@szum-tech/design-system 3.14.0 → 3.16.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.
Files changed (75) hide show
  1. package/dist/{chunk-K5QSMTKJ.js → chunk-3DP3VMPN.js} +1 -1
  2. package/dist/{chunk-XJIUGEPN.js → chunk-A72LE53B.js} +1 -1
  3. package/dist/chunk-BUJO4FB6.js +252 -0
  4. package/dist/chunk-CL2C6STG.cjs +278 -0
  5. package/dist/{chunk-UIOBJSKZ.cjs → chunk-DUAM4RTP.cjs} +1 -1
  6. package/dist/{chunk-XY3ZNUWR.cjs → chunk-F7NFSDOD.cjs} +17 -4
  7. package/dist/{chunk-GAZLMZBH.cjs → chunk-HPICKLBZ.cjs} +2 -2
  8. package/dist/chunk-KTAIBRTH.cjs +10 -0
  9. package/dist/{chunk-KGGCA634.js → chunk-L2TRMQNN.js} +1 -1
  10. package/dist/{chunk-EZCWHR56.cjs → chunk-MFTNHVPZ.cjs} +557 -6
  11. package/dist/chunk-NXEZE7LG.js +15 -0
  12. package/dist/{chunk-VL3TPVSB.js → chunk-OIM2X2NK.js} +532 -6
  13. package/dist/chunk-OXZQGDTR.js +208 -0
  14. package/dist/{chunk-4IGU5SVP.js → chunk-P4IL77YC.js} +16 -4
  15. package/dist/{chunk-CAIAZGSW.cjs → chunk-RKFU4DS3.cjs} +2 -2
  16. package/dist/chunk-SHPJGB2L.cjs +19 -0
  17. package/dist/{chunk-CFJ44JVK.cjs → chunk-UNOMGKAZ.cjs} +2 -2
  18. package/dist/{chunk-Q2MJKFIE.js → chunk-WCQ5WKCQ.js} +1 -1
  19. package/dist/chunk-X7WREEFD.js +8 -0
  20. package/dist/chunk-YBFG2IRJ.cjs +225 -0
  21. package/dist/components/badge-overflow/index.cjs +2 -2
  22. package/dist/components/badge-overflow/index.js +1 -1
  23. package/dist/components/button/index.cjs +21 -17
  24. package/dist/components/button/index.js +20 -16
  25. package/dist/components/carousel/index.cjs +22 -18
  26. package/dist/components/carousel/index.js +20 -16
  27. package/dist/components/collapsible/index.cjs +18 -0
  28. package/dist/components/collapsible/index.d.cts +12 -0
  29. package/dist/components/collapsible/index.d.ts +12 -0
  30. package/dist/components/collapsible/index.js +1 -0
  31. package/dist/components/color-picker/index.cjs +31 -27
  32. package/dist/components/color-picker/index.js +20 -16
  33. package/dist/components/dropdown-menu/index.cjs +71 -0
  34. package/dist/components/dropdown-menu/index.d.cts +67 -0
  35. package/dist/components/dropdown-menu/index.d.ts +67 -0
  36. package/dist/components/dropdown-menu/index.js +2 -0
  37. package/dist/components/field/index.cjs +12 -12
  38. package/dist/components/field/index.js +2 -2
  39. package/dist/components/index.cjs +384 -180
  40. package/dist/components/index.d.cts +8 -1
  41. package/dist/components/index.d.ts +8 -1
  42. package/dist/components/index.js +20 -16
  43. package/dist/components/item/index.cjs +12 -12
  44. package/dist/components/item/index.js +2 -2
  45. package/dist/components/masonry/index.cjs +4 -4
  46. package/dist/components/masonry/index.js +2 -2
  47. package/dist/components/separator/index.cjs +2 -2
  48. package/dist/components/separator/index.js +1 -1
  49. package/dist/components/sidebar/index.cjs +148 -0
  50. package/dist/components/sidebar/index.d.cts +135 -0
  51. package/dist/components/sidebar/index.d.ts +135 -0
  52. package/dist/components/sidebar/index.js +43 -0
  53. package/dist/components/skeleton/index.cjs +11 -0
  54. package/dist/components/skeleton/index.d.cts +7 -0
  55. package/dist/components/skeleton/index.d.ts +7 -0
  56. package/dist/components/skeleton/index.js +2 -0
  57. package/dist/components/sortable/index.cjs +27 -0
  58. package/dist/components/sortable/index.d.cts +50 -0
  59. package/dist/components/sortable/index.d.ts +50 -0
  60. package/dist/components/sortable/index.js +2 -0
  61. package/dist/components/stepper/index.cjs +39 -35
  62. package/dist/components/stepper/index.js +20 -16
  63. package/dist/components/timeline/index.cjs +1 -1
  64. package/dist/components/timeline/index.js +1 -1
  65. package/dist/components/toaster/index.cjs +22 -18
  66. package/dist/components/toaster/index.js +20 -16
  67. package/dist/components/tooltip/index.d.cts +2 -4
  68. package/dist/components/tooltip/index.d.ts +2 -4
  69. package/dist/hooks/index.cjs +8 -4
  70. package/dist/hooks/index.d.cts +3 -1
  71. package/dist/hooks/index.d.ts +3 -1
  72. package/dist/hooks/index.js +1 -1
  73. package/dist/tooltip-content-DqtogPBq.d.cts +8 -0
  74. package/dist/tooltip-content-DqtogPBq.d.ts +8 -0
  75. package/package.json +4 -1
