@devtools-ds/object-inspector(latest: 1.2.1) An emulation of the Chrome and Firefox object inspector, which allows you to view JavaScript objects in the console.
@devtools-ds/object-parser(latest: 1.2.1) Object parser is a utility used by the the `Object Inspector` package, which creates a JSON tree structure with node types that help simplify the JavaScript type system. It also uses TypeScript to make logic around using the tree strongly typed.
@devtools-ds/themes(latest: 1.2.1) Each of the UI components in this project contains themes for multiple browsers. These themes are built using the [postcss-themed](https://github.com/intuit/postcss-themed) package, which allows us to specify themes for multiple browsers in light and dark
@devtools-ds/tree(latest: 1.2.1) A versatile expanding `Tree` component, with full keyboard navigation following the [Tree View Design Pattern](https://www.w3.org/TR/wai-aria-practices/examples/treeview/treeview-2/treeview-2a.html).