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