@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.
- package/dist/js/{bottom-sheet-DUcwK0Yd.js → bottom-sheet-3W_vCYl6.js} +3 -2
- package/dist/js/{bottom-sheet-input-Bzx0ecmU.js → bottom-sheet-input-CI-9wYa7.js} +7 -7
- package/dist/js/forms/index.js +1 -1
- package/dist/js/{image-rectangle-BMEGIW-6.js → image-rectangle-BpMI_fTE.js} +192 -498
- package/dist/js/index.js +27 -29
- package/dist/js/layouts/index.js +1 -1
- package/dist/js/navigation/index.js +1 -1
- package/dist/js/overlays/index.js +2 -2
- package/dist/js/primitive/index.js +15 -17
- package/dist/js/{tabs-CIWr5hdb.js → tabs-BOdkXJdy.js} +1 -1
- package/dist/js/{tooltip-IazSAgsg.js → tooltip-C1P1eN0U.js} +65 -57
- package/dist/js/{top-bar-BdmaTpTp.js → top-bar-sahvpzBv.js} +4 -4
- package/dist/types/overlays/menu/index.d.ts +1 -1
- package/dist/types/overlays/menu/menu.d.ts +4 -1
- package/dist/types/overlays/menu/types.d.ts +4 -2
- package/dist/types/overlays/menu/use-menu.d.ts +0 -1
- package/dist/types/primitive/button-menu/button-menu.d.ts +4 -0
- package/dist/types/primitive/button-menu/index.d.ts +2 -0
- package/dist/types/primitive/button-menu/types.d.ts +13 -0
- package/dist/types/primitive/card/card.atoms.d.ts +3 -0
- package/dist/types/primitive/card/card.d.ts +4 -23
- package/dist/types/primitive/card/types.d.ts +6 -0
- package/dist/types/primitive/index.d.ts +0 -2
- package/dist/utils/enforce-subpath-import.js +1 -2
- package/package.json +1 -1
- package/dist/types/primitive/calendar/calendar.atoms.d.ts +0 -13
- package/dist/types/primitive/calendar/calendar.d.ts +0 -8
- package/dist/types/primitive/calendar/index.d.ts +0 -2
- package/dist/types/primitive/calendar/types.d.ts +0 -54
- package/dist/types/primitive/calendar/use-calendar.d.ts +0 -18
- package/dist/types/primitive/description-list/description-list.atoms.d.ts +0 -13
- package/dist/types/primitive/description-list/description-list.d.ts +0 -6
- package/dist/types/primitive/description-list/index.d.ts +0 -2
- 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 {
|
|
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-
|
|
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-
|
|
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-
|
|
219
|
-
md: "h-
|
|
220
|
-
lg: "h-
|
|
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-
|
|
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-
|
|
1239
|
+
"h-9 pl-3"
|
|
1240
1240
|
),
|
|
1241
1241
|
...g,
|
|
1242
1242
|
children: [
|
package/dist/js/forms/index.js
CHANGED
|
@@ -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-
|
|
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,
|