@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,14 +1,25 @@
|
|
|
1
1
|
import { c as e } from "../../index-BNmRGtA6.js";
|
|
2
|
-
const
|
|
2
|
+
const a = e(
|
|
3
|
+
["inline-flex", "items-center", "cursor-pointer", "gap-2", "w-max"],
|
|
4
|
+
{
|
|
5
|
+
variants: {
|
|
6
|
+
disabled: {
|
|
7
|
+
true: ["cursor-not-allowed"],
|
|
8
|
+
false: ["cursor-pointer"]
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
defaultVariants: {
|
|
12
|
+
disabled: !1
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
), c = e(
|
|
3
16
|
[
|
|
4
|
-
"border
|
|
5
|
-
"border-
|
|
17
|
+
"border",
|
|
18
|
+
"border-zinc-400",
|
|
6
19
|
"duration-300",
|
|
7
|
-
"h-4",
|
|
8
20
|
"inline-block",
|
|
9
21
|
"rounded-full",
|
|
10
22
|
"transition-all",
|
|
11
|
-
"w-4",
|
|
12
23
|
"flex",
|
|
13
24
|
"flex-col",
|
|
14
25
|
"items-center",
|
|
@@ -19,28 +30,61 @@ const o = e(
|
|
|
19
30
|
"before:h-0",
|
|
20
31
|
"before:duration-100",
|
|
21
32
|
"before:transition-all",
|
|
33
|
+
"h-4",
|
|
34
|
+
"w-4",
|
|
22
35
|
"peer-checked:before:h-[70%]",
|
|
23
36
|
"peer-checked:before:w-[70%]"
|
|
24
37
|
],
|
|
25
38
|
{
|
|
26
39
|
variants: {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
40
|
+
disabled: {
|
|
41
|
+
true: "",
|
|
42
|
+
false: ""
|
|
43
|
+
},
|
|
44
|
+
checked: {
|
|
45
|
+
true: "",
|
|
46
|
+
false: ""
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
compoundVariants: [
|
|
50
|
+
{
|
|
51
|
+
disabled: !1,
|
|
52
|
+
checked: [!0, !1],
|
|
53
|
+
class: [
|
|
33
54
|
"peer-checked:border-kubefirst-primary",
|
|
34
55
|
"peer-checked:before:bg-kubefirst-primary"
|
|
35
|
-
]
|
|
36
|
-
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
disabled: !0,
|
|
60
|
+
checked: !0,
|
|
61
|
+
class: [
|
|
62
|
+
"peer-checked:border-zinc-400",
|
|
63
|
+
"peer-checked:before:bg-zinc-400",
|
|
64
|
+
"cursor-not-allowed",
|
|
65
|
+
"[&+span]:cursor-not-allowed"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
disabled: !0,
|
|
70
|
+
checked: !1,
|
|
71
|
+
class: [
|
|
72
|
+
"peer-checked:border-zinc-300",
|
|
73
|
+
"peer-checked:border-zinc-300",
|
|
74
|
+
"peer-checked:before:bg-zinc-300",
|
|
75
|
+
"cursor-not-allowed",
|
|
76
|
+
"[&+span]:cursor-not-allowed",
|
|
77
|
+
"bg-zinc-50"
|
|
78
|
+
]
|
|
37
79
|
}
|
|
38
|
-
|
|
80
|
+
],
|
|
39
81
|
defaultVariants: {
|
|
40
|
-
|
|
82
|
+
disabled: !1
|
|
41
83
|
}
|
|
42
84
|
}
|
|
43
|
-
);
|
|
85
|
+
), o = e(["text-sm", "text-zinc-700"]);
|
|
44
86
|
export {
|
|
45
|
-
o as
|
|
87
|
+
o as labelRadioVariants,
|
|
88
|
+
c as radioVariants,
|
|
89
|
+
a as wrapperRadioVariants
|
|
46
90
|
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { cn as m } from "../../utils/index.js";
|
|
3
|
+
import { Card as t } from "../Card/Card.js";
|
|
4
|
+
import { Radio as e } from "../Radio/Radio.js";
|
|
5
|
+
import { radioCardVariants as l } from "./RadioCard.variants.js";
|
|
6
|
+
const w = ({
|
|
7
|
+
wrapperClassName: o,
|
|
8
|
+
theme: i,
|
|
9
|
+
labelWrapperClassName: p,
|
|
10
|
+
checked: a,
|
|
11
|
+
...s
|
|
12
|
+
}) => /* @__PURE__ */ r(
|
|
13
|
+
t,
|
|
14
|
+
{
|
|
15
|
+
"data-theme": i,
|
|
16
|
+
className: m(
|
|
17
|
+
l({
|
|
18
|
+
className: o
|
|
19
|
+
})
|
|
20
|
+
),
|
|
21
|
+
wrapperClassName: "w-max",
|
|
22
|
+
isActive: a,
|
|
23
|
+
children: /* @__PURE__ */ r(
|
|
24
|
+
e,
|
|
25
|
+
{
|
|
26
|
+
wrapperClassName: m("w-full h-full p-3 gap-3", p),
|
|
27
|
+
checked: a,
|
|
28
|
+
...s
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
export {
|
|
34
|
+
w as RadioCard
|
|
35
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { jsx as m, Fragment as l } from "react/jsx-runtime";
|
|
2
|
+
import { useState as n, useCallback as x } from "react";
|
|
3
|
+
import { cn as c } from "../../utils/index.js";
|
|
4
|
+
import { RadioCard as G } from "../RadioCard/RadioCard.js";
|
|
5
|
+
import { radioCardGroupVariants as R } from "./RadioCardGroup.variants.js";
|
|
6
|
+
const w = ({
|
|
7
|
+
className: d,
|
|
8
|
+
defaultChecked: o,
|
|
9
|
+
direction: s,
|
|
10
|
+
name: e,
|
|
11
|
+
options: i,
|
|
12
|
+
theme: a,
|
|
13
|
+
wrapperClassName: p,
|
|
14
|
+
onValueChange: t
|
|
15
|
+
}) => {
|
|
16
|
+
const [f, N] = n(o), S = x(
|
|
17
|
+
(r) => {
|
|
18
|
+
N(r), t == null || t(r);
|
|
19
|
+
},
|
|
20
|
+
[t]
|
|
21
|
+
);
|
|
22
|
+
return /* @__PURE__ */ m(
|
|
23
|
+
"div",
|
|
24
|
+
{
|
|
25
|
+
className: c(
|
|
26
|
+
R({ className: p, direction: s })
|
|
27
|
+
),
|
|
28
|
+
"data-theme": a,
|
|
29
|
+
children: /* @__PURE__ */ m(l, { children: i.map(({ value: r, ...k }) => /* @__PURE__ */ m(
|
|
30
|
+
G,
|
|
31
|
+
{
|
|
32
|
+
value: r,
|
|
33
|
+
name: e,
|
|
34
|
+
className: c(d),
|
|
35
|
+
checked: f === r,
|
|
36
|
+
onChange: () => S(r),
|
|
37
|
+
...k
|
|
38
|
+
},
|
|
39
|
+
r
|
|
40
|
+
)) })
|
|
41
|
+
}
|
|
42
|
+
);
|
|
43
|
+
};
|
|
44
|
+
export {
|
|
45
|
+
w as RadioCardGroup
|
|
46
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { c as a } from "../../index-BNmRGtA6.js";
|
|
2
|
+
const r = a(["flex"], {
|
|
3
|
+
variants: {
|
|
4
|
+
direction: {
|
|
5
|
+
row: ["flex-row", "gap-8"],
|
|
6
|
+
col: ["flex-col", "gap-4"]
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
defaultVariants: {
|
|
10
|
+
direction: "col"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
r as radioCardGroupVariants
|
|
15
|
+
};
|
|
@@ -1,41 +1,50 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { S as
|
|
3
|
-
import { useState as
|
|
4
|
-
import "../../
|
|
5
|
-
import {
|
|
6
|
-
import "
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
const D = ({
|
|
10
|
-
asChild: r,
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { S as x } from "../../index-Bk324h27.js";
|
|
3
|
+
import { useState as G, useCallback as R } from "react";
|
|
4
|
+
import { cn as m } from "../../utils/index.js";
|
|
5
|
+
import { Radio as b } from "../Radio/Radio.js";
|
|
6
|
+
import { radioGroupVariants as j } from "./RadioGroup.variants.js";
|
|
7
|
+
const B = ({
|
|
8
|
+
asChild: s,
|
|
11
9
|
className: c,
|
|
12
|
-
|
|
10
|
+
defaultChecked: e,
|
|
13
11
|
name: i,
|
|
14
|
-
options:
|
|
15
|
-
theme:
|
|
16
|
-
wrapperClassName:
|
|
17
|
-
|
|
12
|
+
options: d,
|
|
13
|
+
theme: p,
|
|
14
|
+
wrapperClassName: a,
|
|
15
|
+
direction: f,
|
|
16
|
+
onValueChange: o
|
|
18
17
|
}) => {
|
|
19
|
-
const S =
|
|
18
|
+
const S = s ? x : "div", [n, N] = G(
|
|
19
|
+
() => e
|
|
20
|
+
), k = R(
|
|
20
21
|
(t) => {
|
|
21
|
-
|
|
22
|
+
N(t), o == null || o(t);
|
|
22
23
|
},
|
|
23
|
-
[
|
|
24
|
+
[o]
|
|
24
25
|
);
|
|
25
|
-
return /* @__PURE__ */
|
|
26
|
-
|
|
26
|
+
return /* @__PURE__ */ r(
|
|
27
|
+
S,
|
|
27
28
|
{
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
29
|
+
className: m(
|
|
30
|
+
j({ className: a, direction: f })
|
|
31
|
+
),
|
|
32
|
+
"data-theme": p,
|
|
33
|
+
children: d.map(({ value: t, ...l }) => /* @__PURE__ */ r(
|
|
34
|
+
b,
|
|
35
|
+
{
|
|
36
|
+
value: t,
|
|
37
|
+
name: i,
|
|
38
|
+
className: m(c),
|
|
39
|
+
checked: n === t,
|
|
40
|
+
onChange: () => k(t),
|
|
41
|
+
...l
|
|
42
|
+
},
|
|
43
|
+
t
|
|
44
|
+
))
|
|
45
|
+
}
|
|
46
|
+
);
|
|
38
47
|
};
|
|
39
48
|
export {
|
|
40
|
-
|
|
49
|
+
B as RadioGroup
|
|
41
50
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { c as o } from "../../index-BNmRGtA6.js";
|
|
2
|
+
const r = o(["flex"], {
|
|
3
|
+
variants: {
|
|
4
|
+
direction: {
|
|
5
|
+
row: ["flex-row", "gap-8"],
|
|
6
|
+
col: ["flex-col", "gap-4"]
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
defaultVariants: {
|
|
10
|
+
direction: "col"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
r as radioGroupVariants
|
|
15
|
+
};
|
|
@@ -1,40 +1,37 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { R as
|
|
3
|
-
import { forwardRef as
|
|
4
|
-
import "../../
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
import { cn as t } from "../../utils/index.js";
|
|
8
|
-
import { rangeVariants as $, trackVariants as E, rangeOutsideVariants as H, thumbVariants as i } from "./Range.variants.js";
|
|
9
|
-
const J = b(
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { R as g, T as R, a as V, b as c } from "../../index-BOx5P4tS.js";
|
|
3
|
+
import { forwardRef as v, useRef as b, useState as j, useImperativeHandle as k, useEffect as w, useCallback as y } from "react";
|
|
4
|
+
import { cn as a } from "../../utils/index.js";
|
|
5
|
+
import { rangeOutsideVariants as C, trackVariants as T, thumbVariants as i, rangeVariants as S } from "./Range.variants.js";
|
|
6
|
+
const q = v(
|
|
10
7
|
({
|
|
11
|
-
label:
|
|
12
|
-
defaultValue:
|
|
13
|
-
name:
|
|
14
|
-
theme:
|
|
8
|
+
label: n,
|
|
9
|
+
defaultValue: u = [0, 100],
|
|
10
|
+
name: m,
|
|
11
|
+
theme: o,
|
|
15
12
|
size: l,
|
|
16
13
|
showValue: f,
|
|
17
14
|
...d
|
|
18
|
-
},
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
}, h) => {
|
|
16
|
+
const t = b(null), [s, p] = j(u);
|
|
17
|
+
k(h, () => t.current, [t]), w(() => {
|
|
18
|
+
t.current && (t.current.value = `[${s.toString()}]`);
|
|
22
19
|
}, [s]);
|
|
23
|
-
const
|
|
24
|
-
(
|
|
20
|
+
const x = y(
|
|
21
|
+
(N) => p(N),
|
|
25
22
|
[]
|
|
26
23
|
);
|
|
27
|
-
return /* @__PURE__ */
|
|
28
|
-
/* @__PURE__ */
|
|
24
|
+
return /* @__PURE__ */ r("div", { className: "w-full relative flex flex-col gap-3", "data-theme": o, children: [
|
|
25
|
+
/* @__PURE__ */ r(
|
|
29
26
|
"div",
|
|
30
27
|
{
|
|
31
|
-
className:
|
|
28
|
+
className: a(
|
|
32
29
|
"flex items-center",
|
|
33
|
-
|
|
30
|
+
n ? "justify-between" : "justify-end"
|
|
34
31
|
),
|
|
35
32
|
children: [
|
|
36
|
-
|
|
37
|
-
f ? /* @__PURE__ */
|
|
33
|
+
n ? /* @__PURE__ */ e("label", { children: n }) : null,
|
|
34
|
+
f ? /* @__PURE__ */ r("span", { className: "text-xs", children: [
|
|
38
35
|
s[0],
|
|
39
36
|
" - ",
|
|
40
37
|
s[1]
|
|
@@ -42,23 +39,18 @@ const J = b(
|
|
|
42
39
|
]
|
|
43
40
|
}
|
|
44
41
|
),
|
|
45
|
-
/* @__PURE__ */ e("input", { ref:
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
|
|
42
|
+
/* @__PURE__ */ e("input", { ref: t, name: m, className: "hidden", type: "text" }),
|
|
43
|
+
/* @__PURE__ */ r(
|
|
44
|
+
g,
|
|
48
45
|
{
|
|
49
46
|
value: s,
|
|
50
|
-
className:
|
|
51
|
-
onValueChange:
|
|
47
|
+
className: a(S()),
|
|
48
|
+
onValueChange: x,
|
|
52
49
|
...d,
|
|
53
50
|
children: [
|
|
54
|
-
/* @__PURE__ */ e(
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
className: t(H({ theme: r }))
|
|
58
|
-
}
|
|
59
|
-
) }),
|
|
60
|
-
/* @__PURE__ */ e(c, { className: t(i({ theme: r, size: l })) }),
|
|
61
|
-
/* @__PURE__ */ e(c, { className: t(i({ theme: r, size: l })) })
|
|
51
|
+
/* @__PURE__ */ e(R, { className: a(T({ size: l })), children: /* @__PURE__ */ e(V, { className: a(C()) }) }),
|
|
52
|
+
/* @__PURE__ */ e(c, { className: a(i({ size: l })) }),
|
|
53
|
+
/* @__PURE__ */ e(c, { className: a(i({ size: l })) })
|
|
62
54
|
]
|
|
63
55
|
}
|
|
64
56
|
)
|
|
@@ -66,5 +58,5 @@ const J = b(
|
|
|
66
58
|
}
|
|
67
59
|
);
|
|
68
60
|
export {
|
|
69
|
-
|
|
61
|
+
q as Range
|
|
70
62
|
};
|
|
@@ -1,47 +1,22 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
colony: "",
|
|
18
|
-
civo: ""
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
defaultVariants: {
|
|
22
|
-
theme: "kubefirst"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
), a = e(["absolute", "h-full"], {
|
|
26
|
-
variants: {
|
|
27
|
-
theme: {
|
|
28
|
-
kubefirst: ["bg-kubefirst-secondary"],
|
|
29
|
-
colony: ["bg-red-500"],
|
|
30
|
-
civo: ""
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
defaultVariants: {
|
|
34
|
-
theme: "kubefirst"
|
|
35
|
-
}
|
|
36
|
-
}), s = e(
|
|
1
|
+
import { c as r } from "../../index-BNmRGtA6.js";
|
|
2
|
+
const a = r([
|
|
3
|
+
"relative",
|
|
4
|
+
"flex",
|
|
5
|
+
"items-center",
|
|
6
|
+
"w-full",
|
|
7
|
+
"border",
|
|
8
|
+
"border-gray-200",
|
|
9
|
+
"rounded-full",
|
|
10
|
+
"shadow-sm"
|
|
11
|
+
]), s = r([
|
|
12
|
+
"absolute",
|
|
13
|
+
"h-full",
|
|
14
|
+
"bg-kubefirst-secondary",
|
|
15
|
+
"colony:bg-red-500"
|
|
16
|
+
]), t = r(
|
|
37
17
|
["relative", "flex-grow", "bg-gray-100", "rounded-full"],
|
|
38
18
|
{
|
|
39
19
|
variants: {
|
|
40
|
-
theme: {
|
|
41
|
-
kubefirst: "",
|
|
42
|
-
colony: "",
|
|
43
|
-
civo: ""
|
|
44
|
-
},
|
|
45
20
|
size: {
|
|
46
21
|
sm: ["h-1"],
|
|
47
22
|
md: ["h-2"],
|
|
@@ -49,11 +24,10 @@ const t = e(
|
|
|
49
24
|
}
|
|
50
25
|
},
|
|
51
26
|
defaultVariants: {
|
|
52
|
-
theme: "kubefirst",
|
|
53
27
|
size: "md"
|
|
54
28
|
}
|
|
55
29
|
}
|
|
56
|
-
),
|
|
30
|
+
), o = r(
|
|
57
31
|
[
|
|
58
32
|
"block",
|
|
59
33
|
"w-5",
|
|
@@ -68,11 +42,6 @@ const t = e(
|
|
|
68
42
|
],
|
|
69
43
|
{
|
|
70
44
|
variants: {
|
|
71
|
-
theme: {
|
|
72
|
-
kubefirst: "",
|
|
73
|
-
colony: "",
|
|
74
|
-
civo: ""
|
|
75
|
-
},
|
|
76
45
|
size: {
|
|
77
46
|
sm: ["w-5", "h-5"],
|
|
78
47
|
md: ["w-6", "h-6"],
|
|
@@ -80,14 +49,13 @@ const t = e(
|
|
|
80
49
|
}
|
|
81
50
|
},
|
|
82
51
|
defaultVariants: {
|
|
83
|
-
theme: "kubefirst",
|
|
84
52
|
size: "md"
|
|
85
53
|
}
|
|
86
54
|
}
|
|
87
55
|
);
|
|
88
56
|
export {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
57
|
+
s as rangeOutsideVariants,
|
|
58
|
+
a as rangeVariants,
|
|
59
|
+
o as thumbVariants,
|
|
60
|
+
t as trackVariants
|
|
93
61
|
};
|
|
@@ -1,27 +1,24 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import "
|
|
3
|
-
import "react";
|
|
4
|
-
import { ThemeProvider as t } from "../../contexts/theme.provider.js";
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { Wrapper as t } from "./components/Wrapper/Wrapper.js";
|
|
5
3
|
import { Footer as a } from "./components/Footer/Footer.js";
|
|
6
|
-
import { Logo as
|
|
7
|
-
import { Navigation as
|
|
4
|
+
import { Logo as p } from "./components/Logo/Logo.js";
|
|
5
|
+
import { Navigation as m } from "./components/Navigation/Navigation.js";
|
|
8
6
|
import { NavigationGroup as n } from "./components/NavigationGroup/NavigationGroup.js";
|
|
9
|
-
import { NavigationOption as
|
|
10
|
-
import { NavigationSeparator as
|
|
11
|
-
|
|
12
|
-
const o = (i) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(f, { ...i }) });
|
|
7
|
+
import { NavigationOption as g } from "./components/NavigationOption/NavigationOption.js";
|
|
8
|
+
import { NavigationSeparator as f } from "./components/NavigationSeparator/NavigationSeparator.js";
|
|
9
|
+
const o = (r) => /* @__PURE__ */ i(t, { ...r });
|
|
13
10
|
o.Footer = a;
|
|
14
|
-
o.Logo =
|
|
15
|
-
o.Navigation =
|
|
11
|
+
o.Logo = p;
|
|
12
|
+
o.Navigation = m;
|
|
16
13
|
o.NavigationGroup = n;
|
|
17
|
-
o.NavigationOption =
|
|
18
|
-
o.NavigationSeparator =
|
|
14
|
+
o.NavigationOption = g;
|
|
15
|
+
o.NavigationSeparator = f;
|
|
19
16
|
export {
|
|
20
17
|
a as Footer,
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
p as Logo,
|
|
19
|
+
m as Navigation,
|
|
23
20
|
n as NavigationGroup,
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
g as NavigationOption,
|
|
22
|
+
f as NavigationSeparator,
|
|
26
23
|
o as Sidebar
|
|
27
24
|
};
|
|
@@ -1,57 +1,32 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
)
|
|
29
|
-
[
|
|
30
|
-
"absolute",
|
|
31
|
-
"top-0",
|
|
32
|
-
"right-0",
|
|
33
|
-
"h-full",
|
|
34
|
-
"opacity-0",
|
|
35
|
-
"group-hover/sidebar:opacity-100",
|
|
36
|
-
"cursor-col-resize",
|
|
37
|
-
"w-[2px]",
|
|
38
|
-
"shadow",
|
|
39
|
-
"shadow-slate-200"
|
|
40
|
-
],
|
|
41
|
-
{
|
|
42
|
-
variants: {
|
|
43
|
-
theme: {
|
|
44
|
-
colony: "",
|
|
45
|
-
kubefirst: ["bg-slate-200"],
|
|
46
|
-
civo: ""
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
defaultVariants: {
|
|
50
|
-
theme: "kubefirst"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
);
|
|
1
|
+
import { c as r } from "../../index-BNmRGtA6.js";
|
|
2
|
+
const e = r([
|
|
3
|
+
"duration-200",
|
|
4
|
+
"ease-linear",
|
|
5
|
+
"flex",
|
|
6
|
+
"flex-col",
|
|
7
|
+
"flex-shrink-0",
|
|
8
|
+
"group/sidebar",
|
|
9
|
+
"h-full",
|
|
10
|
+
"px-4",
|
|
11
|
+
"relative",
|
|
12
|
+
"transition-all",
|
|
13
|
+
"w-[72px]",
|
|
14
|
+
"md:w-[256px]",
|
|
15
|
+
"bg-kubefirst-dark-blue-900"
|
|
16
|
+
]), o = r([
|
|
17
|
+
"absolute",
|
|
18
|
+
"top-0",
|
|
19
|
+
"right-0",
|
|
20
|
+
"h-full",
|
|
21
|
+
"opacity-0",
|
|
22
|
+
"group-hover/sidebar:opacity-100",
|
|
23
|
+
"cursor-col-resize",
|
|
24
|
+
"w-[2px]",
|
|
25
|
+
"shadow",
|
|
26
|
+
"shadow-slate-200",
|
|
27
|
+
"bg-slate-200"
|
|
28
|
+
]);
|
|
54
29
|
export {
|
|
55
|
-
|
|
56
|
-
|
|
30
|
+
o as dragVariants,
|
|
31
|
+
e as wrapperSiderbarVariants
|
|
57
32
|
};
|