@mantine/core 7.7.0 → 7.7.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/Accordion/Accordion.module.css.cjs +1 -1
- package/cjs/components/ActionIcon/ActionIcon.module.css.cjs +1 -1
- package/cjs/components/Affix/Affix.module.css.cjs +1 -1
- package/cjs/components/Alert/Alert.module.css.cjs +1 -1
- package/cjs/components/Anchor/Anchor.module.css.cjs +1 -1
- package/cjs/components/AppShell/AppShell.module.css.cjs +1 -1
- package/cjs/components/AppShell/use-resizing/use-resizing.cjs +9 -4
- package/cjs/components/AppShell/use-resizing/use-resizing.cjs.map +1 -1
- package/cjs/components/AspectRatio/AspectRatio.module.css.cjs +1 -1
- package/cjs/components/Avatar/Avatar.module.css.cjs +1 -1
- package/cjs/components/BackgroundImage/BackgroundImage.module.css.cjs +1 -1
- package/cjs/components/Badge/Badge.module.css.cjs +1 -1
- package/cjs/components/Blockquote/Blockquote.module.css.cjs +1 -1
- package/cjs/components/Breadcrumbs/Breadcrumbs.module.css.cjs +1 -1
- package/cjs/components/Burger/Burger.module.css.cjs +1 -1
- package/cjs/components/Button/Button.module.css.cjs +1 -1
- package/cjs/components/Card/Card.module.css.cjs +1 -1
- package/cjs/components/Center/Center.module.css.cjs +1 -1
- package/cjs/components/Checkbox/Checkbox.module.css.cjs +1 -1
- package/cjs/components/Chip/Chip.module.css.cjs +1 -1
- package/cjs/components/CloseButton/CloseButton.module.css.cjs +1 -1
- package/cjs/components/Code/Code.module.css.cjs +1 -1
- package/cjs/components/ColorInput/ColorInput.module.css.cjs +1 -1
- package/cjs/components/ColorPicker/ColorPicker.module.css.cjs +1 -1
- package/cjs/components/ColorSwatch/ColorSwatch.module.css.cjs +1 -1
- package/cjs/components/Combobox/Combobox.module.css.cjs +1 -1
- package/cjs/components/Combobox/OptionsDropdown/OptionsDropdown.cjs +2 -1
- package/cjs/components/Combobox/OptionsDropdown/OptionsDropdown.cjs.map +1 -1
- package/cjs/components/Combobox/use-combobox-target-props/use-combobox-target-props.cjs +4 -0
- package/cjs/components/Combobox/use-combobox-target-props/use-combobox-target-props.cjs.map +1 -1
- package/cjs/components/Container/Container.module.css.cjs +1 -1
- package/cjs/components/Dialog/Dialog.module.css.cjs +1 -1
- package/cjs/components/Divider/Divider.module.css.cjs +1 -1
- package/cjs/components/Drawer/Drawer.module.css.cjs +1 -1
- package/cjs/components/Fieldset/Fieldset.module.css.cjs +1 -1
- package/cjs/components/Flex/Flex.module.css.cjs +1 -1
- package/cjs/components/FloatingIndicator/FloatingIndicator.module.css.cjs +1 -1
- package/cjs/components/Grid/Grid.module.css.cjs +1 -1
- package/cjs/components/Group/Group.module.css.cjs +1 -1
- package/cjs/components/Image/Image.cjs +1 -0
- package/cjs/components/Image/Image.cjs.map +1 -1
- package/cjs/components/Image/Image.module.css.cjs +1 -1
- package/cjs/components/Indicator/Indicator.module.css.cjs +1 -1
- package/cjs/components/InlineInput/InlineInput.module.css.cjs +1 -1
- package/cjs/components/Input/Input.module.css.cjs +1 -1
- package/cjs/components/Kbd/Kbd.module.css.cjs +1 -1
- package/cjs/components/List/List.module.css.cjs +1 -1
- package/cjs/components/Loader/Loader.module.css.cjs +1 -1
- package/cjs/components/LoadingOverlay/LoadingOverlay.module.css.cjs +1 -1
- package/cjs/components/Mark/Mark.module.css.cjs +1 -1
- package/cjs/components/Menu/Menu.module.css.cjs +1 -1
- package/cjs/components/Menu/MenuDropdown/MenuDropdown.cjs +1 -1
- package/cjs/components/Menu/MenuDropdown/MenuDropdown.cjs.map +1 -1
- package/cjs/components/Modal/Modal.module.css.cjs +1 -1
- package/cjs/components/ModalBase/ModalBase.module.css.cjs +1 -1
- package/cjs/components/MultiSelect/MultiSelect.cjs +1 -0
- package/cjs/components/MultiSelect/MultiSelect.cjs.map +1 -1
- package/cjs/components/NavLink/NavLink.module.css.cjs +1 -1
- package/cjs/components/Notification/Notification.module.css.cjs +1 -1
- package/cjs/components/NumberInput/NumberInput.cjs +26 -20
- package/cjs/components/NumberInput/NumberInput.cjs.map +1 -1
- package/cjs/components/NumberInput/NumberInput.module.css.cjs +1 -1
- package/cjs/components/Overlay/Overlay.module.css.cjs +1 -1
- package/cjs/components/Pagination/Pagination.module.css.cjs +1 -1
- package/cjs/components/Paper/Paper.module.css.cjs +1 -1
- package/cjs/components/PasswordInput/PasswordInput.module.css.cjs +1 -1
- package/cjs/components/Pill/Pill.cjs +4 -1
- package/cjs/components/Pill/Pill.cjs.map +1 -1
- package/cjs/components/Pill/Pill.module.css.cjs +1 -1
- package/cjs/components/PillsInput/PillsInput.module.css.cjs +1 -1
- package/cjs/components/PinInput/PinInput.cjs +27 -17
- package/cjs/components/PinInput/PinInput.cjs.map +1 -1
- package/cjs/components/PinInput/PinInput.module.css.cjs +1 -1
- package/cjs/components/Popover/Popover.module.css.cjs +1 -1
- package/cjs/components/Progress/Progress.module.css.cjs +1 -1
- package/cjs/components/Radio/Radio.module.css.cjs +1 -1
- package/cjs/components/Rating/Rating.module.css.cjs +1 -1
- package/cjs/components/RingProgress/RingProgress.module.css.cjs +1 -1
- package/cjs/components/ScrollArea/ScrollArea.module.css.cjs +1 -1
- package/cjs/components/SegmentedControl/SegmentedControl.module.css.cjs +1 -1
- package/cjs/components/SimpleGrid/SimpleGrid.module.css.cjs +1 -1
- package/cjs/components/Skeleton/Skeleton.module.css.cjs +1 -1
- package/cjs/components/Slider/Slider.module.css.cjs +1 -1
- package/cjs/components/Spoiler/Spoiler.module.css.cjs +1 -1
- package/cjs/components/Stack/Stack.module.css.cjs +1 -1
- package/cjs/components/Stepper/Stepper.module.css.cjs +1 -1
- package/cjs/components/Switch/Switch.module.css.cjs +1 -1
- package/cjs/components/Table/Table.module.css.cjs +1 -1
- package/cjs/components/Tabs/Tabs.module.css.cjs +1 -1
- package/cjs/components/TagsInput/TagsInput.cjs +1 -0
- package/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/cjs/components/Text/Text.module.css.cjs +1 -1
- package/cjs/components/ThemeIcon/ThemeIcon.module.css.cjs +1 -1
- package/cjs/components/Timeline/Timeline.module.css.cjs +1 -1
- package/cjs/components/Title/Title.module.css.cjs +1 -1
- package/cjs/components/Tooltip/Tooltip.module.css.cjs +1 -1
- package/cjs/components/TypographyStylesProvider/TypographyStylesProvider.module.css.cjs +1 -1
- package/cjs/components/UnstyledButton/UnstyledButton.module.css.cjs +1 -1
- package/cjs/components/VisuallyHidden/VisuallyHidden.module.css.cjs +1 -1
- package/esm/components/Accordion/Accordion.module.css.mjs +1 -1
- package/esm/components/ActionIcon/ActionIcon.module.css.mjs +1 -1
- package/esm/components/Affix/Affix.module.css.mjs +1 -1
- package/esm/components/Alert/Alert.module.css.mjs +1 -1
- package/esm/components/Anchor/Anchor.module.css.mjs +1 -1
- package/esm/components/AppShell/AppShell.module.css.mjs +1 -1
- package/esm/components/AppShell/use-resizing/use-resizing.mjs +10 -5
- package/esm/components/AppShell/use-resizing/use-resizing.mjs.map +1 -1
- package/esm/components/AspectRatio/AspectRatio.module.css.mjs +1 -1
- package/esm/components/Avatar/Avatar.module.css.mjs +1 -1
- package/esm/components/BackgroundImage/BackgroundImage.module.css.mjs +1 -1
- package/esm/components/Badge/Badge.module.css.mjs +1 -1
- package/esm/components/Blockquote/Blockquote.module.css.mjs +1 -1
- package/esm/components/Breadcrumbs/Breadcrumbs.module.css.mjs +1 -1
- package/esm/components/Burger/Burger.module.css.mjs +1 -1
- package/esm/components/Button/Button.module.css.mjs +1 -1
- package/esm/components/Card/Card.module.css.mjs +1 -1
- package/esm/components/Center/Center.module.css.mjs +1 -1
- package/esm/components/Checkbox/Checkbox.module.css.mjs +1 -1
- package/esm/components/Chip/Chip.module.css.mjs +1 -1
- package/esm/components/CloseButton/CloseButton.module.css.mjs +1 -1
- package/esm/components/Code/Code.module.css.mjs +1 -1
- package/esm/components/ColorInput/ColorInput.module.css.mjs +1 -1
- package/esm/components/ColorPicker/ColorPicker.module.css.mjs +1 -1
- package/esm/components/ColorSwatch/ColorSwatch.module.css.mjs +1 -1
- package/esm/components/Combobox/Combobox.module.css.mjs +1 -1
- package/esm/components/Combobox/OptionsDropdown/OptionsDropdown.mjs +2 -1
- package/esm/components/Combobox/OptionsDropdown/OptionsDropdown.mjs.map +1 -1
- package/esm/components/Combobox/use-combobox-target-props/use-combobox-target-props.mjs +4 -0
- package/esm/components/Combobox/use-combobox-target-props/use-combobox-target-props.mjs.map +1 -1
- package/esm/components/Container/Container.module.css.mjs +1 -1
- package/esm/components/Dialog/Dialog.module.css.mjs +1 -1
- package/esm/components/Divider/Divider.module.css.mjs +1 -1
- package/esm/components/Drawer/Drawer.module.css.mjs +1 -1
- package/esm/components/Fieldset/Fieldset.module.css.mjs +1 -1
- package/esm/components/Flex/Flex.module.css.mjs +1 -1
- package/esm/components/FloatingIndicator/FloatingIndicator.module.css.mjs +1 -1
- package/esm/components/Grid/Grid.module.css.mjs +1 -1
- package/esm/components/Group/Group.module.css.mjs +1 -1
- package/esm/components/Image/Image.mjs +1 -0
- package/esm/components/Image/Image.mjs.map +1 -1
- package/esm/components/Image/Image.module.css.mjs +1 -1
- package/esm/components/Indicator/Indicator.module.css.mjs +1 -1
- package/esm/components/InlineInput/InlineInput.module.css.mjs +1 -1
- package/esm/components/Input/Input.module.css.mjs +1 -1
- package/esm/components/Kbd/Kbd.module.css.mjs +1 -1
- package/esm/components/List/List.module.css.mjs +1 -1
- package/esm/components/Loader/Loader.module.css.mjs +1 -1
- package/esm/components/LoadingOverlay/LoadingOverlay.module.css.mjs +1 -1
- package/esm/components/Mark/Mark.module.css.mjs +1 -1
- package/esm/components/Menu/Menu.module.css.mjs +1 -1
- package/esm/components/Menu/MenuDropdown/MenuDropdown.mjs +1 -1
- package/esm/components/Menu/MenuDropdown/MenuDropdown.mjs.map +1 -1
- package/esm/components/Modal/Modal.module.css.mjs +1 -1
- package/esm/components/ModalBase/ModalBase.module.css.mjs +1 -1
- package/esm/components/MultiSelect/MultiSelect.mjs +1 -0
- package/esm/components/MultiSelect/MultiSelect.mjs.map +1 -1
- package/esm/components/NavLink/NavLink.module.css.mjs +1 -1
- package/esm/components/Notification/Notification.module.css.mjs +1 -1
- package/esm/components/NumberInput/NumberInput.mjs +26 -20
- package/esm/components/NumberInput/NumberInput.mjs.map +1 -1
- package/esm/components/NumberInput/NumberInput.module.css.mjs +1 -1
- package/esm/components/Overlay/Overlay.module.css.mjs +1 -1
- package/esm/components/Pagination/Pagination.module.css.mjs +1 -1
- package/esm/components/Paper/Paper.module.css.mjs +1 -1
- package/esm/components/PasswordInput/PasswordInput.module.css.mjs +1 -1
- package/esm/components/Pill/Pill.mjs +4 -1
- package/esm/components/Pill/Pill.mjs.map +1 -1
- package/esm/components/Pill/Pill.module.css.mjs +1 -1
- package/esm/components/PillsInput/PillsInput.module.css.mjs +1 -1
- package/esm/components/PinInput/PinInput.mjs +27 -17
- package/esm/components/PinInput/PinInput.mjs.map +1 -1
- package/esm/components/PinInput/PinInput.module.css.mjs +1 -1
- package/esm/components/Popover/Popover.module.css.mjs +1 -1
- package/esm/components/Progress/Progress.module.css.mjs +1 -1
- package/esm/components/Radio/Radio.module.css.mjs +1 -1
- package/esm/components/Rating/Rating.module.css.mjs +1 -1
- package/esm/components/RingProgress/RingProgress.module.css.mjs +1 -1
- package/esm/components/ScrollArea/ScrollArea.module.css.mjs +1 -1
- package/esm/components/SegmentedControl/SegmentedControl.module.css.mjs +1 -1
- package/esm/components/SimpleGrid/SimpleGrid.module.css.mjs +1 -1
- package/esm/components/Skeleton/Skeleton.module.css.mjs +1 -1
- package/esm/components/Slider/Slider.module.css.mjs +1 -1
- package/esm/components/Spoiler/Spoiler.module.css.mjs +1 -1
- package/esm/components/Stack/Stack.module.css.mjs +1 -1
- package/esm/components/Stepper/Stepper.module.css.mjs +1 -1
- package/esm/components/Switch/Switch.module.css.mjs +1 -1
- package/esm/components/Table/Table.module.css.mjs +1 -1
- package/esm/components/Tabs/Tabs.module.css.mjs +1 -1
- package/esm/components/TagsInput/TagsInput.mjs +1 -0
- package/esm/components/TagsInput/TagsInput.mjs.map +1 -1
- package/esm/components/Text/Text.module.css.mjs +1 -1
- package/esm/components/ThemeIcon/ThemeIcon.module.css.mjs +1 -1
- package/esm/components/Timeline/Timeline.module.css.mjs +1 -1
- package/esm/components/Title/Title.module.css.mjs +1 -1
- package/esm/components/Tooltip/Tooltip.module.css.mjs +1 -1
- package/esm/components/TypographyStylesProvider/TypographyStylesProvider.module.css.mjs +1 -1
- package/esm/components/UnstyledButton/UnstyledButton.module.css.mjs +1 -1
- package/esm/components/VisuallyHidden/VisuallyHidden.module.css.mjs +1 -1
- package/package.json +3 -3
- package/styles/Accordion.css +36 -36
- package/styles/Accordion.layer.css +36 -36
- package/styles/ActionIcon.css +23 -23
- package/styles/ActionIcon.layer.css +23 -23
- package/styles/Affix.css +1 -1
- package/styles/Affix.layer.css +1 -1
- package/styles/Alert.css +13 -13
- package/styles/Alert.layer.css +13 -13
- package/styles/Anchor.css +4 -4
- package/styles/Anchor.layer.css +4 -4
- package/styles/AppShell.css +30 -29
- package/styles/AppShell.layer.css +30 -29
- package/styles/AspectRatio.css +5 -5
- package/styles/AspectRatio.layer.css +5 -5
- package/styles/Avatar.css +6 -6
- package/styles/Avatar.layer.css +6 -6
- package/styles/BackgroundImage.css +1 -1
- package/styles/BackgroundImage.layer.css +1 -1
- package/styles/Badge.css +11 -11
- package/styles/Badge.layer.css +11 -11
- package/styles/Blockquote.css +5 -5
- package/styles/Blockquote.layer.css +5 -5
- package/styles/Breadcrumbs.css +5 -5
- package/styles/Breadcrumbs.layer.css +5 -5
- package/styles/Burger.css +14 -14
- package/styles/Burger.layer.css +14 -14
- package/styles/Button.css +32 -32
- package/styles/Button.layer.css +32 -32
- package/styles/Card.css +11 -11
- package/styles/Card.layer.css +11 -11
- package/styles/Center.css +2 -2
- package/styles/Center.layer.css +2 -2
- package/styles/Checkbox.css +20 -20
- package/styles/Checkbox.layer.css +20 -20
- package/styles/Chip.css +30 -30
- package/styles/Chip.layer.css +30 -30
- package/styles/CloseButton.css +7 -7
- package/styles/CloseButton.layer.css +7 -7
- package/styles/Code.css +4 -4
- package/styles/Code.layer.css +4 -4
- package/styles/ColorInput.css +3 -3
- package/styles/ColorInput.layer.css +3 -3
- package/styles/ColorPicker.css +20 -20
- package/styles/ColorPicker.layer.css +20 -20
- package/styles/ColorSwatch.css +7 -7
- package/styles/ColorSwatch.layer.css +7 -7
- package/styles/Combobox.css +37 -37
- package/styles/Combobox.layer.css +37 -37
- package/styles/Container.css +2 -2
- package/styles/Container.layer.css +2 -2
- package/styles/Dialog.css +2 -2
- package/styles/Dialog.layer.css +2 -2
- package/styles/Divider.css +11 -11
- package/styles/Divider.layer.css +11 -11
- package/styles/Drawer.css +4 -4
- package/styles/Drawer.layer.css +4 -4
- package/styles/Fieldset.css +10 -10
- package/styles/Fieldset.layer.css +10 -10
- package/styles/Flex.css +1 -1
- package/styles/Flex.layer.css +1 -1
- package/styles/FloatingIndicator.css +3 -3
- package/styles/FloatingIndicator.layer.css +3 -3
- package/styles/Grid.css +3 -3
- package/styles/Grid.layer.css +3 -3
- package/styles/Group.css +2 -2
- package/styles/Group.layer.css +2 -2
- package/styles/Image.css +1 -1
- package/styles/Image.layer.css +1 -1
- package/styles/Indicator.css +9 -9
- package/styles/Indicator.layer.css +9 -9
- package/styles/InlineInput.css +12 -12
- package/styles/InlineInput.layer.css +12 -12
- package/styles/Input.css +46 -46
- package/styles/Input.layer.css +46 -46
- package/styles/Kbd.css +3 -3
- package/styles/Kbd.layer.css +3 -3
- package/styles/List.css +9 -9
- package/styles/List.layer.css +9 -9
- package/styles/Loader.css +17 -17
- package/styles/Loader.layer.css +17 -17
- package/styles/LoadingOverlay.css +3 -3
- package/styles/LoadingOverlay.layer.css +3 -3
- package/styles/Mark.css +3 -3
- package/styles/Mark.layer.css +3 -3
- package/styles/Menu.css +13 -13
- package/styles/Menu.layer.css +13 -13
- package/styles/Modal.css +9 -9
- package/styles/Modal.layer.css +9 -9
- package/styles/ModalBase.css +7 -7
- package/styles/ModalBase.layer.css +7 -7
- package/styles/NavLink.css +22 -22
- package/styles/NavLink.layer.css +22 -22
- package/styles/Notification.css +23 -23
- package/styles/Notification.layer.css +23 -23
- package/styles/NumberInput.css +13 -13
- package/styles/NumberInput.layer.css +13 -13
- package/styles/Overlay.css +3 -3
- package/styles/Overlay.layer.css +3 -3
- package/styles/Pagination.css +14 -14
- package/styles/Pagination.layer.css +14 -14
- package/styles/Paper.css +3 -3
- package/styles/Paper.layer.css +3 -3
- package/styles/PasswordInput.css +8 -8
- package/styles/PasswordInput.layer.css +8 -8
- package/styles/Pill.css +17 -16
- package/styles/Pill.layer.css +17 -16
- package/styles/PillsInput.css +7 -7
- package/styles/PillsInput.layer.css +7 -7
- package/styles/PinInput.css +2 -2
- package/styles/PinInput.layer.css +2 -2
- package/styles/Popover.css +5 -5
- package/styles/Popover.layer.css +5 -5
- package/styles/Progress.css +11 -11
- package/styles/Progress.layer.css +11 -11
- package/styles/Radio.css +18 -18
- package/styles/Radio.layer.css +18 -18
- package/styles/Rating.css +14 -14
- package/styles/Rating.layer.css +14 -14
- package/styles/RingProgress.css +6 -6
- package/styles/RingProgress.layer.css +6 -6
- package/styles/ScrollArea.css +27 -27
- package/styles/ScrollArea.layer.css +27 -27
- package/styles/SegmentedControl.css +42 -42
- package/styles/SegmentedControl.layer.css +42 -42
- package/styles/SimpleGrid.css +1 -1
- package/styles/SimpleGrid.layer.css +1 -1
- package/styles/Skeleton.css +9 -9
- package/styles/Skeleton.layer.css +9 -9
- package/styles/Slider.css +35 -35
- package/styles/Slider.layer.css +35 -35
- package/styles/Spoiler.css +4 -4
- package/styles/Spoiler.layer.css +4 -4
- package/styles/Stack.css +1 -1
- package/styles/Stack.layer.css +1 -1
- package/styles/Stepper.css +41 -41
- package/styles/Stepper.layer.css +41 -41
- package/styles/Switch.css +20 -20
- package/styles/Switch.layer.css +20 -20
- package/styles/Table.css +25 -25
- package/styles/Table.layer.css +25 -25
- package/styles/Tabs.css +56 -56
- package/styles/Tabs.layer.css +56 -56
- package/styles/Text.css +8 -8
- package/styles/Text.layer.css +8 -8
- package/styles/ThemeIcon.css +1 -1
- package/styles/ThemeIcon.layer.css +1 -1
- package/styles/Timeline.css +33 -33
- package/styles/Timeline.layer.css +33 -33
- package/styles/Title.css +2 -2
- package/styles/Title.layer.css +2 -2
- package/styles/Tooltip.css +5 -5
- package/styles/Tooltip.layer.css +5 -5
- package/styles/TypographyStylesProvider.css +41 -41
- package/styles/TypographyStylesProvider.layer.css +41 -41
- package/styles/UnstyledButton.css +2 -2
- package/styles/UnstyledButton.layer.css +2 -2
- package/styles/VisuallyHidden.css +1 -1
- package/styles/VisuallyHidden.layer.css +1 -1
- package/styles.css +1017 -1015
- package/styles.layer.css +1017 -1015
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_88b62a41 {
|
|
2
2
|
--combobox-padding: calc(0.25rem * var(--mantine-scale));
|
|
3
3
|
padding: var(--combobox-padding);
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.
|
|
6
|
+
.m_88b62a41[data-hidden] {
|
|
7
7
|
display: none;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
/* Variables must be both on dropdown and options to support usage of Combobox.Options without Combobox.Dropdown */
|
|
11
|
-
.
|
|
12
|
-
.
|
|
11
|
+
.m_88b62a41,
|
|
12
|
+
.m_b2821a6e {
|
|
13
13
|
--combobox-option-padding-xs: calc(0.25rem * var(--mantine-scale)) calc(0.5rem * var(--mantine-scale));
|
|
14
14
|
--combobox-option-padding-sm: calc(0.375rem * var(--mantine-scale)) calc(0.625rem * var(--mantine-scale));
|
|
15
15
|
--combobox-option-padding-md: calc(0.5rem * var(--mantine-scale)) calc(0.75rem * var(--mantine-scale));
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
--combobox-option-padding: var(--combobox-option-padding-sm);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
.m_92253aa5 {
|
|
22
22
|
padding: var(--combobox-option-padding);
|
|
23
23
|
font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
|
|
24
24
|
border-radius: var(--mantine-radius-default);
|
|
@@ -28,37 +28,37 @@
|
|
|
28
28
|
word-break: break-word;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
.m_92253aa5:where([data-combobox-selected]) {
|
|
32
32
|
background-color: var(--mantine-primary-color-filled);
|
|
33
33
|
color: var(--mantine-color-white);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
.m_92253aa5:where([data-combobox-disabled]) {
|
|
37
37
|
cursor: not-allowed;
|
|
38
38
|
opacity: 0.35;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
@media (hover: hover) {
|
|
42
|
-
:where([data-mantine-color-scheme='light']) .
|
|
42
|
+
:where([data-mantine-color-scheme='light']) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
|
|
43
43
|
background-color: var(--mantine-color-gray-0);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
46
|
+
:where([data-mantine-color-scheme='dark']) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
|
|
47
47
|
background-color: var(--mantine-color-dark-7);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
@media (hover: none) {
|
|
52
|
-
:where([data-mantine-color-scheme='light']) .
|
|
52
|
+
:where([data-mantine-color-scheme='light']) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
|
|
53
53
|
background-color: var(--mantine-color-gray-0);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
56
|
+
:where([data-mantine-color-scheme='dark']) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
|
|
57
57
|
background-color: var(--mantine-color-dark-7);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.
|
|
61
|
+
.m_985517d8 {
|
|
62
62
|
margin-inline: calc(var(--combobox-padding) * -1);
|
|
63
63
|
margin-top: calc(var(--combobox-padding) * -1);
|
|
64
64
|
width: calc(100% + var(--combobox-padding) * 2);
|
|
@@ -70,62 +70,62 @@
|
|
|
70
70
|
position: relative;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
:where([data-mantine-color-scheme='light']) .
|
|
73
|
+
:where([data-mantine-color-scheme='light']) .m_985517d8, :where([data-mantine-color-scheme='light']) .m_985517d8:focus {
|
|
74
74
|
border-color: var(--mantine-color-gray-2);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
77
|
+
:where([data-mantine-color-scheme='dark']) .m_985517d8, :where([data-mantine-color-scheme='dark']) .m_985517d8:focus {
|
|
78
78
|
border-color: var(--mantine-color-dark-4);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
:where([data-mantine-color-scheme='light']) .
|
|
81
|
+
:where([data-mantine-color-scheme='light']) .m_985517d8 {
|
|
82
82
|
background-color: var(--mantine-color-white);
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
85
|
+
:where([data-mantine-color-scheme='dark']) .m_985517d8 {
|
|
86
86
|
background-color: var(--mantine-color-dark-7);
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
.
|
|
89
|
+
.m_2530cd1d {
|
|
90
90
|
font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
|
|
91
91
|
text-align: center;
|
|
92
92
|
padding: var(--combobox-option-padding);
|
|
93
93
|
color: var(--mantine-color-dimmed);
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
.
|
|
97
|
-
.
|
|
96
|
+
.m_858f94bd,
|
|
97
|
+
.m_82b967cb {
|
|
98
98
|
font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
|
|
99
99
|
border: 0 solid transparent;
|
|
100
100
|
margin-inline: calc(var(--combobox-padding) * -1);
|
|
101
101
|
padding: var(--combobox-option-padding);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
:where([data-mantine-color-scheme='light']) .
|
|
104
|
+
:where([data-mantine-color-scheme='light']) .m_858f94bd, :where([data-mantine-color-scheme='light']) .m_82b967cb {
|
|
105
105
|
border-color: var(--mantine-color-gray-2);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
108
|
+
:where([data-mantine-color-scheme='dark']) .m_858f94bd, :where([data-mantine-color-scheme='dark']) .m_82b967cb {
|
|
109
109
|
border-color: var(--mantine-color-dark-4);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
.m_82b967cb {
|
|
113
113
|
border-top-width: calc(0.0625rem * var(--mantine-scale));
|
|
114
114
|
margin-top: var(--combobox-padding);
|
|
115
115
|
margin-bottom: calc(var(--combobox-padding) * -1);
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
.
|
|
118
|
+
.m_858f94bd {
|
|
119
119
|
border-bottom-width: calc(0.0625rem * var(--mantine-scale));
|
|
120
120
|
margin-bottom: var(--combobox-padding);
|
|
121
121
|
margin-top: calc(var(--combobox-padding) * -1);
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.
|
|
124
|
+
.m_254f3e4f:has(.m_2bb2e9e5:only-child) {
|
|
125
125
|
display: none;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
.
|
|
128
|
+
.m_2bb2e9e5 {
|
|
129
129
|
color: var(--mantine-color-dimmed);
|
|
130
130
|
font-size: calc(var(--combobox-option-fz, var(--mantine-font-size-sm)) * 0.85);
|
|
131
131
|
padding: var(--combobox-option-padding);
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
align-items: center;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.
|
|
138
|
+
.m_2bb2e9e5::after {
|
|
139
139
|
content: '';
|
|
140
140
|
flex: 1;
|
|
141
141
|
inset-inline: 0;
|
|
@@ -143,20 +143,20 @@
|
|
|
143
143
|
margin-inline-start: var(--mantine-spacing-xs);
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
:where([data-mantine-color-scheme='light']) .
|
|
146
|
+
:where([data-mantine-color-scheme='light']) .m_2bb2e9e5::after {
|
|
147
147
|
background-color: var(--mantine-color-gray-2);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
150
|
+
:where([data-mantine-color-scheme='dark']) .m_2bb2e9e5::after {
|
|
151
151
|
background-color: var(--mantine-color-dark-4);
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
.
|
|
154
|
+
.m_2bb2e9e5:only-child {
|
|
155
155
|
display: none;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/* ------- Combobox.Chevron ------- */
|
|
159
|
-
.
|
|
159
|
+
.m_2943220b {
|
|
160
160
|
--combobox-chevron-size-xs: calc(0.875rem * var(--mantine-scale));
|
|
161
161
|
--combobox-chevron-size-sm: calc(1.125rem * var(--mantine-scale));
|
|
162
162
|
--combobox-chevron-size-md: calc(1.25rem * var(--mantine-scale));
|
|
@@ -167,34 +167,34 @@
|
|
|
167
167
|
width: var(--combobox-chevron-size);
|
|
168
168
|
height: var(--combobox-chevron-size);
|
|
169
169
|
}
|
|
170
|
-
:where([data-mantine-color-scheme='light']) .
|
|
170
|
+
:where([data-mantine-color-scheme='light']) .m_2943220b {
|
|
171
171
|
color: var(--mantine-color-gray-6);
|
|
172
172
|
}
|
|
173
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
173
|
+
:where([data-mantine-color-scheme='dark']) .m_2943220b {
|
|
174
174
|
color: var(--mantine-color-dark-3);
|
|
175
175
|
}
|
|
176
|
-
.
|
|
176
|
+
.m_2943220b:where([data-error]) {
|
|
177
177
|
color: var(--mantine-color-error);
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
/* ------- OptionsDropdown ------- */
|
|
181
|
-
.
|
|
181
|
+
.m_390b5f4 {
|
|
182
182
|
display: flex;
|
|
183
183
|
align-items: center;
|
|
184
184
|
gap: calc(0.5rem * var(--mantine-scale));
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
.m_390b5f4:where([data-reverse]) {
|
|
187
187
|
justify-content: space-between;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.
|
|
190
|
+
.m_8ee53fc2 {
|
|
191
191
|
opacity: 0.4;
|
|
192
192
|
width: 0.8em;
|
|
193
193
|
min-width: 0.8em;
|
|
194
194
|
height: 0.8em;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
:where([data-combobox-selected]) .
|
|
197
|
+
:where([data-combobox-selected]) .m_8ee53fc2 {
|
|
198
198
|
opacity: 1;
|
|
199
199
|
}
|
|
200
200
|
}
|
package/styles/Container.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_7485cace {
|
|
2
2
|
--container-size-xs: calc(33.75rem * var(--mantine-scale));
|
|
3
3
|
--container-size-sm: calc(45rem * var(--mantine-scale));
|
|
4
4
|
--container-size-md: calc(60rem * var(--mantine-scale));
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
margin-inline: auto;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.m_7485cace:where([data-fluid]) {
|
|
15
15
|
max-width: 100%;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_7485cace {
|
|
2
2
|
--container-size-xs: calc(33.75rem * var(--mantine-scale));
|
|
3
3
|
--container-size-sm: calc(45rem * var(--mantine-scale));
|
|
4
4
|
--container-size-md: calc(60rem * var(--mantine-scale));
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
margin-inline: auto;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.m_7485cace:where([data-fluid]) {
|
|
15
15
|
max-width: 100%;
|
|
16
16
|
}
|
|
17
17
|
}
|
package/styles/Dialog.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_e2125a27 {
|
|
2
2
|
--dialog-size-xs: calc(10rem * var(--mantine-scale));
|
|
3
3
|
--dialog-size-sm: calc(12.5rem * var(--mantine-scale));
|
|
4
4
|
--dialog-size-md: calc(21.25rem * var(--mantine-scale));
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
min-height: calc(3.125rem * var(--mantine-scale));
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.m_5abab665 {
|
|
16
16
|
position: absolute;
|
|
17
17
|
top: calc(var(--mantine-spacing-md) / 2);
|
|
18
18
|
inset-inline-end: calc(var(--mantine-spacing-md) / 2);
|
package/styles/Dialog.layer.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_e2125a27 {
|
|
2
2
|
--dialog-size-xs: calc(10rem * var(--mantine-scale));
|
|
3
3
|
--dialog-size-sm: calc(12.5rem * var(--mantine-scale));
|
|
4
4
|
--dialog-size-md: calc(21.25rem * var(--mantine-scale));
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
min-height: calc(3.125rem * var(--mantine-scale));
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.m_5abab665 {
|
|
16
16
|
position: absolute;
|
|
17
17
|
top: calc(var(--mantine-spacing-md) / 2);
|
|
18
18
|
inset-inline-end: calc(var(--mantine-spacing-md) / 2);
|
package/styles/Divider.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_3eebeb36 {
|
|
2
2
|
--divider-size-xs: calc(0.0625rem * var(--mantine-scale));
|
|
3
3
|
--divider-size-sm: calc(0.125rem * var(--mantine-scale));
|
|
4
4
|
--divider-size-md: calc(0.1875rem * var(--mantine-scale));
|
|
@@ -7,29 +7,29 @@
|
|
|
7
7
|
--divider-size: var(--divider-size-xs);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
:where([data-mantine-color-scheme='light']) .
|
|
10
|
+
:where([data-mantine-color-scheme='light']) .m_3eebeb36 {
|
|
11
11
|
--divider-color: var(--mantine-color-gray-3);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
14
|
+
:where([data-mantine-color-scheme='dark']) .m_3eebeb36 {
|
|
15
15
|
--divider-color: var(--mantine-color-dark-4);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
.m_3eebeb36:where([data-orientation='horizontal']) {
|
|
19
19
|
border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.m_3eebeb36:where([data-orientation='vertical']) {
|
|
23
23
|
border-inline-start: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
|
|
24
24
|
height: auto;
|
|
25
25
|
align-self: stretch;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.m_3eebeb36:where([data-with-label]) {
|
|
29
29
|
border: 0;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
.m_9e365f20 {
|
|
33
33
|
display: flex;
|
|
34
34
|
align-items: center;
|
|
35
35
|
font-size: var(--mantine-font-size-xs);
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
white-space: nowrap;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
.m_9e365f20:where([data-position='left'])::before {
|
|
41
41
|
display: none;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.m_9e365f20:where([data-position='right'])::after {
|
|
45
45
|
display: none;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.m_9e365f20::before {
|
|
49
49
|
content: '';
|
|
50
50
|
flex: 1;
|
|
51
51
|
height: calc(0.0625rem * var(--mantine-scale));
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
margin-inline-end: var(--mantine-spacing-xs);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
.m_9e365f20::after {
|
|
57
57
|
content: '';
|
|
58
58
|
flex: 1;
|
|
59
59
|
height: calc(0.0625rem * var(--mantine-scale));
|
package/styles/Divider.layer.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_3eebeb36 {
|
|
2
2
|
--divider-size-xs: calc(0.0625rem * var(--mantine-scale));
|
|
3
3
|
--divider-size-sm: calc(0.125rem * var(--mantine-scale));
|
|
4
4
|
--divider-size-md: calc(0.1875rem * var(--mantine-scale));
|
|
@@ -7,29 +7,29 @@
|
|
|
7
7
|
--divider-size: var(--divider-size-xs);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
:where([data-mantine-color-scheme='light']) .
|
|
10
|
+
:where([data-mantine-color-scheme='light']) .m_3eebeb36 {
|
|
11
11
|
--divider-color: var(--mantine-color-gray-3);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
14
|
+
:where([data-mantine-color-scheme='dark']) .m_3eebeb36 {
|
|
15
15
|
--divider-color: var(--mantine-color-dark-4);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
.m_3eebeb36:where([data-orientation='horizontal']) {
|
|
19
19
|
border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.m_3eebeb36:where([data-orientation='vertical']) {
|
|
23
23
|
border-inline-start: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
|
|
24
24
|
height: auto;
|
|
25
25
|
align-self: stretch;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.m_3eebeb36:where([data-with-label]) {
|
|
29
29
|
border: 0;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
32
|
+
.m_9e365f20 {
|
|
33
33
|
display: flex;
|
|
34
34
|
align-items: center;
|
|
35
35
|
font-size: var(--mantine-font-size-xs);
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
white-space: nowrap;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
.m_9e365f20:where([data-position='left'])::before {
|
|
41
41
|
display: none;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.m_9e365f20:where([data-position='right'])::after {
|
|
45
45
|
display: none;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.m_9e365f20::before {
|
|
49
49
|
content: '';
|
|
50
50
|
flex: 1;
|
|
51
51
|
height: calc(0.0625rem * var(--mantine-scale));
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
margin-inline-end: var(--mantine-spacing-xs);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
.m_9e365f20::after {
|
|
57
57
|
content: '';
|
|
58
58
|
flex: 1;
|
|
59
59
|
height: calc(0.0625rem * var(--mantine-scale));
|
package/styles/Drawer.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_f11b401e {
|
|
2
2
|
--drawer-size-xs: calc(20rem * var(--mantine-scale));
|
|
3
3
|
--drawer-size-sm: calc(23.75rem * var(--mantine-scale));
|
|
4
4
|
--drawer-size-md: calc(27.5rem * var(--mantine-scale));
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
--drawer-offset: 0rem;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.m_5a7c2c9 {
|
|
12
12
|
z-index: 1000;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.m_b8a05bbd {
|
|
16
16
|
flex: var(--drawer-flex, 0 0 var(--drawer-size));
|
|
17
17
|
height: var(--drawer-height, calc(100% - var(--drawer-offset) * 2));
|
|
18
18
|
margin: var(--drawer-offset);
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
overflow-y: auto;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.m_31cd769a {
|
|
25
25
|
display: flex;
|
|
26
26
|
justify-content: var(--drawer-justify, flex-start);
|
|
27
27
|
align-items: var(--drawer-align, flex-start);
|
package/styles/Drawer.layer.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_f11b401e {
|
|
2
2
|
--drawer-size-xs: calc(20rem * var(--mantine-scale));
|
|
3
3
|
--drawer-size-sm: calc(23.75rem * var(--mantine-scale));
|
|
4
4
|
--drawer-size-md: calc(27.5rem * var(--mantine-scale));
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
--drawer-offset: 0rem;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.m_5a7c2c9 {
|
|
12
12
|
z-index: 1000;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.m_b8a05bbd {
|
|
16
16
|
flex: var(--drawer-flex, 0 0 var(--drawer-size));
|
|
17
17
|
height: var(--drawer-height, calc(100% - var(--drawer-offset) * 2));
|
|
18
18
|
margin: var(--drawer-offset);
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
overflow-y: auto;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.m_31cd769a {
|
|
25
25
|
display: flex;
|
|
26
26
|
justify-content: var(--drawer-justify, flex-start);
|
|
27
27
|
align-items: var(--drawer-align, flex-start);
|
package/styles/Fieldset.css
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_e9408a47 {
|
|
2
2
|
padding: var(--mantine-spacing-lg);
|
|
3
3
|
padding-top: var(--mantine-spacing-xs);
|
|
4
4
|
border-radius: var(--fieldset-radius, var(--mantine-radius-default));
|
|
5
5
|
min-inline-size: auto;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.
|
|
8
|
+
.m_84c9523a {
|
|
9
9
|
border: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
:where([data-mantine-color-scheme='light']) .
|
|
12
|
+
:where([data-mantine-color-scheme='light']) .m_84c9523a {
|
|
13
13
|
border-color: var(--mantine-color-gray-3);
|
|
14
14
|
background-color: var(--mantine-color-white);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
17
|
+
:where([data-mantine-color-scheme='dark']) .m_84c9523a {
|
|
18
18
|
border-color: var(--mantine-color-dark-4);
|
|
19
19
|
background-color: var(--mantine-color-dark-7);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.m_ef274e49 {
|
|
23
23
|
border: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
:where([data-mantine-color-scheme='light']) .
|
|
26
|
+
:where([data-mantine-color-scheme='light']) .m_ef274e49 {
|
|
27
27
|
border-color: var(--mantine-color-gray-3);
|
|
28
28
|
background-color: var(--mantine-color-gray-0);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
31
|
+
:where([data-mantine-color-scheme='dark']) .m_ef274e49 {
|
|
32
32
|
border-color: var(--mantine-color-dark-4);
|
|
33
33
|
background-color: var(--mantine-color-dark-6);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
.m_eda993d3 {
|
|
37
37
|
padding: 0;
|
|
38
38
|
border: 0;
|
|
39
39
|
border-radius: 0;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
.m_90794832 {
|
|
43
43
|
font-size: var(--mantine-font-size-sm);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.
|
|
46
|
+
.m_74ca27fe {
|
|
47
47
|
padding: 0;
|
|
48
48
|
margin-bottom: var(--mantine-spacing-sm);
|
|
49
49
|
}
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_e9408a47 {
|
|
2
2
|
padding: var(--mantine-spacing-lg);
|
|
3
3
|
padding-top: var(--mantine-spacing-xs);
|
|
4
4
|
border-radius: var(--fieldset-radius, var(--mantine-radius-default));
|
|
5
5
|
min-inline-size: auto;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.
|
|
8
|
+
.m_84c9523a {
|
|
9
9
|
border: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
:where([data-mantine-color-scheme='light']) .
|
|
12
|
+
:where([data-mantine-color-scheme='light']) .m_84c9523a {
|
|
13
13
|
border-color: var(--mantine-color-gray-3);
|
|
14
14
|
background-color: var(--mantine-color-white);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
17
|
+
:where([data-mantine-color-scheme='dark']) .m_84c9523a {
|
|
18
18
|
border-color: var(--mantine-color-dark-4);
|
|
19
19
|
background-color: var(--mantine-color-dark-7);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
.m_ef274e49 {
|
|
23
23
|
border: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
:where([data-mantine-color-scheme='light']) .
|
|
26
|
+
:where([data-mantine-color-scheme='light']) .m_ef274e49 {
|
|
27
27
|
border-color: var(--mantine-color-gray-3);
|
|
28
28
|
background-color: var(--mantine-color-gray-0);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
31
|
+
:where([data-mantine-color-scheme='dark']) .m_ef274e49 {
|
|
32
32
|
border-color: var(--mantine-color-dark-4);
|
|
33
33
|
background-color: var(--mantine-color-dark-6);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
.m_eda993d3 {
|
|
37
37
|
padding: 0;
|
|
38
38
|
border: 0;
|
|
39
39
|
border-radius: 0;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
.m_90794832 {
|
|
43
43
|
font-size: var(--mantine-font-size-sm);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.
|
|
46
|
+
.m_74ca27fe {
|
|
47
47
|
padding: 0;
|
|
48
48
|
margin-bottom: var(--mantine-spacing-sm);
|
|
49
49
|
}
|
package/styles/Flex.css
CHANGED
package/styles/Flex.layer.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_96b553a6 {
|
|
2
2
|
--transition-duration: 150ms;
|
|
3
3
|
|
|
4
4
|
top: 0;
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
transition-duration: 0ms;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
.m_96b553a6:where([data-initialized]) {
|
|
14
14
|
transition-duration: var(--transition-duration);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.m_96b553a6:where([data-hidden]) {
|
|
18
18
|
background-color: red;
|
|
19
19
|
display: none;
|
|
20
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_96b553a6 {
|
|
2
2
|
--transition-duration: 150ms;
|
|
3
3
|
|
|
4
4
|
top: 0;
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
transition-duration: 0ms;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
.m_96b553a6:where([data-initialized]) {
|
|
14
14
|
transition-duration: var(--transition-duration);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.m_96b553a6:where([data-hidden]) {
|
|
18
18
|
background-color: red;
|
|
19
19
|
display: none;
|
|
20
20
|
}
|
package/styles/Grid.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_410352e9 {
|
|
2
2
|
--grid-overflow: visible;
|
|
3
3
|
--grid-margin: calc(var(--grid-gutter) / -2);
|
|
4
4
|
--grid-col-padding: calc(var(--grid-gutter) / 2);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
overflow: var(--grid-overflow);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.m_dee7bd2f {
|
|
10
10
|
width: calc(100% + var(--grid-gutter));
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-wrap: wrap;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
margin: var(--grid-margin);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
.m_96bdd299 {
|
|
19
19
|
--col-flex-grow: 0;
|
|
20
20
|
--col-offset: 0rem;
|
|
21
21
|
|