@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,33 +1,33 @@
|
|
|
1
1
|
import './ColorPicker.css';
|
|
2
2
|
//#region src/components/color-picker/ColorPicker.module.css
|
|
3
3
|
var ColorPicker_module_default = {
|
|
4
|
-
"area": "
|
|
5
|
-
"areaBackground": "
|
|
6
|
-
"channelInput": "
|
|
7
|
-
"channelSlider": "
|
|
8
|
-
"channelSliderLabel": "
|
|
9
|
-
"channelSliderTrack": "
|
|
10
|
-
"channelSliderValueText": "
|
|
11
|
-
"color-picker-content-closed": "
|
|
12
|
-
"color-picker-content-open": "
|
|
13
|
-
"content": "
|
|
14
|
-
"control": "
|
|
15
|
-
"eyeDropperTrigger": "
|
|
16
|
-
"formatSelect": "
|
|
17
|
-
"formatTrigger": "
|
|
18
|
-
"label": "
|
|
19
|
-
"positioner": "
|
|
20
|
-
"root": "
|
|
21
|
-
"swatch": "
|
|
22
|
-
"swatchGroup": "
|
|
23
|
-
"swatchIndicator": "
|
|
24
|
-
"swatchTrigger": "
|
|
25
|
-
"thumb": "
|
|
26
|
-
"transparencyGrid": "
|
|
27
|
-
"trigger": "
|
|
28
|
-
"valueSwatch": "
|
|
29
|
-
"valueText": "
|
|
30
|
-
"view": "
|
|
4
|
+
"area": "kgcaIq_area",
|
|
5
|
+
"areaBackground": "kgcaIq_areaBackground",
|
|
6
|
+
"channelInput": "kgcaIq_channelInput",
|
|
7
|
+
"channelSlider": "kgcaIq_channelSlider",
|
|
8
|
+
"channelSliderLabel": "kgcaIq_channelSliderLabel",
|
|
9
|
+
"channelSliderTrack": "kgcaIq_channelSliderTrack",
|
|
10
|
+
"channelSliderValueText": "kgcaIq_channelSliderValueText",
|
|
11
|
+
"color-picker-content-closed": "kgcaIq_color-picker-content-closed",
|
|
12
|
+
"color-picker-content-open": "kgcaIq_color-picker-content-open",
|
|
13
|
+
"content": "kgcaIq_content",
|
|
14
|
+
"control": "kgcaIq_control",
|
|
15
|
+
"eyeDropperTrigger": "kgcaIq_eyeDropperTrigger",
|
|
16
|
+
"formatSelect": "kgcaIq_formatSelect",
|
|
17
|
+
"formatTrigger": "kgcaIq_formatTrigger",
|
|
18
|
+
"label": "kgcaIq_label",
|
|
19
|
+
"positioner": "kgcaIq_positioner",
|
|
20
|
+
"root": "kgcaIq_root",
|
|
21
|
+
"swatch": "kgcaIq_swatch",
|
|
22
|
+
"swatchGroup": "kgcaIq_swatchGroup",
|
|
23
|
+
"swatchIndicator": "kgcaIq_swatchIndicator",
|
|
24
|
+
"swatchTrigger": "kgcaIq_swatchTrigger",
|
|
25
|
+
"thumb": "kgcaIq_thumb",
|
|
26
|
+
"transparencyGrid": "kgcaIq_transparencyGrid",
|
|
27
|
+
"trigger": "kgcaIq_trigger",
|
|
28
|
+
"valueSwatch": "kgcaIq_valueSwatch",
|
|
29
|
+
"valueText": "kgcaIq_valueText",
|
|
30
|
+
"view": "kgcaIq_view"
|
|
31
31
|
};
|
|
32
32
|
//#endregion
|
|
33
33
|
export { ColorPicker_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
@keyframes
|
|
2
|
+
@keyframes mcW7mG_combobox-content-open {
|
|
3
3
|
from {
|
|
4
4
|
opacity: var(--combobox-content-closed-opacity, 0);
|
|
5
5
|
transform: scale(var(--combobox-content-closed-scale, var(--scale-popup)));
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
@keyframes
|
|
14
|
+
@keyframes mcW7mG_combobox-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
|
+
.mcW7mG_root {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
width: var(--combobox-width, 16rem);
|
|
29
29
|
max-width: var(--combobox-max-width, 100%);
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
display: flex;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.
|
|
37
|
+
.mcW7mG_label {
|
|
38
38
|
color: var(--combobox-label-color, var(--combobox-color, var(--color-foreground)));
|
|
39
39
|
font-size: var(--combobox-label-font-size, var(--text-sm));
|
|
40
40
|
font-weight: var(--combobox-label-font-weight, var(--weight-medium));
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
.mcW7mG_control {
|
|
52
52
|
border: var(--combobox-border-width, var(--border-width-sm)) solid
|
|
53
53
|
var(--combobox-border-color, var(--color-border));
|
|
54
54
|
border-radius: var(--combobox-radius, var(--radius-md));
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
|
|
88
88
|
&:not([data-disabled]) {
|
|
89
89
|
@media (hover: hover) {
|
|
90
|
-
&:hover:not(:has(.
|
|
90
|
+
&:hover:not(:has(.mcW7mG_clearTrigger:hover)) {
|
|
91
91
|
background-color: var(--combobox-bg-hover, var(--color-accent));
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.
|
|
97
|
+
.mcW7mG_input {
|
|
98
98
|
box-sizing: border-box;
|
|
99
99
|
width: 100%;
|
|
100
100
|
min-width: 0;
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.
|
|
117
|
+
.mcW7mG_trigger, .mcW7mG_clearTrigger {
|
|
118
118
|
box-sizing: border-box;
|
|
119
119
|
width: var(--combobox-action-size, 1.5rem);
|
|
120
120
|
height: var(--combobox-action-size, 1.5rem);
|
|
@@ -163,21 +163,21 @@
|
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.
|
|
166
|
+
.mcW7mG_trigger {
|
|
167
167
|
right: var(--combobox-action-offset-right, .5rem);
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.
|
|
170
|
+
.mcW7mG_clearTrigger {
|
|
171
171
|
right: calc(var(--combobox-action-offset-right, .5rem) + var(--combobox-action-size, 1.5rem) +
|
|
172
172
|
var(--combobox-action-gap, .125rem));
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.mcW7mG_positioner {
|
|
176
176
|
z-index: var(--z-index);
|
|
177
177
|
outline: 0;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.
|
|
180
|
+
.mcW7mG_content {
|
|
181
181
|
box-sizing: border-box;
|
|
182
182
|
z-index: calc(var(--z-popup) + var(--layer-index, 0));
|
|
183
183
|
min-width: var(--reference-width);
|
|
@@ -199,15 +199,15 @@
|
|
|
199
199
|
overflow: auto;
|
|
200
200
|
|
|
201
201
|
&[data-state="open"] {
|
|
202
|
-
animation:
|
|
202
|
+
animation: mcW7mG_combobox-content-open var(--combobox-transition, var(--transition-default));
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
&[data-state="closed"] {
|
|
206
|
-
animation:
|
|
206
|
+
animation: mcW7mG_combobox-content-closed var(--combobox-transition, var(--transition-default));
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
.
|
|
210
|
+
.mcW7mG_list {
|
|
211
211
|
overscroll-behavior: contain;
|
|
212
212
|
min-height: 0;
|
|
213
213
|
scroll-padding-block: var(--combobox-content-padding-y, var(--spacing-1));
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
.
|
|
224
|
+
.mcW7mG_empty {
|
|
225
225
|
padding-block: var(--combobox-empty-padding-y, .75rem);
|
|
226
226
|
padding-inline: var(--combobox-empty-padding-x, 1rem);
|
|
227
227
|
color: var(--combobox-empty-color, var(--color-muted-foreground));
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
line-height: var(--combobox-empty-line-height, var(--line-height-text-sm));
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
.
|
|
232
|
+
.mcW7mG_itemGroup {
|
|
233
233
|
flex-direction: column;
|
|
234
234
|
display: flex;
|
|
235
235
|
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
.
|
|
241
|
+
.mcW7mG_itemGroupLabel {
|
|
242
242
|
z-index: 1;
|
|
243
243
|
padding-block: var(--combobox-item-group-label-padding-y, .35rem);
|
|
244
244
|
padding-inline: var(--combobox-item-group-label-padding-x, .625rem);
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
top: 0;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
.
|
|
254
|
+
.mcW7mG_item {
|
|
255
255
|
box-sizing: border-box;
|
|
256
256
|
width: calc(100% - var(--combobox-item-inset-x, var(--spacing-2)));
|
|
257
257
|
min-height: var(--combobox-item-min-height, 2rem);
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
.
|
|
294
|
+
.mcW7mG_itemText {
|
|
295
295
|
text-overflow: ellipsis;
|
|
296
296
|
white-space: nowrap;
|
|
297
297
|
flex: 1;
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
overflow: hidden;
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
.
|
|
302
|
+
.mcW7mG_itemIndicator {
|
|
303
303
|
width: var(--combobox-item-indicator-size, .75rem);
|
|
304
304
|
height: var(--combobox-item-indicator-size, .75rem);
|
|
305
305
|
flex-shrink: 0;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import './Combobox.css';
|
|
2
2
|
//#region src/components/combobox/Combobox.module.css
|
|
3
3
|
var Combobox_module_default = {
|
|
4
|
-
"clearTrigger": "
|
|
5
|
-
"combobox-content-closed": "
|
|
6
|
-
"combobox-content-open": "
|
|
7
|
-
"content": "
|
|
8
|
-
"control": "
|
|
9
|
-
"empty": "
|
|
10
|
-
"input": "
|
|
11
|
-
"item": "
|
|
12
|
-
"itemGroup": "
|
|
13
|
-
"itemGroupLabel": "
|
|
14
|
-
"itemIndicator": "
|
|
15
|
-
"itemText": "
|
|
16
|
-
"label": "
|
|
17
|
-
"list": "
|
|
18
|
-
"positioner": "
|
|
19
|
-
"root": "
|
|
20
|
-
"trigger": "
|
|
4
|
+
"clearTrigger": "mcW7mG_clearTrigger",
|
|
5
|
+
"combobox-content-closed": "mcW7mG_combobox-content-closed",
|
|
6
|
+
"combobox-content-open": "mcW7mG_combobox-content-open",
|
|
7
|
+
"content": "mcW7mG_content",
|
|
8
|
+
"control": "mcW7mG_control",
|
|
9
|
+
"empty": "mcW7mG_empty",
|
|
10
|
+
"input": "mcW7mG_input",
|
|
11
|
+
"item": "mcW7mG_item",
|
|
12
|
+
"itemGroup": "mcW7mG_itemGroup",
|
|
13
|
+
"itemGroupLabel": "mcW7mG_itemGroupLabel",
|
|
14
|
+
"itemIndicator": "mcW7mG_itemIndicator",
|
|
15
|
+
"itemText": "mcW7mG_itemText",
|
|
16
|
+
"label": "mcW7mG_label",
|
|
17
|
+
"list": "mcW7mG_list",
|
|
18
|
+
"positioner": "mcW7mG_positioner",
|
|
19
|
+
"root": "mcW7mG_root",
|
|
20
|
+
"trigger": "mcW7mG_trigger"
|
|
21
21
|
};
|
|
22
22
|
//#endregion
|
|
23
23
|
export { Combobox_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._4OfG0a_trigger {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
justify-content: center;
|
|
5
5
|
align-items: center;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
._4OfG0a_backdrop {
|
|
40
40
|
z-index: var(--z-backdrop);
|
|
41
41
|
background-color: var(--command-palette-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
|
|
42
42
|
min-height: 100dvh;
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
inset: 0;
|
|
46
46
|
|
|
47
47
|
&[data-state="open"] {
|
|
48
|
-
animation:
|
|
48
|
+
animation: _4OfG0a_command-palette-backdrop-in
|
|
49
49
|
var(--command-palette-backdrop-transition, var(--transition-default));
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
&[data-state="closed"] {
|
|
53
|
-
animation:
|
|
53
|
+
animation: _4OfG0a_command-palette-backdrop-out
|
|
54
54
|
var(--command-palette-backdrop-transition, var(--transition-default));
|
|
55
55
|
animation-fill-mode: forwards;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
._4OfG0a_positioner {
|
|
60
60
|
box-sizing: border-box;
|
|
61
61
|
z-index: var(--z-modal);
|
|
62
62
|
overscroll-behavior: contain;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
overflow: hidden;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.
|
|
71
|
+
._4OfG0a_content {
|
|
72
72
|
--command-palette-close-icon-size-effective: var(--command-palette-close-icon-size, var(--command-palette-clear-size, var(--size-sm)));
|
|
73
73
|
--command-palette-close-offset-effective: var(--command-palette-close-offset, var(--spacing-3));
|
|
74
74
|
--command-palette-header-padding-inline-end-effective: var(--command-palette-header-padding-inline-end, calc(var(--command-palette-header-padding-x, var(--spacing-4)) +
|
|
@@ -94,18 +94,18 @@
|
|
|
94
94
|
overflow: hidden;
|
|
95
95
|
|
|
96
96
|
&[data-state="open"] {
|
|
97
|
-
animation:
|
|
97
|
+
animation: _4OfG0a_command-palette-content-in
|
|
98
98
|
var(--command-palette-transition, var(--transition-default));
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
&[data-state="closed"] {
|
|
102
|
-
animation:
|
|
102
|
+
animation: _4OfG0a_command-palette-content-out
|
|
103
103
|
var(--command-palette-transition, var(--transition-default));
|
|
104
104
|
animation-fill-mode: forwards;
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
._4OfG0a_header {
|
|
109
109
|
gap: var(--command-palette-header-gap, var(--spacing-1));
|
|
110
110
|
padding: var(--command-palette-header-padding-y, var(--spacing-4))
|
|
111
111
|
var(--command-palette-header-padding-x, var(--spacing-4)) 0;
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
display: grid;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
.
|
|
116
|
+
._4OfG0a_title {
|
|
117
117
|
color: var(--command-palette-title-color, var(--command-palette-color, var(--color-popover-foreground)));
|
|
118
118
|
font-size: var(--command-palette-title-font-size, var(--text-md));
|
|
119
119
|
font-weight: var(--command-palette-title-font-weight, var(--weight-semibold));
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
margin: 0;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.
|
|
124
|
+
._4OfG0a_description {
|
|
125
125
|
color: var(--command-palette-description-color, var(--color-muted-foreground));
|
|
126
126
|
font-size: var(--command-palette-description-font-size, var(--text-sm));
|
|
127
127
|
line-height: var(--command-palette-description-line-height, var(--line-height-text-sm));
|
|
128
128
|
margin: 0;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
._4OfG0a_closeTrigger, ._4OfG0a_clearTrigger {
|
|
132
132
|
box-sizing: border-box;
|
|
133
133
|
width: var(--command-palette-clear-size, var(--size-sm));
|
|
134
134
|
height: var(--command-palette-clear-size, var(--size-sm));
|
|
@@ -160,14 +160,14 @@
|
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
.
|
|
163
|
+
._4OfG0a_closeTrigger {
|
|
164
164
|
top: var(--command-palette-close-offset-effective);
|
|
165
165
|
right: var(--command-palette-close-offset-effective);
|
|
166
166
|
z-index: 1;
|
|
167
167
|
position: absolute;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.
|
|
170
|
+
._4OfG0a_closeIcon {
|
|
171
171
|
--close-button-size: var(--command-palette-close-icon-size-effective);
|
|
172
172
|
--close-button-radius: var(--command-palette-close-icon-radius, var(--command-palette-clear-radius, var(--radius-md)));
|
|
173
173
|
--close-button-icon-size: var(--command-palette-close-icon-glyph-size, var(--command-palette-icon-size, 1rem));
|
|
@@ -182,19 +182,19 @@
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
185
|
+
._4OfG0a_body {
|
|
186
186
|
flex-direction: column;
|
|
187
187
|
flex: auto;
|
|
188
188
|
min-height: 0;
|
|
189
189
|
display: flex;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
._4OfG0a_iconSvg {
|
|
193
193
|
width: var(--command-palette-icon-size, 1rem);
|
|
194
194
|
height: var(--command-palette-icon-size, 1rem);
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.
|
|
197
|
+
._4OfG0a_combobox {
|
|
198
198
|
flex-direction: column;
|
|
199
199
|
flex: auto;
|
|
200
200
|
min-height: 0;
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
overflow: hidden;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.
|
|
205
|
+
._4OfG0a_control {
|
|
206
206
|
box-sizing: border-box;
|
|
207
207
|
align-items: center;
|
|
208
208
|
gap: var(--command-palette-input-gap, var(--spacing-2));
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
position: relative;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.
|
|
219
|
+
._4OfG0a_input {
|
|
220
220
|
box-sizing: border-box;
|
|
221
221
|
width: 100%;
|
|
222
222
|
min-width: 0;
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
.
|
|
243
|
+
._4OfG0a_empty {
|
|
244
244
|
margin: 0;
|
|
245
245
|
padding: 0;
|
|
246
246
|
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.
|
|
256
|
+
._4OfG0a_list {
|
|
257
257
|
box-sizing: border-box;
|
|
258
258
|
outline: 0;
|
|
259
259
|
flex: auto;
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
overflow: hidden;
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
.
|
|
265
|
+
._4OfG0a_scrollArea {
|
|
266
266
|
--scroll-area-radius: 0;
|
|
267
267
|
--scroll-area-scrollbar-margin: var(--command-palette-scrollbar-margin, var(--spacing-1));
|
|
268
268
|
--scroll-area-scrollbar-size: var(--command-palette-scrollbar-size, .375rem);
|
|
@@ -279,23 +279,23 @@
|
|
|
279
279
|
flex: auto;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
.
|
|
282
|
+
._4OfG0a_scrollViewport {
|
|
283
283
|
scroll-padding-block: var(--command-palette-list-scroll-padding-y, var(--spacing-2));
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
.
|
|
286
|
+
._4OfG0a_scrollContent {
|
|
287
287
|
min-height: 100%;
|
|
288
288
|
|
|
289
|
-
.
|
|
289
|
+
._4OfG0a_list[data-empty] & {
|
|
290
290
|
padding: 0;
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
.
|
|
294
|
+
._4OfG0a_scrollbar {
|
|
295
295
|
--scroll-area-scrollbar-bg: transparent;
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
.
|
|
298
|
+
._4OfG0a_itemGroup {
|
|
299
299
|
gap: var(--command-palette-group-gap, var(--spacing-1));
|
|
300
300
|
display: grid;
|
|
301
301
|
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
.
|
|
307
|
+
._4OfG0a_itemGroupLabel {
|
|
308
308
|
z-index: 1;
|
|
309
309
|
padding: var(--command-palette-group-label-padding-y, var(--spacing-1))
|
|
310
310
|
var(--command-palette-group-label-padding-x, var(--spacing-3));
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
top: 0;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
.
|
|
322
|
+
._4OfG0a_item {
|
|
323
323
|
box-sizing: border-box;
|
|
324
324
|
z-index: 0;
|
|
325
325
|
align-items: center;
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
|
|
365
|
-
.
|
|
365
|
+
._4OfG0a_itemIcon, ._4OfG0a_itemIndicator {
|
|
366
366
|
width: var(--command-palette-item-icon-box-size, 2rem);
|
|
367
367
|
height: var(--command-palette-item-icon-box-size, 2rem);
|
|
368
368
|
border: var(--command-palette-item-icon-border-width, var(--border-width-sm)) solid
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
|
|
383
|
-
.
|
|
383
|
+
._4OfG0a_itemIndicator {
|
|
384
384
|
background-color: #0000;
|
|
385
385
|
border-color: #0000;
|
|
386
386
|
justify-self: end;
|
|
@@ -391,12 +391,12 @@
|
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
.
|
|
394
|
+
._4OfG0a_itemText {
|
|
395
395
|
gap: var(--command-palette-item-text-gap, var(--spacing-1));
|
|
396
396
|
min-width: 0;
|
|
397
397
|
display: grid;
|
|
398
398
|
|
|
399
|
-
& > .
|
|
399
|
+
& > ._4OfG0a_itemLabel, & > ._4OfG0a_itemDescription {
|
|
400
400
|
text-overflow: ellipsis;
|
|
401
401
|
white-space: nowrap;
|
|
402
402
|
min-width: 0;
|
|
@@ -404,17 +404,17 @@
|
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
.
|
|
407
|
+
._4OfG0a_itemLabel {
|
|
408
408
|
font-weight: var(--command-palette-item-label-font-weight, var(--weight-medium));
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
-
.
|
|
411
|
+
._4OfG0a_itemDescription {
|
|
412
412
|
color: var(--command-palette-muted-color, var(--color-muted-foreground));
|
|
413
413
|
font-size: var(--command-palette-item-description-font-size, var(--text-xs));
|
|
414
414
|
line-height: var(--command-palette-item-description-line-height, var(--line-height-text-xs));
|
|
415
415
|
}
|
|
416
416
|
|
|
417
|
-
.
|
|
417
|
+
._4OfG0a_itemMeta {
|
|
418
418
|
color: var(--command-palette-muted-color, var(--color-muted-foreground));
|
|
419
419
|
font-size: var(--command-palette-item-meta-font-size, var(--text-xs));
|
|
420
420
|
line-height: var(--command-palette-item-meta-line-height, var(--line-height-text-xs));
|
|
@@ -422,14 +422,14 @@
|
|
|
422
422
|
justify-self: end;
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
.
|
|
425
|
+
._4OfG0a_separator {
|
|
426
426
|
height: var(--command-palette-divider-width, var(--border-width-sm));
|
|
427
427
|
margin: var(--command-palette-separator-margin-y, var(--spacing-2))
|
|
428
428
|
var(--command-palette-separator-margin-x, var(--spacing-2));
|
|
429
429
|
background-color: var(--command-palette-divider-color, var(--color-border));
|
|
430
430
|
}
|
|
431
431
|
|
|
432
|
-
.
|
|
432
|
+
._4OfG0a_footer {
|
|
433
433
|
justify-content: space-between;
|
|
434
434
|
align-items: center;
|
|
435
435
|
gap: var(--command-palette-footer-gap, var(--spacing-3));
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
display: flex;
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
.
|
|
447
|
+
._4OfG0a_kbd {
|
|
448
448
|
--kbd-bg: var(--command-palette-kbd-bg, var(--color-muted));
|
|
449
449
|
--kbd-border-color: var(--command-palette-kbd-border-color, var(--color-border));
|
|
450
450
|
--kbd-border-width: var(--command-palette-kbd-border-width, var(--border-width-sm));
|
|
@@ -458,21 +458,21 @@
|
|
|
458
458
|
--kbd-radius: var(--command-palette-kbd-radius, var(--radius-sm));
|
|
459
459
|
}
|
|
460
460
|
|
|
461
|
-
@keyframes
|
|
461
|
+
@keyframes _4OfG0a_command-palette-backdrop-in {
|
|
462
462
|
from {
|
|
463
463
|
opacity: var(--command-palette-backdrop-starting-opacity, 0);
|
|
464
464
|
backdrop-filter: var(--command-palette-backdrop-starting-blur, none);
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
467
|
|
|
468
|
-
@keyframes
|
|
468
|
+
@keyframes _4OfG0a_command-palette-backdrop-out {
|
|
469
469
|
to {
|
|
470
470
|
opacity: var(--command-palette-backdrop-ending-opacity, 0);
|
|
471
471
|
backdrop-filter: var(--command-palette-backdrop-ending-blur, none);
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
474
|
|
|
475
|
-
@keyframes
|
|
475
|
+
@keyframes _4OfG0a_command-palette-content-in {
|
|
476
476
|
from {
|
|
477
477
|
opacity: var(--command-palette-content-starting-opacity, 0);
|
|
478
478
|
translate: var(--command-palette-content-starting-translate-x, 0)
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
|
|
484
|
-
@keyframes
|
|
484
|
+
@keyframes _4OfG0a_command-palette-content-out {
|
|
485
485
|
to {
|
|
486
486
|
opacity: var(--command-palette-content-ending-opacity, 0);
|
|
487
487
|
translate: var(--command-palette-content-ending-translate-x, 0)
|
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
import './CommandPalette.css';
|
|
2
2
|
//#region src/components/command-palette/CommandPalette.module.css
|
|
3
3
|
var CommandPalette_module_default = {
|
|
4
|
-
"backdrop": "
|
|
5
|
-
"body": "
|
|
6
|
-
"clearTrigger": "
|
|
7
|
-
"closeIcon": "
|
|
8
|
-
"closeTrigger": "
|
|
9
|
-
"combobox": "
|
|
10
|
-
"command-palette-backdrop-in": "
|
|
11
|
-
"command-palette-backdrop-out": "
|
|
12
|
-
"command-palette-content-in": "
|
|
13
|
-
"command-palette-content-out": "
|
|
14
|
-
"content": "
|
|
15
|
-
"control": "
|
|
16
|
-
"description": "
|
|
17
|
-
"empty": "
|
|
18
|
-
"footer": "
|
|
19
|
-
"header": "
|
|
20
|
-
"iconSvg": "
|
|
21
|
-
"input": "
|
|
22
|
-
"item": "
|
|
23
|
-
"itemDescription": "
|
|
24
|
-
"itemGroup": "
|
|
25
|
-
"itemGroupLabel": "
|
|
26
|
-
"itemIcon": "
|
|
27
|
-
"itemIndicator": "
|
|
28
|
-
"itemLabel": "
|
|
29
|
-
"itemMeta": "
|
|
30
|
-
"itemText": "
|
|
31
|
-
"kbd": "
|
|
32
|
-
"list": "
|
|
33
|
-
"positioner": "
|
|
34
|
-
"scrollArea": "
|
|
35
|
-
"scrollbar": "
|
|
36
|
-
"scrollContent": "
|
|
37
|
-
"scrollViewport": "
|
|
38
|
-
"separator": "
|
|
39
|
-
"title": "
|
|
40
|
-
"trigger": "
|
|
4
|
+
"backdrop": "_4OfG0a_backdrop",
|
|
5
|
+
"body": "_4OfG0a_body",
|
|
6
|
+
"clearTrigger": "_4OfG0a_clearTrigger",
|
|
7
|
+
"closeIcon": "_4OfG0a_closeIcon",
|
|
8
|
+
"closeTrigger": "_4OfG0a_closeTrigger",
|
|
9
|
+
"combobox": "_4OfG0a_combobox",
|
|
10
|
+
"command-palette-backdrop-in": "_4OfG0a_command-palette-backdrop-in",
|
|
11
|
+
"command-palette-backdrop-out": "_4OfG0a_command-palette-backdrop-out",
|
|
12
|
+
"command-palette-content-in": "_4OfG0a_command-palette-content-in",
|
|
13
|
+
"command-palette-content-out": "_4OfG0a_command-palette-content-out",
|
|
14
|
+
"content": "_4OfG0a_content",
|
|
15
|
+
"control": "_4OfG0a_control",
|
|
16
|
+
"description": "_4OfG0a_description",
|
|
17
|
+
"empty": "_4OfG0a_empty",
|
|
18
|
+
"footer": "_4OfG0a_footer",
|
|
19
|
+
"header": "_4OfG0a_header",
|
|
20
|
+
"iconSvg": "_4OfG0a_iconSvg",
|
|
21
|
+
"input": "_4OfG0a_input",
|
|
22
|
+
"item": "_4OfG0a_item",
|
|
23
|
+
"itemDescription": "_4OfG0a_itemDescription",
|
|
24
|
+
"itemGroup": "_4OfG0a_itemGroup",
|
|
25
|
+
"itemGroupLabel": "_4OfG0a_itemGroupLabel",
|
|
26
|
+
"itemIcon": "_4OfG0a_itemIcon",
|
|
27
|
+
"itemIndicator": "_4OfG0a_itemIndicator",
|
|
28
|
+
"itemLabel": "_4OfG0a_itemLabel",
|
|
29
|
+
"itemMeta": "_4OfG0a_itemMeta",
|
|
30
|
+
"itemText": "_4OfG0a_itemText",
|
|
31
|
+
"kbd": "_4OfG0a_kbd",
|
|
32
|
+
"list": "_4OfG0a_list",
|
|
33
|
+
"positioner": "_4OfG0a_positioner",
|
|
34
|
+
"scrollArea": "_4OfG0a_scrollArea",
|
|
35
|
+
"scrollbar": "_4OfG0a_scrollbar",
|
|
36
|
+
"scrollContent": "_4OfG0a_scrollContent",
|
|
37
|
+
"scrollViewport": "_4OfG0a_scrollViewport",
|
|
38
|
+
"separator": "_4OfG0a_separator",
|
|
39
|
+
"title": "_4OfG0a_title",
|
|
40
|
+
"trigger": "_4OfG0a_trigger"
|
|
41
41
|
};
|
|
42
42
|
//#endregion
|
|
43
43
|
export { CommandPalette_module_default as default };
|