rechtspilot-ui 1.4.0 → 1.4.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/chunks-native.cjs +1 -1
- package/dist/chunks-native.js +316 -316
- package/dist/index.cjs +86 -86
- package/dist/index.es.js +1048 -1048
- package/dist/index.native.cjs +1 -1
- package/dist/index.native.es.js +177 -163
- package/dist/native/components/Spinner/Spinner.native.d.ts +7 -7
- package/package.json +16 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rechtspilot-ui",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Rechtspilot UI Library",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -28,12 +28,19 @@
|
|
|
28
28
|
"import": "./dist/icons.es.js",
|
|
29
29
|
"require": "./dist/icons.cjs",
|
|
30
30
|
"default": "./dist/icons.es.js"
|
|
31
|
+
},
|
|
32
|
+
"./native": {
|
|
33
|
+
"types": "./dist/native/index.native.d.ts",
|
|
34
|
+
"default": "./dist/index.native.es.js"
|
|
31
35
|
}
|
|
32
36
|
},
|
|
33
37
|
"typesVersions": {
|
|
34
38
|
"*": {
|
|
35
39
|
"icons": [
|
|
36
40
|
"./icons.d.ts"
|
|
41
|
+
],
|
|
42
|
+
"native": [
|
|
43
|
+
"./dist/native/index.native.d.ts"
|
|
37
44
|
]
|
|
38
45
|
}
|
|
39
46
|
},
|
|
@@ -94,7 +101,7 @@
|
|
|
94
101
|
"tailwind-merge": "^3.5.0"
|
|
95
102
|
},
|
|
96
103
|
"devDependencies": {
|
|
97
|
-
"@chromatic-com/storybook": "^5.1
|
|
104
|
+
"@chromatic-com/storybook": "^5.2.1",
|
|
98
105
|
"@eslint/js": "^10.0.1",
|
|
99
106
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
100
107
|
"@radix-ui/react-popover": "^1.1.15",
|
|
@@ -102,11 +109,10 @@
|
|
|
102
109
|
"@radix-ui/react-slot": "^1.2.4",
|
|
103
110
|
"@radix-ui/react-toast": "^1.2.15",
|
|
104
111
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
105
|
-
"@storybook/addon-docs": "^10.
|
|
106
|
-
"@storybook/addon-links": "^10.
|
|
107
|
-
"@storybook/addon-onboarding": "^10.
|
|
108
|
-
"@storybook/react": "^10.
|
|
109
|
-
"@storybook/react-vite": "^10.3.5",
|
|
112
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
113
|
+
"@storybook/addon-links": "^10.4.6",
|
|
114
|
+
"@storybook/addon-onboarding": "^10.4.6",
|
|
115
|
+
"@storybook/react-vite": "^10.4.6",
|
|
110
116
|
"@tailwindcss/typography": "^0.5.19",
|
|
111
117
|
"@tailwindcss/vite": "^4.2.2",
|
|
112
118
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
@@ -124,7 +130,7 @@
|
|
|
124
130
|
"eslint-plugin-prettier": "^5.5.5",
|
|
125
131
|
"eslint-plugin-react-hooks": "7.1.0",
|
|
126
132
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
127
|
-
"eslint-plugin-storybook": "^10.
|
|
133
|
+
"eslint-plugin-storybook": "^10.4.6",
|
|
128
134
|
"eslint-plugin-svg-jsx": "^1.3.0",
|
|
129
135
|
"globals": "^17.5.0",
|
|
130
136
|
"husky": "^9.1.7",
|
|
@@ -134,8 +140,9 @@
|
|
|
134
140
|
"react": "~19.2.5",
|
|
135
141
|
"react-dom": "^19.2.5",
|
|
136
142
|
"react-native-svg": "^15.15.5",
|
|
143
|
+
"react-native-web": "^0.21.2",
|
|
137
144
|
"react-phone-number-input": "^3.4.16",
|
|
138
|
-
"storybook": "^10.
|
|
145
|
+
"storybook": "^10.4.6",
|
|
139
146
|
"styled-components": "^6.4.0",
|
|
140
147
|
"tailwindcss": "^4.2.2",
|
|
141
148
|
"ts-node": "^10.9.2",
|