@dimasbaguspm/versaur 0.0.30 → 0.0.31

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 (34) hide show
  1. package/dist/js/{bottom-sheet-DUcwK0Yd.js → bottom-sheet-3W_vCYl6.js} +3 -2
  2. package/dist/js/{bottom-sheet-input-Bzx0ecmU.js → bottom-sheet-input-CI-9wYa7.js} +7 -7
  3. package/dist/js/forms/index.js +1 -1
  4. package/dist/js/{image-rectangle-BMEGIW-6.js → image-rectangle-BpMI_fTE.js} +192 -498
  5. package/dist/js/index.js +27 -29
  6. package/dist/js/layouts/index.js +1 -1
  7. package/dist/js/navigation/index.js +1 -1
  8. package/dist/js/overlays/index.js +2 -2
  9. package/dist/js/primitive/index.js +15 -17
  10. package/dist/js/{tabs-CIWr5hdb.js → tabs-BOdkXJdy.js} +1 -1
  11. package/dist/js/{tooltip-IazSAgsg.js → tooltip-C1P1eN0U.js} +65 -57
  12. package/dist/js/{top-bar-BdmaTpTp.js → top-bar-sahvpzBv.js} +4 -4
  13. package/dist/types/overlays/menu/index.d.ts +1 -1
  14. package/dist/types/overlays/menu/menu.d.ts +4 -1
  15. package/dist/types/overlays/menu/types.d.ts +4 -2
  16. package/dist/types/overlays/menu/use-menu.d.ts +0 -1
  17. package/dist/types/primitive/button-menu/button-menu.d.ts +4 -0
  18. package/dist/types/primitive/button-menu/index.d.ts +2 -0
  19. package/dist/types/primitive/button-menu/types.d.ts +13 -0
  20. package/dist/types/primitive/card/card.atoms.d.ts +3 -0
  21. package/dist/types/primitive/card/card.d.ts +4 -23
  22. package/dist/types/primitive/card/types.d.ts +6 -0
  23. package/dist/types/primitive/index.d.ts +0 -2
  24. package/dist/utils/enforce-subpath-import.js +1 -2
  25. package/package.json +1 -1
  26. package/dist/types/primitive/calendar/calendar.atoms.d.ts +0 -13
  27. package/dist/types/primitive/calendar/calendar.d.ts +0 -8
  28. package/dist/types/primitive/calendar/index.d.ts +0 -2
  29. package/dist/types/primitive/calendar/types.d.ts +0 -54
  30. package/dist/types/primitive/calendar/use-calendar.d.ts +0 -18
  31. package/dist/types/primitive/description-list/description-list.atoms.d.ts +0 -13
  32. package/dist/types/primitive/description-list/description-list.d.ts +0 -6
  33. package/dist/types/primitive/description-list/index.d.ts +0 -2
  34. package/dist/types/primitive/description-list/types.d.ts +0 -46
@@ -1,7 +1,7 @@
1
1
  import { c as u, j as n, a as l } from "./index-DOdDlCoL.js";
2
2
  import j, { useState as v, useEffect as x, createContext as S, useContext as T, forwardRef as f, useRef as M, useMemo as z } from "react";
3
3
  import { XIcon as E } from "lucide-react";
4
- import { k as H, h as D } from "./image-rectangle-BMEGIW-6.js";
4
+ import { j as H, h as D } from "./image-rectangle-BpMI_fTE.js";
5
5
  import "./snackbar-DH8jCh2V.js";
6
6
  import I from "react-dom";
7
7
  function P() {
@@ -604,5 +604,6 @@ const U = u(
604
604
  export {
605
605
  Ce as B,
606
606
  Be as D,
607
- ke as M
607
+ ke as M,
608
+ B as u
608
609
  };
@@ -1,9 +1,9 @@
1
1
  import { c as w, j as e, a as m } from "./index-DOdDlCoL.js";
2
2
  import x, { createContext as N, useContext as S, useId as E, forwardRef as j, useRef as D, useState as O, useEffect as Q, useMemo as F } from "react";
3
- import { I as C } from "./image-rectangle-BMEGIW-6.js";
3
+ import { I as C } from "./image-rectangle-BpMI_fTE.js";
4
4
  import { Calendar as U, SearchIcon as X, Clock as Y, Banknote as Z, MailIcon as ee, Check as P } from "lucide-react";
5
5
  import "./snackbar-DH8jCh2V.js";
6
- import { M as R, D as M, B as V } from "./bottom-sheet-DUcwK0Yd.js";
6
+ import { M as R, D as M, B as V } from "./bottom-sheet-3W_vCYl6.js";
7
7
  const re = w("space-y-2", {
8
8
  variants: {
9
9
  direction: {
@@ -215,9 +215,9 @@ const er = Object.assign(H, {
215
215
  rounded: "rounded-lg"
216
216
  },
217
217
  size: {
218
- sm: "h-8 px-3 text-sm",
219
- md: "h-10 px-4 text-base",
220
- lg: "h-12 px-5 text-lg"
218
+ sm: "h-7 px-3 text-sm",
219
+ md: "h-9 px-4 text-base",
220
+ lg: "h-10 px-5 text-lg"
221
221
  }
222
222
  },
223
223
  defaultVariants: {
@@ -528,7 +528,7 @@ const ue = j(
528
528
  }),
529
529
  n ? "pl-9" : "pl-3",
530
530
  i ? "pr-9" : "pr-3",
531
- "h-10"
531
+ "h-9"
532
532
  ),
533
533
  ...g
534
534
  }
@@ -1236,7 +1236,7 @@ const Ve = x.forwardRef(
1236
1236
  Oe({
1237
1237
  variant: h ? "danger" : r
1238
1238
  }),
1239
- "h-10 pl-3"
1239
+ "h-9 pl-3"
1240
1240
  ),
1241
1241
  ...g,
1242
1242
  children: [
@@ -1,4 +1,4 @@
1
- import { B as a, C as n, b as p, a as u, D as s, k as I, E as i, M as l, P as S, R as c, d as r, c as g, S as h, e as o, j as m, i as M, h as b, f as k, T as x, g as C } from "../bottom-sheet-input-Bzx0ecmU.js";
1
+ import { B as a, C as n, b as p, a as u, D as s, k as I, E as i, M as l, P as S, R as c, d as r, c as g, S as h, e as o, j as m, i as M, h as b, f as k, T as x, g as C } from "../bottom-sheet-input-CI-9wYa7.js";
2
2
  export {
3
3
  a as BottomSheetInput,
4
4
  n as CheckboxInput,