@hortiview/shared-components 2.8.6 → 2.8.7

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 (132) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/{AlertBanner-DlgFtlZm.js → AlertBanner-D-NTP_6i.js} +3 -3
  3. package/dist/{BigLoadingSpinner-B_HFhx2F.js → BigLoadingSpinner-CCxsMWnc.js} +1 -1
  4. package/dist/{GenericCard-Cv8qaFLu.js → GenericCard-DOKyENNm.js} +3 -3
  5. package/dist/{ListAreaService-D9HRsvH0.js → ListAreaService-CI-s1Xx5.js} +5 -5
  6. package/dist/{OfflineView-Bw-sbsym.js → OfflineView-DHtzNLwt.js} +3 -3
  7. package/dist/_Map-BmafU0dj.js +113 -0
  8. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  9. package/dist/components/AlertBanner/AlertBanner.test.js +1 -1
  10. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  11. package/dist/components/BaseView/BaseView.js +2 -2
  12. package/dist/components/BasicHeading/BasicHeading.js +2 -2
  13. package/dist/components/BasicHeading/BasicHeading.test.js +1 -1
  14. package/dist/components/BlockView/BlockView.js +1 -1
  15. package/dist/components/ChipCard/ChipCard.js +499 -390
  16. package/dist/components/ContextMenu/ContextMenu.js +4 -4
  17. package/dist/components/DeleteModal/DeleteModal.js +5 -5
  18. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
  19. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  20. package/dist/components/EmptyView/EmptyView.js +161 -125
  21. package/dist/components/Filter/Filter.js +11 -11
  22. package/dist/components/Filter/Filter.test.js +51 -35
  23. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  24. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +10 -10
  25. package/dist/components/FormComponents/FormNumber/CustomTextField.js +3 -3
  26. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  27. package/dist/components/FormComponents/FormSelect/FormSelect.js +2 -2
  28. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  29. package/dist/components/FormComponents/FormSlider/FormSlider.js +540 -535
  30. package/dist/components/FormComponents/FormText/FormText.js +2 -2
  31. package/dist/components/FormComponents/FormToggle/FormToggle.js +4 -4
  32. package/dist/components/GenericTable/GenericTable.js +8246 -7153
  33. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  34. package/dist/components/GenericTable/Mobile/GenericCard.test.js +1 -1
  35. package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
  36. package/dist/components/HashTabView/HashTabView.js +552 -541
  37. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  38. package/dist/components/Iconify/Iconify.js +2 -2
  39. package/dist/components/InfoCard/InfoCard.js +4 -4
  40. package/dist/components/InfoGroup/InfoGroup.js +3 -3
  41. package/dist/components/ListArea/ListArea.js +16 -16
  42. package/dist/components/ListArea/ListArea.test.js +20 -20
  43. package/dist/components/ListArea/ListAreaService.js +6 -6
  44. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
  45. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +1 -1
  46. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +164 -178
  47. package/dist/components/Modal/Modal.js +305 -312
  48. package/dist/components/ModulePadding/ModulePadding.js +8 -8
  49. package/dist/components/OfflineView/OfflineView.js +4 -4
  50. package/dist/components/OfflineView/OfflineView.test.js +1 -1
  51. package/dist/components/OnboardingBanner/OnboardingBanner.js +13 -13
  52. package/dist/components/OverflowTooltip/OverflowTooltip.js +1 -1
  53. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +1 -1
  54. package/dist/components/SearchBar/SearchBar.js +2 -2
  55. package/dist/components/SearchBar/SearchBar.test.js +1 -1
  56. package/dist/components/Select/Select.js +2 -2
  57. package/dist/components/Stepper/Stepper.js +1 -1
  58. package/dist/components/Stepper/components/StepperButton.js +1 -1
  59. package/dist/components/Stepper/components/StepperHeader.js +2 -2
  60. package/dist/components/Stepper/components/StepperIndicator.js +1 -1
  61. package/dist/defineProperty-CmuOyxyf.js +318 -0
  62. package/dist/es.string.iterator-DrqCBub-.js +581 -0
  63. package/dist/find-B-dm7n_F.js +88 -0
  64. package/dist/{get-CqneoueQ.js → get-DuK51wnj.js} +1 -1
  65. package/dist/get-u1nFMLdT.js +377 -0
  66. package/dist/hooks/useHelperText.js +1 -1
  67. package/dist/identity-BIZAN_pL.js +213 -0
  68. package/dist/includes-Bt-Stz_B.js +110 -0
  69. package/dist/index-Cpb-8cAN.js +2465 -0
  70. package/dist/index.es-0QJC9VS2.js +325 -0
  71. package/dist/{index.es-CyjMwj5g.js → index.es-45NOgWlB.js} +93 -101
  72. package/dist/index.es-B6ZgiW2s.js +3790 -0
  73. package/dist/{index.es-1zrFd4Te.js → index.es-BGordhUK.js} +352 -323
  74. package/dist/index.es-BRtk0Q33.js +42 -0
  75. package/dist/index.es-BXj90wb_.js +402 -0
  76. package/dist/index.es-Bg8hxXM8.js +912 -0
  77. package/dist/index.es-Bgjh6euR.js +292 -0
  78. package/dist/index.es-Bo1Rhtyb.js +80 -0
  79. package/dist/{index.es-BaX-8joZ.js → index.es-CK4oZMKs.js} +3329 -3232
  80. package/dist/{index.es-nQ0lMwpE.js → index.es-CKdJX75f.js} +74 -78
  81. package/dist/index.es-CmF6xAUJ.js +48 -0
  82. package/dist/{index.es-p4O33fMu.js → index.es-Cq04gn3U.js} +321 -305
  83. package/dist/{index.es-Cdu6tjUC.js → index.es-D1IpdMde.js} +87 -95
  84. package/dist/index.es-DDYCugj-.js +166 -0
  85. package/dist/{index.es-jFaPNuBO.js → index.es-DENZVv7_.js} +427 -444
  86. package/dist/{index.es-Dnrk7XL6.js → index.es-DObVvepK.js} +158 -166
  87. package/dist/index.es-DeF-y7fd.js +122 -0
  88. package/dist/{index.es-ks_RnHLh.js → index.es-Dfju71Pi.js} +27 -37
  89. package/dist/index.es-DqSY-ePE.js +4923 -0
  90. package/dist/index.es-DwzB1d7_.js +1061 -0
  91. package/dist/index.es-IXyb5F6n.js +457 -0
  92. package/dist/index.es-t7hFwQSs.js +67 -0
  93. package/dist/isArray-DN9s620O.js +83 -0
  94. package/dist/{isArray-CSaAxHlq.js → isArray-Dub1wGJM.js} +1 -1
  95. package/dist/{isEmpty-SkzPhavO.js → isEmpty-CxD71Jv8.js} +4 -5
  96. package/dist/{isString-CZsZiWgW.js → isString-BNaBRq3S.js} +2 -2
  97. package/dist/isTypedArray-Dw_IY7Zq.js +212 -0
  98. package/dist/keyboard-B-WUULl-.js +173 -0
  99. package/dist/main.js +2 -2
  100. package/dist/map-Dbvlv_6y.js +707 -0
  101. package/dist/omit-uTAyrUTm.js +645 -0
  102. package/dist/orderBy-BXxEvUw6.js +571 -0
  103. package/dist/parse-int-qVAoFbOL.js +75 -0
  104. package/dist/services/UtilService.js +7 -7
  105. package/dist/slicedToArray-BWk2gTCn.js +436 -0
  106. package/dist/{toString-BFJes2_D.js → toString-CrgB_7Pe.js} +1 -1
  107. package/dist/{uniqueId-DrPMzA-E.js → uniqueId-NU3-C36A.js} +1 -1
  108. package/package.json +3 -3
  109. package/dist/_baseIsEqual-Df2URKWm.js +0 -240
  110. package/dist/_getAllKeys-BQWmkEw5.js +0 -86
  111. package/dist/_getTag-BkGSRa18.js +0 -79
  112. package/dist/_setToString-B6E13pDg.js +0 -580
  113. package/dist/get-DQr2KQKm.js +0 -113
  114. package/dist/index-D5m--65X.js +0 -1491
  115. package/dist/index.es-8MVlRCi4.js +0 -1066
  116. package/dist/index.es-BbaCXS9-.js +0 -45
  117. package/dist/index.es-BikIx4uw.js +0 -3242
  118. package/dist/index.es-CDMu_yu0.js +0 -954
  119. package/dist/index.es-ChSlnpSq.js +0 -309
  120. package/dist/index.es-D66OkZJH.js +0 -4853
  121. package/dist/index.es-DFFyENnI.js +0 -63
  122. package/dist/index.es-DTMwaJ6B.js +0 -56
  123. package/dist/index.es-DgTJmbgD.js +0 -268
  124. package/dist/index.es-DmsyeHLO.js +0 -306
  125. package/dist/index.es-Dw1eih7R.js +0 -159
  126. package/dist/index.es-eKuwB1ll.js +0 -54
  127. package/dist/index.es-qxTN-Bb2.js +0 -107
  128. package/dist/index.es-xnSvM9b9.js +0 -444
  129. package/dist/isArray-DDZrq40X.js +0 -456
  130. package/dist/keyboard-Bpt0aBqQ.js +0 -107
  131. package/dist/omit-BN3qeeaj.js +0 -364
  132. package/dist/orderBy-D4LvP9Az.js +0 -316
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [2.8.7](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v2.8.6...v2.8.7) (2025-12-18)
2
+
3
+ ### Code Refactoring
4
+
5
+ * adapt test ([fb85d9f](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/fb85d9fd12a1033b58472ed5c825bf65d05064a0)), closes [#18587](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/issues/18587)
6
+
1
7
  ## [2.8.6](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v2.8.5...v2.8.6) (2025-11-28)
2
8
 
3
9
  ### Bug Fixes
@@ -1,7 +1,7 @@
1
1
  import { jsx as n, Fragment as i, jsxs as t } from "react/jsx-runtime";
2
- import { G as l } from "./index.es-Dw1eih7R.js";
3
- import { I as _ } from "./index.es-8MVlRCi4.js";
4
- import { T as m } from "./index.es-1zrFd4Te.js";
2
+ import { G as l } from "./index.es-DDYCugj-.js";
3
+ import { I as _ } from "./index.es-DwzB1d7_.js";
4
+ import { T as m } from "./index.es-BGordhUK.js";
5
5
  import './assets/AlertBanner.css';const d = "_messageContainer_2hnjr_1", g = "_info_2hnjr_9", h = "_danger_2hnjr_14", f = "_success_2hnjr_19", p = "_warning_2hnjr_24", u = "_closeIcon_2hnjr_29", j = "_linkBanner_2hnjr_34", s = {
6
6
  messageContainer: d,
7
7
  info: g,
@@ -1,5 +1,5 @@
1
1
  import { jsx as i, jsxs as n } from "react/jsx-runtime";
2
- import { T as r } from "./index.es-1zrFd4Te.js";
2
+ import { T as r } from "./index.es-BGordhUK.js";
3
3
  import { Iconify as d } from "./components/Iconify/Iconify.js";
4
4
  import './assets/BigLoadingSpinner.css';const e = "_loadingBigOverlay_7dxo1_1", s = "_bigLoadSpinnerCard_7dxo1_12", g = "_bigLoadSpinnerCardText_7dxo1_27", t = "_logo_7dxo1_33", o = {
5
5
  loadingBigOverlay: e,
@@ -1,7 +1,7 @@
1
1
  import { jsx as r, jsxs as d, Fragment as C } from "react/jsx-runtime";
2
- import { C as h, a as m, b as T, c as g, d as v } from "./index.es-CDMu_yu0.js";
3
- import { G as b, a as x, b as c } from "./index.es-DgTJmbgD.js";
4
- import { d as f } from "./index.es-1zrFd4Te.js";
2
+ import { C as h, a as m, b as T, c as g, d as v } from "./index.es-Bg8hxXM8.js";
3
+ import { G as b, a as x, b as c } from "./index.es-Bgjh6euR.js";
4
+ import { d as f } from "./index.es-BGordhUK.js";
5
5
  import { useMemo as w } from "react";
6
6
  import { OverflowTooltip as l } from "./components/OverflowTooltip/OverflowTooltip.js";
7
7
  import './assets/GenericCard.css';const u = "_cardTitle_ny9m0_1", B = "_cardBody_ny9m0_5", N = "_cardContent_ny9m0_10", $ = "_row_ny9m0_14", G = "_font_ny9m0_18", k = "_fontHeader_ny9m0_23", H = "_title_ny9m0_27", S = "_emptyContainer_ny9m0_33", A = "_empty_ny9m0_33", n = {
@@ -1,9 +1,9 @@
1
1
  import { jsx as r, jsxs as b } from "react/jsx-runtime";
2
- import { G as E } from "./index.es-Dw1eih7R.js";
3
- import { I as O } from "./index.es-8MVlRCi4.js";
4
- import { P as k } from "./index.es-DFFyENnI.js";
5
- import { c as $, d as j, T as H } from "./index.es-1zrFd4Te.js";
6
- import { c as M } from "./index-D5m--65X.js";
2
+ import { G as E } from "./index.es-DDYCugj-.js";
3
+ import { I as O } from "./index.es-DwzB1d7_.js";
4
+ import { P as k } from "./index.es-Bo1Rhtyb.js";
5
+ import { c as $, d as j, T as H } from "./index.es-BGordhUK.js";
6
+ import { c as M } from "./index-Cpb-8cAN.js";
7
7
  import { Iconify as P } from "./components/Iconify/Iconify.js";
8
8
  import { AvailableCustomIcons as W } from "./enums/AvailableCustomIcons.js";
9
9
  import './assets/ListAreaService.css';const L = "_fullWidth_v1ae9_1", w = "_mainElevation_v1ae9_5", A = "_searchbar_v1ae9_11", q = "_roundedBottom_v1ae9_19", z = "_primaryText_v1ae9_24", D = "_list_v1ae9_28", F = "_listItem_v1ae9_56", J = "_noGroupHeaderMargin_v1ae9_76", K = "_indentGroupedElement_v1ae9_80", Q = "_isNotSelected_v1ae9_84", R = "_isSelected_v1ae9_89", U = "_iconColor_v1ae9_94", V = "_overlineTitle_v1ae9_98", X = "_noOverlineTitle_v1ae9_103", Y = "_truncate_v1ae9_107", Z = "_truncateOverlineText_v1ae9_118", t = {
@@ -1,8 +1,8 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { G as o } from "./index.es-Dw1eih7R.js";
2
+ import { G as o } from "./index.es-DDYCugj-.js";
3
3
  import { Iconify as _ } from "./components/Iconify/Iconify.js";
4
- import { b as m, d as y, T as h } from "./index.es-1zrFd4Te.js";
5
- import { B as A } from "./index.es-DmsyeHLO.js";
4
+ import { b as m, d as y, T as h } from "./index.es-BGordhUK.js";
5
+ import { B as A } from "./index.es-0QJC9VS2.js";
6
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
7
  gapAndTextAlign: T,
8
8
  container: v,
@@ -0,0 +1,113 @@
1
+ import { a as D, d as M } from "./isArray-DN9s620O.js";
2
+ var v, h;
3
+ function T() {
4
+ if (h) return v;
5
+ h = 1;
6
+ function e(r) {
7
+ var t = typeof r;
8
+ return r != null && (t == "object" || t == "function");
9
+ }
10
+ return v = e, v;
11
+ }
12
+ var f, l;
13
+ function J() {
14
+ if (l) return f;
15
+ l = 1;
16
+ var e = D(), r = T(), t = "[object AsyncFunction]", a = "[object Function]", n = "[object GeneratorFunction]", u = "[object Proxy]";
17
+ function c(o) {
18
+ if (!r(o))
19
+ return !1;
20
+ var i = e(o);
21
+ return i == a || i == n || i == t || i == u;
22
+ }
23
+ return f = c, f;
24
+ }
25
+ var _, j;
26
+ function V() {
27
+ if (j) return _;
28
+ j = 1;
29
+ var e = M(), r = e["__core-js_shared__"];
30
+ return _ = r, _;
31
+ }
32
+ var g, I;
33
+ function m() {
34
+ if (I) return g;
35
+ I = 1;
36
+ var e = V(), r = function() {
37
+ var a = /[^.]+$/.exec(e && e.keys && e.keys.IE_PROTO || "");
38
+ return a ? "Symbol(src)_1." + a : "";
39
+ }();
40
+ function t(a) {
41
+ return !!r && r in a;
42
+ }
43
+ return g = t, g;
44
+ }
45
+ var p, O;
46
+ function w() {
47
+ if (O) return p;
48
+ O = 1;
49
+ var e = Function.prototype, r = e.toString;
50
+ function t(a) {
51
+ if (a != null) {
52
+ try {
53
+ return r.call(a);
54
+ } catch {
55
+ }
56
+ try {
57
+ return a + "";
58
+ } catch {
59
+ }
60
+ }
61
+ return "";
62
+ }
63
+ return p = t, p;
64
+ }
65
+ var b, R;
66
+ function C() {
67
+ if (R) return b;
68
+ R = 1;
69
+ var e = J(), r = m(), t = T(), a = w(), n = /[\\^$.*+?()[\]{}|]/g, u = /^\[object .+?Constructor\]$/, c = Function.prototype, o = Object.prototype, i = c.toString, k = o.hasOwnProperty, P = RegExp(
70
+ "^" + i.call(k).replace(n, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
71
+ );
72
+ function x(s) {
73
+ if (!t(s) || r(s))
74
+ return !1;
75
+ var $ = e(s) ? P : u;
76
+ return $.test(a(s));
77
+ }
78
+ return b = x, b;
79
+ }
80
+ var d, N;
81
+ function E() {
82
+ if (N) return d;
83
+ N = 1;
84
+ function e(r, t) {
85
+ return r?.[t];
86
+ }
87
+ return d = e, d;
88
+ }
89
+ var q, S;
90
+ function G() {
91
+ if (S) return q;
92
+ S = 1;
93
+ var e = C(), r = E();
94
+ function t(a, n) {
95
+ var u = r(a, n);
96
+ return e(u) ? u : void 0;
97
+ }
98
+ return q = t, q;
99
+ }
100
+ var y, F;
101
+ function H() {
102
+ if (F) return y;
103
+ F = 1;
104
+ var e = G(), r = M(), t = e(r, "Map");
105
+ return y = t, y;
106
+ }
107
+ export {
108
+ G as a,
109
+ w as b,
110
+ J as c,
111
+ T as d,
112
+ H as r
113
+ };
@@ -1,8 +1,8 @@
1
1
  import "react/jsx-runtime";
2
- import "../../index.es-Dw1eih7R.js";
3
- import "../../index.es-8MVlRCi4.js";
4
- import "../../index.es-1zrFd4Te.js";
5
- import { A as e } from "../../AlertBanner-DlgFtlZm.js";
2
+ import "../../index.es-DDYCugj-.js";
3
+ import "../../index.es-DwzB1d7_.js";
4
+ import "../../index.es-BGordhUK.js";
5
+ import { A as e } from "../../AlertBanner-D-NTP_6i.js";
6
6
  export {
7
7
  e as AlertBanner
8
8
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as e, Fragment as m } from "react/jsx-runtime";
2
2
  import { a as t, s } from "../../react.esm-CX1WJ2Pp.js";
3
3
  import { a as o } from "../../useBreakpoints-MzTZ0tCT.js";
4
- import { A as n } from "../../AlertBanner-DlgFtlZm.js";
4
+ import { A as n } from "../../AlertBanner-D-NTP_6i.js";
5
5
  import { d as p, b as c, a as l, t as r, g as a } from "../../vi.CjhMlMwf-CKxPQtd6.js";
6
6
  p("AlertBanner Test", () => {
7
7
  c(() => {
@@ -1,8 +1,8 @@
1
1
  import { jsx as r, jsxs as a } from "react/jsx-runtime";
2
- import { G as l } from "../../index.es-Dw1eih7R.js";
3
- import { T as s } from "../../index.es-1zrFd4Te.js";
2
+ import { G as l } from "../../index.es-DDYCugj-.js";
3
+ import { T as s } from "../../index.es-BGordhUK.js";
4
4
  import { Iconify as p } from "../Iconify/Iconify.js";
5
- import { A as m, s as c } from "../../AlertBanner-DlgFtlZm.js";
5
+ import { A as m, s as c } from "../../AlertBanner-D-NTP_6i.js";
6
6
  const g = ({
7
7
  text: n,
8
8
  color: o = "info",
@@ -1,12 +1,12 @@
1
1
  import { jsx as i, Fragment as d, jsxs as s } from "react/jsx-runtime";
2
- import { G as r } from "../../index.es-Dw1eih7R.js";
2
+ import { G as r } from "../../index.es-DDYCugj-.js";
3
3
  import { useMemo as a } from "react";
4
4
  import { BasicHeading as h } from "../BasicHeading/BasicHeading.js";
5
5
  import { EmptyView as N } from "../EmptyView/EmptyView.js";
6
6
  import { ListArea as A } from "../ListArea/ListArea.js";
7
7
  import { u as H } from "../../useBreakpoints-MzTZ0tCT.js";
8
8
  import { VerticalDivider as V } from "../VerticalDivider/VerticalDivider.js";
9
- import { O as j } from "../../OfflineView-Bw-sbsym.js";
9
+ import { O as j } from "../../OfflineView-DHtzNLwt.js";
10
10
  import '../../assets/BaseView.css';const E = "_parentGroup_w7vsz_1", I = "_divider_w7vsz_5", $ = "_maxWidth_w7vsz_10", y = "_desktopList_w7vsz_14", F = "_mobileList_w7vsz_19", M = "_desktopDetail_w7vsz_23", O = "_mobileDetail_w7vsz_28", o = {
11
11
  parentGroup: E,
12
12
  divider: I,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as o, jsx as i } from "react/jsx-runtime";
2
- import { I as u } from "../../index.es-8MVlRCi4.js";
3
- import { b as y, T as C } from "../../index.es-1zrFd4Te.js";
2
+ import { I as u } from "../../index.es-DwzB1d7_.js";
3
+ import { b as y, T as C } from "../../index.es-BGordhUK.js";
4
4
  import { Iconify as w } from "../Iconify/Iconify.js";
5
5
  import { AvailableCustomIcons as j } from "../../enums/AvailableCustomIcons.js";
6
6
  import { u as I } from "../../useBreakpoints-MzTZ0tCT.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as o, Fragment as c } from "react/jsx-runtime";
2
- import { B as g } from "../../index.es-DmsyeHLO.js";
2
+ import { B as g } from "../../index.es-0QJC9VS2.js";
3
3
  import { a, s as n } from "../../react.esm-CX1WJ2Pp.js";
4
4
  import { BasicHeading as i } from "./BasicHeading.js";
5
5
  import { d as h, t as s, g as e } from "../../vi.CjhMlMwf-CKxPQtd6.js";
@@ -1,5 +1,5 @@
1
1
  import { jsxs as v, jsx as t, Fragment as h } from "react/jsx-runtime";
2
- import { d as C, b as R, a as B } from "../../index.es-1zrFd4Te.js";
2
+ import { d as C, b as R, a as B } from "../../index.es-BGordhUK.js";
3
3
  import { useState as A, useEffect as D, useMemo as S } from "react";
4
4
  import { getBlockNumberByDto as F } from "../../services/BlockService.js";
5
5
  import '../../assets/BlockView.css';const M = "_grid_17o13_1", V = "_black_17o13_11", j = "_blockLayout_17o13_15", q = "_blockRow_17o13_26", G = "_block_17o13_15", H = "_active_17o13_45", I = "_error_17o13_51", J = "_empty_17o13_57", K = "_blockText_17o13_61", O = "_emptyLayout_17o13_70", o = {