@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
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
@layer mantine {.m_9df02822 {
|
|
2
|
+
--modal-size-xs: 320px;
|
|
3
|
+
--modal-size-sm: 380px;
|
|
4
|
+
--modal-size-md: 440px;
|
|
5
|
+
--modal-size-lg: 620px;
|
|
6
|
+
--modal-size-xl: 780px;
|
|
7
|
+
--modal-size: var(--modal-size-md);
|
|
8
|
+
|
|
9
|
+
--modal-y-offset: 5dvh;
|
|
10
|
+
--modal-x-offset: 5vw;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.m_9df02822[data-full-screen] {
|
|
14
|
+
--modal-border-radius: 0 !important;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.m_9df02822[data-full-screen] .m_54c44539 {
|
|
18
|
+
--modal-content-flex: 0 0 100%;
|
|
19
|
+
--modal-content-max-height: auto;
|
|
20
|
+
--modal-content-height: 100dvh;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.m_9df02822[data-full-screen] .m_1f958f16 {
|
|
24
|
+
--modal-inner-y-offset: 0;
|
|
25
|
+
--modal-inner-x-offset: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.m_9df02822[data-centered] .m_1f958f16 {
|
|
29
|
+
--modal-inner-align: center;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.m_d0e2b9cd {
|
|
33
|
+
border-start-start-radius: var(--modal-radius, var(--mantine-radius-default));
|
|
34
|
+
border-start-end-radius: var(--modal-radius, var(--mantine-radius-default));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.m_54c44539 {
|
|
38
|
+
flex: var(--modal-content-flex, 0 0 var(--modal-size));
|
|
39
|
+
max-width: 100%;
|
|
40
|
+
max-height: var(--modal-content-max-height, calc(100dvh - var(--modal-y-offset) * 2));
|
|
41
|
+
height: var(--modal-content-height, auto);
|
|
42
|
+
overflow-y: auto;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.m_54c44539[data-full-screen] {
|
|
46
|
+
border-radius: 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.m_54c44539[data-hidden] {
|
|
50
|
+
opacity: 0 !important;
|
|
51
|
+
pointer-events: none;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.m_1f958f16 {
|
|
55
|
+
display: flex;
|
|
56
|
+
justify-content: center;
|
|
57
|
+
align-items: var(--modal-inner-align, flex-start);
|
|
58
|
+
padding-top: var(--modal-inner-y-offset, var(--modal-y-offset));
|
|
59
|
+
padding-bottom: var(--modal-inner-y-offset, var(--modal-y-offset));
|
|
60
|
+
padding-inline: var(--modal-inner-x-offset, var(--modal-x-offset));
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
.m_615af6c9 {
|
|
2
|
+
line-height: 1;
|
|
3
|
+
padding: 0;
|
|
4
|
+
margin: 0;
|
|
5
|
+
font-weight: 400;
|
|
6
|
+
font-size: var(--mantine-font-size-md);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.m_b5489c3c {
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
align-items: center;
|
|
13
|
+
padding: var(--mb-padding, var(--mantine-spacing-md));
|
|
14
|
+
padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) - calc(0.3125rem * var(--mantine-scale)));
|
|
15
|
+
position: sticky;
|
|
16
|
+
top: 0;
|
|
17
|
+
background-color: var(--mantine-color-body);
|
|
18
|
+
z-index: 1000;
|
|
19
|
+
min-height: 60px;
|
|
20
|
+
transition: padding-inline-end 100ms;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.m_60c222c7 {
|
|
24
|
+
position: fixed;
|
|
25
|
+
width: 100%;
|
|
26
|
+
top: 0;
|
|
27
|
+
bottom: 0;
|
|
28
|
+
z-index: var(--mb-z-index);
|
|
29
|
+
pointer-events: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.m_fd1ab0aa {
|
|
33
|
+
pointer-events: all;
|
|
34
|
+
box-shadow: var(--mb-shadow, var(--mantine-shadow-xl));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.m_fd1ab0aa [data-mantine-scrollbar] {
|
|
38
|
+
z-index: 1001;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
[data-offset-scrollbars] .m_fd1ab0aa:has([data-mantine-scrollbar]) .m_b5489c3c {
|
|
42
|
+
padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) + calc(0.3125rem * var(--mantine-scale)));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.m_606cb269 {
|
|
46
|
+
margin-inline-start: auto;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.m_5df29311 {
|
|
50
|
+
padding: var(--mb-padding, var(--mantine-spacing-md));
|
|
51
|
+
padding-top: var(--mb-padding, var(--mantine-spacing-md));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.m_5df29311:where(:not(:only-child)) {
|
|
55
|
+
padding-top: 0;
|
|
56
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
@layer mantine {.m_615af6c9 {
|
|
2
|
+
line-height: 1;
|
|
3
|
+
padding: 0;
|
|
4
|
+
margin: 0;
|
|
5
|
+
font-weight: 400;
|
|
6
|
+
font-size: var(--mantine-font-size-md);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.m_b5489c3c {
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
align-items: center;
|
|
13
|
+
padding: var(--mb-padding, var(--mantine-spacing-md));
|
|
14
|
+
padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) - calc(0.3125rem * var(--mantine-scale)));
|
|
15
|
+
position: sticky;
|
|
16
|
+
top: 0;
|
|
17
|
+
background-color: var(--mantine-color-body);
|
|
18
|
+
z-index: 1000;
|
|
19
|
+
min-height: 60px;
|
|
20
|
+
transition: padding-inline-end 100ms;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.m_60c222c7 {
|
|
24
|
+
position: fixed;
|
|
25
|
+
width: 100%;
|
|
26
|
+
top: 0;
|
|
27
|
+
bottom: 0;
|
|
28
|
+
z-index: var(--mb-z-index);
|
|
29
|
+
pointer-events: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.m_fd1ab0aa {
|
|
33
|
+
pointer-events: all;
|
|
34
|
+
box-shadow: var(--mb-shadow, var(--mantine-shadow-xl));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.m_fd1ab0aa [data-mantine-scrollbar] {
|
|
38
|
+
z-index: 1001;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
[data-offset-scrollbars] .m_fd1ab0aa:has([data-mantine-scrollbar]) .m_b5489c3c {
|
|
42
|
+
padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) + calc(0.3125rem * var(--mantine-scale)));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.m_606cb269 {
|
|
46
|
+
margin-inline-start: auto;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.m_5df29311 {
|
|
50
|
+
padding: var(--mb-padding, var(--mantine-spacing-md));
|
|
51
|
+
padding-top: var(--mb-padding, var(--mantine-spacing-md));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.m_5df29311:where(:not(:only-child)) {
|
|
55
|
+
padding-top: 0;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
.m_f0824112 {
|
|
2
|
+
--nl-bg: var(--mantine-primary-color-light);
|
|
3
|
+
--nl-hover: var(--mantine-primary-color-light-hover);
|
|
4
|
+
--nl-color: var(--mantine-primary-color-light-color);
|
|
5
|
+
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
width: 100%;
|
|
9
|
+
padding: 8px var(--mantine-spacing-sm);
|
|
10
|
+
user-select: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@media (hover: hover) {
|
|
14
|
+
:where([data-mantine-color-scheme='light']) .m_f0824112:hover {
|
|
15
|
+
background-color: var(--mantine-color-gray-0);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
:where([data-mantine-color-scheme='dark']) .m_f0824112:hover {
|
|
19
|
+
background-color: var(--mantine-color-dark-6);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@media (hover: none) {
|
|
24
|
+
:where([data-mantine-color-scheme='light']) .m_f0824112:active {
|
|
25
|
+
background-color: var(--mantine-color-gray-0);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:where([data-mantine-color-scheme='dark']) .m_f0824112:active {
|
|
29
|
+
background-color: var(--mantine-color-dark-6);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.m_f0824112:where([data-disabled]) {
|
|
34
|
+
opacity: 0.4;
|
|
35
|
+
pointer-events: none;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.m_f0824112:where([data-active], [aria-current='page']) {
|
|
39
|
+
background-color: var(--nl-bg);
|
|
40
|
+
color: var(--nl-color);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@media (hover: hover) {
|
|
44
|
+
|
|
45
|
+
.m_f0824112:where([data-active], [aria-current='page']):hover {
|
|
46
|
+
background-color: var(--nl-hover);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@media (hover: none) {
|
|
51
|
+
|
|
52
|
+
.m_f0824112:where([data-active], [aria-current='page']):active {
|
|
53
|
+
background-color: var(--nl-hover);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.m_f0824112:where([data-active], [aria-current='page']) .m_57492dcc {
|
|
58
|
+
--description-opacity: 0.9;
|
|
59
|
+
--description-color: var(--nl-color);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.m_690090b5 {
|
|
63
|
+
display: flex;
|
|
64
|
+
align-items: center;
|
|
65
|
+
justify-content: center;
|
|
66
|
+
transition: transform 150ms ease;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.m_690090b5 > svg {
|
|
70
|
+
display: block;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.m_690090b5:where([data-position='left']) {
|
|
74
|
+
margin-inline-end: var(--mantine-spacing-sm);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.m_690090b5:where([data-position='right']) {
|
|
78
|
+
margin-inline-start: var(--mantine-spacing-sm);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.m_690090b5:where([data-rotate]) {
|
|
82
|
+
transform: rotate(90deg);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.m_1f6ac4c4 {
|
|
86
|
+
font-size: var(--mantine-font-size-sm);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.m_f07af9d2 {
|
|
90
|
+
flex: 1;
|
|
91
|
+
overflow: hidden;
|
|
92
|
+
text-overflow: ellipsis;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.m_f07af9d2:where([data-no-wrap]) {
|
|
96
|
+
white-space: nowrap;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.m_57492dcc {
|
|
100
|
+
display: block;
|
|
101
|
+
font-size: var(--mantine-font-size-xs);
|
|
102
|
+
opacity: var(--description-opacity, 1);
|
|
103
|
+
color: var(--description-color, var(--mantine-color-dimmed));
|
|
104
|
+
overflow: hidden;
|
|
105
|
+
text-overflow: ellipsis;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
:where([data-no-wrap]) .m_57492dcc {
|
|
109
|
+
white-space: nowrap;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.m_e17b862f {
|
|
113
|
+
padding-inline-start: var(--nl-offset, var(--mantine-spacing-lg));
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.m_1fd8a00b {
|
|
117
|
+
transform: rotate(-90deg);
|
|
118
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
@layer mantine {.m_f0824112 {
|
|
2
|
+
--nl-bg: var(--mantine-primary-color-light);
|
|
3
|
+
--nl-hover: var(--mantine-primary-color-light-hover);
|
|
4
|
+
--nl-color: var(--mantine-primary-color-light-color);
|
|
5
|
+
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
width: 100%;
|
|
9
|
+
padding: 8px var(--mantine-spacing-sm);
|
|
10
|
+
user-select: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@media (hover: hover) {
|
|
14
|
+
:where([data-mantine-color-scheme='light']) .m_f0824112:hover {
|
|
15
|
+
background-color: var(--mantine-color-gray-0);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
:where([data-mantine-color-scheme='dark']) .m_f0824112:hover {
|
|
19
|
+
background-color: var(--mantine-color-dark-6);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@media (hover: none) {
|
|
24
|
+
:where([data-mantine-color-scheme='light']) .m_f0824112:active {
|
|
25
|
+
background-color: var(--mantine-color-gray-0);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:where([data-mantine-color-scheme='dark']) .m_f0824112:active {
|
|
29
|
+
background-color: var(--mantine-color-dark-6);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.m_f0824112:where([data-disabled]) {
|
|
34
|
+
opacity: 0.4;
|
|
35
|
+
pointer-events: none;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.m_f0824112:where([data-active], [aria-current='page']) {
|
|
39
|
+
background-color: var(--nl-bg);
|
|
40
|
+
color: var(--nl-color);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@media (hover: hover) {
|
|
44
|
+
|
|
45
|
+
.m_f0824112:where([data-active], [aria-current='page']):hover {
|
|
46
|
+
background-color: var(--nl-hover);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@media (hover: none) {
|
|
51
|
+
|
|
52
|
+
.m_f0824112:where([data-active], [aria-current='page']):active {
|
|
53
|
+
background-color: var(--nl-hover);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.m_f0824112:where([data-active], [aria-current='page']) .m_57492dcc {
|
|
58
|
+
--description-opacity: 0.9;
|
|
59
|
+
--description-color: var(--nl-color);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.m_690090b5 {
|
|
63
|
+
display: flex;
|
|
64
|
+
align-items: center;
|
|
65
|
+
justify-content: center;
|
|
66
|
+
transition: transform 150ms ease;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.m_690090b5 > svg {
|
|
70
|
+
display: block;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.m_690090b5:where([data-position='left']) {
|
|
74
|
+
margin-inline-end: var(--mantine-spacing-sm);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.m_690090b5:where([data-position='right']) {
|
|
78
|
+
margin-inline-start: var(--mantine-spacing-sm);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.m_690090b5:where([data-rotate]) {
|
|
82
|
+
transform: rotate(90deg);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.m_1f6ac4c4 {
|
|
86
|
+
font-size: var(--mantine-font-size-sm);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.m_f07af9d2 {
|
|
90
|
+
flex: 1;
|
|
91
|
+
overflow: hidden;
|
|
92
|
+
text-overflow: ellipsis;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.m_f07af9d2:where([data-no-wrap]) {
|
|
96
|
+
white-space: nowrap;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.m_57492dcc {
|
|
100
|
+
display: block;
|
|
101
|
+
font-size: var(--mantine-font-size-xs);
|
|
102
|
+
opacity: var(--description-opacity, 1);
|
|
103
|
+
color: var(--description-color, var(--mantine-color-dimmed));
|
|
104
|
+
overflow: hidden;
|
|
105
|
+
text-overflow: ellipsis;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
:where([data-no-wrap]) .m_57492dcc {
|
|
109
|
+
white-space: nowrap;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.m_e17b862f {
|
|
113
|
+
padding-inline-start: var(--nl-offset, var(--mantine-spacing-lg));
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.m_1fd8a00b {
|
|
117
|
+
transform: rotate(-90deg);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
.m_a513464 {
|
|
2
|
+
--notification-radius: var(--mantine-radius-default);
|
|
3
|
+
--notification-color: var(--mantine-primary-color-filled);
|
|
4
|
+
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
position: relative;
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
padding-inline-start: 22px;
|
|
11
|
+
padding-inline-end: var(--mantine-spacing-xs);
|
|
12
|
+
padding-top: var(--mantine-spacing-xs);
|
|
13
|
+
padding-bottom: var(--mantine-spacing-xs);
|
|
14
|
+
border-radius: var(--notification-radius);
|
|
15
|
+
box-shadow: var(--mantine-shadow-lg);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.m_a513464::before {
|
|
19
|
+
content: '';
|
|
20
|
+
display: block;
|
|
21
|
+
position: absolute;
|
|
22
|
+
width: 6px;
|
|
23
|
+
top: var(--notification-radius);
|
|
24
|
+
bottom: var(--notification-radius);
|
|
25
|
+
inset-inline-start: 4px;
|
|
26
|
+
border-radius: var(--notification-radius);
|
|
27
|
+
background-color: var(--notification-color);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
:where([data-mantine-color-scheme='light']) .m_a513464 {
|
|
31
|
+
background-color: var(--mantine-color-white);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:where([data-mantine-color-scheme='dark']) .m_a513464 {
|
|
35
|
+
background-color: var(--mantine-color-dark-6);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.m_a513464:where([data-with-icon])::before {
|
|
39
|
+
display: none;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
:where([data-mantine-color-scheme='light']) .m_a513464:where([data-with-border]) {
|
|
43
|
+
border: 1px solid var(--mantine-color-gray-3);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:where([data-mantine-color-scheme='dark']) .m_a513464:where([data-with-border]) {
|
|
47
|
+
border: 1px solid var(--mantine-color-dark-4);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.m_a4ceffb {
|
|
51
|
+
box-sizing: border-box;
|
|
52
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
53
|
+
width: 28px;
|
|
54
|
+
height: 28px;
|
|
55
|
+
border-radius: 28px;
|
|
56
|
+
display: flex;
|
|
57
|
+
align-items: center;
|
|
58
|
+
justify-content: center;
|
|
59
|
+
background-color: var(--notification-color);
|
|
60
|
+
color: var(--mantine-color-white);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.m_b0920b15 {
|
|
64
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.m_a49ed24 {
|
|
68
|
+
flex: 1;
|
|
69
|
+
overflow: hidden;
|
|
70
|
+
margin-inline-end: var(--mantine-spacing-xs);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.m_3feedf16 {
|
|
74
|
+
margin-bottom: 2px;
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
text-overflow: ellipsis;
|
|
77
|
+
font-size: var(--mantine-font-size-sm);
|
|
78
|
+
line-height: var(--mantine-line-height-sm);
|
|
79
|
+
font-weight: 500;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
:where([data-mantine-color-scheme='light']) .m_3feedf16 {
|
|
83
|
+
color: var(--mantine-color-gray-9);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
:where([data-mantine-color-scheme='dark']) .m_3feedf16 {
|
|
87
|
+
color: var(--mantine-color-white);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.m_3d733a3a {
|
|
91
|
+
font-size: var(--mantine-font-size-sm);
|
|
92
|
+
line-height: var(--mantine-line-height-sm);
|
|
93
|
+
overflow: hidden;
|
|
94
|
+
text-overflow: ellipsis;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
:where([data-mantine-color-scheme='light']) .m_3d733a3a {
|
|
98
|
+
color: var(--mantine-color-black);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
:where([data-mantine-color-scheme='dark']) .m_3d733a3a {
|
|
102
|
+
color: var(--mantine-color-dark-0);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
:where([data-mantine-color-scheme='light']) .m_3d733a3a:where([data-with-title]) {
|
|
106
|
+
color: var(--mantine-color-gray-6);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
:where([data-mantine-color-scheme='dark']) .m_3d733a3a:where([data-with-title]) {
|
|
110
|
+
color: var(--mantine-color-dark-2);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@media (hover: hover) {
|
|
114
|
+
:where([data-mantine-color-scheme='light']) .m_919a4d88:hover {
|
|
115
|
+
background-color: var(--mantine-color-gray-0);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
:where([data-mantine-color-scheme='dark']) .m_919a4d88:hover {
|
|
119
|
+
background-color: var(--mantine-color-dark-8);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
@media (hover: none) {
|
|
124
|
+
:where([data-mantine-color-scheme='light']) .m_919a4d88:active {
|
|
125
|
+
background-color: var(--mantine-color-gray-0);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
:where([data-mantine-color-scheme='dark']) .m_919a4d88:active {
|
|
129
|
+
background-color: var(--mantine-color-dark-8);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
@layer mantine {.m_a513464 {
|
|
2
|
+
--notification-radius: var(--mantine-radius-default);
|
|
3
|
+
--notification-color: var(--mantine-primary-color-filled);
|
|
4
|
+
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
position: relative;
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
padding-inline-start: 22px;
|
|
11
|
+
padding-inline-end: var(--mantine-spacing-xs);
|
|
12
|
+
padding-top: var(--mantine-spacing-xs);
|
|
13
|
+
padding-bottom: var(--mantine-spacing-xs);
|
|
14
|
+
border-radius: var(--notification-radius);
|
|
15
|
+
box-shadow: var(--mantine-shadow-lg);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.m_a513464::before {
|
|
19
|
+
content: '';
|
|
20
|
+
display: block;
|
|
21
|
+
position: absolute;
|
|
22
|
+
width: 6px;
|
|
23
|
+
top: var(--notification-radius);
|
|
24
|
+
bottom: var(--notification-radius);
|
|
25
|
+
inset-inline-start: 4px;
|
|
26
|
+
border-radius: var(--notification-radius);
|
|
27
|
+
background-color: var(--notification-color);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
:where([data-mantine-color-scheme='light']) .m_a513464 {
|
|
31
|
+
background-color: var(--mantine-color-white);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:where([data-mantine-color-scheme='dark']) .m_a513464 {
|
|
35
|
+
background-color: var(--mantine-color-dark-6);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.m_a513464:where([data-with-icon])::before {
|
|
39
|
+
display: none;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
:where([data-mantine-color-scheme='light']) .m_a513464:where([data-with-border]) {
|
|
43
|
+
border: 1px solid var(--mantine-color-gray-3);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:where([data-mantine-color-scheme='dark']) .m_a513464:where([data-with-border]) {
|
|
47
|
+
border: 1px solid var(--mantine-color-dark-4);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.m_a4ceffb {
|
|
51
|
+
box-sizing: border-box;
|
|
52
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
53
|
+
width: 28px;
|
|
54
|
+
height: 28px;
|
|
55
|
+
border-radius: 28px;
|
|
56
|
+
display: flex;
|
|
57
|
+
align-items: center;
|
|
58
|
+
justify-content: center;
|
|
59
|
+
background-color: var(--notification-color);
|
|
60
|
+
color: var(--mantine-color-white);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.m_b0920b15 {
|
|
64
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.m_a49ed24 {
|
|
68
|
+
flex: 1;
|
|
69
|
+
overflow: hidden;
|
|
70
|
+
margin-inline-end: var(--mantine-spacing-xs);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.m_3feedf16 {
|
|
74
|
+
margin-bottom: 2px;
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
text-overflow: ellipsis;
|
|
77
|
+
font-size: var(--mantine-font-size-sm);
|
|
78
|
+
line-height: var(--mantine-line-height-sm);
|
|
79
|
+
font-weight: 500;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
:where([data-mantine-color-scheme='light']) .m_3feedf16 {
|
|
83
|
+
color: var(--mantine-color-gray-9);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
:where([data-mantine-color-scheme='dark']) .m_3feedf16 {
|
|
87
|
+
color: var(--mantine-color-white);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.m_3d733a3a {
|
|
91
|
+
font-size: var(--mantine-font-size-sm);
|
|
92
|
+
line-height: var(--mantine-line-height-sm);
|
|
93
|
+
overflow: hidden;
|
|
94
|
+
text-overflow: ellipsis;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
:where([data-mantine-color-scheme='light']) .m_3d733a3a {
|
|
98
|
+
color: var(--mantine-color-black);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
:where([data-mantine-color-scheme='dark']) .m_3d733a3a {
|
|
102
|
+
color: var(--mantine-color-dark-0);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
:where([data-mantine-color-scheme='light']) .m_3d733a3a:where([data-with-title]) {
|
|
106
|
+
color: var(--mantine-color-gray-6);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
:where([data-mantine-color-scheme='dark']) .m_3d733a3a:where([data-with-title]) {
|
|
110
|
+
color: var(--mantine-color-dark-2);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@media (hover: hover) {
|
|
114
|
+
:where([data-mantine-color-scheme='light']) .m_919a4d88:hover {
|
|
115
|
+
background-color: var(--mantine-color-gray-0);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
:where([data-mantine-color-scheme='dark']) .m_919a4d88:hover {
|
|
119
|
+
background-color: var(--mantine-color-dark-8);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
@media (hover: none) {
|
|
124
|
+
:where([data-mantine-color-scheme='light']) .m_919a4d88:active {
|
|
125
|
+
background-color: var(--mantine-color-gray-0);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
:where([data-mantine-color-scheme='dark']) .m_919a4d88:active {
|
|
129
|
+
background-color: var(--mantine-color-dark-8);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|