@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
|
@@ -25,11 +25,13 @@
|
|
|
25
25
|
//
|
|
26
26
|
// ========================================================================
|
|
27
27
|
|
|
28
|
+
@use 'sass:meta';
|
|
29
|
+
|
|
28
30
|
|
|
29
31
|
// Variables
|
|
30
32
|
// ========================================================================
|
|
31
33
|
|
|
32
|
-
@
|
|
34
|
+
@use 'variables' as *;
|
|
33
35
|
|
|
34
36
|
|
|
35
37
|
/* ========================================================================
|
|
@@ -67,7 +69,7 @@
|
|
|
67
69
|
text-decoration: none; /* 10 */
|
|
68
70
|
text-transform: none; /* 5 */
|
|
69
71
|
vertical-align: middle; /* 7 */
|
|
70
|
-
@if mixin-exists(hook-button) {
|
|
72
|
+
@if meta.mixin-exists('hook-button') {
|
|
71
73
|
@include hook-button;
|
|
72
74
|
}
|
|
73
75
|
}
|
|
@@ -89,7 +91,7 @@
|
|
|
89
91
|
.uk-button:hover {
|
|
90
92
|
/* 9 */
|
|
91
93
|
text-decoration: none;
|
|
92
|
-
@if mixin-exists(hook-button-hover) {
|
|
94
|
+
@if meta.mixin-exists('hook-button-hover') {
|
|
93
95
|
@include hook-button-hover;
|
|
94
96
|
}
|
|
95
97
|
}
|
|
@@ -97,7 +99,7 @@
|
|
|
97
99
|
/* Focus */
|
|
98
100
|
.uk-button:focus {
|
|
99
101
|
outline: none;
|
|
100
|
-
@if mixin-exists(hook-button-focus) {
|
|
102
|
+
@if meta.mixin-exists('hook-button-focus') {
|
|
101
103
|
@include hook-button-focus;
|
|
102
104
|
}
|
|
103
105
|
}
|
|
@@ -105,7 +107,7 @@
|
|
|
105
107
|
/* OnClick + Active */
|
|
106
108
|
.uk-button:active,
|
|
107
109
|
.uk-button.uk-active {
|
|
108
|
-
@if mixin-exists(hook-button-active) {
|
|
110
|
+
@if meta.mixin-exists('hook-button-active') {
|
|
109
111
|
@include hook-button-active;
|
|
110
112
|
}
|
|
111
113
|
}
|
|
@@ -121,7 +123,7 @@
|
|
|
121
123
|
.uk-button-default {
|
|
122
124
|
background-color: var(--button-default-background);
|
|
123
125
|
color: var(--button-default-color);
|
|
124
|
-
@if mixin-exists(hook-button-default) {
|
|
126
|
+
@if meta.mixin-exists('hook-button-default') {
|
|
125
127
|
@include hook-button-default;
|
|
126
128
|
}
|
|
127
129
|
}
|
|
@@ -131,7 +133,7 @@
|
|
|
131
133
|
.uk-button-default:focus {
|
|
132
134
|
background-color: var(--button-default-hover-background);
|
|
133
135
|
color: var(--button-default-hover-color);
|
|
134
|
-
@if mixin-exists(hook-button-default-hover) {
|
|
136
|
+
@if meta.mixin-exists('hook-button-default-hover') {
|
|
135
137
|
@include hook-button-default-hover;
|
|
136
138
|
}
|
|
137
139
|
}
|
|
@@ -141,7 +143,7 @@
|
|
|
141
143
|
.uk-button-default.uk-active {
|
|
142
144
|
background-color: var(--button-default-active-background);
|
|
143
145
|
color: var(--button-default-active-color);
|
|
144
|
-
@if mixin-exists(hook-button-default-active) {
|
|
146
|
+
@if meta.mixin-exists('hook-button-default-active') {
|
|
145
147
|
@include hook-button-default-active;
|
|
146
148
|
}
|
|
147
149
|
}
|
|
@@ -153,7 +155,7 @@
|
|
|
153
155
|
.uk-button-primary {
|
|
154
156
|
background-color: var(--button-primary-background);
|
|
155
157
|
color: var(--button-primary-color);
|
|
156
|
-
@if mixin-exists(hook-button-primary) {
|
|
158
|
+
@if meta.mixin-exists('hook-button-primary') {
|
|
157
159
|
@include hook-button-primary;
|
|
158
160
|
}
|
|
159
161
|
}
|
|
@@ -163,7 +165,7 @@
|
|
|
163
165
|
.uk-button-primary:focus {
|
|
164
166
|
background-color: var(--button-primary-hover-background);
|
|
165
167
|
color: var(--button-primary-hover-color);
|
|
166
|
-
@if mixin-exists(hook-button-primary-hover) {
|
|
168
|
+
@if meta.mixin-exists('hook-button-primary-hover') {
|
|
167
169
|
@include hook-button-primary-hover;
|
|
168
170
|
}
|
|
169
171
|
}
|
|
@@ -173,7 +175,7 @@
|
|
|
173
175
|
.uk-button-primary.uk-active {
|
|
174
176
|
background-color: var(--button-primary-active-background);
|
|
175
177
|
color: var(--button-primary-active-color);
|
|
176
|
-
@if mixin-exists(hook-button-primary-active) {
|
|
178
|
+
@if meta.mixin-exists('hook-button-primary-active') {
|
|
177
179
|
@include hook-button-primary-active;
|
|
178
180
|
}
|
|
179
181
|
}
|
|
@@ -185,7 +187,7 @@
|
|
|
185
187
|
.uk-button-secondary {
|
|
186
188
|
background-color: var(--button-secondary-background);
|
|
187
189
|
color: var(--button-secondary-color);
|
|
188
|
-
@if mixin-exists(hook-button-secondary) {
|
|
190
|
+
@if meta.mixin-exists('hook-button-secondary') {
|
|
189
191
|
@include hook-button-secondary;
|
|
190
192
|
}
|
|
191
193
|
}
|
|
@@ -195,7 +197,7 @@
|
|
|
195
197
|
.uk-button-secondary:focus {
|
|
196
198
|
background-color: var(--button-secondary-hover-background);
|
|
197
199
|
color: var(--button-secondary-hover-color);
|
|
198
|
-
@if mixin-exists(hook-button-secondary-hover) {
|
|
200
|
+
@if meta.mixin-exists('hook-button-secondary-hover') {
|
|
199
201
|
@include hook-button-secondary-hover;
|
|
200
202
|
}
|
|
201
203
|
}
|
|
@@ -205,7 +207,7 @@
|
|
|
205
207
|
.uk-button-secondary.uk-active {
|
|
206
208
|
background-color: var(--button-secondary-active-background);
|
|
207
209
|
color: var(--button-secondary-active-color);
|
|
208
|
-
@if mixin-exists(hook-button-secondary-active) {
|
|
210
|
+
@if meta.mixin-exists('hook-button-secondary-active') {
|
|
209
211
|
@include hook-button-secondary-active;
|
|
210
212
|
}
|
|
211
213
|
}
|
|
@@ -217,7 +219,7 @@
|
|
|
217
219
|
.uk-button-tertiary {
|
|
218
220
|
background-color: var(--button-tertiary-background);
|
|
219
221
|
color: var(--button-tertiary-color);
|
|
220
|
-
@if mixin-exists(hook-button-tertiary) {
|
|
222
|
+
@if meta.mixin-exists('hook-button-tertiary') {
|
|
221
223
|
@include hook-button-tertiary;
|
|
222
224
|
}
|
|
223
225
|
}
|
|
@@ -227,7 +229,7 @@
|
|
|
227
229
|
.uk-button-tertiary:focus {
|
|
228
230
|
background-color: var(--button-tertiary-hover-background);
|
|
229
231
|
color: var(--button-tertiary-hover-color);
|
|
230
|
-
@if mixin-exists(hook-button-tertiary-hover) {
|
|
232
|
+
@if meta.mixin-exists('hook-button-tertiary-hover') {
|
|
231
233
|
@include hook-button-tertiary-hover;
|
|
232
234
|
}
|
|
233
235
|
}
|
|
@@ -237,7 +239,7 @@
|
|
|
237
239
|
.uk-button-tertiary.uk-active {
|
|
238
240
|
background-color: var(--button-tertiary-active-background);
|
|
239
241
|
color: var(--button-tertiary-active-color);
|
|
240
|
-
@if mixin-exists(hook-button-tertiary-active) {
|
|
242
|
+
@if meta.mixin-exists('hook-button-tertiary-active') {
|
|
241
243
|
@include hook-button-tertiary-active;
|
|
242
244
|
}
|
|
243
245
|
}
|
|
@@ -249,7 +251,7 @@
|
|
|
249
251
|
.uk-button-danger {
|
|
250
252
|
background-color: var(--button-danger-background);
|
|
251
253
|
color: var(--button-danger-color);
|
|
252
|
-
@if mixin-exists(hook-button-danger) {
|
|
254
|
+
@if meta.mixin-exists('hook-button-danger') {
|
|
253
255
|
@include hook-button-danger;
|
|
254
256
|
}
|
|
255
257
|
}
|
|
@@ -259,7 +261,7 @@
|
|
|
259
261
|
.uk-button-danger:focus {
|
|
260
262
|
background-color: var(--button-danger-hover-background);
|
|
261
263
|
color: var(--button-danger-hover-color);
|
|
262
|
-
@if mixin-exists(hook-button-danger-hover) {
|
|
264
|
+
@if meta.mixin-exists('hook-button-danger-hover') {
|
|
263
265
|
@include hook-button-danger-hover;
|
|
264
266
|
}
|
|
265
267
|
}
|
|
@@ -269,7 +271,7 @@
|
|
|
269
271
|
.uk-button-danger.uk-active {
|
|
270
272
|
background-color: var(--button-danger-active-background);
|
|
271
273
|
color: var(--button-danger-active-color);
|
|
272
|
-
@if mixin-exists(hook-button-danger-active) {
|
|
274
|
+
@if meta.mixin-exists('hook-button-danger-active') {
|
|
273
275
|
@include hook-button-danger-active;
|
|
274
276
|
}
|
|
275
277
|
}
|
|
@@ -287,7 +289,7 @@
|
|
|
287
289
|
.uk-button-danger:disabled {
|
|
288
290
|
background-color: var(--button-disabled-background);
|
|
289
291
|
color: var(--button-disabled-color);
|
|
290
|
-
@if mixin-exists(hook-button-disabled) {
|
|
292
|
+
@if meta.mixin-exists('hook-button-disabled') {
|
|
291
293
|
@include hook-button-disabled;
|
|
292
294
|
}
|
|
293
295
|
}
|
|
@@ -297,7 +299,7 @@
|
|
|
297
299
|
.uk-button-default:disabled {
|
|
298
300
|
background-color: var(--button-default-disabled-background);
|
|
299
301
|
color: var(--button-default-disabled-color);
|
|
300
|
-
@if mixin-exists(hook-button-default-disabled) {
|
|
302
|
+
@if meta.mixin-exists('hook-button-default-disabled') {
|
|
301
303
|
@include hook-button-default-disabled;
|
|
302
304
|
}
|
|
303
305
|
}
|
|
@@ -305,7 +307,7 @@
|
|
|
305
307
|
.uk-button-primary:disabled {
|
|
306
308
|
background-color: var(--button-primary-disabled-background);
|
|
307
309
|
color: var(--button-primary-disabled-color);
|
|
308
|
-
@if mixin-exists(hook-button-primary-disabled) {
|
|
310
|
+
@if meta.mixin-exists('hook-button-primary-disabled') {
|
|
309
311
|
@include hook-button-primary-disabled;
|
|
310
312
|
}
|
|
311
313
|
}
|
|
@@ -313,7 +315,7 @@
|
|
|
313
315
|
.uk-button-secondary:disabled {
|
|
314
316
|
background-color: var(--button-secondary-disabled-background);
|
|
315
317
|
color: var(--button-secondary-disabled-color);
|
|
316
|
-
@if mixin-exists(hook-button-secondary-disabled) {
|
|
318
|
+
@if meta.mixin-exists('hook-button-secondary-disabled') {
|
|
317
319
|
@include hook-button-secondary-disabled;
|
|
318
320
|
}
|
|
319
321
|
}
|
|
@@ -321,7 +323,7 @@
|
|
|
321
323
|
.uk-button-tertiary:disabled {
|
|
322
324
|
background-color: var(--button-tertiary-disabled-background);
|
|
323
325
|
color: var(--button-tertiary-disabled-color);
|
|
324
|
-
@if mixin-exists(hook-button-tertiary-disabled) {
|
|
326
|
+
@if meta.mixin-exists('hook-button-tertiary-disabled') {
|
|
325
327
|
@include hook-button-tertiary-disabled;
|
|
326
328
|
}
|
|
327
329
|
}
|
|
@@ -329,7 +331,7 @@
|
|
|
329
331
|
.uk-button-danger:disabled {
|
|
330
332
|
background-color: var(--button-danger-disabled-background);
|
|
331
333
|
color: var(--button-danger-disabled-color);
|
|
332
|
-
@if mixin-exists(hook-button-danger-disabled) {
|
|
334
|
+
@if meta.mixin-exists('hook-button-danger-disabled') {
|
|
333
335
|
@include hook-button-danger-disabled;
|
|
334
336
|
}
|
|
335
337
|
}
|
|
@@ -342,7 +344,7 @@
|
|
|
342
344
|
font-size: var(--button-xsmall-font-size);
|
|
343
345
|
line-height: var(--button-xsmall-line-height);
|
|
344
346
|
padding: 0 var(--button-xsmall-padding-horizontal);
|
|
345
|
-
@if mixin-exists(hook-button-xsmall) {
|
|
347
|
+
@if meta.mixin-exists('hook-button-xsmall') {
|
|
346
348
|
@include hook-button-xsmall;
|
|
347
349
|
}
|
|
348
350
|
}
|
|
@@ -351,7 +353,7 @@
|
|
|
351
353
|
font-size: var(--button-small-font-size);
|
|
352
354
|
line-height: var(--button-small-line-height);
|
|
353
355
|
padding: 0 var(--button-small-padding-horizontal);
|
|
354
|
-
@if mixin-exists(hook-button-small) {
|
|
356
|
+
@if meta.mixin-exists('hook-button-small') {
|
|
355
357
|
@include hook-button-small;
|
|
356
358
|
}
|
|
357
359
|
}
|
|
@@ -360,7 +362,7 @@
|
|
|
360
362
|
font-size: var(--button-medium-font-size);
|
|
361
363
|
line-height: var(--button-medium-line-height);
|
|
362
364
|
padding: 0 var(--button-medium-padding-horizontal);
|
|
363
|
-
@if mixin-exists(hook-button-medium) {
|
|
365
|
+
@if meta.mixin-exists('hook-button-medium') {
|
|
364
366
|
@include hook-button-medium;
|
|
365
367
|
}
|
|
366
368
|
}
|
|
@@ -369,7 +371,7 @@
|
|
|
369
371
|
font-size: var(--button-large-font-size);
|
|
370
372
|
line-height: var(--button-large-line-height);
|
|
371
373
|
padding: 0 var(--button-large-padding-horizontal);
|
|
372
|
-
@if mixin-exists(hook-button-large) {
|
|
374
|
+
@if meta.mixin-exists('hook-button-large') {
|
|
373
375
|
@include hook-button-large;
|
|
374
376
|
}
|
|
375
377
|
}
|
|
@@ -378,7 +380,7 @@
|
|
|
378
380
|
font-size: var(--button-xlarge-font-size);
|
|
379
381
|
line-height: var(--button-xlarge-line-height);
|
|
380
382
|
padding: 0 var(--button-xlarge-padding-horizontal);
|
|
381
|
-
@if mixin-exists(hook-button-xlarge) {
|
|
383
|
+
@if meta.mixin-exists('hook-button-xlarge') {
|
|
382
384
|
@include hook-button-xlarge;
|
|
383
385
|
}
|
|
384
386
|
}
|
|
@@ -398,7 +400,7 @@
|
|
|
398
400
|
color: var(--button-text-color); /* 2 */
|
|
399
401
|
line-height: var(--button-text-line-height); /* 1 */
|
|
400
402
|
padding: 0; /* 1 */
|
|
401
|
-
@if mixin-exists(hook-button-text) {
|
|
403
|
+
@if meta.mixin-exists('hook-button-text') {
|
|
402
404
|
@include hook-button-text;
|
|
403
405
|
}
|
|
404
406
|
}
|
|
@@ -407,7 +409,7 @@
|
|
|
407
409
|
.uk-button-text:hover,
|
|
408
410
|
.uk-button-text:focus {
|
|
409
411
|
color: var(--button-text-hover-color);
|
|
410
|
-
@if mixin-exists(hook-button-text-hover) {
|
|
412
|
+
@if meta.mixin-exists('hook-button-text-hover') {
|
|
411
413
|
@include hook-button-text-hover;
|
|
412
414
|
}
|
|
413
415
|
}
|
|
@@ -415,7 +417,7 @@
|
|
|
415
417
|
/* Disabled */
|
|
416
418
|
.uk-button-text:disabled {
|
|
417
419
|
color: var(--button-text-disabled-color);
|
|
418
|
-
@if mixin-exists(hook-button-text-disabled) {
|
|
420
|
+
@if meta.mixin-exists('hook-button-text-disabled') {
|
|
419
421
|
@include hook-button-text-disabled;
|
|
420
422
|
}
|
|
421
423
|
}
|
|
@@ -425,7 +427,7 @@
|
|
|
425
427
|
.uk-button-text.uk-active {
|
|
426
428
|
background-color: var(--button-text-active-background);
|
|
427
429
|
color: var(--button-text-active-color);
|
|
428
|
-
@if mixin-exists(hook-button-text-active) {
|
|
430
|
+
@if meta.mixin-exists('hook-button-text-active') {
|
|
429
431
|
@include hook-button-text-active;
|
|
430
432
|
}
|
|
431
433
|
}
|
|
@@ -441,7 +443,7 @@
|
|
|
441
443
|
color: var(--button-link-color); /* 2 */
|
|
442
444
|
line-height: var(--button-link-line-height); /* 1 */
|
|
443
445
|
padding: 0; /* 1 */
|
|
444
|
-
@if mixin-exists(hook-button-link) {
|
|
446
|
+
@if meta.mixin-exists('hook-button-link') {
|
|
445
447
|
@include hook-button-link;
|
|
446
448
|
}
|
|
447
449
|
}
|
|
@@ -451,12 +453,18 @@
|
|
|
451
453
|
.uk-button-link:focus {
|
|
452
454
|
color: var(--button-link-hover-color);
|
|
453
455
|
text-decoration: var(--button-link-hover-text-decoration);
|
|
456
|
+
@if meta.mixin-exists('hook-button-link-hover') {
|
|
457
|
+
@include hook-button-link-hover;
|
|
458
|
+
}
|
|
454
459
|
}
|
|
455
460
|
|
|
456
461
|
/* Disabled */
|
|
457
462
|
.uk-button-link:disabled {
|
|
458
463
|
color: var(--button-link-disabled-color);
|
|
459
464
|
text-decoration: none;
|
|
465
|
+
@if meta.mixin-exists('hook-button-link-disabled') {
|
|
466
|
+
@include hook-button-link-disabled;
|
|
467
|
+
}
|
|
460
468
|
}
|
|
461
469
|
|
|
462
470
|
/* OnClick + Active */
|
|
@@ -464,7 +472,7 @@
|
|
|
464
472
|
.uk-button-link.uk-active {
|
|
465
473
|
background-color: var(--button-link-active-background);
|
|
466
474
|
color: var(--button-link-active-color);
|
|
467
|
-
@if mixin-exists(hook-button-link-active) {
|
|
475
|
+
@if meta.mixin-exists('hook-button-link-active') {
|
|
468
476
|
@include hook-button-link-active;
|
|
469
477
|
}
|
|
470
478
|
}
|
|
@@ -472,7 +480,7 @@
|
|
|
472
480
|
/* Ghost modifiers
|
|
473
481
|
========================================================================== */
|
|
474
482
|
|
|
475
|
-
.uk-button-ghost {
|
|
483
|
+
.uk-button.uk-button-ghost {
|
|
476
484
|
background-color: transparent;
|
|
477
485
|
border: var(--button-ghost-border-width) var(--button-ghost-border-style);
|
|
478
486
|
}
|
|
@@ -599,7 +607,7 @@
|
|
|
599
607
|
// Hooks
|
|
600
608
|
// ========================================================================
|
|
601
609
|
|
|
602
|
-
@if mixin-exists(hook-button-misc) {
|
|
610
|
+
@if meta.mixin-exists('hook-button-misc') {
|
|
603
611
|
@include hook-button-misc;
|
|
604
612
|
}
|
|
605
613
|
|
|
@@ -22,11 +22,13 @@
|
|
|
22
22
|
//
|
|
23
23
|
// ========================================================================
|
|
24
24
|
|
|
25
|
+
@use 'sass:meta';
|
|
26
|
+
|
|
25
27
|
|
|
26
28
|
// Variables
|
|
27
29
|
// ========================================================================
|
|
28
30
|
|
|
29
|
-
@
|
|
31
|
+
@use 'variables' as *;
|
|
30
32
|
|
|
31
33
|
|
|
32
34
|
/* ========================================================================
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
.uk-card {
|
|
37
39
|
box-sizing: border-box;
|
|
38
40
|
position: relative;
|
|
39
|
-
@if mixin-exists(hook-card) {
|
|
41
|
+
@if meta.mixin-exists('hook-card') {
|
|
40
42
|
@include hook-card;
|
|
41
43
|
}
|
|
42
44
|
}
|
|
@@ -48,7 +50,7 @@
|
|
|
48
50
|
.uk-card-body {
|
|
49
51
|
display: flow-root;
|
|
50
52
|
padding: var(--card-body-padding-vertical) var(--card-body-padding-horizontal);
|
|
51
|
-
@if mixin-exists(hook-card-body) {
|
|
53
|
+
@if meta.mixin-exists('hook-card-body') {
|
|
52
54
|
@include hook-card-body;
|
|
53
55
|
}
|
|
54
56
|
}
|
|
@@ -56,7 +58,7 @@
|
|
|
56
58
|
.uk-card-header {
|
|
57
59
|
display: flow-root;
|
|
58
60
|
padding: var(--card-header-padding-vertical) var(--card-header-padding-horizontal);
|
|
59
|
-
@if mixin-exists(hook-card-header) {
|
|
61
|
+
@if meta.mixin-exists('hook-card-header') {
|
|
60
62
|
@include hook-card-header;
|
|
61
63
|
}
|
|
62
64
|
}
|
|
@@ -64,7 +66,7 @@
|
|
|
64
66
|
.uk-card-footer {
|
|
65
67
|
display: flow-root;
|
|
66
68
|
padding: var(--card-footer-padding-vertical) var(--card-footer-padding-horizontal);
|
|
67
|
-
@if mixin-exists(hook-card-footer) {
|
|
69
|
+
@if meta.mixin-exists('hook-card-footer') {
|
|
68
70
|
@include hook-card-footer;
|
|
69
71
|
}
|
|
70
72
|
}
|
|
@@ -104,7 +106,7 @@
|
|
|
104
106
|
*/
|
|
105
107
|
|
|
106
108
|
[class*='uk-card-media'] {
|
|
107
|
-
@if mixin-exists(hook-card-media) {
|
|
109
|
+
@if meta.mixin-exists('hook-card-media') {
|
|
108
110
|
@include hook-card-media;
|
|
109
111
|
}
|
|
110
112
|
}
|
|
@@ -112,25 +114,25 @@
|
|
|
112
114
|
.uk-card-media-top,
|
|
113
115
|
.uk-grid-stack > .uk-card-media-left,
|
|
114
116
|
.uk-grid-stack > .uk-card-media-right {
|
|
115
|
-
@if mixin-exists(hook-card-media-top) {
|
|
117
|
+
@if meta.mixin-exists('hook-card-media-top') {
|
|
116
118
|
@include hook-card-media-top;
|
|
117
119
|
}
|
|
118
120
|
}
|
|
119
121
|
|
|
120
122
|
.uk-card-media-bottom {
|
|
121
|
-
@if mixin-exists(hook-card-media-bottom) {
|
|
123
|
+
@if meta.mixin-exists('hook-card-media-bottom') {
|
|
122
124
|
@include hook-card-media-bottom;
|
|
123
125
|
}
|
|
124
126
|
}
|
|
125
127
|
|
|
126
128
|
:not(.uk-grid-stack) > .uk-card-media-left {
|
|
127
|
-
@if mixin-exists(hook-card-media-left) {
|
|
129
|
+
@if meta.mixin-exists('hook-card-media-left') {
|
|
128
130
|
@include hook-card-media-left;
|
|
129
131
|
}
|
|
130
132
|
}
|
|
131
133
|
|
|
132
134
|
:not(.uk-grid-stack) > .uk-card-media-right {
|
|
133
|
-
@if mixin-exists(hook-card-media-right) {
|
|
135
|
+
@if meta.mixin-exists('hook-card-media-right') {
|
|
134
136
|
@include hook-card-media-right;
|
|
135
137
|
}
|
|
136
138
|
}
|
|
@@ -142,7 +144,7 @@
|
|
|
142
144
|
.uk-card-title {
|
|
143
145
|
font-size: var(--card-title-font-size);
|
|
144
146
|
line-height: var(--card-title-line-height);
|
|
145
|
-
@if mixin-exists(hook-card-title) {
|
|
147
|
+
@if meta.mixin-exists('hook-card-title') {
|
|
146
148
|
@include hook-card-title;
|
|
147
149
|
}
|
|
148
150
|
}
|
|
@@ -172,7 +174,7 @@
|
|
|
172
174
|
right: var(--card-badge-right); /* 1 */
|
|
173
175
|
top: var(--card-badge-top); /* 1 */
|
|
174
176
|
z-index: 1; /* 1 */
|
|
175
|
-
@if mixin-exists(hook-card-badge) {
|
|
177
|
+
@if meta.mixin-exists('hook-card-badge') {
|
|
176
178
|
@include hook-card-badge;
|
|
177
179
|
}
|
|
178
180
|
}
|
|
@@ -191,7 +193,7 @@
|
|
|
191
193
|
|
|
192
194
|
.uk-card-hover:not(.uk-card-default, .uk-card-primary, .uk-card-secondary, .uk-card-tertiary):hover {
|
|
193
195
|
background: var(--card-hover-background);
|
|
194
|
-
@if mixin-exists(hook-card-hover) {
|
|
196
|
+
@if meta.mixin-exists('hook-card-hover') {
|
|
195
197
|
@include hook-card-hover;
|
|
196
198
|
}
|
|
197
199
|
}
|
|
@@ -209,33 +211,33 @@
|
|
|
209
211
|
--uk-inverse: #{$card-default-color-mode};
|
|
210
212
|
background: var(--card-default-background);
|
|
211
213
|
color: var(--card-default-color);
|
|
212
|
-
@if mixin-exists(hook-card-default) {
|
|
214
|
+
@if meta.mixin-exists('hook-card-default') {
|
|
213
215
|
@include hook-card-default;
|
|
214
216
|
}
|
|
215
217
|
}
|
|
216
218
|
|
|
217
219
|
.uk-card-default .uk-card-title {
|
|
218
220
|
color: var(--card-default-title-color);
|
|
219
|
-
@if mixin-exists(hook-card-default-title) {
|
|
221
|
+
@if meta.mixin-exists('hook-card-default-title') {
|
|
220
222
|
@include hook-card-default-title;
|
|
221
223
|
}
|
|
222
224
|
}
|
|
223
225
|
|
|
224
226
|
.uk-card-default.uk-card-hover:hover {
|
|
225
227
|
background-color: var(--card-default-hover-background);
|
|
226
|
-
@if mixin-exists(hook-card-default-hover) {
|
|
228
|
+
@if meta.mixin-exists('hook-card-default-hover') {
|
|
227
229
|
@include hook-card-default-hover;
|
|
228
230
|
}
|
|
229
231
|
}
|
|
230
232
|
|
|
231
233
|
.uk-card-default .uk-card-header {
|
|
232
|
-
@if mixin-exists(hook-card-default-header) {
|
|
234
|
+
@if meta.mixin-exists('hook-card-default-header') {
|
|
233
235
|
@include hook-card-default-header;
|
|
234
236
|
}
|
|
235
237
|
}
|
|
236
238
|
|
|
237
239
|
.uk-card-default .uk-card-footer {
|
|
238
|
-
@if mixin-exists(hook-card-default-footer) {
|
|
240
|
+
@if meta.mixin-exists('hook-card-default-footer') {
|
|
239
241
|
@include hook-card-default-footer;
|
|
240
242
|
}
|
|
241
243
|
}
|
|
@@ -273,21 +275,21 @@
|
|
|
273
275
|
--uk-inverse: #{$card-primary-color-mode};
|
|
274
276
|
background: var(--card-primary-background);
|
|
275
277
|
color: var(--card-primary-color);
|
|
276
|
-
@if mixin-exists(hook-card-primary) {
|
|
278
|
+
@if meta.mixin-exists('hook-card-primary') {
|
|
277
279
|
@include hook-card-primary;
|
|
278
280
|
}
|
|
279
281
|
}
|
|
280
282
|
|
|
281
283
|
.uk-card-primary .uk-card-title {
|
|
282
284
|
color: var(--card-primary-title-color);
|
|
283
|
-
@if mixin-exists(hook-card-primary-title) {
|
|
285
|
+
@if meta.mixin-exists('hook-card-primary-title') {
|
|
284
286
|
@include hook-card-primary-title;
|
|
285
287
|
}
|
|
286
288
|
}
|
|
287
289
|
|
|
288
290
|
.uk-card-primary.uk-card-hover:hover {
|
|
289
291
|
background-color: var(--card-primary-hover-background);
|
|
290
|
-
@if mixin-exists(hook-card-primary-hover) {
|
|
292
|
+
@if meta.mixin-exists('hook-card-primary-hover') {
|
|
291
293
|
@include hook-card-primary-hover;
|
|
292
294
|
}
|
|
293
295
|
}
|
|
@@ -325,21 +327,21 @@
|
|
|
325
327
|
--uk-inverse: #{$card-secondary-color-mode};
|
|
326
328
|
background: var(--card-secondary-background);
|
|
327
329
|
color: var(--card-secondary-color);
|
|
328
|
-
@if mixin-exists(hook-card-secondary) {
|
|
330
|
+
@if meta.mixin-exists('hook-card-secondary') {
|
|
329
331
|
@include hook-card-secondary;
|
|
330
332
|
}
|
|
331
333
|
}
|
|
332
334
|
|
|
333
335
|
.uk-card-secondary .uk-card-title {
|
|
334
336
|
color: var(--card-secondary-title-color);
|
|
335
|
-
@if mixin-exists(hook-card-secondary-title) {
|
|
337
|
+
@if meta.mixin-exists('hook-card-secondary-title') {
|
|
336
338
|
@include hook-card-secondary-title;
|
|
337
339
|
}
|
|
338
340
|
}
|
|
339
341
|
|
|
340
342
|
.uk-card-secondary.uk-card-hover:hover {
|
|
341
343
|
background-color: var(--card-secondary-hover-background);
|
|
342
|
-
@if mixin-exists(hook-card-secondary-hover) {
|
|
344
|
+
@if meta.mixin-exists('hook-card-secondary-hover') {
|
|
343
345
|
@include hook-card-secondary-hover;
|
|
344
346
|
}
|
|
345
347
|
}
|
|
@@ -377,21 +379,21 @@
|
|
|
377
379
|
--uk-inverse: #{$card-tertiary-color-mode};
|
|
378
380
|
background: var(--card-tertiary-background);
|
|
379
381
|
color: var(--card-tertiary-color);
|
|
380
|
-
@if mixin-exists(hook-card-tertiary) {
|
|
382
|
+
@if meta.mixin-exists('hook-card-tertiary') {
|
|
381
383
|
@include hook-card-tertiary;
|
|
382
384
|
}
|
|
383
385
|
}
|
|
384
386
|
|
|
385
387
|
.uk-card-tertiary .uk-card-title {
|
|
386
388
|
color: var(--card-tertiary-title-color);
|
|
387
|
-
@if mixin-exists(hook-card-tertiary-title) {
|
|
389
|
+
@if meta.mixin-exists('hook-card-tertiary-title') {
|
|
388
390
|
@include hook-card-tertiary-title;
|
|
389
391
|
}
|
|
390
392
|
}
|
|
391
393
|
|
|
392
394
|
.uk-card-tertiary.uk-card-hover:hover {
|
|
393
395
|
background-color: var(--card-tertiary-hover-background);
|
|
394
|
-
@if mixin-exists(hook-card-tertiary-hover) {
|
|
396
|
+
@if meta.mixin-exists('hook-card-tertiary-hover') {
|
|
395
397
|
@include hook-card-tertiary-hover;
|
|
396
398
|
}
|
|
397
399
|
}
|
|
@@ -466,7 +468,7 @@
|
|
|
466
468
|
// Hooks
|
|
467
469
|
// ========================================================================
|
|
468
470
|
|
|
469
|
-
@if mixin-exists(hook-card-misc) {
|
|
471
|
+
@if meta.mixin-exists('hook-card-misc') {
|
|
470
472
|
@include hook-card-misc;
|
|
471
473
|
}
|
|
472
474
|
|