@hortiview/shared-components 2.18.0 → 2.19.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.
Files changed (229) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/{AlertBanner-aW6joVUm.js → AlertBanner-BFzaGOer.js} +3 -3
  3. package/dist/{GenericCard-IWX-Bmb_.js → GenericCard-grpa3KJR.js} +3 -3
  4. package/dist/ListAreaService-Y8wR14Xq.js +126 -0
  5. package/dist/{_Map-D8db_GOu.js → _Map-BYxTn6ob.js} +1 -1
  6. package/dist/{_commonjsHelpers-B4e78b8K.js → _commonjsHelpers-ByX85dGu.js} +18 -13
  7. package/dist/animationframe-CqXArbwZ.js +32 -0
  8. package/dist/assets/ListAreaService.css +1 -1
  9. package/dist/assets/LoadingSpinner.css +1 -1
  10. package/dist/component-By6nyiBU.js +70 -0
  11. package/dist/{component-DEJuY56h.js → component-DYpB_4EP.js} +1 -111
  12. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  13. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  14. package/dist/components/AllowedButton/AllowedButton.d.ts +1 -1
  15. package/dist/components/AllowedButton/AllowedButton.js +1 -1
  16. package/dist/components/AllowedIconButton/AllowedIconButton.d.ts +1 -1
  17. package/dist/components/AllowedIconButton/AllowedIconButton.js +1 -1
  18. package/dist/components/BaseView/BaseView.js +14 -14
  19. package/dist/components/BasicHeading/BasicHeading.js +5 -5
  20. package/dist/components/BlockView/BlockView.js +2 -2
  21. package/dist/components/ButtonCard/ButtonCard.js +6 -6
  22. package/dist/components/ChipCard/ChipCard.js +13 -255
  23. package/dist/components/ConfirmationModal/ConfirmationModal.js +8 -8
  24. package/dist/components/ContextMenu/ContextMenu.js +12 -12
  25. package/dist/components/DeleteModal/DeleteModal.js +25 -25
  26. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
  27. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  28. package/dist/components/EmptyView/EmptyView.d.ts +10 -1
  29. package/dist/components/EmptyView/EmptyView.js +50 -34
  30. package/dist/components/Filter/Filter.js +15 -15
  31. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  32. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +7 -22
  33. package/dist/components/FormComponents/FormNumber/CustomTextField.js +3 -3
  34. package/dist/components/FormComponents/FormNumber/FormNumber.js +1 -1
  35. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  36. package/dist/components/FormComponents/FormSelect/FormSelect.js +4 -4
  37. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  38. package/dist/components/FormComponents/FormSlider/FormSlider.js +10 -98
  39. package/dist/components/FormComponents/FormText/FormText.js +2 -2
  40. package/dist/components/FormComponents/FormToggle/FormToggle.js +4 -4
  41. package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.js +1 -1
  42. package/dist/components/GenericTable/GenericTable.js +36 -172
  43. package/dist/components/GenericTable/GenericTableService.d.ts +4 -1
  44. package/dist/components/GenericTable/GenericTableService.js +24 -24
  45. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  46. package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
  47. package/dist/components/HashTabView/HashTabView.js +10 -428
  48. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  49. package/dist/components/Iconify/Iconify.js +2 -2
  50. package/dist/components/InfoCard/InfoCard.js +4 -4
  51. package/dist/components/InfoGroup/InfoGroup.js +4 -4
  52. package/dist/components/ListArea/ListArea.d.ts +5 -1
  53. package/dist/components/ListArea/ListArea.js +39 -36
  54. package/dist/components/ListArea/ListAreaService.js +6 -6
  55. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +13 -5
  56. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +44 -108
  57. package/dist/components/Modal/Modal.js +12 -122
  58. package/dist/components/ModulePadding/ModulePadding.js +11 -11
  59. package/dist/components/OfflineView/OfflineView.js +45 -7
  60. package/dist/components/OnboardingBanner/OnboardingBanner.js +8 -8
  61. package/dist/components/OverflowTooltip/OverflowTooltip.js +2 -2
  62. package/dist/components/SearchBar/SearchBar.js +2 -2
  63. package/dist/components/Select/Select.js +2 -2
  64. package/dist/components/Stepper/Stepper.js +1 -1
  65. package/dist/components/Stepper/components/StepperButton.js +1 -1
  66. package/dist/components/Stepper/components/StepperHeader.js +3 -3
  67. package/dist/components/Stepper/components/StepperItem.js +2 -2
  68. package/dist/{correct-is-regexp-logic-Y0ToWEjF.js → correct-is-regexp-logic-BJ-OWRrn.js} +1 -1
  69. package/dist/{defineProperty-BTsGZ3c1.js → defineProperty-B7N9EBBI.js} +3 -3
  70. package/dist/{es.string.iterator-UszlTFwY.js → es.string.iterator-DBx2A42F.js} +2 -2
  71. package/dist/{find-CHg-_ooq.js → find-eU9ab_u7.js} +4 -4
  72. package/dist/{get-DxjPG00Z.js → get-BLvvbtML.js} +3 -3
  73. package/dist/get-CBFiuc3f.js +7 -0
  74. package/dist/hooks/useBreakpoints.js +37 -3
  75. package/dist/hooks/useHelperText.js +1 -1
  76. package/dist/{identity-BVIVr9qu.js → identity-B0bbReND.js} +4 -4
  77. package/dist/{index-BcGujPyk.js → index-Df2FYN-K.js} +5 -26
  78. package/dist/{index.es-B8p8KCdj.js → index.es-B19PQgzU.js} +4 -4
  79. package/dist/{index.es-BYcQTTL8.js → index.es-B9BUXRQn.js} +9 -339
  80. package/dist/{index.es-BPv5dCFQ.js → index.es-BOG3_7IM.js} +12 -12
  81. package/dist/{index.es-DGoBge9W.js → index.es-BOvO8moE.js} +4 -4
  82. package/dist/{index.es-BoUnovl_.js → index.es-BcnmoCEg.js} +8 -74
  83. package/dist/{index.es-C32E1Lcb.js → index.es-BwafUoK3.js} +82 -147
  84. package/dist/{index.es-B1h6DPYp.js → index.es-C27R5Xae.js} +2 -2
  85. package/dist/{index.es-nwjKmW7-.js → index.es-C2IOpX7R.js} +34 -111
  86. package/dist/{index.es-Da7ok-B-.js → index.es-C6I3L4U4.js} +2 -2
  87. package/dist/{index.es-BHvm4m-B.js → index.es-Cg57snrN.js} +19 -261
  88. package/dist/{index.es-DUTChZks.js → index.es-Ci3O23C_.js} +6 -72
  89. package/dist/{index.es-t87yNd9Y.js → index.es-CkB4776y.js} +6 -72
  90. package/dist/{index.es-CeQB6igi.js → index.es-Cr1PSTyq.js} +3 -3
  91. package/dist/{index.es--C-VLspF.js → index.es-D1iB_QlE.js} +8 -140
  92. package/dist/{index.es-Dgxrk6xW.js → index.es-DEBGoIKX.js} +2 -2
  93. package/dist/{index.es-CWyjqoEE.js → index.es-DHnCVuQ8.js} +7 -73
  94. package/dist/{index.es-Bo-d_yTV.js → index.es-DHoIQ8lu.js} +2 -2
  95. package/dist/{index.es-SjZ_-d7U.js → index.es-DUrjyxNI.js} +5 -5
  96. package/dist/{index.es-Cfv794DG.js → index.es-DdeCB7LW.js} +1 -1
  97. package/dist/{index.es-BanVdXEd.js → index.es-DgncYOqO.js} +2 -2
  98. package/dist/{index.es-DOnQ26kT.js → index.es-DhlgTSuU.js} +3 -3
  99. package/dist/{index.es-oxil0uFe.js → index.es-Z0aF-7Cn.js} +3 -6
  100. package/dist/{index.es-DmRhbgqK.js → index.es-l_3PNohs.js} +2 -68
  101. package/dist/{isArray-B457bpaW.js → isArray-Ce1Q96lU.js} +1 -1
  102. package/dist/isArray-olhCpv2e.js +7 -0
  103. package/dist/{isEmpty-BnfHn4bl.js → isEmpty-l2xQKl4x.js} +3 -3
  104. package/dist/{isString-DVA49FEo.js → isString-BNdV0Jpg.js} +3 -3
  105. package/dist/{isTypedArray-DziahYkI.js → isTypedArray-D39qzPYE.js} +2 -2
  106. package/dist/{keyboard-DiKJoabs.js → keyboard-DbG3oyPU.js} +3 -25
  107. package/dist/main.js +15 -15
  108. package/dist/{map-BprzXv4m.js → map-ZSVweMI1.js} +5 -5
  109. package/dist/{omit-CYY_mIYv.js → omit-BWQrFyQ-.js} +7 -7
  110. package/dist/{orderBy-DLBJlgdL.js → orderBy-Ce85KqD6.js} +7 -7
  111. package/dist/{parse-int-D-3oah_F.js → parse-int-CGpIXMGa.js} +2 -2
  112. package/dist/{react-number-format.es-DzkMiF8j.js → react-number-format.es-pczkQ4lQ.js} +0 -1
  113. package/dist/{react-tooltip.min-CVsI--2Y.js → react-tooltip.min-Dkz5ltCC.js} +1 -12
  114. package/dist/{react.esm-Bm0cAgpZ.js → react.esm-DF7i80eN.js} +2471 -2582
  115. package/dist/services/UtilService.js +9 -9
  116. package/dist/{slicedToArray-ByMQIs5x.js → slicedToArray-DC6VAZtW.js} +4 -4
  117. package/dist/test-utils.js +1 -1
  118. package/dist/{toString-B7FIT8FE.js → toString-D5bEU-DN.js} +1 -1
  119. package/dist/types/GenericTable.d.ts +3 -3
  120. package/dist/{uniqueId-BNVTeImh.js → uniqueId-CJo-XRQb.js} +2 -2
  121. package/dist/{util-DA21pZXj.js → util-CBo-ipCE.js} +0 -22
  122. package/package.json +2 -2
  123. package/dist/BigLoadingSpinner-DGj9_Z5J.js +0 -16
  124. package/dist/ListAreaService-Fsm3-gDM.js +0 -125
  125. package/dist/OfflineView-CIwV08EQ.js +0 -48
  126. package/dist/animationframe-BVKDmEXe.js +0 -54
  127. package/dist/component-Bz_dtX1r.js +0 -114
  128. package/dist/components/AlertBanner/AlertBanner.test.d.ts +0 -1
  129. package/dist/components/AlertBanner/AlertBanner.test.js +0 -34
  130. package/dist/components/AlertBanner/LinkBanner.test.d.ts +0 -1
  131. package/dist/components/AlertBanner/LinkBanner.test.js +0 -17
  132. package/dist/components/Allowed/Allowed.test.d.ts +0 -1
  133. package/dist/components/Allowed/Allowed.test.js +0 -49
  134. package/dist/components/AllowedButton/AllowedButton.test.d.ts +0 -1
  135. package/dist/components/AllowedButton/AllowedButton.test.js +0 -126
  136. package/dist/components/AllowedIconButton/AllowedIconButton.test.d.ts +0 -1
  137. package/dist/components/AllowedIconButton/AllowedIconButton.test.js +0 -121
  138. package/dist/components/BaseView/BaseView.test.d.ts +0 -1
  139. package/dist/components/BaseView/BaseView.test.js +0 -180
  140. package/dist/components/BasicHeading/BasicHeading.test.d.ts +0 -1
  141. package/dist/components/BasicHeading/BasicHeading.test.js +0 -36
  142. package/dist/components/BlockView/BlockView.test.d.ts +0 -1
  143. package/dist/components/BlockView/BlockView.test.js +0 -47
  144. package/dist/components/ButtonCard/ButtonCard.test.d.ts +0 -1
  145. package/dist/components/ButtonCard/ButtonCard.test.js +0 -92
  146. package/dist/components/ChipCard/ChipCard.test.d.ts +0 -1
  147. package/dist/components/ChipCard/ChipCard.test.js +0 -25
  148. package/dist/components/ConfirmationModal/ConfirmationModal.test.d.ts +0 -1
  149. package/dist/components/ConfirmationModal/ConfirmationModal.test.js +0 -221
  150. package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
  151. package/dist/components/ContextMenu/ContextMenu.test.js +0 -96
  152. package/dist/components/DeleteModal/DeleteModal.test.d.ts +0 -1
  153. package/dist/components/DeleteModal/DeleteModal.test.js +0 -132
  154. package/dist/components/Disclaimer/Disclaimer.test.d.ts +0 -1
  155. package/dist/components/Disclaimer/Disclaimer.test.js +0 -13
  156. package/dist/components/EmptyView/EmptyView.test.d.ts +0 -1
  157. package/dist/components/EmptyView/EmptyView.test.js +0 -50
  158. package/dist/components/Filter/Filter.test.d.ts +0 -1
  159. package/dist/components/Filter/Filter.test.js +0 -166
  160. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.d.ts +0 -1
  161. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +0 -56
  162. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.d.ts +0 -1
  163. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +0 -56
  164. package/dist/components/FormComponents/FormNumber/FormNumber.test.d.ts +0 -1
  165. package/dist/components/FormComponents/FormNumber/FormNumber.test.js +0 -51
  166. package/dist/components/FormComponents/FormRadio/FormRadio.test.d.ts +0 -1
  167. package/dist/components/FormComponents/FormRadio/FormRadio.test.js +0 -73
  168. package/dist/components/FormComponents/FormSelect/FormSelect.test.d.ts +0 -1
  169. package/dist/components/FormComponents/FormSelect/FormSelect.test.js +0 -226
  170. package/dist/components/FormComponents/FormSlider/FormSlider.test.d.ts +0 -1
  171. package/dist/components/FormComponents/FormSlider/FormSlider.test.js +0 -49
  172. package/dist/components/FormComponents/FormText/FormText.test.d.ts +0 -1
  173. package/dist/components/FormComponents/FormText/FormText.test.js +0 -113
  174. package/dist/components/FormComponents/FormToggle/FormToggle.test.d.ts +0 -1
  175. package/dist/components/FormComponents/FormToggle/FormToggle.test.js +0 -54
  176. package/dist/components/GenericTable/GenericTable.test.d.ts +0 -1
  177. package/dist/components/GenericTable/GenericTable.test.js +0 -115
  178. package/dist/components/GenericTable/Mobile/GenericCard.test.d.ts +0 -1
  179. package/dist/components/GenericTable/Mobile/GenericCard.test.js +0 -76
  180. package/dist/components/GenericTable/Mobile/GenericCardList.test.d.ts +0 -1
  181. package/dist/components/GenericTable/Mobile/GenericCardList.test.js +0 -75
  182. package/dist/components/HashTabView/HashTabView.test.d.ts +0 -1
  183. package/dist/components/HashTabView/HashTabView.test.js +0 -31
  184. package/dist/components/HeaderFilter/HeaderFilter.test.d.ts +0 -1
  185. package/dist/components/HeaderFilter/HeaderFilter.test.js +0 -46
  186. package/dist/components/Iconify/Iconify.test.d.ts +0 -1
  187. package/dist/components/Iconify/Iconify.test.js +0 -28
  188. package/dist/components/InfoCard/InfoCard.test.d.ts +0 -1
  189. package/dist/components/InfoCard/InfoCard.test.js +0 -48
  190. package/dist/components/InfoGroup/InfoGroup.test.d.ts +0 -1
  191. package/dist/components/InfoGroup/InfoGroup.test.js +0 -40
  192. package/dist/components/ListArea/ListArea.test.d.ts +0 -1
  193. package/dist/components/ListArea/ListArea.test.js +0 -110
  194. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.d.ts +0 -1
  195. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +0 -15
  196. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.d.ts +0 -1
  197. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +0 -20
  198. package/dist/components/ModulePadding/ModulePadding.test.d.ts +0 -1
  199. package/dist/components/ModulePadding/ModulePadding.test.js +0 -22
  200. package/dist/components/OfflineView/OfflineView.test.d.ts +0 -1
  201. package/dist/components/OfflineView/OfflineView.test.js +0 -24
  202. package/dist/components/OnboardingBanner/OnboardingBanner.test.d.ts +0 -1
  203. package/dist/components/OnboardingBanner/OnboardingBanner.test.js +0 -72
  204. package/dist/components/OverflowTooltip/OverflowTooltip.test.d.ts +0 -1
  205. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +0 -37
  206. package/dist/components/PermissionChecks/PermissionService.test.d.ts +0 -1
  207. package/dist/components/PermissionChecks/PermissionService.test.js +0 -91
  208. package/dist/components/SafeForm/SafeForm.test.d.ts +0 -1
  209. package/dist/components/SafeForm/SafeForm.test.js +0 -91
  210. package/dist/components/Scrollbar/scrollbar.test.d.ts +0 -1
  211. package/dist/components/Scrollbar/scrollbar.test.js +0 -15
  212. package/dist/components/SearchBar/SearchBar.test.d.ts +0 -1
  213. package/dist/components/SearchBar/SearchBar.test.js +0 -23
  214. package/dist/components/Select/Select.test.d.ts +0 -1
  215. package/dist/components/Select/Select.test.js +0 -28
  216. package/dist/components/Stepper/Stepper.test.d.ts +0 -1
  217. package/dist/components/Stepper/Stepper.test.js +0 -342
  218. package/dist/components/VerticalDivider/VerticalDivider.test.d.ts +0 -1
  219. package/dist/components/VerticalDivider/VerticalDivider.test.js +0 -15
  220. package/dist/get-D8IXqiys.js +0 -7
  221. package/dist/hooks/useBreakpoints.test.d.ts +0 -1
  222. package/dist/hooks/useBreakpoints.test.js +0 -11
  223. package/dist/index-BLPBqbdx.js +0 -11025
  224. package/dist/isArray-BjSPDQ4v.js +0 -7
  225. package/dist/magic-string.es-uPKorP4O.js +0 -663
  226. package/dist/services/services.test.d.ts +0 -1
  227. package/dist/services/services.test.js +0 -106
  228. package/dist/useBreakpoints-MzTZ0tCT.js +0 -45
  229. package/dist/vi.bdSIJ99Y-B308Q-4w.js +0 -11963
