@konstructio/ui 0.0.10 → 0.0.11

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.
Files changed (63) hide show
  1. package/dist/components/Button/Button.variants.d.ts +2 -2
  2. package/dist/components/Button/Button.variants.js +142 -8
  3. package/dist/components/Sidebar/Sidebar.d.ts +5 -0
  4. package/dist/components/Sidebar/Sidebar.js +27 -0
  5. package/dist/components/Sidebar/Sidebar.types.d.ts +17 -0
  6. package/dist/components/Sidebar/Sidebar.types.js +1 -0
  7. package/dist/components/Sidebar/Sidebar.variants.d.ts +6 -0
  8. package/dist/components/Sidebar/Sidebar.variants.js +56 -0
  9. package/dist/components/Sidebar/components/Footer/Footer.d.ts +3 -0
  10. package/dist/components/Sidebar/components/Footer/Footer.js +22 -0
  11. package/dist/components/Sidebar/components/Footer/Footer.types.d.ts +6 -0
  12. package/dist/components/Sidebar/components/Footer/Footer.types.js +1 -0
  13. package/dist/components/Sidebar/components/Footer/Footer.variants.d.ts +3 -0
  14. package/dist/components/Sidebar/components/Footer/Footer.variants.js +19 -0
  15. package/dist/components/Sidebar/components/Logo/Logo.d.ts +3 -0
  16. package/dist/components/Sidebar/components/Logo/Logo.js +20 -0
  17. package/dist/components/Sidebar/components/Logo/Logo.types.d.ts +6 -0
  18. package/dist/components/Sidebar/components/Logo/Logo.types.js +1 -0
  19. package/dist/components/Sidebar/components/Logo/Logo.variants.d.ts +3 -0
  20. package/dist/components/Sidebar/components/Logo/Logo.variants.js +45 -0
  21. package/dist/components/Sidebar/components/Navigation/Navigation.d.ts +4 -0
  22. package/dist/components/Sidebar/components/Navigation/Navigation.js +34 -0
  23. package/dist/components/Sidebar/components/Navigation/Navigation.types.d.ts +16 -0
  24. package/dist/components/Sidebar/components/Navigation/Navigation.types.js +1 -0
  25. package/dist/components/Sidebar/components/Navigation/Navigation.variants.d.ts +3 -0
  26. package/dist/components/Sidebar/components/Navigation/Navigation.variants.js +19 -0
  27. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.d.ts +3 -0
  28. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +40 -0
  29. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.types.d.ts +7 -0
  30. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.types.js +1 -0
  31. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.variants.d.ts +3 -0
  32. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.variants.js +16 -0
  33. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.d.ts +3 -0
  34. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +29 -0
  35. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.types.d.ts +15 -0
  36. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.types.js +1 -0
  37. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.d.ts +3 -0
  38. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.js +39 -0
  39. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.d.ts +3 -0
  40. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +24 -0
  41. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.types.d.ts +5 -0
  42. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.types.js +1 -0
  43. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.d.ts +3 -0
  44. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.js +19 -0
  45. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.d.ts +3 -0
  46. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +26 -0
  47. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.types.d.ts +7 -0
  48. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.types.js +1 -0
  49. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.d.ts +3 -0
  50. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.js +23 -0
  51. package/dist/components/Sidebar/components/Wrapper/Wrapper.d.ts +3 -0
  52. package/dist/components/Sidebar/components/Wrapper/Wrapper.js +84 -0
  53. package/dist/components/Sidebar/components/index.d.ts +15 -0
  54. package/dist/components/Sidebar/components/index.js +18 -0
  55. package/dist/components/index.d.ts +1 -0
  56. package/dist/components/index.js +44 -30
  57. package/dist/index.js +46 -32
  58. package/dist/package.json +31 -16
  59. package/dist/plugins/utils/colors.d.ts +5 -0
  60. package/dist/plugins/utils/colors.js +6 -1
  61. package/dist/styles.css +1 -1
  62. package/dist/utils/index.js +747 -530
  63. package/package.json +31 -16
