@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
|
+
.PUgkqa_root {
|
|
3
3
|
align-items: center;
|
|
4
4
|
gap: var(--switch-gap, var(--spacing-2));
|
|
5
5
|
vertical-align: middle;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.
|
|
19
|
+
.PUgkqa_control {
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
width: var(--switch-width, 3rem);
|
|
22
22
|
height: var(--switch-height, 1.5rem);
|
|
@@ -61,37 +61,37 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.
|
|
64
|
+
.PUgkqa_root[data-size="xs"] .PUgkqa_control {
|
|
65
65
|
--switch-width: var(--switch-width-xs, 1.75rem);
|
|
66
66
|
--switch-height: var(--switch-height-xs, 1rem);
|
|
67
67
|
--switch-thumb-size: var(--switch-thumb-size-xs, .75rem);
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.
|
|
70
|
+
.PUgkqa_root[data-size="sm"] .PUgkqa_control {
|
|
71
71
|
--switch-width: var(--switch-width-sm, 2.25rem);
|
|
72
72
|
--switch-height: var(--switch-height-sm, 1.25rem);
|
|
73
73
|
--switch-thumb-size: var(--switch-thumb-size-sm, 1rem);
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
.PUgkqa_root[data-size="md"] .PUgkqa_control {
|
|
77
77
|
--switch-width: var(--switch-width-md, 2.75rem);
|
|
78
78
|
--switch-height: var(--switch-height-md, 1.5rem);
|
|
79
79
|
--switch-thumb-size: var(--switch-thumb-size-md, 1.25rem);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.
|
|
82
|
+
.PUgkqa_root[data-size="lg"] .PUgkqa_control {
|
|
83
83
|
--switch-width: var(--switch-width-lg, 3.25rem);
|
|
84
84
|
--switch-height: var(--switch-height-lg, 1.75rem);
|
|
85
85
|
--switch-thumb-size: var(--switch-thumb-size-lg, 1.5rem);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.PUgkqa_root[data-size="xl"] .PUgkqa_control {
|
|
89
89
|
--switch-width: var(--switch-width-xl, 3.75rem);
|
|
90
90
|
--switch-height: var(--switch-height-xl, 2rem);
|
|
91
91
|
--switch-thumb-size: var(--switch-thumb-size-xl, 1.75rem);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.
|
|
94
|
+
.PUgkqa_thumb {
|
|
95
95
|
width: var(--switch-thumb-size, 1.25rem);
|
|
96
96
|
height: var(--switch-thumb-size, 1.25rem);
|
|
97
97
|
border: var(--switch-thumb-border-width, 0) solid var(--switch-thumb-border-color, transparent);
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.
|
|
123
|
+
.PUgkqa_label {
|
|
124
124
|
color: var(--switch-label-color, var(--color-foreground));
|
|
125
125
|
font-size: var(--switch-label-font-size, var(--text-sm));
|
|
126
126
|
font-weight: var(--switch-label-font-weight, var(--weight-medium));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import './Switch.css';
|
|
2
2
|
//#region src/components/switch/Switch.module.css
|
|
3
3
|
var Switch_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"label": "
|
|
6
|
-
"root": "
|
|
7
|
-
"thumb": "
|
|
4
|
+
"control": "PUgkqa_control",
|
|
5
|
+
"label": "PUgkqa_label",
|
|
6
|
+
"root": "PUgkqa_root",
|
|
7
|
+
"thumb": "PUgkqa_thumb"
|
|
8
8
|
};
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Switch_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
|
|
2
|
+
.-X2Dga_scrollArea {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
isolation: isolate;
|
|
5
5
|
border: var(--table-scroll-area-border-width, var(--table-border-width, var(--border-width-sm)))
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
overflow-x: auto;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
.-X2Dga_root {
|
|
17
17
|
--table-cell-padding-x-default: var(--table-cell-padding-x, var(--spacing-4));
|
|
18
18
|
--table-cell-padding-y-default: var(--table-cell-padding-y, var(--spacing-3));
|
|
19
19
|
--table-empty-padding-y-default: calc(var(--table-cell-padding-y-default) * 2);
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
.-X2Dga_caption {
|
|
52
52
|
box-sizing: border-box;
|
|
53
53
|
color: var(--table-caption-color, var(--color-muted-foreground));
|
|
54
54
|
font-size: var(--table-caption-font-size, var(--text-sm));
|
|
@@ -70,40 +70,40 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
.-X2Dga_row {
|
|
74
74
|
transition: var(--table-row-transition, background-color var(--transition-default));
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
.-X2Dga_header .-X2Dga_row, .-X2Dga_body .-X2Dga_row {
|
|
78
78
|
border-bottom: var(--table-border-width, var(--border-width-sm)) solid
|
|
79
79
|
var(--table-border-color, var(--color-border));
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
|
|
82
|
+
.-X2Dga_root[data-striped] .-X2Dga_body .-X2Dga_row:nth-child(2n):not(.-X2Dga_emptyRow) {
|
|
83
83
|
background-color: var(--table-row-bg-striped, color-mix(in oklab, var(--color-muted) 35%, transparent));
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
.-X2Dga_root[data-interactive] .-X2Dga_body .-X2Dga_row:not(.-X2Dga_emptyRow):hover {
|
|
87
87
|
background-color: var(--table-row-bg-hover, var(--color-muted));
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
|
|
90
|
+
.-X2Dga_root[data-show-column-border] :is(.-X2Dga_columnHeader, .-X2Dga_cell):not(:last-child) {
|
|
91
91
|
border-inline-end: var(--table-column-border-width, var(--table-border-width, var(--border-width-sm)))
|
|
92
92
|
solid var(--table-column-border-color, var(--table-border-color, var(--color-border)));
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
.-X2Dga_root[data-sticky-header] .-X2Dga_header {
|
|
96
96
|
z-index: var(--table-sticky-header-z-index, 3);
|
|
97
97
|
background-color: var(--table-sticky-header-bg, var(--table-scroll-area-bg, var(--color-card)));
|
|
98
98
|
position: sticky;
|
|
99
99
|
inset-block-start: 0;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
.-X2Dga_body .-X2Dga_row:last-child {
|
|
103
103
|
border-bottom: 0;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
.-X2Dga_footer {
|
|
107
107
|
border-top: var(--table-border-width, var(--border-width-sm)) solid
|
|
108
108
|
var(--table-border-color, var(--color-border));
|
|
109
109
|
background-color: var(--table-footer-bg, var(--color-muted));
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
font-weight: var(--table-footer-font-weight, var(--weight-medium));
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
.-X2Dga_columnHeader, .-X2Dga_cell {
|
|
115
115
|
z-index: 0;
|
|
116
116
|
padding-block: var(--table-cell-padding-y-default);
|
|
117
117
|
padding-inline: var(--table-cell-padding-x-default);
|
|
@@ -133,28 +133,28 @@
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
|
|
136
|
+
.-X2Dga_root[data-sticky-header] .-X2Dga_header .-X2Dga_columnHeader[data-sticky] {
|
|
137
137
|
z-index: var(--table-sticky-intersection-z-index, 4);
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
|
|
140
|
+
.-X2Dga_columnHeader {
|
|
141
141
|
color: var(--table-column-header-color, var(--color-muted-foreground));
|
|
142
142
|
font-weight: var(--table-column-header-font-weight, var(--weight-medium));
|
|
143
143
|
text-align: inherit;
|
|
144
144
|
white-space: nowrap;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
|
|
147
|
+
.-X2Dga_cell {
|
|
148
148
|
color: inherit;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
|
|
151
|
+
.-X2Dga_numeric {
|
|
152
152
|
text-align: right;
|
|
153
153
|
white-space: nowrap;
|
|
154
154
|
font-variant-numeric: tabular-nums;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
|
|
157
|
+
.-X2Dga_empty {
|
|
158
158
|
padding-block: var(--table-empty-padding-y, var(--table-empty-padding-y-default));
|
|
159
159
|
color: var(--table-empty-color, var(--color-muted-foreground));
|
|
160
160
|
text-align: center;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import './Table.css';
|
|
2
2
|
//#region src/components/table/Table.module.css
|
|
3
3
|
var Table_module_default = {
|
|
4
|
-
"body": "
|
|
5
|
-
"caption": "
|
|
6
|
-
"cell": "
|
|
7
|
-
"columnHeader": "
|
|
8
|
-
"empty": "
|
|
9
|
-
"emptyRow": "
|
|
10
|
-
"footer": "
|
|
11
|
-
"header": "
|
|
12
|
-
"numeric": "
|
|
13
|
-
"root": "
|
|
14
|
-
"row": "
|
|
15
|
-
"scrollArea": "
|
|
4
|
+
"body": "-X2Dga_body",
|
|
5
|
+
"caption": "-X2Dga_caption",
|
|
6
|
+
"cell": "-X2Dga_cell",
|
|
7
|
+
"columnHeader": "-X2Dga_columnHeader",
|
|
8
|
+
"empty": "-X2Dga_empty",
|
|
9
|
+
"emptyRow": "-X2Dga_emptyRow",
|
|
10
|
+
"footer": "-X2Dga_footer",
|
|
11
|
+
"header": "-X2Dga_header",
|
|
12
|
+
"numeric": "-X2Dga_numeric",
|
|
13
|
+
"root": "-X2Dga_root",
|
|
14
|
+
"row": "-X2Dga_row",
|
|
15
|
+
"scrollArea": "-X2Dga_scrollArea"
|
|
16
16
|
};
|
|
17
17
|
//#endregion
|
|
18
18
|
export { Table_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.ostTjG_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
gap: var(--tabs-gap, .75rem);
|
|
5
5
|
min-width: 0;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.ostTjG_list {
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
z-index: 0;
|
|
19
19
|
align-items: stretch;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
.ostTjG_root[data-variant="line"] & {
|
|
39
39
|
border-width: 0 0 var(--tabs-list-border-width, var(--border-width-sm));
|
|
40
40
|
background-color: #0000;
|
|
41
41
|
border-radius: 0;
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
padding-inline: 0;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.
|
|
46
|
+
.ostTjG_root[data-orientation="vertical"][data-variant="line"] & {
|
|
47
47
|
width: var(--tabs-vertical-list-width, 12rem);
|
|
48
48
|
border-width: 0 var(--tabs-list-border-width, var(--border-width-sm)) 0 0;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.
|
|
52
|
+
.ostTjG_trigger {
|
|
53
53
|
box-sizing: border-box;
|
|
54
54
|
z-index: 1;
|
|
55
55
|
justify-content: center;
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
.
|
|
116
|
+
.ostTjG_indicator {
|
|
117
117
|
z-index: 0;
|
|
118
118
|
width: var(--width, 0);
|
|
119
119
|
height: var(--tabs-indicator-size, 2rem);
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
top: 50%;
|
|
129
129
|
translate: 0 -50%;
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
.ostTjG_root[data-variant="line"] & {
|
|
132
132
|
height: var(--tabs-line-indicator-size, 2px);
|
|
133
133
|
border-radius: var(--tabs-line-indicator-radius, var(--radius-full));
|
|
134
134
|
background-color: var(--tabs-line-indicator-bg, var(--tabs-tab-color-active, var(--color-foreground)));
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
left: 50%;
|
|
149
149
|
translate: -50%;
|
|
150
150
|
|
|
151
|
-
.
|
|
151
|
+
.ostTjG_root[data-variant="line"] & {
|
|
152
152
|
width: var(--tabs-line-indicator-size, 2px);
|
|
153
153
|
bottom: auto;
|
|
154
154
|
left: 0;
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
.ostTjG_content {
|
|
161
161
|
box-sizing: border-box;
|
|
162
162
|
border: var(--tabs-border-width, var(--border-width-sm)) solid
|
|
163
163
|
var(--tabs-border-color, var(--color-border));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import './Tabs.css';
|
|
2
2
|
//#region src/components/tabs/Tabs.module.css
|
|
3
3
|
var Tabs_module_default = {
|
|
4
|
-
"content": "
|
|
5
|
-
"indicator": "
|
|
6
|
-
"list": "
|
|
7
|
-
"root": "
|
|
8
|
-
"trigger": "
|
|
4
|
+
"content": "ostTjG_content",
|
|
5
|
+
"indicator": "ostTjG_indicator",
|
|
6
|
+
"list": "ostTjG_list",
|
|
7
|
+
"root": "ostTjG_root",
|
|
8
|
+
"trigger": "ostTjG_trigger"
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Tabs_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.mVOnGG_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
align-items: center;
|
|
5
5
|
gap: var(--tag-gap, .375rem);
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
63
|
+
.mVOnGG_label {
|
|
64
64
|
text-overflow: ellipsis;
|
|
65
65
|
min-width: 0;
|
|
66
66
|
overflow: hidden;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
.mVOnGG_startElement, .mVOnGG_endElement {
|
|
70
70
|
flex-shrink: 0;
|
|
71
71
|
justify-content: center;
|
|
72
72
|
align-items: center;
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.
|
|
84
|
+
.mVOnGG_closeTrigger {
|
|
85
85
|
width: var(--tag-close-trigger-size, 1rem);
|
|
86
86
|
height: var(--tag-close-trigger-size, 1rem);
|
|
87
87
|
border-radius: var(--tag-close-trigger-radius, var(--radius-full));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import './Tag.css';
|
|
2
2
|
//#region src/components/tag/Tag.module.css
|
|
3
3
|
var Tag_module_default = {
|
|
4
|
-
"closeTrigger": "
|
|
5
|
-
"endElement": "
|
|
6
|
-
"label": "
|
|
7
|
-
"root": "
|
|
8
|
-
"startElement": "
|
|
4
|
+
"closeTrigger": "mVOnGG_closeTrigger",
|
|
5
|
+
"endElement": "mVOnGG_endElement",
|
|
6
|
+
"label": "mVOnGG_label",
|
|
7
|
+
"root": "mVOnGG_root",
|
|
8
|
+
"startElement": "mVOnGG_startElement"
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Tag_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._0zrPYG_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
gap: var(--tags-input-gap, var(--field-gap, var(--spacing-1)));
|
|
5
5
|
width: var(--tags-input-width, 100%);
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
._0zrPYG_label {
|
|
17
17
|
align-items: center;
|
|
18
18
|
gap: var(--tags-input-label-gap, var(--field-label-gap, var(--spacing-1)));
|
|
19
19
|
color: var(--tags-input-label-color, var(--field-label-color, var(--color-foreground)));
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
._0zrPYG_control {
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
min-height: var(--tags-input-min-height, var(--input-height, var(--size-lg)));
|
|
33
33
|
align-items: center;
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
._0zrPYG_item {
|
|
77
77
|
display: contents;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.
|
|
80
|
+
._0zrPYG_itemPreview {
|
|
81
81
|
box-sizing: border-box;
|
|
82
82
|
align-items: center;
|
|
83
83
|
gap: var(--tags-input-item-gap, var(--spacing-1));
|
|
@@ -110,14 +110,14 @@
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.
|
|
113
|
+
._0zrPYG_itemText {
|
|
114
114
|
text-overflow: ellipsis;
|
|
115
115
|
white-space: nowrap;
|
|
116
116
|
min-width: 0;
|
|
117
117
|
overflow: hidden;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.
|
|
120
|
+
._0zrPYG_input, ._0zrPYG_itemInput {
|
|
121
121
|
box-sizing: border-box;
|
|
122
122
|
flex: 1 1 var(--tags-input-input-min-width, 7rem);
|
|
123
123
|
min-width: var(--tags-input-input-min-width, 7rem);
|
|
@@ -141,11 +141,11 @@
|
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
.
|
|
144
|
+
._0zrPYG_itemInput {
|
|
145
145
|
flex: 0 1 var(--tags-input-item-input-width, 7rem);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
._0zrPYG_itemDeleteTrigger {
|
|
149
149
|
width: var(--tags-input-trigger-size, 1rem);
|
|
150
150
|
height: var(--tags-input-trigger-size, 1rem);
|
|
151
151
|
border-radius: var(--tags-input-trigger-radius, var(--radius-full));
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.
|
|
190
|
+
._0zrPYG_clearTrigger {
|
|
191
191
|
--close-button-size: var(--tags-input-clear-trigger-size, 1.5rem);
|
|
192
192
|
--close-button-icon-size: var(--tags-input-clear-trigger-icon-size, .75rem);
|
|
193
193
|
--close-button-radius: var(--tags-input-clear-trigger-radius, var(--radius-sm));
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import './TagsInput.css';
|
|
2
2
|
//#region src/components/tags-input/TagsInput.module.css
|
|
3
3
|
var TagsInput_module_default = {
|
|
4
|
-
"clearTrigger": "
|
|
5
|
-
"control": "
|
|
6
|
-
"input": "
|
|
7
|
-
"item": "
|
|
8
|
-
"itemDeleteTrigger": "
|
|
9
|
-
"itemInput": "
|
|
10
|
-
"itemPreview": "
|
|
11
|
-
"itemText": "
|
|
12
|
-
"label": "
|
|
13
|
-
"root": "
|
|
4
|
+
"clearTrigger": "_0zrPYG_clearTrigger",
|
|
5
|
+
"control": "_0zrPYG_control",
|
|
6
|
+
"input": "_0zrPYG_input",
|
|
7
|
+
"item": "_0zrPYG_item",
|
|
8
|
+
"itemDeleteTrigger": "_0zrPYG_itemDeleteTrigger",
|
|
9
|
+
"itemInput": "_0zrPYG_itemInput",
|
|
10
|
+
"itemPreview": "_0zrPYG_itemPreview",
|
|
11
|
+
"itemText": "_0zrPYG_itemText",
|
|
12
|
+
"label": "_0zrPYG_label",
|
|
13
|
+
"root": "_0zrPYG_root"
|
|
14
14
|
};
|
|
15
15
|
//#endregion
|
|
16
16
|
export { TagsInput_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.bkkMzW_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
width: var(--textarea-width, 100%);
|
|
5
5
|
max-width: var(--textarea-max-width, none);
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
margin: 0;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
.bkkMzW_root::placeholder {
|
|
27
27
|
color: var(--textarea-placeholder-color, var(--color-muted-foreground));
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
.bkkMzW_root:focus-visible {
|
|
31
31
|
outline-color: var(--textarea-focus-ring-color, var(--color-ring));
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
.bkkMzW_root:is([data-invalid], [aria-invalid="true"]) {
|
|
35
35
|
border-color: var(--textarea-border-color-invalid, var(--color-destructive));
|
|
36
36
|
|
|
37
37
|
&:focus-visible {
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
.bkkMzW_root:is([disabled], [data-disabled]) {
|
|
43
43
|
pointer-events: none;
|
|
44
44
|
opacity: var(--textarea-disabled-opacity, var(--opacity-disabled));
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
.bkkMzW_root:is(:read-only, [data-readonly]) {
|
|
48
48
|
background-color: var(--textarea-readonly-bg, var(--textarea-bg, var(--color-background)));
|
|
49
49
|
color: var(--textarea-readonly-color, var(--textarea-color, var(--color-foreground)));
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.
|
|
52
|
+
.bkkMzW_root[data-autoresize] {
|
|
53
53
|
overflow-y: hidden;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.Z6b--a_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
place-items: center;
|
|
5
5
|
gap: var(--timer-gap, var(--spacing-3));
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
display: inline-grid;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.Z6b--a_area {
|
|
12
12
|
align-items: baseline;
|
|
13
13
|
gap: var(--timer-area-gap, var(--spacing-1));
|
|
14
14
|
font-size: var(--timer-area-font-size, var(--text-2xl));
|
|
@@ -19,24 +19,24 @@
|
|
|
19
19
|
display: inline-flex;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.Z6b--a_item {
|
|
23
23
|
min-width: var(--timer-item-min-width, 2ch);
|
|
24
24
|
color: var(--timer-item-color, currentColor);
|
|
25
25
|
text-align: var(--timer-item-text-align, center);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.Z6b--a_separator {
|
|
29
29
|
color: var(--timer-separator-color, var(--color-muted-foreground));
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
.Z6b--a_control {
|
|
33
33
|
align-items: center;
|
|
34
34
|
gap: var(--timer-control-gap, var(--spacing-2));
|
|
35
35
|
flex-wrap: wrap;
|
|
36
36
|
display: inline-flex;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
.Z6b--a_actionTrigger {
|
|
40
40
|
box-sizing: border-box;
|
|
41
41
|
justify-content: center;
|
|
42
42
|
align-items: center;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './Timer.css';
|
|
2
2
|
//#region src/components/timer/Timer.module.css
|
|
3
3
|
var Timer_module_default = {
|
|
4
|
-
"actionTrigger": "
|
|
5
|
-
"area": "
|
|
6
|
-
"control": "
|
|
7
|
-
"item": "
|
|
8
|
-
"root": "
|
|
9
|
-
"separator": "
|
|
4
|
+
"actionTrigger": "Z6b--a_actionTrigger",
|
|
5
|
+
"area": "Z6b--a_area",
|
|
6
|
+
"control": "Z6b--a_control",
|
|
7
|
+
"item": "Z6b--a_item",
|
|
8
|
+
"root": "Z6b--a_root",
|
|
9
|
+
"separator": "Z6b--a_separator"
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Timer_module_default as default };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.o69bxG_toaster {
|
|
3
3
|
z-index: var(--toast-z-index, var(--z-toast));
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.
|
|
6
|
+
.o69bxG_root {
|
|
7
7
|
--toast-trigger-bg-default: transparent;
|
|
8
8
|
--toast-trigger-bg-hover-default: var(--color-accent);
|
|
9
9
|
--toast-trigger-border-color-default: var(--color-border);
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.o69bxG_title {
|
|
73
73
|
align-items: center;
|
|
74
74
|
gap: var(--toast-title-gap, .5rem);
|
|
75
75
|
color: inherit;
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
display: flex;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.
|
|
83
|
+
.o69bxG_description {
|
|
84
84
|
color: var(--toast-description-color, var(--toast-description-color-default, var(--color-muted-foreground)));
|
|
85
85
|
font-size: var(--toast-description-font-size, var(--text-sm));
|
|
86
86
|
line-height: var(--toast-description-line-height, var(--line-height-text-sm));
|
|
87
87
|
margin: 0;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.
|
|
90
|
+
.o69bxG_actionTrigger {
|
|
91
91
|
justify-content: center;
|
|
92
92
|
align-items: center;
|
|
93
93
|
gap: var(--toast-action-gap, var(--spacing-2));
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
.o69bxG_closeTrigger {
|
|
127
127
|
--close-button-size: var(--toast-close-size, 28px);
|
|
128
128
|
--close-button-icon-size: var(--toast-close-icon-size, 12px);
|
|
129
129
|
--close-button-radius: var(--toast-close-radius, var(--radius-sm));
|
|
@@ -141,11 +141,11 @@
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
@media (width <= 40rem) {
|
|
144
|
-
.
|
|
144
|
+
.o69bxG_toaster {
|
|
145
145
|
width: 100%;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
.o69bxG_root {
|
|
149
149
|
width: calc(100% - (var(--gap) * 2));
|
|
150
150
|
max-width: none;
|
|
151
151
|
inset-inline: 0;
|