Skip to content

Commit

Permalink
Merge branch 'main' of github.com:emulsify-ds/emulsify-ui-kit into to…
Browse files Browse the repository at this point in the history
…oltip
  • Loading branch information
Mari Nez committed Nov 21, 2024
2 parents 9efd7a3 + 594c18b commit 882a505
Show file tree
Hide file tree
Showing 231 changed files with 5,219 additions and 5,217 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.13
node-version: 20
- name: Install Node Dependencies
run: npm ci
# Transform Figma Tokens JSON to something Style Dictionary can read, then
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 20
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build Storybook
run: npm run storybook:build
run: npm run storybook-build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: 20
- name: Install
run: npm install
- name: Release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
if: steps.component_changes.outputs.components == 'true'
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: 20
- name: Install dependencies
if: steps.component_changes.outputs.components == 'true'
run: npm ci
- name: Build storybook
if: steps.component_changes.outputs.components == 'true'
run: npm run storybook:build
run: npm run storybook-build
- name: Run Percy Tests
if: steps.component_changes.outputs.components == 'true'
run: npm run visreg-ci
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: 20
- name: Install CLI
run: npm install -g @emulsify/cli
- name: Install starter
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Emulsify UI kit vision

The Emulsify UI Kit is a tool for designers and front-end engineers to build high-quality user interfaces effectively and efficiently while maintaining WCAG 2.1 AA standards and project performance goals.
The Emulsify UI Kit is a tool for designers and front-end engineers to build high-quality user interfaces effectively and efficiently while maintaining WCAG 2.2 AA standards and project performance goals.

The Emulsify UI Kit gives users access to a library of prebuilt tokens and components that follow accessibility best practices and are easy to customize. The components in the kit are fully responsive, carefully designed, and can be implemented for modification in every project.

Expand Down
1 change: 0 additions & 1 deletion assets/icons/chevronDown.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/icons/chevronUp.svg

This file was deleted.

1 change: 1 addition & 0 deletions assets/icons/star-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions config/emulsify-core/storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ const configOverrides = {};
// '../../../@storybook/addon-themes',
// '../../../@storybook/addon-styling-webpack'
// ],
// core: {
// builder: 'webpack5',
// },
// framework: {
// name: '@storybook/html-webpack5',
// options: {},
// },
// docs: {
// autodocs: true,
// },
Expand Down
Loading

0 comments on commit 882a505

Please sign in to comment.