@mantine/core 7.7.2 → 7.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/components/NumberInput/NumberInput.cjs +16 -2
- package/cjs/components/NumberInput/NumberInput.cjs.map +1 -1
- package/cjs/components/Popover/use-popover.cjs +31 -8
- package/cjs/components/Popover/use-popover.cjs.map +1 -1
- package/cjs/components/Radio/RadioGroup/RadioGroup.cjs.map +1 -1
- package/cjs/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarAuto.cjs +1 -1
- package/cjs/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarAuto.cjs.map +1 -1
- package/cjs/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarScroll.cjs +1 -1
- package/cjs/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarScroll.cjs.map +1 -1
- package/cjs/components/ScrollArea/ScrollAreaScrollbar/Scrollbar.cjs +1 -1
- package/cjs/components/ScrollArea/ScrollAreaScrollbar/Scrollbar.cjs.map +1 -1
- package/cjs/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.cjs +1 -1
- package/cjs/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.cjs.map +1 -1
- package/cjs/components/Slider/Slider/Slider.cjs +6 -6
- package/cjs/components/Slider/Slider/Slider.cjs.map +1 -1
- package/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/cjs/core/utils/units-converters/rem.cjs +10 -1
- package/cjs/core/utils/units-converters/rem.cjs.map +1 -1
- package/esm/components/NumberInput/NumberInput.mjs +16 -2
- package/esm/components/NumberInput/NumberInput.mjs.map +1 -1
- package/esm/components/Popover/use-popover.mjs +31 -8
- package/esm/components/Popover/use-popover.mjs.map +1 -1
- package/esm/components/Radio/RadioGroup/RadioGroup.mjs.map +1 -1
- package/esm/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarAuto.mjs +2 -2
- package/esm/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarAuto.mjs.map +1 -1
- package/esm/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarScroll.mjs +2 -2
- package/esm/components/ScrollArea/ScrollAreaScrollbar/ScrollAreaScrollbarScroll.mjs.map +1 -1
- package/esm/components/ScrollArea/ScrollAreaScrollbar/Scrollbar.mjs +2 -2
- package/esm/components/ScrollArea/ScrollAreaScrollbar/Scrollbar.mjs.map +1 -1
- package/esm/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.mjs +2 -2
- package/esm/components/ScrollArea/ScrollAreaThumb/ScrollAreaThumb.mjs.map +1 -1
- package/esm/components/Slider/Slider/Slider.mjs +6 -6
- package/esm/components/Slider/Slider/Slider.mjs.map +1 -1
- package/esm/components/TagsInput/TagsInput.mjs.map +1 -1
- package/esm/core/utils/units-converters/rem.mjs +10 -1
- package/esm/core/utils/units-converters/rem.mjs.map +1 -1
- package/lib/components/NumberInput/NumberInput.d.ts +2 -0
- package/lib/components/Popover/Popover.types.d.ts +5 -4
- package/lib/components/Radio/RadioGroup/RadioGroup.d.ts +3 -3
- package/lib/components/TagsInput/TagsInput.d.ts +2 -2
- package/package.json +3 -3
- package/styles/Accordion.css +3 -3
- package/styles/Accordion.layer.css +3 -3
- package/styles/ActionIcon.css +14 -14
- package/styles/ActionIcon.layer.css +14 -14
- package/styles/Alert.css +6 -6
- package/styles/Alert.layer.css +6 -6
- package/styles/AppShell.css +17 -15
- package/styles/AppShell.layer.css +17 -15
- package/styles/Avatar.css +8 -8
- package/styles/Avatar.layer.css +8 -8
- package/styles/Badge.css +19 -19
- package/styles/Badge.layer.css +19 -19
- package/styles/Blockquote.css +1 -1
- package/styles/Blockquote.layer.css +1 -1
- package/styles/Burger.css +6 -6
- package/styles/Burger.layer.css +6 -6
- package/styles/Button.css +26 -26
- package/styles/Button.layer.css +26 -26
- package/styles/Card.css +2 -2
- package/styles/Card.layer.css +2 -2
- package/styles/Checkbox.css +6 -6
- package/styles/Checkbox.layer.css +6 -6
- package/styles/Chip.css +37 -37
- package/styles/Chip.layer.css +37 -37
- package/styles/CloseButton.css +5 -5
- package/styles/CloseButton.layer.css +5 -5
- package/styles/Code.css +1 -1
- package/styles/Code.layer.css +1 -1
- package/styles/ColorInput.css +11 -11
- package/styles/ColorInput.layer.css +11 -11
- package/styles/ColorPicker.css +44 -44
- package/styles/ColorPicker.layer.css +44 -44
- package/styles/ColorSwatch.css +6 -6
- package/styles/ColorSwatch.layer.css +6 -6
- package/styles/Combobox.css +15 -15
- package/styles/Combobox.layer.css +15 -15
- package/styles/Container.css +5 -5
- package/styles/Container.layer.css +5 -5
- package/styles/Dialog.css +6 -6
- package/styles/Dialog.layer.css +6 -6
- package/styles/Divider.css +7 -7
- package/styles/Divider.layer.css +7 -7
- package/styles/Drawer.css +5 -5
- package/styles/Drawer.layer.css +5 -5
- package/styles/Fieldset.css +2 -2
- package/styles/Fieldset.layer.css +2 -2
- package/styles/Indicator.css +4 -4
- package/styles/Indicator.layer.css +4 -4
- package/styles/InlineInput.css +5 -5
- package/styles/InlineInput.layer.css +5 -5
- package/styles/Input.css +20 -20
- package/styles/Input.layer.css +20 -20
- package/styles/Kbd.css +12 -12
- package/styles/Kbd.layer.css +12 -12
- package/styles/Loader.css +7 -7
- package/styles/Loader.layer.css +7 -7
- package/styles/Menu.css +4 -4
- package/styles/Menu.layer.css +4 -4
- package/styles/Modal.css +5 -5
- package/styles/Modal.layer.css +5 -5
- package/styles/ModalBase.css +1 -1
- package/styles/ModalBase.layer.css +1 -1
- package/styles/NavLink.css +1 -1
- package/styles/NavLink.layer.css +1 -1
- package/styles/Notification.css +9 -9
- package/styles/Notification.layer.css +9 -9
- package/styles/NumberInput.css +12 -12
- package/styles/NumberInput.layer.css +12 -12
- package/styles/Pagination.css +6 -6
- package/styles/Pagination.layer.css +6 -6
- package/styles/Paper.css +2 -2
- package/styles/Paper.layer.css +2 -2
- package/styles/PasswordInput.css +11 -11
- package/styles/PasswordInput.layer.css +11 -11
- package/styles/Pill.css +17 -17
- package/styles/Pill.layer.css +17 -17
- package/styles/PillsInput.css +3 -3
- package/styles/PillsInput.layer.css +3 -3
- package/styles/PinInput.css +5 -5
- package/styles/PinInput.layer.css +5 -5
- package/styles/Popover.css +2 -2
- package/styles/Popover.layer.css +2 -2
- package/styles/Progress.css +8 -8
- package/styles/Progress.layer.css +8 -8
- package/styles/Radio.css +11 -11
- package/styles/Radio.layer.css +11 -11
- package/styles/Rating.css +7 -7
- package/styles/Rating.layer.css +7 -7
- package/styles/ScrollArea.css +3 -3
- package/styles/ScrollArea.layer.css +3 -3
- package/styles/SegmentedControl.css +10 -10
- package/styles/SegmentedControl.layer.css +10 -10
- package/styles/Slider.css +11 -11
- package/styles/Slider.layer.css +11 -11
- package/styles/Spoiler.css +2 -2
- package/styles/Spoiler.layer.css +2 -2
- package/styles/Stepper.css +10 -10
- package/styles/Stepper.layer.css +10 -10
- package/styles/Switch.css +34 -34
- package/styles/Switch.layer.css +34 -34
- package/styles/Table.css +3 -3
- package/styles/Table.layer.css +3 -3
- package/styles/Tabs.css +23 -23
- package/styles/Tabs.layer.css +23 -23
- package/styles/ThemeIcon.css +6 -6
- package/styles/ThemeIcon.layer.css +6 -6
- package/styles/Timeline.css +3 -3
- package/styles/Timeline.layer.css +3 -3
- package/styles/TypographyStylesProvider.css +10 -10
- package/styles/TypographyStylesProvider.layer.css +10 -10
- package/styles/global.css +5 -5
- package/styles/global.layer.css +5 -5
- package/styles.css +65 -63
- package/styles.layer.css +65 -63
package/styles/Kbd.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
.m_dc6f14e2 {
|
|
2
|
-
--kbd-fz-xs:
|
|
3
|
-
--kbd-fz-sm:
|
|
4
|
-
--kbd-fz-md:
|
|
5
|
-
--kbd-fz-lg:
|
|
6
|
-
--kbd-fz-xl:
|
|
2
|
+
--kbd-fz-xs: 10px;
|
|
3
|
+
--kbd-fz-sm: 12px;
|
|
4
|
+
--kbd-fz-md: 14px;
|
|
5
|
+
--kbd-fz-lg: 16px;
|
|
6
|
+
--kbd-fz-xl: 20px;
|
|
7
7
|
--kbd-fz: var(--kbd-fz-sm);
|
|
8
8
|
|
|
9
|
-
--kbd-padding-xs:
|
|
10
|
-
--kbd-padding-sm:
|
|
11
|
-
--kbd-padding-md:
|
|
12
|
-
--kbd-padding-lg:
|
|
13
|
-
--kbd-padding-xl:
|
|
9
|
+
--kbd-padding-xs: 2px 4px;
|
|
10
|
+
--kbd-padding-sm: 3px 5px;
|
|
11
|
+
--kbd-padding-md: 4px 7px;
|
|
12
|
+
--kbd-padding-lg: 5px 9px;
|
|
13
|
+
--kbd-padding-xl: 8px 14px;
|
|
14
14
|
--kbd-padding: var(--kbd-padding-sm);
|
|
15
15
|
|
|
16
16
|
font-family: var(--mantine-font-family-monospace);
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
padding: var(--kbd-padding);
|
|
20
20
|
font-size: var(--kbd-fz);
|
|
21
21
|
border-radius: var(--mantine-radius-sm);
|
|
22
|
-
border:
|
|
23
|
-
border-bottom-width:
|
|
22
|
+
border: 1px solid;
|
|
23
|
+
border-bottom-width: 3px;
|
|
24
24
|
unicode-bidi: embed;
|
|
25
25
|
}
|
|
26
26
|
|
package/styles/Kbd.layer.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
@layer mantine {.m_dc6f14e2 {
|
|
2
|
-
--kbd-fz-xs:
|
|
3
|
-
--kbd-fz-sm:
|
|
4
|
-
--kbd-fz-md:
|
|
5
|
-
--kbd-fz-lg:
|
|
6
|
-
--kbd-fz-xl:
|
|
2
|
+
--kbd-fz-xs: 10px;
|
|
3
|
+
--kbd-fz-sm: 12px;
|
|
4
|
+
--kbd-fz-md: 14px;
|
|
5
|
+
--kbd-fz-lg: 16px;
|
|
6
|
+
--kbd-fz-xl: 20px;
|
|
7
7
|
--kbd-fz: var(--kbd-fz-sm);
|
|
8
8
|
|
|
9
|
-
--kbd-padding-xs:
|
|
10
|
-
--kbd-padding-sm:
|
|
11
|
-
--kbd-padding-md:
|
|
12
|
-
--kbd-padding-lg:
|
|
13
|
-
--kbd-padding-xl:
|
|
9
|
+
--kbd-padding-xs: 2px 4px;
|
|
10
|
+
--kbd-padding-sm: 3px 5px;
|
|
11
|
+
--kbd-padding-md: 4px 7px;
|
|
12
|
+
--kbd-padding-lg: 5px 9px;
|
|
13
|
+
--kbd-padding-xl: 8px 14px;
|
|
14
14
|
--kbd-padding: var(--kbd-padding-sm);
|
|
15
15
|
|
|
16
16
|
font-family: var(--mantine-font-family-monospace);
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
padding: var(--kbd-padding);
|
|
20
20
|
font-size: var(--kbd-fz);
|
|
21
21
|
border-radius: var(--mantine-radius-sm);
|
|
22
|
-
border:
|
|
23
|
-
border-bottom-width:
|
|
22
|
+
border: 1px solid;
|
|
23
|
+
border-bottom-width: 3px;
|
|
24
24
|
unicode-bidi: embed;
|
|
25
25
|
}
|
|
26
26
|
|
package/styles/Loader.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.m_5ae2e3c {
|
|
2
|
-
--loader-size-xs:
|
|
3
|
-
--loader-size-sm:
|
|
4
|
-
--loader-size-md:
|
|
5
|
-
--loader-size-lg:
|
|
6
|
-
--loader-size-xl:
|
|
2
|
+
--loader-size-xs: 18px;
|
|
3
|
+
--loader-size-sm: 22px;
|
|
4
|
+
--loader-size-md: 36px;
|
|
5
|
+
--loader-size-lg: 44px;
|
|
6
|
+
--loader-size-xl: 58px;
|
|
7
7
|
--loader-size: var(--loader-size-md);
|
|
8
8
|
--loader-color: var(--mantine-primary-color-filled);
|
|
9
9
|
}
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
flex: 1;
|
|
34
34
|
background: var(--loader-color);
|
|
35
35
|
animation: m_5d2b3b9d 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
|
|
36
|
-
border-radius:
|
|
36
|
+
border-radius: 2px;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.m_870bb79:nth-of-type(1) {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
display: block;
|
|
107
107
|
width: var(--loader-size);
|
|
108
108
|
height: var(--loader-size);
|
|
109
|
-
border-radius:
|
|
109
|
+
border-radius: 10000px;
|
|
110
110
|
border-width: calc(var(--loader-size) / 8);
|
|
111
111
|
border-style: solid;
|
|
112
112
|
border-color: var(--loader-color) var(--loader-color) var(--loader-color) transparent;
|
package/styles/Loader.layer.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@layer mantine {.m_5ae2e3c {
|
|
2
|
-
--loader-size-xs:
|
|
3
|
-
--loader-size-sm:
|
|
4
|
-
--loader-size-md:
|
|
5
|
-
--loader-size-lg:
|
|
6
|
-
--loader-size-xl:
|
|
2
|
+
--loader-size-xs: 18px;
|
|
3
|
+
--loader-size-sm: 22px;
|
|
4
|
+
--loader-size-md: 36px;
|
|
5
|
+
--loader-size-lg: 44px;
|
|
6
|
+
--loader-size-xl: 58px;
|
|
7
7
|
--loader-size: var(--loader-size-md);
|
|
8
8
|
--loader-color: var(--mantine-primary-color-filled);
|
|
9
9
|
}
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
flex: 1;
|
|
34
34
|
background: var(--loader-color);
|
|
35
35
|
animation: m_5d2b3b9d 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
|
|
36
|
-
border-radius:
|
|
36
|
+
border-radius: 2px;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.m_870bb79:nth-of-type(1) {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
display: block;
|
|
107
107
|
width: var(--loader-size);
|
|
108
108
|
height: var(--loader-size);
|
|
109
|
-
border-radius:
|
|
109
|
+
border-radius: 10000px;
|
|
110
110
|
border-width: calc(var(--loader-size) / 8);
|
|
111
111
|
border-style: solid;
|
|
112
112
|
border-color: var(--loader-color) var(--loader-color) var(--loader-color) transparent;
|
package/styles/Menu.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.m_dc9b7c9f {
|
|
2
|
-
padding:
|
|
2
|
+
padding: 4px;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.m_9bfac126 {
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.m_efdf90cb {
|
|
14
|
-
margin-top:
|
|
15
|
-
margin-bottom:
|
|
16
|
-
border-top:
|
|
14
|
+
margin-top: 4px;
|
|
15
|
+
margin-bottom: 4px;
|
|
16
|
+
border-top: 1px solid;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
:where([data-mantine-color-scheme='light']) .m_efdf90cb {
|
package/styles/Menu.layer.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@layer mantine {.m_dc9b7c9f {
|
|
2
|
-
padding:
|
|
2
|
+
padding: 4px;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.m_9bfac126 {
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.m_efdf90cb {
|
|
14
|
-
margin-top:
|
|
15
|
-
margin-bottom:
|
|
16
|
-
border-top:
|
|
14
|
+
margin-top: 4px;
|
|
15
|
+
margin-bottom: 4px;
|
|
16
|
+
border-top: 1px solid;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
:where([data-mantine-color-scheme='light']) .m_efdf90cb {
|
package/styles/Modal.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.m_9df02822 {
|
|
2
|
-
--modal-size-xs:
|
|
3
|
-
--modal-size-sm:
|
|
4
|
-
--modal-size-md:
|
|
5
|
-
--modal-size-lg:
|
|
6
|
-
--modal-size-xl:
|
|
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
7
|
--modal-size: var(--modal-size-md);
|
|
8
8
|
|
|
9
9
|
--modal-y-offset: 5dvh;
|
package/styles/Modal.layer.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@layer mantine {.m_9df02822 {
|
|
2
|
-
--modal-size-xs:
|
|
3
|
-
--modal-size-sm:
|
|
4
|
-
--modal-size-md:
|
|
5
|
-
--modal-size-lg:
|
|
6
|
-
--modal-size-xl:
|
|
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
7
|
--modal-size: var(--modal-size-md);
|
|
8
8
|
|
|
9
9
|
--modal-y-offset: 5dvh;
|
package/styles/ModalBase.css
CHANGED
package/styles/NavLink.css
CHANGED
package/styles/NavLink.layer.css
CHANGED
package/styles/Notification.css
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
position: relative;
|
|
8
8
|
display: flex;
|
|
9
9
|
align-items: center;
|
|
10
|
-
padding-inline-start:
|
|
10
|
+
padding-inline-start: 22px;
|
|
11
11
|
padding-inline-end: var(--mantine-spacing-xs);
|
|
12
12
|
padding-top: var(--mantine-spacing-xs);
|
|
13
13
|
padding-bottom: var(--mantine-spacing-xs);
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
content: '';
|
|
20
20
|
display: block;
|
|
21
21
|
position: absolute;
|
|
22
|
-
width:
|
|
22
|
+
width: 6px;
|
|
23
23
|
top: var(--notification-radius);
|
|
24
24
|
bottom: var(--notification-radius);
|
|
25
|
-
inset-inline-start:
|
|
25
|
+
inset-inline-start: 4px;
|
|
26
26
|
border-radius: var(--notification-radius);
|
|
27
27
|
background-color: var(--notification-color);
|
|
28
28
|
}
|
|
@@ -44,19 +44,19 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
:where([data-mantine-color-scheme='light']) .m_a513464:where([data-with-border]) {
|
|
47
|
-
border:
|
|
47
|
+
border: 1px solid var(--mantine-color-gray-3);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
:where([data-mantine-color-scheme='dark']) .m_a513464:where([data-with-border]) {
|
|
51
|
-
border:
|
|
51
|
+
border: 1px solid var(--mantine-color-dark-4);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.m_a4ceffb {
|
|
55
55
|
box-sizing: border-box;
|
|
56
56
|
margin-inline-end: var(--mantine-spacing-md);
|
|
57
|
-
width:
|
|
58
|
-
height:
|
|
59
|
-
border-radius:
|
|
57
|
+
width: 28px;
|
|
58
|
+
height: 28px;
|
|
59
|
+
border-radius: 28px;
|
|
60
60
|
display: flex;
|
|
61
61
|
align-items: center;
|
|
62
62
|
justify-content: center;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.m_3feedf16 {
|
|
78
|
-
margin-bottom:
|
|
78
|
+
margin-bottom: 2px;
|
|
79
79
|
overflow: hidden;
|
|
80
80
|
text-overflow: ellipsis;
|
|
81
81
|
font-size: var(--mantine-font-size-sm);
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
position: relative;
|
|
8
8
|
display: flex;
|
|
9
9
|
align-items: center;
|
|
10
|
-
padding-inline-start:
|
|
10
|
+
padding-inline-start: 22px;
|
|
11
11
|
padding-inline-end: var(--mantine-spacing-xs);
|
|
12
12
|
padding-top: var(--mantine-spacing-xs);
|
|
13
13
|
padding-bottom: var(--mantine-spacing-xs);
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
content: '';
|
|
20
20
|
display: block;
|
|
21
21
|
position: absolute;
|
|
22
|
-
width:
|
|
22
|
+
width: 6px;
|
|
23
23
|
top: var(--notification-radius);
|
|
24
24
|
bottom: var(--notification-radius);
|
|
25
|
-
inset-inline-start:
|
|
25
|
+
inset-inline-start: 4px;
|
|
26
26
|
border-radius: var(--notification-radius);
|
|
27
27
|
background-color: var(--notification-color);
|
|
28
28
|
}
|
|
@@ -44,19 +44,19 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
:where([data-mantine-color-scheme='light']) .m_a513464:where([data-with-border]) {
|
|
47
|
-
border:
|
|
47
|
+
border: 1px solid var(--mantine-color-gray-3);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
:where([data-mantine-color-scheme='dark']) .m_a513464:where([data-with-border]) {
|
|
51
|
-
border:
|
|
51
|
+
border: 1px solid var(--mantine-color-dark-4);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.m_a4ceffb {
|
|
55
55
|
box-sizing: border-box;
|
|
56
56
|
margin-inline-end: var(--mantine-spacing-md);
|
|
57
|
-
width:
|
|
58
|
-
height:
|
|
59
|
-
border-radius:
|
|
57
|
+
width: 28px;
|
|
58
|
+
height: 28px;
|
|
59
|
+
border-radius: 28px;
|
|
60
60
|
display: flex;
|
|
61
61
|
align-items: center;
|
|
62
62
|
justify-content: center;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.m_3feedf16 {
|
|
78
|
-
margin-bottom:
|
|
78
|
+
margin-bottom: 2px;
|
|
79
79
|
overflow: hidden;
|
|
80
80
|
text-overflow: ellipsis;
|
|
81
81
|
font-size: var(--mantine-font-size-sm);
|
package/styles/NumberInput.css
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
.m_e2f5cd4e {
|
|
2
|
-
--ni-right-section-width-xs:
|
|
3
|
-
--ni-right-section-width-sm:
|
|
4
|
-
--ni-right-section-width-md:
|
|
5
|
-
--ni-right-section-width-lg:
|
|
6
|
-
--ni-right-section-width-xl:
|
|
2
|
+
--ni-right-section-width-xs: 17px;
|
|
3
|
+
--ni-right-section-width-sm: 24px;
|
|
4
|
+
--ni-right-section-width-md: 27px;
|
|
5
|
+
--ni-right-section-width-lg: 31px;
|
|
6
|
+
--ni-right-section-width-xl: 34px;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.m_95e17d22 {
|
|
10
|
-
--ni-chevron-size-xs:
|
|
11
|
-
--ni-chevron-size-sm:
|
|
12
|
-
--ni-chevron-size-md:
|
|
13
|
-
--ni-chevron-size-lg:
|
|
14
|
-
--ni-chevron-size-xl:
|
|
10
|
+
--ni-chevron-size-xs: 10px;
|
|
11
|
+
--ni-chevron-size-sm: 14px;
|
|
12
|
+
--ni-chevron-size-md: 16px;
|
|
13
|
+
--ni-chevron-size-lg: 18px;
|
|
14
|
+
--ni-chevron-size-xl: 20px;
|
|
15
15
|
--ni-chevron-size: var(--ni-chevron-size-sm);
|
|
16
16
|
|
|
17
17
|
display: flex;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.m_80b4b171 {
|
|
26
|
-
--control-border:
|
|
26
|
+
--control-border: 1px solid var(--input-bd);
|
|
27
27
|
--control-radius: calc(var(--input-radius) - calc(0.0625rem * var(--mantine-scale)));
|
|
28
28
|
|
|
29
29
|
flex: 0 0 50%;
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
.m_80b4b171:last-of-type {
|
|
86
|
-
border-top:
|
|
86
|
+
border-top: 1 solid var(--input-bd);
|
|
87
87
|
border-radius: 0;
|
|
88
88
|
border-end-end-radius: var(--control-radius);
|
|
89
89
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
@layer mantine {.m_e2f5cd4e {
|
|
2
|
-
--ni-right-section-width-xs:
|
|
3
|
-
--ni-right-section-width-sm:
|
|
4
|
-
--ni-right-section-width-md:
|
|
5
|
-
--ni-right-section-width-lg:
|
|
6
|
-
--ni-right-section-width-xl:
|
|
2
|
+
--ni-right-section-width-xs: 17px;
|
|
3
|
+
--ni-right-section-width-sm: 24px;
|
|
4
|
+
--ni-right-section-width-md: 27px;
|
|
5
|
+
--ni-right-section-width-lg: 31px;
|
|
6
|
+
--ni-right-section-width-xl: 34px;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.m_95e17d22 {
|
|
10
|
-
--ni-chevron-size-xs:
|
|
11
|
-
--ni-chevron-size-sm:
|
|
12
|
-
--ni-chevron-size-md:
|
|
13
|
-
--ni-chevron-size-lg:
|
|
14
|
-
--ni-chevron-size-xl:
|
|
10
|
+
--ni-chevron-size-xs: 10px;
|
|
11
|
+
--ni-chevron-size-sm: 14px;
|
|
12
|
+
--ni-chevron-size-md: 16px;
|
|
13
|
+
--ni-chevron-size-lg: 18px;
|
|
14
|
+
--ni-chevron-size-xl: 20px;
|
|
15
15
|
--ni-chevron-size: var(--ni-chevron-size-sm);
|
|
16
16
|
|
|
17
17
|
display: flex;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.m_80b4b171 {
|
|
26
|
-
--control-border:
|
|
26
|
+
--control-border: 1px solid var(--input-bd);
|
|
27
27
|
--control-radius: calc(var(--input-radius) - calc(0.0625rem * var(--mantine-scale)));
|
|
28
28
|
|
|
29
29
|
flex: 0 0 50%;
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
.m_80b4b171:last-of-type {
|
|
86
|
-
border-top:
|
|
86
|
+
border-top: 1 solid var(--input-bd);
|
|
87
87
|
border-radius: 0;
|
|
88
88
|
border-end-end-radius: var(--control-radius);
|
|
89
89
|
}
|
package/styles/Pagination.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.m_4addd315 {
|
|
2
|
-
--pagination-control-size-xs:
|
|
3
|
-
--pagination-control-size-sm:
|
|
4
|
-
--pagination-control-size-md:
|
|
5
|
-
--pagination-control-size-lg:
|
|
6
|
-
--pagination-control-size-xl:
|
|
2
|
+
--pagination-control-size-xs: 22px;
|
|
3
|
+
--pagination-control-size-sm: 26px;
|
|
4
|
+
--pagination-control-size-md: 32px;
|
|
5
|
+
--pagination-control-size-lg: 38px;
|
|
6
|
+
--pagination-control-size-xl: 44px;
|
|
7
7
|
--pagination-control-size: var(--pagination-control-size-md);
|
|
8
8
|
--pagination-control-fz: var(--mantine-font-size-md);
|
|
9
9
|
--pagination-active-bg: var(--mantine-primary-color-filled);
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
display: flex;
|
|
14
14
|
align-items: center;
|
|
15
15
|
justify-content: center;
|
|
16
|
-
border:
|
|
16
|
+
border: 1px solid;
|
|
17
17
|
cursor: pointer;
|
|
18
18
|
color: var(--mantine-color-text);
|
|
19
19
|
height: var(--pagination-control-size);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@layer mantine {.m_4addd315 {
|
|
2
|
-
--pagination-control-size-xs:
|
|
3
|
-
--pagination-control-size-sm:
|
|
4
|
-
--pagination-control-size-md:
|
|
5
|
-
--pagination-control-size-lg:
|
|
6
|
-
--pagination-control-size-xl:
|
|
2
|
+
--pagination-control-size-xs: 22px;
|
|
3
|
+
--pagination-control-size-sm: 26px;
|
|
4
|
+
--pagination-control-size-md: 32px;
|
|
5
|
+
--pagination-control-size-lg: 38px;
|
|
6
|
+
--pagination-control-size-xl: 44px;
|
|
7
7
|
--pagination-control-size: var(--pagination-control-size-md);
|
|
8
8
|
--pagination-control-fz: var(--mantine-font-size-md);
|
|
9
9
|
--pagination-active-bg: var(--mantine-primary-color-filled);
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
display: flex;
|
|
14
14
|
align-items: center;
|
|
15
15
|
justify-content: center;
|
|
16
|
-
border:
|
|
16
|
+
border: 1px solid;
|
|
17
17
|
cursor: pointer;
|
|
18
18
|
color: var(--mantine-color-text);
|
|
19
19
|
height: var(--pagination-control-size);
|
package/styles/Paper.css
CHANGED
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
:where([data-mantine-color-scheme='light']) .m_1b7284a3:where([data-with-border]) {
|
|
15
|
-
border:
|
|
15
|
+
border: 1px solid var(--mantine-color-gray-3);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
:where([data-mantine-color-scheme='dark']) .m_1b7284a3:where([data-with-border]) {
|
|
19
|
-
border:
|
|
19
|
+
border: 1px solid var(--mantine-color-dark-4);
|
|
20
20
|
}
|
package/styles/Paper.layer.css
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
:where([data-mantine-color-scheme='light']) .m_1b7284a3:where([data-with-border]) {
|
|
15
|
-
border:
|
|
15
|
+
border: 1px solid var(--mantine-color-gray-3);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
:where([data-mantine-color-scheme='dark']) .m_1b7284a3:where([data-with-border]) {
|
|
19
|
-
border:
|
|
19
|
+
border: 1px solid var(--mantine-color-dark-4);
|
|
20
20
|
}
|
|
21
21
|
}
|
package/styles/PasswordInput.css
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.m_f61ca620 {
|
|
2
|
-
--psi-button-size-xs:
|
|
3
|
-
--psi-button-size-sm:
|
|
4
|
-
--psi-button-size-md:
|
|
5
|
-
--psi-button-size-lg:
|
|
6
|
-
--psi-button-size-xl:
|
|
7
|
-
|
|
8
|
-
--psi-icon-size-xs:
|
|
9
|
-
--psi-icon-size-sm:
|
|
10
|
-
--psi-icon-size-md:
|
|
11
|
-
--psi-icon-size-lg:
|
|
12
|
-
--psi-icon-size-xl:
|
|
2
|
+
--psi-button-size-xs: 22px;
|
|
3
|
+
--psi-button-size-sm: 26px;
|
|
4
|
+
--psi-button-size-md: 28px;
|
|
5
|
+
--psi-button-size-lg: 32px;
|
|
6
|
+
--psi-button-size-xl: 40px;
|
|
7
|
+
|
|
8
|
+
--psi-icon-size-xs: 12px;
|
|
9
|
+
--psi-icon-size-sm: 15px;
|
|
10
|
+
--psi-icon-size-md: 17px;
|
|
11
|
+
--psi-icon-size-lg: 19px;
|
|
12
|
+
--psi-icon-size-xl: 21px;
|
|
13
13
|
|
|
14
14
|
--psi-button-size: var(--psi-button-size-sm);
|
|
15
15
|
--psi-icon-size: var(--psi-icon-size-sm);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
@layer mantine {.m_f61ca620 {
|
|
2
|
-
--psi-button-size-xs:
|
|
3
|
-
--psi-button-size-sm:
|
|
4
|
-
--psi-button-size-md:
|
|
5
|
-
--psi-button-size-lg:
|
|
6
|
-
--psi-button-size-xl:
|
|
7
|
-
|
|
8
|
-
--psi-icon-size-xs:
|
|
9
|
-
--psi-icon-size-sm:
|
|
10
|
-
--psi-icon-size-md:
|
|
11
|
-
--psi-icon-size-lg:
|
|
12
|
-
--psi-icon-size-xl:
|
|
2
|
+
--psi-button-size-xs: 22px;
|
|
3
|
+
--psi-button-size-sm: 26px;
|
|
4
|
+
--psi-button-size-md: 28px;
|
|
5
|
+
--psi-button-size-lg: 32px;
|
|
6
|
+
--psi-button-size-xl: 40px;
|
|
7
|
+
|
|
8
|
+
--psi-icon-size-xs: 12px;
|
|
9
|
+
--psi-icon-size-sm: 15px;
|
|
10
|
+
--psi-icon-size-md: 17px;
|
|
11
|
+
--psi-icon-size-lg: 19px;
|
|
12
|
+
--psi-icon-size-xl: 21px;
|
|
13
13
|
|
|
14
14
|
--psi-button-size: var(--psi-button-size-sm);
|
|
15
15
|
--psi-icon-size: var(--psi-icon-size-sm);
|
package/styles/Pill.css
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.m_7cda1cd6 {
|
|
2
|
-
--pill-fz-xs:
|
|
3
|
-
--pill-fz-sm:
|
|
4
|
-
--pill-fz-md:
|
|
5
|
-
--pill-fz-lg:
|
|
6
|
-
--pill-fz-xl:
|
|
7
|
-
|
|
8
|
-
--pill-height-xs:
|
|
9
|
-
--pill-height-sm:
|
|
10
|
-
--pill-height-md:
|
|
11
|
-
--pill-height-lg:
|
|
12
|
-
--pill-height-xl:
|
|
2
|
+
--pill-fz-xs: 10px;
|
|
3
|
+
--pill-fz-sm: 12px;
|
|
4
|
+
--pill-fz-md: 14px;
|
|
5
|
+
--pill-fz-lg: 16px;
|
|
6
|
+
--pill-fz-xl: 18px;
|
|
7
|
+
|
|
8
|
+
--pill-height-xs: 18px;
|
|
9
|
+
--pill-height-sm: 22px;
|
|
10
|
+
--pill-height-md: 25px;
|
|
11
|
+
--pill-height-lg: 28px;
|
|
12
|
+
--pill-height-xl: 32px;
|
|
13
13
|
|
|
14
14
|
--pill-fz: var(--pill-fz-sm);
|
|
15
15
|
--pill-height: var(--pill-height-sm);
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
padding-inline: 0.8em;
|
|
21
21
|
display: inline-flex;
|
|
22
22
|
align-items: center;
|
|
23
|
-
border-radius: var(--pill-radius,
|
|
23
|
+
border-radius: var(--pill-radius, 1000rem);
|
|
24
24
|
line-height: 1;
|
|
25
25
|
white-space: nowrap;
|
|
26
26
|
user-select: none;
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.m_1dcfd90b {
|
|
104
|
-
--pg-gap-xs:
|
|
105
|
-
--pg-gap-sm:
|
|
106
|
-
--pg-gap-md:
|
|
107
|
-
--pg-gap-lg:
|
|
108
|
-
--pg-gap-xl:
|
|
104
|
+
--pg-gap-xs: 6px;
|
|
105
|
+
--pg-gap-sm: 8px;
|
|
106
|
+
--pg-gap-md: 10px;
|
|
107
|
+
--pg-gap-lg: 12px;
|
|
108
|
+
--pg-gap-xl: 12px;
|
|
109
109
|
--pg-gap: var(--pg-gap-sm);
|
|
110
110
|
|
|
111
111
|
display: flex;
|