@payfit/unity-components 2.4.4 → 2.5.1

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.
@@ -19,6 +19,10 @@ type CommonProps = {
19
19
  * Use this to provide a custom context to the screen reader. Default is Change profile picture
20
20
  */
21
21
  uploadAvatarLabel?: string;
22
+ /**
23
+ * This slot is used to render the update notification.
24
+ */
25
+ updateNotificationSlot?: ReactNode;
22
26
  };
23
27
  export type AppMenuFooterProps = CommonProps & {
24
28
  children?: ReactNode;
@@ -27,5 +31,5 @@ export type AppMenuFooterProps = CommonProps & {
27
31
  export type AppMenuFooterHeaderProps = CommonProps & {
28
32
  asMenuHeader?: boolean;
29
33
  };
30
- export declare const AppMenuFooter: ({ avatar, avatarPair, badgeLabel, children, computeSlot, description, title, menuTriggerDescription, uploadAvatarCallback, uploadAvatarLabel, uploadAvatarDescription, }: AppMenuFooterProps) => import("react/jsx-runtime").JSX.Element;
34
+ export declare const AppMenuFooter: ({ avatar, avatarPair, badgeLabel, children, computeSlot, description, title, menuTriggerDescription, uploadAvatarCallback, uploadAvatarLabel, uploadAvatarDescription, updateNotificationSlot, }: AppMenuFooterProps) => import("react/jsx-runtime").JSX.Element;
31
35
  export {};
@@ -1,33 +1,33 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { useState as v, useRef as A, isValidElement as C, cloneElement as I } from "react";
2
+ import { useState as v, useRef as C, isValidElement as I, cloneElement as O } from "react";
3
3
  import { uyMerge as g } from "@payfit/unity-themes";
4
- import { FormattedMessage as h, useIntl as O } from "react-intl";
4
+ import { FormattedMessage as h, useIntl as V } from "react-intl";
5
5
  import { Actionable as x } from "../../actionable/Actionable.js";
6
- import { Avatar as V } from "../../avatar/Avatar.js";
7
- import { AvatarFallback as z } from "../../avatar/parts/AvatarFallback.js";
8
- import { AvatarImage as F } from "../../avatar/parts/AvatarImage.js";
9
- import { Badge as H } from "../../badge/Badge.js";
6
+ import { Avatar as z } from "../../avatar/Avatar.js";
7
+ import { AvatarFallback as F } from "../../avatar/parts/AvatarFallback.js";
8
+ import { AvatarImage as H } from "../../avatar/parts/AvatarImage.js";
9
+ import { Badge as j } from "../../badge/Badge.js";
10
10
  import { Icon as M } from "../../icon/Icon.js";
11
- import { Menu as j } from "../../menu/Menu.js";
12
- import { MenuContent as k } from "../../menu/parts/MenuContent.js";
13
- import { MenuHeader as E } from "../../menu/parts/MenuHeader.js";
14
- import { useAppMenuContext as S } from "./AppMenu.context.js";
11
+ import { Menu as k } from "../../menu/Menu.js";
12
+ import { MenuContent as E } from "../../menu/parts/MenuContent.js";
13
+ import { MenuHeader as S } from "../../menu/parts/MenuHeader.js";
14
+ import { useAppMenuContext as B } from "./AppMenu.context.js";
15
15
  const w = (t) => /* @__PURE__ */ l(
16
- V,
16
+ z,
17
17
  {
18
18
  "aria-label": `${t.title} avatar`,
19
19
  size: "md",
20
20
  variant: "square",
21
21
  "aria-labelledby": "profile-button-label",
22
22
  children: [
23
- /* @__PURE__ */ e(F, { src: t.avatar, alt: t.title ?? "" }),
24
- /* @__PURE__ */ e(z, { variant: "initials", delayMs: 100, children: t.title }),
25
- t.avatarPair && C(t.avatarPair) && I(t.avatarPair, {
23
+ /* @__PURE__ */ e(H, { src: t.avatar, alt: t.title ?? "" }),
24
+ /* @__PURE__ */ e(F, { variant: "initials", delayMs: 100, children: t.title }),
25
+ t.avatarPair && I(t.avatarPair) && O(t.avatarPair, {
26
26
  isHidden: !t.isPairAvatarVisible
27
27
  })
28
28
  ]
29
29
  }
30
- ), B = ({
30
+ ), R = ({
31
31
  avatar: t,
32
32
  avatarPair: a,
33
33
  title: n,
@@ -35,7 +35,7 @@ const w = (t) => /* @__PURE__ */ l(
35
35
  uploadAvatarLabel: s,
36
36
  uploadAvatarDescription: r
37
37
  }) => {
38
- const [o, u] = v(!0), c = O(), i = () => {
38
+ const [o, u] = v(!0), c = V(), i = () => {
39
39
  a && u((f) => !f);
40
40
  }, d = g(
41
41
  "uy:group/avatar uy:cursor-pointer uy:relative uy:leading-[0] uy:rounded-75 uy:focus-visible:outline-none uy:focus-visible:ring-2 uy:focus-visible:ring-utility-focus-ring uy:focus-visible:ring-offset-2"
@@ -100,7 +100,7 @@ const w = (t) => /* @__PURE__ */ l(
100
100
  uploadAvatarDescription: i
101
101
  }) => /* @__PURE__ */ l("div", { className: "uy:min-w-[240px] uy:w-full uy:flex uy:items-center", children: [
102
102
  /* @__PURE__ */ e("div", { className: "uy:mr-150 uy:flex uy:items-center", children: u ? /* @__PURE__ */ e(
103
- B,
103
+ R,
104
104
  {
105
105
  avatar: a,
106
106
  avatarPair: n,
@@ -144,7 +144,7 @@ const w = (t) => /* @__PURE__ */ l(
144
144
  }
145
145
  ) })
146
146
  ] }),
147
- /* @__PURE__ */ e("div", { className: "uy:p-100", children: t ? /* @__PURE__ */ e(H, { className: "uy:capitalize", variant: "neutral", children: y }) : /* @__PURE__ */ e(
147
+ /* @__PURE__ */ e("div", { className: "uy:p-100", children: t ? /* @__PURE__ */ e(j, { className: "uy:capitalize", variant: "neutral", children: y }) : /* @__PURE__ */ e(
148
148
  M,
149
149
  {
150
150
  src: "CaretUpDownOutlined",
@@ -153,7 +153,7 @@ const w = (t) => /* @__PURE__ */ l(
153
153
  color: "content.neutral.low"
154
154
  }
155
155
  ) })
156
- ] }), D = ({
156
+ ] }), L = ({
157
157
  avatar: t,
158
158
  avatarPair: a,
159
159
  badgeLabel: n,
@@ -164,9 +164,10 @@ const w = (t) => /* @__PURE__ */ l(
164
164
  menuTriggerDescription: u,
165
165
  uploadAvatarCallback: c,
166
166
  uploadAvatarLabel: i,
167
- uploadAvatarDescription: d
167
+ uploadAvatarDescription: d,
168
+ updateNotificationSlot: f
168
169
  }) => {
169
- const { isMobileMenuOpen: f } = S(), [N, p] = v(!1), m = A(null), P = g(
170
+ const { isMobileMenuOpen: N } = B(), [P, p] = v(!1), m = C(null), A = g(
170
171
  "uy:fixed uy:bottom-0 uy:left-0 uy:right-0 uy:z-10 uy:bg-canvas",
171
172
  "uy:p-150",
172
173
  "uy:md:static uy:md:mt-auto uy:md:p-0 uy:md:bg-[transparent]",
@@ -175,11 +176,12 @@ const w = (t) => /* @__PURE__ */ l(
175
176
  return /* @__PURE__ */ l(
176
177
  "aside",
177
178
  {
178
- className: P,
179
- "data-mobile-open": f,
179
+ className: A,
180
+ "data-mobile-open": N,
180
181
  id: "app-menu-profile-button",
181
182
  children: [
182
183
  s,
184
+ f,
183
185
  /* @__PURE__ */ e(
184
186
  x,
185
187
  {
@@ -206,8 +208,8 @@ const w = (t) => /* @__PURE__ */ l(
206
208
  )
207
209
  }
208
210
  ),
209
- /* @__PURE__ */ e(j, { isOpen: N, onOpenChange: p, children: /* @__PURE__ */ l(k, { width: 312, placement: "top left", triggerRef: m, children: [
210
- /* @__PURE__ */ e(E, { className: "uy:rounded-75", children: /* @__PURE__ */ e(
211
+ /* @__PURE__ */ e(k, { isOpen: P, onOpenChange: p, children: /* @__PURE__ */ l(E, { width: 312, placement: "top left", triggerRef: m, children: [
212
+ /* @__PURE__ */ e(S, { className: "uy:rounded-75", children: /* @__PURE__ */ e(
211
213
  b,
212
214
  {
213
215
  asMenuHeader: !0,
@@ -229,5 +231,5 @@ const w = (t) => /* @__PURE__ */ l(
229
231
  );
230
232
  };
231
233
  export {
232
- D as AppMenuFooter
234
+ L as AppMenuFooter
233
235
  };
@@ -81,6 +81,7 @@ export * from './components/grid/Grid.js';
81
81
  export * from './components/grid/Grid.variants.js';
82
82
  export * from './components/grid/GridItem.js';
83
83
  export * from './components/icon-button/IconButton.js';
84
+ export * from './components/icon-button/CircularIconButton.js';
84
85
  export * from './components/icon/Icon.js';
85
86
  export * from './components/input/Input.js';
86
87
  export * from './components/label/Label.js';
package/dist/esm/index.js CHANGED
@@ -1,16 +1,16 @@
1
1
  import { Actionable as r } from "./components/actionable/Actionable.js";
2
2
  import { ActionBar as p, actionBar as a } from "./components/action-bar/ActionBar.js";
3
3
  import { ActionBarAction as x } from "./components/action-bar/parts/ActionBarAction.js";
4
- import { ActionBarRoot as n, actionBarRoot as i } from "./components/action-bar/parts/ActionBarRoot.js";
4
+ import { ActionBarRoot as f, actionBarRoot as i } from "./components/action-bar/parts/ActionBarRoot.js";
5
5
  import { Alert as u } from "./components/alert/Alert.js";
6
6
  import { AlertActions as g } from "./components/alert/parts/AlertActions.js";
7
- import { AlertContent as c } from "./components/alert/parts/AlertContent.js";
7
+ import { AlertContent as b } from "./components/alert/parts/AlertContent.js";
8
8
  import { AlertTitle as S } from "./components/alert/parts/AlertTitle.js";
9
9
  import { Anchor as T } from "./components/anchor/Anchor.js";
10
10
  import { AppLayout as P } from "./components/app-layout/AppLayout.js";
11
11
  import { AppMenu as A } from "./components/app-menu/AppMenu.js";
12
12
  import { AppMenuContext as w, AppMenuContextProvider as R, useAppMenuContext as G } from "./components/app-menu/parts/AppMenu.context.js";
13
- import { AppMenuFooter as L } from "./components/app-menu/parts/AppMenuFooter.js";
13
+ import { AppMenuFooter as I } from "./components/app-menu/parts/AppMenuFooter.js";
14
14
  import { AppMenuHeader as D } from "./components/app-menu/parts/AppMenuHeader.js";
15
15
  import { AppMenuNavContent as v } from "./components/app-menu/parts/AppMenuNavContent.js";
16
16
  import { Autocomplete as H } from "./components/autocomplete/Autocomplete.js";
@@ -24,16 +24,16 @@ import { AvatarPair as Z } from "./components/avatar/parts/AvatarPair.js";
24
24
  import { getInitials as oo } from "./components/avatar/utils.js";
25
25
  import { Badge as ro } from "./components/badge/Badge.js";
26
26
  import { BottomSheet as po, bottomSheet as ao } from "./components/bottom-sheet/BottomSheet.js";
27
- import { BottomSheetContent as xo, bottomSheetContent as fo } from "./components/bottom-sheet/parts/BottomSheetContent.js";
27
+ import { BottomSheetContent as xo, bottomSheetContent as no } from "./components/bottom-sheet/parts/BottomSheetContent.js";
28
28
  import { BottomSheetFooter as io, bottomSheetFooter as lo } from "./components/bottom-sheet/parts/BottomSheetFooter.js";
29
- import { BottomSheetHeader as go, bottomSheetHeader as bo } from "./components/bottom-sheet/parts/BottomSheetHeader.js";
29
+ import { BottomSheetHeader as go, bottomSheetHeader as co } from "./components/bottom-sheet/parts/BottomSheetHeader.js";
30
30
  import { Breadcrumbs as so } from "./components/breadcrumbs/Breadcrumbs.js";
31
31
  import { Breadcrumb as Fo } from "./components/breadcrumbs/parts/Breadcrumb.js";
32
32
  import { BREADCRUMB_CONTENT_MAX_LENGTH as Co, RawBreadcrumbLink as Po } from "./components/breadcrumbs/parts/RawBreadcrumbLink.js";
33
33
  import { Button as Ao } from "./components/button/Button.js";
34
34
  import { Card as wo, card as Ro } from "./components/card/Card.js";
35
35
  import { CardTitle as ho } from "./components/card/parts/CardTitle.js";
36
- import { CardContent as Io } from "./components/card/parts/CardContent.js";
36
+ import { CardContent as Lo } from "./components/card/parts/CardContent.js";
37
37
  import { CheckboxGroup as Mo, checkboxGroup as vo } from "./components/checkbox-group/CheckboxGroup.js";
38
38
  import { Checkbox as Ho } from "./components/checkbox/Checkbox.js";
39
39
  import { CheckboxStandalone as Eo } from "./components/checkbox/CheckboxStandalone.js";
@@ -47,17 +47,17 @@ import { DateCalendar as $o } from "./components/date-calendar/DateCalendar.js";
47
47
  import { DatePicker as ee } from "./components/date-picker/DatePicker.js";
48
48
  import { DefinitionTooltip as te } from "./components/definition-tooltip/DefinitionTooltip.js";
49
49
  import { Dialog as ae, dialog as me } from "./components/dialog/Dialog.js";
50
- import { DialogActions as fe } from "./components/dialog/parts/DialogActions.js";
50
+ import { DialogActions as ne } from "./components/dialog/parts/DialogActions.js";
51
51
  import { DialogButton as ie } from "./components/dialog/parts/DialogActions/DialogButton.js";
52
52
  import { DialogContent as ue } from "./components/dialog/parts/DialogContent.js";
53
53
  import { DialogTitle as ge } from "./components/dialog/parts/DialogTitle.js";
54
- import { PromoDialog as ce, promoDialog as se } from "./components/promo-dialog/PromoDialog.js";
54
+ import { PromoDialog as be, promoDialog as se } from "./components/promo-dialog/PromoDialog.js";
55
55
  import { PromoDialogHero as Fe } from "./components/promo-dialog/parts/PromoDialogHero.js";
56
56
  import { PromoDialogSubtitle as Ce } from "./components/promo-dialog/parts/PromoDialogSubtitle.js";
57
57
  import { PromoDialogContent as Be } from "./components/promo-dialog/parts/PromoDialogContent.js";
58
58
  import { PromoDialogActions as ke } from "./components/promo-dialog/parts/PromoDialogActions.js";
59
59
  import { PromoDialogTitle as Re } from "./components/promo-dialog/parts/PromoDialogTitle.js";
60
- import { ErrorState as he, errorState as Le } from "./components/error-state/ErrorState.js";
60
+ import { ErrorState as he, errorState as Ie } from "./components/error-state/ErrorState.js";
61
61
  import { Fieldset as De, fieldset as Me } from "./components/fieldset/Fieldset.js";
62
62
  import { FieldGroup as ye } from "./components/fieldset/parts/FieldGroup.js";
63
63
  import { Filter as Ne, FilterControls as Ee, FilterLabels as Oe, filterContainer as Ve, filterDismissButton as _e } from "./components/filter/Filter.js";
@@ -68,155 +68,156 @@ import { FlexItem as Ze, StackItem as $e } from "./components/flex/FlexItem.js";
68
68
  import { Form as er } from "./components/form/Form.js";
69
69
  import { FullPageLoader as tr, fullPageLoader as pr } from "./components/full-page-loader/FullPageLoader.js";
70
70
  import { FunnelLayout as mr, funnelLayout as xr } from "./components/funnel-layout/FunnelLayout.js";
71
- import { FunnelBody as nr, funnelBody as ir } from "./components/funnel-layout/parts/FunnelBody.js";
71
+ import { FunnelBody as fr, funnelBody as ir } from "./components/funnel-layout/parts/FunnelBody.js";
72
72
  import { FunnelPage as ur, funnelPage as dr } from "./components/funnel-layout/parts/FunnelPage.js";
73
- import { FunnelPageAction as br } from "./components/funnel-layout/parts/FunnelPageAction.js";
73
+ import { FunnelPageAction as cr } from "./components/funnel-layout/parts/FunnelPageAction.js";
74
74
  import { FunnelPageActions as sr, funnelPageActions as Sr } from "./components/funnel-layout/parts/FunnelPageActions.js";
75
75
  import { FunnelPageContent as Tr, funnelPageContent as Cr } from "./components/funnel-layout/parts/FunnelPageContent.js";
76
76
  import { FunnelPageFooter as Br, funnelPageFooter as Ar } from "./components/funnel-layout/parts/FunnelPageFooter.js";
77
77
  import { FunnelPageHeader as wr, funnelPageHeader as Rr } from "./components/funnel-layout/parts/FunnelPageHeader.js";
78
- import { FunnelSidebar as hr, funnelSidebar as Lr } from "./components/funnel-layout/parts/FunnelSidebar.js";
78
+ import { FunnelSidebar as hr, funnelSidebar as Ir } from "./components/funnel-layout/parts/FunnelSidebar.js";
79
79
  import { FunnelTopBar as Dr, funnelTopBar as Mr } from "./components/funnel-layout/parts/FunnelTopBar.js";
80
80
  import { Grid as yr } from "./components/grid/Grid.js";
81
81
  import { grid as Nr, gridItem as Er } from "./components/grid/Grid.variants.js";
82
82
  import { GridItem as Vr } from "./components/grid/GridItem.js";
83
83
  import { IconButton as Ur } from "./components/icon-button/IconButton.js";
84
- import { Icon as Wr } from "./components/icon/Icon.js";
85
- import { Input as jr } from "./components/input/Input.js";
86
- import { Label as zr } from "./components/label/Label.js";
87
- import { RawLink as Kr, link as Yr } from "./components/link/RawLink.js";
88
- import { ListView as $r } from "./components/list-view/ListView.js";
89
- import { RawListViewItem as et, listViewItem as rt } from "./components/list-view/parts/RawListViewItem.js";
90
- import { ListViewSection as pt, listViewSection as at } from "./components/list-view/parts/ListViewSection.js";
91
- import { ListViewItemLabel as xt } from "./components/list-view/parts/ListViewItemLabel.js";
92
- import { ListViewItemText as nt } from "./components/list-view/parts/ListViewItemText.js";
93
- import { Menu as lt } from "./components/menu/Menu.js";
94
- import { MenuContent as dt } from "./components/menu/parts/MenuContent.js";
95
- import { MenuHeader as bt } from "./components/menu/parts/MenuHeader.js";
96
- import { RawMenuItem as st } from "./components/menu/parts/RawMenuItem.js";
97
- import { MenuSeparator as Ft } from "./components/menu/parts/MenuSeparator.js";
98
- import { MenuTrigger as Ct } from "./components/menu/parts/MenuTrigger.js";
99
- import { MultiSelect as Bt } from "./components/multi-select/MultiSelect.js";
100
- import { MultiSelectOptGroup as kt } from "./components/multi-select/parts/MultiSelectOptGroup.js";
101
- import { MultiSelectOption as Rt } from "./components/multi-select/parts/MultiSelectOption.js";
102
- import { Nav as ht } from "./components/nav/Nav.js";
103
- import { NavGroup as It } from "./components/nav/parts/NavGroup.js";
104
- import { RawNavItem as Mt, navItemBase as vt } from "./components/nav/parts/RawNavItem.js";
105
- import { RawNavigationCard as Ht } from "./components/navigation-card/NavigationCard.js";
106
- import { NavigationCardGroup as Et, navigationCardGroup as Ot } from "./components/navigation-card/parts/NavigationCardGroup.js";
107
- import { NavigationCardLabel as _t } from "./components/navigation-card/parts/NavigationCardLabel.js";
108
- import { NavigationCardDescription as Qt } from "./components/navigation-card/parts/NavigationCardDescription.js";
109
- import { NumberInput as Xt, numberInput as jt } from "./components/number-input/NumberInput.js";
110
- import { Page as zt, page as Jt } from "./components/page/Page.js";
111
- import { PageHeader as Yt, pageHeader as Zt } from "./components/page/parts/PageHeader.js";
112
- import { PageHeading as op } from "./components/page/parts/PageHeading.js";
113
- import { Pagination as rp, pagination as tp } from "./components/pagination/Pagination.js";
114
- import { PaginationContent as ap, paginationContent as mp } from "./components/pagination/parts/PaginationContent.js";
115
- import { PaginationItem as fp } from "./components/pagination/parts/PaginationItem.js";
116
- import { RawPaginationLink as ip, paginationLink as lp } from "./components/pagination/parts/RawPaginationLink.js";
117
- import { RawPaginationPrevious as dp } from "./components/pagination/parts/RawPaginationPrevious.js";
118
- import { RawPaginationNext as bp } from "./components/pagination/parts/RawPaginationNext.js";
119
- import { PaginationEllipsis as sp } from "./components/pagination/parts/PaginationEllipsis.js";
120
- import { usePaginationWindow as Fp } from "./components/pagination/hooks/use-pagination-window.js";
121
- import { usePaginationState as Cp } from "./components/pagination/hooks/use-pagination-state.js";
122
- import { PayFitBrand as Bp } from "./components/payfit-brand/PayFitBrand.js";
123
- import { PayFitBrandPreprod as kp } from "./components/payfit-brand/PayFitPreprod.js";
124
- import { PhoneNumberInput as Rp } from "./components/phone-number/PhoneNumberInput.js";
125
- import { Pill as hp } from "./components/pill/Pill.js";
126
- import { Popover as Ip } from "./components/popover/Popover.js";
127
- import { ProgressBar as Mp } from "./components/progress-bar/ProgressBar.js";
128
- import { RadioButtonGroup as yp } from "./components/radio-button-group/RadioButtonGroup.js";
129
- import { RadioButton as Np, radioButton as Ep } from "./components/radio-button-group/parts/RadioButton.js";
130
- import { RadioButtonHelper as Vp } from "./components/radio-button-group/parts/RadioButtonHelper.js";
131
- import { Search as Up, search as Qp } from "./components/search/Search.js";
132
- import { SegmentedButtonGroup as Xp } from "./components/segmented-button-group/SegmentedButtonGroup.js";
133
- import { ToggleButton as qp } from "./components/segmented-button-group/parts/ToggleButton.js";
134
- import { SelectableButtonGroup as Jp, selectableButtonGroup as Kp } from "./components/selectable-button-group/SelectableButtonGroup.js";
135
- import { SelectableButton as Zp, selectableButton as $p } from "./components/selectable-button-group/parts/SelectableButton.js";
136
- import { SelectableCardCheckboxGroup as ea } from "./components/selectable-card/selectable-card-checkbox-group/SelectableCardCheckboxGroup.js";
137
- import { SelectableCardCheckbox as ta } from "./components/selectable-card/selectable-card-checkbox-group/parts/SelectableCardCheckbox.js";
138
- import { SelectableCardRadioGroup as aa } from "./components/selectable-card/selectable-card-radio-group/SelectableCardRadioGroup.js";
139
- import { SelectableCardRadio as xa } from "./components/selectable-card/selectable-card-radio-group/parts/SelectableCardRadio.js";
140
- import { Select as na } from "./components/select/Select.js";
141
- import { SelectButton as la } from "./components/select/parts/SelectButton.js";
142
- import { SelectOption as da } from "./components/select/parts/SelectOption.js";
143
- import { SelectOptionGroup as ba } from "./components/select/parts/SelectOptionGroup.js";
144
- import { SelectOptionHelper as sa } from "./components/select/parts/SelectOptionHelper.js";
145
- import { SidePanel as Fa, sidePanel as Ta } from "./components/side-panel/SidePanel.js";
146
- import { SidePanelContent as Pa, sidePanelContent as Ba } from "./components/side-panel/parts/SidePanelContent.js";
147
- import { SidePanelFooter as ka, sidePanelFooter as wa } from "./components/side-panel/parts/SidePanelFooter.js";
148
- import { SidePanelHeader as Ga, sidePanelHeader as ha } from "./components/side-panel/parts/SidePanelHeader.js";
149
- import { SkipLink as Ia, SkipLinks as Da } from "./components/skip-links/SkipLinks.js";
150
- import { Spinner as va } from "./components/spinner/Spinner.js";
151
- import { Table as Ha, TableRoot as Na } from "./components/table/Table.js";
152
- import { TableBody as Oa, tableBody as Va } from "./components/table/parts/TableBody.js";
153
- import { TableCell as Ua, tableCell as Qa } from "./components/table/parts/TableCell.js";
154
- import { TableColumnHeader as Xa, tableColumnHeader as ja } from "./components/table/parts/TableColumnHeader.js";
155
- import { TableEmptyState as za, TableEmptyStateError as Ja, TableEmptyStateLoading as Ka, TableEmptyStateNoData as Ya, TableEmptyStateText as Za, tableEmptyState as $a } from "./components/table/parts/TableEmptyState.js";
156
- import { TableHeader as em, tableHeader as rm } from "./components/table/parts/TableHeader.js";
157
- import { TablePagination as pm, tablePagination as am } from "./components/table/parts/TablePagination.js";
158
- import { TableRow as xm, tableRow as fm } from "./components/table/parts/TableRow.js";
159
- import { Tabs as im } from "./components/tabs/Tabs.js";
160
- import { RawTab as um } from "./components/tabs/parts/RawTab.js";
161
- import { TabList as gm } from "./components/tabs/parts/TabList.js";
162
- import { TabPanel as cm } from "./components/tabs/parts/TabPanel.js";
163
- import { TaskMenu as Sm, taskMenu as Fm } from "./components/task-menu/TaskMenu.js";
164
- import { RawSubTask as Cm, rawSubTask as Pm } from "./components/task-menu/parts/RawSubTask.js";
165
- import { RawTask as Am, rawTask as km } from "./components/task-menu/parts/RawTask.js";
166
- import { TaskGroup as Rm } from "./components/task-menu/parts/TaskGroup.js";
167
- import { TextArea as hm, textArea as Lm } from "./components/text-area/TextArea.js";
168
- import { Text as Dm } from "./components/text/Text.js";
169
- import { text as vm } from "./components/text/Text.variants.js";
170
- import { TOAST_CONFIG as Hm, ToastManager as Nm } from "./components/toast/ToastManager.js";
171
- import { toast as Om } from "./components/toast/toast.js";
172
- import { ToggleSwitchGroup as _m, toggleSwitchGroup as Um } from "./components/toggle-switch-group/ToggleSwitchGroup.js";
173
- import { ToggleSwitch as Wm, toggleSwitch as Xm } from "./components/toggle-switch/ToggleSwitch.js";
174
- import { Tooltip as qm } from "./components/tooltip/Tooltip.js";
175
- import { useBreakpointListener as Jm } from "./hooks/use-breakpoint-listener.js";
176
- import { useContainerQueryLevel as Ym } from "./hooks/use-container-query-level.js";
177
- import { useMediaQuery as $m } from "./hooks/use-media-query.js";
178
- import { useUnityForm as ex } from "./hooks/use-form.js";
179
- import { CheckboxField as tx } from "./components/checkbox-field/CheckboxField.js";
180
- import { CheckboxGroupField as ax } from "./components/checkbox-group-field/CheckboxGroupField.js";
181
- import { DatePickerField as xx } from "./components/date-picker-field/DatePickerField.js";
182
- import { FormField as nx } from "./components/form-field/FormField.js";
183
- import { RawFormContextualLink as lx } from "./components/form-field/parts/RawFormContextualLink.js";
184
- import { FormControl as dx } from "./components/form-field/parts/FormControl.js";
185
- import { FormFeedbackText as bx } from "./components/form-field/parts/FormFeedbackText.js";
186
- import { FormHelperText as sx } from "./components/form-field/parts/FormHelperText.js";
187
- import { FormLabel as Fx } from "./components/form-field/parts/FormLabel.js";
188
- import { MultiSelectField as Cx } from "./components/multi-select-field/MultiSelectField.js";
189
- import { NumberField as Bx, numberField as Ax } from "./components/number-field/NumberField.js";
190
- import { RadioButtonGroupField as wx } from "./components/radio-button-group-field/RadioButtonGroupField.js";
191
- import { SelectableButtonGroupField as Gx } from "./components/selectable-button-group-field/SelectableButtonGroupField.js";
192
- import { SelectableCardCheckboxGroupField as Lx } from "./components/selectable-card-checkbox-group-field/SelectableCardCheckboxGroupField.js";
193
- import { SelectableCardRadioGroupField as Dx } from "./components/selectable-card-radio-group-field/SelectableCardRadioGroupField.js";
194
- import { SelectField as vx } from "./components/select-field/SelectField.js";
195
- import { TextField as Hx } from "./components/text-field/TextField.js";
196
- import { ToggleSwitchField as Ex } from "./components/toggle-switch-field/ToggleSwitchField.js";
197
- import { ToggleSwitchGroupField as Vx } from "./components/toggle-switch-group-field/ToggleSwitchGroupField.js";
198
- import { useTanstackUnityForm as Ux, withFieldGroup as Qx, withForm as Wx } from "./hooks/use-tanstack-form.js";
199
- import { useFieldContext as jx, useFormContext as qx } from "./hooks/tanstack-form-context.js";
200
- import { useFieldA11yContext as Jx } from "./components/form-field/TanstackFormField.context.js";
201
- import { NoopRouterProvider as Yx, RouterProvider as Zx, useRouter as $x } from "./providers/router/RouterProvider.js";
202
- import { DialogTrigger as ef, DialogTrigger as rf } from "react-aria-components";
203
- import { FilterAdapters as pf } from "./components/filter-toolbar/utils/filter-adapters.js";
204
- import { useAsyncList as mf } from "react-stately";
84
+ import { CircularIconButton as Wr, circularIconButton as Xr } from "./components/icon-button/CircularIconButton.js";
85
+ import { Icon as qr } from "./components/icon/Icon.js";
86
+ import { Input as Jr } from "./components/input/Input.js";
87
+ import { Label as Yr } from "./components/label/Label.js";
88
+ import { RawLink as $r, link as ot } from "./components/link/RawLink.js";
89
+ import { ListView as rt } from "./components/list-view/ListView.js";
90
+ import { RawListViewItem as pt, listViewItem as at } from "./components/list-view/parts/RawListViewItem.js";
91
+ import { ListViewSection as xt, listViewSection as nt } from "./components/list-view/parts/ListViewSection.js";
92
+ import { ListViewItemLabel as it } from "./components/list-view/parts/ListViewItemLabel.js";
93
+ import { ListViewItemText as ut } from "./components/list-view/parts/ListViewItemText.js";
94
+ import { Menu as gt } from "./components/menu/Menu.js";
95
+ import { MenuContent as bt } from "./components/menu/parts/MenuContent.js";
96
+ import { MenuHeader as St } from "./components/menu/parts/MenuHeader.js";
97
+ import { RawMenuItem as Tt } from "./components/menu/parts/RawMenuItem.js";
98
+ import { MenuSeparator as Pt } from "./components/menu/parts/MenuSeparator.js";
99
+ import { MenuTrigger as At } from "./components/menu/parts/MenuTrigger.js";
100
+ import { MultiSelect as wt } from "./components/multi-select/MultiSelect.js";
101
+ import { MultiSelectOptGroup as Gt } from "./components/multi-select/parts/MultiSelectOptGroup.js";
102
+ import { MultiSelectOption as It } from "./components/multi-select/parts/MultiSelectOption.js";
103
+ import { Nav as Dt } from "./components/nav/Nav.js";
104
+ import { NavGroup as vt } from "./components/nav/parts/NavGroup.js";
105
+ import { RawNavItem as Ht, navItemBase as Nt } from "./components/nav/parts/RawNavItem.js";
106
+ import { RawNavigationCard as Ot } from "./components/navigation-card/NavigationCard.js";
107
+ import { NavigationCardGroup as _t, navigationCardGroup as Ut } from "./components/navigation-card/parts/NavigationCardGroup.js";
108
+ import { NavigationCardLabel as Wt } from "./components/navigation-card/parts/NavigationCardLabel.js";
109
+ import { NavigationCardDescription as jt } from "./components/navigation-card/parts/NavigationCardDescription.js";
110
+ import { NumberInput as zt, numberInput as Jt } from "./components/number-input/NumberInput.js";
111
+ import { Page as Yt, page as Zt } from "./components/page/Page.js";
112
+ import { PageHeader as op, pageHeader as ep } from "./components/page/parts/PageHeader.js";
113
+ import { PageHeading as tp } from "./components/page/parts/PageHeading.js";
114
+ import { Pagination as ap, pagination as mp } from "./components/pagination/Pagination.js";
115
+ import { PaginationContent as np, paginationContent as fp } from "./components/pagination/parts/PaginationContent.js";
116
+ import { PaginationItem as lp } from "./components/pagination/parts/PaginationItem.js";
117
+ import { RawPaginationLink as dp, paginationLink as gp } from "./components/pagination/parts/RawPaginationLink.js";
118
+ import { RawPaginationPrevious as bp } from "./components/pagination/parts/RawPaginationPrevious.js";
119
+ import { RawPaginationNext as Sp } from "./components/pagination/parts/RawPaginationNext.js";
120
+ import { PaginationEllipsis as Tp } from "./components/pagination/parts/PaginationEllipsis.js";
121
+ import { usePaginationWindow as Pp } from "./components/pagination/hooks/use-pagination-window.js";
122
+ import { usePaginationState as Ap } from "./components/pagination/hooks/use-pagination-state.js";
123
+ import { PayFitBrand as wp } from "./components/payfit-brand/PayFitBrand.js";
124
+ import { PayFitBrandPreprod as Gp } from "./components/payfit-brand/PayFitPreprod.js";
125
+ import { PhoneNumberInput as Ip } from "./components/phone-number/PhoneNumberInput.js";
126
+ import { Pill as Dp } from "./components/pill/Pill.js";
127
+ import { Popover as vp } from "./components/popover/Popover.js";
128
+ import { ProgressBar as Hp } from "./components/progress-bar/ProgressBar.js";
129
+ import { RadioButtonGroup as Ep } from "./components/radio-button-group/RadioButtonGroup.js";
130
+ import { RadioButton as Vp, radioButton as _p } from "./components/radio-button-group/parts/RadioButton.js";
131
+ import { RadioButtonHelper as Qp } from "./components/radio-button-group/parts/RadioButtonHelper.js";
132
+ import { Search as Xp, search as jp } from "./components/search/Search.js";
133
+ import { SegmentedButtonGroup as zp } from "./components/segmented-button-group/SegmentedButtonGroup.js";
134
+ import { ToggleButton as Kp } from "./components/segmented-button-group/parts/ToggleButton.js";
135
+ import { SelectableButtonGroup as Zp, selectableButtonGroup as $p } from "./components/selectable-button-group/SelectableButtonGroup.js";
136
+ import { SelectableButton as ea, selectableButton as ra } from "./components/selectable-button-group/parts/SelectableButton.js";
137
+ import { SelectableCardCheckboxGroup as pa } from "./components/selectable-card/selectable-card-checkbox-group/SelectableCardCheckboxGroup.js";
138
+ import { SelectableCardCheckbox as ma } from "./components/selectable-card/selectable-card-checkbox-group/parts/SelectableCardCheckbox.js";
139
+ import { SelectableCardRadioGroup as na } from "./components/selectable-card/selectable-card-radio-group/SelectableCardRadioGroup.js";
140
+ import { SelectableCardRadio as ia } from "./components/selectable-card/selectable-card-radio-group/parts/SelectableCardRadio.js";
141
+ import { Select as ua } from "./components/select/Select.js";
142
+ import { SelectButton as ga } from "./components/select/parts/SelectButton.js";
143
+ import { SelectOption as ba } from "./components/select/parts/SelectOption.js";
144
+ import { SelectOptionGroup as Sa } from "./components/select/parts/SelectOptionGroup.js";
145
+ import { SelectOptionHelper as Ta } from "./components/select/parts/SelectOptionHelper.js";
146
+ import { SidePanel as Pa, sidePanel as Ba } from "./components/side-panel/SidePanel.js";
147
+ import { SidePanelContent as ka, sidePanelContent as wa } from "./components/side-panel/parts/SidePanelContent.js";
148
+ import { SidePanelFooter as Ga, sidePanelFooter as ha } from "./components/side-panel/parts/SidePanelFooter.js";
149
+ import { SidePanelHeader as La, sidePanelHeader as Da } from "./components/side-panel/parts/SidePanelHeader.js";
150
+ import { SkipLink as va, SkipLinks as ya } from "./components/skip-links/SkipLinks.js";
151
+ import { Spinner as Na } from "./components/spinner/Spinner.js";
152
+ import { Table as Oa, TableRoot as Va } from "./components/table/Table.js";
153
+ import { TableBody as Ua, tableBody as Qa } from "./components/table/parts/TableBody.js";
154
+ import { TableCell as Xa, tableCell as ja } from "./components/table/parts/TableCell.js";
155
+ import { TableColumnHeader as za, tableColumnHeader as Ja } from "./components/table/parts/TableColumnHeader.js";
156
+ import { TableEmptyState as Ya, TableEmptyStateError as Za, TableEmptyStateLoading as $a, TableEmptyStateNoData as om, TableEmptyStateText as em, tableEmptyState as rm } from "./components/table/parts/TableEmptyState.js";
157
+ import { TableHeader as pm, tableHeader as am } from "./components/table/parts/TableHeader.js";
158
+ import { TablePagination as xm, tablePagination as nm } from "./components/table/parts/TablePagination.js";
159
+ import { TableRow as im, tableRow as lm } from "./components/table/parts/TableRow.js";
160
+ import { Tabs as dm } from "./components/tabs/Tabs.js";
161
+ import { RawTab as cm } from "./components/tabs/parts/RawTab.js";
162
+ import { TabList as sm } from "./components/tabs/parts/TabList.js";
163
+ import { TabPanel as Fm } from "./components/tabs/parts/TabPanel.js";
164
+ import { TaskMenu as Cm, taskMenu as Pm } from "./components/task-menu/TaskMenu.js";
165
+ import { RawSubTask as Am, rawSubTask as km } from "./components/task-menu/parts/RawSubTask.js";
166
+ import { RawTask as Rm, rawTask as Gm } from "./components/task-menu/parts/RawTask.js";
167
+ import { TaskGroup as Im } from "./components/task-menu/parts/TaskGroup.js";
168
+ import { TextArea as Dm, textArea as Mm } from "./components/text-area/TextArea.js";
169
+ import { Text as ym } from "./components/text/Text.js";
170
+ import { text as Nm } from "./components/text/Text.variants.js";
171
+ import { TOAST_CONFIG as Om, ToastManager as Vm } from "./components/toast/ToastManager.js";
172
+ import { toast as Um } from "./components/toast/toast.js";
173
+ import { ToggleSwitchGroup as Wm, toggleSwitchGroup as Xm } from "./components/toggle-switch-group/ToggleSwitchGroup.js";
174
+ import { ToggleSwitch as qm, toggleSwitch as zm } from "./components/toggle-switch/ToggleSwitch.js";
175
+ import { Tooltip as Km } from "./components/tooltip/Tooltip.js";
176
+ import { useBreakpointListener as Zm } from "./hooks/use-breakpoint-listener.js";
177
+ import { useContainerQueryLevel as ox } from "./hooks/use-container-query-level.js";
178
+ import { useMediaQuery as rx } from "./hooks/use-media-query.js";
179
+ import { useUnityForm as px } from "./hooks/use-form.js";
180
+ import { CheckboxField as mx } from "./components/checkbox-field/CheckboxField.js";
181
+ import { CheckboxGroupField as nx } from "./components/checkbox-group-field/CheckboxGroupField.js";
182
+ import { DatePickerField as ix } from "./components/date-picker-field/DatePickerField.js";
183
+ import { FormField as ux } from "./components/form-field/FormField.js";
184
+ import { RawFormContextualLink as gx } from "./components/form-field/parts/RawFormContextualLink.js";
185
+ import { FormControl as bx } from "./components/form-field/parts/FormControl.js";
186
+ import { FormFeedbackText as Sx } from "./components/form-field/parts/FormFeedbackText.js";
187
+ import { FormHelperText as Tx } from "./components/form-field/parts/FormHelperText.js";
188
+ import { FormLabel as Px } from "./components/form-field/parts/FormLabel.js";
189
+ import { MultiSelectField as Ax } from "./components/multi-select-field/MultiSelectField.js";
190
+ import { NumberField as wx, numberField as Rx } from "./components/number-field/NumberField.js";
191
+ import { RadioButtonGroupField as hx } from "./components/radio-button-group-field/RadioButtonGroupField.js";
192
+ import { SelectableButtonGroupField as Lx } from "./components/selectable-button-group-field/SelectableButtonGroupField.js";
193
+ import { SelectableCardCheckboxGroupField as Mx } from "./components/selectable-card-checkbox-group-field/SelectableCardCheckboxGroupField.js";
194
+ import { SelectableCardRadioGroupField as yx } from "./components/selectable-card-radio-group-field/SelectableCardRadioGroupField.js";
195
+ import { SelectField as Nx } from "./components/select-field/SelectField.js";
196
+ import { TextField as Ox } from "./components/text-field/TextField.js";
197
+ import { ToggleSwitchField as _x } from "./components/toggle-switch-field/ToggleSwitchField.js";
198
+ import { ToggleSwitchGroupField as Qx } from "./components/toggle-switch-group-field/ToggleSwitchGroupField.js";
199
+ import { useTanstackUnityForm as Xx, withFieldGroup as jx, withForm as qx } from "./hooks/use-tanstack-form.js";
200
+ import { useFieldContext as Jx, useFormContext as Kx } from "./hooks/tanstack-form-context.js";
201
+ import { useFieldA11yContext as Zx } from "./components/form-field/TanstackFormField.context.js";
202
+ import { NoopRouterProvider as on, RouterProvider as en, useRouter as rn } from "./providers/router/RouterProvider.js";
203
+ import { DialogTrigger as pn, DialogTrigger as an } from "react-aria-components";
204
+ import { FilterAdapters as xn } from "./components/filter-toolbar/utils/filter-adapters.js";
205
+ import { useAsyncList as fn } from "react-stately";
205
206
  export {
206
207
  p as ActionBar,
207
208
  x as ActionBarAction,
208
- n as ActionBarRoot,
209
+ f as ActionBarRoot,
209
210
  r as Actionable,
210
211
  u as Alert,
211
212
  g as AlertActions,
212
- c as AlertContent,
213
+ b as AlertContent,
213
214
  S as AlertTitle,
214
215
  T as Anchor,
215
216
  P as AppLayout,
216
217
  A as AppMenu,
217
218
  w as AppMenuContext,
218
219
  R as AppMenuContextProvider,
219
- L as AppMenuFooter,
220
+ I as AppMenuFooter,
220
221
  D as AppMenuHeader,
221
222
  v as AppMenuNavContent,
222
223
  H as Autocomplete,
@@ -237,13 +238,14 @@ export {
237
238
  so as Breadcrumbs,
238
239
  Ao as Button,
239
240
  wo as Card,
240
- Io as CardContent,
241
+ Lo as CardContent,
241
242
  ho as CardTitle,
242
243
  Ho as Checkbox,
243
- tx as CheckboxField,
244
+ mx as CheckboxField,
244
245
  Mo as CheckboxGroup,
245
- ax as CheckboxGroupField,
246
+ nx as CheckboxGroupField,
246
247
  Eo as CheckboxStandalone,
248
+ Wr as CircularIconButton,
247
249
  Vo as Collapsible,
248
250
  Uo as CollapsibleContent,
249
251
  Wo as CollapsibleTitle,
@@ -252,35 +254,35 @@ export {
252
254
  zo as DataTableRoot,
253
255
  $o as DateCalendar,
254
256
  ee as DatePicker,
255
- xx as DatePickerField,
257
+ ix as DatePickerField,
256
258
  te as DefinitionTooltip,
257
259
  ae as Dialog,
258
- fe as DialogActions,
260
+ ne as DialogActions,
259
261
  ie as DialogButton,
260
262
  ue as DialogContent,
261
263
  ge as DialogTitle,
262
- ef as DialogTrigger,
264
+ pn as DialogTrigger,
263
265
  he as ErrorState,
264
266
  ye as FieldGroup,
265
267
  De as Fieldset,
266
268
  Ne as Filter,
267
- pf as FilterAdapters,
269
+ xn as FilterAdapters,
268
270
  Ee as FilterControls,
269
271
  Oe as FilterLabels,
270
272
  Qe as FilterToolbar,
271
273
  je as Flex,
272
274
  Ze as FlexItem,
273
275
  er as Form,
274
- dx as FormControl,
275
- bx as FormFeedbackText,
276
- nx as FormField,
277
- sx as FormHelperText,
278
- Fx as FormLabel,
276
+ bx as FormControl,
277
+ Sx as FormFeedbackText,
278
+ ux as FormField,
279
+ Tx as FormHelperText,
280
+ Px as FormLabel,
279
281
  tr as FullPageLoader,
280
- nr as FunnelBody,
282
+ fr as FunnelBody,
281
283
  mr as FunnelLayout,
282
284
  ur as FunnelPage,
283
- br as FunnelPageAction,
285
+ cr as FunnelPageAction,
284
286
  sr as FunnelPageActions,
285
287
  Tr as FunnelPageContent,
286
288
  Br as FunnelPageFooter,
@@ -289,137 +291,138 @@ export {
289
291
  Dr as FunnelTopBar,
290
292
  yr as Grid,
291
293
  Vr as GridItem,
292
- Wr as Icon,
294
+ qr as Icon,
293
295
  Ur as IconButton,
294
- jr as Input,
295
- zr as Label,
296
- $r as ListView,
297
- xt as ListViewItemLabel,
298
- nt as ListViewItemText,
299
- pt as ListViewSection,
300
- lt as Menu,
301
- dt as MenuContent,
302
- bt as MenuHeader,
303
- Ft as MenuSeparator,
304
- Ct as MenuTrigger,
305
- Bt as MultiSelect,
306
- Cx as MultiSelectField,
307
- kt as MultiSelectOptGroup,
308
- Rt as MultiSelectOption,
309
- ht as Nav,
310
- It as NavGroup,
311
- Qt as NavigationCardDescription,
312
- Et as NavigationCardGroup,
313
- _t as NavigationCardLabel,
314
- Yx as NoopRouterProvider,
315
- Bx as NumberField,
316
- Xt as NumberInput,
317
- zt as Page,
318
- Yt as PageHeader,
319
- op as PageHeading,
320
- rp as Pagination,
321
- ap as PaginationContent,
322
- sp as PaginationEllipsis,
323
- fp as PaginationItem,
324
- Bp as PayFitBrand,
325
- kp as PayFitBrandPreprod,
326
- Rp as PhoneNumberInput,
327
- hp as Pill,
328
- Ip as Popover,
329
- rf as PopoverTrigger,
330
- Mp as ProgressBar,
331
- ce as PromoDialog,
296
+ Jr as Input,
297
+ Yr as Label,
298
+ rt as ListView,
299
+ it as ListViewItemLabel,
300
+ ut as ListViewItemText,
301
+ xt as ListViewSection,
302
+ gt as Menu,
303
+ bt as MenuContent,
304
+ St as MenuHeader,
305
+ Pt as MenuSeparator,
306
+ At as MenuTrigger,
307
+ wt as MultiSelect,
308
+ Ax as MultiSelectField,
309
+ Gt as MultiSelectOptGroup,
310
+ It as MultiSelectOption,
311
+ Dt as Nav,
312
+ vt as NavGroup,
313
+ jt as NavigationCardDescription,
314
+ _t as NavigationCardGroup,
315
+ Wt as NavigationCardLabel,
316
+ on as NoopRouterProvider,
317
+ wx as NumberField,
318
+ zt as NumberInput,
319
+ Yt as Page,
320
+ op as PageHeader,
321
+ tp as PageHeading,
322
+ ap as Pagination,
323
+ np as PaginationContent,
324
+ Tp as PaginationEllipsis,
325
+ lp as PaginationItem,
326
+ wp as PayFitBrand,
327
+ Gp as PayFitBrandPreprod,
328
+ Ip as PhoneNumberInput,
329
+ Dp as Pill,
330
+ vp as Popover,
331
+ an as PopoverTrigger,
332
+ Hp as ProgressBar,
333
+ be as PromoDialog,
332
334
  ke as PromoDialogActions,
333
335
  Be as PromoDialogContent,
334
336
  Fe as PromoDialogHero,
335
337
  Ce as PromoDialogSubtitle,
336
338
  Re as PromoDialogTitle,
337
- Np as RadioButton,
338
- yp as RadioButtonGroup,
339
- wx as RadioButtonGroupField,
340
- Vp as RadioButtonHelper,
339
+ Vp as RadioButton,
340
+ Ep as RadioButtonGroup,
341
+ hx as RadioButtonGroupField,
342
+ Qp as RadioButtonHelper,
341
343
  Po as RawBreadcrumbLink,
342
- lx as RawFormContextualLink,
343
- Kr as RawLink,
344
- et as RawListViewItem,
345
- st as RawMenuItem,
346
- Mt as RawNavItem,
347
- Ht as RawNavigationCard,
348
- ip as RawPaginationLink,
349
- bp as RawPaginationNext,
350
- dp as RawPaginationPrevious,
351
- Cm as RawSubTask,
352
- um as RawTab,
353
- Am as RawTask,
354
- Zx as RouterProvider,
355
- Up as Search,
356
- Xp as SegmentedButtonGroup,
357
- na as Select,
358
- la as SelectButton,
359
- vx as SelectField,
360
- da as SelectOption,
361
- ba as SelectOptionGroup,
362
- sa as SelectOptionHelper,
363
- Zp as SelectableButton,
364
- Jp as SelectableButtonGroup,
365
- Gx as SelectableButtonGroupField,
366
- ta as SelectableCardCheckbox,
367
- ea as SelectableCardCheckboxGroup,
368
- Lx as SelectableCardCheckboxGroupField,
369
- xa as SelectableCardRadio,
370
- aa as SelectableCardRadioGroup,
371
- Dx as SelectableCardRadioGroupField,
372
- Fa as SidePanel,
373
- Pa as SidePanelContent,
374
- ka as SidePanelFooter,
375
- Ga as SidePanelHeader,
376
- Ia as SkipLink,
377
- Da as SkipLinks,
378
- va as Spinner,
344
+ gx as RawFormContextualLink,
345
+ $r as RawLink,
346
+ pt as RawListViewItem,
347
+ Tt as RawMenuItem,
348
+ Ht as RawNavItem,
349
+ Ot as RawNavigationCard,
350
+ dp as RawPaginationLink,
351
+ Sp as RawPaginationNext,
352
+ bp as RawPaginationPrevious,
353
+ Am as RawSubTask,
354
+ cm as RawTab,
355
+ Rm as RawTask,
356
+ en as RouterProvider,
357
+ Xp as Search,
358
+ zp as SegmentedButtonGroup,
359
+ ua as Select,
360
+ ga as SelectButton,
361
+ Nx as SelectField,
362
+ ba as SelectOption,
363
+ Sa as SelectOptionGroup,
364
+ Ta as SelectOptionHelper,
365
+ ea as SelectableButton,
366
+ Zp as SelectableButtonGroup,
367
+ Lx as SelectableButtonGroupField,
368
+ ma as SelectableCardCheckbox,
369
+ pa as SelectableCardCheckboxGroup,
370
+ Mx as SelectableCardCheckboxGroupField,
371
+ ia as SelectableCardRadio,
372
+ na as SelectableCardRadioGroup,
373
+ yx as SelectableCardRadioGroupField,
374
+ Pa as SidePanel,
375
+ ka as SidePanelContent,
376
+ Ga as SidePanelFooter,
377
+ La as SidePanelHeader,
378
+ va as SkipLink,
379
+ ya as SkipLinks,
380
+ Na as Spinner,
379
381
  qe as Stack,
380
382
  $e as StackItem,
381
- Hm as TOAST_CONFIG,
382
- gm as TabList,
383
- cm as TabPanel,
384
- Ha as Table,
385
- Oa as TableBody,
386
- Ua as TableCell,
387
- Xa as TableColumnHeader,
388
- za as TableEmptyState,
389
- Ja as TableEmptyStateError,
390
- Ka as TableEmptyStateLoading,
391
- Ya as TableEmptyStateNoData,
392
- Za as TableEmptyStateText,
393
- em as TableHeader,
394
- pm as TablePagination,
395
- Na as TableRoot,
396
- xm as TableRow,
397
- im as Tabs,
398
- Rm as TaskGroup,
399
- Sm as TaskMenu,
400
- Dm as Text,
401
- hm as TextArea,
402
- Hx as TextField,
403
- Nm as ToastManager,
404
- qp as ToggleButton,
405
- Wm as ToggleSwitch,
406
- Ex as ToggleSwitchField,
407
- _m as ToggleSwitchGroup,
408
- Vx as ToggleSwitchGroupField,
409
- qm as Tooltip,
383
+ Om as TOAST_CONFIG,
384
+ sm as TabList,
385
+ Fm as TabPanel,
386
+ Oa as Table,
387
+ Ua as TableBody,
388
+ Xa as TableCell,
389
+ za as TableColumnHeader,
390
+ Ya as TableEmptyState,
391
+ Za as TableEmptyStateError,
392
+ $a as TableEmptyStateLoading,
393
+ om as TableEmptyStateNoData,
394
+ em as TableEmptyStateText,
395
+ pm as TableHeader,
396
+ xm as TablePagination,
397
+ Va as TableRoot,
398
+ im as TableRow,
399
+ dm as Tabs,
400
+ Im as TaskGroup,
401
+ Cm as TaskMenu,
402
+ ym as Text,
403
+ Dm as TextArea,
404
+ Ox as TextField,
405
+ Vm as ToastManager,
406
+ Kp as ToggleButton,
407
+ qm as ToggleSwitch,
408
+ _x as ToggleSwitchField,
409
+ Wm as ToggleSwitchGroup,
410
+ Qx as ToggleSwitchGroupField,
411
+ Km as Tooltip,
410
412
  a as actionBar,
411
413
  i as actionBarRoot,
412
414
  O as autocompleteItem,
413
415
  U as autocompleteItemGroup,
414
416
  ao as bottomSheet,
415
- fo as bottomSheetContent,
417
+ no as bottomSheetContent,
416
418
  lo as bottomSheetFooter,
417
- bo as bottomSheetHeader,
419
+ co as bottomSheetHeader,
418
420
  Ro as card,
419
421
  vo as checkboxGroup,
422
+ Xr as circularIconButton,
420
423
  Jo as dataTableRoot,
421
424
  me as dialog,
422
- Le as errorState,
425
+ Ie as errorState,
423
426
  Me as fieldset,
424
427
  Ve as filterContainer,
425
428
  _e as filterDismissButton,
@@ -434,60 +437,60 @@ export {
434
437
  Cr as funnelPageContent,
435
438
  Ar as funnelPageFooter,
436
439
  Rr as funnelPageHeader,
437
- Lr as funnelSidebar,
440
+ Ir as funnelSidebar,
438
441
  Mr as funnelTopBar,
439
442
  oo as getInitials,
440
443
  Nr as grid,
441
444
  Er as gridItem,
442
- Yr as link,
443
- rt as listViewItem,
444
- at as listViewSection,
445
- vt as navItemBase,
446
- Ot as navigationCardGroup,
447
- Ax as numberField,
448
- jt as numberInput,
449
- Jt as page,
450
- Zt as pageHeader,
451
- tp as pagination,
452
- mp as paginationContent,
453
- lp as paginationLink,
445
+ ot as link,
446
+ at as listViewItem,
447
+ nt as listViewSection,
448
+ Nt as navItemBase,
449
+ Ut as navigationCardGroup,
450
+ Rx as numberField,
451
+ Jt as numberInput,
452
+ Zt as page,
453
+ ep as pageHeader,
454
+ mp as pagination,
455
+ fp as paginationContent,
456
+ gp as paginationLink,
454
457
  se as promoDialog,
455
- Ep as radioButton,
456
- Pm as rawSubTask,
457
- km as rawTask,
458
- Qp as search,
459
- $p as selectableButton,
460
- Kp as selectableButtonGroup,
461
- Ta as sidePanel,
462
- Ba as sidePanelContent,
463
- wa as sidePanelFooter,
464
- ha as sidePanelHeader,
465
- Va as tableBody,
466
- Qa as tableCell,
467
- ja as tableColumnHeader,
468
- $a as tableEmptyState,
469
- rm as tableHeader,
470
- am as tablePagination,
471
- fm as tableRow,
472
- Fm as taskMenu,
473
- vm as text,
474
- Lm as textArea,
475
- Om as toast,
476
- Xm as toggleSwitch,
477
- Um as toggleSwitchGroup,
458
+ _p as radioButton,
459
+ km as rawSubTask,
460
+ Gm as rawTask,
461
+ jp as search,
462
+ ra as selectableButton,
463
+ $p as selectableButtonGroup,
464
+ Ba as sidePanel,
465
+ wa as sidePanelContent,
466
+ ha as sidePanelFooter,
467
+ Da as sidePanelHeader,
468
+ Qa as tableBody,
469
+ ja as tableCell,
470
+ Ja as tableColumnHeader,
471
+ rm as tableEmptyState,
472
+ am as tableHeader,
473
+ nm as tablePagination,
474
+ lm as tableRow,
475
+ Pm as taskMenu,
476
+ Nm as text,
477
+ Mm as textArea,
478
+ Um as toast,
479
+ zm as toggleSwitch,
480
+ Xm as toggleSwitchGroup,
478
481
  G as useAppMenuContext,
479
- mf as useAsyncList,
480
- Jm as useBreakpointListener,
481
- Ym as useContainerQueryLevel,
482
- Jx as useFieldA11yContext,
483
- jx as useFieldContext,
484
- qx as useFormContext,
485
- $m as useMediaQuery,
486
- Cp as usePaginationState,
487
- Fp as usePaginationWindow,
488
- $x as useRouter,
489
- Ux as useTanstackUnityForm,
490
- ex as useUnityForm,
491
- Qx as withFieldGroup,
492
- Wx as withForm
482
+ fn as useAsyncList,
483
+ Zm as useBreakpointListener,
484
+ ox as useContainerQueryLevel,
485
+ Zx as useFieldA11yContext,
486
+ Jx as useFieldContext,
487
+ Kx as useFormContext,
488
+ rx as useMediaQuery,
489
+ Ap as usePaginationState,
490
+ Pp as usePaginationWindow,
491
+ rn as useRouter,
492
+ Xx as useTanstackUnityForm,
493
+ px as useUnityForm,
494
+ jx as withFieldGroup,
495
+ qx as withForm
493
496
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-components",
3
- "version": "2.4.4",
3
+ "version": "2.5.1",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -42,7 +42,7 @@
42
42
  "@hookform/devtools": "4.4.0",
43
43
  "@hookform/resolvers": "5.2.1",
44
44
  "@internationalized/date": "3.11.0",
45
- "@payfit/unity-illustrations": "2.4.4",
45
+ "@payfit/unity-illustrations": "2.5.1",
46
46
  "@radix-ui/react-avatar": "1.1.11",
47
47
  "@radix-ui/react-slot": "1.2.4",
48
48
  "@react-aria/interactions": "3.27.0",
@@ -63,15 +63,15 @@
63
63
  "react-international-phone": "4.5.0",
64
64
  "react-intl": "7.1.14",
65
65
  "react-stately": "3.44.0",
66
- "storybook": "10.2.2",
66
+ "storybook": "10.2.7",
67
67
  "tailwind-variants": "2.1.0",
68
68
  "usehooks-ts": "3.1.0",
69
69
  "zod": "4.3.6"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@hookform/devtools": "^4",
73
- "@payfit/unity-icons": "2.4.4",
74
- "@payfit/unity-themes": "2.4.4",
73
+ "@payfit/unity-icons": "2.5.1",
74
+ "@payfit/unity-themes": "2.5.1",
75
75
  "@storybook/react-vite": "^10.2.2",
76
76
  "@tanstack/react-query": "^5",
77
77
  "@tanstack/react-router": "^1.131",
@@ -90,15 +90,15 @@
90
90
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
91
91
  "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
92
92
  "@payfit/storybook-config": "0.0.0-use.local",
93
- "@payfit/unity-icons": "2.4.4",
94
- "@payfit/unity-illustrations": "2.4.4",
95
- "@payfit/unity-themes": "2.4.4",
93
+ "@payfit/unity-icons": "2.5.1",
94
+ "@payfit/unity-illustrations": "2.5.1",
95
+ "@payfit/unity-themes": "2.5.1",
96
96
  "@payfit/vite-configs": "0.0.0-use.local",
97
- "@storybook/addon-a11y": "10.2.2",
98
- "@storybook/addon-docs": "10.2.2",
99
- "@storybook/addon-links": "10.2.2",
100
- "@storybook/addon-vitest": "10.2.2",
101
- "@storybook/react-vite": "10.2.2",
97
+ "@storybook/addon-a11y": "10.2.7",
98
+ "@storybook/addon-docs": "10.2.7",
99
+ "@storybook/addon-links": "10.2.7",
100
+ "@storybook/addon-vitest": "10.2.7",
101
+ "@storybook/react-vite": "10.2.7",
102
102
  "@tanstack/react-devtools": "0.9.4",
103
103
  "@tanstack/react-form-devtools": "0.2.13",
104
104
  "@tanstack/react-query": "5.90.20",
@@ -119,7 +119,7 @@
119
119
  "prettier": "3.1.0",
120
120
  "react-docgen-typescript": "2.2.2",
121
121
  "react-hot-toast": "2.5.1",
122
- "storybook": "10.2.2",
122
+ "storybook": "10.2.7",
123
123
  "storybook-addon-pseudo-states": "10.2.2",
124
124
  "storybook-addon-tag-badges": "3.0.6",
125
125
  "storybook-mock-date-decorator": "3.0.0",