Tyler Krupicka
Tyler Krupicka
This project uses typescript, and has a bunch of [type declarations](https://github.com/intuit/design-systems-cli/tree/master/typings) for projects that did not include types. It would be nice to see if these packages have official types...
One of the hardest parts of this project is testing because so much of the builds require external packages that run against the file system. Mocking lots of files would...
The ReadMe for this project is a little bare-bones. While we have a documentation site, it would be nice to include some more information explaining why the project exists and...
# 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...
This is similar to https://github.com/intuit/postcss-themed/issues/23 and https://github.com/intuit/postcss-themed/issues/22! This project has a niche option called [forceSingleTheme](https://github.com/intuit/postcss-themed#forcesingletheme), which only outputs one theme. We use this with DS-CLI [Multi Build](https://github.com/intuit/design-systems-cli/releases/tag/v2.3.0) to generate multiple...
Right now the documentation in the ReadMe is a little hard to follow and could use some improvements. I think it would be helpful to: - Break apart the `modern`...
PostCSS recently released [v8](https://github.com/postcss/postcss/releases/tag/8.0.0) which updates the API for plugins. I'd like to get this plugin compatible, and if possible support both the old and new format.
This package supports [modules](https://github.com/intuit/postcss-themed#modules), basically a way to create unique names for the CSS variables created by this plugin. This makes sure that if you have two versions of a...