@adgytec/adgytec-web-ui-components 0.0.2 → 0.0.3

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 (39) hide show
  1. package/dist/{Disclosure-Ca5ZAmfb.js → Disclosure-D54TpT8k.js} +2 -2
  2. package/dist/{DisclousreGroup-B6FGUjyO.js → DisclousreGroup-hDvE41ba.js} +1 -1
  3. package/dist/{ModalAction-B3eX47ca.js → ModalAction-CcT9ATFz.js} +1 -1
  4. package/dist/{NavigationMenu-BjA8VR1X.js → NavigationMenu-aB6IfIug.js} +2 -2
  5. package/dist/{NavigationResponsive-D5y5iL5X.js → NavigationResponsive-CGmgof-7.js} +2 -2
  6. package/dist/{NavigationSidebar-DqUwV4eC.js → NavigationSidebar-CDGXjM6z.js} +2 -2
  7. package/dist/{OutlinedButton-dMBAASb-.js → OutlinedButton-BgW0LT_v.js} +2 -2
  8. package/dist/{OutlinedButtonLink-CzIaUCY6.js → OutlinedButtonLink-Wlrb7MFQ.js} +1 -1
  9. package/dist/{Select-Dc9k8ybI.js → Select-BRcK4tUB.js} +3 -3
  10. package/dist/{TextButton-EYzLjods.js → TextButton-BXui1LB0.js} +1 -1
  11. package/dist/assets/index.css +1 -0
  12. package/dist/assets/index2.css +1 -0
  13. package/dist/components/Button/index.d.ts +0 -1
  14. package/dist/components/Button/index.js +8 -9
  15. package/dist/components/Disclosure/Disclosure/index.js +1 -1
  16. package/dist/components/Disclosure/DisclousureGroup/index.js +1 -1
  17. package/dist/components/Error/Error.d.ts +1 -1
  18. package/dist/components/Error/index.d.ts +2 -0
  19. package/dist/components/Error/index.js +7 -0
  20. package/dist/components/Link/index.js +1 -1
  21. package/dist/components/Modal/ModalAction/index.js +1 -1
  22. package/dist/components/Modal/index.d.ts +2 -1
  23. package/dist/components/Modal/index.js +8 -1
  24. package/dist/components/Navigation/NavigationMenu/index.js +1 -1
  25. package/dist/components/Navigation/NavigationResponsive/index.js +1 -1
  26. package/dist/components/Navigation/NavigationSidebar/index.js +1 -1
  27. package/dist/components/Navigation/index.d.ts +3 -1
  28. package/dist/components/Navigation/index.js +8 -1
  29. package/dist/components/Popover/index.d.ts +1 -0
  30. package/dist/components/Popover/index.js +4 -0
  31. package/dist/components/Select/index.js +1 -1
  32. package/dist/components/Success/Success.d.ts +2 -0
  33. package/dist/components/Success/index.d.ts +2 -0
  34. package/dist/components/Success/index.js +7 -0
  35. package/dist/components/Success/types.d.ts +4 -0
  36. package/dist/index.js +47 -48
  37. package/dist/{useSplash-DXNKEPAC.js → useSplash-B9tAzNGg.js} +18 -19
  38. package/package.json +5 -2
  39. /package/dist/components/Error/{type.d.ts → types.d.ts} +0 -0
@@ -1,9 +1,9 @@
1
1
  import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
2
  import { Disclosure as c, DisclosurePanel as l } from "react-aria-components";
3
3
  import { ChevronRight as a } from "lucide-react";
4
- import { T as n } from "./TextButton-EYzLjods.js";
4
+ import { T as n } from "./TextButton-BXui1LB0.js";
5
5
  import { C as m } from "./types-C1YOMbh5.js";
