@digitalservicebund/ris-ui 3.15.1 → 3.17.0
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/components/RisAutoComplete/RisAutoComplete.vue.d.ts +1 -1
- package/dist/components/RisAutoCompleteMultiple/RisAutoCompleteMultiple.vue.d.ts +23 -0
- package/dist/components/RisAutoCompleteMultiple/index.d.ts +2 -0
- package/dist/components/RisSingleAccordion/RisSingleAccordion.vue.d.ts +2 -2
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +679 -634
- package/dist/components/index.js.map +1 -1
- package/dist/mockServiceWorker.js +1 -1
- package/dist/primevue/index.js +36 -21
- package/dist/primevue/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +40 -30
- package/dist/components/index.cjs +0 -855
- package/dist/components/index.cjs.map +0 -1
- package/dist/primevue/index.cjs +0 -2
- package/dist/primevue/index.cjs.map +0 -1
- package/dist/tags-C8DJjrEl.cjs +0 -2
- package/dist/tags-C8DJjrEl.cjs.map +0 -1
- package/dist/tailwind/index.cjs +0 -2
- package/dist/tailwind/index.cjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitalservicebund/ris-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.17.0",
|
|
4
4
|
"description": "Component library for NeuRIS",
|
|
5
5
|
"author": "digitalservicebund",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
@@ -9,14 +9,25 @@
|
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/digitalservicebund/ris-ui.git"
|
|
11
11
|
},
|
|
12
|
+
"devEngines": {
|
|
13
|
+
"runtime": {
|
|
14
|
+
"name": "node",
|
|
15
|
+
"version": "~24.11.0",
|
|
16
|
+
"onFail": "error"
|
|
17
|
+
},
|
|
18
|
+
"packageManager": {
|
|
19
|
+
"name": "npm",
|
|
20
|
+
"version": "~11.6.0",
|
|
21
|
+
"onFail": "error"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
12
24
|
"files": [
|
|
13
25
|
"dist"
|
|
14
26
|
],
|
|
15
27
|
"exports": {
|
|
16
28
|
"./primevue": {
|
|
17
29
|
"types": "./dist/primevue/index.d.ts",
|
|
18
|
-
"import": "./dist/primevue/index.js"
|
|
19
|
-
"require": "./dist/primevue/index.cjs"
|
|
30
|
+
"import": "./dist/primevue/index.js"
|
|
20
31
|
},
|
|
21
32
|
"./style.css": {
|
|
22
33
|
"import": "./dist/style.css",
|
|
@@ -28,8 +39,7 @@
|
|
|
28
39
|
},
|
|
29
40
|
"./components": {
|
|
30
41
|
"types": "./dist/components/index.d.ts",
|
|
31
|
-
"import": "./dist/components/index.js"
|
|
32
|
-
"require": "./dist/components/index.cjs"
|
|
42
|
+
"import": "./dist/components/index.js"
|
|
33
43
|
}
|
|
34
44
|
},
|
|
35
45
|
"scripts": {
|
|
@@ -44,7 +54,7 @@
|
|
|
44
54
|
"eslint:fix": "npm run eslint:check -- --fix",
|
|
45
55
|
"audit:licenses": "license-checker --production --excludePrivatePackages --excludePackages @digitalservicebund/ris-ui@$(cat package.json | jq -r '.version') --onlyAllow \"$(. ./parse-allowed-licenses.sh)\" --csv --out ./frontend-license-report.csv",
|
|
46
56
|
"typecheck": "vue-tsc",
|
|
47
|
-
"sync-fonts": "rm ./public/fonts/*.woff ./public/fonts/*.woff2; cp ./node_modules/@digitalservice4germany/angie/fonts/* ./public/fonts/;
|
|
57
|
+
"sync-fonts": "rm ./public/fonts/*.woff ./public/fonts/*.woff2; cp ./node_modules/@digitalservice4germany/angie/fonts/* ./public/fonts/; cp ./node_modules/@digitalservice4germany/angie/fonts.css ./public/",
|
|
48
58
|
"test": "vitest run",
|
|
49
59
|
"test:watch": "vitest watch"
|
|
50
60
|
},
|
|
@@ -56,41 +66,41 @@
|
|
|
56
66
|
"devDependencies": {
|
|
57
67
|
"@commitlint/config-conventional": "~20.0.0",
|
|
58
68
|
"@digitalservice4germany/angie": "~2.4.0",
|
|
59
|
-
"@eslint/compat": "~1.4.
|
|
60
|
-
"@eslint/js": "~9.
|
|
61
|
-
"@iconify-json/ic": "~1.2.
|
|
62
|
-
"@iconify-json/material-symbols": "~1.2.
|
|
69
|
+
"@eslint/compat": "~1.4.1",
|
|
70
|
+
"@eslint/js": "~9.39.1",
|
|
71
|
+
"@iconify-json/ic": "~1.2.4",
|
|
72
|
+
"@iconify-json/material-symbols": "~1.2.44",
|
|
63
73
|
"@iconify-json/mdi": "~1.2.3",
|
|
64
74
|
"@iconify/vue": "~5.0.0",
|
|
65
|
-
"@storybook/addon-docs": "~
|
|
66
|
-
"@storybook/vue3-vite": "~
|
|
67
|
-
"@tailwindcss/postcss": "~4.1.
|
|
68
|
-
"@testing-library/jest-dom": "~6.
|
|
75
|
+
"@storybook/addon-docs": "~10.0.6",
|
|
76
|
+
"@storybook/vue3-vite": "~10.0.6",
|
|
77
|
+
"@tailwindcss/postcss": "~4.1.17",
|
|
78
|
+
"@testing-library/jest-dom": "~6.9.1",
|
|
69
79
|
"@testing-library/user-event": "~14.6.1",
|
|
70
80
|
"@testing-library/vue": "~8.1.0",
|
|
71
81
|
"@types/lodash": "~4.17.20",
|
|
72
|
-
"@vitejs/plugin-vue": "~6.0.
|
|
82
|
+
"@vitejs/plugin-vue": "~6.0.1",
|
|
73
83
|
"@vue/test-utils": "~2.4.6",
|
|
74
|
-
"eslint": "~9.
|
|
84
|
+
"eslint": "~9.39.1",
|
|
75
85
|
"eslint-config-prettier": "~10.1.8",
|
|
76
|
-
"eslint-plugin-storybook": "~
|
|
86
|
+
"eslint-plugin-storybook": "~10.0.6",
|
|
77
87
|
"eslint-plugin-vue": "~10.5.1",
|
|
78
|
-
"globals": "~16.
|
|
79
|
-
"jsdom": "~27.
|
|
88
|
+
"globals": "~16.5.0",
|
|
89
|
+
"jsdom": "~27.1.0",
|
|
80
90
|
"license-checker": "~25.0.1",
|
|
81
91
|
"lodash": "~4.17.21",
|
|
82
|
-
"msw": "~2.
|
|
83
|
-
"msw-storybook-addon": "^2.0.
|
|
92
|
+
"msw": "~2.12.1",
|
|
93
|
+
"msw-storybook-addon": "^2.0.6",
|
|
84
94
|
"prettier": "~3.6.2",
|
|
85
|
-
"prettier-plugin-tailwindcss": "~0.
|
|
86
|
-
"storybook": "~
|
|
87
|
-
"storybook-vue3-router": "~6.0.
|
|
88
|
-
"typescript": "~5.9.
|
|
89
|
-
"typescript-eslint": "~8.
|
|
90
|
-
"unplugin-icons": "~22.
|
|
91
|
-
"vite": "~7.
|
|
92
|
-
"vitest": "~
|
|
93
|
-
"vue-tsc": "~3.1.
|
|
95
|
+
"prettier-plugin-tailwindcss": "~0.7.1",
|
|
96
|
+
"storybook": "~10.0.6",
|
|
97
|
+
"storybook-vue3-router": "~6.0.2",
|
|
98
|
+
"typescript": "~5.9.3",
|
|
99
|
+
"typescript-eslint": "~8.46.4",
|
|
100
|
+
"unplugin-icons": "~22.5.0",
|
|
101
|
+
"vite": "~7.2.2",
|
|
102
|
+
"vitest": "~4.0.8",
|
|
103
|
+
"vue-tsc": "~3.1.3"
|
|
94
104
|
},
|
|
95
105
|
"msw": {
|
|
96
106
|
"workerDirectory": [
|