brd-ui-kit 0.1.90 → 0.1.92
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/forms/form-input-search.d.ts +11 -0
- package/dist/components/forms/index.d.ts +2 -0
- package/dist/components/input-search/index.d.ts +2 -0
- package/dist/components/input-search/input-search.d.ts +26 -0
- package/dist/components/input-search.d.ts +2 -0
- package/dist/components-forms-form-input-search.cjs +2 -0
- package/dist/components-forms-form-input-search.cjs.map +1 -0
- package/dist/components-forms-form-input-search.js +56 -0
- package/dist/components-forms-form-input-search.js.map +1 -0
- package/dist/components-forms.cjs +1 -1
- package/dist/components-forms.js +10 -8
- package/dist/components-forms.js.map +1 -1
- package/dist/components-input-contact-input-contact.cjs +3 -3
- package/dist/components-input-contact-input-contact.cjs.map +1 -1
- package/dist/components-input-contact-input-contact.js +1 -1
- package/dist/components-input-contact-input-contact.js.map +1 -1
- package/dist/components-input-search-input-search.cjs +2 -0
- package/dist/components-input-search-input-search.cjs.map +1 -0
- package/dist/components-input-search-input-search.js +149 -0
- package/dist/components-input-search-input-search.js.map +1 -0
- package/dist/components-input-search.cjs +2 -0
- package/dist/components-input-search.cjs.map +1 -0
- package/dist/components-input-search.js +5 -0
- package/dist/components-input-search.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +34 -30
- package/dist/index.js.map +1 -1
- package/package.json +14 -4
package/dist/index.js
CHANGED
|
@@ -4,9 +4,9 @@ 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
6
|
import { buttonVariants as C } from "./components-ui-button-button.styles.js";
|
|
7
|
-
import { Card as g, CardContent as
|
|
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
|
-
import { Select as v, SelectItem as w, SelectValue as
|
|
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";
|
|
@@ -14,7 +14,7 @@ import { Field as bo, FieldContent as uo, FieldLabel as Co, FieldLegend as so }
|
|
|
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";
|
|
17
|
-
import { InputGroup as So, InputGroupAddon as Fo, InputGroupButton as Po, InputGroupInput as vo, InputGroupText as wo, InputGroupTextarea as
|
|
17
|
+
import { InputGroup as So, InputGroupAddon as Fo, InputGroupButton as Po, InputGroupInput as vo, InputGroupText as wo, InputGroupTextarea as ho } from "./components-ui-input-group-input-group.js";
|
|
18
18
|
import { Label as Ao } from "./components-ui-label-label.js";
|
|
19
19
|
import { NavigationItem as Mo } from "./components-ui-navigation-item-navigation-item.js";
|
|
20
20
|
import { NavigationMenu as Lo } from "./components-ui-navigation-menu-navigation-menu.js";
|
|
@@ -27,10 +27,10 @@ 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 Cr, TabsContent as sr, TabsList as gr, TabsTrigger as
|
|
30
|
+
import { Tabs as Cr, TabsContent as sr, 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
|
-
import { Typography as
|
|
33
|
+
import { Typography as hr } from "./components-ui-typography-typography.js";
|
|
34
34
|
import { getTypographyClassName as Ar, typographyClassNames as Gr, typographyVariantOptions as Mr } from "./components-ui-typography-typography.styles.js";
|
|
35
35
|
import { Avatar as Lr, AvatarBadge as kr, AvatarFallback as Vr, AvatarGroup as Rr, AvatarGroupCount as Hr, AvatarImage as Nr } from "./components-ui-avatar-avatar.js";
|
|
36
36
|
import { usePopupControls as Ur } from "./hooks-usePopupControls.js";
|
|
@@ -49,12 +49,12 @@ import { BasicCheckbox as ie } from "./components-basic-checkbox-basic-checkbox.
|
|
|
49
49
|
import { BasicModal as be } from "./components-basic-modal-basic-modal.js";
|
|
50
50
|
import { BasicTable as Ce } from "./components-basic-table-basic-table.js";
|
|
51
51
|
import { BasicTooltip as ge } from "./components-basic-tooltip-basic-tooltip.js";
|
|
52
|
-
import { InputField as
|
|
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";
|
|
54
54
|
import { RadioButton as Se } from "./components-radio-button-radio-button.js";
|
|
55
55
|
import { SelectField as Pe } from "./components-select-field-select-field.js";
|
|
56
56
|
import { SelectGroups as we } from "./components-select-groups-select-groups.js";
|
|
57
|
-
import { TextareaField as
|
|
57
|
+
import { TextareaField as Be } from "./components-textarea-field-textarea-field.js";
|
|
58
58
|
import { BasicChart as Ge } from "./components-basic-chart-basic-chart.js";
|
|
59
59
|
import { AvatarUpload as ye } from "./components-avatar-uploader-avatar-uploader.js";
|
|
60
60
|
import { CheckboxDropdownMenu as ke, ConfigurableDropdownMenu as Ve, DropdownMenu as Re, DropdownMenuCheckboxItem as He, DropdownMenuContent as Ne, DropdownMenuItem as Ee, DropdownMenuLabel as Ue, DropdownMenuSeparator as Oe, DropdownMenuSubContent as je, DropdownMenuSubTrigger as qe, DropdownMenuTrigger as ze } from "./components-ui-dropdown-menu-dropdown-menu.js";
|
|
@@ -68,12 +68,12 @@ import { FilesUploader as it } from "./components-files-uploader-files-uploader.
|
|
|
68
68
|
import { InputContact as bt } from "./components-input-contact-input-contact.js";
|
|
69
69
|
import { InputPhone as Ct } from "./components-input-phone-input-phone.js";
|
|
70
70
|
import { C as gt } from "./calendar-B78l3uF9.js";
|
|
71
|
-
import { l as
|
|
71
|
+
import { l as dt } from "./calendar-locale-CtuBfQOO.js";
|
|
72
72
|
import { CheckboxGroup as Dt } from "./components-checkbox-group-checkbox-group.js";
|
|
73
73
|
import { CardInfo as St } from "./components-card-info-card-info.js";
|
|
74
74
|
import { TransferList as Pt } from "./components-transfer-list-transfer-list.js";
|
|
75
75
|
import { StoryDrawer as wt } from "./components-story-drawer-story-drawer.js";
|
|
76
|
-
import { ApprovalLog as
|
|
76
|
+
import { ApprovalLog as Bt } from "./components-approval-log-approval-log.js";
|
|
77
77
|
import { Form as Gt } from "./components-forms-form.js";
|
|
78
78
|
import { FormAvatar as yt } from "./components-forms-form-avatar-uploader.js";
|
|
79
79
|
import { FormContactInput as kt } from "./components-forms-form-contact-input.js";
|
|
@@ -81,16 +81,18 @@ import { FormFilesUploader as Rt } from "./components-forms-form-files-uploader.
|
|
|
81
81
|
import { FormInput as Nt } from "./components-forms-form-input.js";
|
|
82
82
|
import { FormInputPassword as Ut } from "./components-forms-form-input-password.js";
|
|
83
83
|
import { FormInputPhone as jt } from "./components-forms-form-Input-phone.js";
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
84
|
+
import { FormInputSearch as zt } from "./components-forms-form-input-search.js";
|
|
85
|
+
import { FormSelect as Kt } from "./components-forms-form-select.js";
|
|
86
|
+
import { FormSelectCalendar as Wt } from "./components-forms-form-select-calendar.js";
|
|
87
|
+
import { FormTextarea as Yt } from "./components-forms-form-textarea.js";
|
|
88
|
+
import { FormToggleGroup as _t } from "./components-forms-form-toggle-group.js";
|
|
89
|
+
import { FormCheckbox as oa } from "./components-forms-from-checkbox.js";
|
|
90
|
+
import { InputSearch as ea } from "./components-input-search-input-search.js";
|
|
89
91
|
import * as r from "@radix-ui/react-dropdown-menu";
|
|
90
92
|
export {
|
|
91
93
|
jr as AppPagination,
|
|
92
94
|
zr as AppSidebar,
|
|
93
|
-
|
|
95
|
+
Bt as ApprovalLog,
|
|
94
96
|
Lr as Avatar,
|
|
95
97
|
kr as AvatarBadge,
|
|
96
98
|
Vr as AvatarFallback,
|
|
@@ -110,8 +112,8 @@ export {
|
|
|
110
112
|
b as Button,
|
|
111
113
|
gt as Calendar,
|
|
112
114
|
g as Card,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
+
c as CardContent,
|
|
116
|
+
d as CardDescription,
|
|
115
117
|
T as CardFooter,
|
|
116
118
|
D as CardHeader,
|
|
117
119
|
St as CardInfo,
|
|
@@ -167,28 +169,30 @@ export {
|
|
|
167
169
|
it as FilesUploader,
|
|
168
170
|
Gt as Form,
|
|
169
171
|
yt as FormAvatar,
|
|
170
|
-
|
|
172
|
+
oa as FormCheckbox,
|
|
171
173
|
kt as FormContactInput,
|
|
172
174
|
Rt as FormFilesUploader,
|
|
173
175
|
Nt as FormInput,
|
|
174
176
|
Ut as FormInputPassword,
|
|
175
177
|
jt as FormInputPhone,
|
|
176
|
-
zt as
|
|
177
|
-
Kt as
|
|
178
|
-
Wt as
|
|
179
|
-
Yt as
|
|
178
|
+
zt as FormInputSearch,
|
|
179
|
+
Kt as FormSelect,
|
|
180
|
+
Wt as FormSelectCalendar,
|
|
181
|
+
Yt as FormTextarea,
|
|
182
|
+
_t as FormToggleGroup,
|
|
180
183
|
co as Icon,
|
|
181
184
|
Do as Input,
|
|
182
185
|
bt as InputContact,
|
|
183
|
-
|
|
186
|
+
de as InputField,
|
|
184
187
|
So as InputGroup,
|
|
185
188
|
Fo as InputGroupAddon,
|
|
186
189
|
Po as InputGroupButton,
|
|
187
190
|
vo as InputGroupInput,
|
|
188
191
|
wo as InputGroupText,
|
|
189
|
-
|
|
192
|
+
ho as InputGroupTextarea,
|
|
190
193
|
De as InputPassword,
|
|
191
194
|
Ct as InputPhone,
|
|
195
|
+
ea as InputSearch,
|
|
192
196
|
Ao as Label,
|
|
193
197
|
Mo as NavigationItem,
|
|
194
198
|
Lo as NavigationMenu,
|
|
@@ -213,9 +217,9 @@ export {
|
|
|
213
217
|
Ko as RadioGroupItem,
|
|
214
218
|
v as Select,
|
|
215
219
|
w as SelectBaseItem,
|
|
216
|
-
|
|
220
|
+
h as SelectBaseValue,
|
|
217
221
|
R as SelectCalendarMenu,
|
|
218
|
-
|
|
222
|
+
B as SelectContent,
|
|
219
223
|
Pe as SelectField,
|
|
220
224
|
A as SelectGroup,
|
|
221
225
|
we as SelectGroups,
|
|
@@ -238,9 +242,9 @@ export {
|
|
|
238
242
|
Cr as Tabs,
|
|
239
243
|
sr as TabsContent,
|
|
240
244
|
gr as TabsList,
|
|
241
|
-
|
|
245
|
+
cr as TabsTrigger,
|
|
242
246
|
Tr as Textarea,
|
|
243
|
-
|
|
247
|
+
Be as TextareaField,
|
|
244
248
|
ot as Toaster,
|
|
245
249
|
_o as Toggle,
|
|
246
250
|
er as ToggleGroup,
|
|
@@ -251,7 +255,7 @@ export {
|
|
|
251
255
|
Pr as TooltipProvider,
|
|
252
256
|
vr as TooltipTrigger,
|
|
253
257
|
Pt as TransferList,
|
|
254
|
-
|
|
258
|
+
hr as Typography,
|
|
255
259
|
i as badgeVariants,
|
|
256
260
|
C as buttonVariants,
|
|
257
261
|
m as cn,
|
|
@@ -259,7 +263,7 @@ export {
|
|
|
259
263
|
_r as createDataTableRowActionsColumn,
|
|
260
264
|
me as createDataTableSelectColumn,
|
|
261
265
|
Ar as getTypographyClassName,
|
|
262
|
-
|
|
266
|
+
dt as localeMode,
|
|
263
267
|
et as sonner,
|
|
264
268
|
or as toggleVariants,
|
|
265
269
|
Gr as typographyClassNames,
|
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.92",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"engines": {
|
|
@@ -242,6 +242,12 @@
|
|
|
242
242
|
"require": "./dist/components-input-phone.cjs",
|
|
243
243
|
"default": "./dist/components-input-phone.js"
|
|
244
244
|
},
|
|
245
|
+
"./input-search": {
|
|
246
|
+
"types": "./dist/components/input-search/index.d.ts",
|
|
247
|
+
"import": "./dist/components-input-search.js",
|
|
248
|
+
"require": "./dist/components-input-search.cjs",
|
|
249
|
+
"default": "./dist/components-input-search.js"
|
|
250
|
+
},
|
|
245
251
|
"./label": {
|
|
246
252
|
"types": "./dist/components/ui/label/index.d.ts",
|
|
247
253
|
"import": "./dist/components-ui-label.js",
|
|
@@ -410,22 +416,23 @@
|
|
|
410
416
|
"@base-ui/react": "^1.2.0",
|
|
411
417
|
"@fontsource-variable/geist": "^5.2.8",
|
|
412
418
|
"@tanstack/react-table": "^8.21.3",
|
|
419
|
+
"brd-phosphor-strokes-icons": "^0.1.10",
|
|
413
420
|
"class-variance-authority": "^0.7.1",
|
|
414
421
|
"clsx": "^2.1.1",
|
|
415
422
|
"date-fns": "^4.1.0",
|
|
416
423
|
"lodash": "^4.17.23",
|
|
417
424
|
"next-themes": "^0.4.6",
|
|
418
|
-
"brd-phosphor-strokes-icons": "^0.1.10",
|
|
419
425
|
"radix-ui": "^1.4.3",
|
|
426
|
+
"react-dadata": "2.28.0-beta.0",
|
|
420
427
|
"react-day-picker": "^9.14.0",
|
|
421
428
|
"react-dropzone": "^15.0.0",
|
|
429
|
+
"react-hook-form": "^7.71.2",
|
|
422
430
|
"react-imask": "^7.6.1",
|
|
423
431
|
"recharts": "^3.8.0",
|
|
424
432
|
"sonner": "^2.0.7",
|
|
425
433
|
"tailwind-merge": "^3.5.0",
|
|
426
434
|
"tw-animate-css": "^1.4.0",
|
|
427
|
-
"vaul": "^1.1.2"
|
|
428
|
-
"react-hook-form": "^7.71.2"
|
|
435
|
+
"vaul": "^1.1.2"
|
|
429
436
|
},
|
|
430
437
|
"devDependencies": {
|
|
431
438
|
"@eslint/js": "^9.39.1",
|
|
@@ -590,6 +597,9 @@
|
|
|
590
597
|
"input-phone": [
|
|
591
598
|
"./dist/components/input-phone/index.d.ts"
|
|
592
599
|
],
|
|
600
|
+
"input-search": [
|
|
601
|
+
"./dist/components/input-search/index.d.ts"
|
|
602
|
+
],
|
|
593
603
|
"label": [
|
|
594
604
|
"./dist/components/ui/label/index.d.ts"
|
|
595
605
|
],
|