@dpa-id-components/dpa-shared-components 7.1.0 → 7.1.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/dist/bookmark-89d43835.mjs +18 -0
- package/dist/bookmark-8e4ef660.mjs +19 -0
- package/dist/bookmark-fill-18167bcd.mjs +19 -0
- package/dist/bookmark-fill-2b5e5104.mjs +18 -0
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +83 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/dpa-shared-components.mjs +1798 -1733
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/graphic-855e5909.mjs +19 -0
- package/dist/graphic-ea6911f6.mjs +20 -0
- package/dist/style.css +1 -1
- package/package.json +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dpa-id-components/dpa-shared-components",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.3",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=16"
|
|
6
6
|
},
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/core": "^7.20.5",
|
|
50
50
|
"@babel/preset-env": "^7.20.2",
|
|
51
|
-
"@storybook/addon-actions": "^7.0
|
|
52
|
-
"@storybook/addon-essentials": "^7.0
|
|
53
|
-
"@storybook/addon-interactions": "^7.0
|
|
54
|
-
"@storybook/addon-links": "^7.0
|
|
55
|
-
"@storybook/addon-styling": "^1.
|
|
56
|
-
"@storybook/blocks": "^7.0
|
|
51
|
+
"@storybook/addon-actions": "^7.1.0",
|
|
52
|
+
"@storybook/addon-essentials": "^7.1.0",
|
|
53
|
+
"@storybook/addon-interactions": "^7.1.0",
|
|
54
|
+
"@storybook/addon-links": "^7.1.0",
|
|
55
|
+
"@storybook/addon-styling": "^1.3.4",
|
|
56
|
+
"@storybook/blocks": "^7.1.0",
|
|
57
57
|
"@storybook/testing-library": "^0.2.0",
|
|
58
|
-
"@storybook/vue3": "^7.0
|
|
59
|
-
"@storybook/vue3-vite": "^7.0
|
|
58
|
+
"@storybook/vue3": "^7.1.0",
|
|
59
|
+
"@storybook/vue3-vite": "^7.1.0",
|
|
60
60
|
"@tailwindcss/typography": "^0.5.8",
|
|
61
61
|
"@tailwindcss/ui": "^0.7.2",
|
|
62
62
|
"@types/color": "^3.0.3",
|
|
@@ -71,22 +71,23 @@
|
|
|
71
71
|
"babel-loader": "^9.0.0",
|
|
72
72
|
"color": "^4.2.3",
|
|
73
73
|
"eslint": "^8.29.0",
|
|
74
|
-
"eslint-plugin-
|
|
74
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
75
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
75
76
|
"eslint-plugin-tailwindcss": "^3.7.1",
|
|
76
77
|
"eslint-plugin-vue": "^9.8.0",
|
|
77
78
|
"jsdom": "^22.0.0",
|
|
78
79
|
"postcss": "^8.4.20",
|
|
79
|
-
"postcss-focus-visible": "^
|
|
80
|
-
"prettier": "^
|
|
80
|
+
"postcss-focus-visible": "^9.0.0",
|
|
81
|
+
"prettier": "^3.0.0",
|
|
81
82
|
"react": "^18.2.0",
|
|
82
83
|
"react-dom": "^18.2.0",
|
|
83
84
|
"rollup-plugin-copy": "^3.4.0",
|
|
84
85
|
"standard-version": "^9.5.0",
|
|
85
|
-
"storybook": "^7.0
|
|
86
|
+
"storybook": "^7.1.0",
|
|
86
87
|
"tailwindcss": "^3.3.2",
|
|
87
88
|
"typescript": "^5.0.0",
|
|
88
89
|
"vite": "^4.0.1",
|
|
89
|
-
"vite-plugin-dts": "^
|
|
90
|
+
"vite-plugin-dts": "^3.0.0",
|
|
90
91
|
"vite-svg-loader": "^4.0.0",
|
|
91
92
|
"vitest": "^0.33.0",
|
|
92
93
|
"vue-loader": "^17.0.0",
|