@yuno-payments/dashboard-design-system 2.8.10 → 2.9.0
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/components/atoms/icon/icon-list.d.ts +12 -0
- package/dist/components/atoms/icon/icon-list.js +360 -336
- package/dist/components/molecules/data-table-cells/data-table-icon-cell.d.ts +42 -0
- package/dist/components/molecules/data-table-cells/data-table-icon-cell.js +53 -0
- package/dist/components/molecules/data-table-cells/index.d.ts +1 -0
- package/dist/dashboard-design-system.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.min.js +6201 -5778
- package/dist/index.js +179 -177
- package/dist/index.umd.min.js +20 -20
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyBtc.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyCny.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyDollarSimple.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyEth.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyEur.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyGbp.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyInr.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyJpy.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyKrw.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyKzt.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyNgn.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyRub.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyBtc.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyCny.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyDollarSimple.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyEth.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyEur.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyGbp.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyInr.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyJpy.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyKrw.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyKzt.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyNgn.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyRub.es.js +36 -0
- package/package.json +1 -1
- package/registry/components-registry.json +59 -2
package/dist/index.js
CHANGED
|
@@ -25,76 +25,77 @@ import { DataTableColumnHeader as no } from "./components/organisms/data-table/c
|
|
|
25
25
|
import { DataTableCopyCell as xo } from "./components/molecules/data-table-cells/data-table-copy-cell.js";
|
|
26
26
|
import { DataTableCountryCell as fo } from "./components/molecules/data-table-cells/data-table-country-cell.js";
|
|
27
27
|
import { DataTableDateCell as uo } from "./components/molecules/data-table-cells/data-table-date-cell.js";
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
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 {
|
|
70
|
-
import { RadioGroup as Pe
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
28
|
+
import { DataTableIconCell as Do } from "./components/molecules/data-table-cells/data-table-icon-cell.js";
|
|
29
|
+
import { DataTableIconTextCell as so } from "./components/molecules/data-table-cells/data-table-icon-text-cell.js";
|
|
30
|
+
import { DataTableListCell as Ao } from "./components/organisms/data-table/components/cells/data-table-list-cell.js";
|
|
31
|
+
import { DataTablePercentageCell as So } from "./components/molecules/data-table-cells/data-table-percentage-cell.js";
|
|
32
|
+
import { DataTableSortIndicator as Fo } from "./components/organisms/data-table/components/column-header/data-table-sort-indicator.js";
|
|
33
|
+
import { DataTableStatusCell as wo } from "./components/molecules/data-table-cells/data-table-status-cell.js";
|
|
34
|
+
import { DataTableTagsCell as Lo } from "./components/molecules/data-table-cells/data-table-tags-cell.js";
|
|
35
|
+
import { DataTableTextCell as yo } from "./components/molecules/data-table-cells/data-table-text-cell.js";
|
|
36
|
+
import { DatePicker as Eo } from "./components/atoms/date-picker/date-picker.js";
|
|
37
|
+
import { DateRangePicker as ko } from "./components/atoms/date-range-picker/date-range-picker.js";
|
|
38
|
+
import { Dialog as vo } from "./components/organisms/dialog/dialog.js";
|
|
39
|
+
import { DialogContent as No } from "./components/molecules/dialog-content/dialog-content.js";
|
|
40
|
+
import { DialogFooter as Ho } from "./components/molecules/dialog-footer/dialog-footer.js";
|
|
41
|
+
import { DialogHeader as zo } from "./components/molecules/dialog-header/dialog-header.js";
|
|
42
|
+
import { DotsMenu as Vo } from "./components/molecules/dots-menu/dots-menu.js";
|
|
43
|
+
import { DropdownMenu as Qo, DropdownMenuCheckboxItem as Yo, DropdownMenuContent as jo, DropdownMenuGroup as qo, DropdownMenuItem as Jo, DropdownMenuLabel as Xo, DropdownMenuPortal as Zo, DropdownMenuRadioGroup as $o, DropdownMenuRadioItem as or, DropdownMenuSeparator as rr, DropdownMenuShortcut as er, DropdownMenuSub as tr, DropdownMenuSubContent as ar, DropdownMenuSubTrigger as pr, DropdownMenuTrigger as mr } from "./components/atoms/dropdown-menu/dropdown-menu.js";
|
|
44
|
+
import { Empty as ir } from "./components/molecules/empty/empty.js";
|
|
45
|
+
import { EmptyIcon as lr } from "./components/molecules/empty/empty-icon.js";
|
|
46
|
+
import { Field as dr } from "./components/molecules/field/field.js";
|
|
47
|
+
import { FileUpload as ur } from "./components/molecules/file-upload/file-upload.js";
|
|
48
|
+
import { FilterButton as Dr, FilterCheckboxOption as cr, FilterContent as sr, FilterRadioOption as Cr, FilterSection as Ar, FilterTag as br } from "./components/organisms/filter/filter.js";
|
|
49
|
+
import { FilterDateRange as Pr, FilterDateRangeOption as Fr, FilterDateRangeValue as Mr } from "./components/organisms/filter/filter-date-range.js";
|
|
50
|
+
import { FilterDropdown as Ir, FilterMenu as Lr, FilterMenuItem as Rr } from "./components/organisms/filter-dropdown/filter-dropdown.js";
|
|
51
|
+
import { FilterMultiInput as hr } from "./components/organisms/filter/filter-multi-input.js";
|
|
52
|
+
import { HighlightBanner as Gr } from "./components/molecules/highlight-banner/highlight-banner.js";
|
|
53
|
+
import { Icon as Br } from "./components/atoms/icon/icon.js";
|
|
54
|
+
import { Label as Or } from "./components/atoms/label/label.js";
|
|
55
|
+
import { Link as _r } from "./components/atoms/link/link.js";
|
|
56
|
+
import { Loading as Ur } from "./components/atoms/loading/loading.js";
|
|
57
|
+
import { MultiSelect as Kr } from "./components/organisms/multi-select/multi-select.js";
|
|
58
|
+
import { MultiValuesField as Wr } from "./components/molecules/multi-values-field/multi-values-field.js";
|
|
59
|
+
import { NavLink as Yr } from "./components/molecules/nav-link/nav-link.js";
|
|
60
|
+
import { NavTabs as qr } from "./components/molecules/nav-tabs/nav-tabs.js";
|
|
61
|
+
import { OTPField as Xr } from "./components/molecules/otp-field/otp-field.js";
|
|
62
|
+
import { PageTitle as $r } from "./components/atoms/page-title/page-title.js";
|
|
63
|
+
import { Pagination as re, Pagination as ee } from "./components/molecules/pagination/pagination.js";
|
|
64
|
+
import { PaginationContent as ae, PaginationEllipsis as pe, PaginationItem as me, PaginationLink as ne, PaginationNext as ie, PaginationPrevious as xe } from "./vendor/shadcn/pagination.js";
|
|
65
|
+
import { PasswordField as fe } from "./components/molecules/password-field/password-field.js";
|
|
66
|
+
import { Popover as ge, PopoverContent as ue, PopoverTrigger as Te } from "./components/atoms/popover/popover.js";
|
|
67
|
+
import { Progress as ce } from "./components/atoms/progress/progress.js";
|
|
68
|
+
import { ProtectedField as Ce } from "./components/atoms/protected-field/protected-field.js";
|
|
69
|
+
import { ProviderCard as be } from "./components/molecules/provider-card/provider-card.js";
|
|
70
|
+
import { RadioGroup as Pe } from "./components/molecules/radio-group/radio-group.js";
|
|
71
|
+
import { RadioGroup as Me, RadioGroupItem as we } from "./vendor/shadcn/radio-group.js";
|
|
72
|
+
import { RadioGroupOption as Le } from "./components/molecules/radio-group/radio-group-option.js";
|
|
73
|
+
import { SearchField as ye } from "./components/molecules/search-field/search-field.js";
|
|
74
|
+
import { SearchSelect as Ee } from "./components/molecules/select/search-select.js";
|
|
75
|
+
import { Select as ke } from "./components/molecules/select/select.js";
|
|
76
|
+
import { Separator as ve } from "./components/atoms/separator/separator.js";
|
|
77
|
+
import { Sheet as Ne } from "./components/organisms/sheet/sheet.js";
|
|
78
|
+
import { Skeleton as He } from "./vendor/shadcn/skeleton.js";
|
|
79
|
+
import { Stepper as ze } from "./components/molecules/stepper/stepper.js";
|
|
80
|
+
import { Switch as Ve } from "./components/molecules/switch/switch.js";
|
|
81
|
+
import { TOTALS_ROW_ID as Qe } from "./components/organisms/aggregated-table/aggregated-table.constants.js";
|
|
82
|
+
import { Textarea as je } from "./components/molecules/textarea/textarea.js";
|
|
83
|
+
import { ThemedImage as Je } from "./components/atoms/themed-image/themed-image.js";
|
|
84
|
+
import { TimePicker as Ze } from "./components/molecules/time-picker/time-picker.js";
|
|
85
|
+
import { Toaster as ot } from "./vendor/shadcn/sonner.js";
|
|
86
|
+
import { ToggleGroup as et, ToggleGroupItem as tt } from "./components/atoms/toggle-group/toggle-group.js";
|
|
87
|
+
import { Tooltip as pt } from "./components/atoms/tooltip/tooltip.js";
|
|
88
|
+
import { TooltipProvider as nt } from "./vendor/shadcn/tooltip.js";
|
|
89
|
+
import { TransferList as xt } from "./components/organisms/transfer-list/transfer-list.js";
|
|
90
|
+
import { TransferListEmptyState as ft } from "./components/organisms/transfer-list/transfer-list-empty-state.js";
|
|
91
|
+
import { Tutorial as gt } from "./components/organisms/tutorial/tutorial.js";
|
|
92
|
+
import { Typography as Tt } from "./components/atoms/typography/typography.js";
|
|
93
|
+
import { avgAggregation as ct, maxAggregation as st, minAggregation as Ct, sizeAggregation as At, sumAggregation as bt } from "./components/organisms/aggregated-table/aggregation-functions.helpers.js";
|
|
94
|
+
import { useBodyScrollLock as Pt } from "./hooks/use-body-scroll-lock.js";
|
|
95
|
+
import { useCopyToClipboard as Mt } from "./hooks/use-copy-to-clipboard.js";
|
|
96
|
+
import { useDirection as It } from "./hooks/use-direction.js";
|
|
97
|
+
import { useEscapeKey as Rt } from "./hooks/use-escape-key.js";
|
|
98
|
+
import { useMediaQuery as ht } from "./hooks/use-media-query.js";
|
|
98
99
|
export {
|
|
99
100
|
d as AccessDeniedAlert,
|
|
100
101
|
u as Accordion,
|
|
@@ -129,118 +130,119 @@ export {
|
|
|
129
130
|
xo as DataTableCopyCell,
|
|
130
131
|
fo as DataTableCountryCell,
|
|
131
132
|
uo as DataTableDateCell,
|
|
132
|
-
Do as
|
|
133
|
-
so as
|
|
134
|
-
Ao as
|
|
135
|
-
So as
|
|
136
|
-
Fo as
|
|
137
|
-
wo as
|
|
138
|
-
Lo as
|
|
139
|
-
yo as
|
|
140
|
-
Eo as
|
|
141
|
-
ko as
|
|
142
|
-
vo as
|
|
143
|
-
No as
|
|
144
|
-
Ho as
|
|
145
|
-
zo as
|
|
146
|
-
Vo as
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
mr as
|
|
162
|
-
ir as
|
|
163
|
-
lr as
|
|
164
|
-
dr as
|
|
165
|
-
ur as
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
Mr as
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
Rr as
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
Gr as
|
|
133
|
+
Do as DataTableIconCell,
|
|
134
|
+
so as DataTableIconTextCell,
|
|
135
|
+
Ao as DataTableListCell,
|
|
136
|
+
So as DataTablePercentageCell,
|
|
137
|
+
Fo as DataTableSortIndicator,
|
|
138
|
+
wo as DataTableStatusCell,
|
|
139
|
+
Lo as DataTableTagsCell,
|
|
140
|
+
yo as DataTableTextCell,
|
|
141
|
+
Eo as DatePicker,
|
|
142
|
+
ko as DateRangePicker,
|
|
143
|
+
vo as Dialog,
|
|
144
|
+
No as DialogContent,
|
|
145
|
+
Ho as DialogFooter,
|
|
146
|
+
zo as DialogHeader,
|
|
147
|
+
Vo as DotsMenu,
|
|
148
|
+
Qo as DropdownMenu,
|
|
149
|
+
Yo as DropdownMenuCheckboxItem,
|
|
150
|
+
jo as DropdownMenuContent,
|
|
151
|
+
qo as DropdownMenuGroup,
|
|
152
|
+
Jo as DropdownMenuItem,
|
|
153
|
+
Xo as DropdownMenuLabel,
|
|
154
|
+
Zo as DropdownMenuPortal,
|
|
155
|
+
$o as DropdownMenuRadioGroup,
|
|
156
|
+
or as DropdownMenuRadioItem,
|
|
157
|
+
rr as DropdownMenuSeparator,
|
|
158
|
+
er as DropdownMenuShortcut,
|
|
159
|
+
tr as DropdownMenuSub,
|
|
160
|
+
ar as DropdownMenuSubContent,
|
|
161
|
+
pr as DropdownMenuSubTrigger,
|
|
162
|
+
mr as DropdownMenuTrigger,
|
|
163
|
+
ir as Empty,
|
|
164
|
+
lr as EmptyIcon,
|
|
165
|
+
dr as Field,
|
|
166
|
+
ur as FileUpload,
|
|
167
|
+
Dr as FilterButton,
|
|
168
|
+
cr as FilterCheckboxOption,
|
|
169
|
+
sr as FilterContent,
|
|
170
|
+
Pr as FilterDateRange,
|
|
171
|
+
Fr as FilterDateRangeOption,
|
|
172
|
+
Mr as FilterDateRangeValue,
|
|
173
|
+
Ir as FilterDropdown,
|
|
174
|
+
Lr as FilterMenu,
|
|
175
|
+
Rr as FilterMenuItem,
|
|
176
|
+
hr as FilterMultiInput,
|
|
177
|
+
Cr as FilterRadioOption,
|
|
178
|
+
Ar as FilterSection,
|
|
179
|
+
br as FilterTag,
|
|
180
|
+
Gr as HighlightBanner,
|
|
181
|
+
Br as Icon,
|
|
180
182
|
t as LANGUAGE_STORAGE_KEY,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
183
|
+
Or as Label,
|
|
184
|
+
_r as Link,
|
|
185
|
+
Ur as Loading,
|
|
186
|
+
Kr as MultiSelect,
|
|
187
|
+
Wr as MultiValuesField,
|
|
188
|
+
Yr as NavLink,
|
|
189
|
+
qr as NavTabs,
|
|
190
|
+
Xr as OTPField,
|
|
191
|
+
$r as PageTitle,
|
|
192
|
+
re as Pagination,
|
|
193
|
+
ae as PaginationContent,
|
|
194
|
+
pe as PaginationEllipsis,
|
|
195
|
+
me as PaginationItem,
|
|
196
|
+
ne as PaginationLink,
|
|
197
|
+
ie as PaginationNext,
|
|
198
|
+
xe as PaginationPrevious,
|
|
199
|
+
ee as PaginationRoot,
|
|
200
|
+
fe as PasswordField,
|
|
201
|
+
ge as Popover,
|
|
202
|
+
ue as PopoverContent,
|
|
203
|
+
Te as PopoverTrigger,
|
|
204
|
+
ce as Progress,
|
|
205
|
+
Ce as ProtectedField,
|
|
206
|
+
be as ProviderCard,
|
|
207
|
+
Pe as RadioGroup,
|
|
208
|
+
Me as RadioGroupBase,
|
|
209
|
+
we as RadioGroupItem,
|
|
210
|
+
Le as RadioGroupOption,
|
|
211
|
+
ye as SearchField,
|
|
212
|
+
Ee as SearchSelect,
|
|
213
|
+
ke as Select,
|
|
214
|
+
ve as Separator,
|
|
215
|
+
Ne as Sheet,
|
|
216
|
+
He as Skeleton,
|
|
217
|
+
ze as Stepper,
|
|
218
|
+
Ve as Switch,
|
|
219
|
+
Qe as TOTALS_ROW_ID,
|
|
220
|
+
je as Textarea,
|
|
221
|
+
Je as ThemedImage,
|
|
222
|
+
Ze as TimePicker,
|
|
223
|
+
ot as Toaster,
|
|
224
|
+
et as ToggleGroup,
|
|
225
|
+
tt as ToggleGroupItem,
|
|
226
|
+
pt as Tooltip,
|
|
227
|
+
nt as TooltipProvider,
|
|
228
|
+
xt as TransferList,
|
|
229
|
+
ft as TransferListEmptyState,
|
|
230
|
+
gt as Tutorial,
|
|
231
|
+
Tt as Typography,
|
|
232
|
+
ct as avgAggregation,
|
|
231
233
|
a as cn,
|
|
232
234
|
X as getDataTableTranslations,
|
|
233
235
|
p as getDefaultLanguage,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
+
st as maxAggregation,
|
|
237
|
+
Ct as minAggregation,
|
|
236
238
|
m as normalizeDimension,
|
|
237
239
|
l as showNotificationAlert,
|
|
238
|
-
|
|
239
|
-
|
|
240
|
+
At as sizeAggregation,
|
|
241
|
+
bt as sumAggregation,
|
|
240
242
|
i as toast,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
243
|
+
Pt as useBodyScrollLock,
|
|
244
|
+
Mt as useCopyToClipboard,
|
|
245
|
+
It as useDirection,
|
|
246
|
+
Rt as useEscapeKey,
|
|
247
|
+
ht as useMediaQuery
|
|
246
248
|
};
|