@grapadigital/shared-app-modules 0.0.119 → 0.0.121
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/assets/switch.css +1 -1
- package/dist/chuncks/{card.BEPmJhJa.js → card.CETIU_xl.js} +2 -2
- package/dist/chuncks/{field-textarea.component.DXB1qEY1.js → field-textarea.component.DrQuklAf.js} +2 -2
- package/dist/chuncks/{format.util.DR7VHTpM.js → format.util.DCFzwb9t.js} +1 -1
- package/dist/chuncks/{popover.BIXpZwtw.js → popover.BTkUnFPO.js} +196 -160
- package/dist/chuncks/{switch.sICPxzDh.js → switch.BzSgZLDU.js} +1 -1
- package/dist/components.js +3 -3
- package/dist/constants.js +2 -2
- package/dist/events.js +1 -1
- package/dist/pages.js +1 -1
- package/dist/shadcn.d.ts +6 -0
- package/dist/shadcn.js +28 -25
- package/dist/utils.js +2 -2
- package/package.json +1 -1
|
@@ -11509,7 +11509,7 @@ const Ky = s.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__
|
|
|
11509
11509
|
{
|
|
11510
11510
|
ref: r,
|
|
11511
11511
|
className: k(
|
|
11512
|
-
"flex flex-1 items-center justify-between py-4 text-sm font-medium transition-all hover:
|
|
11512
|
+
"flex flex-1 items-center justify-between py-4 text-sm font-medium transition-all hover:text-gray-800 text-left [&[data-state=open]>svg]:rotate-180",
|
|
11513
11513
|
e
|
|
11514
11514
|
),
|
|
11515
11515
|
...n,
|
package/dist/components.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as b, c, B as F, ap as k, aq as v, ar as C, P as T, Q as H, W as y, V as _, R as A, X as j } from "./chuncks/switch.
|
|
2
|
-
import { j as de, k as ge, o as xe, p as be, s as me, F as he, q as fe, t as pe, r as ue, u as ye, I as we, l as Ne, P as ke, e as ve, f as Ce, g as Ie, h as ze, m as Me, n as Se } from "./chuncks/field-textarea.component.
|
|
1
|
+
import { a as b, c, B as F, ap as k, aq as v, ar as C, P as T, Q as H, W as y, V as _, R as A, X as j } from "./chuncks/switch.BzSgZLDU.js";
|
|
2
|
+
import { j as de, k as ge, o as xe, p as be, s as me, F as he, q as fe, t as pe, r as ue, u as ye, I as we, l as Ne, P as ke, e as ve, f as Ce, g as Ie, h as ze, m as Me, n as Se } from "./chuncks/field-textarea.component.DrQuklAf.js";
|
|
3
3
|
import { jsx as e, jsxs as o, Fragment as L } from "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
|
-
import { C as I, f as z, S as f } from "./chuncks/card.
|
|
5
|
+
import { C as I, f as z, S as f } from "./chuncks/card.CETIU_xl.js";
|
|
6
6
|
import { parseISO as w, differenceInCalendarDays as P, format as $ } from "date-fns";
|
|
7
7
|
import { I as Te, L as He, P as _e, T as Ae, Y as je } from "./chuncks/youtube-icon.component.R7s6jY4w.js";
|
|
8
8
|
const D = [
|
package/dist/constants.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as p, B as L, C as N, S as d, d as u } from "./chuncks/field-textarea.component.
|
|
2
|
-
import "./chuncks/switch.
|
|
1
|
+
import { A as p, B as L, C as N, S as d, d as u } from "./chuncks/field-textarea.component.DrQuklAf.js";
|
|
2
|
+
import "./chuncks/switch.BzSgZLDU.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
5
|
import "date-fns";
|
package/dist/events.js
CHANGED
package/dist/pages.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as i, c as a, B as m } from "./chuncks/switch.
|
|
1
|
+
import { a as i, c as a, B as m } from "./chuncks/switch.BzSgZLDU.js";
|
|
2
2
|
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import { useNavigate as d } from "react-router-dom";
|
package/dist/shadcn.d.ts
CHANGED
|
@@ -410,6 +410,12 @@ export declare function PopoverAnchor({ ...props }: React_2.ComponentProps<typeo
|
|
|
410
410
|
|
|
411
411
|
export declare function PopoverContent({ className, align, sideOffset, ...props }: React_2.ComponentProps<typeof Popover_2.Content>): JSX.Element;
|
|
412
412
|
|
|
413
|
+
export declare function PopoverDescription({ className, ...props }: React_2.ComponentProps<"p">): JSX.Element;
|
|
414
|
+
|
|
415
|
+
export declare function PopoverHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
|
|
416
|
+
|
|
417
|
+
export declare function PopoverTitle({ className, ...props }: React_2.ComponentProps<"h2">): JSX.Element;
|
|
418
|
+
|
|
413
419
|
export declare function PopoverTrigger({ ...props }: React_2.ComponentProps<typeof Popover_2.Trigger>): JSX.Element;
|
|
414
420
|
|
|
415
421
|
export declare const Progress: React_2.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & ProgressPrimitiveIndicatorProps & React_2.RefAttributes<HTMLDivElement & ProgressPrimitiveIndicatorProps>>;
|
package/dist/shadcn.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { c as o, b as i, B as u, I as p, T as c, S as g, d as b, e as m } from "./chuncks/switch.
|
|
2
|
-
import { ak as
|
|
1
|
+
import { c as o, b as i, B as u, I as p, T as c, S as g, d as b, e as m } from "./chuncks/switch.BzSgZLDU.js";
|
|
2
|
+
import { ak as L, an as N, al as V, am as A, as as j, av as E, aw as R, ax as _, at as O, au as Q, C as U, ab as q, ac as J, af as K, ag as W, ad as X, ah as $, ae as Y, aj as Z, ai as aa, D as ea, p as ta, q as ra, r as oa, s as sa, t as na, u as ia, v as da, w as la, x as ua, a1 as pa, a5 as ca, a6 as ga, aa as ba, a8 as ma, a7 as ha, a3 as va, a2 as fa, a9 as xa, a4 as Ca, aG as wa, aK as Ta, aI as Da, aP as Sa, aJ as ka, aM as ya, aQ as za, aU as Ga, aL as Ia, aN as Ma, aO as Fa, aR as Pa, aS as Ba, aT as Ha, aH as La, ap as Na, ar as Va, aq as Aa, L as ja, ao as Ea, aV as Ra, aW as _a, f as Oa, j as Qa, g as Ua, l as qa, k as Ja, o as Ka, n as Wa, m as Xa, i as $a, h as Ya, y as Za, A as ae, E as ee, J as te, G as re, F as oe, H as se, z as ne, aX as ie, P as de, R as le, Y as ue, X as pe, U as ce, V as ge, Q as be, W as me, K as he, O as ve, M as fe, N as xe, ay as Ce, az as we, aA as Te, aB as De, aC as Se, aD as ke, aE as ye, aF as ze, Z as Ge, $ as Ie, a0 as Me, _ as Fe } from "./chuncks/switch.BzSgZLDU.js";
|
|
3
3
|
import * as d from "react";
|
|
4
|
-
import { C as
|
|
5
|
-
import { C as _e, j as Oe, F as Qe, h as Ue, b as qe, c as Je, d as Ke, a as We, e as Xe, f as $e, g as Ye, i as Ze, P as at, m as et, l as tt,
|
|
4
|
+
import { C as Be, d as He, f as Le, e as Ne, b as Ve, a as Ae, c as je, S as Ee } from "./chuncks/card.CETIU_xl.js";
|
|
5
|
+
import { C as _e, j as Oe, F as Qe, h as Ue, b as qe, c as Je, d as Ke, a as We, e as Xe, f as $e, g as Ye, i as Ze, P as at, m as et, l as tt, p as rt, n as ot, o as st, k as nt } from "./chuncks/popover.BTkUnFPO.js";
|
|
6
6
|
import { jsx as s } from "react/jsx-runtime";
|
|
7
7
|
function T(e) {
|
|
8
8
|
const [a, t] = d.useState(!1);
|
|
@@ -73,7 +73,7 @@ function S({
|
|
|
73
73
|
}
|
|
74
74
|
);
|
|
75
75
|
}
|
|
76
|
-
const
|
|
76
|
+
const v = i(
|
|
77
77
|
"flex items-center gap-2 text-sm shadow-none",
|
|
78
78
|
{
|
|
79
79
|
variants: {
|
|
@@ -102,7 +102,7 @@ function k({
|
|
|
102
102
|
type: a,
|
|
103
103
|
"data-size": r,
|
|
104
104
|
variant: t,
|
|
105
|
-
className: o(
|
|
105
|
+
className: o(v({ size: r }), e),
|
|
106
106
|
...n
|
|
107
107
|
}
|
|
108
108
|
);
|
|
@@ -151,7 +151,7 @@ function G({
|
|
|
151
151
|
}
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
|
-
const
|
|
154
|
+
const f = i(
|
|
155
155
|
"flex w-fit items-stretch has-[>[data-slot=button-group]]:gap-2 [&>*]:focus-visible:relative [&>*]:focus-visible:z-10 has-[select[aria-hidden=true]:last-child]:[&>[data-slot=select-trigger]:last-of-type]:rounded-r-md [&>[data-slot=select-trigger]:not([class*='w-'])]:w-fit [&>input]:flex-1",
|
|
156
156
|
{
|
|
157
157
|
variants: {
|
|
@@ -176,7 +176,7 @@ function I({
|
|
|
176
176
|
role: "group",
|
|
177
177
|
"data-slot": "button-group",
|
|
178
178
|
"data-orientation": a,
|
|
179
|
-
className: o(
|
|
179
|
+
className: o(f({ orientation: a }), e),
|
|
180
180
|
...t
|
|
181
181
|
}
|
|
182
182
|
);
|
|
@@ -235,7 +235,7 @@ const x = i(
|
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
);
|
|
238
|
-
function
|
|
238
|
+
function P({
|
|
239
239
|
className: e,
|
|
240
240
|
variant: a = "default",
|
|
241
241
|
asChild: t = !1,
|
|
@@ -252,21 +252,21 @@ function B({
|
|
|
252
252
|
);
|
|
253
253
|
}
|
|
254
254
|
export {
|
|
255
|
-
|
|
256
|
-
|
|
255
|
+
L as Accordion,
|
|
256
|
+
N as AccordionContent,
|
|
257
257
|
V as AccordionItem,
|
|
258
258
|
A as AccordionTrigger,
|
|
259
|
-
|
|
259
|
+
P as Badge,
|
|
260
260
|
u as Button,
|
|
261
261
|
I as ButtonGroup,
|
|
262
262
|
F as ButtonGroupSeparator,
|
|
263
263
|
M as ButtonGroupText,
|
|
264
264
|
_e as Calendar,
|
|
265
265
|
Oe as CalendarDayButton,
|
|
266
|
-
|
|
266
|
+
Be as Card,
|
|
267
267
|
He as CardAction,
|
|
268
|
-
|
|
269
|
-
|
|
268
|
+
Le as CardContent,
|
|
269
|
+
Ne as CardDescription,
|
|
270
270
|
Ve as CardFooter,
|
|
271
271
|
Ae as CardHeader,
|
|
272
272
|
je as CardTitle,
|
|
@@ -302,8 +302,8 @@ export {
|
|
|
302
302
|
ba as DrawerDescription,
|
|
303
303
|
ma as DrawerFooter,
|
|
304
304
|
ha as DrawerHeader,
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
va as DrawerOverlay,
|
|
306
|
+
fa as DrawerPortal,
|
|
307
307
|
xa as DrawerTitle,
|
|
308
308
|
Ca as DrawerTrigger,
|
|
309
309
|
wa as DropdownMenu,
|
|
@@ -317,10 +317,10 @@ export {
|
|
|
317
317
|
Ia as DropdownMenuRadioItem,
|
|
318
318
|
Ma as DropdownMenuSeparator,
|
|
319
319
|
Fa as DropdownMenuShortcut,
|
|
320
|
-
|
|
321
|
-
|
|
320
|
+
Pa as DropdownMenuSub,
|
|
321
|
+
Ba as DropdownMenuSubContent,
|
|
322
322
|
Ha as DropdownMenuSubTrigger,
|
|
323
|
-
|
|
323
|
+
La as DropdownMenuTrigger,
|
|
324
324
|
Qe as Field,
|
|
325
325
|
Ue as FieldContent,
|
|
326
326
|
qe as FieldDescription,
|
|
@@ -331,7 +331,7 @@ export {
|
|
|
331
331
|
$e as FieldSeparator,
|
|
332
332
|
Ye as FieldSet,
|
|
333
333
|
Ze as FieldTitle,
|
|
334
|
-
|
|
334
|
+
Na as HoverCard,
|
|
335
335
|
Va as HoverCardContent,
|
|
336
336
|
Aa as HoverCardTrigger,
|
|
337
337
|
p as Input,
|
|
@@ -345,7 +345,10 @@ export {
|
|
|
345
345
|
at as Popover,
|
|
346
346
|
et as PopoverAnchor,
|
|
347
347
|
tt as PopoverContent,
|
|
348
|
-
rt as
|
|
348
|
+
rt as PopoverDescription,
|
|
349
|
+
ot as PopoverHeader,
|
|
350
|
+
st as PopoverTitle,
|
|
351
|
+
nt as PopoverTrigger,
|
|
349
352
|
Ea as Progress,
|
|
350
353
|
Ra as ScrollArea,
|
|
351
354
|
_a as ScrollBar,
|
|
@@ -379,8 +382,8 @@ export {
|
|
|
379
382
|
be as TableHeader,
|
|
380
383
|
me as TableRow,
|
|
381
384
|
he as Tabs,
|
|
382
|
-
|
|
383
|
-
|
|
385
|
+
ve as TabsContent,
|
|
386
|
+
fe as TabsList,
|
|
384
387
|
xe as TabsTrigger,
|
|
385
388
|
c as Textarea,
|
|
386
389
|
Ce as Timeline,
|
|
@@ -396,7 +399,7 @@ export {
|
|
|
396
399
|
Me as TooltipProvider,
|
|
397
400
|
Fe as TooltipTrigger,
|
|
398
401
|
x as badgeVariants,
|
|
399
|
-
|
|
402
|
+
f as buttonGroupVariants,
|
|
400
403
|
o as cn,
|
|
401
404
|
T as useMediaQuery
|
|
402
405
|
};
|
package/dist/utils.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as e, a as r, b as m, c as t, m as o, d as c, e as i, g as n, p, h as C, u as f } from "./chuncks/format.util.
|
|
2
|
-
import { i as k, a as P, b, c as N } from "./chuncks/field-textarea.component.
|
|
1
|
+
import { f as e, a as r, b as m, c as t, m as o, d as c, e as i, g as n, p, h as C, u as f } from "./chuncks/format.util.DCFzwb9t.js";
|
|
2
|
+
import { i as k, a as P, b, c as N } from "./chuncks/field-textarea.component.DrQuklAf.js";
|
|
3
3
|
export {
|
|
4
4
|
e as formatCompactNumber,
|
|
5
5
|
r as formatCompactPercent,
|