rk-designsystem 1.1.58 → 1.1.59
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/dist/componentlibrary.es.js +1529 -1806
- package/dist/componentlibrary.umd.js +3 -24
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rk-designsystem",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.59",
|
|
4
4
|
"description": "A React component library built on top of Digdir Design System",
|
|
5
5
|
"author": "daniel@tunetek.no",
|
|
6
6
|
"license": "MIT",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"storybook": "storybook dev -p 6006",
|
|
67
67
|
"build-storybook": "storybook build --output-dir storybook-build",
|
|
68
68
|
"predeploy:storybook": "npm run build-storybook && npm run copy-metadata",
|
|
69
|
-
"copy-metadata": "
|
|
69
|
+
"copy-metadata": "node -e \"require('fs').copyFileSync('metadata.json', 'storybook-build/metadata.json')\"",
|
|
70
70
|
"deploy:storybook": "gh-pages -d storybook-build -b gh-pages -r https://github.com/norwegianredcross/DesignSystem.git --dest storybook",
|
|
71
71
|
"build:app": "vite build --config vite.app.config.ts",
|
|
72
72
|
"deploy:app": "npm run build:app && gh-pages -d dist-app -b gh-pages -r https://github.com/norwegianredcross/DesignSystem.git --add"
|