@payfit/unity-components 2.4.4 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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
|
|
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
|
|
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
|
|
7
|
-
import { AvatarFallback as
|
|
8
|
-
import { AvatarImage as
|
|
9
|
-
import { Badge as
|
|
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
|
|
12
|
-
import { MenuContent as
|
|
13
|
-
import { MenuHeader as
|
|
14
|
-
import { useAppMenuContext as
|
|
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
|
-
|
|
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(
|
|
24
|
-
/* @__PURE__ */ e(
|
|
25
|
-
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
|
-
),
|
|
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 =
|
|
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
|
-
|
|
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(
|
|
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
|
-
] }),
|
|
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:
|
|
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:
|
|
179
|
-
"data-mobile-open":
|
|
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(
|
|
210
|
-
/* @__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
|
-
|
|
234
|
+
L as AppMenuFooter
|
|
233
235
|
};
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
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 {
|
|
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
|
-
|
|
209
|
+
f as ActionBarRoot,
|
|
209
210
|
r as Actionable,
|
|
210
211
|
u as Alert,
|
|
211
212
|
g as AlertActions,
|
|
212
|
-
|
|
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
|
-
|
|
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
|
-
|
|
241
|
+
Lo as CardContent,
|
|
241
242
|
ho as CardTitle,
|
|
242
243
|
Ho as Checkbox,
|
|
243
|
-
|
|
244
|
+
mx as CheckboxField,
|
|
244
245
|
Mo as CheckboxGroup,
|
|
245
|
-
|
|
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
|
-
|
|
257
|
+
ix as DatePickerField,
|
|
256
258
|
te as DefinitionTooltip,
|
|
257
259
|
ae as Dialog,
|
|
258
|
-
|
|
260
|
+
ne as DialogActions,
|
|
259
261
|
ie as DialogButton,
|
|
260
262
|
ue as DialogContent,
|
|
261
263
|
ge as DialogTitle,
|
|
262
|
-
|
|
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
|
-
|
|
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
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
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
|
-
|
|
282
|
+
fr as FunnelBody,
|
|
281
283
|
mr as FunnelLayout,
|
|
282
284
|
ur as FunnelPage,
|
|
283
|
-
|
|
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
|
-
|
|
294
|
+
qr as Icon,
|
|
293
295
|
Ur as IconButton,
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
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
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
339
|
+
Vp as RadioButton,
|
|
340
|
+
Ep as RadioButtonGroup,
|
|
341
|
+
hx as RadioButtonGroupField,
|
|
342
|
+
Qp as RadioButtonHelper,
|
|
341
343
|
Po as RawBreadcrumbLink,
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
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
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
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
|
-
|
|
417
|
+
no as bottomSheetContent,
|
|
416
418
|
lo as bottomSheetFooter,
|
|
417
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
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
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
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
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
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.
|
|
3
|
+
"version": "2.5.0",
|
|
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.
|
|
45
|
+
"@payfit/unity-illustrations": "2.5.0",
|
|
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",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@hookform/devtools": "^4",
|
|
73
|
-
"@payfit/unity-icons": "2.
|
|
74
|
-
"@payfit/unity-themes": "2.
|
|
73
|
+
"@payfit/unity-icons": "2.5.0",
|
|
74
|
+
"@payfit/unity-themes": "2.5.0",
|
|
75
75
|
"@storybook/react-vite": "^10.2.2",
|
|
76
76
|
"@tanstack/react-query": "^5",
|
|
77
77
|
"@tanstack/react-router": "^1.131",
|
|
@@ -90,9 +90,9 @@
|
|
|
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.
|
|
94
|
-
"@payfit/unity-illustrations": "2.
|
|
95
|
-
"@payfit/unity-themes": "2.
|
|
93
|
+
"@payfit/unity-icons": "2.5.0",
|
|
94
|
+
"@payfit/unity-illustrations": "2.5.0",
|
|
95
|
+
"@payfit/unity-themes": "2.5.0",
|
|
96
96
|
"@payfit/vite-configs": "0.0.0-use.local",
|
|
97
97
|
"@storybook/addon-a11y": "10.2.2",
|
|
98
98
|
"@storybook/addon-docs": "10.2.2",
|