@hortiview/shared-components 2.8.7 → 2.9.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 (112) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/{AlertBanner-D-NTP_6i.js → AlertBanner-Dss0v6W0.js} +3 -3
  3. package/dist/{BigLoadingSpinner-CCxsMWnc.js → BigLoadingSpinner-BeHzqdOg.js} +1 -1
  4. package/dist/{GenericCard-DOKyENNm.js → GenericCard-MjxZ1L7r.js} +3 -3
  5. package/dist/ListAreaService-Dx9WBGHB.js +125 -0
  6. package/dist/{OfflineView-DHtzNLwt.js → OfflineView-D168VIXv.js} +3 -3
  7. package/dist/assets/BaseView.css +1 -1
  8. package/dist/assets/BasicHeading.css +1 -1
  9. package/dist/assets/BlockView.css +1 -1
  10. package/dist/assets/ContextMenu.css +1 -1
  11. package/dist/assets/CustomTextField.css +1 -1
  12. package/dist/assets/EmptyView.css +1 -0
  13. package/dist/assets/Filter.css +1 -1
  14. package/dist/assets/FormDatePicker.css +1 -1
  15. package/dist/assets/FormSelect.css +1 -1
  16. package/dist/assets/FormText.css +1 -1
  17. package/dist/assets/HashTabView.css +1 -1
  18. package/dist/assets/InfoGroup.css +1 -1
  19. package/dist/assets/ListAreaService.css +1 -1
  20. package/dist/assets/Modal.css +1 -1
  21. package/dist/assets/OnboardingBanner.css +1 -1
  22. package/dist/assets/Select.css +1 -1
  23. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  24. package/dist/components/AlertBanner/AlertBanner.test.js +1 -1
  25. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  26. package/dist/components/BaseView/BaseView.d.ts +17 -1
  27. package/dist/components/BaseView/BaseView.js +119 -76
  28. package/dist/components/BaseView/BaseView.service.d.ts +7 -0
  29. package/dist/components/BaseView/BaseView.service.js +27 -0
  30. package/dist/components/BaseView/BaseView.test.js +18 -17
  31. package/dist/components/BasicHeading/BasicHeading.d.ts +6 -1
  32. package/dist/components/BasicHeading/BasicHeading.js +57 -53
  33. package/dist/components/BasicHeading/BasicHeading.test.js +24 -24
  34. package/dist/components/BlockView/BlockView.d.ts +15 -3
  35. package/dist/components/BlockView/BlockView.js +69 -58
  36. package/dist/components/ChipCard/ChipCard.js +7 -7
  37. package/dist/components/ContextMenu/ContextMenu.d.ts +2 -0
  38. package/dist/components/ContextMenu/ContextMenu.js +52 -41
  39. package/dist/components/DeleteModal/DeleteModal.js +4 -4
  40. package/dist/components/DetailContentWrapper/DetailContentWrapper.d.ts +18 -3
  41. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +13 -11
  42. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  43. package/dist/components/EmptyView/EmptyView.d.ts +18 -6
  44. package/dist/components/EmptyView/EmptyView.js +37 -309
  45. package/dist/components/EmptyView/EmptyView.test.js +34 -38
  46. package/dist/components/Filter/Filter.d.ts +5 -1
  47. package/dist/components/Filter/Filter.js +113 -98
  48. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  49. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +4 -4
  50. package/dist/components/FormComponents/FormNumber/CustomTextField.js +21 -20
  51. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  52. package/dist/components/FormComponents/FormSelect/FormSelect.js +33 -33
  53. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  54. package/dist/components/FormComponents/FormSlider/FormSlider.js +3 -3
  55. package/dist/components/FormComponents/FormText/FormText.js +45 -44
  56. package/dist/components/FormComponents/FormToggle/FormToggle.js +3 -3
  57. package/dist/components/GenericTable/GenericTable.js +17 -17
  58. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  59. package/dist/components/GenericTable/Mobile/GenericCard.test.js +1 -1
  60. package/dist/components/GenericTable/Mobile/GenericCardList.js +3 -3
  61. package/dist/components/HashTabView/HashTabView.js +119 -117
  62. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  63. package/dist/components/Iconify/Iconify.d.ts +4 -0
  64. package/dist/components/Iconify/Iconify.js +1 -1
  65. package/dist/components/InfoCard/InfoCard.js +3 -3
  66. package/dist/components/InfoGroup/InfoGroup.js +47 -38
  67. package/dist/components/ListArea/ListArea.d.ts +6 -2
  68. package/dist/components/ListArea/ListArea.js +37 -32
  69. package/dist/components/ListArea/ListArea.test.js +2 -2
  70. package/dist/components/ListArea/ListAreaService.js +4 -4
  71. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
  72. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +1 -1
  73. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +4 -4
  74. package/dist/components/Modal/Modal.js +119 -103
  75. package/dist/components/OfflineView/OfflineView.js +4 -4
  76. package/dist/components/OfflineView/OfflineView.test.js +1 -1
  77. package/dist/components/OnboardingBanner/OnboardingBanner.js +35 -33
  78. package/dist/components/OverflowTooltip/OverflowTooltip.js +1 -1
  79. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +1 -1
  80. package/dist/components/SearchBar/SearchBar.js +2 -2
  81. package/dist/components/Select/Select.js +2 -2
  82. package/dist/components/Stepper/Stepper.js +1 -1
  83. package/dist/components/Stepper/components/StepperButton.js +1 -1
  84. package/dist/components/Stepper/components/StepperHeader.js +2 -2
  85. package/dist/components/Stepper/components/StepperIndicator.js +1 -1
  86. package/dist/{find-B-dm7n_F.js → find-Dpy_M6vm.js} +1 -1
  87. package/dist/{index.es-DObVvepK.js → index.es-BLIkMu0q.js} +2 -2
  88. package/dist/{index.es-DENZVv7_.js → index.es-BLolvOHO.js} +5 -5
  89. package/dist/{index.es-BXj90wb_.js → index.es-BjvSa9Z-.js} +2 -2
  90. package/dist/{index.es-Dfju71Pi.js → index.es-Bus5gEri.js} +1 -1
  91. package/dist/{index.es-IXyb5F6n.js → index.es-BzdG6flH.js} +2 -2
  92. package/dist/{index.es-DqSY-ePE.js → index.es-CXq42ihP.js} +9 -9
  93. package/dist/{index.es-45NOgWlB.js → index.es-CijDQQVg.js} +2 -2
  94. package/dist/{index.es-BGordhUK.js → index.es-DCSgIiJH.js} +1 -1
  95. package/dist/{index.es-D1IpdMde.js → index.es-DDRyb2df.js} +2 -2
  96. package/dist/{index.es-DeF-y7fd.js → index.es-DNRm4vOy.js} +1 -1
  97. package/dist/{index.es-0QJC9VS2.js → index.es-DUcI2Zyr.js} +2 -2
  98. package/dist/{index.es-DwzB1d7_.js → index.es-DYs8W4jv.js} +1 -1
  99. package/dist/{index.es-B6ZgiW2s.js → index.es-D_hWWij3.js} +13 -13
  100. package/dist/{index.es-CK4oZMKs.js → index.es-Dq_bXeGZ.js} +13 -13
  101. package/dist/{index.es-t7hFwQSs.js → index.es-Ds9rRj5B.js} +2 -2
  102. package/dist/{index.es-DDYCugj-.js → index.es-DsGuBR0Z.js} +1 -1
  103. package/dist/{index.es-Bg8hxXM8.js → index.es-P5F6NJPB.js} +360 -255
  104. package/dist/{index.es-Cq04gn3U.js → index.es-b2h35xzk.js} +4 -4
  105. package/dist/{index.es-Bgjh6euR.js → index.es-vqlyMiew.js} +1 -1
  106. package/dist/{keyboard-B-WUULl-.js → keyboard-BfmK7HK_.js} +1 -1
  107. package/dist/main.js +2 -2
  108. package/dist/{map-Dbvlv_6y.js → map-LUrszKZW.js} +2 -2
  109. package/dist/{slicedToArray-BWk2gTCn.js → slicedToArray-uk6yv91z.js} +1 -1
  110. package/package.json +1 -1
  111. package/dist/ListAreaService-CI-s1Xx5.js +0 -124
  112. package/dist/includes-Bt-Stz_B.js +0 -110
