@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
|
+
.NQiVeG_root {
|
|
3
3
|
gap: var(--carousel-gap, var(--spacing-3));
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
width: 100%;
|
|
@@ -7,25 +7,25 @@
|
|
|
7
7
|
display: flex;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.
|
|
10
|
+
.NQiVeG_root[data-orientation="vertical"] {
|
|
11
11
|
height: var(--carousel-height, 24rem);
|
|
12
12
|
flex-direction: row;
|
|
13
13
|
align-items: stretch;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.NQiVeG_control {
|
|
17
17
|
align-items: center;
|
|
18
18
|
gap: var(--carousel-gap, var(--spacing-3));
|
|
19
19
|
min-width: 0;
|
|
20
20
|
display: flex;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
.NQiVeG_control[data-orientation="vertical"] {
|
|
24
24
|
flex-direction: column;
|
|
25
25
|
justify-content: space-between;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.NQiVeG_itemGroup {
|
|
29
29
|
overscroll-behavior-x: contain;
|
|
30
30
|
overscroll-behavior-y: auto;
|
|
31
31
|
border-radius: var(--carousel-track-radius, var(--radius-xl));
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
.NQiVeG_root[data-orientation="vertical"] > .NQiVeG_itemGroup {
|
|
50
50
|
height: 100%;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
.NQiVeG_item {
|
|
54
54
|
box-sizing: border-box;
|
|
55
55
|
min-width: 0;
|
|
56
56
|
min-height: 0;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
.NQiVeG_prevTrigger, .NQiVeG_nextTrigger, .NQiVeG_autoplayTrigger {
|
|
60
60
|
width: var(--carousel-control-size, 2.5rem);
|
|
61
61
|
height: var(--carousel-control-size, 2.5rem);
|
|
62
62
|
border: var(--border-width-sm) solid
|
|
@@ -106,32 +106,32 @@
|
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
.NQiVeG_defaultIcon {
|
|
110
110
|
justify-content: center;
|
|
111
111
|
align-items: center;
|
|
112
112
|
display: inline-flex;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
116
|
-
& .
|
|
115
|
+
.NQiVeG_root[data-orientation="vertical"] {
|
|
116
|
+
& .NQiVeG_defaultIcon {
|
|
117
117
|
& svg {
|
|
118
118
|
transform: rotate(90deg);
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.
|
|
123
|
+
.NQiVeG_indicatorGroup {
|
|
124
124
|
justify-content: center;
|
|
125
125
|
align-items: center;
|
|
126
126
|
gap: var(--carousel-indicator-gap, var(--spacing-2));
|
|
127
127
|
display: flex;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.
|
|
130
|
+
.NQiVeG_root[data-orientation="vertical"] > .NQiVeG_indicatorGroup, .NQiVeG_control[data-orientation="vertical"] > .NQiVeG_indicatorGroup {
|
|
131
131
|
flex-direction: column;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
134
|
+
.NQiVeG_indicator {
|
|
135
135
|
width: var(--carousel-indicator-size, .5rem);
|
|
136
136
|
height: var(--carousel-indicator-size, .5rem);
|
|
137
137
|
border-radius: var(--radius-full);
|
|
@@ -167,18 +167,18 @@
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.
|
|
170
|
+
.NQiVeG_root[data-orientation="vertical"] > .NQiVeG_indicatorGroup .NQiVeG_indicator, .NQiVeG_control[data-orientation="vertical"] > .NQiVeG_indicatorGroup .NQiVeG_indicator {
|
|
171
171
|
&[data-current] {
|
|
172
172
|
width: var(--carousel-indicator-size, .5rem);
|
|
173
173
|
height: calc(var(--carousel-indicator-size, .5rem) * 3);
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
.NQiVeG_autoplayTrigger {
|
|
178
178
|
min-width: 3rem;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
.
|
|
181
|
+
.NQiVeG_autoplayIndicator {
|
|
182
182
|
min-width: 1rem;
|
|
183
183
|
font-size: var(--text-xs);
|
|
184
184
|
font-weight: var(--weight-medium);
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
display: inline-flex;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
.NQiVeG_progressText {
|
|
193
193
|
color: var(--carousel-progress-text-color, var(--color-muted-foreground));
|
|
194
194
|
font-size: var(--carousel-progress-text-font-size, var(--text-sm));
|
|
195
195
|
line-height: var(--line-height-text-sm);
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import './Carousel.css';
|
|
2
2
|
//#region src/components/carousel/Carousel.module.css
|
|
3
3
|
var Carousel_module_default = {
|
|
4
|
-
"autoplayIndicator": "
|
|
5
|
-
"autoplayTrigger": "
|
|
6
|
-
"control": "
|
|
7
|
-
"defaultIcon": "
|
|
8
|
-
"indicator": "
|
|
9
|
-
"indicatorGroup": "
|
|
10
|
-
"item": "
|
|
11
|
-
"itemGroup": "
|
|
12
|
-
"nextTrigger": "
|
|
13
|
-
"prevTrigger": "
|
|
14
|
-
"progressText": "
|
|
15
|
-
"root": "
|
|
4
|
+
"autoplayIndicator": "NQiVeG_autoplayIndicator",
|
|
5
|
+
"autoplayTrigger": "NQiVeG_autoplayTrigger",
|
|
6
|
+
"control": "NQiVeG_control",
|
|
7
|
+
"defaultIcon": "NQiVeG_defaultIcon",
|
|
8
|
+
"indicator": "NQiVeG_indicator",
|
|
9
|
+
"indicatorGroup": "NQiVeG_indicatorGroup",
|
|
10
|
+
"item": "NQiVeG_item",
|
|
11
|
+
"itemGroup": "NQiVeG_itemGroup",
|
|
12
|
+
"nextTrigger": "NQiVeG_nextTrigger",
|
|
13
|
+
"prevTrigger": "NQiVeG_prevTrigger",
|
|
14
|
+
"progressText": "NQiVeG_progressText",
|
|
15
|
+
"root": "NQiVeG_root"
|
|
16
16
|
};
|
|
17
17
|
//#endregion
|
|
18
18
|
export { Carousel_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.NxmH7W_root {
|
|
3
3
|
align-items: center;
|
|
4
4
|
gap: var(--checkbox-gap, var(--spacing-2));
|
|
5
5
|
vertical-align: middle;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.
|
|
19
|
+
.NxmH7W_control {
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
width: var(--_checkbox-size, 1.25rem);
|
|
22
22
|
height: var(--_checkbox-size, 1.25rem);
|
|
@@ -70,32 +70,32 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.
|
|
73
|
+
.NxmH7W_root[data-size="xs"] .NxmH7W_control {
|
|
74
74
|
--_checkbox-size: var(--checkbox-size-xs, .875rem);
|
|
75
75
|
--_checkbox-icon-size: var(--checkbox-icon-size-xs, .5rem);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
.NxmH7W_root[data-size="sm"] .NxmH7W_control {
|
|
79
79
|
--_checkbox-size: var(--checkbox-size-sm, 1rem);
|
|
80
80
|
--_checkbox-icon-size: var(--checkbox-icon-size-sm, .625rem);
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.
|
|
83
|
+
.NxmH7W_root[data-size="md"] .NxmH7W_control {
|
|
84
84
|
--_checkbox-size: var(--checkbox-size-md, 1.25rem);
|
|
85
85
|
--_checkbox-icon-size: var(--checkbox-icon-size-md, .75rem);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.NxmH7W_root[data-size="lg"] .NxmH7W_control {
|
|
89
89
|
--_checkbox-size: var(--checkbox-size-lg, 1.5rem);
|
|
90
90
|
--_checkbox-icon-size: var(--checkbox-icon-size-lg, .875rem);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
.
|
|
93
|
+
.NxmH7W_root[data-size="xl"] .NxmH7W_control {
|
|
94
94
|
--_checkbox-size: var(--checkbox-size-xl, 1.75rem);
|
|
95
95
|
--_checkbox-icon-size: var(--checkbox-icon-size-xl, 1rem);
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
.NxmH7W_indicator {
|
|
99
99
|
width: 100%;
|
|
100
100
|
height: 100%;
|
|
101
101
|
color: inherit;
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
display: inline-flex;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.
|
|
107
|
+
.NxmH7W_icon {
|
|
108
108
|
width: var(--_checkbox-icon-size, .75rem);
|
|
109
109
|
height: var(--_checkbox-icon-size, .75rem);
|
|
110
110
|
color: inherit;
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
.
|
|
122
|
+
.NxmH7W_label {
|
|
123
123
|
color: var(--checkbox-label-color, var(--color-foreground));
|
|
124
124
|
font-size: var(--checkbox-label-font-size, var(--text-sm));
|
|
125
125
|
font-weight: var(--checkbox-label-font-weight, var(--weight-medium));
|
|
126
126
|
line-height: var(--checkbox-label-line-height, var(--line-height-text-sm));
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.
|
|
129
|
+
.NxmH7W_group {
|
|
130
130
|
gap: var(--checkbox-group-gap, var(--spacing-2));
|
|
131
131
|
color: var(--checkbox-group-color, var(--color-foreground));
|
|
132
132
|
flex-direction: column;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './Checkbox.css';
|
|
2
2
|
//#region src/components/checkbox/Checkbox.module.css
|
|
3
3
|
var Checkbox_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"group": "
|
|
6
|
-
"icon": "
|
|
7
|
-
"indicator": "
|
|
8
|
-
"label": "
|
|
9
|
-
"root": "
|
|
4
|
+
"control": "NxmH7W_control",
|
|
5
|
+
"group": "NxmH7W_group",
|
|
6
|
+
"icon": "NxmH7W_icon",
|
|
7
|
+
"indicator": "NxmH7W_indicator",
|
|
8
|
+
"label": "NxmH7W_label",
|
|
9
|
+
"root": "NxmH7W_root"
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Checkbox_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.eM1-oW_root {
|
|
3
3
|
gap: var(--clipboard-gap, .375rem);
|
|
4
4
|
width: var(--clipboard-width, 100%);
|
|
5
5
|
max-width: var(--clipboard-max-width, 20rem);
|
|
@@ -8,21 +8,21 @@
|
|
|
8
8
|
display: flex;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.eM1-oW_label {
|
|
12
12
|
color: var(--clipboard-label-color, currentColor);
|
|
13
13
|
font-size: var(--clipboard-label-font-size, var(--text-sm));
|
|
14
14
|
font-weight: var(--clipboard-label-font-weight, var(--weight-medium));
|
|
15
15
|
line-height: var(--clipboard-label-line-height, var(--line-height-text-sm));
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
.eM1-oW_control {
|
|
19
19
|
align-items: center;
|
|
20
20
|
gap: var(--clipboard-control-gap, var(--spacing-2));
|
|
21
21
|
width: 100%;
|
|
22
22
|
display: flex;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.eM1-oW_input {
|
|
26
26
|
box-sizing: border-box;
|
|
27
27
|
width: 100%;
|
|
28
28
|
min-width: 0;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.
|
|
71
|
+
.eM1-oW_trigger {
|
|
72
72
|
box-sizing: border-box;
|
|
73
73
|
justify-content: center;
|
|
74
74
|
align-items: center;
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
.
|
|
128
|
+
.eM1-oW_indicator, .eM1-oW_icon {
|
|
129
129
|
flex-shrink: 0;
|
|
130
130
|
justify-content: center;
|
|
131
131
|
align-items: center;
|
|
132
132
|
display: inline-flex;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.
|
|
135
|
+
.eM1-oW_valueText {
|
|
136
136
|
min-width: 0;
|
|
137
137
|
color: var(--clipboard-value-text-color, currentColor);
|
|
138
138
|
font-size: var(--clipboard-value-text-font-size, inherit);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import './Clipboard.css';
|
|
2
2
|
//#region src/components/clipboard/Clipboard.module.css
|
|
3
3
|
var Clipboard_module_default = {
|
|
4
|
-
"control": "
|
|
5
|
-
"icon": "
|
|
6
|
-
"indicator": "
|
|
7
|
-
"input": "
|
|
8
|
-
"label": "
|
|
9
|
-
"root": "
|
|
10
|
-
"trigger": "
|
|
11
|
-
"valueText": "
|
|
4
|
+
"control": "eM1-oW_control",
|
|
5
|
+
"icon": "eM1-oW_icon",
|
|
6
|
+
"indicator": "eM1-oW_indicator",
|
|
7
|
+
"input": "eM1-oW_input",
|
|
8
|
+
"label": "eM1-oW_label",
|
|
9
|
+
"root": "eM1-oW_root",
|
|
10
|
+
"trigger": "eM1-oW_trigger",
|
|
11
|
+
"valueText": "eM1-oW_valueText"
|
|
12
12
|
};
|
|
13
13
|
//#endregion
|
|
14
14
|
export { Clipboard_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './CloseButton.css';
|
|
2
2
|
//#region src/components/close-button/CloseButton.module.css
|
|
3
|
-
var CloseButton_module_default = { "root": "
|
|
3
|
+
var CloseButton_module_default = { "root": "_8WDg2W_root" };
|
|
4
4
|
//#endregion
|
|
5
5
|
export { CloseButton_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
@keyframes
|
|
2
|
+
@keyframes CaaIva_collapsible-content-open {
|
|
3
3
|
from {
|
|
4
4
|
height: var(--collapsed-height, 0);
|
|
5
5
|
width: var(--collapsed-width, var(--width));
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
@keyframes
|
|
16
|
+
@keyframes CaaIva_collapsible-content-closed {
|
|
17
17
|
from {
|
|
18
18
|
height: var(--height);
|
|
19
19
|
width: var(--width);
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
.CaaIva_root {
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
width: var(--collapsible-width, 14rem);
|
|
33
33
|
max-width: var(--collapsible-max-width, 100%);
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
display: flex;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
.CaaIva_trigger {
|
|
41
41
|
box-sizing: border-box;
|
|
42
42
|
justify-content: space-between;
|
|
43
43
|
align-items: center;
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.CaaIva_indicator {
|
|
89
89
|
box-sizing: border-box;
|
|
90
90
|
width: var(--collapsible-indicator-size, .75rem);
|
|
91
91
|
height: var(--collapsible-indicator-size, .75rem);
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
.CaaIva_content {
|
|
113
113
|
--collapsed-height: 0;
|
|
114
114
|
box-sizing: border-box;
|
|
115
115
|
color: var(--collapsible-content-color, var(--color-muted-foreground));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
overflow: hidden;
|
|
119
119
|
|
|
120
120
|
&[data-state="open"] {
|
|
121
|
-
animation:
|
|
121
|
+
animation: CaaIva_collapsible-content-open
|
|
122
122
|
var(--collapsible-content-transition, var(--transition-default));
|
|
123
123
|
|
|
124
124
|
&[data-has-collapsed-size] {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
&[data-state="closed"] {
|
|
130
|
-
animation:
|
|
130
|
+
animation: CaaIva_collapsible-content-closed
|
|
131
131
|
var(--collapsible-content-transition, var(--transition-default));
|
|
132
132
|
|
|
133
133
|
&[data-has-collapsed-size] {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './Collapsible.css';
|
|
2
2
|
//#region src/components/collapsible/Collapsible.module.css
|
|
3
3
|
var Collapsible_module_default = {
|
|
4
|
-
"collapsible-content-closed": "
|
|
5
|
-
"collapsible-content-open": "
|
|
6
|
-
"content": "
|
|
7
|
-
"indicator": "
|
|
8
|
-
"root": "
|
|
9
|
-
"trigger": "
|
|
4
|
+
"collapsible-content-closed": "CaaIva_collapsible-content-closed",
|
|
5
|
+
"collapsible-content-open": "CaaIva_collapsible-content-open",
|
|
6
|
+
"content": "CaaIva_content",
|
|
7
|
+
"indicator": "CaaIva_indicator",
|
|
8
|
+
"root": "CaaIva_root",
|
|
9
|
+
"trigger": "CaaIva_trigger"
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Collapsible_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
@keyframes
|
|
2
|
+
@keyframes kgcaIq_color-picker-content-open {
|
|
3
3
|
from {
|
|
4
4
|
opacity: var(--color-picker-content-closed-opacity, 0);
|
|
5
5
|
transform: scale(var(--color-picker-content-closed-scale, var(--scale-popup)));
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
@keyframes
|
|
14
|
+
@keyframes kgcaIq_color-picker-content-closed {
|
|
15
15
|
from {
|
|
16
16
|
opacity: 1;
|
|
17
17
|
transform: scale(1);
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
.kgcaIq_root {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
width: var(--color-picker-width, 16rem);
|
|
29
29
|
max-width: var(--color-picker-max-width, 100%);
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.
|
|
41
|
+
.kgcaIq_label {
|
|
42
42
|
color: var(--color-picker-label-color, var(--color-picker-color, var(--color-foreground)));
|
|
43
43
|
font-size: var(--color-picker-label-font-size, var(--text-sm));
|
|
44
44
|
font-weight: var(--color-picker-label-font-weight, var(--weight-medium));
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
55
|
+
.kgcaIq_control {
|
|
56
56
|
align-items: center;
|
|
57
57
|
gap: var(--color-picker-control-gap, var(--spacing-2));
|
|
58
58
|
min-width: 0;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.
|
|
66
|
+
.kgcaIq_trigger {
|
|
67
67
|
box-sizing: border-box;
|
|
68
68
|
width: var(--color-picker-trigger-size, var(--size-lg));
|
|
69
69
|
height: var(--color-picker-trigger-size, var(--size-lg));
|
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.
|
|
103
|
+
.kgcaIq_positioner {
|
|
104
104
|
z-index: var(--z-popup);
|
|
105
105
|
outline: 0;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
.kgcaIq_content {
|
|
109
109
|
box-sizing: border-box;
|
|
110
110
|
width: var(--color-picker-content-width, 16rem);
|
|
111
111
|
max-width: var(--available-width);
|
|
@@ -126,16 +126,16 @@
|
|
|
126
126
|
overflow: auto;
|
|
127
127
|
|
|
128
128
|
&[data-state="open"] {
|
|
129
|
-
animation:
|
|
129
|
+
animation: kgcaIq_color-picker-content-open var(--color-picker-transition, var(--transition-default));
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
&[data-state="closed"] {
|
|
133
|
-
animation:
|
|
133
|
+
animation: kgcaIq_color-picker-content-closed
|
|
134
134
|
var(--color-picker-transition, var(--transition-default));
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.
|
|
138
|
+
.kgcaIq_area {
|
|
139
139
|
box-sizing: border-box;
|
|
140
140
|
width: 100%;
|
|
141
141
|
height: var(--color-picker-area-height, 10rem);
|
|
@@ -152,13 +152,13 @@
|
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
.kgcaIq_areaBackground {
|
|
156
156
|
border-radius: inherit;
|
|
157
157
|
width: 100%;
|
|
158
158
|
height: 100%;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.
|
|
161
|
+
.kgcaIq_thumb {
|
|
162
162
|
box-sizing: border-box;
|
|
163
163
|
width: var(--color-picker-thumb-size, 1rem);
|
|
164
164
|
height: var(--color-picker-thumb-size, 1rem);
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
.
|
|
188
|
+
.kgcaIq_channelSlider {
|
|
189
189
|
box-sizing: border-box;
|
|
190
190
|
height: var(--color-picker-channel-slider-height, var(--spacing-3));
|
|
191
191
|
border-radius: var(--color-picker-channel-slider-radius, var(--radius-full));
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
.
|
|
206
|
+
.kgcaIq_channelSliderTrack {
|
|
207
207
|
width: 100%;
|
|
208
208
|
height: var(--color-picker-channel-slider-track-size, var(--spacing-3));
|
|
209
209
|
border-radius: inherit;
|
|
@@ -216,20 +216,20 @@
|
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.
|
|
219
|
+
.kgcaIq_channelSliderLabel {
|
|
220
220
|
color: var(--color-picker-channel-slider-label-color, var(--color-picker-color, var(--color-foreground)));
|
|
221
221
|
font-size: var(--color-picker-channel-slider-label-font-size, var(--text-sm));
|
|
222
222
|
font-weight: var(--color-picker-channel-slider-label-font-weight, var(--weight-medium));
|
|
223
223
|
line-height: var(--color-picker-channel-slider-label-line-height, var(--line-height-text-sm));
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
.
|
|
226
|
+
.kgcaIq_channelSliderValueText {
|
|
227
227
|
color: var(--color-picker-channel-slider-value-color, var(--color-muted-foreground));
|
|
228
228
|
font-size: var(--color-picker-channel-slider-value-font-size, var(--text-sm));
|
|
229
229
|
line-height: var(--color-picker-channel-slider-value-line-height, var(--line-height-text-sm));
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
.
|
|
232
|
+
.kgcaIq_channelInput, .kgcaIq_formatSelect {
|
|
233
233
|
box-sizing: border-box;
|
|
234
234
|
width: 100%;
|
|
235
235
|
min-width: 0;
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
.
|
|
273
|
+
.kgcaIq_channelInput {
|
|
274
274
|
flex: 1;
|
|
275
275
|
|
|
276
276
|
&[data-channel="alpha"] {
|
|
@@ -279,12 +279,12 @@
|
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
.
|
|
282
|
+
.kgcaIq_formatSelect {
|
|
283
283
|
cursor: pointer;
|
|
284
284
|
width: auto;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.
|
|
287
|
+
.kgcaIq_eyeDropperTrigger, .kgcaIq_formatTrigger {
|
|
288
288
|
box-sizing: border-box;
|
|
289
289
|
height: var(--color-picker-action-size, var(--size-lg));
|
|
290
290
|
min-width: var(--color-picker-action-size, var(--size-lg));
|
|
@@ -335,13 +335,13 @@
|
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
.
|
|
338
|
+
.kgcaIq_swatchGroup {
|
|
339
339
|
gap: var(--color-picker-swatch-gap, var(--spacing-2));
|
|
340
340
|
flex-wrap: wrap;
|
|
341
341
|
display: flex;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
.
|
|
344
|
+
.kgcaIq_swatchTrigger {
|
|
345
345
|
border-radius: var(--color-picker-swatch-radius, var(--radius-sm));
|
|
346
346
|
cursor: pointer;
|
|
347
347
|
background: none;
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
|
|
367
|
-
.
|
|
367
|
+
.kgcaIq_swatch {
|
|
368
368
|
box-sizing: border-box;
|
|
369
369
|
width: var(--color-picker-swatch-size, 2rem);
|
|
370
370
|
height: var(--color-picker-swatch-size, 2rem);
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
overflow: hidden;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
.
|
|
381
|
+
.kgcaIq_swatchIndicator {
|
|
382
382
|
color: var(--color-picker-swatch-indicator-color, white);
|
|
383
383
|
filter: drop-shadow(0 1px 1px #00000073);
|
|
384
384
|
pointer-events: none;
|
|
@@ -398,14 +398,14 @@
|
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
.
|
|
401
|
+
.kgcaIq_transparencyGrid {
|
|
402
402
|
border-radius: inherit;
|
|
403
403
|
grid-area: 1 / 1;
|
|
404
404
|
width: 100%;
|
|
405
405
|
height: 100%;
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
-
.
|
|
408
|
+
.kgcaIq_valueSwatch {
|
|
409
409
|
border-radius: inherit;
|
|
410
410
|
z-index: 1;
|
|
411
411
|
grid-area: 1 / 1;
|
|
@@ -413,14 +413,14 @@
|
|
|
413
413
|
height: 100%;
|
|
414
414
|
}
|
|
415
415
|
|
|
416
|
-
.
|
|
416
|
+
.kgcaIq_valueText {
|
|
417
417
|
min-width: 0;
|
|
418
418
|
color: var(--color-picker-value-text-color, var(--color-picker-color, var(--color-foreground)));
|
|
419
419
|
font-size: var(--color-picker-value-text-font-size, var(--text-sm));
|
|
420
420
|
line-height: var(--color-picker-value-text-line-height, var(--line-height-text-sm));
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
-
.
|
|
423
|
+
.kgcaIq_view {
|
|
424
424
|
gap: var(--color-picker-view-gap, var(--spacing-2));
|
|
425
425
|
flex-direction: column;
|
|
426
426
|
min-width: 0;
|