@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
package/styles/Radio.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_f3f1af94 {
|
|
2
2
|
--radio-size-xs: calc(1rem * var(--mantine-scale));
|
|
3
3
|
--radio-size-sm: calc(1.25rem * var(--mantine-scale));
|
|
4
4
|
--radio-size-md: calc(1.5rem * var(--mantine-scale));
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
--radio-icon-color: var(--mantine-color-white);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
.m_89c4f5e4 {
|
|
19
19
|
position: relative;
|
|
20
20
|
width: var(--radio-size);
|
|
21
21
|
height: var(--radio-size);
|
|
22
22
|
order: 1;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.m_89c4f5e4:where([data-label-position='left']) {
|
|
26
26
|
order: 2;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
.m_f3ed6b2b {
|
|
30
30
|
color: var(--radio-icon-color);
|
|
31
31
|
opacity: var(--radio-icon-opacity, 0);
|
|
32
32
|
transform: var(--radio-icon-transform, scale(0.2) translateY(calc(0.625rem * var(--mantine-scale))));
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
left: calc(50% - var(--radio-icon-size) / 2);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.m_8a3dbb89 {
|
|
45
45
|
border: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
46
46
|
position: relative;
|
|
47
47
|
appearance: none;
|
|
@@ -59,62 +59,62 @@
|
|
|
59
59
|
-webkit-tap-highlight-color: transparent;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
:where([data-mantine-color-scheme='light']) .
|
|
62
|
+
:where([data-mantine-color-scheme='light']) .m_8a3dbb89 {
|
|
63
63
|
background-color: var(--mantine-color-white);
|
|
64
64
|
border-color: var(--mantine-color-gray-4);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
67
|
+
:where([data-mantine-color-scheme='dark']) .m_8a3dbb89 {
|
|
68
68
|
background-color: var(--mantine-color-dark-6);
|
|
69
69
|
border-color: var(--mantine-color-dark-4);
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.m_8a3dbb89:checked {
|
|
73
73
|
background-color: var(--radio-color, var(--mantine-primary-color-filled));
|
|
74
74
|
border-color: var(--radio-color, var(--mantine-primary-color-filled));
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.
|
|
77
|
+
.m_8a3dbb89:checked + .m_f3ed6b2b {
|
|
78
78
|
--radio-icon-opacity: 1;
|
|
79
79
|
--radio-icon-transform: scale(1);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.
|
|
82
|
+
.m_8a3dbb89:disabled {
|
|
83
83
|
cursor: not-allowed;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
:where([data-mantine-color-scheme='light']) .
|
|
86
|
+
:where([data-mantine-color-scheme='light']) .m_8a3dbb89:disabled {
|
|
87
87
|
background-color: var(--mantine-color-gray-1);
|
|
88
88
|
border-color: var(--mantine-color-gray-2);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
:where([data-mantine-color-scheme='light']) .
|
|
91
|
+
:where([data-mantine-color-scheme='light']) .m_8a3dbb89:disabled + .m_f3ed6b2b {
|
|
92
92
|
--radio-icon-color: var(--mantine-color-gray-3);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
95
|
+
:where([data-mantine-color-scheme='dark']) .m_8a3dbb89:disabled {
|
|
96
96
|
background-color: var(--mantine-color-dark-5);
|
|
97
97
|
border-color: var(--mantine-color-dark-4);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
100
|
+
:where([data-mantine-color-scheme='dark']) .m_8a3dbb89:disabled + .m_f3ed6b2b {
|
|
101
101
|
--radio-icon-color: var(--mantine-color-dark-7);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
.m_8a3dbb89:where([data-error]) {
|
|
105
105
|
border-color: var(--mantine-color-error);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
.m_1bfe9d39 + .m_f3ed6b2b {
|
|
109
109
|
--radio-icon-color: var(--radio-color);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
.m_1bfe9d39:checked:not(:disabled) {
|
|
113
113
|
background-color: transparent;
|
|
114
114
|
border-color: var(--radio-color);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.
|
|
117
|
+
.m_1bfe9d39:checked:not(:disabled) + .m_f3ed6b2b {
|
|
118
118
|
--radio-icon-color: var(--radio-color);
|
|
119
119
|
--radio-icon-opacity: 1;
|
|
120
120
|
--radio-icon-transform: none;
|
package/styles/Radio.layer.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_f3f1af94 {
|
|
2
2
|
--radio-size-xs: calc(1rem * var(--mantine-scale));
|
|
3
3
|
--radio-size-sm: calc(1.25rem * var(--mantine-scale));
|
|
4
4
|
--radio-size-md: calc(1.5rem * var(--mantine-scale));
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
--radio-icon-color: var(--mantine-color-white);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
.m_89c4f5e4 {
|
|
19
19
|
position: relative;
|
|
20
20
|
width: var(--radio-size);
|
|
21
21
|
height: var(--radio-size);
|
|
22
22
|
order: 1;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.m_89c4f5e4:where([data-label-position='left']) {
|
|
26
26
|
order: 2;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
.m_f3ed6b2b {
|
|
30
30
|
color: var(--radio-icon-color);
|
|
31
31
|
opacity: var(--radio-icon-opacity, 0);
|
|
32
32
|
transform: var(--radio-icon-transform, scale(0.2) translateY(calc(0.625rem * var(--mantine-scale))));
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
left: calc(50% - var(--radio-icon-size) / 2);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.m_8a3dbb89 {
|
|
45
45
|
border: calc(0.0625rem * var(--mantine-scale)) solid;
|
|
46
46
|
position: relative;
|
|
47
47
|
appearance: none;
|
|
@@ -59,62 +59,62 @@
|
|
|
59
59
|
-webkit-tap-highlight-color: transparent;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
:where([data-mantine-color-scheme='light']) .
|
|
62
|
+
:where([data-mantine-color-scheme='light']) .m_8a3dbb89 {
|
|
63
63
|
background-color: var(--mantine-color-white);
|
|
64
64
|
border-color: var(--mantine-color-gray-4);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
67
|
+
:where([data-mantine-color-scheme='dark']) .m_8a3dbb89 {
|
|
68
68
|
background-color: var(--mantine-color-dark-6);
|
|
69
69
|
border-color: var(--mantine-color-dark-4);
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.m_8a3dbb89:checked {
|
|
73
73
|
background-color: var(--radio-color, var(--mantine-primary-color-filled));
|
|
74
74
|
border-color: var(--radio-color, var(--mantine-primary-color-filled));
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.
|
|
77
|
+
.m_8a3dbb89:checked + .m_f3ed6b2b {
|
|
78
78
|
--radio-icon-opacity: 1;
|
|
79
79
|
--radio-icon-transform: scale(1);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.
|
|
82
|
+
.m_8a3dbb89:disabled {
|
|
83
83
|
cursor: not-allowed;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
:where([data-mantine-color-scheme='light']) .
|
|
86
|
+
:where([data-mantine-color-scheme='light']) .m_8a3dbb89:disabled {
|
|
87
87
|
background-color: var(--mantine-color-gray-1);
|
|
88
88
|
border-color: var(--mantine-color-gray-2);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
:where([data-mantine-color-scheme='light']) .
|
|
91
|
+
:where([data-mantine-color-scheme='light']) .m_8a3dbb89:disabled + .m_f3ed6b2b {
|
|
92
92
|
--radio-icon-color: var(--mantine-color-gray-3);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
95
|
+
:where([data-mantine-color-scheme='dark']) .m_8a3dbb89:disabled {
|
|
96
96
|
background-color: var(--mantine-color-dark-5);
|
|
97
97
|
border-color: var(--mantine-color-dark-4);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
100
|
+
:where([data-mantine-color-scheme='dark']) .m_8a3dbb89:disabled + .m_f3ed6b2b {
|
|
101
101
|
--radio-icon-color: var(--mantine-color-dark-7);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
.m_8a3dbb89:where([data-error]) {
|
|
105
105
|
border-color: var(--mantine-color-error);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.
|
|
108
|
+
.m_1bfe9d39 + .m_f3ed6b2b {
|
|
109
109
|
--radio-icon-color: var(--radio-color);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
.m_1bfe9d39:checked:not(:disabled) {
|
|
113
113
|
background-color: transparent;
|
|
114
114
|
border-color: var(--radio-color);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.
|
|
117
|
+
.m_1bfe9d39:checked:not(:disabled) + .m_f3ed6b2b {
|
|
118
118
|
--radio-icon-color: var(--radio-color);
|
|
119
119
|
--radio-icon-opacity: 1;
|
|
120
120
|
--radio-icon-transform: none;
|
package/styles/Rating.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_f8d312f2 {
|
|
2
2
|
--rating-size-xs: calc(0.875rem * var(--mantine-scale));
|
|
3
3
|
--rating-size-sm: calc(1.125rem * var(--mantine-scale));
|
|
4
4
|
--rating-size-md: calc(1.25rem * var(--mantine-scale));
|
|
@@ -9,42 +9,42 @@
|
|
|
9
9
|
width: max-content;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
12
|
+
.m_f8d312f2:where(:has(input:disabled)) {
|
|
13
13
|
pointer-events: none;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.m_61734bb7 {
|
|
17
17
|
position: relative;
|
|
18
18
|
transition: transform 100ms ease;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
.m_61734bb7:where([data-active]) {
|
|
22
22
|
z-index: 1;
|
|
23
23
|
transform: scale(1.1);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
.m_5662a89a {
|
|
27
27
|
width: var(--rating-size);
|
|
28
28
|
height: var(--rating-size);
|
|
29
29
|
display: block;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
:where([data-mantine-color-scheme='light']) .
|
|
32
|
+
:where([data-mantine-color-scheme='light']) .m_5662a89a {
|
|
33
33
|
fill: var(--mantine-color-gray-3);
|
|
34
34
|
stroke: var(--mantine-color-gray-3);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
37
|
+
:where([data-mantine-color-scheme='dark']) .m_5662a89a {
|
|
38
38
|
fill: var(--mantine-color-dark-3);
|
|
39
39
|
stroke: var(--mantine-color-dark-3);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
.m_5662a89a:where([data-filled]) {
|
|
43
43
|
fill: var(--rating-color);
|
|
44
44
|
stroke: var(--rating-color);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
.m_211007ba {
|
|
48
48
|
height: 0;
|
|
49
49
|
width: 0;
|
|
50
50
|
position: absolute;
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
-webkit-tap-highlight-color: transparent;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.
|
|
57
|
+
.m_211007ba:focus-visible + label {
|
|
58
58
|
outline: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-primary-color-filled);
|
|
59
59
|
outline-offset: calc(0.125rem * var(--mantine-scale));
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.
|
|
62
|
+
.m_21342ee4 {
|
|
63
63
|
display: block;
|
|
64
64
|
cursor: pointer;
|
|
65
65
|
position: absolute;
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
-webkit-tap-highlight-color: transparent;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.m_21342ee4:where([data-read-only]) {
|
|
73
73
|
cursor: default;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
.m_21342ee4:where(:last-of-type) {
|
|
77
77
|
position: relative;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.
|
|
80
|
+
.m_fae05d6a {
|
|
81
81
|
clip-path: var(--rating-symbol-clip-path);
|
|
82
82
|
}
|
package/styles/Rating.layer.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_f8d312f2 {
|
|
2
2
|
--rating-size-xs: calc(0.875rem * var(--mantine-scale));
|
|
3
3
|
--rating-size-sm: calc(1.125rem * var(--mantine-scale));
|
|
4
4
|
--rating-size-md: calc(1.25rem * var(--mantine-scale));
|
|
@@ -9,42 +9,42 @@
|
|
|
9
9
|
width: max-content;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
12
|
+
.m_f8d312f2:where(:has(input:disabled)) {
|
|
13
13
|
pointer-events: none;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.m_61734bb7 {
|
|
17
17
|
position: relative;
|
|
18
18
|
transition: transform 100ms ease;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
.m_61734bb7:where([data-active]) {
|
|
22
22
|
z-index: 1;
|
|
23
23
|
transform: scale(1.1);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
.m_5662a89a {
|
|
27
27
|
width: var(--rating-size);
|
|
28
28
|
height: var(--rating-size);
|
|
29
29
|
display: block;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
:where([data-mantine-color-scheme='light']) .
|
|
32
|
+
:where([data-mantine-color-scheme='light']) .m_5662a89a {
|
|
33
33
|
fill: var(--mantine-color-gray-3);
|
|
34
34
|
stroke: var(--mantine-color-gray-3);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
37
|
+
:where([data-mantine-color-scheme='dark']) .m_5662a89a {
|
|
38
38
|
fill: var(--mantine-color-dark-3);
|
|
39
39
|
stroke: var(--mantine-color-dark-3);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
.m_5662a89a:where([data-filled]) {
|
|
43
43
|
fill: var(--rating-color);
|
|
44
44
|
stroke: var(--rating-color);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
.m_211007ba {
|
|
48
48
|
height: 0;
|
|
49
49
|
width: 0;
|
|
50
50
|
position: absolute;
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
-webkit-tap-highlight-color: transparent;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.
|
|
57
|
+
.m_211007ba:focus-visible + label {
|
|
58
58
|
outline: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-primary-color-filled);
|
|
59
59
|
outline-offset: calc(0.125rem * var(--mantine-scale));
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.
|
|
62
|
+
.m_21342ee4 {
|
|
63
63
|
display: block;
|
|
64
64
|
cursor: pointer;
|
|
65
65
|
position: absolute;
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
-webkit-tap-highlight-color: transparent;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.m_21342ee4:where([data-read-only]) {
|
|
73
73
|
cursor: default;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
.m_21342ee4:where(:last-of-type) {
|
|
77
77
|
position: relative;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.
|
|
80
|
+
.m_fae05d6a {
|
|
81
81
|
clip-path: var(--rating-symbol-clip-path);
|
|
82
82
|
}
|
|
83
83
|
}
|
package/styles/RingProgress.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_b32e4812 {
|
|
2
2
|
position: relative;
|
|
3
3
|
width: var(--rp-size);
|
|
4
4
|
height: var(--rp-size);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
min-height: var(--rp-size);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.m_d43b5134 {
|
|
10
10
|
width: var(--rp-size);
|
|
11
11
|
height: var(--rp-size);
|
|
12
12
|
min-width: var(--rp-size);
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
transform: rotate(-90deg);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.m_b1ca1fbf {
|
|
18
18
|
stroke: var(--curve-color, var(--rp-curve-root-color));
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
[data-mantine-color-scheme='light'] .
|
|
21
|
+
[data-mantine-color-scheme='light'] .m_b1ca1fbf {
|
|
22
22
|
--rp-curve-root-color: var(--mantine-color-gray-2);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
[data-mantine-color-scheme='dark'] .
|
|
25
|
+
[data-mantine-color-scheme='dark'] .m_b1ca1fbf {
|
|
26
26
|
--rp-curve-root-color: var(--mantine-color-dark-4);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
.m_b23f9dc4 {
|
|
30
30
|
position: absolute;
|
|
31
31
|
top: 50%;
|
|
32
32
|
transform: translateY(-50%);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer mantine {.
|
|
1
|
+
@layer mantine {.m_b32e4812 {
|
|
2
2
|
position: relative;
|
|
3
3
|
width: var(--rp-size);
|
|
4
4
|
height: var(--rp-size);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
min-height: var(--rp-size);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.m_d43b5134 {
|
|
10
10
|
width: var(--rp-size);
|
|
11
11
|
height: var(--rp-size);
|
|
12
12
|
min-width: var(--rp-size);
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
transform: rotate(-90deg);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.m_b1ca1fbf {
|
|
18
18
|
stroke: var(--curve-color, var(--rp-curve-root-color));
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
[data-mantine-color-scheme='light'] .
|
|
21
|
+
[data-mantine-color-scheme='light'] .m_b1ca1fbf {
|
|
22
22
|
--rp-curve-root-color: var(--mantine-color-gray-2);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
[data-mantine-color-scheme='dark'] .
|
|
25
|
+
[data-mantine-color-scheme='dark'] .m_b1ca1fbf {
|
|
26
26
|
--rp-curve-root-color: var(--mantine-color-dark-4);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
.m_b23f9dc4 {
|
|
30
30
|
position: absolute;
|
|
31
31
|
top: 50%;
|
|
32
32
|
transform: translateY(-50%);
|
package/styles/ScrollArea.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.
|
|
1
|
+
.m_d57069b5 {
|
|
2
2
|
--scrollarea-scrollbar-size: calc(0.75rem * var(--mantine-scale));
|
|
3
3
|
|
|
4
4
|
position: relative;
|
|
5
5
|
overflow: hidden;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.
|
|
8
|
+
.m_c0783ff9 {
|
|
9
9
|
scrollbar-width: none;
|
|
10
10
|
-ms-overflow-style: none;
|
|
11
11
|
-webkit-overflow-scrolling: touch;
|
|
@@ -13,25 +13,25 @@
|
|
|
13
13
|
height: 100%;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.m_c0783ff9::-webkit-scrollbar {
|
|
17
17
|
display: none;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where([data-offset-scrollbars='xy'], [data-offset-scrollbars='y']) {
|
|
21
21
|
padding-inline-end: var(--scrollarea-scrollbar-size);
|
|
22
22
|
padding-inline-start: unset;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='x']):where([data-offset-scrollbars='xy'], [data-offset-scrollbars='x']) {
|
|
26
26
|
padding-bottom: var(--scrollarea-scrollbar-size);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
.m_f8f631dd {
|
|
30
30
|
min-width: 100%;
|
|
31
31
|
display: table;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
.m_c44ba933 {
|
|
35
35
|
user-select: none;
|
|
36
36
|
touch-action: none;
|
|
37
37
|
box-sizing: border-box;
|
|
@@ -46,53 +46,53 @@
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
@media (hover: hover) {
|
|
49
|
-
:where([data-mantine-color-scheme='light']) .
|
|
49
|
+
:where([data-mantine-color-scheme='light']) .m_c44ba933:hover {
|
|
50
50
|
background-color: var(--mantine-color-gray-0);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
:where([data-mantine-color-scheme='light']) .
|
|
53
|
+
:where([data-mantine-color-scheme='light']) .m_c44ba933:hover > .m_d8b5e363 {
|
|
54
54
|
background-color: rgba(0, 0, 0, 0.5);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
57
|
+
:where([data-mantine-color-scheme='dark']) .m_c44ba933:hover {
|
|
58
58
|
background-color: var(--mantine-color-dark-8);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
61
|
+
:where([data-mantine-color-scheme='dark']) .m_c44ba933:hover > .m_d8b5e363 {
|
|
62
62
|
background-color: rgba(255, 255, 255, 0.5);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
@media (hover: none) {
|
|
67
|
-
:where([data-mantine-color-scheme='light']) .
|
|
67
|
+
:where([data-mantine-color-scheme='light']) .m_c44ba933:active {
|
|
68
68
|
background-color: var(--mantine-color-gray-0);
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
:where([data-mantine-color-scheme='light']) .
|
|
71
|
+
:where([data-mantine-color-scheme='light']) .m_c44ba933:active > .m_d8b5e363 {
|
|
72
72
|
background-color: rgba(0, 0, 0, 0.5);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
75
|
+
:where([data-mantine-color-scheme='dark']) .m_c44ba933:active {
|
|
76
76
|
background-color: var(--mantine-color-dark-8);
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
79
|
+
:where([data-mantine-color-scheme='dark']) .m_c44ba933:active > .m_d8b5e363 {
|
|
80
80
|
background-color: rgba(255, 255, 255, 0.5);
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.
|
|
84
|
+
.m_c44ba933:where([data-hidden], [data-state='hidden']) {
|
|
85
85
|
display: none;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.m_c44ba933:where([data-orientation='vertical']) {
|
|
89
89
|
width: var(--scrollarea-scrollbar-size);
|
|
90
90
|
top: 0;
|
|
91
91
|
bottom: var(--sa-corner-width);
|
|
92
92
|
inset-inline-end: 0;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
.m_c44ba933:where([data-orientation='horizontal']) {
|
|
96
96
|
height: var(--scrollarea-scrollbar-size);
|
|
97
97
|
flex-direction: column;
|
|
98
98
|
bottom: 0;
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
inset-inline-start: var(--sa-corner-height);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.
|
|
103
|
+
.m_d8b5e363 {
|
|
104
104
|
flex: 1;
|
|
105
105
|
border-radius: var(--scrollarea-scrollbar-size);
|
|
106
106
|
position: relative;
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
overflow: hidden;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.
|
|
111
|
+
.m_d8b5e363::before {
|
|
112
112
|
content: '""';
|
|
113
113
|
position: absolute;
|
|
114
114
|
top: 50%;
|
|
@@ -120,15 +120,15 @@
|
|
|
120
120
|
min-height: calc(2.75rem * var(--mantine-scale));
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
:where([data-mantine-color-scheme='light']) .
|
|
123
|
+
:where([data-mantine-color-scheme='light']) .m_d8b5e363 {
|
|
124
124
|
background-color: rgba(0, 0, 0, 0.4);
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
127
|
+
:where([data-mantine-color-scheme='dark']) .m_d8b5e363 {
|
|
128
128
|
background-color: rgba(255, 255, 255, 0.4);
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
.m_21657268 {
|
|
132
132
|
position: absolute;
|
|
133
133
|
opacity: 0;
|
|
134
134
|
transition: opacity 150ms ease;
|
|
@@ -137,18 +137,18 @@
|
|
|
137
137
|
bottom: 0;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
:where([data-mantine-color-scheme='light']) .
|
|
140
|
+
:where([data-mantine-color-scheme='light']) .m_21657268 {
|
|
141
141
|
background-color: var(--mantine-color-gray-0);
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
:where([data-mantine-color-scheme='dark']) .
|
|
144
|
+
:where([data-mantine-color-scheme='dark']) .m_21657268 {
|
|
145
145
|
background-color: var(--mantine-color-dark-8);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
.m_21657268:where([data-hovered]) {
|
|
149
149
|
opacity: 1;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
.
|
|
152
|
+
.m_21657268:where([data-hidden]) {
|
|
153
153
|
display: none;
|
|
154
154
|
}
|