@commercelayer/app-elements 6.2.1 → 6.3.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.
package/dist/main.d.ts CHANGED
@@ -29,8 +29,8 @@ export { CoreSdkProvider, useCoreApi, useCoreSdkProvider, } from './providers/Co
29
29
  export { type ClAppKey, type ClAppProps, createApp } from './providers/createApp';
30
30
  export { ErrorBoundary } from './providers/ErrorBoundary';
31
31
  export { GTMProvider, useTagManager } from './providers/GTMProvider';
32
- export { type I18NLocale, I18NProvider, i18nLocales, Trans, t, useTranslation, } from './providers/I18NProvider';
33
- export { encodeExtras, MetaTags, TokenProvider, type TokenProviderAllowedApp, type TokenProviderAllowedAppKind, type TokenProviderAllowedAppSlug, type TokenProviderClAppSlug, type TokenProviderExtras, type TokenProviderPermissionItem, type TokenProviderRoleActions, type TokenProviderRolePermissions, type TokenProviderTokenApplicationKind, useTokenProvider, } from './providers/TokenProvider';
32
+ export { type I18NLocale, I18NProvider, i18nLocales, Trans, type Translation, t, useTranslation, } from './providers/I18NProvider';
33
+ export { encodeExtras, MetaTags, type ParsedScopes, TokenProvider, type TokenProviderAllowedApp, type TokenProviderAllowedAppKind, type TokenProviderAllowedAppSlug, type TokenProviderClAppSlug, type TokenProviderExtras, type TokenProviderPermissionItem, type TokenProviderRoleActions, type TokenProviderRolePermissions, type TokenProviderTokenApplicationKind, useTokenProvider, } from './providers/TokenProvider';
34
34
  export { A, type AProps } from './ui/atoms/A';
35
35
  export { Alert, type AlertProps } from './ui/atoms/Alert';
36
36
  export { Avatar, type AvatarProps } from './ui/atoms/Avatar';
@@ -48,7 +48,7 @@ export { Grid, type GridProps } from './ui/atoms/Grid';
48
48
  export { Hint, type HintProps } from './ui/atoms/Hint';
49
49
  export { Hr, type HrProps } from './ui/atoms/Hr';
50
50
  export { Icon, type IconProps } from './ui/atoms/Icon';
51
- export { PageHeading, type PageHeadingProps } from './ui/atoms/PageHeading';
51
+ export { PageHeading, type PageHeadingProps, type PageHeadingToolbarProps, } from './ui/atoms/PageHeading';
52
52
  export { Pagination, type PaginationProps } from './ui/atoms/Pagination';
53
53
  export { Progress, type ProgressProps } from './ui/atoms/Progress';
54
54
  export { RadialProgress, type RadialProgressProps, } from './ui/atoms/RadialProgress';
@@ -76,6 +76,7 @@ export { List, type ListProps } from './ui/composite/List';
76
76
  export { ListDetails, type ListDetailsProps } from './ui/composite/ListDetails';
77
77
  export { ListDetailsItem, type ListDetailsItemProps, } from './ui/composite/ListDetailsItem';
78
78
  export { ListItem, type ListItemProps } from './ui/composite/ListItem';
79
+ export { Modal, type ModalProps } from './ui/composite/Modal';
79
80
  export { PageError, type PageErrorProps } from './ui/composite/PageError';
80
81
  export { PageLayout, type PageLayoutProps } from './ui/composite/PageLayout';
81
82
  export { PageSkeleton } from './ui/composite/PageSkeleton';
@@ -85,7 +86,7 @@ export { SearchBar, type SearchBarProps } from './ui/composite/SearchBar';
85
86
  export { TableData, type TableDataProps } from './ui/composite/TableData';
86
87
  export { Timeline, type TimelineEvent, type TimelineProps, } from './ui/composite/Timeline';
87
88
  export { ToastContainer, toast } from './ui/composite/Toast';
