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