@broxus/react-uikit 0.18.0 → 0.19.0
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/dist/cjs/components/Accordion/Item.d.ts +3 -2
- package/dist/cjs/components/Accordion/index.d.ts +0 -1
- package/dist/cjs/components/Accordion/index.js +0 -1
- package/dist/cjs/components/Alert/index.d.ts +0 -1
- package/dist/cjs/components/Alert/index.js +6 -8
- package/dist/cjs/components/Align/Align.d.ts +3 -2
- package/dist/cjs/components/Align/Align.js +12 -6
- package/dist/cjs/components/Align/Center.d.ts +6 -0
- package/dist/cjs/components/Align/Center.js +44 -0
- package/dist/cjs/components/Align/Left.d.ts +1 -1
- package/dist/cjs/components/Align/Left.js +1 -1
- package/dist/cjs/components/Align/Right.d.ts +1 -1
- package/dist/cjs/components/Align/Right.js +1 -1
- package/dist/cjs/components/Align/index.d.ts +4 -1
- package/dist/cjs/components/Align/index.js +18 -1
- package/dist/cjs/components/Align/types.d.ts +3 -0
- package/dist/cjs/components/Align/types.js +2 -0
- package/dist/cjs/components/Align/utils.d.ts +2 -0
- package/dist/cjs/components/Align/utils.js +13 -0
- package/dist/cjs/components/Article/index.d.ts +0 -1
- package/dist/cjs/components/Article/index.js +0 -1
- package/dist/cjs/components/Badge/index.d.ts +0 -1
- package/dist/cjs/components/Badge/index.js +0 -1
- package/dist/cjs/components/Breadcrumb/index.d.ts +0 -1
- package/dist/cjs/components/Breadcrumb/index.js +0 -1
- package/dist/cjs/components/Button/index.d.ts +0 -1
- package/dist/cjs/components/Button/index.js +0 -1
- package/dist/cjs/components/Card/index.d.ts +0 -1
- package/dist/cjs/components/Card/index.js +0 -1
- package/dist/cjs/components/Close/index.d.ts +0 -1
- package/dist/cjs/components/Close/index.js +0 -1
- package/dist/cjs/components/ConfigProvider/index.d.ts +8 -6
- package/dist/cjs/components/ConfigProvider/index.js +1 -2
- package/dist/cjs/components/Container/index.d.ts +0 -1
- package/dist/cjs/components/Container/index.js +0 -1
- package/dist/cjs/components/Control/Checkbox/index.d.ts +0 -1
- package/dist/cjs/components/Control/Checkbox/index.js +0 -1
- package/dist/cjs/components/Control/Input/Input.d.ts +0 -1
- package/dist/cjs/components/Control/Input/Input.js +0 -1
- package/dist/cjs/components/Control/Input/Number/index.d.ts +0 -2
- package/dist/cjs/components/Control/Input/Number/index.js +0 -2
- package/dist/cjs/components/Control/Input/Password/index.d.ts +0 -2
- package/dist/cjs/components/Control/Input/Password/index.js +0 -2
- package/dist/cjs/components/Control/Radio/index.d.ts +0 -2
- package/dist/cjs/components/Control/Radio/index.js +0 -2
- package/dist/cjs/components/Control/Select/index.d.ts +0 -2
- package/dist/cjs/components/Control/Select/index.js +0 -2
- package/dist/cjs/components/Control/TextArea/index.d.ts +0 -2
- package/dist/cjs/components/Control/TextArea/index.js +0 -2
- package/dist/cjs/components/Cover/index.d.ts +0 -1
- package/dist/cjs/components/Cover/index.js +0 -1
- package/dist/cjs/components/DatePicker/index.d.ts +8 -1
- package/dist/cjs/components/DatePicker/index.js +8 -2
- package/dist/cjs/components/DescriptionList/index.d.ts +0 -1
- package/dist/cjs/components/DescriptionList/index.js +0 -1
- package/dist/cjs/components/Divider/index.d.ts +0 -1
- package/dist/cjs/components/Divider/index.js +0 -1
- package/dist/cjs/components/Dotnav/index.d.ts +0 -1
- package/dist/cjs/components/Dotnav/index.js +0 -1
- package/dist/cjs/components/Drawer/index.d.ts +0 -1
- package/dist/cjs/components/Drawer/index.js +1 -2
- package/dist/cjs/components/Drop/index.d.ts +0 -1
- package/dist/cjs/components/Drop/index.js +3 -4
- package/dist/cjs/components/Dropdown/index.d.ts +0 -1
- package/dist/cjs/components/Dropdown/index.js +0 -1
- package/dist/cjs/components/Flex/index.d.ts +0 -1
- package/dist/cjs/components/Flex/index.js +0 -1
- package/dist/cjs/components/Form/index.d.ts +0 -1
- package/dist/cjs/components/Form/index.js +0 -1
- package/dist/cjs/components/Grid/index.d.ts +0 -1
- package/dist/cjs/components/Grid/index.js +0 -1
- package/dist/cjs/components/Heading/index.d.ts +0 -1
- package/dist/cjs/components/Heading/index.js +0 -1
- package/dist/cjs/components/Icon/index.d.ts +0 -1
- package/dist/cjs/components/Icon/index.js +0 -1
- package/dist/cjs/components/Iconnav/index.d.ts +0 -1
- package/dist/cjs/components/Iconnav/index.js +0 -1
- package/dist/cjs/components/Label/index.d.ts +0 -1
- package/dist/cjs/components/Label/index.js +0 -1
- package/dist/cjs/components/Link/index.d.ts +0 -1
- package/dist/cjs/components/Link/index.js +0 -1
- package/dist/cjs/components/List/index.d.ts +0 -1
- package/dist/cjs/components/List/index.js +0 -1
- package/dist/cjs/components/Modal/index.d.ts +11 -1
- package/dist/cjs/components/Modal/index.js +65 -3
- package/dist/cjs/components/Nav/Group/InternalNavItemGroup.d.ts +4 -1
- package/dist/cjs/components/Nav/Group/InternalNavItemGroup.js +4 -2
- package/dist/cjs/components/Nav/Group/index.d.ts +1 -1
- package/dist/cjs/components/Nav/Group/index.js +1 -2
- package/dist/cjs/components/Nav/Item/InternalNavItem.d.ts +4 -1
- package/dist/cjs/components/Nav/Item/InternalNavItem.js +19 -3
- package/dist/cjs/components/Nav/Item/index.d.ts +1 -1
- package/dist/cjs/components/Nav/Item/index.js +2 -3
- package/dist/cjs/components/Nav/Sub/InlineSubNavList.d.ts +4 -1
- package/dist/cjs/components/Nav/Sub/InlineSubNavList.js +4 -2
- package/dist/cjs/components/Nav/Sub/PopupTrigger.d.ts +4 -1
- package/dist/cjs/components/Nav/Sub/PopupTrigger.js +6 -4
- package/dist/cjs/components/Nav/Sub/SubNavList.js +1 -2
- package/dist/cjs/components/Nav/Sub/index.d.ts +1 -1
- package/dist/cjs/components/Nav/Sub/index.js +2 -3
- package/dist/cjs/components/Nav/context/IdContext.js +1 -1
- package/dist/cjs/components/Nav/context/NavContext.d.ts +1 -1
- package/dist/cjs/components/Nav/context/NavContext.js +2 -3
- package/dist/cjs/components/Nav/context/PathContext.js +3 -3
- package/dist/cjs/components/Nav/context/PrivateContext.js +3 -0
- package/dist/cjs/components/Nav/index.d.ts +0 -1
- package/dist/cjs/components/Nav/index.js +0 -1
- package/dist/cjs/components/Navbar/index.d.ts +0 -1
- package/dist/cjs/components/Navbar/index.js +0 -1
- package/dist/cjs/components/Overlay/index.d.ts +0 -1
- package/dist/cjs/components/Overlay/index.js +0 -1
- package/dist/cjs/components/Progress/index.d.ts +0 -1
- package/dist/cjs/components/Progress/index.js +0 -1
- package/dist/cjs/components/Section/index.d.ts +2 -3
- package/dist/cjs/components/Section/index.js +0 -1
- package/dist/cjs/components/Segmented/index.d.ts +19 -0
- package/dist/cjs/components/Segmented/index.js +68 -0
- package/dist/cjs/components/Spinner/index.d.ts +0 -1
- package/dist/cjs/components/Spinner/index.js +0 -1
- package/dist/cjs/components/Subnav/index.d.ts +0 -1
- package/dist/cjs/components/Subnav/index.js +0 -1
- package/dist/cjs/components/Switch/index.d.ts +0 -1
- package/dist/cjs/components/Switch/index.js +0 -1
- package/dist/cjs/components/Tabs/index.d.ts +0 -1
- package/dist/cjs/components/Tabs/index.js +0 -1
- package/dist/cjs/components/Text/index.d.ts +0 -1
- package/dist/cjs/components/Text/index.js +0 -1
- package/dist/cjs/components/Tile/index.d.ts +0 -1
- package/dist/cjs/components/Tile/index.js +0 -1
- package/dist/cjs/components/Width/Width.d.ts +2 -3
- package/dist/cjs/components/Width/Width.js +1 -7
- package/dist/cjs/components/Width/utils.d.ts +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/esm/components/Accordion/Item.d.ts +3 -2
- package/dist/esm/components/Accordion/index.d.ts +0 -1
- package/dist/esm/components/Accordion/index.js +0 -1
- package/dist/esm/components/Alert/index.d.ts +0 -1
- package/dist/esm/components/Alert/index.js +6 -8
- package/dist/esm/components/Align/Align.d.ts +3 -2
- package/dist/esm/components/Align/Align.js +12 -6
- package/dist/esm/components/Align/Center.d.ts +6 -0
- package/dist/esm/components/Align/Center.js +8 -0
- package/dist/esm/components/Align/Left.d.ts +1 -1
- package/dist/esm/components/Align/Left.js +1 -1
- package/dist/esm/components/Align/Right.d.ts +1 -1
- package/dist/esm/components/Align/Right.js +1 -1
- package/dist/esm/components/Align/index.d.ts +4 -1
- package/dist/esm/components/Align/index.js +4 -1
- package/dist/esm/components/Align/types.d.ts +3 -0
- package/dist/esm/components/Align/types.js +1 -0
- package/dist/esm/components/Align/utils.d.ts +2 -0
- package/dist/esm/components/Align/utils.js +10 -0
- package/dist/esm/components/Article/index.d.ts +0 -1
- package/dist/esm/components/Article/index.js +0 -1
- package/dist/esm/components/Badge/index.d.ts +0 -1
- package/dist/esm/components/Badge/index.js +0 -1
- package/dist/esm/components/Breadcrumb/index.d.ts +0 -1
- package/dist/esm/components/Breadcrumb/index.js +0 -1
- package/dist/esm/components/Button/index.d.ts +0 -1
- package/dist/esm/components/Button/index.js +0 -1
- package/dist/esm/components/Card/index.d.ts +0 -1
- package/dist/esm/components/Card/index.js +0 -1
- package/dist/esm/components/Close/index.d.ts +0 -1
- package/dist/esm/components/Close/index.js +0 -1
- package/dist/esm/components/ConfigProvider/index.d.ts +8 -6
- package/dist/esm/components/ConfigProvider/index.js +1 -2
- package/dist/esm/components/Container/index.d.ts +0 -1
- package/dist/esm/components/Container/index.js +0 -1
- package/dist/esm/components/Control/Checkbox/index.d.ts +0 -1
- package/dist/esm/components/Control/Checkbox/index.js +0 -1
- package/dist/esm/components/Control/Input/Input.d.ts +0 -1
- package/dist/esm/components/Control/Input/Input.js +0 -1
- package/dist/esm/components/Control/Input/Number/index.d.ts +0 -2
- package/dist/esm/components/Control/Input/Number/index.js +0 -2
- package/dist/esm/components/Control/Input/Password/index.d.ts +0 -2
- package/dist/esm/components/Control/Input/Password/index.js +0 -2
- package/dist/esm/components/Control/Radio/index.d.ts +0 -2
- package/dist/esm/components/Control/Radio/index.js +0 -2
- package/dist/esm/components/Control/Select/index.d.ts +0 -2
- package/dist/esm/components/Control/Select/index.js +0 -2
- package/dist/esm/components/Control/TextArea/index.d.ts +0 -2
- package/dist/esm/components/Control/TextArea/index.js +0 -2
- package/dist/esm/components/Cover/index.d.ts +0 -1
- package/dist/esm/components/Cover/index.js +0 -1
- package/dist/esm/components/DatePicker/index.d.ts +8 -1
- package/dist/esm/components/DatePicker/index.js +7 -1
- package/dist/esm/components/DescriptionList/index.d.ts +0 -1
- package/dist/esm/components/DescriptionList/index.js +0 -1
- package/dist/esm/components/Divider/index.d.ts +0 -1
- package/dist/esm/components/Divider/index.js +0 -1
- package/dist/esm/components/Dotnav/index.d.ts +0 -1
- package/dist/esm/components/Dotnav/index.js +0 -1
- package/dist/esm/components/Drawer/index.d.ts +0 -1
- package/dist/esm/components/Drawer/index.js +1 -2
- package/dist/esm/components/Drop/index.d.ts +0 -1
- package/dist/esm/components/Drop/index.js +3 -4
- package/dist/esm/components/Dropdown/index.d.ts +0 -1
- package/dist/esm/components/Dropdown/index.js +0 -1
- package/dist/esm/components/Flex/index.d.ts +0 -1
- package/dist/esm/components/Flex/index.js +0 -1
- package/dist/esm/components/Form/index.d.ts +0 -1
- package/dist/esm/components/Form/index.js +0 -1
- package/dist/esm/components/Grid/index.d.ts +0 -1
- package/dist/esm/components/Grid/index.js +0 -1
- package/dist/esm/components/Heading/index.d.ts +0 -1
- package/dist/esm/components/Heading/index.js +0 -1
- package/dist/esm/components/Icon/index.d.ts +0 -1
- package/dist/esm/components/Icon/index.js +0 -1
- package/dist/esm/components/Iconnav/index.d.ts +0 -1
- package/dist/esm/components/Iconnav/index.js +0 -1
- package/dist/esm/components/Label/index.d.ts +0 -1
- package/dist/esm/components/Label/index.js +0 -1
- package/dist/esm/components/Link/index.d.ts +0 -1
- package/dist/esm/components/Link/index.js +0 -1
- package/dist/esm/components/List/index.d.ts +0 -1
- package/dist/esm/components/List/index.js +0 -1
- package/dist/esm/components/Modal/index.d.ts +11 -1
- package/dist/esm/components/Modal/index.js +40 -1
- package/dist/esm/components/Nav/Group/InternalNavItemGroup.d.ts +4 -1
- package/dist/esm/components/Nav/Group/InternalNavItemGroup.js +4 -2
- package/dist/esm/components/Nav/Group/index.d.ts +1 -1
- package/dist/esm/components/Nav/Group/index.js +1 -2
- package/dist/esm/components/Nav/Item/InternalNavItem.d.ts +4 -1
- package/dist/esm/components/Nav/Item/InternalNavItem.js +19 -3
- package/dist/esm/components/Nav/Item/index.d.ts +1 -1
- package/dist/esm/components/Nav/Item/index.js +2 -3
- package/dist/esm/components/Nav/Sub/InlineSubNavList.d.ts +4 -1
- package/dist/esm/components/Nav/Sub/InlineSubNavList.js +4 -2
- package/dist/esm/components/Nav/Sub/PopupTrigger.d.ts +4 -1
- package/dist/esm/components/Nav/Sub/PopupTrigger.js +6 -4
- package/dist/esm/components/Nav/Sub/SubNavList.js +1 -2
- package/dist/esm/components/Nav/Sub/index.d.ts +1 -1
- package/dist/esm/components/Nav/Sub/index.js +2 -3
- package/dist/esm/components/Nav/context/IdContext.js +1 -1
- package/dist/esm/components/Nav/context/NavContext.d.ts +1 -1
- package/dist/esm/components/Nav/context/NavContext.js +2 -3
- package/dist/esm/components/Nav/context/PathContext.js +3 -3
- package/dist/esm/components/Nav/context/PrivateContext.js +3 -0
- package/dist/esm/components/Nav/index.d.ts +0 -1
- package/dist/esm/components/Nav/index.js +0 -1
- package/dist/esm/components/Navbar/index.d.ts +0 -1
- package/dist/esm/components/Navbar/index.js +0 -1
- package/dist/esm/components/Overlay/index.d.ts +0 -1
- package/dist/esm/components/Overlay/index.js +0 -1
- package/dist/esm/components/Progress/index.d.ts +0 -1
- package/dist/esm/components/Progress/index.js +0 -1
- package/dist/esm/components/Section/index.d.ts +2 -3
- package/dist/esm/components/Section/index.js +0 -1
- package/dist/esm/components/Segmented/index.d.ts +19 -0
- package/dist/esm/components/Segmented/index.js +29 -0
- package/dist/esm/components/Spinner/index.d.ts +0 -1
- package/dist/esm/components/Spinner/index.js +0 -1
- package/dist/esm/components/Subnav/index.d.ts +0 -1
- package/dist/esm/components/Subnav/index.js +0 -1
- package/dist/esm/components/Switch/index.d.ts +0 -1
- package/dist/esm/components/Switch/index.js +0 -1
- package/dist/esm/components/Tabs/index.d.ts +0 -1
- package/dist/esm/components/Tabs/index.js +0 -1
- package/dist/esm/components/Text/index.d.ts +0 -1
- package/dist/esm/components/Text/index.js +0 -1
- package/dist/esm/components/Tile/index.d.ts +0 -1
- package/dist/esm/components/Tile/index.js +0 -1
- package/dist/esm/components/Width/Width.d.ts +2 -3
- package/dist/esm/components/Width/Width.js +1 -7
- package/dist/esm/components/Width/utils.d.ts +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/package.json +13 -15
- package/styles/_import.components.scss +69 -0
- package/styles/_import.scss +97 -0
- package/styles/_import.utilities.scss +18 -0
- package/{dist/cjs/components/Accordion/index.scss → styles/accordion.scss} +23 -21
- package/{dist/cjs/components/Alert/index.scss → styles/alert.scss} +19 -17
- package/{dist/esm/components/Align/index.scss → styles/align.scss} +4 -2
- package/{dist/cjs/styles → styles}/animation.scss +9 -6
- package/{dist/esm/components/Article/index.scss → styles/article.scss} +8 -6
- package/{dist/esm/styles → styles}/background.scss +5 -2
- package/{dist/cjs/components/Badge/index.scss → styles/badge.scss} +6 -4
- package/{dist/esm/styles → styles}/base.scss +27 -22
- package/{dist/cjs/components/Breadcrumb/index.scss → styles/breadcrumb.scss} +10 -8
- package/{dist/cjs/components/Button/index.scss → styles/button.scss} +47 -39
- package/{dist/esm/components/Card/index.scss → styles/card.scss} +30 -28
- package/{dist/esm/components/Control/Checkbox/index.scss → styles/checkbox.scss} +19 -18
- package/{dist/cjs/components/Close/index.scss → styles/close.scss} +6 -4
- package/{dist/cjs/styles → styles}/column.scss +4 -2
- package/{dist/esm/styles → styles}/comment.scss +14 -12
- package/{dist/esm/components/Container/index.scss → styles/container.scss} +4 -2
- package/{dist/cjs/components/Control/index.scss → styles/control.scss} +27 -23
- package/{dist/cjs/components/Cover/index.scss → styles/cover.scss} +28 -7
- package/{dist/esm/components/DatePicker/index.scss → styles/datepicker.scss} +40 -39
- package/{dist/cjs/components/DescriptionList/index.scss → styles/description-list.scss} +7 -5
- package/{dist/esm/components/Divider/index.scss → styles/divider.scss} +11 -9
- package/{dist/cjs/components/Dotnav/index.scss → styles/dotnav.scss} +9 -7
- package/{dist/cjs/components/Drawer/index.scss → styles/drawer.scss} +10 -8
- package/{dist/cjs/components/Drop/index.scss → styles/drop.scss} +7 -4
- package/{dist/cjs/components/Dropdown/index.scss → styles/dropdown.scss} +10 -8
- package/{dist/esm/components/Flex/index.scss → styles/flex.scss} +4 -2
- package/{dist/esm/components/Form/index.scss → styles/form.scss} +21 -18
- package/{dist/cjs/components/Grid/index.scss → styles/grid.scss} +10 -16
- package/{dist/cjs/components/Heading/index.scss → styles/heading.scss} +12 -10
- package/{dist/esm/styles → styles}/height.scss +4 -2
- package/{dist/esm/components/Icon/index.scss → styles/icon.scss} +14 -12
- package/{dist/cjs/components/Iconnav/index.scss → styles/iconnav.scss} +8 -6
- package/{dist/cjs/components/Control/Input/Number/index.scss → styles/input-number.scss} +1 -1
- package/{dist/esm/styles → styles}/inverse.scss +6 -3
- package/{dist/esm/components/Label/index.scss → styles/label.scss} +12 -10
- package/{dist/esm/styles → styles}/leader.scss +3 -1
- package/{dist/cjs/components/Link/index.scss → styles/link.scss} +11 -9
- package/{dist/esm/components/List/index.scss → styles/list.scss} +8 -5
- package/{dist/esm/styles → styles}/margin.scss +4 -4
- package/{dist/esm/styles → styles}/marker.scss +7 -4
- package/{dist/esm/styles → styles}/mixin.scss +5 -4
- package/{dist/cjs/styles → styles}/mixins.scss +1001 -907
- package/{dist/cjs/components/Modal/index.scss → styles/modal.scss} +25 -22
- package/{dist/cjs/styles → styles}/motion.scss +8 -5
- package/{dist/esm/components/Nav/index.scss → styles/nav.scss} +27 -26
- package/{dist/cjs/components/Navbar/index.scss → styles/navbar.scss} +36 -34
- package/{dist/cjs/components/Overlay/index.scss → styles/overlay.scss} +8 -6
- package/{dist/esm/styles → styles}/padding.scss +4 -4
- package/{dist/esm/styles → styles}/pagination.scss +9 -7
- package/{dist/cjs/styles → styles}/placeholder.scss +5 -3
- package/{dist/cjs/styles → styles}/position.scss +66 -118
- package/{dist/cjs/styles → styles}/print.scss +3 -1
- package/{dist/esm/components/Progress/index.scss → styles/progress.scss} +9 -7
- package/{dist/esm/components/Control/Radio/index.scss → styles/radio.scss} +17 -16
- package/{dist/cjs/styles → styles}/search.scss +11 -9
- package/{dist/esm/components/Section/index.scss → styles/section.scss} +11 -9
- package/styles/segmented.scss +271 -0
- package/{dist/esm/components/Control/Select/index.scss → styles/select.scss} +34 -25
- package/{dist/cjs/components/Spinner/index.scss → styles/spinner.scss} +5 -3
- package/{dist/esm/styles → styles}/sticky.scss +4 -2
- package/{dist/esm/components/Subnav/index.scss → styles/subnav.scss} +15 -13
- package/{dist/esm/styles → styles}/svg.scss +3 -3
- package/{dist/cjs/components/Switch/index.scss → styles/switch.scss} +14 -13
- package/{dist/cjs/styles → styles}/table.scss +19 -15
- package/{dist/esm/components/Tabs/index.scss → styles/tabs.scss} +23 -21
- package/{dist/esm/components/Text/index.scss → styles/text.scss} +18 -16
- package/{dist/cjs/components/Control/TextArea/index.scss → styles/textarea.scss} +6 -4
- package/{dist/cjs/styles → styles}/thumbnav.scss +8 -6
- package/{dist/esm/components/Tile/index.scss → styles/tile.scss} +16 -13
- package/{dist/esm/styles → styles}/tooltip.scss +6 -8
- package/{dist/cjs/styles → styles}/totop.scss +7 -47
- package/{dist/cjs/styles → styles}/transition.scss +9 -8
- package/{dist/esm/styles → styles}/utility.scss +10 -8
- package/{dist/cjs/styles → styles}/variables.scss +148 -111
- package/{dist/cjs/styles → styles}/vars.scss +20 -3
- package/{dist/cjs/styles → styles}/visibility.scss +7 -7
- package/{dist/esm/components/Width/index.scss → styles/width.scss} +36 -32
- package/dist/cjs/components/Align/index.scss +0 -147
- package/dist/cjs/components/Article/index.scss +0 -103
- package/dist/cjs/components/Card/index.scss +0 -532
- package/dist/cjs/components/Container/index.scss +0 -234
- package/dist/cjs/components/Control/Checkbox/index.scss +0 -324
- package/dist/cjs/components/Control/Radio/index.scss +0 -267
- package/dist/cjs/components/Control/Select/index.scss +0 -816
- package/dist/cjs/components/DatePicker/index.scss +0 -832
- package/dist/cjs/components/Divider/index.scss +0 -159
- package/dist/cjs/components/Flex/index.scss +0 -324
- package/dist/cjs/components/Form/index.scss +0 -655
- package/dist/cjs/components/Icon/index.scss +0 -265
- package/dist/cjs/components/Label/index.scss +0 -123
- package/dist/cjs/components/List/index.scss +0 -278
- package/dist/cjs/components/Modal/Modal.d.ts +0 -12
- package/dist/cjs/components/Modal/Modal.js +0 -80
- package/dist/cjs/components/Nav/index.scss +0 -596
- package/dist/cjs/components/Progress/index.scss +0 -125
- package/dist/cjs/components/Section/index.scss +0 -283
- package/dist/cjs/components/Subnav/index.scss +0 -258
- package/dist/cjs/components/Tabs/index.scss +0 -772
- package/dist/cjs/components/Text/index.scss +0 -317
- package/dist/cjs/components/Tile/index.scss +0 -306
- package/dist/cjs/components/Width/index.scss +0 -690
- package/dist/cjs/styles/_import.components.scss +0 -64
- package/dist/cjs/styles/_import.scss +0 -93
- package/dist/cjs/styles/_import.utilities.scss +0 -18
- package/dist/cjs/styles/accordion.scss +0 -1
- package/dist/cjs/styles/alert.scss +0 -1
- package/dist/cjs/styles/align.scss +0 -1
- package/dist/cjs/styles/article.scss +0 -1
- package/dist/cjs/styles/background.scss +0 -261
- package/dist/cjs/styles/badge.scss +0 -1
- package/dist/cjs/styles/base.scss +0 -679
- package/dist/cjs/styles/breadcrumb.scss +0 -1
- package/dist/cjs/styles/button.scss +0 -1
- package/dist/cjs/styles/card.scss +0 -1
- package/dist/cjs/styles/close.scss +0 -1
- package/dist/cjs/styles/comment.scss +0 -189
- package/dist/cjs/styles/container.scss +0 -1
- package/dist/cjs/styles/control.scss +0 -5
- package/dist/cjs/styles/cover.scss +0 -1
- package/dist/cjs/styles/date-picker.scss +0 -1
- package/dist/cjs/styles/description-list.scss +0 -1
- package/dist/cjs/styles/divider.scss +0 -1
- package/dist/cjs/styles/dotnav.scss +0 -1
- package/dist/cjs/styles/drawer.scss +0 -1
- package/dist/cjs/styles/drop.scss +0 -1
- package/dist/cjs/styles/dropdown.scss +0 -1
- package/dist/cjs/styles/flex.scss +0 -1
- package/dist/cjs/styles/form.scss +0 -1
- package/dist/cjs/styles/grid.scss +0 -1
- package/dist/cjs/styles/heading.scss +0 -1
- package/dist/cjs/styles/height.scss +0 -71
- package/dist/cjs/styles/icon.scss +0 -1
- package/dist/cjs/styles/iconnav.scss +0 -1
- package/dist/cjs/styles/inverse.scss +0 -62
- package/dist/cjs/styles/label.scss +0 -1
- package/dist/cjs/styles/leader.scss +0 -74
- package/dist/cjs/styles/link.scss +0 -1
- package/dist/cjs/styles/list.scss +0 -1
- package/dist/cjs/styles/margin.scss +0 -308
- package/dist/cjs/styles/marker.scss +0 -63
- package/dist/cjs/styles/mixin.scss +0 -33
- package/dist/cjs/styles/modal.scss +0 -1
- package/dist/cjs/styles/nav.scss +0 -1
- package/dist/cjs/styles/navbar.scss +0 -1
- package/dist/cjs/styles/overlay.scss +0 -1
- package/dist/cjs/styles/padding.scss +0 -89
- package/dist/cjs/styles/pagination.scss +0 -140
- package/dist/cjs/styles/progress.scss +0 -1
- package/dist/cjs/styles/section.scss +0 -1
- package/dist/cjs/styles/spinner.scss +0 -1
- package/dist/cjs/styles/sticky.scss +0 -60
- package/dist/cjs/styles/subnav.scss +0 -1
- package/dist/cjs/styles/svg.scss +0 -46
- package/dist/cjs/styles/switch.scss +0 -1
- package/dist/cjs/styles/tabs.scss +0 -1
- package/dist/cjs/styles/text.scss +0 -1
- package/dist/cjs/styles/tile.scss +0 -1
- package/dist/cjs/styles/tooltip.scss +0 -96
- package/dist/cjs/styles/utility.scss +0 -633
- package/dist/cjs/styles/width.scss +0 -1
- package/dist/esm/components/Accordion/index.scss +0 -196
- package/dist/esm/components/Alert/index.scss +0 -194
- package/dist/esm/components/Badge/index.scss +0 -83
- package/dist/esm/components/Breadcrumb/index.scss +0 -127
- package/dist/esm/components/Button/index.scss +0 -732
- package/dist/esm/components/Close/index.scss +0 -60
- package/dist/esm/components/Control/Input/Number/index.scss +0 -108
- package/dist/esm/components/Control/Input/Password/index.scss +0 -35
- package/dist/esm/components/Control/TextArea/index.scss +0 -92
- package/dist/esm/components/Control/index.scss +0 -352
- package/dist/esm/components/Cover/index.scss +0 -60
- package/dist/esm/components/DescriptionList/index.scss +0 -87
- package/dist/esm/components/Dotnav/index.scss +0 -162
- package/dist/esm/components/Drawer/index.scss +0 -582
- package/dist/esm/components/Drop/index.scss +0 -90
- package/dist/esm/components/Dropdown/index.scss +0 -205
- package/dist/esm/components/Grid/index.scss +0 -656
- package/dist/esm/components/Heading/index.scss +0 -256
- package/dist/esm/components/Iconnav/index.scss +0 -140
- package/dist/esm/components/Link/index.scss +0 -149
- package/dist/esm/components/Modal/Modal.d.ts +0 -12
- package/dist/esm/components/Modal/Modal.js +0 -41
- package/dist/esm/components/Modal/index.scss +0 -377
- package/dist/esm/components/Navbar/index.scss +0 -655
- package/dist/esm/components/Overlay/index.scss +0 -105
- package/dist/esm/components/Spinner/index.scss +0 -84
- package/dist/esm/components/Switch/index.scss +0 -205
- package/dist/esm/styles/_import.components.scss +0 -64
- package/dist/esm/styles/_import.scss +0 -93
- package/dist/esm/styles/_import.utilities.scss +0 -18
- package/dist/esm/styles/accordion.scss +0 -1
- package/dist/esm/styles/alert.scss +0 -1
- package/dist/esm/styles/align.scss +0 -1
- package/dist/esm/styles/animation.scss +0 -495
- package/dist/esm/styles/article.scss +0 -1
- package/dist/esm/styles/badge.scss +0 -1
- package/dist/esm/styles/breadcrumb.scss +0 -1
- package/dist/esm/styles/button.scss +0 -1
- package/dist/esm/styles/card.scss +0 -1
- package/dist/esm/styles/close.scss +0 -1
- package/dist/esm/styles/column.scss +0 -150
- package/dist/esm/styles/container.scss +0 -1
- package/dist/esm/styles/control.scss +0 -5
- package/dist/esm/styles/cover.scss +0 -1
- package/dist/esm/styles/date-picker.scss +0 -1
- package/dist/esm/styles/description-list.scss +0 -1
- package/dist/esm/styles/divider.scss +0 -1
- package/dist/esm/styles/dotnav.scss +0 -1
- package/dist/esm/styles/drawer.scss +0 -1
- package/dist/esm/styles/drop.scss +0 -1
- package/dist/esm/styles/dropdown.scss +0 -1
- package/dist/esm/styles/flex.scss +0 -1
- package/dist/esm/styles/form.scss +0 -1
- package/dist/esm/styles/grid.scss +0 -1
- package/dist/esm/styles/heading.scss +0 -1
- package/dist/esm/styles/icon.scss +0 -1
- package/dist/esm/styles/iconnav.scss +0 -1
- package/dist/esm/styles/label.scss +0 -1
- package/dist/esm/styles/link.scss +0 -1
- package/dist/esm/styles/list.scss +0 -1
- package/dist/esm/styles/mixins.scss +0 -2452
- package/dist/esm/styles/modal.scss +0 -1
- package/dist/esm/styles/motion.scss +0 -624
- package/dist/esm/styles/nav.scss +0 -1
- package/dist/esm/styles/navbar.scss +0 -1
- package/dist/esm/styles/overlay.scss +0 -1
- package/dist/esm/styles/placeholder.scss +0 -54
- package/dist/esm/styles/position.scss +0 -305
- package/dist/esm/styles/print.scss +0 -54
- package/dist/esm/styles/progress.scss +0 -1
- package/dist/esm/styles/search.scss +0 -374
- package/dist/esm/styles/section.scss +0 -1
- package/dist/esm/styles/spinner.scss +0 -1
- package/dist/esm/styles/subnav.scss +0 -1
- package/dist/esm/styles/switch.scss +0 -1
- package/dist/esm/styles/table.scss +0 -326
- package/dist/esm/styles/tabs.scss +0 -1
- package/dist/esm/styles/text.scss +0 -1
- package/dist/esm/styles/thumbnav.scss +0 -124
- package/dist/esm/styles/tile.scss +0 -1
- package/dist/esm/styles/totop.scss +0 -113
- package/dist/esm/styles/transition.scss +0 -192
- package/dist/esm/styles/variables.scss +0 -1867
- package/dist/esm/styles/vars.scss +0 -126
- package/dist/esm/styles/visibility.scss +0 -184
- package/dist/esm/styles/width.scss +0 -1
- /package/{dist/cjs/components/Control/Input/Password/index.scss → styles/input-password.scss} +0 -0
|
@@ -1,732 +0,0 @@
|
|
|
1
|
-
// Name: Button
|
|
2
|
-
// Description: Styles for buttons
|
|
3
|
-
//
|
|
4
|
-
// Component: `uk-button`
|
|
5
|
-
//
|
|
6
|
-
// Sub-objects: `uk-button-group`
|
|
7
|
-
//
|
|
8
|
-
// Modifiers: `uk-button-default`
|
|
9
|
-
// `uk-button-primary`
|
|
10
|
-
// `uk-button-secondary`
|
|
11
|
-
// `uk-button-tertiary`
|
|
12
|
-
// `uk-button-danger`
|
|
13
|
-
// `uk-button-text`
|
|
14
|
-
// `uk-button-link`
|
|
15
|
-
// `uk-button-xsmall`
|
|
16
|
-
// `uk-button-small`
|
|
17
|
-
// `uk-button-medium`
|
|
18
|
-
// `uk-button-large`
|
|
19
|
-
// `uk-button-xlarge`
|
|
20
|
-
// `uk-button-circle`
|
|
21
|
-
// `uk-button-round`
|
|
22
|
-
// `uk-button-ghost`
|
|
23
|
-
//
|
|
24
|
-
// States: `uk-active`
|
|
25
|
-
//
|
|
26
|
-
// ========================================================================
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
// Variables
|
|
30
|
-
// ========================================================================
|
|
31
|
-
|
|
32
|
-
@import '../../styles/variables.scss';
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
/* ========================================================================
|
|
36
|
-
Component: Button
|
|
37
|
-
========================================================================== */
|
|
38
|
-
|
|
39
|
-
/*
|
|
40
|
-
* 1. Remove margins in Chrome, Safari and Opera.
|
|
41
|
-
* 2. Remove borders for `button`.
|
|
42
|
-
* 3. Address `overflow` set to `hidden` in IE.
|
|
43
|
-
* 4. Correct `font` properties and `color` not being inherited for `button`.
|
|
44
|
-
* 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
45
|
-
* 6. Remove default style for `input type="submit"`in iOS.
|
|
46
|
-
* 7. Style
|
|
47
|
-
* 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
|
|
48
|
-
* Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
|
|
49
|
-
* 9. Align text if button has a width
|
|
50
|
-
* 10. Required for `a`.
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
|
-
.uk-button {
|
|
54
|
-
appearance: none; /* 6 */
|
|
55
|
-
border: none; /* 2 */
|
|
56
|
-
border-radius: 0;
|
|
57
|
-
box-sizing: border-box;
|
|
58
|
-
color: inherit;
|
|
59
|
-
display: inline-block; /* 7 */
|
|
60
|
-
font: inherit; /* 4 */
|
|
61
|
-
font-size: var(--button-font-size); /* 7 */
|
|
62
|
-
line-height: var(--button-line-height); /* 8 */
|
|
63
|
-
margin: 0; /* 1 */
|
|
64
|
-
overflow: visible; /* 3 */
|
|
65
|
-
padding: 0 var(--button-padding-horizontal); /* 7 */
|
|
66
|
-
text-align: center; /* 9 */
|
|
67
|
-
text-decoration: none; /* 10 */
|
|
68
|
-
text-transform: none; /* 5 */
|
|
69
|
-
vertical-align: middle; /* 7 */
|
|
70
|
-
@if mixin-exists(hook-button) {
|
|
71
|
-
@include hook-button;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/*
|
|
76
|
-
* Remove the inner border and padding in Firefox.
|
|
77
|
-
*/
|
|
78
|
-
|
|
79
|
-
.uk-button::-moz-focus-inner {
|
|
80
|
-
border: 0;
|
|
81
|
-
padding: 0;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.uk-button:not(:disabled) {
|
|
85
|
-
cursor: pointer;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
/* Hover */
|
|
89
|
-
.uk-button:hover {
|
|
90
|
-
/* 9 */
|
|
91
|
-
text-decoration: none;
|
|
92
|
-
@if mixin-exists(hook-button-hover) {
|
|
93
|
-
@include hook-button-hover;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/* Focus */
|
|
98
|
-
.uk-button:focus {
|
|
99
|
-
outline: none;
|
|
100
|
-
@if mixin-exists(hook-button-focus) {
|
|
101
|
-
@include hook-button-focus;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/* OnClick + Active */
|
|
106
|
-
.uk-button:active,
|
|
107
|
-
.uk-button.uk-active {
|
|
108
|
-
@if mixin-exists(hook-button-active) {
|
|
109
|
-
@include hook-button-active;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
/* Style modifiers
|
|
115
|
-
========================================================================== */
|
|
116
|
-
|
|
117
|
-
/*
|
|
118
|
-
* Default
|
|
119
|
-
*/
|
|
120
|
-
|
|
121
|
-
.uk-button-default {
|
|
122
|
-
background-color: var(--button-default-background);
|
|
123
|
-
color: var(--button-default-color);
|
|
124
|
-
@if mixin-exists(hook-button-default) {
|
|
125
|
-
@include hook-button-default;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/* Hover + Focus */
|
|
130
|
-
.uk-button-default:hover,
|
|
131
|
-
.uk-button-default:focus {
|
|
132
|
-
background-color: var(--button-default-hover-background);
|
|
133
|
-
color: var(--button-default-hover-color);
|
|
134
|
-
@if mixin-exists(hook-button-default-hover) {
|
|
135
|
-
@include hook-button-default-hover;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
/* OnClick + Active */
|
|
140
|
-
.uk-button-default:active,
|
|
141
|
-
.uk-button-default.uk-active {
|
|
142
|
-
background-color: var(--button-default-active-background);
|
|
143
|
-
color: var(--button-default-active-color);
|
|
144
|
-
@if mixin-exists(hook-button-default-active) {
|
|
145
|
-
@include hook-button-default-active;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/*
|
|
150
|
-
* Primary
|
|
151
|
-
*/
|
|
152
|
-
|
|
153
|
-
.uk-button-primary {
|
|
154
|
-
background-color: var(--button-primary-background);
|
|
155
|
-
color: var(--button-primary-color);
|
|
156
|
-
@if mixin-exists(hook-button-primary) {
|
|
157
|
-
@include hook-button-primary;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/* Hover + Focus */
|
|
162
|
-
.uk-button-primary:hover,
|
|
163
|
-
.uk-button-primary:focus {
|
|
164
|
-
background-color: var(--button-primary-hover-background);
|
|
165
|
-
color: var(--button-primary-hover-color);
|
|
166
|
-
@if mixin-exists(hook-button-primary-hover) {
|
|
167
|
-
@include hook-button-primary-hover;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
/* OnClick + Active */
|
|
172
|
-
.uk-button-primary:active,
|
|
173
|
-
.uk-button-primary.uk-active {
|
|
174
|
-
background-color: var(--button-primary-active-background);
|
|
175
|
-
color: var(--button-primary-active-color);
|
|
176
|
-
@if mixin-exists(hook-button-primary-active) {
|
|
177
|
-
@include hook-button-primary-active;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
/*
|
|
182
|
-
* Secondary
|
|
183
|
-
*/
|
|
184
|
-
|
|
185
|
-
.uk-button-secondary {
|
|
186
|
-
background-color: var(--button-secondary-background);
|
|
187
|
-
color: var(--button-secondary-color);
|
|
188
|
-
@if mixin-exists(hook-button-secondary) {
|
|
189
|
-
@include hook-button-secondary;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
/* Hover + Focus */
|
|
194
|
-
.uk-button-secondary:hover,
|
|
195
|
-
.uk-button-secondary:focus {
|
|
196
|
-
background-color: var(--button-secondary-hover-background);
|
|
197
|
-
color: var(--button-secondary-hover-color);
|
|
198
|
-
@if mixin-exists(hook-button-secondary-hover) {
|
|
199
|
-
@include hook-button-secondary-hover;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
/* OnClick + Active */
|
|
204
|
-
.uk-button-secondary:active,
|
|
205
|
-
.uk-button-secondary.uk-active {
|
|
206
|
-
background-color: var(--button-secondary-active-background);
|
|
207
|
-
color: var(--button-secondary-active-color);
|
|
208
|
-
@if mixin-exists(hook-button-secondary-active) {
|
|
209
|
-
@include hook-button-secondary-active;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
/*
|
|
214
|
-
* Tertiary
|
|
215
|
-
*/
|
|
216
|
-
|
|
217
|
-
.uk-button-tertiary {
|
|
218
|
-
background-color: var(--button-tertiary-background);
|
|
219
|
-
color: var(--button-tertiary-color);
|
|
220
|
-
@if mixin-exists(hook-button-tertiary) {
|
|
221
|
-
@include hook-button-tertiary;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
/* Hover + Focus */
|
|
226
|
-
.uk-button-tertiary:hover,
|
|
227
|
-
.uk-button-tertiary:focus {
|
|
228
|
-
background-color: var(--button-tertiary-hover-background);
|
|
229
|
-
color: var(--button-tertiary-hover-color);
|
|
230
|
-
@if mixin-exists(hook-button-tertiary-hover) {
|
|
231
|
-
@include hook-button-tertiary-hover;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
/* OnClick + Active */
|
|
236
|
-
.uk-button-tertiary:active,
|
|
237
|
-
.uk-button-tertiary.uk-active {
|
|
238
|
-
background-color: var(--button-tertiary-active-background);
|
|
239
|
-
color: var(--button-tertiary-active-color);
|
|
240
|
-
@if mixin-exists(hook-button-tertiary-active) {
|
|
241
|
-
@include hook-button-tertiary-active;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
/*
|
|
246
|
-
* Danger
|
|
247
|
-
*/
|
|
248
|
-
|
|
249
|
-
.uk-button-danger {
|
|
250
|
-
background-color: var(--button-danger-background);
|
|
251
|
-
color: var(--button-danger-color);
|
|
252
|
-
@if mixin-exists(hook-button-danger) {
|
|
253
|
-
@include hook-button-danger;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
/* Hover + Focus */
|
|
258
|
-
.uk-button-danger:hover,
|
|
259
|
-
.uk-button-danger:focus {
|
|
260
|
-
background-color: var(--button-danger-hover-background);
|
|
261
|
-
color: var(--button-danger-hover-color);
|
|
262
|
-
@if mixin-exists(hook-button-danger-hover) {
|
|
263
|
-
@include hook-button-danger-hover;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
/* OnClick + Active */
|
|
268
|
-
.uk-button-danger:active,
|
|
269
|
-
.uk-button-danger.uk-active {
|
|
270
|
-
background-color: var(--button-danger-active-background);
|
|
271
|
-
color: var(--button-danger-active-color);
|
|
272
|
-
@if mixin-exists(hook-button-danger-active) {
|
|
273
|
-
@include hook-button-danger-active;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
/*
|
|
278
|
-
* Disabled
|
|
279
|
-
* The same for all style modifiers
|
|
280
|
-
*/
|
|
281
|
-
|
|
282
|
-
@if $button-disabled-mode == same {
|
|
283
|
-
.uk-button-default:disabled,
|
|
284
|
-
.uk-button-primary:disabled,
|
|
285
|
-
.uk-button-secondary:disabled,
|
|
286
|
-
.uk-button-tertiary:disabled,
|
|
287
|
-
.uk-button-danger:disabled {
|
|
288
|
-
background-color: var(--button-disabled-background);
|
|
289
|
-
color: var(--button-disabled-color);
|
|
290
|
-
@if mixin-exists(hook-button-disabled) {
|
|
291
|
-
@include hook-button-disabled;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
@if $button-disabled-mode == separate {
|
|
297
|
-
.uk-button-default:disabled {
|
|
298
|
-
background-color: var(--button-default-disabled-background);
|
|
299
|
-
color: var(--button-default-disabled-color);
|
|
300
|
-
@if mixin-exists(hook-button-default-disabled) {
|
|
301
|
-
@include hook-button-default-disabled;
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.uk-button-primary:disabled {
|
|
306
|
-
background-color: var(--button-primary-disabled-background);
|
|
307
|
-
color: var(--button-primary-disabled-color);
|
|
308
|
-
@if mixin-exists(hook-button-primary-disabled) {
|
|
309
|
-
@include hook-button-primary-disabled;
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.uk-button-secondary:disabled {
|
|
314
|
-
background-color: var(--button-secondary-disabled-background);
|
|
315
|
-
color: var(--button-secondary-disabled-color);
|
|
316
|
-
@if mixin-exists(hook-button-secondary-disabled) {
|
|
317
|
-
@include hook-button-secondary-disabled;
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.uk-button-tertiary:disabled {
|
|
322
|
-
background-color: var(--button-tertiary-disabled-background);
|
|
323
|
-
color: var(--button-tertiary-disabled-color);
|
|
324
|
-
@if mixin-exists(hook-button-tertiary-disabled) {
|
|
325
|
-
@include hook-button-tertiary-disabled;
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
.uk-button-danger:disabled {
|
|
330
|
-
background-color: var(--button-danger-disabled-background);
|
|
331
|
-
color: var(--button-danger-disabled-color);
|
|
332
|
-
@if mixin-exists(hook-button-danger-disabled) {
|
|
333
|
-
@include hook-button-danger-disabled;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
/* Size modifiers
|
|
339
|
-
========================================================================== */
|
|
340
|
-
|
|
341
|
-
.uk-button-xsmall {
|
|
342
|
-
font-size: var(--button-xsmall-font-size);
|
|
343
|
-
line-height: var(--button-xsmall-line-height);
|
|
344
|
-
padding: 0 var(--button-xsmall-padding-horizontal);
|
|
345
|
-
@if mixin-exists(hook-button-xsmall) {
|
|
346
|
-
@include hook-button-xsmall;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.uk-button-small {
|
|
351
|
-
font-size: var(--button-small-font-size);
|
|
352
|
-
line-height: var(--button-small-line-height);
|
|
353
|
-
padding: 0 var(--button-small-padding-horizontal);
|
|
354
|
-
@if mixin-exists(hook-button-small) {
|
|
355
|
-
@include hook-button-small;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.uk-button-medium {
|
|
360
|
-
font-size: var(--button-medium-font-size);
|
|
361
|
-
line-height: var(--button-medium-line-height);
|
|
362
|
-
padding: 0 var(--button-medium-padding-horizontal);
|
|
363
|
-
@if mixin-exists(hook-button-medium) {
|
|
364
|
-
@include hook-button-medium;
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
.uk-button-large {
|
|
369
|
-
font-size: var(--button-large-font-size);
|
|
370
|
-
line-height: var(--button-large-line-height);
|
|
371
|
-
padding: 0 var(--button-large-padding-horizontal);
|
|
372
|
-
@if mixin-exists(hook-button-large) {
|
|
373
|
-
@include hook-button-large;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.uk-button-xlarge {
|
|
378
|
-
font-size: var(--button-xlarge-font-size);
|
|
379
|
-
line-height: var(--button-xlarge-line-height);
|
|
380
|
-
padding: 0 var(--button-xlarge-padding-horizontal);
|
|
381
|
-
@if mixin-exists(hook-button-xlarge) {
|
|
382
|
-
@include hook-button-xlarge;
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
/* Text modifiers
|
|
388
|
-
========================================================================== */
|
|
389
|
-
|
|
390
|
-
/*
|
|
391
|
-
* Text
|
|
392
|
-
* 1. Reset
|
|
393
|
-
* 2. Style
|
|
394
|
-
*/
|
|
395
|
-
|
|
396
|
-
.uk-button-text {
|
|
397
|
-
background: none; /* 1 */
|
|
398
|
-
color: var(--button-text-color); /* 2 */
|
|
399
|
-
line-height: var(--button-text-line-height); /* 1 */
|
|
400
|
-
padding: 0; /* 1 */
|
|
401
|
-
@if mixin-exists(hook-button-text) {
|
|
402
|
-
@include hook-button-text;
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
/* Hover + Focus */
|
|
407
|
-
.uk-button-text:hover,
|
|
408
|
-
.uk-button-text:focus {
|
|
409
|
-
color: var(--button-text-hover-color);
|
|
410
|
-
@if mixin-exists(hook-button-text-hover) {
|
|
411
|
-
@include hook-button-text-hover;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
/* Disabled */
|
|
416
|
-
.uk-button-text:disabled {
|
|
417
|
-
color: var(--button-text-disabled-color);
|
|
418
|
-
@if mixin-exists(hook-button-text-disabled) {
|
|
419
|
-
@include hook-button-text-disabled;
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
/* OnClick + Active */
|
|
424
|
-
.uk-button-text:active,
|
|
425
|
-
.uk-button-text.uk-active {
|
|
426
|
-
background-color: var(--button-text-active-background);
|
|
427
|
-
color: var(--button-text-active-color);
|
|
428
|
-
@if mixin-exists(hook-button-text-active) {
|
|
429
|
-
@include hook-button-text-active;
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
/*
|
|
434
|
-
* Link
|
|
435
|
-
* 1. Reset
|
|
436
|
-
* 2. Style
|
|
437
|
-
*/
|
|
438
|
-
|
|
439
|
-
.uk-button-link {
|
|
440
|
-
background: none; /* 1 */
|
|
441
|
-
color: var(--button-link-color); /* 2 */
|
|
442
|
-
line-height: var(--button-link-line-height); /* 1 */
|
|
443
|
-
padding: 0; /* 1 */
|
|
444
|
-
@if mixin-exists(hook-button-link) {
|
|
445
|
-
@include hook-button-link;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
/* Hover + Focus */
|
|
450
|
-
.uk-button-link:hover,
|
|
451
|
-
.uk-button-link:focus {
|
|
452
|
-
color: var(--button-link-hover-color);
|
|
453
|
-
text-decoration: var(--button-link-hover-text-decoration);
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
/* Disabled */
|
|
457
|
-
.uk-button-link:disabled {
|
|
458
|
-
color: var(--button-link-disabled-color);
|
|
459
|
-
text-decoration: none;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
/* OnClick + Active */
|
|
463
|
-
.uk-button-link:active,
|
|
464
|
-
.uk-button-link.uk-active {
|
|
465
|
-
background-color: var(--button-link-active-background);
|
|
466
|
-
color: var(--button-link-active-color);
|
|
467
|
-
@if mixin-exists(hook-button-link-active) {
|
|
468
|
-
@include hook-button-link-active;
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
/* Ghost modifiers
|
|
473
|
-
========================================================================== */
|
|
474
|
-
|
|
475
|
-
.uk-button-ghost {
|
|
476
|
-
background-color: transparent;
|
|
477
|
-
border: var(--button-ghost-border-width) var(--button-ghost-border-style);
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
.uk-button-default.uk-button-ghost {
|
|
481
|
-
background-color: transparent;
|
|
482
|
-
border-color: var(--button-ghost-default-border);
|
|
483
|
-
color: var(--button-ghost-default-color);
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
.uk-button-default.uk-button-ghost:hover,
|
|
487
|
-
.uk-button-default.uk-button-ghost:focus {
|
|
488
|
-
background-color: transparent;
|
|
489
|
-
border-color: var(--button-ghost-default-hover-border);
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
.uk-button-default.uk-button-ghost:active,
|
|
493
|
-
.uk-button-default.uk-button-ghost.active {
|
|
494
|
-
background-color: transparent;
|
|
495
|
-
border-color: var(--button-ghost-default-active-border);
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.uk-button-primary.uk-button-ghost {
|
|
499
|
-
background-color: transparent;
|
|
500
|
-
border-color: var(--button-ghost-primary-border);
|
|
501
|
-
color: var(--button-ghost-primary-color);
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
.uk-button-primary.uk-button-ghost:hover,
|
|
505
|
-
.uk-button-primary.uk-button-ghost:focus {
|
|
506
|
-
background-color: transparent;
|
|
507
|
-
border-color: var(--button-ghost-primary-hover-border);
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.uk-button-primary.uk-button-ghost:active,
|
|
511
|
-
.uk-button-primary.uk-button-ghost.active {
|
|
512
|
-
background-color: transparent;
|
|
513
|
-
border-color: var(--button-ghost-primary-active-border);
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.uk-button-secondary.uk-button-ghost {
|
|
517
|
-
background-color: transparent;
|
|
518
|
-
border-color: var(--button-ghost-secondary-border);
|
|
519
|
-
color: var(--button-ghost-secondary-color);
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.uk-button-secondary.uk-button-ghost:hover,
|
|
523
|
-
.uk-button-secondary.uk-button-ghost:focus {
|
|
524
|
-
background-color: transparent;
|
|
525
|
-
border-color: var(--button-ghost-secondary-hover-border);
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.uk-button-secondary.uk-button-ghost:active,
|
|
529
|
-
.uk-button-secondary.uk-button-ghost.active {
|
|
530
|
-
background-color: transparent;
|
|
531
|
-
border-color: var(--button-ghost-secondary-active-border);
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.uk-button-tertiary.uk-button-ghost {
|
|
535
|
-
background-color: transparent;
|
|
536
|
-
border-color: var(--button-ghost-tertiary-border);
|
|
537
|
-
color: var(--button-ghost-tertiary-color);
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.uk-button-tertiary.uk-button-ghost:hover,
|
|
541
|
-
.uk-button-tertiary.uk-button-ghost:focus {
|
|
542
|
-
background-color: transparent;
|
|
543
|
-
border-color: var(--button-ghost-tertiary-hover-border);
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
.uk-button-tertiary.uk-button-ghost:active,
|
|
547
|
-
.uk-button-tertiary.uk-button-ghost.active {
|
|
548
|
-
background-color: transparent;
|
|
549
|
-
border-color: var(--button-ghost-tertiary-active-border);
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.uk-button-danger.uk-button-ghost {
|
|
553
|
-
background-color: transparent;
|
|
554
|
-
border-color: var(--button-ghost-danger-border);
|
|
555
|
-
color: var(--button-ghost-danger-color);
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.uk-button-danger.uk-button-ghost:hover,
|
|
559
|
-
.uk-button-danger.uk-button-ghost:focus {
|
|
560
|
-
background-color: transparent;
|
|
561
|
-
border-color: var(--button-ghost-danger-hover-border);
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.uk-button-danger.uk-button-ghost:active,
|
|
565
|
-
.uk-button-danger.uk-button-ghost.active {
|
|
566
|
-
background-color: transparent;
|
|
567
|
-
border-color: var(--button-ghost-danger-active-border);
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
/* Shape modifiers
|
|
572
|
-
========================================================================== */
|
|
573
|
-
|
|
574
|
-
.uk-button-circle {
|
|
575
|
-
border-radius: var(--button-circle-border-radius);
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.uk-button-round {
|
|
579
|
-
border-radius: var(--button-round-border-radius);
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
/* Group
|
|
584
|
-
========================================================================== */
|
|
585
|
-
|
|
586
|
-
/*
|
|
587
|
-
* 1. Using `flex` instead of `inline-block` to prevent whitespace between child elements
|
|
588
|
-
* 2. Behave like button
|
|
589
|
-
* 3. Create position context
|
|
590
|
-
*/
|
|
591
|
-
|
|
592
|
-
.uk-button-group {
|
|
593
|
-
display: inline-flex; /* 1 */
|
|
594
|
-
position: relative; /* 3 */
|
|
595
|
-
vertical-align: middle; /* 2 */
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
// Hooks
|
|
600
|
-
// ========================================================================
|
|
601
|
-
|
|
602
|
-
@if mixin-exists(hook-button-misc) {
|
|
603
|
-
@include hook-button-misc;
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
// Vars
|
|
608
|
-
// ========================================================================
|
|
609
|
-
|
|
610
|
-
:root {
|
|
611
|
-
--button-line-height: var(--global-control-height);
|
|
612
|
-
--button-xsmall-line-height: var(--global-control-xsmall-height);
|
|
613
|
-
--button-small-line-height: var(--global-control-small-height);
|
|
614
|
-
--button-medium-line-height: var(--global-control-medium-height);
|
|
615
|
-
--button-large-line-height: var(--global-control-large-height);
|
|
616
|
-
--button-xlarge-line-height: var(--global-control-xlarge-height);
|
|
617
|
-
--button-font-size: var(--global-font-size);
|
|
618
|
-
--button-xsmall-font-size: var(--global-2xsmall-font-size);
|
|
619
|
-
--button-small-font-size: var(--global-small-font-size);
|
|
620
|
-
--button-medium-font-size: var(--global-font-size);
|
|
621
|
-
--button-large-font-size: var(--global-medium-font-size);
|
|
622
|
-
--button-xlarge-font-size: var(--global-large-font-size);
|
|
623
|
-
--button-padding-horizontal: var(--global-gutter);
|
|
624
|
-
--button-xsmall-padding-horizontal: var(--global-xsmall-gutter);
|
|
625
|
-
--button-small-padding-horizontal: var(--global-small-gutter);
|
|
626
|
-
--button-medium-padding-horizontal: var(--global-gutter);
|
|
627
|
-
--button-large-padding-horizontal: var(--global-medium-gutter);
|
|
628
|
-
--button-xlarge-padding-horizontal: var(--global-large-gutter);
|
|
629
|
-
--button-default-background: var(--global-muted-background);
|
|
630
|
-
--button-default-color: var(--global-emphasis-color);
|
|
631
|
-
--button-default-hover-background: #{$button-default-hover-background};
|
|
632
|
-
--button-default-hover-color: var(--global-emphasis-color);
|
|
633
|
-
--button-default-active-background: #{$button-default-active-background};
|
|
634
|
-
--button-default-active-color: var(--global-emphasis-color);
|
|
635
|
-
--button-primary-background: var(--global-primary-background);
|
|
636
|
-
--button-primary-color: var(--global-inverse-color);
|
|
637
|
-
--button-primary-hover-background: #{$button-primary-hover-background};
|
|
638
|
-
--button-primary-hover-color: var(--global-inverse-color);
|
|
639
|
-
--button-primary-active-background: #{$button-primary-active-background};
|
|
640
|
-
--button-primary-active-color: var(--global-inverse-color);
|
|
641
|
-
--button-secondary-background: var(--global-secondary-background);
|
|
642
|
-
--button-secondary-color: var(--global-inverse-color);
|
|
643
|
-
--button-secondary-hover-background: #{$button-secondary-hover-background};
|
|
644
|
-
--button-secondary-hover-color: var(--global-inverse-color);
|
|
645
|
-
--button-secondary-active-background: #{$button-secondary-active-background};
|
|
646
|
-
--button-secondary-active-color: var(--global-inverse-color);
|
|
647
|
-
--button-tertiary-background: var(--global-tertiary-background);
|
|
648
|
-
--button-tertiary-color: var(--global-inverse-color);
|
|
649
|
-
--button-tertiary-hover-background: #{$button-tertiary-hover-background};
|
|
650
|
-
--button-tertiary-hover-color: var(--global-inverse-color);
|
|
651
|
-
--button-tertiary-active-background: #{$button-tertiary-active-background};
|
|
652
|
-
--button-tertiary-active-color: var(--global-inverse-color);
|
|
653
|
-
--button-danger-background: var(--global-danger-background);
|
|
654
|
-
--button-danger-color: var(--global-inverse-color);
|
|
655
|
-
--button-danger-hover-background: #{$button-danger-hover-background};
|
|
656
|
-
--button-danger-hover-color: var(--global-inverse-color);
|
|
657
|
-
--button-danger-active-background: #{$button-danger-active-background};
|
|
658
|
-
--button-danger-active-color: var(--global-inverse-color);
|
|
659
|
-
--button-ghost-border-width: var(--global-border-width);
|
|
660
|
-
--button-ghost-border-style: var(--global-border-style);
|
|
661
|
-
--button-ghost-default-color: var(--button-default-background);
|
|
662
|
-
--button-ghost-default-border: var(--button-default-background);
|
|
663
|
-
--button-ghost-default-hover-border: var(--button-default-hover-background);
|
|
664
|
-
--button-ghost-default-active-border: var(--button-default-active-background);
|
|
665
|
-
--button-ghost-primary-color: var(--button-primary-background);
|
|
666
|
-
--button-ghost-primary-border: var(--button-primary-background);
|
|
667
|
-
--button-ghost-primary-hover-border: var(--button-primary-hover-background);
|
|
668
|
-
--button-ghost-primary-active-border: var(--button-primary-active-background);
|
|
669
|
-
--button-ghost-secondary-color: var(--button-secondary-background);
|
|
670
|
-
--button-ghost-secondary-border: var(--button-secondary-background);
|
|
671
|
-
--button-ghost-secondary-hover-border: var(--button-secondary-hover-background);
|
|
672
|
-
--button-ghost-secondary-active-border: var(--button-secondary-active-background);
|
|
673
|
-
--button-ghost-tertiary-color: var(--button-tertiary-background);
|
|
674
|
-
--button-ghost-tertiary-border: var(--button-tertiary-background);
|
|
675
|
-
--button-ghost-tertiary-hover-border: var(--button-tertiary-hover-background);
|
|
676
|
-
--button-ghost-tertiary-active-border: var(--button-tertiary-active-background);
|
|
677
|
-
--button-ghost-danger-color: var(--button-danger-background);
|
|
678
|
-
--button-ghost-danger-border: var(--button-danger-background);
|
|
679
|
-
--button-ghost-danger-hover-border: var(--button-danger-hover-background);
|
|
680
|
-
--button-ghost-danger-active-border: var(--button-danger-active-background);
|
|
681
|
-
--button-circle-border-radius: #{$button-circle-border-radius};
|
|
682
|
-
--button-round-border-radius: #{$button-round-border-radius};
|
|
683
|
-
--button-disabled-background: var(--global-muted-background);
|
|
684
|
-
--button-disabled-color: var(--global-muted-color);
|
|
685
|
-
--button-text-line-height: var(--global-line-height);
|
|
686
|
-
--button-text-color: var(--global-muted-color);
|
|
687
|
-
--button-text-hover-color: var(--global-color);
|
|
688
|
-
--button-text-disabled-color: var(--global-muted-color);
|
|
689
|
-
--button-link-line-height: var(--global-line-height);
|
|
690
|
-
--button-link-color: var(--global-link-color);
|
|
691
|
-
--button-link-hover-color: var(--global-link-hover-color);
|
|
692
|
-
--button-link-hover-text-decoration: #{$button-link-hover-text-decoration};
|
|
693
|
-
--button-link-disabled-color: var(--global-muted-color);
|
|
694
|
-
|
|
695
|
-
// Inverse
|
|
696
|
-
--inverse-button-color: var(--inverse-global-inverse-color);
|
|
697
|
-
--inverse-button-default-background: var(--inverse-global-primary-background);
|
|
698
|
-
--inverse-button-default-color: var(--inverse-global-inverse-color);
|
|
699
|
-
--inverse-button-default-hover-background: #{$inverse-button-default-hover-background};
|
|
700
|
-
--inverse-button-default-hover-color: var(--inverse-global-inverse-color);
|
|
701
|
-
--inverse-button-default-active-background: #{$inverse-button-default-active-background};
|
|
702
|
-
--inverse-button-default-active-color: var(--inverse-global-inverse-color);
|
|
703
|
-
--inverse-button-primary-background: var(--inverse-global-primary-background);
|
|
704
|
-
--inverse-button-primary-color: var(--inverse-global-inverse-color);
|
|
705
|
-
--inverse-button-primary-hover-background: #{$inverse-button-primary-hover-background};
|
|
706
|
-
--inverse-button-primary-hover-color: var(--inverse-global-inverse-color);
|
|
707
|
-
--inverse-button-primary-active-background: #{$inverse-button-primary-active-background};
|
|
708
|
-
--inverse-button-primary-active-color: var(--inverse-global-inverse-color);
|
|
709
|
-
--inverse-button-secondary-background: var(--inverse-global-primary-background);
|
|
710
|
-
--inverse-button-secondary-color: var(--inverse-global-inverse-color);
|
|
711
|
-
--inverse-button-secondary-hover-background: #{$inverse-button-secondary-hover-background};
|
|
712
|
-
--inverse-button-secondary-hover-color: var(--inverse-global-inverse-color);
|
|
713
|
-
--inverse-button-secondary-active-background: #{$inverse-button-secondary-active-background};
|
|
714
|
-
--inverse-button-secondary-active-color: var(--inverse-global-inverse-color);
|
|
715
|
-
--inverse-button-tertiary-background: var(--inverse-global-primary-background);
|
|
716
|
-
--inverse-button-tertiary-color: var(--inverse-global-inverse-color);
|
|
717
|
-
--inverse-button-tertiary-hover-background: #{$inverse-button-tertiary-hover-background};
|
|
718
|
-
--inverse-button-tertiary-hover-color: var(--inverse-global-inverse-color);
|
|
719
|
-
--inverse-button-tertiary-active-background: #{$inverse-button-tertiary-active-background};
|
|
720
|
-
--inverse-button-tertiary-active-color: var(--inverse-global-inverse-color);
|
|
721
|
-
--inverse-button-danger-background: var(--button-danger-background);
|
|
722
|
-
--inverse-button-danger-color: var(--button-danger-color);
|
|
723
|
-
--inverse-button-danger-hover-background: var(--button-danger-hover-background);
|
|
724
|
-
--inverse-button-danger-hover-color: var(--button-danger-hover-color);
|
|
725
|
-
--inverse-button-danger-active-background: var(--button-danger-active-background);
|
|
726
|
-
--inverse-button-danger-active-color: var(--button-danger-active-color);
|
|
727
|
-
--inverse-button-text-color: var(--inverse-global-emphasis-color);
|
|
728
|
-
--inverse-button-text-hover-color: var(--inverse-global-muted-color);
|
|
729
|
-
--inverse-button-text-disabled-color: var(--inverse-global-muted-color);
|
|
730
|
-
--inverse-button-link-color: var(--inverse-global-emphasis-color);
|
|
731
|
-
--inverse-button-link-hover-color: var(--inverse-global-muted-color);
|
|
732
|
-
}
|