88
- export { Toolbar, type ToolbarProps } from './ui/composite/Toolbar';
89
+ export { Toolbar, type ToolbarItem, type ToolbarProps, } from './ui/composite/Toolbar';
89
90
  export { CodeEditor, type CodeEditorProps, HookedCodeEditor, type HookedCodeEditorProps, } from './ui/forms/CodeEditor';
90
91
  export { HookedForm } from './ui/forms/Form';
91
92
  export { HookedInput, type HookedInputProps, Input, type InputProps, } from './ui/forms/Input';
@@ -100,7 +101,7 @@ export { InputFile, type InputFileProps } from './ui/forms/InputFile';
100
101
  export { InputJson, type InputJsonProps } from './ui/forms/InputJson';
101
102
  export { HookedInputRadioGroup, type HookedInputRadioGroupProps, InputRadioGroup, type InputRadioGroupProps, } from './ui/forms/InputRadioGroup';
102
103
  export { HookedInputResourceGroup, type HookedInputResourceGroupProps, InputResourceGroup, type InputResourceGroupProps, useInputResourceGroupOverlay, } from './ui/forms/InputResourceGroup';
103
- export { flatSelectValues, getDefaultValueFromFlatten, HookedInputSelect, type HookedInputSelectProps, InputSelect, type InputSelectProps, type InputSelectValue, isGroupedSelectValues, isMultiValueSelected, isSingleValueSelected, } from './ui/forms/InputSelect';
104
+ export { flatSelectValues, type GroupedSelectValues, getDefaultValueFromFlatten, HookedInputSelect, type HookedInputSelectProps, InputSelect, type InputSelectProps, type InputSelectValue, isGroupedSelectValues, isMultiValueSelected, isSingleValueSelected, type PossibleSelectValue, } from './ui/forms/InputSelect';
104
105
  export { HookedInputSimpleSelect, type HookedInputSimpleSelectProps, InputSimpleSelect, type InputSimpleSelectProps, } from './ui/forms/InputSimpleSelect';
105
106
  export { HookedInputSpinner, type HookedInputSpinnerProps, InputSpinner, type InputSpinnerProps, } from './ui/forms/InputSpinner';
106
107
  export { HookedInputSwitch, type HookedInputSwitchProps, InputSwitch, type InputSwitchProps, } from './ui/forms/InputSwitch';
@@ -121,5 +122,5 @@ export { ResourceOrderTimeline, type ResourceOrderTimelineProps, } from './ui/re
121
122
  export { getPaymentMethodLogoSrc, ResourcePaymentMethod, type ResourcePaymentMethodProps, } from './ui/resources/ResourcePaymentMethod';
122
123
  export { ResourceShipmentParcels, type ResourceShipmentParcelsProps, } from './ui/resources/ResourceShipmentParcels';
123
124
  export { ResourceTags, type ResourceTagsProps, } from './ui/resources/ResourceTags';
