prometeo-design-system 2.9.4 → 2.9.6
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.d.ts +4 -0
- package/dist/prometeo-design-system.css +1 -1
- package/dist/prometeo-design-system.es.js +755 -336
- package/package.json +21 -38
- package/src/styles/app.css +1314 -0
- package/src/styles/fonts.css +46 -0
- package/src/styles/intellisense.css +2 -1
- package/src/styles/palette.css +83 -0
- package/src/styles/utilities.css +1126 -0
- package/dist/DrawerDesktop.d.ts +0 -6
- package/dist/DrawerDesktop.es.js +0 -192
- package/dist/DrawerMobile.d.ts +0 -6
- package/dist/DrawerMobile.es.js +0 -242
- package/dist/exports/DrawerDesktop.d.ts +0 -4
- package/dist/exports/DrawerMobile.d.ts +0 -4
package/package.json
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prometeo-design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "design kit system",
|
|
7
7
|
"main": "dist/prometeo-design-system.umd.js",
|
|
8
8
|
"module": "dist/prometeo-design-system.es.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
10
|
-
"sideEffects":
|
|
11
|
-
"**/*.css",
|
|
12
|
-
"**/*.scss"
|
|
13
|
-
],
|
|
10
|
+
"sideEffects": false,
|
|
14
11
|
"exports": {
|
|
15
12
|
".": {
|
|
16
13
|
"types": "./dist/index.d.ts",
|
|
@@ -33,10 +30,6 @@
|
|
|
33
30
|
"types": "./dist/CheckBox.d.ts",
|
|
34
31
|
"import": "./dist/CheckBox.es.js"
|
|
35
32
|
},
|
|
36
|
-
"./CheckboxFormik": {
|
|
37
|
-
"types": "./dist/CheckboxFormik.d.ts",
|
|
38
|
-
"import": "./dist/CheckboxFormik.es.js"
|
|
39
|
-
},
|
|
40
33
|
"./DialogModal": {
|
|
41
34
|
"types": "./dist/DialogModal.d.ts",
|
|
42
35
|
"import": "./dist/DialogModal.es.js"
|
|
@@ -57,10 +50,6 @@
|
|
|
57
50
|
"types": "./dist/Input.d.ts",
|
|
58
51
|
"import": "./dist/Input.es.js"
|
|
59
52
|
},
|
|
60
|
-
"./InputFormik": {
|
|
61
|
-
"types": "./dist/InputFormik.d.ts",
|
|
62
|
-
"import": "./dist/InputFormik.es.js"
|
|
63
|
-
},
|
|
64
53
|
"./Logo": {
|
|
65
54
|
"types": "./dist/Logo.d.ts",
|
|
66
55
|
"import": "./dist/Logo.es.js"
|
|
@@ -85,10 +74,6 @@
|
|
|
85
74
|
"types": "./dist/Select.d.ts",
|
|
86
75
|
"import": "./dist/Select.es.js"
|
|
87
76
|
},
|
|
88
|
-
"./SelectFormik": {
|
|
89
|
-
"types": "./dist/SelectFormik.d.ts",
|
|
90
|
-
"import": "./dist/SelectFormik.es.js"
|
|
91
|
-
},
|
|
92
77
|
"./Spinner": {
|
|
93
78
|
"types": "./dist/Spinner.d.ts",
|
|
94
79
|
"import": "./dist/Spinner.es.js"
|
|
@@ -101,6 +86,10 @@
|
|
|
101
86
|
"types": "./dist/SwipeContainer.d.ts",
|
|
102
87
|
"import": "./dist/SwipeContainer.es.js"
|
|
103
88
|
},
|
|
89
|
+
"./Switch": {
|
|
90
|
+
"types": "./dist/Switch.d.ts",
|
|
91
|
+
"import": "./dist/Switch.es.js"
|
|
92
|
+
},
|
|
104
93
|
"./TabLinks": {
|
|
105
94
|
"types": "./dist/TabLinks.d.ts",
|
|
106
95
|
"import": "./dist/TabLinks.es.js"
|
|
@@ -157,10 +146,6 @@
|
|
|
157
146
|
"types": "./dist/Image.d.ts",
|
|
158
147
|
"import": "./dist/Image.es.js"
|
|
159
148
|
},
|
|
160
|
-
"./InputFormikV2": {
|
|
161
|
-
"types": "./dist/InputFormikV2.d.ts",
|
|
162
|
-
"import": "./dist/InputFormikV2.es.js"
|
|
163
|
-
},
|
|
164
149
|
"./SelectSearch": {
|
|
165
150
|
"types": "./dist/SelectSearch.d.ts",
|
|
166
151
|
"import": "./dist/SelectSearch.es.js"
|
|
@@ -177,17 +162,21 @@
|
|
|
177
162
|
"types": "./dist/RadioButton.d.ts",
|
|
178
163
|
"import": "./dist/RadioButton.es.js"
|
|
179
164
|
},
|
|
180
|
-
"./
|
|
181
|
-
"types": "./dist/
|
|
182
|
-
"import": "./dist/
|
|
165
|
+
"./ToastProvider": {
|
|
166
|
+
"types": "./dist/ToastProvider.d.ts",
|
|
167
|
+
"import": "./dist/ToastProvider.es.js"
|
|
183
168
|
},
|
|
184
|
-
"./
|
|
169
|
+
"./useDevice": {
|
|
170
|
+
"types": "./dist/useDevice.d.ts",
|
|
171
|
+
"import": "./dist/useDevice.es.js"
|
|
172
|
+
},
|
|
173
|
+
"./css": "./dist/prometeo-design-system.css",
|
|
185
174
|
"./intellisense": "./src/styles/intellisense.css"
|
|
186
175
|
},
|
|
187
176
|
"files": [
|
|
188
177
|
"dist",
|
|
189
178
|
"README.md",
|
|
190
|
-
"src/styles
|
|
179
|
+
"src/styles"
|
|
191
180
|
],
|
|
192
181
|
"keywords": [
|
|
193
182
|
"react",
|
|
@@ -210,24 +199,24 @@
|
|
|
210
199
|
},
|
|
211
200
|
"scripts": {
|
|
212
201
|
"dev": "vite",
|
|
213
|
-
"build": "node scripts/migrate-utilities.js && tsc -
|
|
202
|
+
"build": "node scripts/migrate-utilities.js && tsc -p tsconfig.build.json && vite build",
|
|
203
|
+
"build:mf": "node scripts/migrate-utilities.js && tsc -p tsconfig.build.json && vite build --config vite.mf.config.ts",
|
|
204
|
+
"preview:mf": "vite preview --config vite.mf.config.ts --port 5001",
|
|
214
205
|
"lint": "eslint .",
|
|
215
206
|
"dev:preview": "vite --config vite.preview.config.ts",
|
|
216
207
|
"build:preview": "vite build --config vite.preview.config.ts",
|
|
217
208
|
"preview": "vite preview --config vite.preview.config.ts --port 4173",
|
|
218
209
|
"clean": "rm -rf dist",
|
|
219
210
|
"storybook": "storybook dev -p 6006",
|
|
220
|
-
"build-storybook": "storybook build",
|
|
211
|
+
"build-storybook": "tsc -p tsconfig.storybook.json && storybook build",
|
|
221
212
|
"migrate:utilities": "node scripts/migrate-utilities.js"
|
|
222
213
|
},
|
|
223
|
-
"dependencies": {
|
|
224
|
-
"shared-dependencies-tickets": "^1.0.11"
|
|
225
|
-
},
|
|
226
214
|
"devDependencies": {
|
|
227
215
|
"@biomejs/biome": "2.2.7",
|
|
228
216
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
229
217
|
"@eslint/js": "^9.33.0",
|
|
230
218
|
"@gsap/react": "^2.1.2",
|
|
219
|
+
"@originjs/vite-plugin-federation": "^1.4.1",
|
|
231
220
|
"@storybook/addon-docs": "^9.1.3",
|
|
232
221
|
"@storybook/addon-onboarding": "^9.1.3",
|
|
233
222
|
"@storybook/react-vite": "^9.1.3",
|
|
@@ -244,12 +233,10 @@
|
|
|
244
233
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
245
234
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
246
235
|
"eslint-plugin-storybook": "^9.1.3",
|
|
247
|
-
"formik": "^2.4.6",
|
|
248
236
|
"framer-motion": "^12.23.22",
|
|
249
237
|
"globals": "^16.3.0",
|
|
250
238
|
"gsap": "^3.13.0",
|
|
251
239
|
"input-otp": "^1.4.2",
|
|
252
|
-
"lucide-react": "^0.400.0",
|
|
253
240
|
"react": "^19.0.0",
|
|
254
241
|
"react-day-picker": "^9.11.1",
|
|
255
242
|
"react-dom": "^19.0.0",
|
|
@@ -266,7 +253,6 @@
|
|
|
266
253
|
"typescript-eslint": "^8.39.1",
|
|
267
254
|
"unplugin-fonts": "^1.4.0",
|
|
268
255
|
"use-debounce": "^10.0.6",
|
|
269
|
-
"vaul": "^1.1.2",
|
|
270
256
|
"vite": "^7.1.2",
|
|
271
257
|
"vite-plugin-dts": "^4.5.4"
|
|
272
258
|
},
|
|
@@ -274,10 +260,8 @@
|
|
|
274
260
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
275
261
|
"@gsap/react": "^2.0.0",
|
|
276
262
|
"clsx": "^2.0.0",
|
|
277
|
-
"formik": "^2.4.6",
|
|
278
263
|
"framer-motion": "^12.0.0",
|
|
279
264
|
"gsap": "^3.12.5",
|
|
280
|
-
"lucide-react": "^0.400.0",
|
|
281
265
|
"react": "^19.0.0",
|
|
282
266
|
"react-dom": "^19.0.0",
|
|
283
267
|
"react-dropzone": "^14.3.8",
|
|
@@ -286,8 +270,7 @@
|
|
|
286
270
|
"react-spinners": "^0.17.0",
|
|
287
271
|
"sonner": "^2.0.7",
|
|
288
272
|
"tailwind-merge": "^3.0.0",
|
|
289
|
-
"use-debounce": "^10.0.0"
|
|
290
|
-
"vaul": "^1.1.2"
|
|
273
|
+
"use-debounce": "^10.0.0"
|
|
291
274
|
},
|
|
292
275
|
"overrides": {
|
|
293
276
|
"ajv": "^8.17.1",
|