@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.
- package/dist/components/accordion/Accordion.css +13 -13
- package/dist/components/accordion/Accordion.module.js +9 -9
- package/dist/components/alert/Alert.css +5 -5
- package/dist/components/alert/Alert.module.js +5 -5
- package/dist/components/angle-slider/AngleSlider.css +8 -8
- package/dist/components/angle-slider/AngleSlider.module.js +7 -7
- package/dist/components/aspect-ratio/AspectRatio.css +1 -1
- package/dist/components/aspect-ratio/AspectRatio.module.js +1 -1
- package/dist/components/avatar/Avatar.css +3 -3
- package/dist/components/avatar/Avatar.module.js +3 -3
- package/dist/components/badge/Badge.css +2 -2
- package/dist/components/badge/Badge.module.js +2 -2
- package/dist/components/bleed/Bleed.css +1 -1
- package/dist/components/bleed/Bleed.module.js +1 -1
- package/dist/components/breadcrumbs/Breadcrumbs.css +10 -10
- package/dist/components/breadcrumbs/Breadcrumbs.module.js +7 -7
- package/dist/components/button/Button.css +1 -1
- package/dist/components/button/Button.module.js +1 -1
- package/dist/components/card/Card.css +9 -9
- package/dist/components/card/Card.module.js +8 -8
- package/dist/components/carousel/Carousel.css +18 -18
- package/dist/components/carousel/Carousel.module.js +12 -12
- package/dist/components/checkbox/Checkbox.css +11 -11
- package/dist/components/checkbox/Checkbox.module.js +6 -6
- package/dist/components/clipboard/Clipboard.css +7 -7
- package/dist/components/clipboard/Clipboard.module.js +8 -8
- package/dist/components/close-button/CloseButton.css +1 -1
- package/dist/components/close-button/CloseButton.module.js +1 -1
- package/dist/components/collapsible/Collapsible.css +8 -8
- package/dist/components/collapsible/Collapsible.module.js +6 -6
- package/dist/components/color-picker/ColorPicker.css +29 -29
- package/dist/components/color-picker/ColorPicker.module.js +27 -27
- package/dist/components/combobox/Combobox.css +21 -21
- package/dist/components/combobox/Combobox.module.js +17 -17
- package/dist/components/command-palette/CommandPalette.css +43 -43
- package/dist/components/command-palette/CommandPalette.module.js +37 -37
- package/dist/components/container/Container.css +1 -1
- package/dist/components/container/Container.module.js +1 -1
- package/dist/components/date-input/DateInput.css +6 -6
- package/dist/components/date-input/DateInput.module.js +6 -6
- package/dist/components/date-picker/DatePicker.css +32 -32
- package/dist/components/date-picker/DatePicker.module.js +23 -23
- package/dist/components/dialog/Dialog.css +19 -19
- package/dist/components/dialog/Dialog.module.js +15 -15
- package/dist/components/drawer/Drawer.css +40 -40
- package/dist/components/drawer/Drawer.module.js +26 -26
- package/dist/components/editable/Editable.css +10 -10
- package/dist/components/editable/Editable.module.js +7 -7
- package/dist/components/empty/Empty.css +6 -6
- package/dist/components/empty/Empty.module.js +6 -6
- package/dist/components/field/Field.css +9 -9
- package/dist/components/field/Field.module.js +9 -9
- package/dist/components/fieldset/Fieldset.css +6 -6
- package/dist/components/fieldset/Fieldset.module.js +4 -4
- package/dist/components/file-upload/FileUpload.css +18 -18
- package/dist/components/file-upload/FileUpload.module.js +13 -13
- package/dist/components/floating-panel/FloatingPanel.css +16 -16
- package/dist/components/floating-panel/FloatingPanel.module.js +14 -14
- package/dist/components/heading/Heading.css +1 -1
- package/dist/components/heading/Heading.module.js +1 -1
- package/dist/components/highlight/Highlight.css +1 -1
- package/dist/components/highlight/Highlight.module.js +1 -1
- package/dist/components/hover-card/HoverCard.css +9 -9
- package/dist/components/hover-card/HoverCard.module.js +7 -7
- package/dist/components/image-cropper/ImageCropper.css +6 -6
- package/dist/components/image-cropper/ImageCropper.module.js +6 -6
- package/dist/components/input/Input.css +1 -1
- package/dist/components/input/Input.module.js +1 -1
- package/dist/components/input-group/InputGroup.css +6 -6
- package/dist/components/input-group/InputGroup.module.js +5 -5
- package/dist/components/kbd/Kbd.css +2 -2
- package/dist/components/kbd/Kbd.module.js +2 -2
- package/dist/components/lightbox/Lightbox.css +20 -20
- package/dist/components/lightbox/Lightbox.module.js +16 -16
- package/dist/components/list/List.css +1 -1
- package/dist/components/list/List.module.js +1 -1
- package/dist/components/listbox/Listbox.css +16 -16
- package/dist/components/listbox/Listbox.module.js +14 -14
- package/dist/components/marquee/Marquee.css +10 -10
- package/dist/components/marquee/Marquee.module.js +7 -7
- package/dist/components/menu/Menu.css +34 -34
- package/dist/components/menu/Menu.module.js +27 -27
- package/dist/components/native-select/NativeSelect.css +5 -5
- package/dist/components/native-select/NativeSelect.module.js +3 -3
- package/dist/components/number-input/NumberInput.css +11 -11
- package/dist/components/number-input/NumberInput.module.js +8 -8
- package/dist/components/pagination/Pagination.css +8 -8
- package/dist/components/pagination/Pagination.module.js +6 -6
- package/dist/components/password-input/PasswordInput.css +7 -7
- package/dist/components/password-input/PasswordInput.module.js +6 -6
- package/dist/components/pin-input/PinInput.css +5 -5
- package/dist/components/pin-input/PinInput.module.js +5 -5
- package/dist/components/popover/Popover.css +15 -15
- package/dist/components/popover/Popover.module.js +14 -14
- package/dist/components/progress-circular/ProgressCircular.css +8 -8
- package/dist/components/progress-circular/ProgressCircular.module.js +8 -8
- package/dist/components/progress-linear/ProgressLinear.css +8 -8
- package/dist/components/progress-linear/ProgressLinear.module.js +8 -8
- package/dist/components/qr-code/QrCode.css +10 -10
- package/dist/components/qr-code/QrCode.module.js +5 -5
- package/dist/components/radio-group/RadioGroup.css +6 -6
- package/dist/components/radio-group/RadioGroup.module.js +6 -6
- package/dist/components/rating-group/RatingGroup.css +11 -11
- package/dist/components/rating-group/RatingGroup.module.js +7 -7
- package/dist/components/scroll-area/ScrollArea.css +7 -7
- package/dist/components/scroll-area/ScrollArea.module.js +6 -6
- package/dist/components/segment-group/SegmentGroup.css +6 -6
- package/dist/components/segment-group/SegmentGroup.module.js +6 -6
- package/dist/components/select/Select.css +28 -28
- package/dist/components/select/Select.module.js +21 -21
- package/dist/components/separator/Separator.css +1 -1
- package/dist/components/separator/Separator.module.js +1 -1
- package/dist/components/sidebar/Sidebar.css +27 -30
- package/dist/components/sidebar/Sidebar.module.js +17 -17
- package/dist/components/signature-pad/SignaturePad.css +10 -10
- package/dist/components/signature-pad/SignaturePad.module.js +6 -6
- package/dist/components/skeleton/Skeleton.css +1 -1
- package/dist/components/skeleton/Skeleton.module.js +1 -1
- package/dist/components/slider/Slider.css +10 -10
- package/dist/components/slider/Slider.module.js +10 -10
- package/dist/components/spinner/Spinner.css +9 -9
- package/dist/components/spinner/Spinner.module.js +3 -3
- package/dist/components/split-button/SplitButton.css +9 -9
- package/dist/components/split-button/SplitButton.module.js +3 -3
- package/dist/components/splitter/Splitter.css +16 -12
- package/dist/components/splitter/Splitter.module.js +4 -4
- package/dist/components/stack/Stack.css +2 -2
- package/dist/components/stack/Stack.module.js +1 -1
- package/dist/components/steps/Steps.css +14 -14
- package/dist/components/steps/Steps.module.js +11 -11
- package/dist/components/switch/Switch.css +9 -9
- package/dist/components/switch/Switch.module.js +4 -4
- package/dist/components/table/Table.css +17 -17
- package/dist/components/table/Table.module.js +12 -12
- package/dist/components/tabs/Tabs.css +9 -9
- package/dist/components/tabs/Tabs.module.js +5 -5
- package/dist/components/tag/Tag.css +4 -4
- package/dist/components/tag/Tag.module.js +5 -5
- package/dist/components/tags-input/TagsInput.css +10 -10
- package/dist/components/tags-input/TagsInput.module.js +10 -10
- package/dist/components/text/Text.css +1 -1
- package/dist/components/text/Text.module.js +1 -1
- package/dist/components/textarea/Textarea.css +7 -7
- package/dist/components/textarea/Textarea.module.js +1 -1
- package/dist/components/timer/Timer.css +6 -6
- package/dist/components/timer/Timer.module.js +6 -6
- package/dist/components/toast/Toast.css +8 -8
- package/dist/components/toast/Toast.module.js +6 -6
- package/dist/components/toggle/Toggle.css +2 -2
- package/dist/components/toggle/Toggle.module.js +2 -2
- package/dist/components/toggle-group/ToggleGroup.css +3 -3
- package/dist/components/toggle-group/ToggleGroup.module.js +2 -2
- package/dist/components/tooltip/Tooltip.css +9 -9
- package/dist/components/tooltip/Tooltip.module.js +7 -7
- package/dist/components/tour/Tour.css +21 -21
- package/dist/components/tour/Tour.module.js +17 -17
- package/dist/components/tree-view/TreeView.css +21 -21
- package/dist/components/tree-view/TreeView.module.js +20 -20
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
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
|
-
.
|
|
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:
|
|
55
|
+
animation: _uVP9W_drawer-backdrop-in var(--drawer-backdrop-transition, var(--transition-spring));
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
&[data-state="closed"] {
|
|
59
|
-
animation:
|
|
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( ~ .
|
|
67
|
+
&[hidden]:has( ~ ._uVP9W_positioner:not([hidden])) {
|
|
68
68
|
display: block;
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
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
|
-
& .
|
|
99
|
+
& ._uVP9W_content[hidden] {
|
|
100
100
|
display: flex;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
.
|
|
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:
|
|
143
|
+
animation: _uVP9W_drawer-content-in-down var(--drawer-transition, var(--transition-spring));
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
&[data-state="closed"] {
|
|
147
|
-
animation:
|
|
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:
|
|
172
|
+
animation-name: _uVP9W_drawer-content-in-up;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
&[data-state="closed"] {
|
|
176
|
-
animation-name:
|
|
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:
|
|
205
|
+
animation-name: _uVP9W_drawer-content-in-left;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
&[data-state="closed"] {
|
|
209
|
-
animation-name:
|
|
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:
|
|
223
|
+
animation-name: _uVP9W_drawer-content-in-right;
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
&[data-state="closed"] {
|
|
227
|
-
animation-name:
|
|
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
|
-
.
|
|
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(.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
285
|
+
._uVP9W_grabber:hover & {
|
|
286
286
|
opacity: var(--drawer-grabber-indicator-opacity-hover, .7);
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
325
|
+
._uVP9W_description {
|
|
326
326
|
margin: 0;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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": "
|
|
5
|
-
"body": "
|
|
6
|
-
"closeIcon": "
|
|
7
|
-
"closeTrigger": "
|
|
8
|
-
"content": "
|
|
9
|
-
"description": "
|
|
10
|
-
"drawer-backdrop-in": "
|
|
11
|
-
"drawer-backdrop-out": "
|
|
12
|
-
"drawer-content-in-down": "
|
|
13
|
-
"drawer-content-in-left": "
|
|
14
|
-
"drawer-content-in-right": "
|
|
15
|
-
"drawer-content-in-up": "
|
|
16
|
-
"drawer-content-out-down": "
|
|
17
|
-
"drawer-content-out-left": "
|
|
18
|
-
"drawer-content-out-right": "
|
|
19
|
-
"drawer-content-out-up": "
|
|
20
|
-
"footer": "
|
|
21
|
-
"grabber": "
|
|
22
|
-
"grabberIndicator": "
|
|
23
|
-
"header": "
|
|
24
|
-
"indent": "
|
|
25
|
-
"indentBackground": "
|
|
26
|
-
"positioner": "
|
|
27
|
-
"swipeArea": "
|
|
28
|
-
"title": "
|
|
29
|
-
"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
|
-
.
|
|
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(.
|
|
13
|
+
&:has(._4ZG42W_area[data-disabled]) {
|
|
14
14
|
opacity: var(--editable-disabled-opacity, var(--opacity-disabled));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
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
|
-
.
|
|
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(.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
87
|
+
._4ZG42W_input {
|
|
88
88
|
appearance: none;
|
|
89
89
|
|
|
90
90
|
&::placeholder {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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": "
|
|
5
|
-
"control": "
|
|
6
|
-
"input": "
|
|
7
|
-
"label": "
|
|
8
|
-
"preview": "
|
|
9
|
-
"root": "
|
|
10
|
-
"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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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": "
|
|
5
|
-
"content": "
|
|
6
|
-
"description": "
|
|
7
|
-
"icon": "
|
|
8
|
-
"root": "
|
|
9
|
-
"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
|
-
.
|
|
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
|
-
.
|
|
17
|
+
.SVzJ0G_item {
|
|
18
18
|
gap: var(--field-item-gap, var(--spacing-1));
|
|
19
19
|
display: grid;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
90
|
+
.SVzJ0G_textarea {
|
|
91
91
|
min-height: var(--field-textarea-min-height, 5rem);
|
|
92
92
|
resize: vertical;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
.SVzJ0G_select {
|
|
96
96
|
appearance: none;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.
|
|
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
|
-
.
|
|
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": "
|
|
5
|
-
"errorText": "
|
|
6
|
-
"helperText": "
|
|
7
|
-
"item": "
|
|
8
|
-
"label": "
|
|
9
|
-
"requiredIndicator": "
|
|
10
|
-
"root": "
|
|
11
|
-
"select": "
|
|
12
|
-
"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
|
-
.
|
|
2
|
+
.zyuCNW_root, .zyuCNW_legend, .zyuCNW_helperText, .zyuCNW_errorText {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
45
|
+
.zyuCNW_helperText {
|
|
46
46
|
color: var(--fieldset-helper-text-color, var(--color-muted-foreground));
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
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": "
|
|
5
|
-
"helperText": "
|
|
6
|
-
"legend": "
|
|
7
|
-
"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 };
|