124
- export { type FiltersInstructions, useResourceFilters, } from './ui/resources/useResourceFilters';
125
+ export { type FiltersInstructions, type FormFullValues, type MetricsFilters, type UiFilterName, type UiFilterValue, useResourceFilters, } from './ui/resources/useResourceFilters';
125
126
  export { type ResourceListItemTemplateProps, type ResourceListProps, type UseResourceListConfig, useResourceList, } from './ui/resources/useResourceList';
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { d1 as s, dG as t, dH as o, d2 as r, d3 as d, d4 as c, d5 as n, b5 as u, d6 as i, d7 as l, d8 as p, dI as g, d9 as m, bj as S, da as I, db as k, cR as T, b2 as R, bf as D, b3 as y, dJ as b, dc as C, cT as h, cU as A, dV as P, dd as H, de as F, dK as v, e2 as f, e3 as O, e4 as B, e5 as L, e7 as E, ea as N, ed as G, ee as M, ei as w, ek as V, ep as x, er as W, et as J, ev as U, ex as Y, ez as j, eD as X, eE as Z, eF as _, df as q, cW as z, b4 as K, b1 as Q, e6 as $, e8 as ee, eb as ae, ec as se, be as te, bd as oe, ef as re, eg as de, eh as ce, ej as ne, el as ue, aZ as ie, es as le, eu as pe, ew as ge, ey as me, eA as Se, eB as Ie, eC as ke, dL as Te, dM as Re, dN as De, dO as ye, dW as be, c$ as Ce, dP as he, dg as Ae, dQ as Pe, dR as He, dh as Fe, di as ve, dj as fe, dk as Oe, dS as Be, eK as Le, eL as Ee, eN as Ne, eO as Ge, eP as Me, eQ as we, eR as Ve, eS as xe, eU as We, eV as Je, eW as Ue, dX as Ye, eI as je, dl as Xe, dY as Ze, dm as _e, dn as qe, dp as ze, dq as Ke, ds as Qe, dt as $e, du as ea, dv as aa, dw as sa, dB as ta, dx as oa, dZ as ra, dC as da, dD as ca, dy as na, dE as ua, dz as ia, d_ as la, d$ as pa, d0 as ga, e1 as ma, dF as Sa, dA as Ia, cY as ka, cu as Ta, cS as Ra, dT as Da, dU as ya, ce as ba, cf as Ca, cq as ha, c_ as Aa, en as Pa, e9 as Ha, cg as Fa, ch as va, ci as fa, cv as Oa, cw as Ba, cy as La, bY as Ea, bZ as Na, eo as Ga, cj as Ma, ck as wa, cl as Va, b_ as xa, b$ as Wa, c0 as Ja, c1 as Ua, c2 as Ya, cz as ja, cA as Xa, eT as Za, c3 as _a, eJ as qa, cx as za, c4 as Ka, c5 as Qa, c6 as $a, cB as es, cC as as, c7 as ss, c8 as ts, c9 as os, cG as rs, cH as ds, ca as cs, cD as ns, cE as us, cX as is, cc as ls, bU as ps, eq as gs, cs as ms, ct as Ss, bb as Is, a_ as ks, cm as Ts, cr as Rs, cb as Ds, cF as ys, cd as bs, cn as Cs, eG as hs, co as As, cZ as Ps, cp as Hs, e0 as Fs, cI as vs, cJ as fs, ba as Os, b9 as Bs, cK as Ls, cL as Es, cM as Ns, em as Gs, cN as Ms, cO as ws, cP as Vs, eM as xs, eX as Ws, eY as Js, cV as Us, bc as Ys, aX as js, eH as Xs, cQ as Zs, dr as _s } from "./main-L857O21K.js";
2
+ import { d6 as s, dJ as t, dK as o, d7 as r, d8 as d, d9 as c, da as n, b8 as u, db as i, dc as l, dd as p, dL as g, de as m, bo as S, df as I, dg as k, cW as T, b4 as R, bi as D, b5 as y, dM as b, dh as h, cY as C, cZ as A, dY as P, di as H, dj as F, dN as v, e5 as f, e6 as O, e7 as B, e8 as L, ea as E, ed as N, eg as G, eh as M, el as w, en as V, es as x, eu as W, ew as J, ey as U, eA as j, eC as Y, eG as Z, eH as q, eI as z, dk as K, c$ as Q, b6 as X, b0 as _, e9 as $, eb as ee, ee as ae, ef as se, bg as te, bf as oe, ei as re, ej as de, ek as ce, em as ne, eo as ue, b1 as ie, ev as le, ex as pe, ez as ge, eB as me, eD as Se, eE as Ie, eF as ke, dO as Te, dP as Re, dQ as De, dR as ye, dZ as be, d4 as he, bj as Ce, dS as Ae, dl as Pe, dT as He, dU as Fe, dm as ve, dn as fe, dp as Oe, dq as Be, dV as Le, eN as Ee, eO as Ne, eQ as Ge, eR as Me, eS as we, eT as Ve, eU as xe, eV as We, eX as Je, eY as Ue, eZ as je, d_ as Ye, eL as Ze, dr as qe, d$ as ze, ds as Ke, dt as Qe, du as Xe, dv as _e, bk as $e, dx as ea, dy as aa, dz as sa, dA as ta, dF as oa, dB as ra, e0 as da, dG as ca, dH as na, dC as ua, bh as ia, dD as la, e1 as pa, e2 as ga, d5 as ma, e4 as Sa, dI as Ia, dE as ka, d1 as Ta, cz as Ra, cX as Da, dW as ya, dX as ba, cj as ha, ck as Ca, cv as Aa, d3 as Pa, eq as Ha, ec as Fa, cl as va, cm as fa, cn as Oa, cA as Ba, cB as La, cD as Ea, c1 as Na, c2 as Ga, er as Ma, co as wa, cp as Va, cq as xa, c3 as Wa, c4 as Ja, c5 as Ua, c6 as ja, c7 as Ya, cE as Za, cF as qa, eW as za, c8 as Ka, eM as Qa, cC as Xa, c9 as _a, ca as $a, cb as es, cG as as, cH as ss, cc as ts, cd as os, ce as rs, cL as ds, cM as cs, cf as ns, cI as us, cJ as is, d0 as ls, ch as ps, bZ as gs, et as ms, cx as Ss, cy as Is, b3 as ks, b2 as Ts, cr as Rs, cw as Ds, cg as ys, cK as bs, ci as hs, cs as Cs, eJ as As, ct as Ps, d2 as Hs, cu as Fs, e3 as vs, cN as fs, cO as Os, bd as Bs, bc as Ls, cP as Es, cQ as Ns, cR as Gs, ep as Ms, cS as ws, cT as Vs, cU as xs, eP as Ws, e_ as Js, e$ as Us, c_ as js, be as Ys, b7 as Zs, eK as qs, cV as zs, dw as Ks } from "./main-Zwf-ZNBk.js";
3
3
  export {
4
4
  s as A,
5
5
  t as ActionButtons,
@@ -22,8 +22,8 @@ export {
22
22
  D as DropdownDivider,
23
23
  y as DropdownItem,
24
24
  b as DropdownSearch,
25
- C as EmptyState,
26
- h as ErrorBoundary,
25
+ h as EmptyState,
26
+ C as ErrorBoundary,
27
27
  A as GTMProvider,
28
28
  P as GenericPageNotFound,
29
29
  H as Grid,
@@ -43,15 +43,15 @@ export {
43
43
  W as HookedInputSimpleSelect,
44
44
  J as HookedInputSpinner,
45
45
  U as HookedInputSwitch,
46
- Y as HookedInputTextArea,
47
- j as HookedInputToggleButton,
48
- X as HookedMarketWithCurrencySelector,
49
- Z as HookedValidationApiError,
50
- _ as HookedValidationError,
51
- q as Hr,
52
- z as I18NProvider,
53
- K as Icon,
54
- Q as Input,
46
+ j as HookedInputTextArea,
47
+ Y as HookedInputToggleButton,
48
+ Z as HookedMarketWithCurrencySelector,
49
+ q as HookedValidationApiError,
50
+ z as HookedValidationError,
51
+ K as Hr,
52
+ Q as I18NProvider,
53
+ X as Icon,
54
+ _ as Input,
55
55
  $ as InputCheckbox,
56
56
  ee as InputCheckboxGroup,
57
57
  ae as InputCurrency,
@@ -76,138 +76,139 @@ export {
76
76
  De as ListDetailsItem,
77
77
  ye as ListItem,
78
78
  be as LoadingPage,
79
- Ce as MetaTags,
80
- he as PageError,
81
- Ae as PageHeading,
82
- Pe as PageLayout,
83
- He as PageSkeleton,
84
- Fe as Pagination,
85
- ve as Progress,
86
- fe as RadialProgress,
87
- Oe as RemoveButton,
88
- Be as Report,
89
- Le as ResourceAddress,
90
- Ee as ResourceAddressFormFields,
91
- Ne as ResourceAttachments,
92
- Ge as ResourceDetails,
93
- Me as ResourceLineItems,
94
- we as ResourceListItem,
95
- Ve as ResourceMetadata,
96
- xe as ResourceOrderTimeline,
97
- We as ResourcePaymentMethod,
98
- Je as ResourceShipmentParcels,
99
- Ue as ResourceTags,
79
+ he as MetaTags,
80
+ Ce as Modal,
81
+ Ae as PageError,
82
+ Pe as PageHeading,
83
+ He as PageLayout,
84
+ Fe as PageSkeleton,
85
+ ve as Pagination,
86
+ fe as Progress,
87
+ Oe as RadialProgress,
88
+ Be as RemoveButton,
89
+ Le as Report,
90
+ Ee as ResourceAddress,
91
+ Ne as ResourceAddressFormFields,
92
+ Ge as ResourceAttachments,
93
+ Me as ResourceDetails,
94
+ we as ResourceLineItems,
95
+ Ve as ResourceListItem,
96
+ xe as ResourceMetadata,
97
+ We as ResourceOrderTimeline,
98
+ Je as ResourcePaymentMethod,
99
+ Ue as ResourceShipmentParcels,
100
+ je as ResourceTags,
100
101
  Ye as Routes,
101
- je as RuleEngine,
102
- Xe as ScrollToTop,
103
- Ze as SearchBar,
104
- _e as Section,
105
- qe as Skeleton,
106
- ze as SkeletonItem,
107
- Ke as SkeletonTemplate,
108
- Qe as Spacer,
109
- $e as Stack,
110
- ea as StatusDot,
111
- aa as StatusIcon,
112
- sa as Steps,
113
- ta as Tab,
114
- oa as Table,
115
- ra as TableData,
116
- da as Tabs,
117
- ca as Tag,
118
- na as Td,
119
- ua as Text,
120
- ia as Th,
121
- la as Timeline,
122
- pa as ToastContainer,
123
- ga as TokenProvider,
124
- ma as Toolbar,
125
- Sa as Tooltip,
126
- Ia as Tr,
127
- ka as Trans,
128
- Ta as computeFullname,
129
- Ra as createApp,
130
- Da as createRoute,
131
- ya as createTypedRoute,
132
- ba as currencies,
102
+ Ze as RuleEngine,
103
+ qe as ScrollToTop,
104
+ ze as SearchBar,
105
+ Ke as Section,
106
+ Qe as Skeleton,
107
+ Xe as SkeletonItem,
108
+ _e as SkeletonTemplate,
109
+ $e as Spacer,
110
+ ea as Stack,
111
+ aa as StatusDot,
112
+ sa as StatusIcon,
113
+ ta as Steps,
114
+ oa as Tab,
115
+ ra as Table,
116
+ da as TableData,
117
+ ca as Tabs,
118
+ na as Tag,
119
+ ua as Td,
120
+ ia as Text,
121
+ la as Th,
122
+ pa as Timeline,
123
+ ga as ToastContainer,
124
+ ma as TokenProvider,
125
+ Sa as Toolbar,
126
+ Ia as Tooltip,
127
+ ka as Tr,
128
+ Ta as Trans,
129
+ Ra as computeFullname,
130
+ Da as createApp,
131
+ ya as createRoute,
132
+ ba as createTypedRoute,
133
+ ha as currencies,
133
134
  Ca as currencyInputSelectOptions,
134
- ha as downloadJsonAsFile,
135
- Aa as encodeExtras,
136
- Pa as flatSelectValues,
137
- Ha as formatCentsToCurrency,
138
- Fa as formatDate,
139
- va as formatDateRange,
140
- fa as formatDateWithPredicate,
141
- Oa as formatDisplayName,
142
- Ba as formatResourceName,
143
- La as getAvatarSrcFromRate,
144
- Ea as getCustomerDisplayStatus,
145
- Na as getCustomerStatusName,
146
- Ga as getDefaultValueFromFlatten,
147
- Ma as getEventDateInfo,
148
- wa as getIsoDateAtDayEdge,
149
- Va as getIsoDateAtDaysBefore,
150
- xa as getOrderDisplayStatus,
151
- Wa as getOrderFulfillmentStatusName,
152
- Ja as getOrderPaymentStatusName,
153
- Ua as getOrderStatusName,
135
+ Aa as downloadJsonAsFile,
136
+ Pa as encodeExtras,
137
+ Ha as flatSelectValues,
138
+ Fa as formatCentsToCurrency,
139
+ va as formatDate,
140
+ fa as formatDateRange,
141
+ Oa as formatDateWithPredicate,
142
+ Ba as formatDisplayName,
143
+ La as formatResourceName,
144
+ Ea as getAvatarSrcFromRate,
145
+ Na as getCustomerDisplayStatus,
146
+ Ga as getCustomerStatusName,
147
+ Ma as getDefaultValueFromFlatten,
148
+ wa as getEventDateInfo,
149
+ Va as getIsoDateAtDayEdge,
150
+ xa as getIsoDateAtDaysBefore,
151
+ Wa as getOrderDisplayStatus,
152
+ Ja as getOrderFulfillmentStatusName,
153
+ Ua as getOrderPaymentStatusName,
154
+ ja as getOrderStatusName,
154
155
  Ya as getOrderTransactionName,
155
- ja as getParcelTrackingDetail,
156
- Xa as getParcelTrackingDetails,
157
- Za as getPaymentMethodLogoSrc,
158
- _a as getPromotionDisplayStatus,
159
- qa as getResourceAddressFormFieldsSchema,
160
- za as getResourceEndpoint,
161
- Ka as getReturnDisplayStatus,
162
- Qa as getReturnStatusName,
163
- $a as getShipmentDisplayStatus,
164
- es as getShipmentRate,
165
- as as getShipmentRates,
166
- ss as getShipmentStatusName,
167
- ts as getStockTransferDisplayStatus,
168
- os as getStockTransferStatusName,
169
- rs as getUnitOfWeightName,
170
- ds as getUnitsOfWeightForSelect,
171
- cs as goBack,
172
- ns as hasBeenPurchased,
173
- us as hasSingleTracking,
174
- is as i18nLocales,
175
- ls as isAttachmentValidNote,
176
- ps as isDateValid,
177
- gs as isGroupedSelectValues,
178
- ms as isMock,
179
- Ss as isMockedId,
180
- Is as isMultiValueSelected,
181
- ks as isSingleValueSelected,
182
- Ts as makeDateYearsRange,
183
- Rs as maskGiftCardCode,
184
- Ds as navigateTo,
185
- ys as orderTransactionIsAnAsyncCapture,
186
- bs as referenceOrigins,
156
+ Za as getParcelTrackingDetail,
157
+ qa as getParcelTrackingDetails,
158
+ za as getPaymentMethodLogoSrc,
159
+ Ka as getPromotionDisplayStatus,
160
+ Qa as getResourceAddressFormFieldsSchema,
161
+ Xa as getResourceEndpoint,
162
+ _a as getReturnDisplayStatus,
163
+ $a as getReturnStatusName,
164
+ es as getShipmentDisplayStatus,
165
+ as as getShipmentRate,
166
+ ss as getShipmentRates,
167
+ ts as getShipmentStatusName,
168
+ os as getStockTransferDisplayStatus,
169
+ rs as getStockTransferStatusName,
170
+ ds as getUnitOfWeightName,
171
+ cs as getUnitsOfWeightForSelect,
172
+ ns as goBack,
173
+ us as hasBeenPurchased,
174
+ is as hasSingleTracking,
175
+ ls as i18nLocales,
176
+ ps as isAttachmentValidNote,
177
+ gs as isDateValid,
178
+ ms as isGroupedSelectValues,
179
+ Ss as isMock,
180
+ Is as isMockedId,
181
+ ks as isMultiValueSelected,
182
+ Ts as isSingleValueSelected,
183
+ Rs as makeDateYearsRange,
184
+ Ds as maskGiftCardCode,
185
+ ys as navigateTo,
186
+ bs as orderTransactionIsAnAsyncCapture,
187
+ hs as referenceOrigins,
187
188
  Cs as removeMillisecondsFromIsoDate,
188
- hs as setApiFormErrors,
189
- As as sortAndGroupByDate,
190
- Ps as t,
191
- Hs as timeSeparator,
192
- Fs as toast,
193
- vs as useAppLinking,
194
- fs as useClickAway,
195
- Os as useCoreApi,
196
- Bs as useCoreSdkProvider,
197
- Ls as useDelayShow,
198
- Es as useEditMetadataOverlay,
199
- Ns as useEditTagsOverlay,
200
- Gs as useInputResourceGroupOverlay,
201
- Ms as useIsChanged,
202
- ws as useOnBlurFromContainer,
203
- Vs as useOverlay,
204
- xs as useResourceAddressOverlay,
205
- Ws as useResourceFilters,
206
- Js as useResourceList,
207
- Us as useTagManager,
189
+ As as setApiFormErrors,
190
+ Ps as sortAndGroupByDate,
191
+ Hs as t,
192
+ Fs as timeSeparator,
193
+ vs as toast,
194
+ fs as useAppLinking,
195
+ Os as useClickAway,
196
+ Bs as useCoreApi,
197
+ Ls as useCoreSdkProvider,
198
+ Es as useDelayShow,
199
+ Ns as useEditMetadataOverlay,
200
+ Gs as useEditTagsOverlay,
201
+ Ms as useInputResourceGroupOverlay,
202
+ ws as useIsChanged,
203
+ Vs as useOnBlurFromContainer,
204
+ xs as useOverlay,
205
+ Ws as useResourceAddressOverlay,
206
+ Js as useResourceFilters,
207
+ Us as useResourceList,
208
+ js as useTagManager,
208
209
  Ys as useTokenProvider,
209
- js as useTranslation,
210
- Xs as useValidationFeedback,
211
- Zs as useViewJsonOverlay,
212
- _s as withSkeletonTemplate
210
+ Zs as useTranslation,
211
+ qs as useValidationFeedback,
212
+ zs as useViewJsonOverlay,
213
+ Ks as withSkeletonTemplate
213
214
  };
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { c as T, t as D, m as p, a as N } from "./main-L857O21K.js";
2
+ import { c as T, t as D, m as p, a as N } from "./main-Zwf-ZNBk.js";
3
3
  function W(t, e) {
4
4
  const n = () => T(e?.in, NaN), a = I(t);
5
5
  let s;
@@ -1,8 +1,10 @@
1
1
  import { default as React, ReactNode } from 'react';
2
+ import { default as en } from '../locales/en';
2
3
  export { t } from 'i18next';
3
4
  export { Trans, useTranslation } from 'react-i18next';
4
5
  export declare const i18nLocales: readonly ["en-US", "it-IT"];
5
6
  export type I18NLocale = (typeof i18nLocales)[number];
7
+ export type Translation = typeof en;
6
8
  interface I18NProviderProps {
7
9
  /** Optional locale to use for i18n translations that will override the locale set in the user's token. */
8
10
  enforcedLocaleCode?: I18NLocale;
@@ -1,4 +1,5 @@
1
1
  export { encodeExtras } from './extras';
2
+ export type { ParsedScopes } from './getInfoFromJwt';
2
3
  export { MetaTags } from './MetaTags';
3
4
  export { TokenProvider, useTokenProvider } from './TokenProvider';
4
5
  export type { TokenProviderAllowedApp, TokenProviderAllowedAppKind, TokenProviderAllowedAppSlug, TokenProviderClAppSlug, TokenProviderExtras, TokenProviderPermissionItem, TokenProviderRoleActions, TokenProviderRolePermissions, TokenProviderTokenApplicationKind, } from './types';