@dimasbaguspm/versaur 0.0.31 → 0.0.33
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-3W_vCYl6.js → bottom-sheet-B3Rt2JC5.js} +2 -3
- package/dist/js/{bottom-sheet-input-CI-9wYa7.js → bottom-sheet-input-DRcyjeGh.js} +2 -2
- package/dist/js/forms/index.js +1 -1
- package/dist/js/{image-rectangle-BpMI_fTE.js → image-rectangle-oPc5hFMM.js} +419 -232
- package/dist/js/index.js +43 -42
- package/dist/js/layouts/index.js +1 -1
- package/dist/js/navigation/index.js +1 -1
- package/dist/js/overlays/index.js +7 -6
- package/dist/js/primitive/index.js +21 -20
- package/dist/js/{tabs-BOdkXJdy.js → tabs-CKLbsCWq.js} +1 -1
- package/dist/js/tooltip-DNKTNCQm.js +81 -0
- package/dist/js/{top-bar-sahvpzBv.js → top-bar-Bg-zMaFY.js} +4 -4
- package/dist/types/overlays/menu/types.d.ts +5 -0
- package/dist/types/overlays/menu/use-menu.d.ts +15 -0
- package/dist/types/primitive/button-menu-icon/button-menu-icon.d.ts +4 -0
- package/dist/types/primitive/button-menu-icon/index.d.ts +2 -0
- package/dist/types/primitive/{button-menu → button-menu-icon}/types.d.ts +2 -2
- package/dist/types/primitive/index.d.ts +1 -0
- package/dist/utils/enforce-subpath-import.js +1 -1
- package/package.json +1 -1
- package/dist/js/tooltip-C1P1eN0U.js +0 -156
- package/dist/types/primitive/button-menu/button-menu.d.ts +0 -4
- package/dist/types/primitive/button-menu/index.d.ts +0 -2
|
@@ -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 { k as H, i as D } from "./image-rectangle-oPc5hFMM.js";
|
|
5
5
|
import "./snackbar-DH8jCh2V.js";
|
|
6
6
|
import I from "react-dom";
|
|
7
7
|
function P() {
|
|
@@ -604,6 +604,5 @@ const U = u(
|
|
|
604
604
|
export {
|
|
605
605
|
Ce as B,
|
|
606
606
|
Be as D,
|
|
607
|
-
ke as M
|
|
608
|
-
B as u
|
|
607
|
+
ke as M
|
|
609
608
|
};
|
|
@@ -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-oPc5hFMM.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-B3Rt2JC5.js";
|
|
7
7
|
const re = w("space-y-2", {
|
|
8
8
|
variants: {
|
|
9
9
|
direction: {
|
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-DRcyjeGh.js";
|
|
2
2
|
export {
|
|
3
3
|
a as BottomSheetInput,
|
|
4
4
|
n as CheckboxInput,
|