@konstructio/ui 0.0.12-alpha.0 → 0.0.12-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-DZUwNzSW.js +914 -0
- package/dist/{chevron-up-CvquEaNg.js → chevron-up-DgLBQCKD.js} +1 -1
- package/dist/components/Alert/Alert.js +58 -0
- package/dist/components/Alert/Alert.variants.js +77 -0
- package/dist/components/AlertDialog/AlertDialog.js +20 -23
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +3 -6
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +15 -17
- package/dist/components/Autocomplete/components/List/List.js +7 -7
- package/dist/components/Breadcrumb/Breadcrumb.js +68 -69
- package/dist/components/Breadcrumb/Breadcrumb.variants.js +16 -17
- package/dist/components/Breadcrumb/components/Item/Item.js +61 -0
- package/dist/components/Breadcrumb/components/Item/Item.variants.js +90 -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 +15 -17
- package/dist/components/Card/Card.js +11 -13
- package/dist/components/Checkbox/Checkbox.js +16 -18
- package/dist/components/Divider/Divider.js +10 -0
- package/dist/components/Divider/Divider.variants.js +14 -0
- package/dist/components/Dropdown/Dropdown.js +4 -6
- package/dist/components/Dropdown/components/List/List.js +9 -10
- package/dist/components/Dropdown/components/ListItem/ListItem.js +20 -21
- package/dist/components/Dropdown/components/Wrapper.js +31 -34
- package/dist/components/Dropdown/contexts/dropdown.provider.js +4 -4
- package/dist/components/Dropdown/hooks/useDropdown.js +12 -14
- package/dist/components/Dropdown/hooks/useNavigationList.js +8 -10
- package/dist/components/Input/Input.js +12 -14
- package/dist/components/Loading/Loading.js +28 -0
- package/dist/components/Loading/Loading.variants.js +20 -0
- package/dist/components/Modal/Modal.js +3 -3
- package/dist/components/Modal/components/Body/Body.js +1 -1
- package/dist/components/Modal/components/Footer/Footer.js +1 -1
- package/dist/components/Modal/components/Header/Header.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +7 -9
- 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 +9 -11
- package/dist/components/ProgressBar/ProgressBar.js +12 -15
- package/dist/components/Radio/Radio.js +55 -37
- package/dist/components/Radio/Radio.variants.js +69 -16
- package/dist/components/RadioCard/RadioCard.js +41 -0
- package/dist/components/RadioCard/RadioCard.variants.js +19 -0
- package/dist/components/RadioCardGroup/RadioCardGroup.js +47 -0
- package/dist/components/RadioCardGroup/RadioCardGroup.variants.js +21 -0
- package/dist/components/RadioGroup/RadioGroup.js +37 -27
- package/dist/components/RadioGroup/RadioGroup.variants.js +21 -0
- package/dist/components/Range/Range.js +20 -22
- package/dist/components/Sidebar/Sidebar.js +20 -22
- package/dist/components/Sidebar/components/Footer/Footer.js +9 -12
- package/dist/components/Sidebar/components/Logo/Logo.js +9 -12
- package/dist/components/Sidebar/components/Navigation/Navigation.js +12 -15
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +12 -15
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +17 -20
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +8 -11
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +10 -13
- package/dist/components/Sidebar/components/Wrapper/Wrapper.js +29 -27
- package/dist/components/Slider/Slider.js +11 -13
- package/dist/components/Switch/Switch.js +28 -30
- package/dist/components/TagSelect/TagSelect.js +18 -20
- package/dist/components/TextArea/TextArea.js +17 -19
- package/dist/components/Toast/Toast.js +56 -58
- package/dist/components/Tooltip/Tooltip.js +10 -12
- package/dist/components/Typography/Typography.js +30 -0
- package/dist/components/Typography/Typography.variants.js +36 -0
- package/dist/components/index.js +64 -50
- package/dist/contexts/theme.provider.js +84 -14
- package/dist/{AlertDialogTrigger-D4Tm_9M0.js → index-3jTPaVvh.js} +25 -27
- package/dist/{index-BxeV34ij.js → index-4ecjw_Aj.js} +1 -1
- package/dist/{index-BedjZUuB.js → index-B33at13_.js} +3 -3
- package/dist/{index-BaNV0qac.js → index-BTeAm7mx.js} +7113 -7144
- package/dist/index-B_6_jmOO.js +68 -0
- package/dist/{index-BBjak_0p.js → index-BbsJ0VIJ.js} +2 -2
- package/dist/{index-D68N8v8R.js → index-C5psggHV.js} +17 -17
- package/dist/{index-z-AJyzdv.js → index-C6WtlN_F.js} +11 -11
- package/dist/{index-8vgf-x5i.js → index-Cva-e5M4.js} +2 -2
- package/dist/{index-D4Q2rMby.js → index-Dj1pom3_.js} +2 -2
- package/dist/{index-BtibbG81.js → index-Z1voPZOH.js} +1 -1
- package/dist/index.d.ts +561 -4
- package/dist/index.js +74 -60
- package/dist/package.json +27 -28
- package/dist/plugins/konstruct.js +34 -31
- package/dist/plugins/utils/animation.styles.js +162 -0
- package/dist/plugins/utils/index.js +7 -0
- package/dist/styles.css +1 -1
- package/dist/styles.js +1 -1
- package/dist/useBreadcrumb-BsIeMoR1.js +1279 -0
- package/dist/{x-CRBgmX1Q.js → x-DU-Zw-L_.js} +1 -1
- package/package.json +27 -28
- 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/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 -8
- 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-DoOsnuB6.js +0 -72
- package/dist/js.cookie-OLEfuq_g.js +0 -74
- package/dist/plugins/index.d.ts +0 -1
- package/dist/plugins/konstruct.d.ts +0 -4
- package/dist/plugins/utils/colors.d.ts +0 -328
- package/dist/styles.d.ts +0 -0
- package/dist/useBreadcrumb-DxYsZvj_.js +0 -1398
- package/dist/utils/index.d.ts +0 -4
package/dist/index.js
CHANGED
|
@@ -1,66 +1,80 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
1
|
+
import { Alert as e } from "./components/Alert/Alert.js";
|
|
2
|
+
import { AlertDialog as p } from "./components/AlertDialog/AlertDialog.js";
|
|
3
|
+
import { Autocomplete as x } from "./components/Autocomplete/Autocomplete.js";
|
|
4
|
+
import { Breadcrumb as a } from "./components/Breadcrumb/Breadcrumb.js";
|
|
5
|
+
import { Button as d } from "./components/Button/Button.js";
|
|
6
|
+
import { Card as n } from "./components/Card/Card.js";
|
|
7
|
+
import { Checkbox as l } from "./components/Checkbox/Checkbox.js";
|
|
8
|
+
import { Dropdown as s } from "./components/Dropdown/Dropdown.js";
|
|
9
|
+
import { Input as h } from "./components/Input/Input.js";
|
|
10
|
+
import { M as C } from "./Modal-DZUwNzSW.js";
|
|
11
|
+
import { NumberInput as R } from "./components/NumberInput/NumberInput.js";
|
|
11
12
|
import { ProgressBar as b } from "./components/ProgressBar/ProgressBar.js";
|
|
12
13
|
import { Radio as B } from "./components/Radio/Radio.js";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
14
|
+
import { RadioCard as G } from "./components/RadioCard/RadioCard.js";
|
|
15
|
+
import { RadioCardGroup as k } from "./components/RadioCardGroup/RadioCardGroup.js";
|
|
16
|
+
import { RadioGroup as y } from "./components/RadioGroup/RadioGroup.js";
|
|
17
|
+
import { Range as L } from "./components/Range/Range.js";
|
|
18
|
+
import { Footer as F } from "./components/Sidebar/components/Footer/Footer.js";
|
|
19
|
+
import { Logo as j } from "./components/Sidebar/components/Logo/Logo.js";
|
|
20
|
+
import { Navigation as z } from "./components/Sidebar/components/Navigation/Navigation.js";
|
|
21
|
+
import { NavigationGroup as H } from "./components/Sidebar/components/NavigationGroup/NavigationGroup.js";
|
|
22
|
+
import { NavigationOption as K } from "./components/Sidebar/components/NavigationOption/NavigationOption.js";
|
|
23
|
+
import { NavigationSeparator as U } from "./components/Sidebar/components/NavigationSeparator/NavigationSeparator.js";
|
|
24
|
+
import { Sidebar as W } from "./components/Sidebar/Sidebar.js";
|
|
25
|
+
import { Slider as Y } from "./components/Slider/Slider.js";
|
|
26
|
+
import { Switch as _ } from "./components/Switch/Switch.js";
|
|
27
|
+
import { Tag as oo } from "./components/Tag/Tag.js";
|
|
28
|
+
import { TagSelect as eo } from "./components/TagSelect/TagSelect.js";
|
|
29
|
+
import { TextArea as po } from "./components/TextArea/TextArea.js";
|
|
30
|
+
import { Toast as xo } from "./components/Toast/Toast.js";
|
|
31
|
+
import { Tooltip as ao } from "./components/Tooltip/Tooltip.js";
|
|
32
|
+
import { Loading as go } from "./components/Loading/Loading.js";
|
|
33
|
+
import { Typography as uo } from "./components/Typography/Typography.js";
|
|
34
|
+
import { Divider as To } from "./components/Divider/Divider.js";
|
|
35
|
+
import { ThemeContext as co } from "./contexts/theme.context.js";
|
|
36
|
+
import { useTheme as vo } from "./contexts/theme.hook.js";
|
|
37
|
+
import { ThemeProvider as No } from "./contexts/theme.provider.js";
|
|
38
|
+
import { useToggle as So } from "./hooks/useToggle.js";
|
|
39
|
+
import { konstructPlugin as Ao } from "./plugins/konstruct.js";
|
|
33
40
|
export {
|
|
34
|
-
e as
|
|
35
|
-
p as
|
|
36
|
-
x as
|
|
37
|
-
a as
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
s as
|
|
43
|
-
|
|
44
|
-
h as
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
41
|
+
e as Alert,
|
|
42
|
+
p as AlertDialog,
|
|
43
|
+
x as Autocomplete,
|
|
44
|
+
a as Breadcrumb,
|
|
45
|
+
d as Button,
|
|
46
|
+
n as Card,
|
|
47
|
+
l as Checkbox,
|
|
48
|
+
To as Divider,
|
|
49
|
+
s as Dropdown,
|
|
50
|
+
F as Footer,
|
|
51
|
+
h as Input,
|
|
52
|
+
go as Loading,
|
|
53
|
+
j as Logo,
|
|
54
|
+
C as Modal,
|
|
55
|
+
z as Navigation,
|
|
56
|
+
H as NavigationGroup,
|
|
57
|
+
K as NavigationOption,
|
|
58
|
+
U as NavigationSeparator,
|
|
59
|
+
R as NumberInput,
|
|
50
60
|
b as ProgressBar,
|
|
51
61
|
B as Radio,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
G as RadioCard,
|
|
63
|
+
k as RadioCardGroup,
|
|
64
|
+
y as RadioGroup,
|
|
65
|
+
L as Range,
|
|
66
|
+
W as Sidebar,
|
|
67
|
+
Y as Slider,
|
|
68
|
+
_ as Switch,
|
|
69
|
+
oo as Tag,
|
|
70
|
+
eo as TagSelect,
|
|
71
|
+
po as TextArea,
|
|
72
|
+
co as ThemeContext,
|
|
73
|
+
No as ThemeProvider,
|
|
74
|
+
xo as Toast,
|
|
75
|
+
ao as Tooltip,
|
|
76
|
+
uo as Typography,
|
|
77
|
+
Ao as konstructPlugin,
|
|
78
|
+
vo as useTheme,
|
|
79
|
+
So as useToggle
|
|
66
80
|
};
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.0.12",
|
|
5
|
+
"version": "0.0.12-alpha.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"check:types": "tsc -p tsconfig.json",
|
|
46
46
|
"ci": "npm run build && npm run check:prettier && vitest run",
|
|
47
47
|
"deps:update": "npx npm-check-updates --interactive --format group",
|
|
48
|
-
"dev": "vite",
|
|
49
48
|
"format:prettier": "prettier lib --write './**/*.{js,jsx,ts,tsx}' --config ./.prettierrc",
|
|
50
49
|
"lint": "eslint lib --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
51
50
|
"prepare": "husky",
|
|
@@ -56,18 +55,18 @@
|
|
|
56
55
|
"test:watch": "vitest dev"
|
|
57
56
|
},
|
|
58
57
|
"dependencies": {
|
|
59
|
-
"@radix-ui/react-alert-dialog": "^1.1.
|
|
60
|
-
"@radix-ui/react-checkbox": "^1.1.
|
|
61
|
-
"@radix-ui/react-slider": "^1.2.
|
|
62
|
-
"@radix-ui/react-slot": "^1.1.
|
|
63
|
-
"@radix-ui/react-switch": "^1.1.
|
|
64
|
-
"@radix-ui/react-toast": "^1.2.
|
|
65
|
-
"@radix-ui/react-visually-hidden": "^1.1.
|
|
58
|
+
"@radix-ui/react-alert-dialog": "^1.1.6",
|
|
59
|
+
"@radix-ui/react-checkbox": "^1.1.4",
|
|
60
|
+
"@radix-ui/react-slider": "^1.2.3",
|
|
61
|
+
"@radix-ui/react-slot": "^1.1.2",
|
|
62
|
+
"@radix-ui/react-switch": "^1.1.3",
|
|
63
|
+
"@radix-ui/react-toast": "^1.2.6",
|
|
64
|
+
"@radix-ui/react-visually-hidden": "^1.1.2",
|
|
66
65
|
"class-variance-authority": "^0.7.1",
|
|
67
66
|
"clsx": "^2.1.1",
|
|
68
67
|
"js-cookie": "^3.0.5",
|
|
69
68
|
"react-feather": "^2.0.10",
|
|
70
|
-
"react-focus-lock": "^2.13.
|
|
69
|
+
"react-focus-lock": "^2.13.6",
|
|
71
70
|
"react-remove-scroll": "^2.6.3",
|
|
72
71
|
"tailwind-merge": "^3.0.1"
|
|
73
72
|
},
|
|
@@ -101,27 +100,27 @@
|
|
|
101
100
|
},
|
|
102
101
|
"devDependencies": {
|
|
103
102
|
"@rollup/plugin-alias": "^5.1.1",
|
|
104
|
-
"@storybook/addon-docs": "^8.5.
|
|
105
|
-
"@storybook/addon-essentials": "^8.5.
|
|
106
|
-
"@storybook/addon-interactions": "^8.5.
|
|
107
|
-
"@storybook/addon-links": "^8.5.
|
|
103
|
+
"@storybook/addon-docs": "^8.5.6",
|
|
104
|
+
"@storybook/addon-essentials": "^8.5.6",
|
|
105
|
+
"@storybook/addon-interactions": "^8.5.6",
|
|
106
|
+
"@storybook/addon-links": "^8.5.6",
|
|
108
107
|
"@storybook/addon-styling-webpack": "^1.0.1",
|
|
109
|
-
"@storybook/blocks": "^8.5.
|
|
110
|
-
"@storybook/react": "^8.5.
|
|
111
|
-
"@storybook/react-vite": "^8.5.
|
|
112
|
-
"@storybook/test": "^8.5.
|
|
108
|
+
"@storybook/blocks": "^8.5.6",
|
|
109
|
+
"@storybook/react": "^8.5.6",
|
|
110
|
+
"@storybook/react-vite": "^8.5.6",
|
|
111
|
+
"@storybook/test": "^8.5.6",
|
|
113
112
|
"@testing-library/jest-dom": "^6.6.3",
|
|
114
113
|
"@testing-library/react": "^16.2.0",
|
|
115
114
|
"@testing-library/user-event": "^14.6.1",
|
|
116
115
|
"@types/jest-axe": "^3.5.9",
|
|
117
116
|
"@types/js-cookie": "^3.0.6",
|
|
118
117
|
"@types/lodash": "^4.17.15",
|
|
119
|
-
"@types/react": "^19.0.
|
|
120
|
-
"@types/react-dom": "^19.0.
|
|
121
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
122
|
-
"@typescript-eslint/parser": "^8.
|
|
118
|
+
"@types/react": "^19.0.10",
|
|
119
|
+
"@types/react-dom": "^19.0.4",
|
|
120
|
+
"@typescript-eslint/eslint-plugin": "^8.24.1",
|
|
121
|
+
"@typescript-eslint/parser": "^8.24.1",
|
|
123
122
|
"@vitejs/plugin-react": "^4.3.4",
|
|
124
|
-
"@vitest/coverage-v8": "^3.0.
|
|
123
|
+
"@vitest/coverage-v8": "^3.0.6",
|
|
125
124
|
"autoprefixer": "^10.4.20",
|
|
126
125
|
"eslint": "^8.57.0",
|
|
127
126
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
@@ -133,18 +132,18 @@
|
|
|
133
132
|
"jest-axe": "^9.0.0",
|
|
134
133
|
"jsdom": "^26.0.0",
|
|
135
134
|
"lodash": "^4.17.21",
|
|
136
|
-
"postcss": "^8.5.
|
|
137
|
-
"prettier": "^3.
|
|
135
|
+
"postcss": "^8.5.2",
|
|
136
|
+
"prettier": "^3.5.1",
|
|
138
137
|
"rimraf": "^6.0.1",
|
|
139
|
-
"storybook": "^8.5.
|
|
138
|
+
"storybook": "^8.5.6",
|
|
140
139
|
"tailwindcss": "^3.4.17",
|
|
141
140
|
"ts-node": "^10.9.2",
|
|
142
141
|
"typescript": "^5.7.3",
|
|
143
|
-
"vite": "^6.0
|
|
142
|
+
"vite": "^6.1.0",
|
|
144
143
|
"vite-plugin-dts": "^4.5.0",
|
|
145
144
|
"vite-plugin-lib-inject-css": "^2.2.1",
|
|
146
145
|
"vite-plugin-svgr": "^4.3.0",
|
|
147
146
|
"vite-tsconfig-paths": "^5.1.4",
|
|
148
|
-
"vitest": "^3.0.
|
|
147
|
+
"vitest": "^3.0.6"
|
|
149
148
|
}
|
|
150
149
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { g } from "../_commonjsHelpers-C6fGbg64.js";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { g as m } from "../_commonjsHelpers-C6fGbg64.js";
|
|
2
|
+
import { addAnimationStyles as p, defaultAnimationThemeValues as c } from "./utils/animation.styles.js";
|
|
3
|
+
import { konstructColors as _ } from "./utils/colors.js";
|
|
4
|
+
var o = {}, l = {}, s;
|
|
5
|
+
function P() {
|
|
6
|
+
return s || (s = 1, function(e) {
|
|
6
7
|
Object.defineProperty(e, "__esModule", {
|
|
7
8
|
value: !0
|
|
8
9
|
}), Object.defineProperty(e, "default", {
|
|
9
10
|
enumerable: !0,
|
|
10
11
|
get: function() {
|
|
11
|
-
return
|
|
12
|
+
return i;
|
|
12
13
|
}
|
|
13
14
|
});
|
|
14
15
|
function n(r, t) {
|
|
@@ -18,21 +19,21 @@ function m() {
|
|
|
18
19
|
};
|
|
19
20
|
}
|
|
20
21
|
n.withOptions = function(r, t = () => ({})) {
|
|
21
|
-
const
|
|
22
|
+
const u = function(a) {
|
|
22
23
|
return {
|
|
23
|
-
__options:
|
|
24
|
-
handler: r(
|
|
25
|
-
config: t(
|
|
24
|
+
__options: a,
|
|
25
|
+
handler: r(a),
|
|
26
|
+
config: t(a)
|
|
26
27
|
};
|
|
27
28
|
};
|
|
28
|
-
return
|
|
29
|
+
return u.__isOptionsFunction = !0, u.__pluginFunction = r, u.__configFunction = t, u;
|
|
29
30
|
};
|
|
30
|
-
const
|
|
31
|
+
const i = n;
|
|
31
32
|
}(l)), l;
|
|
32
33
|
}
|
|
33
|
-
var
|
|
34
|
-
function
|
|
35
|
-
return
|
|
34
|
+
var f;
|
|
35
|
+
function v() {
|
|
36
|
+
return f || (f = 1, function(e) {
|
|
36
37
|
Object.defineProperty(e, "__esModule", {
|
|
37
38
|
value: !0
|
|
38
39
|
}), Object.defineProperty(e, "default", {
|
|
@@ -41,36 +42,37 @@ function _() {
|
|
|
41
42
|
return r;
|
|
42
43
|
}
|
|
43
44
|
});
|
|
44
|
-
const n = /* @__PURE__ */
|
|
45
|
-
function
|
|
45
|
+
const n = /* @__PURE__ */ i(/* @__PURE__ */ P());
|
|
46
|
+
function i(t) {
|
|
46
47
|
return t && t.__esModule ? t : {
|
|
47
48
|
default: t
|
|
48
49
|
};
|
|
49
50
|
}
|
|
50
51
|
const r = n.default;
|
|
51
|
-
}(
|
|
52
|
+
}(o)), o;
|
|
52
53
|
}
|
|
53
|
-
var
|
|
54
|
-
function
|
|
55
|
-
if (
|
|
56
|
-
|
|
57
|
-
let e =
|
|
58
|
-
return
|
|
54
|
+
var d, g;
|
|
55
|
+
function b() {
|
|
56
|
+
if (g) return d;
|
|
57
|
+
g = 1;
|
|
58
|
+
let e = /* @__PURE__ */ v();
|
|
59
|
+
return d = (e.__esModule ? e : { default: e }).default, d;
|
|
59
60
|
}
|
|
60
|
-
var
|
|
61
|
-
const
|
|
62
|
-
function({ addBase: e }) {
|
|
61
|
+
var h = /* @__PURE__ */ b();
|
|
62
|
+
const k = /* @__PURE__ */ m(h), q = k(
|
|
63
|
+
function({ addBase: e, addUtilities: n, matchUtilities: i, theme: r }) {
|
|
63
64
|
e({
|
|
64
65
|
":root": {
|
|
65
66
|
"--viewport-padding": "25px"
|
|
66
67
|
}
|
|
67
|
-
});
|
|
68
|
+
}), p({ addUtilities: n, matchUtilities: i, theme: r });
|
|
68
69
|
},
|
|
69
70
|
{
|
|
70
71
|
theme: {
|
|
71
72
|
extend: {
|
|
72
|
-
colors: { ...
|
|
73
|
+
colors: { ..._ },
|
|
73
74
|
viewportPadding: "",
|
|
75
|
+
...c,
|
|
74
76
|
backgroundImage: {
|
|
75
77
|
"kubefirst-gradient": "linear-gradient(90deg, #81E2B4, #8851C8)"
|
|
76
78
|
},
|
|
@@ -104,12 +106,13 @@ const b = /* @__PURE__ */ g(v), w = b(
|
|
|
104
106
|
to: {
|
|
105
107
|
transform: "translateX(calc(100% + var(--viewport-padding)))"
|
|
106
108
|
}
|
|
107
|
-
}
|
|
109
|
+
},
|
|
110
|
+
...c.keyframes
|
|
108
111
|
}
|
|
109
112
|
}
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
);
|
|
113
116
|
export {
|
|
114
|
-
|
|
117
|
+
q as konstructPlugin
|
|
115
118
|
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
function i(a) {
|
|
2
|
+
return Object.fromEntries(
|
|
3
|
+
Object.entries(a).filter(([e]) => e !== "DEFAULT")
|
|
4
|
+
);
|
|
5
|
+
}
|
|
6
|
+
const r = ({
|
|
7
|
+
addUtilities: a,
|
|
8
|
+
matchUtilities: e,
|
|
9
|
+
theme: n
|
|
10
|
+
}) => {
|
|
11
|
+
a({
|
|
12
|
+
"@keyframes enter": n("keyframes.enter"),
|
|
13
|
+
"@keyframes exit": n("keyframes.exit"),
|
|
14
|
+
".animate-in": {
|
|
15
|
+
animationName: "enter",
|
|
16
|
+
animationDuration: n("animationDuration.DEFAULT"),
|
|
17
|
+
"--tw-enter-opacity": "initial",
|
|
18
|
+
"--tw-enter-scale": "initial",
|
|
19
|
+
"--tw-enter-rotate": "initial",
|
|
20
|
+
"--tw-enter-translate-x": "initial",
|
|
21
|
+
"--tw-enter-translate-y": "initial"
|
|
22
|
+
},
|
|
23
|
+
".animate-out": {
|
|
24
|
+
animationName: "exit",
|
|
25
|
+
animationDuration: n("animationDuration.DEFAULT"),
|
|
26
|
+
"--tw-exit-opacity": "initial",
|
|
27
|
+
"--tw-exit-scale": "initial",
|
|
28
|
+
"--tw-exit-rotate": "initial",
|
|
29
|
+
"--tw-exit-translate-x": "initial",
|
|
30
|
+
"--tw-exit-translate-y": "initial"
|
|
31
|
+
}
|
|
32
|
+
}), e(
|
|
33
|
+
{
|
|
34
|
+
"fade-in": (t) => ({ "--tw-enter-opacity": t }),
|
|
35
|
+
"fade-out": (t) => ({ "--tw-exit-opacity": t })
|
|
36
|
+
},
|
|
37
|
+
{ values: n("animationOpacity") }
|
|
38
|
+
), e(
|
|
39
|
+
{
|
|
40
|
+
"zoom-in": (t) => ({ "--tw-enter-scale": t }),
|
|
41
|
+
"zoom-out": (t) => ({ "--tw-exit-scale": t })
|
|
42
|
+
},
|
|
43
|
+
{ values: n("animationScale") }
|
|
44
|
+
), e(
|
|
45
|
+
{
|
|
46
|
+
"spin-in": (t) => ({ "--tw-enter-rotate": t }),
|
|
47
|
+
"spin-out": (t) => ({ "--tw-exit-rotate": t })
|
|
48
|
+
},
|
|
49
|
+
{ values: n("animationRotate") }
|
|
50
|
+
), e(
|
|
51
|
+
{
|
|
52
|
+
"slide-in-from-top": (t) => ({
|
|
53
|
+
"--tw-enter-translate-y": `-${t}`
|
|
54
|
+
}),
|
|
55
|
+
"slide-in-from-bottom": (t) => ({
|
|
56
|
+
"--tw-enter-translate-y": t
|
|
57
|
+
}),
|
|
58
|
+
"slide-in-from-left": (t) => ({
|
|
59
|
+
"--tw-enter-translate-x": `-${t}`
|
|
60
|
+
}),
|
|
61
|
+
"slide-in-from-right": (t) => ({
|
|
62
|
+
"--tw-enter-translate-x": t
|
|
63
|
+
}),
|
|
64
|
+
"slide-out-to-top": (t) => ({
|
|
65
|
+
"--tw-exit-translate-y": `-${t}`
|
|
66
|
+
}),
|
|
67
|
+
"slide-out-to-bottom": (t) => ({
|
|
68
|
+
"--tw-exit-translate-y": t
|
|
69
|
+
}),
|
|
70
|
+
"slide-out-to-left": (t) => ({
|
|
71
|
+
"--tw-exit-translate-x": `-${t}`
|
|
72
|
+
}),
|
|
73
|
+
"slide-out-to-right": (t) => ({
|
|
74
|
+
"--tw-exit-translate-x": t
|
|
75
|
+
})
|
|
76
|
+
},
|
|
77
|
+
{ values: n("animationTranslate") }
|
|
78
|
+
), e(
|
|
79
|
+
{ duration: (t) => ({ animationDuration: t }) },
|
|
80
|
+
{ values: i(n("animationDuration")) }
|
|
81
|
+
), e(
|
|
82
|
+
{ delay: (t) => ({ animationDelay: t }) },
|
|
83
|
+
{ values: n("animationDelay") }
|
|
84
|
+
), e(
|
|
85
|
+
{ ease: (t) => ({ animationTimingFunction: t }) },
|
|
86
|
+
{ values: i(n("animationTimingFunction")) }
|
|
87
|
+
), a({
|
|
88
|
+
".running": { animationPlayState: "running" },
|
|
89
|
+
".paused": { animationPlayState: "paused" }
|
|
90
|
+
}), e(
|
|
91
|
+
{ "fill-mode": (t) => ({ animationFillMode: t }) },
|
|
92
|
+
{ values: n("animationFillMode") }
|
|
93
|
+
), e(
|
|
94
|
+
{ direction: (t) => ({ animationDirection: t }) },
|
|
95
|
+
{ values: n("animationDirection") }
|
|
96
|
+
), e(
|
|
97
|
+
{ repeat: (t) => ({ animationIterationCount: t }) },
|
|
98
|
+
{ values: n("animationRepeat") }
|
|
99
|
+
);
|
|
100
|
+
}, o = {
|
|
101
|
+
animationDelay: ({ theme: a }) => ({
|
|
102
|
+
...a("transitionDelay")
|
|
103
|
+
}),
|
|
104
|
+
animationDuration: ({ theme: a }) => ({
|
|
105
|
+
0: "0ms",
|
|
106
|
+
...a("transitionDuration")
|
|
107
|
+
}),
|
|
108
|
+
animationTimingFunction: ({ theme: a }) => ({
|
|
109
|
+
...a("transitionTimingFunction")
|
|
110
|
+
}),
|
|
111
|
+
animationFillMode: {
|
|
112
|
+
none: "none",
|
|
113
|
+
forwards: "forwards",
|
|
114
|
+
backwards: "backwards",
|
|
115
|
+
both: "both"
|
|
116
|
+
},
|
|
117
|
+
animationDirection: {
|
|
118
|
+
normal: "normal",
|
|
119
|
+
reverse: "reverse",
|
|
120
|
+
alternate: "alternate",
|
|
121
|
+
"alternate-reverse": "alternate-reverse"
|
|
122
|
+
},
|
|
123
|
+
animationOpacity: ({ theme: a }) => ({
|
|
124
|
+
DEFAULT: 0,
|
|
125
|
+
...a("opacity")
|
|
126
|
+
}),
|
|
127
|
+
animationTranslate: ({ theme: a }) => ({
|
|
128
|
+
DEFAULT: "100%",
|
|
129
|
+
...a("translate")
|
|
130
|
+
}),
|
|
131
|
+
animationScale: ({ theme: a }) => ({
|
|
132
|
+
DEFAULT: 0,
|
|
133
|
+
...a("scale")
|
|
134
|
+
}),
|
|
135
|
+
animationRotate: ({ theme: a }) => ({
|
|
136
|
+
DEFAULT: "30deg",
|
|
137
|
+
...a("rotate")
|
|
138
|
+
}),
|
|
139
|
+
animationRepeat: {
|
|
140
|
+
0: "0",
|
|
141
|
+
1: "1",
|
|
142
|
+
infinite: "infinite"
|
|
143
|
+
},
|
|
144
|
+
keyframes: {
|
|
145
|
+
enter: {
|
|
146
|
+
from: {
|
|
147
|
+
opacity: "var(--tw-enter-opacity, 1)",
|
|
148
|
+
transform: "translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
exit: {
|
|
152
|
+
to: {
|
|
153
|
+
opacity: "var(--tw-exit-opacity, 1)",
|
|
154
|
+
transform: "translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
export {
|
|
160
|
+
r as addAnimationStyles,
|
|
161
|
+
o as defaultAnimationThemeValues
|
|
162
|
+
};
|