J. Ryan Conklin
J. Ryan Conklin
### Issue On several default components, the newer enable style is not in place. ### Analysis Components to Update: * Atoms/Alerts * Atoms/Badge * Atoms/Branding * Atoms/Breadcrumb * Atoms/Button *...
### Issue Update Particle's default sass code to implement module system. ### Analysis Particle's default sass structure is tightly managed to reduce duplicated sass. The new module system from Sass...
### Issue The default config for pa11y is no longer compatible with Node PL 3. ### Analysis See this PR on the update to resolve: https://github.com/pattern-lab/patternlab-node/pull/1035 ``` const { patternPaths,...
### Issue Icon generation in Particle is nested inside the component rather than in `tokens` ### Analysis The `_icons-generated` logic for fontawesome lives directly inside the `svg` component. This work...
### Issue Sass exported data is a dependency of the pattern lab app and should not be held in `tokens`. ### Analysis `tokens` contains a mixin, `/tokens/sass/non-printing/mixins/_export-data.scss` that is only...
### Issue Update README for 10.4.0 to reflect the removal of php and composer. ### Analysis The README is out-of-date with the switch from using the php version of Pattern...
### Issue This ticket is to implement on text / data lorem ipsum library such as Faker. ### Analysis Node Pattern Lab 3 does not use the Faker or any...
### Issue This ticket is to update the device widths for the breakpoints demo. ### Analysis When viewing the breakpoints demo for a particle install, the devices listed are of...
## Issue Default patterns are currently setting their pattern demo information as manual html. This causes an issue when viewing pattern usage. To simplify this, we've included a `demo-block` proton...
### Issue When running Particle across multiple projects, the dev server only allows one instance. ### Confirmation More than one Particle can be ran at the same time. See Vue's...