@konstructio/ui 0.0.12 → 0.0.13-alpha.2
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/{Combination-Cmu9JRkv.js → Combination-b348x__d.js} +89 -89
- package/dist/Modal-i7eolhYH.js +926 -0
- package/dist/{chevron-up-CvquEaNg.js → chevron-up-DgLBQCKD.js} +1 -1
- package/dist/components/Alert/Alert.js +53 -0
- package/dist/components/Alert/Alert.variants.js +71 -0
- package/dist/components/AlertDialog/AlertDialog.js +60 -50
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +3 -6
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +74 -72
- package/dist/components/Autocomplete/Autocomplete.variants.js +11 -21
- package/dist/components/Autocomplete/components/List/List.js +28 -30
- package/dist/components/Autocomplete/components/List/List.variants.js +34 -40
- package/dist/components/Breadcrumb/Breadcrumb.js +67 -77
- package/dist/components/Breadcrumb/Breadcrumb.variants.js +22 -40
- package/dist/components/Breadcrumb/components/Item/Item.js +49 -0
- package/dist/components/Breadcrumb/components/Item/Item.variants.js +72 -0
- package/dist/components/Breadcrumb/components/index.js +4 -0
- package/dist/components/Breadcrumb/hooks/useBreadcrumb.js +2 -3
- package/dist/components/Button/Button.js +34 -40
- package/dist/components/Button/Button.variants.js +138 -195
- package/dist/components/Card/Card.js +30 -37
- package/dist/components/Card/Card.variants.js +18 -53
- package/dist/components/Checkbox/Checkbox.js +70 -75
- package/dist/components/Checkbox/Checkbox.variants.js +11 -35
- package/dist/components/Command/Command.js +40 -0
- package/dist/components/Command/Command.variants.js +50 -0
- package/dist/components/Command/components/Command.js +8 -0
- package/dist/components/Command/components/CommandEmpty.js +15 -0
- package/dist/components/Command/components/CommandGroup.js +19 -0
- package/dist/components/Command/components/CommandInput.js +84 -0
- package/dist/components/Command/components/CommandItem.js +29 -0
- package/dist/components/Command/components/CommandList.js +16 -0
- package/dist/components/Command/components/CommandSeparator.js +16 -0
- package/dist/components/Command/components/CommandShortcut.js +19 -0
- package/dist/components/Command/components/DialogContent.js +31 -0
- package/dist/components/Command/components/DialogOverlay.js +19 -0
- package/dist/components/Command/components/index.js +20 -0
- package/dist/components/Command/contexts/Command.context.js +13 -0
- package/dist/components/Command/contexts/Command.provider.js +24 -0
- package/dist/components/Command/contexts/index.js +6 -0
- package/dist/components/Divider/Divider.js +11 -0
- package/dist/components/Divider/Divider.variants.js +17 -0
- package/dist/components/Dropdown/Dropdown.js +6 -8
- package/dist/components/Dropdown/Dropdown.variants.js +31 -38
- package/dist/components/Dropdown/components/List/List.js +18 -17
- package/dist/components/Dropdown/components/List/List.variants.js +22 -32
- package/dist/components/Dropdown/components/ListItem/ListItem.js +19 -19
- package/dist/components/Dropdown/components/ListItem/ListItem.variants.js +18 -28
- package/dist/components/Dropdown/components/Wrapper.js +128 -94
- package/dist/components/Dropdown/contexts/dropdown.context.js +1 -1
- package/dist/components/Dropdown/contexts/dropdown.provider.js +12 -12
- package/dist/components/Dropdown/hooks/useDropdown.js +12 -14
- package/dist/components/Dropdown/hooks/useNavigationList.js +8 -10
- package/dist/components/Input/Input.js +112 -69
- package/dist/components/Input/Input.variants.js +10 -16
- package/dist/components/Loading/Loading.js +111 -0
- package/dist/components/Loading/Loading.variants.js +13 -0
- package/dist/components/Modal/Modal.js +4 -4
- package/dist/components/Modal/components/Body/Body.js +1 -1
- package/dist/components/Modal/components/Footer/Footer.js +2 -2
- package/dist/components/Modal/components/Header/Header.js +3 -3
- package/dist/components/Modal/components/Wrapper/Wrapper.js +5 -9
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +32 -46
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/Modal/contexts/Modal.provider.js +4 -4
- package/dist/components/NumberInput/NumberInput.js +93 -113
- package/dist/components/NumberInput/NumberInput.variants.js +30 -51
- package/dist/components/ProgressBar/ProgressBar.js +25 -32
- package/dist/components/ProgressBar/ProgressBar.variants.js +10 -31
- package/dist/components/Radio/Radio.js +47 -30
- package/dist/components/Radio/Radio.variants.js +61 -17
- package/dist/components/RadioCard/RadioCard.js +35 -0
- package/dist/components/RadioCard/RadioCard.variants.js +10 -0
- package/dist/components/RadioCardGroup/RadioCardGroup.js +46 -0
- package/dist/components/RadioCardGroup/RadioCardGroup.variants.js +15 -0
- package/dist/components/RadioGroup/RadioGroup.js +40 -31
- package/dist/components/RadioGroup/RadioGroup.variants.js +15 -0
- package/dist/components/Range/Range.js +31 -39
- package/dist/components/Range/Range.variants.js +21 -53
- package/dist/components/Sidebar/Sidebar.js +15 -18
- package/dist/components/Sidebar/Sidebar.variants.js +30 -55
- package/dist/components/Sidebar/components/Footer/Footer.js +5 -20
- package/dist/components/Sidebar/components/Footer/Footer.variants.js +9 -16
- package/dist/components/Sidebar/components/Logo/Logo.js +5 -18
- package/dist/components/Sidebar/components/Logo/Logo.variants.js +21 -43
- package/dist/components/Sidebar/components/Navigation/Navigation.js +15 -31
- package/dist/components/Sidebar/components/Navigation/Navigation.variants.js +3 -17
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +23 -38
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.variants.js +3 -14
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +24 -33
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.js +13 -22
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +7 -22
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.js +6 -16
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +9 -25
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.js +11 -20
- package/dist/components/Sidebar/components/Wrapper/Wrapper.js +41 -42
- package/dist/components/Slider/Slider.js +26 -29
- package/dist/components/Slider/Slider.variants.js +22 -34
- package/dist/components/Switch/Switch.js +100 -105
- package/dist/components/Switch/Switch.variants.js +28 -53
- package/dist/components/Table/Table.js +27 -0
- package/dist/components/Table/Table.variants.js +39 -0
- package/dist/components/Table/components/Body.js +18 -0
- package/dist/components/Table/components/Filter.js +9 -0
- package/dist/components/Table/components/Head.js +18 -0
- package/dist/components/Table/components/Row.js +28 -0
- package/dist/components/Table/components/index.js +10 -0
- package/dist/components/Tag/Tag.js +17 -5
- package/dist/components/Tag/Tag.variants.js +11 -1
- package/dist/components/TagSelect/TagSelect.js +6 -73
- package/dist/components/TagSelect/TagSelect.variants.js +24 -77
- package/dist/components/TagSelect/components/Item/Item.js +21 -0
- package/dist/components/TagSelect/components/Item/Item.variants.js +32 -0
- package/dist/components/TagSelect/components/List/List.js +12 -0
- package/dist/components/TagSelect/components/List/List.variants.js +23 -0
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +86 -0
- package/dist/components/TagSelect/components/index.js +8 -0
- package/dist/components/TagSelect/contexts/TagSelect.context.js +19 -0
- package/dist/components/TagSelect/contexts/TagSelect.hook.js +11 -0
- package/dist/components/TagSelect/contexts/TagSelect.provider.js +69 -0
- package/dist/components/TagSelect/contexts/index.js +6 -0
- package/dist/components/TagSelect/hooks/useTagSelect.js +22 -27
- package/dist/components/TextArea/TextArea.js +26 -25
- package/dist/components/TextArea/TextArea.variants.js +19 -32
- package/dist/components/Toast/Toast.js +177 -172
- package/dist/components/Toast/Toast.variants.js +42 -71
- package/dist/components/Tooltip/Tooltip.js +21 -29
- package/dist/components/Tooltip/Tooltip.variants.js +61 -62
- package/dist/components/Typography/Typography.js +35 -0
- package/dist/components/Typography/Typography.variants.js +57 -0
- package/dist/components/index.js +68 -52
- package/dist/contexts/theme.provider.js +84 -16
- package/dist/index-AM3avohj.js +133 -0
- package/dist/{index-z-AJyzdv.js → index-BOx5P4tS.js} +11 -11
- package/dist/index-Bk324h27.js +82 -0
- package/dist/{index-BxeV34ij.js → index-Bry5AFQ2.js} +1 -1
- package/dist/{index-D68N8v8R.js → index-C5psggHV.js} +17 -17
- package/dist/{index-BtibbG81.js → index-CWKdynYu.js} +1 -1
- package/dist/index-D9BbbgUq.js +47 -0
- package/dist/index-DvFiic6N.js +446 -0
- package/dist/{index-D4Q2rMby.js → index-G_6jG4Qc.js} +2 -2
- package/dist/{index-BedjZUuB.js → index-YaQrdkGE.js} +3 -3
- package/dist/{index-8vgf-x5i.js → index-bYyfdsls.js} +11 -11
- package/dist/index-dRxIWVBr.js +313 -0
- package/dist/index-g-TFwd6Y.js +422 -0
- package/dist/index.d.ts +591 -4
- package/dist/index.js +72 -58
- package/dist/package.json +44 -42
- package/dist/styles.css +1 -1
- package/dist/styles.js +1 -1
- package/dist/ui/kubefirst-theme.css +296 -0
- package/dist/ui/theme.css +6 -0
- package/dist/ui/utilities.css +165 -0
- package/dist/useBreadcrumb-BsIeMoR1.js +1279 -0
- package/dist/utils/index.js +671 -422
- package/dist/{x-CRBgmX1Q.js → x-DU-Zw-L_.js} +1 -1
- package/package.json +44 -42
- package/dist/AlertDialogTrigger-D4Tm_9M0.js +0 -553
- package/dist/Modal-L73dmnHv.js +0 -914
- package/dist/components/AlertDialog/AlertDialog.d.ts +0 -3
- package/dist/components/AlertDialog/AlertDialog.types.d.ts +0 -18
- package/dist/components/AlertDialog/AlertDialog.types.js +0 -1
- package/dist/components/AlertDialog/AlertDialog.variants.d.ts +0 -3
- package/dist/components/AlertDialog/AlertDialog.variants.js +0 -15
- package/dist/components/AlertDialog/components/AlertDialogTrigger.d.ts +0 -3
- package/dist/components/AlertDialog/components/AlertDialogTrigger.types.d.ts +0 -6
- package/dist/components/AlertDialog/components/AlertDialogTrigger.types.js +0 -1
- package/dist/components/AlertDialog/components/index.d.ts +0 -1
- package/dist/components/AlertDialog/hooks/index.d.ts +0 -1
- package/dist/components/AlertDialog/hooks/useAlertDialog.d.ts +0 -7
- package/dist/components/Autocomplete/Autocomplete.d.ts +0 -3
- package/dist/components/Autocomplete/Autocomplete.types.d.ts +0 -18
- package/dist/components/Autocomplete/Autocomplete.types.js +0 -1
- package/dist/components/Autocomplete/Autocomplete.variants.d.ts +0 -8
- package/dist/components/Autocomplete/components/List/List.d.ts +0 -3
- package/dist/components/Autocomplete/components/List/List.types.d.ts +0 -13
- package/dist/components/Autocomplete/components/List/List.types.js +0 -1
- package/dist/components/Autocomplete/components/List/List.variants.d.ts +0 -16
- package/dist/components/Autocomplete/components/index.d.ts +0 -1
- package/dist/components/Autocomplete/hooks/index.d.ts +0 -2
- package/dist/components/Autocomplete/hooks/useAutocomplete.d.ts +0 -17
- package/dist/components/Autocomplete/hooks/useNavigationList.d.ts +0 -10
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +0 -3
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +0 -11
- package/dist/components/Breadcrumb/Breadcrumb.types.js +0 -1
- package/dist/components/Breadcrumb/Breadcrumb.variants.d.ts +0 -12
- package/dist/components/Breadcrumb/hooks/useBreadcrumb.d.ts +0 -3
- package/dist/components/Button/Button.d.ts +0 -4
- package/dist/components/Button/Button.types.d.ts +0 -7
- package/dist/components/Button/Button.types.js +0 -1
- package/dist/components/Button/Button.variants.d.ts +0 -7
- package/dist/components/Card/Card.d.ts +0 -4
- package/dist/components/Card/Card.types.d.ts +0 -8
- package/dist/components/Card/Card.types.js +0 -1
- package/dist/components/Card/Card.variants.d.ts +0 -10
- package/dist/components/Checkbox/Checkbox.d.ts +0 -3
- package/dist/components/Checkbox/Checkbox.types.d.ts +0 -14
- package/dist/components/Checkbox/Checkbox.types.js +0 -1
- package/dist/components/Checkbox/Checkbox.variants.d.ts +0 -9
- package/dist/components/Dropdown/Dropdown.d.ts +0 -3
- package/dist/components/Dropdown/Dropdown.types.d.ts +0 -16
- package/dist/components/Dropdown/Dropdown.types.js +0 -1
- package/dist/components/Dropdown/Dropdown.variants.d.ts +0 -3
- package/dist/components/Dropdown/components/EmptyList.d.ts +0 -2
- package/dist/components/Dropdown/components/List/List.d.ts +0 -3
- package/dist/components/Dropdown/components/List/List.types.d.ts +0 -6
- package/dist/components/Dropdown/components/List/List.types.js +0 -1
- package/dist/components/Dropdown/components/List/List.variants.d.ts +0 -3
- package/dist/components/Dropdown/components/ListItem/ListItem.d.ts +0 -3
- package/dist/components/Dropdown/components/ListItem/ListItem.types.d.ts +0 -4
- package/dist/components/Dropdown/components/ListItem/ListItem.types.js +0 -1
- package/dist/components/Dropdown/components/ListItem/ListItem.variants.d.ts +0 -3
- package/dist/components/Dropdown/components/Wrapper.d.ts +0 -3
- package/dist/components/Dropdown/components/index.d.ts +0 -3
- package/dist/components/Dropdown/contexts/dropdown.context.d.ts +0 -8
- package/dist/components/Dropdown/contexts/dropdown.hook.d.ts +0 -2
- package/dist/components/Dropdown/contexts/dropdown.provider.d.ts +0 -5
- package/dist/components/Dropdown/contexts/index.d.ts +0 -2
- package/dist/components/Dropdown/hooks/useDropdown.d.ts +0 -11
- package/dist/components/Dropdown/hooks/useNavigationList.d.ts +0 -8
- package/dist/components/Input/Input.d.ts +0 -3
- package/dist/components/Input/Input.types.d.ts +0 -9
- package/dist/components/Input/Input.types.js +0 -1
- package/dist/components/Input/Input.variants.d.ts +0 -4
- package/dist/components/Modal/Modal.d.ts +0 -8
- package/dist/components/Modal/Modal.types.d.ts +0 -12
- package/dist/components/Modal/Modal.types.js +0 -1
- package/dist/components/Modal/components/Body/Body.d.ts +0 -3
- package/dist/components/Modal/components/Body/Body.types.d.ts +0 -5
- package/dist/components/Modal/components/Body/Body.types.js +0 -1
- package/dist/components/Modal/components/Footer/Footer.d.ts +0 -3
- package/dist/components/Modal/components/Footer/Footer.types.d.ts +0 -5
- package/dist/components/Modal/components/Footer/Footer.types.js +0 -1
- package/dist/components/Modal/components/Header/Header.d.ts +0 -3
- package/dist/components/Modal/components/Header/Header.types.d.ts +0 -5
- package/dist/components/Modal/components/Header/Header.types.js +0 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.d.ts +0 -3
- package/dist/components/Modal/components/Wrapper/Wrapper.types.d.ts +0 -7
- package/dist/components/Modal/components/Wrapper/Wrapper.types.js +0 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.d.ts +0 -6
- package/dist/components/Modal/components/index.d.ts +0 -4
- package/dist/components/Modal/contexts/Modal.context.d.ts +0 -2
- package/dist/components/Modal/contexts/Modal.provider.d.ts +0 -4
- package/dist/components/Modal/contexts/Modal.types.d.ts +0 -9
- package/dist/components/Modal/contexts/Modal.types.js +0 -1
- package/dist/components/Modal/contexts/index.d.ts +0 -1
- package/dist/components/Modal/hooks/index.d.ts +0 -1
- package/dist/components/Modal/hooks/useModal.d.ts +0 -9
- package/dist/components/NumberInput/NumberInput.d.ts +0 -3
- package/dist/components/NumberInput/NumberInput.types.d.ts +0 -11
- package/dist/components/NumberInput/NumberInput.types.js +0 -1
- package/dist/components/NumberInput/NumberInput.variants.d.ts +0 -11
- package/dist/components/ProgressBar/ProgressBar.d.ts +0 -3
- package/dist/components/ProgressBar/ProgressBar.types.d.ts +0 -8
- package/dist/components/ProgressBar/ProgressBar.types.js +0 -1
- package/dist/components/ProgressBar/ProgressBar.variants.d.ts +0 -7
- package/dist/components/Radio/Radio.d.ts +0 -3
- package/dist/components/Radio/Radio.types.d.ts +0 -12
- package/dist/components/Radio/Radio.types.js +0 -1
- package/dist/components/Radio/Radio.variants.d.ts +0 -3
- package/dist/components/RadioGroup/RadioGroup.d.ts +0 -3
- package/dist/components/RadioGroup/RadioGroup.types.d.ts +0 -12
- package/dist/components/RadioGroup/RadioGroup.types.js +0 -1
- package/dist/components/Range/Range.d.ts +0 -3
- package/dist/components/Range/Range.types.d.ts +0 -13
- package/dist/components/Range/Range.types.js +0 -1
- package/dist/components/Range/Range.variants.d.ts +0 -14
- package/dist/components/Sidebar/Sidebar.d.ts +0 -5
- package/dist/components/Sidebar/Sidebar.types.d.ts +0 -18
- package/dist/components/Sidebar/Sidebar.types.js +0 -1
- package/dist/components/Sidebar/Sidebar.variants.d.ts +0 -6
- package/dist/components/Sidebar/components/Footer/Footer.d.ts +0 -3
- package/dist/components/Sidebar/components/Footer/Footer.types.d.ts +0 -6
- package/dist/components/Sidebar/components/Footer/Footer.types.js +0 -1
- package/dist/components/Sidebar/components/Footer/Footer.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/Logo/Logo.d.ts +0 -3
- package/dist/components/Sidebar/components/Logo/Logo.types.d.ts +0 -6
- package/dist/components/Sidebar/components/Logo/Logo.types.js +0 -1
- package/dist/components/Sidebar/components/Logo/Logo.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/Navigation/Navigation.d.ts +0 -4
- package/dist/components/Sidebar/components/Navigation/Navigation.types.d.ts +0 -16
- package/dist/components/Sidebar/components/Navigation/Navigation.types.js +0 -1
- package/dist/components/Sidebar/components/Navigation/Navigation.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.types.d.ts +0 -7
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.types.js +0 -1
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.types.d.ts +0 -17
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.types.js +0 -1
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.d.ts +0 -4
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.types.d.ts +0 -5
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.types.js +0 -1
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.types.d.ts +0 -8
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.types.js +0 -1
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/Wrapper/Wrapper.d.ts +0 -3
- package/dist/components/Sidebar/components/index.d.ts +0 -15
- package/dist/components/Slider/Slider.d.ts +0 -3
- package/dist/components/Slider/Slider.types.d.ts +0 -13
- package/dist/components/Slider/Slider.types.js +0 -1
- package/dist/components/Slider/Slider.variants.d.ts +0 -11
- package/dist/components/Switch/Switch.d.ts +0 -3
- package/dist/components/Switch/Switch.types.d.ts +0 -10
- package/dist/components/Switch/Switch.types.js +0 -1
- package/dist/components/Switch/Switch.variants.d.ts +0 -6
- package/dist/components/Tag/Tag.d.ts +0 -3
- package/dist/components/Tag/Tag.types.d.ts +0 -4
- package/dist/components/Tag/Tag.types.js +0 -1
- package/dist/components/Tag/Tag.variants.d.ts +0 -3
- package/dist/components/TagSelect/TagSelect.d.ts +0 -3
- package/dist/components/TagSelect/TagSelect.types.d.ts +0 -9
- package/dist/components/TagSelect/TagSelect.types.js +0 -1
- package/dist/components/TagSelect/TagSelect.variants.d.ts +0 -9
- package/dist/components/TagSelect/hooks/useTagSelect.d.ts +0 -9
- package/dist/components/TextArea/TextArea.d.ts +0 -3
- package/dist/components/TextArea/TextArea.types.d.ts +0 -10
- package/dist/components/TextArea/TextArea.types.js +0 -1
- package/dist/components/TextArea/TextArea.variants.d.ts +0 -3
- package/dist/components/Toast/Toast.d.ts +0 -3
- package/dist/components/Toast/Toast.types.d.ts +0 -12
- package/dist/components/Toast/Toast.types.js +0 -1
- package/dist/components/Toast/Toast.variants.d.ts +0 -9
- package/dist/components/Tooltip/Tooltip.d.ts +0 -3
- package/dist/components/Tooltip/Tooltip.types.d.ts +0 -8
- package/dist/components/Tooltip/Tooltip.types.js +0 -1
- package/dist/components/Tooltip/Tooltip.variants.d.ts +0 -8
- package/dist/components/Tooltip/hooks/useTooltip.d.ts +0 -4
- package/dist/components/index.d.ts +0 -21
- package/dist/contexts/index.d.ts +0 -3
- package/dist/contexts/theme.context.d.ts +0 -6
- package/dist/contexts/theme.hook.d.ts +0 -7
- package/dist/contexts/theme.provider.d.ts +0 -6
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/useToggle.d.ts +0 -1
- package/dist/index-BBjak_0p.js +0 -47
- package/dist/index-BaNV0qac.js +0 -19164
- package/dist/index-DoOsnuB6.js +0 -72
- package/dist/js.cookie-OLEfuq_g.js +0 -74
- package/dist/plugins/index.d.ts +0 -1
- package/dist/plugins/index.js +0 -4
- package/dist/plugins/konstruct.d.ts +0 -4
- package/dist/plugins/konstruct.js +0 -115
- package/dist/plugins/utils/colors.d.ts +0 -328
- package/dist/plugins/utils/colors.js +0 -331
- package/dist/useBreadcrumb-DxYsZvj_.js +0 -1398
- package/dist/utils/index.d.ts +0 -4
- /package/dist/{styles.d.ts → domain/theme.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
const
|
|
1
|
+
import { c as r } from "../../index-BNmRGtA6.js";
|
|
2
|
+
const e = r(
|
|
3
3
|
[
|
|
4
4
|
"border",
|
|
5
5
|
"cursor-pointer",
|
|
@@ -18,7 +18,19 @@ const a = e(
|
|
|
18
18
|
"whitespace-nowrap",
|
|
19
19
|
"h-10",
|
|
20
20
|
"p-4",
|
|
21
|
-
"text-sm"
|
|
21
|
+
"text-sm",
|
|
22
|
+
"border-kubefirst-primary",
|
|
23
|
+
"bg-kubefirst-primary",
|
|
24
|
+
"hover:bg-kubefirst-secondary",
|
|
25
|
+
"hover:border-kubefirst-secondary",
|
|
26
|
+
"colony:bg-colony-primary",
|
|
27
|
+
"colony:border-colony-primary",
|
|
28
|
+
"colony:hover:bg-colony-secondary",
|
|
29
|
+
"colony:hover:border-colony-secondary",
|
|
30
|
+
"civo:bg-civo-primary",
|
|
31
|
+
"civo:border-civo-primary",
|
|
32
|
+
"civo:hover:bg-civo-secondary",
|
|
33
|
+
"civo:hover:border-civo-secondary"
|
|
22
34
|
],
|
|
23
35
|
{
|
|
24
36
|
variants: {
|
|
@@ -39,11 +51,6 @@ const a = e(
|
|
|
39
51
|
default: "",
|
|
40
52
|
alternate: ""
|
|
41
53
|
},
|
|
42
|
-
theme: {
|
|
43
|
-
civo: "",
|
|
44
|
-
colony: "",
|
|
45
|
-
kubefirst: ""
|
|
46
|
-
},
|
|
47
54
|
disabled: {
|
|
48
55
|
true: ["text-zinc-500", "border-zinc-200", "bg-zinc-200"],
|
|
49
56
|
false: ""
|
|
@@ -54,78 +61,43 @@ const a = e(
|
|
|
54
61
|
}
|
|
55
62
|
},
|
|
56
63
|
compoundVariants: [
|
|
57
|
-
{
|
|
58
|
-
variant: "primary",
|
|
59
|
-
theme: "kubefirst",
|
|
60
|
-
disabled: !1,
|
|
61
|
-
class: [
|
|
62
|
-
"border-kubefirst-primary",
|
|
63
|
-
"bg-kubefirst-primary",
|
|
64
|
-
"hover:bg-kubefirst-secondary",
|
|
65
|
-
"hover:border-kubefirst-secondary"
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
variant: "primary",
|
|
70
|
-
theme: "colony",
|
|
71
|
-
disabled: !1,
|
|
72
|
-
class: [
|
|
73
|
-
"bg-colony-primary",
|
|
74
|
-
"border-colony-primary",
|
|
75
|
-
"hover:bg-colony-secondary",
|
|
76
|
-
"hover:border-colony-secondary"
|
|
77
|
-
]
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
variant: "primary",
|
|
81
|
-
theme: "civo",
|
|
82
|
-
disabled: !1,
|
|
83
|
-
class: [
|
|
84
|
-
"bg-civo-primary",
|
|
85
|
-
"border-civo-primary",
|
|
86
|
-
"hover:bg-civo-secondary",
|
|
87
|
-
"hover:border-civo-secondary"
|
|
88
|
-
]
|
|
89
|
-
},
|
|
90
64
|
{
|
|
91
65
|
variant: "secondary",
|
|
92
|
-
theme: "kubefirst",
|
|
93
66
|
disabled: !1,
|
|
94
67
|
class: [
|
|
95
68
|
"text-kubefirst-primary",
|
|
96
69
|
"border-kubefirst-primary",
|
|
97
70
|
"hover:text-kubefirst-secondary",
|
|
98
71
|
"hover:border-kubefirst-secondary",
|
|
99
|
-
"hover:bg-purple-50"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"hover:
|
|
111
|
-
"hover:
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
variant: "secondary",
|
|
116
|
-
theme: "civo",
|
|
117
|
-
disabled: !1,
|
|
118
|
-
class: [
|
|
119
|
-
"text-[#324154]",
|
|
120
|
-
"border-[#cbd5e0]",
|
|
121
|
-
"hover:text-[#5d6776]",
|
|
122
|
-
"hover:border-[#d6dde6]"
|
|
72
|
+
"hover:bg-purple-50",
|
|
73
|
+
"colony:text-colony-primary",
|
|
74
|
+
"colony:bg-white",
|
|
75
|
+
"colony:border-colony-primary",
|
|
76
|
+
"colony:hover:text-colony-secondary",
|
|
77
|
+
"colony:hover:border-colony-secondary",
|
|
78
|
+
"colony:hover:bg-pink-50",
|
|
79
|
+
"civo:bg-white",
|
|
80
|
+
"civo:hover:bg-white",
|
|
81
|
+
"civo:text-[#324154]",
|
|
82
|
+
"civo:border-[#cbd5e0]",
|
|
83
|
+
"civo:hover:text-[#5d6776]",
|
|
84
|
+
"civo:hover:border-[#d6dde6]"
|
|
123
85
|
]
|
|
124
86
|
},
|
|
125
87
|
{
|
|
126
88
|
variant: "primary",
|
|
127
89
|
disabled: !0,
|
|
128
|
-
class: [
|
|
90
|
+
class: [
|
|
91
|
+
"bg-zinc-200",
|
|
92
|
+
"border-zinc-200",
|
|
93
|
+
"text-zinc-500",
|
|
94
|
+
"colony:bg-zinc-200",
|
|
95
|
+
"colony:border-zinc-200",
|
|
96
|
+
"colony:text-zinc-500",
|
|
97
|
+
"civo:bg-zinc-200",
|
|
98
|
+
"civo:border-zinc-200",
|
|
99
|
+
"civo:text-zinc-500"
|
|
100
|
+
]
|
|
129
101
|
},
|
|
130
102
|
{
|
|
131
103
|
variant: "secondary",
|
|
@@ -134,163 +106,135 @@ const a = e(
|
|
|
134
106
|
},
|
|
135
107
|
{
|
|
136
108
|
variant: "text",
|
|
137
|
-
theme: "kubefirst",
|
|
138
|
-
disabled: !1,
|
|
139
|
-
version: "default",
|
|
140
|
-
class: ["hover:text-kubefirst-primary", "hover:bg-purple-50"]
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
variant: "text",
|
|
144
|
-
theme: "colony",
|
|
145
109
|
disabled: !1,
|
|
146
110
|
version: "default",
|
|
147
|
-
class: ["hover:text-colony-primary", "hover:bg-pink-50"]
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
variant: "text",
|
|
151
|
-
theme: "civo",
|
|
152
|
-
disabled: !1,
|
|
153
|
-
version: "default",
|
|
154
|
-
class: ["hover:text-civo-primary", "hover:bg-blue-50"]
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
variant: "text",
|
|
158
|
-
theme: "kubefirst",
|
|
159
|
-
disabled: !1,
|
|
160
|
-
version: "alternate",
|
|
161
111
|
class: [
|
|
162
|
-
"
|
|
112
|
+
"hover:border-transparent",
|
|
163
113
|
"hover:text-kubefirst-primary",
|
|
164
|
-
"hover:bg-purple-50"
|
|
114
|
+
"hover:bg-purple-50",
|
|
115
|
+
"colony:bg-white",
|
|
116
|
+
"colony:border-transparent",
|
|
117
|
+
"colony:hover:border-transparent",
|
|
118
|
+
"colony:hover:text-colony-primary",
|
|
119
|
+
"colony:hover:bg-pink-50",
|
|
120
|
+
"civo:bg-white",
|
|
121
|
+
"civo:border-transparent",
|
|
122
|
+
"civo:hover:border-transparent",
|
|
123
|
+
"civo:hover:text-civo-primary",
|
|
124
|
+
"civo:hover:bg-blue-50"
|
|
165
125
|
]
|
|
166
126
|
},
|
|
167
127
|
{
|
|
168
128
|
variant: "text",
|
|
169
|
-
theme: "colony",
|
|
170
129
|
disabled: !1,
|
|
171
130
|
version: "alternate",
|
|
172
131
|
class: [
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"hover:
|
|
132
|
+
"hover:border-transparent",
|
|
133
|
+
"text-kubefirst-primary",
|
|
134
|
+
"hover:text-kubefirst-primary",
|
|
135
|
+
"hover:bg-purple-50",
|
|
136
|
+
"colony:bg-white",
|
|
137
|
+
"colony:border-transparent",
|
|
138
|
+
"colony:hover:border-transparent",
|
|
139
|
+
"colony:text-colony-primary",
|
|
140
|
+
"colony:hover:text-colony-primary",
|
|
141
|
+
"colony:hover:bg-pink-50",
|
|
142
|
+
"civo:bg-white",
|
|
143
|
+
"civo:border-transparent",
|
|
144
|
+
"civo:hover:border-transparent",
|
|
145
|
+
"civo:text-civo-primary",
|
|
146
|
+
"civo:hover:text-civo-primary",
|
|
147
|
+
"civo:hover:bg-blue-50"
|
|
176
148
|
]
|
|
177
149
|
},
|
|
178
150
|
{
|
|
179
151
|
variant: "text",
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
version: "alternate",
|
|
152
|
+
disabled: !0,
|
|
153
|
+
version: ["default", "alternate"],
|
|
183
154
|
class: [
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
155
|
+
"bg-white",
|
|
156
|
+
"border-white",
|
|
157
|
+
"text-zinc-400",
|
|
158
|
+
"colony:bg-white",
|
|
159
|
+
"colony:border-white",
|
|
160
|
+
"colony:text-zinc-400",
|
|
161
|
+
"civo:bg-white",
|
|
162
|
+
"civo:border-white",
|
|
163
|
+
"civo:text-zinc-400"
|
|
187
164
|
]
|
|
188
165
|
},
|
|
189
|
-
{
|
|
190
|
-
variant: "text",
|
|
191
|
-
disabled: !0,
|
|
192
|
-
class: ["bg-transparent", "border-transparent", "text-zinc-400"]
|
|
193
|
-
},
|
|
194
166
|
{
|
|
195
167
|
variant: "circle",
|
|
196
168
|
size: "medium",
|
|
197
|
-
theme: "kubefirst",
|
|
198
169
|
disabled: !1,
|
|
199
170
|
class: [
|
|
200
171
|
"text-slate-400",
|
|
201
172
|
"bg-transparent",
|
|
202
173
|
"border-transparent",
|
|
174
|
+
"hover:border-transparent",
|
|
203
175
|
"hover:bg-kubefirst-primary/5",
|
|
204
176
|
"hover:text-kubefirst-primary",
|
|
205
177
|
"w-8",
|
|
206
178
|
"h-8",
|
|
207
179
|
"[&>svg]:w-5",
|
|
208
|
-
"[&>svg]:h-5"
|
|
180
|
+
"[&>svg]:h-5",
|
|
181
|
+
"colony:text-slate-400",
|
|
182
|
+
"colony:bg-transparent",
|
|
183
|
+
"colony:border-transparent",
|
|
184
|
+
"colony:hover:border-transparent",
|
|
185
|
+
"colony:hover:bg-colony-primary/5",
|
|
186
|
+
"colony:hover:text-colony-primary",
|
|
187
|
+
"colony:w-8",
|
|
188
|
+
"colony:h-8",
|
|
189
|
+
"colony:[&>svg]:w-5",
|
|
190
|
+
"colony:[&>svg]:h-5",
|
|
191
|
+
"civo:text-slate-400",
|
|
192
|
+
"civo:bg-transparent",
|
|
193
|
+
"civo:border-transparent",
|
|
194
|
+
"civo:hover:border-transparent",
|
|
195
|
+
"civo:hover:bg-civo-primary/5",
|
|
196
|
+
"civo:hover:text-civo-primary",
|
|
197
|
+
"civo:w-8",
|
|
198
|
+
"civo:h-8",
|
|
199
|
+
"civo:[&>svg]:w-5",
|
|
200
|
+
"civo:[&>svg]:h-5"
|
|
209
201
|
]
|
|
210
202
|
},
|
|
211
203
|
{
|
|
212
204
|
variant: "circle",
|
|
213
205
|
size: "large",
|
|
214
|
-
theme: "kubefirst",
|
|
215
206
|
disabled: !1,
|
|
216
207
|
class: [
|
|
217
208
|
"text-slate-400",
|
|
218
209
|
"bg-transparent",
|
|
219
210
|
"border-transparent",
|
|
211
|
+
"hover:border-transparent",
|
|
220
212
|
"hover:bg-kubefirst-primary/5",
|
|
221
213
|
"hover:text-kubefirst-primary",
|
|
222
214
|
"w-11",
|
|
223
215
|
"h-11",
|
|
224
216
|
"[&>svg]:w-6",
|
|
225
|
-
"[&>svg]:h-6"
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
variant: "circle",
|
|
247
|
-
size: "large",
|
|
248
|
-
theme: "colony",
|
|
249
|
-
disabled: !1,
|
|
250
|
-
class: [
|
|
251
|
-
"text-slate-400",
|
|
252
|
-
"bg-transparent",
|
|
253
|
-
"border-transparent",
|
|
254
|
-
"hover:bg-colony-primary/5",
|
|
255
|
-
"hover:text-colony-primary",
|
|
256
|
-
"w-11",
|
|
257
|
-
"h-11",
|
|
258
|
-
"[&>svg]:w-6",
|
|
259
|
-
"[&>svg]:h-6"
|
|
260
|
-
]
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
variant: "circle",
|
|
264
|
-
size: "medium",
|
|
265
|
-
theme: "civo",
|
|
266
|
-
disabled: !1,
|
|
267
|
-
class: [
|
|
268
|
-
"text-slate-400",
|
|
269
|
-
"bg-transparent",
|
|
270
|
-
"border-transparent",
|
|
271
|
-
"hover:bg-civo-primary/5",
|
|
272
|
-
"hover:text-civo-primary",
|
|
273
|
-
"w-8",
|
|
274
|
-
"h-8",
|
|
275
|
-
"[&>svg]:w-5",
|
|
276
|
-
"[&>svg]:h-5"
|
|
277
|
-
]
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
variant: "circle",
|
|
281
|
-
size: "large",
|
|
282
|
-
theme: "civo",
|
|
283
|
-
disabled: !1,
|
|
284
|
-
class: [
|
|
285
|
-
"text-slate-400",
|
|
286
|
-
"bg-transparent",
|
|
287
|
-
"border-transparent",
|
|
288
|
-
"hover:bg-civo-primary/5",
|
|
289
|
-
"hover:text-civo-primary",
|
|
290
|
-
"w-11",
|
|
291
|
-
"h-11",
|
|
292
|
-
"[&>svg]:w-6",
|
|
293
|
-
"[&>svg]:h-6"
|
|
217
|
+
"[&>svg]:h-6",
|
|
218
|
+
"colony:text-slate-400",
|
|
219
|
+
"colony:bg-transparent",
|
|
220
|
+
"colony:border-transparent",
|
|
221
|
+
"colony:hover:border-transparent",
|
|
222
|
+
"colony:hover:bg-colony-primary/5",
|
|
223
|
+
"colony:hover:text-colony-primary",
|
|
224
|
+
"colony:w-11",
|
|
225
|
+
"colony:h-11",
|
|
226
|
+
"colony:[&>svg]:w-6",
|
|
227
|
+
"colony:[&>svg]:h-6",
|
|
228
|
+
"civo:text-slate-400",
|
|
229
|
+
"civo:bg-transparent",
|
|
230
|
+
"civo:border-transparent",
|
|
231
|
+
"civo:hover:border-transparent",
|
|
232
|
+
"civo:hover:bg-civo-primary/5",
|
|
233
|
+
"civo:hover:text-civo-primary",
|
|
234
|
+
"civo:w-11",
|
|
235
|
+
"civo:h-11",
|
|
236
|
+
"civo:[&>svg]:w-6",
|
|
237
|
+
"civo:[&>svg]:h-6"
|
|
294
238
|
]
|
|
295
239
|
},
|
|
296
240
|
{
|
|
@@ -304,32 +248,31 @@ const a = e(
|
|
|
304
248
|
"w-8",
|
|
305
249
|
"h-8",
|
|
306
250
|
"[&>svg]:w-5",
|
|
307
|
-
"[&>svg]:h-5"
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
"text-slate-300",
|
|
316
|
-
"bg-transparent",
|
|
317
|
-
"border-transparent",
|
|
318
|
-
"w-
|
|
319
|
-
"h-
|
|
320
|
-
"[&>svg]:w-
|
|
321
|
-
"[&>svg]:h-
|
|
251
|
+
"[&>svg]:h-5",
|
|
252
|
+
"colony:text-slate-300",
|
|
253
|
+
"colony:bg-transparent",
|
|
254
|
+
"colony:border-transparent",
|
|
255
|
+
"colony:w-8",
|
|
256
|
+
"colony:h-8",
|
|
257
|
+
"colony:[&>svg]:w-5",
|
|
258
|
+
"colony:[&>svg]:h-5",
|
|
259
|
+
"civo:text-slate-300",
|
|
260
|
+
"civo:bg-transparent",
|
|
261
|
+
"civo:border-transparent",
|
|
262
|
+
"civo:w-8",
|
|
263
|
+
"civo:h-8",
|
|
264
|
+
"civo:[&>svg]:w-5",
|
|
265
|
+
"civo:[&>svg]:h-5"
|
|
322
266
|
]
|
|
323
267
|
}
|
|
324
268
|
],
|
|
325
269
|
defaultVariants: {
|
|
326
270
|
variant: "primary",
|
|
327
|
-
theme: "kubefirst",
|
|
328
271
|
version: "default",
|
|
329
272
|
disabled: !1
|
|
330
273
|
}
|
|
331
274
|
}
|
|
332
275
|
);
|
|
333
276
|
export {
|
|
334
|
-
|
|
277
|
+
e as buttonVariants
|
|
335
278
|
};
|
|
@@ -1,42 +1,35 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as c } from "react";
|
|
3
|
-
import "../../
|
|
4
|
-
import {
|
|
5
|
-
import "../../js.cookie-OLEfuq_g.js";
|
|
6
|
-
import { cn as t } from "../../utils/index.js";
|
|
7
|
-
import { cardBaseVariants as n, cardVariants as h } from "./Card.variants.js";
|
|
3
|
+
import { cn as s } from "../../utils/index.js";
|
|
4
|
+
import { cardVariants as f, cardBaseVariants as p } from "./Card.variants.js";
|
|
8
5
|
const l = c(
|
|
9
|
-
({ className:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
)
|
|
37
|
-
}
|
|
38
|
-
);
|
|
39
|
-
}
|
|
6
|
+
({ className: d, theme: o, isActive: a, canHover: r, wrapperClassName: t, ...e }, i) => /* @__PURE__ */ m(
|
|
7
|
+
"div",
|
|
8
|
+
{
|
|
9
|
+
"data-theme": o,
|
|
10
|
+
className: s(
|
|
11
|
+
p({
|
|
12
|
+
canHover: r,
|
|
13
|
+
className: t,
|
|
14
|
+
isActive: a
|
|
15
|
+
})
|
|
16
|
+
),
|
|
17
|
+
children: /* @__PURE__ */ m(
|
|
18
|
+
"div",
|
|
19
|
+
{
|
|
20
|
+
ref: i,
|
|
21
|
+
className: s(
|
|
22
|
+
f({
|
|
23
|
+
className: d,
|
|
24
|
+
isActive: a,
|
|
25
|
+
canHover: r
|
|
26
|
+
})
|
|
27
|
+
),
|
|
28
|
+
...e
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
)
|
|
40
33
|
);
|
|
41
34
|
l.displayName = "Card";
|
|
42
35
|
export {
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import { c as r } from "../../index-BNmRGtA6.js";
|
|
2
|
-
const
|
|
2
|
+
const e = r(
|
|
3
3
|
["border", "border-slate-200", "rounded-xl"],
|
|
4
4
|
{
|
|
5
5
|
variants: {
|
|
6
|
-
theme: {
|
|
7
|
-
colony: "",
|
|
8
|
-
kubefirst: "",
|
|
9
|
-
civo: ""
|
|
10
|
-
},
|
|
11
6
|
isActive: {
|
|
12
7
|
true: "border-transparent",
|
|
13
8
|
false: ""
|
|
@@ -16,72 +11,42 @@ const o = r(
|
|
|
16
11
|
true: ["group", "hover:border-transparent"],
|
|
17
12
|
false: ""
|
|
18
13
|
}
|
|
19
|
-
},
|
|
20
|
-
defaultVariants: {
|
|
21
|
-
theme: "kubefirst"
|
|
22
14
|
}
|
|
23
15
|
}
|
|
24
|
-
),
|
|
16
|
+
), a = r(
|
|
25
17
|
["border", "border-4", "p-3", "text-card-foreground", "rounded-xl"],
|
|
26
18
|
{
|
|
27
19
|
variants: {
|
|
28
|
-
theme: {
|
|
29
|
-
colony: "",
|
|
30
|
-
kubefirst: "",
|
|
31
|
-
civo: ""
|
|
32
|
-
},
|
|
33
20
|
isActive: {
|
|
34
|
-
true:
|
|
21
|
+
true: [
|
|
22
|
+
"border-kubefirst-primary",
|
|
23
|
+
"shadow",
|
|
24
|
+
"colony:border-colony-primary",
|
|
25
|
+
"civo:border-civo-primary"
|
|
26
|
+
],
|
|
35
27
|
false: "border-transparent"
|
|
36
28
|
},
|
|
37
29
|
canHover: {
|
|
38
|
-
true:
|
|
30
|
+
true: [
|
|
31
|
+
"cursor-pointer",
|
|
32
|
+
"border-transparent",
|
|
33
|
+
"group-hover:border-kubefirst-primary",
|
|
34
|
+
"colony:group-hover:border-colony-primary",
|
|
35
|
+
"civo:group-hover:border-civo-primary"
|
|
36
|
+
],
|
|
39
37
|
false: ""
|
|
40
38
|
}
|
|
41
39
|
},
|
|
42
40
|
compoundVariants: [
|
|
43
|
-
{
|
|
44
|
-
theme: "colony",
|
|
45
|
-
isActive: !0,
|
|
46
|
-
class: ["border-colony-primary", "shadow"]
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
theme: "kubefirst",
|
|
50
|
-
isActive: !0,
|
|
51
|
-
class: ["border-kubefirst-primary", "shadow"]
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
theme: "civo",
|
|
55
|
-
isActive: !0,
|
|
56
|
-
class: ["border-civo-primary", "shadow"]
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
theme: "colony",
|
|
60
|
-
canHover: !0,
|
|
61
|
-
class: "group-hover:border-colony-primary"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
theme: "kubefirst",
|
|
65
|
-
canHover: !0,
|
|
66
|
-
class: "group-hover:border-kubefirst-primary"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
theme: "civo",
|
|
70
|
-
canHover: !0,
|
|
71
|
-
class: "group-hover:border-civo-primary"
|
|
72
|
-
},
|
|
73
41
|
{
|
|
74
42
|
canHover: void 0,
|
|
75
43
|
isActive: void 0,
|
|
76
44
|
class: "border-transparent"
|
|
77
45
|
}
|
|
78
|
-
]
|
|
79
|
-
defaultVariants: {
|
|
80
|
-
theme: "kubefirst"
|
|
81
|
-
}
|
|
46
|
+
]
|
|
82
47
|
}
|
|
83
48
|
);
|
|
84
49
|
export {
|
|
85
|
-
|
|
86
|
-
|
|
50
|
+
e as cardBaseVariants,
|
|
51
|
+
a as cardVariants
|
|
87
52
|
};
|