@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,22 +1,22 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_9bdbb667 {
|
|
2
2
|
--accordion-radius: var(--mantine-radius-default);
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.m_df78851f {
|
|
6
6
|
word-break: break-word;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.m_4ba554d4 {
|
|
10
10
|
padding: var(--mantine-spacing-md);
|
|
11
11
|
padding-top: calc(var(--mantine-spacing-xs) / 2);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.m_8fa820a0 {
|
|
15
15
|
margin: 0;
|
|
16
16
|
padding: 0;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.
|
|
19
|
+
.m_4ba585b8 {
|
|
20
20
|
width: 100%;
|
|
21
21
|
display: flex;
|
|
22
22
|
align-items: center;
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
background-color: transparent;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
.m_4ba585b8:where([data-chevron-position='left']) {
|
|
31
31
|
flex-direction: row;
|
|
32
32
|
padding-inline-start: 0;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
:where([data-mantine-color-scheme='light']) .
|
|
35
|
+
:where([data-mantine-color-scheme='light']) .m_4ba585b8 {
|
|
36
36
|
color: var(--mantine-color-black);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
39
|
+
:where([data-mantine-color-scheme='dark']) .m_4ba585b8 {
|
|
40
40
|
color: var(--mantine-color-dark-0);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
.m_4ba585b8:where(:disabled, [data-disabled]) {
|
|
44
44
|
opacity: 0.4;
|
|
45
45
|
cursor: not-allowed;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
@media (hover: hover) {
|
|
49
|
-
:where([data-mantine-color-scheme='light']) .
|
|
49
|
+
:where([data-mantine-color-scheme='light']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover, :where([data-mantine-color-scheme='light']) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
|
|
50
50
|
background-color: var(--mantine-color-gray-0);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
53
|
+
:where([data-mantine-color-scheme='dark']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover, :where([data-mantine-color-scheme='dark']) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
|
|
54
54
|
background-color: var(--mantine-color-dark-6);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
@media (hover: none) {
|
|
59
|
-
:where([data-mantine-color-scheme='light']) .
|
|
59
|
+
:where([data-mantine-color-scheme='light']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active, :where([data-mantine-color-scheme='light']) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
|
|
60
60
|
background-color: var(--mantine-color-gray-0);
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
63
|
+
:where([data-mantine-color-scheme='dark']) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active, :where([data-mantine-color-scheme='dark']) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
|
|
64
64
|
background-color: var(--mantine-color-dark-6);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.
|
|
68
|
+
.m_df3ffa0f {
|
|
69
69
|
color: inherit;
|
|
70
70
|
font-weight: 400;
|
|
71
71
|
flex: 1;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
padding-bottom: var(--mantine-spacing-sm);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
.m_3f35ae96 {
|
|
79
79
|
display: flex;
|
|
80
80
|
align-items: center;
|
|
81
81
|
justify-content: flex-start;
|
|
@@ -85,102 +85,102 @@
|
|
|
85
85
|
transform: rotate(0deg);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.m_3f35ae96:where([data-rotate]) {
|
|
89
89
|
transform: rotate(180deg);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.
|
|
92
|
+
.m_3f35ae96:where([data-position='left']) {
|
|
93
93
|
margin-inline-end: var(--mantine-spacing-md);
|
|
94
94
|
margin-inline-start: var(--mantine-spacing-md);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.
|
|
97
|
+
.m_9bd771fe {
|
|
98
98
|
display: flex;
|
|
99
99
|
align-items: center;
|
|
100
100
|
justify-content: center;
|
|
101
101
|
margin-inline-end: var(--mantine-spacing-sm);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
.m_9bd771fe:where([data-chevron-position='left']) {
|
|
105
105
|
margin-inline-end: 0;
|
|
106
106
|
margin-inline-start: var(--mantine-spacing-lg);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
:where([data-mantine-color-scheme='light']) .
|
|
109
|
+
:where([data-mantine-color-scheme='light']) .m_9bd7b098 {
|
|
110
110
|
--item-border-color: var(--mantine-color-gray-3);
|
|
111
111
|
--item-filled-color: var(--mantine-color-gray-0);
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
114
|
+
:where([data-mantine-color-scheme='dark']) .m_9bd7b098 {
|
|
115
115
|
--item-border-color: var(--mantine-color-dark-4);
|
|
116
116
|
--item-filled-color: var(--mantine-color-dark-6);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
.
|
|
119
|
+
.m_fe19b709 {
|
|
120
120
|
border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--item-border-color);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.
|
|
123
|
+
.m_1f921b3b {
|
|
124
124
|
border: calc(0.0625rem * var(--mantine-scale)) solid var(--item-border-color);
|
|
125
125
|
transition: background-color 150ms ease;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
.
|
|
128
|
+
.m_1f921b3b:where([data-active]) {
|
|
129
129
|
background-color: var(--item-filled-color);
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
.
|
|
132
|
+
.m_1f921b3b:first-of-type {
|
|
133
133
|
border-start-start-radius: var(--accordion-radius);
|
|
134
134
|
border-start-end-radius: var(--accordion-radius);
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
.m_1f921b3b:first-of-type > [data-accordion-control] {
|
|
138
138
|
border-start-start-radius: var(--accordion-radius);
|
|
139
139
|
border-start-end-radius: var(--accordion-radius);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
.m_1f921b3b:last-of-type {
|
|
143
143
|
border-end-start-radius: var(--accordion-radius);
|
|
144
144
|
border-end-end-radius: var(--accordion-radius);
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.
|
|
147
|
+
.m_1f921b3b:last-of-type > [data-accordion-control] {
|
|
148
148
|
border-end-start-radius: var(--accordion-radius);
|
|
149
149
|
border-end-end-radius: var(--accordion-radius);
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
.
|
|
152
|
+
.m_1f921b3b + .m_1f921b3b {
|
|
153
153
|
border-top: 0;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
.
|
|
156
|
+
.m_2cdf939a {
|
|
157
157
|
border-radius: var(--accordion-radius);
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
.m_2cdf939a:where([data-active]) {
|
|
161
161
|
background-color: var(--item-filled-color);
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.
|
|
164
|
+
.m_9f59b069 {
|
|
165
165
|
background-color: var(--item-filled-color);
|
|
166
166
|
border-radius: var(--accordion-radius);
|
|
167
167
|
border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
|
|
168
168
|
transition: background-color 150ms ease;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
.
|
|
171
|
+
.m_9f59b069[data-active] {
|
|
172
172
|
border-color: var(--item-border-color);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
:where([data-mantine-color-scheme='light']) .
|
|
175
|
+
:where([data-mantine-color-scheme='light']) .m_9f59b069[data-active] {
|
|
176
176
|
background-color: var(--mantine-color-white);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
179
|
+
:where([data-mantine-color-scheme='dark']) .m_9f59b069[data-active] {
|
|
180
180
|
background-color: var(--mantine-color-dark-7);
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
.
|
|
183
|
+
.m_9f59b069 + .m_9f59b069 {
|
|
184
184
|
margin-top: var(--mantine-spacing-md);
|
|
185
185
|
}
|
|
186
186
|
}
|
package/styles/ActionIcon.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_8d3f4000 {
|
|
2
2
|
--ai-size-xs: calc(1.125rem * var(--mantine-scale));
|
|
3
3
|
--ai-size-sm: calc(1.375rem * var(--mantine-scale));
|
|
4
4
|
--ai-size-md: calc(1.75rem * var(--mantine-scale));
|
|
@@ -34,48 +34,48 @@
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
@media (hover: hover) {
|
|
37
|
-
.
|
|
37
|
+
.m_8d3f4000:hover:where(:not([data-loading], :disabled, [data-disabled])) {
|
|
38
38
|
background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
|
|
39
39
|
color: var(--ai-hover-color, var(--ai-color));
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
@media (hover: none) {
|
|
44
|
-
.
|
|
44
|
+
.m_8d3f4000:active:where(:not([data-loading], :disabled, [data-disabled])) {
|
|
45
45
|
background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
|
|
46
46
|
color: var(--ai-hover-color, var(--ai-color));
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
50
|
+
.m_8d3f4000[data-loading] {
|
|
51
51
|
cursor: not-allowed;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.
|
|
54
|
+
.m_8d3f4000[data-loading] .m_8d3afb97 {
|
|
55
55
|
opacity: 0;
|
|
56
56
|
transform: translateY(100%);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
|
|
60
60
|
cursor: not-allowed;
|
|
61
61
|
border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
:where([data-mantine-color-scheme='light']) .
|
|
64
|
+
:where([data-mantine-color-scheme='light']) .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
|
|
65
65
|
background-color: var(--mantine-color-gray-1);
|
|
66
66
|
color: var(--mantine-color-gray-5);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
69
|
+
:where([data-mantine-color-scheme='dark']) .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
|
|
70
70
|
background-color: var(--mantine-color-dark-6);
|
|
71
71
|
color: var(--mantine-color-dark-3);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])):active {
|
|
75
75
|
transform: none;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
.m_302b9fb1 {
|
|
79
79
|
inset: calc(-0.0625rem * var(--mantine-scale));
|
|
80
80
|
position: absolute;
|
|
81
81
|
border-radius: var(--ai-radius, var(--mantine-radius-default));
|
|
@@ -84,68 +84,68 @@
|
|
|
84
84
|
justify-content: center;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
:where([data-mantine-color-scheme='light']) .
|
|
87
|
+
:where([data-mantine-color-scheme='light']) .m_302b9fb1 {
|
|
88
88
|
background-color: rgba(255, 255, 255, 0.35);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
91
|
+
:where([data-mantine-color-scheme='dark']) .m_302b9fb1 {
|
|
92
92
|
background-color: rgba(0, 0, 0, 0.35);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
.m_1a0f1b21 {
|
|
96
96
|
--ai-border-width: calc(0.0625rem * var(--mantine-scale));
|
|
97
97
|
display: flex;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
100
|
+
.m_1a0f1b21 :where(*):focus {
|
|
101
101
|
position: relative;
|
|
102
102
|
z-index: 1;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
.
|
|
105
|
+
.m_1a0f1b21[data-orientation='horizontal'] {
|
|
106
106
|
flex-direction: row;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child {
|
|
110
110
|
border-end-end-radius: 0;
|
|
111
111
|
border-start-end-radius: 0;
|
|
112
112
|
border-inline-end-width: calc(var(--ai-border-width) / 2);
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child {
|
|
116
116
|
border-end-start-radius: 0;
|
|
117
117
|
border-start-start-radius: 0;
|
|
118
118
|
border-inline-start-width: calc(var(--ai-border-width) / 2);
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.
|
|
121
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
|
|
122
122
|
border-radius: 0;
|
|
123
123
|
border-inline-width: calc(var(--ai-border-width) / 2);
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
.m_1a0f1b21[data-orientation='vertical'] {
|
|
127
127
|
flex-direction: column;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.
|
|
130
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child {
|
|
131
131
|
border-end-start-radius: 0;
|
|
132
132
|
border-end-end-radius: 0;
|
|
133
133
|
border-bottom-width: calc(var(--ai-border-width) / 2);
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
.
|
|
136
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child {
|
|
137
137
|
border-start-start-radius: 0;
|
|
138
138
|
border-start-end-radius: 0;
|
|
139
139
|
border-top-width: calc(var(--ai-border-width) / 2);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
|
|
143
143
|
border-radius: 0;
|
|
144
144
|
border-bottom-width: calc(var(--ai-border-width) / 2);
|
|
145
145
|
border-top-width: calc(var(--ai-border-width) / 2);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
.m_8d3afb97 {
|
|
149
149
|
display: flex;
|
|
150
150
|
align-items: center;
|
|
151
151
|
justify-content: center;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_8d3f4000 {
|
|
2
2
|
--ai-size-xs: calc(1.125rem * var(--mantine-scale));
|
|
3
3
|
--ai-size-sm: calc(1.375rem * var(--mantine-scale));
|
|
4
4
|
--ai-size-md: calc(1.75rem * var(--mantine-scale));
|
|
@@ -34,48 +34,48 @@
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
@media (hover: hover) {
|
|
37
|
-
.
|
|
37
|
+
.m_8d3f4000:hover:where(:not([data-loading], :disabled, [data-disabled])) {
|
|
38
38
|
background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
|
|
39
39
|
color: var(--ai-hover-color, var(--ai-color));
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
@media (hover: none) {
|
|
44
|
-
.
|
|
44
|
+
.m_8d3f4000:active:where(:not([data-loading], :disabled, [data-disabled])) {
|
|
45
45
|
background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
|
|
46
46
|
color: var(--ai-hover-color, var(--ai-color));
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
50
|
+
.m_8d3f4000[data-loading] {
|
|
51
51
|
cursor: not-allowed;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.
|
|
54
|
+
.m_8d3f4000[data-loading] .m_8d3afb97 {
|
|
55
55
|
opacity: 0;
|
|
56
56
|
transform: translateY(100%);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
|
|
60
60
|
cursor: not-allowed;
|
|
61
61
|
border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
:where([data-mantine-color-scheme='light']) .
|
|
64
|
+
:where([data-mantine-color-scheme='light']) .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
|
|
65
65
|
background-color: var(--mantine-color-gray-1);
|
|
66
66
|
color: var(--mantine-color-gray-5);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
69
|
+
:where([data-mantine-color-scheme='dark']) .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
|
|
70
70
|
background-color: var(--mantine-color-dark-6);
|
|
71
71
|
color: var(--mantine-color-dark-3);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])):active {
|
|
75
75
|
transform: none;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
.m_302b9fb1 {
|
|
79
79
|
inset: calc(-0.0625rem * var(--mantine-scale));
|
|
80
80
|
position: absolute;
|
|
81
81
|
border-radius: var(--ai-radius, var(--mantine-radius-default));
|
|
@@ -84,68 +84,68 @@
|
|
|
84
84
|
justify-content: center;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
:where([data-mantine-color-scheme='light']) .
|
|
87
|
+
:where([data-mantine-color-scheme='light']) .m_302b9fb1 {
|
|
88
88
|
background-color: rgba(255, 255, 255, 0.35);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
91
|
+
:where([data-mantine-color-scheme='dark']) .m_302b9fb1 {
|
|
92
92
|
background-color: rgba(0, 0, 0, 0.35);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
.m_1a0f1b21 {
|
|
96
96
|
--ai-border-width: calc(0.0625rem * var(--mantine-scale));
|
|
97
97
|
display: flex;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
100
|
+
.m_1a0f1b21 :where(*):focus {
|
|
101
101
|
position: relative;
|
|
102
102
|
z-index: 1;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
.
|
|
105
|
+
.m_1a0f1b21[data-orientation='horizontal'] {
|
|
106
106
|
flex-direction: row;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):first-child {
|
|
110
110
|
border-end-end-radius: 0;
|
|
111
111
|
border-start-end-radius: 0;
|
|
112
112
|
border-inline-end-width: calc(var(--ai-border-width) / 2);
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):last-child {
|
|
116
116
|
border-end-start-radius: 0;
|
|
117
117
|
border-start-start-radius: 0;
|
|
118
118
|
border-inline-start-width: calc(var(--ai-border-width) / 2);
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.
|
|
121
|
+
.m_1a0f1b21[data-orientation='horizontal'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
|
|
122
122
|
border-radius: 0;
|
|
123
123
|
border-inline-width: calc(var(--ai-border-width) / 2);
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
.m_1a0f1b21[data-orientation='vertical'] {
|
|
127
127
|
flex-direction: column;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.
|
|
130
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):first-child {
|
|
131
131
|
border-end-start-radius: 0;
|
|
132
132
|
border-end-end-radius: 0;
|
|
133
133
|
border-bottom-width: calc(var(--ai-border-width) / 2);
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
.
|
|
136
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):last-child {
|
|
137
137
|
border-start-start-radius: 0;
|
|
138
138
|
border-start-end-radius: 0;
|
|
139
139
|
border-top-width: calc(var(--ai-border-width) / 2);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
.m_1a0f1b21[data-orientation='vertical'] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
|
|
143
143
|
border-radius: 0;
|
|
144
144
|
border-bottom-width: calc(var(--ai-border-width) / 2);
|
|
145
145
|
border-top-width: calc(var(--ai-border-width) / 2);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
.m_8d3afb97 {
|
|
149
149
|
display: flex;
|
|
150
150
|
align-items: center;
|
|
151
151
|
justify-content: center;
|
package/styles/Affix.css
CHANGED
package/styles/Affix.layer.css
CHANGED
package/styles/Alert.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_66836ed3 {
|
|
2
2
|
--alert-radius: var(--mantine-radius-default);
|
|
3
3
|
--alert-bg: var(--mantine-primary-color-light);
|
|
4
4
|
--alert-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
color: var(--alert-color);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.m_a5d60502 {
|
|
17
17
|
display: flex;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.m_667c2793 {
|
|
21
21
|
flex: 1;
|
|
22
22
|
display: flex;
|
|
23
23
|
flex-direction: column;
|
|
24
24
|
gap: var(--mantine-spacing-xs);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.
|
|
27
|
+
.m_6a03f287 {
|
|
28
28
|
display: flex;
|
|
29
29
|
align-items: center;
|
|
30
30
|
justify-content: space-between;
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
font-weight: 700;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
.m_6a03f287:where([data-with-close-button]) {
|
|
36
36
|
padding-inline-end: var(--mantine-spacing-md);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
.m_698f4f23 {
|
|
40
40
|
display: block;
|
|
41
41
|
overflow: hidden;
|
|
42
42
|
text-overflow: ellipsis;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.
|
|
45
|
+
.m_667f2a6a {
|
|
46
46
|
line-height: 1;
|
|
47
47
|
width: calc(1.25rem * var(--mantine-scale));
|
|
48
48
|
height: calc(1.25rem * var(--mantine-scale));
|
|
@@ -53,29 +53,29 @@
|
|
|
53
53
|
margin-top: calc(0.0625rem * var(--mantine-scale));
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
56
|
+
.m_7fa78076 {
|
|
57
57
|
text-overflow: ellipsis;
|
|
58
58
|
overflow: hidden;
|
|
59
59
|
font-size: var(--mantine-font-size-sm);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
:where([data-mantine-color-scheme='light']) .
|
|
62
|
+
:where([data-mantine-color-scheme='light']) .m_7fa78076 {
|
|
63
63
|
color: var(--mantine-color-black);
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
66
|
+
:where([data-mantine-color-scheme='dark']) .m_7fa78076 {
|
|
67
67
|
color: var(--mantine-color-white);
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.
|
|
70
|
+
.m_7fa78076:where([data-variant='filled']) {
|
|
71
71
|
color: var(--alert-color);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
.m_7fa78076:where([data-variant='white']) {
|
|
75
75
|
color: var(--mantine-color-black);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
.m_87f54839 {
|
|
79
79
|
width: calc(1.25rem * var(--mantine-scale));
|
|
80
80
|
height: calc(1.25rem * var(--mantine-scale));
|
|
81
81
|
color: var(--alert-color);
|