@krosoft/react 0.0.77 → 0.0.79
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/{LoadingState-CqRLmkxn.js → LoadingState-DQjGcT2l.js} +5 -5
- package/dist/MetricCard-4VI9Ki0g.js +83 -0
- package/dist/SearchInput-Cf5NHhnz.js +698 -0
- package/dist/TableFilter-DgChe4aX.js +406 -0
- package/dist/TableSettings-4YLJSh4G.js +2064 -0
- package/dist/{ThemeSelector-sTd9T2OD.js → ThemeSelector-MqD5QvHl.js} +8 -8
- package/dist/{Topbar-BqC05zWP.js → Topbar-DifQ00kV.js} +26 -27
- package/dist/{badge-kADcbb2Y.js → badge-Bw-aBz_H.js} +1 -1
- package/dist/components/core/cards/KpiCard.d.ts +1 -1
- package/dist/components/core/cards/KpiCard.d.ts.map +1 -1
- package/dist/components/core/cards/MetricCard.d.ts +20 -8
- package/dist/components/core/cards/MetricCard.d.ts.map +1 -1
- package/dist/components/core/cards/index.js +1 -1
- package/dist/components/core/filters/ActiveFilters.d.ts +10 -0
- package/dist/components/core/filters/ActiveFilters.d.ts.map +1 -0
- package/dist/components/core/filters/AdvancedFilters.d.ts +11 -0
- package/dist/components/core/filters/AdvancedFilters.d.ts.map +1 -0
- package/dist/components/core/filters/FilterField.d.ts +11 -0
- package/dist/components/core/filters/FilterField.d.ts.map +1 -0
- package/dist/components/core/filters/SearchableFilterPill.d.ts +15 -0
- package/dist/components/core/filters/SearchableFilterPill.d.ts.map +1 -0
- package/dist/components/core/filters/TableFilter.d.ts +17 -0
- package/dist/components/core/filters/TableFilter.d.ts.map +1 -0
- package/dist/components/core/filters/index.d.ts +5 -0
- package/dist/components/core/filters/index.d.ts.map +1 -0
- package/dist/components/core/filters/index.js +7 -0
- package/dist/components/core/index.d.ts +2 -0
- package/dist/components/core/index.d.ts.map +1 -1
- package/dist/components/core/index.js +34 -26
- package/dist/components/core/inputs/DatePicker.d.ts +9 -0
- package/dist/components/core/inputs/DatePicker.d.ts.map +1 -0
- package/dist/components/core/inputs/MultiSelect.d.ts +17 -0
- package/dist/components/core/inputs/MultiSelect.d.ts.map +1 -0
- package/dist/components/core/inputs/SearchInput.d.ts.map +1 -1
- package/dist/components/core/inputs/SearchableSelect.d.ts +14 -0
- package/dist/components/core/inputs/SearchableSelect.d.ts.map +1 -0
- package/dist/components/core/inputs/index.d.ts +3 -1
- package/dist/components/core/inputs/index.d.ts.map +1 -1
- package/dist/components/core/inputs/index.js +6 -3
- package/dist/components/core/navbar/index.js +1 -1
- package/dist/components/core/states/index.js +1 -1
- package/dist/components/core/table/DataTable.d.ts +17 -2
- package/dist/components/core/table/DataTable.d.ts.map +1 -1
- package/dist/components/core/table/TableBody.d.ts +2 -2
- package/dist/components/core/table/TableBody.d.ts.map +1 -1
- package/dist/components/core/table/TableHeader.d.ts +1 -1
- package/dist/components/core/table/TableHeader.d.ts.map +1 -1
- package/dist/components/core/table/index.d.ts +1 -3
- package/dist/components/core/table/index.d.ts.map +1 -1
- package/dist/components/core/table/index.js +9 -9
- package/dist/components/core/theme/ThemeSelector.d.ts +2 -1
- package/dist/components/core/theme/ThemeSelector.d.ts.map +1 -1
- package/dist/components/core/theme/index.js +1 -1
- package/dist/components/index.js +86 -63
- package/dist/components/ui/badge.d.ts +1 -1
- package/dist/components/ui/badge.d.ts.map +1 -1
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/components/ui/index.d.ts +4 -1
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/index.js +50 -35
- package/dist/components/ui/label.d.ts +6 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +1 -1
- package/dist/components/ui/select.d.ts.map +1 -1
- package/dist/components/ui/sheet.d.ts.map +1 -1
- package/dist/components/ui/toast.d.ts +1 -1
- package/dist/components/ui/toast.d.ts.map +1 -1
- package/dist/{floating-ui.react-dom-BPCyLQfI.js → floating-ui.react-dom-BIcsGc3t.js} +553 -526
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/ui/useDataTable.d.ts +1 -1
- package/dist/hooks/ui/useDataTable.d.ts.map +1 -1
- package/dist/hooks/ui/useToast.d.ts +5 -13
- package/dist/hooks/ui/useToast.d.ts.map +1 -1
- package/dist/popover-UjRQmYGN.js +5889 -0
- package/dist/select-CtU681LB.js +2070 -0
- package/dist/tailwind/index.d.ts.map +1 -1
- package/dist/tooltip-DzQngJZK.js +828 -0
- package/dist/types/FilterFieldConfig.d.ts +16 -0
- package/dist/types/FilterFieldConfig.d.ts.map +1 -0
- package/dist/types/FilterSection.d.ts +6 -0
- package/dist/types/FilterSection.d.ts.map +1 -0
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/{useTheme-D__o7mLN.js → useTheme-DsHPKCDp.js} +24 -18
- package/package.json +5 -3
- package/dist/Combination-CzdDhqdB.js +0 -564
- package/dist/DataTable-CjFA9p4V.js +0 -2216
- package/dist/DateRangePicker-rrXXEYz8.js +0 -1240
- package/dist/MetricCard-88djqC4o.js +0 -66
- package/dist/calendar-BMReToKR.js +0 -3911
- package/dist/checkbox-BI6Lm_p-.js +0 -358
- package/dist/chevron-down-ki5-dwtL.js +0 -11
- package/dist/select-B-hcmC3K.js +0 -1468
- package/dist/tooltip-gI1Mp9DG.js +0 -779
- package/dist/types/DataTableProps.d.ts +0 -19
- package/dist/types/DataTableProps.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/TableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/TableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,gBAAgB,CAAC,CAAC;IACjC,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACpC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,aAAa,EAAE,KAAK,GAAG,MAAM,CAAC;IAC9B,UAAU,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,cAAc,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,UAAU,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,eAAe,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,eAAe,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAChC;AAED,wBAAgB,WAAW,CAAC,CAAC,EAAE,EAC7B,cAAc,EACd,YAAY,EACZ,UAAU,EACV,eAAe,EACf,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,UAAU,EACV,eAAe,EACf,cAAc,EACd,UAAU,EACV,eAAe,EACf,UAAU,EACV,YAAY,GACb,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA8EzC"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export * from "../../../types";
|
|
3
|
-
export * from "../../../hooks/ui/useDataTable";
|
|
1
|
+
export * from "./DataTable";
|
|
4
2
|
export * from "./TablePagination";
|
|
5
3
|
export * from "./TableBulkActions";
|
|
6
4
|
export * from "./TableSettings";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/core/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { T as t, a as b, b as i, c as l, d as T, e as n } from "../../../TableSettings-4YLJSh4G.js";
|
|
2
4
|
export {
|
|
3
|
-
|
|
4
|
-
b as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
i as TableSettings,
|
|
10
|
-
n as useDataTable
|
|
5
|
+
t as TableActions,
|
|
6
|
+
b as TableBody,
|
|
7
|
+
i as TableBulkActions,
|
|
8
|
+
l as TableHeader,
|
|
9
|
+
T as TablePagination,
|
|
10
|
+
n as TableSettings
|
|
11
11
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { type ThemeOption } from "@/hooks/ui/useTheme";
|
|
2
3
|
interface ThemeSelectorProps {
|
|
3
4
|
themeOptions: readonly ThemeOption[];
|
|
4
5
|
variant?: "select" | "mini";
|
|
5
6
|
}
|
|
6
|
-
export declare function ThemeSelector({ themeOptions, variant }: ThemeSelectorProps):
|
|
7
|
+
export declare function ThemeSelector({ themeOptions, variant }: ThemeSelectorProps): React.JSX.Element;
|
|
7
8
|
export {};
|
|
8
9
|
//# sourceMappingURL=ThemeSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/core/theme/ThemeSelector.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ThemeSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/core/theme/ThemeSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAY,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEjE,UAAU,kBAAkB;IAC1B,YAAY,EAAE,SAAS,WAAW,EAAE,CAAC;IACrC,OAAO,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;CAC7B;AAED,wBAAgB,aAAa,CAAC,EAAE,YAAY,EAAE,OAAkB,EAAE,EAAE,kBAAkB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAmDzG"}
|
package/dist/components/index.js
CHANGED
|
@@ -1,65 +1,88 @@
|
|
|
1
|
-
import { K as
|
|
2
|
-
import { D as
|
|
3
|
-
import { C as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { T as
|
|
7
|
-
import { A as
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { B as
|
|
12
|
-
import {
|
|
1
|
+
import { K as r, a as o, M as l } from "../MetricCard-4VI9Ki0g.js";
|
|
2
|
+
import { D as S, a as c, M as n, S as p, b as T } from "../SearchInput-Cf5NHhnz.js";
|
|
3
|
+
import { C as b, a as C, E as h, L as m } from "../LoadingState-DQjGcT2l.js";
|
|
4
|
+
import "react/jsx-runtime";
|
|
5
|
+
import "react";
|
|
6
|
+
import { T as g, a as x, b as u, c as A, d as P, e as B } from "../TableSettings-4YLJSh4G.js";
|
|
7
|
+
import { A as k, a as v, S as F, T as L } from "../TableFilter-DgChe4aX.js";
|
|
8
|
+
import { S as M, T as V } from "../Topbar-DifQ00kV.js";
|
|
9
|
+
import { T as K } from "../ThemeSelector-MqD5QvHl.js";
|
|
10
|
+
import { A as y, a as E, b as j, C as q, c as G, I as O, L as R, P as U, d as z, e as J, S as N, f as Q, g as W, h as X, i as Y, j as Z, k as _, l as $, m as aa, n as ea, T as ta, o as sa, p as ra, q as oa, r as la, s as ia, t as Sa } from "../popover-UjRQmYGN.js";
|
|
11
|
+
import { B as na, b as pa } from "../floating-ui.react-dom-BIcsGc3t.js";
|
|
12
|
+
import { C as da, a as ba, b as Ca, c as ha, d as ma, e as fa } from "../card-7XPLAra3.js";
|
|
13
|
+
import { B as xa, b as ua } from "../badge-Bw-aBz_H.js";
|
|
14
|
+
import { S as Pa, a as Ba, b as Da, c as ka, d as va, e as Fa, f as La, g as Ia, h as Ma, i as Va } from "../select-CtU681LB.js";
|
|
13
15
|
export {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
C as
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
16
|
+
k as ActiveFilters,
|
|
17
|
+
v as AdvancedFilters,
|
|
18
|
+
y as Alert,
|
|
19
|
+
E as AlertDescription,
|
|
20
|
+
j as AlertTitle,
|
|
21
|
+
xa as Badge,
|
|
22
|
+
na as Button,
|
|
23
|
+
q as Calendar,
|
|
24
|
+
da as Card,
|
|
25
|
+
ba as CardContent,
|
|
26
|
+
Ca as CardDescription,
|
|
27
|
+
ha as CardFooter,
|
|
28
|
+
ma as CardHeader,
|
|
29
|
+
b as CardSkeleton,
|
|
30
|
+
fa as CardTitle,
|
|
31
|
+
C as CardsSkeleton,
|
|
32
|
+
G as Checkbox,
|
|
33
|
+
S as DatePicker,
|
|
34
|
+
c as DateRangePicker,
|
|
35
|
+
h as ErrorState,
|
|
36
|
+
O as Input,
|
|
37
|
+
r as KpiCard,
|
|
38
|
+
o as KpiCards,
|
|
39
|
+
R as Label,
|
|
40
|
+
m as LoadingState,
|
|
41
|
+
l as MetricCard,
|
|
42
|
+
n as MultiSelect,
|
|
43
|
+
U as Popover,
|
|
44
|
+
z as PopoverContent,
|
|
45
|
+
J as PopoverTrigger,
|
|
46
|
+
p as SearchInput,
|
|
47
|
+
F as SearchableFilterPill,
|
|
48
|
+
T as SearchableSelect,
|
|
49
|
+
Pa as Select,
|
|
50
|
+
Ba as SelectContent,
|
|
51
|
+
Da as SelectGroup,
|
|
52
|
+
ka as SelectItem,
|
|
53
|
+
va as SelectLabel,
|
|
54
|
+
Fa as SelectScrollDownButton,
|
|
55
|
+
La as SelectScrollUpButton,
|
|
56
|
+
Ia as SelectSeparator,
|
|
57
|
+
Ma as SelectTrigger,
|
|
58
|
+
Va as SelectValue,
|
|
59
|
+
N as Sheet,
|
|
60
|
+
Q as SheetClose,
|
|
61
|
+
W as SheetContent,
|
|
62
|
+
X as SheetDescription,
|
|
63
|
+
Y as SheetFooter,
|
|
64
|
+
Z as SheetHeader,
|
|
65
|
+
_ as SheetOverlay,
|
|
66
|
+
$ as SheetPortal,
|
|
67
|
+
aa as SheetTitle,
|
|
68
|
+
ea as SheetTrigger,
|
|
69
|
+
M as Sidebar,
|
|
70
|
+
g as TableActions,
|
|
71
|
+
x as TableBody,
|
|
72
|
+
u as TableBulkActions,
|
|
73
|
+
L as TableFilter,
|
|
74
|
+
A as TableHeader,
|
|
75
|
+
P as TablePagination,
|
|
76
|
+
B as TableSettings,
|
|
77
|
+
K as ThemeSelector,
|
|
78
|
+
ta as Toast,
|
|
79
|
+
sa as ToastAction,
|
|
80
|
+
ra as ToastClose,
|
|
81
|
+
oa as ToastDescription,
|
|
82
|
+
la as ToastProvider,
|
|
83
|
+
ia as ToastTitle,
|
|
84
|
+
Sa as ToastViewport,
|
|
85
|
+
V as Topbar,
|
|
86
|
+
ua as badgeVariants,
|
|
87
|
+
pa as buttonVariants
|
|
65
88
|
};
|
|
@@ -5,6 +5,6 @@ declare const badgeVariants: (props?: ({
|
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
6
|
export interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
7
7
|
}
|
|
8
|
-
declare function Badge({ className, variant, ...props }: BadgeProps):
|
|
8
|
+
declare function Badge({ className, variant, ...props }: BadgeProps): React.ReactElement;
|
|
9
9
|
export { Badge, badgeVariants };
|
|
10
10
|
//# sourceMappingURL=badge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,aAAa;;8EAelB,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC;CAAG;AAE/G,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,aAAa;;8EAelB,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC;CAAG;AAE/G,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,GAAG,KAAK,CAAC,YAAY,CAE/E;AAGD,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,QAAA,MAAM,cAAc;;;8EAyBnB,CAAC;AAEF,MAAM,WAAW,WAAY,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,YAAY,CAAC,OAAO,cAAc,CAAC;IACrH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,MAAM,uFAGV,CAAC;
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,QAAA,MAAM,cAAc;;;8EAyBnB,CAAC;AAEF,MAAM,WAAW,WAAY,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,YAAY,CAAC,OAAO,cAAc,CAAC;IACrH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,MAAM,uFAGV,CAAC;AAIH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../src/components/ui/dropdown-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AAIvE,QAAA,MAAM,YAAY,mDAA6B,CAAC;AAEhD,QAAA,MAAM,mBAAmB,0HAAgC,CAAC;AAE1D,QAAA,MAAM,iBAAiB,qHAA8B,CAAC;AAEtD,QAAA,MAAM,kBAAkB,yDAA+B,CAAC;AAExD,QAAA,MAAM,eAAe,sDAA4B,CAAC;AAElD,QAAA,MAAM,sBAAsB,0HAAmC,CAAC;AAEhE,QAAA,MAAM,sBAAsB;YAGhB,OAAO;
|
|
1
|
+
{"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../src/components/ui/dropdown-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AAIvE,QAAA,MAAM,YAAY,mDAA6B,CAAC;AAEhD,QAAA,MAAM,mBAAmB,0HAAgC,CAAC;AAE1D,QAAA,MAAM,iBAAiB,qHAA8B,CAAC;AAEtD,QAAA,MAAM,kBAAkB,yDAA+B,CAAC;AAExD,QAAA,MAAM,eAAe,sDAA4B,CAAC;AAElD,QAAA,MAAM,sBAAsB,0HAAmC,CAAC;AAEhE,QAAA,MAAM,sBAAsB;YAGhB,OAAO;wCAgBjB,CAAC;AAGH,QAAA,MAAM,sBAAsB,6KAY1B,CAAC;AAGH,QAAA,MAAM,mBAAmB,0KAevB,CAAC;AAGH,QAAA,MAAM,gBAAgB;YAGV,OAAO;wCAYjB,CAAC;AAGH,QAAA,MAAM,wBAAwB,+KAoB5B,CAAC;AAGH,QAAA,MAAM,qBAAqB,4KAmBzB,CAAC;AAGH,QAAA,MAAM,iBAAiB;YAGX,OAAO;wCAIjB,CAAC;AAGH,QAAA,MAAM,qBAAqB,4KAGwH,CAAC;AAGpJ,QAAA,MAAM,oBAAoB;8BAA6B,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,YAAY;;CAEhH,CAAC;AAGF,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,GACvB,CAAC"}
|
|
@@ -8,7 +8,10 @@ export type { BadgeProps } from "./badge";
|
|
|
8
8
|
export { Input } from "./input";
|
|
9
9
|
export { Toast, ToastProvider, ToastViewport, ToastTitle, ToastDescription, ToastClose, ToastAction } from "./toast";
|
|
10
10
|
export type { ToastProps, ToastActionElement } from "./toast";
|
|
11
|
-
export {
|
|
11
|
+
export { Label } from "./label";
|
|
12
|
+
export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, } from "./select";
|
|
13
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from "./sheet";
|
|
12
14
|
export { Calendar } from "./calendar";
|
|
13
15
|
export type { CalendarProps } from "./calendar";
|
|
16
|
+
export { Popover, PopoverTrigger, PopoverContent } from "./popover";
|
|
14
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAClD,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAC/F,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,gBAAgB,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AACrH,YAAY,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC9D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAClD,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAC/F,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,gBAAgB,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AACrH,YAAY,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAC3J,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1,39 +1,54 @@
|
|
|
1
|
-
import { A as t, a as s, b as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { S as F, a as G, b as H, c as L, d as P, e as j, f as q, g as y } from "../../select-B-hcmC3K.js";
|
|
1
|
+
import { A as t, a as s, b as o, C as r, c as l, I as S, L as n, P as i, d as c, e as p, S as C, f as d, g as T, h, i as b, j as g, k as f, l as m, m as u, n as x, T as B, o as P, p as v, q as A, r as D, s as V, t as I } from "../../popover-UjRQmYGN.js";
|
|
2
|
+
import { B as k, b as w } from "../../floating-ui.react-dom-BIcsGc3t.js";
|
|
3
|
+
import { C as H, a as j, b as q, c as y, d as G, e as O } from "../../card-7XPLAra3.js";
|
|
4
|
+
import { B as z, b as E } from "../../badge-Bw-aBz_H.js";
|
|
5
|
+
import { S as K, a as M, b as N, c as Q, d as R, e as W, f as X, g as Y, h as Z, i as _ } from "../../select-CtU681LB.js";
|
|
7
6
|
export {
|
|
8
7
|
t as Alert,
|
|
9
8
|
s as AlertDescription,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
9
|
+
o as AlertTitle,
|
|
10
|
+
z as Badge,
|
|
11
|
+
k as Button,
|
|
12
|
+
r as Calendar,
|
|
13
|
+
H as Card,
|
|
14
|
+
j as CardContent,
|
|
15
|
+
q as CardDescription,
|
|
16
|
+
y as CardFooter,
|
|
17
|
+
G as CardHeader,
|
|
18
|
+
O as CardTitle,
|
|
19
|
+
l as Checkbox,
|
|
20
|
+
S as Input,
|
|
21
|
+
n as Label,
|
|
22
|
+
i as Popover,
|
|
23
|
+
c as PopoverContent,
|
|
24
|
+
p as PopoverTrigger,
|
|
25
|
+
K as Select,
|
|
26
|
+
M as SelectContent,
|
|
27
|
+
N as SelectGroup,
|
|
28
|
+
Q as SelectItem,
|
|
29
|
+
R as SelectLabel,
|
|
30
|
+
W as SelectScrollDownButton,
|
|
31
|
+
X as SelectScrollUpButton,
|
|
32
|
+
Y as SelectSeparator,
|
|
33
|
+
Z as SelectTrigger,
|
|
34
|
+
_ as SelectValue,
|
|
35
|
+
C as Sheet,
|
|
36
|
+
d as SheetClose,
|
|
37
|
+
T as SheetContent,
|
|
38
|
+
h as SheetDescription,
|
|
39
|
+
b as SheetFooter,
|
|
40
|
+
g as SheetHeader,
|
|
41
|
+
f as SheetOverlay,
|
|
42
|
+
m as SheetPortal,
|
|
43
|
+
u as SheetTitle,
|
|
44
|
+
x as SheetTrigger,
|
|
45
|
+
B as Toast,
|
|
46
|
+
P as ToastAction,
|
|
47
|
+
v as ToastClose,
|
|
48
|
+
A as ToastDescription,
|
|
49
|
+
D as ToastProvider,
|
|
50
|
+
V as ToastTitle,
|
|
51
|
+
I as ToastViewport,
|
|
52
|
+
E as badgeVariants,
|
|
53
|
+
w as buttonVariants
|
|
39
54
|
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
3
|
+
import { type VariantProps } from "class-variance-authority";
|
|
4
|
+
declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import("class-variance-authority/types").ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
|
|
5
|
+
export { Label };
|
|
6
|
+
//# sourceMappingURL=label.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMlE,QAAA,MAAM,KAAK,4PAGiH,CAAC;AAG7H,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -10,5 +10,5 @@ declare const SelectContent: React.ForwardRefExoticComponent<Omit<SelectPrimitiv
|
|
|
10
10
|
declare const SelectLabel: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
11
11
|
declare const SelectItem: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
12
12
|
declare const SelectSeparator: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
-
export { Select,
|
|
13
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
|
|
14
14
|
//# sourceMappingURL=select.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/ui/select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAE1D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,QAAA,MAAM,MAAM,uCAAuB,CAAC;AAEpC,QAAA,MAAM,WAAW,yGAAwB,CAAC;AAE1C,QAAA,MAAM,WAAW,0GAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa,oKAgBlB,CAAC;AAGF,QAAA,MAAM,oBAAoB,qKAOxB,CAAC;AAGH,QAAA,MAAM,sBAAsB,uKAO1B,CAAC;AAGH,QAAA,MAAM,aAAa,8JAwBlB,CAAC;AAGF,QAAA,MAAM,WAAW,4JAEhB,CAAC;AAGF,QAAA,MAAM,UAAU,2JAkBf,CAAC;AAGF,QAAA,MAAM,eAAe,gKAEpB,CAAC;AAGF,OAAO,EACL,MAAM,EACN,
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/ui/select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAE1D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,QAAA,MAAM,MAAM,uCAAuB,CAAC;AAEpC,QAAA,MAAM,WAAW,yGAAwB,CAAC;AAE1C,QAAA,MAAM,WAAW,0GAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa,oKAgBlB,CAAC;AAGF,QAAA,MAAM,oBAAoB,qKAOxB,CAAC;AAGH,QAAA,MAAM,sBAAsB,uKAO1B,CAAC;AAGH,QAAA,MAAM,aAAa,8JAwBlB,CAAC;AAGF,QAAA,MAAM,WAAW,4JAEhB,CAAC;AAGF,QAAA,MAAM,UAAU,2JAkBf,CAAC;AAGF,QAAA,MAAM,eAAe,gKAEpB,CAAC;AAGF,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../../src/components/ui/sheet.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../../src/components/ui/sheet.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,QAAA,MAAM,KAAK,sCAAsB,CAAC;AAClC,QAAA,MAAM,YAAY,6GAAyB,CAAC;AAC5C,QAAA,MAAM,UAAU,2GAAuB,CAAC;AACxC,QAAA,MAAM,WAAW,4CAAwB,CAAC;AAE1C,QAAA,MAAM,YAAY,6JAWjB,CAAC;AAGF,QAAA,MAAM,aAAa;;8EAelB,CAAC;AAEF,UAAU,iBAAkB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC;CAAG;AAExI,QAAA,MAAM,YAAY,0FAajB,CAAC;AAGF,QAAA,MAAM,WAAW;8BAA6B,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO;;CAErG,CAAC;AAGF,QAAA,MAAM,WAAW;8BAA6B,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO;;CAErG,CAAC;AAGF,QAAA,MAAM,UAAU,mKAEf,CAAC;AAGF,QAAA,MAAM,gBAAgB,6KAG6H,CAAC;AAGpJ,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -12,5 +12,5 @@ declare const ToastTitle: React.ForwardRefExoticComponent<Omit<ToastPrimitives.T
|
|
|
12
12
|
declare const ToastDescription: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
13
13
|
type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>;
|
|
14
14
|
type ToastActionElement = React.ReactElement<typeof ToastAction>;
|
|
15
|
-
export { type ToastProps, type ToastActionElement, ToastProvider, ToastViewport, Toast, ToastTitle, ToastDescription, ToastClose, ToastAction
|
|
15
|
+
export { type ToastProps, type ToastActionElement, ToastProvider, ToastViewport, Toast, ToastTitle, ToastDescription, ToastClose, ToastAction };
|
|
16
16
|
//# sourceMappingURL=toast.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../src/components/ui/toast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa,8CAA2B,CAAC;AAE/C,QAAA,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../src/components/ui/toast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa,8CAA2B,CAAC;AAE/C,QAAA,MAAM,aAAa,kKAWlB,CAAC;AAkBF,QAAA,MAAM,KAAK;;qHAKT,CAAC;AAGH,QAAA,MAAM,WAAW,kKAWhB,CAAC;AAGF,QAAA,MAAM,UAAU,iKAcf,CAAC;AAGF,QAAA,MAAM,UAAU,2JAEf,CAAC;AAGF,QAAA,MAAM,gBAAgB,iKAGmH,CAAC;AAG1I,KAAK,UAAU,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,KAAK,CAAC,CAAC;AAE/D,KAAK,kBAAkB,GAAG,KAAK,CAAC,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEjE,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,kBAAkB,EAAE,aAAa,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,UAAU,EAAE,WAAW,EAAE,CAAC"}
|