@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
|
+
.AJ5G3W_trigger, .AJ5G3W_contextTrigger {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
justify-content: center;
|
|
5
5
|
align-items: center;
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.AJ5G3W_contextTrigger {
|
|
49
49
|
width: var(--menu-context-trigger-width, 15rem);
|
|
50
50
|
min-height: var(--menu-context-trigger-height, 10rem);
|
|
51
51
|
border-style: var(--menu-context-trigger-border-style, dashed);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.
|
|
54
|
+
.AJ5G3W_triggerIcon, .AJ5G3W_indicator {
|
|
55
55
|
box-sizing: border-box;
|
|
56
56
|
width: var(--menu-trigger-icon-size, 1rem);
|
|
57
57
|
height: var(--menu-trigger-icon-size, 1rem);
|
|
@@ -62,19 +62,19 @@
|
|
|
62
62
|
display: inline-flex;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
.
|
|
65
|
+
.AJ5G3W_iconSvg {
|
|
66
66
|
width: 100%;
|
|
67
67
|
height: 100%;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.
|
|
70
|
+
.AJ5G3W_positioner {
|
|
71
71
|
z-index: var(--z-index);
|
|
72
72
|
width: var(--positioner-width, auto);
|
|
73
73
|
max-width: var(--available-width);
|
|
74
74
|
outline: 0;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.
|
|
77
|
+
.AJ5G3W_content {
|
|
78
78
|
--arrow-size: var(--menu-arrow-size, .625rem);
|
|
79
79
|
--arrow-background: var(--menu-popup-bg, var(--color-popover));
|
|
80
80
|
box-sizing: border-box;
|
|
@@ -97,27 +97,27 @@
|
|
|
97
97
|
overflow: auto;
|
|
98
98
|
|
|
99
99
|
&[data-state="open"] {
|
|
100
|
-
animation:
|
|
100
|
+
animation: AJ5G3W_menuContentIn var(--menu-transition, var(--transition-default));
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
&[data-state="closed"] {
|
|
104
|
-
animation:
|
|
104
|
+
animation: AJ5G3W_menuContentOut var(--menu-transition, var(--transition-default));
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
.AJ5G3W_arrow {
|
|
109
109
|
--arrow-background: var(--menu-popup-bg, var(--color-popover));
|
|
110
110
|
z-index: -1;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.
|
|
113
|
+
.AJ5G3W_arrowTip {
|
|
114
114
|
border-block-start: var(--menu-popup-border-width, var(--border-width-sm)) solid
|
|
115
115
|
var(--menu-arrow-stroke-color, var(--menu-popup-border-color, var(--color-border)));
|
|
116
116
|
border-inline-start: var(--menu-popup-border-width, var(--border-width-sm)) solid
|
|
117
117
|
var(--menu-arrow-stroke-color, var(--menu-popup-border-color, var(--color-border)));
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.
|
|
120
|
+
.AJ5G3W_item, .AJ5G3W_triggerItem, .AJ5G3W_radioItem, .AJ5G3W_checkboxItem {
|
|
121
121
|
box-sizing: border-box;
|
|
122
122
|
min-height: var(--menu-item-height, var(--popup-item-min-height, 2rem));
|
|
123
123
|
border-radius: var(--menu-item-radius, var(--radius-sm));
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.
|
|
179
|
+
.AJ5G3W_item {
|
|
180
180
|
align-items: center;
|
|
181
181
|
gap: var(--menu-item-gap, var(--spacing-2));
|
|
182
182
|
padding-block: var(--menu-item-padding-y, var(--popup-item-padding-y, .5rem));
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
display: flex;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
.
|
|
188
|
+
.AJ5G3W_triggerItem {
|
|
189
189
|
justify-content: space-between;
|
|
190
190
|
align-items: center;
|
|
191
191
|
gap: var(--menu-trigger-item-gap, var(--spacing-3));
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
display: flex;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
.
|
|
198
|
+
.AJ5G3W_triggerItemIcon {
|
|
199
199
|
box-sizing: border-box;
|
|
200
200
|
width: var(--menu-trigger-item-icon-size, .875rem);
|
|
201
201
|
height: var(--menu-trigger-item-icon-size, .875rem);
|
|
@@ -204,12 +204,12 @@
|
|
|
204
204
|
display: inline-flex;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
.AJ5G3W_itemGroup {
|
|
208
208
|
padding-block: var(--menu-group-padding-y, 0);
|
|
209
209
|
display: grid;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
.
|
|
212
|
+
.AJ5G3W_itemGroupLabel {
|
|
213
213
|
padding-block: var(--menu-group-label-padding-y, var(--popup-group-label-padding-y, .35rem));
|
|
214
214
|
padding-inline: var(--menu-group-label-padding-x-start, var(--popup-group-label-padding-x-start, .625rem))
|
|
215
215
|
var(--menu-group-label-padding-x-end, var(--popup-group-label-padding-x-end, .75rem));
|
|
@@ -221,11 +221,11 @@
|
|
|
221
221
|
margin: 0;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
.
|
|
224
|
+
.AJ5G3W_radioItemGroup {
|
|
225
225
|
display: grid;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.
|
|
228
|
+
.AJ5G3W_radioItem, .AJ5G3W_checkboxItem {
|
|
229
229
|
align-items: center;
|
|
230
230
|
gap: var(--menu-check-gap, var(--popup-check-gap, .5rem));
|
|
231
231
|
grid-template-columns: var(--menu-check-indicator-size, var(--popup-check-indicator-size, .75rem))
|
|
@@ -239,11 +239,11 @@
|
|
|
239
239
|
grid-template-columns: minmax(0, 1fr);
|
|
240
240
|
padding-inline-start: var(--menu-item-padding-x-start, var(--popup-item-padding-x-start, 1rem));
|
|
241
241
|
|
|
242
|
-
& > .
|
|
242
|
+
& > .AJ5G3W_itemIndicator {
|
|
243
243
|
display: none;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
& > .
|
|
246
|
+
& > .AJ5G3W_itemText {
|
|
247
247
|
grid-column-start: 1;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
@@ -252,25 +252,25 @@
|
|
|
252
252
|
grid-template-columns: minmax(0, 1fr)
|
|
253
253
|
var(--menu-check-indicator-size, var(--popup-check-indicator-size, .75rem));
|
|
254
254
|
|
|
255
|
-
& > .
|
|
255
|
+
& > .AJ5G3W_itemText {
|
|
256
256
|
grid-column-start: 1;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
& > .
|
|
259
|
+
& > .AJ5G3W_itemIndicator {
|
|
260
260
|
grid-column-start: 2;
|
|
261
261
|
justify-self: end;
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.
|
|
267
|
-
& > .
|
|
266
|
+
.AJ5G3W_checkboxItem[data-state="checked"] {
|
|
267
|
+
& > .AJ5G3W_itemIndicator {
|
|
268
268
|
background-color: var(--menu-checkbox-indicator-bg-checked, var(--menu-checkbox-indicator-bg, transparent));
|
|
269
269
|
border-color: var(--menu-checkbox-indicator-border-color-checked, var(--menu-checkbox-indicator-border-color, currentColor));
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
.
|
|
273
|
+
.AJ5G3W_itemIndicator {
|
|
274
274
|
width: var(--menu-check-indicator-size, var(--popup-check-indicator-size, .75rem));
|
|
275
275
|
height: var(--menu-check-indicator-size, var(--popup-check-indicator-size, .75rem));
|
|
276
276
|
border: var(--menu-checkbox-indicator-border-width, 0) solid
|
|
@@ -287,18 +287,18 @@
|
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
.
|
|
290
|
+
.AJ5G3W_itemIndicatorIcon {
|
|
291
291
|
width: 100%;
|
|
292
292
|
height: 100%;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.
|
|
295
|
+
.AJ5G3W_itemText {
|
|
296
296
|
grid-column-start: 2;
|
|
297
297
|
min-width: 0;
|
|
298
298
|
overflow: hidden;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
.
|
|
301
|
+
.AJ5G3W_itemTextContent {
|
|
302
302
|
align-items: center;
|
|
303
303
|
gap: var(--menu-item-text-content-gap, var(--spacing-2));
|
|
304
304
|
vertical-align: top;
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
display: inline-flex;
|
|
308
308
|
}
|
|
309
309
|
|
|
310
|
-
.
|
|
310
|
+
.AJ5G3W_itemTextIcon {
|
|
311
311
|
width: var(--menu-item-text-icon-size, 1rem);
|
|
312
312
|
height: var(--menu-item-text-icon-size, 1rem);
|
|
313
313
|
color: var(--menu-item-text-icon-color, currentColor);
|
|
@@ -317,14 +317,14 @@
|
|
|
317
317
|
display: inline-flex;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
.
|
|
320
|
+
.AJ5G3W_itemTextLabel {
|
|
321
321
|
text-overflow: ellipsis;
|
|
322
322
|
white-space: nowrap;
|
|
323
323
|
min-width: 0;
|
|
324
324
|
overflow: hidden;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
.
|
|
327
|
+
.AJ5G3W_itemShortcut {
|
|
328
328
|
color: var(--menu-item-shortcut-color, var(--color-muted-foreground));
|
|
329
329
|
font-size: var(--menu-item-shortcut-font-size, var(--text-xs));
|
|
330
330
|
line-height: var(--menu-item-shortcut-line-height, var(--line-height-text-xs));
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
padding-inline-start: var(--menu-item-shortcut-padding-x-start, var(--spacing-4));
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
.
|
|
336
|
+
.AJ5G3W_separator {
|
|
337
337
|
box-sizing: border-box;
|
|
338
338
|
height: var(--menu-separator-height, var(--border-width-sm));
|
|
339
339
|
margin-block: var(--menu-separator-margin-y, var(--popup-separator-margin-y, .375rem));
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
border: 0;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
@keyframes
|
|
346
|
+
@keyframes AJ5G3W_menuContentIn {
|
|
347
347
|
from {
|
|
348
348
|
opacity: var(--menu-popup-starting-opacity, 0);
|
|
349
349
|
translate: var(--menu-popup-starting-translate-x, 0) var(--menu-popup-starting-translate-y, 0);
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
@keyframes
|
|
359
|
+
@keyframes AJ5G3W_menuContentOut {
|
|
360
360
|
from {
|
|
361
361
|
opacity: 1;
|
|
362
362
|
transform: scale(1);
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import './Menu.css';
|
|
2
2
|
//#region src/components/menu/Menu.module.css
|
|
3
3
|
var Menu_module_default = {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrowTip": "
|
|
6
|
-
"checkboxItem": "
|
|
7
|
-
"content": "
|
|
8
|
-
"contextTrigger": "
|
|
9
|
-
"iconSvg": "
|
|
10
|
-
"indicator": "
|
|
11
|
-
"item": "
|
|
12
|
-
"itemGroup": "
|
|
13
|
-
"itemGroupLabel": "
|
|
14
|
-
"itemIndicator": "
|
|
15
|
-
"itemIndicatorIcon": "
|
|
16
|
-
"itemShortcut": "
|
|
17
|
-
"itemText": "
|
|
18
|
-
"itemTextContent": "
|
|
19
|
-
"itemTextIcon": "
|
|
20
|
-
"itemTextLabel": "
|
|
21
|
-
"menuContentIn": "
|
|
22
|
-
"menuContentOut": "
|
|
23
|
-
"positioner": "
|
|
24
|
-
"radioItem": "
|
|
25
|
-
"radioItemGroup": "
|
|
26
|
-
"separator": "
|
|
27
|
-
"trigger": "
|
|
28
|
-
"triggerIcon": "
|
|
29
|
-
"triggerItem": "
|
|
30
|
-
"triggerItemIcon": "
|
|
4
|
+
"arrow": "AJ5G3W_arrow",
|
|
5
|
+
"arrowTip": "AJ5G3W_arrowTip",
|
|
6
|
+
"checkboxItem": "AJ5G3W_checkboxItem",
|
|
7
|
+
"content": "AJ5G3W_content",
|
|
8
|
+
"contextTrigger": "AJ5G3W_contextTrigger",
|
|
9
|
+
"iconSvg": "AJ5G3W_iconSvg",
|
|
10
|
+
"indicator": "AJ5G3W_indicator",
|
|
11
|
+
"item": "AJ5G3W_item",
|
|
12
|
+
"itemGroup": "AJ5G3W_itemGroup",
|
|
13
|
+
"itemGroupLabel": "AJ5G3W_itemGroupLabel",
|
|
14
|
+
"itemIndicator": "AJ5G3W_itemIndicator",
|
|
15
|
+
"itemIndicatorIcon": "AJ5G3W_itemIndicatorIcon",
|
|
16
|
+
"itemShortcut": "AJ5G3W_itemShortcut",
|
|
17
|
+
"itemText": "AJ5G3W_itemText",
|
|
18
|
+
"itemTextContent": "AJ5G3W_itemTextContent",
|
|
19
|
+
"itemTextIcon": "AJ5G3W_itemTextIcon",
|
|
20
|
+
"itemTextLabel": "AJ5G3W_itemTextLabel",
|
|
21
|
+
"menuContentIn": "AJ5G3W_menuContentIn",
|
|
22
|
+
"menuContentOut": "AJ5G3W_menuContentOut",
|
|
23
|
+
"positioner": "AJ5G3W_positioner",
|
|
24
|
+
"radioItem": "AJ5G3W_radioItem",
|
|
25
|
+
"radioItemGroup": "AJ5G3W_radioItemGroup",
|
|
26
|
+
"separator": "AJ5G3W_separator",
|
|
27
|
+
"trigger": "AJ5G3W_trigger",
|
|
28
|
+
"triggerIcon": "AJ5G3W_triggerIcon",
|
|
29
|
+
"triggerItem": "AJ5G3W_triggerItem",
|
|
30
|
+
"triggerItemIcon": "AJ5G3W_triggerItemIcon"
|
|
31
31
|
};
|
|
32
32
|
//#endregion
|
|
33
33
|
export { Menu_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.mei8Eq_control {
|
|
3
3
|
width: fit-content;
|
|
4
4
|
min-width: 0;
|
|
5
5
|
max-width: 100%;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
position: relative;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.
|
|
10
|
+
.mei8Eq_root {
|
|
11
11
|
box-sizing: border-box;
|
|
12
12
|
width: var(--select-width, 14rem);
|
|
13
13
|
max-width: var(--select-max-width, 100%);
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.mei8Eq_indicator {
|
|
73
73
|
top: 50%;
|
|
74
74
|
width: var(--select-action-size, var(--spacing-6));
|
|
75
75
|
height: var(--select-action-size, var(--spacing-6));
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.
|
|
97
|
+
.mei8Eq_root:is([data-disabled], :disabled) + .mei8Eq_indicator {
|
|
98
98
|
opacity: var(--select-disabled-opacity, var(--opacity-disabled));
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.
|
|
101
|
+
.mei8Eq_root:is([multiple], [size]:not([size="1"])) + .mei8Eq_indicator {
|
|
102
102
|
display: none;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './NativeSelect.css';
|
|
2
2
|
//#region src/components/native-select/NativeSelect.module.css
|
|
3
3
|
var NativeSelect_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"indicator": "
|
|
6
|
-
"root": "
|
|
4
|
+
"control": "mei8Eq_control",
|
|
5
|
+
"indicator": "mei8Eq_indicator",
|
|
6
|
+
"root": "mei8Eq_root"
|
|
7
7
|
};
|
|
8
8
|
//#endregion
|
|
9
9
|
export { NativeSelect_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.ZjEX8G_root {
|
|
3
3
|
align-items: flex-start;
|
|
4
4
|
gap: var(--number-input-gap, var(--spacing-1));
|
|
5
5
|
width: var(--number-input-width, auto);
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.ZjEX8G_label {
|
|
16
16
|
color: var(--number-input-label-color, var(--color-foreground));
|
|
17
17
|
font-size: var(--number-input-label-font-size, var(--text-sm));
|
|
18
18
|
line-height: var(--number-input-label-line-height, var(--line-height-text-sm));
|
|
19
19
|
font-weight: var(--number-input-label-font-weight, var(--weight-medium));
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.ZjEX8G_scrubber {
|
|
23
23
|
align-items: center;
|
|
24
24
|
gap: var(--number-input-scrubber-gap, var(--spacing-2));
|
|
25
25
|
color: var(--number-input-scrubber-color, var(--color-foreground));
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
.ZjEX8G_control {
|
|
37
37
|
align-items: stretch;
|
|
38
38
|
display: inline-flex;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.
|
|
41
|
+
.ZjEX8G_decrementTrigger, .ZjEX8G_incrementTrigger {
|
|
42
42
|
--_number-input-focus-ring-width: var(--number-input-focus-ring-width, var(--number-input-border-width, var(--border-width-sm)));
|
|
43
43
|
box-sizing: border-box;
|
|
44
44
|
width: var(--number-input-control-height, var(--size-lg));
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
pointer-events: none;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
&[data-invalid], .
|
|
86
|
+
&[data-invalid], .ZjEX8G_root[data-invalid] & {
|
|
87
87
|
border-color: var(--number-input-border-color-invalid, var(--color-destructive));
|
|
88
88
|
}
|
|
89
89
|
|
|
@@ -94,19 +94,19 @@
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.
|
|
97
|
+
.ZjEX8G_decrementTrigger {
|
|
98
98
|
border-radius: var(--number-input-radius, var(--radius-md)) 0 0
|
|
99
99
|
var(--number-input-radius, var(--radius-md));
|
|
100
100
|
border-right: 0;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.
|
|
103
|
+
.ZjEX8G_incrementTrigger {
|
|
104
104
|
border-radius: 0 var(--number-input-radius, var(--radius-md))
|
|
105
105
|
var(--number-input-radius, var(--radius-md)) 0;
|
|
106
106
|
border-left: 0;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
.ZjEX8G_input {
|
|
110
110
|
--_number-input-focus-ring-width: var(--number-input-focus-ring-width, var(--number-input-border-width, var(--border-width-sm)));
|
|
111
111
|
box-sizing: border-box;
|
|
112
112
|
width: var(--number-input-input-width, 6rem);
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
z-index: 1;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
&[data-invalid], .
|
|
142
|
+
&[data-invalid], .ZjEX8G_root[data-invalid] & {
|
|
143
143
|
border-top-color: var(--number-input-border-color-invalid, var(--color-destructive));
|
|
144
144
|
border-bottom-color: var(--number-input-border-color-invalid, var(--color-destructive));
|
|
145
145
|
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
.
|
|
156
|
+
.ZjEX8G_valueText {
|
|
157
157
|
color: var(--number-input-value-text-color, var(--color-muted-foreground));
|
|
158
158
|
font-size: var(--number-input-value-text-font-size, var(--text-sm));
|
|
159
159
|
line-height: var(--number-input-value-text-line-height, var(--line-height-text-sm));
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import './NumberInput.css';
|
|
2
2
|
//#region src/components/number-input/NumberInput.module.css
|
|
3
3
|
var NumberInput_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"decrementTrigger": "
|
|
6
|
-
"incrementTrigger": "
|
|
7
|
-
"input": "
|
|
8
|
-
"label": "
|
|
9
|
-
"root": "
|
|
10
|
-
"scrubber": "
|
|
11
|
-
"valueText": "
|
|
4
|
+
"control": "ZjEX8G_control",
|
|
5
|
+
"decrementTrigger": "ZjEX8G_decrementTrigger",
|
|
6
|
+
"incrementTrigger": "ZjEX8G_incrementTrigger",
|
|
7
|
+
"input": "ZjEX8G_input",
|
|
8
|
+
"label": "ZjEX8G_label",
|
|
9
|
+
"root": "ZjEX8G_root",
|
|
10
|
+
"scrubber": "ZjEX8G_scrubber",
|
|
11
|
+
"valueText": "ZjEX8G_valueText"
|
|
12
12
|
};
|
|
13
13
|
//#endregion
|
|
14
14
|
export { NumberInput_module_default as default };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.djsvna_root {
|
|
3
3
|
align-items: center;
|
|
4
4
|
gap: var(--pagination-gap, var(--spacing-1));
|
|
5
5
|
color: var(--pagination-color, var(--color-foreground));
|
|
6
6
|
display: inline-flex;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.djsvna_item, .djsvna_trigger, .djsvna_ellipsis {
|
|
10
10
|
box-sizing: border-box;
|
|
11
11
|
min-width: var(--pagination-item-size, var(--size-lg));
|
|
12
12
|
height: var(--pagination-item-size, var(--size-lg));
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
display: inline-flex;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
.djsvna_item, .djsvna_trigger {
|
|
24
24
|
cursor: pointer;
|
|
25
25
|
gap: var(--pagination-trigger-gap, var(--spacing-2));
|
|
26
26
|
border: var(--pagination-item-border-width, var(--border-width-sm)) solid
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.
|
|
64
|
+
.djsvna_item[data-selected] {
|
|
65
65
|
border-color: var(--pagination-item-border-color-selected, var(--color-foreground));
|
|
66
66
|
background-color: var(--pagination-item-bg-selected, var(--color-foreground));
|
|
67
67
|
color: var(--pagination-item-color-selected, var(--color-background));
|
|
@@ -73,21 +73,21 @@
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
.djsvna_trigger {
|
|
77
77
|
padding-inline: max(var(--pagination-item-padding-inline, .75rem), var(--spacing-3));
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.
|
|
80
|
+
.djsvna_iconTrigger {
|
|
81
81
|
width: var(--pagination-item-size, var(--size-lg));
|
|
82
82
|
padding-inline: 0;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.
|
|
85
|
+
.djsvna_ellipsis {
|
|
86
86
|
color: var(--pagination-ellipsis-color, var(--color-muted-foreground));
|
|
87
87
|
user-select: none;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.
|
|
90
|
+
.djsvna_edgeIcon {
|
|
91
91
|
justify-content: center;
|
|
92
92
|
align-items: center;
|
|
93
93
|
display: inline-flex;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './Pagination.css';
|
|
2
2
|
//#region src/components/pagination/Pagination.module.css
|
|
3
3
|
var Pagination_module_default = {
|
|
4
|
-
"edgeIcon": "
|
|
5
|
-
"ellipsis": "
|
|
6
|
-
"iconTrigger": "
|
|
7
|
-
"item": "
|
|
8
|
-
"root": "
|
|
9
|
-
"trigger": "
|
|
4
|
+
"edgeIcon": "djsvna_edgeIcon",
|
|
5
|
+
"ellipsis": "djsvna_ellipsis",
|
|
6
|
+
"iconTrigger": "djsvna_iconTrigger",
|
|
7
|
+
"item": "djsvna_item",
|
|
8
|
+
"root": "djsvna_root",
|
|
9
|
+
"trigger": "djsvna_trigger"
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Pagination_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._8wEG0G_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
gap: var(--password-input-gap, var(--field-gap, var(--spacing-1)));
|
|
5
5
|
width: var(--password-input-width, 100%);
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
._8wEG0G_label {
|
|
17
17
|
align-items: center;
|
|
18
18
|
gap: var(--password-input-label-gap, var(--field-label-gap, var(--spacing-1)));
|
|
19
19
|
color: var(--password-input-label-color, var(--field-label-color, var(--color-foreground)));
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
._8wEG0G_control {
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
width: 100%;
|
|
33
33
|
min-height: var(--password-input-height, var(--input-height, var(--input-height-md, var(--size-lg))));
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.
|
|
71
|
+
._8wEG0G_input {
|
|
72
72
|
box-sizing: border-box;
|
|
73
73
|
min-width: 0;
|
|
74
74
|
min-height: 0;
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.
|
|
103
|
+
._8wEG0G_visibilityTrigger {
|
|
104
104
|
width: var(--password-input-trigger-size, var(--button-size-sm, var(--size-sm)));
|
|
105
105
|
min-width: var(--password-input-trigger-size, var(--button-size-sm, var(--size-sm)));
|
|
106
106
|
height: var(--password-input-trigger-size, var(--button-size-sm, var(--size-sm)));
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
._8wEG0G_indicator {
|
|
138
138
|
padding: var(--password-input-trigger-visual-padding, var(--spacing-1));
|
|
139
139
|
border-radius: var(--password-input-trigger-radius, var(--radius-sm));
|
|
140
140
|
transition: background-color var(--input-transition, var(--transition-default)),
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
.
|
|
152
|
+
._8wEG0G_visibilityTrigger:hover ._8wEG0G_indicator, ._8wEG0G_visibilityTrigger:focus-visible ._8wEG0G_indicator {
|
|
153
153
|
background: var(--password-input-trigger-hover-bg, var(--color-muted));
|
|
154
154
|
}
|
|
155
155
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './PasswordInput.css';
|
|
2
2
|
//#region src/components/password-input/PasswordInput.module.css
|
|
3
3
|
var PasswordInput_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"indicator": "
|
|
6
|
-
"input": "
|
|
7
|
-
"label": "
|
|
8
|
-
"root": "
|
|
9
|
-
"visibilityTrigger": "
|
|
4
|
+
"control": "_8wEG0G_control",
|
|
5
|
+
"indicator": "_8wEG0G_indicator",
|
|
6
|
+
"input": "_8wEG0G_input",
|
|
7
|
+
"label": "_8wEG0G_label",
|
|
8
|
+
"root": "_8wEG0G_root",
|
|
9
|
+
"visibilityTrigger": "_8wEG0G_visibilityTrigger"
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
export { PasswordInput_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.d_HHPW_root {
|
|
3
3
|
align-items: flex-start;
|
|
4
4
|
gap: var(--pin-input-root-gap, var(--spacing-2));
|
|
5
5
|
width: var(--pin-input-width, auto);
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.d_HHPW_label {
|
|
16
16
|
color: var(--pin-input-label-color, var(--color-foreground));
|
|
17
17
|
font-size: var(--pin-input-label-font-size, var(--text-sm));
|
|
18
18
|
font-weight: var(--pin-input-label-font-weight, var(--weight-medium));
|
|
19
19
|
line-height: var(--pin-input-label-line-height, var(--line-height-text-sm));
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.d_HHPW_control {
|
|
23
23
|
align-items: center;
|
|
24
24
|
gap: var(--pin-input-gap, var(--spacing-2));
|
|
25
25
|
display: inline-flex;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.d_HHPW_input {
|
|
29
29
|
box-sizing: border-box;
|
|
30
30
|
width: var(--pin-input-input-width, var(--pin-input-input-size, 2.5rem));
|
|
31
31
|
height: var(--pin-input-input-height, var(--pin-input-input-size, 2.5rem));
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
79
|
+
.d_HHPW_separator {
|
|
80
80
|
width: var(--pin-input-separator-width, var(--pin-input-separator-size, 1rem));
|
|
81
81
|
height: var(--pin-input-separator-height, var(--pin-input-separator-size, 1rem));
|
|
82
82
|
color: var(--pin-input-separator-color, var(--color-muted-foreground));
|