@@ -0,0 +1,29 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import "../../../../contexts/theme.context.js";
3
+ import { useTheme as n } from "../../../../contexts/theme.hook.js";
4
+ import "react";
5
+ import "../../../../js.cookie-OLEfuq_g.js";
6
+ import { cn as p } from "../../../../utils/index.js";
7
+ import { navigationOptionVariants as a } from "./NavigationOption.variants.js";
8
+ const u = ({
9
+ children: o,
10
+ className: t,
11
+ theme: i,
12
+ ...m
13
+ }) => {
14
+ const { theme: r } = n();
15
+ return /* @__PURE__ */ e(
16
+ "li",
17
+ {
18
+ ...m,
19
+ role: "option",
20
+ className: p(
21
+ a({ theme: i ?? r, className: t })
22
+ ),
23
+ children: o
24
+ }
25
+ );
26
+ };
27
+ export {
28
+ u as NavigationOption
29
+ };
@@ -0,0 +1,15 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { ReactNode } from 'react';
3
+ import { navigationOptionVariants } from './NavigationOption.variants';
4
+ type NavigationOption = VariantProps<typeof navigationOptionVariants> & {
5
+ className?: string;
6
+ };
7
+ export type NavigationOptionProps = NavigationOption & ({
8
+ role: 'button';
9
+ children: ReactNode;
10
+ onClick: VoidFunction;
11
+ } | {
12
+ role?: never;
13
+ children: ReactNode;
14
+ });
15
+ export {};
@@ -0,0 +1,3 @@
1
+ export declare const navigationOptionVariants: (props?: ({
2
+ theme?: "kubefirst" | "colony" | "civo" | null | undefined;
3
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
@@ -0,0 +1,39 @@
1
+ import { c as t } from "../../../../index-BNmRGtA6.js";
2
+ const o = t(
3
+ [
4
+ "font-normal",
5
+ "flex",
6
+ "gap-2",
7
+ "w-full",
8
+ "[&>a]:w-full",
9
+ "[&>a]:flex",
10
+ "[&>a]:gap-2",
11
+ "px-4",
12
+ "py-2.5",
13
+ "cursor-pointer",
14
+ "hover:rounded-xl",
15
+ "font-normal",
16
+ "text-black"
17
+ ],
18
+ {
19
+ variants: {
20
+ theme: {
21
+ colony: "",
22
+ kubefirst: [
23
+ "text-[#9ea2c6]",
24
+ "hover:text-white",
25
+ "hover:bg-[#252a41]",
26
+ "selection:bg-powder-500",
27
+ "selection:text-white"
28
+ ],
29
+ civo: ""
30
+ }
31
+ },
32
+ defaultVariants: {
33
+ theme: "kubefirst"
34
+ }
35
+ }
36
+ );
37
+ export {
38
+ o as navigationOptionVariants
39
+ };
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { NavigationSeparatorProps } from './NavigationSeparator.types';
3
+ export declare const NavigationSeparator: FC<NavigationSeparatorProps>;
@@ -0,0 +1,24 @@
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import "../../../../contexts/theme.context.js";
3
+ import { useTheme as e } from "../../../../contexts/theme.hook.js";
4
+ import "react";
5
+ import "../../../../js.cookie-OLEfuq_g.js";
6
+ import { cn as i } from "../../../../utils/index.js";
7
+ import { navigationSeparatorVariant as a } from "./NavigationSeparator.variants.js";
8
+ const x = ({
9
+ className: t,
10
+ theme: o
11
+ }) => {
12
+ const { theme: r } = e();
13
+ return /* @__PURE__ */ m(
14
+ "div",
15
+ {
16
+ className: i(
17
+ a({ className: t, theme: o ?? r })
18
+ )
19
+ }
20
+ );
21
+ };
22
+ export {
23
+ x as NavigationSeparator
24
+ };
@@ -0,0 +1,5 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { HTMLAttributes } from 'react';
3
+ import { navigationSeparatorVariant } from './NavigationSeparator.variants';
4
+ export interface NavigationSeparatorProps extends Pick<HTMLAttributes<HTMLDivElement>, 'className' | 'style'>, VariantProps<typeof navigationSeparatorVariant> {
5
+ }
@@ -0,0 +1,3 @@
1
+ export declare const navigationSeparatorVariant: (props?: ({
2
+ theme?: "kubefirst" | "colony" | "civo" | null | undefined;
3
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
@@ -0,0 +1,19 @@
1
+ import { c as r } from "../../../../index-BNmRGtA6.js";
2
+ const a = r(
3
+ ["border-t", "rounded-full", "my-1.5"],
4
+ {
5
+ variants: {
6
+ theme: {
7
+ colony: "",
8
+ kubefirst: "border-t-[#9ea2c6]/30",
9
+ civo: ""
10
+ }
11
+ },
12
+ defaultVariants: {
13
+ theme: "kubefirst"
14
+ }
15
+ }
16
+ );
17
+ export {
18
+ a as navigationSeparatorVariant
19
+ };
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { NavigationTitleProps } from './NavigationTitle.types';
3
+ export declare const NavigationTitle: FC<NavigationTitleProps>;
@@ -0,0 +1,26 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import "../../../../contexts/theme.context.js";
3
+ import { useTheme as i } from "../../../../contexts/theme.hook.js";
4
+ import "react";
5
+ import "../../../../js.cookie-OLEfuq_g.js";
6
+ import { cn as n } from "../../../../utils/index.js";
7
+ import { navigationTitleVariants as a } from "./NavigationTitle.variants.js";
8
+ const x = ({
9
+ title: t,
10
+ className: o,
11
+ theme: e
12
+ }) => {
13
+ const { theme: m } = i();
14
+ return /* @__PURE__ */ r(
15
+ "h2",
16
+ {
17
+ className: n(
18
+ a({ theme: e ?? m, className: o })
19
+ ),
20
+ children: t
21
+ }
22
+ );
23
+ };
24
+ export {
25
+ x as NavigationTitle
26
+ };
@@ -0,0 +1,7 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { HtmlHTMLAttributes } from 'react';
3
+ import { navigationTitleVariants } from './NavigationTitle.variants';
4
+ export interface NavigationTitleProps extends VariantProps<typeof navigationTitleVariants>, Pick<HtmlHTMLAttributes<HTMLHeadingElement>, 'className'> {
5
+ title: string;
6
+ className?: string;
7
+ }
@@ -0,0 +1,3 @@
1
+ export declare const navigationTitleVariants: (props?: ({
2
+ theme?: "kubefirst" | "colony" | "civo" | null | undefined;
3
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
@@ -0,0 +1,23 @@
1
+ import { c as t } from "../../../../index-BNmRGtA6.js";
2
+ const i = t(
3
+ ["text-sm", "font-bold", "px-4", "mt-3", "mb-2"],
4
+ {
5
+ variants: {
6
+ theme: {
7
+ colony: "",
8
+ kubefirst: [
9
+ "text-white",
10
+ "selection:bg-powder-500",
11
+ "selection:text-white"
12
+ ],
13
+ civo: ""
14
+ }
15
+ },
16
+ defaultVariants: {
17
+ theme: "kubefirst"
18
+ }
19
+ }
20
+ );
21
+ export {
22
+ i as navigationTitleVariants
23
+ };
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { SidebarProps } from '../../Sidebar.types';
3
+ export declare const Wrapper: FC<SidebarProps>;
@@ -0,0 +1,84 @@
1
+ import { jsxs as N, jsx as x } from "react/jsx-runtime";
2
+ import { useRef as d, useCallback as l, useMemo as s, Children as a, isValidElement as v, useEffect as C } from "react";
3
+ import "../../../../contexts/theme.context.js";
4
+ import { useTheme as D } from "../../../../contexts/theme.hook.js";
5
+ import "../../../../js.cookie-OLEfuq_g.js";
6
+ import { cn as E } from "../../../../utils/index.js";
7
+ import { wrapperSiderbarVariants as T, dragVariants as V } from "../../Sidebar.variants.js";
8
+ import { Footer as b } from "../Footer/Footer.js";
9
+ import { Logo as j } from "../Logo/Logo.js";
10
+ import { Navigation as z } from "../Navigation/Navigation.js";
11
+ const H = ({
12
+ wrapperClassName: M,
13
+ theme: i,
14
+ children: y,
15
+ minWith: m = 240,
16
+ maxWith: c = 300
17
+ }) => {
18
+ const r = d(null), u = d(null), f = d(!1), { theme: g, setTheme: L } = D(), n = l(
19
+ (e) => {
20
+ if (!f.current) {
21
+ r.current && (r.current.style.opacity = "0");
22
+ return;
23
+ }
24
+ let o = e.clientX;
25
+ o < m && (o = m), o > c && (o = c), u.current && r.current && (u.current.style.width = `${o}px`, r.current.classList.add("opacity-100"));
26
+ },
27
+ [c, m]
28
+ ), p = l(() => {
29
+ f.current = !1, r.current && r.current.classList.remove("opacity-100"), document.removeEventListener("mousemove", n), document.removeEventListener("mouseup", p);
30
+ }, [n]), w = l(
31
+ (e) => {
32
+ e.preventDefault(), e.stopPropagation(), f.current = !0, document.addEventListener("mousemove", n), document.addEventListener("mouseup", p);
33
+ },
34
+ [n, p]
35
+ ), t = s(
36
+ () => a.toArray(y),
37
+ [y]
38
+ ), R = s(
39
+ () => a.toArray(t).find(
40
+ (e) => v(e) && e.type === j
41
+ ),
42
+ [t]
43
+ ), h = s(
44
+ () => a.toArray(t).find(
45
+ (e) => v(e) && e.type === z
46
+ ),
47
+ [t]
48
+ ), A = s(
49
+ () => a.toArray(t).find(
50
+ (e) => v(e) && e.type === b
51
+ ),
52
+ [t]
53
+ );
54
+ return C(() => {
55
+ i && L(i);
56
+ }, [L, i]), /* @__PURE__ */ N(
57
+ "aside",
58
+ {
59
+ ref: u,
60
+ className: E(
61
+ T({
62
+ className: M,
63
+ theme: g
64
+ })
65
+ ),
66
+ children: [
67
+ R,
68
+ h,
69
+ A,
70
+ /* @__PURE__ */ x(
71
+ "div",
72
+ {
73
+ ref: r,
74
+ className: E(V({ theme: g })),
75
+ onMouseDown: w
76
+ }
77
+ )
78
+ ]
79
+ }
80
+ );
81
+ };
82
+ export {
83
+ H as Wrapper
84
+ };
@@ -0,0 +1,15 @@
1
+ export * from './Footer/Footer';
2
+ export type * from './Footer/Footer.types';
3
+ export * from './Logo/Logo';
4
+ export type * from './Logo/Logo.types';
5
+ export * from './Navigation/Navigation';
6
+ export type * from './Navigation/Navigation.types';
7
+ export * from './NavigationGroup/NavigationGroup';
8
+ export type * from './NavigationGroup/NavigationGroup.types';
9
+ export * from './NavigationOption/NavigationOption';
10
+ export type * from './NavigationOption/NavigationOption.types';
11
+ export * from './NavigationSeparator/NavigationSeparator';
12
+ export type * from './NavigationSeparator/NavigationSeparator.types';
13
+ export * from './NavigationTitle/NavigationTitle';
14
+ export type * from './NavigationTitle/NavigationTitle.types';
15
+ export * from './Wrapper/Wrapper';
@@ -0,0 +1,18 @@
1
+ import { Footer as t } from "./Footer/Footer.js";
2
+ import { Logo as p } from "./Logo/Logo.js";
3
+ import { Navigation as i } from "./Navigation/Navigation.js";
4
+ import { NavigationGroup as m } from "./NavigationGroup/NavigationGroup.js";
5
+ import { NavigationOption as g } from "./NavigationOption/NavigationOption.js";
6
+ import { NavigationSeparator as v } from "./NavigationSeparator/NavigationSeparator.js";
7
+ import { NavigationTitle as l } from "./NavigationTitle/NavigationTitle.js";
8
+ import { Wrapper as F } from "./Wrapper/Wrapper.js";
9
+ export {
10
+ t as Footer,
11
+ p as Logo,
12
+ i as Navigation,
13
+ m as NavigationGroup,
14
+ g as NavigationOption,
15
+ v as NavigationSeparator,
16
+ l as NavigationTitle,
17
+ F as Wrapper
18
+ };
@@ -11,6 +11,7 @@ export * from './NumberInput/NumberInput';
11
11
  export * from './ProgressBar/ProgressBar';
12
12
  export * from './Radio/Radio';
13
13
  export * from './Range/Range';
14
+ export * from './Sidebar/Sidebar';
14
15
  export * from './Slider/Slider';
15
16
  export * from './Switch/Switch';
16
17
  export * from './Tag/Tag';
@@ -1,42 +1,56 @@
1
- import { AlertDialog as e } from "./AlertDialog/AlertDialog.js";
1
+ import { AlertDialog as t } from "./AlertDialog/AlertDialog.js";
2
2
  import { Autocomplete as p } from "./Autocomplete/Autocomplete.js";
3
3
  import { Breadcrumb as x } from "./Breadcrumb/Breadcrumb.js";
4
4
  import { Button as a } from "./Button/Button.js";
5
- import { Card as d } from "./Card/Card.js";
6
- import { Checkbox as c } from "./Checkbox/Checkbox.js";
7
- import { Dropdown as i } from "./Dropdown/Dropdown.js";
8
- import { Input as T } from "./Input/Input.js";
9
- import { M as b } from "../Modal-L73dmnHv.js";
10
- import { NumberInput as B } from "./NumberInput/NumberInput.js";
11
- import { ProgressBar as h } from "./ProgressBar/ProgressBar.js";
12
- import { Radio as C } from "./Radio/Radio.js";
13
- import { Range as I } from "./Range/Range.js";
5
+ import { Card as g } from "./Card/Card.js";
6
+ import { Checkbox as d } from "./Checkbox/Checkbox.js";
7
+ import { Dropdown as u } from "./Dropdown/Dropdown.js";
8
+ import { Input as N } from "./Input/Input.js";
9
+ import { M as T } from "../Modal-L73dmnHv.js";
10
+ import { NumberInput as s } from "./NumberInput/NumberInput.js";
11
+ import { ProgressBar as A } from "./ProgressBar/ProgressBar.js";
12
+ import { Radio as h } from "./Radio/Radio.js";
13
+ import { Range as C } from "./Range/Range.js";
14
+ import { Sidebar as I } from "./Sidebar/Sidebar.js";
14
15
  import { Slider as R } from "./Slider/Slider.js";
15
- import { Switch as N } from "./Switch/Switch.js";
16
- import { Tag as j } from "./Tag/Tag.js";
17
- import { TagSelect as v } from "./TagSelect/TagSelect.js";
18
- import { TextArea as z } from "./TextArea/TextArea.js";
19
- import { Toast as F } from "./Toast/Toast.js";
16
+ import { Switch as F } from "./Switch/Switch.js";
17
+ import { Tag as L } from "./Tag/Tag.js";
18
+ import { TagSelect as P } from "./TagSelect/TagSelect.js";
19
+ import { TextArea as q } from "./TextArea/TextArea.js";
20
+ import { Toast as z } from "./Toast/Toast.js";
20
21
  import { Tooltip as H } from "./Tooltip/Tooltip.js";
22
+ import { Footer as K } from "./Sidebar/components/Footer/Footer.js";
23
+ import { Logo as U } from "./Sidebar/components/Logo/Logo.js";
24
+ import { Navigation as W } from "./Sidebar/components/Navigation/Navigation.js";
25
+ import { NavigationGroup as Y } from "./Sidebar/components/NavigationGroup/NavigationGroup.js";
26
+ import { NavigationOption as _ } from "./Sidebar/components/NavigationOption/NavigationOption.js";
27
+ import { NavigationSeparator as oo } from "./Sidebar/components/NavigationSeparator/NavigationSeparator.js";
21
28
  export {
22
- e as AlertDialog,
29
+ t as AlertDialog,
23
30
  p as Autocomplete,
24
31
  x as Breadcrumb,
25
32
  a as Button,
26
- d as Card,
27
- c as Checkbox,
28
- i as Dropdown,
29
- T as Input,
30
- b as Modal,
31
- B as NumberInput,
32
- h as ProgressBar,
33
- C as Radio,
34
- I as Range,
33
+ g as Card,
34
+ d as Checkbox,
35
+ u as Dropdown,
36
+ K as Footer,
37
+ N as Input,
38
+ U as Logo,
39
+ T as Modal,
40
+ W as Navigation,
41
+ Y as NavigationGroup,
42
+ _ as NavigationOption,
43
+ oo as NavigationSeparator,
44
+ s as NumberInput,
45
+ A as ProgressBar,
46
+ h as Radio,
47
+ C as Range,
48
+ I as Sidebar,
35
49
  R as Slider,
36
- N as Switch,
37
- j as Tag,
38
- v as TagSelect,
39
- z as TextArea,
40
- F as Toast,
50
+ F as Switch,
51
+ L as Tag,
52
+ P as TagSelect,
53
+ q as TextArea,
54
+ z as Toast,
41
55
  H as Tooltip
42
56
  };
package/dist/index.js CHANGED
@@ -1,52 +1,66 @@
1
1
  import { AlertDialog as e } from "./components/AlertDialog/AlertDialog.js";
2
- import { Autocomplete as m } from "./components/Autocomplete/Autocomplete.js";
2
+ import { Autocomplete as p } from "./components/Autocomplete/Autocomplete.js";
3
3
  import { Breadcrumb as x } from "./components/Breadcrumb/Breadcrumb.js";
4
4
  import { Button as a } from "./components/Button/Button.js";
5
- import { Card as l } from "./components/Card/Card.js";
6
- import { Checkbox as g } from "./components/Checkbox/Checkbox.js";
7
- import { Dropdown as d } from "./components/Dropdown/Dropdown.js";
5
+ import { Card as g } from "./components/Card/Card.js";
6
+ import { Checkbox as u } from "./components/Checkbox/Checkbox.js";
7
+ import { Dropdown as T } from "./components/Dropdown/Dropdown.js";
8
8
  import { Input as s } from "./components/Input/Input.js";
9
9
  import { M as h } from "./Modal-L73dmnHv.js";
10
- import { NumberInput as A } from "./components/NumberInput/NumberInput.js";
11
- import { ProgressBar as C } from "./components/ProgressBar/ProgressBar.js";
12
- import { Radio as S } from "./components/Radio/Radio.js";
13
- import { Range as w } from "./components/Range/Range.js";
10
+ import { NumberInput as N } from "./components/NumberInput/NumberInput.js";
11
+ import { ProgressBar as b } from "./components/ProgressBar/ProgressBar.js";
12
+ import { Radio as B } from "./components/Radio/Radio.js";
13
+ import { Range as P } from "./components/Range/Range.js";
14
+ import { Sidebar as w } from "./components/Sidebar/Sidebar.js";
14
15
  import { Slider as I } from "./components/Slider/Slider.js";
15
16
  import { Switch as R } from "./components/Switch/Switch.js";
16
- import { Tag as N } from "./components/Tag/Tag.js";
17
- import { TagSelect as q } from "./components/TagSelect/TagSelect.js";
18
- import { TextArea as z } from "./components/TextArea/TextArea.js";
19
- import { Toast as F } from "./components/Toast/Toast.js";
17
+ import { Tag as G } from "./components/Tag/Tag.js";
18
+ import { TagSelect as O } from "./components/TagSelect/TagSelect.js";
19
+ import { TextArea as q } from "./components/TextArea/TextArea.js";
20
+ import { Toast as z } from "./components/Toast/Toast.js";
20
21
  import { Tooltip as H } from "./components/Tooltip/Tooltip.js";
21
22
  import { ThemeContext as K } from "./contexts/theme.context.js";
22
- import { useTheme as O } from "./contexts/theme.hook.js";
23
- import { ThemeProvider as U } from "./contexts/theme.provider.js";
24
- import { useToggle as W } from "./hooks/useToggle.js";
25
- import { konstructPlugin as Y } from "./plugins/konstruct.js";
23
+ import { useTheme as U } from "./contexts/theme.hook.js";
24
+ import { ThemeProvider as W } from "./contexts/theme.provider.js";
25
+ import { useToggle as Y } from "./hooks/useToggle.js";
26
+ import { konstructPlugin as _ } from "./plugins/konstruct.js";
27
+ import { Footer as oo } from "./components/Sidebar/components/Footer/Footer.js";
28
+ import { Logo as eo } from "./components/Sidebar/components/Logo/Logo.js";
29
+ import { Navigation as po } from "./components/Sidebar/components/Navigation/Navigation.js";
30
+ import { NavigationGroup as xo } from "./components/Sidebar/components/NavigationGroup/NavigationGroup.js";
31
+ import { NavigationOption as ao } from "./components/Sidebar/components/NavigationOption/NavigationOption.js";
32
+ import { NavigationSeparator as go } from "./components/Sidebar/components/NavigationSeparator/NavigationSeparator.js";
26
33
  export {
27
34
  e as AlertDialog,
28
- m as Autocomplete,
35
+ p as Autocomplete,
29
36
  x as Breadcrumb,
30
37
  a as Button,
31
- l as Card,
32
- g as Checkbox,
33
- d as Dropdown,
38
+ g as Card,
39
+ u as Checkbox,
40
+ T as Dropdown,
41
+ oo as Footer,
34
42
  s as Input,
43
+ eo as Logo,
35
44
  h as Modal,
36
- A as NumberInput,
37
- C as ProgressBar,
38
- S as Radio,
39
- w as Range,
45
+ po as Navigation,
46
+ xo as NavigationGroup,
47
+ ao as NavigationOption,
48
+ go as NavigationSeparator,
49
+ N as NumberInput,
50
+ b as ProgressBar,
51
+ B as Radio,
52
+ P as Range,
53
+ w as Sidebar,
40
54
  I as Slider,
41
55
  R as Switch,
42
- N as Tag,
43
- q as TagSelect,
44
- z as TextArea,
56
+ G as Tag,
57
+ O as TagSelect,
58
+ q as TextArea,
45
59
  K as ThemeContext,
46
- U as ThemeProvider,
47
- F as Toast,
60
+ W as ThemeProvider,
61
+ z as Toast,
48
62
  H as Tooltip,
49
- Y as konstructPlugin,
50
- O as useTheme,
51
- W as useToggle
63
+ _ as konstructPlugin,
64
+ U as useTheme,
65
+ Y as useToggle
52
66
  };