@hortiview/shared-components 2.10.2 → 2.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +29 -13
  3. package/dist/{AlertBanner-Dss0v6W0.js → AlertBanner-C6wpAQMj.js} +3 -3
  4. package/dist/{BigLoadingSpinner-BeHzqdOg.js → BigLoadingSpinner-CDbRVDNZ.js} +1 -1
  5. package/dist/{GenericCard-MjxZ1L7r.js → GenericCard-Co9bGU19.js} +3 -3
  6. package/dist/{ListAreaService-Dx9WBGHB.js → ListAreaService-CGJm5I23.js} +5 -5
  7. package/dist/{OfflineView-D168VIXv.js → OfflineView-NUM9WE0F.js} +3 -3
  8. package/dist/assets/FormSelect.css +1 -1
  9. package/dist/assets/Select.css +1 -1
  10. package/dist/assets/stepper.css +1 -1
  11. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  12. package/dist/components/AlertBanner/AlertBanner.test.js +2 -2
  13. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  14. package/dist/components/AlertBanner/LinkBanner.test.js +1 -1
  15. package/dist/components/BaseView/BaseView.js +5 -5
  16. package/dist/components/BaseView/BaseView.test.js +1 -1
  17. package/dist/components/BasicHeading/BasicHeading.js +4 -4
  18. package/dist/components/BasicHeading/BasicHeading.test.js +2 -2
  19. package/dist/components/BlockView/BlockView.js +2 -2
  20. package/dist/components/BlockView/BlockView.test.js +1 -1
  21. package/dist/components/ChipCard/ChipCard.js +438 -424
  22. package/dist/components/ChipCard/ChipCard.test.js +1 -1
  23. package/dist/components/ContextMenu/ContextMenu.js +3 -3
  24. package/dist/components/ContextMenu/ContextMenu.test.js +1 -1
  25. package/dist/components/DeleteModal/DeleteModal.js +4 -4
  26. package/dist/components/DeleteModal/DeleteModal.test.js +1 -1
  27. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
  28. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  29. package/dist/components/Disclaimer/Disclaimer.test.js +1 -1
  30. package/dist/components/EmptyView/EmptyView.js +3 -3
  31. package/dist/components/EmptyView/EmptyView.test.js +1 -1
  32. package/dist/components/Filter/Filter.js +6 -6
  33. package/dist/components/Filter/Filter.test.js +1 -1
  34. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  35. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +1 -1
  36. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +4 -4
  37. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +1 -1
  38. package/dist/components/FormComponents/FormNumber/CustomTextField.js +1 -1
  39. package/dist/components/FormComponents/FormNumber/FormNumber.test.js +1 -1
  40. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  41. package/dist/components/FormComponents/FormRadio/FormRadio.test.js +1 -1
  42. package/dist/components/FormComponents/FormSelect/FormSelect.js +48 -48
  43. package/dist/components/FormComponents/FormSelect/FormSelect.test.js +2 -2
  44. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  45. package/dist/components/FormComponents/FormSlider/FormSlider.js +6 -6
  46. package/dist/components/FormComponents/FormSlider/FormSlider.test.js +1 -1
  47. package/dist/components/FormComponents/FormText/FormText.js +2 -2
  48. package/dist/components/FormComponents/FormText/FormText.test.js +1 -1
  49. package/dist/components/FormComponents/FormToggle/FormToggle.js +3 -3
  50. package/dist/components/FormComponents/FormToggle/FormToggle.test.js +1 -1
  51. package/dist/components/GenericTable/GenericTable.js +8225 -7444
  52. package/dist/components/GenericTable/GenericTable.test.js +1 -1
  53. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  54. package/dist/components/GenericTable/Mobile/GenericCard.test.js +2 -2
  55. package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
  56. package/dist/components/GenericTable/Mobile/GenericCardList.test.js +1 -1
  57. package/dist/components/HashTabView/HashTabView.js +6 -6
  58. package/dist/components/HashTabView/HashTabView.test.js +1 -1
  59. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  60. package/dist/components/HeaderFilter/HeaderFilter.test.js +1 -1
  61. package/dist/components/Iconify/Iconify.js +1 -1
  62. package/dist/components/Iconify/Iconify.test.js +1 -1
  63. package/dist/components/InfoCard/InfoCard.js +4 -4
  64. package/dist/components/InfoCard/InfoCard.test.js +1 -1
  65. package/dist/components/InfoGroup/InfoGroup.js +3 -3
  66. package/dist/components/InfoGroup/InfoGroup.test.js +1 -1
  67. package/dist/components/ListArea/ListArea.js +5 -5
  68. package/dist/components/ListArea/ListArea.test.js +4 -4
  69. package/dist/components/ListArea/ListAreaService.js +6 -6
  70. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
  71. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +2 -2
  72. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +6 -6
  73. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +1 -1
  74. package/dist/components/Modal/Modal.d.ts +3 -1
  75. package/dist/components/Modal/Modal.js +116 -115
  76. package/dist/components/ModulePadding/ModulePadding.js +1 -1
  77. package/dist/components/ModulePadding/ModulePadding.test.js +1 -1
  78. package/dist/components/OfflineView/OfflineView.js +4 -4
  79. package/dist/components/OfflineView/OfflineView.test.js +2 -2
  80. package/dist/components/OnboardingBanner/OnboardingBanner.d.ts +1 -2
  81. package/dist/components/OnboardingBanner/OnboardingBanner.js +33 -25
  82. package/dist/components/OnboardingBanner/OnboardingBanner.test.js +1 -1
  83. package/dist/components/OverflowTooltip/OverflowTooltip.js +1 -1
  84. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +3 -3
  85. package/dist/components/SafeForm/SafeForm.test.js +2 -2
  86. package/dist/components/Scrollbar/scrollbar.test.js +1 -1
  87. package/dist/components/SearchBar/SearchBar.js +2 -2
  88. package/dist/components/SearchBar/SearchBar.test.js +1 -1
  89. package/dist/components/Select/Select.js +10 -10
  90. package/dist/components/Select/Select.test.js +1 -1
  91. package/dist/components/Stepper/Stepper.d.ts +7 -3
  92. package/dist/components/Stepper/Stepper.js +31 -21
  93. package/dist/components/Stepper/Stepper.test.js +127 -38
  94. package/dist/components/Stepper/components/StepperButton.d.ts +6 -2
  95. package/dist/components/Stepper/components/StepperButton.js +60 -46
  96. package/dist/components/Stepper/components/StepperHeader.d.ts +8 -2
  97. package/dist/components/Stepper/components/StepperHeader.js +60 -14
  98. package/dist/components/Stepper/components/StepperIndicator.js +2 -2
  99. package/dist/components/Stepper/stepperTypes.d.ts +35 -5
  100. package/dist/components/VerticalDivider/VerticalDivider.test.js +1 -1
  101. package/dist/correct-is-regexp-logic-BBlm4UpN.js +44 -0
  102. package/dist/{defineProperty-CmuOyxyf.js → defineProperty-K2c2Cqi7.js} +56 -56
  103. package/dist/{es.string.iterator-DrqCBub-.js → es.string.iterator-5IsLbO9h.js} +25 -25
  104. package/dist/find-nTYsLuUo.js +95 -0
  105. package/dist/hooks/useBreakpoints.test.js +1 -1
  106. package/dist/{index-I7uTh4Tr.js → index-CkZYDkGd.js} +1 -1
  107. package/dist/{index-Cpb-8cAN.js → index-_ck2BRrZ.js} +36 -35
  108. package/dist/{index.es-DUcI2Zyr.js → index.es-B0QNuIUR.js} +4 -4
  109. package/dist/{index.es-CijDQQVg.js → index.es-B3-Acyxs.js} +4 -4
  110. package/dist/{index.es-vqlyMiew.js → index.es-BZ3r3ilq.js} +3 -3
  111. package/dist/{index.es-DNRm4vOy.js → index.es-Bw3LT0xk.js} +3 -3
  112. package/dist/{index.es-D_hWWij3.js → index.es-C19v_2Tu.js} +14 -14
  113. package/dist/{index.es-DsGuBR0Z.js → index.es-C1SajYlm.js} +3 -3
  114. package/dist/{index.es-BzdG6flH.js → index.es-C1u7zUBz.js} +25 -25
  115. package/dist/{index.es-Ds9rRj5B.js → index.es-CEPrAgSM.js} +4 -4
  116. package/dist/{index.es-Bo1Rhtyb.js → index.es-CIsLNz4j.js} +2 -2
  117. package/dist/{index.es-BRtk0Q33.js → index.es-CP6nYw6D.js} +1 -1
  118. package/dist/{index.es-BjvSa9Z-.js → index.es-C_feFtLb.js} +44 -43
  119. package/dist/{index.es-CmF6xAUJ.js → index.es-Ci73HfOg.js} +1 -1
  120. package/dist/{index.es-BLolvOHO.js → index.es-CvHDFF6V.js} +7 -7
  121. package/dist/{index.es-DYs8W4jv.js → index.es-DCYlADaN.js} +2 -2
  122. package/dist/{index.es-BLIkMu0q.js → index.es-DHSqxTgL.js} +5 -5
  123. package/dist/{index.es-Bus5gEri.js → index.es-DYViXXnI.js} +2 -2
  124. package/dist/{index.es-DDRyb2df.js → index.es-DZBGtuyV.js} +5 -5
  125. package/dist/{index.es-b2h35xzk.js → index.es-DiONypF4.js} +6 -6
  126. package/dist/{index.es-P5F6NJPB.js → index.es-DnEIFMjv.js} +228 -266
  127. package/dist/{index.es-CXq42ihP.js → index.es-HCdWwFg5.js} +13 -13
  128. package/dist/{index.es-DCSgIiJH.js → index.es-NEYPxnlS.js} +2 -2
  129. package/dist/{index.es-Dq_bXeGZ.js → index.es-fV9oWpEf.js} +2771 -2481
  130. package/dist/{index.es-CKdJX75f.js → index.es-nqOhHSs3.js} +1 -1
  131. package/dist/{keyboard-BfmK7HK_.js → keyboard-20bkocNM.js} +28 -28
  132. package/dist/main.js +2 -2
  133. package/dist/{map-LUrszKZW.js → map-Bx7eZRyR.js} +295 -302
  134. package/dist/{parse-int-qVAoFbOL.js → parse-int-Cmh59J6W.js} +5 -5
  135. package/dist/{react.esm-CX1WJ2Pp.js → react.esm-BbMrgZCM.js} +3 -2
  136. package/dist/{slicedToArray-uk6yv91z.js → slicedToArray-h0Nnkd_P.js} +67 -67
  137. package/dist/stepper.module-c-CWmpkt.js +15 -0
  138. package/package.json +4 -3
  139. package/dist/find-Dpy_M6vm.js +0 -88
  140. package/dist/stepper.module-HuqmDJPj.js +0 -12
