brd-ui-kit 0.1.94 → 0.1.97
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/{approval-log.view-BMiYO7Cf.cjs → approval-log.view-DICzq_XG.cjs} +2 -2
- package/dist/{approval-log.view-BMiYO7Cf.cjs.map → approval-log.view-DICzq_XG.cjs.map} +1 -1
- package/dist/{approval-log.view-D_-VDB_3.js → approval-log.view-DiYnnYJc.js} +2 -1
- package/dist/{approval-log.view-D_-VDB_3.js.map → approval-log.view-DiYnnYJc.js.map} +1 -1
- package/dist/brd-ui-kit.css +1 -1
- package/dist/components/checklist/checklist.d.ts +18 -0
- package/dist/components/checklist/index.d.ts +1 -0
- package/dist/components/checklist.d.ts +2 -0
- package/dist/components/stepper/index.d.ts +1 -0
- package/dist/components/stepper/stepper.d.ts +11 -0
- package/dist/components/stepper/stepper.styles.d.ts +4 -0
- package/dist/components/stepper.d.ts +2 -0
- package/dist/components/ui/checkbox/checkbox.d.ts +4 -6
- package/dist/components/ui/checkbox/checkbox.styles.d.ts +6 -1
- package/dist/components-approval-log-approval-log.cjs +1 -1
- package/dist/components-approval-log-approval-log.cjs.map +1 -1
- package/dist/components-approval-log-approval-log.js +4 -3
- package/dist/components-approval-log-approval-log.js.map +1 -1
- package/dist/components-approval-log-approval-log.view.cjs +1 -1
- package/dist/components-approval-log-approval-log.view.js +3 -2
- package/dist/components-approval-log-approval-log.view.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 +4 -3
- package/dist/components-avatar-uploader-avatar-uploader.js.map +1 -1
- package/dist/components-basic-avatar-basic-avatar.cjs +1 -1
- package/dist/components-basic-avatar-basic-avatar.js +3 -2
- package/dist/components-basic-avatar-basic-avatar.js.map +1 -1
- package/dist/components-basic-avatar.cjs +1 -1
- package/dist/components-basic-avatar.js +1 -1
- package/dist/components-checkbox-group-checkbox-group.cjs +1 -1
- package/dist/components-checkbox-group-checkbox-group.cjs.map +1 -1
- package/dist/components-checkbox-group-checkbox-group.js +4 -3
- package/dist/components-checkbox-group-checkbox-group.js.map +1 -1
- package/dist/components-checklist-checklist.cjs +3 -0
- package/dist/components-checklist-checklist.cjs.map +1 -0
- package/dist/components-checklist-checklist.js +61 -0
- package/dist/components-checklist-checklist.js.map +1 -0
- package/dist/components-checklist.cjs +2 -0
- package/dist/components-checklist.cjs.map +1 -0
- package/dist/components-checklist.js +5 -0
- package/dist/components-checklist.js.map +1 -0
- package/dist/components-input-contact-input-contact.cjs +1 -1
- package/dist/components-input-contact-input-contact.cjs.map +1 -1
- package/dist/components-input-contact-input-contact.js +4 -3
- package/dist/components-input-contact-input-contact.js.map +1 -1
- package/dist/components-input-search-input-search.cjs +1 -1
- package/dist/components-input-search-input-search.cjs.map +1 -1
- package/dist/components-input-search-input-search.js +4 -3
- package/dist/components-input-search-input-search.js.map +1 -1
- package/dist/components-stepper-stepper.cjs +2 -0
- package/dist/components-stepper-stepper.cjs.map +1 -0
- package/dist/components-stepper-stepper.js +46 -0
- package/dist/components-stepper-stepper.js.map +1 -0
- package/dist/components-stepper-stepper.styles.cjs +2 -0
- package/dist/components-stepper-stepper.styles.cjs.map +1 -0
- package/dist/components-stepper-stepper.styles.js +18 -0
- package/dist/components-stepper-stepper.styles.js.map +1 -0
- package/dist/components-stepper.cjs +2 -0
- package/dist/components-stepper.cjs.map +1 -0
- package/dist/components-stepper.js +5 -0
- package/dist/components-stepper.js.map +1 -0
- package/dist/components-story-drawer-story-drawer.cjs +1 -1
- package/dist/components-story-drawer-story-drawer.cjs.map +1 -1
- package/dist/components-story-drawer-story-drawer.js +4 -3
- package/dist/components-story-drawer-story-drawer.js.map +1 -1
- 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 +13 -13
- package/dist/components-ui-checkbox-checkbox.js.map +1 -1
- package/dist/components-ui-checkbox-checkbox.styles.cjs +11 -1
- package/dist/components-ui-checkbox-checkbox.styles.cjs.map +1 -1
- package/dist/components-ui-checkbox-checkbox.styles.js +27 -17
- package/dist/components-ui-checkbox-checkbox.styles.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +19 -13
- package/dist/index.js.map +1 -1
- package/package.json +19 -1
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { B as a } from "./approval-log.view-
|
|
1
|
+
import { B as a } from "./approval-log.view-DiYnnYJc.js";
|
|
2
2
|
import { cn as m } from "./lib-utils.js";
|
|
3
3
|
import { Badge as l } from "./components-ui-badge-badge.js";
|
|
4
4
|
import { badgeVariants as i } from "./components-ui-badge-badge.styles.js";
|
|
5
5
|
import { Button as b } from "./components-ui-button-button.js";
|
|
6
|
-
import { buttonVariants as
|
|
6
|
+
import { buttonVariants as s } from "./components-ui-button-button.styles.js";
|
|
7
7
|
import { Card as g, CardContent as c, CardDescription as d, CardFooter as T, CardHeader as D, CardTitle as I } from "./components-ui-card-card.js";
|
|
8
8
|
import { Checkbox as F } from "./components-ui-checkbox-checkbox.js";
|
|
9
9
|
import { Select as v, SelectItem as w, SelectValue as h, SelectContent as B, SelectGroup as A, SelectLabel as G, SelectScrollDownButton as M, SelectScrollUpButton as y, SelectSeparator as L, SelectTrigger as k } from "./components-ui-select-select.js";
|
|
10
10
|
import { SelectCalendarMenu as R } from "./components-ui-select-calendar-menu-select-calendar-menu.js";
|
|
11
11
|
import { Combobox as N, ComboboxChip as E, ComboboxChips as U, ComboboxChipsInput as O, ComboboxCollection as j, ComboboxContent as q, ComboboxEmpty as z, ComboboxField as J, ComboboxGroup as K, ComboboxInput as Q, ComboboxItem as W, ComboboxLabel as X, ComboboxList as Y, ComboboxSeparator as Z, ComboboxTrigger as _, ComboboxValue as $ } from "./components-ui-combobox-combobox.js";
|
|
12
12
|
import { Dialog as ro, DialogClose as eo, DialogContent as to, DialogDescription as ao, DialogFooter as po, DialogHeader as mo, DialogOverlay as no, DialogPortal as lo, DialogTitle as xo, DialogTrigger as io } from "./components-ui-dialog-dialog.js";
|
|
13
|
-
import { Field as bo, FieldContent as uo, FieldLabel as
|
|
13
|
+
import { Field as bo, FieldContent as uo, FieldLabel as so, FieldLegend as Co } from "./components-ui-field-field.js";
|
|
14
14
|
import { Icon as co } from "./components-ui-icon-icon.js";
|
|
15
15
|
import "brd-phosphor-strokes-icons/icons";
|
|
16
16
|
import { Input as Do } from "./components-ui-input-input.js";
|
|
@@ -27,7 +27,7 @@ import { Toggle as _o } from "./components-ui-toggle-toggle.js";
|
|
|
27
27
|
import { toggleVariants as or } from "./components-ui-toggle-toggle.styles.js";
|
|
28
28
|
import { ToggleGroup as er, ToggleGroupItem as tr } from "./components-ui-toggle-group-toggle-group.js";
|
|
29
29
|
import { Table as pr, TableBody as mr, TableCaption as nr, TableCell as lr, TableFooter as xr, TableHead as ir, TableHeader as fr, TableRow as br } from "./components-ui-table-table.js";
|
|
30
|
-
import { Tabs as
|
|
30
|
+
import { Tabs as sr, TabsContent as Cr, TabsList as gr, TabsTrigger as cr } from "./components-ui-tabs-tabs.js";
|
|
31
31
|
import { Textarea as Tr } from "./components-ui-textarea-textarea.js";
|
|
32
32
|
import { Tooltip as Ir, TooltipArrow as Sr, TooltipContent as Fr, TooltipProvider as Pr, TooltipTrigger as vr } from "./components-ui-tooltip-tooltip.js";
|
|
33
33
|
import { Typography as hr } from "./components-ui-typography-typography.js";
|
|
@@ -47,7 +47,7 @@ import { createDataTableSelectColumn as me } from "./components-data-table-data-
|
|
|
47
47
|
import { useDataTableEditableRows as le } from "./components-data-table-use-data-table-editable-rows.js";
|
|
48
48
|
import { BasicCheckbox as ie } from "./components-basic-checkbox-basic-checkbox.js";
|
|
49
49
|
import { BasicModal as be } from "./components-basic-modal-basic-modal.js";
|
|
50
|
-
import { BasicTable as
|
|
50
|
+
import { BasicTable as se } from "./components-basic-table-basic-table.js";
|
|
51
51
|
import { BasicTooltip as ge } from "./components-basic-tooltip-basic-tooltip.js";
|
|
52
52
|
import { InputField as de } from "./components-input-field-input-field.js";
|
|
53
53
|
import { InputPassword as De } from "./components-input-password-input-password.js";
|
|
@@ -66,7 +66,7 @@ import { BasicSelect as mt } from "./components-basic-select-basic-select.js";
|
|
|
66
66
|
import { BasicDrawer as lt } from "./components-basic-drawer-basic-drawer.js";
|
|
67
67
|
import { FilesUploader as it } from "./components-files-uploader-files-uploader.js";
|
|
68
68
|
import { InputContact as bt } from "./components-input-contact-input-contact.js";
|
|
69
|
-
import { InputPhone as
|
|
69
|
+
import { InputPhone as st } from "./components-input-phone-input-phone.js";
|
|
70
70
|
import { C as gt } from "./calendar-B78l3uF9.js";
|
|
71
71
|
import { l as dt } from "./calendar-locale-CtuBfQOO.js";
|
|
72
72
|
import { CheckboxGroup as Dt } from "./components-checkbox-group-checkbox-group.js";
|
|
@@ -88,6 +88,9 @@ import { FormTextarea as Yt } from "./components-forms-form-textarea.js";
|
|
|
88
88
|
import { FormToggleGroup as _t } from "./components-forms-form-toggle-group.js";
|
|
89
89
|
import { FormCheckbox as oa } from "./components-forms-from-checkbox.js";
|
|
90
90
|
import { InputSearch as ea } from "./components-input-search-input-search.js";
|
|
91
|
+
import { getInitials as aa } from "./utils-helpers.js";
|
|
92
|
+
import { Checklist as ma } from "./components-checklist-checklist.js";
|
|
93
|
+
import { Stepper as la } from "./components-stepper-stepper.js";
|
|
91
94
|
import * as r from "@radix-ui/react-dropdown-menu";
|
|
92
95
|
export {
|
|
93
96
|
jr as AppPagination,
|
|
@@ -107,7 +110,7 @@ export {
|
|
|
107
110
|
lt as BasicDrawer,
|
|
108
111
|
be as BasicModal,
|
|
109
112
|
mt as BasicSelect,
|
|
110
|
-
|
|
113
|
+
se as BasicTable,
|
|
111
114
|
ge as BasicTooltip,
|
|
112
115
|
b as Button,
|
|
113
116
|
gt as Calendar,
|
|
@@ -121,6 +124,7 @@ export {
|
|
|
121
124
|
F as Checkbox,
|
|
122
125
|
ke as CheckboxDropdownMenu,
|
|
123
126
|
Dt as CheckboxGroup,
|
|
127
|
+
ma as Checklist,
|
|
124
128
|
N as Combobox,
|
|
125
129
|
E as ComboboxChip,
|
|
126
130
|
U as ComboboxChips,
|
|
@@ -164,8 +168,8 @@ export {
|
|
|
164
168
|
ze as DropdownMenuTrigger,
|
|
165
169
|
bo as Field,
|
|
166
170
|
uo as FieldContent,
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
so as FieldLabel,
|
|
172
|
+
Co as FieldLegend,
|
|
169
173
|
it as FilesUploader,
|
|
170
174
|
Gt as Form,
|
|
171
175
|
yt as FormAvatar,
|
|
@@ -191,7 +195,7 @@ export {
|
|
|
191
195
|
wo as InputGroupText,
|
|
192
196
|
ho as InputGroupTextarea,
|
|
193
197
|
De as InputPassword,
|
|
194
|
-
|
|
198
|
+
st as InputPhone,
|
|
195
199
|
ea as InputSearch,
|
|
196
200
|
Ao as Label,
|
|
197
201
|
Mo as NavigationItem,
|
|
@@ -229,6 +233,7 @@ export {
|
|
|
229
233
|
L as SelectSeparator,
|
|
230
234
|
k as SelectTrigger,
|
|
231
235
|
Wo as Separator,
|
|
236
|
+
la as Stepper,
|
|
232
237
|
wt as StoryDrawer,
|
|
233
238
|
Yo as Switch,
|
|
234
239
|
pr as Table,
|
|
@@ -239,8 +244,8 @@ export {
|
|
|
239
244
|
ir as TableHead,
|
|
240
245
|
fr as TableHeader,
|
|
241
246
|
br as TableRow,
|
|
242
|
-
|
|
243
|
-
|
|
247
|
+
sr as Tabs,
|
|
248
|
+
Cr as TabsContent,
|
|
244
249
|
gr as TabsList,
|
|
245
250
|
cr as TabsTrigger,
|
|
246
251
|
Tr as Textarea,
|
|
@@ -257,11 +262,12 @@ export {
|
|
|
257
262
|
Pt as TransferList,
|
|
258
263
|
hr as Typography,
|
|
259
264
|
i as badgeVariants,
|
|
260
|
-
|
|
265
|
+
s as buttonVariants,
|
|
261
266
|
m as cn,
|
|
262
267
|
Wr as createDataTableActionsColumn,
|
|
263
268
|
_r as createDataTableRowActionsColumn,
|
|
264
269
|
me as createDataTableSelectColumn,
|
|
270
|
+
aa as getInitials,
|
|
265
271
|
Ar as getTypographyClassName,
|
|
266
272
|
dt as localeMode,
|
|
267
273
|
et as sonner,
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brd-ui-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.97",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"engines": {
|
|
@@ -146,6 +146,12 @@
|
|
|
146
146
|
"require": "./dist/components-checkbox-group.cjs",
|
|
147
147
|
"default": "./dist/components-checkbox-group.js"
|
|
148
148
|
},
|
|
149
|
+
"./checklist": {
|
|
150
|
+
"types": "./dist/components/checklist/index.d.ts",
|
|
151
|
+
"import": "./dist/components-checklist.js",
|
|
152
|
+
"require": "./dist/components-checklist.cjs",
|
|
153
|
+
"default": "./dist/components-checklist.js"
|
|
154
|
+
},
|
|
149
155
|
"./combobox": {
|
|
150
156
|
"types": "./dist/components/ui/combobox/index.d.ts",
|
|
151
157
|
"import": "./dist/components-ui-combobox.js",
|
|
@@ -338,6 +344,12 @@
|
|
|
338
344
|
"require": "./dist/components-ui-sonner.cjs",
|
|
339
345
|
"default": "./dist/components-ui-sonner.js"
|
|
340
346
|
},
|
|
347
|
+
"./stepper": {
|
|
348
|
+
"types": "./dist/components/stepper/index.d.ts",
|
|
349
|
+
"import": "./dist/components-stepper.js",
|
|
350
|
+
"require": "./dist/components-stepper.cjs",
|
|
351
|
+
"default": "./dist/components-stepper.js"
|
|
352
|
+
},
|
|
341
353
|
"./story-drawer": {
|
|
342
354
|
"types": "./dist/components/story-drawer/index.d.ts",
|
|
343
355
|
"import": "./dist/components-story-drawer.js",
|
|
@@ -549,6 +561,9 @@
|
|
|
549
561
|
"checkbox-group": [
|
|
550
562
|
"./dist/components/checkbox-group/index.d.ts"
|
|
551
563
|
],
|
|
564
|
+
"checklist": [
|
|
565
|
+
"./dist/components/checklist/index.d.ts"
|
|
566
|
+
],
|
|
552
567
|
"combobox": [
|
|
553
568
|
"./dist/components/ui/combobox/index.d.ts"
|
|
554
569
|
],
|
|
@@ -645,6 +660,9 @@
|
|
|
645
660
|
"sonner": [
|
|
646
661
|
"./dist/components/ui/sonner/index.d.ts"
|
|
647
662
|
],
|
|
663
|
+
"stepper": [
|
|
664
|
+
"./dist/components/stepper/index.d.ts"
|
|
665
|
+
],
|
|
648
666
|
"story-drawer": [
|
|
649
667
|
"./dist/components/story-drawer/index.d.ts"
|
|
650
668
|
],
|