devtools-ds
devtools-ds copied to clipboard
UI components, libraries, and templates for building robust devtools experiences.
It looks like the tree component could only build trees with one root node.  "School Activities" in examples. In my use case I need to build a tree with...
# What Changed Closes https://github.com/intuit/devtools-ds/issues/14 Added a `name` prop to `ObjectInspector` to support named root values, similar to how Storybook currently names the object root. In the process I also...
**Describe the solution you'd like** Some use cases like [Storybook Addon Actions](https://github.com/storybookjs/storybook/blob/master/addons/actions/src/components/ActionLogger/index.tsx#L46) need to have a key for the root node of their object. This is currently done using a...
Currently the CSS variables are un-scoped, and don't really follow a strict naming convention. We could really improve this part of the project with a few enhancements: - Add a...
When using the `` component I get this error in the console: ``` ObjectInspectorItem: Support for defaultProps will be removed from function components in a future major release. Use JavaScript...
**Describe the bug** When the data in value is string or boolean the node is not update on fly **To Reproduce** if the Object inspector is called onfly from an...
**Is your feature request related to a problem? Please describe.** When using the DOM Inspector, I'd like to know what element is currently selected. **Describe the solution you'd like** Exposing...
# What Changed Added test coverage for ThemeGrid component # Why To improve test coverage  # What might be impacted None Todo: -...
**Is your feature request related to a problem? Please describe.** I'm looking for a way to emulate the browser's "highlight" behaviour when using the DOM inspector, where when a node...
Replaced broken alias '@devtools-ds/storybook-utils' with a relative path to fix module resolution error in Console.stories.tsx.