@hortiview/shared-components 0.0.6890 → 0.0.7018

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 (113) hide show
  1. package/dist/BlockView.module-BPlNT5uh.js +15 -0
  2. package/dist/HashTabView.module-CJX4gxTu.js +13 -0
  3. package/dist/HeaderFilter.module-DiBmulr5.js +7 -0
  4. package/dist/Iconify-CY9lZjFd.js +95 -0
  5. package/dist/_baseToString-BNXOi2Mf.js +197 -0
  6. package/dist/_equalByTag-DJhSpgVG.js +157 -0
  7. package/dist/alertBanner.module-HneYdVzN.js +10 -0
  8. package/dist/assets/{main.css → Filter.css} +1 -1
  9. package/dist/assets/baseView.css +1 -0
  10. package/dist/assets/basicHeading.css +1 -0
  11. package/dist/assets/listArea.css +1 -0
  12. package/dist/baseView.module-ve87u_d0.js +12 -0
  13. package/dist/basicHeading.module-BYb8xvuk.js +16 -0
  14. package/dist/bigLoadingSpinner.module-GgbFol8k.js +11 -0
  15. package/dist/components/AlertBanner/AlertBanner.js +12 -17
  16. package/dist/components/AlertBanner/AlertBanner.test.js +2 -2
  17. package/dist/components/BaseView/BaseView.js +42 -45
  18. package/dist/components/BaseView/BaseView.test.js +6 -4
  19. package/dist/components/BasicHeading/BasicHeading.js +39 -50
  20. package/dist/components/BasicHeading/BasicHeading.test.js +1 -1
  21. package/dist/components/BlockView/BlockView.js +41 -51
  22. package/dist/components/BlockView/BlockView.test.js +1 -1
  23. package/dist/components/ContextMenu/ContextMenu.js +18 -20
  24. package/dist/components/ContextMenu/ContextMenu.test.js +1 -1
  25. package/dist/components/DeleteModal/DeleteModal.js +55 -60
  26. package/dist/components/DeleteModal/DeleteModal.test.js +1 -1
  27. package/dist/components/Disclaimer/Disclaimer.js +8 -11
  28. package/dist/components/Disclaimer/Disclaimer.test.js +1 -1
  29. package/dist/components/EmptyView/EmptyView.test.js +1 -1
  30. package/dist/components/Filter/Filter.d.ts +27 -0
  31. package/dist/components/Filter/Filter.js +149 -0
  32. package/dist/components/Filter/Filter.test.d.ts +1 -0
  33. package/dist/components/Filter/Filter.test.js +114 -0
  34. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +1 -1
  35. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +46 -52
  36. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +1 -1
  37. package/dist/components/FormComponents/FormRadio/FormRadio.test.js +1 -1
  38. package/dist/components/FormComponents/FormSelect/FormSelect.js +68 -73
  39. package/dist/components/FormComponents/FormSelect/FormSelect.test.js +2 -2
  40. package/dist/components/FormComponents/FormSlider/FormSlider.test.js +1 -1
  41. package/dist/components/FormComponents/FormText/FormText.js +57 -62
  42. package/dist/components/FormComponents/FormText/FormText.test.js +1 -1
  43. package/dist/components/GenericTable/GenericTable.js +52 -58
  44. package/dist/components/GenericTable/GenericTable.test.js +1 -1
  45. package/dist/components/HashTabView/HashTabView.js +46 -54
  46. package/dist/components/HashTabView/HashTabView.test.js +1 -1
  47. package/dist/components/HeaderFilter/HeaderFilter.js +14 -16
  48. package/dist/components/HeaderFilter/HeaderFilter.test.js +1 -1
  49. package/dist/components/Iconify/Iconify.d.ts +3 -13
  50. package/dist/components/Iconify/Iconify.js +6 -163
  51. package/dist/components/Iconify/Iconify.test.js +2 -2
  52. package/dist/components/InfoGroup/InfoGroup.js +38 -47
  53. package/dist/components/InfoGroup/InfoGroup.test.js +1 -1
  54. package/dist/components/ListArea/ListArea.js +258 -490
  55. package/dist/components/ListArea/ListArea.test.js +2 -2
  56. package/dist/components/ListArea/ListAreaService.js +82 -8
  57. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +9 -5
  58. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +3 -2
  59. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +13 -15
  60. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +1 -1
  61. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +2 -2
  62. package/dist/components/Scrollbar/scrollbar.test.js +1 -1
  63. package/dist/components/SearchBar/SearchBar.js +21 -23
  64. package/dist/components/SearchBar/SearchBar.test.js +1 -1
  65. package/dist/components/VerticalDivider/VerticalDivider.js +4 -6
  66. package/dist/components/VerticalDivider/VerticalDivider.test.js +1 -1
  67. package/dist/contextMenu.module-B7aUMFPe.js +7 -0
  68. package/dist/deleteModal.module-Ds3MDzdl.js +10 -0
  69. package/dist/disclaimer.module-BZydt-Q_.js +8 -0
  70. package/dist/formDatePicker.module-BV3ma_7y.js +11 -0
  71. package/dist/formSelect.module-C18N-SsT.js +11 -0
  72. package/dist/formText.module-Blt6Y-SR.js +10 -0
  73. package/dist/genericTable.module-BkU2VDKR.js +11 -0
  74. package/dist/get-UxX31Aph.js +47 -0
  75. package/dist/hooks/useBreakpoint.d.ts +8 -1
  76. package/dist/hooks/useBreakpoint.js +1 -1
  77. package/dist/hooks/useBreakpoints.test.js +2 -2
  78. package/dist/iconify.module-C89oaw5b.js +79 -0
  79. package/dist/{index-DP2ENnrX.js → index-BQnj-5Zt.js} +1 -1
  80. package/dist/infoGroup.module-B3E1gCGi.js +14 -0
  81. package/dist/isArray-Ca4KR8TK.js +91 -0
  82. package/dist/listArea.module-B-gPyfbE.js +19 -0
  83. package/dist/loadingSpinner.module-CLtqSMWA.js +7 -0
  84. package/dist/main.d.ts +3 -0
  85. package/dist/main.js +55 -52
  86. package/dist/{react.esm-DoZanrUz.js → react.esm-C3jDj5Fe.js} +1 -0
  87. package/dist/searchBar.module-9gKyrZRT.js +7 -0
  88. package/dist/types/Filter.d.ts +31 -0
  89. package/dist/types/Filter.js +1 -0
  90. package/dist/useBreakpoint-BNeVhjjZ.js +33 -0
  91. package/dist/verticalDivider.module-C3_GL-fH.js +7 -0
  92. package/package.json +1 -1
  93. package/dist/BigLoadingSpinner-Df2k3xOD.js +0 -18
  94. package/dist/ListAreaService-DDlsV9UD.js +0 -100
  95. package/dist/assets/BaseView.css +0 -1
  96. package/dist/assets/BasicHeading.css +0 -1
  97. package/dist/assets/ListAreaService.css +0 -1
  98. package/dist/get-BRDhkfK0.js +0 -324
  99. package/dist/useBreakpoint-2MH8ICuE.js +0 -28
  100. /package/dist/assets/{AlertBanner.css → alertBanner.css} +0 -0
  101. /package/dist/assets/{BigLoadingSpinner.css → bigLoadingSpinner.css} +0 -0
  102. /package/dist/assets/{ContextMenu.css → contextMenu.css} +0 -0
  103. /package/dist/assets/{DeleteModal.css → deleteModal.css} +0 -0
  104. /package/dist/assets/{Disclaimer.css → disclaimer.css} +0 -0
  105. /package/dist/assets/{FormDatePicker.css → formDatePicker.css} +0 -0
  106. /package/dist/assets/{FormSelect.css → formSelect.css} +0 -0
  107. /package/dist/assets/{FormText.css → formText.css} +0 -0
  108. /package/dist/assets/{GenericTable.css → genericTable.css} +0 -0
  109. /package/dist/assets/{Iconify.css → iconify.css} +0 -0
  110. /package/dist/assets/{InfoGroup.css → infoGroup.css} +0 -0
  111. /package/dist/assets/{LoadingSpinner.css → loadingSpinner.css} +0 -0
  112. /package/dist/assets/{SearchBar.css → searchBar.css} +0 -0
  113. /package/dist/assets/{VerticalDivider.css → verticalDivider.css} +0 -0