6
- import { a as p } from "./useSplash-DXNKEPAC.js";
6
+ import { a as p } from "./useSplash-B9tAzNGg.js";
7
7
  import './assets/Disclosure.css';const h = "_disclosure_1cz7p_1", u = "_trigger_1cz7p_23", g = "_panel_1cz7p_55", s = {
8
8
  disclosure: h,
9
9
  trigger: u,
@@ -1,5 +1,5 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { D as i } from "./Disclosure-Ca5ZAmfb.js";
2
+ import { D as i } from "./Disclosure-D54TpT8k.js";
3
3
  import { DisclosureGroup as u } from "react-aria-components";
4
4
  import './assets/DisclousreGroup.css';const e = {
5
5
  "disclosure-group": "_disclosure-group_vh6v0_1"
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, jsxs as s } from "react/jsx-runtime";
2
2
  import { M as u } from "./ModalBase-DLaR_yid.js";
3
- import { T as p } from "./TextButton-EYzLjods.js";
3
+ import { T as p } from "./TextButton-BXui1LB0.js";
4
4
  import { C as v } from "./types-C1YOMbh5.js";
5
5
  import './assets/ModalAction.css';var d = /* @__PURE__ */ ((n) => (n.start = "start", n.end = "end", n))(d || {}), c = /* @__PURE__ */ ((n) => (n.close = "Close", n.cancel = "Cancel", n))(c || {});
6
6
  const q = "_modal_fqn0t_1", $ = "_end_fqn0t_39", a = {
@@ -1,9 +1,9 @@
1
1
  import { jsx as r, jsxs as a } from "react/jsx-runtime";
2
2
  import { M as u } from "./MenuLabel-ClmuA9_6.js";
3
3
  import { L as i } from "./Link-CbLEp2fF.js";
4
- import { T as m } from "./TextButton-EYzLjods.js";
4
+ import { T as m } from "./TextButton-BXui1LB0.js";
5
5
  import { C as n } from "./types-C1YOMbh5.js";
6
- import { a as c } from "./useSplash-DXNKEPAC.js";
6
+ import { a as c } from "./useSplash-B9tAzNGg.js";
7
7
  import { ChevronDown as h } from "lucide-react";
8
8
  import './assets/NavigationMenu.css';const p = "_menu_sata7_1", d = {
9
9
  menu: p
@@ -1,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { useMediaQuery as t } from "usehooks-ts";
3
- import { N as e } from "./NavigationMenu-BjA8VR1X.js";
4
- import { N as s } from "./NavigationSidebar-DqUwV4eC.js";
3
+ import { N as e } from "./NavigationMenu-aB6IfIug.js";
4
+ import { N as s } from "./NavigationSidebar-CDGXjM6z.js";
5
5
  const f = ({
6
6
  items: o,
7
7
  mediaQuery: r,
@@ -1,6 +1,6 @@
1
1
  import { jsx as e, jsxs as i } from "react/jsx-runtime";
2
- import { T as r } from "./TextButton-EYzLjods.js";
3
- import { a as s } from "./useSplash-DXNKEPAC.js";
2
+ import { T as r } from "./TextButton-BXui1LB0.js";
3
+ import { a as s } from "./useSplash-B9tAzNGg.js";
4
4
  import { S as m } from "./Sidebar-Dk_3EG71.js";
5
5
  import { T as c } from "./Tree-BwmYvUlr.js";
6
6
  import { X as l, Menu as p } from "lucide-react";
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { B as r } from "./TextButton-EYzLjods.js";
3
- import { B as i } from "./useSplash-DXNKEPAC.js";
2
+ import { B as r } from "./TextButton-BXui1LB0.js";
3
+ import { B as i } from "./useSplash-B9tAzNGg.js";
4
4
  const u = (t) => {
5
5
  const { children: n } = t;
6
6
  return /* @__PURE__ */ o(r, { ...t, variant: i.filled, children: n });
@@ -1,5 +1,5 @@
1
1
  import { jsx as t, jsxs as l, Fragment as u } from "react/jsx-runtime";
2
- import { u as $, s as o, S as m, B as a, a as F } from "./useSplash-DXNKEPAC.js";
2
+ import { u as $, s as o, S as m, B as a, a as F } from "./useSplash-B9tAzNGg.js";
3
3
  import { Link as L } from "react-aria-components";
4
4
  import { T as S } from "./Tooltip-DAYtebkl.js";
5
5
  import { C as x } from "./types-C1YOMbh5.js";
@@ -1,10 +1,10 @@
1
1
  import { jsxs as r, jsx as e, Fragment as n } from "react/jsx-runtime";
2
- import { O as q, F as B } from "./OutlinedButton-dMBAASb-.js";
3
- import { B as l } from "./useSplash-DXNKEPAC.js";
2
+ import { O as q, F as B } from "./OutlinedButton-BgW0LT_v.js";
3
+ import { B as l } from "./useSplash-B9tAzNGg.js";
4
4
  import { Select as N, SelectValue as m, ListBox as S, Text as d, ListBoxItem as T } from "react-aria-components";
5
5
  import { P as b } from "./Popover-D3iGWJwQ.js";
6
6
  import { ChevronsUpDown as V, Check as y } from "lucide-react";
7
- import { T as C } from "./TextButton-EYzLjods.js";
7
+ import { T as C } from "./TextButton-BXui1LB0.js";
8
8
  import { C as p } from "./types-C1YOMbh5.js";
9
9
  import { T as F } from "./Tooltip-DAYtebkl.js";
10
10
  import { L as $, F as L } from "./FieldError-CZn24fiL.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as o, jsxs as l, Fragment as m } from "react/jsx-runtime";
2
- import { u as $, a as c, B as f, s, S as u } from "./useSplash-DXNKEPAC.js";
2
+ import { u as $, a as c, B as f, s, S as u } from "./useSplash-B9tAzNGg.js";
3
3
  import { Button as T } from "react-aria-components";
4
4
  import { T as p } from "./Tooltip-DAYtebkl.js";
5
5
  import { C as S } from "./types-C1YOMbh5.js";
@@ -0,0 +1 @@
1
+ ._success_1k0k3_1{font-size:.875rem;font-weight:600;text-transform:uppercase;color:var(--color-success)}
@@ -0,0 +1 @@
1
+ ._error_tr7s5_1{font-size:.875rem;font-weight:600;text-transform:uppercase;color:var(--color-error)}
@@ -1,4 +1,3 @@
1
- export * from './Button';
2
1
  export * from './types';
3
2
  export * from './FilledButton';
4
3
  export * from './OutlinedButton';
@@ -1,11 +1,10 @@
1
- import { B as a, T as n } from "../../TextButton-EYzLjods.js";
2
- import { a as e, B as r } from "../../useSplash-DXNKEPAC.js";
3
- import { F as s, O as p } from "../../OutlinedButton-dMBAASb-.js";
1
+ import { a, B as e } from "../../useSplash-B9tAzNGg.js";
2
+ import { F as r, O as u } from "../../OutlinedButton-BgW0LT_v.js";
3
+ import { T as s } from "../../TextButton-BXui1LB0.js";
4
4
  export {
5
- a as Button,
6
- e as ButtonShape,
7
- r as ButtonVariant,
8
- s as FilledButton,
9
- p as OutlinedButton,
10
- n as TextButton
5
+ a as ButtonShape,
6
+ e as ButtonVariant,
7
+ r as FilledButton,
8
+ u as OutlinedButton,
9
+ s as TextButton
11
10
  };
@@ -1,4 +1,4 @@
1
- import { D as s } from "../../../Disclosure-Ca5ZAmfb.js";
1
+ import { D as s } from "../../../Disclosure-D54TpT8k.js";
2
2
  export {
3
3
  s as Disclosure
4
4
  };
@@ -1,4 +1,4 @@
1
- import { D as s } from "../../../DisclousreGroup-B6FGUjyO.js";
1
+ import { D as s } from "../../../DisclousreGroup-hDvE41ba.js";
2
2
  export {
3
3
  s as DisclosureGroup
4
4
  };
@@ -1,2 +1,2 @@
1
- import { ErrorProps } from './type';
1
+ import { ErrorProps } from './types';
2
2
  export declare const Error: ({ children }: ErrorProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './Error';
2
+ export * from './types';
@@ -0,0 +1,7 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import '../../assets/index2.css';const s = "_error_tr7s5_1", e = {
3
+ error: s
4
+ }, c = ({ children: r }) => /* @__PURE__ */ o("p", { className: `${e.error}`, children: r });
5
+ export {
6
+ c as Error
7
+ };
@@ -1,4 +1,4 @@
1
- import { F as o, O as i } from "../../OutlinedButtonLink-CzIaUCY6.js";
1
+ import { F as o, O as i } from "../../OutlinedButtonLink-Wlrb7MFQ.js";
2
2
  import { L as r } from "../../Link-CbLEp2fF.js";
3
3
  export {
4
4
  o as FilledButtonLink,
@@ -1,4 +1,4 @@
1
- import { M as e, a as l, b as t } from "../../../ModalAction-B3eX47ca.js";
1
+ import { M as e, a as l, b as t } from "../../../ModalAction-CcT9ATFz.js";
2
2
  export {
3
3
  e as ModalAction,
4
4
  l as ModalActionPlacement,
@@ -1 +1,2 @@
1
- export {};
1
+ export * from './ModalAction';
2
+ export * from './ModalBase';
@@ -1 +1,8 @@
1
-
1
+ import { M as e, a as l, b as s } from "../../ModalAction-CcT9ATFz.js";
2
+ import { M } from "../../ModalBase-DLaR_yid.js";
3
+ export {
4
+ e as ModalAction,
5
+ l as ModalActionPlacement,
6
+ M as ModalBase,
7
+ s as ModalCloseText
8
+ };
@@ -1,4 +1,4 @@
1
- import { N as e } from "../../../NavigationMenu-BjA8VR1X.js";
1
+ import { N as e } from "../../../NavigationMenu-aB6IfIug.js";
2
2
  export {
3
3
  e as NavigationMenu
4
4
  };
@@ -1,4 +1,4 @@
1
- import { N as e } from "../../../NavigationResponsive-D5y5iL5X.js";
1
+ import { N as e } from "../../../NavigationResponsive-CGmgof-7.js";
2
2
  export {
3
3
  e as NavigationResponsive
4
4
  };
@@ -1,4 +1,4 @@
1
- import { N as o } from "../../../NavigationSidebar-DqUwV4eC.js";
1
+ import { N as o } from "../../../NavigationSidebar-CDGXjM6z.js";
2
2
  export {
3
3
  o as NavigationSidebar
4
4
  };
@@ -1 +1,3 @@
1
- export {};
1
+ export * from './NavigationResponsive';
2
+ export * from './NavigationSidebar';
3
+ export * from './NavigationMenu';
@@ -1 +1,8 @@
1
-
1
+ import { N as i } from "../../NavigationResponsive-CGmgof-7.js";
2
+ import { N as r } from "../../NavigationSidebar-CDGXjM6z.js";
3
+ import { N } from "../../NavigationMenu-aB6IfIug.js";
4
+ export {
5
+ N as NavigationMenu,
6
+ i as NavigationResponsive,
7
+ r as NavigationSidebar
8
+ };
@@ -0,0 +1 @@
1
+ export * from './Popover';
@@ -0,0 +1,4 @@
1
+ import { P as e } from "../../Popover-D3iGWJwQ.js";
2
+ export {
3
+ e as Popover
4
+ };
@@ -1,4 +1,4 @@
1
- import { S as r } from "../../Select-Dc9k8ybI.js";
1
+ import { S as r } from "../../Select-BRcK4tUB.js";
2
2
  export {
3
3
  r as Select
4
4
  };
@@ -0,0 +1,2 @@
1
+ import { SuccessProps } from './types';
2
+ export declare const Success: ({ children }: SuccessProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './Success';
2
+ export * from './types';
@@ -0,0 +1,7 @@
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import '../../assets/index.css';const e = "_success_1k0k3_1", t = {
3
+ success: e
4
+ }, u = ({ children: s }) => /* @__PURE__ */ c("p", { className: `${t.success}`, children: s });
5
+ export {
6
+ u as Success
7
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactNode } from 'react';
2
+ export interface SuccessProps {
3
+ children: ReactNode;
4
+ }
package/dist/index.js CHANGED
@@ -1,54 +1,53 @@
1
- import { C as t } from "./types-C1YOMbh5.js";
2
- import { T as e } from "./Tree-BwmYvUlr.js";
1
+ import { C as r } from "./types-C1YOMbh5.js";
2
+ import { T as t } from "./Tree-BwmYvUlr.js";
3
3
  import { A as i, a as n, b as p } from "./Avatar-vPRORJSz.js";
4
- import { B as m, T as f } from "./TextButton-EYzLjods.js";
5
- import { a as l, B as d } from "./useSplash-DXNKEPAC.js";
6
- import { F as M, O as S } from "./OutlinedButton-dMBAASb-.js";
7
- import { D as b } from "./Disclosure-Ca5ZAmfb.js";
8
- import { D as A } from "./DisclousreGroup-B6FGUjyO.js";
9
- import { I as N } from "./Input-KLfZufI4.js";
10
- import { T as D } from "./TextArea-DBZO5z2H.js";
11
- import { F as O, O as g } from "./OutlinedButtonLink-CzIaUCY6.js";
12
- import { L as C } from "./Link-CbLEp2fF.js";
13
- import { M as z } from "./MenuButton-BEwnL_jL.js";
14
- import { M as P } from "./MenuLabel-ClmuA9_6.js";
15
- import { M as G, a as R, b as V } from "./ModalAction-B3eX47ca.js";
16
- import { M as q } from "./ModalBase-DLaR_yid.js";
17
- import { N as E } from "./NavigationResponsive-D5y5iL5X.js";
18
- import { S as J, a as K, b as Q } from "./Sidebar-Dk_3EG71.js";
19
- import { N as W } from "./NavigationSidebar-DqUwV4eC.js";
20
- import { N as Y } from "./NavigationMenu-BjA8VR1X.js";
21
- import { S as _ } from "./Select-Dc9k8ybI.js";
4
+ import { a as m, B as f } from "./useSplash-B9tAzNGg.js";
5
+ import { F as u, O as d } from "./OutlinedButton-BgW0LT_v.js";
6
+ import { T as B } from "./TextButton-BXui1LB0.js";
7
+ import { D as T } from "./Disclosure-D54TpT8k.js";
8
+ import { D as v } from "./DisclousreGroup-hDvE41ba.js";
9
+ import { I as c } from "./Input-KLfZufI4.js";
10
+ import { T as L } from "./TextArea-DBZO5z2H.js";
11
+ import { F, O } from "./OutlinedButtonLink-Wlrb7MFQ.js";
12
+ import { L as k } from "./Link-CbLEp2fF.js";
13
+ import { M as h } from "./MenuButton-BEwnL_jL.js";
14
+ import { M as I } from "./MenuLabel-ClmuA9_6.js";
15
+ import { M as y, a as G, b as R } from "./ModalAction-CcT9ATFz.js";
16
+ import { M as j } from "./ModalBase-DLaR_yid.js";
17
+ import { N as w } from "./NavigationResponsive-CGmgof-7.js";
18
+ import { S as H, a as J, b as K } from "./Sidebar-Dk_3EG71.js";
19
+ import { N as U } from "./NavigationSidebar-CDGXjM6z.js";
20
+ import { N as X } from "./NavigationMenu-aB6IfIug.js";
21
+ import { S as Z } from "./Select-BRcK4tUB.js";
22
22
  export {
23
23
  i as Avatar,
24
24
  n as AvatarSize,
25
25
  p as AvatarType,
26
- m as Button,
27
- l as ButtonShape,
28
- d as ButtonVariant,
29
- t as ColorTheme,
30
- b as Disclosure,
31
- A as DisclosureGroup,
32
- M as FilledButton,
33
- O as FilledButtonLink,
34
- N as Input,
35
- C as Link,
36
- z as MenuButton,
37
- P as MenuLabel,
38
- G as ModalAction,
39
- R as ModalActionPlacement,
40
- q as ModalBase,
41
- V as ModalCloseText,
42
- Y as NavigationMenu,
43
- E as NavigationResponsive,
44
- W as NavigationSidebar,
45
- S as OutlinedButton,
46
- g as OutlinedButtonLink,
47
- _ as Select,
48
- J as Sidebar,
49
- K as SidebarPosition,
50
- Q as SidebarSize,
51
- D as TextArea,
52
- f as TextButton,
53
- e as Tree
26
+ m as ButtonShape,
27
+ f as ButtonVariant,
28
+ r as ColorTheme,
29
+ T as Disclosure,
30
+ v as DisclosureGroup,
31
+ u as FilledButton,
32
+ F as FilledButtonLink,
33
+ c as Input,
34
+ k as Link,
35
+ h as MenuButton,
36
+ I as MenuLabel,
37
+ y as ModalAction,
38
+ G as ModalActionPlacement,
39
+ j as ModalBase,
40
+ R as ModalCloseText,
41
+ X as NavigationMenu,
42
+ w as NavigationResponsive,
43
+ U as NavigationSidebar,
44
+ d as OutlinedButton,
45
+ O as OutlinedButtonLink,
46
+ Z as Select,
47
+ H as Sidebar,
48
+ J as SidebarPosition,
49
+ K as SidebarSize,
50
+ L as TextArea,
51
+ B as TextButton,
52
+ t as Tree
54
53
  };
@@ -1,25 +1,24 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { useState as l, useRef as n, useEffect as i } from "react";
3
- import './assets/useSplash.css';const u = "_button_127bq_1", b = "_square_127bq_105", q = "_avatar_127bq_121", d = "_rectangle_127bq_137", y = "_shrink_127bq_149", f = "_primary_127bq_161", m = "_secondary_127bq_181", v = "_tertiary_127bq_191", p = "_error_127bq_201", h = "_success_127bq_221", x = "_filled_127bq_233", k = "_outlined_127bq_243", g = "_text_127bq_253", z = {
4
- button: u,
3
+ import './assets/useSplash.css';var u = /* @__PURE__ */ ((t) => (t.filled = "filled", t.outlined = "outlined", t.text = "text", t))(u || {}), b = /* @__PURE__ */ ((t) => (t.rectangle = "rectangle", t.square = "square", t.avatar = "avatar", t.shrink = "shrink", t))(b || {});
4
+ const q = "_button_127bq_1", d = "_square_127bq_105", y = "_avatar_127bq_121", f = "_rectangle_127bq_137", m = "_shrink_127bq_149", v = "_primary_127bq_161", p = "_secondary_127bq_181", h = "_tertiary_127bq_191", x = "_error_127bq_201", k = "_success_127bq_221", g = "_filled_127bq_233", S = "_outlined_127bq_243", T = "_text_127bq_253", z = {
5
+ button: q,
5
6
  "button-link": "_button-link_127bq_73",
6
- square: b,
7
- avatar: q,
8
- rectangle: d,
9
- shrink: y,
10
- primary: f,
7
+ square: d,
8
+ avatar: y,
9
+ rectangle: f,
10
+ shrink: m,
11
+ primary: v,
11
12
  "primary-variant": "_primary-variant_127bq_171",
12
- secondary: m,
13
- tertiary: v,
14
- error: p,
13
+ secondary: p,
14
+ tertiary: h,
15
+ error: x,
15
16
  "inverse-surface": "_inverse-surface_127bq_211",
16
- success: h,
17
- filled: x,
18
- outlined: k,
19
- text: g
20
- };
21
- var S = /* @__PURE__ */ ((t) => (t.filled = "filled", t.outlined = "outlined", t.text = "text", t))(S || {}), T = /* @__PURE__ */ ((t) => (t.rectangle = "rectangle", t.square = "square", t.avatar = "avatar", t.shrink = "shrink", t))(T || {});
22
- const $ = "_splash_zhwi0_1", R = {
17
+ success: k,
18
+ filled: g,
19
+ outlined: S,
20
+ text: T
21
+ }, $ = "_splash_zhwi0_1", R = {
23
22
  splash: $
24
23
  }, C = ({ id: t, x: e, y: s }) => /* @__PURE__ */ o(
25
24
  "div",
@@ -42,9 +41,9 @@ const $ = "_splash_zhwi0_1", R = {
42
41
  }, []), { coords: e, handlePress: c };
43
42
  };
44
43
  export {
45
- S as B,
44
+ u as B,
46
45
  C as S,
47
- T as a,
46
+ b as a,
48
47
  z as s,
49
48
  E as u
50
49
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adgytec/adgytec-web-ui-components",
3
3
  "private": false,
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -9,13 +9,16 @@
9
9
  "exports": "./dist/index.js",
10
10
  "module": "./dist/index.js",
11
11
  "types": "./dist/index.d.ts",
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
12
15
  "scripts": {
13
16
  "dev": "vite",
14
17
  "build": "tsc -b && vite build",
15
18
  "lint": "eslint .",
16
19
  "preview": "vite preview"
17
20
  },
18
- "dependencies": {
21
+ "peerDependencies": {
19
22
  "lucide-react": "^0.525.0",
20
23
  "react": "^19.1.0",
21
24
  "react-aria-components": "^1.10.1",
File without changes