@moduix/react 1.1.0 → 1.1.1

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 (159) hide show
  1. package/dist/components/accordion/Accordion.css +13 -13
  2. package/dist/components/accordion/Accordion.module.js +9 -9
  3. package/dist/components/alert/Alert.css +5 -5
  4. package/dist/components/alert/Alert.module.js +5 -5
  5. package/dist/components/angle-slider/AngleSlider.css +8 -8
  6. package/dist/components/angle-slider/AngleSlider.module.js +7 -7
  7. package/dist/components/aspect-ratio/AspectRatio.css +1 -1
  8. package/dist/components/aspect-ratio/AspectRatio.module.js +1 -1
  9. package/dist/components/avatar/Avatar.css +3 -3
  10. package/dist/components/avatar/Avatar.module.js +3 -3
  11. package/dist/components/badge/Badge.css +2 -2
  12. package/dist/components/badge/Badge.module.js +2 -2
  13. package/dist/components/bleed/Bleed.css +1 -1
  14. package/dist/components/bleed/Bleed.module.js +1 -1
  15. package/dist/components/breadcrumbs/Breadcrumbs.css +10 -10
  16. package/dist/components/breadcrumbs/Breadcrumbs.module.js +7 -7
  17. package/dist/components/button/Button.css +1 -1
  18. package/dist/components/button/Button.module.js +1 -1
  19. package/dist/components/card/Card.css +9 -9
  20. package/dist/components/card/Card.module.js +8 -8
  21. package/dist/components/carousel/Carousel.css +18 -18
  22. package/dist/components/carousel/Carousel.module.js +12 -12
  23. package/dist/components/checkbox/Checkbox.css +11 -11
  24. package/dist/components/checkbox/Checkbox.module.js +6 -6
  25. package/dist/components/clipboard/Clipboard.css +7 -7
  26. package/dist/components/clipboard/Clipboard.module.js +8 -8
  27. package/dist/components/close-button/CloseButton.css +1 -1
  28. package/dist/components/close-button/CloseButton.module.js +1 -1
  29. package/dist/components/collapsible/Collapsible.css +8 -8
  30. package/dist/components/collapsible/Collapsible.module.js +6 -6
  31. package/dist/components/color-picker/ColorPicker.css +29 -29
  32. package/dist/components/color-picker/ColorPicker.module.js +27 -27
  33. package/dist/components/combobox/Combobox.css +21 -21
  34. package/dist/components/combobox/Combobox.module.js +17 -17
  35. package/dist/components/command-palette/CommandPalette.css +43 -43
  36. package/dist/components/command-palette/CommandPalette.module.js +37 -37
  37. package/dist/components/container/Container.css +1 -1
  38. package/dist/components/container/Container.module.js +1 -1
  39. package/dist/components/date-input/DateInput.css +6 -6
  40. package/dist/components/date-input/DateInput.module.js +6 -6
  41. package/dist/components/date-picker/DatePicker.css +32 -32
  42. package/dist/components/date-picker/DatePicker.module.js +23 -23
  43. package/dist/components/dialog/Dialog.css +19 -19
  44. package/dist/components/dialog/Dialog.module.js +15 -15
  45. package/dist/components/drawer/Drawer.css +40 -40
  46. package/dist/components/drawer/Drawer.module.js +26 -26
  47. package/dist/components/editable/Editable.css +10 -10
  48. package/dist/components/editable/Editable.module.js +7 -7
  49. package/dist/components/empty/Empty.css +6 -6
  50. package/dist/components/empty/Empty.module.js +6 -6
  51. package/dist/components/field/Field.css +9 -9
  52. package/dist/components/field/Field.module.js +9 -9
  53. package/dist/components/fieldset/Fieldset.css +6 -6
  54. package/dist/components/fieldset/Fieldset.module.js +4 -4
  55. package/dist/components/file-upload/FileUpload.css +18 -18
  56. package/dist/components/file-upload/FileUpload.module.js +13 -13
  57. package/dist/components/floating-panel/FloatingPanel.css +16 -16
  58. package/dist/components/floating-panel/FloatingPanel.module.js +14 -14
  59. package/dist/components/heading/Heading.css +1 -1
  60. package/dist/components/heading/Heading.module.js +1 -1
  61. package/dist/components/highlight/Highlight.css +1 -1
  62. package/dist/components/highlight/Highlight.module.js +1 -1
  63. package/dist/components/hover-card/HoverCard.css +9 -9
  64. package/dist/components/hover-card/HoverCard.module.js +7 -7
  65. package/dist/components/image-cropper/ImageCropper.css +6 -6
  66. package/dist/components/image-cropper/ImageCropper.module.js +6 -6
  67. package/dist/components/input/Input.css +1 -1
  68. package/dist/components/input/Input.module.js +1 -1
  69. package/dist/components/input-group/InputGroup.css +6 -6
  70. package/dist/components/input-group/InputGroup.module.js +5 -5
  71. package/dist/components/kbd/Kbd.css +2 -2
  72. package/dist/components/kbd/Kbd.module.js +2 -2
  73. package/dist/components/lightbox/Lightbox.css +20 -20
  74. package/dist/components/lightbox/Lightbox.module.js +16 -16
  75. package/dist/components/list/List.css +1 -1
  76. package/dist/components/list/List.module.js +1 -1
  77. package/dist/components/listbox/Listbox.css +16 -16
  78. package/dist/components/listbox/Listbox.module.js +14 -14
  79. package/dist/components/marquee/Marquee.css +10 -10
  80. package/dist/components/marquee/Marquee.module.js +7 -7
  81. package/dist/components/menu/Menu.css +34 -34
  82. package/dist/components/menu/Menu.module.js +27 -27
  83. package/dist/components/native-select/NativeSelect.css +5 -5
  84. package/dist/components/native-select/NativeSelect.module.js +3 -3
  85. package/dist/components/number-input/NumberInput.css +11 -11
  86. package/dist/components/number-input/NumberInput.module.js +8 -8
  87. package/dist/components/pagination/Pagination.css +8 -8
  88. package/dist/components/pagination/Pagination.module.js +6 -6
  89. package/dist/components/password-input/PasswordInput.css +7 -7
  90. package/dist/components/password-input/PasswordInput.module.js +6 -6
  91. package/dist/components/pin-input/PinInput.css +5 -5
  92. package/dist/components/pin-input/PinInput.module.js +5 -5
  93. package/dist/components/popover/Popover.css +15 -15
  94. package/dist/components/popover/Popover.module.js +14 -14
  95. package/dist/components/progress-circular/ProgressCircular.css +8 -8
  96. package/dist/components/progress-circular/ProgressCircular.module.js +8 -8
  97. package/dist/components/progress-linear/ProgressLinear.css +8 -8
  98. package/dist/components/progress-linear/ProgressLinear.module.js +8 -8
  99. package/dist/components/qr-code/QrCode.css +10 -10
  100. package/dist/components/qr-code/QrCode.module.js +5 -5
  101. package/dist/components/radio-group/RadioGroup.css +6 -6
  102. package/dist/components/radio-group/RadioGroup.module.js +6 -6
  103. package/dist/components/rating-group/RatingGroup.css +11 -11
  104. package/dist/components/rating-group/RatingGroup.module.js +7 -7
  105. package/dist/components/scroll-area/ScrollArea.css +7 -7
  106. package/dist/components/scroll-area/ScrollArea.module.js +6 -6
  107. package/dist/components/segment-group/SegmentGroup.css +6 -6
  108. package/dist/components/segment-group/SegmentGroup.module.js +6 -6
  109. package/dist/components/select/Select.css +28 -28
  110. package/dist/components/select/Select.module.js +21 -21
  111. package/dist/components/separator/Separator.css +1 -1
  112. package/dist/components/separator/Separator.module.js +1 -1
  113. package/dist/components/sidebar/Sidebar.css +27 -30
  114. package/dist/components/sidebar/Sidebar.module.js +17 -17
  115. package/dist/components/signature-pad/SignaturePad.css +10 -10
  116. package/dist/components/signature-pad/SignaturePad.module.js +6 -6
  117. package/dist/components/skeleton/Skeleton.css +1 -1
  118. package/dist/components/skeleton/Skeleton.module.js +1 -1
  119. package/dist/components/slider/Slider.css +10 -10
  120. package/dist/components/slider/Slider.module.js +10 -10
  121. package/dist/components/spinner/Spinner.css +9 -9
  122. package/dist/components/spinner/Spinner.module.js +3 -3
  123. package/dist/components/split-button/SplitButton.css +9 -9
  124. package/dist/components/split-button/SplitButton.module.js +3 -3
  125. package/dist/components/splitter/Splitter.css +16 -12
  126. package/dist/components/splitter/Splitter.module.js +4 -4
  127. package/dist/components/stack/Stack.css +2 -2
  128. package/dist/components/stack/Stack.module.js +1 -1
  129. package/dist/components/steps/Steps.css +14 -14
  130. package/dist/components/steps/Steps.module.js +11 -11
  131. package/dist/components/switch/Switch.css +9 -9
  132. package/dist/components/switch/Switch.module.js +4 -4
  133. package/dist/components/table/Table.css +17 -17
  134. package/dist/components/table/Table.module.js +12 -12
  135. package/dist/components/tabs/Tabs.css +9 -9
  136. package/dist/components/tabs/Tabs.module.js +5 -5
  137. package/dist/components/tag/Tag.css +4 -4
  138. package/dist/components/tag/Tag.module.js +5 -5
  139. package/dist/components/tags-input/TagsInput.css +10 -10
  140. package/dist/components/tags-input/TagsInput.module.js +10 -10
  141. package/dist/components/text/Text.css +1 -1
  142. package/dist/components/text/Text.module.js +1 -1
  143. package/dist/components/textarea/Textarea.css +7 -7
  144. package/dist/components/textarea/Textarea.module.js +1 -1
  145. package/dist/components/timer/Timer.css +6 -6
  146. package/dist/components/timer/Timer.module.js +6 -6
  147. package/dist/components/toast/Toast.css +8 -8
  148. package/dist/components/toast/Toast.module.js +6 -6
  149. package/dist/components/toggle/Toggle.css +2 -2
  150. package/dist/components/toggle/Toggle.module.js +2 -2
  151. package/dist/components/toggle-group/ToggleGroup.css +3 -3
  152. package/dist/components/toggle-group/ToggleGroup.module.js +2 -2
  153. package/dist/components/tooltip/Tooltip.css +9 -9
  154. package/dist/components/tooltip/Tooltip.module.js +7 -7
  155. package/dist/components/tour/Tour.css +21 -21
  156. package/dist/components/tour/Tour.module.js +17 -17
  157. package/dist/components/tree-view/TreeView.css +21 -21
  158. package/dist/components/tree-view/TreeView.module.js +20 -20
  159. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  @layer ui.components {
2
- .OP_kSq_trigger, .OP_kSq_closeTrigger {
2
+ ._uVP9W_trigger, ._uVP9W_closeTrigger {
3
3
  box-sizing: border-box;
4
4
  min-height: var(--drawer-control-height, var(--size-lg));
5
5
  padding: var(--drawer-control-padding-y, .5rem) var(--drawer-control-padding-x, .875rem);
@@ -40,7 +40,7 @@
40
40
  }
41
41
  }
42
42
 
43
- .OP_kSq_backdrop {
43
+ ._uVP9W_backdrop {
44
44
  z-index: calc(var(--z-backdrop) + var(--layer-index, 0));
45
45
  background-color: var(--drawer-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
46
46
  min-height: 100dvh;
@@ -52,11 +52,11 @@
52
52
  inset: 0;
53
53
 
54
54
  &[data-state="open"] {
55
- animation: OP_kSq_drawer-backdrop-in var(--drawer-backdrop-transition, var(--transition-spring));
55
+ animation: _uVP9W_drawer-backdrop-in var(--drawer-backdrop-transition, var(--transition-spring));
56
56
  }
57
57
 
58
58
  &[data-state="closed"] {
59
- animation: OP_kSq_drawer-backdrop-out var(--drawer-backdrop-transition, var(--transition-spring));
59
+ animation: _uVP9W_drawer-backdrop-out var(--drawer-backdrop-transition, var(--transition-spring));
60
60
  animation-fill-mode: forwards;
61
61
  }
62
62
 
@@ -64,12 +64,12 @@
64
64
  transition-duration: 0s;
65
65
  }
66
66
 
67
- &[hidden]:has( ~ .OP_kSq_positioner:not([hidden])) {
67
+ &[hidden]:has( ~ ._uVP9W_positioner:not([hidden])) {
68
68
  display: block;
69
69
  }
70
70
  }
71
71
 
72
- .OP_kSq_positioner {
72
+ ._uVP9W_positioner {
73
73
  box-sizing: border-box;
74
74
  z-index: calc(var(--z-modal) + var(--layer-index, 0));
75
75
  overscroll-behavior: contain;
@@ -96,13 +96,13 @@
96
96
  }
97
97
 
98
98
  &:not([hidden]) {
99
- & .OP_kSq_content[hidden] {
99
+ & ._uVP9W_content[hidden] {
100
100
  display: flex;
101
101
  }
102
102
  }
103
103
  }
104
104
 
105
- .OP_kSq_content {
105
+ ._uVP9W_content {
106
106
  --drawer-bleed: var(--drawer-bleed-size, 3rem);
107
107
  box-sizing: border-box;
108
108
  width: min(var(--drawer-width, 100%), 100vw);
@@ -140,11 +140,11 @@
140
140
  }
141
141
 
142
142
  &[data-state="open"] {
143
- animation: OP_kSq_drawer-content-in-down var(--drawer-transition, var(--transition-spring));
143
+ animation: _uVP9W_drawer-content-in-down var(--drawer-transition, var(--transition-spring));
144
144
  }
145
145
 
146
146
  &[data-state="closed"] {
147
- animation: OP_kSq_drawer-content-out-down var(--drawer-transition, var(--transition-spring));
147
+ animation: _uVP9W_drawer-content-out-down var(--drawer-transition, var(--transition-spring));
148
148
  animation-fill-mode: forwards;
149
149
  }
150
150
 
@@ -169,11 +169,11 @@
169
169
  }
170
170
 
171
171
  &[data-state="open"] {
172
- animation-name: OP_kSq_drawer-content-in-up;
172
+ animation-name: _uVP9W_drawer-content-in-up;
173
173
  }
174
174
 
175
175
  &[data-state="closed"] {
176
- animation-name: OP_kSq_drawer-content-out-up;
176
+ animation-name: _uVP9W_drawer-content-out-up;
177
177
  }
178
178
  }
179
179
 
@@ -202,11 +202,11 @@
202
202
  }
203
203
 
204
204
  &[data-state="open"] {
205
- animation-name: OP_kSq_drawer-content-in-left;
205
+ animation-name: _uVP9W_drawer-content-in-left;
206
206
  }
207
207
 
208
208
  &[data-state="closed"] {
209
- animation-name: OP_kSq_drawer-content-out-left;
209
+ animation-name: _uVP9W_drawer-content-out-left;
210
210
  }
211
211
  }
212
212
 
@@ -220,11 +220,11 @@
220
220
  }
