Tyler Krupicka

Results 14 issues of 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...

enhancement
hacktoberfest

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...

enhancement
hacktoberfest

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...

enhancement
hacktoberfest

# 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...

minor

**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...

enhancement

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...

enhancement

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...

enhancement
hacktoberfest

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`...

enhancement
hacktoberfest

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.

enhancement
hacktoberfest

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...

enhancement
hacktoberfest