@broxus/react-uikit 0.17.4 → 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/Accordion.d.ts +1 -1
- package/dist/cjs/components/Accordion/Accordion.js +2 -2
- package/dist/cjs/components/Accordion/Item.d.ts +4 -3
- package/dist/cjs/components/Accordion/Item.js +2 -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 +1 -2
- package/dist/cjs/components/Alert/index.js +8 -10
- 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/Component/index.d.ts +0 -2
- 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/Checkbox.js +14 -7
- package/dist/cjs/components/Control/Checkbox/Group.d.ts +1 -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 +1 -2
- package/dist/cjs/components/Control/Input/Number/index.d.ts +0 -2
- package/dist/cjs/components/Control/Input/Number/index.js +3 -5
- 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/Input/types.d.ts +2 -2
- package/dist/cjs/components/Control/Input/useInput.d.ts +2 -2
- package/dist/cjs/components/Control/Radio/Group.js +1 -1
- package/dist/cjs/components/Control/Radio/Radio.js +13 -9
- 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 +3 -5
- package/dist/cjs/components/Control/Select/index.js +14 -53
- package/dist/cjs/components/Control/TextArea/index.d.ts +1 -3
- package/dist/cjs/components/Control/TextArea/index.js +3 -5
- package/dist/cjs/components/Cover/index.d.ts +0 -1
- package/dist/cjs/components/Cover/index.js +1 -3
- package/dist/cjs/components/DatePicker/generatePicker.d.ts +1 -1
- package/dist/cjs/components/DatePicker/generatePurePicker.d.ts +1 -1
- package/dist/cjs/components/DatePicker/generatePurePicker.js +3 -4
- package/dist/cjs/components/DatePicker/generateSinglePicker.d.ts +1 -1
- package/dist/cjs/components/DatePicker/generateSinglePicker.js +5 -5
- package/dist/cjs/components/DatePicker/index.d.ts +8 -1
- package/dist/cjs/components/DatePicker/index.js +9 -3
- package/dist/cjs/components/DatePicker/locale/ar_EG.js +1 -1
- package/dist/cjs/components/DatePicker/locale/az_AZ.js +1 -1
- package/dist/cjs/components/DatePicker/locale/bg_BG.js +1 -1
- package/dist/cjs/components/DatePicker/locale/bn_BD.js +1 -1
- package/dist/cjs/components/DatePicker/locale/by_BY.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ca_ES.js +1 -1
- package/dist/cjs/components/DatePicker/locale/cs_CZ.js +1 -1
- package/dist/cjs/components/DatePicker/locale/da_DK.js +1 -1
- package/dist/cjs/components/DatePicker/locale/de_DE.js +1 -1
- package/dist/cjs/components/DatePicker/locale/el_GR.js +1 -1
- package/dist/cjs/components/DatePicker/locale/en_GB.js +1 -1
- package/dist/cjs/components/DatePicker/locale/en_US.js +1 -1
- package/dist/cjs/components/DatePicker/locale/es_ES.js +1 -1
- package/dist/cjs/components/DatePicker/locale/et_EE.js +1 -1
- package/dist/cjs/components/DatePicker/locale/eu_ES.js +1 -1
- package/dist/cjs/components/DatePicker/locale/fa_IR.js +1 -1
- package/dist/cjs/components/DatePicker/locale/fi_FI.js +1 -1
- package/dist/cjs/components/DatePicker/locale/fr_BE.js +1 -1
- package/dist/cjs/components/DatePicker/locale/fr_CA.js +1 -1
- package/dist/cjs/components/DatePicker/locale/fr_FR.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ga_IE.js +1 -1
- package/dist/cjs/components/DatePicker/locale/gl_ES.js +1 -1
- package/dist/cjs/components/DatePicker/locale/he_IL.js +1 -1
- package/dist/cjs/components/DatePicker/locale/hi_IN.js +1 -1
- package/dist/cjs/components/DatePicker/locale/hr_HR.js +1 -1
- package/dist/cjs/components/DatePicker/locale/hu_HU.js +1 -1
- package/dist/cjs/components/DatePicker/locale/id_ID.js +1 -1
- package/dist/cjs/components/DatePicker/locale/is_IS.js +1 -1
- package/dist/cjs/components/DatePicker/locale/it_IT.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ja_JP.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ka_GE.js +1 -1
- package/dist/cjs/components/DatePicker/locale/kk_KZ.js +1 -1
- package/dist/cjs/components/DatePicker/locale/km_KH.js +1 -1
- package/dist/cjs/components/DatePicker/locale/kmr_IQ.js +1 -1
- package/dist/cjs/components/DatePicker/locale/kn_IN.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ko_KR.js +1 -1
- package/dist/cjs/components/DatePicker/locale/lt_LT.js +1 -1
- package/dist/cjs/components/DatePicker/locale/lv_LV.js +1 -1
- package/dist/cjs/components/DatePicker/locale/mk_MK.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ml_IN.js +1 -1
- package/dist/cjs/components/DatePicker/locale/mn_MN.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ms_MY.js +1 -1
- package/dist/cjs/components/DatePicker/locale/my_MM.js +1 -1
- package/dist/cjs/components/DatePicker/locale/nb_NO.js +1 -1
- package/dist/cjs/components/DatePicker/locale/nl_BE.js +1 -1
- package/dist/cjs/components/DatePicker/locale/nl_NL.js +1 -1
- package/dist/cjs/components/DatePicker/locale/pl_PL.js +1 -1
- package/dist/cjs/components/DatePicker/locale/pt_BR.js +1 -1
- package/dist/cjs/components/DatePicker/locale/pt_PT.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ro_RO.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ru_RU.js +1 -1
- package/dist/cjs/components/DatePicker/locale/si_LK.js +1 -1
- package/dist/cjs/components/DatePicker/locale/sk_SK.js +1 -1
- package/dist/cjs/components/DatePicker/locale/sl_SI.js +2 -24
- package/dist/cjs/components/DatePicker/locale/sr_RS.js +1 -1
- package/dist/cjs/components/DatePicker/locale/sv_SE.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ta_IN.js +1 -1
- package/dist/cjs/components/DatePicker/locale/th_TH.js +1 -1
- package/dist/cjs/components/DatePicker/locale/tk_TK.js +1 -1
- package/dist/cjs/components/DatePicker/locale/tr_TR.js +1 -1
- package/dist/cjs/components/DatePicker/locale/uk_UA.js +1 -1
- package/dist/cjs/components/DatePicker/locale/ur_PK.js +1 -1
- package/dist/cjs/components/DatePicker/locale/uz_UZ.js +1 -1
- package/dist/cjs/components/DatePicker/locale/vi_VN.js +1 -1
- package/dist/cjs/components/DatePicker/locale/zh_CN.js +1 -1
- package/dist/cjs/components/DatePicker/locale/zh_TW.js +1 -1
- package/dist/cjs/components/DatePicker/placements.d.ts +1 -1
- package/dist/cjs/components/DatePicker/types.d.ts +3 -3
- package/dist/cjs/components/DatePicker/useComponents.d.ts +1 -1
- package/dist/cjs/components/DatePicker/utils.d.ts +1 -1
- 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 +1 -2
- package/dist/cjs/components/Drawer/index.js +6 -4
- package/dist/cjs/components/Drop/index.d.ts +3 -5
- package/dist/cjs/components/Drop/index.js +9 -9
- package/dist/cjs/components/Drop/placements.d.ts +1 -1
- 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 +5 -3
- package/dist/cjs/components/Nav/Group/index.d.ts +1 -1
- package/dist/cjs/components/Nav/Group/index.js +2 -3
- package/dist/cjs/components/Nav/Item/InternalNavItem.d.ts +4 -1
- package/dist/cjs/components/Nav/Item/InternalNavItem.js +23 -7
- package/dist/cjs/components/Nav/Item/LegacyNavItem.js +2 -2
- 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/Nav.js +1 -1
- package/dist/cjs/components/Nav/Sub/InlineSubNavList.d.ts +4 -1
- package/dist/cjs/components/Nav/Sub/InlineSubNavList.js +6 -4
- package/dist/cjs/components/Nav/Sub/PopupTrigger.d.ts +4 -1
- package/dist/cjs/components/Nav/Sub/PopupTrigger.js +9 -7
- 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 +4 -5
- package/dist/cjs/components/Nav/context/IdContext.js +1 -1
- package/dist/cjs/components/Nav/context/NavContext.d.ts +2 -2
- package/dist/cjs/components/Nav/context/NavContext.js +3 -4
- 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/hooks/useAccessibility.d.ts +1 -1
- package/dist/cjs/components/Nav/hooks/useAccessibility.js +6 -6
- package/dist/cjs/components/Nav/hooks/useKeyRecords.js +1 -1
- package/dist/cjs/components/Nav/hooks/useMemoCallback.d.ts +1 -1
- package/dist/cjs/components/Nav/hooks/useUUID.js +1 -1
- package/dist/cjs/components/Nav/index.d.ts +0 -1
- package/dist/cjs/components/Nav/index.js +0 -1
- package/dist/cjs/components/Nav/types.d.ts +2 -1
- package/dist/cjs/components/Nav/utils/alignUtil.d.ts +1 -1
- package/dist/cjs/components/Nav/utils/motionUtil.d.ts +1 -1
- package/dist/cjs/components/Nav/utils/nodeUtil.js +1 -1
- package/dist/cjs/components/Nav/utils/warnUtil.js +1 -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 +1 -2
- package/dist/cjs/components/Switch/index.js +2 -3
- package/dist/cjs/components/Tabs/hooks/useAnimateConfig.d.ts +1 -1
- package/dist/cjs/components/Tabs/index.d.ts +1 -2
- package/dist/cjs/components/Tabs/index.js +2 -3
- 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/Accordion.d.ts +1 -1
- package/dist/esm/components/Accordion/Accordion.js +1 -1
- package/dist/esm/components/Accordion/Item.d.ts +4 -3
- package/dist/esm/components/Accordion/Item.js +1 -1
- 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 +1 -2
- package/dist/esm/components/Alert/index.js +7 -9
- 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/Component/index.d.ts +0 -2
- 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/Checkbox.js +14 -7
- package/dist/esm/components/Control/Checkbox/Group.d.ts +1 -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 +1 -2
- package/dist/esm/components/Control/Input/Number/index.d.ts +0 -2
- package/dist/esm/components/Control/Input/Number/index.js +2 -4
- 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/Input/types.d.ts +2 -2
- package/dist/esm/components/Control/Input/useInput.d.ts +2 -2
- package/dist/esm/components/Control/Radio/Group.js +1 -1
- package/dist/esm/components/Control/Radio/Radio.js +13 -9
- 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 +3 -5
- package/dist/esm/components/Control/Select/index.js +12 -51
- package/dist/esm/components/Control/TextArea/index.d.ts +1 -3
- package/dist/esm/components/Control/TextArea/index.js +2 -4
- package/dist/esm/components/Cover/index.d.ts +0 -1
- package/dist/esm/components/Cover/index.js +1 -3
- package/dist/esm/components/DatePicker/generatePicker.d.ts +1 -1
- package/dist/esm/components/DatePicker/generatePurePicker.d.ts +1 -1
- package/dist/esm/components/DatePicker/generatePurePicker.js +3 -4
- package/dist/esm/components/DatePicker/generateSinglePicker.d.ts +1 -1
- package/dist/esm/components/DatePicker/generateSinglePicker.js +5 -5
- package/dist/esm/components/DatePicker/index.d.ts +8 -1
- package/dist/esm/components/DatePicker/index.js +8 -2
- package/dist/esm/components/DatePicker/locale/ar_EG.js +1 -1
- package/dist/esm/components/DatePicker/locale/az_AZ.js +1 -1
- package/dist/esm/components/DatePicker/locale/bg_BG.js +1 -1
- package/dist/esm/components/DatePicker/locale/bn_BD.js +1 -1
- package/dist/esm/components/DatePicker/locale/by_BY.js +1 -1
- package/dist/esm/components/DatePicker/locale/ca_ES.js +1 -1
- package/dist/esm/components/DatePicker/locale/cs_CZ.js +1 -1
- package/dist/esm/components/DatePicker/locale/da_DK.js +1 -1
- package/dist/esm/components/DatePicker/locale/de_DE.js +1 -1
- package/dist/esm/components/DatePicker/locale/el_GR.js +1 -1
- package/dist/esm/components/DatePicker/locale/en_GB.js +1 -1
- package/dist/esm/components/DatePicker/locale/en_US.js +1 -1
- package/dist/esm/components/DatePicker/locale/es_ES.js +1 -1
- package/dist/esm/components/DatePicker/locale/et_EE.js +1 -1
- package/dist/esm/components/DatePicker/locale/eu_ES.js +1 -1
- package/dist/esm/components/DatePicker/locale/fa_IR.js +1 -1
- package/dist/esm/components/DatePicker/locale/fi_FI.js +1 -1
- package/dist/esm/components/DatePicker/locale/fr_BE.js +1 -1
- package/dist/esm/components/DatePicker/locale/fr_CA.js +1 -1
- package/dist/esm/components/DatePicker/locale/fr_FR.js +1 -1
- package/dist/esm/components/DatePicker/locale/ga_IE.js +1 -1
- package/dist/esm/components/DatePicker/locale/gl_ES.js +1 -1
- package/dist/esm/components/DatePicker/locale/he_IL.js +1 -1
- package/dist/esm/components/DatePicker/locale/hi_IN.js +1 -1
- package/dist/esm/components/DatePicker/locale/hr_HR.js +1 -1
- package/dist/esm/components/DatePicker/locale/hu_HU.js +1 -1
- package/dist/esm/components/DatePicker/locale/id_ID.js +1 -1
- package/dist/esm/components/DatePicker/locale/is_IS.js +1 -1
- package/dist/esm/components/DatePicker/locale/it_IT.js +1 -1
- package/dist/esm/components/DatePicker/locale/ja_JP.js +1 -1
- package/dist/esm/components/DatePicker/locale/ka_GE.js +1 -1
- package/dist/esm/components/DatePicker/locale/kk_KZ.js +1 -1
- package/dist/esm/components/DatePicker/locale/km_KH.js +1 -1
- package/dist/esm/components/DatePicker/locale/kmr_IQ.js +1 -1
- package/dist/esm/components/DatePicker/locale/kn_IN.js +1 -1
- package/dist/esm/components/DatePicker/locale/ko_KR.js +1 -1
- package/dist/esm/components/DatePicker/locale/lt_LT.js +1 -1
- package/dist/esm/components/DatePicker/locale/lv_LV.js +1 -1
- package/dist/esm/components/DatePicker/locale/mk_MK.js +1 -1
- package/dist/esm/components/DatePicker/locale/ml_IN.js +1 -1
- package/dist/esm/components/DatePicker/locale/mn_MN.js +1 -1
- package/dist/esm/components/DatePicker/locale/ms_MY.js +1 -1
- package/dist/esm/components/DatePicker/locale/my_MM.js +1 -1
- package/dist/esm/components/DatePicker/locale/nb_NO.js +1 -1
- package/dist/esm/components/DatePicker/locale/nl_BE.js +1 -1
- package/dist/esm/components/DatePicker/locale/nl_NL.js +1 -1
- package/dist/esm/components/DatePicker/locale/pl_PL.js +1 -1
- package/dist/esm/components/DatePicker/locale/pt_BR.js +1 -1
- package/dist/esm/components/DatePicker/locale/pt_PT.js +1 -1
- package/dist/esm/components/DatePicker/locale/ro_RO.js +1 -1
- package/dist/esm/components/DatePicker/locale/ru_RU.js +1 -1
- package/dist/esm/components/DatePicker/locale/si_LK.js +1 -1
- package/dist/esm/components/DatePicker/locale/sk_SK.js +1 -1
- package/dist/esm/components/DatePicker/locale/sl_SI.js +2 -24
- package/dist/esm/components/DatePicker/locale/sr_RS.js +1 -1
- package/dist/esm/components/DatePicker/locale/sv_SE.js +1 -1
- package/dist/esm/components/DatePicker/locale/ta_IN.js +1 -1
- package/dist/esm/components/DatePicker/locale/th_TH.js +1 -1
- package/dist/esm/components/DatePicker/locale/tk_TK.js +1 -1
- package/dist/esm/components/DatePicker/locale/tr_TR.js +1 -1
- package/dist/esm/components/DatePicker/locale/uk_UA.js +1 -1
- package/dist/esm/components/DatePicker/locale/ur_PK.js +1 -1
- package/dist/esm/components/DatePicker/locale/uz_UZ.js +1 -1
- package/dist/esm/components/DatePicker/locale/vi_VN.js +1 -1
- package/dist/esm/components/DatePicker/locale/zh_CN.js +1 -1
- package/dist/esm/components/DatePicker/locale/zh_TW.js +1 -1
- package/dist/esm/components/DatePicker/placements.d.ts +1 -1
- package/dist/esm/components/DatePicker/types.d.ts +3 -3
- package/dist/esm/components/DatePicker/useComponents.d.ts +1 -1
- package/dist/esm/components/DatePicker/utils.d.ts +1 -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 +1 -2
- package/dist/esm/components/Drawer/index.js +5 -3
- package/dist/esm/components/Drop/index.d.ts +3 -5
- package/dist/esm/components/Drop/index.js +9 -9
- package/dist/esm/components/Drop/placements.d.ts +1 -1
- 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 +5 -3
- package/dist/esm/components/Nav/Group/index.d.ts +1 -1
- package/dist/esm/components/Nav/Group/index.js +2 -3
- package/dist/esm/components/Nav/Item/InternalNavItem.d.ts +4 -1
- package/dist/esm/components/Nav/Item/InternalNavItem.js +23 -7
- package/dist/esm/components/Nav/Item/LegacyNavItem.js +2 -2
- 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/Nav.js +1 -1
- package/dist/esm/components/Nav/Sub/InlineSubNavList.d.ts +4 -1
- package/dist/esm/components/Nav/Sub/InlineSubNavList.js +5 -3
- package/dist/esm/components/Nav/Sub/PopupTrigger.d.ts +4 -1
- package/dist/esm/components/Nav/Sub/PopupTrigger.js +9 -7
- 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 +4 -5
- package/dist/esm/components/Nav/context/IdContext.js +1 -1
- package/dist/esm/components/Nav/context/NavContext.d.ts +2 -2
- package/dist/esm/components/Nav/context/NavContext.js +3 -4
- 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/hooks/useAccessibility.d.ts +1 -1
- package/dist/esm/components/Nav/hooks/useAccessibility.js +6 -6
- package/dist/esm/components/Nav/hooks/useKeyRecords.js +1 -1
- package/dist/esm/components/Nav/hooks/useMemoCallback.d.ts +1 -1
- package/dist/esm/components/Nav/hooks/useUUID.js +1 -1
- package/dist/esm/components/Nav/index.d.ts +0 -1
- package/dist/esm/components/Nav/index.js +0 -1
- package/dist/esm/components/Nav/types.d.ts +2 -1
- package/dist/esm/components/Nav/utils/alignUtil.d.ts +1 -1
- package/dist/esm/components/Nav/utils/motionUtil.d.ts +1 -1
- package/dist/esm/components/Nav/utils/nodeUtil.js +1 -1
- package/dist/esm/components/Nav/utils/warnUtil.js +1 -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 +1 -2
- package/dist/esm/components/Switch/index.js +1 -2
- package/dist/esm/components/Tabs/hooks/useAnimateConfig.d.ts +1 -1
- package/dist/esm/components/Tabs/index.d.ts +1 -2
- package/dist/esm/components/Tabs/index.js +1 -2
- 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 +31 -29
- 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} +24 -20
- package/{dist/cjs/components/Cover/index.scss → styles/cover.scss} +28 -7
- package/{dist/esm/components/DatePicker/index.scss → styles/datepicker.scss} +185 -45
- 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} +11 -12
- 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 -897
- 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/cjs/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/esm/styles → styles}/variables.scss +363 -312
- 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 -693
- 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 -77
- 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/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/variables.scss +0 -1853
- package/dist/cjs/styles/width.scss +0 -1
- package/dist/cjs/tsconfig.cjs.tsbuildinfo +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 -585
- 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 -38
- 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/components/Tabs/index.scss +0 -772
- 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 -2442
- 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/vars.scss +0 -126
- package/dist/esm/styles/visibility.scss +0 -184
- package/dist/esm/styles/width.scss +0 -1
- package/dist/esm/tsconfig.esm.tsbuildinfo +0 -1
- /package/{dist/cjs/components/Control/Input/Password/index.scss → styles/input-password.scss} +0 -0
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
@use 'sass:meta';
|
|
2
|
+
@use 'variables' as *;
|
|
3
|
+
@use 'mixin' as *;
|
|
4
|
+
|
|
5
|
+
//@mixin hook-accordion() {}
|
|
6
|
+
//@mixin hook-accordion-item() {}
|
|
7
|
+
//@mixin hook-accordion-item-disable() {}
|
|
8
|
+
//@mixin hook-accordion-header() {}
|
|
9
|
+
//@mixin hook-accordion-header-hover() {}
|
|
10
|
+
//@mixin hook-accordion-header-collapsible-only() {}
|
|
11
|
+
//@mixin hook-accordion-panel() {}
|
|
12
|
+
//@mixin hook-accordion-body() {}
|
|
13
|
+
//@mixin hook-accordion-extra() {}
|
|
14
|
+
//@mixin hook-accordion-misc() {}
|
|
15
|
+
//@mixin hook-inverse-accordion-item() {}
|
|
16
|
+
//@mixin hook-inverse-accordion-header() {}
|
|
17
|
+
//@mixin hook-inverse-accordion-header-hover() {}
|
|
17
18
|
@mixin hook-inverse-component-accordion() {
|
|
18
|
-
.uk-accordion > :nth-child(n+2) {
|
|
19
|
-
@if
|
|
19
|
+
.uk-accordion > :nth-child(n + 2) {
|
|
20
|
+
@if meta.mixin-exists('hook-inverse-accordion-item') {
|
|
20
21
|
@include hook-inverse-accordion-item;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
.uk-accordion-header {
|
|
25
26
|
color: var(--inverse-accordion-header-color);
|
|
26
|
-
@if
|
|
27
|
+
@if meta.mixin-exists('hook-inverse-accordion-header') {
|
|
27
28
|
@include hook-inverse-accordion-header;
|
|
28
29
|
}
|
|
29
30
|
}
|
|
@@ -44,12 +45,13 @@
|
|
|
44
45
|
text-decoration: underline;
|
|
45
46
|
}
|
|
46
47
|
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
|
|
49
|
+
//@mixin hook-alert-close() {}
|
|
50
|
+
//@mixin hook-alert-close-hover() {}
|
|
51
|
+
//@mixin hook-alert-primary() {}
|
|
52
|
+
//@mixin hook-alert-success() {}
|
|
53
|
+
//@mixin hook-alert-warning() {}
|
|
54
|
+
//@mixin hook-alert-danger() {}
|
|
53
55
|
@mixin hook-alert-misc() {
|
|
54
56
|
/*
|
|
55
57
|
* Content
|
|
@@ -60,7 +62,9 @@
|
|
|
60
62
|
.uk-alert h3,
|
|
61
63
|
.uk-alert h4,
|
|
62
64
|
.uk-alert h5,
|
|
63
|
-
.uk-alert h6 {
|
|
65
|
+
.uk-alert h6 {
|
|
66
|
+
color: inherit;
|
|
67
|
+
}
|
|
64
68
|
|
|
65
69
|
.uk-alert a:not([class]) {
|
|
66
70
|
color: inherit;
|
|
@@ -71,47 +75,46 @@
|
|
|
71
75
|
color: inherit;
|
|
72
76
|
text-decoration: underline;
|
|
73
77
|
}
|
|
74
|
-
|
|
75
78
|
}
|
|
76
79
|
|
|
77
|
-
|
|
80
|
+
//@mixin hook-align-misc() {}
|
|
78
81
|
|
|
79
|
-
|
|
82
|
+
//@mixin hook-animation-misc() {}
|
|
80
83
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
84
|
+
//@mixin hook-article() {}
|
|
85
|
+
//@mixin hook-article-adjacent() {}
|
|
86
|
+
//@mixin hook-article-title() {}
|
|
87
|
+
//@mixin hook-article-meta() {}
|
|
88
|
+
//@mixin hook-article-misc() {}
|
|
89
|
+
//@mixin hook-inverse-article-title() {}
|
|
90
|
+
//@mixin hook-inverse-article-meta() {}
|
|
88
91
|
@mixin hook-inverse-component-article() {
|
|
89
92
|
.uk-article-title {
|
|
90
|
-
@if mixin-exists(hook-inverse-article-title) {
|
|
93
|
+
@if meta.mixin-exists('hook-inverse-article-title') {
|
|
91
94
|
@include hook-inverse-article-title;
|
|
92
95
|
}
|
|
93
96
|
}
|
|
94
97
|
|
|
95
98
|
.uk-article-meta {
|
|
96
99
|
color: var(--inverse-article-meta-color);
|
|
97
|
-
@if mixin-exists(hook-inverse-article-meta) {
|
|
100
|
+
@if meta.mixin-exists('hook-inverse-article-meta') {
|
|
98
101
|
@include hook-inverse-article-meta;
|
|
99
102
|
}
|
|
100
103
|
}
|
|
101
104
|
}
|
|
102
105
|
|
|
103
|
-
|
|
106
|
+
//@mixin hook-background-misc() {}
|
|
104
107
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
//@mixin hook-badge() {}
|
|
109
|
+
//@mixin hook-badge-hover() {}
|
|
110
|
+
//@mixin hook-badge-misc() {}
|
|
111
|
+
//@mixin hook-inverse-badge() {}
|
|
112
|
+
//@mixin hook-inverse-badge-hover() {}
|
|
110
113
|
@mixin hook-inverse-component-badge() {
|
|
111
114
|
.uk-badge {
|
|
112
115
|
background-color: var(--inverse-badge-background);
|
|
113
116
|
color: var(--inverse-badge-color);
|
|
114
|
-
@if mixin-exists(hook-inverse-badge) {
|
|
117
|
+
@if meta.mixin-exists('hook-inverse-badge') {
|
|
115
118
|
@include hook-inverse-badge;
|
|
116
119
|
}
|
|
117
120
|
}
|
|
@@ -119,41 +122,41 @@
|
|
|
119
122
|
.uk-badge:hover,
|
|
120
123
|
.uk-badge:focus {
|
|
121
124
|
color: var(--inverse-badge-hover-color);
|
|
122
|
-
@if mixin-exists(hook-inverse-badge-hover) {
|
|
125
|
+
@if meta.mixin-exists('hook-inverse-badge-hover') {
|
|
123
126
|
@include hook-inverse-badge-hover;
|
|
124
127
|
}
|
|
125
128
|
}
|
|
126
129
|
}
|
|
127
130
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
131
|
+
//@mixin hook-base-body() {}
|
|
132
|
+
//@mixin hook-base-link() {}
|
|
133
|
+
//@mixin hook-base-link-hover() {}
|
|
134
|
+
//@mixin hook-base-code() {}
|
|
135
|
+
//@mixin hook-base-heading() {}
|
|
136
|
+
//@mixin hook-base-h1() {}
|
|
137
|
+
//@mixin hook-base-h2() {}
|
|
138
|
+
//@mixin hook-base-h3() {}
|
|
139
|
+
//@mixin hook-base-h4() {}
|
|
140
|
+
//@mixin hook-base-h5() {}
|
|
141
|
+
//@mixin hook-base-h6() {}
|
|
142
|
+
//@mixin hook-base-hr() {}
|
|
143
|
+
//@mixin hook-base-blockquote() {}
|
|
144
|
+
//@mixin hook-base-blockquote-footer() {}
|
|
145
|
+
//@mixin hook-base-pre() {}
|
|
146
|
+
//@mixin hook-base-misc() {}
|
|
147
|
+
//@mixin hook-inverse-base-link() {}
|
|
148
|
+
//@mixin hook-inverse-base-link-hover() {}
|
|
149
|
+
//@mixin hook-inverse-base-code() {}
|
|
150
|
+
//@mixin hook-inverse-base-heading() {}
|
|
151
|
+
//@mixin hook-inverse-base-h1() {}
|
|
152
|
+
//@mixin hook-inverse-base-h2() {}
|
|
153
|
+
//@mixin hook-inverse-base-h3() {}
|
|
154
|
+
//@mixin hook-inverse-base-h4() {}
|
|
155
|
+
//@mixin hook-inverse-base-h5() {}
|
|
156
|
+
//@mixin hook-inverse-base-h6() {}
|
|
157
|
+
//@mixin hook-inverse-base-blockquote() {}
|
|
158
|
+
//@mixin hook-inverse-base-blockquote-footer() {}
|
|
159
|
+
//@mixin hook-inverse-base-hr() {}
|
|
157
160
|
@mixin hook-inverse-component-base() {
|
|
158
161
|
color: var(--inverse-base-color);
|
|
159
162
|
|
|
@@ -168,7 +171,7 @@
|
|
|
168
171
|
.uk-link {
|
|
169
172
|
color: var(--inverse-base-link-color);
|
|
170
173
|
|
|
171
|
-
@if mixin-exists(hook-inverse-base-link) {
|
|
174
|
+
@if meta.mixin-exists('hook-inverse-base-link') {
|
|
172
175
|
@include hook-inverse-base-link;
|
|
173
176
|
}
|
|
174
177
|
}
|
|
@@ -179,7 +182,7 @@
|
|
|
179
182
|
.uk-link-toggle:focus .uk-link {
|
|
180
183
|
color: var(--inverse-base-link-hover-color);
|
|
181
184
|
|
|
182
|
-
@if mixin-exists(hook-inverse-base-link-hover) {
|
|
185
|
+
@if meta.mixin-exists('hook-inverse-base-link-hover') {
|
|
183
186
|
@include hook-inverse-base-link-hover;
|
|
184
187
|
}
|
|
185
188
|
}
|
|
@@ -193,7 +196,7 @@
|
|
|
193
196
|
:not(pre) > samp {
|
|
194
197
|
color: var(--inverse-base-code-color);
|
|
195
198
|
|
|
196
|
-
@if mixin-exists(hook-inverse-base-code) {
|
|
199
|
+
@if meta.mixin-exists('hook-inverse-base-code') {
|
|
197
200
|
@include hook-inverse-base-code;
|
|
198
201
|
}
|
|
199
202
|
}
|
|
@@ -210,12 +213,18 @@
|
|
|
210
213
|
// Headings
|
|
211
214
|
//
|
|
212
215
|
|
|
213
|
-
h1,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
216
|
+
h1,
|
|
217
|
+
.uk-h1,
|
|
218
|
+
h2,
|
|
219
|
+
.uk-h2,
|
|
220
|
+
h3,
|
|
221
|
+
.uk-h3,
|
|
222
|
+
h4,
|
|
223
|
+
.uk-h4,
|
|
224
|
+
h5,
|
|
225
|
+
.uk-h5,
|
|
226
|
+
h6,
|
|
227
|
+
.uk-h6,
|
|
219
228
|
.uk-heading-small,
|
|
220
229
|
.uk-heading-medium,
|
|
221
230
|
.uk-heading-large,
|
|
@@ -223,43 +232,49 @@
|
|
|
223
232
|
.uk-heading-2xlarge {
|
|
224
233
|
color: var(--inverse-base-heading-color);
|
|
225
234
|
|
|
226
|
-
@if mixin-exists(hook-inverse-base-heading) {
|
|
235
|
+
@if meta.mixin-exists('hook-inverse-base-heading') {
|
|
227
236
|
@include hook-inverse-base-heading;
|
|
228
237
|
}
|
|
229
238
|
}
|
|
230
239
|
|
|
231
|
-
h1,
|
|
232
|
-
|
|
240
|
+
h1,
|
|
241
|
+
.uk-h1 {
|
|
242
|
+
@if meta.mixin-exists('hook-inverse-base-h1') {
|
|
233
243
|
@include hook-inverse-base-h1;
|
|
234
244
|
}
|
|
235
245
|
}
|
|
236
246
|
|
|
237
|
-
h2,
|
|
238
|
-
|
|
247
|
+
h2,
|
|
248
|
+
.uk-h2 {
|
|
249
|
+
@if meta.mixin-exists('hook-inverse-base-h2') {
|
|
239
250
|
@include hook-inverse-base-h2;
|
|
240
251
|
}
|
|
241
252
|
}
|
|
242
253
|
|
|
243
|
-
h3,
|
|
244
|
-
|
|
254
|
+
h3,
|
|
255
|
+
.uk-h3 {
|
|
256
|
+
@if meta.mixin-exists('hook-inverse-base-h3') {
|
|
245
257
|
@include hook-inverse-base-h3;
|
|
246
258
|
}
|
|
247
259
|
}
|
|
248
260
|
|
|
249
|
-
h4,
|
|
250
|
-
|
|
261
|
+
h4,
|
|
262
|
+
.uk-h4 {
|
|
263
|
+
@if meta.mixin-exists('hook-inverse-base-h4') {
|
|
251
264
|
@include hook-inverse-base-h4;
|
|
252
265
|
}
|
|
253
266
|
}
|
|
254
267
|
|
|
255
|
-
h5,
|
|
256
|
-
|
|
268
|
+
h5,
|
|
269
|
+
.uk-h5 {
|
|
270
|
+
@if meta.mixin-exists('hook-inverse-base-h5') {
|
|
257
271
|
@include hook-inverse-base-h5;
|
|
258
272
|
}
|
|
259
273
|
}
|
|
260
274
|
|
|
261
|
-
h6,
|
|
262
|
-
|
|
275
|
+
h6,
|
|
276
|
+
.uk-h6 {
|
|
277
|
+
@if meta.mixin-exists('hook-inverse-base-h6') {
|
|
263
278
|
@include hook-inverse-base-h6;
|
|
264
279
|
}
|
|
265
280
|
}
|
|
@@ -269,13 +284,13 @@
|
|
|
269
284
|
//
|
|
270
285
|
|
|
271
286
|
blockquote {
|
|
272
|
-
@if mixin-exists(hook-inverse-base-blockquote) {
|
|
287
|
+
@if meta.mixin-exists('hook-inverse-base-blockquote') {
|
|
273
288
|
@include hook-inverse-base-blockquote;
|
|
274
289
|
}
|
|
275
290
|
}
|
|
276
291
|
|
|
277
292
|
blockquote footer {
|
|
278
|
-
@if mixin-exists(hook-inverse-base-blockquote-footer) {
|
|
293
|
+
@if meta.mixin-exists('hook-inverse-base-blockquote-footer') {
|
|
279
294
|
@include hook-inverse-base-blockquote-footer;
|
|
280
295
|
}
|
|
281
296
|
}
|
|
@@ -284,10 +299,11 @@
|
|
|
284
299
|
// Horizontal rules
|
|
285
300
|
//
|
|
286
301
|
|
|
287
|
-
hr,
|
|
302
|
+
hr,
|
|
303
|
+
.uk-hr {
|
|
288
304
|
border-top-color: var(--inverse-base-hr-border);
|
|
289
305
|
|
|
290
|
-
@if mixin-exists(hook-inverse-base-hr) {
|
|
306
|
+
@if meta.mixin-exists('hook-inverse-base-hr') {
|
|
291
307
|
@include hook-inverse-base-hr;
|
|
292
308
|
}
|
|
293
309
|
}
|
|
@@ -297,25 +313,27 @@
|
|
|
297
313
|
//
|
|
298
314
|
|
|
299
315
|
:focus,
|
|
300
|
-
:focus-visible {
|
|
316
|
+
:focus-visible {
|
|
317
|
+
outline-color: var(--inverse-base-focus-outline);
|
|
318
|
+
}
|
|
301
319
|
}
|
|
302
320
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
321
|
+
//@mixin hook-breadcrumb() {}
|
|
322
|
+
//@mixin hook-breadcrumb-item() {}
|
|
323
|
+
//@mixin hook-breadcrumb-item-hover() {}
|
|
324
|
+
//@mixin hook-breadcrumb-item-disabled() {}
|
|
325
|
+
//@mixin hook-breadcrumb-item-active() {}
|
|
326
|
+
//@mixin hook-breadcrumb-divider() {}
|
|
327
|
+
//@mixin hook-breadcrumb-misc() {}
|
|
328
|
+
//@mixin hook-inverse-breadcrumb-item() {}
|
|
329
|
+
//@mixin hook-inverse-breadcrumb-item-hover() {}
|
|
330
|
+
//@mixin hook-inverse-breadcrumb-item-disabled() {}
|
|
331
|
+
//@mixin hook-inverse-breadcrumb-item-active() {}
|
|
332
|
+
//@mixin hook-inverse-breadcrumb-divider() {}
|
|
315
333
|
@mixin hook-inverse-component-breadcrumb() {
|
|
316
334
|
.uk-breadcrumb > * > * {
|
|
317
335
|
color: var(--inverse-breadcrumb-item-color);
|
|
318
|
-
@if mixin-exists(hook-inverse-breadcrumb-item) {
|
|
336
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-item') {
|
|
319
337
|
@include hook-inverse-breadcrumb-item;
|
|
320
338
|
}
|
|
321
339
|
}
|
|
@@ -323,20 +341,20 @@
|
|
|
323
341
|
.uk-breadcrumb > * > :hover,
|
|
324
342
|
.uk-breadcrumb > * > :focus {
|
|
325
343
|
color: var(--inverse-breadcrumb-item-hover-color);
|
|
326
|
-
@if mixin-exists(hook-inverse-breadcrumb-item-hover) {
|
|
344
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-item-hover') {
|
|
327
345
|
@include hook-inverse-breadcrumb-item-hover;
|
|
328
346
|
}
|
|
329
347
|
}
|
|
330
348
|
|
|
331
349
|
.uk-breadcrumb > .uk-disabled > * {
|
|
332
|
-
@if mixin-exists(hook-inverse-breadcrumb-item-disabled) {
|
|
350
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-item-disabled') {
|
|
333
351
|
@include hook-inverse-breadcrumb-item-disabled;
|
|
334
352
|
}
|
|
335
353
|
}
|
|
336
354
|
|
|
337
355
|
.uk-breadcrumb > :last-child > * {
|
|
338
356
|
color: var(--inverse-breadcrumb-item-active-color);
|
|
339
|
-
@if mixin-exists(hook-inverse-breadcrumb-item-active) {
|
|
357
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-item-active') {
|
|
340
358
|
@include hook-inverse-breadcrumb-item-active;
|
|
341
359
|
}
|
|
342
360
|
}
|
|
@@ -345,48 +363,50 @@
|
|
|
345
363
|
// Divider
|
|
346
364
|
//
|
|
347
365
|
|
|
348
|
-
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
|
|
366
|
+
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
|
|
349
367
|
color: var(--inverse-breadcrumb-divider-color);
|
|
350
|
-
@if mixin-exists(hook-inverse-breadcrumb-divider) {
|
|
368
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-divider') {
|
|
351
369
|
@include hook-inverse-breadcrumb-divider;
|
|
352
370
|
}
|
|
353
371
|
}
|
|
354
372
|
}
|
|
355
373
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
374
|
+
//@mixin hook-button() {}
|
|
375
|
+
//@mixin hook-button-hover() {}
|
|
376
|
+
//@mixin hook-button-focus() {}
|
|
377
|
+
//@mixin hook-button-active() {}
|
|
378
|
+
//@mixin hook-button-disabled() {}
|
|
379
|
+
//@mixin hook-button-default() {}
|
|
380
|
+
//@mixin hook-button-default-hover() {}
|
|
381
|
+
//@mixin hook-button-default-active() {}
|
|
382
|
+
//@mixin hook-button-default-disabled() {}
|
|
383
|
+
//@mixin hook-button-primary() {}
|
|
384
|
+
//@mixin hook-button-primary-hover() {}
|
|
385
|
+
//@mixin hook-button-primary-active() {}
|
|
386
|
+
//@mixin hook-button-primary-disabled() {}
|
|
387
|
+
//@mixin hook-button-secondary() {}
|
|
388
|
+
//@mixin hook-button-secondary-hover() {}
|
|
389
|
+
//@mixin hook-button-secondary-active() {}
|
|
390
|
+
//@mixin hook-button-secondary-disabled() {}
|
|
391
|
+
//@mixin hook-button-tertiary() {}
|
|
392
|
+
//@mixin hook-button-tertiary-hover() {}
|
|
393
|
+
//@mixin hook-button-tertiary-active() {}
|
|
394
|
+
//@mixin hook-button-tertiary-disabled() {}
|
|
395
|
+
//@mixin hook-button-danger() {}
|
|
396
|
+
//@mixin hook-button-danger-hover() {}
|
|
397
|
+
//@mixin hook-button-danger-active() {}
|
|
398
|
+
//@mixin hook-button-danger-disabled() {}
|
|
399
|
+
//@mixin hook-button-xsmall() {}
|
|
400
|
+
//@mixin hook-button-small() {}
|
|
401
|
+
//@mixin hook-button-medium() {}
|
|
402
|
+
//@mixin hook-button-large() {}
|
|
403
|
+
//@mixin hook-button-xlarge() {}
|
|
404
|
+
//@mixin hook-button-text() {}
|
|
405
|
+
//@mixin hook-button-text-hover() {}
|
|
406
|
+
//@mixin hook-button-text-disabled() {}
|
|
407
|
+
//@mixin hook-button-text-active() {}
|
|
408
|
+
//@mixin hook-button-link() {}
|
|
409
|
+
//@mixin hook-button-link-active() {}
|
|
390
410
|
@mixin hook-button-misc() {
|
|
391
411
|
.uk-button-group {
|
|
392
412
|
.uk-button-circle:not(:last-child),
|
|
@@ -402,30 +422,31 @@
|
|
|
402
422
|
}
|
|
403
423
|
}
|
|
404
424
|
}
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
+
|
|
426
|
+
//@mixin hook-inverse-button() {}
|
|
427
|
+
//@mixin hook-inverse-button-default() {}
|
|
428
|
+
//@mixin hook-inverse-button-default-hover() {}
|
|
429
|
+
//@mixin hook-inverse-button-default-active() {}
|
|
430
|
+
//@mixin hook-inverse-button-primary() {}
|
|
431
|
+
//@mixin hook-inverse-button-primary-hover() {}
|
|
432
|
+
//@mixin hook-inverse-button-primary-active() {}
|
|
433
|
+
//@mixin hook-inverse-button-secondary() {}
|
|
434
|
+
//@mixin hook-inverse-button-secondary-hover() {}
|
|
435
|
+
//@mixin hook-inverse-button-secondary-active() {}
|
|
436
|
+
//@mixin hook-inverse-button-tertiary() {}
|
|
437
|
+
//@mixin hook-inverse-button-tertiary-hover() {}
|
|
438
|
+
//@mixin hook-inverse-button-tertiary-active() {}
|
|
439
|
+
//@mixin hook-inverse-button-danger() {}
|
|
440
|
+
//@mixin hook-inverse-button-danger-hover() {}
|
|
441
|
+
//@mixin hook-inverse-button-danger-active() {}
|
|
442
|
+
//@mixin hook-inverse-button-text() {}
|
|
443
|
+
//@mixin hook-inverse-button-text-hover() {}
|
|
444
|
+
//@mixin hook-inverse-button-text-disabled() {}
|
|
445
|
+
//@mixin hook-inverse-button-link() {}
|
|
425
446
|
@mixin hook-inverse-component-button() {
|
|
426
447
|
.uk-button {
|
|
427
448
|
color: var(--inverse-button-color);
|
|
428
|
-
@if mixin-exists(hook-inverse-button) {
|
|
449
|
+
@if meta.mixin-exists('hook-inverse-button') {
|
|
429
450
|
@include hook-inverse-button;
|
|
430
451
|
}
|
|
431
452
|
}
|
|
@@ -437,7 +458,7 @@
|
|
|
437
458
|
.uk-button-default {
|
|
438
459
|
background-color: var(--inverse-button-default-background);
|
|
439
460
|
color: var(--inverse-button-default-color);
|
|
440
|
-
@if mixin-exists(hook-inverse-button-default) {
|
|
461
|
+
@if meta.mixin-exists('hook-inverse-button-default') {
|
|
441
462
|
@include hook-inverse-button-default;
|
|
442
463
|
}
|
|
443
464
|
}
|
|
@@ -446,7 +467,7 @@
|
|
|
446
467
|
.uk-button-default:focus {
|
|
447
468
|
background-color: var(--inverse-button-default-hover-background);
|
|
448
469
|
color: var(--inverse-button-default-hover-color);
|
|
449
|
-
@if mixin-exists(hook-inverse-button-default-hover) {
|
|
470
|
+
@if meta.mixin-exists('hook-inverse-button-default-hover') {
|
|
450
471
|
@include hook-inverse-button-default-hover;
|
|
451
472
|
}
|
|
452
473
|
}
|
|
@@ -455,7 +476,7 @@
|
|
|
455
476
|
.uk-button-default.uk-active {
|
|
456
477
|
background-color: var(--inverse-button-default-active-background);
|
|
457
478
|
color: var(--inverse-button-default-active-color);
|
|
458
|
-
@if mixin-exists(hook-inverse-button-default-active) {
|
|
479
|
+
@if meta.mixin-exists('hook-inverse-button-default-active') {
|
|
459
480
|
@include hook-inverse-button-default-active;
|
|
460
481
|
}
|
|
461
482
|
}
|
|
@@ -467,7 +488,7 @@
|
|
|
467
488
|
.uk-button-primary {
|
|
468
489
|
background-color: var(--inverse-button-primary-background);
|
|
469
490
|
color: var(--inverse-button-primary-color);
|
|
470
|
-
@if mixin-exists(hook-inverse-button-primary) {
|
|
491
|
+
@if meta.mixin-exists('hook-inverse-button-primary') {
|
|
471
492
|
@include hook-inverse-button-primary;
|
|
472
493
|
}
|
|
473
494
|
}
|
|
@@ -476,7 +497,7 @@
|
|
|
476
497
|
.uk-button-primary:focus {
|
|
477
498
|
background-color: var(--inverse-button-primary-hover-background);
|
|
478
499
|
color: var(--inverse-button-primary-hover-color);
|
|
479
|
-
@if mixin-exists(hook-inverse-button-primary-hover) {
|
|
500
|
+
@if meta.mixin-exists('hook-inverse-button-primary-hover') {
|
|
480
501
|
@include hook-inverse-button-primary-hover;
|
|
481
502
|
}
|
|
482
503
|
}
|
|
@@ -485,7 +506,7 @@
|
|
|
485
506
|
.uk-button-primary.uk-active {
|
|
486
507
|
background-color: var(--inverse-button-primary-active-background);
|
|
487
508
|
color: var(--inverse-button-primary-active-color);
|
|
488
|
-
@if mixin-exists(hook-inverse-button-primary-active) {
|
|
509
|
+
@if meta.mixin-exists('hook-inverse-button-primary-active') {
|
|
489
510
|
@include hook-inverse-button-primary-active;
|
|
490
511
|
}
|
|
491
512
|
}
|
|
@@ -497,7 +518,7 @@
|
|
|
497
518
|
.uk-button-secondary {
|
|
498
519
|
background-color: var(--inverse-button-secondary-background);
|
|
499
520
|
color: var(--inverse-button-secondary-color);
|
|
500
|
-
@if mixin-exists(hook-inverse-button-secondary) {
|
|
521
|
+
@if meta.mixin-exists('hook-inverse-button-secondary') {
|
|
501
522
|
@include hook-inverse-button-secondary;
|
|
502
523
|
}
|
|
503
524
|
}
|
|
@@ -506,7 +527,7 @@
|
|
|
506
527
|
.uk-button-secondary:focus {
|
|
507
528
|
background-color: var(--inverse-button-secondary-hover-background);
|
|
508
529
|
color: var(--inverse-button-secondary-hover-color);
|
|
509
|
-
@if mixin-exists(hook-inverse-button-secondary-hover) {
|
|
530
|
+
@if meta.mixin-exists('hook-inverse-button-secondary-hover') {
|
|
510
531
|
@include hook-inverse-button-secondary-hover;
|
|
511
532
|
}
|
|
512
533
|
}
|
|
@@ -515,7 +536,7 @@
|
|
|
515
536
|
.uk-button-secondary.uk-active {
|
|
516
537
|
background-color: var(--inverse-button-secondary-active-background);
|
|
517
538
|
color: var(--inverse-button-secondary-active-color);
|
|
518
|
-
@if mixin-exists(hook-inverse-button-secondary-active) {
|
|
539
|
+
@if meta.mixin-exists('hook-inverse-button-secondary-active') {
|
|
519
540
|
@include hook-inverse-button-secondary-active;
|
|
520
541
|
}
|
|
521
542
|
}
|
|
@@ -527,7 +548,7 @@
|
|
|
527
548
|
.uk-button-tertiary {
|
|
528
549
|
background-color: var(--inverse-button-tertiary-background);
|
|
529
550
|
color: var(--inverse-button-tertiary-color);
|
|
530
|
-
@if mixin-exists(hook-inverse-button-tertiary) {
|
|
551
|
+
@if meta.mixin-exists('hook-inverse-button-tertiary') {
|
|
531
552
|
@include hook-inverse-button-tertiary;
|
|
532
553
|
}
|
|
533
554
|
}
|
|
@@ -536,7 +557,7 @@
|
|
|
536
557
|
.uk-button-tertiary:focus {
|
|
537
558
|
background-color: var(--inverse-button-tertiary-hover-background);
|
|
538
559
|
color: var(--inverse-button-tertiary-hover-color);
|
|
539
|
-
@if mixin-exists(hook-inverse-button-tertiary-hover) {
|
|
560
|
+
@if meta.mixin-exists('hook-inverse-button-tertiary-hover') {
|
|
540
561
|
@include hook-inverse-button-tertiary-hover;
|
|
541
562
|
}
|
|
542
563
|
}
|
|
@@ -545,7 +566,7 @@
|
|
|
545
566
|
.uk-button-tertiary.uk-active {
|
|
546
567
|
background-color: var(--inverse-button-tertiary-active-background);
|
|
547
568
|
color: var(--inverse-button-tertiary-active-color);
|
|
548
|
-
@if mixin-exists(hook-inverse-button-tertiary-active) {
|
|
569
|
+
@if meta.mixin-exists('hook-inverse-button-tertiary-active') {
|
|
549
570
|
@include hook-inverse-button-tertiary-active;
|
|
550
571
|
}
|
|
551
572
|
}
|
|
@@ -557,7 +578,7 @@
|
|
|
557
578
|
.uk-button-danger {
|
|
558
579
|
background-color: var(--inverse-button-danger-background);
|
|
559
580
|
color: var(--inverse-button-danger-color);
|
|
560
|
-
@if mixin-exists(hook-inverse-button-danger) {
|
|
581
|
+
@if meta.mixin-exists('hook-inverse-button-danger') {
|
|
561
582
|
@include hook-inverse-button-danger;
|
|
562
583
|
}
|
|
563
584
|
}
|
|
@@ -566,7 +587,7 @@
|
|
|
566
587
|
.uk-button-danger:focus {
|
|
567
588
|
background-color: var(--inverse-button-danger-hover-background);
|
|
568
589
|
color: var(--inverse-button-danger-hover-color);
|
|
569
|
-
@if mixin-exists(hook-inverse-button-danger-hover) {
|
|
590
|
+
@if meta.mixin-exists('hook-inverse-button-danger-hover') {
|
|
570
591
|
@include hook-inverse-button-danger-hover;
|
|
571
592
|
}
|
|
572
593
|
}
|
|
@@ -575,7 +596,7 @@
|
|
|
575
596
|
.uk-button-danger.uk-active {
|
|
576
597
|
background-color: var(--inverse-button-danger-active-background);
|
|
577
598
|
color: var(--inverse-button-danger-active-color);
|
|
578
|
-
@if mixin-exists(hook-inverse-button-danger-active) {
|
|
599
|
+
@if meta.mixin-exists('hook-inverse-button-danger-active') {
|
|
579
600
|
@include hook-inverse-button-danger-active;
|
|
580
601
|
}
|
|
581
602
|
}
|
|
@@ -586,7 +607,7 @@
|
|
|
586
607
|
|
|
587
608
|
.uk-button-text {
|
|
588
609
|
color: var(--inverse-button-text-color);
|
|
589
|
-
@if mixin-exists(hook-inverse-button-text) {
|
|
610
|
+
@if meta.mixin-exists('hook-inverse-button-text') {
|
|
590
611
|
@include hook-inverse-button-text;
|
|
591
612
|
}
|
|
592
613
|
}
|
|
@@ -594,14 +615,14 @@
|
|
|
594
615
|
.uk-button-text:hover,
|
|
595
616
|
.uk-button-text:focus {
|
|
596
617
|
color: var(--inverse-button-text-hover-color);
|
|
597
|
-
@if mixin-exists(hook-inverse-button-text-hover) {
|
|
618
|
+
@if meta.mixin-exists('hook-inverse-button-text-hover') {
|
|
598
619
|
@include hook-inverse-button-text-hover;
|
|
599
620
|
}
|
|
600
621
|
}
|
|
601
622
|
|
|
602
623
|
.uk-button-text:disabled {
|
|
603
624
|
color: var(--inverse-button-text-disabled-color);
|
|
604
|
-
@if mixin-exists(hook-inverse-button-text-disabled) {
|
|
625
|
+
@if meta.mixin-exists('hook-inverse-button-text-disabled') {
|
|
605
626
|
@include hook-inverse-button-text-disabled;
|
|
606
627
|
}
|
|
607
628
|
}
|
|
@@ -612,7 +633,7 @@
|
|
|
612
633
|
|
|
613
634
|
.uk-button-link {
|
|
614
635
|
color: var(--inverse-button-link-color);
|
|
615
|
-
@if mixin-exists(hook-inverse-button-link) {
|
|
636
|
+
@if meta.mixin-exists('hook-inverse-button-link') {
|
|
616
637
|
@include hook-inverse-button-link;
|
|
617
638
|
}
|
|
618
639
|
}
|
|
@@ -620,69 +641,79 @@
|
|
|
620
641
|
.uk-button-link:hover,
|
|
621
642
|
.uk-button-link:focus {
|
|
622
643
|
color: var(--inverse-button-link-hover-color);
|
|
644
|
+
@if meta.mixin-exists('hook-inverse-button-link-hover') {
|
|
645
|
+
@include hook-inverse-button-link-hover;
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.uk-button-link:disabled {
|
|
650
|
+
@if meta.mixin-exists('hook-inverse-button-link-disabled') {
|
|
651
|
+
@include hook-inverse-button-link-disabled;
|
|
652
|
+
}
|
|
623
653
|
}
|
|
654
|
+
|
|
624
655
|
}
|
|
625
656
|
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
657
|
+
//@mixin hook-card() {}
|
|
658
|
+
//@mixin hook-card-body() {}
|
|
659
|
+
//@mixin hook-card-header() {}
|
|
660
|
+
//@mixin hook-card-footer() {}
|
|
661
|
+
//@mixin hook-card-media() {}
|
|
662
|
+
//@mixin hook-card-media-top() {}
|
|
663
|
+
//@mixin hook-card-media-bottom() {}
|
|
664
|
+
//@mixin hook-card-media-left() {}
|
|
665
|
+
//@mixin hook-card-media-right() {}
|
|
666
|
+
//@mixin hook-card-title() {}
|
|
667
|
+
//@mixin hook-card-badge() {}
|
|
668
|
+
//@mixin hook-card-hover() {}
|
|
669
|
+
//@mixin hook-card-default() {}
|
|
670
|
+
//@mixin hook-card-default-title() {}
|
|
671
|
+
//@mixin hook-card-default-hover() {}
|
|
672
|
+
//@mixin hook-card-default-header() {}
|
|
673
|
+
//@mixin hook-card-default-footer() {}
|
|
674
|
+
//@mixin hook-card-primary() {}
|
|
675
|
+
//@mixin hook-card-primary-title() {}
|
|
676
|
+
//@mixin hook-card-primary-hover() {}
|
|
677
|
+
//@mixin hook-card-secondary() {}
|
|
678
|
+
//@mixin hook-card-secondary-title() {}
|
|
679
|
+
//@mixin hook-card-secondary-hover() {}
|
|
680
|
+
//@mixin hook-card-tertiary() {}
|
|
681
|
+
//@mixin hook-card-tertiary-title() {}
|
|
682
|
+
//@mixin hook-card-tertiary-hover() {}
|
|
683
|
+
//@mixin hook-card-misc() {}
|
|
684
|
+
//@mixin hook-inverse-card-badge() {}
|
|
654
685
|
@mixin hook-inverse-component-card() {
|
|
655
686
|
&.uk-card-badge {
|
|
656
687
|
background-color: var(--inverse-card-badge-background);
|
|
657
688
|
color: var(--inverse-card-badge-color);
|
|
658
|
-
@if mixin-exists(hook-inverse-card-badge) {
|
|
689
|
+
@if meta.mixin-exists('hook-inverse-card-badge') {
|
|
659
690
|
@include hook-inverse-card-badge;
|
|
660
691
|
}
|
|
661
692
|
}
|
|
662
693
|
}
|
|
663
694
|
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
695
|
+
//@mixin hook-checkbox-control() {}
|
|
696
|
+
//@mixin hook-checkbox-wrapper() {}
|
|
697
|
+
//@mixin hook-checkbox-checkbox() {}
|
|
698
|
+
//@mixin hook-checkbox-input() {}
|
|
699
|
+
//@mixin hook-checkbox-inner() {}
|
|
700
|
+
//@mixin hook-checkbox-label() {}
|
|
701
|
+
//@mixin hook-checkbox-hover() {}
|
|
702
|
+
//@mixin hook-checkbox-checked() {}
|
|
703
|
+
//@mixin hook-checkbox-disabled() {}
|
|
704
|
+
//@mixin hook-checkbox-indeterminate() {}
|
|
705
|
+
//@mixin hook-checkbox-group() {}
|
|
706
|
+
//@mixin hook-checkbox-group-stack() {}
|
|
707
|
+
|
|
708
|
+
//@mixin hook-close() {}
|
|
709
|
+
//@mixin hook-close-hover() {}
|
|
710
|
+
//@mixin hook-close-misc() {}
|
|
711
|
+
//@mixin hook-inverse-close() {}
|
|
712
|
+
//@mixin hook-inverse-close-hover() {}
|
|
682
713
|
@mixin hook-inverse-component-close() {
|
|
683
714
|
.uk-close {
|
|
684
715
|
color: var(--inverse-close-color);
|
|
685
|
-
@if mixin-exists(hook-inverse-close) {
|
|
716
|
+
@if meta.mixin-exists('hook-inverse-close') {
|
|
686
717
|
@include hook-inverse-close;
|
|
687
718
|
}
|
|
688
719
|
}
|
|
@@ -690,62 +721,62 @@
|
|
|
690
721
|
.uk-close:hover,
|
|
691
722
|
.uk-close:focus {
|
|
692
723
|
color: var(--inverse-close-hover-color);
|
|
693
|
-
@if mixin-exists(hook-inverse-close-hover) {
|
|
724
|
+
@if meta.mixin-exists('hook-inverse-close-hover') {
|
|
694
725
|
@include hook-inverse-close-hover;
|
|
695
726
|
}
|
|
696
727
|
}
|
|
697
728
|
}
|
|
698
729
|
|
|
699
|
-
|
|
730
|
+
//@mixin hook-column-misc() {}
|
|
700
731
|
@mixin hook-inverse-component-column() {
|
|
701
732
|
.uk-column-divider {
|
|
702
733
|
column-rule-color: var(--inverse-column-divider-rule-color);
|
|
703
734
|
}
|
|
704
735
|
}
|
|
705
736
|
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
737
|
+
//@mixin hook-comment() {}
|
|
738
|
+
//@mixin hook-comment-body() {}
|
|
739
|
+
//@mixin hook-comment-header() {}
|
|
740
|
+
//@mixin hook-comment-title() {}
|
|
741
|
+
//@mixin hook-comment-meta() {}
|
|
742
|
+
//@mixin hook-comment-avatar() {}
|
|
743
|
+
//@mixin hook-comment-list-adjacent() {}
|
|
744
|
+
//@mixin hook-comment-list-sub() {}
|
|
745
|
+
//@mixin hook-comment-list-sub-adjacent() {}
|
|
746
|
+
//@mixin hook-comment-primary() {}
|
|
747
|
+
//@mixin hook-comment-misc() {}
|
|
748
|
+
|
|
749
|
+
//@mixin hook-container-misc() {}
|
|
750
|
+
|
|
751
|
+
//@mixin hook-control() {}
|
|
752
|
+
//@mixin hook-control-hover() {}
|
|
753
|
+
//@mixin hook-control-focus() {}
|
|
754
|
+
//@mixin hook-control-disabled() {}
|
|
755
|
+
//@mixin hook-control-small() {}
|
|
756
|
+
//@mixin hook-control-medium() {}
|
|
757
|
+
//@mixin hook-control-large() {}
|
|
758
|
+
//@mixin hook-control-success() {}
|
|
759
|
+
//@mixin hook-control-warning() {}
|
|
760
|
+
//@mixin hook-control-danger() {}
|
|
761
|
+
//@mixin hook-control-blank() {}
|
|
762
|
+
//@mixin hook-control-blank-focus() {}
|
|
763
|
+
//@mixin hook-control-input() {}
|
|
764
|
+
//@mixin hook-control-prefix() {}
|
|
765
|
+
//@mixin hook-control-suffix() {}
|
|
766
|
+
//@mixin hook-inverse-control() {}
|
|
767
|
+
//@mixin hook-inverse-control-hover() {}
|
|
768
|
+
//@mixin hook-inverse-control-focus() {}
|
|
769
|
+
//@mixin hook-inverse-control-disabled() {}
|
|
770
|
+
//@mixin hook-inverse-control-success() {}
|
|
771
|
+
//@mixin hook-inverse-control-warning() {}
|
|
772
|
+
//@mixin hook-inverse-control-danger() {}
|
|
773
|
+
//@mixin hook-inverse-control-blank-focus() {}
|
|
743
774
|
@mixin hook-inverse-component-control() {
|
|
744
775
|
.uk-control {
|
|
745
776
|
background-color: var(--inverse-control-background);
|
|
746
777
|
border-color: var(--inverse-control-border);
|
|
747
778
|
color: var(--inverse-control-color);
|
|
748
|
-
@if mixin-exists(hook-inverse-control) {
|
|
779
|
+
@if meta.mixin-exists('hook-inverse-control') {
|
|
749
780
|
@include hook-inverse-control;
|
|
750
781
|
}
|
|
751
782
|
}
|
|
@@ -755,7 +786,7 @@
|
|
|
755
786
|
background-color: var(--inverse-control-hover-background);
|
|
756
787
|
border-color: var(--inverse-control-hover-border);
|
|
757
788
|
color: var(--inverse-control-hover-color);
|
|
758
|
-
@if mixin-exists(hook-inverse-control-hover) {
|
|
789
|
+
@if meta.mixin-exists('hook-inverse-control-hover') {
|
|
759
790
|
@include hook-inverse-control-hover;
|
|
760
791
|
}
|
|
761
792
|
}
|
|
@@ -765,17 +796,17 @@
|
|
|
765
796
|
background-color: var(--inverse-control-focus-background);
|
|
766
797
|
border-color: var(--inverse-control-focus-border);
|
|
767
798
|
color: var(--inverse-control-focus-color);
|
|
768
|
-
@if mixin-exists(hook-inverse-control-focus) {
|
|
799
|
+
@if meta.mixin-exists('hook-inverse-control-focus') {
|
|
769
800
|
@include hook-inverse-control-focus;
|
|
770
801
|
}
|
|
771
802
|
}
|
|
772
803
|
|
|
773
804
|
// Disabled state
|
|
774
805
|
.uk-control.uk-disabled {
|
|
775
|
-
background-color: var(--inverse-
|
|
806
|
+
background-color: var(--inverse-control-disabled-background);
|
|
776
807
|
border-color: var(--inverse-control-disabled-border);
|
|
777
808
|
color: var(--inverse-control-disabled-color);
|
|
778
|
-
@if mixin-exists(hook-inverse-control-disabled) {
|
|
809
|
+
@if meta.mixin-exists('hook-inverse-control-disabled') {
|
|
779
810
|
@include hook-inverse-control-disabled;
|
|
780
811
|
}
|
|
781
812
|
}
|
|
@@ -786,7 +817,7 @@
|
|
|
786
817
|
.uk-control-success:focus-within {
|
|
787
818
|
border-color: var(--control-success-border);
|
|
788
819
|
color: var(--control-success-color);
|
|
789
|
-
@if mixin-exists(hook-inverse-control-success) {
|
|
820
|
+
@if meta.mixin-exists('hook-inverse-control-success') {
|
|
790
821
|
@include hook-inverse-control-success;
|
|
791
822
|
}
|
|
792
823
|
}
|
|
@@ -797,7 +828,7 @@
|
|
|
797
828
|
.uk-control-warning:focus-within {
|
|
798
829
|
border-color: var(--control-warning-border);
|
|
799
830
|
color: var(--control-warning-color);
|
|
800
|
-
@if mixin-exists(hook-inverse-control-warning) {
|
|
831
|
+
@if meta.mixin-exists('hook-inverse-control-warning') {
|
|
801
832
|
@include hook-inverse-control-warning;
|
|
802
833
|
}
|
|
803
834
|
}
|
|
@@ -808,7 +839,7 @@
|
|
|
808
839
|
.uk-control-danger:focus-within {
|
|
809
840
|
border-color: var(--control-danger-border);
|
|
810
841
|
color: var(--control-danger-color);
|
|
811
|
-
@if mixin-exists(hook-inverse-control-danger) {
|
|
842
|
+
@if meta.mixin-exists('hook-inverse-control-danger') {
|
|
812
843
|
@include hook-inverse-control-danger;
|
|
813
844
|
}
|
|
814
845
|
}
|
|
@@ -816,70 +847,80 @@
|
|
|
816
847
|
// Blank
|
|
817
848
|
.uk-control-blank:focus-within {
|
|
818
849
|
border-color: var(--control-blank-focus-border);
|
|
819
|
-
@if mixin-exists(hook-inverse-control-blank-focus) {
|
|
850
|
+
@if meta.mixin-exists('hook-inverse-control-blank-focus') {
|
|
820
851
|
@include hook-inverse-control-blank-focus;
|
|
821
852
|
}
|
|
822
853
|
}
|
|
823
854
|
}
|
|
824
855
|
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
856
|
+
//@mixin hook-cover-misc() {}
|
|
857
|
+
|
|
858
|
+
//@mixin hook-datepicker() {}
|
|
859
|
+
//@mixin hook-datepicker-hover() {}
|
|
860
|
+
//@mixin hook-datepicker-focus() {}
|
|
861
|
+
//@mixin hook-datepicker-disabled() {}
|
|
862
|
+
//@mixin hook-datepicker-input() {}
|
|
863
|
+
//@mixin hook-datepicker-control() {}
|
|
864
|
+
//@mixin hook-datepicker-small() {}
|
|
865
|
+
//@mixin hook-datepicker-medium() {}
|
|
866
|
+
//@mixin hook-datepicker-large() {}
|
|
867
|
+
//@mixin hook-datepicker-success() {}
|
|
868
|
+
//@mixin hook-datepicker-warning() {}
|
|
869
|
+
//@mixin hook-datepicker-danger() {}
|
|
870
|
+
//@mixin hook-datepicker-blank() {}
|
|
871
|
+
//@mixin hook-datepicker-blank-focus() {}
|
|
872
|
+
//@mixin hook-datepicker-panel-layout() {}
|
|
873
|
+
//@mixin hook-datepicker-panel() {}
|
|
874
|
+
//@mixin hook-datepicker-datetime-panel() {}
|
|
875
|
+
//@mixin hook-datepicker-time-panel() {}
|
|
876
|
+
//@mixin hook-datepicker-date-panel() {}
|
|
877
|
+
//@mixin hook-datepicker-month-panel() {}
|
|
878
|
+
//@mixin hook-datepicker-quarter-panel() {}
|
|
879
|
+
//@mixin hook-datepicker-decade-panel() {}
|
|
880
|
+
//@mixin hook-datepicker-week-panel() {}
|
|
881
|
+
//@mixin hook-datepicker-year-panel() {}
|
|
882
|
+
//@mixin hook-datepicker-header() {}
|
|
883
|
+
//@mixin hook-datepicker-header-view() {}
|
|
884
|
+
//@mixin hook-datepicker-body() {}
|
|
885
|
+
//@mixin hook-datepicker-content() {}
|
|
886
|
+
//@mixin hook-datepicker-footer() {}
|
|
887
|
+
//@mixin hook-datepicker-ranges() {}
|
|
888
|
+
//@mixin hook-datepicker-cell() {}
|
|
889
|
+
//@mixin hook-datepicker-cell-inner() {}
|
|
890
|
+
//@mixin hook-datepicker-time-panel-column() {}
|
|
891
|
+
//@mixin hook-datepicker-dropdown() {}
|
|
892
|
+
|
|
893
|
+
//@mixin hook-description-list-term() {}
|
|
894
|
+
//@mixin hook-description-list-description() {}
|
|
895
|
+
//@mixin hook-description-list-divider-term() {}
|
|
896
|
+
//@mixin hook-description-list-misc() {}
|
|
897
|
+
//@mixin hook-inverse-description-list-term() {}
|
|
857
898
|
@mixin hook-inverse-component-description() {
|
|
858
899
|
.uk-description-list > dt {
|
|
859
900
|
color: var(--inverse-description-list-term-color);
|
|
860
|
-
@if mixin-exists(hook-inverse-description-list-term) {
|
|
901
|
+
@if meta.mixin-exists('hook-inverse-description-list-term') {
|
|
861
902
|
@include hook-inverse-description-list-term;
|
|
862
903
|
}
|
|
863
904
|
}
|
|
864
905
|
}
|
|
865
906
|
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
907
|
+
//@mixin hook-divider-icon() {}
|
|
908
|
+
//@mixin hook-divider-icon-line() {}
|
|
909
|
+
//@mixin hook-divider-icon-line-left() {}
|
|
910
|
+
//@mixin hook-divider-icon-line-right() {}
|
|
911
|
+
//@mixin hook-divider-small() {}
|
|
912
|
+
//@mixin hook-divider-vertical() {}
|
|
913
|
+
//@mixin hook-divider-misc() {}
|
|
914
|
+
//@mixin hook-inverse-divider-icon() {}
|
|
915
|
+
//@mixin hook-inverse-divider-icon-line() {}
|
|
916
|
+
//@mixin hook-inverse-divider-small() {}
|
|
917
|
+
//@mixin hook-inverse-divider-vertical() {}
|
|
877
918
|
@mixin hook-inverse-component-divider() {
|
|
878
919
|
.uk-divider-icon {
|
|
879
|
-
@if mixin-exists(svg-fill) {
|
|
920
|
+
@if meta.mixin-exists('svg-fill') {
|
|
880
921
|
@include svg-fill($internal-divider-icon-image, '#000', $inverse-divider-icon-color);
|
|
881
922
|
}
|
|
882
|
-
@if mixin-exists(hook-inverse-divider-icon) {
|
|
923
|
+
@if meta.mixin-exists('hook-inverse-divider-icon') {
|
|
883
924
|
@include hook-inverse-divider-icon;
|
|
884
925
|
}
|
|
885
926
|
}
|
|
@@ -887,40 +928,40 @@
|
|
|
887
928
|
.uk-divider-icon::before,
|
|
888
929
|
.uk-divider-icon::after {
|
|
889
930
|
border-bottom-color: var(--inverse-divider-icon-line-border);
|
|
890
|
-
@if mixin-exists(hook-inverse-divider-icon-line) {
|
|
931
|
+
@if meta.mixin-exists('hook-inverse-divider-icon-line') {
|
|
891
932
|
@include hook-inverse-divider-icon-line;
|
|
892
933
|
}
|
|
893
934
|
}
|
|
894
935
|
|
|
895
936
|
.uk-divider-small::after {
|
|
896
937
|
border-top-color: var(--inverse-divider-small-border);
|
|
897
|
-
@if mixin-exists(hook-inverse-divider-small) {
|
|
938
|
+
@if meta.mixin-exists('hook-inverse-divider-small') {
|
|
898
939
|
@include hook-inverse-divider-small;
|
|
899
940
|
}
|
|
900
941
|
}
|
|
901
942
|
|
|
902
943
|
.uk-divider-vertical {
|
|
903
944
|
border-left-color: var(--inverse-divider-vertical-border);
|
|
904
|
-
@if mixin-exists(hook-inverse-divider-vertical) {
|
|
945
|
+
@if meta.mixin-exists('hook-inverse-divider-vertical') {
|
|
905
946
|
@include hook-inverse-divider-vertical;
|
|
906
947
|
}
|
|
907
948
|
}
|
|
908
949
|
}
|
|
909
950
|
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
951
|
+
//@mixin hook-dotnav() {}
|
|
952
|
+
//@mixin hook-dotnav-item() {}
|
|
953
|
+
//@mixin hook-dotnav-item-hover() {}
|
|
954
|
+
//@mixin hook-dotnav-item-onclick() {}
|
|
955
|
+
//@mixin hook-dotnav-item-active() {}
|
|
956
|
+
//@mixin hook-dotnav-misc() {}
|
|
957
|
+
//@mixin hook-inverse-dotnav-item() {}
|
|
958
|
+
//@mixin hook-inverse-dotnav-item-hover() {}
|
|
959
|
+
//@mixin hook-inverse-dotnav-item-onclick() {}
|
|
960
|
+
//@mixin hook-inverse-dotnav-item-active() {}
|
|
920
961
|
@mixin hook-inverse-component-dotnav() {
|
|
921
962
|
.uk-dotnav > * > * {
|
|
922
963
|
background-color: var(--inverse-dotnav-item-background);
|
|
923
|
-
@if mixin-exists(hook-inverse-dotnav-item) {
|
|
964
|
+
@if meta.mixin-exists('hook-inverse-dotnav-item') {
|
|
924
965
|
@include hook-inverse-dotnav-item;
|
|
925
966
|
}
|
|
926
967
|
}
|
|
@@ -928,60 +969,62 @@
|
|
|
928
969
|
.uk-dotnav > * > :hover,
|
|
929
970
|
.uk-dotnav > * > :focus {
|
|
930
971
|
background-color: var(--inverse-dotnav-item-hover-background);
|
|
931
|
-
@if mixin-exists(hook-inverse-dotnav-item-hover) {
|
|
972
|
+
@if meta.mixin-exists('hook-inverse-dotnav-item-hover') {
|
|
932
973
|
@include hook-inverse-dotnav-item-hover;
|
|
933
974
|
}
|
|
934
975
|
}
|
|
935
976
|
|
|
936
977
|
.uk-dotnav > * > :active {
|
|
937
978
|
background-color: var(--inverse-dotnav-item-onclick-background);
|
|
938
|
-
@if mixin-exists(hook-inverse-dotnav-item-onclick) {
|
|
979
|
+
@if meta.mixin-exists('hook-inverse-dotnav-item-onclick') {
|
|
939
980
|
@include hook-inverse-dotnav-item-onclick;
|
|
940
981
|
}
|
|
941
982
|
}
|
|
942
983
|
|
|
943
984
|
.uk-dotnav > .uk-active > * {
|
|
944
985
|
background-color: var(--inverse-dotnav-item-active-background);
|
|
945
|
-
@if mixin-exists(hook-inverse-dotnav-item-active) {
|
|
986
|
+
@if meta.mixin-exists('hook-inverse-dotnav-item-active') {
|
|
946
987
|
@include hook-inverse-dotnav-item-active;
|
|
947
988
|
}
|
|
948
989
|
}
|
|
949
990
|
}
|
|
950
991
|
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
992
|
+
//@mixin hook-drawer() {}
|
|
993
|
+
//@mixin hook-drawer-content-wrapper() {}
|
|
994
|
+
//@mixin hook-drawer-content() {}
|
|
995
|
+
//@mixin hook-drawer-mask() {}
|
|
996
|
+
//@mixin hook-drawer-mask-open() {}
|
|
997
|
+
//@mixin hook-drawer-close() {}
|
|
998
|
+
//@mixin hook-drawer-close-hover() {}
|
|
999
|
+
|
|
1000
|
+
//@mixin hook-drop-mask() {}
|
|
1001
|
+
//@mixin hook-drop-mask-active() {}
|
|
1002
|
+
//@mixin hook-drop-misc() {}
|
|
1003
|
+
|
|
1004
|
+
//@mixin hook-dropdown() {}
|
|
1005
|
+
//@mixin hook-dropdown-nav() {}
|
|
1006
|
+
//@mixin hook-dropdown-nav-item() {}
|
|
1007
|
+
//@mixin hook-dropdown-nav-item-hover() {}
|
|
1008
|
+
//@mixin hook-dropdown-nav-header() {}
|
|
1009
|
+
//@mixin hook-dropdown-nav-divider() {}
|
|
1010
|
+
//@mixin hook-dropdown-misc() {}
|
|
1011
|
+
//@mixin hook-inverse-dropdown() {}
|
|
1012
|
+
//@mixin hook-inverse-dropdown-nav-item() {}
|
|
1013
|
+
//@mixin hook-inverse-dropdown-nav-item-hover() {}
|
|
1014
|
+
//@mixin hook-inverse-dropdown-nav-header() {}
|
|
1015
|
+
//@mixin hook-inverse-dropdown-nav-divider() {}
|
|
973
1016
|
@mixin hook-inverse-component-dropdown() {
|
|
974
1017
|
.uk-dropdown {
|
|
975
1018
|
background: var(--inverse-dropdown-background);
|
|
976
1019
|
color: var(--inverse-dropdown-color);
|
|
977
|
-
@if mixin-exists(hook-inverse-dropdown) {
|
|
1020
|
+
@if meta.mixin-exists('hook-inverse-dropdown') {
|
|
978
1021
|
@include hook-inverse-dropdown;
|
|
979
1022
|
}
|
|
980
1023
|
}
|
|
981
1024
|
|
|
982
1025
|
.uk-dropdown-nav > li > a {
|
|
983
1026
|
color: var(--inverse-dropdown-nav-item-color);
|
|
984
|
-
@if mixin-exists(hook-inverse-dropdown-nav-item) {
|
|
1027
|
+
@if meta.mixin-exists('hook-inverse-dropdown-nav-item') {
|
|
985
1028
|
@include hook-inverse-dropdown-nav-item;
|
|
986
1029
|
}
|
|
987
1030
|
}
|
|
@@ -990,21 +1033,21 @@
|
|
|
990
1033
|
.uk-dropdown-nav > li > a:focus,
|
|
991
1034
|
.uk-dropdown-nav > li.uk-active > a {
|
|
992
1035
|
color: var(--inverse-dropdown-nav-item-hover-color);
|
|
993
|
-
@if mixin-exists(hook-inverse-dropdown-nav-item-hover) {
|
|
1036
|
+
@if meta.mixin-exists('hook-inverse-dropdown-nav-item-hover') {
|
|
994
1037
|
@include hook-inverse-dropdown-nav-item-hover;
|
|
995
1038
|
}
|
|
996
1039
|
}
|
|
997
1040
|
|
|
998
1041
|
.uk-dropdown-nav .uk-nav-header {
|
|
999
1042
|
color: var(--inverse-dropdown-nav-header-color);
|
|
1000
|
-
@if mixin-exists(hook-inverse-dropdown-nav-header) {
|
|
1043
|
+
@if meta.mixin-exists('hook-inverse-dropdown-nav-header') {
|
|
1001
1044
|
@include hook-inverse-dropdown-nav-header;
|
|
1002
1045
|
}
|
|
1003
1046
|
}
|
|
1004
1047
|
|
|
1005
1048
|
.uk-dropdown-nav .uk-nav-divider {
|
|
1006
1049
|
border-color: var(--inverse-dropdown-nav-divider-border);
|
|
1007
|
-
@if mixin-exists(hook-inverse-dropdown-nav-divider) {
|
|
1050
|
+
@if meta.mixin-exists('hook-inverse-dropdown-nav-divider') {
|
|
1008
1051
|
@include hook-inverse-dropdown-nav-divider;
|
|
1009
1052
|
}
|
|
1010
1053
|
}
|
|
@@ -1020,40 +1063,40 @@
|
|
|
1020
1063
|
}
|
|
1021
1064
|
}
|
|
1022
1065
|
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1066
|
+
//@mixin hook-flex-misc() {}
|
|
1067
|
+
|
|
1068
|
+
//@mixin hook-form() {}
|
|
1069
|
+
//@mixin hook-form-single-line() {}
|
|
1070
|
+
//@mixin hook-form-multi-line() {}
|
|
1071
|
+
//@mixin hook-form-focus() {}
|
|
1072
|
+
//@mixin hook-form-disabled() {}
|
|
1073
|
+
//@mixin hook-form-danger() {}
|
|
1074
|
+
//@mixin hook-form-warning() {}
|
|
1075
|
+
//@mixin hook-form-success() {}
|
|
1076
|
+
//@mixin hook-form-blank() {}
|
|
1077
|
+
//@mixin hook-form-blank-focus() {}
|
|
1078
|
+
//@mixin hook-form-legend() {}
|
|
1079
|
+
//@mixin hook-form-label() {}
|
|
1080
|
+
//@mixin hook-form-stacked-label() {}
|
|
1081
|
+
//@mixin hook-form-horizontal-label() {}
|
|
1082
|
+
//@mixin hook-form-misc() {}
|
|
1083
|
+
//@mixin hook-inverse-form() {}
|
|
1084
|
+
//@mixin hook-inverse-form-focus() {}
|
|
1085
|
+
//@mixin hook-inverse-form-label() {}
|
|
1043
1086
|
@mixin hook-inverse-component-form() {
|
|
1044
1087
|
.uk-input,
|
|
1045
1088
|
.uk-textarea {
|
|
1046
1089
|
background-clip: padding-box;
|
|
1047
1090
|
background-color: var(--inverse-form-background);
|
|
1048
1091
|
color: var(--inverse-form-color);
|
|
1049
|
-
@if mixin-exists(hook-inverse-form) {
|
|
1092
|
+
@if meta.mixin-exists('hook-inverse-form') {
|
|
1050
1093
|
@include hook-inverse-form;
|
|
1051
1094
|
}
|
|
1052
1095
|
|
|
1053
1096
|
&:focus {
|
|
1054
1097
|
background-color: var(--inverse-form-focus-background);
|
|
1055
1098
|
color: var(--inverse-form-focus-color);
|
|
1056
|
-
@if mixin-exists(hook-inverse-form-focus) {
|
|
1099
|
+
@if meta.mixin-exists('hook-inverse-form-focus') {
|
|
1057
1100
|
@include hook-inverse-form-focus;
|
|
1058
1101
|
}
|
|
1059
1102
|
}
|
|
@@ -1085,14 +1128,14 @@
|
|
|
1085
1128
|
|
|
1086
1129
|
.uk-input[list]:hover,
|
|
1087
1130
|
.uk-input[list]:focus {
|
|
1088
|
-
@if mixin-exists(svg-fill) {
|
|
1131
|
+
@if meta.mixin-exists('svg-fill') {
|
|
1089
1132
|
@include svg-fill($form-icon-datalist-image-path, '#000', $inverse-form-datalist-icon-color);
|
|
1090
1133
|
}
|
|
1091
1134
|
}
|
|
1092
1135
|
|
|
1093
1136
|
// Label
|
|
1094
1137
|
.uk-form-label {
|
|
1095
|
-
@if mixin-exists(hook-inverse-form-label) {
|
|
1138
|
+
@if meta.mixin-exists('hook-inverse-form-label') {
|
|
1096
1139
|
@include hook-inverse-form-label;
|
|
1097
1140
|
}
|
|
1098
1141
|
}
|
|
@@ -1107,89 +1150,89 @@
|
|
|
1107
1150
|
}
|
|
1108
1151
|
}
|
|
1109
1152
|
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1153
|
+
//@mixin hook-grid-divider-horizontal() {}
|
|
1154
|
+
//@mixin hook-grid-divider-vertical() {}
|
|
1155
|
+
//@mixin hook-grid-misc() {}
|
|
1156
|
+
//@mixin hook-inverse-grid-divider-horizontal() {}
|
|
1157
|
+
//@mixin hook-inverse-grid-divider-vertical() {}
|
|
1115
1158
|
@mixin hook-inverse-component-grid() {
|
|
1116
1159
|
.uk-grid-divider > :not(.uk-first-column)::before {
|
|
1117
1160
|
border-left-color: var(--inverse-grid-divider-border);
|
|
1118
|
-
@if mixin-exists(hook-inverse-grid-divider-horizontal) {
|
|
1161
|
+
@if meta.mixin-exists('hook-inverse-grid-divider-horizontal') {
|
|
1119
1162
|
@include hook-inverse-grid-divider-horizontal;
|
|
1120
1163
|
}
|
|
1121
1164
|
}
|
|
1122
1165
|
|
|
1123
1166
|
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
|
|
1124
1167
|
border-top-color: var(--inverse-grid-divider-border);
|
|
1125
|
-
@if mixin-exists(hook-inverse-grid-divider-vertical) {
|
|
1168
|
+
@if meta.mixin-exists('hook-inverse-grid-divider-vertical') {
|
|
1126
1169
|
@include hook-inverse-grid-divider-vertical;
|
|
1127
1170
|
}
|
|
1128
1171
|
}
|
|
1129
1172
|
}
|
|
1130
1173
|
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1174
|
+
//@mixin hook-heading-small() {}
|
|
1175
|
+
//@mixin hook-heading-medium() {}
|
|
1176
|
+
//@mixin hook-heading-large() {}
|
|
1177
|
+
//@mixin hook-heading-xlarge() {}
|
|
1178
|
+
//@mixin hook-heading-2xlarge() {}
|
|
1179
|
+
//@mixin hook-heading-primary() {}
|
|
1180
|
+
//@mixin hook-heading-hero() {}
|
|
1181
|
+
//@mixin hook-heading-divider() {}
|
|
1182
|
+
//@mixin hook-heading-bullet() {}
|
|
1183
|
+
//@mixin hook-heading-line() {}
|
|
1184
|
+
//@mixin hook-heading-misc() {}
|
|
1185
|
+
//@mixin hook-inverse-heading-small() {}
|
|
1186
|
+
//@mixin hook-inverse-heading-medium() {}
|
|
1187
|
+
//@mixin hook-inverse-heading-large() {}
|
|
1188
|
+
//@mixin hook-inverse-heading-xlarge() {}
|
|
1189
|
+
//@mixin hook-inverse-heading-2xlarge() {}
|
|
1190
|
+
//@mixin hook-inverse-heading-primary() {}
|
|
1191
|
+
//@mixin hook-inverse-heading-hero() {}
|
|
1192
|
+
//@mixin hook-inverse-heading-divider() {}
|
|
1193
|
+
//@mixin hook-inverse-heading-bullet() {}
|
|
1194
|
+
//@mixin hook-inverse-heading-line() {}
|
|
1152
1195
|
@mixin hook-inverse-component-heading() {
|
|
1153
1196
|
.uk-heading-small {
|
|
1154
|
-
@if mixin-exists(hook-inverse-heading-small) {
|
|
1197
|
+
@if meta.mixin-exists('hook-inverse-heading-small') {
|
|
1155
1198
|
@include hook-inverse-heading-small;
|
|
1156
1199
|
}
|
|
1157
1200
|
}
|
|
1158
1201
|
|
|
1159
1202
|
.uk-heading-medium {
|
|
1160
|
-
@if mixin-exists(hook-inverse-heading-medium) {
|
|
1203
|
+
@if meta.mixin-exists('hook-inverse-heading-medium') {
|
|
1161
1204
|
@include hook-inverse-heading-medium;
|
|
1162
1205
|
}
|
|
1163
1206
|
}
|
|
1164
1207
|
|
|
1165
1208
|
.uk-heading-large {
|
|
1166
|
-
@if mixin-exists(hook-inverse-heading-large) {
|
|
1209
|
+
@if meta.mixin-exists('hook-inverse-heading-large') {
|
|
1167
1210
|
@include hook-inverse-heading-large;
|
|
1168
1211
|
}
|
|
1169
1212
|
}
|
|
1170
1213
|
|
|
1171
1214
|
.uk-heading-xlarge {
|
|
1172
|
-
@if mixin-exists(hook-inverse-heading-xlarge) {
|
|
1215
|
+
@if meta.mixin-exists('hook-inverse-heading-xlarge') {
|
|
1173
1216
|
@include hook-inverse-heading-xlarge;
|
|
1174
1217
|
}
|
|
1175
1218
|
}
|
|
1176
1219
|
|
|
1177
1220
|
.uk-heading-2xlarge {
|
|
1178
|
-
@if mixin-exists(hook-inverse-heading-2xlarge) {
|
|
1221
|
+
@if meta.mixin-exists('hook-inverse-heading-2xlarge') {
|
|
1179
1222
|
@include hook-inverse-heading-2xlarge;
|
|
1180
1223
|
}
|
|
1181
1224
|
}
|
|
1182
1225
|
|
|
1183
1226
|
.uk-heading-divider {
|
|
1184
1227
|
border-bottom-color: var(--inverse-heading-divider-border);
|
|
1185
|
-
@if mixin-exists(hook-inverse-heading-divider) {
|
|
1228
|
+
@if meta.mixin-exists('hook-inverse-heading-divider') {
|
|
1186
1229
|
@include hook-inverse-heading-divider;
|
|
1187
1230
|
}
|
|
1188
1231
|
}
|
|
1189
1232
|
|
|
1190
1233
|
.uk-heading-bullet::before {
|
|
1191
1234
|
border-left-color: var(--inverse-heading-bullet-border);
|
|
1192
|
-
@if mixin-exists(hook-inverse-heading-bullet) {
|
|
1235
|
+
@if meta.mixin-exists('hook-inverse-heading-bullet') {
|
|
1193
1236
|
@include hook-inverse-heading-bullet;
|
|
1194
1237
|
}
|
|
1195
1238
|
}
|
|
@@ -1197,27 +1240,27 @@
|
|
|
1197
1240
|
.uk-heading-line > ::before,
|
|
1198
1241
|
.uk-heading-line > ::after {
|
|
1199
1242
|
border-bottom-color: var(--inverse-heading-line-border);
|
|
1200
|
-
@if mixin-exists(hook-inverse-heading-line) {
|
|
1243
|
+
@if meta.mixin-exists('hook-inverse-heading-line') {
|
|
1201
1244
|
@include hook-inverse-heading-line;
|
|
1202
1245
|
}
|
|
1203
1246
|
}
|
|
1204
1247
|
}
|
|
1205
1248
|
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1249
|
+
//@mixin hook-height-misc() {}
|
|
1250
|
+
|
|
1251
|
+
//@mixin hook-icon-link() {}
|
|
1252
|
+
//@mixin hook-icon-link-hover() {}
|
|
1253
|
+
//@mixin hook-icon-link-active() {}
|
|
1254
|
+
//@mixin hook-icon-button() {}
|
|
1255
|
+
//@mixin hook-icon-button-hover() {}
|
|
1256
|
+
//@mixin hook-icon-button-active() {}
|
|
1257
|
+
//@mixin hook-icon-misc() {}
|
|
1258
|
+
//@mixin hook-inverse-icon-link() {}
|
|
1259
|
+
//@mixin hook-inverse-icon-link-hover() {}
|
|
1260
|
+
//@mixin hook-inverse-icon-link-active() {}
|
|
1261
|
+
//@mixin hook-inverse-icon-button() {}
|
|
1262
|
+
//@mixin hook-inverse-icon-button-hover() {}
|
|
1263
|
+
//@mixin hook-inverse-icon-button-active() {}
|
|
1221
1264
|
@mixin hook-inverse-component-icon() {
|
|
1222
1265
|
//
|
|
1223
1266
|
// Link
|
|
@@ -1225,7 +1268,7 @@
|
|
|
1225
1268
|
|
|
1226
1269
|
.uk-icon-link {
|
|
1227
1270
|
color: var(--inverse-icon-link-color);
|
|
1228
|
-
@if mixin-exists(hook-inverse-icon-link) {
|
|
1271
|
+
@if meta.mixin-exists('hook-inverse-icon-link') {
|
|
1229
1272
|
@include hook-inverse-icon-link;
|
|
1230
1273
|
}
|
|
1231
1274
|
}
|
|
@@ -1233,7 +1276,7 @@
|
|
|
1233
1276
|
.uk-icon-link:hover,
|
|
1234
1277
|
.uk-icon-link:focus {
|
|
1235
1278
|
color: var(--inverse-icon-link-hover-color);
|
|
1236
|
-
@if mixin-exists(hook-inverse-icon-link-hover) {
|
|
1279
|
+
@if meta.mixin-exists('hook-inverse-icon-link-hover') {
|
|
1237
1280
|
@include hook-inverse-icon-link-hover;
|
|
1238
1281
|
}
|
|
1239
1282
|
}
|
|
@@ -1241,7 +1284,7 @@
|
|
|
1241
1284
|
.uk-icon-link:active,
|
|
1242
1285
|
.uk-active > .uk-icon-link {
|
|
1243
1286
|
color: var(--inverse-icon-link-active-color);
|
|
1244
|
-
@if mixin-exists(hook-inverse-icon-link-active) {
|
|
1287
|
+
@if meta.mixin-exists('hook-inverse-icon-link-active') {
|
|
1245
1288
|
@include hook-inverse-icon-link-active;
|
|
1246
1289
|
}
|
|
1247
1290
|
}
|
|
@@ -1253,7 +1296,7 @@
|
|
|
1253
1296
|
.uk-icon-button {
|
|
1254
1297
|
background-color: var(--inverse-icon-button-background);
|
|
1255
1298
|
color: var(--inverse-icon-button-color);
|
|
1256
|
-
@if mixin-exists(hook-inverse-icon-button) {
|
|
1299
|
+
@if meta.mixin-exists('hook-inverse-icon-button') {
|
|
1257
1300
|
@include hook-inverse-icon-button;
|
|
1258
1301
|
}
|
|
1259
1302
|
}
|
|
@@ -1262,7 +1305,7 @@
|
|
|
1262
1305
|
.uk-icon-button:focus {
|
|
1263
1306
|
background-color: var(--inverse-icon-button-hover-background);
|
|
1264
1307
|
color: var(--inverse-icon-button-hover-color);
|
|
1265
|
-
@if mixin-exists(hook-inverse-icon-button-hover) {
|
|
1308
|
+
@if meta.mixin-exists('hook-inverse-icon-button-hover') {
|
|
1266
1309
|
@include hook-inverse-icon-button-hover;
|
|
1267
1310
|
}
|
|
1268
1311
|
}
|
|
@@ -1270,24 +1313,24 @@
|
|
|
1270
1313
|
.uk-icon-button:active {
|
|
1271
1314
|
background-color: var(--inverse-icon-button-active-background);
|
|
1272
1315
|
color: var(--inverse-icon-button-active-color);
|
|
1273
|
-
@if mixin-exists(hook-inverse-icon-button-active) {
|
|
1316
|
+
@if meta.mixin-exists('hook-inverse-icon-button-active') {
|
|
1274
1317
|
@include hook-inverse-icon-button-active;
|
|
1275
1318
|
}
|
|
1276
1319
|
}
|
|
1277
1320
|
}
|
|
1278
1321
|
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1322
|
+
//@mixin hook-iconnav() {}
|
|
1323
|
+
//@mixin hook-iconnav-item() {}
|
|
1324
|
+
//@mixin hook-iconnav-item-hover() {}
|
|
1325
|
+
//@mixin hook-iconnav-item-active() {}
|
|
1326
|
+
//@mixin hook-iconnav-misc() {}
|
|
1327
|
+
//@mixin hook-inverse-iconnav-item() {}
|
|
1328
|
+
//@mixin hook-inverse-iconnav-item-hover() {}
|
|
1329
|
+
//@mixin hook-inverse-iconnav-item-active() {}
|
|
1287
1330
|
@mixin hook-inverse-component-iconnav() {
|
|
1288
1331
|
.uk-iconnav > * > a {
|
|
1289
1332
|
color: var(--inverse-iconnav-item-color);
|
|
1290
|
-
@if mixin-exists(hook-inverse-iconnav-item) {
|
|
1333
|
+
@if meta.mixin-exists('hook-inverse-iconnav-item') {
|
|
1291
1334
|
@include hook-inverse-iconnav-item;
|
|
1292
1335
|
}
|
|
1293
1336
|
}
|
|
@@ -1295,57 +1338,57 @@
|
|
|
1295
1338
|
.uk-iconnav > * > a:hover,
|
|
1296
1339
|
.uk-iconnav > * > a:focus {
|
|
1297
1340
|
color: var(--inverse-iconnav-item-hover-color);
|
|
1298
|
-
@if mixin-exists(hook-inverse-iconnav-item-hover) {
|
|
1341
|
+
@if meta.mixin-exists('hook-inverse-iconnav-item-hover') {
|
|
1299
1342
|
@include hook-inverse-iconnav-item-hover;
|
|
1300
1343
|
}
|
|
1301
1344
|
}
|
|
1302
1345
|
|
|
1303
1346
|
.uk-iconnav > .uk-active > a {
|
|
1304
1347
|
color: var(--inverse-iconnav-item-active-color);
|
|
1305
|
-
@if mixin-exists(hook-inverse-iconnav-item-active) {
|
|
1348
|
+
@if meta.mixin-exists('hook-inverse-iconnav-item-active') {
|
|
1306
1349
|
@include hook-inverse-iconnav-item-active;
|
|
1307
1350
|
}
|
|
1308
1351
|
}
|
|
1309
1352
|
}
|
|
1310
1353
|
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1354
|
+
//@mixin hook-label() {}
|
|
1355
|
+
//@mixin hook-label-success() {}
|
|
1356
|
+
//@mixin hook-label-warning() {}
|
|
1357
|
+
//@mixin hook-label-danger() {}
|
|
1358
|
+
//@mixin hook-label-misc() {}
|
|
1359
|
+
//@mixin hook-inverse-label() {}
|
|
1317
1360
|
@mixin hook-inverse-component-label() {
|
|
1318
1361
|
.uk-label {
|
|
1319
1362
|
background-color: var(--inverse-label-background);
|
|
1320
1363
|
color: var(--inverse-label-color);
|
|
1321
|
-
@if mixin-exists(hook-inverse-label) {
|
|
1364
|
+
@if meta.mixin-exists('hook-inverse-label') {
|
|
1322
1365
|
@include hook-inverse-label;
|
|
1323
1366
|
}
|
|
1324
1367
|
}
|
|
1325
1368
|
}
|
|
1326
1369
|
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1370
|
+
//@mixin hook-leader() {}
|
|
1371
|
+
//@mixin hook-leader-misc() {}
|
|
1372
|
+
//@mixin hook-inverse-leader() {}
|
|
1373
|
+
//@mixin hook-inverse-component-leader() {}
|
|
1374
|
+
|
|
1375
|
+
//@mixin hook-link-muted() {}
|
|
1376
|
+
//@mixin hook-link-muted-hover() {}
|
|
1377
|
+
//@mixin hook-link-text() {}
|
|
1378
|
+
//@mixin hook-link-text-hover() {}
|
|
1379
|
+
//@mixin hook-link-heading() {}
|
|
1380
|
+
//@mixin hook-link-heading-hover() {}
|
|
1381
|
+
//@mixin hook-link-reset() {}
|
|
1382
|
+
//@mixin hook-link-misc() {}
|
|
1383
|
+
//@mixin hook-inverse-link-muted() {}
|
|
1384
|
+
//@mixin hook-inverse-link-muted-hover() {}
|
|
1385
|
+
//@mixin hook-inverse-link-text-hover() {}
|
|
1386
|
+
//@mixin hook-inverse-link-heading-hover() {}
|
|
1344
1387
|
@mixin hook-inverse-component-link() {
|
|
1345
1388
|
a.uk-link-muted,
|
|
1346
1389
|
.uk-link-muted a {
|
|
1347
1390
|
color: var(--inverse-link-muted-color);
|
|
1348
|
-
@if mixin-exists(hook-inverse-link-muted) {
|
|
1391
|
+
@if meta.mixin-exists('hook-inverse-link-muted') {
|
|
1349
1392
|
@include hook-inverse-link-muted;
|
|
1350
1393
|
}
|
|
1351
1394
|
}
|
|
@@ -1355,7 +1398,7 @@
|
|
|
1355
1398
|
.uk-link-toggle:hover .uk-link-muted,
|
|
1356
1399
|
.uk-link-toggle:focus .uk-link-muted {
|
|
1357
1400
|
color: var(--inverse-link-muted-hover-color);
|
|
1358
|
-
@if mixin-exists(hook-inverse-link-muted-hover) {
|
|
1401
|
+
@if meta.mixin-exists('hook-inverse-link-muted-hover') {
|
|
1359
1402
|
@include hook-inverse-link-muted-hover;
|
|
1360
1403
|
}
|
|
1361
1404
|
}
|
|
@@ -1365,7 +1408,7 @@
|
|
|
1365
1408
|
.uk-link-toggle:hover .uk-link-text,
|
|
1366
1409
|
.uk-link-toggle:focus .uk-link-text {
|
|
1367
1410
|
color: var(--inverse-link-text-hover-color);
|
|
1368
|
-
@if mixin-exists(hook-inverse-link-text-hover) {
|
|
1411
|
+
@if meta.mixin-exists('hook-inverse-link-text-hover') {
|
|
1369
1412
|
@include hook-inverse-link-text-hover;
|
|
1370
1413
|
}
|
|
1371
1414
|
}
|
|
@@ -1375,17 +1418,17 @@
|
|
|
1375
1418
|
.uk-link-toggle:hover .uk-link-heading,
|
|
1376
1419
|
.uk-link-toggle:focus .uk-link-heading {
|
|
1377
1420
|
color: var(--inverse-link-heading-hover-color);
|
|
1378
|
-
@if mixin-exists(hook-inverse-link-heading-hover) {
|
|
1421
|
+
@if meta.mixin-exists('hook-inverse-link-heading-hover') {
|
|
1379
1422
|
@include hook-inverse-link-heading-hover;
|
|
1380
1423
|
}
|
|
1381
1424
|
}
|
|
1382
1425
|
}
|
|
1383
1426
|
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1427
|
+
//@mixin hook-list-divider() {}
|
|
1428
|
+
//@mixin hook-list-striped() {}
|
|
1429
|
+
//@mixin hook-list-misc() {}
|
|
1430
|
+
//@mixin hook-inverse-list-divider() {}
|
|
1431
|
+
//@mixin hook-inverse-list-striped() {}
|
|
1389
1432
|
@mixin hook-inverse-component-list() {
|
|
1390
1433
|
.uk-list-muted > ::before {
|
|
1391
1434
|
color: var(--inverse-list-muted-color) !important;
|
|
@@ -1404,20 +1447,20 @@
|
|
|
1404
1447
|
}
|
|
1405
1448
|
|
|
1406
1449
|
.uk-list-bullet > ::before {
|
|
1407
|
-
@if mixin-exists(svg-fill) {
|
|
1408
|
-
@include svg-fill($list-bullet-icon-image-path, '#000', $inverse-list-bullet-icon-color)
|
|
1450
|
+
@if meta.mixin-exists('svg-fill') {
|
|
1451
|
+
@include svg-fill($list-bullet-icon-image-path, '#000', $inverse-list-bullet-icon-color);
|
|
1409
1452
|
}
|
|
1410
1453
|
}
|
|
1411
1454
|
|
|
1412
|
-
.uk-list-divider > :nth-child(n+2) {
|
|
1455
|
+
.uk-list-divider > :nth-child(n + 2) {
|
|
1413
1456
|
border-top-color: var(--inverse-list-divider-border);
|
|
1414
|
-
@if mixin-exists(hook-inverse-list-divider) {
|
|
1457
|
+
@if meta.mixin-exists('hook-inverse-list-divider') {
|
|
1415
1458
|
@include hook-inverse-list-divider;
|
|
1416
1459
|
}
|
|
1417
1460
|
}
|
|
1418
1461
|
|
|
1419
1462
|
.uk-list-striped > * {
|
|
1420
|
-
@if mixin-exists(hook-inverse-list-striped) {
|
|
1463
|
+
@if meta.mixin-exists('hook-inverse-list-striped') {
|
|
1421
1464
|
@include hook-inverse-list-striped;
|
|
1422
1465
|
}
|
|
1423
1466
|
}
|
|
@@ -1427,16 +1470,16 @@
|
|
|
1427
1470
|
}
|
|
1428
1471
|
}
|
|
1429
1472
|
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1473
|
+
//@mixin hook-marker() {}
|
|
1474
|
+
//@mixin hook-marker-hover() {}
|
|
1475
|
+
//@mixin hook-marker-misc() {}
|
|
1476
|
+
//@mixin hook-inverse-marker() {}
|
|
1477
|
+
//@mixin hook-inverse-marker-hover() {}
|
|
1435
1478
|
@mixin hook-inverse-component-marker() {
|
|
1436
1479
|
.uk-marker {
|
|
1437
1480
|
background: var(--inverse-marker-background);
|
|
1438
1481
|
color: var(--inverse-marker-color);
|
|
1439
|
-
@if mixin-exists(hook-inverse-marker) {
|
|
1482
|
+
@if meta.mixin-exists('hook-inverse-marker') {
|
|
1440
1483
|
@include hook-inverse-marker;
|
|
1441
1484
|
}
|
|
1442
1485
|
}
|
|
@@ -1444,58 +1487,61 @@
|
|
|
1444
1487
|
.uk-marker:hover,
|
|
1445
1488
|
.uk-marker:focus {
|
|
1446
1489
|
color: var(--inverse-marker-hover-color);
|
|
1447
|
-
@if mixin-exists(hook-inverse-marker-hover) {
|
|
1490
|
+
@if meta.mixin-exists('hook-inverse-marker-hover') {
|
|
1448
1491
|
@include hook-inverse-marker-hover;
|
|
1449
1492
|
}
|
|
1450
1493
|
}
|
|
1451
1494
|
}
|
|
1452
1495
|
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1496
|
+
//@mixin hook-margin-misc() {}
|
|
1497
|
+
//@mixin hook-padding-misc() {}
|
|
1498
|
+
|
|
1499
|
+
//@mixin hook-modal() {}
|
|
1500
|
+
//@mixin hook-modal-content() {}
|
|
1501
|
+
//@mixin hook-modal-mask() {}
|
|
1502
|
+
//@mixin hook-modal-full() {}
|
|
1503
|
+
//@mixin hook-modal-header() {}
|
|
1504
|
+
//@mixin hook-modal-body() {}
|
|
1505
|
+
//@mixin hook-modal-footer() {}
|
|
1506
|
+
//@mixin hook-modal-title() {}
|
|
1507
|
+
//@mixin hook-modal-close() {}
|
|
1508
|
+
//@mixin hook-modal-close-hover() {}
|
|
1509
|
+
//@mixin hook-modal-close-default() {}
|
|
1510
|
+
//@mixin hook-modal-close-default-hover() {}
|
|
1511
|
+
//@mixin hook-modal-close-outside() {}
|
|
1512
|
+
//@mixin hook-modal-close-outside-hover() {}
|
|
1513
|
+
//@mixin hook-modal-close-full() {}
|
|
1514
|
+
//@mixin hook-modal-close-full-hover() {}
|
|
1515
|
+
//@mixin hook-modal-misc() {}
|
|
1516
|
+
|
|
1517
|
+
//@mixin hook-nav-sub() {}
|
|
1518
|
+
//@mixin hook-nav-header() {}
|
|
1519
|
+
//@mixin hook-nav-divider() {}
|
|
1520
|
+
//@mixin hook-nav-default() {}
|
|
1521
|
+
//@mixin hook-nav-default-item() {}
|
|
1522
|
+
//@mixin hook-nav-default-item-hover() {}
|
|
1523
|
+
//@mixin hook-nav-default-item-active() {}
|
|
1524
|
+
//@mixin hook-nav-default-header() {}
|
|
1525
|
+
//@mixin hook-nav-default-divider() {}
|
|
1526
|
+
//@mixin hook-nav-primary() {}
|
|
1527
|
+
//@mixin hook-nav-primary-item() {}
|
|
1528
|
+
//@mixin hook-nav-primary-item-hover() {}
|
|
1529
|
+
//@mixin hook-nav-primary-item-active() {}
|
|
1530
|
+
//@mixin hook-nav-primary-header() {}
|
|
1531
|
+
//@mixin hook-nav-primary-divider() {}
|
|
1532
|
+
//@mixin hook-nav-dividers() {}
|
|
1533
|
+
//@mixin hook-nav-misc() {}
|
|
1534
|
+
//@mixin hook-inverse-nav-parent-icon() {}
|
|
1535
|
+
//@mixin hook-inverse-nav-default-item() {}
|
|
1536
|
+
//@mixin hook-inverse-nav-default-item-hover() {}
|
|
1537
|
+
//@mixin hook-inverse-nav-default-item-active() {}
|
|
1538
|
+
//@mixin hook-inverse-nav-default-header() {}
|
|
1539
|
+
//@mixin hook-inverse-nav-default-divider() {}
|
|
1540
|
+
//@mixin hook-inverse-nav-primary-item() {}
|
|
1541
|
+
//@mixin hook-inverse-nav-primary-item-hover() {}
|
|
1542
|
+
//@mixin hook-inverse-nav-primary-item-active() {}
|
|
1543
|
+
//@mixin hook-inverse-nav-primary-header() {}
|
|
1544
|
+
//@mixin hook-inverse-nav-primary-divider() {}
|
|
1499
1545
|
@mixin hook-inverse-component-nav() {
|
|
1500
1546
|
//
|
|
1501
1547
|
// Default
|
|
@@ -1503,7 +1549,7 @@
|
|
|
1503
1549
|
|
|
1504
1550
|
.uk-nav-default > li > a {
|
|
1505
1551
|
color: var(--inverse-nav-default-item-color);
|
|
1506
|
-
@if mixin-exists(hook-inverse-nav-default-item) {
|
|
1552
|
+
@if meta.mixin-exists('hook-inverse-nav-default-item') {
|
|
1507
1553
|
@include hook-inverse-nav-default-item;
|
|
1508
1554
|
}
|
|
1509
1555
|
}
|
|
@@ -1511,28 +1557,28 @@
|
|
|
1511
1557
|
.uk-nav-default > li > a:hover,
|
|
1512
1558
|
.uk-nav-default > li > a:focus {
|
|
1513
1559
|
color: var(--inverse-nav-default-item-hover-color);
|
|
1514
|
-
@if mixin-exists(hook-inverse-nav-default-item-hover) {
|
|
1560
|
+
@if meta.mixin-exists('hook-inverse-nav-default-item-hover') {
|
|
1515
1561
|
@include hook-inverse-nav-default-item-hover;
|
|
1516
1562
|
}
|
|
1517
1563
|
}
|
|
1518
1564
|
|
|
1519
1565
|
.uk-nav-default > li.uk-active > a {
|
|
1520
1566
|
color: var(--inverse-nav-default-item-active-color);
|
|
1521
|
-
@if mixin-exists(hook-inverse-nav-default-item-active) {
|
|
1567
|
+
@if meta.mixin-exists('hook-inverse-nav-default-item-active') {
|
|
1522
1568
|
@include hook-inverse-nav-default-item-active;
|
|
1523
1569
|
}
|
|
1524
1570
|
}
|
|
1525
1571
|
|
|
1526
1572
|
.uk-nav-default .uk-nav-header {
|
|
1527
1573
|
color: var(--inverse-nav-default-header-color);
|
|
1528
|
-
@if mixin-exists(hook-inverse-nav-default-header) {
|
|
1574
|
+
@if meta.mixin-exists('hook-inverse-nav-default-header') {
|
|
1529
1575
|
@include hook-inverse-nav-default-header;
|
|
1530
1576
|
}
|
|
1531
1577
|
}
|
|
1532
1578
|
|
|
1533
1579
|
.uk-nav-default .uk-nav-divider {
|
|
1534
1580
|
border-top-color: var(--inverse-nav-default-divider-border);
|
|
1535
|
-
@if mixin-exists(hook-inverse-nav-default-divider) {
|
|
1581
|
+
@if meta.mixin-exists('hook-inverse-nav-default-divider') {
|
|
1536
1582
|
@include hook-inverse-nav-default-divider;
|
|
1537
1583
|
}
|
|
1538
1584
|
}
|
|
@@ -1556,7 +1602,7 @@
|
|
|
1556
1602
|
|
|
1557
1603
|
.uk-nav-primary > li > a {
|
|
1558
1604
|
color: var(--inverse-nav-primary-item-color);
|
|
1559
|
-
@if mixin-exists(hook-inverse-nav-primary-item) {
|
|
1605
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-item') {
|
|
1560
1606
|
@include hook-inverse-nav-primary-item;
|
|
1561
1607
|
}
|
|
1562
1608
|
}
|
|
@@ -1564,28 +1610,28 @@
|
|
|
1564
1610
|
.uk-nav-primary > li > a:hover,
|
|
1565
1611
|
.uk-nav-primary > li > a:focus {
|
|
1566
1612
|
color: var(--inverse-nav-primary-item-hover-color);
|
|
1567
|
-
@if mixin-exists(hook-inverse-nav-primary-item-hover) {
|
|
1613
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-item-hover') {
|
|
1568
1614
|
@include hook-inverse-nav-primary-item-hover;
|
|
1569
1615
|
}
|
|
1570
1616
|
}
|
|
1571
1617
|
|
|
1572
1618
|
.uk-nav-primary > li.uk-active > a {
|
|
1573
1619
|
color: var(--inverse-nav-primary-item-active-color);
|
|
1574
|
-
@if mixin-exists(hook-inverse-nav-primary-item-active) {
|
|
1620
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-item-active') {
|
|
1575
1621
|
@include hook-inverse-nav-primary-item-active;
|
|
1576
1622
|
}
|
|
1577
1623
|
}
|
|
1578
1624
|
|
|
1579
1625
|
.uk-nav-primary .uk-nav-header {
|
|
1580
1626
|
color: var(--inverse-nav-primary-header-color);
|
|
1581
|
-
@if mixin-exists(hook-inverse-nav-primary-header) {
|
|
1627
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-header') {
|
|
1582
1628
|
@include hook-inverse-nav-primary-header;
|
|
1583
1629
|
}
|
|
1584
1630
|
}
|
|
1585
1631
|
|
|
1586
1632
|
.uk-nav-primary .uk-nav-divider {
|
|
1587
1633
|
border-top-color: var(--inverse-nav-primary-divider-border);
|
|
1588
|
-
@if mixin-exists(hook-inverse-nav-primary-divider) {
|
|
1634
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-divider') {
|
|
1589
1635
|
@include hook-inverse-nav-primary-divider;
|
|
1590
1636
|
}
|
|
1591
1637
|
}
|
|
@@ -1604,58 +1650,58 @@
|
|
|
1604
1650
|
}
|
|
1605
1651
|
}
|
|
1606
1652
|
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1653
|
+
//@mixin hook-navbar() {}
|
|
1654
|
+
//@mixin hook-navbar-container() {}
|
|
1655
|
+
//@mixin hook-navbar-nav-item() {}
|
|
1656
|
+
//@mixin hook-navbar-nav-item-hover() {}
|
|
1657
|
+
//@mixin hook-navbar-nav-item-onclick() {}
|
|
1658
|
+
//@mixin hook-navbar-nav-item-active() {}
|
|
1659
|
+
//@mixin hook-navbar-item() {}
|
|
1660
|
+
//@mixin hook-navbar-toggle() {}
|
|
1661
|
+
//@mixin hook-navbar-toggle-hover() {}
|
|
1662
|
+
//@mixin hook-navbar-toggle-icon() {}
|
|
1663
|
+
//@mixin hook-navbar-toggle-icon-hover() {}
|
|
1664
|
+
//@mixin hook-navbar-subtitle() {}
|
|
1665
|
+
//@mixin hook-navbar-primary() {}
|
|
1666
|
+
//@mixin hook-navbar-transparent() {}
|
|
1667
|
+
//@mixin hook-navbar-sticky() {}
|
|
1668
|
+
//@mixin hook-navbar-dropdown() {}
|
|
1669
|
+
//@mixin hook-navbar-dropdown-dropbar() {}
|
|
1670
|
+
//@mixin hook-navbar-dropdown-nav() {}
|
|
1671
|
+
//@mixin hook-navbar-dropdown-nav-item() {}
|
|
1672
|
+
//@mixin hook-navbar-dropdown-nav-item-hover() {}
|
|
1673
|
+
//@mixin hook-navbar-dropdown-nav-item-active() {}
|
|
1674
|
+
//@mixin hook-navbar-dropdown-nav-header() {}
|
|
1675
|
+
//@mixin hook-navbar-dropdown-nav-divider() {}
|
|
1676
|
+
//@mixin hook-navbar-dropbar() {}
|
|
1677
|
+
//@mixin hook-navbar-dropbar-slide() {}
|
|
1678
|
+
//@mixin hook-navbar-misc() {}
|
|
1679
|
+
//@mixin hook-inverse-navbar-container() {}
|
|
1680
|
+
//@mixin hook-inverse-navbar-nav-item() {}
|
|
1681
|
+
//@mixin hook-inverse-navbar-nav-item-hover() {}
|
|
1682
|
+
//@mixin hook-inverse-navbar-nav-item-onclick() {}
|
|
1683
|
+
//@mixin hook-inverse-navbar-nav-item-active() {}
|
|
1684
|
+
//@mixin hook-inverse-navbar-item() {}
|
|
1685
|
+
//@mixin hook-inverse-navbar-toggle() {}
|
|
1686
|
+
//@mixin hook-inverse-navbar-toggle-hover() {}
|
|
1687
|
+
//@mixin hook-inverse-navbar-dropdown() {}
|
|
1688
|
+
//@mixin hook-inverse-navbar-dropdown-nav-item() {}
|
|
1689
|
+
//@mixin hook-inverse-navbar-dropdown-nav-item-hover() {}
|
|
1690
|
+
//@mixin hook-inverse-navbar-dropdown-nav-item-active() {}
|
|
1691
|
+
//@mixin hook-inverse-navbar-dropdown-nav-header() {}
|
|
1692
|
+
//@mixin hook-inverse-navbar-dropdown-nav-divider() {}
|
|
1693
|
+
//@mixin hook-inverse-navbar-dropbar() {}
|
|
1648
1694
|
@mixin hook-inverse-component-navbar() {
|
|
1649
1695
|
.uk-navbar-container:not(.uk-navbar-transparent) {
|
|
1650
1696
|
background: var(--inverse-navbar-background);
|
|
1651
|
-
@if mixin-exists(hook-inverse-navbar-container) {
|
|
1697
|
+
@if meta.mixin-exists('hook-inverse-navbar-container') {
|
|
1652
1698
|
@include hook-inverse-navbar-container;
|
|
1653
1699
|
}
|
|
1654
1700
|
}
|
|
1655
1701
|
|
|
1656
1702
|
.uk-navbar-nav > li > a {
|
|
1657
1703
|
color: var(--inverse-navbar-nav-item-color);
|
|
1658
|
-
@if mixin-exists(hook-inverse-navbar-nav-item) {
|
|
1704
|
+
@if meta.mixin-exists('hook-inverse-navbar-nav-item') {
|
|
1659
1705
|
@include hook-inverse-navbar-nav-item;
|
|
1660
1706
|
}
|
|
1661
1707
|
}
|
|
@@ -1664,35 +1710,35 @@
|
|
|
1664
1710
|
.uk-navbar-nav > li > a:focus,
|
|
1665
1711
|
.uk-navbar-nav > li > a.uk-open {
|
|
1666
1712
|
color: var(--inverse-navbar-nav-item-hover-color);
|
|
1667
|
-
@if mixin-exists(hook-inverse-navbar-nav-item-hover) {
|
|
1713
|
+
@if meta.mixin-exists('hook-inverse-navbar-nav-item-hover') {
|
|
1668
1714
|
@include hook-inverse-navbar-nav-item-hover;
|
|
1669
1715
|
}
|
|
1670
1716
|
}
|
|
1671
1717
|
|
|
1672
1718
|
.uk-navbar-nav > li > a:active {
|
|
1673
1719
|
color: var(--inverse-navbar-nav-item-onclick-color);
|
|
1674
|
-
@if mixin-exists(hook-inverse-navbar-nav-item-onclick) {
|
|
1720
|
+
@if meta.mixin-exists('hook-inverse-navbar-nav-item-onclick') {
|
|
1675
1721
|
@include hook-inverse-navbar-nav-item-onclick;
|
|
1676
1722
|
}
|
|
1677
1723
|
}
|
|
1678
1724
|
|
|
1679
1725
|
.uk-navbar-nav > li.uk-active > a {
|
|
1680
1726
|
color: var(--inverse-navbar-nav-item-active-color);
|
|
1681
|
-
@if mixin-exists(hook-inverse-navbar-nav-item-active) {
|
|
1727
|
+
@if meta.mixin-exists('hook-inverse-navbar-nav-item-active') {
|
|
1682
1728
|
@include hook-inverse-navbar-nav-item-active;
|
|
1683
1729
|
}
|
|
1684
1730
|
}
|
|
1685
1731
|
|
|
1686
1732
|
.uk-navbar-item {
|
|
1687
1733
|
color: var(--inverse-navbar-item-color);
|
|
1688
|
-
@if mixin-exists(hook-inverse-navbar-item) {
|
|
1734
|
+
@if meta.mixin-exists('hook-inverse-navbar-item') {
|
|
1689
1735
|
@include hook-inverse-navbar-item;
|
|
1690
1736
|
}
|
|
1691
1737
|
}
|
|
1692
1738
|
|
|
1693
1739
|
.uk-navbar-toggle {
|
|
1694
1740
|
color: var(--inverse-navbar-toggle-color);
|
|
1695
|
-
@if mixin-exists(hook-inverse-navbar-toggle) {
|
|
1741
|
+
@if meta.mixin-exists('hook-inverse-navbar-toggle') {
|
|
1696
1742
|
@include hook-inverse-navbar-toggle;
|
|
1697
1743
|
}
|
|
1698
1744
|
}
|
|
@@ -1701,7 +1747,7 @@
|
|
|
1701
1747
|
.uk-navbar-toggle:focus,
|
|
1702
1748
|
.uk-navbar-toggle.uk-open {
|
|
1703
1749
|
color: var(--inverse-navbar-toggle-hover-color);
|
|
1704
|
-
@if mixin-exists(hook-inverse-navbar-toggle-hover) {
|
|
1750
|
+
@if meta.mixin-exists('hook-inverse-navbar-toggle-hover') {
|
|
1705
1751
|
@include hook-inverse-navbar-toggle-hover;
|
|
1706
1752
|
}
|
|
1707
1753
|
}
|
|
@@ -1709,14 +1755,14 @@
|
|
|
1709
1755
|
.uk-navbar-dropdown {
|
|
1710
1756
|
background: var(--inverse-navbar-dropdown-background);
|
|
1711
1757
|
color: var(--inverse-navbar-dropdown-color);
|
|
1712
|
-
@if mixin-exists(hook-inverse-navbar-dropdown) {
|
|
1758
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown') {
|
|
1713
1759
|
@include hook-inverse-navbar-dropdown;
|
|
1714
1760
|
}
|
|
1715
1761
|
}
|
|
1716
1762
|
|
|
1717
1763
|
.uk-navbar-dropdown-nav > li > a {
|
|
1718
1764
|
color: var(--inverse-navbar-dropdown-nav-item-color);
|
|
1719
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-item) {
|
|
1765
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-item') {
|
|
1720
1766
|
@include hook-inverse-navbar-dropdown-nav-item;
|
|
1721
1767
|
}
|
|
1722
1768
|
}
|
|
@@ -1725,7 +1771,7 @@
|
|
|
1725
1771
|
.uk-navbar-dropdown-nav > li > a:hover,
|
|
1726
1772
|
.uk-navbar-dropdown-nav > li > a:focus {
|
|
1727
1773
|
color: var(--inverse-navbar-dropdown-nav-item-hover-color);
|
|
1728
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-item-hover) {
|
|
1774
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-item-hover') {
|
|
1729
1775
|
@include hook-inverse-navbar-dropdown-nav-item-hover;
|
|
1730
1776
|
}
|
|
1731
1777
|
}
|
|
@@ -1733,7 +1779,7 @@
|
|
|
1733
1779
|
/* Active */
|
|
1734
1780
|
.uk-navbar-dropdown-nav > li.uk-active > a {
|
|
1735
1781
|
color: var(--inverse-navbar-dropdown-nav-item-active-color);
|
|
1736
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-item-active) {
|
|
1782
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-item-active') {
|
|
1737
1783
|
@include hook-inverse-navbar-dropdown-nav-item-active;
|
|
1738
1784
|
}
|
|
1739
1785
|
}
|
|
@@ -1744,7 +1790,7 @@
|
|
|
1744
1790
|
|
|
1745
1791
|
.uk-navbar-dropdown-nav .uk-nav-header {
|
|
1746
1792
|
color: var(--inverse-navbar-dropdown-nav-header-color);
|
|
1747
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-header) {
|
|
1793
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-header') {
|
|
1748
1794
|
@include hook-inverse-navbar-dropdown-nav-header;
|
|
1749
1795
|
}
|
|
1750
1796
|
}
|
|
@@ -1755,7 +1801,7 @@
|
|
|
1755
1801
|
|
|
1756
1802
|
.uk-navbar-dropdown-nav .uk-nav-divider {
|
|
1757
1803
|
border-color: var(--inverse-navbar-dropdown-nav-divider-border);
|
|
1758
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-divider) {
|
|
1804
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-divider') {
|
|
1759
1805
|
@include hook-inverse-navbar-dropdown-nav-divider;
|
|
1760
1806
|
}
|
|
1761
1807
|
}
|
|
@@ -1778,38 +1824,37 @@
|
|
|
1778
1824
|
color: var(--inverse-navbar-dropdown-nav-sublist-item-active-color);
|
|
1779
1825
|
}
|
|
1780
1826
|
|
|
1781
|
-
|
|
1782
1827
|
/* Dropbar
|
|
1783
1828
|
========================================================================== */
|
|
1784
1829
|
|
|
1785
1830
|
.uk-navbar-dropbar {
|
|
1786
1831
|
background: var(--inverse-navbar-dropbar-background);
|
|
1787
|
-
@if mixin-exists(hook-inverse-navbar-dropbar) {
|
|
1832
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropbar') {
|
|
1788
1833
|
@include hook-inverse-navbar-dropbar;
|
|
1789
1834
|
}
|
|
1790
1835
|
}
|
|
1791
1836
|
}
|
|
1792
1837
|
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1838
|
+
//@mixin hook-overlay() {}
|
|
1839
|
+
//@mixin hook-overlay-icon() {}
|
|
1840
|
+
//@mixin hook-overlay-default() {}
|
|
1841
|
+
//@mixin hook-overlay-primary() {}
|
|
1842
|
+
//@mixin hook-overlay-misc() {}
|
|
1843
|
+
|
|
1844
|
+
//@mixin hook-pagination() {}
|
|
1845
|
+
//@mixin hook-pagination-item() {}
|
|
1846
|
+
//@mixin hook-pagination-item-hover() {}
|
|
1847
|
+
//@mixin hook-pagination-item-active() {}
|
|
1848
|
+
//@mixin hook-pagination-item-disabled() {}
|
|
1849
|
+
//@mixin hook-pagination-misc() {}
|
|
1850
|
+
//@mixin hook-inverse-pagination-item() {}
|
|
1851
|
+
//@mixin hook-inverse-pagination-item-hover() {}
|
|
1852
|
+
//@mixin hook-inverse-pagination-item-active() {}
|
|
1853
|
+
//@mixin hook-inverse-pagination-item-disabled() {}
|
|
1809
1854
|
@mixin hook-inverse-component-pagination() {
|
|
1810
1855
|
.uk-pagination > * > * {
|
|
1811
1856
|
color: var(--inverse-pagination-item-color);
|
|
1812
|
-
@if mixin-exists(hook-inverse-pagination-item) {
|
|
1857
|
+
@if meta.mixin-exists('hook-inverse-pagination-item') {
|
|
1813
1858
|
@include hook-inverse-pagination-item;
|
|
1814
1859
|
}
|
|
1815
1860
|
}
|
|
@@ -1817,69 +1862,69 @@
|
|
|
1817
1862
|
.uk-pagination > * > :hover,
|
|
1818
1863
|
.uk-pagination > * > :focus {
|
|
1819
1864
|
color: var(--inverse-pagination-item-hover-color);
|
|
1820
|
-
@if mixin-exists(hook-inverse-pagination-item-hover) {
|
|
1865
|
+
@if meta.mixin-exists('hook-inverse-pagination-item-hover') {
|
|
1821
1866
|
@include hook-inverse-pagination-item-hover;
|
|
1822
1867
|
}
|
|
1823
1868
|
}
|
|
1824
1869
|
|
|
1825
1870
|
.uk-pagination > .uk-active > * {
|
|
1826
1871
|
color: var(--inverse-pagination-item-active-color);
|
|
1827
|
-
@if mixin-exists(hook-inverse-pagination-item-active) {
|
|
1872
|
+
@if meta.mixin-exists('hook-inverse-pagination-item-active') {
|
|
1828
1873
|
@include hook-inverse-pagination-item-active;
|
|
1829
1874
|
}
|
|
1830
1875
|
}
|
|
1831
1876
|
|
|
1832
1877
|
.uk-pagination > .uk-disabled > * {
|
|
1833
1878
|
color: var(--inverse-pagination-item-disabled-color);
|
|
1834
|
-
@if mixin-exists(hook-inverse-pagination-item-disabled) {
|
|
1879
|
+
@if meta.mixin-exists('hook-inverse-pagination-item-disabled') {
|
|
1835
1880
|
@include hook-inverse-pagination-item-disabled;
|
|
1836
1881
|
}
|
|
1837
1882
|
}
|
|
1838
1883
|
}
|
|
1839
1884
|
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1885
|
+
//@mixin hook-placeholder() {}
|
|
1886
|
+
//@mixin hook-placeholder-misc() {}
|
|
1887
|
+
|
|
1888
|
+
//@mixin hook-position-misc() {}
|
|
1889
|
+
|
|
1890
|
+
//@mixin hook-print() {}
|
|
1891
|
+
|
|
1892
|
+
//@mixin hook-progress() {}
|
|
1893
|
+
//@mixin hook-progress-bar() {}
|
|
1894
|
+
//@mixin hook-progress-misc() {}
|
|
1895
|
+
|
|
1896
|
+
//@mixin hook-radio-control() {}
|
|
1897
|
+
//@mixin hook-radio-wrapper() {}
|
|
1898
|
+
//@mixin hook-radio-radio() {}
|
|
1899
|
+
//@mixin hook-radio-input() {}
|
|
1900
|
+
//@mixin hook-radio-inner() {}
|
|
1901
|
+
//@mixin hook-radio-label() {}
|
|
1902
|
+
//@mixin hook-radio-hover() {}
|
|
1903
|
+
//@mixin hook-radio-checked() {}
|
|
1904
|
+
//@mixin hook-radio-disabled() {}
|
|
1905
|
+
//@mixin hook-radio-indeterminate() {}
|
|
1906
|
+
//@mixin hook-radio-group() {}
|
|
1907
|
+
//@mixin hook-radio-group-stack() {}
|
|
1908
|
+
|
|
1909
|
+
//@mixin hook-search-input() {}
|
|
1910
|
+
//@mixin hook-search-icon() {}
|
|
1911
|
+
//@mixin hook-search-default-input() {}
|
|
1912
|
+
//@mixin hook-search-default-input-focus() {}
|
|
1913
|
+
//@mixin hook-search-navbar-input() {}
|
|
1914
|
+
//@mixin hook-search-navbar-input-focus() {}
|
|
1915
|
+
//@mixin hook-search-large-input() {}
|
|
1916
|
+
//@mixin hook-search-large-input-focus() {}
|
|
1917
|
+
//@mixin hook-search-toggle() {}
|
|
1918
|
+
//@mixin hook-search-toggle-hover() {}
|
|
1919
|
+
//@mixin hook-search-misc() {}
|
|
1920
|
+
//@mixin hook-inverse-search-default-input() {}
|
|
1921
|
+
//@mixin hook-inverse-search-default-input-focus() {}
|
|
1922
|
+
//@mixin hook-inverse-search-navbar-input() {}
|
|
1923
|
+
//@mixin hook-inverse-search-navbar-input-focus() {}
|
|
1924
|
+
//@mixin hook-inverse-search-large-input() {}
|
|
1925
|
+
//@mixin hook-inverse-search-large-input-focus() {}
|
|
1926
|
+
//@mixin hook-inverse-search-toggle() {}
|
|
1927
|
+
//@mixin hook-inverse-search-toggle-hover() {}
|
|
1883
1928
|
@mixin hook-inverse-component-search() {
|
|
1884
1929
|
//
|
|
1885
1930
|
// Input
|
|
@@ -1897,7 +1942,6 @@
|
|
|
1897
1942
|
color: var(--inverse-search-placeholder-color);
|
|
1898
1943
|
}
|
|
1899
1944
|
|
|
1900
|
-
|
|
1901
1945
|
//
|
|
1902
1946
|
// Icon
|
|
1903
1947
|
//
|
|
@@ -1916,28 +1960,28 @@
|
|
|
1916
1960
|
|
|
1917
1961
|
.uk-search-default .uk-search-input {
|
|
1918
1962
|
background-color: var(--inverse-search-default-background);
|
|
1919
|
-
@if mixin-exists(hook-inverse-search-default-input) {
|
|
1963
|
+
@if meta.mixin-exists('hook-inverse-search-default-input') {
|
|
1920
1964
|
@include hook-inverse-search-default-input;
|
|
1921
1965
|
}
|
|
1922
1966
|
}
|
|
1923
1967
|
|
|
1924
1968
|
.uk-search-default .uk-search-input:focus {
|
|
1925
1969
|
background-color: var(--inverse-search-default-focus-background);
|
|
1926
|
-
@if mixin-exists(hook-inverse-search-default-input-focus) {
|
|
1970
|
+
@if meta.mixin-exists('hook-inverse-search-default-input-focus') {
|
|
1927
1971
|
@include hook-inverse-search-default-input-focus;
|
|
1928
1972
|
}
|
|
1929
1973
|
}
|
|
1930
1974
|
|
|
1931
1975
|
.uk-search-navbar .uk-search-input {
|
|
1932
1976
|
background-color: var(--inverse-search-navbar-background);
|
|
1933
|
-
@if mixin-exists(hook-inverse-search-navbar-input) {
|
|
1977
|
+
@if meta.mixin-exists('hook-inverse-search-navbar-input') {
|
|
1934
1978
|
@include hook-inverse-search-navbar-input;
|
|
1935
1979
|
}
|
|
1936
1980
|
}
|
|
1937
1981
|
|
|
1938
1982
|
.uk-search-large .uk-search-input {
|
|
1939
1983
|
background-color: var(--inverse-search-large-background);
|
|
1940
|
-
@if mixin-exists(hook-inverse-search-large-input) {
|
|
1984
|
+
@if meta.mixin-exists('hook-inverse-search-large-input') {
|
|
1941
1985
|
@include hook-inverse-search-large-input;
|
|
1942
1986
|
}
|
|
1943
1987
|
}
|
|
@@ -1948,7 +1992,7 @@
|
|
|
1948
1992
|
|
|
1949
1993
|
.uk-search-toggle {
|
|
1950
1994
|
color: var(--inverse-search-toggle-color);
|
|
1951
|
-
@if mixin-exists(hook-inverse-search-toggle) {
|
|
1995
|
+
@if meta.mixin-exists('hook-inverse-search-toggle') {
|
|
1952
1996
|
@include hook-inverse-search-toggle;
|
|
1953
1997
|
}
|
|
1954
1998
|
}
|
|
@@ -1956,67 +2000,78 @@
|
|
|
1956
2000
|
.uk-search-toggle:hover,
|
|
1957
2001
|
.uk-search-toggle:focus {
|
|
1958
2002
|
color: var(--inverse-search-toggle-hover-color);
|
|
1959
|
-
@if mixin-exists(hook-inverse-search-toggle-hover) {
|
|
2003
|
+
@if meta.mixin-exists('hook-inverse-search-toggle-hover') {
|
|
1960
2004
|
@include hook-inverse-search-toggle-hover;
|
|
1961
2005
|
}
|
|
1962
2006
|
}
|
|
1963
2007
|
}
|
|
1964
2008
|
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2009
|
+
//@mixin hook-segmented() {}
|
|
2010
|
+
//@mixin hook-segmented-item() {}
|
|
2011
|
+
//@mixin hook-segmented-item-hover() {}
|
|
2012
|
+
//@mixin hook-segmented-item-selected() {}
|
|
2013
|
+
//@mixin hook-segmented-item-disabled() {}
|
|
2014
|
+
//@mixin hook-segmented-item-label() {}
|
|
2015
|
+
//@mixin hook-segmented-thumb() {}
|
|
2016
|
+
//@mixin hook-segmented-misc() {}
|
|
2017
|
+
|
|
2018
|
+
//@mixin hook-select() {}
|
|
2019
|
+
//@mixin hook-select-selector() {}
|
|
2020
|
+
//@mixin hook-select-selection-search-input() {}
|
|
2021
|
+
//@mixin hook-select-selection-placeholder() {}
|
|
2022
|
+
//@mixin hook-select-single-selector() {}
|
|
2023
|
+
//@mixin hook-select-single-selection-search() {}
|
|
2024
|
+
//@mixin hook-select-single-selection-search-input() {}
|
|
2025
|
+
//@mixin hook-select-single-selection-item() {}
|
|
2026
|
+
//@mixin hook-select-single-open-selection-item() {}
|
|
2027
|
+
//@mixin hook-select-multiple-selector() {}
|
|
2028
|
+
//@mixin hook-select-multiple-selection-placeholder() {}
|
|
2029
|
+
//@mixin hook-select-multiple-selection-item() {}
|
|
2030
|
+
//@mixin hook-select-multiple-selection-item-remove() {}
|
|
2031
|
+
//@mixin hook-select-multiple-selection-search() {}
|
|
2032
|
+
//@mixin hook-select-multiple-selection-search-input() {}
|
|
2033
|
+
//@mixin hook-select-arrow() {}
|
|
2034
|
+
//@mixin hook-select-clear() {}
|
|
2035
|
+
//@mixin hook-select-dropdown() {}
|
|
2036
|
+
|
|
2037
|
+
//@mixin hook-section() {}
|
|
2038
|
+
//@mixin hook-section-default() {}
|
|
2039
|
+
//@mixin hook-section-muted() {}
|
|
2040
|
+
//@mixin hook-section-primary() {}
|
|
2041
|
+
//@mixin hook-section-secondary() {}
|
|
2042
|
+
//@mixin hook-section-tertiary() {}
|
|
2043
|
+
//@mixin hook-section-overlap() {}
|
|
2044
|
+
//@mixin hook-section-misc() {}
|
|
2045
|
+
|
|
2046
|
+
//@mixin hook-spinner() {}
|
|
2047
|
+
//@mixin hook-spinner-misc() {}
|
|
2048
|
+
|
|
2049
|
+
//@mixin hook-sticky-misc() {}
|
|
2050
|
+
|
|
2051
|
+
//@mixin hook-subnav() {}
|
|
2052
|
+
//@mixin hook-subnav-item() {}
|
|
2053
|
+
//@mixin hook-subnav-item-hover() {}
|
|
2054
|
+
//@mixin hook-subnav-item-active() {}
|
|
2055
|
+
//@mixin hook-subnav-divider() {}
|
|
2056
|
+
//@mixin hook-subnav-pill-item() {}
|
|
2057
|
+
//@mixin hook-subnav-pill-item-hover() {}
|
|
2058
|
+
//@mixin hook-subnav-pill-item-onclick() {}
|
|
2059
|
+
//@mixin hook-subnav-pill-item-active() {}
|
|
2060
|
+
//@mixin hook-subnav-item-disabled() {}
|
|
2061
|
+
//@mixin hook-subnav-misc() {}
|
|
2062
|
+
//@mixin hook-inverse-subnav-item() {}
|
|
2063
|
+
//@mixin hook-inverse-subnav-item-hover() {}
|
|
2064
|
+
//@mixin hook-inverse-subnav-item-active() {}
|
|
2065
|
+
//@mixin hook-inverse-subnav-divider() {}
|
|
2066
|
+
//@mixin hook-inverse-subnav-pill-item() {}
|
|
2067
|
+
//@mixin hook-inverse-subnav-pill-item-hover() {}
|
|
2068
|
+
//@mixin hook-inverse-subnav-pill-item-onclick() {}
|
|
2069
|
+
//@mixin hook-inverse-subnav-pill-item-active() {}
|
|
2070
|
+
//@mixin hook-inverse-subnav-item-disabled() {}
|
|
2016
2071
|
@mixin hook-inverse-component-subnav() {
|
|
2017
2072
|
.uk-subnav > * > :first-child {
|
|
2018
2073
|
color: var(--inverse-subnav-item-color);
|
|
2019
|
-
@if mixin-exists(hook-inverse-subnav-item) {
|
|
2074
|
+
@if meta.mixin-exists('hook-inverse-subnav-item') {
|
|
2020
2075
|
@include hook-inverse-subnav-item;
|
|
2021
2076
|
}
|
|
2022
2077
|
}
|
|
@@ -2024,14 +2079,14 @@
|
|
|
2024
2079
|
.uk-subnav > * > a:hover,
|
|
2025
2080
|
.uk-subnav > * > a:focus {
|
|
2026
2081
|
color: var(--inverse-subnav-item-hover-color);
|
|
2027
|
-
@if mixin-exists(hook-inverse-subnav-item-hover) {
|
|
2082
|
+
@if meta.mixin-exists('hook-inverse-subnav-item-hover') {
|
|
2028
2083
|
@include hook-inverse-subnav-item-hover;
|
|
2029
2084
|
}
|
|
2030
2085
|
}
|
|
2031
2086
|
|
|
2032
2087
|
.uk-subnav > .uk-active > a {
|
|
2033
2088
|
color: var(--inverse-subnav-item-active-color);
|
|
2034
|
-
@if mixin-exists(hook-inverse-subnav-item-active) {
|
|
2089
|
+
@if meta.mixin-exists('hook-inverse-subnav-item-active') {
|
|
2035
2090
|
@include hook-inverse-subnav-item-active;
|
|
2036
2091
|
}
|
|
2037
2092
|
}
|
|
@@ -2040,9 +2095,9 @@
|
|
|
2040
2095
|
// Divider
|
|
2041
2096
|
//
|
|
2042
2097
|
|
|
2043
|
-
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
|
|
2098
|
+
.uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
|
|
2044
2099
|
border-left-color: var(--inverse-subnav-divider-border);
|
|
2045
|
-
@if mixin-exists(hook-inverse-subnav-divider) {
|
|
2100
|
+
@if meta.mixin-exists('hook-inverse-subnav-divider') {
|
|
2046
2101
|
@include hook-inverse-subnav-divider;
|
|
2047
2102
|
}
|
|
2048
2103
|
}
|
|
@@ -2054,7 +2109,7 @@
|
|
|
2054
2109
|
.uk-subnav-pill > * > :first-child {
|
|
2055
2110
|
background-color: var(--inverse-subnav-pill-item-background);
|
|
2056
2111
|
color: var(--inverse-subnav-pill-item-color);
|
|
2057
|
-
@if mixin-exists(hook-inverse-subnav-pill-item) {
|
|
2112
|
+
@if meta.mixin-exists('hook-inverse-subnav-pill-item') {
|
|
2058
2113
|
@include hook-inverse-subnav-pill-item;
|
|
2059
2114
|
}
|
|
2060
2115
|
}
|
|
@@ -2063,7 +2118,7 @@
|
|
|
2063
2118
|
.uk-subnav-pill > * > a:focus {
|
|
2064
2119
|
background-color: var(--inverse-subnav-pill-item-hover-background);
|
|
2065
2120
|
color: var(--inverse-subnav-pill-item-hover-color);
|
|
2066
|
-
@if mixin-exists(hook-inverse-subnav-pill-item-hover) {
|
|
2121
|
+
@if meta.mixin-exists('hook-inverse-subnav-pill-item-hover') {
|
|
2067
2122
|
@include hook-inverse-subnav-pill-item-hover;
|
|
2068
2123
|
}
|
|
2069
2124
|
}
|
|
@@ -2071,7 +2126,7 @@
|
|
|
2071
2126
|
.uk-subnav-pill > * > a:active {
|
|
2072
2127
|
background-color: var(--inverse-subnav-pill-item-onclick-background);
|
|
2073
2128
|
color: var(--inverse-subnav-pill-item-onclick-color);
|
|
2074
|
-
@if mixin-exists(hook-inverse-subnav-pill-item-onclick) {
|
|
2129
|
+
@if meta.mixin-exists('hook-inverse-subnav-pill-item-onclick') {
|
|
2075
2130
|
@include hook-inverse-subnav-pill-item-onclick;
|
|
2076
2131
|
}
|
|
2077
2132
|
}
|
|
@@ -2079,7 +2134,7 @@
|
|
|
2079
2134
|
.uk-subnav-pill > .uk-active > a {
|
|
2080
2135
|
background-color: var(--inverse-subnav-pill-item-active-background);
|
|
2081
2136
|
color: var(--inverse-subnav-pill-item-active-color);
|
|
2082
|
-
@if mixin-exists(hook-inverse-subnav-pill-item-active) {
|
|
2137
|
+
@if meta.mixin-exists('hook-inverse-subnav-pill-item-active') {
|
|
2083
2138
|
@include hook-inverse-subnav-pill-item-active;
|
|
2084
2139
|
}
|
|
2085
2140
|
}
|
|
@@ -2090,52 +2145,52 @@
|
|
|
2090
2145
|
|
|
2091
2146
|
.uk-subnav > .uk-disabled > a {
|
|
2092
2147
|
color: var(--inverse-subnav-item-disabled-color);
|
|
2093
|
-
@if mixin-exists(hook-inverse-subnav-item-disabled) {
|
|
2148
|
+
@if meta.mixin-exists('hook-inverse-subnav-item-disabled') {
|
|
2094
2149
|
@include hook-inverse-subnav-item-disabled;
|
|
2095
2150
|
}
|
|
2096
2151
|
}
|
|
2097
2152
|
}
|
|
2098
2153
|
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2154
|
+
//@mixin hook-switch() {}
|
|
2155
|
+
//@mixin hook-switch-handle() {}
|
|
2156
|
+
//@mixin hook-switch-checked() {}
|
|
2157
|
+
//@mixin hook-switch-checked-handle() {}
|
|
2158
|
+
//@mixin hook-switch-disabled() {}
|
|
2159
|
+
//@mixin hook-switch-misc() {}
|
|
2160
|
+
//@mixin hook-inverse-switch() {}
|
|
2161
|
+
//@mixin hook-inverse-switch-handle() {}
|
|
2162
|
+
//@mixin hook-inverse-switch-checked() {}
|
|
2163
|
+
//@mixin hook-inverse-switch-checked-handle() {}
|
|
2164
|
+
//@mixin hook-inverse-switch-disabled() {}
|
|
2165
|
+
//@mixin hook-inverse-component-switch() {}
|
|
2166
|
+
|
|
2167
|
+
//@mixin hook-tabs() {}
|
|
2168
|
+
//@mixin hook-tabs-tab() {}
|
|
2169
|
+
//@mixin hook-tabs-tab-hover() {}
|
|
2170
|
+
//@mixin hook-tabs-tab-active() {}
|
|
2171
|
+
//@mixin hook-tabs-tab-disabled() {}
|
|
2172
|
+
//@mixin hook-tabs-top() {}
|
|
2173
|
+
//@mixin hook-tabs-top-tab() {}
|
|
2174
|
+
//@mixin hook-tabs-bottom() {}
|
|
2175
|
+
//@mixin hook-tabs-bottom-tab() {}
|
|
2176
|
+
//@mixin hook-tabs-left() {}
|
|
2177
|
+
//@mixin hook-tabs-left-tab() {}
|
|
2178
|
+
//@mixin hook-tabs-right() {}
|
|
2179
|
+
//@mixin hook-tabs-right-tab() {}
|
|
2180
|
+
//@mixin hook-tabs-dropdown-menu() {}
|
|
2181
|
+
//@mixin hook-tabs-misc() {}
|
|
2182
|
+
//@mixin hook-inverse-tabs() {}
|
|
2183
|
+
//@mixin hook-inverse-tabs-tab() {}
|
|
2184
|
+
//@mixin hook-inverse-tabs-tab-hover() {}
|
|
2185
|
+
//@mixin hook-inverse-tabs-tab-active() {}
|
|
2186
|
+
//@mixin hook-inverse-tabs-tab-disabled() {}
|
|
2187
|
+
//@mixin hook-inverse-tabs-tab-remove() {}
|
|
2188
|
+
//@mixin hook-inverse-tabs-tab-remove-hover() {}
|
|
2189
|
+
//@mixin hook-inverse-tabs-tab-remove-active() {}
|
|
2190
|
+
//@mixin hook-inverse-tabs-ink-bar() {}
|
|
2136
2191
|
@mixin hook-inverse-component-tabs() {
|
|
2137
2192
|
.uk-tabs {
|
|
2138
|
-
@if mixin-exists(hook-inverse-tabs) {
|
|
2193
|
+
@if meta.mixin-exists('hook-inverse-tabs') {
|
|
2139
2194
|
@include hook-inverse-tabs;
|
|
2140
2195
|
}
|
|
2141
2196
|
}
|
|
@@ -2144,7 +2199,7 @@
|
|
|
2144
2199
|
.uk-tabs-nav-more,
|
|
2145
2200
|
.uk-tabs-nav-add {
|
|
2146
2201
|
color: var(--inverse-tabs-tab-color);
|
|
2147
|
-
@if mixin-exists(hook-inverse-tabs-tab) {
|
|
2202
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab') {
|
|
2148
2203
|
@include hook-inverse-tabs-tab;
|
|
2149
2204
|
}
|
|
2150
2205
|
}
|
|
@@ -2154,81 +2209,81 @@
|
|
|
2154
2209
|
.uk-tabs-nav-add:hover,
|
|
2155
2210
|
.uk-tabs-nav-add:focus {
|
|
2156
2211
|
color: var(--inverse-tabs-tab-hover-color);
|
|
2157
|
-
@if mixin-exists(hook-inverse-tabs-tab-hover) {
|
|
2212
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-hover') {
|
|
2158
2213
|
@include hook-inverse-tabs-tab-hover;
|
|
2159
2214
|
}
|
|
2160
2215
|
}
|
|
2161
2216
|
|
|
2162
2217
|
.uk-tabs-tab-active:not(.uk-tabs-tab-disabled) {
|
|
2163
2218
|
color: var(--inverse-tabs-tab-active-color);
|
|
2164
|
-
@if mixin-exists(hook-inverse-tabs-tab-active) {
|
|
2219
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-active') {
|
|
2165
2220
|
@include hook-inverse-tabs-tab-active;
|
|
2166
2221
|
}
|
|
2167
2222
|
}
|
|
2168
2223
|
|
|
2169
2224
|
.uk-tabs-tab-disabled {
|
|
2170
2225
|
color: var(--inverse-tabs-tab-disabled-color);
|
|
2171
|
-
@if mixin-exists(hook-inverse-tabs-tab-disabled) {
|
|
2226
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-disabled') {
|
|
2172
2227
|
@include hook-inverse-tabs-tab-disabled;
|
|
2173
2228
|
}
|
|
2174
2229
|
}
|
|
2175
2230
|
|
|
2176
2231
|
.uk-tabs-tab-remove {
|
|
2177
|
-
@if mixin-exists(hook-inverse-tabs-tab-remove) {
|
|
2232
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-remove') {
|
|
2178
2233
|
@include hook-inverse-tabs-tab-remove;
|
|
2179
2234
|
}
|
|
2180
2235
|
}
|
|
2181
2236
|
|
|
2182
2237
|
.uk-tabs-tab-remove:hover {
|
|
2183
|
-
@if mixin-exists(hook-inverse-tabs-tab-remove-hover) {
|
|
2238
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-remove-hover') {
|
|
2184
2239
|
@include hook-inverse-tabs-tab-remove-hover;
|
|
2185
2240
|
}
|
|
2186
2241
|
}
|
|
2187
2242
|
|
|
2188
2243
|
.uk-tabs-tab-remove:focus,
|
|
2189
2244
|
.uk-tabs-tab-remove:active {
|
|
2190
|
-
@if mixin-exists(hook-inverse-tabs-tab-remove-active) {
|
|
2245
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-remove-active') {
|
|
2191
2246
|
@include hook-inverse-tabs-tab-remove-active;
|
|
2192
2247
|
}
|
|
2193
2248
|
}
|
|
2194
2249
|
|
|
2195
2250
|
.uk-tabs-ink-bar {
|
|
2196
2251
|
background: var(--inverse-tabs-ink-bar-color);
|
|
2197
|
-
@if mixin-exists(hook-inverse-tabs-ink-bar) {
|
|
2252
|
+
@if meta.mixin-exists('hook-inverse-tabs-ink-bar') {
|
|
2198
2253
|
@include hook-inverse-tabs-ink-bar;
|
|
2199
2254
|
}
|
|
2200
2255
|
}
|
|
2201
2256
|
}
|
|
2202
2257
|
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2258
|
+
//@mixin hook-table() {}
|
|
2259
|
+
//@mixin hook-table-header-cell() {}
|
|
2260
|
+
//@mixin hook-table-cell() {}
|
|
2261
|
+
//@mixin hook-table-footer() {}
|
|
2262
|
+
//@mixin hook-table-caption() {}
|
|
2263
|
+
//@mixin hook-table-row-active() {}
|
|
2264
|
+
//@mixin hook-table-divider() {}
|
|
2265
|
+
//@mixin hook-table-striped() {}
|
|
2266
|
+
//@mixin hook-table-hover() {}
|
|
2267
|
+
//@mixin hook-table-small() {}
|
|
2268
|
+
//@mixin hook-table-large() {}
|
|
2269
|
+
//@mixin hook-table-misc() {}
|
|
2270
|
+
//@mixin hook-inverse-table-header-cell() {}
|
|
2271
|
+
//@mixin hook-inverse-table-caption() {}
|
|
2272
|
+
//@mixin hook-inverse-table-row-active() {}
|
|
2273
|
+
//@mixin hook-inverse-table-divider() {}
|
|
2274
|
+
//@mixin hook-inverse-table-striped() {}
|
|
2275
|
+
//@mixin hook-inverse-table-hover() {}
|
|
2221
2276
|
@mixin hook-inverse-component-table() {
|
|
2222
2277
|
.uk-table th {
|
|
2223
2278
|
color: var(--inverse-table-header-cell-color);
|
|
2224
|
-
@if mixin-exists(hook-inverse-table-header-cell) {
|
|
2279
|
+
@if meta.mixin-exists('hook-inverse-table-header-cell') {
|
|
2225
2280
|
@include hook-inverse-table-header-cell;
|
|
2226
2281
|
}
|
|
2227
2282
|
}
|
|
2228
2283
|
|
|
2229
2284
|
.uk-table caption {
|
|
2230
2285
|
color: var(--inverse-table-caption-color);
|
|
2231
|
-
@if mixin-exists(hook-inverse-table-caption) {
|
|
2286
|
+
@if meta.mixin-exists('hook-inverse-table-caption') {
|
|
2232
2287
|
@include hook-inverse-table-caption;
|
|
2233
2288
|
}
|
|
2234
2289
|
}
|
|
@@ -2236,7 +2291,7 @@
|
|
|
2236
2291
|
.uk-table > tr.uk-active,
|
|
2237
2292
|
.uk-table tbody tr.uk-active {
|
|
2238
2293
|
background: var(--inverse-table-row-active-background);
|
|
2239
|
-
@if mixin-exists(hook-inverse-table-row-active) {
|
|
2294
|
+
@if meta.mixin-exists('hook-inverse-table-row-active') {
|
|
2240
2295
|
@include hook-inverse-table-row-active;
|
|
2241
2296
|
}
|
|
2242
2297
|
}
|
|
@@ -2245,7 +2300,7 @@
|
|
|
2245
2300
|
.uk-table-divider > :not(:first-child) > tr,
|
|
2246
2301
|
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
2247
2302
|
border-top-color: var(--inverse-table-divider-border);
|
|
2248
|
-
@if mixin-exists(hook-inverse-table-divider) {
|
|
2303
|
+
@if meta.mixin-exists('hook-inverse-table-divider') {
|
|
2249
2304
|
@include hook-inverse-table-divider;
|
|
2250
2305
|
}
|
|
2251
2306
|
}
|
|
@@ -2253,7 +2308,7 @@
|
|
|
2253
2308
|
.uk-table-striped > tr:nth-of-type(odd),
|
|
2254
2309
|
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
2255
2310
|
background: var(--inverse-table-striped-row-background);
|
|
2256
|
-
@if mixin-exists(hook-inverse-table-striped) {
|
|
2311
|
+
@if meta.mixin-exists('hook-inverse-table-striped') {
|
|
2257
2312
|
@include hook-inverse-table-striped;
|
|
2258
2313
|
}
|
|
2259
2314
|
}
|
|
@@ -2261,117 +2316,162 @@
|
|
|
2261
2316
|
.uk-table-hover > tr:hover,
|
|
2262
2317
|
.uk-table-hover tbody tr:hover {
|
|
2263
2318
|
background: var(--inverse-table-hover-row-background);
|
|
2264
|
-
@if mixin-exists(hook-inverse-table-hover) {
|
|
2319
|
+
@if meta.mixin-exists('hook-inverse-table-hover') {
|
|
2265
2320
|
@include hook-inverse-table-hover;
|
|
2266
2321
|
}
|
|
2267
2322
|
}
|
|
2268
2323
|
}
|
|
2269
2324
|
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2325
|
+
//@mixin hook-text-lead() {}
|
|
2326
|
+
//@mixin hook-text-meta() {}
|
|
2327
|
+
//@mixin hook-text-base() {}
|
|
2328
|
+
//@mixin hook-text-xsmall() {}
|
|
2329
|
+
//@mixin hook-text-small() {}
|
|
2330
|
+
//@mixin hook-text-large() {}
|
|
2331
|
+
//@mixin hook-text-background() {}
|
|
2332
|
+
//@mixin hook-text-misc() {}
|
|
2333
|
+
//@mixin hook-inverse-text-lead() {}
|
|
2334
|
+
//@mixin hook-inverse-text-meta() {}
|
|
2280
2335
|
@mixin hook-inverse-component-text() {
|
|
2281
2336
|
.uk-text-lead {
|
|
2282
2337
|
color: var(--inverse-text-lead-color);
|
|
2283
|
-
@if mixin-exists(hook-inverse-text-lead) {
|
|
2338
|
+
@if meta.mixin-exists('hook-inverse-text-lead') {
|
|
2284
2339
|
@include hook-inverse-text-lead;
|
|
2285
2340
|
}
|
|
2286
2341
|
}
|
|
2287
2342
|
|
|
2288
2343
|
.uk-text-meta {
|
|
2289
2344
|
color: var(--inverse-text-meta-color);
|
|
2290
|
-
@if mixin-exists(hook-inverse-text-meta) {
|
|
2345
|
+
@if meta.mixin-exists('hook-inverse-text-meta') {
|
|
2291
2346
|
@include hook-inverse-text-meta;
|
|
2292
2347
|
}
|
|
2293
2348
|
}
|
|
2294
2349
|
|
|
2295
|
-
.uk-text-muted {
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
.uk-text-
|
|
2350
|
+
.uk-text-muted {
|
|
2351
|
+
color: var(--inverse-text-muted-color) !important;
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
.uk-text-emphasis {
|
|
2355
|
+
color: var(--inverse-text-emphasis-color) !important;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
.uk-text-primary {
|
|
2359
|
+
color: var(--inverse-text-primary-color) !important;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
.uk-text-secondary {
|
|
2363
|
+
color: var(--inverse-text-secondary-color) !important;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.uk-text-tertiary {
|
|
2367
|
+
color: var(--inverse-text-tertiary-color) !important;
|
|
2368
|
+
}
|
|
2300
2369
|
}
|
|
2301
2370
|
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2371
|
+
//@mixin hook-textarea-control() {}
|
|
2372
|
+
//@mixin hook-textarea-counter() {}
|
|
2373
|
+
//@mixin hook-textarea() {}
|
|
2374
|
+
|
|
2375
|
+
//@mixin hook-thumbnav() {}
|
|
2376
|
+
//@mixin hook-thumbnav-item() {}
|
|
2377
|
+
//@mixin hook-thumbnav-item-hover() {}
|
|
2378
|
+
//@mixin hook-thumbnav-item-active() {}
|
|
2379
|
+
//@mixin hook-thumbnav-misc() {}
|
|
2380
|
+
//@mixin hook-inverse-thumbnav-item() {}
|
|
2381
|
+
//@mixin hook-inverse-thumbnav-item-hover() {}
|
|
2382
|
+
//@mixin hook-inverse-thumbnav-item-active() {}
|
|
2314
2383
|
@mixin hook-inverse-component-thumbnav() {
|
|
2315
2384
|
.uk-thumbnav > * > * {
|
|
2316
|
-
@if mixin-exists(hook-inverse-thumbnav-item) {
|
|
2385
|
+
@if meta.mixin-exists('hook-inverse-thumbnav-item') {
|
|
2317
2386
|
@include hook-inverse-thumbnav-item;
|
|
2318
2387
|
}
|
|
2319
2388
|
}
|
|
2320
2389
|
|
|
2321
2390
|
.uk-thumbnav > * > :hover,
|
|
2322
2391
|
.uk-thumbnav > * > :focus {
|
|
2323
|
-
@if mixin-exists(hook-inverse-thumbnav-item-hover) {
|
|
2392
|
+
@if meta.mixin-exists('hook-inverse-thumbnav-item-hover') {
|
|
2324
2393
|
@include hook-inverse-thumbnav-item-hover;
|
|
2325
2394
|
}
|
|
2326
2395
|
}
|
|
2327
2396
|
|
|
2328
2397
|
.uk-thumbnav > .uk-active > * {
|
|
2329
|
-
@if mixin-exists(hook-inverse-thumbnav-item-active) {
|
|
2398
|
+
@if meta.mixin-exists('hook-inverse-thumbnav-item-active') {
|
|
2330
2399
|
@include hook-inverse-thumbnav-item-active;
|
|
2331
2400
|
}
|
|
2332
2401
|
}
|
|
2333
2402
|
}
|
|
2334
2403
|
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
@mixin hook-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
@mixin
|
|
2362
|
-
@
|
|
2363
|
-
|
|
2404
|
+
//@mixin hook-tile() {}
|
|
2405
|
+
//@mixin hook-tile-default() {}
|
|
2406
|
+
//@mixin hook-tile-default-hover() {}
|
|
2407
|
+
//@mixin hook-tile-muted() {}
|
|
2408
|
+
//@mixin hook-tile-muted-hover() {}
|
|
2409
|
+
//@mixin hook-tile-primary() {}
|
|
2410
|
+
//@mixin hook-tile-primary-hover() {}
|
|
2411
|
+
//@mixin hook-tile-secondary() {}
|
|
2412
|
+
//@mixin hook-tile-secondary-hover() {}
|
|
2413
|
+
//@mixin hook-tile-tertiary() {}
|
|
2414
|
+
//@mixin hook-tile-tertiary-hover() {}
|
|
2415
|
+
//@mixin hook-tile-misc() {}
|
|
2416
|
+
|
|
2417
|
+
//@mixin hook-tooltip() {}
|
|
2418
|
+
//@mixin hook-tooltip-misc() {}
|
|
2419
|
+
|
|
2420
|
+
//@mixin hook-totop() {}
|
|
2421
|
+
//@mixin hook-totop-hover() {}
|
|
2422
|
+
//@mixin hook-totop-active() {}
|
|
2423
|
+
//@mixin hook-totop-misc() {}
|
|
2424
|
+
//@mixin hook-inverse-totop() {}
|
|
2425
|
+
//@mixin hook-inverse-totop-hover() {}
|
|
2426
|
+
//@mixin hook-inverse-totop-active() {}
|
|
2427
|
+
@mixin hook-inverse-component-totop() {
|
|
2428
|
+
.uk-totop {
|
|
2429
|
+
color: var(--inverse-totop-color);
|
|
2430
|
+
@if meta.mixin-exists('hook-inverse-totop') {
|
|
2431
|
+
@include hook-inverse-totop;
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
.uk-totop:hover,
|
|
2436
|
+
.uk-totop:focus {
|
|
2437
|
+
color: var(--inverse-totop-hover-color);
|
|
2438
|
+
@if meta.mixin-exists('hook-inverse-totop-hover') {
|
|
2439
|
+
@include hook-inverse-totop-hover;
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
.uk-totop:active {
|
|
2444
|
+
color: var(--inverse-totop-active-color);
|
|
2445
|
+
@if meta.mixin-exists('hook-inverse-totop-active') {
|
|
2446
|
+
@include hook-inverse-totop-active;
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
//@mixin hook-transition-misc() {}
|
|
2452
|
+
|
|
2453
|
+
//@mixin hook-width-misc() {}
|
|
2454
|
+
|
|
2455
|
+
//@mixin hook-panel-scrollable() {}
|
|
2456
|
+
//@mixin hook-box-shadow-bottom() {}
|
|
2457
|
+
//@mixin hook-dropcap() {}
|
|
2458
|
+
//@mixin hook-logo() {}
|
|
2459
|
+
//@mixin hook-logo-hover() {}
|
|
2460
|
+
//@mixin hook-utility-misc() {}
|
|
2461
|
+
//@mixin hook-inverse-dropcap() {}
|
|
2462
|
+
//@mixin hook-inverse-logo() {}
|
|
2463
|
+
//@mixin hook-inverse-logo-hover() {}
|
|
2364
2464
|
@mixin hook-inverse-component-utility() {
|
|
2365
2465
|
.uk-dropcap::first-letter,
|
|
2366
2466
|
.uk-dropcap p:first-of-type::first-letter {
|
|
2367
|
-
@if mixin-exists(hook-inverse-dropcap) {
|
|
2467
|
+
@if meta.mixin-exists('hook-inverse-dropcap') {
|
|
2368
2468
|
@include hook-inverse-dropcap;
|
|
2369
2469
|
}
|
|
2370
2470
|
}
|
|
2371
2471
|
|
|
2372
2472
|
.uk-logo {
|
|
2373
2473
|
color: var(--inverse-logo-color);
|
|
2374
|
-
@if mixin-exists(hook-inverse-logo) {
|
|
2474
|
+
@if meta.mixin-exists('hook-inverse-logo') {
|
|
2375
2475
|
@include hook-inverse-logo;
|
|
2376
2476
|
}
|
|
2377
2477
|
}
|
|
@@ -2379,7 +2479,7 @@
|
|
|
2379
2479
|
.uk-logo:hover,
|
|
2380
2480
|
.uk-logo:focus {
|
|
2381
2481
|
color: var(--inverse-logo-hover-color);
|
|
2382
|
-
@if mixin-exists(hook-inverse-logo-hover) {
|
|
2482
|
+
@if meta.mixin-exists('hook-inverse-logo-hover') {
|
|
2383
2483
|
@include hook-inverse-logo-hover;
|
|
2384
2484
|
}
|
|
2385
2485
|
}
|
|
@@ -2413,7 +2513,8 @@
|
|
|
2413
2513
|
// @include hook-inverse-component-totop;
|
|
2414
2514
|
@include hook-inverse-component-badge;
|
|
2415
2515
|
@include hook-inverse-component-label;
|
|
2416
|
-
|
|
2516
|
+
|
|
2517
|
+
//@include hook-inverse-component-leader;
|
|
2417
2518
|
@include hook-inverse-component-article;
|
|
2418
2519
|
|
|
2419
2520
|
@include hook-inverse-component-search;
|
|
@@ -2426,7 +2527,8 @@
|
|
|
2426
2527
|
@include hook-inverse-component-breadcrumb;
|
|
2427
2528
|
|
|
2428
2529
|
@include hook-inverse-component-pagination;
|
|
2429
|
-
|
|
2530
|
+
|
|
2531
|
+
//@include hook-inverse-component-switch;
|
|
2430
2532
|
@include hook-inverse-component-tabs;
|
|
2431
2533
|
@include hook-inverse-component-table;
|
|
2432
2534
|
|
|
@@ -2438,5 +2540,7 @@
|
|
|
2438
2540
|
@include hook-inverse-component-utility;
|
|
2439
2541
|
@include hook-inverse-component-marker;
|
|
2440
2542
|
|
|
2543
|
+
// @include hook-inverse-component-totop;
|
|
2544
|
+
|
|
2441
2545
|
@include hook-inverse-misc;
|
|
2442
2546
|
}
|