brd-ui-kit 0.1.71 → 0.1.72
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/brd-ui-kit.css +1 -1
- package/dist/components/basic-table/basic-table.d.ts +3 -1
- package/dist/components/input-contact/input-contact.d.ts +2 -2
- package/dist/components/ui/calendar/calendar.d.ts +19 -0
- package/dist/components/ui/calendar/calendar.styles.d.ts +4 -0
- package/dist/components/ui/calendar/index.d.ts +2 -0
- package/dist/components/ui/calendar.d.ts +2 -0
- package/dist/components/ui/icon/icon-presets.d.ts +35 -0
- package/dist/components/ui/icon/icon.d.ts +11 -7
- package/dist/components/ui/icon/index.d.ts +3 -1
- package/dist/components/ui/table/table.d.ts +2 -1
- package/dist/components-app-pagination-app-pagination.cjs +1 -1
- package/dist/components-app-pagination-app-pagination.cjs.map +1 -1
- package/dist/components-app-pagination-app-pagination.js +35 -35
- package/dist/components-app-pagination-app-pagination.js.map +1 -1
- package/dist/components-app-sidebar-app-sidebar.cjs +1 -1
- package/dist/components-app-sidebar-app-sidebar.cjs.map +1 -1
- package/dist/components-app-sidebar-app-sidebar.js +16 -16
- package/dist/components-app-sidebar-app-sidebar.js.map +1 -1
- package/dist/components-avatar-uploader-avatar-uploader.cjs +1 -1
- package/dist/components-avatar-uploader-avatar-uploader.cjs.map +1 -1
- package/dist/components-avatar-uploader-avatar-uploader.js +3 -4
- package/dist/components-avatar-uploader-avatar-uploader.js.map +1 -1
- package/dist/components-basic-avatar-basic-avatar.cjs +2 -2
- package/dist/components-basic-avatar-basic-avatar.cjs.map +1 -1
- package/dist/components-basic-avatar-basic-avatar.js +12 -12
- package/dist/components-basic-avatar-basic-avatar.js.map +1 -1
- package/dist/components-basic-table-basic-table.cjs +2 -2
- package/dist/components-basic-table-basic-table.cjs.map +1 -1
- package/dist/components-basic-table-basic-table.js +259 -255
- package/dist/components-basic-table-basic-table.js.map +1 -1
- package/dist/components-files-uploader-files-uploader.cjs +3 -3
- package/dist/components-files-uploader-files-uploader.cjs.map +1 -1
- package/dist/components-files-uploader-files-uploader.js +29 -29
- package/dist/components-files-uploader-files-uploader.js.map +1 -1
- package/dist/components-input-contact-input-contact.cjs +4 -8
- package/dist/components-input-contact-input-contact.cjs.map +1 -1
- package/dist/components-input-contact-input-contact.js +92 -109
- package/dist/components-input-contact-input-contact.js.map +1 -1
- package/dist/components-input-password-input-password.cjs +1 -1
- package/dist/components-input-password-input-password.cjs.map +1 -1
- package/dist/components-input-password-input-password.js +2 -2
- package/dist/components-input-password-input-password.js.map +1 -1
- package/dist/components-ui-button-button.styles.cjs +4 -4
- package/dist/components-ui-button-button.styles.cjs.map +1 -1
- package/dist/components-ui-button-button.styles.js +5 -5
- package/dist/components-ui-button-button.styles.js.map +1 -1
- package/dist/components-ui-calendar-calendar.cjs +13 -0
- package/dist/components-ui-calendar-calendar.cjs.map +1 -0
- package/dist/components-ui-calendar-calendar.js +3761 -0
- package/dist/components-ui-calendar-calendar.js.map +1 -0
- package/dist/components-ui-calendar-calendar.styles.cjs +14 -0
- package/dist/components-ui-calendar-calendar.styles.cjs.map +1 -0
- package/dist/components-ui-calendar-calendar.styles.js +34 -0
- package/dist/components-ui-calendar-calendar.styles.js.map +1 -0
- package/dist/components-ui-calendar.cjs +2 -0
- package/dist/components-ui-calendar.cjs.map +1 -0
- package/dist/components-ui-calendar.js +6 -0
- package/dist/components-ui-calendar.js.map +1 -0
- package/dist/components-ui-checkbox-checkbox.cjs +1 -1
- package/dist/components-ui-checkbox-checkbox.cjs.map +1 -1
- package/dist/components-ui-checkbox-checkbox.js +12 -11
- package/dist/components-ui-checkbox-checkbox.js.map +1 -1
- package/dist/components-ui-combobox-combobox.cjs +4 -4
- package/dist/components-ui-combobox-combobox.cjs.map +1 -1
- package/dist/components-ui-combobox-combobox.js +4 -4
- package/dist/components-ui-combobox-combobox.js.map +1 -1
- package/dist/components-ui-dialog-dialog.cjs +1 -1
- package/dist/components-ui-dialog-dialog.cjs.map +1 -1
- package/dist/components-ui-dialog-dialog.js +4 -10
- package/dist/components-ui-dialog-dialog.js.map +1 -1
- package/dist/components-ui-icon-icon-presets.cjs +2 -0
- package/dist/components-ui-icon-icon-presets.cjs.map +1 -0
- package/dist/components-ui-icon-icon-presets.js +14 -0
- package/dist/components-ui-icon-icon-presets.js.map +1 -0
- package/dist/components-ui-icon-icon.cjs +1 -1
- package/dist/components-ui-icon-icon.cjs.map +1 -1
- package/dist/components-ui-icon-icon.js +62714 -34
- package/dist/components-ui-icon-icon.js.map +1 -1
- package/dist/components-ui-icon.cjs +1 -1
- package/dist/components-ui-icon.js +4 -2
- package/dist/components-ui-icon.js.map +1 -1
- package/dist/components-ui-pagination-pagination.cjs +1 -1
- package/dist/components-ui-pagination-pagination.cjs.map +1 -1
- package/dist/components-ui-pagination-pagination.js +50 -50
- package/dist/components-ui-pagination-pagination.js.map +1 -1
- package/dist/components-ui-select-select.cjs +1 -1
- package/dist/components-ui-select-select.cjs.map +1 -1
- package/dist/components-ui-select-select.js +1 -1
- package/dist/components-ui-select-select.js.map +1 -1
- package/dist/components-ui-sonner-sonner.cjs +1 -1
- package/dist/components-ui-sonner-sonner.cjs.map +1 -1
- package/dist/components-ui-sonner-sonner.js +14 -14
- package/dist/components-ui-sonner-sonner.js.map +1 -1
- package/dist/components-ui-table-table.cjs +4 -4
- package/dist/components-ui-table-table.cjs.map +1 -1
- package/dist/components-ui-table-table.js +89 -85
- package/dist/components-ui-table-table.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +23 -20
- package/dist/index.js.map +1 -1
- package/dist/types/types.d.ts +2 -2
- package/package.json +27 -16
- package/dist/components/ui/icon/icon-dictionary.d.ts +0 -60
- package/dist/components/ui/icon/overrides.d.ts +0 -21
- package/dist/components-ui-icon-icon-dictionary.cjs +0 -2
- package/dist/components-ui-icon-icon-dictionary.cjs.map +0 -1
- package/dist/components-ui-icon-icon-dictionary.js +0 -63
- package/dist/components-ui-icon-icon-dictionary.js.map +0 -1
- package/dist/components-ui-icon-overrides.cjs +0 -2
- package/dist/components-ui-icon-overrides.cjs.map +0 -1
- package/dist/components-ui-icon-overrides.js +0 -175
- package/dist/components-ui-icon-overrides.js.map +0 -1
|
@@ -1,130 +1,134 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { cn as
|
|
4
|
-
const
|
|
5
|
-
ref:
|
|
6
|
-
className:
|
|
7
|
-
...
|
|
8
|
-
}) => /* @__PURE__ */
|
|
3
|
+
import { cn as l } from "./lib-utils.js";
|
|
4
|
+
const d = ({
|
|
5
|
+
ref: a,
|
|
6
|
+
className: t,
|
|
7
|
+
...e
|
|
8
|
+
}) => /* @__PURE__ */ o("div", { className: "relative w-full overflow-auto", children: /* @__PURE__ */ o(
|
|
9
9
|
"table",
|
|
10
10
|
{
|
|
11
|
-
ref:
|
|
12
|
-
className:
|
|
13
|
-
...
|
|
11
|
+
ref: a,
|
|
12
|
+
className: l("w-full caption-bottom text-sm", t),
|
|
13
|
+
...e
|
|
14
14
|
}
|
|
15
15
|
) });
|
|
16
|
-
|
|
17
|
-
const
|
|
18
|
-
ref:
|
|
19
|
-
className:
|
|
20
|
-
...
|
|
21
|
-
}) => /* @__PURE__ */
|
|
16
|
+
d.displayName = "Table";
|
|
17
|
+
const m = ({
|
|
18
|
+
ref: a,
|
|
19
|
+
className: t,
|
|
20
|
+
...e
|
|
21
|
+
}) => /* @__PURE__ */ o(
|
|
22
22
|
"thead",
|
|
23
23
|
{
|
|
24
|
-
ref:
|
|
25
|
-
className:
|
|
26
|
-
...
|
|
24
|
+
ref: a,
|
|
25
|
+
className: l("text-primary-text [&_tr]:border-b", t),
|
|
26
|
+
...e
|
|
27
27
|
}
|
|
28
28
|
);
|
|
29
|
-
|
|
30
|
-
const
|
|
31
|
-
ref:
|
|
32
|
-
className:
|
|
33
|
-
...
|
|
34
|
-
}) => /* @__PURE__ */
|
|
29
|
+
m.displayName = "TableHeader";
|
|
30
|
+
const b = ({
|
|
31
|
+
ref: a,
|
|
32
|
+
className: t,
|
|
33
|
+
...e
|
|
34
|
+
}) => /* @__PURE__ */ o(
|
|
35
35
|
"tbody",
|
|
36
36
|
{
|
|
37
|
-
ref:
|
|
38
|
-
className:
|
|
39
|
-
...
|
|
37
|
+
ref: a,
|
|
38
|
+
className: l(t),
|
|
39
|
+
...e
|
|
40
40
|
}
|
|
41
41
|
);
|
|
42
|
-
|
|
43
|
-
const
|
|
44
|
-
ref:
|
|
45
|
-
className:
|
|
46
|
-
...
|
|
47
|
-
}) => /* @__PURE__ */
|
|
42
|
+
b.displayName = "TableBody";
|
|
43
|
+
const c = ({
|
|
44
|
+
ref: a,
|
|
45
|
+
className: t,
|
|
46
|
+
...e
|
|
47
|
+
}) => /* @__PURE__ */ o(
|
|
48
48
|
"tfoot",
|
|
49
49
|
{
|
|
50
|
-
ref:
|
|
51
|
-
className:
|
|
52
|
-
...
|
|
50
|
+
ref: a,
|
|
51
|
+
className: l("bg-muted/50 border-t font-medium", t),
|
|
52
|
+
...e
|
|
53
53
|
}
|
|
54
54
|
);
|
|
55
|
-
|
|
56
|
-
const
|
|
57
|
-
ref:
|
|
58
|
-
className:
|
|
59
|
-
|
|
60
|
-
|
|
55
|
+
c.displayName = "TableFooter";
|
|
56
|
+
const i = ({
|
|
57
|
+
ref: a,
|
|
58
|
+
className: t,
|
|
59
|
+
clickable: e = !1,
|
|
60
|
+
onClick: s,
|
|
61
|
+
...r
|
|
62
|
+
}) => /* @__PURE__ */ o(
|
|
61
63
|
"tr",
|
|
62
64
|
{
|
|
63
|
-
ref:
|
|
64
|
-
className:
|
|
65
|
+
ref: a,
|
|
66
|
+
className: l(
|
|
65
67
|
`hover:bg-muted/50 data-[state=selected]:bg-muted border-delicate-border border-b
|
|
66
68
|
transition-colors`,
|
|
67
|
-
|
|
69
|
+
e && "cursor-pointer",
|
|
70
|
+
t
|
|
68
71
|
),
|
|
69
|
-
|
|
72
|
+
onClick: e ? s : void 0,
|
|
73
|
+
...r
|
|
70
74
|
}
|
|
71
75
|
);
|
|
72
|
-
|
|
73
|
-
const
|
|
74
|
-
ref:
|
|
75
|
-
className:
|
|
76
|
-
...
|
|
77
|
-
}) => /* @__PURE__ */
|
|
76
|
+
i.displayName = "TableRow";
|
|
77
|
+
const n = ({
|
|
78
|
+
ref: a,
|
|
79
|
+
className: t,
|
|
80
|
+
...e
|
|
81
|
+
}) => /* @__PURE__ */ o(
|
|
78
82
|
"th",
|
|
79
83
|
{
|
|
80
|
-
ref:
|
|
81
|
-
className:
|
|
84
|
+
ref: a,
|
|
85
|
+
className: l(
|
|
82
86
|
`text-muted-foreground h-10 px-6.25 text-left align-middle font-medium
|
|
83
87
|
[&:has([role=checkbox])]:pr-0 *:[[role=checkbox]]:translate-y-0.5`,
|
|
84
|
-
|
|
88
|
+
t
|
|
85
89
|
),
|
|
86
|
-
...
|
|
90
|
+
...e
|
|
87
91
|
}
|
|
88
92
|
);
|
|
89
|
-
|
|
90
|
-
const
|
|
91
|
-
ref:
|
|
92
|
-
className:
|
|
93
|
-
...
|
|
94
|
-
}) => /* @__PURE__ */
|
|
93
|
+
n.displayName = "TableHead";
|
|
94
|
+
const p = ({
|
|
95
|
+
ref: a,
|
|
96
|
+
className: t,
|
|
97
|
+
...e
|
|
98
|
+
}) => /* @__PURE__ */ o(
|
|
95
99
|
"td",
|
|
96
100
|
{
|
|
97
|
-
ref:
|
|
98
|
-
className:
|
|
101
|
+
ref: a,
|
|
102
|
+
className: l(
|
|
99
103
|
`px-6.25 pt-6 pb-3.5 align-middle [&:has([role=checkbox])]:pr-0
|
|
100
104
|
*:[[role=checkbox]]:translate-y-0.5`,
|
|
101
|
-
|
|
105
|
+
t
|
|
102
106
|
),
|
|
103
|
-
...
|
|
107
|
+
...e
|
|
104
108
|
}
|
|
105
109
|
);
|
|
106
|
-
|
|
107
|
-
const
|
|
108
|
-
ref:
|
|
109
|
-
className:
|
|
110
|
-
...
|
|
111
|
-
}) => /* @__PURE__ */
|
|
110
|
+
p.displayName = "TableCell";
|
|
111
|
+
const N = ({
|
|
112
|
+
ref: a,
|
|
113
|
+
className: t,
|
|
114
|
+
...e
|
|
115
|
+
}) => /* @__PURE__ */ o(
|
|
112
116
|
"caption",
|
|
113
117
|
{
|
|
114
|
-
ref:
|
|
115
|
-
className:
|
|
116
|
-
...
|
|
118
|
+
ref: a,
|
|
119
|
+
className: l("text-muted-foreground mt-4 text-sm", t),
|
|
120
|
+
...e
|
|
117
121
|
}
|
|
118
122
|
);
|
|
119
|
-
|
|
123
|
+
N.displayName = "TableCaption";
|
|
120
124
|
export {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
125
|
+
d as Table,
|
|
126
|
+
b as TableBody,
|
|
127
|
+
N as TableCaption,
|
|
128
|
+
p as TableCell,
|
|
129
|
+
c as TableFooter,
|
|
130
|
+
n as TableHead,
|
|
131
|
+
m as TableHeader,
|
|
132
|
+
i as TableRow
|
|
129
133
|
};
|
|
130
134
|
//# sourceMappingURL=components-ui-table-table.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components-ui-table-table.js","sources":["../src/components/ui/table/table.tsx"],"sourcesContent":["import * as React from \"react\";\n\nimport { cn } from \"@/lib/utils\";\n\nconst Table = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableElement> & {\n ref?: React.RefObject<HTMLTableElement | null>;\n}) => (\n <div className=\"relative w-full overflow-auto\">\n <table\n ref={ref}\n className={cn(\"w-full caption-bottom text-sm\", className)}\n {...props}\n />\n </div>\n);\nTable.displayName = \"Table\";\n\nconst TableHeader = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableSectionElement> & {\n ref?: React.RefObject<HTMLTableSectionElement | null>;\n}) => (\n <thead\n ref={ref}\n className={cn(\"text-primary-text [&_tr]:border-b\", className)}\n {...props}\n />\n);\nTableHeader.displayName = \"TableHeader\";\n\nconst TableBody = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableSectionElement> & {\n ref?: React.RefObject<HTMLTableSectionElement | null>;\n}) => (\n <tbody\n ref={ref}\n className={cn(className)}\n {...props}\n />\n);\nTableBody.displayName = \"TableBody\";\n\nconst TableFooter = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableSectionElement> & {\n ref?: React.RefObject<HTMLTableSectionElement | null>;\n}) => (\n <tfoot\n ref={ref}\n className={cn(\"bg-muted/50 border-t font-medium\", className)}\n {...props}\n />\n);\nTableFooter.displayName = \"TableFooter\";\n\nconst TableRow = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableRowElement> & {\n ref?: React.RefObject<HTMLTableRowElement | null>;\n}) => (\n <tr\n ref={ref}\n className={cn(\n `hover:bg-muted/50 data-[state=selected]:bg-muted border-delicate-border border-b\n transition-colors`,\n className,\n )}\n {...props}\n />\n);\nTableRow.displayName = \"TableRow\";\n\nconst TableHead = ({\n ref,\n className,\n ...props\n}: React.ThHTMLAttributes<HTMLTableCellElement> & {\n ref?: React.RefObject<HTMLTableCellElement | null>;\n}) => (\n <th\n ref={ref}\n className={cn(\n `text-muted-foreground h-10 px-6.25 text-left align-middle font-medium\n [&:has([role=checkbox])]:pr-0 *:[[role=checkbox]]:translate-y-0.5`,\n className,\n )}\n {...props}\n />\n);\nTableHead.displayName = \"TableHead\";\n\nconst TableCell = ({\n ref,\n className,\n ...props\n}: React.TdHTMLAttributes<HTMLTableCellElement> & {\n ref?: React.RefObject<HTMLTableCellElement | null>;\n}) => (\n <td\n ref={ref}\n className={cn(\n `px-6.25 pt-6 pb-3.5 align-middle [&:has([role=checkbox])]:pr-0\n *:[[role=checkbox]]:translate-y-0.5`,\n className,\n )}\n {...props}\n />\n);\nTableCell.displayName = \"TableCell\";\n\nconst TableCaption = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableCaptionElement> & {\n ref?: React.RefObject<HTMLTableCaptionElement | null>;\n}) => (\n <caption\n ref={ref}\n className={cn(\"text-muted-foreground mt-4 text-sm\", className)}\n {...props}\n />\n);\nTableCaption.displayName = \"TableCaption\";\n\nexport {\n Table,\n TableBody,\n TableCaption,\n TableCell,\n TableFooter,\n TableHead,\n TableHeader,\n TableRow,\n};\n"],"names":["Table","ref","className","props","jsx","cn","TableHeader","TableBody","TableFooter","TableRow","TableHead","TableCell","TableCaption"],"mappings":";;;AAIA,MAAMA,IAAQ,CAAC;AAAA,EACb,KAAAC;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC,EAAC,OAAA,EAAI,WAAU,iCACb,UAAA,gBAAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI,EAAG,iCAAiCH,CAAS;AAAA,IACvD,GAAGC;AAAA,EAAA;AACN,EAAA,CACF;AAEFH,EAAM,cAAc;AAEpB,MAAMM,IAAc,CAAC;AAAA,EACnB,KAAAL;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI,EAAG,qCAAqCH,CAAS;AAAA,IAC3D,GAAGC;AAAA,EAAA;AACN;AAEFG,EAAY,cAAc;AAE1B,MAAMC,IAAY,CAAC;AAAA,EACjB,KAAAN;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI,EAAGH,CAAS;AAAA,IACtB,GAAGC;AAAA,EAAA;AACN;AAEFI,EAAU,cAAc;AAExB,MAAMC,IAAc,CAAC;AAAA,EACnB,KAAAP;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI,EAAG,oCAAoCH,CAAS;AAAA,IAC1D,GAAGC;AAAA,EAAA;AACN;AAEFK,EAAY,cAAc;AAE1B,MAAMC,IAAW,CAAC;AAAA,EAChB,KAAAR;AAAA,EACA,WAAAC;AAAA,EACA,
|
|
1
|
+
{"version":3,"file":"components-ui-table-table.js","sources":["../src/components/ui/table/table.tsx"],"sourcesContent":["import * as React from \"react\";\n\nimport { cn } from \"@/lib/utils\";\n\nconst Table = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableElement> & {\n ref?: React.RefObject<HTMLTableElement | null>;\n}) => (\n <div className=\"relative w-full overflow-auto\">\n <table\n ref={ref}\n className={cn(\"w-full caption-bottom text-sm\", className)}\n {...props}\n />\n </div>\n);\nTable.displayName = \"Table\";\n\nconst TableHeader = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableSectionElement> & {\n ref?: React.RefObject<HTMLTableSectionElement | null>;\n}) => (\n <thead\n ref={ref}\n className={cn(\"text-primary-text [&_tr]:border-b\", className)}\n {...props}\n />\n);\nTableHeader.displayName = \"TableHeader\";\n\nconst TableBody = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableSectionElement> & {\n ref?: React.RefObject<HTMLTableSectionElement | null>;\n}) => (\n <tbody\n ref={ref}\n className={cn(className)}\n {...props}\n />\n);\nTableBody.displayName = \"TableBody\";\n\nconst TableFooter = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableSectionElement> & {\n ref?: React.RefObject<HTMLTableSectionElement | null>;\n}) => (\n <tfoot\n ref={ref}\n className={cn(\"bg-muted/50 border-t font-medium\", className)}\n {...props}\n />\n);\nTableFooter.displayName = \"TableFooter\";\n\nconst TableRow = ({\n ref,\n className,\n clickable = false,\n onClick,\n ...props\n}: React.HTMLAttributes<HTMLTableRowElement> & {\n ref?: React.RefObject<HTMLTableRowElement | null>;\n clickable?: boolean;\n}) => (\n <tr\n ref={ref}\n className={cn(\n `hover:bg-muted/50 data-[state=selected]:bg-muted border-delicate-border border-b\n transition-colors`,\n clickable && \"cursor-pointer\",\n className,\n )}\n onClick={clickable ? onClick : undefined}\n {...props}\n />\n);\nTableRow.displayName = \"TableRow\";\n\nconst TableHead = ({\n ref,\n className,\n ...props\n}: React.ThHTMLAttributes<HTMLTableCellElement> & {\n ref?: React.RefObject<HTMLTableCellElement | null>;\n}) => (\n <th\n ref={ref}\n className={cn(\n `text-muted-foreground h-10 px-6.25 text-left align-middle font-medium\n [&:has([role=checkbox])]:pr-0 *:[[role=checkbox]]:translate-y-0.5`,\n className,\n )}\n {...props}\n />\n);\nTableHead.displayName = \"TableHead\";\n\nconst TableCell = ({\n ref,\n className,\n ...props\n}: React.TdHTMLAttributes<HTMLTableCellElement> & {\n ref?: React.RefObject<HTMLTableCellElement | null>;\n}) => (\n <td\n ref={ref}\n className={cn(\n `px-6.25 pt-6 pb-3.5 align-middle [&:has([role=checkbox])]:pr-0\n *:[[role=checkbox]]:translate-y-0.5`,\n className,\n )}\n {...props}\n />\n);\nTableCell.displayName = \"TableCell\";\n\nconst TableCaption = ({\n ref,\n className,\n ...props\n}: React.HTMLAttributes<HTMLTableCaptionElement> & {\n ref?: React.RefObject<HTMLTableCaptionElement | null>;\n}) => (\n <caption\n ref={ref}\n className={cn(\"text-muted-foreground mt-4 text-sm\", className)}\n {...props}\n />\n);\nTableCaption.displayName = \"TableCaption\";\n\nexport {\n Table,\n TableBody,\n TableCaption,\n TableCell,\n TableFooter,\n TableHead,\n TableHeader,\n TableRow,\n};\n"],"names":["Table","ref","className","props","jsx","cn","TableHeader","TableBody","TableFooter","TableRow","clickable","onClick","TableHead","TableCell","TableCaption"],"mappings":";;;AAIA,MAAMA,IAAQ,CAAC;AAAA,EACb,KAAAC;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC,EAAC,OAAA,EAAI,WAAU,iCACb,UAAA,gBAAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI,EAAG,iCAAiCH,CAAS;AAAA,IACvD,GAAGC;AAAA,EAAA;AACN,EAAA,CACF;AAEFH,EAAM,cAAc;AAEpB,MAAMM,IAAc,CAAC;AAAA,EACnB,KAAAL;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI,EAAG,qCAAqCH,CAAS;AAAA,IAC3D,GAAGC;AAAA,EAAA;AACN;AAEFG,EAAY,cAAc;AAE1B,MAAMC,IAAY,CAAC;AAAA,EACjB,KAAAN;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI,EAAGH,CAAS;AAAA,IACtB,GAAGC;AAAA,EAAA;AACN;AAEFI,EAAU,cAAc;AAExB,MAAMC,IAAc,CAAC;AAAA,EACnB,KAAAP;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI,EAAG,oCAAoCH,CAAS;AAAA,IAC1D,GAAGC;AAAA,EAAA;AACN;AAEFK,EAAY,cAAc;AAE1B,MAAMC,IAAW,CAAC;AAAA,EAChB,KAAAR;AAAA,EACA,WAAAC;AAAA,EACA,WAAAQ,IAAY;AAAA,EACZ,SAAAC;AAAA,EACA,GAAGR;AACL,MAIE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI;AAAA,MACT;AAAA;AAAA,MAEAK,KAAa;AAAA,MACbR;AAAA,IAAA;AAAA,IAEF,SAASQ,IAAYC,IAAU;AAAA,IAC9B,GAAGR;AAAA,EAAA;AACN;AAEFM,EAAS,cAAc;AAEvB,MAAMG,IAAY,CAAC;AAAA,EACjB,KAAAX;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI;AAAA,MACT;AAAA;AAAA,MAEAH;AAAA,IAAA;AAAA,IAED,GAAGC;AAAA,EAAA;AACN;AAEFS,EAAU,cAAc;AAExB,MAAMC,IAAY,CAAC;AAAA,EACjB,KAAAZ;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI;AAAA,MACT;AAAA;AAAA,MAEAH;AAAA,IAAA;AAAA,IAED,GAAGC;AAAA,EAAA;AACN;AAEFU,EAAU,cAAc;AAExB,MAAMC,IAAe,CAAC;AAAA,EACpB,KAAAb;AAAA,EACA,WAAAC;AAAA,EACA,GAAGC;AACL,MAGE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,KAAAH;AAAA,IACA,WAAWI,EAAG,sCAAsCH,CAAS;AAAA,IAC5D,GAAGC;AAAA,EAAA;AACN;AAEFW,EAAa,cAAc;"}
|
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./brd-ui-kit.css');;/* empty css */const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./brd-ui-kit.css');;/* empty css */const g=require("./lib-utils.cjs"),m=require("./components-ui-badge-badge.cjs"),C=require("./components-ui-badge-badge.styles.cjs"),T=require("./components-ui-button-button.cjs"),v=require("./components-ui-button-button.styles.cjs"),p=require("./components-ui-card-card.cjs"),x=require("./components-ui-checkbox-checkbox.cjs"),e=require("./components-ui-select-select.cjs"),o=require("./components-ui-combobox-combobox.cjs"),t=require("./components-ui-dialog-dialog.cjs"),a=require("./components-ui-field-field.cjs"),q=require("./components-ui-icon-icon.cjs"),P=require("./components-ui-input-input.cjs"),s=require("./components-ui-input-group-input-group.cjs"),S=require("./components-ui-label-label.cjs"),F=require("./components-ui-navigation-item-navigation-item.cjs"),I=require("./components-ui-navigation-menu-navigation-menu.cjs"),n=require("./components-ui-pagination-pagination.cjs"),h=require("./components-ui-progress-progress.cjs"),_=require("./components-ui-radio-group-radio-group.cjs"),B=require("./components-ui-separator-separator.cjs"),y=require("./components-ui-switch-switch.cjs"),r=require("./components-ui-table-table.cjs"),u=require("./components-ui-tabs-tabs.cjs"),D=require("./components-ui-textarea-textarea.cjs"),l=require("./components-ui-tooltip-tooltip.cjs"),G=require("./components-ui-typography-typography.cjs"),b=require("./components-ui-typography-typography.styles.cjs"),c=require("./components-ui-avatar-avatar.cjs"),A=require("./hooks-usePopupControls.cjs"),w=require("./components-app-pagination-app-pagination.cjs"),L=require("./components-app-sidebar-app-sidebar.cjs"),k=require("./components-basic-checkbox-basic-checkbox.cjs"),M=require("./components-basic-modal-basic-modal.cjs"),H=require("./components-basic-table-basic-table.cjs"),N=require("./components-basic-tooltip-basic-tooltip.cjs"),U=require("./components-input-field-input-field.cjs"),V=require("./components-input-password-input-password.cjs"),R=require("./components-radio-button-radio-button.cjs"),E=require("./components-select-field-select-field.cjs"),f=require("./components-select-groups-select-groups.cjs"),O=require("./components-textarea-field-textarea-field.cjs"),j=require("./components-basic-chart-basic-chart.cjs"),z=require("./components-basic-avatar-basic-avatar.cjs"),J=require("./components-avatar-uploader-avatar-uploader.cjs"),i=require("./components-ui-popover-popover.cjs"),K=require("./components-ui-sonner-sonner.cjs"),Q=require("./index-DGxwh2Ms.cjs"),W=require("./components-popover-modal-popover-modal.cjs"),X=require("./components-basic-select-basic-select.cjs"),Y=require("./components-basic-drawer-basic-drawer.cjs"),Z=require("./components-files-uploader-files-uploader.cjs"),$=require("./components-input-contact-input-contact.cjs"),oo=require("./components-input-phone-input-phone.cjs"),d=require("./components-ui-calendar-calendar.cjs");exports.cn=g.cn;exports.Badge=m.Badge;exports.badgeVariants=C.badgeVariants;exports.Button=T.Button;exports.buttonVariants=v.buttonVariants;exports.Card=p.Card;exports.CardContent=p.CardContent;exports.CardDescription=p.CardDescription;exports.CardFooter=p.CardFooter;exports.CardHeader=p.CardHeader;exports.CardTitle=p.CardTitle;exports.Checkbox=x.Checkbox;exports.Select=e.Select;exports.SelectBaseItem=e.SelectItem;exports.SelectBaseValue=e.SelectValue;exports.SelectContent=e.SelectContent;exports.SelectGroup=e.SelectGroup;exports.SelectLabel=e.SelectLabel;exports.SelectScrollDownButton=e.SelectScrollDownButton;exports.SelectScrollUpButton=e.SelectScrollUpButton;exports.SelectSeparator=e.SelectSeparator;exports.SelectTrigger=e.SelectTrigger;exports.Combobox=o.Combobox;exports.ComboboxChip=o.ComboboxChip;exports.ComboboxChips=o.ComboboxChips;exports.ComboboxChipsInput=o.ComboboxChipsInput;exports.ComboboxCollection=o.ComboboxCollection;exports.ComboboxContent=o.ComboboxContent;exports.ComboboxEmpty=o.ComboboxEmpty;exports.ComboboxField=o.ComboboxField;exports.ComboboxGroup=o.ComboboxGroup;exports.ComboboxInput=o.ComboboxInput;exports.ComboboxItem=o.ComboboxItem;exports.ComboboxLabel=o.ComboboxLabel;exports.ComboboxList=o.ComboboxList;exports.ComboboxSeparator=o.ComboboxSeparator;exports.ComboboxTrigger=o.ComboboxTrigger;exports.ComboboxValue=o.ComboboxValue;exports.Dialog=t.Dialog;exports.DialogClose=t.DialogClose;exports.DialogContent=t.DialogContent;exports.DialogDescription=t.DialogDescription;exports.DialogFooter=t.DialogFooter;exports.DialogHeader=t.DialogHeader;exports.DialogOverlay=t.DialogOverlay;exports.DialogPortal=t.DialogPortal;exports.DialogTitle=t.DialogTitle;exports.DialogTrigger=t.DialogTrigger;exports.Field=a.Field;exports.FieldContent=a.FieldContent;exports.FieldDescription=a.FieldDescription;exports.FieldError=a.FieldError;exports.FieldGroup=a.FieldGroup;exports.FieldLabel=a.FieldLabel;exports.FieldLegend=a.FieldLegend;exports.FieldSeparator=a.FieldSeparator;exports.FieldSet=a.FieldSet;exports.FieldTitle=a.FieldTitle;exports.Icon=q.Icon;exports.Input=P.Input;exports.InputGroup=s.InputGroup;exports.InputGroupAddon=s.InputGroupAddon;exports.InputGroupButton=s.InputGroupButton;exports.InputGroupInput=s.InputGroupInput;exports.InputGroupText=s.InputGroupText;exports.InputGroupTextarea=s.InputGroupTextarea;exports.Label=S.Label;exports.NavigationItem=F.NavigationItem;exports.NavigationMenu=I.NavigationMenu;exports.Pagination=n.Pagination;exports.PaginationContent=n.PaginationContent;exports.PaginationEllipsis=n.PaginationEllipsis;exports.PaginationItem=n.PaginationItem;exports.PaginationLink=n.PaginationLink;exports.PaginationNext=n.PaginationNext;exports.PaginationPrevious=n.PaginationPrevious;exports.Progress=h.Progress;exports.RadioGroup=_.RadioGroup;exports.RadioGroupItem=_.RadioGroupItem;exports.Separator=B.Separator;exports.Switch=y.Switch;exports.Table=r.Table;exports.TableBody=r.TableBody;exports.TableCaption=r.TableCaption;exports.TableCell=r.TableCell;exports.TableFooter=r.TableFooter;exports.TableHead=r.TableHead;exports.TableHeader=r.TableHeader;exports.TableRow=r.TableRow;exports.Tabs=u.Tabs;exports.TabsContent=u.TabsContent;exports.TabsList=u.TabsList;exports.TabsTrigger=u.TabsTrigger;exports.Textarea=D.Textarea;exports.Tooltip=l.Tooltip;exports.TooltipArrow=l.TooltipArrow;exports.TooltipContent=l.TooltipContent;exports.TooltipProvider=l.TooltipProvider;exports.TooltipTrigger=l.TooltipTrigger;exports.Typography=G.Typography;exports.getTypographyClassName=b.getTypographyClassName;exports.typographyClassNames=b.typographyClassNames;exports.typographyVariantOptions=b.typographyVariantOptions;exports.Avatar=c.Avatar;exports.AvatarBadge=c.AvatarBadge;exports.AvatarFallback=c.AvatarFallback;exports.AvatarGroup=c.AvatarGroup;exports.AvatarGroupCount=c.AvatarGroupCount;exports.AvatarImage=c.AvatarImage;exports.usePopupControls=A.usePopupControls;exports.AppPagination=w.AppPagination;exports.AppSidebar=L.AppSidebar;exports.BasicCheckbox=k.BasicCheckbox;exports.BasicModal=M.BasicModal;exports.BasicTable=H.BasicTable;exports.BasicTooltip=N.BasicTooltip;exports.InputField=U.InputField;exports.InputPassword=V.InputPassword;exports.RadioButton=R.RadioButton;exports.SelectField=E.SelectField;exports.SelectGroups=f.SelectGroups;exports.TextareaField=O.TextareaField;exports.BasicChart=j.BasicChart;exports.BasicAvatar=z.BasicAvatar;exports.AvatarUpload=J.AvatarUpload;exports.Popover=i.Popover;exports.PopoverAnchor=i.PopoverAnchor;exports.PopoverContent=i.PopoverContent;exports.PopoverDescription=i.PopoverDescription;exports.PopoverHeader=i.PopoverHeader;exports.PopoverTitle=i.PopoverTitle;exports.PopoverTrigger=i.PopoverTrigger;exports.Toaster=K.Toaster;exports.sonner=Q.toast;exports.PopoverBasic=W.PopoverBasic;exports.BasicSelect=X.BasicSelect;exports.BasicDrawer=Y.BasicDrawer;exports.FilesUploader=Z.FilesUploader;exports.InputContact=$.InputContact;exports.InputPhone=oo.InputPhone;exports.Calendar=d.Calendar;exports.localeMode=d.localeMode;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.d.ts
CHANGED
|
@@ -69,3 +69,5 @@ export { InputContact } from './components/input-contact';
|
|
|
69
69
|
export type { InputContactProps, TypesChange } from './components/input-contact';
|
|
70
70
|
export { InputPhone } from './components/input-phone';
|
|
71
71
|
export type { InputPhoneProps } from './components/input-phone';
|
|
72
|
+
export { Calendar, localeMode } from './components/ui/calendar';
|
|
73
|
+
export type { CalendarProps } from './components/ui/calendar';
|
package/dist/index.js
CHANGED
|
@@ -4,10 +4,10 @@ import { Badge as p } from "./components-ui-badge-badge.js";
|
|
|
4
4
|
import { badgeVariants as l } from "./components-ui-badge-badge.styles.js";
|
|
5
5
|
import { Button as n } from "./components-ui-button-button.js";
|
|
6
6
|
import { buttonVariants as b } from "./components-ui-button-button.styles.js";
|
|
7
|
-
import { Card as s, CardContent as C, CardDescription as
|
|
7
|
+
import { Card as s, CardContent as C, CardDescription as d, CardFooter as g, CardHeader as u, CardTitle as c } from "./components-ui-card-card.js";
|
|
8
8
|
import { Checkbox as S } from "./components-ui-checkbox-checkbox.js";
|
|
9
9
|
import { Select as I, SelectItem as v, SelectValue as B, SelectContent as F, SelectGroup as D, SelectLabel as G, SelectScrollDownButton as h, SelectScrollUpButton as A, SelectSeparator as y, SelectTrigger as L } from "./components-ui-select-select.js";
|
|
10
|
-
import { Combobox as V, ComboboxChip as H, ComboboxChips as N, ComboboxChipsInput as k, ComboboxCollection as R, ComboboxContent as E, ComboboxEmpty as
|
|
10
|
+
import { Combobox as V, ComboboxChip as H, ComboboxChips as N, ComboboxChipsInput as k, ComboboxCollection as R, ComboboxContent as E, ComboboxEmpty as M, ComboboxField as U, ComboboxGroup as O, ComboboxInput as j, ComboboxItem as q, ComboboxLabel as z, ComboboxList as J, ComboboxSeparator as K, ComboboxTrigger as Q, ComboboxValue as W } from "./components-ui-combobox-combobox.js";
|
|
11
11
|
import { Dialog as Y, DialogClose as Z, DialogContent as _, DialogDescription as $, DialogFooter as oo, DialogHeader as ro, DialogOverlay as eo, DialogPortal as to, DialogTitle as ao, DialogTrigger as po } from "./components-ui-dialog-dialog.js";
|
|
12
12
|
import { Field as lo, FieldContent as mo, FieldDescription as no, FieldError as xo, FieldGroup as bo, FieldLabel as fo, FieldLegend as so, FieldSeparator as Co, FieldSet as go, FieldTitle as uo } from "./components-ui-field-field.js";
|
|
13
13
|
import { Icon as To } from "./components-ui-icon-icon.js";
|
|
@@ -16,7 +16,7 @@ import { InputGroup as vo, InputGroupAddon as Bo, InputGroupButton as Fo, InputG
|
|
|
16
16
|
import { Label as yo } from "./components-ui-label-label.js";
|
|
17
17
|
import { NavigationItem as wo } from "./components-ui-navigation-item-navigation-item.js";
|
|
18
18
|
import { NavigationMenu as Ho } from "./components-ui-navigation-menu-navigation-menu.js";
|
|
19
|
-
import { Pagination as ko, PaginationContent as Ro, PaginationEllipsis as Eo, PaginationItem as
|
|
19
|
+
import { Pagination as ko, PaginationContent as Ro, PaginationEllipsis as Eo, PaginationItem as Mo, PaginationLink as Uo, PaginationNext as Oo, PaginationPrevious as jo } from "./components-ui-pagination-pagination.js";
|
|
20
20
|
import { Progress as zo } from "./components-ui-progress-progress.js";
|
|
21
21
|
import { RadioGroup as Ko, RadioGroupItem as Qo } from "./components-ui-radio-group-radio-group.js";
|
|
22
22
|
import { Separator as Xo } from "./components-ui-separator-separator.js";
|
|
@@ -24,14 +24,14 @@ import { Switch as Zo } from "./components-ui-switch-switch.js";
|
|
|
24
24
|
import { Table as $o, TableBody as or, TableCaption as rr, TableCell as er, TableFooter as tr, TableHead as ar, TableHeader as pr, TableRow as ir } from "./components-ui-table-table.js";
|
|
25
25
|
import { Tabs as mr, TabsContent as nr, TabsList as xr, TabsTrigger as br } from "./components-ui-tabs-tabs.js";
|
|
26
26
|
import { Textarea as sr } from "./components-ui-textarea-textarea.js";
|
|
27
|
-
import { Tooltip as
|
|
27
|
+
import { Tooltip as dr, TooltipArrow as gr, TooltipContent as ur, TooltipProvider as cr, TooltipTrigger as Tr } from "./components-ui-tooltip-tooltip.js";
|
|
28
28
|
import { Typography as Pr } from "./components-ui-typography-typography.js";
|
|
29
29
|
import { getTypographyClassName as vr, typographyClassNames as Br, typographyVariantOptions as Fr } from "./components-ui-typography-typography.styles.js";
|
|
30
30
|
import { Avatar as Gr, AvatarBadge as hr, AvatarFallback as Ar, AvatarGroup as yr, AvatarGroupCount as Lr, AvatarImage as wr } from "./components-ui-avatar-avatar.js";
|
|
31
31
|
import { usePopupControls as Hr } from "./hooks-usePopupControls.js";
|
|
32
32
|
import { AppPagination as kr } from "./components-app-pagination-app-pagination.js";
|
|
33
33
|
import { AppSidebar as Er } from "./components-app-sidebar-app-sidebar.js";
|
|
34
|
-
import { BasicCheckbox as
|
|
34
|
+
import { BasicCheckbox as Ur } from "./components-basic-checkbox-basic-checkbox.js";
|
|
35
35
|
import { BasicModal as jr } from "./components-basic-modal-basic-modal.js";
|
|
36
36
|
import { BasicTable as zr } from "./components-basic-table-basic-table.js";
|
|
37
37
|
import { BasicTooltip as Kr } from "./components-basic-tooltip-basic-tooltip.js";
|
|
@@ -44,7 +44,7 @@ import { TextareaField as ae } from "./components-textarea-field-textarea-field.
|
|
|
44
44
|
import { BasicChart as ie } from "./components-basic-chart-basic-chart.js";
|
|
45
45
|
import { BasicAvatar as me } from "./components-basic-avatar-basic-avatar.js";
|
|
46
46
|
import { AvatarUpload as xe } from "./components-avatar-uploader-avatar-uploader.js";
|
|
47
|
-
import { Popover as fe, PopoverAnchor as se, PopoverContent as Ce, PopoverDescription as
|
|
47
|
+
import { Popover as fe, PopoverAnchor as se, PopoverContent as Ce, PopoverDescription as de, PopoverHeader as ge, PopoverTitle as ue, PopoverTrigger as ce } from "./components-ui-popover-popover.js";
|
|
48
48
|
import { Toaster as Se } from "./components-ui-sonner-sonner.js";
|
|
49
49
|
import { t as Ie } from "./index-C4iHL8Gs.js";
|
|
50
50
|
import { PopoverBasic as Be } from "./components-popover-modal-popover-modal.js";
|
|
@@ -53,6 +53,7 @@ import { BasicDrawer as he } from "./components-basic-drawer-basic-drawer.js";
|
|
|
53
53
|
import { FilesUploader as ye } from "./components-files-uploader-files-uploader.js";
|
|
54
54
|
import { InputContact as we } from "./components-input-contact-input-contact.js";
|
|
55
55
|
import { InputPhone as He } from "./components-input-phone-input-phone.js";
|
|
56
|
+
import { Calendar as ke, localeMode as Re } from "./components-ui-calendar-calendar.js";
|
|
56
57
|
export {
|
|
57
58
|
kr as AppPagination,
|
|
58
59
|
Er as AppSidebar,
|
|
@@ -66,18 +67,19 @@ export {
|
|
|
66
67
|
p as Badge,
|
|
67
68
|
me as BasicAvatar,
|
|
68
69
|
ie as BasicChart,
|
|
69
|
-
|
|
70
|
+
Ur as BasicCheckbox,
|
|
70
71
|
he as BasicDrawer,
|
|
71
72
|
jr as BasicModal,
|
|
72
73
|
De as BasicSelect,
|
|
73
74
|
zr as BasicTable,
|
|
74
75
|
Kr as BasicTooltip,
|
|
75
76
|
n as Button,
|
|
77
|
+
ke as Calendar,
|
|
76
78
|
s as Card,
|
|
77
79
|
C as CardContent,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
d as CardDescription,
|
|
81
|
+
g as CardFooter,
|
|
82
|
+
u as CardHeader,
|
|
81
83
|
c as CardTitle,
|
|
82
84
|
S as Checkbox,
|
|
83
85
|
V as Combobox,
|
|
@@ -86,8 +88,8 @@ export {
|
|
|
86
88
|
k as ComboboxChipsInput,
|
|
87
89
|
R as ComboboxCollection,
|
|
88
90
|
E as ComboboxContent,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
+
M as ComboboxEmpty,
|
|
92
|
+
U as ComboboxField,
|
|
91
93
|
O as ComboboxGroup,
|
|
92
94
|
j as ComboboxInput,
|
|
93
95
|
q as ComboboxItem,
|
|
@@ -135,17 +137,17 @@ export {
|
|
|
135
137
|
ko as Pagination,
|
|
136
138
|
Ro as PaginationContent,
|
|
137
139
|
Eo as PaginationEllipsis,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
+
Mo as PaginationItem,
|
|
141
|
+
Uo as PaginationLink,
|
|
140
142
|
Oo as PaginationNext,
|
|
141
143
|
jo as PaginationPrevious,
|
|
142
144
|
fe as Popover,
|
|
143
145
|
se as PopoverAnchor,
|
|
144
146
|
Be as PopoverBasic,
|
|
145
147
|
Ce as PopoverContent,
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
148
|
+
de as PopoverDescription,
|
|
149
|
+
ge as PopoverHeader,
|
|
150
|
+
ue as PopoverTitle,
|
|
149
151
|
ce as PopoverTrigger,
|
|
150
152
|
zo as Progress,
|
|
151
153
|
_r as RadioButton,
|
|
@@ -180,9 +182,9 @@ export {
|
|
|
180
182
|
sr as Textarea,
|
|
181
183
|
ae as TextareaField,
|
|
182
184
|
Se as Toaster,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
185
|
+
dr as Tooltip,
|
|
186
|
+
gr as TooltipArrow,
|
|
187
|
+
ur as TooltipContent,
|
|
186
188
|
cr as TooltipProvider,
|
|
187
189
|
Tr as TooltipTrigger,
|
|
188
190
|
Pr as Typography,
|
|
@@ -190,6 +192,7 @@ export {
|
|
|
190
192
|
b as buttonVariants,
|
|
191
193
|
t as cn,
|
|
192
194
|
vr as getTypographyClassName,
|
|
195
|
+
Re as localeMode,
|
|
193
196
|
Ie as sonner,
|
|
194
197
|
Br as typographyClassNames,
|
|
195
198
|
Fr as typographyVariantOptions,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/types/types.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type IconTypes =
|
|
1
|
+
import { IconType } from '../components/ui/icon';
|
|
2
|
+
export type IconTypes = IconType;
|
|
3
3
|
export type Size = "xs" | "sm" | "md" | "lg";
|
package/package.json
CHANGED
|
@@ -1,22 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brd-ui-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.72",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
|
-
"scripts": {
|
|
7
|
-
"lint": "eslint .",
|
|
8
|
-
"lint:fix": "eslint . --fix",
|
|
9
|
-
"format": "prettier . --write",
|
|
10
|
-
"format:check": "prettier . --check",
|
|
11
|
-
"fix": "npm run lint:fix && npm run format",
|
|
12
|
-
"check": "npm run lint && npm run format:check",
|
|
13
|
-
"build": "vite build && npm run generate-exports",
|
|
14
|
-
"preview": "vite preview",
|
|
15
|
-
"storybook": "storybook dev -p 6006",
|
|
16
|
-
"build-storybook": "storybook build",
|
|
17
|
-
"prepublishOnly": "npm run build",
|
|
18
|
-
"generate-exports": "node scripts/generate-exports.js"
|
|
19
|
-
},
|
|
20
6
|
"main": "./dist/index.cjs",
|
|
21
7
|
"module": "./dist/index.js",
|
|
22
8
|
"types": "./dist/index.d.ts",
|
|
@@ -115,6 +101,12 @@
|
|
|
115
101
|
"require": "./dist/components-ui-button.cjs",
|
|
116
102
|
"default": "./dist/components-ui-button.js"
|
|
117
103
|
},
|
|
104
|
+
"./calendar": {
|
|
105
|
+
"types": "./dist/components/ui/calendar/index.d.ts",
|
|
106
|
+
"import": "./dist/components-ui-calendar.js",
|
|
107
|
+
"require": "./dist/components-ui-calendar.cjs",
|
|
108
|
+
"default": "./dist/components-ui-calendar.js"
|
|
109
|
+
},
|
|
118
110
|
"./card": {
|
|
119
111
|
"types": "./dist/components/ui/card/index.d.ts",
|
|
120
112
|
"import": "./dist/components-ui-card.js",
|
|
@@ -345,10 +337,13 @@
|
|
|
345
337
|
"@tanstack/react-table": "^8.21.3",
|
|
346
338
|
"class-variance-authority": "^0.7.1",
|
|
347
339
|
"clsx": "^2.1.1",
|
|
340
|
+
"date-fns": "^4.1.0",
|
|
348
341
|
"lodash": "^4.17.23",
|
|
349
342
|
"lucide-react": "^0.577.0",
|
|
350
343
|
"next-themes": "^0.4.6",
|
|
344
|
+
"phosphor-strokes-icons": "^0.1.7",
|
|
351
345
|
"radix-ui": "^1.4.3",
|
|
346
|
+
"react-day-picker": "^9.14.0",
|
|
352
347
|
"react-dropzone": "^15.0.0",
|
|
353
348
|
"react-imask": "^7.6.1",
|
|
354
349
|
"recharts": "^3.8.0",
|
|
@@ -451,6 +446,9 @@
|
|
|
451
446
|
"button": [
|
|
452
447
|
"./dist/components/ui/button/index.d.ts"
|
|
453
448
|
],
|
|
449
|
+
"calendar": [
|
|
450
|
+
"./dist/components/ui/calendar/index.d.ts"
|
|
451
|
+
],
|
|
454
452
|
"card": [
|
|
455
453
|
"./dist/components/ui/card/index.d.ts"
|
|
456
454
|
],
|
|
@@ -560,5 +558,18 @@
|
|
|
560
558
|
"./dist/components/ui/typography/index.d.ts"
|
|
561
559
|
]
|
|
562
560
|
}
|
|
561
|
+
},
|
|
562
|
+
"scripts": {
|
|
563
|
+
"lint": "eslint .",
|
|
564
|
+
"lint:fix": "eslint . --fix",
|
|
565
|
+
"format": "prettier . --write",
|
|
566
|
+
"format:check": "prettier . --check",
|
|
567
|
+
"fix": "npm run lint:fix && npm run format",
|
|
568
|
+
"check": "npm run lint && npm run format:check",
|
|
569
|
+
"build": "vite build && npm run generate-exports",
|
|
570
|
+
"preview": "vite preview",
|
|
571
|
+
"storybook": "storybook dev -p 6006",
|
|
572
|
+
"build-storybook": "storybook build",
|
|
573
|
+
"generate-exports": "node scripts/generate-exports.js"
|
|
563
574
|
}
|
|
564
|
-
}
|
|
575
|
+
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { Check, CircleCheck, Max, Telegram, WhatsApp } from './overrides';
|
|
2
|
-
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
3
|
-
import { LucideProps } from 'lucide-react';
|
|
4
|
-
export declare const dictionary: {
|
|
5
|
-
settings: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
6
|
-
plus: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
7
|
-
wrench: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
8
|
-
phone: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
9
|
-
palette: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
10
|
-
building: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
11
|
-
close: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
12
|
-
done: typeof Check;
|
|
13
|
-
check: typeof CircleCheck;
|
|
14
|
-
users: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
15
|
-
"layout-grid": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
16
|
-
bell: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
17
|
-
"book-user": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
18
|
-
"user-gear": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
19
|
-
folder: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
20
|
-
"briefcase-business": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
21
|
-
calendar: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
22
|
-
"chart-line": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
23
|
-
message: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
24
|
-
search: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
25
|
-
"list-filter": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
26
|
-
funnel: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
27
|
-
dots: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
28
|
-
"check-list": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
29
|
-
tag: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
30
|
-
chevron: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
31
|
-
chevrons: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
32
|
-
"rotate-ccw": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
33
|
-
question: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
34
|
-
clock: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
35
|
-
eye: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
36
|
-
"eye-off": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
37
|
-
package: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
38
|
-
"credit-card": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
39
|
-
"dollar-sign": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
40
|
-
"circle-alert": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
41
|
-
"lock-keyhole": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
42
|
-
import: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
43
|
-
"circle-x": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
44
|
-
trash: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
45
|
-
mail: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
46
|
-
"chevron-up": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
47
|
-
"circle-check": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
48
|
-
info: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
49
|
-
"triangle-alert": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
50
|
-
octagon: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
51
|
-
loader: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
52
|
-
pencil: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
53
|
-
"file-text": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
54
|
-
"scroll-text": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
55
|
-
"circle-question": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
56
|
-
trash2: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
57
|
-
telegram: typeof Telegram;
|
|
58
|
-
"whats-app": typeof WhatsApp;
|
|
59
|
-
max: typeof Max;
|
|
60
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { LucideProps } from 'lucide-react';
|
|
2
|
-
export declare function Check({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export declare namespace Check {
|
|
4
|
-
var displayName: string;
|
|
5
|
-
}
|
|
6
|
-
export declare function CircleCheck({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export declare namespace CircleCheck {
|
|
8
|
-
var displayName: string;
|
|
9
|
-
}
|
|
10
|
-
export declare function Telegram({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export declare namespace Telegram {
|
|
12
|
-
var displayName: string;
|
|
13
|
-
}
|
|
14
|
-
export declare function WhatsApp({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export declare namespace WhatsApp {
|
|
16
|
-
var displayName: string;
|
|
17
|
-
}
|
|
18
|
-
export declare function Max({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
export declare namespace Max {
|
|
20
|
-
var displayName: string;
|
|
21
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("lucide-react"),r=require("./components-ui-icon-overrides.cjs"),c={settings:e.Settings,plus:e.Plus,wrench:e.Wrench,phone:e.Phone,palette:e.Palette,building:e.Building2,close:e.X,done:r.Check,check:r.CircleCheck,users:e.Users,"layout-grid":e.LayoutGrid,bell:e.BellRing,"book-user":e.BookUser,"user-gear":e.UserCog,folder:e.FolderOpen,"briefcase-business":e.BriefcaseBusiness,calendar:e.Calendar1,"chart-line":e.ChartLine,message:e.MessageCircle,search:e.Search,"list-filter":e.ListFilter,funnel:e.Funnel,dots:e.Ellipsis,"check-list":e.ListTodo,tag:e.Tag,chevron:e.ChevronDown,chevrons:e.ChevronsUpDown,"rotate-ccw":e.RotateCcw,question:e.CircleQuestionMark,clock:e.Clock3,eye:e.Eye,"eye-off":e.EyeOff,package:e.Package,"credit-card":e.CreditCard,"dollar-sign":e.DollarSign,"circle-alert":e.CircleAlert,"lock-keyhole":e.LockKeyhole,import:e.Import,"circle-x":e.CircleX,trash:e.Trash,mail:e.Mail,"chevron-up":e.ChevronUp,"circle-check":e.CircleCheckIcon,info:e.InfoIcon,"triangle-alert":e.TriangleAlertIcon,octagon:e.OctagonXIcon,loader:e.Loader2Icon,pencil:e.Pencil,"file-text":e.FileText,"scroll-text":e.ScrollText,"circle-question":e.CircleQuestionMarkIcon,trash2:e.Trash2,telegram:r.Telegram,"whats-app":r.WhatsApp,max:r.Max};exports.dictionary=c;
|
|
2
|
-
//# sourceMappingURL=components-ui-icon-icon-dictionary.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"components-ui-icon-icon-dictionary.cjs","sources":["../src/components/ui/icon/icon-dictionary.tsx"],"sourcesContent":["import {\n BellRing,\n BookUser,\n BriefcaseBusiness,\n Building2,\n Calendar1,\n ChartLine,\n ChevronDown,\n ChevronUp,\n ChevronsUpDown,\n CircleAlert,\n CircleCheckIcon,\n CircleQuestionMark,\n CircleQuestionMarkIcon,\n CircleX,\n Clock3,\n CreditCard,\n DollarSign,\n Ellipsis,\n Eye,\n EyeOff,\n FileText,\n FolderOpen,\n Funnel,\n Import,\n InfoIcon,\n LayoutGrid,\n ListFilter,\n ListTodo,\n Loader2Icon,\n LockKeyhole,\n Mail,\n MessageCircle,\n OctagonXIcon,\n Package,\n Palette,\n Pencil,\n Phone,\n Plus,\n RotateCcw,\n ScrollText,\n Search,\n Settings,\n Tag,\n Trash,\n Trash2,\n TriangleAlertIcon,\n UserCog,\n Users,\n Wrench,\n X,\n} from \"lucide-react\";\nimport { Check, CircleCheck, Max, Telegram, WhatsApp } from \"./overrides\";\n\nexport const dictionary = {\n settings: Settings,\n plus: Plus,\n wrench: Wrench,\n phone: Phone,\n palette: Palette,\n building: Building2,\n close: X,\n done: Check,\n check: CircleCheck,\n users: Users,\n \"layout-grid\": LayoutGrid,\n bell: BellRing,\n \"book-user\": BookUser,\n \"user-gear\": UserCog,\n folder: FolderOpen,\n \"briefcase-business\": BriefcaseBusiness,\n calendar: Calendar1,\n \"chart-line\": ChartLine,\n message: MessageCircle,\n search: Search,\n \"list-filter\": ListFilter,\n funnel: Funnel,\n dots: Ellipsis,\n \"check-list\": ListTodo,\n tag: Tag,\n chevron: ChevronDown,\n chevrons: ChevronsUpDown,\n \"rotate-ccw\": RotateCcw,\n question: CircleQuestionMark,\n clock: Clock3,\n eye: Eye,\n \"eye-off\": EyeOff,\n package: Package,\n \"credit-card\": CreditCard,\n \"dollar-sign\": DollarSign,\n \"circle-alert\": CircleAlert,\n \"lock-keyhole\": LockKeyhole,\n import: Import,\n \"circle-x\": CircleX,\n trash: Trash,\n mail: Mail,\n \"chevron-up\": ChevronUp,\n \"circle-check\": CircleCheckIcon,\n info: InfoIcon,\n \"triangle-alert\": TriangleAlertIcon,\n octagon: OctagonXIcon,\n loader: Loader2Icon,\n pencil: Pencil,\n \"file-text\": FileText,\n \"scroll-text\": ScrollText,\n \"circle-question\": CircleQuestionMarkIcon,\n trash2: Trash2,\n telegram: Telegram,\n \"whats-app\": WhatsApp,\n max: Max,\n};\n"],"names":["dictionary","Settings","Plus","Wrench","Phone","Palette","Building2","X","Check","CircleCheck","Users","LayoutGrid","BellRing","BookUser","UserCog","FolderOpen","BriefcaseBusiness","Calendar1","ChartLine","MessageCircle","Search","ListFilter","Funnel","Ellipsis","ListTodo","Tag","ChevronDown","ChevronsUpDown","RotateCcw","CircleQuestionMark","Clock3","Eye","EyeOff","Package","CreditCard","DollarSign","CircleAlert","LockKeyhole","Import","CircleX","Trash","Mail","ChevronUp","CircleCheckIcon","InfoIcon","TriangleAlertIcon","OctagonXIcon","Loader2Icon","Pencil","FileText","ScrollText","CircleQuestionMarkIcon","Trash2","Telegram","WhatsApp","Max"],"mappings":"gKAsDaA,EAAa,CACxB,SAAUC,EAAAA,SACV,KAAMC,EAAAA,KACN,OAAQC,EAAAA,OACR,MAAOC,EAAAA,MACP,QAASC,EAAAA,QACT,SAAUC,EAAAA,UACV,MAAOC,EAAAA,EACP,KAAMC,EAAAA,MACN,MAAOC,EAAAA,YACP,MAAOC,EAAAA,MACP,cAAeC,EAAAA,WACf,KAAMC,EAAAA,SACN,YAAaC,EAAAA,SACb,YAAaC,EAAAA,QACb,OAAQC,EAAAA,WACR,qBAAsBC,EAAAA,kBACtB,SAAUC,EAAAA,UACV,aAAcC,EAAAA,UACd,QAASC,EAAAA,cACT,OAAQC,EAAAA,OACR,cAAeC,EAAAA,WACf,OAAQC,EAAAA,OACR,KAAMC,EAAAA,SACN,aAAcC,EAAAA,SACd,IAAKC,EAAAA,IACL,QAASC,EAAAA,YACT,SAAUC,EAAAA,eACV,aAAcC,EAAAA,UACd,SAAUC,EAAAA,mBACV,MAAOC,EAAAA,OACP,IAAKC,EAAAA,IACL,UAAWC,EAAAA,OACX,QAASC,EAAAA,QACT,cAAeC,EAAAA,WACf,cAAeC,EAAAA,WACf,eAAgBC,EAAAA,YAChB,eAAgBC,EAAAA,YAChB,OAAQC,EAAAA,OACR,WAAYC,EAAAA,QACZ,MAAOC,EAAAA,MACP,KAAMC,EAAAA,KACN,aAAcC,EAAAA,UACd,eAAgBC,EAAAA,gBAChB,KAAMC,EAAAA,SACN,iBAAkBC,EAAAA,kBAClB,QAASC,EAAAA,aACT,OAAQC,EAAAA,YACR,OAAQC,EAAAA,OACR,YAAaC,EAAAA,SACb,cAAeC,EAAAA,WACf,kBAAmBC,EAAAA,uBACnB,OAAQC,EAAAA,OACR,SAAUC,EAAAA,SACV,YAAaC,EAAAA,SACb,IAAKC,EAAAA,GACP"}
|