@@ -1,49 +1,49 @@
1
1
  'use strict';
2
2
 
3
- var chunkGAZLMZBH_cjs = require('../../chunk-GAZLMZBH.cjs');
3
+ var chunkHPICKLBZ_cjs = require('../../chunk-HPICKLBZ.cjs');
4
+ require('../../chunk-DUAM4RTP.cjs');
4
5
  require('../../chunk-S3ANEJJ7.cjs');
5
- require('../../chunk-UIOBJSKZ.cjs');
6
6
  require('../../chunk-H2BWO3SI.cjs');
7
7
 
8
8
 
9
9
 
10
10
  Object.defineProperty(exports, "Field", {
11
11
  enumerable: true,
12
- get: function () { return chunkGAZLMZBH_cjs.Field; }
12
+ get: function () { return chunkHPICKLBZ_cjs.Field; }
13
13
  });
14
14
  Object.defineProperty(exports, "FieldContent", {
15
15
  enumerable: true,
16
- get: function () { return chunkGAZLMZBH_cjs.FieldContent; }
16
+ get: function () { return chunkHPICKLBZ_cjs.FieldContent; }
17
17
  });
18
18
  Object.defineProperty(exports, "FieldDescription", {
19
19
  enumerable: true,
20
- get: function () { return chunkGAZLMZBH_cjs.FieldDescription; }
20
+ get: function () { return chunkHPICKLBZ_cjs.FieldDescription; }
21
21
  });
22
22
  Object.defineProperty(exports, "FieldError", {
23
23
  enumerable: true,
24
- get: function () { return chunkGAZLMZBH_cjs.FieldError; }
24
+ get: function () { return chunkHPICKLBZ_cjs.FieldError; }
25
25
  });
26
26
  Object.defineProperty(exports, "FieldGroup", {
27
27
  enumerable: true,
28
- get: function () { return chunkGAZLMZBH_cjs.FieldGroup; }
28
+ get: function () { return chunkHPICKLBZ_cjs.FieldGroup; }
29
29
  });
30
30
  Object.defineProperty(exports, "FieldLabel", {
31
31
  enumerable: true,
32
- get: function () { return chunkGAZLMZBH_cjs.FieldLabel; }
32
+ get: function () { return chunkHPICKLBZ_cjs.FieldLabel; }
33
33
  });
34
34
  Object.defineProperty(exports, "FieldLegend", {
35
35
  enumerable: true,
36
- get: function () { return chunkGAZLMZBH_cjs.FieldLegend; }
36
+ get: function () { return chunkHPICKLBZ_cjs.FieldLegend; }
37
37
  });
38
38
  Object.defineProperty(exports, "FieldSeparator", {
39
39
  enumerable: true,
40
- get: function () { return chunkGAZLMZBH_cjs.FieldSeparator; }
40
+ get: function () { return chunkHPICKLBZ_cjs.FieldSeparator; }
41
41
  });
42
42
  Object.defineProperty(exports, "FieldSet", {
43
43
  enumerable: true,
44
- get: function () { return chunkGAZLMZBH_cjs.FieldSet; }
44
+ get: function () { return chunkHPICKLBZ_cjs.FieldSet; }
45
45
  });
46
46
  Object.defineProperty(exports, "FieldTitle", {
47
47
  enumerable: true,
48
- get: function () { return chunkGAZLMZBH_cjs.FieldTitle; }
48
+ get: function () { return chunkHPICKLBZ_cjs.FieldTitle; }
49
49
  });
@@ -1,4 +1,4 @@
1
- export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from '../../chunk-K5QSMTKJ.js';
1
+ export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from '../../chunk-3DP3VMPN.js';
2
+ import '../../chunk-A72LE53B.js';
2
3
  import '../../chunk-I3RSTJP6.js';
3
- import '../../chunk-XJIUGEPN.js';
4
4
  import '../../chunk-ZD2QRAOX.js';