@@ -1,36 +1,14 @@
1
1
  import { jsx as y, jsxs as Q } from "react/jsx-runtime";
2
- import { _ as X, a as Y, c as $, P as u } from "../../../index-BcGujPyk.js";
3
- import { i as Z, _ as w, d as ee } from "../../../index.es-Da7ok-B-.js";
2
+ import { _ as X, a as Y, c as $, P as u } from "../../../index-Df2FYN-K.js";
3
+ import { i as Z, _ as w, d as ee } from "../../../index.es-C6I3L4U4.js";
4
4
  import t, { forwardRef as re, useRef as H, useImperativeHandle as te, useEffect as T, useCallback as se, useState as ae, useMemo as ie } from "react";
5
- import { b as G, c as U } from "../../../tslib.es6-BDCynO9F.js";
6
- import { M as oe, a as ne } from "../../../component-Bz_dtX1r.js";
7
- import { G as ce } from "../../../index.es-oxil0uFe.js";
8
- import { P as le } from "../../../index.es-BanVdXEd.js";
9
- import { T as de } from "../../../index.es-SjZ_-d7U.js";
10
- import { B as ue } from "../../../BigLoadingSpinner-DGj9_Z5J.js";
11
- import '../../../assets/LoadingSpinner.css';/**
12
- * @license
13
- * Copyright 2020 Google Inc.
14
- *
15
- * Permission is hereby granted, free of charge, to any person obtaining a copy
16
- * of this software and associated documentation files (the "Software"), to deal
17
- * in the Software without restriction, including without limitation the rights
18
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19
- * copies of the Software, and to permit persons to whom the Software is
20
- * furnished to do so, subject to the following conditions:
21
- *
22
- * The above copyright notice and this permission notice shall be included in
23
- * all copies or substantial portions of the Software.
24
- *
25
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
31
- * THE SOFTWARE.
32
- */
33
- var p = {
5
+ import { b as q, c as U } from "../../../tslib.es6-BDCynO9F.js";
6
+ import { M as oe, a as ne } from "../../../component-By6nyiBU.js";
7
+ import { G as ce } from "../../../index.es-Z0aF-7Cn.js";
8
+ import { P as le } from "../../../index.es-DgncYOqO.js";
9
+ import { T as de } from "../../../index.es-DUrjyxNI.js";
10
+ import { BigLoadingSpinner as ue } from "../Big/BigLoadingSpinner.js";
11
+ import '../../../assets/LoadingSpinner.css';var p = {
34
12
  INDETERMINATE_CLASS: "mdc-circular-progress--indeterminate",
35
13
  CLOSED_CLASS: "mdc-circular-progress--closed"
36
14
  }, m = {
@@ -40,32 +18,10 @@ var p = {
40
18
  RADIUS: "r",
41
19
  STROKE_DASHOFFSET: "stroke-dashoffset"
42
20
  };
43
- /**
44
- * @license
45
- * Copyright 2020 Google Inc.
46
- *
47
- * Permission is hereby granted, free of charge, to any person obtaining a copy
48
- * of this software and associated documentation files (the "Software"), to deal
49
- * in the Software without restriction, including without limitation the rights
50
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51
- * copies of the Software, and to permit persons to whom the Software is
52
- * furnished to do so, subject to the following conditions:
53
- *
54
- * The above copyright notice and this permission notice shall be included in
55
- * all copies or substantial portions of the Software.
56
- *
57
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63
- * THE SOFTWARE.
64
- */
65
21
  var V = (
66
22
  /** @class */
67
23
  (function(s) {
68
- G(e, s);
24
+ q(e, s);
69
25
  function e(r) {
70
26
  return s.call(this, U(U({}, e.defaultAdapter), r)) || this;
71
27
  }
@@ -126,32 +82,10 @@ var V = (
126
82
  }, e;
127
83
  })(oe)
128
84
  );
129
- /**
130
- * @license
131
- * Copyright 2020 Google Inc.
132
- *
133
- * Permission is hereby granted, free of charge, to any person obtaining a copy
134
- * of this software and associated documentation files (the "Software"), to deal
135
- * in the Software without restriction, including without limitation the rights
136
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
137
- * copies of the Software, and to permit persons to whom the Software is
138
- * furnished to do so, subject to the following conditions:
139
- *
140
- * The above copyright notice and this permission notice shall be included in
141
- * all copies or substantial portions of the Software.
142
- *
143
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
144
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
145
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
146
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
147
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
148
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
149
- * THE SOFTWARE.
150
- */
151
85
  var me = (
152
86
  /** @class */
153
87
  (function(s) {
154
- G(e, s);
88
+ q(e, s);
155
89
  function e() {
156
90
  return s !== null && s.apply(this, arguments) || this;
157
91
  }
@@ -280,21 +214,21 @@ var me = (
280
214
  progress: 0,
281
215
  themeColor: "primary",
282
216
  variant: "indeterminate"
283
- }, fe = ["ariaLabel", "className", "open", "progress", "size", "indicatorSize", "themeColor", "variant"], h = he, P = /* @__PURE__ */ re(function(s, e) {
217
+ }, fe = ["ariaLabel", "className", "open", "progress", "size", "indicatorSize", "themeColor", "variant"], h = he, W = /* @__PURE__ */ re(function(s, e) {
284
218
  var r, c = s.ariaLabel, a = c === void 0 ? h.ariaLabel : c, l = s.className, g = l === void 0 ? h.className : l, v = s.open, D = v === void 0 ? h.open : v, A = s.progress, d = A === void 0 ? h.progress : A;
285
219
  s.size;
286
- var S = s.indicatorSize, W = S === void 0 ? h.indicatorSize : S, R = s.themeColor, k = R === void 0 ? h.themeColor : R, O = s.variant, E = O === void 0 ? h.variant : O, K = X(s, fe), L = H(), b = H();
220
+ var k = s.indicatorSize, P = k === void 0 ? h.indicatorSize : k, R = s.themeColor, E = R === void 0 ? h.themeColor : R, O = s.variant, b = O === void 0 ? h.variant : O, G = X(s, fe), L = H(), S = H();
287
221
  te(e, function() {
288
222
  return L.current;
289
223
  }, []), T(function() {
290
- return b.current = me.attachTo(L.current), function() {
291
- b.current.destroy();
224
+ return S.current = me.attachTo(L.current), function() {
225
+ S.current.destroy();
292
226
  };
293
227
  }, []), T(function() {
294
- (E === "determinate" && d < 0 || d > 1) && Z("CircularProgress: `progress` must be between 0 and 1."), b.current.determinate = E === "determinate", b.current.progress = d;
295
- }, [d, E]);
296
- var q = function() {
297
- switch (W) {
228
+ (b === "determinate" && d < 0 || d > 1) && Z("CircularProgress: `progress` must be between 0 and 1."), S.current.determinate = b === "determinate", S.current.progress = d;
229
+ }, [d, b]);
230
+ var K = function() {
231
+ switch (P) {
298
232
  case "xs":
299
233
  return {
300
234
  heightWidth: "16px",
@@ -368,7 +302,7 @@ var me = (
368
302
  halfStrokeDashoffset: "56.549"
369
303
  };
370
304
  }
371
- }, o = q(), z = o.heightWidth, n = o.viewBox, i = o.cxCy, f = o.r, C = o.strokeWidth, B = o.strokeWidth80, _ = o.strokeDashArray, J = o.strokeDashoffset, x = o.halfStrokeDashoffset, N = se(function() {
305
+ }, o = K(), z = o.heightWidth, n = o.viewBox, i = o.cxCy, f = o.r, _ = o.strokeWidth, B = o.strokeWidth80, C = o.strokeDashArray, J = o.strokeDashoffset, x = o.halfStrokeDashoffset, N = se(function() {
372
306
  var I, F, j;
373
307
  return /* @__PURE__ */ t.createElement(t.Fragment, null, /* @__PURE__ */ t.createElement("div", {
374
308
  className: "mdc-circular-progress__circle-clipper mdc-circular-progress__circle-left"
@@ -380,9 +314,9 @@ var me = (
380
314
  cx: i,
381
315
  cy: i,
382
316
  r: f,
383
- strokeDasharray: _,
317
+ strokeDasharray: C,
384
318
  strokeDashoffset: x,
385
- strokeWidth: C
319
+ strokeWidth: _
386
320
  }))), /* @__PURE__ */ t.createElement("div", {
387
321
  className: "mdc-circular-progress__gap-patch"
388
322
  }, /* @__PURE__ */ t.createElement("svg", {
@@ -393,7 +327,7 @@ var me = (
393
327
  cx: i,
394
328
  cy: i,
395
329
  r: f,
396
- strokeDasharray: _,
330
+ strokeDasharray: C,
397
331
  strokeDashoffset: x,
398
332
  strokeWidth: B
399
333
  }))), /* @__PURE__ */ t.createElement("div", {
@@ -406,14 +340,14 @@ var me = (
406
340
  cx: i,
407
341
  cy: i,
408
342
  r: f,
409
- strokeDasharray: _,
343
+ strokeDasharray: C,
410
344
  strokeDashoffset: x,
411
- strokeWidth: C
345
+ strokeWidth: _
412
346
  }))));
413
- }, [i, x, f, _, C, B, n]), M = k === "two-color" || k === "two-color-variant";
347
+ }, [i, x, f, C, _, B, n]), M = E === "two-color" || E === "two-color-variant";
414
348
  return /* @__PURE__ */ t.createElement("div", Y({
415
349
  ref: L,
416
- className: $("lmnt", "mdc-circular-progress", E === "indeterminate" && "mdc-circular-progress--indeterminate", !D && "mdc-circular-progress--closed", k && "lmnt-circular-progress--".concat(k), g),
350
+ className: $("lmnt", "mdc-circular-progress", b === "indeterminate" && "mdc-circular-progress--indeterminate", !D && "mdc-circular-progress--closed", E && "lmnt-circular-progress--".concat(E), g),
417
351
  style: {
418
352
  width: z,
419
353
  height: z
@@ -423,7 +357,7 @@ var me = (
423
357
  "aria-valuemin": "0",
424
358
  "aria-valuemax": "1",
425
359
  "aria-valuenow": d
426
- }, K), /* @__PURE__ */ t.createElement("div", {
360
+ }, G), /* @__PURE__ */ t.createElement("div", {
427
361
  className: "mdc-circular-progress__determinate-container"
428
362
  }, /* @__PURE__ */ t.createElement("svg", {
429
363
  className: "mdc-circular-progress__determinate-circle-graphic",
@@ -434,15 +368,15 @@ var me = (
434
368
  cx: i,
435
369
  cy: i,
436
370
  r: f,
437
- strokeWidth: C
371
+ strokeWidth: _
438
372
  }), /* @__PURE__ */ t.createElement("circle", {
439
373
  className: "mdc-circular-progress__determinate-circle",
440
374
  cx: i,
441
375
  cy: i,
442
376
  r: f,
443
- strokeDasharray: _,
377
+ strokeDasharray: C,
444
378
  strokeDashoffset: J,
445
- strokeWidth: C
379
+ strokeWidth: _
446
380
  }))), /* @__PURE__ */ t.createElement("div", {
447
381
  className: "mdc-circular-progress__indeterminate-container"
448
382
  }, /* @__PURE__ */ t.createElement("div", {
@@ -455,10 +389,10 @@ var me = (
455
389
  className: "mdc-circular-progress__spinner-layer mdc-circular-progress__color-4"
456
390
  }, N()))));
457
391
  });
458
- P.displayName = "CircularProgress";
459
- P.propTypes = pe;
460
- const ge = "_loadingSpinnerContainer_1f3ss_1", ve = {
461
- loadingSpinnerContainer: ge
392
+ W.displayName = "CircularProgress";
393
+ W.propTypes = pe;
394
+ const ge = "_centered_1aq9c_1", ve = {
395
+ centered: ge
462
396
  }, Ne = ({
463
397
  size: s,
464
398
  center: e = !1,
@@ -472,14 +406,14 @@ const ge = "_loadingSpinnerContainer_1f3ss_1", ve = {
472
406
  }) => {
473
407
  const [D, A] = ae(0);
474
408
  T(() => {
475
- const S = setInterval(() => {
476
- A((W) => W + 1);
409
+ const k = setInterval(() => {
410
+ A((P) => P + 1);
477
411
  }, 1e3);
478
- return () => clearInterval(S);
412
+ return () => clearInterval(k);
479
413
  }, []);
480
414
  const d = ie(() => g && D > v ? g : r, [g, v, r, D]);
481
415
  return s === "big" ? /* @__PURE__ */ y(ue, { text: d }) : l ? /* @__PURE__ */ y(
482
- P,
416
+ W,
483
417
  {
484
418
  "data-testid": "loading-spinner",
485
419
  themeColor: a,
@@ -488,19 +422,21 @@ const ge = "_loadingSpinnerContainer_1f3ss_1", ve = {
488
422
  ) : /* @__PURE__ */ y(
489
423
  le,
490
424
  {
425
+ "data-testid": "loading-spinner-padding",
491
426
  variant: "standard",
492
- style: { textAlign: "center" },
493
- className: e ? ve.loadingSpinnerContainer : "",
427
+ className: e ? ve.centered : "",
494
428
  children: /* @__PURE__ */ Q(
495
429
  ce,
496
430
  {
431
+ "data-testid": "loading-spinner-group",
432
+ fullWidth: !0,
497
433
  direction: c === "right" ? "horizontal" : "vertical",
498
434
  gap: "dense",
499
435
  primaryAlign: "center",
500
436
  secondaryAlign: "center",
501
437
  children: [
502
438
  /* @__PURE__ */ y(
503
- P,
439
+ W,
504
440
  {
505
441
  "data-testid": "loading-spinner",
506
442
  themeColor: a,
@@ -1,41 +1,19 @@
1
1
  import { jsx as E, jsxs as Yt, Fragment as Jt } from "react/jsx-runtime";
2
- import { G as J } from "../../index.es-oxil0uFe.js";
3
- import { I as Ht } from "../../index.es-t87yNd9Y.js";
4
- import { _ as Qt, a as Xt, c as x, P as l } from "../../index-BcGujPyk.js";
5
- import { _ as Rt } from "../../slicedToArray-ByMQIs5x.js";
2
+ import { G as J } from "../../index.es-Z0aF-7Cn.js";
3
+ import { I as Ht } from "../../index.es-CkB4776y.js";
4
+ import { _ as Qt, a as Xt, c as x, P as l } from "../../index-Df2FYN-K.js";
5
+ import { _ as Rt } from "../../slicedToArray-DC6VAZtW.js";
6
6
  import m, { forwardRef as Zt, useRef as wt, useImperativeHandle as te, useState as kt, useEffect as _, useCallback as Q, useMemo as tt, Fragment as ee } from "react";
7
- import { w as Mt, r as ne, c as D, a as oe } from "../../index.es-Da7ok-B-.js";
7
+ import { w as Mt, r as ne, c as D, a as oe } from "../../index.es-C6I3L4U4.js";
8
8
  import { b as xt, c as Pt, d as ie } from "../../tslib.es6-BDCynO9F.js";
9
- import { M as ae, a as re } from "../../component-Bz_dtX1r.js";
10
- import { M as se, c as le, m as ce } from "../../component-DEJuY56h.js";
11
- import { A as ue } from "../../animationframe-BVKDmEXe.js";
12
- import { P as de } from "../../index.es-BanVdXEd.js";
13
- import { b as me } from "../../index.es-SjZ_-d7U.js";
9
+ import { M as ae, a as re } from "../../component-By6nyiBU.js";
10
+ import { M as se, c as le, m as ce } from "../../component-DYpB_4EP.js";
11
+ import { A as ue } from "../../animationframe-CqXArbwZ.js";
12
+ import { P as de } from "../../index.es-DgncYOqO.js";
13
+ import { b as me } from "../../index.es-DUrjyxNI.js";
14
14
  import { Iconify as fe } from "../Iconify/Iconify.js";
15
- import { O as pe } from "../../OfflineView-CIwV08EQ.js";
16
- import '../../assets/Modal.css';/**
17
- * @license
18
- * Copyright 2016 Google Inc.
19
- *
20
- * Permission is hereby granted, free of charge, to any person obtaining a copy
21
- * of this software and associated documentation files (the "Software"), to deal
22
- * in the Software without restriction, including without limitation the rights
23
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24
- * copies of the Software, and to permit persons to whom the Software is
25
- * furnished to do so, subject to the following conditions:
26
- *
27
- * The above copyright notice and this permission notice shall be included in
28
- * all copies or substantial portions of the Software.
29
- *
30
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
36
- * THE SOFTWARE.
37
- */
38
- function he(o, e, t) {
15
+ import { OfflineView as pe } from "../OfflineView/OfflineView.js";
16
+ import '../../assets/Modal.css';function he(o, e, t) {
39
17
  return e(o, { initialFocusEl: t });
40
18
  }
41
19
  function ge(o) {
@@ -53,28 +31,6 @@ function Ee(o) {
53
31
  return e.add(t.offsetTop);
54
32
  }), e.size > 1;
55
33
  }
56
- /**
57
- * @license
58
- * Copyright 2020 Google Inc.
59
- *
60
- * Permission is hereby granted, free of charge, to any person obtaining a copy
61
- * of this software and associated documentation files (the "Software"), to deal
62
- * in the Software without restriction, including without limitation the rights
63
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64
- * copies of the Software, and to permit persons to whom the Software is
65
- * furnished to do so, subject to the following conditions:
66
- *
67
- * The above copyright notice and this permission notice shall be included in
68
- * all copies or substantial portions of the Software.
69
- *
70
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
76
- * THE SOFTWARE.
77
- */
78
34
  var X = "mdc-dom-focus-sentinel", ve = (
79
35
  /** @class */
80
36
  (function() {
@@ -118,28 +74,6 @@ var X = "mdc-dom-focus-sentinel", ve = (
118
74
  }, o;
119
75
  })()
120
76
  );
121
- /**
122
- * @license
123
- * Copyright 2016 Google Inc.
124
- *
125
- * Permission is hereby granted, free of charge, to any person obtaining a copy
126
- * of this software and associated documentation files (the "Software"), to deal
127
- * in the Software without restriction, including without limitation the rights
128
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
129
- * copies of the Software, and to permit persons to whom the Software is
130
- * furnished to do so, subject to the following conditions:
131
- *
132
- * The above copyright notice and this permission notice shall be included in
133
- * all copies or substantial portions of the Software.
134
- *
135
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
136
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
137
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
138
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
139
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
140
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
141
- * THE SOFTWARE.
142
- */
143
77
  var s = {
144
78
  CLOSING: "mdc-dialog--closing",
145
79
  OPEN: "mdc-dialog--open",
@@ -197,28 +131,6 @@ var s = {
197
131
  DIALOG_ANIMATION_CLOSE_TIME_MS: 75,
198
132
  DIALOG_ANIMATION_OPEN_TIME_MS: 150
199
133
  };
200
- /**
201
- * @license
202
- * Copyright 2017 Google Inc.
203
- *
204
- * Permission is hereby granted, free of charge, to any person obtaining a copy
205
- * of this software and associated documentation files (the "Software"), to deal
206
- * in the Software without restriction, including without limitation the rights
207
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
208
- * copies of the Software, and to permit persons to whom the Software is
209
- * furnished to do so, subject to the following conditions:
210
- *
211
- * The above copyright notice and this permission notice shall be included in
212
- * all copies or substantial portions of the Software.
213
- *
214
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
215
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
216
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
217
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
218
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
219
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
220
- * THE SOFTWARE.
221
- */
222
134
  var $;
223
135
  (function(o) {
224
136
  o.POLL_SCROLL_POS = "poll_scroll_position", o.POLL_LAYOUT_CHANGE = "poll_layout_change";
@@ -413,28 +325,6 @@ var $t = (
413
325
  }, e;
414
326
  })(ae)
415
327
  );
416
- /**
417
- * @license
418
- * Copyright 2017 Google Inc.
419
- *
420
- * Permission is hereby granted, free of charge, to any person obtaining a copy
421
- * of this software and associated documentation files (the "Software"), to deal
422
- * in the Software without restriction, including without limitation the rights
423
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
424
- * copies of the Software, and to permit persons to whom the Software is
425
- * furnished to do so, subject to the following conditions:
426
- *
427
- * The above copyright notice and this permission notice shall be included in
428
- * all copies or substantial portions of the Software.
429
- *
430
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
431
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
432
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
433
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
434
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
435
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
436
- * THE SOFTWARE.
437
- */
438
328
  var f = $t.strings, Se = (
439
329
  /** @class */
440
330
  (function(o) {
@@ -1,20 +1,20 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { P as r } from "../../index.es-BanVdXEd.js";
3
- import "../../isEmpty-BnfHn4bl.js";
2
+ import { P as r } from "../../index.es-DgncYOqO.js";
3
+ import "../../isEmpty-l2xQKl4x.js";
4
4
  import "react";
5
- import { u as m } from "../../useBreakpoints-MzTZ0tCT.js";
6
- import "../../react-tooltip.min-CVsI--2Y.js";
7
- import "../../orderBy-DLBJlgdL.js";
5
+ import { useBreakpoints as m } from "../../hooks/useBreakpoints.js";
6
+ import "../../react-tooltip.min-Dkz5ltCC.js";
7
+ import "../../orderBy-Ce85KqD6.js";
8
8
  import "../../index-CuHybtft.js";
9
9
  import "../SharedComponentsPermissionProvider/PermissionContext.js";
10
- import "../../uniqueId-BNVTeImh.js";
10
+ import "../../uniqueId-CJo-XRQb.js";
11
11
  import "react-hook-form";
12
- import "../../get-D8IXqiys.js";
13
- import "../../isArray-BjSPDQ4v.js";
14
- import "../../isString-DVA49FEo.js";
15
- import "../../omit-CYY_mIYv.js";
12
+ import "../../get-CBFiuc3f.js";
13
+ import "../../isArray-olhCpv2e.js";
14
+ import "../../isString-BNdV0Jpg.js";
15
+ import "../../omit-BWQrFyQ-.js";
16
16
  import "../../types/Time.js";
17
- import "../../react.esm-Bm0cAgpZ.js";
17
+ import "../../react.esm-DF7i80eN.js";
18
18
  const D = ({ children: o }) => {
19
19
  const { isDesktop: t } = m();
20
20
  return /* @__PURE__ */ i(
@@ -1,9 +1,47 @@
1
- import "react/jsx-runtime";
2
- import "../../index.es-oxil0uFe.js";
3
- import "../Iconify/Iconify.js";
4
- import "../../index.es-SjZ_-d7U.js";
5
- import { O as f } from "../../OfflineView-CIwV08EQ.js";
6
- import "../../index.es-B8p8KCdj.js";
1
+ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
+ import { G as l } from "../../index.es-Z0aF-7Cn.js";
3
+ import { Iconify as _ } from "../Iconify/Iconify.js";
4
+ import { b as m, c as y, T as h } from "../../index.es-DUrjyxNI.js";
5
+ import { B as A } from "../../index.es-B19PQgzU.js";
6
+ import '../../assets/OfflineView.css';const T = "_gapAndTextAlign_10nts_1", v = "_container_10nts_6", x = "_bgWhite_10nts_12", G = "_bgGrey_10nts_17", W = "_subtitle_10nts_22", t = {
7
+ gapAndTextAlign: T,
8
+ container: v,
9
+ bgWhite: x,
10
+ bgGrey: G,
11
+ subtitle: W
12
+ }, j = ({
13
+ title: i = "You’re currently offline",
14
+ subtitle: n = "This feature is unavailable until you reconnect",
15
+ icon: s = "cloud_off",
16
+ size: c = "large",
17
+ variant: d = "basic",
18
+ "data-testid": g = "offline-view-container",
19
+ buttonLabel: r,
20
+ fullWidth: f = !1,
21
+ className: b,
22
+ onClick: p
23
+ }) => {
24
+ const a = c === "large", u = d === "filled";
25
+ return /* @__PURE__ */ o(
26
+ l,
27
+ {
28
+ className: `${b} ${t.container} ${u ? t.bgGrey : t.bgWhite}`,
29
+ gap: "standard",
30
+ direction: "vertical",
31
+ "data-testid": g,
32
+ secondaryAlign: "center",
33
+ fullWidth: f,
34
+ children: [
35
+ /* @__PURE__ */ o(l, { direction: "vertical", secondaryAlign: "center", className: t.gapAndTextAlign, children: [
36
+ /* @__PURE__ */ e(_, { icon: s, iconSize: a ? "xlarge" : "medium" }),
37
+ a ? /* @__PURE__ */ e(m, { level: 6, children: i }) : /* @__PURE__ */ e(y, { level: 1, bold: !0, children: i })
38
+ ] }),
39
+ n && /* @__PURE__ */ e(h, { className: t.subtitle, level: 2, children: n }),
40
+ r && /* @__PURE__ */ e(A, { "data-testid": "offline-view-action-button", label: r, onClick: p })
41
+ ]
42
+ }
43
+ );
44
+ };
7
45
  export {
8
- f as OfflineView
46
+ j as OfflineView
9
47
  };
@@ -1,12 +1,12 @@
1
1
  import { jsx as o, jsxs as r } from "react/jsx-runtime";
2
- import { B as b } from "../../index.es-B8p8KCdj.js";
3
- import { E as h } from "../../index.es-DOnQ26kT.js";
4
- import { G as u, a as g, b as a } from "../../index.es-CeQB6igi.js";
5
- import { G as i } from "../../index.es-oxil0uFe.js";
6
- import { I as f } from "../../index.es-Dgxrk6xW.js";
7
- import { I as y } from "../../index.es-t87yNd9Y.js";
8
- import { b as v, T as _ } from "../../index.es-SjZ_-d7U.js";
9
- import { u as C } from "../../useBreakpoints-MzTZ0tCT.js";
2
+ import { B as b } from "../../index.es-B19PQgzU.js";
3
+ import { E as h } from "../../index.es-DhlgTSuU.js";
4
+ import { G as u, a as g, b as a } from "../../index.es-Cr1PSTyq.js";
5
+ import { G as i } from "../../index.es-Z0aF-7Cn.js";
6
+ import { I as f } from "../../index.es-DEBGoIKX.js";
7
+ import { I as y } from "../../index.es-CkB4776y.js";
8
+ import { b as v, T as _ } from "../../index.es-DUrjyxNI.js";
9
+ import { useBreakpoints as C } from "../../hooks/useBreakpoints.js";
10
10
  import '../../assets/OnboardingBanner.css';const G = "_elevation_7z8y8_1", k = "_color_7z8y8_5", B = "_buttons_7z8y8_9", l = {
11
11
  elevation: G,
12
12
  color: k,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as c, Fragment as m, jsx as s } from "react/jsx-runtime";
2
- import { T as p } from "../../index.es-SjZ_-d7U.js";
2
+ import { T as p } from "../../index.es-DUrjyxNI.js";
3
3
  import { useState as d, useMemo as h, cloneElement as f } from "react";
4
- import { M as w } from "../../react-tooltip.min-CVsI--2Y.js";
4
+ import { M as w } from "../../react-tooltip.min-Dkz5ltCC.js";
5
5
  import { hasChildWithGreaterWidth as W } from "./OverflowTooltipService.js";
6
6
  import '../../assets/OverflowTooltip.css';const u = "_truncate_wgwcv_1", v = {
7
7
  truncate: u
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { I as l } from "../../index.es-t87yNd9Y.js";
3
- import { T as u } from "../../index.es-BYcQTTL8.js";
2
+ import { I as l } from "../../index.es-CkB4776y.js";
3
+ import { T as u } from "../../index.es-B9BUXRQn.js";
4
4
  import '../../assets/SearchBar.css';const b = "_searchbar_g83qp_1", d = {
5
5
  searchbar: b
6
6
  }, g = ({
@@ -1,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { S as f } from "../../index.es-nwjKmW7-.js";
2
+ import { S as f } from "../../index.es-C2IOpX7R.js";
3
3
  import { useEffect as u } from "react";
4
- import { u as S } from "../../uniqueId-BNVTeImh.js";
4
+ import { u as S } from "../../uniqueId-CJo-XRQb.js";
5
5
  import '../../assets/Select.css';const p = "_customPortal_1u11g_1", $ = "_customSelect_1u11g_8", n = {
6
6
  customPortal: p,
7
7
  customSelect: $
@@ -1,5 +1,5 @@
1
1
  import { jsxs as c, jsx as n } from "react/jsx-runtime";
2
- import { G as d } from "../../index.es-oxil0uFe.js";
2
+ import { G as d } from "../../index.es-Z0aF-7Cn.js";
3
3
  import { useMemo as f } from "react";
4
4
  import { StepperPreviousButton as C, StepperNextButton as S } from "./components/StepperButton.js";
5
5
  import { StepperHeader as k } from "./components/StepperHeader.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { B as v } from "../../../index.es-B8p8KCdj.js";
2
+ import { B as v } from "../../../index.es-B19PQgzU.js";
3
3
  import { useMemo as b } from "react";
4
4
  import { s as i } from "../../../stepper.module-DR_FbENS.js";
5
5
  const N = ({
@@ -1,8 +1,8 @@
1
1
  import { jsx as r, jsxs as n } from "react/jsx-runtime";
2
- import { G as i } from "../../../index.es-oxil0uFe.js";
3
- import { T as o } from "../../../index.es-SjZ_-d7U.js";
2
+ import { G as i } from "../../../index.es-Z0aF-7Cn.js";
3
+ import { T as o } from "../../../index.es-DUrjyxNI.js";
4
4
  import { useMemo as f, Fragment as A } from "react";
5
- import { u as v } from "../../../useBreakpoints-MzTZ0tCT.js";
5
+ import { useBreakpoints as v } from "../../../hooks/useBreakpoints.js";
6
6
  import { s as t } from "../../../stepper.module-DR_FbENS.js";
7
7
  import { StepperItem as h } from "./StepperItem.js";
8
8
  import { StepperStyle as c } from "../stepperStyles.js";
@@ -1,6 +1,6 @@
1
1
  import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
- import { G as o } from "../../../index.es-oxil0uFe.js";
3
- import { T as a } from "../../../index.es-SjZ_-d7U.js";
2
+ import { G as o } from "../../../index.es-Z0aF-7Cn.js";
3
+ import { T as a } from "../../../index.es-DUrjyxNI.js";
4
4
  import { Iconify as i } from "../../Iconify/Iconify.js";
5
5
  import { s as t } from "../../../stepper.module-DR_FbENS.js";
6
6
  const N = ({
@@ -1,4 +1,4 @@
1
- import { r as g, e as v, f as R } from "./index-BcGujPyk.js";
1
+ import { r as g, e as v, f as R } from "./index-Df2FYN-K.js";
2
2
  var s, c;
3
3
  function x() {
4
4
  if (c) return s;
@@ -1,6 +1,6 @@
1
- import { g as a } from "./_commonjsHelpers-B4e78b8K.js";
2
- import { W as Hr, D as Nr, i as Ur, j as f, s as zr, t as Xr, X as Ar, T as P, y as Yr, U as Wr, z as d, u as Zr, Y as Jr, Z as Lr, C as Qr, $ as Vr, q as re, a0 as ee, a1 as te, a2 as Br } from "./index-BcGujPyk.js";
3
- import { c as ie, d as oe, f as ne, e as ae, _ as y, g as ue } from "./es.string.iterator-UszlTFwY.js";
1
+ import { g as a } from "./_commonjsHelpers-ByX85dGu.js";
2
+ import { W as Hr, D as Nr, i as Ur, j as f, s as zr, t as Xr, X as Ar, T as P, y as Yr, U as Wr, z as d, u as Zr, Y as Jr, Z as Lr, C as Qr, $ as Vr, q as re, a0 as ee, a1 as te, a2 as Br } from "./index-Df2FYN-K.js";
3
+ import { c as ie, d as oe, f as ne, e as ae, _ as y, g as ue } from "./es.string.iterator-DBx2A42F.js";
4
4
  var O, Q;
5
5
  function se() {
6
6
  return Q || (Q = 1, O = /* @__PURE__ */ Hr()), O;