@@ -1,57 +1,66 @@
1
- import { jsxs as d, Fragment as p, jsx as t } from "react/jsx-runtime";
2
- import { D as h } from "../../index.es-Dfju71Pi.js";
3
- import { G as s } from "../../index.es-DDYCugj-.js";
4
- import { a as g, d as f } from "../../index.es-BGordhUK.js";
5
- import { useMemo as _, Fragment as D } from "react";
1
+ import { jsxs as p, Fragment as v, 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";
5
+ import { useMemo as f, Fragment as C } from "react";
6
6
  import { u as m } from "../../useBreakpoints-MzTZ0tCT.js";
7
- import '../../assets/InfoGroup.css';const C = "_dividerContainer_4c1hq_1", y = "_centerDefaultComponent_4c1hq_10", A = "_verticalDivider_4c1hq_14", G = "_mainGroup_4c1hq_22", x = "_textAlignRight_4c1hq_28", l = {
8
- dividerContainer: C,
9
- centerDefaultComponent: y,
7
+ import '../../assets/InfoGroup.css';const y = "_dividerContainer_v06ae_1", D = "_centerDefaultComponent_v06ae_10", A = "_verticalDivider_v06ae_14", G = "_mainGroup_v06ae_22", N = "_textAlignRight_v06ae_27", R = "_typoColor_v06ae_31", o = {
8
+ dividerContainer: y,
9
+ centerDefaultComponent: D,
10
10
  verticalDivider: A,
11
11
  mainGroup: G,
12
- textAlignRight: x
13
- }, F = ({ fields: r, bold: n }) => {
14
- const { isDesktop: o } = m(), e = !!r.length && Array.isArray(r.at(0)), i = _(() => e && o ? r.map((a, c) => /* @__PURE__ */ d(p, { children: [
15
- c != 0 && /* @__PURE__ */ t("span", { "data-testid": "test-divider", className: l.dividerContainer, children: /* @__PURE__ */ t(h, {}) }),
16
- /* @__PURE__ */ t(u, { fields: a, bold: n })
17
- ] })) : /* @__PURE__ */ t(u, { fields: r.flat(), bold: n }), [o, e, r, n]);
12
+ textAlignRight: N,
13
+ typoColor: R
14
+ }, j = ({ fields: r, bold: i }) => {
15
+ const { isDesktop: a } = m(), e = !!r.length && Array.isArray(r.at(0)), n = f(() => e && a ? r.map((l, s) => /* @__PURE__ */ p(v, { children: [
16
+ s != 0 && /* @__PURE__ */ t("span", { "data-testid": "test-divider", className: o.dividerContainer, children: /* @__PURE__ */ t(d, {}) }),
17
+ /* @__PURE__ */ t(u, { fields: l, bold: i }),
18
+ s === r.length - 1 && /* @__PURE__ */ t(
19
+ "span",
20
+ {
21
+ "data-testid": "test-divider-end",
22
+ className: o.dividerContainer,
23
+ children: /* @__PURE__ */ t(d, {})
24
+ }
25
+ )
26
+ ] })) : /* @__PURE__ */ t(u, { fields: r.flat(), bold: i }), [a, e, r, i]);
18
27
  return /* @__PURE__ */ t(
19
- s,
28
+ c,
20
29
  {
21
30
  "data-testid": "infoGroup",
22
31
  direction: "vertical",
23
32
  fullWidth: !0,
24
- className: l.mainGroup,
33
+ className: o.mainGroup,
25
34
  gap: "none",
26
- children: i
35
+ children: n
27
36
  }
28
37
  );
29
- }, u = ({ fields: r, bold: n }) => {
30
- const { isDesktop: o } = m();
38
+ }, u = ({ fields: r, bold: i }) => {
39
+ const { isDesktop: a } = m();
31
40
  return /* @__PURE__ */ t(
32
- s,
41
+ c,
33
42
  {
34
43
  "data-testid": "singleRow",
35
44
  fullWidth: !0,
36
- direction: o ? "horizontal" : "vertical",
45
+ direction: a ? "horizontal" : "vertical",
37
46
  secondaryAlign: "start",
38
- children: r.map((e, i) => {
39
- const a = o ? /* @__PURE__ */ t("div", { className: l.verticalDivider }) : /* @__PURE__ */ t(h, {});
40
- return /* @__PURE__ */ d(D, { children: [
41
- i != 0 && a,
42
- /* @__PURE__ */ t(R, { field: e, bold: n, variant: e.componentVariant })
43
- ] }, `${e.label ?? "label"}_${i}`);
47
+ children: r.map((e, n) => {
48
+ const l = a ? /* @__PURE__ */ t("div", { className: o.verticalDivider }) : /* @__PURE__ */ t(d, {});
49
+ return /* @__PURE__ */ p(C, { children: [
50
+ n != 0 && l,
51
+ /* @__PURE__ */ t(x, { field: e, bold: i, variant: e.componentVariant })
52
+ ] }, `${e.label ?? "label"}_${n}`);
44
53
  })
45
54
  }
46
55
  );
47
- }, R = ({
56
+ }, x = ({
48
57
  field: r,
49
- bold: n,
50
- variant: o = "default"
58
+ bold: i,
59
+ variant: a = "default"
51
60
  }) => {
52
- const { isDesktop: e } = m(), { component: i, value: a, label: c, themeColor: v } = r;
53
- return i && o === "default" ? /* @__PURE__ */ t(s, { fullWidth: !0, primaryAlign: "center", className: l.centerDefaultComponent, children: i }) : /* @__PURE__ */ d(
54
- s,
61
+ const { isDesktop: e } = m(), { component: n, value: l, label: s, themeColor: h } = r;
62
+ return n && a === "default" ? /* @__PURE__ */ t(c, { fullWidth: !0, primaryAlign: "center", className: o.centerDefaultComponent, children: n }) : /* @__PURE__ */ p(
63
+ c,
55
64
  {
56
65
  fullWidth: !0,
57
66
  "data-testid": "infoGroupItem",
@@ -59,15 +68,15 @@ import '../../assets/InfoGroup.css';const C = "_dividerContainer_4c1hq_1", y = "
59
68
  gap: "none",
60
69
  primaryAlign: e ? "start" : "space-between",
61
70
  secondaryAlign: e ? "baseline" : "center",
62
- className: e ? "" : l.textAlignRight,
71
+ className: e ? "" : o.textAlignRight,
63
72
  children: [
64
- /* @__PURE__ */ t(g, { themeColor: "text-hint-on-light", children: c }),
65
- i ? /* @__PURE__ */ t(p, { children: i }) : /* @__PURE__ */ t(f, { level: 1, "data-testid": "infoGroupValue", themeColor: v, bold: n, children: a })
73
+ /* @__PURE__ */ t(g, { className: o.typoColor, children: s }),
74
+ n ? /* @__PURE__ */ t(v, { children: n }) : /* @__PURE__ */ t(_, { level: 1, "data-testid": "infoGroupValue", themeColor: h, bold: i, children: l })
66
75
  ]
67
76
  }
68
77
  );
69
78
  };
70
79
  export {
71
- R as Cell,
72
- F as InfoGroup
80
+ x as Cell,
81
+ j as InfoGroup
73
82
  };
@@ -23,7 +23,7 @@ type ListAreaProps = {
23
23
  */
24
24
  searchPlaceholder?: string;
25
25
  /**
26
- * isIntegrated is true if the list should be integrated, if true the list has no elevation @default false
26
+ * isIntegrated is true if the list should be integrated, if true the list has no elevation @default true
27
27
  */
28
28
  isIntegrated?: boolean;
29
29
  /**
@@ -46,6 +46,10 @@ type ListAreaProps = {
46
46
  * data-testid for testing
47
47
  */
48
48
  'data-testid'?: string;
49
+ /**
50
+ * @default false
51
+ */
52
+ hasLastItemNoRoundedEdges?: boolean;
49
53
  /**
50
54
  * routerLinkElement is the element to be used for the elements link, use react-router Link component for the best experience.
51
55
  * If the element has `noNavigation=false` and the `routerLinkElement` is undefined an `<a>` tag is used.
@@ -58,5 +62,5 @@ type ListAreaProps = {
58
62
  * list elements act as router links to the corresponding route.
59
63
  * The list will be displayed in the desktop view or when no detail view is selected (in mobile view).
60
64
  */
61
- export declare const ListArea: ({ elements, pathname, isGrouped, hasSearch, searchPlaceholder, isIntegrated, isSorted, itemClassName, maxHeight, noElementsView, "data-testid": dataTestId, routerLinkElement, }: ListAreaProps) => import("react/jsx-runtime").JSX.Element;
65
+ export declare const ListArea: ({ elements, pathname, isGrouped, hasSearch, searchPlaceholder, isIntegrated, isSorted, itemClassName, maxHeight, noElementsView, hasLastItemNoRoundedEdges, "data-testid": dataTestId, routerLinkElement, }: ListAreaProps) => import("react/jsx-runtime").JSX.Element;
62
66
  export {};
@@ -1,61 +1,66 @@
1
- import { jsx as s, jsxs as u } from "react/jsx-runtime";
2
- import { D as h } from "../../index.es-Dfju71Pi.js";
3
- import { E as B } from "../../index.es-DeF-y7fd.js";
4
- import { L as D } from "../../index.es-B6ZgiW2s.js";
5
- import { c as p } from "../../index-Cpb-8cAN.js";
6
- import { o as v } from "../../orderBy-BXxEvUw6.js";
7
- import { useState as j, useMemo as L } from "react";
8
- import { SearchBar as E } from "../SearchBar/SearchBar.js";
9
- import { g as I, a as M, s as e } from "../../ListAreaService-CI-s1Xx5.js";
10
- const z = ({
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";
6
+ import { o as p } from "../../orderBy-BXxEvUw6.js";
7
+ import { useState as E, useMemo as v } from "react";
8
+ import { SearchBar as I } from "../SearchBar/SearchBar.js";
9
+ import { g as M, a as N, s as e } from "../../ListAreaService-Dx9WBGHB.js";
10
+ const F = ({
11
11
  elements: r,
12
12
  pathname: o,
13
13
  isGrouped: i = !1,
14
14
  hasSearch: w = !1,
15
- searchPlaceholder: g = "",
16
- isIntegrated: m = !1,
15
+ searchPlaceholder: L = "",
16
+ isIntegrated: g = !0,
17
17
  isSorted: l = !0,
18
18
  itemClassName: c = "",
19
19
  maxHeight: x = "100%",
20
20
  noElementsView: T,
21
+ hasLastItemNoRoundedEdges: m = !1,
21
22
  "data-testid": y,
22
23
  routerLinkElement: d
23
24
  }) => {
24
- const [t, C] = j(""), a = L(() => {
25
- if (!t) return l ? v(r, "title") : r;
25
+ const [t, C] = E(""), s = v(() => {
26
+ if (!t) return l ? p(r, "title") : r;
26
27
  const n = r.filter((f) => f.title.toLowerCase().includes(t.toLowerCase()) || f.subTitle?.toLowerCase().includes(t.toLowerCase()) || f.overlineTitle?.toLowerCase().includes(t.toLowerCase()));
27
- return l ? v(n, "title") : n;
28
- }, [t, r, l]), b = L(
29
- () => i ? I(a, o, c, d) : M(a, o, c, d),
30
- [a, o, c, i, d]
28
+ return l ? p(n, "title") : n;
29
+ }, [t, r, l]), b = v(
30
+ () => i ? M(s, o, c, d) : N(s, o, c, d),
31
+ [s, o, c, i, d]
31
32
  );
32
- return /* @__PURE__ */ s(
33
- B,
33
+ return /* @__PURE__ */ a(
34
+ D,
34
35
  {
35
36
  "data-testid": "elevation",
36
- elevation: m ? 0 : 1,
37
+ elevation: g ? 0 : 1,
37
38
  className: `${e.mainElevation}`,
38
- children: /* @__PURE__ */ u("div", { className: p(e.fullWidth, e.noGroupHeaderMargin), children: [
39
+ children: /* @__PURE__ */ u("div", { className: h(e.fullWidth, e.noGroupHeaderMargin), children: [
39
40
  w && r.length > 0 && /* @__PURE__ */ u("span", { "data-testid": "search-bar-container", children: [
40
- m && /* @__PURE__ */ s(h, {}),
41
- /* @__PURE__ */ s(
42
- E,
41
+ /* @__PURE__ */ a(
42
+ I,
43
43
  {
44
44
  searchTerm: t,
45
45
  setSearchTerm: C,
46
46
  className: e.searchbar,
47
- placeholder: g
47
+ placeholder: L
48
48
  }
49
49
  ),
50
- /* @__PURE__ */ s(h, {})
50
+ /* @__PURE__ */ a(B, {})
51
51
  ] }),
52
- a.length === 0 && T,
53
- /* @__PURE__ */ s(
54
- D,
52
+ s.length === 0 && T,
53
+ /* @__PURE__ */ a(
54
+ j,
55
55
  {
56
56
  "data-testid": y,
57
57
  items: b,
58
- className: p(e.list, e.primaryText, !i && e.roundedBottom),
58
+ className: h(
59
+ e.list,
60
+ e.primaryText,
61
+ !i && !m && e.roundedBottom,
62
+ m && e.hasNoRoundedEdges
63
+ ),
59
64
  style: { maxHeight: x },
60
65
  showDivider: !1
61
66
  }
@@ -65,5 +70,5 @@ const z = ({
65
70
  );
66
71
  };
67
72
  export {
68
- z as ListArea
73
+ F as ListArea
69
74
  };
@@ -1,9 +1,9 @@
1
1
  import { jsx as r, Fragment as i } from "react/jsx-runtime";
2
2
  import { P as m } from "../../index.es-Bo1Rhtyb.js";
3
- import { c as u } from "../../index.es-BGordhUK.js";
3
+ import { c as u } from "../../index.es-DCSgIiJH.js";
4
4
  import { a as s, s as a, f as c } from "../../react.esm-CX1WJ2Pp.js";
5
5
  import { ListArea as l } from "./ListArea.js";
6
- import { g as h } from "../../ListAreaService-CI-s1Xx5.js";
6
+ import { g as h } from "../../ListAreaService-Dx9WBGHB.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-DDYCugj-.js";
3
- import "../../index.es-DwzB1d7_.js";
2
+ import "../../index.es-DsGuBR0Z.js";
3
+ import "../../index.es-DYs8W4jv.js";
4
4
  import "../../index.es-Bo1Rhtyb.js";
5
- import "../../index.es-BGordhUK.js";
5
+ import "../../index.es-DCSgIiJH.js";
6
6
  import "../../index-Cpb-8cAN.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-CI-s1Xx5.js";
9
+ import { g as d, a as I, m as L } from "../../ListAreaService-Dx9WBGHB.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-BGordhUK.js";
2
+ import "../../../index.es-DCSgIiJH.js";
3
3
  import "../../Iconify/Iconify.js";
4
- import { B as t } from "../../../BigLoadingSpinner-CCxsMWnc.js";
4
+ import { B as t } from "../../../BigLoadingSpinner-BeHzqdOg.js";
5
5
  export {
6
6
  t as BigLoadingSpinner
7
7
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as r, B as n } from "../../../BigLoadingSpinner-CCxsMWnc.js";
2
+ import { s as r, B as n } from "../../../BigLoadingSpinner-BeHzqdOg.js";
3
3
  import { a as i, s as e } from "../../../react.esm-CX1WJ2Pp.js";
4
4
  import { d as g, t as a, g as t } from "../../../vi.CjhMlMwf-CKxPQtd6.js";
5
5
  g("BigLoadingSpinner Test", () => {
@@ -1,13 +1,13 @@
1
1
  import { jsx as y, jsxs as Q } from "react/jsx-runtime";
2
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-BXj90wb_.js";
3
+ import { i as Z, _ as w, d as ee } from "../../../index.es-BjvSa9Z-.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-DDYCugj-.js";
7
+ import { G as ce } from "../../../index.es-DsGuBR0Z.js";
8
8
  import { P as le } from "../../../index.es-Bo1Rhtyb.js";
9
- import { T as de } from "../../../index.es-BGordhUK.js";
10
- import { B as ue } from "../../../BigLoadingSpinner-CCxsMWnc.js";
9
+ import { T as de } from "../../../index.es-DCSgIiJH.js";
10
+ import { B as ue } from "../../../BigLoadingSpinner-BeHzqdOg.js";
11
11
  import '../../../assets/LoadingSpinner.css';/**
12
12
  * @license
13
13
  * Copyright 2020 Google Inc.