@commercelayer/app-elements 0.0.78 → 0.0.80

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.
Files changed (112) hide show
  1. package/dist/{Async-163e6f77.js → Async-a8cbdb5b.js} +5 -3
  2. package/dist/{InputDateComponent-6853e317.js → InputDateComponent-a8c34dc1.js} +4 -2
  3. package/dist/{Select-a7b98c9a.js → Select-e581ae99.js} +5 -3
  4. package/dist/helpers/appsNavigation.d.ts +1 -0
  5. package/dist/hooks/useOverlay.d.ts +36 -0
  6. package/dist/{main-740e7f02.js → main-dd440dc6.js} +11748 -10189
  7. package/dist/main.d.ts +19 -2
  8. package/dist/main.js +150 -127
  9. package/dist/{overrides-f9354b78.js → overrides-0673bab0.js} +618 -621
  10. package/dist/providers/TokenProvider/MockTokenProvider.d.ts +1 -0
  11. package/dist/style.css +1 -1
  12. package/dist/ui/atoms/A.d.ts +1 -0
  13. package/dist/ui/atoms/Avatar.d.ts +1 -0
  14. package/dist/ui/atoms/AvatarLetter.d.ts +1 -0
  15. package/dist/ui/atoms/BlockCode.d.ts +1 -0
  16. package/dist/ui/atoms/ButtonFilter.d.ts +1 -0
  17. package/dist/ui/atoms/Card.d.ts +2 -0
  18. package/dist/ui/atoms/Container.d.ts +1 -0
  19. package/dist/ui/atoms/CopyToClipboard.d.ts +1 -0
  20. package/dist/ui/atoms/Hr.d.ts +1 -0
  21. package/dist/ui/atoms/Icon.d.ts +1 -0
  22. package/dist/ui/atoms/Pagination.d.ts +1 -0
  23. package/dist/ui/atoms/Progress.d.ts +1 -0
  24. package/dist/ui/atoms/StatusDot.d.ts +1 -0
  25. package/dist/ui/atoms/Steps.d.ts +1 -0
  26. package/dist/ui/atoms/dropdown/DropdownMenu.d.ts +1 -0
  27. package/dist/ui/atoms/dropdown/DropdownMenuDivider.d.ts +1 -0
  28. package/dist/ui/atoms/dropdown/DropdownMenuItem.d.ts +1 -0
  29. package/dist/ui/atoms/tables/Td.d.ts +1 -0
  30. package/dist/ui/atoms/tables/Th.d.ts +1 -0
  31. package/dist/ui/atoms/tables/Tr.d.ts +1 -0
  32. package/dist/ui/composite/ContextMenu.d.ts +1 -0
  33. package/dist/ui/composite/PageError.d.ts +1 -0
  34. package/dist/ui/composite/PageSkeleton.d.ts +1 -0
  35. package/dist/ui/composite/SearchBar.d.ts +1 -0
  36. package/dist/ui/forms/Input.d.ts +1 -0
  37. package/dist/ui/forms/InputCheckbox.d.ts +1 -0
  38. package/dist/ui/forms/InputCurrency/index.d.ts +1 -0
  39. package/dist/ui/forms/InputCurrencyRange.d.ts +1 -0
  40. package/dist/ui/forms/InputDate/InputDateComponent.d.ts +1 -0
  41. package/dist/ui/forms/InputDate/index.d.ts +1 -0
  42. package/dist/ui/forms/InputDateRange.d.ts +1 -0
  43. package/dist/ui/forms/InputFeedback.d.ts +1 -0
  44. package/dist/ui/forms/InputFile.d.ts +1 -0
  45. package/dist/ui/forms/InputJson.d.ts +1 -0
  46. package/dist/ui/forms/InputReadonly.d.ts +1 -0
  47. package/dist/ui/forms/InputSelect/Async.d.ts +1 -0
  48. package/dist/ui/forms/InputSelect/Select.d.ts +1 -0
  49. package/dist/ui/forms/InputSelect/overrides.d.ts +1 -0
  50. package/dist/ui/forms/InputSpinner.d.ts +1 -0
  51. package/dist/ui/forms/InputTextArea.d.ts +1 -0
  52. package/dist/ui/forms/InputToggleBox.d.ts +1 -0
  53. package/dist/ui/forms/InputToggleListBox.d.ts +1 -0
  54. package/dist/ui/forms/Label.d.ts +1 -0
  55. package/dist/ui/forms/ToggleButtons.d.ts +1 -0
  56. package/dist/ui/hook-form/HookedForm.d.ts +34 -0
  57. package/dist/ui/hook-form/HookedInput.d.ts +17 -0
  58. package/dist/ui/hook-form/HookedInputCheckbox.d.ts +17 -0
  59. package/dist/ui/hook-form/HookedInputCurrency.d.ts +18 -0
  60. package/dist/ui/hook-form/HookedInputDate.d.ts +18 -0
  61. package/dist/ui/hook-form/HookedInputDateRange.d.ts +19 -0
  62. package/dist/ui/hook-form/HookedInputMetadata.d.ts +19 -0
  63. package/dist/ui/hook-form/HookedInputSelect.d.ts +34 -0
  64. package/dist/ui/hook-form/HookedInputSpinner.d.ts +17 -0
  65. package/dist/ui/hook-form/HookedInputToggleBox.d.ts +21 -0
  66. package/dist/ui/hook-form/HookedInputToggleListBox.d.ts +21 -0
  67. package/dist/ui/hook-form/HookedRelationshipSelector.d.ts +18 -0
  68. package/dist/ui/hook-form/HookedToggleButtons.d.ts +18 -0
  69. package/dist/ui/hook-form/HookedValidationApiError.d.ts +22 -0
  70. package/dist/ui/hook-form/HookedValidationError.d.ts +12 -0
  71. package/dist/ui/hook-form/setApiFormErrors.d.ts +19 -0
  72. package/dist/ui/hook-form/setApiFormErrors.test.d.ts +1 -0
  73. package/dist/ui/hook-form/useValidationFeedback.d.ts +4 -0
  74. package/dist/ui/internals/InputWrapper.d.ts +1 -0
  75. package/dist/ui/resources/Filters/FieldCurrencyRange.d.ts +7 -0
  76. package/dist/ui/resources/Filters/FieldItem.d.ts +7 -0
  77. package/dist/ui/resources/Filters/FieldTimeRange.d.ts +7 -0
  78. package/dist/ui/resources/Filters/FiltersForm.d.ts +17 -0
  79. package/dist/ui/resources/Filters/FiltersNav.d.ts +25 -0
  80. package/dist/ui/resources/Filters/FiltersSearchBar.d.ts +28 -0
  81. package/dist/ui/resources/Filters/adaptFormValuesToSdk.d.ts +19 -0
  82. package/dist/ui/resources/Filters/adaptFormValuesToSdk.test.d.ts +1 -0
  83. package/dist/ui/resources/Filters/adaptFormValuesToUrlQuery.d.ts +11 -0
  84. package/dist/ui/resources/Filters/adaptFormValuesToUrlQuery.test.d.ts +1 -0
  85. package/dist/ui/resources/Filters/adaptUrlQueryToFormValues.d.ts +11 -0
  86. package/dist/ui/resources/Filters/adaptUrlQueryToFormValues.test.d.ts +1 -0
  87. package/dist/ui/resources/Filters/adaptUrlQueryToSdk.d.ts +14 -0
  88. package/dist/ui/resources/Filters/adaptUrlQueryToSdk.test.d.ts +1 -0
  89. package/dist/ui/resources/Filters/adaptUrlQueryToUrlQuery.d.ts +11 -0
  90. package/dist/ui/resources/Filters/adaptUrlQueryToUrlQuery.test.d.ts +1 -0
  91. package/dist/ui/resources/Filters/adapters.d.ts +2 -0
  92. package/dist/ui/resources/Filters/adapters.types.d.ts +20 -0
  93. package/dist/ui/resources/Filters/index.d.ts +5 -0
  94. package/dist/ui/resources/Filters/mockedInstructions.d.ts +2 -0
  95. package/dist/ui/resources/Filters/timeUtils.d.ts +36 -0
  96. package/dist/ui/resources/Filters/timeUtils.test.d.ts +1 -0
  97. package/dist/ui/resources/Filters/types.d.ts +130 -0
  98. package/dist/ui/resources/Filters/useFilters.d.ts +59 -0
  99. package/dist/ui/resources/Filters/utils.d.ts +29 -0
  100. package/dist/ui/resources/Filters/utils.test.d.ts +1 -0
  101. package/dist/ui/resources/OrderSummary.d.ts +1 -0
  102. package/dist/ui/resources/RelationshipSelector/Checkbox.d.ts +1 -0
  103. package/dist/ui/resources/RelationshipSelector/FullList.d.ts +1 -0
  104. package/dist/ui/resources/RelationshipSelector/index.d.ts +1 -0
  105. package/dist/ui/resources/ResourceList/utils.d.ts +1 -0
  106. package/dist/ui/tables/TableData.d.ts +1 -0
  107. package/dist/{unsupportedIterableToArray-1a2db0a9.js → unsupportedIterableToArray-0f93b40f.js} +1 -1
  108. package/dist/utils/htmltags.d.ts +1 -0
  109. package/package.json +8 -1
  110. package/dist/hooks/useOverlayNavigation.d.ts +0 -26
  111. package/dist/ui/atoms/Overlay.d.ts +0 -20
  112. /package/dist/{ui/atoms/Overlay.test.d.ts → hooks/useOverlay.test.d.ts} +0 -0
