@mantine/core 7.6.0 → 7.6.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/ActionIcon/ActionIcon.cjs +3 -1
- package/cjs/components/ActionIcon/ActionIcon.cjs.map +1 -1
- package/cjs/components/ActionIcon/ActionIcon.module.css.cjs +1 -1
- package/cjs/components/Autocomplete/Autocomplete.cjs +2 -1
- package/cjs/components/Autocomplete/Autocomplete.cjs.map +1 -1
- package/cjs/components/Button/Button.cjs +11 -2
- package/cjs/components/Button/Button.cjs.map +1 -1
- package/cjs/components/Button/Button.module.css.cjs +1 -1
- package/cjs/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.cjs +5 -2
- package/cjs/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.cjs.map +1 -1
- package/cjs/components/Combobox/ComboboxSearch/ComboboxSearch.cjs +2 -1
- package/cjs/components/Combobox/ComboboxSearch/ComboboxSearch.cjs.map +1 -1
- package/cjs/components/Combobox/ComboboxTarget/ComboboxTarget.cjs +5 -2
- package/cjs/components/Combobox/ComboboxTarget/ComboboxTarget.cjs.map +1 -1
- package/cjs/components/Combobox/use-combobox-target-props/use-combobox-target-props.cjs +5 -3
- package/cjs/components/Combobox/use-combobox-target-props/use-combobox-target-props.cjs.map +1 -1
- package/cjs/components/InlineInput/InlineInput.cjs +21 -1
- package/cjs/components/InlineInput/InlineInput.cjs.map +1 -1
- package/cjs/components/Menu/MenuDropdown/MenuDropdown.cjs +1 -1
- package/cjs/components/Menu/MenuDropdown/MenuDropdown.cjs.map +1 -1
- package/cjs/components/ModalBase/ModalBaseContent.cjs +0 -6
- package/cjs/components/ModalBase/ModalBaseContent.cjs.map +1 -1
- package/cjs/components/ModalBase/use-modal.cjs +10 -5
- package/cjs/components/ModalBase/use-modal.cjs.map +1 -1
- package/cjs/components/MultiSelect/MultiSelect.cjs +2 -2
- package/cjs/components/MultiSelect/MultiSelect.cjs.map +1 -1
- package/cjs/components/PinInput/PinInput.cjs +5 -0
- package/cjs/components/PinInput/PinInput.cjs.map +1 -1
- package/cjs/components/SegmentedControl/SegmentedControl.cjs +1 -1
- package/cjs/components/SegmentedControl/SegmentedControl.cjs.map +1 -1
- package/cjs/components/Select/Select.cjs +2 -1
- package/cjs/components/Select/Select.cjs.map +1 -1
- package/cjs/components/Switch/Switch.cjs +4 -2
- package/cjs/components/Switch/Switch.cjs.map +1 -1
- package/cjs/components/TagsInput/TagsInput.cjs +2 -2
- package/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/cjs/components/Transition/use-transition.cjs +18 -10
- package/cjs/components/Transition/use-transition.cjs.map +1 -1
- package/esm/components/ActionIcon/ActionIcon.mjs +3 -1
- package/esm/components/ActionIcon/ActionIcon.mjs.map +1 -1
- package/esm/components/ActionIcon/ActionIcon.module.css.mjs +1 -1
- package/esm/components/Autocomplete/Autocomplete.mjs +2 -1
- package/esm/components/Autocomplete/Autocomplete.mjs.map +1 -1
- package/esm/components/Button/Button.mjs +11 -2
- package/esm/components/Button/Button.mjs.map +1 -1
- package/esm/components/Button/Button.module.css.mjs +1 -1
- package/esm/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.mjs +5 -2
- package/esm/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.mjs.map +1 -1
- package/esm/components/Combobox/ComboboxSearch/ComboboxSearch.mjs +2 -1
- package/esm/components/Combobox/ComboboxSearch/ComboboxSearch.mjs.map +1 -1
- package/esm/components/Combobox/ComboboxTarget/ComboboxTarget.mjs +5 -2
- package/esm/components/Combobox/ComboboxTarget/ComboboxTarget.mjs.map +1 -1
- package/esm/components/Combobox/use-combobox-target-props/use-combobox-target-props.mjs +5 -3
- package/esm/components/Combobox/use-combobox-target-props/use-combobox-target-props.mjs.map +1 -1
- package/esm/components/InlineInput/InlineInput.mjs +21 -1
- package/esm/components/InlineInput/InlineInput.mjs.map +1 -1
- package/esm/components/Menu/MenuDropdown/MenuDropdown.mjs +1 -1
- package/esm/components/Menu/MenuDropdown/MenuDropdown.mjs.map +1 -1
- package/esm/components/ModalBase/ModalBaseContent.mjs +0 -6
- package/esm/components/ModalBase/ModalBaseContent.mjs.map +1 -1
- package/esm/components/ModalBase/use-modal.mjs +10 -5
- package/esm/components/ModalBase/use-modal.mjs.map +1 -1
- package/esm/components/MultiSelect/MultiSelect.mjs +2 -2
- package/esm/components/MultiSelect/MultiSelect.mjs.map +1 -1
- package/esm/components/PinInput/PinInput.mjs +5 -0
- package/esm/components/PinInput/PinInput.mjs.map +1 -1
- package/esm/components/SegmentedControl/SegmentedControl.mjs +1 -1
- package/esm/components/SegmentedControl/SegmentedControl.mjs.map +1 -1
- package/esm/components/Select/Select.mjs +2 -1
- package/esm/components/Select/Select.mjs.map +1 -1
- package/esm/components/Switch/Switch.mjs +4 -2
- package/esm/components/Switch/Switch.mjs.map +1 -1
- package/esm/components/TagsInput/TagsInput.mjs +2 -2
- package/esm/components/TagsInput/TagsInput.mjs.map +1 -1
- package/esm/components/Transition/use-transition.mjs +18 -10
- package/esm/components/Transition/use-transition.mjs.map +1 -1
- package/lib/components/Combobox/ComboboxEventsTarget/ComboboxEventsTarget.d.ts +2 -0
- package/lib/components/Combobox/ComboboxTarget/ComboboxTarget.d.ts +2 -0
- package/lib/components/Combobox/use-combobox-target-props/use-combobox-target-props.d.ts +6 -3
- package/lib/components/InlineInput/InlineInput.d.ts +2 -0
- package/package.json +4 -4
- package/styles/Accordion.css +185 -1
- package/styles/Accordion.layer.css +186 -0
- package/styles/ActionIcon.css +157 -1
- package/styles/ActionIcon.layer.css +158 -0
- package/styles/Affix.css +8 -1
- package/styles/Affix.layer.css +9 -1
- package/styles/Alert.css +82 -1
- package/styles/Alert.layer.css +83 -1
- package/styles/Anchor.css +29 -1
- package/styles/Anchor.layer.css +30 -1
- package/styles/AppShell.css +121 -1
- package/styles/AppShell.layer.css +122 -1
- package/styles/AspectRatio.css +33 -1
- package/styles/AspectRatio.layer.css +34 -1
- package/styles/Avatar.css +68 -1
- package/styles/Avatar.layer.css +69 -1
- package/styles/BackgroundImage.css +9 -1
- package/styles/BackgroundImage.layer.css +10 -1
- package/styles/Badge.css +107 -1
- package/styles/Badge.layer.css +108 -1
- package/styles/Blockquote.css +41 -1
- package/styles/Blockquote.layer.css +42 -1
- package/styles/Breadcrumbs.css +26 -1
- package/styles/Breadcrumbs.layer.css +27 -1
- package/styles/Burger.css +67 -1
- package/styles/Burger.layer.css +68 -1
- package/styles/Button.css +224 -1
- package/styles/Button.layer.css +225 -1
- package/styles/Card.css +54 -1
- package/styles/Card.layer.css +55 -1
- package/styles/Center.css +9 -1
- package/styles/Center.layer.css +10 -1
- package/styles/Checkbox.css +115 -1
- package/styles/Checkbox.layer.css +116 -1
- package/styles/Chip.css +207 -1
- package/styles/Chip.layer.css +208 -1
- package/styles/CloseButton.css +52 -1
- package/styles/CloseButton.layer.css +53 -1
- package/styles/Code.css +23 -1
- package/styles/Code.layer.css +24 -1
- package/styles/ColorInput.css +21 -1
- package/styles/ColorInput.layer.css +22 -1
- package/styles/ColorPicker.css +156 -1
- package/styles/ColorPicker.layer.css +157 -1
- package/styles/ColorSwatch.css +70 -1
- package/styles/ColorSwatch.layer.css +71 -1
- package/styles/Combobox.css +199 -1
- package/styles/Combobox.layer.css +200 -1
- package/styles/Container.css +16 -1
- package/styles/Container.layer.css +17 -1
- package/styles/Dialog.css +19 -1
- package/styles/Dialog.layer.css +20 -1
- package/styles/Divider.css +62 -1
- package/styles/Divider.layer.css +63 -1
- package/styles/Drawer.css +28 -1
- package/styles/Drawer.layer.css +29 -1
- package/styles/Fieldset.css +49 -1
- package/styles/Fieldset.layer.css +50 -1
- package/styles/Flex.css +3 -1
- package/styles/Flex.layer.css +4 -1
- package/styles/Grid.css +30 -1
- package/styles/Grid.layer.css +31 -1
- package/styles/Group.css +13 -1
- package/styles/Group.layer.css +14 -1
- package/styles/Image.css +7 -1
- package/styles/Image.layer.css +8 -1
- package/styles/Indicator.css +64 -1
- package/styles/Indicator.layer.css +65 -1
- package/styles/InlineInput.css +68 -1
- package/styles/InlineInput.layer.css +69 -1
- package/styles/Input.css +298 -3
- package/styles/Input.layer.css +299 -3
- package/styles/Kbd.css +37 -1
- package/styles/Kbd.layer.css +38 -1
- package/styles/List.css +49 -1
- package/styles/List.layer.css +50 -1
- package/styles/Loader.css +114 -1
- package/styles/Loader.layer.css +115 -1
- package/styles/LoadingOverlay.css +18 -1
- package/styles/LoadingOverlay.layer.css +19 -1
- package/styles/Mark.css +11 -1
- package/styles/Mark.layer.css +12 -1
- package/styles/Menu.css +68 -1
- package/styles/Menu.layer.css +69 -1
- package/styles/Modal.css +56 -1
- package/styles/Modal.layer.css +57 -0
- package/styles/ModalBase.css +47 -1
- package/styles/ModalBase.layer.css +48 -1
- package/styles/NavLink.css +118 -1
- package/styles/NavLink.layer.css +119 -1
- package/styles/Notification.css +135 -1
- package/styles/Notification.layer.css +136 -1
- package/styles/NumberInput.css +89 -1
- package/styles/NumberInput.layer.css +90 -0
- package/styles/Overlay.css +19 -1
- package/styles/Overlay.layer.css +20 -0
- package/styles/Pagination.css +96 -1
- package/styles/Pagination.layer.css +97 -0
- package/styles/Paper.css +20 -1
- package/styles/Paper.layer.css +21 -0
- package/styles/PasswordInput.css +58 -1
- package/styles/PasswordInput.layer.css +59 -0
- package/styles/Pill.css +114 -1
- package/styles/Pill.layer.css +115 -0
- package/styles/PillsInput.css +45 -1
- package/styles/PillsInput.layer.css +46 -0
- package/styles/PinInput.css +13 -1
- package/styles/PinInput.layer.css +14 -0
- package/styles/Popover.css +27 -1
- package/styles/Popover.layer.css +28 -0
- package/styles/Progress.css +87 -1
- package/styles/Progress.layer.css +88 -0
- package/styles/Radio.css +121 -1
- package/styles/Radio.layer.css +122 -0
- package/styles/Rating.css +82 -1
- package/styles/Rating.layer.css +83 -0
- package/styles/RingProgress.css +34 -1
- package/styles/RingProgress.layer.css +35 -0
- package/styles/ScrollArea.css +154 -1
- package/styles/ScrollArea.layer.css +155 -0
- package/styles/SegmentedControl.css +220 -1
- package/styles/SegmentedControl.layer.css +221 -0
- package/styles/SimpleGrid.css +5 -1
- package/styles/SimpleGrid.layer.css +6 -0
- package/styles/Skeleton.css +50 -1
- package/styles/Skeleton.layer.css +51 -0
- package/styles/Slider.css +217 -1
- package/styles/Slider.layer.css +218 -0
- package/styles/Spoiler.css +21 -1
- package/styles/Spoiler.layer.css +22 -0
- package/styles/Stack.css +7 -1
- package/styles/Stack.layer.css +8 -0
- package/styles/Stepper.css +228 -1
- package/styles/Stepper.layer.css +229 -0
- package/styles/Switch.css +171 -1
- package/styles/Switch.layer.css +172 -0
- package/styles/Table.css +109 -1
- package/styles/Table.layer.css +110 -0
- package/styles/Tabs.css +398 -1
- package/styles/Tabs.layer.css +399 -0
- package/styles/Text.css +51 -1
- package/styles/Text.layer.css +52 -0
- package/styles/ThemeIcon.css +24 -1
- package/styles/ThemeIcon.layer.css +25 -0
- package/styles/Timeline.css +173 -1
- package/styles/Timeline.layer.css +174 -0
- package/styles/Title.css +16 -1
- package/styles/Title.layer.css +17 -0
- package/styles/Tooltip.css +30 -1
- package/styles/Tooltip.layer.css +31 -0
- package/styles/TypographyStylesProvider.css +205 -1
- package/styles/TypographyStylesProvider.layer.css +206 -0
- package/styles/UnstyledButton.css +17 -1
- package/styles/UnstyledButton.layer.css +18 -0
- package/styles/VisuallyHidden.css +11 -1
- package/styles/VisuallyHidden.layer.css +12 -0
- package/styles/global.css +584 -1
- package/styles/global.layer.css +585 -0
- package/styles.css +6947 -3
- package/styles.layer.css +6948 -3
package/styles/Affix.css
CHANGED
|
@@ -1 +1,8 @@
|
|
|
1
|
-
.m-7f854edf{
|
|
1
|
+
.m-7f854edf {
|
|
2
|
+
position: fixed;
|
|
3
|
+
z-index: var(--affix-z-index);
|
|
4
|
+
inset-inline-start: var(--affix-left);
|
|
5
|
+
inset-inline-end: var(--affix-right);
|
|
6
|
+
top: var(--affix-top);
|
|
7
|
+
bottom: var(--affix-bottom);
|
|
8
|
+
}
|
package/styles/Affix.layer.css
CHANGED
|
@@ -1 +1,9 @@
|
|
|
1
|
-
@layer mantine {.m-7f854edf{
|
|
1
|
+
@layer mantine {.m-7f854edf {
|
|
2
|
+
position: fixed;
|
|
3
|
+
z-index: var(--affix-z-index);
|
|
4
|
+
inset-inline-start: var(--affix-left);
|
|
5
|
+
inset-inline-end: var(--affix-right);
|
|
6
|
+
top: var(--affix-top);
|
|
7
|
+
bottom: var(--affix-bottom);
|
|
8
|
+
}
|
|
9
|
+
}
|
package/styles/Alert.css
CHANGED
|
@@ -1 +1,82 @@
|
|
|
1
|
-
.m-66836ed3
|
|
1
|
+
.m-66836ed3 {
|
|
2
|
+
--alert-radius: var(--mantine-radius-default);
|
|
3
|
+
--alert-bg: var(--mantine-primary-color-light);
|
|
4
|
+
--alert-bd: calc(0.0625rem * var(--mantine-scale)) 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: calc(1.25rem * var(--mantine-scale));
|
|
48
|
+
height: calc(1.25rem * var(--mantine-scale));
|
|
49
|
+
display: flex;
|
|
50
|
+
align-items: center;
|
|
51
|
+
justify-content: flex-start;
|
|
52
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
53
|
+
margin-top: calc(0.0625rem * var(--mantine-scale));
|
|
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: calc(1.25rem * var(--mantine-scale));
|
|
80
|
+
height: calc(1.25rem * var(--mantine-scale));
|
|
81
|
+
color: var(--alert-color);
|
|
82
|
+
}
|
package/styles/Alert.layer.css
CHANGED
|
@@ -1 +1,83 @@
|
|
|
1
|
-
@layer mantine {.m-66836ed3
|
|
1
|
+
@layer mantine {.m-66836ed3 {
|
|
2
|
+
--alert-radius: var(--mantine-radius-default);
|
|
3
|
+
--alert-bg: var(--mantine-primary-color-light);
|
|
4
|
+
--alert-bd: calc(0.0625rem * var(--mantine-scale)) 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: calc(1.25rem * var(--mantine-scale));
|
|
48
|
+
height: calc(1.25rem * var(--mantine-scale));
|
|
49
|
+
display: flex;
|
|
50
|
+
align-items: center;
|
|
51
|
+
justify-content: flex-start;
|
|
52
|
+
margin-inline-end: var(--mantine-spacing-md);
|
|
53
|
+
margin-top: calc(0.0625rem * var(--mantine-scale));
|
|
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: calc(1.25rem * var(--mantine-scale));
|
|
80
|
+
height: calc(1.25rem * var(--mantine-scale));
|
|
81
|
+
color: var(--alert-color);
|
|
82
|
+
}
|
|
83
|
+
}
|
package/styles/Anchor.css
CHANGED
|
@@ -1 +1,29 @@
|
|
|
1
|
-
.m-849cf0da
|
|
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='always']) {
|
|
28
|
+
text-decoration: underline;
|
|
29
|
+
}
|
package/styles/Anchor.layer.css
CHANGED
|
@@ -1 +1,30 @@
|
|
|
1
|
-
@layer mantine {.m-849cf0da
|
|
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='always']) {
|
|
28
|
+
text-decoration: underline;
|
|
29
|
+
}
|
|
30
|
+
}
|
package/styles/AppShell.css
CHANGED
|
@@ -1 +1,121 @@
|
|
|
1
|
-
.m-89ab340[data-resizing]
|
|
1
|
+
.m-89ab340[data-resizing] {
|
|
2
|
+
--app-shell-transition-duration: 0ms !important;
|
|
3
|
+
}
|
|
4
|
+
.m-89ab340[data-disabled] {
|
|
5
|
+
--app-shell-header-offset: 0px !important;
|
|
6
|
+
--app-shell-navbar-offset: 0px !important;
|
|
7
|
+
}
|
|
8
|
+
[data-mantine-color-scheme='light'] .m-89ab340 {
|
|
9
|
+
--app-shell-border-color: var(--mantine-color-gray-3);
|
|
10
|
+
}
|
|
11
|
+
[data-mantine-color-scheme='dark'] .m-89ab340 {
|
|
12
|
+
--app-shell-border-color: var(--mantine-color-dark-4);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.m-45252eee,
|
|
16
|
+
.m-9cdde9a,
|
|
17
|
+
.m-3b16f56b,
|
|
18
|
+
.m-8983817,
|
|
19
|
+
.m-3840c879 {
|
|
20
|
+
transition-duration: var(--app-shell-transition-duration);
|
|
21
|
+
transition-timing-function: var(--app-shell-transition-timing-function);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.m-45252eee,
|
|
25
|
+
.m-9cdde9a {
|
|
26
|
+
position: fixed;
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-direction: column;
|
|
29
|
+
top: var(--app-shell-header-offset, 0px);
|
|
30
|
+
height: calc(100dvh - var(--app-shell-header-offset, 0px) - var(--app-shell-footer-offset, 0px));
|
|
31
|
+
background-color: var(--mantine-color-body);
|
|
32
|
+
transition-property: transform, top, height;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:where([data-layout='alt']) .m-45252eee, :where([data-layout='alt']) .m-9cdde9a {
|
|
36
|
+
top: 0px;
|
|
37
|
+
height: 100dvh;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.m-45252eee {
|
|
41
|
+
inset-inline-start: 0;
|
|
42
|
+
width: var(--app-shell-navbar-width);
|
|
43
|
+
transition-property: transform, top, height;
|
|
44
|
+
transform: var(--app-shell-navbar-transform);
|
|
45
|
+
z-index: var(--app-shell-navbar-z-index);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:where([dir="rtl"]) .m-45252eee {
|
|
49
|
+
transform: var(--app-shell-navbar-transform-rtl);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.m-45252eee:where([data-with-border]) {
|
|
53
|
+
border-inline-end: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.m-9cdde9a {
|
|
57
|
+
inset-inline-end: 0;
|
|
58
|
+
width: var(--app-shell-aside-width);
|
|
59
|
+
transform: var(--app-shell-aside-transform);
|
|
60
|
+
z-index: var(--app-shell-aside-z-index);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:where([dir="rtl"]) .m-9cdde9a {
|
|
64
|
+
transform: var(--app-shell-aside-transform-rtl);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.m-9cdde9a:where([data-with-border]) {
|
|
68
|
+
border-inline-start: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.m-8983817 {
|
|
72
|
+
padding-inline-start: calc(var(--app-shell-navbar-offset, 0px) + var(--app-shell-padding));
|
|
73
|
+
padding-inline-end: calc(var(--app-shell-aside-offset, 0px) + var(--app-shell-padding));
|
|
74
|
+
padding-top: calc(var(--app-shell-header-offset, 0px) + var(--app-shell-padding));
|
|
75
|
+
padding-bottom: calc(var(--app-shell-footer-offset, 0px) + var(--app-shell-padding));
|
|
76
|
+
min-height: 100dvh;
|
|
77
|
+
transition-property: padding;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.m-3b16f56b,
|
|
81
|
+
.m-3840c879 {
|
|
82
|
+
position: fixed;
|
|
83
|
+
inset-inline: 0;
|
|
84
|
+
transition-property: transform, left, right;
|
|
85
|
+
background-color: var(--mantine-color-body);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
:where([data-layout='alt']) .m-3b16f56b, :where([data-layout='alt']) .m-3840c879 {
|
|
89
|
+
inset-inline-start: var(--app-shell-navbar-offset, 0px);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.m-3b16f56b {
|
|
93
|
+
top: 0;
|
|
94
|
+
height: var(--app-shell-header-height);
|
|
95
|
+
background-color: var(--mantine-color-body);
|
|
96
|
+
transform: var(--app-shell-header-transform);
|
|
97
|
+
z-index: var(--app-shell-header-z-index);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.m-3b16f56b:where([data-with-border]) {
|
|
101
|
+
border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.m-3840c879 {
|
|
105
|
+
bottom: 0;
|
|
106
|
+
height: var(--app-shell-footer-height);
|
|
107
|
+
transform: var(--app-shell-footer-transform);
|
|
108
|
+
z-index: var(--app-shell-footer-z-index);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.m-3840c879:where([data-with-border]) {
|
|
112
|
+
border-top: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.m-6dcfc7c7 {
|
|
116
|
+
flex-grow: 0;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.m-6dcfc7c7:where([data-grow]) {
|
|
120
|
+
flex-grow: 1;
|
|
121
|
+
}
|
|
@@ -1 +1,122 @@
|
|
|
1
|
-
@layer mantine {.m-89ab340[data-resizing]
|
|
1
|
+
@layer mantine {.m-89ab340[data-resizing] {
|
|
2
|
+
--app-shell-transition-duration: 0ms !important;
|
|
3
|
+
}
|
|
4
|
+
.m-89ab340[data-disabled] {
|
|
5
|
+
--app-shell-header-offset: 0px !important;
|
|
6
|
+
--app-shell-navbar-offset: 0px !important;
|
|
7
|
+
}
|
|
8
|
+
[data-mantine-color-scheme='light'] .m-89ab340 {
|
|
9
|
+
--app-shell-border-color: var(--mantine-color-gray-3);
|
|
10
|
+
}
|
|
11
|
+
[data-mantine-color-scheme='dark'] .m-89ab340 {
|
|
12
|
+
--app-shell-border-color: var(--mantine-color-dark-4);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.m-45252eee,
|
|
16
|
+
.m-9cdde9a,
|
|
17
|
+
.m-3b16f56b,
|
|
18
|
+
.m-8983817,
|
|
19
|
+
.m-3840c879 {
|
|
20
|
+
transition-duration: var(--app-shell-transition-duration);
|
|
21
|
+
transition-timing-function: var(--app-shell-transition-timing-function);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.m-45252eee,
|
|
25
|
+
.m-9cdde9a {
|
|
26
|
+
position: fixed;
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-direction: column;
|
|
29
|
+
top: var(--app-shell-header-offset, 0px);
|
|
30
|
+
height: calc(100dvh - var(--app-shell-header-offset, 0px) - var(--app-shell-footer-offset, 0px));
|
|
31
|
+
background-color: var(--mantine-color-body);
|
|
32
|
+
transition-property: transform, top, height;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:where([data-layout='alt']) .m-45252eee, :where([data-layout='alt']) .m-9cdde9a {
|
|
36
|
+
top: 0px;
|
|
37
|
+
height: 100dvh;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.m-45252eee {
|
|
41
|
+
inset-inline-start: 0;
|
|
42
|
+
width: var(--app-shell-navbar-width);
|
|
43
|
+
transition-property: transform, top, height;
|
|
44
|
+
transform: var(--app-shell-navbar-transform);
|
|
45
|
+
z-index: var(--app-shell-navbar-z-index);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:where([dir="rtl"]) .m-45252eee {
|
|
49
|
+
transform: var(--app-shell-navbar-transform-rtl);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.m-45252eee:where([data-with-border]) {
|
|
53
|
+
border-inline-end: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.m-9cdde9a {
|
|
57
|
+
inset-inline-end: 0;
|
|
58
|
+
width: var(--app-shell-aside-width);
|
|
59
|
+
transform: var(--app-shell-aside-transform);
|
|
60
|
+
z-index: var(--app-shell-aside-z-index);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:where([dir="rtl"]) .m-9cdde9a {
|
|
64
|
+
transform: var(--app-shell-aside-transform-rtl);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.m-9cdde9a:where([data-with-border]) {
|
|
68
|
+
border-inline-start: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.m-8983817 {
|
|
72
|
+
padding-inline-start: calc(var(--app-shell-navbar-offset, 0px) + var(--app-shell-padding));
|
|
73
|
+
padding-inline-end: calc(var(--app-shell-aside-offset, 0px) + var(--app-shell-padding));
|
|
74
|
+
padding-top: calc(var(--app-shell-header-offset, 0px) + var(--app-shell-padding));
|
|
75
|
+
padding-bottom: calc(var(--app-shell-footer-offset, 0px) + var(--app-shell-padding));
|
|
76
|
+
min-height: 100dvh;
|
|
77
|
+
transition-property: padding;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.m-3b16f56b,
|
|
81
|
+
.m-3840c879 {
|
|
82
|
+
position: fixed;
|
|
83
|
+
inset-inline: 0;
|
|
84
|
+
transition-property: transform, left, right;
|
|
85
|
+
background-color: var(--mantine-color-body);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
:where([data-layout='alt']) .m-3b16f56b, :where([data-layout='alt']) .m-3840c879 {
|
|
89
|
+
inset-inline-start: var(--app-shell-navbar-offset, 0px);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.m-3b16f56b {
|
|
93
|
+
top: 0;
|
|
94
|
+
height: var(--app-shell-header-height);
|
|
95
|
+
background-color: var(--mantine-color-body);
|
|
96
|
+
transform: var(--app-shell-header-transform);
|
|
97
|
+
z-index: var(--app-shell-header-z-index);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.m-3b16f56b:where([data-with-border]) {
|
|
101
|
+
border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.m-3840c879 {
|
|
105
|
+
bottom: 0;
|
|
106
|
+
height: var(--app-shell-footer-height);
|
|
107
|
+
transform: var(--app-shell-footer-transform);
|
|
108
|
+
z-index: var(--app-shell-footer-z-index);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.m-3840c879:where([data-with-border]) {
|
|
112
|
+
border-top: calc(0.0625rem * var(--mantine-scale)) solid var(--app-shell-border-color);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.m-6dcfc7c7 {
|
|
116
|
+
flex-grow: 0;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.m-6dcfc7c7:where([data-grow]) {
|
|
120
|
+
flex-grow: 1;
|
|
121
|
+
}
|
|
122
|
+
}
|
package/styles/AspectRatio.css
CHANGED
|
@@ -1 +1,33 @@
|
|
|
1
|
-
.m-71ac47fc{
|
|
1
|
+
.m-71ac47fc {
|
|
2
|
+
--ar-ratio: 1;
|
|
3
|
+
|
|
4
|
+
position: relative;
|
|
5
|
+
max-width: 100%;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.m-71ac47fc::before {
|
|
9
|
+
content: '';
|
|
10
|
+
height: 0;
|
|
11
|
+
display: block;
|
|
12
|
+
padding-bottom: calc((1 / var(--ar-ratio)) * 100%);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.m-71ac47fc::after {
|
|
16
|
+
content: '';
|
|
17
|
+
display: table;
|
|
18
|
+
clear: both;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.m-71ac47fc > :where(*:not(style)) {
|
|
22
|
+
position: absolute;
|
|
23
|
+
inset: 0;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.m-71ac47fc > :where(img, video) {
|
|
32
|
+
object-fit: cover;
|
|
33
|
+
}
|
|
@@ -1 +1,34 @@
|
|
|
1
|
-
@layer mantine {.m-71ac47fc{
|
|
1
|
+
@layer mantine {.m-71ac47fc {
|
|
2
|
+
--ar-ratio: 1;
|
|
3
|
+
|
|
4
|
+
position: relative;
|
|
5
|
+
max-width: 100%;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.m-71ac47fc::before {
|
|
9
|
+
content: '';
|
|
10
|
+
height: 0;
|
|
11
|
+
display: block;
|
|
12
|
+
padding-bottom: calc((1 / var(--ar-ratio)) * 100%);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.m-71ac47fc::after {
|
|
16
|
+
content: '';
|
|
17
|
+
display: table;
|
|
18
|
+
clear: both;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.m-71ac47fc > :where(*:not(style)) {
|
|
22
|
+
position: absolute;
|
|
23
|
+
inset: 0;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.m-71ac47fc > :where(img, video) {
|
|
32
|
+
object-fit: cover;
|
|
33
|
+
}
|
|
34
|
+
}
|
package/styles/Avatar.css
CHANGED
|
@@ -1 +1,68 @@
|
|
|
1
|
-
.
|
|
1
|
+
/* Avatar.Group root element */
|
|
2
|
+
.m-11def92b {
|
|
3
|
+
--ag-spacing: var(--mantine-spacing-sm);
|
|
4
|
+
--ag-offset: calc(var(--ag-spacing) * -1);
|
|
5
|
+
|
|
6
|
+
display: flex;
|
|
7
|
+
padding-inline-start: var(--ag-spacing);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
/* Avatar root element */
|
|
11
|
+
.m-f85678b6 {
|
|
12
|
+
--avatar-size-xs: calc(1rem * var(--mantine-scale));
|
|
13
|
+
--avatar-size-sm: calc(1.625rem * var(--mantine-scale));
|
|
14
|
+
--avatar-size-md: calc(2.375rem * var(--mantine-scale));
|
|
15
|
+
--avatar-size-lg: calc(3.5rem * var(--mantine-scale));
|
|
16
|
+
--avatar-size-xl: calc(5.25rem * var(--mantine-scale));
|
|
17
|
+
|
|
18
|
+
--avatar-size: var(--avatar-size-md);
|
|
19
|
+
--avatar-radius: calc(62.5rem * var(--mantine-scale));
|
|
20
|
+
--avatar-bg: var(--mantine-color-gray-light);
|
|
21
|
+
--avatar-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
|
|
22
|
+
--avatar-color: var(--mantine-color-gray-light-color);
|
|
23
|
+
--avatar-placeholder-fz: calc(var(--avatar-size) / 2.5);
|
|
24
|
+
|
|
25
|
+
-webkit-tap-highlight-color: transparent;
|
|
26
|
+
position: relative;
|
|
27
|
+
display: block;
|
|
28
|
+
user-select: none;
|
|
29
|
+
overflow: hidden;
|
|
30
|
+
border-radius: var(--avatar-radius);
|
|
31
|
+
text-decoration: none;
|
|
32
|
+
padding: 0;
|
|
33
|
+
width: var(--avatar-size);
|
|
34
|
+
height: var(--avatar-size);
|
|
35
|
+
min-width: var(--avatar-size);
|
|
36
|
+
}
|
|
37
|
+
.m-f85678b6:where([data-within-group]) {
|
|
38
|
+
margin-inline-start: var(--ag-offset);
|
|
39
|
+
border: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-body);
|
|
40
|
+
background: var(--mantine-color-body);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.m-11f8ac07 {
|
|
44
|
+
object-fit: cover;
|
|
45
|
+
width: 100%;
|
|
46
|
+
height: 100%;
|
|
47
|
+
display: block;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.m-104cd71f {
|
|
51
|
+
font-weight: 700;
|
|
52
|
+
display: flex;
|
|
53
|
+
align-items: center;
|
|
54
|
+
justify-content: center;
|
|
55
|
+
width: 100%;
|
|
56
|
+
height: 100%;
|
|
57
|
+
user-select: none;
|
|
58
|
+
border-radius: var(--avatar-radius);
|
|
59
|
+
font-size: var(--avatar-placeholder-fz);
|
|
60
|
+
background: var(--avatar-bg);
|
|
61
|
+
border: var(--avatar-bd);
|
|
62
|
+
color: var(--avatar-color);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.m-104cd71f > [data-avatar-placeholder-icon] {
|
|
66
|
+
width: 70%;
|
|
67
|
+
height: 70%;
|
|
68
|
+
}
|