@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
|
+
.X3ODua_root {
|
|
3
3
|
align-items: flex-start;
|
|
4
4
|
gap: var(--date-input-gap, var(--spacing-1));
|
|
5
5
|
width: var(--date-input-width, auto);
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.X3ODua_label {
|
|
16
16
|
color: var(--date-input-label-color, var(--color-foreground));
|
|
17
17
|
font-size: var(--date-input-label-font-size, var(--text-sm));
|
|
18
18
|
font-weight: var(--date-input-label-font-weight, var(--weight-medium));
|
|
19
19
|
line-height: var(--date-input-label-line-height, var(--line-height-text-sm));
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.X3ODua_control {
|
|
23
23
|
min-height: var(--date-input-control-height, var(--size-lg));
|
|
24
24
|
border: var(--date-input-border-width, var(--border-width-sm))
|
|
25
25
|
var(--date-input-border-style, solid) var(--date-input-border-color, var(--color-border));
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
.X3ODua_segmentGroup {
|
|
57
57
|
align-items: center;
|
|
58
58
|
gap: var(--date-input-segment-gap, var(--border-width-md));
|
|
59
59
|
font-variant-numeric: tabular-nums;
|
|
60
60
|
display: inline-flex;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
63
|
+
.X3ODua_segment {
|
|
64
64
|
min-width: var(--date-input-segment-min-width, 2ch);
|
|
65
65
|
border-radius: var(--date-input-segment-radius, var(--radius-sm));
|
|
66
66
|
padding: var(--date-input-segment-padding-y, 0)
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
100
|
+
.X3ODua_separator {
|
|
101
101
|
color: var(--date-input-separator-color, var(--color-muted-foreground));
|
|
102
102
|
user-select: none;
|
|
103
103
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './DateInput.css';
|
|
2
2
|
//#region src/components/date-input/DateInput.module.css
|
|
3
3
|
var DateInput_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"label": "
|
|
6
|
-
"root": "
|
|
7
|
-
"segment": "
|
|
8
|
-
"segmentGroup": "
|
|
9
|
-
"separator": "
|
|
4
|
+
"control": "X3ODua_control",
|
|
5
|
+
"label": "X3ODua_label",
|
|
6
|
+
"root": "X3ODua_root",
|
|
7
|
+
"segment": "X3ODua_segment",
|
|
8
|
+
"segmentGroup": "X3ODua_segmentGroup",
|
|
9
|
+
"separator": "X3ODua_separator"
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
export { DateInput_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
@keyframes
|
|
2
|
+
@keyframes a48aUa_date-picker-content-open {
|
|
3
3
|
from {
|
|
4
4
|
opacity: var(--date-picker-content-closed-opacity, 0);
|
|
5
5
|
transform: scale(var(--date-picker-content-closed-scale, var(--scale-popup)));
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
@keyframes
|
|
14
|
+
@keyframes a48aUa_date-picker-content-closed {
|
|
15
15
|
from {
|
|
16
16
|
opacity: 1;
|
|
17
17
|
transform: scale(1);
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
.a48aUa_root {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
width: var(--date-picker-width, 18.75rem);
|
|
29
29
|
max-width: var(--date-picker-max-width, 100%);
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.
|
|
41
|
+
.a48aUa_label {
|
|
42
42
|
color: var(--date-picker-label-color, var(--date-picker-color, var(--color-foreground)));
|
|
43
43
|
font-size: var(--date-picker-label-font-size, var(--text-sm));
|
|
44
44
|
font-weight: var(--date-picker-label-font-weight, var(--weight-medium));
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
display: inline-flex;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
.a48aUa_control {
|
|
52
52
|
align-items: center;
|
|
53
53
|
gap: var(--date-picker-input-gap, var(--spacing-2));
|
|
54
54
|
width: 100%;
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
position: relative;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.
|
|
61
|
+
.a48aUa_input {
|
|
62
62
|
box-sizing: border-box;
|
|
63
63
|
width: 100%;
|
|
64
64
|
min-width: min(var(--date-picker-input-min-width, 7.5rem), 100%);
|
|
@@ -89,12 +89,12 @@
|
|
|
89
89
|
opacity: 1;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
&:focus, .
|
|
92
|
+
&:focus, .a48aUa_control[data-focus] & {
|
|
93
93
|
border-color: var(--date-picker-focus-ring-color, var(--color-ring));
|
|
94
94
|
outline-color: var(--date-picker-focus-ring-color, var(--color-ring));
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
&:is([data-invalid], [aria-invalid="true"]), .
|
|
97
|
+
&:is([data-invalid], [aria-invalid="true"]), .a48aUa_control[data-invalid] & {
|
|
98
98
|
border-color: var(--date-picker-invalid-color, var(--color-destructive));
|
|
99
99
|
outline-color: var(--date-picker-invalid-color, var(--color-destructive));
|
|
100
100
|
}
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
cursor: default;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.
|
|
106
|
+
.a48aUa_control:not([data-disabled], [data-readonly]) & {
|
|
107
107
|
@media (hover: hover) {
|
|
108
108
|
&:hover {
|
|
109
109
|
background-color: var(--date-picker-bg-hover, var(--color-accent));
|
|
@@ -112,16 +112,16 @@
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
.a48aUa_control:has(.a48aUa_input + .a48aUa_input) .a48aUa_input {
|
|
116
116
|
min-width: min(var(--date-picker-range-input-min-width, 7.5rem), 100%);
|
|
117
117
|
padding-inline-end: var(--date-picker-input-padding-x-start, .875rem);
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.
|
|
120
|
+
.a48aUa_control:has(.a48aUa_input + .a48aUa_input) .a48aUa_input:last-of-type {
|
|
121
121
|
padding-inline-end: var(--date-picker-input-padding-x-end, 4.25rem);
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.
|
|
124
|
+
.a48aUa_trigger, .a48aUa_navTrigger, .a48aUa_viewTrigger, .a48aUa_clearTrigger, .a48aUa_presetTrigger {
|
|
125
125
|
box-sizing: border-box;
|
|
126
126
|
border-radius: var(--date-picker-action-radius, var(--radius-sm));
|
|
127
127
|
background: var(--date-picker-action-bg, transparent);
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.a48aUa_trigger, .a48aUa_clearTrigger {
|
|
176
176
|
width: var(--date-picker-action-size, 1.5rem);
|
|
177
177
|
height: var(--date-picker-action-size, 1.5rem);
|
|
178
178
|
position: absolute;
|
|
@@ -180,21 +180,21 @@
|
|
|
180
180
|
transform: translateY(-50%);
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
.
|
|
183
|
+
.a48aUa_trigger {
|
|
184
184
|
right: var(--date-picker-trigger-offset-right, .5rem);
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
.
|
|
187
|
+
.a48aUa_clearTrigger {
|
|
188
188
|
right: calc(var(--date-picker-trigger-offset-right, .5rem) + var(--date-picker-action-size, 1.5rem) +
|
|
189
189
|
var(--date-picker-action-gap, .125rem));
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
.a48aUa_positioner {
|
|
193
193
|
z-index: var(--z-index);
|
|
194
194
|
outline: 0;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.
|
|
197
|
+
.a48aUa_content {
|
|
198
198
|
box-sizing: border-box;
|
|
199
199
|
z-index: calc(var(--z-popup) + var(--layer-index, 0));
|
|
200
200
|
width: min(var(--date-picker-content-width, 18.75rem), var(--available-width));
|
|
@@ -215,27 +215,27 @@
|
|
|
215
215
|
overflow: auto;
|
|
216
216
|
|
|
217
217
|
&[data-state="open"] {
|
|
218
|
-
animation:
|
|
218
|
+
animation: a48aUa_date-picker-content-open var(--date-picker-transition, var(--transition-default));
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
&[data-state="closed"] {
|
|
222
|
-
animation:
|
|
222
|
+
animation: a48aUa_date-picker-content-closed var(--date-picker-transition, var(--transition-default));
|
|
223
223
|
pointer-events: none;
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.
|
|
227
|
+
.a48aUa_root[data-inline] .a48aUa_content {
|
|
228
228
|
min-width: var(--date-picker-inline-content-min-width, 18rem);
|
|
229
229
|
max-height: none;
|
|
230
230
|
box-shadow: var(--date-picker-inline-content-shadow, none);
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
.
|
|
233
|
+
.a48aUa_view {
|
|
234
234
|
gap: var(--date-picker-view-gap, var(--spacing-3));
|
|
235
235
|
display: grid;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.
|
|
238
|
+
.a48aUa_viewControl {
|
|
239
239
|
justify-content: space-between;
|
|
240
240
|
align-items: center;
|
|
241
241
|
gap: var(--date-picker-view-control-gap, var(--spacing-2));
|
|
@@ -243,12 +243,12 @@
|
|
|
243
243
|
display: flex;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
.
|
|
246
|
+
.a48aUa_navTrigger {
|
|
247
247
|
width: var(--date-picker-nav-trigger-size, 2rem);
|
|
248
248
|
height: var(--date-picker-nav-trigger-size, 2rem);
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.
|
|
251
|
+
.a48aUa_viewTrigger {
|
|
252
252
|
min-width: 0;
|
|
253
253
|
min-height: var(--date-picker-view-trigger-height, 2rem);
|
|
254
254
|
gap: var(--date-picker-view-trigger-gap, var(--spacing-2));
|
|
@@ -260,21 +260,21 @@
|
|
|
260
260
|
flex: 1;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.
|
|
263
|
+
.a48aUa_rangeText, .a48aUa_valueText {
|
|
264
264
|
text-overflow: ellipsis;
|
|
265
265
|
white-space: nowrap;
|
|
266
266
|
min-width: 0;
|
|
267
267
|
overflow: hidden;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.
|
|
270
|
+
.a48aUa_table {
|
|
271
271
|
border-collapse: separate;
|
|
272
272
|
width: 100%;
|
|
273
273
|
border-spacing: var(--date-picker-table-cell-gap, .125rem);
|
|
274
274
|
table-layout: fixed;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
.
|
|
277
|
+
.a48aUa_tableHeader, .a48aUa_weekNumberCell {
|
|
278
278
|
width: var(--date-picker-table-cell-size, 2.25rem);
|
|
279
279
|
height: var(--date-picker-table-header-height, 1.75rem);
|
|
280
280
|
color: var(--date-picker-table-header-color, var(--color-muted-foreground));
|
|
@@ -284,19 +284,19 @@
|
|
|
284
284
|
text-align: center;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.
|
|
287
|
+
.a48aUa_tableCell {
|
|
288
288
|
width: var(--date-picker-table-cell-size, 2.25rem);
|
|
289
289
|
height: var(--date-picker-table-cell-size, 2.25rem);
|
|
290
290
|
text-align: center;
|
|
291
291
|
padding: 0;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
.
|
|
294
|
+
.a48aUa_weekNumberCell {
|
|
295
295
|
color: var(--date-picker-week-number-color, var(--color-muted-foreground));
|
|
296
296
|
font-variant-numeric: tabular-nums;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.
|
|
299
|
+
.a48aUa_tableCellTrigger {
|
|
300
300
|
box-sizing: border-box;
|
|
301
301
|
width: 100%;
|
|
302
302
|
min-width: var(--date-picker-table-cell-size, 2.25rem);
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
-
.
|
|
364
|
+
.a48aUa_select {
|
|
365
365
|
box-sizing: border-box;
|
|
366
366
|
width: 100%;
|
|
367
367
|
min-width: 0;
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
|
|
399
|
-
.
|
|
399
|
+
.a48aUa_presetTrigger {
|
|
400
400
|
min-height: var(--date-picker-preset-trigger-height, 2rem);
|
|
401
401
|
padding-inline: var(--date-picker-preset-trigger-padding-x, var(--spacing-2));
|
|
402
402
|
background-color: var(--date-picker-preset-trigger-bg, var(--color-muted));
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import './DatePicker.css';
|
|
2
2
|
//#region src/components/date-picker/DatePicker.module.css
|
|
3
3
|
var DatePicker_module_default = {
|
|
4
|
-
"clearTrigger": "
|
|
5
|
-
"content": "
|
|
6
|
-
"control": "
|
|
7
|
-
"date-picker-content-closed": "
|
|
8
|
-
"date-picker-content-open": "
|
|
9
|
-
"input": "
|
|
10
|
-
"label": "
|
|
11
|
-
"navTrigger": "
|
|
12
|
-
"positioner": "
|
|
13
|
-
"presetTrigger": "
|
|
14
|
-
"rangeText": "
|
|
15
|
-
"root": "
|
|
16
|
-
"select": "
|
|
17
|
-
"table": "
|
|
18
|
-
"tableCell": "
|
|
19
|
-
"tableCellTrigger": "
|
|
20
|
-
"tableHeader": "
|
|
21
|
-
"trigger": "
|
|
22
|
-
"valueText": "
|
|
23
|
-
"view": "
|
|
24
|
-
"viewControl": "
|
|
25
|
-
"viewTrigger": "
|
|
26
|
-
"weekNumberCell": "
|
|
4
|
+
"clearTrigger": "a48aUa_clearTrigger",
|
|
5
|
+
"content": "a48aUa_content",
|
|
6
|
+
"control": "a48aUa_control",
|
|
7
|
+
"date-picker-content-closed": "a48aUa_date-picker-content-closed",
|
|
8
|
+
"date-picker-content-open": "a48aUa_date-picker-content-open",
|
|
9
|
+
"input": "a48aUa_input",
|
|
10
|
+
"label": "a48aUa_label",
|
|
11
|
+
"navTrigger": "a48aUa_navTrigger",
|
|
12
|
+
"positioner": "a48aUa_positioner",
|
|
13
|
+
"presetTrigger": "a48aUa_presetTrigger",
|
|
14
|
+
"rangeText": "a48aUa_rangeText",
|
|
15
|
+
"root": "a48aUa_root",
|
|
16
|
+
"select": "a48aUa_select",
|
|
17
|
+
"table": "a48aUa_table",
|
|
18
|
+
"tableCell": "a48aUa_tableCell",
|
|
19
|
+
"tableCellTrigger": "a48aUa_tableCellTrigger",
|
|
20
|
+
"tableHeader": "a48aUa_tableHeader",
|
|
21
|
+
"trigger": "a48aUa_trigger",
|
|
22
|
+
"valueText": "a48aUa_valueText",
|
|
23
|
+
"view": "a48aUa_view",
|
|
24
|
+
"viewControl": "a48aUa_viewControl",
|
|
25
|
+
"viewTrigger": "a48aUa_viewTrigger",
|
|
26
|
+
"weekNumberCell": "a48aUa_weekNumberCell"
|
|
27
27
|
};
|
|
28
28
|
//#endregion
|
|
29
29
|
export { DatePicker_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._9AixhG_trigger, ._9AixhG_closeTrigger {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
min-height: var(--dialog-control-height, var(--size-lg));
|
|
5
5
|
padding: var(--dialog-control-padding-y, .5rem) var(--dialog-control-padding-x, .875rem);
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
._9AixhG_backdrop {
|
|
44
44
|
z-index: calc(var(--z-backdrop) + var(--layer-index, 0));
|
|
45
45
|
background-color: var(--dialog-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
|
|
46
46
|
min-height: 100dvh;
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
inset: 0;
|
|
50
50
|
|
|
51
51
|
&[data-state="open"] {
|
|
52
|
-
animation:
|
|
52
|
+
animation: _9AixhG_dialog-backdrop-in var(--dialog-backdrop-transition, var(--transition-default));
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
&[data-state="closed"] {
|
|
56
|
-
animation:
|
|
56
|
+
animation: _9AixhG_dialog-backdrop-out var(--dialog-backdrop-transition, var(--transition-default));
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
.
|
|
60
|
+
._9AixhG_positioner {
|
|
61
61
|
box-sizing: border-box;
|
|
62
62
|
z-index: calc(var(--z-modal) + var(--layer-index, 0));
|
|
63
63
|
overscroll-behavior: contain;
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
overflow-y: auto;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.
|
|
73
|
+
._9AixhG_content {
|
|
74
74
|
box-sizing: border-box;
|
|
75
75
|
width: min(var(--dialog-width, 28rem),
|
|
76
76
|
var(--dialog-max-width, calc(100vw - var(--spacing-8, 2rem))));
|
|
@@ -115,15 +115,15 @@
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
&[data-state="open"] {
|
|
118
|
-
animation:
|
|
118
|
+
animation: _9AixhG_dialog-content-in var(--dialog-transition, var(--transition-default));
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
&[data-state="closed"] {
|
|
122
|
-
animation:
|
|
122
|
+
animation: _9AixhG_dialog-content-out var(--dialog-transition, var(--transition-default));
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
._9AixhG_header {
|
|
127
127
|
align-items: start;
|
|
128
128
|
gap: var(--dialog-header-gap, var(--spacing-1));
|
|
129
129
|
grid-template-columns: minmax(0, 1fr) auto;
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
.
|
|
146
|
+
._9AixhG_title {
|
|
147
147
|
color: var(--dialog-title-color, var(--dialog-color, var(--color-popover-foreground)));
|
|
148
148
|
font-size: var(--dialog-title-font-size, var(--text-lg));
|
|
149
149
|
font-weight: var(--dialog-title-font-weight, var(--weight-semibold));
|
|
@@ -151,28 +151,28 @@
|
|
|
151
151
|
margin: 0;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
.
|
|
154
|
+
._9AixhG_description, ._9AixhG_body {
|
|
155
155
|
color: var(--dialog-description-color, var(--dialog-muted-color, var(--color-muted-foreground)));
|
|
156
156
|
font-size: var(--dialog-description-font-size, var(--text-md));
|
|
157
157
|
line-height: var(--dialog-description-line-height, var(--line-height-text-md));
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
._9AixhG_description {
|
|
161
161
|
margin: 0;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.
|
|
164
|
+
._9AixhG_body {
|
|
165
165
|
margin: var(--dialog-content-margin, var(--spacing-4) 0 0);
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
.
|
|
168
|
+
._9AixhG_footer {
|
|
169
169
|
justify-content: flex-end;
|
|
170
170
|
gap: var(--dialog-footer-gap, var(--spacing-2));
|
|
171
171
|
margin-top: var(--dialog-footer-margin-top, var(--spacing-6));
|
|
172
172
|
display: flex;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
._9AixhG_closeIcon {
|
|
176
176
|
--close-button-size: var(--dialog-close-icon-size, 1.75rem);
|
|
177
177
|
--close-button-radius: var(--dialog-close-icon-radius, var(--radius-md));
|
|
178
178
|
--close-button-color: var(--dialog-close-icon-color, var(--dialog-muted-color, var(--color-muted-foreground)));
|
|
@@ -187,21 +187,21 @@
|
|
|
187
187
|
inset-inline-end: var(--dialog-close-icon-inset-inline-end, var(--spacing-4));
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
@keyframes
|
|
190
|
+
@keyframes _9AixhG_dialog-backdrop-in {
|
|
191
191
|
from {
|
|
192
192
|
opacity: var(--dialog-backdrop-starting-opacity, 0);
|
|
193
193
|
backdrop-filter: var(--dialog-backdrop-starting-blur, none);
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
@keyframes
|
|
197
|
+
@keyframes _9AixhG_dialog-backdrop-out {
|
|
198
198
|
to {
|
|
199
199
|
opacity: var(--dialog-backdrop-ending-opacity, 0);
|
|
200
200
|
backdrop-filter: var(--dialog-backdrop-ending-blur, none);
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
@keyframes
|
|
204
|
+
@keyframes _9AixhG_dialog-content-in {
|
|
205
205
|
from {
|
|
206
206
|
opacity: var(--dialog-content-starting-opacity, 0);
|
|
207
207
|
translate: var(--dialog-content-starting-translate-x, 0)
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
@keyframes
|
|
213
|
+
@keyframes _9AixhG_dialog-content-out {
|
|
214
214
|
to {
|
|
215
215
|
opacity: var(--dialog-content-ending-opacity, 0);
|
|
216
216
|
translate: var(--dialog-content-ending-translate-x, 0)
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import './Dialog.css';
|
|
2
2
|
//#region src/components/dialog/Dialog.module.css
|
|
3
3
|
var Dialog_module_default = {
|
|
4
|
-
"backdrop": "
|
|
5
|
-
"body": "
|
|
6
|
-
"closeIcon": "
|
|
7
|
-
"closeTrigger": "
|
|
8
|
-
"content": "
|
|
9
|
-
"description": "
|
|
10
|
-
"dialog-backdrop-in": "
|
|
11
|
-
"dialog-backdrop-out": "
|
|
12
|
-
"dialog-content-in": "
|
|
13
|
-
"dialog-content-out": "
|
|
14
|
-
"footer": "
|
|
15
|
-
"header": "
|
|
16
|
-
"positioner": "
|
|
17
|
-
"title": "
|
|
18
|
-
"trigger": "
|
|
4
|
+
"backdrop": "_9AixhG_backdrop",
|
|
5
|
+
"body": "_9AixhG_body",
|
|
6
|
+
"closeIcon": "_9AixhG_closeIcon",
|
|
7
|
+
"closeTrigger": "_9AixhG_closeTrigger",
|
|
8
|
+
"content": "_9AixhG_content",
|
|
9
|
+
"description": "_9AixhG_description",
|
|
10
|
+
"dialog-backdrop-in": "_9AixhG_dialog-backdrop-in",
|
|
11
|
+
"dialog-backdrop-out": "_9AixhG_dialog-backdrop-out",
|
|
12
|
+
"dialog-content-in": "_9AixhG_dialog-content-in",
|
|
13
|
+
"dialog-content-out": "_9AixhG_dialog-content-out",
|
|
14
|
+
"footer": "_9AixhG_footer",
|
|
15
|
+
"header": "_9AixhG_header",
|
|
16
|
+
"positioner": "_9AixhG_positioner",
|
|
17
|
+
"title": "_9AixhG_title",
|
|
18
|
+
"trigger": "_9AixhG_trigger"
|
|
19
19
|
};
|
|
20
20
|
//#endregion
|
|
21
21
|
export { Dialog_module_default as default };
|