@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,12 +1,12 @@
|
|
|
1
1
|
import './Toast.css';
|
|
2
2
|
//#region src/components/toast/Toast.module.css
|
|
3
3
|
var Toast_module_default = {
|
|
4
|
-
"actionTrigger": "
|
|
5
|
-
"closeTrigger": "
|
|
6
|
-
"description": "
|
|
7
|
-
"root": "
|
|
8
|
-
"title": "
|
|
9
|
-
"toaster": "
|
|
4
|
+
"actionTrigger": "o69bxG_actionTrigger",
|
|
5
|
+
"closeTrigger": "o69bxG_closeTrigger",
|
|
6
|
+
"description": "o69bxG_description",
|
|
7
|
+
"root": "o69bxG_root",
|
|
8
|
+
"title": "o69bxG_title",
|
|
9
|
+
"toaster": "o69bxG_toaster"
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Toast_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.aGZbbW_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
justify-content: center;
|
|
5
5
|
align-items: center;
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.
|
|
161
|
+
.aGZbbW_indicator {
|
|
162
162
|
color: inherit;
|
|
163
163
|
justify-content: center;
|
|
164
164
|
align-items: center;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './Toggle.css';
|
|
2
2
|
//#region src/components/toggle/Toggle.module.css
|
|
3
3
|
var Toggle_module_default = {
|
|
4
|
-
"indicator": "
|
|
5
|
-
"root": "
|
|
4
|
+
"indicator": "aGZbbW_indicator",
|
|
5
|
+
"root": "aGZbbW_root"
|
|
6
6
|
};
|
|
7
7
|
//#endregion
|
|
8
8
|
export { Toggle_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
.un9nBW_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
align-items: center;
|
|
5
5
|
gap: var(--toggle-group-gap, var(--border-width-sm));
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
flex-direction: column;
|
|
16
16
|
align-items: stretch;
|
|
17
17
|
|
|
18
|
-
& > .
|
|
18
|
+
& > .un9nBW_item {
|
|
19
19
|
justify-content: flex-start;
|
|
20
20
|
width: 100%;
|
|
21
21
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
.un9nBW_item {
|
|
36
36
|
border-radius: var(--toggle-group-item-radius, var(--radius-md));
|
|
37
37
|
--toggle-default-color: var(--toggle-group-color, var(--color-foreground));
|
|
38
38
|
--toggle-ghost-color: var(--toggle-group-color, var(--color-foreground));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './ToggleGroup.css';
|
|
2
2
|
//#region src/components/toggle-group/ToggleGroup.module.css
|
|
3
3
|
var ToggleGroup_module_default = {
|
|
4
|
-
"item": "
|
|
5
|
-
"root": "
|
|
4
|
+
"item": "un9nBW_item",
|
|
5
|
+
"root": "un9nBW_root"
|
|
6
6
|
};
|
|
7
7
|
//#endregion
|
|
8
8
|
export { ToggleGroup_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._7levaW_trigger {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
min-height: var(--tooltip-trigger-height, var(--size-lg));
|
|
5
5
|
padding: var(--tooltip-trigger-padding-y, .5rem) var(--tooltip-trigger-padding-x, .875rem);
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
._7levaW_positioner {
|
|
48
48
|
z-index: var(--z-index, var(--z-popup));
|
|
49
49
|
max-width: var(--available-width);
|
|
50
50
|
max-height: var(--available-height);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
._7levaW_content {
|
|
54
54
|
--arrow-background: var(--tooltip-arrow-background, var(--tooltip-bg, var(--color-popover)));
|
|
55
55
|
--arrow-size: var(--tooltip-arrow-size, .625rem);
|
|
56
56
|
box-sizing: border-box;
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
position: relative;
|
|
72
72
|
|
|
73
73
|
&[data-state="open"] {
|
|
74
|
-
animation:
|
|
74
|
+
animation: _7levaW_tooltip-content-in var(--tooltip-transition, var(--duration-fast)) ease-out;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
&[data-state="closed"] {
|
|
78
|
-
animation:
|
|
78
|
+
animation: _7levaW_tooltip-content-out var(--tooltip-transition, var(--duration-fast)) ease-in;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
&[data-instant] {
|
|
@@ -83,19 +83,19 @@
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.
|
|
86
|
+
._7levaW_arrow {
|
|
87
87
|
--arrow-background: var(--tooltip-arrow-background, var(--tooltip-bg, var(--color-popover)));
|
|
88
88
|
--arrow-size: var(--tooltip-arrow-size, .625rem);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.
|
|
91
|
+
._7levaW_arrowTip {
|
|
92
92
|
border-top: var(--tooltip-border-width, var(--border-width-sm)) solid
|
|
93
93
|
var(--tooltip-arrow-stroke-color, var(--tooltip-border-color, var(--color-border)));
|
|
94
94
|
border-left: var(--tooltip-border-width, var(--border-width-sm)) solid
|
|
95
95
|
var(--tooltip-arrow-stroke-color, var(--tooltip-border-color, var(--color-border)));
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
@keyframes
|
|
98
|
+
@keyframes _7levaW_tooltip-content-in {
|
|
99
99
|
from {
|
|
100
100
|
opacity: var(--tooltip-popup-starting-opacity, 0);
|
|
101
101
|
translate: var(--tooltip-popup-starting-translate-x, 0)
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
@keyframes
|
|
112
|
+
@keyframes _7levaW_tooltip-content-out {
|
|
113
113
|
from {
|
|
114
114
|
opacity: 1;
|
|
115
115
|
transform: scale(1);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import './Tooltip.css';
|
|
2
2
|
//#region src/components/tooltip/Tooltip.module.css
|
|
3
3
|
var Tooltip_module_default = {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrowTip": "
|
|
6
|
-
"content": "
|
|
7
|
-
"positioner": "
|
|
8
|
-
"tooltip-content-in": "
|
|
9
|
-
"tooltip-content-out": "
|
|
10
|
-
"trigger": "
|
|
4
|
+
"arrow": "_7levaW_arrow",
|
|
5
|
+
"arrowTip": "_7levaW_arrowTip",
|
|
6
|
+
"content": "_7levaW_content",
|
|
7
|
+
"positioner": "_7levaW_positioner",
|
|
8
|
+
"tooltip-content-in": "_7levaW_tooltip-content-in",
|
|
9
|
+
"tooltip-content-out": "_7levaW_tooltip-content-out",
|
|
10
|
+
"trigger": "_7levaW_trigger"
|
|
11
11
|
};
|
|
12
12
|
//#endregion
|
|
13
13
|
export { Tooltip_module_default as default };
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
.
|
|
2
|
+
._5wc7ja_backdrop {
|
|
3
3
|
z-index: calc(var(--tour-z-index, var(--z-modal)) + var(--layer-index, 0));
|
|
4
4
|
background-color: var(--tour-backdrop-bg, var(--backdrop-bg, var(--color-overlay)));
|
|
5
5
|
backdrop-filter: var(--backdrop-filter, blur(var(--tour-backdrop-blur, 4px)));
|
|
6
6
|
|
|
7
7
|
&[data-state="open"] {
|
|
8
|
-
animation:
|
|
8
|
+
animation: _5wc7ja_tour-backdrop-in var(--tour-backdrop-transition, var(--transition-default));
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
&[data-state="closed"] {
|
|
12
|
-
animation:
|
|
12
|
+
animation: _5wc7ja_tour-backdrop-out var(--tour-backdrop-transition, var(--transition-default));
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
._5wc7ja_spotlight {
|
|
17
17
|
z-index: calc(var(--tour-z-index, var(--z-modal)) + var(--tour-layer, 0));
|
|
18
18
|
box-shadow: var(--tour-spotlight-shadow, 0 0 0 var(--tour-spotlight-ring-width, 2px) var(--color-ring));
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
._5wc7ja_positioner {
|
|
22
22
|
z-index: var(--z-index, var(--tour-z-index, var(--z-modal)));
|
|
23
23
|
max-width: var(--available-width);
|
|
24
24
|
max-height: var(--available-height);
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
.
|
|
60
|
+
._5wc7ja_content {
|
|
61
61
|
--arrow-background: var(--tour-arrow-background, var(--tour-bg, var(--color-popover)));
|
|
62
62
|
--arrow-size: var(--tour-arrow-size, .625rem);
|
|
63
63
|
box-sizing: border-box;
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
overflow: visible;
|
|
83
83
|
|
|
84
84
|
&[data-state="open"] {
|
|
85
|
-
animation:
|
|
85
|
+
animation: _5wc7ja_tour-content-in var(--tour-transition, var(--transition-default)) both;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
&[data-state="closed"] {
|
|
89
|
-
animation:
|
|
89
|
+
animation: _5wc7ja_tour-content-out var(--tour-transition, var(--transition-default)) both;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
&[data-type="dialog"] {
|
|
@@ -100,19 +100,19 @@
|
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.
|
|
103
|
+
._5wc7ja_arrow {
|
|
104
104
|
--arrow-background: var(--tour-arrow-background, var(--tour-bg, var(--color-popover)));
|
|
105
105
|
--arrow-size: var(--tour-arrow-size, .625rem);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
._5wc7ja_arrowTip {
|
|
109
109
|
border-top: var(--tour-border-width, var(--border-width-sm)) solid
|
|
110
110
|
var(--tour-arrow-stroke-color, var(--tour-border-color, var(--color-border)));
|
|
111
111
|
border-left: var(--tour-border-width, var(--border-width-sm)) solid
|
|
112
112
|
var(--tour-arrow-stroke-color, var(--tour-border-color, var(--color-border)));
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
._5wc7ja_title {
|
|
116
116
|
margin: var(--tour-title-margin, 0);
|
|
117
117
|
color: var(--tour-title-color, var(--tour-color, var(--color-popover-foreground)));
|
|
118
118
|
font-size: var(--tour-title-font-size, var(--text-md));
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
padding-inline-end: var(--tour-title-padding-inline-end, var(--spacing-6));
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.
|
|
124
|
+
._5wc7ja_description {
|
|
125
125
|
margin: var(--tour-description-margin, 0);
|
|
126
126
|
color: var(--tour-description-color, var(--color-muted-foreground));
|
|
127
127
|
font-size: var(--tour-description-font-size, var(--text-sm));
|
|
128
128
|
line-height: var(--tour-description-line-height, var(--line-height-text-sm));
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
._5wc7ja_progressText {
|
|
132
132
|
margin-top: var(--tour-progress-text-margin-top, var(--spacing-2));
|
|
133
133
|
color: var(--tour-progress-text-color, var(--color-muted-foreground));
|
|
134
134
|
font-size: var(--tour-progress-text-font-size, var(--text-xs));
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
order: 1;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.
|
|
139
|
+
._5wc7ja_closeTrigger {
|
|
140
140
|
box-sizing: border-box;
|
|
141
141
|
width: var(--tour-close-trigger-size, 1.75rem);
|
|
142
142
|
height: var(--tour-close-trigger-size, 1.75rem);
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
._5wc7ja_closeIcon {
|
|
178
178
|
--close-button-size: var(--tour-close-trigger-size, 1.75rem);
|
|
179
179
|
--close-button-radius: var(--tour-close-trigger-radius, var(--radius-md));
|
|
180
180
|
--close-button-icon-size: var(--tour-close-trigger-icon-size, .875rem);
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
inset-inline-end: var(--tour-close-trigger-offset, var(--spacing-2));
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.
|
|
193
|
+
._5wc7ja_control {
|
|
194
194
|
justify-content: flex-end;
|
|
195
195
|
gap: var(--tour-control-gap, var(--spacing-2));
|
|
196
196
|
margin-top: var(--tour-control-margin-top, var(--spacing-3));
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
display: flex;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.
|
|
202
|
+
._5wc7ja_actionTrigger {
|
|
203
203
|
box-sizing: border-box;
|
|
204
204
|
min-height: var(--tour-action-height, 2rem);
|
|
205
205
|
justify-content: center;
|
|
@@ -253,21 +253,21 @@
|
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
@keyframes
|
|
256
|
+
@keyframes _5wc7ja_tour-backdrop-in {
|
|
257
257
|
from {
|
|
258
258
|
opacity: var(--tour-backdrop-starting-opacity, 0);
|
|
259
259
|
backdrop-filter: var(--tour-backdrop-starting-blur, none);
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
@keyframes
|
|
263
|
+
@keyframes _5wc7ja_tour-backdrop-out {
|
|
264
264
|
to {
|
|
265
265
|
opacity: var(--tour-backdrop-ending-opacity, 0);
|
|
266
266
|
backdrop-filter: var(--tour-backdrop-ending-blur, none);
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
@keyframes
|
|
270
|
+
@keyframes _5wc7ja_tour-content-in {
|
|
271
271
|
from {
|
|
272
272
|
opacity: var(--tour-content-starting-opacity, 0);
|
|
273
273
|
translate: var(--tour-content-starting-translate-x, 0)
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
@keyframes
|
|
279
|
+
@keyframes _5wc7ja_tour-content-out {
|
|
280
280
|
to {
|
|
281
281
|
opacity: var(--tour-content-ending-opacity, 0);
|
|
282
282
|
translate: var(--tour-content-ending-translate-x, 0) var(--tour-content-ending-translate-y, 0);
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import './Tour.css';
|
|
2
2
|
//#region src/components/tour/Tour.module.css
|
|
3
3
|
var Tour_module_default = {
|
|
4
|
-
"actionTrigger": "
|
|
5
|
-
"arrow": "
|
|
6
|
-
"arrowTip": "
|
|
7
|
-
"backdrop": "
|
|
8
|
-
"closeIcon": "
|
|
9
|
-
"closeTrigger": "
|
|
10
|
-
"content": "
|
|
11
|
-
"control": "
|
|
12
|
-
"description": "
|
|
13
|
-
"positioner": "
|
|
14
|
-
"progressText": "
|
|
15
|
-
"spotlight": "
|
|
16
|
-
"title": "
|
|
17
|
-
"tour-backdrop-in": "
|
|
18
|
-
"tour-backdrop-out": "
|
|
19
|
-
"tour-content-in": "
|
|
20
|
-
"tour-content-out": "
|
|
4
|
+
"actionTrigger": "_5wc7ja_actionTrigger",
|
|
5
|
+
"arrow": "_5wc7ja_arrow",
|
|
6
|
+
"arrowTip": "_5wc7ja_arrowTip",
|
|
7
|
+
"backdrop": "_5wc7ja_backdrop",
|
|
8
|
+
"closeIcon": "_5wc7ja_closeIcon",
|
|
9
|
+
"closeTrigger": "_5wc7ja_closeTrigger",
|
|
10
|
+
"content": "_5wc7ja_content",
|
|
11
|
+
"control": "_5wc7ja_control",
|
|
12
|
+
"description": "_5wc7ja_description",
|
|
13
|
+
"positioner": "_5wc7ja_positioner",
|
|
14
|
+
"progressText": "_5wc7ja_progressText",
|
|
15
|
+
"spotlight": "_5wc7ja_spotlight",
|
|
16
|
+
"title": "_5wc7ja_title",
|
|
17
|
+
"tour-backdrop-in": "_5wc7ja_tour-backdrop-in",
|
|
18
|
+
"tour-backdrop-out": "_5wc7ja_tour-backdrop-out",
|
|
19
|
+
"tour-content-in": "_5wc7ja_tour-content-in",
|
|
20
|
+
"tour-content-out": "_5wc7ja_tour-content-out"
|
|
21
21
|
};
|
|
22
22
|
//#endregion
|
|
23
23
|
export { Tour_module_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer ui.components {
|
|
2
|
-
|
|
2
|
+
.-ZBX5W_root {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
width: var(--tree-view-width, 20rem);
|
|
5
5
|
max-width: var(--tree-view-max-width, 100%);
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
.-ZBX5W_label {
|
|
18
18
|
color: var(--tree-view-label-color, var(--tree-view-color, var(--color-foreground)));
|
|
19
19
|
font-size: var(--tree-view-label-font-size, var(--text-sm));
|
|
20
20
|
font-weight: var(--tree-view-label-font-weight, var(--weight-medium));
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
user-select: none;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
.-ZBX5W_tree {
|
|
26
26
|
min-width: 0;
|
|
27
27
|
color: var(--tree-view-color, var(--color-foreground));
|
|
28
28
|
font-size: var(--tree-view-item-font-size, var(--text-sm));
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
display: flex;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
.-ZBX5W_branch {
|
|
35
35
|
min-width: 0;
|
|
36
36
|
position: relative;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
.-ZBX5W_branchControl, .-ZBX5W_item {
|
|
40
40
|
box-sizing: border-box;
|
|
41
41
|
width: 100%;
|
|
42
42
|
min-width: 0;
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
.-ZBX5W_branchTrigger, .-ZBX5W_branchIndicator, .-ZBX5W_itemIndicator {
|
|
90
90
|
width: var(--tree-view-indicator-size, 1rem);
|
|
91
91
|
height: var(--tree-view-indicator-size, 1rem);
|
|
92
92
|
flex: 0 0 var(--tree-view-indicator-size, 1rem);
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
|
|
104
|
+
.-ZBX5W_branchTrigger, .-ZBX5W_branchIndicator {
|
|
105
105
|
transition: transform var(--tree-view-transition, var(--transition-default));
|
|
106
106
|
|
|
107
107
|
&[data-state="open"] {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
|
|
112
|
+
.-ZBX5W_branchText, .-ZBX5W_itemText {
|
|
113
113
|
align-items: center;
|
|
114
114
|
gap: var(--tree-view-item-text-gap, var(--spacing-2));
|
|
115
115
|
text-overflow: ellipsis;
|
|
@@ -126,23 +126,23 @@
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
|
|
129
|
+
.-ZBX5W_branchContent {
|
|
130
130
|
min-width: 0;
|
|
131
131
|
position: relative;
|
|
132
132
|
overflow: hidden;
|
|
133
133
|
|
|
134
134
|
&[data-state="open"] {
|
|
135
|
-
animation:
|
|
136
|
-
|
|
135
|
+
animation: -ZBX5W_tree-view-slide-down var(--tree-view-content-transition-duration, .15s) ease-out,
|
|
136
|
+
-ZBX5W_tree-view-fade-in var(--tree-view-content-transition-duration, .15s) ease-out;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
&[data-state="closed"] {
|
|
140
|
-
animation:
|
|
141
|
-
|
|
140
|
+
animation: -ZBX5W_tree-view-slide-up var(--tree-view-content-transition-duration, .15s) ease-out,
|
|
141
|
+
-ZBX5W_tree-view-fade-out var(--tree-view-content-transition-duration, .15s) ease-out;
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
|
|
145
|
+
.-ZBX5W_branchIndentGuide {
|
|
146
146
|
z-index: 1;
|
|
147
147
|
width: var(--tree-view-indent-guide-width, var(--border-width-sm));
|
|
148
148
|
background-color: var(--tree-view-indent-guide-color, var(--color-border));
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
(var(--tree-view-indicator-size, 1rem) / 2));
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
|
|
157
|
+
.-ZBX5W_nodeCheckbox {
|
|
158
158
|
box-sizing: border-box;
|
|
159
159
|
width: var(--tree-view-checkbox-size, 1rem);
|
|
160
160
|
height: var(--tree-view-checkbox-size, 1rem);
|
|
@@ -193,13 +193,13 @@
|
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
|
|
196
|
+
.-ZBX5W_nodeCheckboxIndicator {
|
|
197
197
|
justify-content: center;
|
|
198
198
|
align-items: center;
|
|
199
199
|
display: inline-flex;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
|
|
202
|
+
.-ZBX5W_nodeRenameInput {
|
|
203
203
|
box-sizing: border-box;
|
|
204
204
|
border: var(--tree-view-rename-input-border-width, var(--border-width-sm)) solid
|
|
205
205
|
var(--tree-view-rename-input-border-color, var(--color-ring));
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
@keyframes
|
|
222
|
+
@keyframes -ZBX5W_tree-view-slide-down {
|
|
223
223
|
from {
|
|
224
224
|
height: 0;
|
|
225
225
|
}
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
@keyframes
|
|
232
|
+
@keyframes -ZBX5W_tree-view-slide-up {
|
|
233
233
|
from {
|
|
234
234
|
height: var(--height);
|
|
235
235
|
}
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
@keyframes
|
|
242
|
+
@keyframes -ZBX5W_tree-view-fade-in {
|
|
243
243
|
from {
|
|
244
244
|
opacity: .01;
|
|
245
245
|
}
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
@keyframes
|
|
252
|
+
@keyframes -ZBX5W_tree-view-fade-out {
|
|
253
253
|
from {
|
|
254
254
|
opacity: 1;
|
|
255
255
|
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import './TreeView.css';
|
|
2
2
|
//#region src/components/tree-view/TreeView.module.css
|
|
3
3
|
var TreeView_module_default = {
|
|
4
|
-
"branch": "
|
|
5
|
-
"branchContent": "
|
|
6
|
-
"branchControl": "
|
|
7
|
-
"branchIndentGuide": "
|
|
8
|
-
"branchIndicator": "
|
|
9
|
-
"branchText": "
|
|
10
|
-
"branchTrigger": "
|
|
11
|
-
"item": "
|
|
12
|
-
"itemIndicator": "
|
|
13
|
-
"itemText": "
|
|
14
|
-
"label": "
|
|
15
|
-
"nodeCheckbox": "
|
|
16
|
-
"nodeCheckboxIndicator": "
|
|
17
|
-
"nodeRenameInput": "
|
|
18
|
-
"root": "
|
|
19
|
-
"tree": "
|
|
20
|
-
"tree-view-fade-in": "
|
|
21
|
-
"tree-view-fade-out": "
|
|
22
|
-
"tree-view-slide-down": "
|
|
23
|
-
"tree-view-slide-up": "
|
|
4
|
+
"branch": "-ZBX5W_branch",
|
|
5
|
+
"branchContent": "-ZBX5W_branchContent",
|
|
6
|
+
"branchControl": "-ZBX5W_branchControl",
|
|
7
|
+
"branchIndentGuide": "-ZBX5W_branchIndentGuide",
|
|
8
|
+
"branchIndicator": "-ZBX5W_branchIndicator",
|
|
9
|
+
"branchText": "-ZBX5W_branchText",
|
|
10
|
+
"branchTrigger": "-ZBX5W_branchTrigger",
|
|
11
|
+
"item": "-ZBX5W_item",
|
|
12
|
+
"itemIndicator": "-ZBX5W_itemIndicator",
|
|
13
|
+
"itemText": "-ZBX5W_itemText",
|
|
14
|
+
"label": "-ZBX5W_label",
|
|
15
|
+
"nodeCheckbox": "-ZBX5W_nodeCheckbox",
|
|
16
|
+
"nodeCheckboxIndicator": "-ZBX5W_nodeCheckboxIndicator",
|
|
17
|
+
"nodeRenameInput": "-ZBX5W_nodeRenameInput",
|
|
18
|
+
"root": "-ZBX5W_root",
|
|
19
|
+
"tree": "-ZBX5W_tree",
|
|
20
|
+
"tree-view-fade-in": "-ZBX5W_tree-view-fade-in",
|
|
21
|
+
"tree-view-fade-out": "-ZBX5W_tree-view-fade-out",
|
|
22
|
+
"tree-view-slide-down": "-ZBX5W_tree-view-slide-down",
|
|
23
|
+
"tree-view-slide-up": "-ZBX5W_tree-view-slide-up"
|
|
24
24
|
};
|
|
25
25
|
//#endregion
|
|
26
26
|
export { TreeView_module_default as default };
|