221
221
 
222
222
  &[data-state="open"] {
223
- animation-name: OP_kSq_drawer-content-in-right;
223
+ animation-name: _uVP9W_drawer-content-in-right;
224
224
  }
225
225
 
226
226
  &[data-state="closed"] {
227
- animation-name: OP_kSq_drawer-content-out-right;
227
+ animation-name: _uVP9W_drawer-content-out-right;
228
228
  }
229
229
  }
230
230
 
@@ -253,7 +253,7 @@
253
253
  }
254
254
  }
255
255
 
256
- .OP_kSq_grabber {
256
+ ._uVP9W_grabber {
257
257
  width: 100%;
258
258
  padding: var(--drawer-grabber-padding, var(--spacing-3)) 0;
259
259
  cursor: grab;
@@ -267,12 +267,12 @@
267
267
  cursor: grabbing;
268
268
  }
269
269
 
270
- :where(.OP_kSq_content[data-swipe-direction="left"], .OP_kSq_content[data-swipe-direction="right"]) & {
270
+ :where(._uVP9W_content[data-swipe-direction="left"], ._uVP9W_content[data-swipe-direction="right"]) & {
271
271
  display: none;
272
272
  }
273
273
  }
274
274
 
275
- .OP_kSq_grabberIndicator {
275
+ ._uVP9W_grabberIndicator {
276
276
  width: var(--drawer-grabber-indicator-width, 3rem);
277
277
  height: var(--drawer-grabber-indicator-height, .25rem);
278
278
  border-radius: var(--drawer-grabber-indicator-radius, var(--radius-full));
@@ -282,13 +282,13 @@
282
282
  opacity var(--transition-default);
283
283
 
284
284
  @media (hover: hover) {
285
- .OP_kSq_grabber:hover & {
285
+ ._uVP9W_grabber:hover & {
286
286
  opacity: var(--drawer-grabber-indicator-opacity-hover, .7);
287
287
  }
288
288
  }
289
289
  }
290
290
 
291
- .OP_kSq_header {
291
+ ._uVP9W_header {
292
292
  align-items: start;
293
293
  gap: var(--drawer-header-gap, var(--spacing-1));
294
294
  grid-template-columns: minmax(0, 1fr) auto;
@@ -308,7 +308,7 @@
308
308
  }
309
309
  }
310
310
 
311
- .OP_kSq_title {
311
+ ._uVP9W_title {
312
312
  color: var(--drawer-title-color, var(--drawer-color, var(--color-popover-foreground)));
313
313
  font-size: var(--drawer-title-font-size, var(--text-lg));
314
314
  font-weight: var(--drawer-title-font-weight, var(--weight-semibold));
@@ -316,30 +316,30 @@
316
316
  margin: 0;
317
317
  }
318
318
 
319
- .OP_kSq_description, .OP_kSq_body {
319
+ ._uVP9W_description, ._uVP9W_body {
320
320
  color: var(--drawer-description-color, var(--color-muted-foreground));
321
321
  font-size: var(--drawer-description-font-size, var(--text-md));
322
322
  line-height: var(--drawer-description-line-height, var(--line-height-text-md));
323
323
  }
324
324
 
325
- .OP_kSq_description {
325
+ ._uVP9W_description {
326
326
  margin: 0;
327
327
  }
328
328
 
329
- .OP_kSq_body {
329
+ ._uVP9W_body {
330
330
  min-height: 0;
331
331
  margin-top: var(--drawer-body-margin-top, var(--spacing-4));
332
332
  overflow-y: auto;
333
333
  }
334
334
 
335
- .OP_kSq_footer {
335
+ ._uVP9W_footer {
336
336
  justify-content: flex-end;
337
337
  gap: var(--drawer-footer-gap, var(--spacing-2));
338
338
  margin-top: var(--drawer-footer-margin-top, var(--spacing-6));
339
339
  display: flex;
340
340
  }
341
341
 
342
- .OP_kSq_closeIcon {
342
+ ._uVP9W_closeIcon {
343
343
  --close-button-size: var(--drawer-close-icon-size, 1.75rem);
344
344
  --close-button-radius: var(--drawer-close-icon-radius, var(--radius-md));
345
345
  --close-button-color: var(--drawer-close-icon-color, var(--drawer-description-color, var(--color-muted-foreground)));
@@ -350,7 +350,7 @@
350
350
  --close-button-icon-size: var(--drawer-close-icon-glyph-size, .75rem);
351
351
  }
352
352
 
353
- .OP_kSq_swipeArea {
353
+ ._uVP9W_swipeArea {
354
354
  z-index: var(--z-modal);
355
355
  touch-action: none;
356
356
  position: fixed;
@@ -388,7 +388,7 @@
388
388
  }
389
389
  }
390
390
 
391
- .OP_kSq_indentBackground {
391
+ ._uVP9W_indentBackground {
392
392
  background: var(--drawer-indent-background-bg, var(--color-foreground));
393
393
  opacity: var(--drawer-indent-background-opacity, 0);
394
394
  pointer-events: none;
@@ -401,7 +401,7 @@
401
401
  }
402
402
  }
403
403
 
404
- .OP_kSq_indent {
404
+ ._uVP9W_indent {
405
405
  transform-origin: top;
406
406
  transition: transform var(--drawer-indent-transition, var(--transition-spring)),
407
407
  border-radius var(--drawer-indent-transition, var(--transition-spring));
@@ -418,63 +418,63 @@
418
418
  }
419
419
  }
420
420
 
421
- @keyframes OP_kSq_drawer-backdrop-in {
421
+ @keyframes _uVP9W_drawer-backdrop-in {
422
422
  from {
423
423
  opacity: 0;
424
424
  backdrop-filter: none;
425
425
  }
426
426
  }
427
427
 
428
- @keyframes OP_kSq_drawer-backdrop-out {
428
+ @keyframes _uVP9W_drawer-backdrop-out {
429
429
  to {
430
430
  opacity: 0;
431
431
  backdrop-filter: none;
432
432
  }
433
433
  }
434
434
 
435
- @keyframes OP_kSq_drawer-content-in-down {
435
+ @keyframes _uVP9W_drawer-content-in-down {
436
436
  from {
437
437
  transform: translate3d(0, 100%, 0);
438
438
  }
439
439
  }
440
440
 
441
- @keyframes OP_kSq_drawer-content-out-down {
441
+ @keyframes _uVP9W_drawer-content-out-down {
442
442
  to {
443
443
  transform: translate3d(0, 100%, 0);
444
444
  }
445
445
  }
446
446
 
447
- @keyframes OP_kSq_drawer-content-in-up {
447
+ @keyframes _uVP9W_drawer-content-in-up {
448
448
  from {
449
449
  transform: translate3d(0, -100%, 0);
450
450
  }
451
451
  }
452
452
 
453
- @keyframes OP_kSq_drawer-content-out-up {
453
+ @keyframes _uVP9W_drawer-content-out-up {
454
454
  to {
455
455
  transform: translate3d(0, -100%, 0);
456
456
  }
457
457
  }
458
458
 
459
- @keyframes OP_kSq_drawer-content-in-left {
459
+ @keyframes _uVP9W_drawer-content-in-left {
460
460
  from {
461
461
  transform: translate3d(-100%, 0, 0);
462
462
  }
463
463
  }
464
464
 
465
- @keyframes OP_kSq_drawer-content-out-left {
465
+ @keyframes _uVP9W_drawer-content-out-left {
466
466
  to {
467
467
  transform: translate3d(-100%, 0, 0);
468
468
  }
469
469
  }
470
470
 
471
- @keyframes OP_kSq_drawer-content-in-right {
471
+ @keyframes _uVP9W_drawer-content-in-right {
472
472
  from {
473
473
  transform: translate3d(100%, 0, 0);
474
474
  }
475
475
  }
476
476
 
477
- @keyframes OP_kSq_drawer-content-out-right {
477
+ @keyframes _uVP9W_drawer-content-out-right {
478
478
  to {
479
479
  transform: translate3d(100%, 0, 0);
480
480
  }
@@ -1,32 +1,32 @@
1
1
  import './Drawer.css';
2
2
  //#region src/components/drawer/Drawer.module.css
3
3
  var Drawer_module_default = {
4
- "backdrop": "OP_kSq_backdrop",
5
- "body": "OP_kSq_body",
6
- "closeIcon": "OP_kSq_closeIcon",
7
- "closeTrigger": "OP_kSq_closeTrigger",
8
- "content": "OP_kSq_content",
9
- "description": "OP_kSq_description",
10
- "drawer-backdrop-in": "OP_kSq_drawer-backdrop-in",
11
- "drawer-backdrop-out": "OP_kSq_drawer-backdrop-out",
12
- "drawer-content-in-down": "OP_kSq_drawer-content-in-down",
13
- "drawer-content-in-left": "OP_kSq_drawer-content-in-left",
14
- "drawer-content-in-right": "OP_kSq_drawer-content-in-right",
15
- "drawer-content-in-up": "OP_kSq_drawer-content-in-up",
16
- "drawer-content-out-down": "OP_kSq_drawer-content-out-down",
17
- "drawer-content-out-left": "OP_kSq_drawer-content-out-left",
18
- "drawer-content-out-right": "OP_kSq_drawer-content-out-right",
19
- "drawer-content-out-up": "OP_kSq_drawer-content-out-up",
20
- "footer": "OP_kSq_footer",
21
- "grabber": "OP_kSq_grabber",
22
- "grabberIndicator": "OP_kSq_grabberIndicator",
23
- "header": "OP_kSq_header",
24
- "indent": "OP_kSq_indent",
25
- "indentBackground": "OP_kSq_indentBackground",
26
- "positioner": "OP_kSq_positioner",
27
- "swipeArea": "OP_kSq_swipeArea",
28
- "title": "OP_kSq_title",
29
- "trigger": "OP_kSq_trigger"
4
+ "backdrop": "_uVP9W_backdrop",
5
+ "body": "_uVP9W_body",
6
+ "closeIcon": "_uVP9W_closeIcon",
7
+ "closeTrigger": "_uVP9W_closeTrigger",
8
+ "content": "_uVP9W_content",
9
+ "description": "_uVP9W_description",
10
+ "drawer-backdrop-in": "_uVP9W_drawer-backdrop-in",
11
+ "drawer-backdrop-out": "_uVP9W_drawer-backdrop-out",
12
+ "drawer-content-in-down": "_uVP9W_drawer-content-in-down",
13
+ "drawer-content-in-left": "_uVP9W_drawer-content-in-left",
14
+ "drawer-content-in-right": "_uVP9W_drawer-content-in-right",
15
+ "drawer-content-in-up": "_uVP9W_drawer-content-in-up",
16
+ "drawer-content-out-down": "_uVP9W_drawer-content-out-down",
17
+ "drawer-content-out-left": "_uVP9W_drawer-content-out-left",
18
+ "drawer-content-out-right": "_uVP9W_drawer-content-out-right",
19
+ "drawer-content-out-up": "_uVP9W_drawer-content-out-up",
20
+ "footer": "_uVP9W_footer",
21
+ "grabber": "_uVP9W_grabber",
22
+ "grabberIndicator": "_uVP9W_grabberIndicator",
23
+ "header": "_uVP9W_header",
24
+ "indent": "_uVP9W_indent",
25
+ "indentBackground": "_uVP9W_indentBackground",
26
+ "positioner": "_uVP9W_positioner",
27
+ "swipeArea": "_uVP9W_swipeArea",
28
+ "title": "_uVP9W_title",
29
+ "trigger": "_uVP9W_trigger"
30
30
  };
31
31
  //#endregion
32
32
  export { Drawer_module_default as default };
@@ -1,5 +1,5 @@
1
1
  @layer ui.components {
2
- .oHzDHG_root {
2
+ ._4ZG42W_root {
3
3
  box-sizing: border-box;
4
4
  align-items: center;
5
5
  row-gap: var(--editable-gap, var(--spacing-1));
@@ -10,12 +10,12 @@
10
10
  grid-template-columns: minmax(0, 1fr) auto;
11
11
  display: inline-grid;
12
12
 
13
- &:has(.oHzDHG_area[data-disabled]) {
13
+ &:has(._4ZG42W_area[data-disabled]) {
14
14
  opacity: var(--editable-disabled-opacity, var(--opacity-disabled));
15
15
  }
16
16
  }
17
17
 
18
- .oHzDHG_label {
18
+ ._4ZG42W_label {
19
19
  align-items: center;
20
20
  gap: var(--editable-label-gap, var(--spacing-1));
21
21
  color: var(--editable-label-color, var(--color-foreground));
@@ -30,7 +30,7 @@
30
30
  }
31
31
  }
32
32
 
33
- .oHzDHG_area {
33
+ ._4ZG42W_area {
34
34
  --_editable-focus-ring-width: var(--editable-focus-ring-width, var(--editable-border-width, var(--border-width-sm)));
35
35
  box-sizing: border-box;
36
36
  width: var(--editable-area-width, 100%);
@@ -55,7 +55,7 @@
55
55
  outline-color: var(--editable-focus-ring-color, var(--color-ring));
56
56
  }
57
57
 
58
- &:has(.oHzDHG_input:is([data-invalid], [aria-invalid="true"]), .oHzDHG_preview:is([data-invalid], [aria-invalid="true"])) {
58
+ &:has(._4ZG42W_input:is([data-invalid], [aria-invalid="true"]), ._4ZG42W_preview:is([data-invalid], [aria-invalid="true"])) {
59
59
  border-color: var(--editable-border-color-invalid, var(--color-destructive));
60
60
 
61
61
  &[data-focus] {
@@ -68,7 +68,7 @@
68
68
  }
69
69
  }
70
70
 
71
- .oHzDHG_input, .oHzDHG_preview {
71
+ ._4ZG42W_input, ._4ZG42W_preview {
72
72
  box-sizing: border-box;
73
73
  width: var(--editable-input-width, 100%);
74
74
  min-width: 0;
@@ -84,7 +84,7 @@
84
84
  display: block;
85
85
  }
86
86
 
87
- .oHzDHG_input {
87
+ ._4ZG42W_input {
88
88
  appearance: none;
89
89
 
90
90
  &::placeholder {
@@ -97,7 +97,7 @@
97
97
  }
98
98
  }
99
99
 
100
- .oHzDHG_preview {
100
+ ._4ZG42W_preview {
101
101
  min-height: var(--editable-preview-min-height, 1lh);
102
102
  cursor: text;
103
103
 
@@ -110,7 +110,7 @@
110
110
  }
111
111
  }
112
112
 
113
- .oHzDHG_control {
113
+ ._4ZG42W_control {
114
114
  align-items: center;
115
115
  align-self: var(--editable-control-align, center);
116
116
  gap: var(--editable-control-gap, var(--spacing-1));
@@ -118,7 +118,7 @@
118
118
  display: inline-flex;
119
119
  }
120
120
 
121
- .oHzDHG_trigger {
121
+ ._4ZG42W_trigger {
122
122
  box-sizing: border-box;
123
123
  width: var(--editable-trigger-size, var(--editable-area-height, var(--size-lg)));
124
124
  min-width: var(--editable-trigger-size, var(--editable-area-height, var(--size-lg)));
@@ -1,13 +1,13 @@
1
1
  import './Editable.css';
2
2
  //#region src/components/editable/Editable.module.css
3
3
  var Editable_module_default = {
4
- "area": "oHzDHG_area",
5
- "control": "oHzDHG_control",
6
- "input": "oHzDHG_input",
7
- "label": "oHzDHG_label",
8
- "preview": "oHzDHG_preview",
9
- "root": "oHzDHG_root",
10
- "trigger": "oHzDHG_trigger"
4
+ "area": "_4ZG42W_area",
5
+ "control": "_4ZG42W_control",
6
+ "input": "_4ZG42W_input",
7
+ "label": "_4ZG42W_label",
8
+ "preview": "_4ZG42W_preview",
9
+ "root": "_4ZG42W_root",
10
+ "trigger": "_4ZG42W_trigger"
11
11
  };
12
12
  //#endregion
13
13
  export { Editable_module_default as default };
@@ -1,5 +1,5 @@
1
1
  @layer ui.components {
2
- .uHDs1G_root {
2
+ .QhU81q_root {
3
3
  box-sizing: border-box;
4
4
  justify-items: center;
5
5
  gap: var(--empty-gap, var(--spacing-4));
@@ -16,7 +16,7 @@
16
16
  display: grid;
17
17
  }
18
18
 
19
- .uHDs1G_icon {
19
+ .QhU81q_icon {
20
20
  min-width: 0;
21
21
  padding: var(--empty-icon-padding, var(--spacing-3));
22
22
  border-radius: var(--radius-full);
@@ -34,7 +34,7 @@
34
34
  }
35
35
  }
36
36
 
37
- .uHDs1G_content {
37
+ .QhU81q_content {
38
38
  justify-items: center;
39
39
  gap: var(--empty-content-gap, var(--spacing-1));
40
40
  min-width: 0;
@@ -42,7 +42,7 @@
42
42
  display: grid;
43
43
  }
44
44
 
45
- .uHDs1G_title {
45
+ .QhU81q_title {
46
46
  min-width: 0;
47
47
  color: var(--empty-title-color, currentColor);
48
48
  font-size: var(--empty-title-font-size, var(--text-xl));
@@ -52,7 +52,7 @@
52
52
  margin: 0;
53
53
  }
54
54
 
55
- .uHDs1G_description {
55
+ .QhU81q_description {
56
56
  min-width: 0;
57
57
  color: var(--empty-description-color, var(--color-muted-foreground));
58
58
  font-size: var(--empty-description-font-size, var(--text-sm));
@@ -68,7 +68,7 @@
68
68
  }
69
69
  }
70
70
 
71
- .uHDs1G_actions {
71
+ .QhU81q_actions {
72
72
  justify-content: center;
73
73
  align-items: center;
74
74
  gap: var(--empty-actions-gap, var(--spacing-2));
@@ -1,12 +1,12 @@
1
1
  import './Empty.css';
2
2
  //#region src/components/empty/Empty.module.css
3
3
  var Empty_module_default = {
4
- "actions": "uHDs1G_actions",
5
- "content": "uHDs1G_content",
6
- "description": "uHDs1G_description",
7
- "icon": "uHDs1G_icon",
8
- "root": "uHDs1G_root",
9
- "title": "uHDs1G_title"
4
+ "actions": "QhU81q_actions",
5
+ "content": "QhU81q_content",
6
+ "description": "QhU81q_description",
7
+ "icon": "QhU81q_icon",
8
+ "root": "QhU81q_root",
9
+ "title": "QhU81q_title"
10
10
  };
11
11
  //#endregion
12
12
  export { Empty_module_default as default };
@@ -1,5 +1,5 @@
1
1
  @layer ui.components {
2
- .IJRJYG_root {
2
+ .SVzJ0G_root {
3
3
  box-sizing: border-box;
4
4
  align-items: flex-start;
5
5
  gap: var(--field-gap, var(--spacing-1));
@@ -14,12 +14,12 @@
14
14
  }
15
15
  }
16
16
 
17
- .IJRJYG_item {
17
+ .SVzJ0G_item {
18
18
  gap: var(--field-item-gap, var(--spacing-1));
19
19
  display: grid;
20
20
  }
21
21
 
22
- .IJRJYG_label {
22
+ .SVzJ0G_label {
23
23
  align-items: center;
24
24
  gap: var(--field-label-gap, var(--spacing-2));
25
25
  color: var(--field-label-color, var(--color-foreground));
@@ -33,7 +33,7 @@
33
33
  }
34
34
  }
35
35
 
36
- .IJRJYG_helperText {
36
+ .SVzJ0G_helperText {
37
37
  color: var(--field-description-color, var(--color-muted-foreground));
38
38
  font-size: var(--field-description-font-size, var(--text-sm));
39
39
  line-height: var(--field-description-line-height, var(--line-height-text-sm));
@@ -44,7 +44,7 @@
44
44
  }
45
45
  }
46
46
 
47
- .IJRJYG_control {
47
+ .SVzJ0G_control {
48
48
  box-sizing: border-box;
49
49
  width: var(--field-control-width, 100%);
50
50
  min-height: var(--field-control-height, var(--size-lg));
@@ -87,16 +87,16 @@
87
87
  }
88
88
  }
89
89
 
90
- .IJRJYG_textarea {
90
+ .SVzJ0G_textarea {
91
91
  min-height: var(--field-textarea-min-height, 5rem);
92
92
  resize: vertical;
93
93
  }
94
94
 
95
- .IJRJYG_select {
95
+ .SVzJ0G_select {
96
96
  appearance: none;
97
97
  }
98
98
 
99
- .IJRJYG_errorText {
99
+ .SVzJ0G_errorText {
100
100
  color: var(--field-error-color, var(--color-destructive));
101
101
  font-size: var(--field-error-font-size, var(--text-sm));
102
102
  line-height: var(--field-error-line-height, var(--line-height-text-sm));
@@ -107,7 +107,7 @@
107
107
  }
108
108
  }
109
109
 
110
- .IJRJYG_requiredIndicator {
110
+ .SVzJ0G_requiredIndicator {
111
111
  color: var(--field-required-indicator-color, var(--color-destructive));
112
112
  }
113
113
  }
@@ -1,15 +1,15 @@
1
1
  import './Field.css';
2
2
  //#region src/components/field/Field.module.css
3
3
  var Field_module_default = {
4
- "control": "IJRJYG_control",
5
- "errorText": "IJRJYG_errorText",
6
- "helperText": "IJRJYG_helperText",
7
- "item": "IJRJYG_item",
8
- "label": "IJRJYG_label",
9
- "requiredIndicator": "IJRJYG_requiredIndicator",
10
- "root": "IJRJYG_root",
11
- "select": "IJRJYG_select",
12
- "textarea": "IJRJYG_textarea"
4
+ "control": "SVzJ0G_control",
5
+ "errorText": "SVzJ0G_errorText",
6
+ "helperText": "SVzJ0G_helperText",
7
+ "item": "SVzJ0G_item",
8
+ "label": "SVzJ0G_label",
9
+ "requiredIndicator": "SVzJ0G_requiredIndicator",
10
+ "root": "SVzJ0G_root",
11
+ "select": "SVzJ0G_select",
12
+ "textarea": "SVzJ0G_textarea"
13
13
  };
14
14
  //#endregion
15
15
  export { Field_module_default as default };
@@ -1,9 +1,9 @@
1
1
  @layer ui.components {
2
- .JruAma_root, .JruAma_legend, .JruAma_helperText, .JruAma_errorText {
2
+ .zyuCNW_root, .zyuCNW_legend, .zyuCNW_helperText, .zyuCNW_errorText {
3
3
  box-sizing: border-box;
4
4
  }
5
5
 
6
- .JruAma_root {
6
+ .zyuCNW_root {
7
7
  gap: var(--fieldset-gap, var(--spacing-4));
8
8
  width: var(--fieldset-width, 100%);
9
9
  max-width: var(--fieldset-max-width, none);
@@ -26,7 +26,7 @@
26
26
  }
27
27
  }
28
28
 
29
- .JruAma_legend {
29
+ .zyuCNW_legend {
30
30
  max-inline-size: 100%;
31
31
  margin: var(--fieldset-legend-margin, 0);
32
32
  padding: var(--fieldset-legend-padding, 0 0 var(--spacing-3));
@@ -37,16 +37,16 @@
37
37
  display: inline-block;
38
38
  }
39
39
 
40
- .JruAma_helperText, .JruAma_errorText {
40
+ .zyuCNW_helperText, .zyuCNW_errorText {
41
41
  font-size: var(--fieldset-message-font-size, var(--text-sm));
42
42
  line-height: var(--fieldset-message-line-height, var(--line-height-text-sm));
43
43
  }
44
44
 
45
- .JruAma_helperText {
45
+ .zyuCNW_helperText {
46
46
  color: var(--fieldset-helper-text-color, var(--color-muted-foreground));
47
47
  }
48
48
 
49
- .JruAma_errorText {
49
+ .zyuCNW_errorText {
50
50
  color: var(--fieldset-error-text-color, var(--color-destructive));
51
51
  }
52
52
  }
@@ -1,10 +1,10 @@
1
1
  import './Fieldset.css';
2
2
  //#region src/components/fieldset/Fieldset.module.css
3
3
  var Fieldset_module_default = {
4
- "errorText": "JruAma_errorText",
5
- "helperText": "JruAma_helperText",
6
- "legend": "JruAma_legend",
7
- "root": "JruAma_root"
4
+ "errorText": "zyuCNW_errorText",
5
+ "helperText": "zyuCNW_helperText",
6
+ "legend": "zyuCNW_legend",
7
+ "root": "zyuCNW_root"
8
8
  };
9
9
  //#endregion
10
10
  export { Fieldset_module_default as default };