package/dist/main.d.ts CHANGED
@@ -8,7 +8,7 @@ export { getAvatarSrcFromRate, getParcelTrackingDetail, getParcelTrackingDetails
8
8
  export { useClickAway } from './hooks/useClickAway';
9
9
  export { useDelayShow } from './hooks/useDelayShow';
10
10
  export { useIsChanged } from './hooks/useIsChanged';
11
- export { useOverlayNavigation } from './hooks/useOverlayNavigation';
11
+ export { useOverlay } from './hooks/useOverlay';
12
12
  export { CoreSdkProvider, useCoreApi, useCoreSdkProvider } from './providers/CoreSdkProvider';
13
13
  export { ErrorBoundary } from './providers/ErrorBoundary';
14
14
  export { MetaTags, TokenProvider, useTokenProvider, type TokenProviderAllowedApp, type TokenProviderPermissionItem, type TokenProviderRoleActions, type TokenProviderRolePermissions, type TokenProviderTokenApplicationKind } from './providers/TokenProvider';
@@ -28,7 +28,6 @@ export { Hint } from './ui/atoms/Hint';
28
28
  export { Hr } from './ui/atoms/Hr';
29
29
  export { Icon, iconNames } from './ui/atoms/Icon';
30
30
  export { Legend } from './ui/atoms/Legend';
31
- export { Overlay } from './ui/atoms/Overlay';
32
31
  export { PageHeading } from './ui/atoms/PageHeading';
33
32
  export { Pagination } from './ui/atoms/Pagination';
34
33
  export { Progress } from './ui/atoms/Progress';
@@ -74,10 +73,28 @@ export { InputToggleListBox } from './ui/forms/InputToggleListBox';
74
73
  export { Label } from './ui/forms/Label';
75
74
  export { RadioButtons } from './ui/forms/RadioButtons';
76
75
  export { ToggleButtons } from './ui/forms/ToggleButtons';
76
+ export { HookedForm } from './ui/hook-form/HookedForm';
77
+ export { HookedInput } from './ui/hook-form/HookedInput';
78
+ export { HookedInputCheckbox } from './ui/hook-form/HookedInputCheckbox';
79
+ export { HookedInputCurrency } from './ui/hook-form/HookedInputCurrency';
80
+ export { HookedInputDate } from './ui/hook-form/HookedInputDate';
81
+ export { HookedInputDateRange } from './ui/hook-form/HookedInputDateRange';
82
+ export { HookedInputMetadata } from './ui/hook-form/HookedInputMetadata';
83
+ export { HookedInputSelect } from './ui/hook-form/HookedInputSelect';
84
+ export { HookedInputSpinner } from './ui/hook-form/HookedInputSpinner';
85
+ export { HookedInputToggleBox } from './ui/hook-form/HookedInputToggleBox';
86
+ export { HookedInputToggleListBox } from './ui/hook-form/HookedInputToggleListBox';
87
+ export { HookedRelationshipSelector } from './ui/hook-form/HookedRelationshipSelector';
88
+ export { HookedToggleButtons } from './ui/hook-form/HookedToggleButtons';
89
+ export { HookedValidationApiError } from './ui/hook-form/HookedValidationApiError';
90
+ export { HookedValidationError } from './ui/hook-form/HookedValidationError';
91
+ export { setApiFormErrors } from './ui/hook-form/setApiFormErrors';
92
+ export { useValidationFeedback } from './ui/hook-form/useValidationFeedback';
77
93
  export { List } from './ui/lists/List';
78
94
  export { ListDetails } from './ui/lists/ListDetails';
79
95
  export { ListDetailsItem } from './ui/lists/ListDetailsItem';
80
96
  export { ListItem } from './ui/lists/ListItem';
97
+ export { FiltersForm, FiltersNav, FiltersSearchBar, makeFilterAdapters, useFilters } from './ui/resources/Filters';
81
98
  export { LineItems } from './ui/resources/LineItems';
82
99
  export { ListItemOrder } from './ui/resources/ListItemOrder';
83
100
  export { ListItemsMetadata } from './ui/resources/ListItemsMetadata';
package/dist/main.js CHANGED
@@ -1,134 +1,157 @@
1
- import { ah as o, aW as n, ai as i, aj as u, ak as l, am as b, an as g, ao as d, ap as p, aX as m, aq as c, aY as S, ar as T, aa as I, aQ as D, aR as k, aS as y, as as C, ad as P, at as h, au as B, av as A, aw as R, b3 as L, b4 as v, b5 as O, b6 as f, b8 as N, b9 as F, ba as x, bb as M, bc as w, bd as V, be as G, bf as E, bg as H, bm as J, bn as j, bo as q, bp as z, bq as K, ay as Q, bx as U, bt as W, bu as X, bv as Y, bw as Z, by as $, bz as _, ae as aa, bA as ea, bB as sa, az as ta, aZ as ra, aA as oa, a_ as na, a$ as ia, aB as ua, aC as la, aD as ba, br as ga, bC as da, b0 as pa, bD as ma, bE as ca, b1 as Sa, bF as Ta, aE as Ia, aF as Da, aG as ka, aI as ya, aJ as Ca, aK as Pa, aL as ha, aM as Ba, bG as Aa, bH as Ra, aN as La, aO as va, aT as Oa, aP as fa, aU as Na, b2 as Fa, bs as xa, af as Ma, aV as wa, al as Va, X as Ga, W as Ea, bh as Ha, b7 as Ja, R as ja, Y as qa, Z as za, $ as Ka, bi as Qa, S as Ua, T as Wa, bI as Xa, bJ as Ya, bK as Za, bL as $a, bM as _a, bN as ae, a0 as ee, a1 as se, a2 as te, a3 as re, M as oe, a4 as ne, a5 as ie, ax as ue, O as le, bj as be, bk as ge, bl as de, N as pe, Q as me, U as ce, V as Se, a6 as Te, ab as Ie, ac as De, a7 as ke, a8 as ye, a9 as Ce, ag as Pe, aH as he } from "./main-740e7f02.js";
1
+ import { ah as i, aV as b, ai as u, aj as l, ak as d, am as p, an as g, ao as c, ap as m, aW as I, aq as S, aX as k, ar as T, aa as D, aP as C, aQ as y, aR as B, as as h, ad as F, bN as H, bO as A, bP as P, at as R, au as L, bs as O, bt as v, bu as x, bv as V, bw as f, bx as N, by as M, bz as w, bA as E, bB as G, bC as J, bD as Q, bE as U, bF as W, bG as X, av as Y, aw as Z, b2 as $, b3 as j, b4 as q, b5 as z, b7 as K, b8 as _, b9 as aa, ba as ea, bb as sa, bc as ta, bd as oa, be as ra, bf as na, bl as ia, bm as ba, bn as ua, bo as la, bp as da, ay as pa, bS as ga, bJ as ca, bK as ma, bL as Ia, bM as Sa, bT as ka, bU as Ta, ae as Da, bV as Ca, bW as ya, aY as Ba, az as ha, aZ as Fa, a_ as Ha, aA as Aa, aB as Pa, aC as Ra, bq as La, bX as Oa, a$ as va, bY as xa, bZ as Va, b0 as fa, b_ as Na, aD as Ma, aE as wa, aF as Ea, aH as Ga, aI as Ja, aJ as Qa, aK as Ua, aL as Wa, b$ as Xa, c0 as Ya, aM as Za, aN as $a, aS as ja, aO as qa, aT as za, b1 as Ka, br as _a, af as ae, aU as ee, al as se, X as te, W as oe, bg as re, b6 as ne, R as ie, Y as be, Z as ue, $ as le, bh as de, S as pe, T as ge, c1 as ce, c2 as me, c3 as Ie, c4 as Se, c5 as ke, c6 as Te, a0 as De, a1 as Ce, a2 as ye, a3 as Be, M as he, a4 as Fe, a5 as He, ax as Ae, O as Pe, bi as Re, bj as Le, bk as Oe, bQ as ve, N as xe, Q as Ve, bH as fe, U as Ne, V as Me, a6 as we, ab as Ee, ac as Ge, a7 as Je, bR as Qe, a8 as Ue, a9 as We, ag as Xe, bI as Ye, aG as Ze } from "./main-dd440dc6.js";
2
2
  import "react";
3
3
  import "react-dom";
4
4
  import "@commercelayer/sdk";
5
+ import "react-hook-form";
6
+ import "query-string";
5
7
  export {
6
- o as A,
7
- n as ActionButtons,
8
- i as Avatar,
9
- u as AvatarLetter,
10
- l as Badge,
11
- b as BlockCode,
8
+ i as A,
9
+ b as ActionButtons,
10
+ u as Avatar,
11
+ l as AvatarLetter,
12
+ d as Badge,
13
+ p as BlockCode,
12
14
  g as Button,
13
- d as ButtonFilter,
14
- p as Card,
15
- m as CardDialog,
16
- c as Container,
17
- S as ContextMenu,
15
+ c as ButtonFilter,
16
+ m as Card,
17
+ I as CardDialog,
18
+ S as Container,
19
+ k as ContextMenu,
18
20
  T as CopyToClipboard,
19
- I as CoreSdkProvider,
20
- D as DropdownMenu,
21
- k as DropdownMenuDivider,
22
- y as DropdownMenuItem,
23
- C as EmptyState,
24
- P as ErrorBoundary,
25
- h as Grid,
26
- B as Hint,
27
- A as Hr,
28
- R as Icon,
29
- L as Input,
30
- v as InputCheckbox,
31
- O as InputCheckboxGroup,
32
- f as InputCurrency,
33
- N as InputCurrencyRange,
34
- F as InputDate,
35
- x as InputDateRange,
36
- M as InputFeedback,
37
- w as InputFile,
38
- V as InputJson,
39
- G as InputRadioGroup,
40
- E as InputReadonly,
41
- H as InputSelect,
42
- J as InputSpinner,
43
- j as InputTextArea,
44
- q as InputToggleBox,
45
- z as InputToggleListBox,
46
- K as Label,
47
- Q as Legend,
48
- U as LineItems,
49
- W as List,
50
- X as ListDetails,
51
- Y as ListDetailsItem,
52
- Z as ListItem,
53
- $ as ListItemOrder,
54
- _ as ListItemsMetadata,
55
- aa as MetaTags,
56
- ea as OrderSummary,
57
- sa as OrderTimeline,
58
- ta as Overlay,
59
- ra as PageError,
60
- oa as PageHeading,
61
- na as PageLayout,
62
- ia as PageSkeleton,
63
- ua as Pagination,
64
- la as Progress,
65
- ba as RadialProgress,
66
- ga as RadioButtons,
67
- da as RelationshipSelector,
68
- pa as Report,
69
- ma as ResourceList,
70
- ca as ResourceTags,
71
- Sa as SearchBar,
72
- Ta as ShipmentParcels,
73
- Ia as Skeleton,
74
- Da as SkeletonItem,
75
- ka as SkeletonTemplate,
76
- ya as Spacer,
77
- Ca as Stack,
78
- Pa as StatusDot,
79
- ha as Steps,
80
- Ba as Tab,
81
- Aa as Table,
82
- Ra as TableData,
83
- La as Tabs,
84
- va as Tag,
85
- Oa as Td,
86
- fa as Text,
87
- Na as Th,
88
- Fa as Timeline,
89
- xa as ToggleButtons,
90
- Ma as TokenProvider,
91
- wa as Tr,
92
- Va as badgeVariants,
93
- Ga as computeFullname,
94
- Ea as downloadJsonAsFile,
95
- Ha as flatSelectValues,
96
- Ja as formatCentsToCurrency,
97
- ja as formatDate,
98
- qa as formatDisplayName,
99
- za as formatResourceName,
100
- Ka as getAvatarSrcFromRate,
101
- Qa as getDefaultValueFromFlatten,
102
- Ua as getIsoDateAtDayEdge,
103
- Wa as getIsoDateAtDaysBefore,
104
- Xa as getOrderDisplayStatus,
105
- Ya as getOrderFulfillmentStatusName,
106
- Za as getOrderPaymentStatusName,
107
- $a as getOrderStatusName,
108
- _a as getOrderTransactionPastTense,
109
- ae as getOrderTriggerAttributeName,
110
- ee as getParcelTrackingDetail,
111
- se as getParcelTrackingDetails,
112
- te as getShipmentRate,
113
- re as getShipmentRates,
114
- oe as goBack,
115
- ne as hasBeenPurchased,
116
- ie as hasSingleTracking,
117
- ue as iconNames,
118
- le as isAttachmentValidNote,
119
- be as isGroupedSelectValues,
120
- ge as isMultiValueSelected,
121
- de as isSingleValueSelected,
122
- pe as navigateToDetail,
123
- me as referenceOrigins,
124
- ce as sortAndGroupByDate,
125
- Se as timeSeparator,
126
- Te as useClickAway,
127
- Ie as useCoreApi,
128
- De as useCoreSdkProvider,
129
- ke as useDelayShow,
130
- ye as useIsChanged,
131
- Ce as useOverlayNavigation,
132
- Pe as useTokenProvider,
133
- he as withSkeletonTemplate
21
+ D as CoreSdkProvider,
22
+ C as DropdownMenu,
23
+ y as DropdownMenuDivider,
24
+ B as DropdownMenuItem,
25
+ h as EmptyState,
26
+ F as ErrorBoundary,
27
+ H as FiltersForm,
28
+ A as FiltersNav,
29
+ P as FiltersSearchBar,
30
+ R as Grid,
31
+ L as Hint,
32
+ O as HookedForm,
33
+ v as HookedInput,
34
+ x as HookedInputCheckbox,
35
+ V as HookedInputCurrency,
36
+ f as HookedInputDate,
37
+ N as HookedInputDateRange,
38
+ M as HookedInputMetadata,
39
+ w as HookedInputSelect,
40
+ E as HookedInputSpinner,
41
+ G as HookedInputToggleBox,
42
+ J as HookedInputToggleListBox,
43
+ Q as HookedRelationshipSelector,
44
+ U as HookedToggleButtons,
45
+ W as HookedValidationApiError,
46
+ X as HookedValidationError,
47
+ Y as Hr,
48
+ Z as Icon,
49
+ $ as Input,
50
+ j as InputCheckbox,
51
+ q as InputCheckboxGroup,
52
+ z as InputCurrency,
53
+ K as InputCurrencyRange,
54
+ _ as InputDate,
55
+ aa as InputDateRange,
56
+ ea as InputFeedback,
57
+ sa as InputFile,
58
+ ta as InputJson,
59
+ oa as InputRadioGroup,
60
+ ra as InputReadonly,
61
+ na as InputSelect,
62
+ ia as InputSpinner,
63
+ ba as InputTextArea,
64
+ ua as InputToggleBox,
65
+ la as InputToggleListBox,
66
+ da as Label,
67
+ pa as Legend,
68
+ ga as LineItems,
69
+ ca as List,
70
+ ma as ListDetails,
71
+ Ia as ListDetailsItem,
72
+ Sa as ListItem,
73
+ ka as ListItemOrder,
74
+ Ta as ListItemsMetadata,
75
+ Da as MetaTags,
76
+ Ca as OrderSummary,
77
+ ya as OrderTimeline,
78
+ Ba as PageError,
79
+ ha as PageHeading,
80
+ Fa as PageLayout,
81
+ Ha as PageSkeleton,
82
+ Aa as Pagination,
83
+ Pa as Progress,
84
+ Ra as RadialProgress,
85
+ La as RadioButtons,
86
+ Oa as RelationshipSelector,
87
+ va as Report,
88
+ xa as ResourceList,
89
+ Va as ResourceTags,
90
+ fa as SearchBar,
91
+ Na as ShipmentParcels,
92
+ Ma as Skeleton,
93
+ wa as SkeletonItem,
94
+ Ea as SkeletonTemplate,
95
+ Ga as Spacer,
96
+ Ja as Stack,
97
+ Qa as StatusDot,
98
+ Ua as Steps,
99
+ Wa as Tab,
100
+ Xa as Table,
101
+ Ya as TableData,
102
+ Za as Tabs,
103
+ $a as Tag,
104
+ ja as Td,
105
+ qa as Text,
106
+ za as Th,
107
+ Ka as Timeline,
108
+ _a as ToggleButtons,
109
+ ae as TokenProvider,
110
+ ee as Tr,
111
+ se as badgeVariants,
112
+ te as computeFullname,
113
+ oe as downloadJsonAsFile,
114
+ re as flatSelectValues,
115
+ ne as formatCentsToCurrency,
116
+ ie as formatDate,
117
+ be as formatDisplayName,
118
+ ue as formatResourceName,
119
+ le as getAvatarSrcFromRate,
120
+ de as getDefaultValueFromFlatten,
121
+ pe as getIsoDateAtDayEdge,
122
+ ge as getIsoDateAtDaysBefore,
123
+ ce as getOrderDisplayStatus,
124
+ me as getOrderFulfillmentStatusName,
125
+ Ie as getOrderPaymentStatusName,
126
+ Se as getOrderStatusName,
127
+ ke as getOrderTransactionPastTense,
128
+ Te as getOrderTriggerAttributeName,
129
+ De as getParcelTrackingDetail,
130
+ Ce as getParcelTrackingDetails,
131
+ ye as getShipmentRate,
132
+ Be as getShipmentRates,
133
+ he as goBack,
134
+ Fe as hasBeenPurchased,
135
+ He as hasSingleTracking,
136
+ Ae as iconNames,
137
+ Pe as isAttachmentValidNote,
138
+ Re as isGroupedSelectValues,
139
+ Le as isMultiValueSelected,
140
+ Oe as isSingleValueSelected,
141
+ ve as makeFilterAdapters,
142
+ xe as navigateToDetail,
143
+ Ve as referenceOrigins,
144
+ fe as setApiFormErrors,
145
+ Ne as sortAndGroupByDate,
146
+ Me as timeSeparator,
147
+ we as useClickAway,
148
+ Ee as useCoreApi,
149
+ Ge as useCoreSdkProvider,
150
+ Je as useDelayShow,
151
+ Qe as useFilters,
152
+ Ue as useIsChanged,
153
+ We as useOverlay,
154
+ Xe as useTokenProvider,
155
+ Ye as useValidationFeedback,
156
+ Ze as withSkeletonTemplate
134
157
  };