@yuno-payments/dashboard-design-system 0.0.191 → 0.0.192
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.
|
@@ -32,6 +32,7 @@ export { Switch, type SwitchProps } from './switch';
|
|
|
32
32
|
export { Textarea, type TextareaProps } from './textarea';
|
|
33
33
|
export { Typography, type TypographyProps } from './typography';
|
|
34
34
|
export { Icon, type IconProps, type IconName } from './icon';
|
|
35
|
+
export { Label, type LabelProps } from './label';
|
|
35
36
|
export { Loading, type LoadingProps } from './loading';
|
|
36
37
|
export { OTPField, type OTPFieldProps } from './otp-field';
|
|
37
38
|
export { PasswordField, type PasswordFieldProps } from './password-field';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Label } from './label';
|
|
1
|
+
export { Label, type LabelProps } from './label';
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { cn as t, normalizeDimension as p } from "./lib/utils.js";
|
|
|
3
3
|
import { toast as a } from "sonner";
|
|
4
4
|
import { showNotificationAlert as m } from "./lib/notification-alert.js";
|
|
5
5
|
import { Alert as f } from "./components/atoms/alert/alert.js";
|
|
6
|
-
import { Accordion as
|
|
6
|
+
import { Accordion as d, AccordionContent as u, AccordionItem as c, AccordionTrigger as g } from "./components/atoms/accordion/accordion.js";
|
|
7
7
|
import { AccessDeniedAlert as s } from "./components/atoms/access-denied-alert/access-denied-alert.js";
|
|
8
8
|
import { Avatar as P } from "./components/atoms/avatar/avatar.js";
|
|
9
9
|
import { Badge as M } from "./components/atoms/badge/badge.js";
|
|
@@ -38,45 +38,46 @@ import { SearchField as tr } from "./components/atoms/search-field/search-field.
|
|
|
38
38
|
import { Skeleton as nr } from "./vendor/shadcn/skeleton.js";
|
|
39
39
|
import { Separator as ir } from "./components/atoms/separator/separator.js";
|
|
40
40
|
import { Switch as xr } from "./components/atoms/switch/switch.js";
|
|
41
|
-
import { Textarea as
|
|
41
|
+
import { Textarea as lr } from "./components/atoms/textarea/textarea.js";
|
|
42
42
|
import { Typography as ur } from "./components/atoms/typography/typography.js";
|
|
43
43
|
import { Icon as gr } from "./components/atoms/icon/icon.js";
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
44
|
+
import { Label as sr } from "./components/atoms/label/label.js";
|
|
45
|
+
import { Loading as Pr } from "./components/atoms/loading/loading.js";
|
|
46
|
+
import { OTPField as Mr } from "./components/atoms/otp-field/otp-field.js";
|
|
47
|
+
import { PasswordField as wr } from "./components/atoms/password-field/password-field.js";
|
|
48
|
+
import { ProtectedField as br } from "./components/atoms/protected-field/protected-field.js";
|
|
49
|
+
import { Progress as hr } from "./components/atoms/progress/progress.js";
|
|
50
|
+
import { Toaster as Ir } from "./vendor/shadcn/sonner.js";
|
|
51
|
+
import { Breadcrumb as Gr } from "./components/molecules/breadcrumb/breadcrumb.js";
|
|
52
|
+
import { Pagination as yr, Pagination as Br } from "./components/molecules/pagination/pagination.js";
|
|
53
|
+
import { PaginationContent as Or, PaginationEllipsis as Er, PaginationItem as Hr, PaginationLink as Nr, PaginationNext as Vr, PaginationPrevious as zr } from "./vendor/shadcn/pagination.js";
|
|
54
|
+
import { NavTabs as Qr } from "./components/molecules/nav-tabs/nav-tabs.js";
|
|
55
|
+
import { HighlightBanner as qr } from "./components/molecules/highlight-banner/highlight-banner.js";
|
|
56
|
+
import { Empty as Ur } from "./components/molecules/empty/empty.js";
|
|
57
|
+
import { EmptyIcon as Xr } from "./components/molecules/empty/empty-icon.js";
|
|
58
|
+
import { DialogHeader as Zr } from "./components/molecules/dialog-header/dialog-header.js";
|
|
59
|
+
import { DialogContent as $r } from "./components/molecules/dialog-content/dialog-content.js";
|
|
60
|
+
import { DialogFooter as re } from "./components/molecules/dialog-footer/dialog-footer.js";
|
|
61
|
+
import { Dialog as te } from "./components/organisms/dialog/dialog.js";
|
|
62
|
+
import { Sheet as ne } from "./components/organisms/sheet/sheet.js";
|
|
63
|
+
import { Tutorial as ie } from "./components/organisms/tutorial/tutorial.js";
|
|
64
|
+
import { DataTable as xe } from "./components/organisms/data-table/data-table.js";
|
|
65
|
+
import { DataTableColumnHeader as le } from "./components/organisms/data-table/components/column-header/data-table-column-header.js";
|
|
66
|
+
import { DataTableSortIndicator as ue } from "./components/organisms/data-table/components/column-header/data-table-sort-indicator.js";
|
|
67
|
+
import { DataTableListCell as ge } from "./components/organisms/data-table/components/cells/data-table-list-cell.js";
|
|
68
|
+
import { useBodyScrollLock as se } from "./hooks/use-body-scroll-lock.js";
|
|
69
|
+
import { useEscapeKey as Pe } from "./hooks/use-escape-key.js";
|
|
70
|
+
import { useMediaQuery as Me } from "./hooks/use-media-query.js";
|
|
70
71
|
export {
|
|
71
72
|
s as AccessDeniedAlert,
|
|
72
|
-
|
|
73
|
+
d as Accordion,
|
|
73
74
|
u as AccordionContent,
|
|
74
75
|
c as AccordionItem,
|
|
75
76
|
g as AccordionTrigger,
|
|
76
77
|
f as Alert,
|
|
77
78
|
P as Avatar,
|
|
78
79
|
M as Badge,
|
|
79
|
-
|
|
80
|
+
Gr as Breadcrumb,
|
|
80
81
|
w as Button,
|
|
81
82
|
b as Card,
|
|
82
83
|
R as CardBase,
|
|
@@ -88,16 +89,16 @@ export {
|
|
|
88
89
|
y as Checkbox,
|
|
89
90
|
Ho as Combobox,
|
|
90
91
|
L as CurrencyField,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
92
|
+
xe as DataTable,
|
|
93
|
+
le as DataTableColumnHeader,
|
|
94
|
+
ge as DataTableListCell,
|
|
95
|
+
ue as DataTableSortIndicator,
|
|
95
96
|
E as DatePicker,
|
|
96
97
|
N as DateRangePicker,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
te as Dialog,
|
|
99
|
+
$r as DialogContent,
|
|
100
|
+
re as DialogFooter,
|
|
101
|
+
Zr as DialogHeader,
|
|
101
102
|
Mo as DotsMenu,
|
|
102
103
|
po as DropdownMenu,
|
|
103
104
|
no as DropdownMenuCheckboxItem,
|
|
@@ -114,8 +115,8 @@ export {
|
|
|
114
115
|
so as DropdownMenuSubContent,
|
|
115
116
|
Co as DropdownMenuSubTrigger,
|
|
116
117
|
Po as DropdownMenuTrigger,
|
|
117
|
-
|
|
118
|
-
|
|
118
|
+
Ur as Empty,
|
|
119
|
+
Xr as EmptyIcon,
|
|
119
120
|
Ao as Field,
|
|
120
121
|
Q as FilterButton,
|
|
121
122
|
j as FilterCheckboxOption,
|
|
@@ -129,29 +130,30 @@ export {
|
|
|
129
130
|
J as FilterRadioOption,
|
|
130
131
|
U as FilterSection,
|
|
131
132
|
W as FilterTag,
|
|
132
|
-
|
|
133
|
+
qr as HighlightBanner,
|
|
133
134
|
gr as Icon,
|
|
135
|
+
sr as Label,
|
|
134
136
|
Vo as Link,
|
|
135
|
-
|
|
137
|
+
Pr as Loading,
|
|
136
138
|
jo as MultiSelect,
|
|
137
139
|
Ko as MultiValuesField,
|
|
138
140
|
vo as NavLink,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
141
|
+
Qr as NavTabs,
|
|
142
|
+
Mr as OTPField,
|
|
143
|
+
yr as Pagination,
|
|
144
|
+
Or as PaginationContent,
|
|
145
|
+
Er as PaginationEllipsis,
|
|
146
|
+
Hr as PaginationItem,
|
|
147
|
+
Nr as PaginationLink,
|
|
148
|
+
Vr as PaginationNext,
|
|
149
|
+
zr as PaginationPrevious,
|
|
150
|
+
Br as PaginationRoot,
|
|
151
|
+
wr as PasswordField,
|
|
150
152
|
Jo as Popover,
|
|
151
153
|
Uo as PopoverContent,
|
|
152
154
|
Wo as PopoverTrigger,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
+
hr as Progress,
|
|
156
|
+
br as ProtectedField,
|
|
155
157
|
Yo as RadioGroup,
|
|
156
158
|
_o as RadioGroupBase,
|
|
157
159
|
$o as RadioGroupItem,
|
|
@@ -160,23 +162,23 @@ export {
|
|
|
160
162
|
Oo as SearchSelect,
|
|
161
163
|
Bo as Select,
|
|
162
164
|
ir as Separator,
|
|
163
|
-
|
|
165
|
+
ne as Sheet,
|
|
164
166
|
nr as Skeleton,
|
|
165
167
|
xr as Switch,
|
|
166
|
-
|
|
168
|
+
lr as Textarea,
|
|
167
169
|
z as TimePicker,
|
|
168
|
-
|
|
170
|
+
Ir as Toaster,
|
|
169
171
|
wo as ToggleGroup,
|
|
170
172
|
So as ToggleGroupItem,
|
|
171
173
|
Ro as Tooltip,
|
|
172
174
|
ko as TooltipProvider,
|
|
173
|
-
|
|
175
|
+
ie as Tutorial,
|
|
174
176
|
ur as Typography,
|
|
175
177
|
t as cn,
|
|
176
178
|
p as normalizeDimension,
|
|
177
179
|
m as showNotificationAlert,
|
|
178
180
|
a as toast,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
181
|
+
se as useBodyScrollLock,
|
|
182
|
+
Pe as useEscapeKey,
|
|
183
|
+
Me as useMediaQuery
|
|
182
184
|
};
|