@dimasbaguspm/versaur 0.0.40 → 0.0.42
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-BjNMFNXp.js → bottom-sheet-DHMq1-Di.js} +1 -1
- package/dist/js/{bottom-sheet-input-BnuL4Cci.js → bottom-sheet-input-IzuwB7Zy.js} +10 -10
- package/dist/js/forms/index.js +1 -1
- package/dist/js/{image-rectangle-DGO9R_ox.js → image-rectangle-DPZAgdEa.js} +163 -148
- package/dist/js/index.js +64 -63
- package/dist/js/layouts/index.js +6 -5
- package/dist/js/navigation/index.js +1 -1
- package/dist/js/overlays/index.js +3 -3
- package/dist/js/primitive/index.js +1 -1
- package/dist/js/providers/index.js +1 -1
- package/dist/js/{tabs-lPDgArjA.js → tabs-BRMO0ktc.js} +1 -1
- package/dist/js/{tooltip-uCpYAX_O.js → tooltip-D_laXWIT.js} +1 -1
- package/dist/js/{top-bar-D8P4uwtN.js → top-bar-BKeQ6yXv.js} +256 -178
- package/dist/js/{use-snackbars-CKi6BQDT.js → use-snackbars-Cou8L41F.js} +9 -12
- package/dist/types/layouts/index.d.ts +1 -0
- package/dist/types/layouts/page-loader/index.d.ts +2 -0
- package/dist/types/layouts/page-loader/page-loader.d.ts +11 -0
- package/dist/types/layouts/page-loader/types.d.ts +40 -0
- package/dist/types/primitive/card/types.d.ts +1 -5
- package/dist/utils/enforce-subpath-import.js +1 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as f, j as r, a as l } from "./index-DOdDlCoL.js";
|
|
2
2
|
import j, { useState as p, useEffect as x, createContext as V, useContext as B, forwardRef as u, useRef as z, useMemo as M } from "react";
|
|
3
|
-
import { O as S, n as P, k as N, H as D } from "./image-rectangle-
|
|
3
|
+
import { O as S, n as P, k as N, H as D } from "./image-rectangle-DPZAgdEa.js";
|
|
4
4
|
import { XIcon as R } from "lucide-react";
|
|
5
5
|
import "./snackbar-DH8jCh2V.js";
|
|
6
6
|
function F() {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { c as v, j as e, a as m } from "./index-DOdDlCoL.js";
|
|
2
2
|
import x, { createContext as N, useContext as z, useId as F, forwardRef as j, useRef as B, useState as R, useEffect as U, useMemo as E } from "react";
|
|
3
|
-
import { I as C } from "./image-rectangle-
|
|
3
|
+
import { I as C } from "./image-rectangle-DPZAgdEa.js";
|
|
4
4
|
import { Calendar as X, SearchIcon as Y, Clock as Z, Banknote as ee, MailIcon as re, Check as P } from "lucide-react";
|
|
5
5
|
import "./snackbar-DH8jCh2V.js";
|
|
6
|
-
import { M as O, D as M, B as V } from "./bottom-sheet-
|
|
6
|
+
import { M as O, D as M, B as V } from "./bottom-sheet-DHMq1-Di.js";
|
|
7
7
|
const te = v("space-y-2", {
|
|
8
8
|
variants: {
|
|
9
9
|
direction: {
|
|
@@ -172,7 +172,7 @@ const nr = Object.assign(H, {
|
|
|
172
172
|
);
|
|
173
173
|
return r;
|
|
174
174
|
}, ie = v(
|
|
175
|
-
"inline-flex items-center bg-white
|
|
175
|
+
"inline-flex items-center bg-white transition-colors duration-200 cursor-pointer border border-border",
|
|
176
176
|
{
|
|
177
177
|
variants: {
|
|
178
178
|
variant: {
|
|
@@ -215,9 +215,9 @@ const nr = Object.assign(H, {
|
|
|
215
215
|
rounded: "rounded-lg"
|
|
216
216
|
},
|
|
217
217
|
size: {
|
|
218
|
-
sm: "h-7 px-3 text-sm",
|
|
219
|
-
md: "h-9 px-4 text-
|
|
220
|
-
lg: "h-10 px-
|
|
218
|
+
sm: "h-7 px-3 text-sm min-w-[2.25rem]",
|
|
219
|
+
md: "h-9 px-4 text-sm min-w-[2.5rem]",
|
|
220
|
+
lg: "h-10 px-8 text-lg min-w-[2.75rem]"
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
223
|
defaultVariants: {
|
|
@@ -312,7 +312,7 @@ const nr = Object.assign(H, {
|
|
|
312
312
|
);
|
|
313
313
|
return r;
|
|
314
314
|
}, ue = v(
|
|
315
|
-
"inline-flex items-center bg-white
|
|
315
|
+
"inline-flex items-center bg-white transition-colors duration-200 cursor-pointer border border-border",
|
|
316
316
|
{
|
|
317
317
|
variants: {
|
|
318
318
|
variant: {
|
|
@@ -359,9 +359,9 @@ const nr = Object.assign(H, {
|
|
|
359
359
|
rounded: "rounded-lg"
|
|
360
360
|
},
|
|
361
361
|
size: {
|
|
362
|
-
sm: "px-3
|
|
363
|
-
md: "px-4
|
|
364
|
-
lg: "
|
|
362
|
+
sm: "h-7 px-3 text-sm min-w-[2.25rem]",
|
|
363
|
+
md: "h-9 px-4 text-sm min-w-[2.5rem]",
|
|
364
|
+
lg: "h-10 px-8 text-lg min-w-[2.75rem]"
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
}
|
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-IzuwB7Zy.js";
|
|
2
2
|
export {
|
|
3
3
|
a as BottomSheetInput,
|
|
4
4
|
n as CheckboxInput,
|