@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/Pill.css
CHANGED
|
@@ -1 +1,114 @@
|
|
|
1
|
-
.m-7cda1cd6
|
|
1
|
+
.m-7cda1cd6 {
|
|
2
|
+
--pill-fz-xs: calc(0.625rem * var(--mantine-scale));
|
|
3
|
+
--pill-fz-sm: calc(0.75rem * var(--mantine-scale));
|
|
4
|
+
--pill-fz-md: calc(0.875rem * var(--mantine-scale));
|
|
5
|
+
--pill-fz-lg: calc(1rem * var(--mantine-scale));
|
|
6
|
+
--pill-fz-xl: calc(1.125rem * var(--mantine-scale));
|
|
7
|
+
|
|
8
|
+
--pill-height-xs: calc(1.125rem * var(--mantine-scale));
|
|
9
|
+
--pill-height-sm: calc(1.375rem * var(--mantine-scale));
|
|
10
|
+
--pill-height-md: calc(1.5625rem * var(--mantine-scale));
|
|
11
|
+
--pill-height-lg: calc(1.75rem * var(--mantine-scale));
|
|
12
|
+
--pill-height-xl: calc(2rem * var(--mantine-scale));
|
|
13
|
+
|
|
14
|
+
--pill-fz: var(--pill-fz-sm);
|
|
15
|
+
--pill-height: var(--pill-height-sm);
|
|
16
|
+
|
|
17
|
+
font-size: var(--pill-fz);
|
|
18
|
+
flex: 0;
|
|
19
|
+
height: var(--pill-height);
|
|
20
|
+
padding-inline: 0.8em;
|
|
21
|
+
display: inline-flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
border-radius: var(--pill-radius, calc(62.5rem * var(--mantine-scale)));
|
|
24
|
+
line-height: 1;
|
|
25
|
+
white-space: nowrap;
|
|
26
|
+
user-select: none;
|
|
27
|
+
-webkit-user-select: none;
|
|
28
|
+
max-width: 100%;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:where([data-mantine-color-scheme='dark']) .m-7cda1cd6 {
|
|
32
|
+
background-color: var(--mantine-color-dark-7);
|
|
33
|
+
color: var(--mantine-color-dark-0);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
:where([data-mantine-color-scheme='light']) .m-7cda1cd6 {
|
|
37
|
+
color: var(--mantine-color-black);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.m-7cda1cd6:where([data-with-remove]) {
|
|
41
|
+
padding-inline-end: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.m-7cda1cd6:where([data-disabled], :has(button:disabled)) {
|
|
45
|
+
cursor: not-allowed;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:where([data-mantine-color-scheme='light']) .m-44da308b {
|
|
49
|
+
background-color: var(--mantine-color-gray-1);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
:where([data-mantine-color-scheme='light']) .m-44da308b:where([data-disabled], :has(button:disabled)) {
|
|
53
|
+
background-color: var(--mantine-color-gray-3);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:where([data-mantine-color-scheme='light']) .m-e3a01f8 {
|
|
57
|
+
background-color: var(--mantine-color-white);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:where([data-mantine-color-scheme='light']) .m-e3a01f8:where([data-disabled], :has(button:disabled)) {
|
|
61
|
+
background-color: var(--mantine-color-gray-3);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.m-1e0e6180 {
|
|
65
|
+
cursor: inherit;
|
|
66
|
+
overflow: hidden;
|
|
67
|
+
height: 100%;
|
|
68
|
+
line-height: var(--pill-height);
|
|
69
|
+
text-overflow: ellipsis;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.m-ae386778 {
|
|
73
|
+
color: inherit;
|
|
74
|
+
font-size: inherit;
|
|
75
|
+
height: 100%;
|
|
76
|
+
min-height: unset;
|
|
77
|
+
min-width: 2em;
|
|
78
|
+
width: unset;
|
|
79
|
+
border-radius: 0;
|
|
80
|
+
padding-inline-start: 0.1em;
|
|
81
|
+
padding-inline-end: 0.3em;
|
|
82
|
+
flex: 0;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.m-7cda1cd6[data-disabled] > .m-ae386778,
|
|
86
|
+
.m-ae386778:disabled {
|
|
87
|
+
background-color: transparent;
|
|
88
|
+
width: 0.8em;
|
|
89
|
+
min-width: 0.8em;
|
|
90
|
+
padding: 0;
|
|
91
|
+
cursor: not-allowed;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.m-7cda1cd6[data-disabled] > .m-ae386778 > svg, .m-ae386778:disabled > svg {
|
|
95
|
+
display: none;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.m-ae386778 > svg {
|
|
99
|
+
pointer-events: none;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.m-1dcfd90b {
|
|
103
|
+
--pg-gap-xs: calc(0.375rem * var(--mantine-scale));
|
|
104
|
+
--pg-gap-sm: calc(0.5rem * var(--mantine-scale));
|
|
105
|
+
--pg-gap-md: calc(0.625rem * var(--mantine-scale));
|
|
106
|
+
--pg-gap-lg: calc(0.75rem * var(--mantine-scale));
|
|
107
|
+
--pg-gap-xl: calc(0.75rem * var(--mantine-scale));
|
|
108
|
+
--pg-gap: var(--pg-gap-sm);
|
|
109
|
+
|
|
110
|
+
display: flex;
|
|
111
|
+
align-items: center;
|
|
112
|
+
gap: var(--pg-gap);
|
|
113
|
+
flex-wrap: wrap;
|
|
114
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
@layer mantine {.m-7cda1cd6 {
|
|
2
|
+
--pill-fz-xs: calc(0.625rem * var(--mantine-scale));
|
|
3
|
+
--pill-fz-sm: calc(0.75rem * var(--mantine-scale));
|
|
4
|
+
--pill-fz-md: calc(0.875rem * var(--mantine-scale));
|
|
5
|
+
--pill-fz-lg: calc(1rem * var(--mantine-scale));
|
|
6
|
+
--pill-fz-xl: calc(1.125rem * var(--mantine-scale));
|
|
7
|
+
|
|
8
|
+
--pill-height-xs: calc(1.125rem * var(--mantine-scale));
|
|
9
|
+
--pill-height-sm: calc(1.375rem * var(--mantine-scale));
|
|
10
|
+
--pill-height-md: calc(1.5625rem * var(--mantine-scale));
|
|
11
|
+
--pill-height-lg: calc(1.75rem * var(--mantine-scale));
|
|
12
|
+
--pill-height-xl: calc(2rem * var(--mantine-scale));
|
|
13
|
+
|
|
14
|
+
--pill-fz: var(--pill-fz-sm);
|
|
15
|
+
--pill-height: var(--pill-height-sm);
|
|
16
|
+
|
|
17
|
+
font-size: var(--pill-fz);
|
|
18
|
+
flex: 0;
|
|
19
|
+
height: var(--pill-height);
|
|
20
|
+
padding-inline: 0.8em;
|
|
21
|
+
display: inline-flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
border-radius: var(--pill-radius, calc(62.5rem * var(--mantine-scale)));
|
|
24
|
+
line-height: 1;
|
|
25
|
+
white-space: nowrap;
|
|
26
|
+
user-select: none;
|
|
27
|
+
-webkit-user-select: none;
|
|
28
|
+
max-width: 100%;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:where([data-mantine-color-scheme='dark']) .m-7cda1cd6 {
|
|
32
|
+
background-color: var(--mantine-color-dark-7);
|
|
33
|
+
color: var(--mantine-color-dark-0);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
:where([data-mantine-color-scheme='light']) .m-7cda1cd6 {
|
|
37
|
+
color: var(--mantine-color-black);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.m-7cda1cd6:where([data-with-remove]) {
|
|
41
|
+
padding-inline-end: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.m-7cda1cd6:where([data-disabled], :has(button:disabled)) {
|
|
45
|
+
cursor: not-allowed;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:where([data-mantine-color-scheme='light']) .m-44da308b {
|
|
49
|
+
background-color: var(--mantine-color-gray-1);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
:where([data-mantine-color-scheme='light']) .m-44da308b:where([data-disabled], :has(button:disabled)) {
|
|
53
|
+
background-color: var(--mantine-color-gray-3);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:where([data-mantine-color-scheme='light']) .m-e3a01f8 {
|
|
57
|
+
background-color: var(--mantine-color-white);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:where([data-mantine-color-scheme='light']) .m-e3a01f8:where([data-disabled], :has(button:disabled)) {
|
|
61
|
+
background-color: var(--mantine-color-gray-3);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.m-1e0e6180 {
|
|
65
|
+
cursor: inherit;
|
|
66
|
+
overflow: hidden;
|
|
67
|
+
height: 100%;
|
|
68
|
+
line-height: var(--pill-height);
|
|
69
|
+
text-overflow: ellipsis;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.m-ae386778 {
|
|
73
|
+
color: inherit;
|
|
74
|
+
font-size: inherit;
|
|
75
|
+
height: 100%;
|
|
76
|
+
min-height: unset;
|
|
77
|
+
min-width: 2em;
|
|
78
|
+
width: unset;
|
|
79
|
+
border-radius: 0;
|
|
80
|
+
padding-inline-start: 0.1em;
|
|
81
|
+
padding-inline-end: 0.3em;
|
|
82
|
+
flex: 0;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.m-7cda1cd6[data-disabled] > .m-ae386778,
|
|
86
|
+
.m-ae386778:disabled {
|
|
87
|
+
background-color: transparent;
|
|
88
|
+
width: 0.8em;
|
|
89
|
+
min-width: 0.8em;
|
|
90
|
+
padding: 0;
|
|
91
|
+
cursor: not-allowed;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.m-7cda1cd6[data-disabled] > .m-ae386778 > svg, .m-ae386778:disabled > svg {
|
|
95
|
+
display: none;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.m-ae386778 > svg {
|
|
99
|
+
pointer-events: none;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.m-1dcfd90b {
|
|
103
|
+
--pg-gap-xs: calc(0.375rem * var(--mantine-scale));
|
|
104
|
+
--pg-gap-sm: calc(0.5rem * var(--mantine-scale));
|
|
105
|
+
--pg-gap-md: calc(0.625rem * var(--mantine-scale));
|
|
106
|
+
--pg-gap-lg: calc(0.75rem * var(--mantine-scale));
|
|
107
|
+
--pg-gap-xl: calc(0.75rem * var(--mantine-scale));
|
|
108
|
+
--pg-gap: var(--pg-gap-sm);
|
|
109
|
+
|
|
110
|
+
display: flex;
|
|
111
|
+
align-items: center;
|
|
112
|
+
gap: var(--pg-gap);
|
|
113
|
+
flex-wrap: wrap;
|
|
114
|
+
}
|
|
115
|
+
}
|
package/styles/PillsInput.css
CHANGED
|
@@ -1 +1,45 @@
|
|
|
1
|
-
.m-45c4369d{
|
|
1
|
+
.m-45c4369d {
|
|
2
|
+
background-color: transparent;
|
|
3
|
+
appearance: none;
|
|
4
|
+
min-width: calc(6.25rem * var(--mantine-scale));
|
|
5
|
+
flex: 1;
|
|
6
|
+
border: 0;
|
|
7
|
+
font-size: inherit;
|
|
8
|
+
height: 1.6em;
|
|
9
|
+
color: inherit;
|
|
10
|
+
padding: 0;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.m-45c4369d::placeholder {
|
|
14
|
+
color: var(--input-placeholder-color);
|
|
15
|
+
opacity: 1;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.m-45c4369d:where([data-type='hidden'], [data-type='auto']) {
|
|
19
|
+
height: calc(0.0625rem * var(--mantine-scale));
|
|
20
|
+
width: calc(0.0625rem * var(--mantine-scale));
|
|
21
|
+
top: 0;
|
|
22
|
+
left: 0;
|
|
23
|
+
pointer-events: none;
|
|
24
|
+
position: absolute;
|
|
25
|
+
opacity: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.m-45c4369d:focus {
|
|
29
|
+
outline: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.m-45c4369d:where([data-type='auto']:focus) {
|
|
33
|
+
height: 1.6em;
|
|
34
|
+
visibility: visible;
|
|
35
|
+
opacity: 1;
|
|
36
|
+
position: static;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.m-45c4369d:where([data-pointer]:not([data-disabled], :disabled)) {
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.m-45c4369d:where([data-disabled], :disabled) {
|
|
44
|
+
cursor: not-allowed;
|
|
45
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
@layer mantine {.m-45c4369d {
|
|
2
|
+
background-color: transparent;
|
|
3
|
+
appearance: none;
|
|
4
|
+
min-width: calc(6.25rem * var(--mantine-scale));
|
|
5
|
+
flex: 1;
|
|
6
|
+
border: 0;
|
|
7
|
+
font-size: inherit;
|
|
8
|
+
height: 1.6em;
|
|
9
|
+
color: inherit;
|
|
10
|
+
padding: 0;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.m-45c4369d::placeholder {
|
|
14
|
+
color: var(--input-placeholder-color);
|
|
15
|
+
opacity: 1;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.m-45c4369d:where([data-type='hidden'], [data-type='auto']) {
|
|
19
|
+
height: calc(0.0625rem * var(--mantine-scale));
|
|
20
|
+
width: calc(0.0625rem * var(--mantine-scale));
|
|
21
|
+
top: 0;
|
|
22
|
+
left: 0;
|
|
23
|
+
pointer-events: none;
|
|
24
|
+
position: absolute;
|
|
25
|
+
opacity: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.m-45c4369d:focus {
|
|
29
|
+
outline: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.m-45c4369d:where([data-type='auto']:focus) {
|
|
33
|
+
height: 1.6em;
|
|
34
|
+
visibility: visible;
|
|
35
|
+
opacity: 1;
|
|
36
|
+
position: static;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.m-45c4369d:where([data-pointer]:not([data-disabled], :disabled)) {
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.m-45c4369d:where([data-disabled], :disabled) {
|
|
44
|
+
cursor: not-allowed;
|
|
45
|
+
}
|
|
46
|
+
}
|
package/styles/PinInput.css
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
.m-f1cb205a{
|
|
1
|
+
.m-f1cb205a {
|
|
2
|
+
--pin-input-size-xs: calc(1.875rem * var(--mantine-scale));
|
|
3
|
+
--pin-input-size-sm: calc(2.25rem * var(--mantine-scale));
|
|
4
|
+
--pin-input-size-md: calc(2.625rem * var(--mantine-scale));
|
|
5
|
+
--pin-input-size-lg: calc(3.125rem * var(--mantine-scale));
|
|
6
|
+
--pin-input-size-xl: calc(3.75rem * var(--mantine-scale));
|
|
7
|
+
--pin-input-size: var(--pin-input-size-sm);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.m-cb288ead {
|
|
11
|
+
width: var(--pin-input-size);
|
|
12
|
+
height: var(--pin-input-size);
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
@layer mantine {.m-f1cb205a {
|
|
2
|
+
--pin-input-size-xs: calc(1.875rem * var(--mantine-scale));
|
|
3
|
+
--pin-input-size-sm: calc(2.25rem * var(--mantine-scale));
|
|
4
|
+
--pin-input-size-md: calc(2.625rem * var(--mantine-scale));
|
|
5
|
+
--pin-input-size-lg: calc(3.125rem * var(--mantine-scale));
|
|
6
|
+
--pin-input-size-xl: calc(3.75rem * var(--mantine-scale));
|
|
7
|
+
--pin-input-size: var(--pin-input-size-sm);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.m-cb288ead {
|
|
11
|
+
width: var(--pin-input-size);
|
|
12
|
+
height: var(--pin-input-size);
|
|
13
|
+
}
|
|
14
|
+
}
|
package/styles/Popover.css
CHANGED
|
@@ -1 +1,27 @@
|
|
|
1
|
-
.m-38a85659
|
|
1
|
+
.m-38a85659 {
|
|
2
|
+
position: absolute;
|
|
3
|
+
border: calc(0.0625rem * var(--mantine-scale)) solid var(--popover-border-color);
|
|
4
|
+
padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);
|
|
5
|
+
box-shadow: var(--popover-shadow, none);
|
|
6
|
+
border-radius: var(--popover-radius, var(--mantine-radius-default));
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.m-38a85659:focus {
|
|
10
|
+
outline: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[data-mantine-color-scheme='light'] .m-38a85659 {
|
|
14
|
+
--popover-border-color: var(--mantine-color-gray-2);
|
|
15
|
+
background-color: var(--mantine-color-white);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
[data-mantine-color-scheme='dark'] .m-38a85659 {
|
|
19
|
+
--popover-border-color: var(--mantine-color-dark-4);
|
|
20
|
+
background-color: var(--mantine-color-dark-6);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.m-a31dc6c1 {
|
|
24
|
+
background-color: inherit;
|
|
25
|
+
border: calc(0.0625rem * var(--mantine-scale)) solid var(--popover-border-color);
|
|
26
|
+
z-index: 1;
|
|
27
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@layer mantine {.m-38a85659 {
|
|
2
|
+
position: absolute;
|
|
3
|
+
border: calc(0.0625rem * var(--mantine-scale)) solid var(--popover-border-color);
|
|
4
|
+
padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);
|
|
5
|
+
box-shadow: var(--popover-shadow, none);
|
|
6
|
+
border-radius: var(--popover-radius, var(--mantine-radius-default));
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.m-38a85659:focus {
|
|
10
|
+
outline: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[data-mantine-color-scheme='light'] .m-38a85659 {
|
|
14
|
+
--popover-border-color: var(--mantine-color-gray-2);
|
|
15
|
+
background-color: var(--mantine-color-white);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
[data-mantine-color-scheme='dark'] .m-38a85659 {
|
|
19
|
+
--popover-border-color: var(--mantine-color-dark-4);
|
|
20
|
+
background-color: var(--mantine-color-dark-6);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.m-a31dc6c1 {
|
|
24
|
+
background-color: inherit;
|
|
25
|
+
border: calc(0.0625rem * var(--mantine-scale)) solid var(--popover-border-color);
|
|
26
|
+
z-index: 1;
|
|
27
|
+
}
|
|
28
|
+
}
|
package/styles/Progress.css
CHANGED
|
@@ -1 +1,87 @@
|
|
|
1
|
-
@keyframes m-81a374bd
|
|
1
|
+
@keyframes m-81a374bd {
|
|
2
|
+
0% {
|
|
3
|
+
background-position: 0 0;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
100% {
|
|
7
|
+
background-position: calc(2.5rem * var(--mantine-scale)) 0;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.m-db6d6462 {
|
|
12
|
+
--progress-radius: var(--mantine-radius-default);
|
|
13
|
+
--progress-size: var(--progress-size-md);
|
|
14
|
+
|
|
15
|
+
--progress-size-xs: calc(0.1875rem * var(--mantine-scale));
|
|
16
|
+
--progress-size-sm: calc(0.3125rem * var(--mantine-scale));
|
|
17
|
+
--progress-size-md: calc(0.5rem * var(--mantine-scale));
|
|
18
|
+
--progress-size-lg: calc(0.75rem * var(--mantine-scale));
|
|
19
|
+
--progress-size-xl: calc(1rem * var(--mantine-scale));
|
|
20
|
+
|
|
21
|
+
position: relative;
|
|
22
|
+
height: var(--progress-size);
|
|
23
|
+
border-radius: var(--progress-radius);
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
display: flex;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:where([data-mantine-color-scheme='light']) .m-db6d6462 {
|
|
29
|
+
background-color: var(--mantine-color-gray-2);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
:where([data-mantine-color-scheme='dark']) .m-db6d6462 {
|
|
33
|
+
background-color: var(--mantine-color-dark-4);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.m-2242eb65 {
|
|
37
|
+
background-color: var(--progress-section-color);
|
|
38
|
+
height: 100%;
|
|
39
|
+
width: var(--progress-section-width);
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
justify-content: center;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
background-size: calc(1.25rem * var(--mantine-scale)) calc(1.25rem * var(--mantine-scale));
|
|
45
|
+
transition: width var(--progress-transition-duration, 100ms) ease;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.m-2242eb65:where([data-striped]) {
|
|
49
|
+
background-image: linear-gradient(
|
|
50
|
+
45deg,
|
|
51
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
52
|
+
transparent 25%,
|
|
53
|
+
transparent 50%,
|
|
54
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
55
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
56
|
+
transparent 75%,
|
|
57
|
+
transparent
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.m-2242eb65:where([data-animated]) {
|
|
62
|
+
animation: m-81a374bd 1s linear infinite;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.m-2242eb65:where(:last-of-type) {
|
|
66
|
+
border-radius: 0;
|
|
67
|
+
border-start-end-radius: var(--progress-radius);
|
|
68
|
+
border-end-end-radius: var(--progress-radius);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.m-2242eb65:where(:first-of-type) {
|
|
72
|
+
border-radius: 0;
|
|
73
|
+
border-start-start-radius: var(--progress-radius);
|
|
74
|
+
border-end-start-radius: var(--progress-radius);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.m-91e40b74 {
|
|
78
|
+
color: var(--progress-label-color, var(--mantine-color-white));
|
|
79
|
+
font-weight: bold;
|
|
80
|
+
user-select: none;
|
|
81
|
+
overflow: hidden;
|
|
82
|
+
white-space: nowrap;
|
|
83
|
+
text-overflow: ellipsis;
|
|
84
|
+
font-size: min(calc(var(--progress-size) * 0.65), calc(1.125rem * var(--mantine-scale)));
|
|
85
|
+
line-height: 1;
|
|
86
|
+
padding-inline: calc(0.25rem * var(--mantine-scale));
|
|
87
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
@layer mantine {@keyframes m-81a374bd {
|
|
2
|
+
0% {
|
|
3
|
+
background-position: 0 0;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
100% {
|
|
7
|
+
background-position: calc(2.5rem * var(--mantine-scale)) 0;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.m-db6d6462 {
|
|
12
|
+
--progress-radius: var(--mantine-radius-default);
|
|
13
|
+
--progress-size: var(--progress-size-md);
|
|
14
|
+
|
|
15
|
+
--progress-size-xs: calc(0.1875rem * var(--mantine-scale));
|
|
16
|
+
--progress-size-sm: calc(0.3125rem * var(--mantine-scale));
|
|
17
|
+
--progress-size-md: calc(0.5rem * var(--mantine-scale));
|
|
18
|
+
--progress-size-lg: calc(0.75rem * var(--mantine-scale));
|
|
19
|
+
--progress-size-xl: calc(1rem * var(--mantine-scale));
|
|
20
|
+
|
|
21
|
+
position: relative;
|
|
22
|
+
height: var(--progress-size);
|
|
23
|
+
border-radius: var(--progress-radius);
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
display: flex;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:where([data-mantine-color-scheme='light']) .m-db6d6462 {
|
|
29
|
+
background-color: var(--mantine-color-gray-2);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
:where([data-mantine-color-scheme='dark']) .m-db6d6462 {
|
|
33
|
+
background-color: var(--mantine-color-dark-4);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.m-2242eb65 {
|
|
37
|
+
background-color: var(--progress-section-color);
|
|
38
|
+
height: 100%;
|
|
39
|
+
width: var(--progress-section-width);
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
justify-content: center;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
background-size: calc(1.25rem * var(--mantine-scale)) calc(1.25rem * var(--mantine-scale));
|
|
45
|
+
transition: width var(--progress-transition-duration, 100ms) ease;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.m-2242eb65:where([data-striped]) {
|
|
49
|
+
background-image: linear-gradient(
|
|
50
|
+
45deg,
|
|
51
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
52
|
+
transparent 25%,
|
|
53
|
+
transparent 50%,
|
|
54
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
55
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
56
|
+
transparent 75%,
|
|
57
|
+
transparent
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.m-2242eb65:where([data-animated]) {
|
|
62
|
+
animation: m-81a374bd 1s linear infinite;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.m-2242eb65:where(:last-of-type) {
|
|
66
|
+
border-radius: 0;
|
|
67
|
+
border-start-end-radius: var(--progress-radius);
|
|
68
|
+
border-end-end-radius: var(--progress-radius);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.m-2242eb65:where(:first-of-type) {
|
|
72
|
+
border-radius: 0;
|
|
73
|
+
border-start-start-radius: var(--progress-radius);
|
|
74
|
+
border-end-start-radius: var(--progress-radius);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.m-91e40b74 {
|
|
78
|
+
color: var(--progress-label-color, var(--mantine-color-white));
|
|
79
|
+
font-weight: bold;
|
|
80
|
+
user-select: none;
|
|
81
|
+
overflow: hidden;
|
|
82
|
+
white-space: nowrap;
|
|
83
|
+
text-overflow: ellipsis;
|
|
84
|
+
font-size: min(calc(var(--progress-size) * 0.65), calc(1.125rem * var(--mantine-scale)));
|
|
85
|
+
line-height: 1;
|
|
86
|
+
padding-inline: calc(0.25rem * var(--mantine-scale));
|
|
87
|
+
}
|
|
88
|
+
}
|