@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 l, AccordionContent as u, AccordionItem as c, AccordionTrigger as g } from "./components/atoms/accordion/accordion.js";
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 dr } from "./components/atoms/textarea/textarea.js";
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 { Loading as sr } from "./components/atoms/loading/loading.js";
45
- import { OTPField as Pr } from "./components/atoms/otp-field/otp-field.js";
46
- import { PasswordField as Mr } from "./components/atoms/password-field/password-field.js";
47
- import { ProtectedField as wr } from "./components/atoms/protected-field/protected-field.js";
48
- import { Progress as br } from "./components/atoms/progress/progress.js";
49
- import { Toaster as hr } from "./vendor/shadcn/sonner.js";
50
- import { Breadcrumb as Ir } from "./components/molecules/breadcrumb/breadcrumb.js";
51
- import { Pagination as Gr, Pagination as vr } from "./components/molecules/pagination/pagination.js";
52
- import { PaginationContent as Br, PaginationEllipsis as Lr, PaginationItem as Or, PaginationLink as Er, PaginationNext as Hr, PaginationPrevious as Nr } from "./vendor/shadcn/pagination.js";
53
- import { NavTabs as zr } from "./components/molecules/nav-tabs/nav-tabs.js";
54
- import { HighlightBanner as Qr } from "./components/molecules/highlight-banner/highlight-banner.js";
55
- import { Empty as qr } from "./components/molecules/empty/empty.js";
56
- import { EmptyIcon as Ur } from "./components/molecules/empty/empty-icon.js";
57
- import { DialogHeader as Xr } from "./components/molecules/dialog-header/dialog-header.js";
58
- import { DialogContent as Zr } from "./components/molecules/dialog-content/dialog-content.js";
59
- import { DialogFooter as $r } from "./components/molecules/dialog-footer/dialog-footer.js";
60
- import { Dialog as re } from "./components/organisms/dialog/dialog.js";
61
- import { Sheet as te } from "./components/organisms/sheet/sheet.js";
62
- import { Tutorial as ne } from "./components/organisms/tutorial/tutorial.js";
63
- import { DataTable as ie } from "./components/organisms/data-table/data-table.js";
64
- import { DataTableColumnHeader as xe } from "./components/organisms/data-table/components/column-header/data-table-column-header.js";
65
- import { DataTableSortIndicator as de } from "./components/organisms/data-table/components/column-header/data-table-sort-indicator.js";
66
- import { DataTableListCell as ue } from "./components/organisms/data-table/components/cells/data-table-list-cell.js";
67
- import { useBodyScrollLock as ge } from "./hooks/use-body-scroll-lock.js";
68
- import { useEscapeKey as se } from "./hooks/use-escape-key.js";
69
- import { useMediaQuery as Pe } from "./hooks/use-media-query.js";
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
- l as Accordion,
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
- Ir as Breadcrumb,
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
- ie as DataTable,
92
- xe as DataTableColumnHeader,
93
- ue as DataTableListCell,
94
- de as DataTableSortIndicator,
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
- re as Dialog,
98
- Zr as DialogContent,
99
- $r as DialogFooter,
100
- Xr as DialogHeader,
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
- qr as Empty,
118
- Ur as EmptyIcon,
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
- Qr as HighlightBanner,
133
+ qr as HighlightBanner,
133
134
  gr as Icon,
135
+ sr as Label,
134
136
  Vo as Link,
135
- sr as Loading,
137
+ Pr as Loading,
136
138
  jo as MultiSelect,
137
139
  Ko as MultiValuesField,
138
140
  vo as NavLink,
139
- zr as NavTabs,
140
- Pr as OTPField,
141
- Gr as Pagination,
142
- Br as PaginationContent,
143
- Lr as PaginationEllipsis,
144
- Or as PaginationItem,
145
- Er as PaginationLink,
146
- Hr as PaginationNext,
147
- Nr as PaginationPrevious,
148
- vr as PaginationRoot,
149
- Mr as PasswordField,
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
- br as Progress,
154
- wr as ProtectedField,
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
- te as Sheet,
165
+ ne as Sheet,
164
166
  nr as Skeleton,
165
167
  xr as Switch,
166
- dr as Textarea,
168
+ lr as Textarea,
167
169
  z as TimePicker,
168
- hr as Toaster,
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
- ne as Tutorial,
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
- ge as useBodyScrollLock,
180
- se as useEscapeKey,
181
- Pe as useMediaQuery
181
+ se as useBodyScrollLock,
182
+ Pe as useEscapeKey,
183
+ Me as useMediaQuery
182
184
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-design-system",
3
- "version": "0.0.191",
3
+ "version": "0.0.192",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",