@sozialhelden/ui 1.8.0 → 1.8.2
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/index.js +3545 -3008
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sozialhelden/ui",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"author": "Sozialhelden e.V. <developers@sozialhelden.de>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -36,31 +36,31 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@radix-ui/react-alert-dialog": "1.1.15",
|
|
39
|
-
"@radix-ui/react-avatar": "1.1.
|
|
39
|
+
"@radix-ui/react-avatar": "1.1.11",
|
|
40
40
|
"@radix-ui/react-checkbox": "1.3.3",
|
|
41
41
|
"@radix-ui/react-collapsible": "1.1.12",
|
|
42
42
|
"@radix-ui/react-dialog": "1.1.15",
|
|
43
43
|
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
44
|
-
"@radix-ui/react-label": "2.1.
|
|
44
|
+
"@radix-ui/react-label": "2.1.8",
|
|
45
45
|
"@radix-ui/react-navigation-menu": "1.2.14",
|
|
46
46
|
"@radix-ui/react-popover": "1.1.15",
|
|
47
|
-
"@radix-ui/react-progress": "1.1.
|
|
47
|
+
"@radix-ui/react-progress": "1.1.8",
|
|
48
48
|
"@radix-ui/react-radio-group": "1.3.8",
|
|
49
49
|
"@radix-ui/react-scroll-area": "1.2.10",
|
|
50
50
|
"@radix-ui/react-select": "2.2.6",
|
|
51
51
|
"@radix-ui/react-slider": "1.3.6",
|
|
52
|
-
"@radix-ui/react-slot": "1.2.
|
|
52
|
+
"@radix-ui/react-slot": "1.2.4",
|
|
53
53
|
"@radix-ui/react-switch": "1.2.6",
|
|
54
54
|
"@radix-ui/react-tooltip": "1.2.8",
|
|
55
|
-
"@radix-ui/react-visually-hidden": "1.2.
|
|
55
|
+
"@radix-ui/react-visually-hidden": "1.2.4",
|
|
56
56
|
"class-variance-authority": "0.7.1",
|
|
57
57
|
"clsx": "2.1.1",
|
|
58
58
|
"embla-carousel-react": "8.6.0",
|
|
59
|
-
"tailwind-merge": "3.
|
|
59
|
+
"tailwind-merge": "3.4.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@biomejs/biome": "2.2.7",
|
|
63
|
-
"@chromatic-com/storybook": "4.1.
|
|
63
|
+
"@chromatic-com/storybook": "4.1.2",
|
|
64
64
|
"@semantic-release/changelog": "6.0.3",
|
|
65
65
|
"@semantic-release/git": "10.0.1",
|
|
66
66
|
"@storybook-community/storybook-dark-mode": "6.0.8",
|
|
@@ -69,21 +69,21 @@
|
|
|
69
69
|
"@storybook/addon-onboarding": "9.1.16",
|
|
70
70
|
"@storybook/addon-vitest": "9.1.16",
|
|
71
71
|
"@storybook/react-vite": "9.1.16",
|
|
72
|
-
"@tailwindcss/vite": "4.1.
|
|
72
|
+
"@tailwindcss/vite": "4.1.17",
|
|
73
73
|
"@types/react": "19.2.2",
|
|
74
74
|
"@types/react-dom": "19.2.2",
|
|
75
75
|
"@vitejs/plugin-react": "5.1.0",
|
|
76
|
-
"globals": "16.
|
|
76
|
+
"globals": "16.5.0",
|
|
77
77
|
"husky": "9.1.7",
|
|
78
|
-
"semantic-release": "
|
|
78
|
+
"semantic-release": "25.0.2",
|
|
79
79
|
"storybook": "9.1.16",
|
|
80
|
-
"vite": "7.
|
|
80
|
+
"vite": "7.2.2",
|
|
81
81
|
"vite-plugin-dts": "4.5.4"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@fontsource/inter": "^5.2.0",
|
|
85
85
|
"@hookform/resolvers": "^5.2.2",
|
|
86
|
-
"lucide-react": "^0.540.0 || ^0.541.0 || ^0.542.0 || ^0.543.0 || ^0.544.0 || ^0.545.0 || ^0.546.0 || ^0.548.0",
|
|
86
|
+
"lucide-react": "^0.540.0 || ^0.541.0 || ^0.542.0 || ^0.543.0 || ^0.544.0 || ^0.545.0 || ^0.546.0 || ^0.548.0 || ^0.552.0 || ^0.553.0",
|
|
87
87
|
"react": "^19.1.0",
|
|
88
88
|
"react-dom": "^19.1.0",
|
|
89
89
|
"react-hook-form": "^7.62.0",
|