@@ -1,5 +1,5 @@
1
1
  import { jsx as a, jsxs as B } from "react/jsx-runtime";
2
- import { a as o, s as e } from "../../react.esm-CX1WJ2Pp.js";
2
+ import { a as o, s as e } from "../../react.esm-BbMrgZCM.js";
3
3
  import { a as m } from "../../useBreakpoints-MzTZ0tCT.js";
4
4
  import { GenericTable as s } from "./GenericTable.js";
5
5
  import { d as h, a as r, t as i, g as t } from "../../vi.CjhMlMwf-CKxPQtd6.js";
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../index.es-P5F6NJPB.js";
3
- import "../../../index.es-vqlyMiew.js";
4
- import "../../../index.es-DCSgIiJH.js";
2
+ import "../../../index.es-DnEIFMjv.js";
3
+ import "../../../index.es-BZ3r3ilq.js";
4
+ import "../../../index.es-NEYPxnlS.js";
5
5
  import "react";
6
6
  import "../../OverflowTooltip/OverflowTooltip.js";
7
- import { G } from "../../../GenericCard-MjxZ1L7r.js";
7
+ import { G } from "../../../GenericCard-Co9bGU19.js";
8
8
  export {
9
9
  G as GenericCard
10
10
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { a as c, s as o } from "../../../react.esm-CX1WJ2Pp.js";
3
- import { G as i } from "../../../GenericCard-MjxZ1L7r.js";
2
+ import { a as c, s as o } from "../../../react.esm-BbMrgZCM.js";
3
+ import { G as i } from "../../../GenericCard-Co9bGU19.js";
4
4
  import { d as m, t as s, g as e } from "../../../vi.CjhMlMwf-CKxPQtd6.js";
5
5
  m("GenericCard", () => {
6
6
  const d = {
@@ -1,8 +1,8 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { G as c } from "../../../index.es-DsGuBR0Z.js";
3
- import { P as l } from "../../../index.es-Bo1Rhtyb.js";
4
- import { a as o } from "../../../index.es-DCSgIiJH.js";
5
- import { s as i, G as m } from "../../../GenericCard-MjxZ1L7r.js";
2
+ import { G as c } from "../../../index.es-C1SajYlm.js";
3
+ import { P as l } from "../../../index.es-CIsLNz4j.js";
4
+ import { a as o } from "../../../index.es-NEYPxnlS.js";
5
+ import { s as i, G as m } from "../../../GenericCard-Co9bGU19.js";
6
6
  const u = ({
7
7
  columns: n,
8
8
  data: e,
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { a as r, s as o, w as l } from "../../../react.esm-CX1WJ2Pp.js";
2
+ import { a as r, s as o, w as l } from "../../../react.esm-BbMrgZCM.js";
3
3
  import { GenericCardList as s } from "./GenericCardList.js";
4
4
  import { d as m, t as i, g as e } from "../../../vi.CjhMlMwf-CKxPQtd6.js";
5
5
  m("GenericCardList", () => {
@@ -1,11 +1,11 @@
1
1
  import { jsx as M, jsxs as ct, Fragment as yt } from "react/jsx-runtime";
2
- import { E as Lt } from "../../index.es-DNRm4vOy.js";
3
- import { G as Y } from "../../index.es-DsGuBR0Z.js";
4
- import { P as It } from "../../index.es-Bo1Rhtyb.js";
5
- import { _ as U, c as J, a as Q, P as c } from "../../index-Cpb-8cAN.js";
2
+ import { E as Lt } from "../../index.es-Bw3LT0xk.js";
3
+ import { G as Y } from "../../index.es-C1SajYlm.js";
4
+ import { P as It } from "../../index.es-CIsLNz4j.js";
5
+ import { _ as U, c as J, a as Q, P as c } from "../../index-_ck2BRrZ.js";
6
6
  import p, { forwardRef as Z, useRef as O, useImperativeHandle as tt, useCallback as Rt, useEffect as K, useMemo as Ot, createContext as Dt, useContext as Nt, useState as Pt } from "react";
7
- import { c as _t, d as vt } from "../../index.es-BjvSa9Z-.js";
8
- import { I as Mt } from "../../index.es-DYs8W4jv.js";
7
+ import { c as _t, d as vt } from "../../index.es-C_feFtLb.js";
8
+ import { I as Mt } from "../../index.es-DCYlADaN.js";
9
9
  import { b as T, c as D, a as Wt } from "../../tslib.es6-BDCynO9F.js";
10
10
  import { M as et, a as rt } from "../../component-neHBNHRu.js";
11
11
  import { b as xt, M as mt, a as R, m as wt } from "../../component-DsB0poTj.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as n, Fragment as o } from "react/jsx-runtime";
2
- import { a, s as e, f as r } from "../../react.esm-CX1WJ2Pp.js";
2
+ import { a, s as e, f as r } from "../../react.esm-BbMrgZCM.js";
3
3
  import { HashTabView as c } from "./HashTabView.js";
4
4
  import { d as h, t as l, g as t } from "../../vi.CjhMlMwf-CKxPQtd6.js";
5
5
  const m = [
@@ -1,5 +1,5 @@
1
1
  import { jsxs as a, jsx as t } from "react/jsx-runtime";
2
- import { T as n } from "../../index.es-DCSgIiJH.js";
2
+ import { T as n } from "../../index.es-NEYPxnlS.js";
3
3
  import { BasicHeading as s } from "../BasicHeading/BasicHeading.js";
4
4
  import { Select as c } from "../Select/Select.js";
5
5
  import '../../assets/HeaderFilter.css';const d = "_filterSelect_923nc_1", m = {
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { a as i, s as t, f as T } from "../../react.esm-CX1WJ2Pp.js";
2
+ import { a as i, s as t, f as T } from "../../react.esm-BbMrgZCM.js";
3
3
  import { HeaderFilter as s } from "./HeaderFilter.js";
4
4
  import { d as c, t as o, a as l, g as e } from "../../vi.CjhMlMwf-CKxPQtd6.js";
5
5
  c("HeaderFilter-Test", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as C, Fragment as i } from "react/jsx-runtime";
2
- import { I as a } from "../../index.es-DYs8W4jv.js";
2
+ import { I as a } from "../../index.es-DCYlADaN.js";
3
3
  import { i as o } from "../../isEmpty-CxD71Jv8.js";
4
4
  import * as e from "react";
5
5
  import { AvailableCustomIcons as c } from "../../enums/AvailableCustomIcons.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { Iconify as c } from "./Iconify.js";
3
3
  import { AvailableCustomIcons as l } from "../../enums/AvailableCustomIcons.js";
4
- import { a as r, w as s, s as i } from "../../react.esm-CX1WJ2Pp.js";
4
+ import { a as r, w as s, s as i } from "../../react.esm-BbMrgZCM.js";
5
5
  import { d as f, t as a, g as o } from "../../vi.CjhMlMwf-CKxPQtd6.js";
6
6
  f("Iconify Test", async () => {
7
7
  const m = Object.keys(l).filter((e) => isNaN(Number(e)));
@@ -1,8 +1,8 @@
1
1
  import { jsx as e, jsxs as l } from "react/jsx-runtime";
2
- import { C as d, a as _, b as h } from "../../index.es-P5F6NJPB.js";
3
- import { G as m } from "../../index.es-DsGuBR0Z.js";
4
- import { P as f } from "../../index.es-Bo1Rhtyb.js";
5
- import { T as s } from "../../index.es-DCSgIiJH.js";
2
+ import { C as d, a as _, b as h } from "../../index.es-DnEIFMjv.js";
3
+ import { G as m } from "../../index.es-C1SajYlm.js";
4
+ import { P as f } from "../../index.es-CIsLNz4j.js";
5
+ import { T as s } from "../../index.es-NEYPxnlS.js";
6
6
  import { Iconify as u } from "../Iconify/Iconify.js";
7
7
  import '../../assets/InfoCard.css';const x = "_database_x7426_1", p = "_spin_x7426_1", g = "_done_x7426_16", C = "_iot_x7426_20", y = "_platform_x7426_21", b = "_other_x7426_22", N = "_crossedOut_x7426_26", H = "_fullHeight_x7426_45", T = "_centerText_x7426_49", n = {
8
8
  database: x,
@@ -1,5 +1,5 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { a as r, s as e } from "../../react.esm-CX1WJ2Pp.js";
2
+ import { a as r, s as e } from "../../react.esm-BbMrgZCM.js";
3
3
  import { InfoCard as s } from "./InfoCard.js";
4
4
  import { d as h, t as i, g as t } from "../../vi.CjhMlMwf-CKxPQtd6.js";
5
5
  h("HealthCheckFailed Component", () => {
@@ -1,7 +1,7 @@
1
1
  import { jsxs as p, Fragment as h, jsx as t } from "react/jsx-runtime";
2
- import { D as d } from "../../index.es-Bus5gEri.js";
3
- import { G as c } from "../../index.es-DsGuBR0Z.js";
4
- import { a as g, d as _ } from "../../index.es-DCSgIiJH.js";
2
+ import { D as d } from "../../index.es-DYViXXnI.js";
3
+ import { G as c } from "../../index.es-C1SajYlm.js";
4
+ import { a as g, d as _ } from "../../index.es-NEYPxnlS.js";
5
5
  import { useMemo as f, Fragment as C } from "react";
6
6
  import { u as m } from "../../useBreakpoints-MzTZ0tCT.js";
7
7
  import '../../assets/InfoGroup.css';const y = "_dividerContainer_1bd14_1", D = "_mainGroup_1bd14_6", b = "_centerDefaultComponent_1bd14_19", A = "_verticalDivider_1bd14_23", G = "_textAlignRight_1bd14_31", N = "_typoColor_1bd14_35", a = {
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { a as l, s as t } from "../../react.esm-CX1WJ2Pp.js";
2
+ import { a as l, s as t } from "../../react.esm-BbMrgZCM.js";
3
3
  import { InfoGroup as r } from "./InfoGroup.js";
4
4
  import { d as s, t as i, g as e } from "../../vi.CjhMlMwf-CKxPQtd6.js";
5
5
  s("InfoGroup Test", () => {
@@ -1,12 +1,12 @@
1
1
  import { jsx as a, jsxs as u } from "react/jsx-runtime";
2
- import { D as B } from "../../index.es-Bus5gEri.js";
3
- import { E as D } from "../../index.es-DNRm4vOy.js";
4
- import { L as j } from "../../index.es-D_hWWij3.js";
5
- import { c as h } from "../../index-Cpb-8cAN.js";
2
+ import { D as B } from "../../index.es-DYViXXnI.js";
3
+ import { E as D } from "../../index.es-Bw3LT0xk.js";
4
+ import { L as j } from "../../index.es-C19v_2Tu.js";
5
+ import { c as h } from "../../index-_ck2BRrZ.js";
6
6
  import { o as p } from "../../orderBy-BXxEvUw6.js";
7
7
  import { useState as E, useMemo as v } from "react";
8
8
  import { SearchBar as I } from "../SearchBar/SearchBar.js";
9
- import { g as M, a as N, s as e } from "../../ListAreaService-Dx9WBGHB.js";
9
+ import { g as M, a as N, s as e } from "../../ListAreaService-CGJm5I23.js";
10
10
  const F = ({
11
11
  elements: r,
12
12
  pathname: o,
@@ -1,9 +1,9 @@
1
1
  import { jsx as r, Fragment as i } from "react/jsx-runtime";
2
- import { P as m } from "../../index.es-Bo1Rhtyb.js";
3
- import { c as u } from "../../index.es-DCSgIiJH.js";
4
- import { a as s, s as a, f as c } from "../../react.esm-CX1WJ2Pp.js";
2
+ import { P as m } from "../../index.es-CIsLNz4j.js";
3
+ import { c as u } from "../../index.es-NEYPxnlS.js";
4
+ import { a as s, s as a, f as c } from "../../react.esm-BbMrgZCM.js";
5
5
  import { ListArea as l } from "./ListArea.js";
6
- import { g as h } from "../../ListAreaService-Dx9WBGHB.js";
6
+ import { g as h } from "../../ListAreaService-CGJm5I23.js";
7
7
  import { d, t as n, g as t } from "../../vi.CjhMlMwf-CKxPQtd6.js";
8
8
  d("ListArea Test", () => {
9
9
  const o = [
@@ -1,12 +1,12 @@
1
1
  import "react/jsx-runtime";
2
- import "../../index.es-DsGuBR0Z.js";
3
- import "../../index.es-DYs8W4jv.js";
4
- import "../../index.es-Bo1Rhtyb.js";
5
- import "../../index.es-DCSgIiJH.js";
6
- import "../../index-Cpb-8cAN.js";
2
+ import "../../index.es-C1SajYlm.js";
3
+ import "../../index.es-DCYlADaN.js";
4
+ import "../../index.es-CIsLNz4j.js";
5
+ import "../../index.es-NEYPxnlS.js";
6
+ import "../../index-_ck2BRrZ.js";
7
7
  import "../Iconify/Iconify.js";
8
8
  import "../../enums/AvailableCustomIcons.js";
9
- import { g as d, a as I, m as L } from "../../ListAreaService-Dx9WBGHB.js";
9
+ import { g as d, a as I, m as L } from "../../ListAreaService-CGJm5I23.js";
10
10
  export {
11
11
  d as getGroupedItems,
12
12
  I as getListedItems,
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../index.es-DCSgIiJH.js";
2
+ import "../../../index.es-NEYPxnlS.js";
3
3
  import "../../Iconify/Iconify.js";
4
- import { B as t } from "../../../BigLoadingSpinner-BeHzqdOg.js";
4
+ import { B as t } from "../../../BigLoadingSpinner-CDbRVDNZ.js";
5
5
  export {
6
6
  t as BigLoadingSpinner
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as r, B as n } from "../../../BigLoadingSpinner-BeHzqdOg.js";
3
- import { a as i, s as e } from "../../../react.esm-CX1WJ2Pp.js";
2
+ import { s as r, B as n } from "../../../BigLoadingSpinner-CDbRVDNZ.js";
3
+ import { a as i, s as e } from "../../../react.esm-BbMrgZCM.js";
4
4
  import { d as g, t as a, g as t } from "../../../vi.CjhMlMwf-CKxPQtd6.js";
5
5
  g("BigLoadingSpinner Test", () => {
6
6
  a("render BigLoadingSpinner with custom loading text", () => {
@@ -1,13 +1,13 @@
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-Cpb-8cAN.js";
3
- import { i as Z, _ as w, d as ee } from "../../../index.es-BjvSa9Z-.js";
2
+ import { _ as X, a as Y, c as $, P as u } from "../../../index-_ck2BRrZ.js";
3
+ import { i as Z, _ as w, d as ee } from "../../../index.es-C_feFtLb.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
5
  import { b as G, c as U } from "../../../tslib.es6-BDCynO9F.js";
6
6
  import { M as oe, a as ne } from "../../../component-neHBNHRu.js";
7
- import { G as ce } from "../../../index.es-DsGuBR0Z.js";
8
- import { P as le } from "../../../index.es-Bo1Rhtyb.js";
9
- import { T as de } from "../../../index.es-DCSgIiJH.js";
10
- import { B as ue } from "../../../BigLoadingSpinner-BeHzqdOg.js";
7
+ import { G as ce } from "../../../index.es-C1SajYlm.js";
8
+ import { P as le } from "../../../index.es-CIsLNz4j.js";
9
+ import { T as de } from "../../../index.es-NEYPxnlS.js";
10
+ import { B as ue } from "../../../BigLoadingSpinner-CDbRVDNZ.js";
11
11
  import '../../../assets/LoadingSpinner.css';/**
12
12
  * @license
13
13
  * Copyright 2020 Google Inc.
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { a, s as e } from "../../../react.esm-CX1WJ2Pp.js";
2
+ import { a, s as e } from "../../../react.esm-BbMrgZCM.js";
3
3
  import { act as s } from "react";
4
4
  import { LoadingSpinner as i } from "./LoadingSpinner.js";
5
5
  import { d as m, b as d, t as o, g as t, v as r } from "../../../vi.CjhMlMwf-CKxPQtd6.js";
@@ -3,6 +3,7 @@ import { AvailableCustomIcons } from '../../enums/AvailableCustomIcons';
3
3
  import { OfflineViewProps } from '../OfflineView/OfflineView';
4
4
 
5
5
  type ModalProps = Omit<ElementModalProps, 'primaryButton'> & React.HTMLProps<HTMLElement> & React.DOMAttributes<HTMLElement> & {
6
+ closeIcon?: keyof typeof AvailableCustomIcons | string;
6
7
  leadingIcon?: keyof typeof AvailableCustomIcons | string;
7
8
  isOnline?: boolean;
8
9
  offlineViewProps?: Partial<OfflineViewProps>;
@@ -14,6 +15,7 @@ type ModalProps = Omit<ElementModalProps, 'primaryButton'> & React.HTMLProps<HTM
14
15
  * @param title - The title of the modal.
15
16
  * @param headerActions - The actions to display in the header of the modal.
16
17
  * @param actionButton - Button for the primary action of the modal - primaryButton is omitted from {@link ModalProps} since it triggers form submission on Enter key press.
18
+ * @param closeIcon - Set a custom close icon. Default is 'close'.
17
19
  * @param hideCloseIcon - If true, the close icon will be hidden. Default true.
18
20
  * @param leadingIcon - Iconify icon string (material icons and custom icons)
19
21
  * @param isOnline - Whether the user is online; shows OfflineView when false.
@@ -21,5 +23,5 @@ type ModalProps = Omit<ElementModalProps, 'primaryButton'> & React.HTMLProps<HTM
21
23
  * @param ...props - Other element props to pass to the modal.
22
24
  * @returns
23
25
  */
24
- export declare const Modal: ({ onClose, title, headerActions, actionButton, hideCloseIcon, leadingIcon, isOnline, offlineViewProps, children, ...props }: ModalProps) => import("react/jsx-runtime").JSX.Element;
26
+ export declare const Modal: ({ onClose, title, headerActions, actionButton, hideCloseIcon, closeIcon, leadingIcon, isOnline, offlineViewProps, children, ...props }: ModalProps) => import("react/jsx-runtime").JSX.Element;
25
27
  export {};