@payfit/unity-components 2.64.3 → 2.64.5
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/index.d.ts +4 -0
- package/dist/esm/index.js +203 -199
- package/i18n/fr-FR.json +1 -0
- package/package.json +8 -8
- package/src/agent-references/component-catalog.json +67 -0
package/dist/esm/index.js
CHANGED
|
@@ -42,202 +42,206 @@ 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 { TableBody as Je, tableBody as Ye } from "./components/table/parts/TableBody.js";
|
|
77
|
+
import { TableColumnHeader as Xe, tableColumnHeader as Ze } from "./components/table/parts/TableColumnHeader.js";
|
|
78
|
+
import { EmptyState as Qe } from "./components/empty-state/EmptyState.js";
|
|
79
|
+
import { EmptyStateActions as $e } from "./components/empty-state/parts/EmptyStateActions.js";
|
|
80
|
+
import { EmptyStateContent as et } from "./components/empty-state/parts/EmptyStateContent.js";
|
|
81
|
+
import { EmptyStateIcon as tt } from "./components/empty-state/parts/EmptyStateIcon.js";
|
|
82
|
+
import { TableEmptyState as nt, TableEmptyStateError as rt, TableEmptyStateLoading as it, TableEmptyStateNoData as at, TableEmptyStateText as ot, TableNoSearchResults as st, tableEmptyState as ct } from "./components/table/parts/TableEmptyState.js";
|
|
83
|
+
import { TableHeader as lt, tableHeader as ut } from "./components/table/parts/TableHeader.js";
|
|
84
|
+
import { SelectOption as dt } from "./components/select/parts/SelectOption.js";
|
|
85
|
+
import { Search as ft, search as pt } from "./components/search/Search.js";
|
|
86
|
+
import { SelectButton as mt } from "./components/select/parts/SelectButton.js";
|
|
87
|
+
import { Select as ht } from "./components/select/Select.js";
|
|
88
|
+
import { TablePagination as gt, tablePagination as _t } from "./components/table/parts/TablePagination.js";
|
|
89
|
+
import { Table as vt, TableRoot as yt } from "./components/table/Table.js";
|
|
90
|
+
import { DataTable as bt } from "./components/data-table/DataTable.js";
|
|
91
|
+
import { DataTableRoot as xt, dataTableRoot as St } from "./components/data-table/parts/DataTableRoot.js";
|
|
92
|
+
import { DataTableBulkActions as Ct } from "./components/data-table/parts/DataTableBulkActions.js";
|
|
93
|
+
import { DateCalendar as wt } from "./components/date-calendar/DateCalendar.js";
|
|
94
|
+
import { DatePicker as Tt } from "./components/date-picker/DatePicker.js";
|
|
95
|
+
import { DateRangeCalendar as Et } from "./components/date-range-calendar/DateRangeCalendar.js";
|
|
96
|
+
import { DateRangePicker as Dt } from "./components/date-range-picker/DateRangePicker.js";
|
|
97
|
+
import { DefinitionList as Ot } from "./components/definition-list/DefinitionList.js";
|
|
98
|
+
import { DefinitionItem as kt } from "./components/definition-list/parts/DefinitionItem.js";
|
|
99
|
+
import { DefinitionTooltip as At } from "./components/definition-tooltip/DefinitionTooltip.js";
|
|
100
|
+
import { DialogActions as jt } from "./components/dialog/parts/DialogActions.js";
|
|
101
|
+
import { DialogButton as Mt } from "./components/dialog/parts/DialogActions/DialogButton.js";
|
|
102
|
+
import { Dialog as Nt, DialogTrigger as Pt, dialog as Ft } from "./components/dialog/Dialog.js";
|
|
103
|
+
import { DialogContent as It } from "./components/dialog/parts/DialogContent.js";
|
|
104
|
+
import { DialogTitle as Lt } from "./components/dialog/parts/DialogTitle.js";
|
|
105
|
+
import { PromoDialogActions as Rt } from "./components/promo-dialog/parts/PromoDialogActions.js";
|
|
106
|
+
import { PromoDialogHero as zt } from "./components/promo-dialog/parts/PromoDialogHero.js";
|
|
107
|
+
import { PromoDialogTitle as Bt } from "./components/promo-dialog/parts/PromoDialogTitle.js";
|
|
108
|
+
import { PromoDialog as Vt, promoDialog as Ht } from "./components/promo-dialog/PromoDialog.js";
|
|
109
|
+
import { PromoDialogSubtitle as Ut } from "./components/promo-dialog/parts/PromoDialogSubtitle.js";
|
|
110
|
+
import { PromoDialogContent as Wt } from "./components/promo-dialog/parts/PromoDialogContent.js";
|
|
111
|
+
import { EmptyStateGetStarted as Gt } from "./components/empty-state/presets/EmptyStateGetStarted.js";
|
|
112
|
+
import { EmptyStateWaitingForData as Kt } from "./components/empty-state/presets/EmptyStateWaitingForData.js";
|
|
113
|
+
import { EmptyStateGoodJob as qt } from "./components/empty-state/presets/EmptyStateGoodJob.js";
|
|
114
|
+
import { EmptyStateUpgradeRequired as Jt } from "./components/empty-state/presets/EmptyStateUpgradeRequired.js";
|
|
115
|
+
import { EmptyStateNoSearchResults as Yt } from "./components/empty-state/presets/EmptyStateNoSearchResults.js";
|
|
116
|
+
import { EmptyStateUseDesktop as Xt } from "./components/empty-state/presets/EmptyStateUseDesktop.js";
|
|
117
|
+
import { useContainerQueryLevel as Zt } from "./hooks/use-container-query-level.js";
|
|
118
|
+
import { ErrorState as Qt, errorState as $t } from "./components/error-state/ErrorState.js";
|
|
119
|
+
import { Fieldset as en, fieldset as tn } from "./components/fieldset/Fieldset.js";
|
|
120
|
+
import { FieldGroup as nn } from "./components/fieldset/parts/FieldGroup.js";
|
|
121
|
+
import { Filter as rn, FilterControls as an, FilterLabels as on, filterContainer as sn, filterDismissButton as cn } from "./components/filter/Filter.js";
|
|
122
|
+
import { FloatingActionBar as ln, floatingActionBar as un } from "./components/floating-action-bar/FloatingActionBar.js";
|
|
123
|
+
import { FilterAdapters as dn } from "./components/filter-toolbar/utils/filter-adapters.js";
|
|
124
|
+
import { FilterToolbar as fn, filterToolbar as pn } from "./components/filter-toolbar/FilterToolbar.js";
|
|
125
|
+
import { flex as mn, flexItem as hn } from "./components/flex/Flex.variants.js";
|
|
126
|
+
import { Flex as gn, Stack as _n } from "./components/flex/Flex.js";
|
|
127
|
+
import { FlexItem as vn, StackItem as yn } from "./components/flex/FlexItem.js";
|
|
128
|
+
import { Form as bn } from "./components/form/Form.js";
|
|
129
|
+
import { FullPageLoader as xn, fullPageLoader as Sn } from "./components/full-page-loader/FullPageLoader.js";
|
|
130
|
+
import { SkipLink as Cn, SkipLinks as wn } from "./components/skip-links/SkipLinks.js";
|
|
131
|
+
import { FunnelLayout as Tn, funnelLayout as En } from "./components/funnel-layout/FunnelLayout.js";
|
|
132
|
+
import { FunnelBody as Dn, funnelBody as On } from "./components/funnel-layout/parts/FunnelBody.js";
|
|
133
|
+
import { FunnelPage as kn, funnelPage as An } from "./components/funnel-layout/parts/FunnelPage.js";
|
|
134
|
+
import { FunnelPageAction as jn } from "./components/funnel-layout/parts/FunnelPageAction.js";
|
|
135
|
+
import { FunnelPageActions as Mn, funnelPageActions as Nn } from "./components/funnel-layout/parts/FunnelPageActions.js";
|
|
136
|
+
import { FunnelPageContent as Pn, funnelPageContent as Fn } from "./components/funnel-layout/parts/FunnelPageContent.js";
|
|
137
|
+
import { FunnelBackButton as In } from "./components/funnel-layout/parts/FunnelBackButton.js";
|
|
138
|
+
import { FunnelPageFooter as Ln, funnelPageFooter as Rn } from "./components/funnel-layout/parts/FunnelPageFooter.js";
|
|
139
|
+
import { FunnelPageHeader as zn, funnelPageHeader as Bn } from "./components/funnel-layout/parts/FunnelPageHeader.js";
|
|
140
|
+
import { FunnelSidebar as Vn, funnelSidebar as Hn } from "./components/funnel-layout/parts/FunnelSidebar.js";
|
|
141
|
+
import { FunnelTopBar as Un, funnelTopBar as Wn } from "./components/funnel-layout/parts/FunnelTopBar.js";
|
|
142
|
+
import { grid as Gn, gridItem as Kn } from "./components/grid/Grid.variants.js";
|
|
143
|
+
import { Grid as qn } from "./components/grid/Grid.js";
|
|
144
|
+
import { GridItem as Jn } from "./components/grid/GridItem.js";
|
|
145
|
+
import { Input as Yn } from "./components/input/Input.js";
|
|
146
|
+
import { RawLinkButton as Xn } from "./components/link-button/RawLinkButton.js";
|
|
147
|
+
import { ListView as Zn } from "./components/list-view/ListView.js";
|
|
148
|
+
import { RawListViewItem as Qn, listViewItem as $n } from "./components/list-view/parts/RawListViewItem.js";
|
|
149
|
+
import { ListViewSection as er, listViewSection as tr } from "./components/list-view/parts/ListViewSection.js";
|
|
150
|
+
import { ListViewItemLabel as nr } from "./components/list-view/parts/ListViewItemLabel.js";
|
|
151
|
+
import { ListViewItemText as rr } from "./components/list-view/parts/ListViewItemText.js";
|
|
152
|
+
import { MenuSection as ir } from "./components/menu/parts/MenuSection.js";
|
|
153
|
+
import { MultiSelect as ar } from "./components/multi-select/MultiSelect.js";
|
|
154
|
+
import { MultiSelectOptGroup as or } from "./components/multi-select/parts/MultiSelectOptGroup.js";
|
|
155
|
+
import { MultiSelectOption as sr } from "./components/multi-select/parts/MultiSelectOption.js";
|
|
156
|
+
import { Nav as cr } from "./components/nav/Nav.js";
|
|
157
|
+
import { RawNavItem as lr, navItemBase as ur } from "./components/nav/parts/RawNavItem.js";
|
|
158
|
+
import { NavGroup as dr } from "./components/nav/parts/NavGroup.js";
|
|
159
|
+
import { RawNavigationCard as fr } from "./components/navigation-card/NavigationCard.js";
|
|
160
|
+
import { NavigationCardGroup as pr, navigationCardGroup as mr } from "./components/navigation-card/parts/NavigationCardGroup.js";
|
|
161
|
+
import { NavigationCardLabel as hr } from "./components/navigation-card/parts/NavigationCardLabel.js";
|
|
162
|
+
import { NavigationCardDescription as gr } from "./components/navigation-card/parts/NavigationCardDescription.js";
|
|
163
|
+
import { NumberInput as _r, numberInput as vr } from "./components/number-input/NumberInput.js";
|
|
164
|
+
import { Page as yr, page as br } from "./components/page/Page.js";
|
|
165
|
+
import { PageHeader as xr, pageHeader as Sr } from "./components/page/parts/PageHeader.js";
|
|
166
|
+
import { PageHeading as Cr } from "./components/page/parts/PageHeading.js";
|
|
167
|
+
import { Pagination as wr, pagination as Tr } from "./components/pagination/Pagination.js";
|
|
168
|
+
import { PaginationContent as Er, paginationContent as Dr } from "./components/pagination/parts/PaginationContent.js";
|
|
169
|
+
import { PaginationItem as Or } from "./components/pagination/parts/PaginationItem.js";
|
|
170
|
+
import { RawPaginationLink as kr, paginationLink as Ar } from "./components/pagination/parts/RawPaginationLink.js";
|
|
171
|
+
import { RawPaginationPrevious as jr } from "./components/pagination/parts/RawPaginationPrevious.js";
|
|
172
|
+
import { RawPaginationNext as Mr } from "./components/pagination/parts/RawPaginationNext.js";
|
|
173
|
+
import { PaginationEllipsis as Nr } from "./components/pagination/parts/PaginationEllipsis.js";
|
|
174
|
+
import { usePaginationWindow as Pr } from "./components/pagination/hooks/use-pagination-window.js";
|
|
175
|
+
import { usePaginationState as Fr } from "./components/pagination/hooks/use-pagination-state.js";
|
|
176
|
+
import { PhoneNumberInput as Ir } from "./components/phone-number/PhoneNumberInput.js";
|
|
177
|
+
import { Pill as Lr } from "./components/pill/Pill.js";
|
|
178
|
+
import { Popover as Rr, PopoverTrigger as zr } from "./components/popover/Popover.js";
|
|
179
|
+
import { ProgressBar as Br } from "./components/progress-bar/ProgressBar.js";
|
|
180
|
+
import { RadioButtonGroup as Vr } from "./components/radio-button-group/RadioButtonGroup.js";
|
|
181
|
+
import { RadioButtonHelper as Hr } from "./components/radio-button-group/parts/RadioButtonHelper.js";
|
|
182
|
+
import { RadioIndicator as Ur } from "./components/radio-button-group/parts/RadioIndicator.js";
|
|
183
|
+
import { RadioButton as Wr, radioButton as Gr } from "./components/radio-button-group/parts/RadioButton.js";
|
|
184
|
+
import { SegmentedButtonGroup as Kr } from "./components/segmented-button-group/SegmentedButtonGroup.js";
|
|
185
|
+
import { ToggleButton as qr } from "./components/segmented-button-group/parts/ToggleButton.js";
|
|
186
|
+
import { SelectableButtonGroup as Jr, selectableButtonGroup as Yr } from "./components/selectable-button-group/SelectableButtonGroup.js";
|
|
187
|
+
import { SelectableButton as Xr, selectableButton as Zr } from "./components/selectable-button-group/parts/SelectableButton.js";
|
|
188
|
+
import { SelectableCardCheckboxGroup as Qr } from "./components/selectable-card/selectable-card-checkbox-group/SelectableCardCheckboxGroup.js";
|
|
189
|
+
import { SelectableCardCheckbox as $r } from "./components/selectable-card/selectable-card-checkbox-group/parts/SelectableCardCheckbox.js";
|
|
190
|
+
import { SelectableCardRadioGroup as ei } from "./components/selectable-card/selectable-card-radio-group/SelectableCardRadioGroup.js";
|
|
191
|
+
import { SelectableCardRadio as ti } from "./components/selectable-card/selectable-card-radio-group/parts/SelectableCardRadio.js";
|
|
192
|
+
import { SelectOptionGroup as ni } from "./components/select/parts/SelectOptionGroup.js";
|
|
193
|
+
import { SelectOptionHelper as ri } from "./components/select/parts/SelectOptionHelper.js";
|
|
194
|
+
import { SidePanel as ii, sidePanel as ai } from "./components/side-panel/SidePanel.js";
|
|
195
|
+
import { SidePanelContent as oi, sidePanelContent as si } from "./components/side-panel/parts/SidePanelContent.js";
|
|
196
|
+
import { SidePanelFooter as ci, sidePanelFooter as li } from "./components/side-panel/parts/SidePanelFooter.js";
|
|
197
|
+
import { SidePanelHeader as ui, sidePanelHeader as di } from "./components/side-panel/parts/SidePanelHeader.js";
|
|
198
|
+
import { Stepper as fi } from "./components/stepper/Stepper.js";
|
|
199
|
+
import { Step as pi } from "./components/stepper/parts/Step.js";
|
|
200
|
+
import { useStepper as mi } from "./components/stepper/hooks/useStepper.js";
|
|
201
|
+
import { TableCell as hi, tableCell as gi } from "./components/table/parts/TableCell.js";
|
|
202
|
+
import { TableRow as _i, tableRow as vi } from "./components/table/parts/TableRow.js";
|
|
203
|
+
import { Tabs as yi } from "./components/tabs/Tabs.js";
|
|
204
|
+
import { RawTab as bi } from "./components/tabs/parts/RawTab.js";
|
|
205
|
+
import { TabList as xi } from "./components/tabs/parts/TabList.js";
|
|
206
|
+
import { TabPanel as Si } from "./components/tabs/parts/TabPanel.js";
|
|
207
|
+
import { TaskMenu as Ci, taskMenu as wi } from "./components/task-menu/TaskMenu.js";
|
|
208
|
+
import { RawSubTask as Ti, rawSubTask as Ei } from "./components/task-menu/parts/RawSubTask.js";
|
|
209
|
+
import { RawTask as Di, rawTask as Oi } from "./components/task-menu/parts/RawTask.js";
|
|
210
|
+
import { TaskGroup as ki } from "./components/task-menu/parts/TaskGroup.js";
|
|
211
|
+
import { TextArea as Ai, textArea as ji } from "./components/text-area/TextArea.js";
|
|
212
|
+
import { Timeline as Mi } from "./components/timeline/Timeline.js";
|
|
213
|
+
import { TimelineStep as Ni } from "./components/timeline/parts/TimelineStep.js";
|
|
214
|
+
import { TimelineStepHeader as Pi } from "./components/timeline/parts/TimelineStepHeader.js";
|
|
215
|
+
import { TimelineStepDescription as Fi } from "./components/timeline/parts/TimelineStepDescription.js";
|
|
216
|
+
import { TOAST_CONFIG as Ii, ToastManager as Li } from "./components/toast/ToastManager.js";
|
|
217
|
+
import { toast as Ri } from "./components/toast/toast.js";
|
|
218
|
+
import { ToggleSwitchGroup as zi, toggleSwitchGroup as Bi } from "./components/toggle-switch-group/ToggleSwitchGroup.js";
|
|
219
|
+
import { ToggleSwitch as Vi, toggleSwitch as Hi } from "./components/toggle-switch/ToggleSwitch.js";
|
|
220
|
+
import { useAsyncList as Ui } from "./hooks/use-async-list.js";
|
|
221
|
+
import { FormHelperText as Wi } from "./components/form-field/parts/FormHelperText.js";
|
|
222
|
+
import { RawFormContextualLink as Gi } from "./components/form-field/parts/RawFormContextualLink.js";
|
|
223
|
+
import { FormField as Ki } from "./components/form-field/FormField.js";
|
|
224
|
+
import { useUnityForm as qi } from "./hooks/use-form.js";
|
|
225
|
+
import { FormControl as Ji } from "./components/form-field/parts/FormControl.js";
|
|
226
|
+
import { FormFeedbackText as Yi } from "./components/form-field/parts/FormFeedbackText.js";
|
|
227
|
+
import { CheckboxField as Xi } from "./components/checkbox-field/CheckboxField.js";
|
|
228
|
+
import { CheckboxGroupField as Zi } from "./components/checkbox-group-field/CheckboxGroupField.js";
|
|
229
|
+
import { FormLabel as Qi } from "./components/form-field/parts/FormLabel.js";
|
|
230
|
+
import { DatePickerField as $i } from "./components/date-picker-field/DatePickerField.js";
|
|
231
|
+
import { MultiSelectField as ea } from "./components/multi-select-field/MultiSelectField.js";
|
|
232
|
+
import { NumberField as ta, numberField as na } from "./components/number-field/NumberField.js";
|
|
233
|
+
import { RadioButtonGroupField as ra } from "./components/radio-button-group-field/RadioButtonGroupField.js";
|
|
234
|
+
import { SelectableButtonGroupField as ia } from "./components/selectable-button-group-field/SelectableButtonGroupField.js";
|
|
235
|
+
import { SelectableCardCheckboxGroupField as aa } from "./components/selectable-card-checkbox-group-field/SelectableCardCheckboxGroupField.js";
|
|
236
|
+
import { SelectableCardRadioGroupField as oa } from "./components/selectable-card-radio-group-field/SelectableCardRadioGroupField.js";
|
|
237
|
+
import { SelectField as sa } from "./components/select-field/SelectField.js";
|
|
238
|
+
import { TextField as ca } from "./components/text-field/TextField.js";
|
|
239
|
+
import { ToggleSwitchField as la } from "./components/toggle-switch-field/ToggleSwitchField.js";
|
|
240
|
+
import { ToggleSwitchGroupField as ua } from "./components/toggle-switch-group-field/ToggleSwitchGroupField.js";
|
|
241
|
+
import { useFieldContext as da, useFormContext as fa } from "./hooks/tanstack-form-context.js";
|
|
242
|
+
import { useTanstackUnityForm as pa, withFieldGroup as ma, withForm as ha } from "./hooks/use-tanstack-form.js";
|
|
243
|
+
import { tanstackFormDefaultValues as ga } from "./hooks/tanstack-form-default-values.js";
|
|
244
|
+
import { useFieldA11yContext as _a } from "./components/form-field/TanstackFormField.context.js";
|
|
245
|
+
import { fieldRevalidateLogic as va } from "./utils/field-revalidate-logic.js";
|
|
246
|
+
import { CollapsibleGroup as ya } from "./components/collapsible-group/CollapsibleGroup.js";
|
|
247
|
+
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, Xi as CheckboxField, Ve as CheckboxGroup, Zi as CheckboxGroupField, We as CheckboxStandalone, S as CircularIconButton, Ge as Collapsible, Ke as CollapsibleContent, ya as CollapsibleGroup, qe as CollapsibleTitle, n as DESKTOP_BREAKPOINTS, bt as DataTable, Ct as DataTableBulkActions, xt as DataTableRoot, wt as DateCalendar, Tt as DatePicker, $i as DatePickerField, Et as DateRangeCalendar, Dt as DateRangePicker, kt as DefinitionItem, Ot as DefinitionList, At as DefinitionTooltip, Nt as Dialog, jt as DialogActions, Mt as DialogButton, It as DialogContent, Lt as DialogTitle, Pt as DialogTrigger, Qe as EmptyState, $e as EmptyStateActions, et as EmptyStateContent, Gt as EmptyStateGetStarted, qt as EmptyStateGoodJob, tt as EmptyStateIcon, Yt as EmptyStateNoSearchResults, Jt as EmptyStateUpgradeRequired, Xt as EmptyStateUseDesktop, Kt as EmptyStateWaitingForData, Qt as ErrorState, nn as FieldGroup, en as Fieldset, rn as Filter, dn as FilterAdapters, an as FilterControls, on as FilterLabels, fn as FilterToolbar, gn as Flex, vn as FlexItem, ln as FloatingActionBar, bn as Form, Ji as FormControl, Yi as FormFeedbackText, Ki as FormField, Wi as FormHelperText, Qi as FormLabel, xn as FullPageLoader, In as FunnelBackButton, Dn as FunnelBody, Tn as FunnelLayout, kn as FunnelPage, jn as FunnelPageAction, Mn as FunnelPageActions, Pn as FunnelPageContent, Ln as FunnelPageFooter, zn as FunnelPageHeader, Vn as FunnelSidebar, Un as FunnelTopBar, qn as Grid, Jn as GridItem, s as Icon, p as IconButton, Yn as Input, re as InteractiveAvatar, Be as Label, Zn as ListView, nr as ListViewItemLabel, rr as ListViewItemText, er as ListViewSection, r as MOBILE_BREAKPOINTS, h as Menu, g as MenuContent, R as MenuHeader, ir as MenuSection, L as MenuSeparator, _ as MenuTrigger, ar as MultiSelect, ea as MultiSelectField, or as MultiSelectOptGroup, sr as MultiSelectOption, cr as Nav, dr as NavGroup, gr as NavigationCardDescription, pr as NavigationCardGroup, hr as NavigationCardLabel, ye as NoopRouterProvider, ta as NumberField, _r as NumberInput, yr as Page, xr as PageHeader, Cr as PageHeading, wr as Pagination, Er as PaginationContent, Nr as PaginationEllipsis, Or as PaginationItem, q as PayFitBrand, J as PayFitBrandPreprod, Ir as PhoneNumberInput, Lr as Pill, Rr as Popover, zr as PopoverTrigger, Br as ProgressBar, Vt as PromoDialog, Rt as PromoDialogActions, Wt as PromoDialogContent, zt as PromoDialogHero, Ut as PromoDialogSubtitle, Bt as PromoDialogTitle, Wr as RadioButton, Vr as RadioButtonGroup, ra as RadioButtonGroupField, Hr as RadioButtonHelper, Ur as RadioIndicator, Te as RawBreadcrumbLink, Gi as RawFormContextualLink, Se as RawLink, Xn as RawLinkButton, Qn as RawListViewItem, v as RawMenuItem, lr as RawNavItem, fr as RawNavigationCard, kr as RawPaginationLink, Mr as RawPaginationNext, jr as RawPaginationPrevious, Ti as RawSubTask, bi as RawTab, Di as RawTask, be as RouterProvider, ft as Search, Kr as SegmentedButtonGroup, ht as Select, mt as SelectButton, sa as SelectField, dt as SelectOption, ni as SelectOptionGroup, ri as SelectOptionHelper, Xr as SelectableButton, Jr as SelectableButtonGroup, ia as SelectableButtonGroupField, $r as SelectableCardCheckbox, Qr as SelectableCardCheckboxGroup, aa as SelectableCardCheckboxGroupField, ti as SelectableCardRadio, ei as SelectableCardRadioGroup, oa as SelectableCardRadioGroupField, ii as SidePanel, oi as SidePanelContent, ci as SidePanelFooter, ui as SidePanelHeader, Cn as SkipLink, wn as SkipLinks, c as Spinner, _n as Stack, yn as StackItem, pi as Step, fi as Stepper, Ii as TOAST_CONFIG, xi as TabList, Si as TabPanel, vt as Table, Je as TableBody, hi as TableCell, Xe as TableColumnHeader, nt as TableEmptyState, rt as TableEmptyStateError, it as TableEmptyStateLoading, at as TableEmptyStateNoData, ot as TableEmptyStateText, lt as TableHeader, st as TableNoSearchResults, gt as TablePagination, yt as TableRoot, _i as TableRow, yi as Tabs, ki as TaskGroup, Ci as TaskMenu, D as Text, Ai as TextArea, ca as TextField, Mi as Timeline, Ni as TimelineStep, Fi as TimelineStepDescription, Pi as TimelineStepHeader, Li as ToastManager, qr as ToggleButton, Vi as ToggleSwitch, la as ToggleSwitchField, zi as ToggleSwitchGroup, ua 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, St as dataTableRoot, Ft as dialog, $t as errorState, va as fieldRevalidateLogic, tn as fieldset, sn as filterContainer, cn as filterDismissButton, pn as filterToolbar, mn as flex, hn as flexItem, un as floatingActionBar, Sn as fullPageLoader, On as funnelBody, En as funnelLayout, An as funnelPage, Nn as funnelPageActions, Fn as funnelPageContent, Rn as funnelPageFooter, Bn as funnelPageHeader, Hn as funnelSidebar, Wn as funnelTopBar, V as getInitials, Gn as grid, Kn as gridItem, i as isDesktopBreakpoint, a as isMobileBreakpoint, Ce as link, $n as listViewItem, tr as listViewSection, ur as navItemBase, mr as navigationCardGroup, na as numberField, vr as numberInput, br as page, Sr as pageHeader, Tr as pagination, Dr as paginationContent, Ar as paginationLink, Ht as promoDialog, Gr as radioButton, Ei as rawSubTask, Oi as rawTask, pt as search, Zr as selectableButton, Yr as selectableButtonGroup, ai as sidePanel, si as sidePanelContent, li as sidePanelFooter, di as sidePanelHeader, Ye as tableBody, gi as tableCell, Ze as tableColumnHeader, ct as tableEmptyState, ut as tableHeader, _t as tablePagination, vi as tableRow, ga as tanstackFormDefaultValues, wi as taskMenu, E as text, ji as textArea, Ri as toast, Hi as toggleSwitch, Bi as toggleSwitchGroup, F as useAppMenuContext, Ui as useAsyncList, o as useBreakpointListener, Zt as useContainerQueryLevel, _a as useFieldA11yContext, da as useFieldContext, fa as useFormContext, t as useMediaQuery, Fr as usePaginationState, Pr as usePaginationWindow, xe as useRouter, mi as useStepper, pa as useTanstackUnityForm, qi as useUnityForm, ma as withFieldGroup, ha 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.5",
|
|
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.5"
|
|
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.5",
|
|
112
|
+
"@payfit/unity-themes": "2.64.5"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@figma/code-connect": "1.5.2",
|
|
@@ -158,11 +158,11 @@
|
|
|
158
158
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
159
159
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
160
160
|
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
161
|
-
"@payfit/unity-icons": "2.64.3",
|
|
162
161
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
163
|
-
"@payfit/unity-illustrations": "2.64.
|
|
164
|
-
"@payfit/unity-themes": "2.64.
|
|
165
|
-
"@payfit/vite-configs": "0.0.0-use.local"
|
|
162
|
+
"@payfit/unity-illustrations": "2.64.5",
|
|
163
|
+
"@payfit/unity-themes": "2.64.5",
|
|
164
|
+
"@payfit/vite-configs": "0.0.0-use.local",
|
|
165
|
+
"@payfit/unity-icons": "2.64.5"
|
|
166
166
|
},
|
|
167
167
|
"peerDependenciesMeta": {
|
|
168
168
|
"@hookform/devtools": {
|