@payfit/unity-components 2.60.9 → 2.60.10
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/esm/components/app-menu/parts/AppMenuFooter.d.ts +8 -33
- package/dist/esm/components/app-menu/parts/AppMenuFooter.js +14 -180
- package/dist/esm/components/app-profile-menu-button/AppProfileMenuButton.d.ts +25 -0
- package/dist/esm/components/app-profile-menu-button/AppProfileMenuButton.js +70 -0
- package/dist/esm/components/app-profile-menu-button/parts/AppProfileAvatar.d.ts +18 -0
- package/dist/esm/components/app-profile-menu-button/parts/AppProfileAvatar.js +79 -0
- package/dist/esm/components/app-profile-menu-button/parts/AppProfileMenuHeader.d.ts +14 -0
- package/dist/esm/components/app-profile-menu-button/parts/AppProfileMenuHeader.js +88 -0
- package/dist/esm/components/avatar/Avatar.d.ts +9 -31
- package/dist/esm/docs/reference/catalog/catalog.generated.d.ts +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +215 -214
- package/i18n/en-GB.json +1 -0
- package/i18n/es-ES.json +1 -0
- package/i18n/fr-FR.json +1 -0
- package/package.json +8 -8
- package/src/agent-references/component-catalog.json +29 -0
package/dist/esm/index.js
CHANGED
|
@@ -26,217 +26,218 @@ import { AppLayout as j } from "./components/app-layout/AppLayout.js";
|
|
|
26
26
|
import { AppTopBar as M } from "./components/app-top-bar/AppTopBar.js";
|
|
27
27
|
import { AppMenuContext as N, AppMenuContextProvider as P, useAppMenuContext as F } from "./components/app-menu/parts/AppMenu.context.js";
|
|
28
28
|
import { AppMenu as I } from "./components/app-menu/AppMenu.js";
|
|
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 {
|
|
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 {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
|
|
29
|
+
import { MenuSeparator as L } from "./components/menu/parts/MenuSeparator.js";
|
|
30
|
+
import { MenuHeader as R } from "./components/menu/parts/MenuHeader.js";
|
|
31
|
+
import { Badge as z } from "./components/badge/Badge.js";
|
|
32
|
+
import { Avatar as B } from "./components/avatar/Avatar.js";
|
|
33
|
+
import { getInitials as V } from "./components/avatar/utils.js";
|
|
34
|
+
import { AvatarFallback as H } from "./components/avatar/parts/AvatarFallback.js";
|
|
35
|
+
import { AvatarImage as U } from "./components/avatar/parts/AvatarImage.js";
|
|
36
|
+
import { AppProfileMenuButton as W } from "./components/app-profile-menu-button/AppProfileMenuButton.js";
|
|
37
|
+
import { AppMenuFooter as G } from "./components/app-menu/parts/AppMenuFooter.js";
|
|
38
|
+
import { BRAND_ASSETS as K, PayFitBrand as q } from "./components/payfit-brand/PayFitBrand.js";
|
|
39
|
+
import { PayFitBrandPreprod as J } from "./components/payfit-brand/PayFitPreprod.js";
|
|
40
|
+
import { AppMenuHeader as Y } from "./components/app-menu/parts/AppMenuHeader.js";
|
|
41
|
+
import { AppMenuNavContent as X } from "./components/app-menu/parts/AppMenuNavContent.js";
|
|
42
|
+
import { Autocomplete as Z } from "./components/autocomplete/Autocomplete.js";
|
|
43
|
+
import { AutocompleteItem as Q, autocompleteItem as $ } from "./components/autocomplete/parts/AutocompleteItem.js";
|
|
44
|
+
import { AutocompleteItemGroup as ee, autocompleteItemGroup as te } from "./components/autocomplete/parts/AutocompleteItemGroup.js";
|
|
45
|
+
import { AvatarIcon as ne } from "./components/avatar/parts/AvatarIcon.js";
|
|
46
|
+
import { AvatarPair as re } from "./components/avatar/parts/AvatarPair.js";
|
|
47
|
+
import { BadgeDot as ie } from "./components/badge/parts/BadgeDot.js";
|
|
48
|
+
import { BottomSheet as ae, bottomSheet as oe } from "./components/bottom-sheet/BottomSheet.js";
|
|
49
|
+
import { BottomSheetContent as se, bottomSheetContent as ce } from "./components/bottom-sheet/parts/BottomSheetContent.js";
|
|
50
|
+
import { BottomSheetFooter as le, bottomSheetFooter as ue } from "./components/bottom-sheet/parts/BottomSheetFooter.js";
|
|
51
|
+
import { BottomSheetHeader as de, bottomSheetHeader as fe } from "./components/bottom-sheet/parts/BottomSheetHeader.js";
|
|
52
|
+
import { Breadcrumbs as pe } from "./components/breadcrumbs/Breadcrumbs.js";
|
|
53
|
+
import { Breadcrumb as me } from "./components/breadcrumbs/parts/Breadcrumb.js";
|
|
54
|
+
import { NoopRouterProvider as he, RouterProvider as ge, useRouter as _e } from "./providers/router/RouterProvider.js";
|
|
55
|
+
import { RawLink as ve, link as ye } from "./components/link/RawLink.js";
|
|
56
|
+
import { BREADCRUMB_ITEM_MAX_WIDTH as be, RawBreadcrumbLink as xe } from "./components/breadcrumbs/parts/RawBreadcrumbLink.js";
|
|
57
|
+
import { CarouselNav as Se, carouselNav as Ce } from "./components/carousel/parts/CarouselNav.js";
|
|
58
|
+
import { Carousel as we, carousel as Te } from "./components/carousel/Carousel.js";
|
|
59
|
+
import { CarouselHeader as Ee, carouselHeader as De } from "./components/carousel/parts/CarouselHeader.js";
|
|
60
|
+
import { CarouselContent as Oe, carouselContent as ke } from "./components/carousel/parts/CarouselContent.js";
|
|
61
|
+
import { CarouselSlide as Ae, carouselSlide as je } from "./components/carousel/parts/CarouselSlide.js";
|
|
62
|
+
import { Card as Me, card as Ne } from "./components/card/Card.js";
|
|
63
|
+
import { CardTitle as Pe } from "./components/card/parts/CardTitle.js";
|
|
64
|
+
import { CardContent as Fe } from "./components/card/parts/CardContent.js";
|
|
65
|
+
import { Label as Ie } from "./components/label/Label.js";
|
|
66
|
+
import { CheckboxGroup as Le, checkboxGroup as Re } from "./components/checkbox-group/CheckboxGroup.js";
|
|
67
|
+
import { Checkbox as ze } from "./components/checkbox/Checkbox.js";
|
|
68
|
+
import { CheckboxStandalone as Be } from "./components/checkbox/CheckboxStandalone.js";
|
|
69
|
+
import { Collapsible as Ve } from "./components/collapsible/Collapsible.js";
|
|
70
|
+
import { CollapsibleContent as He } from "./components/collapsible/parts/CollapsibleContent.js";
|
|
71
|
+
import { CollapsibleTitle as Ue } from "./components/collapsible/parts/CollapsibleTitle.js";
|
|
72
|
+
import { TableBody as We, tableBody as Ge } from "./components/table/parts/TableBody.js";
|
|
73
|
+
import { TableColumnHeader as Ke, tableColumnHeader as qe } from "./components/table/parts/TableColumnHeader.js";
|
|
74
|
+
import { EmptyState as Je } from "./components/empty-state/EmptyState.js";
|
|
75
|
+
import { EmptyStateActions as Ye } from "./components/empty-state/parts/EmptyStateActions.js";
|
|
76
|
+
import { EmptyStateContent as Xe } from "./components/empty-state/parts/EmptyStateContent.js";
|
|
77
|
+
import { EmptyStateIcon as Ze } from "./components/empty-state/parts/EmptyStateIcon.js";
|
|
78
|
+
import { TableEmptyState as Qe, TableEmptyStateError as $e, TableEmptyStateLoading as et, TableEmptyStateNoData as tt, TableEmptyStateText as nt, TableNoSearchResults as rt, tableEmptyState as it } from "./components/table/parts/TableEmptyState.js";
|
|
79
|
+
import { TableHeader as at, tableHeader as ot } from "./components/table/parts/TableHeader.js";
|
|
80
|
+
import { SelectOption as st } from "./components/select/parts/SelectOption.js";
|
|
81
|
+
import { Search as ct, search as lt } from "./components/search/Search.js";
|
|
82
|
+
import { SelectButton as ut } from "./components/select/parts/SelectButton.js";
|
|
83
|
+
import { Select as dt } from "./components/select/Select.js";
|
|
84
|
+
import { TablePagination as ft, tablePagination as pt } from "./components/table/parts/TablePagination.js";
|
|
85
|
+
import { Table as mt, TableRoot as ht } from "./components/table/Table.js";
|
|
86
|
+
import { DataTable as gt } from "./components/data-table/DataTable.js";
|
|
87
|
+
import { DataTableRoot as _t, dataTableRoot as vt } from "./components/data-table/parts/DataTableRoot.js";
|
|
88
|
+
import { DataTableBulkActions as yt } from "./components/data-table/parts/DataTableBulkActions.js";
|
|
89
|
+
import { DateCalendar as bt } from "./components/date-calendar/DateCalendar.js";
|
|
90
|
+
import { DatePicker as xt } from "./components/date-picker/DatePicker.js";
|
|
91
|
+
import { DateRangeCalendar as St } from "./components/date-range-calendar/DateRangeCalendar.js";
|
|
92
|
+
import { DateRangePicker as Ct } from "./components/date-range-picker/DateRangePicker.js";
|
|
93
|
+
import { DefinitionList as wt } from "./components/definition-list/DefinitionList.js";
|
|
94
|
+
import { DefinitionItem as Tt } from "./components/definition-list/parts/DefinitionItem.js";
|
|
95
|
+
import { DefinitionTooltip as Et } from "./components/definition-tooltip/DefinitionTooltip.js";
|
|
96
|
+
import { DialogActions as Dt } from "./components/dialog/parts/DialogActions.js";
|
|
97
|
+
import { DialogButton as Ot } from "./components/dialog/parts/DialogActions/DialogButton.js";
|
|
98
|
+
import { Dialog as kt, DialogTrigger as At, dialog as jt } from "./components/dialog/Dialog.js";
|
|
99
|
+
import { DialogContent as Mt } from "./components/dialog/parts/DialogContent.js";
|
|
100
|
+
import { DialogTitle as Nt } from "./components/dialog/parts/DialogTitle.js";
|
|
101
|
+
import { PromoDialogActions as Pt } from "./components/promo-dialog/parts/PromoDialogActions.js";
|
|
102
|
+
import { PromoDialogHero as Ft } from "./components/promo-dialog/parts/PromoDialogHero.js";
|
|
103
|
+
import { PromoDialogTitle as It } from "./components/promo-dialog/parts/PromoDialogTitle.js";
|
|
104
|
+
import { PromoDialog as Lt, promoDialog as Rt } from "./components/promo-dialog/PromoDialog.js";
|
|
105
|
+
import { PromoDialogSubtitle as zt } from "./components/promo-dialog/parts/PromoDialogSubtitle.js";
|
|
106
|
+
import { PromoDialogContent as Bt } from "./components/promo-dialog/parts/PromoDialogContent.js";
|
|
107
|
+
import { EmptyStateGetStarted as Vt } from "./components/empty-state/presets/EmptyStateGetStarted.js";
|
|
108
|
+
import { EmptyStateWaitingForData as Ht } from "./components/empty-state/presets/EmptyStateWaitingForData.js";
|
|
109
|
+
import { EmptyStateGoodJob as Ut } from "./components/empty-state/presets/EmptyStateGoodJob.js";
|
|
110
|
+
import { EmptyStateUpgradeRequired as Wt } from "./components/empty-state/presets/EmptyStateUpgradeRequired.js";
|
|
111
|
+
import { EmptyStateNoSearchResults as Gt } from "./components/empty-state/presets/EmptyStateNoSearchResults.js";
|
|
112
|
+
import { EmptyStateUseDesktop as Kt } from "./components/empty-state/presets/EmptyStateUseDesktop.js";
|
|
113
|
+
import { useContainerQueryLevel as qt } from "./hooks/use-container-query-level.js";
|
|
114
|
+
import { ErrorState as Jt, errorState as Yt } from "./components/error-state/ErrorState.js";
|
|
115
|
+
import { Fieldset as Xt, fieldset as Zt } from "./components/fieldset/Fieldset.js";
|
|
116
|
+
import { FieldGroup as Qt } from "./components/fieldset/parts/FieldGroup.js";
|
|
117
|
+
import { Filter as $t, FilterControls as en, FilterLabels as tn, filterContainer as nn, filterDismissButton as rn } from "./components/filter/Filter.js";
|
|
118
|
+
import { FloatingActionBar as an, floatingActionBar as on } from "./components/floating-action-bar/FloatingActionBar.js";
|
|
119
|
+
import { FilterAdapters as sn } from "./components/filter-toolbar/utils/filter-adapters.js";
|
|
120
|
+
import { FilterToolbar as cn, filterToolbar as ln } from "./components/filter-toolbar/FilterToolbar.js";
|
|
121
|
+
import { flex as un, flexItem as dn } from "./components/flex/Flex.variants.js";
|
|
122
|
+
import { Flex as fn, Stack as pn } from "./components/flex/Flex.js";
|
|
123
|
+
import { FlexItem as mn, StackItem as hn } from "./components/flex/FlexItem.js";
|
|
124
|
+
import { Form as gn } from "./components/form/Form.js";
|
|
125
|
+
import { FullPageLoader as _n, fullPageLoader as vn } from "./components/full-page-loader/FullPageLoader.js";
|
|
126
|
+
import { SkipLink as yn, SkipLinks as bn } from "./components/skip-links/SkipLinks.js";
|
|
127
|
+
import { FunnelLayout as xn, funnelLayout as Sn } from "./components/funnel-layout/FunnelLayout.js";
|
|
128
|
+
import { FunnelBody as Cn, funnelBody as wn } from "./components/funnel-layout/parts/FunnelBody.js";
|
|
129
|
+
import { FunnelPage as Tn, funnelPage as En } from "./components/funnel-layout/parts/FunnelPage.js";
|
|
130
|
+
import { FunnelPageAction as Dn } from "./components/funnel-layout/parts/FunnelPageAction.js";
|
|
131
|
+
import { FunnelPageActions as On, funnelPageActions as kn } from "./components/funnel-layout/parts/FunnelPageActions.js";
|
|
132
|
+
import { FunnelPageContent as An, funnelPageContent as jn } from "./components/funnel-layout/parts/FunnelPageContent.js";
|
|
133
|
+
import { FunnelBackButton as Mn } from "./components/funnel-layout/parts/FunnelBackButton.js";
|
|
134
|
+
import { FunnelPageFooter as Nn, funnelPageFooter as Pn } from "./components/funnel-layout/parts/FunnelPageFooter.js";
|
|
135
|
+
import { FunnelPageHeader as Fn, funnelPageHeader as In } from "./components/funnel-layout/parts/FunnelPageHeader.js";
|
|
136
|
+
import { FunnelSidebar as Ln, funnelSidebar as Rn } from "./components/funnel-layout/parts/FunnelSidebar.js";
|
|
137
|
+
import { FunnelTopBar as zn, funnelTopBar as Bn } from "./components/funnel-layout/parts/FunnelTopBar.js";
|
|
138
|
+
import { grid as Vn, gridItem as Hn } from "./components/grid/Grid.variants.js";
|
|
139
|
+
import { Grid as Un } from "./components/grid/Grid.js";
|
|
140
|
+
import { GridItem as Wn } from "./components/grid/GridItem.js";
|
|
141
|
+
import { Input as Gn } from "./components/input/Input.js";
|
|
142
|
+
import { RawLinkButton as Kn } from "./components/link-button/RawLinkButton.js";
|
|
143
|
+
import { ListView as qn } from "./components/list-view/ListView.js";
|
|
144
|
+
import { RawListViewItem as Jn, listViewItem as Yn } from "./components/list-view/parts/RawListViewItem.js";
|
|
145
|
+
import { ListViewSection as Xn, listViewSection as Zn } from "./components/list-view/parts/ListViewSection.js";
|
|
146
|
+
import { ListViewItemLabel as Qn } from "./components/list-view/parts/ListViewItemLabel.js";
|
|
147
|
+
import { ListViewItemText as $n } from "./components/list-view/parts/ListViewItemText.js";
|
|
148
|
+
import { MenuSection as er } from "./components/menu/parts/MenuSection.js";
|
|
149
|
+
import { MultiSelect as tr } from "./components/multi-select/MultiSelect.js";
|
|
150
|
+
import { MultiSelectOptGroup as nr } from "./components/multi-select/parts/MultiSelectOptGroup.js";
|
|
151
|
+
import { MultiSelectOption as rr } from "./components/multi-select/parts/MultiSelectOption.js";
|
|
152
|
+
import { Nav as ir } from "./components/nav/Nav.js";
|
|
153
|
+
import { RawNavItem as ar, navItemBase as or } from "./components/nav/parts/RawNavItem.js";
|
|
154
|
+
import { NavGroup as sr } from "./components/nav/parts/NavGroup.js";
|
|
155
|
+
import { RawNavigationCard as cr } from "./components/navigation-card/NavigationCard.js";
|
|
156
|
+
import { NavigationCardGroup as lr, navigationCardGroup as ur } from "./components/navigation-card/parts/NavigationCardGroup.js";
|
|
157
|
+
import { NavigationCardLabel as dr } from "./components/navigation-card/parts/NavigationCardLabel.js";
|
|
158
|
+
import { NavigationCardDescription as fr } from "./components/navigation-card/parts/NavigationCardDescription.js";
|
|
159
|
+
import { NumberInput as pr, numberInput as mr } from "./components/number-input/NumberInput.js";
|
|
160
|
+
import { Page as hr, page as gr } from "./components/page/Page.js";
|
|
161
|
+
import { PageHeader as _r, pageHeader as vr } from "./components/page/parts/PageHeader.js";
|
|
162
|
+
import { PageHeading as yr } from "./components/page/parts/PageHeading.js";
|
|
163
|
+
import { Pagination as br, pagination as xr } from "./components/pagination/Pagination.js";
|
|
164
|
+
import { PaginationContent as Sr, paginationContent as Cr } from "./components/pagination/parts/PaginationContent.js";
|
|
165
|
+
import { PaginationItem as wr } from "./components/pagination/parts/PaginationItem.js";
|
|
166
|
+
import { RawPaginationLink as Tr, paginationLink as Er } from "./components/pagination/parts/RawPaginationLink.js";
|
|
167
|
+
import { RawPaginationPrevious as Dr } from "./components/pagination/parts/RawPaginationPrevious.js";
|
|
168
|
+
import { RawPaginationNext as Or } from "./components/pagination/parts/RawPaginationNext.js";
|
|
169
|
+
import { PaginationEllipsis as kr } from "./components/pagination/parts/PaginationEllipsis.js";
|
|
170
|
+
import { usePaginationWindow as Ar } from "./components/pagination/hooks/use-pagination-window.js";
|
|
171
|
+
import { usePaginationState as jr } from "./components/pagination/hooks/use-pagination-state.js";
|
|
172
|
+
import { PhoneNumberInput as Mr } from "./components/phone-number/PhoneNumberInput.js";
|
|
173
|
+
import { Pill as Nr } from "./components/pill/Pill.js";
|
|
174
|
+
import { Popover as Pr, PopoverTrigger as Fr } from "./components/popover/Popover.js";
|
|
175
|
+
import { ProgressBar as Ir } from "./components/progress-bar/ProgressBar.js";
|
|
176
|
+
import { RadioButtonGroup as Lr } from "./components/radio-button-group/RadioButtonGroup.js";
|
|
177
|
+
import { RadioButtonHelper as Rr } from "./components/radio-button-group/parts/RadioButtonHelper.js";
|
|
178
|
+
import { RadioIndicator as zr } from "./components/radio-button-group/parts/RadioIndicator.js";
|
|
179
|
+
import { RadioButton as Br, radioButton as Vr } from "./components/radio-button-group/parts/RadioButton.js";
|
|
180
|
+
import { SegmentedButtonGroup as Hr } from "./components/segmented-button-group/SegmentedButtonGroup.js";
|
|
181
|
+
import { ToggleButton as Ur } from "./components/segmented-button-group/parts/ToggleButton.js";
|
|
182
|
+
import { SelectableButtonGroup as Wr, selectableButtonGroup as Gr } from "./components/selectable-button-group/SelectableButtonGroup.js";
|
|
183
|
+
import { SelectableButton as Kr, selectableButton as qr } from "./components/selectable-button-group/parts/SelectableButton.js";
|
|
184
|
+
import { SelectableCardCheckboxGroup as Jr } from "./components/selectable-card/selectable-card-checkbox-group/SelectableCardCheckboxGroup.js";
|
|
185
|
+
import { SelectableCardCheckbox as Yr } from "./components/selectable-card/selectable-card-checkbox-group/parts/SelectableCardCheckbox.js";
|
|
186
|
+
import { SelectableCardRadioGroup as Xr } from "./components/selectable-card/selectable-card-radio-group/SelectableCardRadioGroup.js";
|
|
187
|
+
import { SelectableCardRadio as Zr } from "./components/selectable-card/selectable-card-radio-group/parts/SelectableCardRadio.js";
|
|
188
|
+
import { SelectOptionGroup as Qr } from "./components/select/parts/SelectOptionGroup.js";
|
|
189
|
+
import { SelectOptionHelper as $r } from "./components/select/parts/SelectOptionHelper.js";
|
|
190
|
+
import { SidePanel as ei, sidePanel as ti } from "./components/side-panel/SidePanel.js";
|
|
191
|
+
import { SidePanelContent as ni, sidePanelContent as ri } from "./components/side-panel/parts/SidePanelContent.js";
|
|
192
|
+
import { SidePanelFooter as ii, sidePanelFooter as ai } from "./components/side-panel/parts/SidePanelFooter.js";
|
|
193
|
+
import { SidePanelHeader as oi, sidePanelHeader as si } from "./components/side-panel/parts/SidePanelHeader.js";
|
|
194
|
+
import { Stepper as ci } from "./components/stepper/Stepper.js";
|
|
195
|
+
import { Step as li } from "./components/stepper/parts/Step.js";
|
|
196
|
+
import { useStepper as ui } from "./components/stepper/hooks/useStepper.js";
|
|
197
|
+
import { TableCell as di, tableCell as fi } from "./components/table/parts/TableCell.js";
|
|
198
|
+
import { TableRow as pi, tableRow as mi } from "./components/table/parts/TableRow.js";
|
|
199
|
+
import { Tabs as hi } from "./components/tabs/Tabs.js";
|
|
200
|
+
import { RawTab as gi } from "./components/tabs/parts/RawTab.js";
|
|
201
|
+
import { TabList as _i } from "./components/tabs/parts/TabList.js";
|
|
202
|
+
import { TabPanel as vi } from "./components/tabs/parts/TabPanel.js";
|
|
203
|
+
import { TaskMenu as yi, taskMenu as bi } from "./components/task-menu/TaskMenu.js";
|
|
204
|
+
import { RawSubTask as xi, rawSubTask as Si } from "./components/task-menu/parts/RawSubTask.js";
|
|
205
|
+
import { RawTask as Ci, rawTask as wi } from "./components/task-menu/parts/RawTask.js";
|
|
206
|
+
import { TaskGroup as Ti } from "./components/task-menu/parts/TaskGroup.js";
|
|
207
|
+
import { TextArea as Ei, textArea as Di } from "./components/text-area/TextArea.js";
|
|
208
|
+
import { Timeline as Oi } from "./components/timeline/Timeline.js";
|
|
209
|
+
import { TimelineStep as ki } from "./components/timeline/parts/TimelineStep.js";
|
|
210
|
+
import { TimelineStepHeader as Ai } from "./components/timeline/parts/TimelineStepHeader.js";
|
|
211
|
+
import { TimelineStepDescription as ji } from "./components/timeline/parts/TimelineStepDescription.js";
|
|
212
|
+
import { TOAST_CONFIG as Mi, ToastManager as Ni } from "./components/toast/ToastManager.js";
|
|
213
|
+
import { toast as Pi } from "./components/toast/toast.js";
|
|
214
|
+
import { ToggleSwitchGroup as Fi, toggleSwitchGroup as Ii } from "./components/toggle-switch-group/ToggleSwitchGroup.js";
|
|
215
|
+
import { ToggleSwitch as Li, toggleSwitch as Ri } from "./components/toggle-switch/ToggleSwitch.js";
|
|
216
|
+
import { useAsyncList as zi } from "./hooks/use-async-list.js";
|
|
217
|
+
import { FormHelperText as Bi } from "./components/form-field/parts/FormHelperText.js";
|
|
218
|
+
import { RawFormContextualLink as Vi } from "./components/form-field/parts/RawFormContextualLink.js";
|
|
219
|
+
import { FormField as Hi } from "./components/form-field/FormField.js";
|
|
220
|
+
import { useUnityForm as Ui } from "./hooks/use-form.js";
|
|
221
|
+
import { FormControl as Wi } from "./components/form-field/parts/FormControl.js";
|
|
222
|
+
import { FormFeedbackText as Gi } from "./components/form-field/parts/FormFeedbackText.js";
|
|
223
|
+
import { CheckboxField as Ki } from "./components/checkbox-field/CheckboxField.js";
|
|
224
|
+
import { CheckboxGroupField as qi } from "./components/checkbox-group-field/CheckboxGroupField.js";
|
|
225
|
+
import { FormLabel as Ji } from "./components/form-field/parts/FormLabel.js";
|
|
226
|
+
import { DatePickerField as Yi } from "./components/date-picker-field/DatePickerField.js";
|
|
227
|
+
import { MultiSelectField as Xi } from "./components/multi-select-field/MultiSelectField.js";
|
|
228
|
+
import { NumberField as Zi, numberField as Qi } from "./components/number-field/NumberField.js";
|
|
229
|
+
import { RadioButtonGroupField as $i } from "./components/radio-button-group-field/RadioButtonGroupField.js";
|
|
230
|
+
import { SelectableButtonGroupField as ea } from "./components/selectable-button-group-field/SelectableButtonGroupField.js";
|
|
231
|
+
import { SelectableCardCheckboxGroupField as ta } from "./components/selectable-card-checkbox-group-field/SelectableCardCheckboxGroupField.js";
|
|
232
|
+
import { SelectableCardRadioGroupField as na } from "./components/selectable-card-radio-group-field/SelectableCardRadioGroupField.js";
|
|
233
|
+
import { SelectField as ra } from "./components/select-field/SelectField.js";
|
|
234
|
+
import { TextField as ia } from "./components/text-field/TextField.js";
|
|
235
|
+
import { ToggleSwitchField as aa } from "./components/toggle-switch-field/ToggleSwitchField.js";
|
|
236
|
+
import { ToggleSwitchGroupField as oa } from "./components/toggle-switch-group-field/ToggleSwitchGroupField.js";
|
|
237
|
+
import { useFieldContext as sa, useFormContext as ca } from "./hooks/tanstack-form-context.js";
|
|
238
|
+
import { useTanstackUnityForm as la, withFieldGroup as ua, withForm as da } from "./hooks/use-tanstack-form.js";
|
|
239
|
+
import { tanstackFormDefaultValues as fa } from "./hooks/tanstack-form-default-values.js";
|
|
240
|
+
import { useFieldA11yContext as pa } from "./components/form-field/TanstackFormField.context.js";
|
|
241
|
+
import { fieldRevalidateLogic as ma } from "./utils/field-revalidate-logic.js";
|
|
242
|
+
import { CollapsibleGroup as ha } from "./components/collapsible-group/CollapsibleGroup.js";
|
|
243
|
+
export { y as ActionBar, u as ActionBarAction, d as ActionBarButton, m as ActionBarIconButton, b as ActionBarRoot, e as Actionable, w as Alert, T as AlertActions, O as AlertContent, k as AlertTitle, A as Anchor, j as AppLayout, I as AppMenu, N as AppMenuContext, P as AppMenuContextProvider, G as AppMenuFooter, Y as AppMenuHeader, X as AppMenuNavContent, W as AppProfileMenuButton, M as AppTopBar, Z as Autocomplete, Q as AutocompleteItem, ee as AutocompleteItemGroup, B as Avatar, H as AvatarFallback, ne as AvatarIcon, U as AvatarImage, re as AvatarPair, K as BRAND_ASSETS, be as BREADCRUMB_ITEM_MAX_WIDTH, z as Badge, ie as BadgeDot, ae as BottomSheet, se as BottomSheetContent, le as BottomSheetFooter, de as BottomSheetHeader, me as Breadcrumb, pe as Breadcrumbs, l as Button, Me as Card, Fe as CardContent, Pe as CardTitle, we as Carousel, Oe as CarouselContent, Ee as CarouselHeader, Se as CarouselNav, Ae as CarouselSlide, ze as Checkbox, Ki as CheckboxField, Le as CheckboxGroup, qi as CheckboxGroupField, Be as CheckboxStandalone, S as CircularIconButton, Ve as Collapsible, He as CollapsibleContent, ha as CollapsibleGroup, Ue as CollapsibleTitle, n as DESKTOP_BREAKPOINTS, gt as DataTable, yt as DataTableBulkActions, _t as DataTableRoot, bt as DateCalendar, xt as DatePicker, Yi as DatePickerField, St as DateRangeCalendar, Ct as DateRangePicker, Tt as DefinitionItem, wt as DefinitionList, Et as DefinitionTooltip, kt as Dialog, Dt as DialogActions, Ot as DialogButton, Mt as DialogContent, Nt as DialogTitle, At as DialogTrigger, Je as EmptyState, Ye as EmptyStateActions, Xe as EmptyStateContent, Vt as EmptyStateGetStarted, Ut as EmptyStateGoodJob, Ze as EmptyStateIcon, Gt as EmptyStateNoSearchResults, Wt as EmptyStateUpgradeRequired, Kt as EmptyStateUseDesktop, Ht as EmptyStateWaitingForData, Jt as ErrorState, Qt as FieldGroup, Xt as Fieldset, $t as Filter, sn as FilterAdapters, en as FilterControls, tn as FilterLabels, cn as FilterToolbar, fn as Flex, mn as FlexItem, an as FloatingActionBar, gn as Form, Wi as FormControl, Gi as FormFeedbackText, Hi as FormField, Bi as FormHelperText, Ji as FormLabel, _n as FullPageLoader, Mn as FunnelBackButton, Cn as FunnelBody, xn as FunnelLayout, Tn as FunnelPage, Dn as FunnelPageAction, On as FunnelPageActions, An as FunnelPageContent, Nn as FunnelPageFooter, Fn as FunnelPageHeader, Ln as FunnelSidebar, zn as FunnelTopBar, Un as Grid, Wn as GridItem, s as Icon, p as IconButton, Gn as Input, Ie as Label, qn as ListView, Qn as ListViewItemLabel, $n as ListViewItemText, Xn as ListViewSection, r as MOBILE_BREAKPOINTS, h as Menu, g as MenuContent, R as MenuHeader, er as MenuSection, L as MenuSeparator, _ as MenuTrigger, tr as MultiSelect, Xi as MultiSelectField, nr as MultiSelectOptGroup, rr as MultiSelectOption, ir as Nav, sr as NavGroup, fr as NavigationCardDescription, lr as NavigationCardGroup, dr as NavigationCardLabel, he as NoopRouterProvider, Zi as NumberField, pr as NumberInput, hr as Page, _r as PageHeader, yr as PageHeading, br as Pagination, Sr as PaginationContent, kr as PaginationEllipsis, wr as PaginationItem, q as PayFitBrand, J as PayFitBrandPreprod, Mr as PhoneNumberInput, Nr as Pill, Pr as Popover, Fr as PopoverTrigger, Ir as ProgressBar, Lt as PromoDialog, Pt as PromoDialogActions, Bt as PromoDialogContent, Ft as PromoDialogHero, zt as PromoDialogSubtitle, It as PromoDialogTitle, Br as RadioButton, Lr as RadioButtonGroup, $i as RadioButtonGroupField, Rr as RadioButtonHelper, zr as RadioIndicator, xe as RawBreadcrumbLink, Vi as RawFormContextualLink, ve as RawLink, Kn as RawLinkButton, Jn as RawListViewItem, v as RawMenuItem, ar as RawNavItem, cr as RawNavigationCard, Tr as RawPaginationLink, Or as RawPaginationNext, Dr as RawPaginationPrevious, xi as RawSubTask, gi as RawTab, Ci as RawTask, ge as RouterProvider, ct as Search, Hr as SegmentedButtonGroup, dt as Select, ut as SelectButton, ra as SelectField, st as SelectOption, Qr as SelectOptionGroup, $r as SelectOptionHelper, Kr as SelectableButton, Wr as SelectableButtonGroup, ea as SelectableButtonGroupField, Yr as SelectableCardCheckbox, Jr as SelectableCardCheckboxGroup, ta as SelectableCardCheckboxGroupField, Zr as SelectableCardRadio, Xr as SelectableCardRadioGroup, na as SelectableCardRadioGroupField, ei as SidePanel, ni as SidePanelContent, ii as SidePanelFooter, oi as SidePanelHeader, yn as SkipLink, bn as SkipLinks, c as Spinner, pn as Stack, hn as StackItem, li as Step, ci as Stepper, Mi as TOAST_CONFIG, _i as TabList, vi as TabPanel, mt as Table, We as TableBody, di as TableCell, Ke as TableColumnHeader, Qe as TableEmptyState, $e as TableEmptyStateError, et as TableEmptyStateLoading, tt as TableEmptyStateNoData, nt as TableEmptyStateText, at as TableHeader, rt as TableNoSearchResults, ft as TablePagination, ht as TableRoot, pi as TableRow, hi as Tabs, Ti as TaskGroup, yi as TaskMenu, D as Text, Ei as TextArea, ia as TextField, Oi as Timeline, ki as TimelineStep, ji as TimelineStepDescription, Ai as TimelineStepHeader, Ni as ToastManager, Ur as ToggleButton, Li as ToggleSwitch, aa as ToggleSwitchField, Fi as ToggleSwitchGroup, oa as ToggleSwitchGroupField, f as Tooltip, x as actionBarRoot, $ as autocompleteItem, te as autocompleteItemGroup, oe as bottomSheet, ce as bottomSheetContent, ue as bottomSheetFooter, fe as bottomSheetHeader, Ne as card, Te as carousel, ke as carouselContent, De as carouselHeader, Ce as carouselNav, je as carouselSlide, Re as checkboxGroup, C as circularIconButton, vt as dataTableRoot, jt as dialog, Yt as errorState, ma as fieldRevalidateLogic, Zt as fieldset, nn as filterContainer, rn as filterDismissButton, ln as filterToolbar, un as flex, dn as flexItem, on as floatingActionBar, vn as fullPageLoader, wn as funnelBody, Sn as funnelLayout, En as funnelPage, kn as funnelPageActions, jn as funnelPageContent, Pn as funnelPageFooter, In as funnelPageHeader, Rn as funnelSidebar, Bn as funnelTopBar, V as getInitials, Vn as grid, Hn as gridItem, i as isDesktopBreakpoint, a as isMobileBreakpoint, ye as link, Yn as listViewItem, Zn as listViewSection, or as navItemBase, ur as navigationCardGroup, Qi as numberField, mr as numberInput, gr as page, vr as pageHeader, xr as pagination, Cr as paginationContent, Er as paginationLink, Rt as promoDialog, Vr as radioButton, Si as rawSubTask, wi as rawTask, lt as search, qr as selectableButton, Gr as selectableButtonGroup, ti as sidePanel, ri as sidePanelContent, ai as sidePanelFooter, si as sidePanelHeader, Ge as tableBody, fi as tableCell, qe as tableColumnHeader, it as tableEmptyState, ot as tableHeader, pt as tablePagination, mi as tableRow, fa as tanstackFormDefaultValues, bi as taskMenu, E as text, Di as textArea, Pi as toast, Ri as toggleSwitch, Ii as toggleSwitchGroup, F as useAppMenuContext, zi as useAsyncList, o as useBreakpointListener, qt as useContainerQueryLevel, pa as useFieldA11yContext, sa as useFieldContext, ca as useFormContext, t as useMediaQuery, jr as usePaginationState, Ar as usePaginationWindow, _e as useRouter, ui as useStepper, la as useTanstackUnityForm, Ui as useUnityForm, ua as withFieldGroup, da as withForm };
|
package/i18n/en-GB.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"unity:component:app-menu:header:menu-close": "Close",
|
|
21
21
|
"unity:component:app-menu:footer:profile-button:description": "Press this button to open the profile menu.",
|
|
22
22
|
"unity:component:app-menu:footer:profile-button:avatar:change": "Change profile picture",
|
|
23
|
+
"unity:component:app-menu:footer:profile-button:avatar:camera": "Camera",
|
|
23
24
|
"unity:component:app-menu:footer:profile-button:avatar:change-description": "Press enter to change profile picture",
|
|
24
25
|
"unity:component:autocomplete:placeholder": "Search",
|
|
25
26
|
"unity:component:autocomplete:panel:empty:label": "No results found",
|
package/i18n/es-ES.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"unity:component:app-menu:header:menu-close": "Cerrar",
|
|
20
20
|
"unity:component:app-menu:footer:profile-button:description": "Presione este botón para abrir el menú de perfil.",
|
|
21
21
|
"unity:component:app-menu:footer:profile-button:avatar:change": "Cambiar foto de perfil",
|
|
22
|
+
"unity:component:app-menu:footer:profile-button:avatar:camera": "Cámara",
|
|
22
23
|
"unity:component:app-menu:footer:profile-button:avatar:change-description": "Presione enter para cambiar la foto de perfil",
|
|
23
24
|
"unity:component:autocomplete:placeholder": "Buscar",
|
|
24
25
|
"unity:component:autocomplete:panel:empty:label": "No se encontraron resultados",
|
package/i18n/fr-FR.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"unity:component:app-menu:header:menu-close": "Fermer",
|
|
20
20
|
"unity:component:app-menu:footer:profile-button:description": "Appuyez sur ce bouton pour ouvrir le menu du profil.",
|
|
21
21
|
"unity:component:app-menu:footer:profile-button:avatar:change": "Changer la photo de profil",
|
|
22
|
+
"unity:component:app-menu:footer:profile-button:avatar:camera": "Caméra",
|
|
22
23
|
"unity:component:app-menu:footer:profile-button:avatar:change-description": "Appuyez sur Entrée pour modifier la photo de profil",
|
|
23
24
|
"unity:component:breadcrumbs:collapsed:trigger:label": "Afficher {count} fils d'ariane supplémentaires",
|
|
24
25
|
"unity:component:autocomplete:placeholder": "Rechercher",
|