@bethinkpl/design-system 18.7.2 → 18.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/build-dist-on-trigger.yml +1 -1
- package/.github/workflows/build.yml +1 -1
- package/.github/workflows/ci.yml +1 -1
- package/.github/workflows/storybook.yml +2 -2
- package/dist/design-system.umd.js +14991 -14991
- package/dist/design-system.umd.js.map +1 -1
- package/dist/lib/js/components/Drawer/DrawerContent/DrawerContent.vue.d.ts +3 -4
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +3 -62
- package/dist/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.vue.d.ts +3 -14
- package/docs/{636.6664115b472db0c0d56f.manager.bundle.js → 315.76786aa14c329ce07ff9.manager.bundle.js} +2 -2
- package/docs/48.83e0f3f5.iframe.bundle.js +2 -0
- package/docs/iframe.html +1 -1
- package/docs/index.html +1 -1
- package/docs/{main.aca4e1b49e5b812b2501.manager.bundle.js → main.44a93c1fb278828c899f.manager.bundle.js} +1 -1
- package/docs/main.a32659ea.iframe.bundle.js +1 -0
- package/docs/project.json +1 -1
- package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +1 -6
- package/package.json +5 -5
- package/docs/620.850331c0.iframe.bundle.js +0 -2
- package/docs/main.f1b17538.iframe.bundle.js +0 -1
- /package/docs/{636.6664115b472db0c0d56f.manager.bundle.js.LICENSE.txt → 315.76786aa14c329ce07ff9.manager.bundle.js.LICENSE.txt} +0 -0
- /package/docs/{620.850331c0.iframe.bundle.js.LICENSE.txt → 48.83e0f3f5.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
run: echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc && echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONT_AWESOME_AUTH_TOKEN }}" >> .npmrc
|
|
14
14
|
- uses: actions/setup-node@v3
|
|
15
15
|
with:
|
|
16
|
-
node-version: '
|
|
16
|
+
node-version: '20.9.0'
|
|
17
17
|
cache: 'yarn'
|
|
18
18
|
- name: Install and Build 🔧
|
|
19
19
|
run: | # Install npm packages and build the Storybook files
|
package/.github/workflows/ci.yml
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
run: echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc && echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONT_AWESOME_AUTH_TOKEN }}" >> .npmrc
|
|
19
19
|
- uses: actions/setup-node@v3
|
|
20
20
|
with:
|
|
21
|
-
node-version: '
|
|
21
|
+
node-version: '20.9.0'
|
|
22
22
|
cache: 'yarn'
|
|
23
23
|
- name: Install dependencies
|
|
24
24
|
run: yarn install --pure-lockfile
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
run: echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc && echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONT_AWESOME_AUTH_TOKEN }}" >> .npmrc
|
|
14
14
|
- uses: actions/setup-node@v3
|
|
15
15
|
with:
|
|
16
|
-
node-version: '
|
|
16
|
+
node-version: '20.9.0'
|
|
17
17
|
cache: 'yarn'
|
|
18
18
|
- name: Install and Build 🔧
|
|
19
19
|
run: | # Install npm packages and build the Storybook files
|
|
@@ -25,4 +25,4 @@ jobs:
|
|
|
25
25
|
branch: master # The branch the action should deploy to.
|
|
26
26
|
folder: public/storybook # The folder that the build-storybook script generates files.
|
|
27
27
|
clean: true # Automatically remove deleted files from the deploy branch
|
|
28
|
-
target-folder: docs # The folder that we serve our Storybook files from
|
|
28
|
+
target-folder: docs # The folder that we serve our Storybook files from
|