Skip to content

Commit

Permalink
Merge pull request #127 from emulsify-ds/convert-components-to-sdc
Browse files Browse the repository at this point in the history
Release: 1.0 Stable
  • Loading branch information
mariannuar authored Oct 23, 2024
2 parents 3d2d6e2 + 1a77bab commit 9d66a28
Show file tree
Hide file tree
Showing 521 changed files with 26,221 additions and 57,029 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions .eslintrc.yml

This file was deleted.

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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ build/Release
node_modules/
jspm_packages/

# Drupal compiled components
components/
!src/components/

# TypeScript v1 declaration files
typings/

Expand Down Expand Up @@ -99,6 +103,7 @@ dist

# DynamoDB Local files
.dynamodb/
.history/

# TernJS port file
.tern-port
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13
20
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

27 changes: 0 additions & 27 deletions .storybook/_drupal.js

This file was deleted.

12 changes: 0 additions & 12 deletions .storybook/main.js

This file was deleted.

145 changes: 0 additions & 145 deletions .storybook/manager-head.html

This file was deleted.

7 changes: 0 additions & 7 deletions .storybook/manager.js

This file was deleted.

40 changes: 0 additions & 40 deletions .storybook/preview.js

This file was deleted.

23 changes: 0 additions & 23 deletions .storybook/setupTwig.js

This file was deleted.

Loading

0 comments on commit 9d66a28

Please sign in to comment.