@plitzi/plitzi-ui 1.6.19 → 1.6.21

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/package.json CHANGED
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "name": "@plitzi/plitzi-ui",
3
- "version": "1.6.19",
3
+ "version": "1.6.21",
4
4
  "homepage": "./",
5
5
  "license": "Apache-2.0",
6
6
  "files": [
7
7
  "dist",
8
- "dist/",
9
- "dist/node_modules",
10
8
  "tailwind.config.js"
11
9
  ],
12
10
  "type": "module",
@@ -23,66 +21,1311 @@
23
21
  "import": "./dist/index.js",
24
22
  "default": "./dist/index.js"
25
23
  },
26
- "./tailwind.config": "./tailwind.config.js",
27
- "./style.css": "./dist/plitzi-ui.css",
28
- "./tailwind/*": {
29
- "types": "./dist/tailwind/*/index.d.ts",
30
- "import": "./dist/tailwind/*",
31
- "default": "./dist/tailwind/*"
24
+ "./Accordion": {
25
+ "types": "./dist/components/Accordion/index.d.ts",
26
+ "import": "./dist/components/Accordion/index.js",
27
+ "default": "./dist/components/Accordion/index.js"
32
28
  },
33
- "./icons": {
34
- "types": "./dist/icons/index.d.ts",
35
- "import": "./dist/icons/index.js",
36
- "default": "./dist/icons/index.js"
29
+ "./Accordion/components/AccordionItem": {
30
+ "types": "./dist/components/Accordion/components/AccordionItem/index.d.ts",
31
+ "import": "./dist/components/Accordion/components/AccordionItem/index.js",
32
+ "default": "./dist/components/Accordion/components/AccordionItem/index.js"
33
+ },
34
+ "./Alert": {
35
+ "types": "./dist/components/Alert/index.d.ts",
36
+ "import": "./dist/components/Alert/index.js",
37
+ "default": "./dist/components/Alert/index.js"
38
+ },
39
+ "./assets/scss/index.scss": "./dist/assets/scss/index.scss",
40
+ "./Badge": {
41
+ "types": "./dist/components/Badge/index.d.ts",
42
+ "import": "./dist/components/Badge/index.js",
43
+ "default": "./dist/components/Badge/index.js"
44
+ },
45
+ "./Breadcrumb": {
46
+ "types": "./dist/components/Breadcrumb/index.d.ts",
47
+ "import": "./dist/components/Breadcrumb/index.js",
48
+ "default": "./dist/components/Breadcrumb/index.js"
49
+ },
50
+ "./Button": {
51
+ "types": "./dist/components/Button/index.d.ts",
52
+ "import": "./dist/components/Button/index.js",
53
+ "default": "./dist/components/Button/index.js"
54
+ },
55
+ "./Cache": {
56
+ "types": "./dist/components/Cache/index.d.ts",
57
+ "import": "./dist/components/Cache/index.js",
58
+ "default": "./dist/components/Cache/index.js"
59
+ },
60
+ "./Card": {
61
+ "types": "./dist/components/Card/index.d.ts",
62
+ "import": "./dist/components/Card/index.js",
63
+ "default": "./dist/components/Card/index.js"
64
+ },
65
+ "./Checkbox": {
66
+ "types": "./dist/components/Checkbox/index.d.ts",
67
+ "import": "./dist/components/Checkbox/index.js",
68
+ "default": "./dist/components/Checkbox/index.js"
69
+ },
70
+ "./CodeMirror": {
71
+ "types": "./dist/components/CodeMirror/index.d.ts",
72
+ "import": "./dist/components/CodeMirror/index.js",
73
+ "default": "./dist/components/CodeMirror/index.js"
74
+ },
75
+ "./CodeMirror/Assets/index.scss": "./dist/components/CodeMirror/Assets/index.scss",
76
+ "./ColorPicker": {
77
+ "types": "./dist/components/ColorPicker/index.d.ts",
78
+ "import": "./dist/components/ColorPicker/index.js",
79
+ "default": "./dist/components/ColorPicker/index.js"
80
+ },
81
+ "./components": {
82
+ "types": "./dist/components/index.d.ts",
83
+ "import": "./dist/components/index.js",
84
+ "default": "./dist/components/index.js"
85
+ },
86
+ "./components/Accordion": {
87
+ "types": "./dist/components/Accordion/index.d.ts",
88
+ "import": "./dist/components/Accordion/index.js",
89
+ "default": "./dist/components/Accordion/index.js"
90
+ },
91
+ "./components/Accordion/components/AccordionItem": {
92
+ "types": "./dist/components/Accordion/components/AccordionItem/index.d.ts",
93
+ "import": "./dist/components/Accordion/components/AccordionItem/index.js",
94
+ "default": "./dist/components/Accordion/components/AccordionItem/index.js"
95
+ },
96
+ "./components/Alert": {
97
+ "types": "./dist/components/Alert/index.d.ts",
98
+ "import": "./dist/components/Alert/index.js",
99
+ "default": "./dist/components/Alert/index.js"
100
+ },
101
+ "./components/Badge": {
102
+ "types": "./dist/components/Badge/index.d.ts",
103
+ "import": "./dist/components/Badge/index.js",
104
+ "default": "./dist/components/Badge/index.js"
105
+ },
106
+ "./components/Breadcrumb": {
107
+ "types": "./dist/components/Breadcrumb/index.d.ts",
108
+ "import": "./dist/components/Breadcrumb/index.js",
109
+ "default": "./dist/components/Breadcrumb/index.js"
110
+ },
111
+ "./components/Button": {
112
+ "types": "./dist/components/Button/index.d.ts",
113
+ "import": "./dist/components/Button/index.js",
114
+ "default": "./dist/components/Button/index.js"
115
+ },
116
+ "./components/Cache": {
117
+ "types": "./dist/components/Cache/index.d.ts",
118
+ "import": "./dist/components/Cache/index.js",
119
+ "default": "./dist/components/Cache/index.js"
120
+ },
121
+ "./components/Card": {
122
+ "types": "./dist/components/Card/index.d.ts",
123
+ "import": "./dist/components/Card/index.js",
124
+ "default": "./dist/components/Card/index.js"
125
+ },
126
+ "./components/Checkbox": {
127
+ "types": "./dist/components/Checkbox/index.d.ts",
128
+ "import": "./dist/components/Checkbox/index.js",
129
+ "default": "./dist/components/Checkbox/index.js"
130
+ },
131
+ "./components/CodeMirror": {
132
+ "types": "./dist/components/CodeMirror/index.d.ts",
133
+ "import": "./dist/components/CodeMirror/index.js",
134
+ "default": "./dist/components/CodeMirror/index.js"
135
+ },
136
+ "./components/CodeMirror/Assets/index.scss": "./dist/components/CodeMirror/Assets/index.scss",
137
+ "./components/ColorPicker": {
138
+ "types": "./dist/components/ColorPicker/index.d.ts",
139
+ "import": "./dist/components/ColorPicker/index.js",
140
+ "default": "./dist/components/ColorPicker/index.js"
141
+ },
142
+ "./components/ContainerAutoScale": {
143
+ "types": "./dist/components/ContainerAutoScale/index.d.ts",
144
+ "import": "./dist/components/ContainerAutoScale/index.js",
145
+ "default": "./dist/components/ContainerAutoScale/index.js"
146
+ },
147
+ "./components/ContainerCollapsable": {
148
+ "types": "./dist/components/ContainerCollapsable/index.d.ts",
149
+ "import": "./dist/components/ContainerCollapsable/index.js",
150
+ "default": "./dist/components/ContainerCollapsable/index.js"
151
+ },
152
+ "./components/ContainerDraggable": {
153
+ "types": "./dist/components/ContainerDraggable/index.d.ts",
154
+ "import": "./dist/components/ContainerDraggable/index.js",
155
+ "default": "./dist/components/ContainerDraggable/index.js"
156
+ },
157
+ "./components/ContainerFloating": {
158
+ "types": "./dist/components/ContainerFloating/index.d.ts",
159
+ "import": "./dist/components/ContainerFloating/index.js",
160
+ "default": "./dist/components/ContainerFloating/index.js"
161
+ },
162
+ "./components/ContainerFloating/hooks": {
163
+ "types": "./dist/components/ContainerFloating/hooks/index.d.ts",
164
+ "import": "./dist/components/ContainerFloating/hooks/index.js",
165
+ "default": "./dist/components/ContainerFloating/hooks/index.js"
166
+ },
167
+ "./components/ContainerFrame": {
168
+ "types": "./dist/components/ContainerFrame/index.d.ts",
169
+ "import": "./dist/components/ContainerFrame/index.js",
170
+ "default": "./dist/components/ContainerFrame/index.js"
171
+ },
172
+ "./components/ContainerResizable": {
173
+ "types": "./dist/components/ContainerResizable/index.d.ts",
174
+ "import": "./dist/components/ContainerResizable/index.js",
175
+ "default": "./dist/components/ContainerResizable/index.js"
176
+ },
177
+ "./components/ContainerRoot": {
178
+ "types": "./dist/components/ContainerRoot/index.d.ts",
179
+ "import": "./dist/components/ContainerRoot/index.js",
180
+ "default": "./dist/components/ContainerRoot/index.js"
181
+ },
182
+ "./components/ContainerShadow": {
183
+ "types": "./dist/components/ContainerShadow/index.d.ts",
184
+ "import": "./dist/components/ContainerShadow/index.js",
185
+ "default": "./dist/components/ContainerShadow/index.js"
186
+ },
187
+ "./components/ContainerTabs": {
188
+ "types": "./dist/components/ContainerTabs/index.d.ts",
189
+ "import": "./dist/components/ContainerTabs/index.js",
190
+ "default": "./dist/components/ContainerTabs/index.js"
191
+ },
192
+ "./components/ContainerWindow": {
193
+ "types": "./dist/components/ContainerWindow/index.d.ts",
194
+ "import": "./dist/components/ContainerWindow/index.js",
195
+ "default": "./dist/components/ContainerWindow/index.js"
196
+ },
197
+ "./components/ContentEditable": {
198
+ "types": "./dist/components/ContentEditable/index.d.ts",
199
+ "import": "./dist/components/ContentEditable/index.js",
200
+ "default": "./dist/components/ContentEditable/index.js"
201
+ },
202
+ "./components/Dummy": {
203
+ "types": "./dist/components/Dummy/index.d.ts",
204
+ "import": "./dist/components/Dummy/index.js",
205
+ "default": "./dist/components/Dummy/index.js"
206
+ },
207
+ "./components/ErrorBoundary": {
208
+ "types": "./dist/components/ErrorBoundary/index.d.ts",
209
+ "import": "./dist/components/ErrorBoundary/index.js",
210
+ "default": "./dist/components/ErrorBoundary/index.js"
211
+ },
212
+ "./components/ErrorMessage": {
213
+ "types": "./dist/components/ErrorMessage/index.d.ts",
214
+ "import": "./dist/components/ErrorMessage/index.js",
215
+ "default": "./dist/components/ErrorMessage/index.js"
216
+ },
217
+ "./components/FileUpload": {
218
+ "types": "./dist/components/FileUpload/index.d.ts",
219
+ "import": "./dist/components/FileUpload/index.js",
220
+ "default": "./dist/components/FileUpload/index.js"
221
+ },
222
+ "./components/FileUpload/components/DrawTypes": {
223
+ "types": "./dist/components/FileUpload/components/DrawTypes/index.d.ts",
224
+ "import": "./dist/components/FileUpload/components/DrawTypes/index.js",
225
+ "default": "./dist/components/FileUpload/components/DrawTypes/index.js"
226
+ },
227
+ "./components/FileUpload/components/FileUploadItem": {
228
+ "types": "./dist/components/FileUpload/components/FileUploadItem/index.d.ts",
229
+ "import": "./dist/components/FileUpload/components/FileUploadItem/index.js",
230
+ "default": "./dist/components/FileUpload/components/FileUploadItem/index.js"
231
+ },
232
+ "./components/FileUpload/components/FileUploadItems": {
233
+ "types": "./dist/components/FileUpload/components/FileUploadItems/index.d.ts",
234
+ "import": "./dist/components/FileUpload/components/FileUploadItems/index.js",
235
+ "default": "./dist/components/FileUpload/components/FileUploadItems/index.js"
236
+ },
237
+ "./components/FileUpload/components/FileUploadMessage": {
238
+ "types": "./dist/components/FileUpload/components/FileUploadMessage/index.d.ts",
239
+ "import": "./dist/components/FileUpload/components/FileUploadMessage/index.js",
240
+ "default": "./dist/components/FileUpload/components/FileUploadMessage/index.js"
241
+ },
242
+ "./components/Flex": {
243
+ "types": "./dist/components/Flex/index.d.ts",
244
+ "import": "./dist/components/Flex/index.js",
245
+ "default": "./dist/components/Flex/index.js"
246
+ },
247
+ "./components/Form": {
248
+ "types": "./dist/components/Form/index.d.ts",
249
+ "import": "./dist/components/Form/index.js",
250
+ "default": "./dist/components/Form/index.js"
251
+ },
252
+ "./components/Form/fields": {
253
+ "types": "./dist/components/Form/fields/index.d.ts",
254
+ "import": "./dist/components/Form/fields/index.js",
255
+ "default": "./dist/components/Form/fields/index.js"
256
+ },
257
+ "./components/Form/hooks": {
258
+ "types": "./dist/components/Form/hooks/index.d.ts",
259
+ "import": "./dist/components/Form/hooks/index.js",
260
+ "default": "./dist/components/Form/hooks/index.js"
261
+ },
262
+ "./components/Heading": {
263
+ "types": "./dist/components/Heading/index.d.ts",
264
+ "import": "./dist/components/Heading/index.js",
265
+ "default": "./dist/components/Heading/index.js"
266
+ },
267
+ "./components/Icon": {
268
+ "types": "./dist/components/Icon/index.d.ts",
269
+ "import": "./dist/components/Icon/index.js",
270
+ "default": "./dist/components/Icon/index.js"
271
+ },
272
+ "./components/IconGroup": {
273
+ "types": "./dist/components/IconGroup/index.d.ts",
274
+ "import": "./dist/components/IconGroup/index.js",
275
+ "default": "./dist/components/IconGroup/index.js"
276
+ },
277
+ "./components/Input": {
278
+ "types": "./dist/components/Input/index.d.ts",
279
+ "import": "./dist/components/Input/index.js",
280
+ "default": "./dist/components/Input/index.js"
281
+ },
282
+ "./components/KVInput": {
283
+ "types": "./dist/components/KVInput/index.d.ts",
284
+ "import": "./dist/components/KVInput/index.js",
285
+ "default": "./dist/components/KVInput/index.js"
286
+ },
287
+ "./components/Label": {
288
+ "types": "./dist/components/Label/index.d.ts",
289
+ "import": "./dist/components/Label/index.js",
290
+ "default": "./dist/components/Label/index.js"
291
+ },
292
+ "./components/Markdown": {
293
+ "types": "./dist/components/Markdown/index.d.ts",
294
+ "import": "./dist/components/Markdown/index.js",
295
+ "default": "./dist/components/Markdown/index.js"
296
+ },
297
+ "./components/Markdown/Assets/index.scss": "./dist/components/Markdown/Assets/index.scss",
298
+ "./components/MenuList": {
299
+ "types": "./dist/components/MenuList/index.d.ts",
300
+ "import": "./dist/components/MenuList/index.js",
301
+ "default": "./dist/components/MenuList/index.js"
302
+ },
303
+ "./components/MetricInput": {
304
+ "types": "./dist/components/MetricInput/index.d.ts",
305
+ "import": "./dist/components/MetricInput/index.js",
306
+ "default": "./dist/components/MetricInput/index.js"
307
+ },
308
+ "./components/Modal": {
309
+ "types": "./dist/components/Modal/index.d.ts",
310
+ "import": "./dist/components/Modal/index.js",
311
+ "default": "./dist/components/Modal/index.js"
312
+ },
313
+ "./components/Modal/Assets/index.scss": "./dist/components/Modal/Assets/index.scss",
314
+ "./components/Popup": {
315
+ "types": "./dist/components/Popup/index.d.ts",
316
+ "import": "./dist/components/Popup/index.js",
317
+ "default": "./dist/components/Popup/index.js"
318
+ },
319
+ "./components/Popup/components": {
320
+ "types": "./dist/components/Popup/components/index.d.ts",
321
+ "import": "./dist/components/Popup/components/index.js",
322
+ "default": "./dist/components/Popup/components/index.js"
323
+ },
324
+ "./components/Popup/components/PopupSidePanel": {
325
+ "types": "./dist/components/Popup/components/PopupSidePanel/index.d.ts",
326
+ "import": "./dist/components/Popup/components/PopupSidePanel/index.js",
327
+ "default": "./dist/components/Popup/components/PopupSidePanel/index.js"
328
+ },
329
+ "./components/Provider": {
330
+ "types": "./dist/components/Provider/index.d.ts",
331
+ "import": "./dist/components/Provider/index.js",
332
+ "default": "./dist/components/Provider/index.js"
333
+ },
334
+ "./components/Provider/providers": {
335
+ "types": "./dist/components/Provider/providers/index.d.ts",
336
+ "import": "./dist/components/Provider/providers/index.js",
337
+ "default": "./dist/components/Provider/providers/index.js"
37
338
  },
38
- "./icons/*": {
39
- "types": "./dist/icons/*/index.d.ts",
40
- "import": "./dist/icons/*",
41
- "default": "./dist/icons/*"
339
+ "./components/Provider/providers/ThemeProvider": {
340
+ "types": "./dist/components/Provider/providers/ThemeProvider/index.d.ts",
341
+ "import": "./dist/components/Provider/providers/ThemeProvider/index.js",
342
+ "default": "./dist/components/Provider/providers/ThemeProvider/index.js"
343
+ },
344
+ "./components/QueryBuilder": {
345
+ "types": "./dist/components/QueryBuilder/index.d.ts",
346
+ "import": "./dist/components/QueryBuilder/index.js",
347
+ "default": "./dist/components/QueryBuilder/index.js"
348
+ },
349
+ "./components/QueryBuilder/helpers": {
350
+ "types": "./dist/components/QueryBuilder/helpers/index.d.ts",
351
+ "import": "./dist/components/QueryBuilder/helpers/index.js",
352
+ "default": "./dist/components/QueryBuilder/helpers/index.js"
353
+ },
354
+ "./components/QueryBuilder/helpers/formatters": {
355
+ "types": "./dist/components/QueryBuilder/helpers/formatters/index.d.ts",
356
+ "import": "./dist/components/QueryBuilder/helpers/formatters/index.js",
357
+ "default": "./dist/components/QueryBuilder/helpers/formatters/index.js"
358
+ },
359
+ "./components/Select": {
360
+ "types": "./dist/components/Select/index.d.ts",
361
+ "import": "./dist/components/Select/index.js",
362
+ "default": "./dist/components/Select/index.js"
363
+ },
364
+ "./components/Select2": {
365
+ "types": "./dist/components/Select2/index.d.ts",
366
+ "import": "./dist/components/Select2/index.js",
367
+ "default": "./dist/components/Select2/index.js"
368
+ },
369
+ "./components/Sidebar": {
370
+ "types": "./dist/components/Sidebar/index.d.ts",
371
+ "import": "./dist/components/Sidebar/index.js",
372
+ "default": "./dist/components/Sidebar/index.js"
373
+ },
374
+ "./components/Switch": {
375
+ "types": "./dist/components/Switch/index.d.ts",
376
+ "import": "./dist/components/Switch/index.js",
377
+ "default": "./dist/components/Switch/index.js"
378
+ },
379
+ "./components/Text": {
380
+ "types": "./dist/components/Text/index.d.ts",
381
+ "import": "./dist/components/Text/index.js",
382
+ "default": "./dist/components/Text/index.js"
383
+ },
384
+ "./components/TextArea": {
385
+ "types": "./dist/components/TextArea/index.d.ts",
386
+ "import": "./dist/components/TextArea/index.js",
387
+ "default": "./dist/components/TextArea/index.js"
388
+ },
389
+ "./components/Toast": {
390
+ "types": "./dist/components/Toast/index.d.ts",
391
+ "import": "./dist/components/Toast/index.js",
392
+ "default": "./dist/components/Toast/index.js"
393
+ },
394
+ "./components/Toast/Assets/index.scss": "./dist/components/Toast/Assets/index.scss",
395
+ "./components/Tree": {
396
+ "types": "./dist/components/Tree/index.d.ts",
397
+ "import": "./dist/components/Tree/index.js",
398
+ "default": "./dist/components/Tree/index.js"
399
+ },
400
+ "./ContainerAutoScale": {
401
+ "types": "./dist/components/ContainerAutoScale/index.d.ts",
402
+ "import": "./dist/components/ContainerAutoScale/index.js",
403
+ "default": "./dist/components/ContainerAutoScale/index.js"
404
+ },
405
+ "./ContainerCollapsable": {
406
+ "types": "./dist/components/ContainerCollapsable/index.d.ts",
407
+ "import": "./dist/components/ContainerCollapsable/index.js",
408
+ "default": "./dist/components/ContainerCollapsable/index.js"
409
+ },
410
+ "./ContainerDraggable": {
411
+ "types": "./dist/components/ContainerDraggable/index.d.ts",
412
+ "import": "./dist/components/ContainerDraggable/index.js",
413
+ "default": "./dist/components/ContainerDraggable/index.js"
414
+ },
415
+ "./ContainerFloating": {
416
+ "types": "./dist/components/ContainerFloating/index.d.ts",
417
+ "import": "./dist/components/ContainerFloating/index.js",
418
+ "default": "./dist/components/ContainerFloating/index.js"
419
+ },
420
+ "./ContainerFloating/hooks": {
421
+ "types": "./dist/components/ContainerFloating/hooks/index.d.ts",
422
+ "import": "./dist/components/ContainerFloating/hooks/index.js",
423
+ "default": "./dist/components/ContainerFloating/hooks/index.js"
424
+ },
425
+ "./ContainerFrame": {
426
+ "types": "./dist/components/ContainerFrame/index.d.ts",
427
+ "import": "./dist/components/ContainerFrame/index.js",
428
+ "default": "./dist/components/ContainerFrame/index.js"
429
+ },
430
+ "./ContainerResizable": {
431
+ "types": "./dist/components/ContainerResizable/index.d.ts",
432
+ "import": "./dist/components/ContainerResizable/index.js",
433
+ "default": "./dist/components/ContainerResizable/index.js"
434
+ },
435
+ "./ContainerRoot": {
436
+ "types": "./dist/components/ContainerRoot/index.d.ts",
437
+ "import": "./dist/components/ContainerRoot/index.js",
438
+ "default": "./dist/components/ContainerRoot/index.js"
439
+ },
440
+ "./ContainerShadow": {
441
+ "types": "./dist/components/ContainerShadow/index.d.ts",
442
+ "import": "./dist/components/ContainerShadow/index.js",
443
+ "default": "./dist/components/ContainerShadow/index.js"
444
+ },
445
+ "./ContainerTabs": {
446
+ "types": "./dist/components/ContainerTabs/index.d.ts",
447
+ "import": "./dist/components/ContainerTabs/index.js",
448
+ "default": "./dist/components/ContainerTabs/index.js"
449
+ },
450
+ "./ContainerWindow": {
451
+ "types": "./dist/components/ContainerWindow/index.d.ts",
452
+ "import": "./dist/components/ContainerWindow/index.js",
453
+ "default": "./dist/components/ContainerWindow/index.js"
454
+ },
455
+ "./ContentEditable": {
456
+ "types": "./dist/components/ContentEditable/index.d.ts",
457
+ "import": "./dist/components/ContentEditable/index.js",
458
+ "default": "./dist/components/ContentEditable/index.js"
459
+ },
460
+ "./Dummy": {
461
+ "types": "./dist/components/Dummy/index.d.ts",
462
+ "import": "./dist/components/Dummy/index.js",
463
+ "default": "./dist/components/Dummy/index.js"
464
+ },
465
+ "./ErrorBoundary": {
466
+ "types": "./dist/components/ErrorBoundary/index.d.ts",
467
+ "import": "./dist/components/ErrorBoundary/index.js",
468
+ "default": "./dist/components/ErrorBoundary/index.js"
469
+ },
470
+ "./ErrorMessage": {
471
+ "types": "./dist/components/ErrorMessage/index.d.ts",
472
+ "import": "./dist/components/ErrorMessage/index.js",
473
+ "default": "./dist/components/ErrorMessage/index.js"
474
+ },
475
+ "./FileUpload": {
476
+ "types": "./dist/components/FileUpload/index.d.ts",
477
+ "import": "./dist/components/FileUpload/index.js",
478
+ "default": "./dist/components/FileUpload/index.js"
479
+ },
480
+ "./FileUpload/components/DrawTypes": {
481
+ "types": "./dist/components/FileUpload/components/DrawTypes/index.d.ts",
482
+ "import": "./dist/components/FileUpload/components/DrawTypes/index.js",
483
+ "default": "./dist/components/FileUpload/components/DrawTypes/index.js"
484
+ },
485
+ "./FileUpload/components/FileUploadItem": {
486
+ "types": "./dist/components/FileUpload/components/FileUploadItem/index.d.ts",
487
+ "import": "./dist/components/FileUpload/components/FileUploadItem/index.js",
488
+ "default": "./dist/components/FileUpload/components/FileUploadItem/index.js"
489
+ },
490
+ "./FileUpload/components/FileUploadItems": {
491
+ "types": "./dist/components/FileUpload/components/FileUploadItems/index.d.ts",
492
+ "import": "./dist/components/FileUpload/components/FileUploadItems/index.js",
493
+ "default": "./dist/components/FileUpload/components/FileUploadItems/index.js"
494
+ },
495
+ "./FileUpload/components/FileUploadMessage": {
496
+ "types": "./dist/components/FileUpload/components/FileUploadMessage/index.d.ts",
497
+ "import": "./dist/components/FileUpload/components/FileUploadMessage/index.js",
498
+ "default": "./dist/components/FileUpload/components/FileUploadMessage/index.js"
499
+ },
500
+ "./Flex": {
501
+ "types": "./dist/components/Flex/index.d.ts",
502
+ "import": "./dist/components/Flex/index.js",
503
+ "default": "./dist/components/Flex/index.js"
504
+ },
505
+ "./Form": {
506
+ "types": "./dist/components/Form/index.d.ts",
507
+ "import": "./dist/components/Form/index.js",
508
+ "default": "./dist/components/Form/index.js"
509
+ },
510
+ "./Form/fields": {
511
+ "types": "./dist/components/Form/fields/index.d.ts",
512
+ "import": "./dist/components/Form/fields/index.js",
513
+ "default": "./dist/components/Form/fields/index.js"
514
+ },
515
+ "./Form/hooks": {
516
+ "types": "./dist/components/Form/hooks/index.d.ts",
517
+ "import": "./dist/components/Form/hooks/index.js",
518
+ "default": "./dist/components/Form/hooks/index.js"
519
+ },
520
+ "./Heading": {
521
+ "types": "./dist/components/Heading/index.d.ts",
522
+ "import": "./dist/components/Heading/index.js",
523
+ "default": "./dist/components/Heading/index.js"
42
524
  },
43
525
  "./helpers": {
44
526
  "types": "./dist/helpers/index.d.ts",
45
527
  "import": "./dist/helpers/index.js",
46
528
  "default": "./dist/helpers/index.js"
47
529
  },
48
- "./helpers/*": {
49
- "types": "./dist/helpers/*/index.d.ts",
50
- "import": "./dist/helpers/*",
51
- "default": "./dist/helpers/*"
530
+ "./helpers/lodash": {
531
+ "types": "./dist/helpers/lodash/index.d.ts",
532
+ "import": "./dist/helpers/lodash/index.js",
533
+ "default": "./dist/helpers/lodash/index.js"
52
534
  },
53
535
  "./hooks": {
54
536
  "types": "./dist/hooks/index.d.ts",
55
537
  "import": "./dist/hooks/index.js",
56
538
  "default": "./dist/hooks/index.js"
57
539
  },
58
- "./hooks/*": {
59
- "types": "./dist/hooks/*/index.d.ts",
60
- "import": "./dist/hooks/*",
61
- "default": "./dist/hooks/*"
540
+ "./hooks/useDidUpdateEffect": {
541
+ "types": "./dist/hooks/useDidUpdateEffect/index.d.ts",
542
+ "import": "./dist/hooks/useDidUpdateEffect/index.js",
543
+ "default": "./dist/hooks/useDidUpdateEffect/index.js"
62
544
  },
63
- "./components": {
64
- "types": "./dist/components/index.d.ts",
65
- "import": "./dist/components",
66
- "default": "./dist/components"
545
+ "./hooks/useDisclosure": {
546
+ "types": "./dist/hooks/useDisclosure/index.d.ts",
547
+ "import": "./dist/hooks/useDisclosure/index.js",
548
+ "default": "./dist/hooks/useDisclosure/index.js"
549
+ },
550
+ "./hooks/useReducerWithMiddleware": {
551
+ "types": "./dist/hooks/useReducerWithMiddleware/index.d.ts",
552
+ "import": "./dist/hooks/useReducerWithMiddleware/index.js",
553
+ "default": "./dist/hooks/useReducerWithMiddleware/index.js"
554
+ },
555
+ "./hooks/useStateDebounce": {
556
+ "types": "./dist/hooks/useStateDebounce/index.d.ts",
557
+ "import": "./dist/hooks/useStateDebounce/index.js",
558
+ "default": "./dist/hooks/useStateDebounce/index.js"
559
+ },
560
+ "./hooks/useStateMemo": {
561
+ "types": "./dist/hooks/useStateMemo/index.d.ts",
562
+ "import": "./dist/hooks/useStateMemo/index.js",
563
+ "default": "./dist/hooks/useStateMemo/index.js"
564
+ },
565
+ "./hooks/useStorage": {
566
+ "types": "./dist/hooks/useStorage/index.d.ts",
567
+ "import": "./dist/hooks/useStorage/index.js",
568
+ "default": "./dist/hooks/useStorage/index.js"
569
+ },
570
+ "./hooks/useTheme": {
571
+ "types": "./dist/hooks/useTheme/index.d.ts",
572
+ "import": "./dist/hooks/useTheme/index.js",
573
+ "default": "./dist/hooks/useTheme/index.js"
574
+ },
575
+ "./hooks/useValueMemo": {
576
+ "types": "./dist/hooks/useValueMemo/index.d.ts",
577
+ "import": "./dist/hooks/useValueMemo/index.js",
578
+ "default": "./dist/hooks/useValueMemo/index.js"
579
+ },
580
+ "./Icon": {
581
+ "types": "./dist/components/Icon/index.d.ts",
582
+ "import": "./dist/components/Icon/index.js",
583
+ "default": "./dist/components/Icon/index.js"
584
+ },
585
+ "./IconGroup": {
586
+ "types": "./dist/components/IconGroup/index.d.ts",
587
+ "import": "./dist/components/IconGroup/index.js",
588
+ "default": "./dist/components/IconGroup/index.js"
589
+ },
590
+ "./icons": {
591
+ "types": "./dist/icons/index.d.ts",
592
+ "import": "./dist/icons/index.js",
593
+ "default": "./dist/icons/index.js"
594
+ },
595
+ "./icons/AlignContentCenterColumn": {
596
+ "types": "./dist/icons/AlignContentCenterColumn/index.d.ts",
597
+ "import": "./dist/icons/AlignContentCenterColumn/index.js",
598
+ "default": "./dist/icons/AlignContentCenterColumn/index.js"
599
+ },
600
+ "./icons/AlignContentCenterRow": {
601
+ "types": "./dist/icons/AlignContentCenterRow/index.d.ts",
602
+ "import": "./dist/icons/AlignContentCenterRow/index.js",
603
+ "default": "./dist/icons/AlignContentCenterRow/index.js"
604
+ },
605
+ "./icons/AlignContentEndColumn": {
606
+ "types": "./dist/icons/AlignContentEndColumn/index.d.ts",
607
+ "import": "./dist/icons/AlignContentEndColumn/index.js",
608
+ "default": "./dist/icons/AlignContentEndColumn/index.js"
609
+ },
610
+ "./icons/AlignContentEndReverseColumn": {
611
+ "types": "./dist/icons/AlignContentEndReverseColumn/index.d.ts",
612
+ "import": "./dist/icons/AlignContentEndReverseColumn/index.js",
613
+ "default": "./dist/icons/AlignContentEndReverseColumn/index.js"
614
+ },
615
+ "./icons/AlignContentEndReverseRow": {
616
+ "types": "./dist/icons/AlignContentEndReverseRow/index.d.ts",
617
+ "import": "./dist/icons/AlignContentEndReverseRow/index.js",
618
+ "default": "./dist/icons/AlignContentEndReverseRow/index.js"
619
+ },
620
+ "./icons/AlignContentEndRow": {
621
+ "types": "./dist/icons/AlignContentEndRow/index.d.ts",
622
+ "import": "./dist/icons/AlignContentEndRow/index.js",
623
+ "default": "./dist/icons/AlignContentEndRow/index.js"
624
+ },
625
+ "./icons/AlignContentSpaceAroundColumn": {
626
+ "types": "./dist/icons/AlignContentSpaceAroundColumn/index.d.ts",
627
+ "import": "./dist/icons/AlignContentSpaceAroundColumn/index.js",
628
+ "default": "./dist/icons/AlignContentSpaceAroundColumn/index.js"
629
+ },
630
+ "./icons/AlignContentSpaceAroundRow": {
631
+ "types": "./dist/icons/AlignContentSpaceAroundRow/index.d.ts",
632
+ "import": "./dist/icons/AlignContentSpaceAroundRow/index.js",
633
+ "default": "./dist/icons/AlignContentSpaceAroundRow/index.js"
634
+ },
635
+ "./icons/AlignContentSpaceBetweenColumn": {
636
+ "types": "./dist/icons/AlignContentSpaceBetweenColumn/index.d.ts",
637
+ "import": "./dist/icons/AlignContentSpaceBetweenColumn/index.js",
638
+ "default": "./dist/icons/AlignContentSpaceBetweenColumn/index.js"
639
+ },
640
+ "./icons/AlignContentSpaceBetweenRow": {
641
+ "types": "./dist/icons/AlignContentSpaceBetweenRow/index.d.ts",
642
+ "import": "./dist/icons/AlignContentSpaceBetweenRow/index.js",
643
+ "default": "./dist/icons/AlignContentSpaceBetweenRow/index.js"
644
+ },
645
+ "./icons/AlignContentStartColumn": {
646
+ "types": "./dist/icons/AlignContentStartColumn/index.d.ts",
647
+ "import": "./dist/icons/AlignContentStartColumn/index.js",
648
+ "default": "./dist/icons/AlignContentStartColumn/index.js"
649
+ },
650
+ "./icons/AlignContentStartReverseColumn": {
651
+ "types": "./dist/icons/AlignContentStartReverseColumn/index.d.ts",
652
+ "import": "./dist/icons/AlignContentStartReverseColumn/index.js",
653
+ "default": "./dist/icons/AlignContentStartReverseColumn/index.js"
654
+ },
655
+ "./icons/AlignContentStartReverseRow": {
656
+ "types": "./dist/icons/AlignContentStartReverseRow/index.d.ts",
657
+ "import": "./dist/icons/AlignContentStartReverseRow/index.js",
658
+ "default": "./dist/icons/AlignContentStartReverseRow/index.js"
659
+ },
660
+ "./icons/AlignContentStartRow": {
661
+ "types": "./dist/icons/AlignContentStartRow/index.d.ts",
662
+ "import": "./dist/icons/AlignContentStartRow/index.js",
663
+ "default": "./dist/icons/AlignContentStartRow/index.js"
664
+ },
665
+ "./icons/AlignContentStretchColumn": {
666
+ "types": "./dist/icons/AlignContentStretchColumn/index.d.ts",
667
+ "import": "./dist/icons/AlignContentStretchColumn/index.js",
668
+ "default": "./dist/icons/AlignContentStretchColumn/index.js"
669
+ },
670
+ "./icons/AlignContentStretchRow": {
671
+ "types": "./dist/icons/AlignContentStretchRow/index.d.ts",
672
+ "import": "./dist/icons/AlignContentStretchRow/index.js",
673
+ "default": "./dist/icons/AlignContentStretchRow/index.js"
67
674
  },
68
- "./components/*": {
69
- "types": "./dist/components/*/index.d.ts",
70
- "import": "./dist/components/*",
71
- "default": "./dist/components/*"
675
+ "./icons/AlignItemsBaselineColumn": {
676
+ "types": "./dist/icons/AlignItemsBaselineColumn/index.d.ts",
677
+ "import": "./dist/icons/AlignItemsBaselineColumn/index.js",
678
+ "default": "./dist/icons/AlignItemsBaselineColumn/index.js"
679
+ },
680
+ "./icons/AlignItemsBaselineColumnReverse": {
681
+ "types": "./dist/icons/AlignItemsBaselineColumnReverse/index.d.ts",
682
+ "import": "./dist/icons/AlignItemsBaselineColumnReverse/index.js",
683
+ "default": "./dist/icons/AlignItemsBaselineColumnReverse/index.js"
684
+ },
685
+ "./icons/AlignItemsBaselineRow": {
686
+ "types": "./dist/icons/AlignItemsBaselineRow/index.d.ts",
687
+ "import": "./dist/icons/AlignItemsBaselineRow/index.js",
688
+ "default": "./dist/icons/AlignItemsBaselineRow/index.js"
689
+ },
690
+ "./icons/AlignItemsBaselineRowReverse": {
691
+ "types": "./dist/icons/AlignItemsBaselineRowReverse/index.d.ts",
692
+ "import": "./dist/icons/AlignItemsBaselineRowReverse/index.js",
693
+ "default": "./dist/icons/AlignItemsBaselineRowReverse/index.js"
694
+ },
695
+ "./icons/AlignItemsCenterColumn": {
696
+ "types": "./dist/icons/AlignItemsCenterColumn/index.d.ts",
697
+ "import": "./dist/icons/AlignItemsCenterColumn/index.js",
698
+ "default": "./dist/icons/AlignItemsCenterColumn/index.js"
699
+ },
700
+ "./icons/AlignItemsCenterColumnReverse": {
701
+ "types": "./dist/icons/AlignItemsCenterColumnReverse/index.d.ts",
702
+ "import": "./dist/icons/AlignItemsCenterColumnReverse/index.js",
703
+ "default": "./dist/icons/AlignItemsCenterColumnReverse/index.js"
704
+ },
705
+ "./icons/AlignItemsCenterRow": {
706
+ "types": "./dist/icons/AlignItemsCenterRow/index.d.ts",
707
+ "import": "./dist/icons/AlignItemsCenterRow/index.js",
708
+ "default": "./dist/icons/AlignItemsCenterRow/index.js"
709
+ },
710
+ "./icons/AlignItemsCenterRowReverse": {
711
+ "types": "./dist/icons/AlignItemsCenterRowReverse/index.d.ts",
712
+ "import": "./dist/icons/AlignItemsCenterRowReverse/index.js",
713
+ "default": "./dist/icons/AlignItemsCenterRowReverse/index.js"
714
+ },
715
+ "./icons/AlignItemsEndColumn": {
716
+ "types": "./dist/icons/AlignItemsEndColumn/index.d.ts",
717
+ "import": "./dist/icons/AlignItemsEndColumn/index.js",
718
+ "default": "./dist/icons/AlignItemsEndColumn/index.js"
719
+ },
720
+ "./icons/AlignItemsEndColumnReverse": {
721
+ "types": "./dist/icons/AlignItemsEndColumnReverse/index.d.ts",
722
+ "import": "./dist/icons/AlignItemsEndColumnReverse/index.js",
723
+ "default": "./dist/icons/AlignItemsEndColumnReverse/index.js"
724
+ },
725
+ "./icons/AlignItemsEndRow": {
726
+ "types": "./dist/icons/AlignItemsEndRow/index.d.ts",
727
+ "import": "./dist/icons/AlignItemsEndRow/index.js",
728
+ "default": "./dist/icons/AlignItemsEndRow/index.js"
729
+ },
730
+ "./icons/AlignItemsEndRowReverse": {
731
+ "types": "./dist/icons/AlignItemsEndRowReverse/index.d.ts",
732
+ "import": "./dist/icons/AlignItemsEndRowReverse/index.js",
733
+ "default": "./dist/icons/AlignItemsEndRowReverse/index.js"
734
+ },
735
+ "./icons/AlignItemsStartColumn": {
736
+ "types": "./dist/icons/AlignItemsStartColumn/index.d.ts",
737
+ "import": "./dist/icons/AlignItemsStartColumn/index.js",
738
+ "default": "./dist/icons/AlignItemsStartColumn/index.js"
739
+ },
740
+ "./icons/AlignItemsStartColumnReverse": {
741
+ "types": "./dist/icons/AlignItemsStartColumnReverse/index.d.ts",
742
+ "import": "./dist/icons/AlignItemsStartColumnReverse/index.js",
743
+ "default": "./dist/icons/AlignItemsStartColumnReverse/index.js"
744
+ },
745
+ "./icons/AlignItemsStartRow": {
746
+ "types": "./dist/icons/AlignItemsStartRow/index.d.ts",
747
+ "import": "./dist/icons/AlignItemsStartRow/index.js",
748
+ "default": "./dist/icons/AlignItemsStartRow/index.js"
749
+ },
750
+ "./icons/AlignItemsStartRowReverse": {
751
+ "types": "./dist/icons/AlignItemsStartRowReverse/index.d.ts",
752
+ "import": "./dist/icons/AlignItemsStartRowReverse/index.js",
753
+ "default": "./dist/icons/AlignItemsStartRowReverse/index.js"
754
+ },
755
+ "./icons/AlignItemsStretchColumn": {
756
+ "types": "./dist/icons/AlignItemsStretchColumn/index.d.ts",
757
+ "import": "./dist/icons/AlignItemsStretchColumn/index.js",
758
+ "default": "./dist/icons/AlignItemsStretchColumn/index.js"
759
+ },
760
+ "./icons/AlignItemsStretchRow": {
761
+ "types": "./dist/icons/AlignItemsStretchRow/index.d.ts",
762
+ "import": "./dist/icons/AlignItemsStretchRow/index.js",
763
+ "default": "./dist/icons/AlignItemsStretchRow/index.js"
764
+ },
765
+ "./icons/AlignSelfBaselineRow": {
766
+ "types": "./dist/icons/AlignSelfBaselineRow/index.d.ts",
767
+ "import": "./dist/icons/AlignSelfBaselineRow/index.js",
768
+ "default": "./dist/icons/AlignSelfBaselineRow/index.js"
769
+ },
770
+ "./icons/AlignSelfCenterRow": {
771
+ "types": "./dist/icons/AlignSelfCenterRow/index.d.ts",
772
+ "import": "./dist/icons/AlignSelfCenterRow/index.js",
773
+ "default": "./dist/icons/AlignSelfCenterRow/index.js"
774
+ },
775
+ "./icons/AlignSelfEndRow": {
776
+ "types": "./dist/icons/AlignSelfEndRow/index.d.ts",
777
+ "import": "./dist/icons/AlignSelfEndRow/index.js",
778
+ "default": "./dist/icons/AlignSelfEndRow/index.js"
779
+ },
780
+ "./icons/AlignSelfStartRow": {
781
+ "types": "./dist/icons/AlignSelfStartRow/index.d.ts",
782
+ "import": "./dist/icons/AlignSelfStartRow/index.js",
783
+ "default": "./dist/icons/AlignSelfStartRow/index.js"
784
+ },
785
+ "./icons/AlignSelfStretchRow": {
786
+ "types": "./dist/icons/AlignSelfStretchRow/index.d.ts",
787
+ "import": "./dist/icons/AlignSelfStretchRow/index.js",
788
+ "default": "./dist/icons/AlignSelfStretchRow/index.js"
789
+ },
790
+ "./icons/ArrowReverse": {
791
+ "types": "./dist/icons/ArrowReverse/index.d.ts",
792
+ "import": "./dist/icons/ArrowReverse/index.js",
793
+ "default": "./dist/icons/ArrowReverse/index.js"
794
+ },
795
+ "./icons/BackgroundTileX": {
796
+ "types": "./dist/icons/BackgroundTileX/index.d.ts",
797
+ "import": "./dist/icons/BackgroundTileX/index.js",
798
+ "default": "./dist/icons/BackgroundTileX/index.js"
799
+ },
800
+ "./icons/BackgroundTileXY": {
801
+ "types": "./dist/icons/BackgroundTileXY/index.d.ts",
802
+ "import": "./dist/icons/BackgroundTileXY/index.js",
803
+ "default": "./dist/icons/BackgroundTileXY/index.js"
804
+ },
805
+ "./icons/BackgroundTileY": {
806
+ "types": "./dist/icons/BackgroundTileY/index.d.ts",
807
+ "import": "./dist/icons/BackgroundTileY/index.js",
808
+ "default": "./dist/icons/BackgroundTileY/index.js"
809
+ },
810
+ "./icons/BorderBlack": {
811
+ "types": "./dist/icons/BorderBlack/index.d.ts",
812
+ "import": "./dist/icons/BorderBlack/index.js",
813
+ "default": "./dist/icons/BorderBlack/index.js"
814
+ },
815
+ "./icons/BorderPlacementBottom": {
816
+ "types": "./dist/icons/BorderPlacementBottom/index.d.ts",
817
+ "import": "./dist/icons/BorderPlacementBottom/index.js",
818
+ "default": "./dist/icons/BorderPlacementBottom/index.js"
819
+ },
820
+ "./icons/BorderPlacementCenter": {
821
+ "types": "./dist/icons/BorderPlacementCenter/index.d.ts",
822
+ "import": "./dist/icons/BorderPlacementCenter/index.js",
823
+ "default": "./dist/icons/BorderPlacementCenter/index.js"
824
+ },
825
+ "./icons/BorderPlacementLeft": {
826
+ "types": "./dist/icons/BorderPlacementLeft/index.d.ts",
827
+ "import": "./dist/icons/BorderPlacementLeft/index.js",
828
+ "default": "./dist/icons/BorderPlacementLeft/index.js"
829
+ },
830
+ "./icons/BorderPlacementRight": {
831
+ "types": "./dist/icons/BorderPlacementRight/index.d.ts",
832
+ "import": "./dist/icons/BorderPlacementRight/index.js",
833
+ "default": "./dist/icons/BorderPlacementRight/index.js"
834
+ },
835
+ "./icons/BorderPlacementTop": {
836
+ "types": "./dist/icons/BorderPlacementTop/index.d.ts",
837
+ "import": "./dist/icons/BorderPlacementTop/index.js",
838
+ "default": "./dist/icons/BorderPlacementTop/index.js"
839
+ },
840
+ "./icons/BorderStyleDashed": {
841
+ "types": "./dist/icons/BorderStyleDashed/index.d.ts",
842
+ "import": "./dist/icons/BorderStyleDashed/index.js",
843
+ "default": "./dist/icons/BorderStyleDashed/index.js"
844
+ },
845
+ "./icons/BorderStyleDotted": {
846
+ "types": "./dist/icons/BorderStyleDotted/index.d.ts",
847
+ "import": "./dist/icons/BorderStyleDotted/index.js",
848
+ "default": "./dist/icons/BorderStyleDotted/index.js"
849
+ },
850
+ "./icons/BorderStyleSolid": {
851
+ "types": "./dist/icons/BorderStyleSolid/index.d.ts",
852
+ "import": "./dist/icons/BorderStyleSolid/index.js",
853
+ "default": "./dist/icons/BorderStyleSolid/index.js"
854
+ },
855
+ "./icons/BorderWhite": {
856
+ "types": "./dist/icons/BorderWhite/index.d.ts",
857
+ "import": "./dist/icons/BorderWhite/index.js",
858
+ "default": "./dist/icons/BorderWhite/index.js"
859
+ },
860
+ "./icons/ClearBoth": {
861
+ "types": "./dist/icons/ClearBoth/index.d.ts",
862
+ "import": "./dist/icons/ClearBoth/index.js",
863
+ "default": "./dist/icons/ClearBoth/index.js"
864
+ },
865
+ "./icons/ClearLeft": {
866
+ "types": "./dist/icons/ClearLeft/index.d.ts",
867
+ "import": "./dist/icons/ClearLeft/index.js",
868
+ "default": "./dist/icons/ClearLeft/index.js"
869
+ },
870
+ "./icons/ClearRight": {
871
+ "types": "./dist/icons/ClearRight/index.d.ts",
872
+ "import": "./dist/icons/ClearRight/index.js",
873
+ "default": "./dist/icons/ClearRight/index.js"
874
+ },
875
+ "./icons/DesktopWithMobile": {
876
+ "types": "./dist/icons/DesktopWithMobile/index.d.ts",
877
+ "import": "./dist/icons/DesktopWithMobile/index.js",
878
+ "default": "./dist/icons/DesktopWithMobile/index.js"
879
+ },
880
+ "./icons/DisplayBlock": {
881
+ "types": "./dist/icons/DisplayBlock/index.d.ts",
882
+ "import": "./dist/icons/DisplayBlock/index.js",
883
+ "default": "./dist/icons/DisplayBlock/index.js"
884
+ },
885
+ "./icons/DisplayFlex": {
886
+ "types": "./dist/icons/DisplayFlex/index.d.ts",
887
+ "import": "./dist/icons/DisplayFlex/index.js",
888
+ "default": "./dist/icons/DisplayFlex/index.js"
889
+ },
890
+ "./icons/DisplayGrid": {
891
+ "types": "./dist/icons/DisplayGrid/index.d.ts",
892
+ "import": "./dist/icons/DisplayGrid/index.js",
893
+ "default": "./dist/icons/DisplayGrid/index.js"
894
+ },
895
+ "./icons/DisplayInline": {
896
+ "types": "./dist/icons/DisplayInline/index.d.ts",
897
+ "import": "./dist/icons/DisplayInline/index.js",
898
+ "default": "./dist/icons/DisplayInline/index.js"
899
+ },
900
+ "./icons/DisplayInlineBlock": {
901
+ "types": "./dist/icons/DisplayInlineBlock/index.d.ts",
902
+ "import": "./dist/icons/DisplayInlineBlock/index.js",
903
+ "default": "./dist/icons/DisplayInlineBlock/index.js"
904
+ },
905
+ "./icons/EffectsTransitionEase": {
906
+ "types": "./dist/icons/EffectsTransitionEase/index.d.ts",
907
+ "import": "./dist/icons/EffectsTransitionEase/index.js",
908
+ "default": "./dist/icons/EffectsTransitionEase/index.js"
909
+ },
910
+ "./icons/FlexGrowRow": {
911
+ "types": "./dist/icons/FlexGrowRow/index.d.ts",
912
+ "import": "./dist/icons/FlexGrowRow/index.js",
913
+ "default": "./dist/icons/FlexGrowRow/index.js"
914
+ },
915
+ "./icons/FlexNoneRow": {
916
+ "types": "./dist/icons/FlexNoneRow/index.d.ts",
917
+ "import": "./dist/icons/FlexNoneRow/index.js",
918
+ "default": "./dist/icons/FlexNoneRow/index.js"
919
+ },
920
+ "./icons/FlexShrinkRow": {
921
+ "types": "./dist/icons/FlexShrinkRow/index.d.ts",
922
+ "import": "./dist/icons/FlexShrinkRow/index.js",
923
+ "default": "./dist/icons/FlexShrinkRow/index.js"
924
+ },
925
+ "./icons/FloatLeft": {
926
+ "types": "./dist/icons/FloatLeft/index.d.ts",
927
+ "import": "./dist/icons/FloatLeft/index.js",
928
+ "default": "./dist/icons/FloatLeft/index.js"
929
+ },
930
+ "./icons/FloatRight": {
931
+ "types": "./dist/icons/FloatRight/index.d.ts",
932
+ "import": "./dist/icons/FloatRight/index.js",
933
+ "default": "./dist/icons/FloatRight/index.js"
934
+ },
935
+ "./icons/Form": {
936
+ "types": "./dist/icons/Form/index.d.ts",
937
+ "import": "./dist/icons/Form/index.js",
938
+ "default": "./dist/icons/Form/index.js"
939
+ },
940
+ "./icons/JustifyContentCenterColumn": {
941
+ "types": "./dist/icons/JustifyContentCenterColumn/index.d.ts",
942
+ "import": "./dist/icons/JustifyContentCenterColumn/index.js",
943
+ "default": "./dist/icons/JustifyContentCenterColumn/index.js"
944
+ },
945
+ "./icons/JustifyContentCenterRow": {
946
+ "types": "./dist/icons/JustifyContentCenterRow/index.d.ts",
947
+ "import": "./dist/icons/JustifyContentCenterRow/index.js",
948
+ "default": "./dist/icons/JustifyContentCenterRow/index.js"
949
+ },
950
+ "./icons/JustifyContentEndColumn": {
951
+ "types": "./dist/icons/JustifyContentEndColumn/index.d.ts",
952
+ "import": "./dist/icons/JustifyContentEndColumn/index.js",
953
+ "default": "./dist/icons/JustifyContentEndColumn/index.js"
954
+ },
955
+ "./icons/JustifyContentEndColumnReverse": {
956
+ "types": "./dist/icons/JustifyContentEndColumnReverse/index.d.ts",
957
+ "import": "./dist/icons/JustifyContentEndColumnReverse/index.js",
958
+ "default": "./dist/icons/JustifyContentEndColumnReverse/index.js"
959
+ },
960
+ "./icons/JustifyContentEndRow": {
961
+ "types": "./dist/icons/JustifyContentEndRow/index.d.ts",
962
+ "import": "./dist/icons/JustifyContentEndRow/index.js",
963
+ "default": "./dist/icons/JustifyContentEndRow/index.js"
964
+ },
965
+ "./icons/JustifyContentEndRowReverse": {
966
+ "types": "./dist/icons/JustifyContentEndRowReverse/index.d.ts",
967
+ "import": "./dist/icons/JustifyContentEndRowReverse/index.js",
968
+ "default": "./dist/icons/JustifyContentEndRowReverse/index.js"
969
+ },
970
+ "./icons/JustifyContentSpaceAroundColumn": {
971
+ "types": "./dist/icons/JustifyContentSpaceAroundColumn/index.d.ts",
972
+ "import": "./dist/icons/JustifyContentSpaceAroundColumn/index.js",
973
+ "default": "./dist/icons/JustifyContentSpaceAroundColumn/index.js"
974
+ },
975
+ "./icons/JustifyContentSpaceAroundRow": {
976
+ "types": "./dist/icons/JustifyContentSpaceAroundRow/index.d.ts",
977
+ "import": "./dist/icons/JustifyContentSpaceAroundRow/index.js",
978
+ "default": "./dist/icons/JustifyContentSpaceAroundRow/index.js"
979
+ },
980
+ "./icons/JustifyContentSpaceBetweenColumn": {
981
+ "types": "./dist/icons/JustifyContentSpaceBetweenColumn/index.d.ts",
982
+ "import": "./dist/icons/JustifyContentSpaceBetweenColumn/index.js",
983
+ "default": "./dist/icons/JustifyContentSpaceBetweenColumn/index.js"
984
+ },
985
+ "./icons/JustifyContentSpaceBetweenRow": {
986
+ "types": "./dist/icons/JustifyContentSpaceBetweenRow/index.d.ts",
987
+ "import": "./dist/icons/JustifyContentSpaceBetweenRow/index.js",
988
+ "default": "./dist/icons/JustifyContentSpaceBetweenRow/index.js"
989
+ },
990
+ "./icons/JustifyContentStartColumn": {
991
+ "types": "./dist/icons/JustifyContentStartColumn/index.d.ts",
992
+ "import": "./dist/icons/JustifyContentStartColumn/index.js",
993
+ "default": "./dist/icons/JustifyContentStartColumn/index.js"
994
+ },
995
+ "./icons/JustifyContentStartColumnReverse": {
996
+ "types": "./dist/icons/JustifyContentStartColumnReverse/index.d.ts",
997
+ "import": "./dist/icons/JustifyContentStartColumnReverse/index.js",
998
+ "default": "./dist/icons/JustifyContentStartColumnReverse/index.js"
999
+ },
1000
+ "./icons/JustifyContentStartRow": {
1001
+ "types": "./dist/icons/JustifyContentStartRow/index.d.ts",
1002
+ "import": "./dist/icons/JustifyContentStartRow/index.js",
1003
+ "default": "./dist/icons/JustifyContentStartRow/index.js"
1004
+ },
1005
+ "./icons/JustifyContentStartRowReverse": {
1006
+ "types": "./dist/icons/JustifyContentStartRowReverse/index.d.ts",
1007
+ "import": "./dist/icons/JustifyContentStartRowReverse/index.js",
1008
+ "default": "./dist/icons/JustifyContentStartRowReverse/index.js"
1009
+ },
1010
+ "./icons/ListCircles": {
1011
+ "types": "./dist/icons/ListCircles/index.d.ts",
1012
+ "import": "./dist/icons/ListCircles/index.js",
1013
+ "default": "./dist/icons/ListCircles/index.js"
1014
+ },
1015
+ "./icons/ListDots": {
1016
+ "types": "./dist/icons/ListDots/index.d.ts",
1017
+ "import": "./dist/icons/ListDots/index.js",
1018
+ "default": "./dist/icons/ListDots/index.js"
1019
+ },
1020
+ "./icons/ListLetters": {
1021
+ "types": "./dist/icons/ListLetters/index.d.ts",
1022
+ "import": "./dist/icons/ListLetters/index.js",
1023
+ "default": "./dist/icons/ListLetters/index.js"
1024
+ },
1025
+ "./icons/ListNumbers": {
1026
+ "types": "./dist/icons/ListNumbers/index.d.ts",
1027
+ "import": "./dist/icons/ListNumbers/index.js",
1028
+ "default": "./dist/icons/ListNumbers/index.js"
1029
+ },
1030
+ "./icons/ListRoman": {
1031
+ "types": "./dist/icons/ListRoman/index.d.ts",
1032
+ "import": "./dist/icons/ListRoman/index.js",
1033
+ "default": "./dist/icons/ListRoman/index.js"
1034
+ },
1035
+ "./icons/ListSquares": {
1036
+ "types": "./dist/icons/ListSquares/index.d.ts",
1037
+ "import": "./dist/icons/ListSquares/index.js",
1038
+ "default": "./dist/icons/ListSquares/index.js"
1039
+ },
1040
+ "./icons/MarginBottom": {
1041
+ "types": "./dist/icons/MarginBottom/index.d.ts",
1042
+ "import": "./dist/icons/MarginBottom/index.js",
1043
+ "default": "./dist/icons/MarginBottom/index.js"
1044
+ },
1045
+ "./icons/MarginLeft": {
1046
+ "types": "./dist/icons/MarginLeft/index.d.ts",
1047
+ "import": "./dist/icons/MarginLeft/index.js",
1048
+ "default": "./dist/icons/MarginLeft/index.js"
1049
+ },
1050
+ "./icons/MarginRight": {
1051
+ "types": "./dist/icons/MarginRight/index.d.ts",
1052
+ "import": "./dist/icons/MarginRight/index.js",
1053
+ "default": "./dist/icons/MarginRight/index.js"
1054
+ },
1055
+ "./icons/MarginTop": {
1056
+ "types": "./dist/icons/MarginTop/index.d.ts",
1057
+ "import": "./dist/icons/MarginTop/index.js",
1058
+ "default": "./dist/icons/MarginTop/index.js"
1059
+ },
1060
+ "./icons/PaddingBottom": {
1061
+ "types": "./dist/icons/PaddingBottom/index.d.ts",
1062
+ "import": "./dist/icons/PaddingBottom/index.js",
1063
+ "default": "./dist/icons/PaddingBottom/index.js"
1064
+ },
1065
+ "./icons/PaddingLeft": {
1066
+ "types": "./dist/icons/PaddingLeft/index.d.ts",
1067
+ "import": "./dist/icons/PaddingLeft/index.js",
1068
+ "default": "./dist/icons/PaddingLeft/index.js"
1069
+ },
1070
+ "./icons/PaddingRight": {
1071
+ "types": "./dist/icons/PaddingRight/index.d.ts",
1072
+ "import": "./dist/icons/PaddingRight/index.js",
1073
+ "default": "./dist/icons/PaddingRight/index.js"
1074
+ },
1075
+ "./icons/PaddingTop": {
1076
+ "types": "./dist/icons/PaddingTop/index.d.ts",
1077
+ "import": "./dist/icons/PaddingTop/index.js",
1078
+ "default": "./dist/icons/PaddingTop/index.js"
1079
+ },
1080
+ "./icons/PageOverview": {
1081
+ "types": "./dist/icons/PageOverview/index.d.ts",
1082
+ "import": "./dist/icons/PageOverview/index.js",
1083
+ "default": "./dist/icons/PageOverview/index.js"
1084
+ },
1085
+ "./icons/PageOverviewZoom": {
1086
+ "types": "./dist/icons/PageOverviewZoom/index.d.ts",
1087
+ "import": "./dist/icons/PageOverviewZoom/index.js",
1088
+ "default": "./dist/icons/PageOverviewZoom/index.js"
1089
+ },
1090
+ "./icons/PlitziLogo": {
1091
+ "types": "./dist/icons/PlitziLogo/index.d.ts",
1092
+ "import": "./dist/icons/PlitziLogo/index.js",
1093
+ "default": "./dist/icons/PlitziLogo/index.js"
1094
+ },
1095
+ "./icons/PositionAbsolute": {
1096
+ "types": "./dist/icons/PositionAbsolute/index.d.ts",
1097
+ "import": "./dist/icons/PositionAbsolute/index.js",
1098
+ "default": "./dist/icons/PositionAbsolute/index.js"
1099
+ },
1100
+ "./icons/PositionAll": {
1101
+ "types": "./dist/icons/PositionAll/index.d.ts",
1102
+ "import": "./dist/icons/PositionAll/index.js",
1103
+ "default": "./dist/icons/PositionAll/index.js"
1104
+ },
1105
+ "./icons/PositionBottom": {
1106
+ "types": "./dist/icons/PositionBottom/index.d.ts",
1107
+ "import": "./dist/icons/PositionBottom/index.js",
1108
+ "default": "./dist/icons/PositionBottom/index.js"
1109
+ },
1110
+ "./icons/PositionBottomLeft": {
1111
+ "types": "./dist/icons/PositionBottomLeft/index.d.ts",
1112
+ "import": "./dist/icons/PositionBottomLeft/index.js",
1113
+ "default": "./dist/icons/PositionBottomLeft/index.js"
1114
+ },
1115
+ "./icons/PositionBottomRight": {
1116
+ "types": "./dist/icons/PositionBottomRight/index.d.ts",
1117
+ "import": "./dist/icons/PositionBottomRight/index.js",
1118
+ "default": "./dist/icons/PositionBottomRight/index.js"
1119
+ },
1120
+ "./icons/PositionFixed": {
1121
+ "types": "./dist/icons/PositionFixed/index.d.ts",
1122
+ "import": "./dist/icons/PositionFixed/index.js",
1123
+ "default": "./dist/icons/PositionFixed/index.js"
1124
+ },
1125
+ "./icons/PositionLeft": {
1126
+ "types": "./dist/icons/PositionLeft/index.d.ts",
1127
+ "import": "./dist/icons/PositionLeft/index.js",
1128
+ "default": "./dist/icons/PositionLeft/index.js"
1129
+ },
1130
+ "./icons/PositionRelative": {
1131
+ "types": "./dist/icons/PositionRelative/index.d.ts",
1132
+ "import": "./dist/icons/PositionRelative/index.js",
1133
+ "default": "./dist/icons/PositionRelative/index.js"
1134
+ },
1135
+ "./icons/PositionRight": {
1136
+ "types": "./dist/icons/PositionRight/index.d.ts",
1137
+ "import": "./dist/icons/PositionRight/index.js",
1138
+ "default": "./dist/icons/PositionRight/index.js"
1139
+ },
1140
+ "./icons/PositionTop": {
1141
+ "types": "./dist/icons/PositionTop/index.d.ts",
1142
+ "import": "./dist/icons/PositionTop/index.js",
1143
+ "default": "./dist/icons/PositionTop/index.js"
1144
+ },
1145
+ "./icons/PositionTopLeft": {
1146
+ "types": "./dist/icons/PositionTopLeft/index.d.ts",
1147
+ "import": "./dist/icons/PositionTopLeft/index.js",
1148
+ "default": "./dist/icons/PositionTopLeft/index.js"
1149
+ },
1150
+ "./icons/PositionTopRight": {
1151
+ "types": "./dist/icons/PositionTopRight/index.d.ts",
1152
+ "import": "./dist/icons/PositionTopRight/index.js",
1153
+ "default": "./dist/icons/PositionTopRight/index.js"
1154
+ },
1155
+ "./icons/SizeOverflowScroll": {
1156
+ "types": "./dist/icons/SizeOverflowScroll/index.d.ts",
1157
+ "import": "./dist/icons/SizeOverflowScroll/index.js",
1158
+ "default": "./dist/icons/SizeOverflowScroll/index.js"
1159
+ },
1160
+ "./icons/StateManager": {
1161
+ "types": "./dist/icons/StateManager/index.d.ts",
1162
+ "import": "./dist/icons/StateManager/index.js",
1163
+ "default": "./dist/icons/StateManager/index.js"
1164
+ },
1165
+ "./icons/TextDecorationOverline": {
1166
+ "types": "./dist/icons/TextDecorationOverline/index.d.ts",
1167
+ "import": "./dist/icons/TextDecorationOverline/index.js",
1168
+ "default": "./dist/icons/TextDecorationOverline/index.js"
1169
+ },
1170
+ "./icons/TextDirectionLtr": {
1171
+ "types": "./dist/icons/TextDirectionLtr/index.d.ts",
1172
+ "import": "./dist/icons/TextDirectionLtr/index.js",
1173
+ "default": "./dist/icons/TextDirectionLtr/index.js"
1174
+ },
1175
+ "./icons/TextDirectionRtl": {
1176
+ "types": "./dist/icons/TextDirectionRtl/index.d.ts",
1177
+ "import": "./dist/icons/TextDirectionRtl/index.js",
1178
+ "default": "./dist/icons/TextDirectionRtl/index.js"
1179
+ },
1180
+ "./icons/Variable": {
1181
+ "types": "./dist/icons/Variable/index.d.ts",
1182
+ "import": "./dist/icons/Variable/index.js",
1183
+ "default": "./dist/icons/Variable/index.js"
1184
+ },
1185
+ "./icons/XMark": {
1186
+ "types": "./dist/icons/XMark/index.d.ts",
1187
+ "import": "./dist/icons/XMark/index.js",
1188
+ "default": "./dist/icons/XMark/index.js"
1189
+ },
1190
+ "./Input": {
1191
+ "types": "./dist/components/Input/index.d.ts",
1192
+ "import": "./dist/components/Input/index.js",
1193
+ "default": "./dist/components/Input/index.js"
1194
+ },
1195
+ "./KVInput": {
1196
+ "types": "./dist/components/KVInput/index.d.ts",
1197
+ "import": "./dist/components/KVInput/index.js",
1198
+ "default": "./dist/components/KVInput/index.js"
1199
+ },
1200
+ "./Label": {
1201
+ "types": "./dist/components/Label/index.d.ts",
1202
+ "import": "./dist/components/Label/index.js",
1203
+ "default": "./dist/components/Label/index.js"
1204
+ },
1205
+ "./Markdown": {
1206
+ "types": "./dist/components/Markdown/index.d.ts",
1207
+ "import": "./dist/components/Markdown/index.js",
1208
+ "default": "./dist/components/Markdown/index.js"
1209
+ },
1210
+ "./Markdown/Assets/index.scss": "./dist/components/Markdown/Assets/index.scss",
1211
+ "./MenuList": {
1212
+ "types": "./dist/components/MenuList/index.d.ts",
1213
+ "import": "./dist/components/MenuList/index.js",
1214
+ "default": "./dist/components/MenuList/index.js"
1215
+ },
1216
+ "./MetricInput": {
1217
+ "types": "./dist/components/MetricInput/index.d.ts",
1218
+ "import": "./dist/components/MetricInput/index.js",
1219
+ "default": "./dist/components/MetricInput/index.js"
1220
+ },
1221
+ "./Modal": {
1222
+ "types": "./dist/components/Modal/index.d.ts",
1223
+ "import": "./dist/components/Modal/index.js",
1224
+ "default": "./dist/components/Modal/index.js"
1225
+ },
1226
+ "./Modal/Assets/index.scss": "./dist/components/Modal/Assets/index.scss",
1227
+ "./Popup": {
1228
+ "types": "./dist/components/Popup/index.d.ts",
1229
+ "import": "./dist/components/Popup/index.js",
1230
+ "default": "./dist/components/Popup/index.js"
1231
+ },
1232
+ "./Popup/components": {
1233
+ "types": "./dist/components/Popup/components/index.d.ts",
1234
+ "import": "./dist/components/Popup/components/index.js",
1235
+ "default": "./dist/components/Popup/components/index.js"
1236
+ },
1237
+ "./Popup/components/PopupSidePanel": {
1238
+ "types": "./dist/components/Popup/components/PopupSidePanel/index.d.ts",
1239
+ "import": "./dist/components/Popup/components/PopupSidePanel/index.js",
1240
+ "default": "./dist/components/Popup/components/PopupSidePanel/index.js"
1241
+ },
1242
+ "./Provider": {
1243
+ "types": "./dist/components/Provider/index.d.ts",
1244
+ "import": "./dist/components/Provider/index.js",
1245
+ "default": "./dist/components/Provider/index.js"
1246
+ },
1247
+ "./Provider/providers": {
1248
+ "types": "./dist/components/Provider/providers/index.d.ts",
1249
+ "import": "./dist/components/Provider/providers/index.js",
1250
+ "default": "./dist/components/Provider/providers/index.js"
1251
+ },
1252
+ "./Provider/providers/ThemeProvider": {
1253
+ "types": "./dist/components/Provider/providers/ThemeProvider/index.d.ts",
1254
+ "import": "./dist/components/Provider/providers/ThemeProvider/index.js",
1255
+ "default": "./dist/components/Provider/providers/ThemeProvider/index.js"
1256
+ },
1257
+ "./QueryBuilder": {
1258
+ "types": "./dist/components/QueryBuilder/index.d.ts",
1259
+ "import": "./dist/components/QueryBuilder/index.js",
1260
+ "default": "./dist/components/QueryBuilder/index.js"
1261
+ },
1262
+ "./QueryBuilder/helpers": {
1263
+ "types": "./dist/components/QueryBuilder/helpers/index.d.ts",
1264
+ "import": "./dist/components/QueryBuilder/helpers/index.js",
1265
+ "default": "./dist/components/QueryBuilder/helpers/index.js"
1266
+ },
1267
+ "./QueryBuilder/helpers/formatters": {
1268
+ "types": "./dist/components/QueryBuilder/helpers/formatters/index.d.ts",
1269
+ "import": "./dist/components/QueryBuilder/helpers/formatters/index.js",
1270
+ "default": "./dist/components/QueryBuilder/helpers/formatters/index.js"
1271
+ },
1272
+ "./Select": {
1273
+ "types": "./dist/components/Select/index.d.ts",
1274
+ "import": "./dist/components/Select/index.js",
1275
+ "default": "./dist/components/Select/index.js"
1276
+ },
1277
+ "./Select2": {
1278
+ "types": "./dist/components/Select2/index.d.ts",
1279
+ "import": "./dist/components/Select2/index.js",
1280
+ "default": "./dist/components/Select2/index.js"
1281
+ },
1282
+ "./Sidebar": {
1283
+ "types": "./dist/components/Sidebar/index.d.ts",
1284
+ "import": "./dist/components/Sidebar/index.js",
1285
+ "default": "./dist/components/Sidebar/index.js"
1286
+ },
1287
+ "./style.css": "./dist/plitzi-ui.css",
1288
+ "./Switch": {
1289
+ "types": "./dist/components/Switch/index.d.ts",
1290
+ "import": "./dist/components/Switch/index.js",
1291
+ "default": "./dist/components/Switch/index.js"
1292
+ },
1293
+ "./tailwind": {
1294
+ "types": "./dist/tailwind/index.d.ts",
1295
+ "import": "./dist/tailwind/index.js",
1296
+ "default": "./dist/tailwind/index.js"
1297
+ },
1298
+ "./tailwind.config": "./tailwind.config.js",
1299
+ "./Text": {
1300
+ "types": "./dist/components/Text/index.d.ts",
1301
+ "import": "./dist/components/Text/index.js",
1302
+ "default": "./dist/components/Text/index.js"
1303
+ },
1304
+ "./TextArea": {
1305
+ "types": "./dist/components/TextArea/index.d.ts",
1306
+ "import": "./dist/components/TextArea/index.js",
1307
+ "default": "./dist/components/TextArea/index.js"
1308
+ },
1309
+ "./Toast": {
1310
+ "types": "./dist/components/Toast/index.d.ts",
1311
+ "import": "./dist/components/Toast/index.js",
1312
+ "default": "./dist/components/Toast/index.js"
1313
+ },
1314
+ "./Toast/Assets/index.scss": "./dist/components/Toast/Assets/index.scss",
1315
+ "./Tree": {
1316
+ "types": "./dist/components/Tree/index.d.ts",
1317
+ "import": "./dist/components/Tree/index.js",
1318
+ "default": "./dist/components/Tree/index.js"
72
1319
  },
73
1320
  "./utils": {
74
1321
  "types": "./dist/utils/index.d.ts",
75
- "import": "./dist/utils/index.js"
1322
+ "import": "./dist/utils/index.js",
1323
+ "default": "./dist/utils/index.js"
76
1324
  },
77
- "./utils/*": {
78
- "types": "./dist/utils/*/index.d.ts",
79
- "import": "./dist/utils/*",
80
- "default": "./dist/utils/*"
81
- },
82
- "./*": {
83
- "types": "./dist/components/*/index.d.ts",
84
- "import": "./dist/components/*",
85
- "default": "./dist/components/*"
1325
+ "./utils/deepEqual": {
1326
+ "types": "./dist/utils/deepEqual/index.d.ts",
1327
+ "import": "./dist/utils/deepEqual/index.js",
1328
+ "default": "./dist/utils/deepEqual/index.js"
86
1329
  }
87
1330
  },
88
1331
  "sideEffects": [
@@ -90,33 +1333,35 @@
90
1333
  ],
91
1334
  "dependencies": {
92
1335
  "@codemirror/autocomplete": "^6.20.3",
93
- "@codemirror/commands": "^6.10.4",
1336
+ "@codemirror/commands": "^6.11.0",
94
1337
  "@codemirror/lang-css": "^6.3.1",
95
- "@codemirror/lang-html": "^6.4.11",
1338
+ "@codemirror/lang-html": "^6.4.12",
96
1339
  "@codemirror/lang-javascript": "^6.2.5",
97
1340
  "@codemirror/lang-json": "^6.0.2",
98
- "@codemirror/search": "^6.7.1",
99
- "@codemirror/state": "^6.7.1",
1341
+ "@codemirror/search": "^6.7.2",
1342
+ "@codemirror/state": "^6.7.4",
100
1343
  "@codemirror/theme-one-dark": "^6.1.3",
101
- "@codemirror/view": "^6.43.7",
102
- "@hookform/resolvers": "^5.6.0",
1344
+ "@codemirror/view": "^6.43.11",
1345
+ "@hookform/resolvers": "^5.9.1",
103
1346
  "@uiw/color-convert": "^2.10.3",
104
1347
  "@uiw/react-color-sketch": "^2.10.3",
105
1348
  "class-variance-authority": "^0.7.1",
106
1349
  "clsx": "^2.1.1",
107
1350
  "date-fns": "^4.4.0",
108
- "immer": "^11.1.15",
109
- "react": "^19.2.8",
110
- "react-dom": "^19.2.8",
111
- "react-hook-form": "^7.84.0",
1351
+ "immer": "^11.1.18",
112
1352
  "react-markdown": "^10.1.0",
113
1353
  "react-syntax-highlighter": "^16.1.1",
114
1354
  "react-toastify": "^11.1.0",
115
1355
  "remark-gfm": "^4.0.1",
116
1356
  "tailwind-merge": "^3.6.0",
117
1357
  "tinycolor2": "^1.6.0",
118
- "uuid": "^14.0.1",
119
- "zod": "^4.4.3"
1358
+ "uuid": "^14.0.2"
1359
+ },
1360
+ "peerDependencies": {
1361
+ "react": "^19.2.8",
1362
+ "react-dom": "^19.2.8",
1363
+ "react-hook-form": "^7.85.0",
1364
+ "zod": "^4.6.4"
120
1365
  },
121
1366
  "resolutions": {
122
1367
  "@codemirror/view": "^6.38.1"
@@ -125,59 +1370,63 @@
125
1370
  "@eslint/js": "^10.0.1",
126
1371
  "@storybook/addon-actions": "^9.0.8",
127
1372
  "@storybook/addon-controls": "^9.0.8",
128
- "@storybook/addon-links": "^10.5.5",
1373
+ "@storybook/addon-links": "^10.6.0",
129
1374
  "@storybook/addon-styling-webpack": "^3.0.2",
130
- "@storybook/react": "^10.5.5",
131
- "@storybook/react-vite": "^10.5.5",
1375
+ "@storybook/react": "^10.6.0",
1376
+ "@storybook/react-vite": "^10.6.0",
132
1377
  "@tailwindcss/forms": "^0.5.11",
133
1378
  "@tailwindcss/postcss": "^4.3.3",
134
1379
  "@tailwindcss/vite": "^4.3.3",
135
1380
  "@testing-library/dom": "^10.4.1",
136
- "@testing-library/jest-dom": "^7.0.0",
137
- "@testing-library/react": "^16.3.2",
1381
+ "@testing-library/jest-dom": "^7.0.1",
1382
+ "@testing-library/react": "^16.3.3",
138
1383
  "@types/lodash": "^4.17.25",
139
1384
  "@types/lodash-es": "^4.17.12",
140
- "@types/node": "^26.1.2",
141
- "@types/react": "^19.2.18",
1385
+ "@types/node": "^26.5.1",
1386
+ "@types/react": "^19.3.0",
142
1387
  "@types/react-color": "^3.0.13",
143
- "@types/react-dom": "^19.2.4",
1388
+ "@types/react-dom": "^19.3.0",
144
1389
  "@types/react-syntax-highlighter": "^15.5.13",
145
1390
  "@types/tinycolor2": "^1.4.6",
146
- "@vitejs/plugin-react": "^6.0.5",
147
- "cssnano": "^8.0.2",
1391
+ "@vitejs/plugin-react": "^6.1.1",
1392
+ "cssnano": "^9.0.4",
148
1393
  "eslint": "^9.39.5",
149
1394
  "eslint-plugin-import": "^2.32.0",
150
1395
  "eslint-plugin-prettier": "^5.5.6",
151
1396
  "eslint-plugin-react": "^7.37.5",
152
1397
  "eslint-plugin-react-hooks": "^7.1.1",
153
- "eslint-plugin-react-refresh": "^0.5.3",
154
- "eslint-plugin-storybook": "^10.5.5",
155
- "flow-bin": "^0.325.0",
156
- "globals": "^17.8.0",
1398
+ "eslint-plugin-react-refresh": "^0.5.6",
1399
+ "eslint-plugin-storybook": "^10.6.0",
1400
+ "flow-bin": "^0.331.0",
1401
+ "globals": "^17.12.0",
157
1402
  "jsdom": "^30.0.1",
158
1403
  "lodash": "^4.18.1",
159
1404
  "lodash-es": "^4.18.1",
160
- "postcss": "^8.5.25",
1405
+ "postcss": "^8.5.28",
161
1406
  "postcss-scss": "^4.0.9",
162
1407
  "prettier": "^3.9.6",
163
- "sass": "^1.102.0",
164
- "storybook": "^10.5.5",
165
- "stylelint": "^17.14.1",
1408
+ "react": "^19.3.0",
1409
+ "react-dom": "^19.3.0",
1410
+ "react-hook-form": "^7.88.0",
1411
+ "sass": "^1.104.1",
1412
+ "storybook": "^10.6.0",
1413
+ "stylelint": "^17.15.0",
166
1414
  "stylelint-order": "^8.1.1",
167
1415
  "stylelint-scss": "^7.2.0",
168
1416
  "tailwindcss": "4.3.3",
169
1417
  "typescript": "^6.0.3",
170
- "typescript-eslint": "^8.65.0",
171
- "vite": "^8.2.0",
172
- "vite-plugin-dts": "^5.0.3",
1418
+ "typescript-eslint": "^8.70.0",
1419
+ "vite": "^8.3.0",
1420
+ "vite-plugin-dts": "^5.1.0",
173
1421
  "vite-plugin-static-copy": "^4.1.1",
174
- "vitest": "^4.1.10",
175
- "vitest-fetch-mock": "^0.4.5"
1422
+ "vitest": "^5.0.0",
1423
+ "vitest-fetch-mock": "^0.4.5",
1424
+ "zod": "^4.6.4"
176
1425
  },
177
1426
  "scripts": {
178
1427
  "start": "storybook dev -p 6006",
179
- "build:prod": "vite build",
180
- "build:dev": "vite build --mode development --minify false",
1428
+ "build:prod": "vite build && node scripts/generate-exports.mjs",
1429
+ "build:dev": "vite build --mode development --minify false && node scripts/generate-exports.mjs",
181
1430
  "build:dev-watch": "vite build --mode development --watch --minify false",
182
1431
  "build:analyze": "npx vite-bundle-visualizer",
183
1432
  "typecheck": "tsc -p tsconfig.app.json --noEmit",