@mantine/core 8.3.3 → 8.3.4
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/cjs/components/Input/InputClearSection/InputClearSection.cjs +1 -1
- package/cjs/components/Input/InputClearSection/InputClearSection.cjs.map +1 -1
- package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs +0 -1
- package/cjs/components/Transition/get-transition-styles/get-transition-styles.cjs.map +1 -1
- package/esm/components/Input/InputClearSection/InputClearSection.mjs +1 -1
- package/esm/components/Input/InputClearSection/InputClearSection.mjs.map +1 -1
- package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs +0 -1
- package/esm/components/Transition/get-transition-styles/get-transition-styles.mjs.map +1 -1
- package/package.json +2 -2
- package/styles/Accordion.css +178 -0
- package/styles/Accordion.layer.css +179 -0
- package/styles/ActionIcon.css +188 -0
- package/styles/ActionIcon.layer.css +189 -0
- package/styles/Affix.css +8 -0
- package/styles/Affix.layer.css +9 -0
- package/styles/Alert.css +82 -0
- package/styles/Alert.layer.css +83 -0
- package/styles/Anchor.css +56 -0
- package/styles/Anchor.layer.css +57 -0
- package/styles/AngleSlider.css +106 -0
- package/styles/AngleSlider.layer.css +107 -0
- package/styles/AppShell.css +127 -0
- package/styles/AppShell.layer.css +128 -0
- package/styles/AspectRatio.css +13 -0
- package/styles/AspectRatio.layer.css +14 -0
- package/styles/Avatar.css +68 -0
- package/styles/Avatar.layer.css +69 -0
- package/styles/BackgroundImage.css +9 -0
- package/styles/BackgroundImage.layer.css +10 -0
- package/styles/Badge.css +127 -0
- package/styles/Badge.layer.css +128 -0
- package/styles/Blockquote.css +41 -0
- package/styles/Blockquote.layer.css +42 -0
- package/styles/Breadcrumbs.css +27 -0
- package/styles/Breadcrumbs.layer.css +28 -0
- package/styles/Burger.css +68 -0
- package/styles/Burger.layer.css +69 -0
- package/styles/Button.css +261 -0
- package/styles/Button.layer.css +262 -0
- package/styles/Card.css +54 -0
- package/styles/Card.layer.css +55 -0
- package/styles/Center.css +9 -0
- package/styles/Center.layer.css +10 -0
- package/styles/Checkbox.css +110 -0
- package/styles/Checkbox.layer.css +111 -0
- package/styles/CheckboxCard.css +24 -0
- package/styles/CheckboxCard.layer.css +25 -0
- package/styles/CheckboxIndicator.css +97 -0
- package/styles/CheckboxIndicator.layer.css +98 -0
- package/styles/Chip.css +199 -0
- package/styles/Chip.layer.css +200 -0
- package/styles/CloseButton.css +58 -0
- package/styles/CloseButton.layer.css +59 -0
- package/styles/Code.css +21 -0
- package/styles/Code.layer.css +22 -0
- package/styles/ColorInput.css +21 -0
- package/styles/ColorInput.layer.css +22 -0
- package/styles/ColorPicker.css +160 -0
- package/styles/ColorPicker.layer.css +161 -0
- package/styles/ColorSwatch.css +71 -0
- package/styles/ColorSwatch.layer.css +72 -0
- package/styles/Combobox.css +210 -0
- package/styles/Combobox.layer.css +211 -0
- package/styles/Container.css +37 -0
- package/styles/Container.layer.css +38 -0
- package/styles/Dialog.css +19 -0
- package/styles/Dialog.layer.css +20 -0
- package/styles/Divider.css +62 -0
- package/styles/Divider.layer.css +63 -0
- package/styles/Drawer.css +33 -0
- package/styles/Drawer.layer.css +34 -0
- package/styles/Fieldset.css +49 -0
- package/styles/Fieldset.layer.css +50 -0
- package/styles/Flex.css +3 -0
- package/styles/Flex.layer.css +4 -0
- package/styles/FloatingIndicator.css +20 -0
- package/styles/FloatingIndicator.layer.css +21 -0
- package/styles/Grid.css +34 -0
- package/styles/Grid.layer.css +35 -0
- package/styles/Group.css +13 -0
- package/styles/Group.layer.css +14 -0
- package/styles/Image.css +6 -0
- package/styles/Image.layer.css +7 -0
- package/styles/Indicator.css +64 -0
- package/styles/Indicator.layer.css +65 -0
- package/styles/InlineInput.css +66 -0
- package/styles/InlineInput.layer.css +67 -0
- package/styles/Input.css +333 -0
- package/styles/Input.layer.css +334 -0
- package/styles/Kbd.css +31 -0
- package/styles/Kbd.layer.css +32 -0
- package/styles/List.css +51 -0
- package/styles/List.layer.css +52 -0
- package/styles/Loader.css +114 -0
- package/styles/Loader.layer.css +115 -0
- package/styles/LoadingOverlay.css +18 -0
- package/styles/LoadingOverlay.layer.css +19 -0
- package/styles/Mark.css +11 -0
- package/styles/Mark.layer.css +12 -0
- package/styles/Menu.css +80 -0
- package/styles/Menu.layer.css +81 -0
- package/styles/Modal.css +61 -0
- package/styles/Modal.layer.css +62 -0
- package/styles/ModalBase.css +56 -0
- package/styles/ModalBase.layer.css +57 -0
- package/styles/NavLink.css +118 -0
- package/styles/NavLink.layer.css +119 -0
- package/styles/Notification.css +131 -0
- package/styles/Notification.layer.css +132 -0
- package/styles/NumberInput.css +81 -0
- package/styles/NumberInput.layer.css +82 -0
- package/styles/Overlay.css +19 -0
- package/styles/Overlay.layer.css +20 -0
- package/styles/Pagination.css +96 -0
- package/styles/Pagination.layer.css +97 -0
- package/styles/Paper.css +24 -0
- package/styles/Paper.layer.css +25 -0
- package/styles/PasswordInput.css +62 -0
- package/styles/PasswordInput.layer.css +63 -0
- package/styles/Pill.css +117 -0
- package/styles/Pill.layer.css +118 -0
- package/styles/PillsInput.css +45 -0
- package/styles/PillsInput.layer.css +46 -0
- package/styles/PinInput.css +13 -0
- package/styles/PinInput.layer.css +14 -0
- package/styles/Popover.css +36 -0
- package/styles/Popover.layer.css +37 -0
- package/styles/Progress.css +142 -0
- package/styles/Progress.layer.css +143 -0
- package/styles/Radio.css +109 -0
- package/styles/Radio.layer.css +110 -0
- package/styles/RadioCard.css +24 -0
- package/styles/RadioCard.layer.css +25 -0
- package/styles/RadioIndicator.css +91 -0
- package/styles/RadioIndicator.layer.css +92 -0
- package/styles/Rating.css +82 -0
- package/styles/Rating.layer.css +83 -0
- package/styles/RingProgress.css +39 -0
- package/styles/RingProgress.layer.css +40 -0
- package/styles/ScrollArea.css +189 -0
- package/styles/ScrollArea.layer.css +190 -0
- package/styles/SegmentedControl.css +224 -0
- package/styles/SegmentedControl.layer.css +225 -0
- package/styles/SemiCircleProgress.css +56 -0
- package/styles/SemiCircleProgress.layer.css +57 -0
- package/styles/SimpleGrid.css +9 -0
- package/styles/SimpleGrid.layer.css +10 -0
- package/styles/Skeleton.css +50 -0
- package/styles/Skeleton.layer.css +51 -0
- package/styles/Slider.css +209 -0
- package/styles/Slider.layer.css +210 -0
- package/styles/Spoiler.css +21 -0
- package/styles/Spoiler.layer.css +22 -0
- package/styles/Stack.css +7 -0
- package/styles/Stack.layer.css +8 -0
- package/styles/Stepper.css +204 -0
- package/styles/Stepper.layer.css +205 -0
- package/styles/Switch.css +172 -0
- package/styles/Switch.layer.css +173 -0
- package/styles/Table.css +159 -0
- package/styles/Table.layer.css +160 -0
- package/styles/TableOfContents.css +38 -0
- package/styles/TableOfContents.layer.css +39 -0
- package/styles/Tabs.css +368 -0
- package/styles/Tabs.layer.css +369 -0
- package/styles/Text.css +51 -0
- package/styles/Text.layer.css +52 -0
- package/styles/ThemeIcon.css +24 -0
- package/styles/ThemeIcon.layer.css +25 -0
- package/styles/Timeline.css +173 -0
- package/styles/Timeline.layer.css +174 -0
- package/styles/Title.css +16 -0
- package/styles/Title.layer.css +17 -0
- package/styles/Tooltip.css +34 -0
- package/styles/Tooltip.layer.css +35 -0
- package/styles/Tree.css +36 -0
- package/styles/Tree.layer.css +37 -0
- package/styles/Typography.css +209 -0
- package/styles/Typography.layer.css +210 -0
- package/styles/UnstyledButton.css +17 -0
- package/styles/UnstyledButton.layer.css +18 -0
- package/styles/VisuallyHidden.css +11 -0
- package/styles/VisuallyHidden.layer.css +12 -0
- package/styles/baseline.css +40 -0
- package/styles/baseline.layer.css +41 -0
- package/styles/default-css-variables.css +519 -0
- package/styles/default-css-variables.layer.css +520 -0
- package/styles/global.css +40 -0
- package/styles/global.layer.css +41 -0
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
.m_8d3f4000 {
|
|
2
|
+
--ai-size-xs: 18px;
|
|
3
|
+
--ai-size-sm: 22px;
|
|
4
|
+
--ai-size-md: 28px;
|
|
5
|
+
--ai-size-lg: 34px;
|
|
6
|
+
--ai-size-xl: 44px;
|
|
7
|
+
|
|
8
|
+
--ai-size-input-xs: 30px;
|
|
9
|
+
--ai-size-input-sm: 36px;
|
|
10
|
+
--ai-size-input-md: 42px;
|
|
11
|
+
--ai-size-input-lg: 50px;
|
|
12
|
+
--ai-size-input-xl: 60px;
|
|
13
|
+
|
|
14
|
+
--ai-size: var(--ai-size-md);
|
|
15
|
+
--ai-color: var(--mantine-color-white);
|
|
16
|
+
|
|
17
|
+
line-height: 1;
|
|
18
|
+
display: inline-flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
position: relative;
|
|
22
|
+
user-select: none;
|
|
23
|
+
overflow: hidden;
|
|
24
|
+
|
|
25
|
+
width: var(--ai-size);
|
|
26
|
+
height: var(--ai-size);
|
|
27
|
+
min-width: var(--ai-size);
|
|
28
|
+
min-height: var(--ai-size);
|
|
29
|
+
border-radius: var(--ai-radius, var(--mantine-radius-default));
|
|
30
|
+
background: var(--ai-bg, var(--mantine-primary-color-filled));
|
|
31
|
+
color: var(--ai-color, var(--mantine-color-white));
|
|
32
|
+
border: var(--ai-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@media (hover: hover) {
|
|
37
|
+
.m_8d3f4000:hover:where(:not([data-loading], :disabled, [data-disabled])) {
|
|
38
|
+
background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
|
|
39
|
+
color: var(--ai-hover-color, var(--ai-color));
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@media (hover: none) {
|
|
44
|
+
.m_8d3f4000:active:where(:not([data-loading], :disabled, [data-disabled])) {
|
|
45
|
+
background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
|
|
46
|
+
color: var(--ai-hover-color, var(--ai-color));
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.m_8d3f4000[data-loading] {
|
|
51
|
+
cursor: not-allowed;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.m_8d3f4000[data-loading] .m_8d3afb97 {
|
|
55
|
+
opacity: 0;
|
|
56
|
+
transform: translateY(100%);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
|
|
60
|
+
cursor: not-allowed;
|
|
61
|
+
border: 1px solid transparent;
|
|
62
|
+
color: var(--mantine-color-disabled-color);
|
|
63
|
+
background-color: var(--mantine-color-disabled);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])):active {
|
|
67
|
+
transform: none;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.m_302b9fb1 {
|
|
71
|
+
inset: -1px;
|
|
72
|
+
position: absolute;
|
|
73
|
+
border-radius: var(--ai-radius, var(--mantine-radius-default));
|
|
74
|
+
display: flex;
|
|
75
|
+
align-items: center;
|
|
76
|
+
justify-content: center;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
:where([data-mantine-color-scheme='light']) .m_302b9fb1 {
|
|
80
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
:where([data-mantine-color-scheme='dark']) .m_302b9fb1 {
|
|
84
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.m_1a0f1b21 {
|
|
88
|
+
--ai-border-width: 1px;
|
|
89
|
+
display: flex;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.m_1a0f1b21 :where(*):focus {
|
|
93
|
+
position: relative;
|
|
94
|
+
z-index: 1;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.m_1a0f1b21[data-orientation='horizontal'] {
|
|
98
|
+
flex-direction: row;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):first-child {
|
|
102
|
+
border-end-end-radius: 0;
|
|
103
|
+
border-start-end-radius: 0;
|
|
104
|
+
border-inline-end-width: calc(var(--ai-border-width) / 2);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):last-child {
|
|
108
|
+
border-end-start-radius: 0;
|
|
109
|
+
border-start-start-radius: 0;
|
|
110
|
+
border-inline-start-width: calc(var(--ai-border-width) / 2);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
|
|
114
|
+
border-radius: 0;
|
|
115
|
+
border-inline-width: calc(var(--ai-border-width) / 2);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.m_1a0f1b21[data-orientation='vertical'] {
|
|
119
|
+
flex-direction: column;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):first-child {
|
|
123
|
+
border-end-start-radius: 0;
|
|
124
|
+
border-end-end-radius: 0;
|
|
125
|
+
border-bottom-width: calc(var(--ai-border-width) / 2);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):last-child {
|
|
129
|
+
border-start-start-radius: 0;
|
|
130
|
+
border-start-end-radius: 0;
|
|
131
|
+
border-top-width: calc(var(--ai-border-width) / 2);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
|
|
135
|
+
border-radius: 0;
|
|
136
|
+
border-bottom-width: calc(var(--ai-border-width) / 2);
|
|
137
|
+
border-top-width: calc(var(--ai-border-width) / 2);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.m_8d3afb97 {
|
|
141
|
+
display: flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
justify-content: center;
|
|
144
|
+
transition:
|
|
145
|
+
transform 150ms ease,
|
|
146
|
+
opacity 100ms ease;
|
|
147
|
+
width: 100%;
|
|
148
|
+
height: 100%;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.m_437b6484 {
|
|
152
|
+
--section-height-xs: 18px;
|
|
153
|
+
--section-height-sm: 22px;
|
|
154
|
+
--section-height-md: 28px;
|
|
155
|
+
--section-height-lg: 34px;
|
|
156
|
+
--section-height-xl: 44px;
|
|
157
|
+
|
|
158
|
+
--section-height-input-xs: 30px;
|
|
159
|
+
--section-height-input-sm: 36px;
|
|
160
|
+
--section-height-input-md: 42px;
|
|
161
|
+
--section-height-input-lg: 50px;
|
|
162
|
+
--section-height-input-xl: 60px;
|
|
163
|
+
|
|
164
|
+
--section-padding-x-xs: 6px;
|
|
165
|
+
--section-padding-x-sm: 8px;
|
|
166
|
+
--section-padding-x-md: 10px;
|
|
167
|
+
--section-padding-x-lg: 12px;
|
|
168
|
+
--section-padding-x-xl: 16px;
|
|
169
|
+
|
|
170
|
+
--section-height: var(--section-height-sm);
|
|
171
|
+
--section-padding-x: var(--section-padding-x-sm);
|
|
172
|
+
--section-color: var(--mantine-color-white);
|
|
173
|
+
|
|
174
|
+
font-weight: 600;
|
|
175
|
+
width: auto;
|
|
176
|
+
border-radius: var(--section-radius, var(--mantine-radius-default));
|
|
177
|
+
font-size: var(--section-fz, var(--mantine-font-size-sm));
|
|
178
|
+
background: var(--section-bg, var(--mantine-primary-color-filled));
|
|
179
|
+
border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
|
|
180
|
+
color: var(--section-color, var(--mantine-color-white));
|
|
181
|
+
height: var(--section-height, var(--section-height-sm));
|
|
182
|
+
padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
|
|
183
|
+
vertical-align: middle;
|
|
184
|
+
line-height: 1;
|
|
185
|
+
display: inline-flex;
|
|
186
|
+
align-items: center;
|
|
187
|
+
justify-content: center;
|
|
188
|
+
}
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
@layer mantine {.m_8d3f4000 {
|
|
2
|
+
--ai-size-xs: 18px;
|
|
3
|
+
--ai-size-sm: 22px;
|
|
4
|
+
--ai-size-md: 28px;
|
|
5
|
+
--ai-size-lg: 34px;
|
|
6
|
+
--ai-size-xl: 44px;
|
|
7
|
+
|
|
8
|
+
--ai-size-input-xs: 30px;
|
|
9
|
+
--ai-size-input-sm: 36px;
|
|
10
|
+
--ai-size-input-md: 42px;
|
|
11
|
+
--ai-size-input-lg: 50px;
|
|
12
|
+
--ai-size-input-xl: 60px;
|
|
13
|
+
|
|
14
|
+
--ai-size: var(--ai-size-md);
|
|
15
|
+
--ai-color: var(--mantine-color-white);
|
|
16
|
+
|
|
17
|
+
line-height: 1;
|
|
18
|
+
display: inline-flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
position: relative;
|
|
22
|
+
user-select: none;
|
|
23
|
+
overflow: hidden;
|
|
24
|
+
|
|
25
|
+
width: var(--ai-size);
|
|
26
|
+
height: var(--ai-size);
|
|
27
|
+
min-width: var(--ai-size);
|
|
28
|
+
min-height: var(--ai-size);
|
|
29
|
+
border-radius: var(--ai-radius, var(--mantine-radius-default));
|
|
30
|
+
background: var(--ai-bg, var(--mantine-primary-color-filled));
|
|
31
|
+
color: var(--ai-color, var(--mantine-color-white));
|
|
32
|
+
border: var(--ai-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@media (hover: hover) {
|
|
37
|
+
.m_8d3f4000:hover:where(:not([data-loading], :disabled, [data-disabled])) {
|
|
38
|
+
background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
|
|
39
|
+
color: var(--ai-hover-color, var(--ai-color));
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@media (hover: none) {
|
|
44
|
+
.m_8d3f4000:active:where(:not([data-loading], :disabled, [data-disabled])) {
|
|
45
|
+
background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
|
|
46
|
+
color: var(--ai-hover-color, var(--ai-color));
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.m_8d3f4000[data-loading] {
|
|
51
|
+
cursor: not-allowed;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.m_8d3f4000[data-loading] .m_8d3afb97 {
|
|
55
|
+
opacity: 0;
|
|
56
|
+
transform: translateY(100%);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
|
|
60
|
+
cursor: not-allowed;
|
|
61
|
+
border: 1px solid transparent;
|
|
62
|
+
color: var(--mantine-color-disabled-color);
|
|
63
|
+
background-color: var(--mantine-color-disabled);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])):active {
|
|
67
|
+
transform: none;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.m_302b9fb1 {
|
|
71
|
+
inset: -1px;
|
|
72
|
+
position: absolute;
|
|
73
|
+
border-radius: var(--ai-radius, var(--mantine-radius-default));
|
|
74
|
+
display: flex;
|
|
75
|
+
align-items: center;
|
|
76
|
+
justify-content: center;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
:where([data-mantine-color-scheme='light']) .m_302b9fb1 {
|
|
80
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
:where([data-mantine-color-scheme='dark']) .m_302b9fb1 {
|
|
84
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.m_1a0f1b21 {
|
|
88
|
+
--ai-border-width: 1px;
|
|
89
|
+
display: flex;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.m_1a0f1b21 :where(*):focus {
|
|
93
|
+
position: relative;
|
|
94
|
+
z-index: 1;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.m_1a0f1b21[data-orientation='horizontal'] {
|
|
98
|
+
flex-direction: row;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):first-child {
|
|
102
|
+
border-end-end-radius: 0;
|
|
103
|
+
border-start-end-radius: 0;
|
|
104
|
+
border-inline-end-width: calc(var(--ai-border-width) / 2);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):last-child {
|
|
108
|
+
border-end-start-radius: 0;
|
|
109
|
+
border-start-start-radius: 0;
|
|
110
|
+
border-inline-start-width: calc(var(--ai-border-width) / 2);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='horizontal'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
|
|
114
|
+
border-radius: 0;
|
|
115
|
+
border-inline-width: calc(var(--ai-border-width) / 2);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.m_1a0f1b21[data-orientation='vertical'] {
|
|
119
|
+
flex-direction: column;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):first-child {
|
|
123
|
+
border-end-start-radius: 0;
|
|
124
|
+
border-end-end-radius: 0;
|
|
125
|
+
border-bottom-width: calc(var(--ai-border-width) / 2);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child, .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):last-child {
|
|
129
|
+
border-start-start-radius: 0;
|
|
130
|
+
border-start-end-radius: 0;
|
|
131
|
+
border-top-width: calc(var(--ai-border-width) / 2);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child), .m_1a0f1b21[data-orientation='vertical'] .m_437b6484:not(:only-child):not(:first-child):not(:last-child) {
|
|
135
|
+
border-radius: 0;
|
|
136
|
+
border-bottom-width: calc(var(--ai-border-width) / 2);
|
|
137
|
+
border-top-width: calc(var(--ai-border-width) / 2);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.m_8d3afb97 {
|
|
141
|
+
display: flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
justify-content: center;
|
|
144
|
+
transition:
|
|
145
|
+
transform 150ms ease,
|
|
146
|
+
opacity 100ms ease;
|
|
147
|
+
width: 100%;
|
|
148
|
+
height: 100%;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.m_437b6484 {
|
|
152
|
+
--section-height-xs: 18px;
|
|
153
|
+
--section-height-sm: 22px;
|
|
154
|
+
--section-height-md: 28px;
|
|
155
|
+
--section-height-lg: 34px;
|
|
156
|
+
--section-height-xl: 44px;
|
|
157
|
+
|
|
158
|
+
--section-height-input-xs: 30px;
|
|
159
|
+
--section-height-input-sm: 36px;
|
|
160
|
+
--section-height-input-md: 42px;
|
|
161
|
+
--section-height-input-lg: 50px;
|
|
162
|
+
--section-height-input-xl: 60px;
|
|
163
|
+
|
|
164
|
+
--section-padding-x-xs: 6px;
|
|
165
|
+
--section-padding-x-sm: 8px;
|
|
166
|
+
--section-padding-x-md: 10px;
|
|
167
|
+
--section-padding-x-lg: 12px;
|
|
168
|
+
--section-padding-x-xl: 16px;
|
|
169
|
+
|
|
170
|
+
--section-height: var(--section-height-sm);
|
|
171
|
+
--section-padding-x: var(--section-padding-x-sm);
|
|
172
|
+
--section-color: var(--mantine-color-white);
|
|
173
|
+
|
|
174
|
+
font-weight: 600;
|
|
175
|
+
width: auto;
|
|
176
|
+
border-radius: var(--section-radius, var(--mantine-radius-default));
|
|
177
|
+
font-size: var(--section-fz, var(--mantine-font-size-sm));
|
|
178
|
+
background: var(--section-bg, var(--mantine-primary-color-filled));
|
|
179
|
+
border: var(--section-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
|
|
180
|
+
color: var(--section-color, var(--mantine-color-white));
|
|
181
|
+
height: var(--section-height, var(--section-height-sm));
|
|
182
|
+
padding-inline: var(--section-padding-x, var(--section-padding-x-sm));
|
|
183
|
+
vertical-align: middle;
|
|
184
|
+
line-height: 1;
|
|
185
|
+
display: inline-flex;
|
|
186
|
+
align-items: center;
|
|
187
|
+
justify-content: center;
|
|
188
|
+
}
|
|
189
|
+
}
|
package/styles/Affix.css
ADDED
package/styles/Alert.css
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
.m_66836ed3 {
|
|
2
|
+
--alert-radius: var(--mantine-radius-default);
|
|
3
|
+
--alert-bg: var(--mantine-primary-color-light);
|
|
4
|
+
--alert-bd: 1px solid transparent;
|
|
5
|
+
--alert-color: var(--mantine-primary-color-light-color);
|
|
6
|
+
|
|
7
|
+
padding: var(--mantine-spacing-md) var(--mantine-spacing-md);
|
|
8
|
+
border-radius: var(--alert-radius);
|
|
9
|
+
position: relative;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
background-color: var(--alert-bg);
|
|
12
|
+
border: var(--alert-bd);
|
|
13
|
+
color: var(--alert-color);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.m_a5d60502 {
|
|
17
|
+
display: flex;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.m_667c2793 {
|
|
21
|
+
flex: 1;
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
gap: var(--mantine-spacing-xs);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.m_6a03f287 {
|
|
28
|
+
display: flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
justify-content: space-between;
|
|
31
|
+
font-size: var(--mantine-font-size-sm);
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.m_6a03f287:where([data-with-close-button]) {
|
|
36
|
+
padding-inline-end: var(--mantine-spacing-md);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.m_698f4f23 {
|
|
40
|
+
display: block;
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
text-overflow: ellipsis;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.m_667f2a6a {
|
|
46
|
+
line-height: 1;
|
|
47
|
+
width: 20px;
|
|
48
|
+
height: 20px;
|
|
49
|
+
display: flex;
|
|
50
|
+
align-items: center;
|
|
51
|
+
justify-content: flex-start;
|
|
52
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
53
|
+
margin-top: 1px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.m_7fa78076 {
|
|
57
|
+
text-overflow: ellipsis;
|
|
58
|
+
overflow: hidden;
|
|
59
|
+
font-size: var(--mantine-font-size-sm);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
:where([data-mantine-color-scheme='light']) .m_7fa78076 {
|
|
63
|
+
color: var(--mantine-color-black);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
:where([data-mantine-color-scheme='dark']) .m_7fa78076 {
|
|
67
|
+
color: var(--mantine-color-white);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.m_7fa78076:where([data-variant='filled']) {
|
|
71
|
+
color: var(--alert-color);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.m_7fa78076:where([data-variant='white']) {
|
|
75
|
+
color: var(--mantine-color-black);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.m_87f54839 {
|
|
79
|
+
width: 20px;
|
|
80
|
+
height: 20px;
|
|
81
|
+
color: var(--alert-color);
|
|
82
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
@layer mantine {.m_66836ed3 {
|
|
2
|
+
--alert-radius: var(--mantine-radius-default);
|
|
3
|
+
--alert-bg: var(--mantine-primary-color-light);
|
|
4
|
+
--alert-bd: 1px solid transparent;
|
|
5
|
+
--alert-color: var(--mantine-primary-color-light-color);
|
|
6
|
+
|
|
7
|
+
padding: var(--mantine-spacing-md) var(--mantine-spacing-md);
|
|
8
|
+
border-radius: var(--alert-radius);
|
|
9
|
+
position: relative;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
background-color: var(--alert-bg);
|
|
12
|
+
border: var(--alert-bd);
|
|
13
|
+
color: var(--alert-color);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.m_a5d60502 {
|
|
17
|
+
display: flex;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.m_667c2793 {
|
|
21
|
+
flex: 1;
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
gap: var(--mantine-spacing-xs);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.m_6a03f287 {
|
|
28
|
+
display: flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
justify-content: space-between;
|
|
31
|
+
font-size: var(--mantine-font-size-sm);
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.m_6a03f287:where([data-with-close-button]) {
|
|
36
|
+
padding-inline-end: var(--mantine-spacing-md);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.m_698f4f23 {
|
|
40
|
+
display: block;
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
text-overflow: ellipsis;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.m_667f2a6a {
|
|
46
|
+
line-height: 1;
|
|
47
|
+
width: 20px;
|
|
48
|
+
height: 20px;
|
|
49
|
+
display: flex;
|
|
50
|
+
align-items: center;
|
|
51
|
+
justify-content: flex-start;
|
|
52
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
53
|
+
margin-top: 1px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.m_7fa78076 {
|
|
57
|
+
text-overflow: ellipsis;
|
|
58
|
+
overflow: hidden;
|
|
59
|
+
font-size: var(--mantine-font-size-sm);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
:where([data-mantine-color-scheme='light']) .m_7fa78076 {
|
|
63
|
+
color: var(--mantine-color-black);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
:where([data-mantine-color-scheme='dark']) .m_7fa78076 {
|
|
67
|
+
color: var(--mantine-color-white);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.m_7fa78076:where([data-variant='filled']) {
|
|
71
|
+
color: var(--alert-color);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.m_7fa78076:where([data-variant='white']) {
|
|
75
|
+
color: var(--mantine-color-black);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.m_87f54839 {
|
|
79
|
+
width: 20px;
|
|
80
|
+
height: 20px;
|
|
81
|
+
color: var(--alert-color);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
.m_849cf0da {
|
|
2
|
+
color: var(--mantine-color-anchor);
|
|
3
|
+
text-decoration: none;
|
|
4
|
+
appearance: none;
|
|
5
|
+
border: none;
|
|
6
|
+
display: inline;
|
|
7
|
+
padding: 0;
|
|
8
|
+
margin: 0;
|
|
9
|
+
background-color: transparent;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@media (hover: hover) {
|
|
14
|
+
|
|
15
|
+
.m_849cf0da:where([data-underline='hover']):hover {
|
|
16
|
+
text-decoration: underline;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@media (hover: none) {
|
|
21
|
+
|
|
22
|
+
.m_849cf0da:where([data-underline='hover']):active {
|
|
23
|
+
text-decoration: underline;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.m_849cf0da:where([data-underline='not-hover']) {
|
|
28
|
+
text-decoration: underline;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@media (hover: hover) {
|
|
32
|
+
|
|
33
|
+
.m_849cf0da:where([data-underline='not-hover']):hover {
|
|
34
|
+
text-decoration: none;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@media (hover: none) {
|
|
39
|
+
|
|
40
|
+
.m_849cf0da:where([data-underline='not-hover']):active {
|
|
41
|
+
text-decoration: none;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.m_849cf0da:where([data-underline='always']) {
|
|
46
|
+
text-decoration: underline;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.m_849cf0da:where([data-variant='gradient']),
|
|
50
|
+
.m_849cf0da:where([data-variant='gradient']):hover {
|
|
51
|
+
text-decoration: none;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.m_849cf0da:where([data-line-clamp]) {
|
|
55
|
+
display: -webkit-box;
|
|
56
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
@layer mantine {.m_849cf0da {
|
|
2
|
+
color: var(--mantine-color-anchor);
|
|
3
|
+
text-decoration: none;
|
|
4
|
+
appearance: none;
|
|
5
|
+
border: none;
|
|
6
|
+
display: inline;
|
|
7
|
+
padding: 0;
|
|
8
|
+
margin: 0;
|
|
9
|
+
background-color: transparent;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@media (hover: hover) {
|
|
14
|
+
|
|
15
|
+
.m_849cf0da:where([data-underline='hover']):hover {
|
|
16
|
+
text-decoration: underline;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@media (hover: none) {
|
|
21
|
+
|
|
22
|
+
.m_849cf0da:where([data-underline='hover']):active {
|
|
23
|
+
text-decoration: underline;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.m_849cf0da:where([data-underline='not-hover']) {
|
|
28
|
+
text-decoration: underline;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@media (hover: hover) {
|
|
32
|
+
|
|
33
|
+
.m_849cf0da:where([data-underline='not-hover']):hover {
|
|
34
|
+
text-decoration: none;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@media (hover: none) {
|
|
39
|
+
|
|
40
|
+
.m_849cf0da:where([data-underline='not-hover']):active {
|
|
41
|
+
text-decoration: none;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.m_849cf0da:where([data-underline='always']) {
|
|
46
|
+
text-decoration: underline;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.m_849cf0da:where([data-variant='gradient']),
|
|
50
|
+
.m_849cf0da:where([data-variant='gradient']):hover {
|
|
51
|
+
text-decoration: none;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.m_849cf0da:where([data-line-clamp]) {
|
|
55
|
+
display: -webkit-box;
|
|
56
|
+
}
|
|
57
|
+
}
|