@@ -1,8 +1,8 @@
1
1
  import { jsx as r, Fragment as i } from "react/jsx-runtime";
2
2
  import { TypoButton as p } from "@element/react-components";
3
- import { a as s, s as a, f as u } from "../../react.esm-DoZanrUz.js";
3
+ import { a as s, s as a, f as u } from "../../react.esm-C3jDj5Fe.js";
4
4
  import { ListArea as c } from "./ListArea.js";
5
- import { g as h } from "../../ListAreaService-DDlsV9UD.js";
5
+ import { getGroupedItems as h } from "./ListAreaService.js";
6
6
  import { d as m, t as n, g as t } from "../../vi.JYQecGiw-BbUbJcT8.js";
7
7
  m("ListArea Test", () => {
8
8
  const o = [
@@ -1,10 +1,84 @@
1
- import "react/jsx-runtime";
2
- import "@element/react-components";
3
- import "../Iconify/Iconify.js";
4
- import "../../enums/AvailableCustomIcons.js";
5
- import { g as s, a as i, m as a } from "../../ListAreaService-DDlsV9UD.js";
1
+ import { jsx as r, jsxs as B } from "react/jsx-runtime";
2
+ import { TypoButton as C, Group as b, TypoSubtitle as j, TypoBody as G, Icon as L } from "@element/react-components";
3
+ import { I as O } from "../../Iconify-CY9lZjFd.js";
4
+ import { AvailableCustomIcons as S } from "../../enums/AvailableCustomIcons.js";
5
+ import { s as n } from "../../listArea.module-B-gPyfbE.js";
6
+ const D = (t, a, c, l) => {
7
+ const o = t.reduce((i, s) => {
8
+ const { groupName: e, ...m } = s;
9
+ return !e || typeof e != "string" || (i[e] || (i[e] = {
10
+ groupName: /* @__PURE__ */ r(C, { children: e }),
11
+ id: e,
12
+ items: []
13
+ }), i[e].items = [
14
+ ...i[e].items,
15
+ T(m, a, c, l)
16
+ ]), i;
17
+ }, {});
18
+ return Object.values(o);
19
+ }, F = (t, a, c, l) => t.map((o) => T(o, a, c, l)), T = (t, a, c, l) => {
20
+ const {
21
+ id: o,
22
+ title: i,
23
+ subTitle: s,
24
+ route: e,
25
+ value: m,
26
+ noNavigation: u,
27
+ disabled: p,
28
+ icon: f,
29
+ iconType: v,
30
+ trailingIcon: I,
31
+ trailingIconType: h,
32
+ actionButton: N,
33
+ onClick: k,
34
+ customTitle: g,
35
+ listItemClassName: $,
36
+ overlineTitle: y
37
+ } = t, d = a === e;
38
+ return {
39
+ id: o,
40
+ key: o,
41
+ select: d,
42
+ primaryText: o,
43
+ secondaryText: /* @__PURE__ */ B(b, { direction: "vertical", gap: "none", children: [
44
+ g ?? /* @__PURE__ */ r(
45
+ j,
46
+ {
47
+ level: 1,
48
+ themeColor: d ? "primary" : void 0,
49
+ className: `${n.truncate} lmnt-theme-on-surface-active`,
50
+ children: i
51
+ }
52
+ ),
53
+ s && !g ? /* @__PURE__ */ r(
54
+ G,
55
+ {
56
+ level: 2,
57
+ themeColor: d ? "primary" : void 0,
58
+ className: `${n.truncate} lmnt-theme-on-surface-inactive`,
59
+ children: s
60
+ }
61
+ ) : void 0
62
+ ] }),
63
+ overlineText: /* @__PURE__ */ r("span", { className: `${n.truncate} ${n.truncateOverlineText}`, children: y }),
64
+ trailingBlock: N ?? I ?? /* @__PURE__ */ r(L, { icon: "arrow_right", className: n.iconColor }),
65
+ leadingBlock: _(f),
66
+ value: m,
67
+ componentProps: {
68
+ id: o,
69
+ key: o,
70
+ leadingBlockType: v ?? "icon",
71
+ trailingBlockType: h ?? "icon",
72
+ className: `${v === "avatar" ? "" : n.listItem} ${c} ${$ ?? ""} ${y ? n.overlineTitle : ""}`,
73
+ onClick: (w, x) => k?.(x),
74
+ tag: p || u ? void 0 : l ?? "a",
75
+ to: p || u ? void 0 : e,
76
+ disabled: p
77
+ }
78
+ };
79
+ }, _ = (t) => typeof t == "string" && t in S ? /* @__PURE__ */ r(O, { icon: t }) : t;
6
80
  export {
7
- s as getGroupedItems,
8
- i as getListedItems,
9
- a as mapListElement
81
+ D as getGroupedItems,
82
+ F as getListedItems,
83
+ T as mapListElement
10
84
  };
@@ -1,7 +1,11 @@
1
- import "react/jsx-runtime";
2
- import "@element/react-components";
3
- import { B as t } from "../../../BigLoadingSpinner-Df2k3xOD.js";
4
- import "../../Iconify/Iconify.js";
1
+ import { jsx as o, jsxs as e } from "react/jsx-runtime";
2
+ import { TypoBody as a } from "@element/react-components";
3
+ import { s as r } from "../../../bigLoadingSpinner.module-GgbFol8k.js";
4
+ import { I as n } from "../../../Iconify-CY9lZjFd.js";
5
+ const s = ({ text: i }) => /* @__PURE__ */ e("div", { className: r.bigLoadSpinnerCard, role: "progressbar", children: [
6
+ /* @__PURE__ */ o(n, { icon: "hortiview", className: r.logo, "data-testid": "logo-icon" }),
7
+ /* @__PURE__ */ o(a, { tag: "p", bold: !0, level: 1, className: r.bigLoadSpinnerCardText, children: i })
8
+ ] }), g = (i) => /* @__PURE__ */ o("div", { className: r.loadingBigOverlay, children: /* @__PURE__ */ o(s, { ...i }) });
5
9
  export {
6
- t as BigLoadingSpinner
10
+ g as BigLoadingSpinner
7
11
  };
@@ -1,6 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s as r, B as n } from "../../../BigLoadingSpinner-Df2k3xOD.js";
3
- import { a as i, s as e } from "../../../react.esm-DoZanrUz.js";
2
+ import { BigLoadingSpinner as n } from "./BigLoadingSpinner.js";
3
+ import { a as i, s as e } from "../../../react.esm-C3jDj5Fe.js";
4
+ import { s as r } from "../../../bigLoadingSpinner.module-GgbFol8k.js";
4
5
  import { d as g, t as a, g as t } from "../../../vi.JYQecGiw-BbUbJcT8.js";
5
6
  g("BigLoadingSpinner Test", () => {
6
7
  a("render BigLoadingSpinner with custom loading text", () => {
@@ -1,37 +1,35 @@
1
- import "../../../assets/LoadingSpinner.css";
2
- import { jsx as n, jsxs as l } from "react/jsx-runtime";
3
- import { CircularProgress as o, Padding as g, Group as s, TypoBody as p } from "@element/react-components";
4
- import { B as c } from "../../../BigLoadingSpinner-Df2k3xOD.js";
5
- const m = "_loadingSpinnerContainer_1f3ss_1", f = {
6
- loadingSpinnerContainer: m
7
- }, u = ({
8
- size: r,
1
+ import { jsx as r, jsxs as l } from "react/jsx-runtime";
2
+ import { CircularProgress as o, Padding as g, Group as m, TypoBody as s } from "@element/react-components";
3
+ import { BigLoadingSpinner as c } from "../Big/BigLoadingSpinner.js";
4
+ import { s as p } from "../../../loadingSpinner.module-CLtqSMWA.js";
5
+ const C = ({
6
+ size: i,
9
7
  center: t = !1,
10
8
  text: e = "Loading",
11
9
  textPosition: a = "bottom",
12
- color: i = "primary",
10
+ color: n = "primary",
13
11
  spinnerOnly: d = !1
14
- }) => r === "big" ? /* @__PURE__ */ n(c, { text: e }) : d ? /* @__PURE__ */ n(o, { themeColor: i, indicatorSize: r ?? "md" }) : /* @__PURE__ */ n(
12
+ }) => i === "big" ? /* @__PURE__ */ r(c, { text: e }) : d ? /* @__PURE__ */ r(o, { themeColor: n, indicatorSize: i ?? "md" }) : /* @__PURE__ */ r(
15
13
  g,
16
14
  {
17
15
  variant: "standard",
18
16
  style: { textAlign: "center" },
19
- className: t ? f.loadingSpinnerContainer : "",
17
+ className: t ? p.loadingSpinnerContainer : "",
20
18
  children: /* @__PURE__ */ l(
21
- s,
19
+ m,
22
20
  {
23
21
  direction: a === "right" ? "horizontal" : "vertical",
24
22
  gap: "dense",
25
23
  primaryAlign: "center",
26
24
  secondaryAlign: "center",
27
25
  children: [
28
- /* @__PURE__ */ n(o, { themeColor: i, indicatorSize: r ?? "lg" }),
29
- /* @__PURE__ */ n(p, { themeColor: `text-${i}-on-background`, tag: "div", children: e })
26
+ /* @__PURE__ */ r(o, { themeColor: n, indicatorSize: i ?? "lg" }),
27
+ /* @__PURE__ */ r(s, { themeColor: `text-${n}-on-background`, tag: "div", children: e })
30
28
  ]
31
29
  }
32
30
  )
33
31
  }
34
32
  );
35
33
  export {
36
- u as LoadingSpinner
34
+ C as LoadingSpinner
37
35
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { a as o, s as e } from "../../../react.esm-DoZanrUz.js";
2
+ import { a as o, s as e } from "../../../react.esm-C3jDj5Fe.js";
3
3
  import { LoadingSpinner as r } from "./LoadingSpinner.js";
4
4
  import { d as a, t as i, g as n } from "../../../vi.JYQecGiw-BbUbJcT8.js";
5
5
  a("LoadingSpinner Test", () => {
@@ -1,7 +1,7 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { TypoDisplay as n } from "@element/react-components";
3
- import { a as i, s as e, w as s } from "../../react.esm-DoZanrUz.js";
4
- import { u as a } from "../../index-DP2ENnrX.js";
3
+ import { a as i, s as e, w as s } from "../../react.esm-C3jDj5Fe.js";
4
+ import { u as a } from "../../index-BQnj-5Zt.js";
5
5
  import { OverflowTooltip as c } from "./OverflowTooltip.js";
6
6
  import { d as u, t as p, g as r } from "../../vi.JYQecGiw-BbUbJcT8.js";
7
7
  u("OverflowTooltip Test", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { a, s as e } from "../../react.esm-DoZanrUz.js";
2
+ import { a, s as e } from "../../react.esm-C3jDj5Fe.js";
3
3
  import { ScrollbarY as d, ScrollbarX as l } from "./Scrollbar.js";
4
4
  import { d as c, t, g as o } from "../../vi.JYQecGiw-BbUbJcT8.js";
5
5
  c("Scrollbar", () => {
@@ -1,33 +1,31 @@
1
- import "../../assets/SearchBar.css";
2
- import { jsx as t } from "react/jsx-runtime";
3
- import { Textfield as i, IconButton as l } from "@element/react-components";
4
- const s = "_searchbar_gnvwc_1", u = {
5
- searchbar: s
6
- }, b = ({
7
- className: r = "",
8
- dense: n = !1,
9
- searchTerm: a,
10
- setSearchTerm: o,
11
- placeholder: c
12
- }) => /* @__PURE__ */ t(
13
- i,
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { Textfield as e, IconButton as s } from "@element/react-components";
3
+ import { s as c } from "../../searchBar.module-9gKyrZRT.js";
4
+ const m = ({
5
+ className: i = "",
6
+ dense: l = !1,
7
+ searchTerm: o,
8
+ setSearchTerm: t,
9
+ placeholder: n
10
+ }) => /* @__PURE__ */ a(
11
+ e,
14
12
  {
15
- className: `${r ?? ""} ${u.searchbar}`,
16
- dense: n,
13
+ className: `${i ?? ""} ${c.searchbar}`,
14
+ dense: l,
17
15
  variant: "outlined",
18
- placeholder: c,
19
- value: a,
20
- onChange: (e) => o(e.target.value),
16
+ placeholder: n,
17
+ value: o,
18
+ onChange: (r) => t(r.target.value),
21
19
  fullWidth: !0,
22
- trailingIcon: /* @__PURE__ */ t(
23
- l,
20
+ trailingIcon: /* @__PURE__ */ a(
21
+ s,
24
22
  {
25
- icon: a ? "close" : "search",
26
- onClick: () => a ? o("") : void 0
23
+ icon: o ? "close" : "search",
24
+ onClick: () => o ? t("") : void 0
27
25
  }
28
26
  )
29
27
  }
30
28
  );
31
29
  export {
32
- b as SearchBar
30
+ m as SearchBar
33
31
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { a as r, s as t, f as h, b as l } from "../../react.esm-DoZanrUz.js";
2
+ import { a as r, s as t, f as h, b as l } from "../../react.esm-C3jDj5Fe.js";
3
3
  import { SearchBar as s } from "./SearchBar.js";
4
4
  import { d as m, t as o, v as n, g as e } from "../../vi.JYQecGiw-BbUbJcT8.js";
5
5
  m("SearchBar Test", () => {
@@ -1,8 +1,6 @@
1
- import "../../assets/VerticalDivider.css";
2
- import { jsx as e } from "react/jsx-runtime";
3
- const d = "_divider_opvom_1", t = {
4
- divider: d
5
- }, v = ({ height: i = "2rem", className: r = "" }) => /* @__PURE__ */ e("div", { className: `${t.divider} ${r}`, style: { height: i } });
1
+ import { jsx as s } from "react/jsx-runtime";
2
+ import { s as i } from "../../verticalDivider.module-C3_GL-fH.js";
3
+ const o = ({ height: r = "2rem", className: e = "" }) => /* @__PURE__ */ s("div", { className: `${i.divider} ${e}`, style: { height: r } });
6
4
  export {
7
- v as VerticalDivider
5
+ o as VerticalDivider
8
6
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { a as r } from "../../react.esm-DoZanrUz.js";
2
+ import { a as r } from "../../react.esm-C3jDj5Fe.js";
3
3
  import { VerticalDivider as s } from "./VerticalDivider.js";
4
4
  import { d as o, t as l, g as i } from "../../vi.JYQecGiw-BbUbJcT8.js";
5
5
  o("VerticalDivider Test", () => {
@@ -0,0 +1,7 @@
1
+ import "./assets/contextMenu.css";
2
+ const e = "_menu_1rfel_1", n = {
3
+ menu: e
4
+ };
5
+ export {
6
+ n as s
7
+ };
@@ -0,0 +1,10 @@
1
+ import "./assets/deleteModal.css";
2
+ const o = "_bulletPoint_1kyg0_1", t = "_modal_1kyg0_6", s = "_colorDanger_1kyg0_10", l = "_crossedOut_1kyg0_14", c = {
3
+ bulletPoint: o,
4
+ modal: t,
5
+ colorDanger: s,
6
+ crossedOut: l
7
+ };
8
+ export {
9
+ c as s
10
+ };
@@ -0,0 +1,8 @@
1
+ import "./assets/disclaimer.css";
2
+ const i = "_disclaimer_1k38t_1", s = "_iconArea_1k38t_7", e = {
3
+ disclaimer: i,
4
+ iconArea: s
5
+ };
6
+ export {
7
+ e as s
8
+ };
@@ -0,0 +1,11 @@
1
+ import "./assets/formDatePicker.css";
2
+ const t = "_datePickerContainer_73m8g_1", e = "_invalid_73m8g_5", n = "_fromPickerText_73m8g_9", i = "_datePickerCalendar_73m8g_13", r = "_trailingContent_73m8g_17", o = {
3
+ datePickerContainer: t,
4
+ invalid: e,
5
+ fromPickerText: n,
6
+ datePickerCalendar: i,
7
+ trailingContent: r
8
+ };
9
+ export {
10
+ o as s
11
+ };
@@ -0,0 +1,11 @@
1
+ import "./assets/formSelect.css";
2
+ const t = "_invalid_9uqqc_1", o = "_formSelectContainer_9uqqc_6", e = "_formSelect_9uqqc_6", c = "_multiText_9uqqc_32", i = "_tooltip_9uqqc_41", n = {
3
+ invalid: t,
4
+ formSelectContainer: o,
5
+ formSelect: e,
6
+ multiText: c,
7
+ tooltip: i
8
+ };
9
+ export {
10
+ n as s
11
+ };
@@ -0,0 +1,10 @@
1
+ import "./assets/formText.css";
2
+ const e = "_formTextAreaHelperText_1n0bk_1", r = "_invalid_1n0bk_6", t = "_required_1n0bk_9", o = "_formTextArea_1n0bk_1", _ = {
3
+ formTextAreaHelperText: e,
4
+ invalid: r,
5
+ required: t,
6
+ formTextArea: o
7
+ };
8
+ export {
9
+ _ as s
10
+ };
@@ -0,0 +1,11 @@
1
+ import "./assets/genericTable.css";
2
+ const o = "_topBar_1msoo_1", t = "_filterBar_1msoo_5", e = "_emptyTable_1msoo_9", a = "_elevation_1msoo_17", s = "_table_1msoo_22", l = {
3
+ topBar: o,
4
+ filterBar: t,
5
+ emptyTable: e,
6
+ elevation: a,
7
+ table: s
8
+ };
9
+ export {
10
+ l as s
11
+ };
@@ -0,0 +1,47 @@
1
+ import { g as a } from "./_commonjsHelpers-CT_km90n.js";
2
+ import { a as i } from "./isArray-Ca4KR8TK.js";
3
+ import { i as e, _ as o, a as f } from "./_baseToString-BNXOi2Mf.js";
4
+ var g = i, y = e, u = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, m = /^\w*$/;
5
+ function _(r, t) {
6
+ if (g(r))
7
+ return !1;
8
+ var n = typeof r;
9
+ return n == "number" || n == "symbol" || n == "boolean" || r == null || y(r) ? !0 : m.test(r) || !u.test(r) || t != null && r in Object(t);
10
+ }
11
+ var $ = _, d = o;
12
+ function l(r) {
13
+ return r == null ? "" : d(r);
14
+ }
15
+ var p = l, P = i, S = $, b = f, c = p;
16
+ function K(r, t) {
17
+ return P(r) ? r : S(r, t) ? [r] : b(c(r));
18
+ }
19
+ var h = K, I = e, T = 1 / 0;
20
+ function v(r) {
21
+ if (typeof r == "string" || I(r))
22
+ return r;
23
+ var t = r + "";
24
+ return t == "0" && 1 / r == -T ? "-0" : t;
25
+ }
26
+ var x = v, A = h, G = x;
27
+ function w(r, t) {
28
+ t = A(t, r);
29
+ for (var n = 0, s = t.length; r != null && n < s; )
30
+ r = r[G(t[n++])];
31
+ return n && n == s ? r : void 0;
32
+ }
33
+ var D = w, F = D;
34
+ function N(r, t, n) {
35
+ var s = r == null ? void 0 : F(r, t);
36
+ return s === void 0 ? n : s;
37
+ }
38
+ var C = N;
39
+ const k = /* @__PURE__ */ a(C);
40
+ export {
41
+ h as _,
42
+ x as a,
43
+ C as b,
44
+ $ as c,
45
+ D as d,
46
+ k as g
47
+ };
@@ -7,14 +7,21 @@
7
7
  * - xl: 1024-1439px
8
8
  * - xxl: 1440px and up
9
9
  *
10
+ * Additional breakpoints considering the navbar width
11
+ * - lg-nav: (840 + 256) - (1023 + 256)px
12
+ * - xl-nav: (1024 + 256) - (1439 + 256)px
13
+ * - xxl-nav: (1440 + 256)px and up
14
+ *
10
15
  * They are combined as follows:
11
16
  * - isMobile: xs
12
17
  * - isTablet: sm, md
13
18
  * - isDesktop: lg, xl, xxl
19
+ * - isDesktopNavbar: lg-nav, xl-nav, xxl-nav
14
20
  * @returns {Object} An object with the current breakpoint
15
21
  */
16
- export declare const useBreakpoints: () => {
22
+ export declare const useBreakpoints: (navBarWidth?: number) => {
17
23
  isMobile: boolean;
18
24
  isTablet: boolean;
19
25
  isDesktop: boolean;
26
+ isDesktopNavbar: boolean;
20
27
  };
@@ -1,5 +1,5 @@
1
1
  import "react";
2
- import { u as p } from "../useBreakpoint-2MH8ICuE.js";
2
+ import { u as p } from "../useBreakpoint-BNeVhjjZ.js";
3
3
  export {
4
4
  p as useBreakpoints
5
5
  };
@@ -1,5 +1,5 @@
1
- import { r as t, w as s } from "../react.esm-DoZanrUz.js";
2
- import { u as o } from "../useBreakpoint-2MH8ICuE.js";
1
+ import { r as t, w as s } from "../react.esm-C3jDj5Fe.js";
2
+ import { u as o } from "../useBreakpoint-BNeVhjjZ.js";
3
3
  import { d as a, t as i, g as r } from "../vi.JYQecGiw-BbUbJcT8.js";
4
4
  a("useBreakpoint Test", () => {
5
5
  i("returns object", () => {
@@ -0,0 +1,79 @@
1
+ import "./assets/iconify.css";
2
+ import { d as T, b as g, _ as O, e as m, f as P, g as l, h as V } from "./isArray-Ca4KR8TK.js";
3
+ var C = T, D = g, F = C(D, "DataView"), G = F, L = T, N = g, W = L(N, "Promise"), q = W, R = T, X = g, z = R(X, "Set"), H = z, J = T, K = g, Q = J(K, "WeakMap"), Y = Q, j = G, y = O, d = q, A = H, _ = Y, U = m, i = P, w = "[object Map]", Z = "[object Object]", x = "[object Promise]", M = "[object Set]", S = "[object WeakMap]", I = "[object DataView]", ee = i(j), re = i(y), ae = i(d), te = i(A), oe = i(_), s = U;
4
+ (j && s(new j(new ArrayBuffer(1))) != I || y && s(new y()) != w || d && s(d.resolve()) != x || A && s(new A()) != M || _ && s(new _()) != S) && (s = function(e) {
5
+ var a = U(e), n = a == Z ? e.constructor : void 0, o = n ? i(n) : "";
6
+ if (o)
7
+ switch (o) {
8
+ case ee:
9
+ return I;
10
+ case re:
11
+ return w;
12
+ case ae:
13
+ return x;
14
+ case te:
15
+ return M;
16
+ case oe:
17
+ return S;
18
+ }
19
+ return a;
20
+ });
21
+ var tr = s, se = m, ne = l, ie = "[object Arguments]";
22
+ function ce(e) {
23
+ return ne(e) && se(e) == ie;
24
+ }
25
+ var ge = ce, k = ge, be = l, h = Object.prototype, pe = h.hasOwnProperty, ue = h.propertyIsEnumerable, ve = k(/* @__PURE__ */ function() {
26
+ return arguments;
27
+ }()) ? k : function(e) {
28
+ return be(e) && pe.call(e, "callee") && !ue.call(e, "callee");
29
+ }, or = ve, fe = 9007199254740991;
30
+ function Te(e) {
31
+ return typeof e == "number" && e > -1 && e % 1 == 0 && e <= fe;
32
+ }
33
+ var je = Te, v = { exports: {} };
34
+ function ye() {
35
+ return !1;
36
+ }
37
+ var de = ye;
38
+ v.exports;
39
+ (function(e, a) {
40
+ var n = g, o = de, t = a && !a.nodeType && a, b = t && !0 && e && !e.nodeType && e, c = b && b.exports === t, p = c ? n.Buffer : void 0, u = p ? p.isBuffer : void 0, $ = u || o;
41
+ e.exports = $;
42
+ })(v, v.exports);
43
+ var sr = v.exports, Ae = m, _e = je, me = l, le = "[object Arguments]", $e = "[object Array]", we = "[object Boolean]", xe = "[object Date]", Me = "[object Error]", Se = "[object Function]", Ie = "[object Map]", ke = "[object Number]", Ee = "[object Object]", Be = "[object RegExp]", Ue = "[object Set]", he = "[object String]", Oe = "[object WeakMap]", Pe = "[object ArrayBuffer]", Ve = "[object DataView]", Ce = "[object Float32Array]", De = "[object Float64Array]", Fe = "[object Int8Array]", Ge = "[object Int16Array]", Le = "[object Int32Array]", Ne = "[object Uint8Array]", We = "[object Uint8ClampedArray]", qe = "[object Uint16Array]", Re = "[object Uint32Array]", r = {};
44
+ r[Ce] = r[De] = r[Fe] = r[Ge] = r[Le] = r[Ne] = r[We] = r[qe] = r[Re] = !0;
45
+ r[le] = r[$e] = r[Pe] = r[we] = r[Ve] = r[xe] = r[Me] = r[Se] = r[Ie] = r[ke] = r[Ee] = r[Be] = r[Ue] = r[he] = r[Oe] = !1;
46
+ function Xe(e) {
47
+ return me(e) && _e(e.length) && !!r[Ae(e)];
48
+ }
49
+ var ze = Xe;
50
+ function He(e) {
51
+ return function(a) {
52
+ return e(a);
53
+ };
54
+ }
55
+ var Je = He, f = { exports: {} };
56
+ f.exports;
57
+ (function(e, a) {
58
+ var n = V, o = a && !a.nodeType && a, t = o && !0 && e && !e.nodeType && e, b = t && t.exports === o, c = b && n.process, p = function() {
59
+ try {
60
+ var u = t && t.require && t.require("util").types;
61
+ return u || c && c.binding && c.binding("util");
62
+ } catch {
63
+ }
64
+ }();
65
+ e.exports = p;
66
+ })(f, f.exports);
67
+ var Ke = f.exports, Qe = ze, Ye = Je, E = Ke, B = E && E.isTypedArray, Ze = B ? Ye(B) : Qe, nr = Ze;
68
+ const er = "_image_178sv_1", ir = {
69
+ image: er
70
+ };
71
+ export {
72
+ tr as _,
73
+ sr as a,
74
+ nr as b,
75
+ je as c,
76
+ Je as d,
77
+ or as i,
78
+ ir as s
79
+ };
@@ -1,4 +1,4 @@
1
- import { g as L } from "./react.esm-DoZanrUz.js";
1
+ import { g as L } from "./react.esm-C3jDj5Fe.js";
2
2
  function d(e, t, n) {
3
3
  return e.namespaceURI && e.namespaceURI !== "http://www.w3.org/1999/xhtml" || (t = Array.isArray(t) ? t : [
4
4
  t
@@ -0,0 +1,14 @@
1
+ import "./assets/infoGroup.css";
2
+ const e = "_container_egebs_1", n = "_dividerContainer_egebs_10", o = "_mainGroup_egebs_16", t = "_row_egebs_21", _ = "_valueText_egebs_46", i = "_component_egebs_54", s = "_componentContainer_egebs_87", r = "_field_egebs_95", a = {
3
+ container: e,
4
+ dividerContainer: n,
5
+ mainGroup: o,
6
+ row: t,
7
+ valueText: _,
8
+ component: i,
9
+ componentContainer: s,
10
+ field: r
11
+ };
12
+ export {
13
+ a as s
14
+ };