@broxus/react-uikit 0.18.0 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +15 -17
- 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
|
@@ -11,10 +11,13 @@
|
|
|
11
11
|
//
|
|
12
12
|
// ========================================================================
|
|
13
13
|
|
|
14
|
+
@use 'sass:meta';
|
|
15
|
+
|
|
16
|
+
|
|
14
17
|
// Variables
|
|
15
18
|
// ========================================================================
|
|
16
19
|
|
|
17
|
-
@
|
|
20
|
+
@use 'variables' as *;
|
|
18
21
|
|
|
19
22
|
|
|
20
23
|
/* Picker
|
|
@@ -42,7 +45,7 @@
|
|
|
42
45
|
padding-right: var(--control-padding-horizontal);
|
|
43
46
|
position: relative;
|
|
44
47
|
transition: all var(--transition-duration);
|
|
45
|
-
@if mixin-exists(hook-datepicker) {
|
|
48
|
+
@if meta.mixin-exists('hook-datepicker') {
|
|
46
49
|
@include hook-datepicker;
|
|
47
50
|
}
|
|
48
51
|
}
|
|
@@ -52,7 +55,7 @@
|
|
|
52
55
|
background-color: var(--control-hover-background);
|
|
53
56
|
border-color: var(--control-hover-border);
|
|
54
57
|
color: var(--control-hover-color);
|
|
55
|
-
@if mixin-exists(hook-datepicker-hover) {
|
|
58
|
+
@if meta.mixin-exists('hook-datepicker-hover') {
|
|
56
59
|
@include hook-datepicker-hover;
|
|
57
60
|
}
|
|
58
61
|
}
|
|
@@ -65,7 +68,7 @@
|
|
|
65
68
|
border-color: var(--control-focus-border);
|
|
66
69
|
color: var(--control-focus-color);
|
|
67
70
|
outline: none;
|
|
68
|
-
@if mixin-exists(hook-datepicker-focus) {
|
|
71
|
+
@if meta.mixin-exists('hook-datepicker-focus') {
|
|
69
72
|
@include hook-datepicker-focus;
|
|
70
73
|
}
|
|
71
74
|
}
|
|
@@ -73,7 +76,7 @@
|
|
|
73
76
|
/* Disabled state */
|
|
74
77
|
.uk-datepicker-disabled {
|
|
75
78
|
background-color: var(--control-disabled-background);
|
|
76
|
-
@if mixin-exists(hook-datepicker-disabled) {
|
|
79
|
+
@if meta.mixin-exists('hook-datepicker-disabled') {
|
|
77
80
|
@include hook-datepicker-disabled;
|
|
78
81
|
}
|
|
79
82
|
}
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
display: inline-flex;
|
|
92
95
|
position: relative;
|
|
93
96
|
width: 100%;
|
|
94
|
-
@if mixin-exists(hook-datepicker-input) {
|
|
97
|
+
@if meta.mixin-exists('hook-datepicker-input') {
|
|
95
98
|
@include hook-datepicker-input;
|
|
96
99
|
}
|
|
97
100
|
}
|
|
@@ -102,7 +105,7 @@
|
|
|
102
105
|
min-height: var(--datepicker-height);
|
|
103
106
|
min-width: 1px;
|
|
104
107
|
padding: 0;
|
|
105
|
-
@if mixin-exists(hook-datepicker-control) {
|
|
108
|
+
@if meta.mixin-exists('hook-datepicker-control') {
|
|
106
109
|
@include hook-datepicker-control;
|
|
107
110
|
}
|
|
108
111
|
}
|
|
@@ -118,7 +121,7 @@
|
|
|
118
121
|
.uk-datepicker-small {
|
|
119
122
|
font-size: var(--control-small-font-size);
|
|
120
123
|
padding: 0 var(--control-small-padding-horizontal);
|
|
121
|
-
@if mixin-exists(hook-datepicker-small) {
|
|
124
|
+
@if meta.mixin-exists('hook-datepicker-small') {
|
|
122
125
|
@include hook-datepicker-small;
|
|
123
126
|
}
|
|
124
127
|
}
|
|
@@ -134,7 +137,7 @@
|
|
|
134
137
|
.uk-datepicker-medium {
|
|
135
138
|
font-size: var(--control-medium-font-size);
|
|
136
139
|
padding: 0 var(--control-medium-padding-horizontal);
|
|
137
|
-
@if mixin-exists(hook-datepicker-medium) {
|
|
140
|
+
@if meta.mixin-exists('hook-datepicker-medium') {
|
|
138
141
|
@include hook-datepicker-medium;
|
|
139
142
|
}
|
|
140
143
|
}
|
|
@@ -150,7 +153,7 @@
|
|
|
150
153
|
.uk-datepicker-large {
|
|
151
154
|
font-size: var(--control-large-font-size);
|
|
152
155
|
padding: 0 var(--control-large-padding-horizontal);
|
|
153
|
-
@if mixin-exists(hook-datepicker-large) {
|
|
156
|
+
@if meta.mixin-exists('hook-datepicker-large') {
|
|
154
157
|
@include hook-datepicker-large;
|
|
155
158
|
}
|
|
156
159
|
}
|
|
@@ -172,7 +175,7 @@
|
|
|
172
175
|
.uk-datepicker-success:focus-within {
|
|
173
176
|
border-color: var(--datepicker-success-border);
|
|
174
177
|
color: var(--datepicker-success-color);
|
|
175
|
-
@if mixin-exists(hook-datepicker-success) {
|
|
178
|
+
@if meta.mixin-exists('hook-datepicker-success') {
|
|
176
179
|
@include hook-datepicker-success;
|
|
177
180
|
}
|
|
178
181
|
}
|
|
@@ -186,7 +189,7 @@
|
|
|
186
189
|
.uk-datepicker-warning:focus-within {
|
|
187
190
|
border-color: var(--datepicker-warning-border);
|
|
188
191
|
color: var(--datepicker-warning-color);
|
|
189
|
-
@if mixin-exists(hook-datepicker-warning) {
|
|
192
|
+
@if meta.mixin-exists('hook-datepicker-warning') {
|
|
190
193
|
@include hook-datepicker-warning;
|
|
191
194
|
}
|
|
192
195
|
}
|
|
@@ -200,7 +203,7 @@
|
|
|
200
203
|
.uk-datepicker-danger:focus-within {
|
|
201
204
|
border-color: var(--datepicker-danger-border);
|
|
202
205
|
color: var(--datepicker-danger-color);
|
|
203
|
-
@if mixin-exists(hook-datepicker-danger) {
|
|
206
|
+
@if meta.mixin-exists('hook-datepicker-danger') {
|
|
204
207
|
@include hook-datepicker-danger;
|
|
205
208
|
}
|
|
206
209
|
}
|
|
@@ -215,14 +218,14 @@
|
|
|
215
218
|
background-color: transparent;
|
|
216
219
|
border-color: transparent;
|
|
217
220
|
border-style: var(--datepicker-blank-border-style);
|
|
218
|
-
@if mixin-exists(hook-datepicker-blank) {
|
|
221
|
+
@if meta.mixin-exists('hook-datepicker-blank') {
|
|
219
222
|
@include hook-datepicker-blank;
|
|
220
223
|
}
|
|
221
224
|
}
|
|
222
225
|
|
|
223
226
|
.uk-datepicker-blank:focus-within {
|
|
224
227
|
border-color: var(--datepicker-blank-focus-border);
|
|
225
|
-
@if mixin-exists(hook-datepicker-blank-focus) {
|
|
228
|
+
@if meta.mixin-exists('hook-datepicker-blank-focus') {
|
|
226
229
|
@include hook-datepicker-blank-focus;
|
|
227
230
|
}
|
|
228
231
|
}
|
|
@@ -235,7 +238,7 @@
|
|
|
235
238
|
align-items: stretch;
|
|
236
239
|
display: flex;
|
|
237
240
|
flex-wrap: nowrap;
|
|
238
|
-
@if mixin-exists(hook-datepicker-panel-layout) {
|
|
241
|
+
@if meta.mixin-exists('hook-datepicker-panel-layout') {
|
|
239
242
|
@include hook-datepicker-panel-layout;
|
|
240
243
|
}
|
|
241
244
|
}
|
|
@@ -247,14 +250,14 @@
|
|
|
247
250
|
flex-direction: column;
|
|
248
251
|
text-align: center;
|
|
249
252
|
vertical-align: top;
|
|
250
|
-
@if mixin-exists(hook-datepicker-panel) {
|
|
253
|
+
@if meta.mixin-exists('hook-datepicker-panel') {
|
|
251
254
|
@include hook-datepicker-panel;
|
|
252
255
|
}
|
|
253
256
|
}
|
|
254
257
|
|
|
255
258
|
.uk-datepicker-datetime-panel {
|
|
256
259
|
display: flex;
|
|
257
|
-
@if mixin-exists(hook-datepicker-datetime-panel) {
|
|
260
|
+
@if meta.mixin-exists('hook-datepicker-datetime-panel') {
|
|
258
261
|
@include hook-datepicker-datetime-panel;
|
|
259
262
|
}
|
|
260
263
|
}
|
|
@@ -275,7 +278,7 @@
|
|
|
275
278
|
.uk-datepicker-time-panel {
|
|
276
279
|
min-width: auto;
|
|
277
280
|
width: auto;
|
|
278
|
-
@if mixin-exists(hook-datepicker-time-panel) {
|
|
281
|
+
@if meta.mixin-exists('hook-datepicker-time-panel') {
|
|
279
282
|
@include hook-datepicker-time-panel;
|
|
280
283
|
}
|
|
281
284
|
}
|
|
@@ -285,37 +288,37 @@
|
|
|
285
288
|
}
|
|
286
289
|
|
|
287
290
|
.uk-datepicker-date-panel {
|
|
288
|
-
@if mixin-exists(hook-datepicker-date-panel) {
|
|
291
|
+
@if meta.mixin-exists('hook-datepicker-date-panel') {
|
|
289
292
|
@include hook-datepicker-date-panel;
|
|
290
293
|
}
|
|
291
294
|
}
|
|
292
295
|
|
|
293
296
|
.uk-datepicker-month-panel {
|
|
294
|
-
@if mixin-exists(hook-datepicker-month-panel) {
|
|
297
|
+
@if meta.mixin-exists('hook-datepicker-month-panel') {
|
|
295
298
|
@include hook-datepicker-month-panel;
|
|
296
299
|
}
|
|
297
300
|
}
|
|
298
301
|
|
|
299
302
|
.uk-datepicker-quarter-panel {
|
|
300
|
-
@if mixin-exists(hook-datepicker-quarter-panel) {
|
|
303
|
+
@if meta.mixin-exists('hook-datepicker-quarter-panel') {
|
|
301
304
|
@include hook-datepicker-quarter-panel;
|
|
302
305
|
}
|
|
303
306
|
}
|
|
304
307
|
|
|
305
308
|
.uk-datepicker-decade-panel {
|
|
306
|
-
@if mixin-exists(hook-datepicker-decade-panel) {
|
|
309
|
+
@if meta.mixin-exists('hook-datepicker-decade-panel') {
|
|
307
310
|
@include hook-datepicker-decade-panel;
|
|
308
311
|
}
|
|
309
312
|
}
|
|
310
313
|
|
|
311
314
|
.uk-datepicker-week-panel {
|
|
312
|
-
@if mixin-exists(hook-datepicker-week-panel) {
|
|
315
|
+
@if meta.mixin-exists('hook-datepicker-week-panel') {
|
|
313
316
|
@include hook-datepicker-week-panel;
|
|
314
317
|
}
|
|
315
318
|
}
|
|
316
319
|
|
|
317
320
|
.uk-datepicker-year-panel {
|
|
318
|
-
@if mixin-exists(hook-datepicker-year-panel) {
|
|
321
|
+
@if meta.mixin-exists('hook-datepicker-year-panel') {
|
|
319
322
|
@include hook-datepicker-year-panel;
|
|
320
323
|
}
|
|
321
324
|
}
|
|
@@ -328,7 +331,7 @@
|
|
|
328
331
|
display: flex;
|
|
329
332
|
padding-left: var(--datepicker-header-padding-horizontal);
|
|
330
333
|
padding-right: var(--datepicker-header-padding-horizontal);
|
|
331
|
-
@if mixin-exists(hook-datepicker-header) {
|
|
334
|
+
@if meta.mixin-exists('hook-datepicker-header') {
|
|
332
335
|
@include hook-datepicker-header;
|
|
333
336
|
}
|
|
334
337
|
}
|
|
@@ -340,7 +343,7 @@
|
|
|
340
343
|
font-weight: var(--datepicker-header-font-weight);
|
|
341
344
|
justify-content: center;
|
|
342
345
|
line-height: var(--datepicker-header-height);
|
|
343
|
-
@if mixin-exists(hook-datepicker-header-view) {
|
|
346
|
+
@if meta.mixin-exists('hook-datepicker-header-view') {
|
|
344
347
|
@include hook-datepicker-header-view;
|
|
345
348
|
}
|
|
346
349
|
}
|
|
@@ -348,7 +351,7 @@
|
|
|
348
351
|
/* Body and content */
|
|
349
352
|
.uk-datepicker-body {
|
|
350
353
|
padding: var(--datepicker-body-padding-vertical) var(--datepicker-body-padding-horizontal);
|
|
351
|
-
@if mixin-exists(hook-datepicker-body) {
|
|
354
|
+
@if meta.mixin-exists('hook-datepicker-body') {
|
|
352
355
|
@include hook-datepicker-body;
|
|
353
356
|
}
|
|
354
357
|
}
|
|
@@ -358,7 +361,7 @@
|
|
|
358
361
|
table-layout: fixed;
|
|
359
362
|
text-align: center;
|
|
360
363
|
width: 100%;
|
|
361
|
-
@if mixin-exists(hook-datepicker-content) {
|
|
364
|
+
@if meta.mixin-exists('hook-datepicker-content') {
|
|
362
365
|
@include hook-datepicker-content;
|
|
363
366
|
}
|
|
364
367
|
}
|
|
@@ -457,7 +460,7 @@
|
|
|
457
460
|
.uk-datepicker-footer {
|
|
458
461
|
border-top: var(--datepicker-border-width) var(--datepicker-border-style) var(--datepicker-border);
|
|
459
462
|
padding: var(--datepicker-footer-padding-vertical) var(--datepicker-footer-padding-horizontal);
|
|
460
|
-
@if mixin-exists(hook-datepicker-footer) {
|
|
463
|
+
@if meta.mixin-exists('hook-datepicker-footer') {
|
|
461
464
|
@include hook-datepicker-footer;
|
|
462
465
|
}
|
|
463
466
|
}
|
|
@@ -471,7 +474,7 @@
|
|
|
471
474
|
overflow: hidden;
|
|
472
475
|
padding-inline: var(--datepicker-footer-ranges-padding-vertical) var(--datepicker-footer-ranges-padding-horizontal);
|
|
473
476
|
text-align: start;
|
|
474
|
-
@if mixin-exists(hook-datepicker-ranges) {
|
|
477
|
+
@if meta.mixin-exists('hook-datepicker-ranges') {
|
|
475
478
|
@include hook-datepicker-ranges;
|
|
476
479
|
}
|
|
477
480
|
}
|
|
@@ -491,7 +494,7 @@
|
|
|
491
494
|
padding: var(--datepicker-cell-padding) calc(var(--datepicker-cell-padding) / 2);
|
|
492
495
|
position: relative;
|
|
493
496
|
transition: background var(--transition-medium-fast-duration);
|
|
494
|
-
@if mixin-exists(hook-datepicker-cell) {
|
|
497
|
+
@if meta.mixin-exists('hook-datepicker-cell') {
|
|
495
498
|
@include hook-datepicker-cell;
|
|
496
499
|
}
|
|
497
500
|
}
|
|
@@ -519,7 +522,7 @@
|
|
|
519
522
|
min-width: var(--datepicker-cell-height);
|
|
520
523
|
position: relative;
|
|
521
524
|
z-index: 2;
|
|
522
|
-
@if mixin-exists(hook-datepicker-cell-inner) {
|
|
525
|
+
@if meta.mixin-exists('hook-datepicker-cell-inner') {
|
|
523
526
|
@include hook-datepicker-cell-inner;
|
|
524
527
|
}
|
|
525
528
|
}
|
|
@@ -633,7 +636,7 @@
|
|
|
633
636
|
text-align: start;
|
|
634
637
|
transition: background var(--transition-medium-fast-duration);
|
|
635
638
|
width: var(--datepicker-time-column-width);
|
|
636
|
-
@if mixin-exists(hook-datepicker-time-panel-column) {
|
|
639
|
+
@if meta.mixin-exists('hook-datepicker-time-panel-column') {
|
|
637
640
|
@include hook-datepicker-time-panel-column;
|
|
638
641
|
}
|
|
639
642
|
}
|
|
@@ -699,7 +702,7 @@
|
|
|
699
702
|
margin-inline-start: calc(var(--datepicker-suffix-padding-horizontal) / 2);
|
|
700
703
|
pointer-events: none;
|
|
701
704
|
transition: opacity var(--transition-medium-fast-duration),
|
|
702
|
-
|
|
705
|
+
color var(--transition-medium-fast-duration);
|
|
703
706
|
}
|
|
704
707
|
|
|
705
708
|
.uk-datepicker:hover .uk-datepicker-suffix:not(:last-child) {
|
|
@@ -730,7 +733,6 @@
|
|
|
730
733
|
.uk-datepicker-dropdown {
|
|
731
734
|
background-color: var(--datepicker-dropdown-background);
|
|
732
735
|
border: var(--datepicker-dropdown-border-width) var(--datepicker-dropdown-border-style) var(--datepicker-dropdown-border);
|
|
733
|
-
border-radius: var(--datepicker-dropdown-border-radius);
|
|
734
736
|
font-variant: initial;
|
|
735
737
|
left: -9999px;
|
|
736
738
|
max-width: fit-content;
|
|
@@ -740,7 +742,7 @@
|
|
|
740
742
|
position: absolute;
|
|
741
743
|
top: -9999px;
|
|
742
744
|
z-index: calc(var(--global-z-index) + 30);
|
|
743
|
-
@if mixin-exists(hook-datepicker-dropdown) {
|
|
745
|
+
@if meta.mixin-exists('hook-datepicker-dropdown') {
|
|
744
746
|
@include hook-datepicker-dropdown;
|
|
745
747
|
}
|
|
746
748
|
}
|
|
@@ -824,9 +826,8 @@
|
|
|
824
826
|
--datepicker-suffix-color: var(--global-muted-color);
|
|
825
827
|
--datepicker-suffix-padding-horizontal: var(--global-small-gutter);
|
|
826
828
|
--datepicker-clear-color: var(--global-color);
|
|
827
|
-
--datepicker-dropdown-background:
|
|
829
|
+
--datepicker-dropdown-background: var(--global-muted-background);
|
|
828
830
|
--datepicker-dropdown-border: var(--global-border);
|
|
829
831
|
--datepicker-dropdown-border-style: var(--global-border-style);
|
|
830
832
|
--datepicker-dropdown-border-width: var(--global-border-width);
|
|
831
|
-
--datepicker-dropdown-border-radius: var(--global-border-radius);
|
|
832
833
|
}
|
|
@@ -7,11 +7,13 @@
|
|
|
7
7
|
//
|
|
8
8
|
// ========================================================================
|
|
9
9
|
|
|
10
|
+
@use 'sass:meta';
|
|
11
|
+
|
|
10
12
|
|
|
11
13
|
// Variables
|
|
12
14
|
// ========================================================================
|
|
13
15
|
|
|
14
|
-
@
|
|
16
|
+
@use 'variables' as *;
|
|
15
17
|
|
|
16
18
|
|
|
17
19
|
/* ========================================================================
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
|
|
25
27
|
.uk-description-list > dt {
|
|
26
28
|
color: var(--description-list-term-color);
|
|
27
|
-
@if mixin-exists(hook-description-list-term) {
|
|
29
|
+
@if meta.mixin-exists('hook-description-list-term') {
|
|
28
30
|
@include hook-description-list-term;
|
|
29
31
|
}
|
|
30
32
|
}
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
*/
|
|
39
41
|
|
|
40
42
|
.uk-description-list > dd {
|
|
41
|
-
@if mixin-exists(hook-description-list-description) {
|
|
43
|
+
@if meta.mixin-exists('hook-description-list-description') {
|
|
42
44
|
@include hook-description-list-description;
|
|
43
45
|
}
|
|
44
46
|
}
|
|
@@ -55,7 +57,7 @@
|
|
|
55
57
|
border-top: var(--description-list-divider-term-border-width) solid var(--description-list-divider-term-border);
|
|
56
58
|
margin-top: var(--description-list-divider-term-margin-top);
|
|
57
59
|
padding-top: var(--description-list-divider-term-margin-top);
|
|
58
|
-
@if mixin-exists(hook-description-list-divider-term) {
|
|
60
|
+
@if meta.mixin-exists('hook-description-list-divider-term') {
|
|
59
61
|
@include hook-description-list-divider-term;
|
|
60
62
|
}
|
|
61
63
|
}
|
|
@@ -64,7 +66,7 @@
|
|
|
64
66
|
// Hooks
|
|
65
67
|
// ========================================================================
|
|
66
68
|
|
|
67
|
-
@if mixin-exists(hook-description-list-misc) {
|
|
69
|
+
@if meta.mixin-exists('hook-description-list-misc') {
|
|
68
70
|
@include hook-description-list-misc;
|
|
69
71
|
}
|
|
70
72
|
|
|
@@ -7,11 +7,13 @@
|
|
|
7
7
|
//
|
|
8
8
|
// ========================================================================
|
|
9
9
|
|
|
10
|
+
@use 'sass:meta';
|
|
11
|
+
|
|
10
12
|
|
|
11
13
|
// Variables
|
|
12
14
|
// ========================================================================
|
|
13
15
|
|
|
14
|
-
@
|
|
16
|
+
@use 'variables' as *;
|
|
15
17
|
|
|
16
18
|
|
|
17
19
|
/* ========================================================================
|
|
@@ -45,10 +47,10 @@
|
|
|
45
47
|
background-repeat: no-repeat;
|
|
46
48
|
height: var(--divider-icon-height);
|
|
47
49
|
position: relative;
|
|
48
|
-
@if mixin-exists(svg-fill) {
|
|
50
|
+
@if meta.mixin-exists('svg-fill') {
|
|
49
51
|
@include svg-fill($internal-divider-icon-image, '#000', $divider-icon-color);
|
|
50
52
|
}
|
|
51
|
-
@if mixin-exists(hook-divider-icon) {
|
|
53
|
+
@if meta.mixin-exists('hook-divider-icon') {
|
|
52
54
|
@include hook-divider-icon;
|
|
53
55
|
}
|
|
54
56
|
}
|
|
@@ -60,7 +62,7 @@
|
|
|
60
62
|
max-width: calc(50% - (var(--divider-icon-width) / 2));
|
|
61
63
|
position: absolute;
|
|
62
64
|
top: var(--divider-icon-line-top);
|
|
63
|
-
@if mixin-exists(hook-divider-icon-line) {
|
|
65
|
+
@if meta.mixin-exists('hook-divider-icon-line') {
|
|
64
66
|
@include hook-divider-icon-line;
|
|
65
67
|
}
|
|
66
68
|
}
|
|
@@ -68,7 +70,7 @@
|
|
|
68
70
|
.uk-divider-icon::before {
|
|
69
71
|
right: calc(50% + (var(--divider-icon-width) / 2));
|
|
70
72
|
width: var(--divider-icon-line-width);
|
|
71
|
-
@if mixin-exists(hook-divider-icon-line-left) {
|
|
73
|
+
@if meta.mixin-exists('hook-divider-icon-line-left') {
|
|
72
74
|
@include hook-divider-icon-line-left;
|
|
73
75
|
}
|
|
74
76
|
}
|
|
@@ -76,7 +78,7 @@
|
|
|
76
78
|
.uk-divider-icon::after {
|
|
77
79
|
left: calc(50% + (var(--divider-icon-width) / 2));
|
|
78
80
|
width: var(--divider-icon-line-width);
|
|
79
|
-
@if mixin-exists(hook-divider-icon-line-right) {
|
|
81
|
+
@if meta.mixin-exists('hook-divider-icon-line-right') {
|
|
80
82
|
@include hook-divider-icon-line-right;
|
|
81
83
|
}
|
|
82
84
|
}
|
|
@@ -103,7 +105,7 @@
|
|
|
103
105
|
max-width: 100%;
|
|
104
106
|
vertical-align: top;
|
|
105
107
|
width: var(--divider-small-width);
|
|
106
|
-
@if mixin-exists(hook-divider-small) {
|
|
108
|
+
@if meta.mixin-exists('hook-divider-small') {
|
|
107
109
|
@include hook-divider-small;
|
|
108
110
|
}
|
|
109
111
|
}
|
|
@@ -118,7 +120,7 @@
|
|
|
118
120
|
margin-left: auto;
|
|
119
121
|
margin-right: auto;
|
|
120
122
|
width: 1px;
|
|
121
|
-
@if mixin-exists(hook-divider-vertical) {
|
|
123
|
+
@if meta.mixin-exists('hook-divider-vertical') {
|
|
122
124
|
@include hook-divider-vertical;
|
|
123
125
|
}
|
|
124
126
|
}
|
|
@@ -127,7 +129,7 @@
|
|
|
127
129
|
// Hooks
|
|
128
130
|
// ========================================================================
|
|
129
131
|
|
|
130
|
-
@if mixin-exists(hook-divider-misc) {
|
|
132
|
+
@if meta.mixin-exists('hook-divider-misc') {
|
|
131
133
|
@include hook-divider-misc;
|
|
132
134
|
}
|
|
133
135
|
|
|
@@ -9,11 +9,13 @@
|
|
|
9
9
|
//
|
|
10
10
|
// ========================================================================
|
|
11
11
|
|
|
12
|
+
@use 'sass:meta';
|
|
13
|
+
|
|
12
14
|
|
|
13
15
|
// Variables
|
|
14
16
|
// ========================================================================
|
|
15
17
|
|
|
16
|
-
@
|
|
18
|
+
@use 'variables' as *;
|
|
17
19
|
|
|
18
20
|
|
|
19
21
|
/* ========================================================================
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
/* 2 */
|
|
37
39
|
margin: 0 0 0 /* 3 */ calc(var(--dotnav-margin-horizontal) * -1);
|
|
38
40
|
padding: 0;
|
|
39
|
-
@if mixin-exists(hook-dotnav) {
|
|
41
|
+
@if meta.mixin-exists('hook-dotnav') {
|
|
40
42
|
@include hook-dotnav;
|
|
41
43
|
}
|
|
42
44
|
}
|
|
@@ -75,7 +77,7 @@
|
|
|
75
77
|
text-indent: 100%;
|
|
76
78
|
white-space: nowrap;
|
|
77
79
|
width: var(--dotnav-item-width);
|
|
78
|
-
@if mixin-exists(hook-dotnav-item) {
|
|
80
|
+
@if meta.mixin-exists('hook-dotnav-item') {
|
|
79
81
|
@include hook-dotnav-item;
|
|
80
82
|
}
|
|
81
83
|
}
|
|
@@ -85,7 +87,7 @@
|
|
|
85
87
|
.uk-dotnav > * > :focus {
|
|
86
88
|
background-color: var(--dotnav-item-hover-background);
|
|
87
89
|
outline: none;
|
|
88
|
-
@if mixin-exists(hook-dotnav-item-hover) {
|
|
90
|
+
@if meta.mixin-exists('hook-dotnav-item-hover') {
|
|
89
91
|
@include hook-dotnav-item-hover;
|
|
90
92
|
}
|
|
91
93
|
}
|
|
@@ -93,7 +95,7 @@
|
|
|
93
95
|
/* OnClick */
|
|
94
96
|
.uk-dotnav > * > :active {
|
|
95
97
|
background-color: var(--dotnav-item-onclick-background);
|
|
96
|
-
@if mixin-exists(hook-dotnav-item-onclick) {
|
|
98
|
+
@if meta.mixin-exists('hook-dotnav-item-onclick') {
|
|
97
99
|
@include hook-dotnav-item-onclick;
|
|
98
100
|
}
|
|
99
101
|
}
|
|
@@ -101,7 +103,7 @@
|
|
|
101
103
|
/* Active */
|
|
102
104
|
.uk-dotnav > .uk-active > * {
|
|
103
105
|
background-color: var(--dotnav-item-active-background);
|
|
104
|
-
@if mixin-exists(hook-dotnav-item-active) {
|
|
106
|
+
@if meta.mixin-exists('hook-dotnav-item-active') {
|
|
105
107
|
@include hook-dotnav-item-active;
|
|
106
108
|
}
|
|
107
109
|
}
|
|
@@ -135,7 +137,7 @@
|
|
|
135
137
|
// Hooks
|
|
136
138
|
// ========================================================================
|
|
137
139
|
|
|
138
|
-
@if mixin-exists(hook-dotnav-misc) {
|
|
140
|
+
@if meta.mixin-exists('hook-dotnav-misc') {
|
|
139
141
|
@include hook-dotnav-misc;
|
|
140
142
|
}
|
|
141
143
|
|
|
@@ -19,11 +19,13 @@
|
|
|
19
19
|
//
|
|
20
20
|
// ========================================================================
|
|
21
21
|
|
|
22
|
+
@use 'sass:meta';
|
|
23
|
+
|
|
22
24
|
|
|
23
25
|
// Variables
|
|
24
26
|
// ========================================================================
|
|
25
27
|
|
|
26
|
-
@
|
|
28
|
+
@use 'variables' as *;
|
|
27
29
|
|
|
28
30
|
|
|
29
31
|
/* ========================================================================
|
|
@@ -35,7 +37,7 @@
|
|
|
35
37
|
inset: 0;
|
|
36
38
|
position: fixed;
|
|
37
39
|
z-index: var(--drawer-z-index);
|
|
38
|
-
@if mixin-exists(hook-drawer) {
|
|
40
|
+
@if meta.mixin-exists('hook-drawer') {
|
|
39
41
|
@include hook-drawer;
|
|
40
42
|
}
|
|
41
43
|
}
|
|
@@ -74,7 +76,7 @@
|
|
|
74
76
|
.uk-drawer-content-wrapper {
|
|
75
77
|
position: absolute;
|
|
76
78
|
transition: var(--drawer-transition-duration) var(--ease-in-out);
|
|
77
|
-
@if mixin-exists(hook-drawer-content-wrapper) {
|
|
79
|
+
@if meta.mixin-exists('hook-drawer-content-wrapper') {
|
|
78
80
|
@include hook-drawer-content-wrapper;
|
|
79
81
|
}
|
|
80
82
|
}
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
position: relative;
|
|
93
95
|
width: 100%;
|
|
94
96
|
z-index: 1;
|
|
95
|
-
@if mixin-exists(hook-drawer-content) {
|
|
97
|
+
@if meta.mixin-exists('hook-drawer-content') {
|
|
96
98
|
@include hook-drawer-content;
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -514,14 +516,14 @@
|
|
|
514
516
|
inset: 0;
|
|
515
517
|
pointer-events: none;
|
|
516
518
|
position: absolute;
|
|
517
|
-
@if mixin-exists(hook-drawer-mask) {
|
|
519
|
+
@if meta.mixin-exists('hook-drawer-mask') {
|
|
518
520
|
@include hook-drawer-mask;
|
|
519
521
|
}
|
|
520
522
|
}
|
|
521
523
|
|
|
522
524
|
.uk-drawer-animation .uk-drawer-mask {
|
|
523
525
|
pointer-events: auto;
|
|
524
|
-
@if mixin-exists(hook-drawer-mask-open) {
|
|
526
|
+
@if meta.mixin-exists('hook-drawer-mask-open') {
|
|
525
527
|
@include hook-drawer-mask-open;
|
|
526
528
|
}
|
|
527
529
|
}
|
|
@@ -540,7 +542,7 @@
|
|
|
540
542
|
right: var(--drawer-close-position);
|
|
541
543
|
top: var(--drawer-close-position);
|
|
542
544
|
z-index: var(--drawer-z-index);
|
|
543
|
-
@if mixin-exists(hook-drawer-close) {
|
|
545
|
+
@if meta.mixin-exists('hook-drawer-close') {
|
|
544
546
|
@include hook-drawer-close;
|
|
545
547
|
}
|
|
546
548
|
}
|
|
@@ -558,7 +560,7 @@
|
|
|
558
560
|
*/
|
|
559
561
|
|
|
560
562
|
.uk-drawer-close:hover {
|
|
561
|
-
@if mixin-exists(hook-drawer-close-hover) {
|
|
563
|
+
@if meta.mixin-exists('hook-drawer-close-hover') {
|
|
562
564
|
@include hook-drawer-close-hover;
|
|
563
565
|
}
|
|
564
566
|
}
|
|
@@ -14,11 +14,13 @@
|
|
|
14
14
|
//
|
|
15
15
|
// ========================================================================
|
|
16
16
|
|
|
17
|
+
@use 'sass:meta';
|
|
18
|
+
|
|
17
19
|
|
|
18
20
|
// Variables
|
|
19
21
|
// ========================================================================
|
|
20
22
|
|
|
21
|
-
@
|
|
23
|
+
@use 'variables' as *;
|
|
22
24
|
|
|
23
25
|
|
|
24
26
|
/* ========================================================================
|
|
@@ -53,14 +55,14 @@
|
|
|
53
55
|
opacity: 0;
|
|
54
56
|
pointer-events: none;
|
|
55
57
|
position: fixed;
|
|
56
|
-
@if mixin-exists(hook-drop-mask) {
|
|
58
|
+
@if meta.mixin-exists('hook-drop-mask') {
|
|
57
59
|
@include hook-drop-mask;
|
|
58
60
|
}
|
|
59
61
|
}
|
|
60
62
|
|
|
61
63
|
.uk-drop-mask.uk-active {
|
|
62
64
|
opacity: 1;
|
|
63
|
-
@if mixin-exists(hook-drop-mask-active) {
|
|
65
|
+
@if meta.mixin-exists('hook-drop-mask-active') {
|
|
64
66
|
@include hook-drop-mask-active;
|
|
65
67
|
}
|
|
66
68
|
}
|
|
@@ -75,7 +77,7 @@
|
|
|
75
77
|
// Hooks
|
|
76
78
|
// ========================================================================
|
|
77
79
|
|
|
78
|
-
@if mixin-exists(hook-drop-misc) {
|
|
80
|
+
@if meta.mixin-exists('hook-drop-misc') {
|
|
79
81
|
@include hook-drop-misc;
|
|
80
82
|
}
|
|
81
83
|
|
|
@@ -84,6 +86,7 @@
|
|
|
84
86
|
// ========================================================================
|
|
85
87
|
|
|
86
88
|
:root {
|
|
89
|
+
--drop-mask-background: #{$drop-mask-background};
|
|
87
90
|
--drop-margin: var(--global-margin);
|
|
88
91
|
--drop-width: #{$drop-width};
|
|
89
92
|
--drop-z-index: calc(var(--global-z-index) + 20);
|