@mantine/core 8.3.3 → 8.3.5
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/Alert/Alert.cjs +2 -2
- package/cjs/components/Alert/Alert.cjs.map +1 -1
- package/cjs/components/Checkbox/Checkbox.cjs +6 -1
- package/cjs/components/Checkbox/Checkbox.cjs.map +1 -1
- 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/Alert/Alert.mjs +2 -2
- package/esm/components/Alert/Alert.mjs.map +1 -1
- package/esm/components/Checkbox/Checkbox.mjs +6 -1
- package/esm/components/Checkbox/Checkbox.mjs.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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-transition-styles.mjs","sources":["../../../../src/components/Transition/get-transition-styles/get-transition-styles.ts"],"sourcesContent":["import { MantineTransition, transitions } from '../transitions';\n\nconst transitionStatuses = {\n entering: 'in',\n entered: 'in',\n exiting: 'out',\n exited: 'out',\n 'pre-exiting': 'out',\n 'pre-entering': 'out',\n} as const;\n\nexport function getTransitionStyles({\n transition,\n state,\n duration,\n timingFunction,\n}: {\n transition: MantineTransition;\n state: keyof typeof transitionStatuses;\n duration: number;\n timingFunction: React.CSSProperties['transitionTimingFunction'];\n}): React.CSSProperties {\n const shared: React.CSSProperties = {\n WebkitBackfaceVisibility: 'hidden',\n
|
|
1
|
+
{"version":3,"file":"get-transition-styles.mjs","sources":["../../../../src/components/Transition/get-transition-styles/get-transition-styles.ts"],"sourcesContent":["import { MantineTransition, transitions } from '../transitions';\n\nconst transitionStatuses = {\n entering: 'in',\n entered: 'in',\n exiting: 'out',\n exited: 'out',\n 'pre-exiting': 'out',\n 'pre-entering': 'out',\n} as const;\n\nexport function getTransitionStyles({\n transition,\n state,\n duration,\n timingFunction,\n}: {\n transition: MantineTransition;\n state: keyof typeof transitionStatuses;\n duration: number;\n timingFunction: React.CSSProperties['transitionTimingFunction'];\n}): React.CSSProperties {\n const shared: React.CSSProperties = {\n WebkitBackfaceVisibility: 'hidden',\n transitionDuration: `${duration}ms`,\n transitionTimingFunction: timingFunction,\n };\n\n if (typeof transition === 'string') {\n if (!(transition in transitions)) {\n return {};\n }\n\n return {\n transitionProperty: transitions[transition].transitionProperty,\n ...shared,\n ...transitions[transition].common,\n ...transitions[transition][transitionStatuses[state]],\n };\n }\n\n return {\n transitionProperty: transition.transitionProperty,\n ...shared,\n ...transition.common,\n ...transition[transitionStatuses[state]],\n };\n}\n"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mantine/core",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.5",
|
|
4
4
|
"description": "React components library focused on usability, accessibility and developer experience",
|
|
5
5
|
"homepage": "https://mantine.dev/",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"directory": "packages/@mantine/core"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@mantine/hooks": "8.3.
|
|
46
|
+
"@mantine/hooks": "8.3.5",
|
|
47
47
|
"react": "^18.x || ^19.x",
|
|
48
48
|
"react-dom": "^18.x || ^19.x"
|
|
49
49
|
},
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
.m_9bdbb667 {
|
|
2
|
+
--accordion-radius: var(--mantine-radius-default);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.m_df78851f {
|
|
6
|
+
overflow-wrap: break-word;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.m_4ba554d4 {
|
|
10
|
+
padding: var(--mantine-spacing-md);
|
|
11
|
+
padding-top: calc(var(--mantine-spacing-xs) / 2);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.m_8fa820a0 {
|
|
15
|
+
margin: 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.m_4ba585b8 {
|
|
20
|
+
width: 100%;
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
flex-direction: row-reverse;
|
|
24
|
+
padding-inline: var(--mantine-spacing-md);
|
|
25
|
+
opacity: 1;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
background-color: transparent;
|
|
28
|
+
color: var(--mantine-color-bright);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.m_4ba585b8:where([data-chevron-position='left']) {
|
|
32
|
+
flex-direction: row;
|
|
33
|
+
padding-inline-start: 0;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.m_4ba585b8:where(:disabled, [data-disabled]) {
|
|
37
|
+
opacity: 0.4;
|
|
38
|
+
cursor: not-allowed;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@media (hover: hover) {
|
|
42
|
+
:where([data-mantine-color-scheme='light']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover, :where([data-mantine-color-scheme='light']) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
|
|
43
|
+
background-color: var(--mantine-color-gray-0);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:where([data-mantine-color-scheme='dark']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover, :where([data-mantine-color-scheme='dark']) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
|
|
47
|
+
background-color: var(--mantine-color-dark-6);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
@media (hover: none) {
|
|
52
|
+
:where([data-mantine-color-scheme='light']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active, :where([data-mantine-color-scheme='light']) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
|
|
53
|
+
background-color: var(--mantine-color-gray-0);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:where([data-mantine-color-scheme='dark']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active, :where([data-mantine-color-scheme='dark']) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
|
|
57
|
+
background-color: var(--mantine-color-dark-6);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.m_df3ffa0f {
|
|
62
|
+
color: inherit;
|
|
63
|
+
font-weight: 400;
|
|
64
|
+
flex: 1;
|
|
65
|
+
overflow: hidden;
|
|
66
|
+
text-overflow: ellipsis;
|
|
67
|
+
padding-top: var(--mantine-spacing-sm);
|
|
68
|
+
padding-bottom: var(--mantine-spacing-sm);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.m_3f35ae96 {
|
|
72
|
+
display: flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
justify-content: flex-start;
|
|
75
|
+
transition: transform var(--accordion-transition-duration, 200ms) ease;
|
|
76
|
+
width: var(--accordion-chevron-size, calc(0.9375rem * var(--mantine-scale)));
|
|
77
|
+
min-width: var(--accordion-chevron-size, calc(0.9375rem * var(--mantine-scale)));
|
|
78
|
+
transform: rotate(0deg);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.m_3f35ae96:where([data-rotate]) {
|
|
82
|
+
transform: rotate(180deg);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.m_3f35ae96:where([data-position='left']) {
|
|
86
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
87
|
+
margin-inline-start: var(--mantine-spacing-md);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.m_9bd771fe {
|
|
91
|
+
display: flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
justify-content: center;
|
|
94
|
+
margin-inline-end: var(--mantine-spacing-sm);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.m_9bd771fe:where([data-chevron-position='left']) {
|
|
98
|
+
margin-inline-end: 0;
|
|
99
|
+
margin-inline-start: var(--mantine-spacing-lg);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
:where([data-mantine-color-scheme='light']) .m_9bd7b098 {
|
|
103
|
+
--item-border-color: var(--mantine-color-gray-3);
|
|
104
|
+
--item-filled-color: var(--mantine-color-gray-0);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
:where([data-mantine-color-scheme='dark']) .m_9bd7b098 {
|
|
108
|
+
--item-border-color: var(--mantine-color-dark-4);
|
|
109
|
+
--item-filled-color: var(--mantine-color-dark-6);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.m_fe19b709 {
|
|
113
|
+
border-bottom: 1px solid var(--item-border-color);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.m_1f921b3b {
|
|
117
|
+
border: 1px solid var(--item-border-color);
|
|
118
|
+
transition: background-color 150ms ease;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.m_1f921b3b:where([data-active]) {
|
|
122
|
+
background-color: var(--item-filled-color);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.m_1f921b3b:first-of-type {
|
|
126
|
+
border-start-start-radius: var(--accordion-radius);
|
|
127
|
+
border-start-end-radius: var(--accordion-radius);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.m_1f921b3b:first-of-type > [data-accordion-control] {
|
|
131
|
+
border-start-start-radius: var(--accordion-radius);
|
|
132
|
+
border-start-end-radius: var(--accordion-radius);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.m_1f921b3b:last-of-type {
|
|
136
|
+
border-end-start-radius: var(--accordion-radius);
|
|
137
|
+
border-end-end-radius: var(--accordion-radius);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.m_1f921b3b:last-of-type > [data-accordion-control] {
|
|
141
|
+
border-end-start-radius: var(--accordion-radius);
|
|
142
|
+
border-end-end-radius: var(--accordion-radius);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.m_1f921b3b + .m_1f921b3b {
|
|
146
|
+
border-top: 0;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.m_2cdf939a {
|
|
150
|
+
border-radius: var(--accordion-radius);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.m_2cdf939a:where([data-active]) {
|
|
154
|
+
background-color: var(--item-filled-color);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.m_9f59b069 {
|
|
158
|
+
background-color: var(--item-filled-color);
|
|
159
|
+
border-radius: var(--accordion-radius);
|
|
160
|
+
border: 1px solid transparent;
|
|
161
|
+
transition: background-color 150ms ease;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.m_9f59b069[data-active] {
|
|
165
|
+
border-color: var(--item-border-color);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
:where([data-mantine-color-scheme='light']) .m_9f59b069[data-active] {
|
|
169
|
+
background-color: var(--mantine-color-white);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
:where([data-mantine-color-scheme='dark']) .m_9f59b069[data-active] {
|
|
173
|
+
background-color: var(--mantine-color-dark-7);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.m_9f59b069 + .m_9f59b069 {
|
|
177
|
+
margin-top: var(--mantine-spacing-md);
|
|
178
|
+
}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
@layer mantine {.m_9bdbb667 {
|
|
2
|
+
--accordion-radius: var(--mantine-radius-default);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.m_df78851f {
|
|
6
|
+
overflow-wrap: break-word;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.m_4ba554d4 {
|
|
10
|
+
padding: var(--mantine-spacing-md);
|
|
11
|
+
padding-top: calc(var(--mantine-spacing-xs) / 2);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.m_8fa820a0 {
|
|
15
|
+
margin: 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.m_4ba585b8 {
|
|
20
|
+
width: 100%;
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
flex-direction: row-reverse;
|
|
24
|
+
padding-inline: var(--mantine-spacing-md);
|
|
25
|
+
opacity: 1;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
background-color: transparent;
|
|
28
|
+
color: var(--mantine-color-bright);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.m_4ba585b8:where([data-chevron-position='left']) {
|
|
32
|
+
flex-direction: row;
|
|
33
|
+
padding-inline-start: 0;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.m_4ba585b8:where(:disabled, [data-disabled]) {
|
|
37
|
+
opacity: 0.4;
|
|
38
|
+
cursor: not-allowed;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@media (hover: hover) {
|
|
42
|
+
:where([data-mantine-color-scheme='light']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover, :where([data-mantine-color-scheme='light']) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
|
|
43
|
+
background-color: var(--mantine-color-gray-0);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:where([data-mantine-color-scheme='dark']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover, :where([data-mantine-color-scheme='dark']) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
|
|
47
|
+
background-color: var(--mantine-color-dark-6);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
@media (hover: none) {
|
|
52
|
+
:where([data-mantine-color-scheme='light']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active, :where([data-mantine-color-scheme='light']) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
|
|
53
|
+
background-color: var(--mantine-color-gray-0);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:where([data-mantine-color-scheme='dark']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active, :where([data-mantine-color-scheme='dark']) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
|
|
57
|
+
background-color: var(--mantine-color-dark-6);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.m_df3ffa0f {
|
|
62
|
+
color: inherit;
|
|
63
|
+
font-weight: 400;
|
|
64
|
+
flex: 1;
|
|
65
|
+
overflow: hidden;
|
|
66
|
+
text-overflow: ellipsis;
|
|
67
|
+
padding-top: var(--mantine-spacing-sm);
|
|
68
|
+
padding-bottom: var(--mantine-spacing-sm);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.m_3f35ae96 {
|
|
72
|
+
display: flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
justify-content: flex-start;
|
|
75
|
+
transition: transform var(--accordion-transition-duration, 200ms) ease;
|
|
76
|
+
width: var(--accordion-chevron-size, calc(0.9375rem * var(--mantine-scale)));
|
|
77
|
+
min-width: var(--accordion-chevron-size, calc(0.9375rem * var(--mantine-scale)));
|
|
78
|
+
transform: rotate(0deg);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.m_3f35ae96:where([data-rotate]) {
|
|
82
|
+
transform: rotate(180deg);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.m_3f35ae96:where([data-position='left']) {
|
|
86
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
87
|
+
margin-inline-start: var(--mantine-spacing-md);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.m_9bd771fe {
|
|
91
|
+
display: flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
justify-content: center;
|
|
94
|
+
margin-inline-end: var(--mantine-spacing-sm);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.m_9bd771fe:where([data-chevron-position='left']) {
|
|
98
|
+
margin-inline-end: 0;
|
|
99
|
+
margin-inline-start: var(--mantine-spacing-lg);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
:where([data-mantine-color-scheme='light']) .m_9bd7b098 {
|
|
103
|
+
--item-border-color: var(--mantine-color-gray-3);
|
|
104
|
+
--item-filled-color: var(--mantine-color-gray-0);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
:where([data-mantine-color-scheme='dark']) .m_9bd7b098 {
|
|
108
|
+
--item-border-color: var(--mantine-color-dark-4);
|
|
109
|
+
--item-filled-color: var(--mantine-color-dark-6);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.m_fe19b709 {
|
|
113
|
+
border-bottom: 1px solid var(--item-border-color);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.m_1f921b3b {
|
|
117
|
+
border: 1px solid var(--item-border-color);
|
|
118
|
+
transition: background-color 150ms ease;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.m_1f921b3b:where([data-active]) {
|
|
122
|
+
background-color: var(--item-filled-color);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.m_1f921b3b:first-of-type {
|
|
126
|
+
border-start-start-radius: var(--accordion-radius);
|
|
127
|
+
border-start-end-radius: var(--accordion-radius);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.m_1f921b3b:first-of-type > [data-accordion-control] {
|
|
131
|
+
border-start-start-radius: var(--accordion-radius);
|
|
132
|
+
border-start-end-radius: var(--accordion-radius);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.m_1f921b3b:last-of-type {
|
|
136
|
+
border-end-start-radius: var(--accordion-radius);
|
|
137
|
+
border-end-end-radius: var(--accordion-radius);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.m_1f921b3b:last-of-type > [data-accordion-control] {
|
|
141
|
+
border-end-start-radius: var(--accordion-radius);
|
|
142
|
+
border-end-end-radius: var(--accordion-radius);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.m_1f921b3b + .m_1f921b3b {
|
|
146
|
+
border-top: 0;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.m_2cdf939a {
|
|
150
|
+
border-radius: var(--accordion-radius);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.m_2cdf939a:where([data-active]) {
|
|
154
|
+
background-color: var(--item-filled-color);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.m_9f59b069 {
|
|
158
|
+
background-color: var(--item-filled-color);
|
|
159
|
+
border-radius: var(--accordion-radius);
|
|
160
|
+
border: 1px solid transparent;
|
|
161
|
+
transition: background-color 150ms ease;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.m_9f59b069[data-active] {
|
|
165
|
+
border-color: var(--item-border-color);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
:where([data-mantine-color-scheme='light']) .m_9f59b069[data-active] {
|
|
169
|
+
background-color: var(--mantine-color-white);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
:where([data-mantine-color-scheme='dark']) .m_9f59b069[data-active] {
|
|
173
|
+
background-color: var(--mantine-color-dark-7);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.m_9f59b069 + .m_9f59b069 {
|
|
177
|
+
margin-top: var(--mantine-spacing-md);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
@@ -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
|
+
}
|