@hortiview/default-components 1.4.2 → 1.4.4
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.
- package/dist/{Iconify-CUZc8WnW.js → Iconify-aUog1Oez.js} +5 -5
- package/dist/{InfoCard-CFmkh7DJ.js → InfoCard-BxjAQiFE.js} +6 -6
- package/dist/{LoadingSpinner-DVBQ1tGJ.js → LoadingSpinner-DBMjIfY1.js} +9 -9
- package/dist/{OfflineView-DHtzNLwt-BmxTfGZq.js → OfflineView-NUM9WE0F-BI9rnget.js} +4 -4
- package/dist/assets/DefaultFormNumber.css +1 -1
- package/dist/assets/DefaultFormSelect.css +1 -1
- package/dist/assets/GenericTable.css +1 -1
- package/dist/{component-DsB0poTj-CeLHB9Ok.js → component-DsB0poTj-DgsYK0_R.js} +1 -1
- package/dist/components/DefaultFormNumber/DefaultFormNumber.js +294 -293
- package/dist/components/DefaultFormSelect/DefaultFormSelect.js +53 -53
- package/dist/components/DefaultLoadingSpinner/DefaultLoadingSpinner.js +2 -2
- package/dist/components/GenericTable/GenericTable.js +9553 -8760
- package/dist/components/HealthChecks/DataBaseHealthCheck.js +2 -2
- package/dist/components/HealthChecks/DefaultHealthCheck.js +2 -2
- package/dist/components/HealthChecks/IotServiceHealthCheck.js +2 -2
- package/dist/components/HealthChecks/PlatformHealthCheck.js +2 -2
- package/dist/components/ImpatienceLoadingSpinner/ImpatienceLoadingSpinner.js +2 -2
- package/dist/components/OfflineView/OfflineView.js +2 -2
- package/dist/{index.es-IXyb5F6n-B5afcHX8.js → correct-is-regexp-logic-BBlm4UpN-CvII841s.js} +147 -106
- package/dist/{index.es-0QJC9VS2-CNPew9LK.js → index.es-B0QNuIUR-Bte5aF5M.js} +16 -16
- package/dist/{index.es-Bo1Rhtyb-B650l9Yk.js → index.es-CIsLNz4j-ZEEcPmTs.js} +1 -1
- package/dist/{index.es-DENZVv7_-PUEN9sIa.js → index.es-CvHDFF6V-CjZvA03R.js} +25 -25
- package/dist/{index.es-Cq04gn3U-Bvzrqtm6.js → index.es-DiONypF4-eT98Y3u_.js} +19 -19
- package/dist/{index.es-Bg8hxXM8-BlFd894m.js → index.es-DnEIFMjv-DuuORGfo.js} +234 -273
- package/dist/{index.es-BGordhUK-C36NK84Q.js → index.es-NEYPxnlS-C8xQv2De.js} +42 -42
- package/dist/{index.es-CK4oZMKs-Da8pin7D.js → index.es-fV9oWpEf-BXuhoGtE.js} +4790 -4493
- package/dist/{isTypedArray-Dw_IY7Zq-BZ-4N8-Z.js → isTypedArray-Dw_IY7Zq-wj3MphCb.js} +61 -61
- package/dist/{slicedToArray-BWk2gTCn-Cfzj7tjm.js → slicedToArray-h0Nnkd_P-C4SkVJMK.js} +137 -137
- package/dist/{useHelperText-3ahu6tTS.js → useHelperText-B7OMZXvE.js} +44 -44
- package/dist/{useTranslation-CVaIJbcK.js → useTranslation-B_lNCuLm.js} +2344 -2278
- package/package.json +5 -4
- /package/dist/assets/{OfflineView-DHtzNLwt.css → OfflineView-NUM9WE0F.css} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as O, h as y, e as B, Z as
|
|
1
|
+
import { r as O, h as y, e as B, Z as U, c as de, p as V, f as le, v as ce, s as ee, X as se, a as Y, b as ge, t, q as he, l as te, ae as T, an as xe } from "./useTranslation-B_lNCuLm.js";
|
|
2
2
|
import g, { forwardRef as k, useRef as P, useImperativeHandle as C, useEffect as ue } from "react";
|
|
3
3
|
var ye = {
|
|
4
4
|
/**
|
|
@@ -63,8 +63,8 @@ var ye = {
|
|
|
63
63
|
}, me = ["children", "className", "direction", "fullWidth", "gap", "padding", "primaryAlign", "secondaryAlign", "style"];
|
|
64
64
|
function M(e, r) {
|
|
65
65
|
var i = se(e);
|
|
66
|
-
if (
|
|
67
|
-
var n =
|
|
66
|
+
if (Y) {
|
|
67
|
+
var n = Y(e);
|
|
68
68
|
r && (n = ge(n).call(n, function(d) {
|
|
69
69
|
return ee(e, d).enumerable;
|
|
70
70
|
})), i.push.apply(i, n);
|
|
@@ -74,9 +74,9 @@ function M(e, r) {
|
|
|
74
74
|
function _(e) {
|
|
75
75
|
for (var r = 1; r < arguments.length; r++) {
|
|
76
76
|
var i, n, d = arguments[r] != null ? arguments[r] : {};
|
|
77
|
-
r % 2 ?
|
|
77
|
+
r % 2 ? U(i = M(Object(d), !0)).call(i, function(p) {
|
|
78
78
|
de(e, p, d[p]);
|
|
79
|
-
}) :
|
|
79
|
+
}) : V ? le(e, V(d)) : U(n = M(Object(d))).call(n, function(p) {
|
|
80
80
|
ce(e, p, ee(d, p));
|
|
81
81
|
});
|
|
82
82
|
}
|
|
@@ -138,7 +138,7 @@ var N = pe, fe = function(e) {
|
|
|
138
138
|
return "row";
|
|
139
139
|
}
|
|
140
140
|
}, ne = /* @__PURE__ */ k(function(e, r) {
|
|
141
|
-
var i = e.children, n = i === void 0 ? N.children : i, d = e.className, p = d === void 0 ? N.className : d, x = e.direction, o = x === void 0 ? N.direction : x, u = e.fullWidth, c = u === void 0 ? N.fullWidth : u, h = e.gap, l = h === void 0 ? N.gap : h, a = e.padding, s = a === void 0 ? N.padding : a, m = e.primaryAlign, f = m === void 0 ? N.primaryAlign : m, b = e.secondaryAlign, v = b === void 0 ? N.secondaryAlign : b, D = e.style,
|
|
141
|
+
var i = e.children, n = i === void 0 ? N.children : i, d = e.className, p = d === void 0 ? N.className : d, x = e.direction, o = x === void 0 ? N.direction : x, u = e.fullWidth, c = u === void 0 ? N.fullWidth : u, h = e.gap, l = h === void 0 ? N.gap : h, a = e.padding, s = a === void 0 ? N.padding : a, m = e.primaryAlign, f = m === void 0 ? N.primaryAlign : m, b = e.secondaryAlign, v = b === void 0 ? N.secondaryAlign : b, D = e.style, z = D === void 0 ? N.style : D, ie = O(e, me), R = {
|
|
142
142
|
display: "flex",
|
|
143
143
|
flexDirection: Oe(o),
|
|
144
144
|
justifyContent: be(f),
|
|
@@ -147,12 +147,12 @@ var N = pe, fe = function(e) {
|
|
|
147
147
|
};
|
|
148
148
|
c && (R = _(_({}, R), {}, {
|
|
149
149
|
width: "100%"
|
|
150
|
-
})), R = _(_({}, R),
|
|
151
|
-
var
|
|
150
|
+
})), R = _(_({}, R), z);
|
|
151
|
+
var K = P();
|
|
152
152
|
return C(r, function() {
|
|
153
|
-
return
|
|
153
|
+
return K.current;
|
|
154
154
|
}, []), /* @__PURE__ */ g.createElement("div", y({
|
|
155
|
-
ref:
|
|
155
|
+
ref: K,
|
|
156
156
|
className: B("lmnt", "lmnt-group", p),
|
|
157
157
|
style: R
|
|
158
158
|
}, ie), n);
|
|
@@ -400,14 +400,14 @@ var Be = {
|
|
|
400
400
|
* Defaults to **undefined**.
|
|
401
401
|
*/
|
|
402
402
|
themeColor: T(t.oneOf(["primary", "secondary", "error", "text-primary-on-background", "text-secondary-on-background", "text-hint-on-background", "text-disabled-on-background", "text-icon-on-background", "text-primary-on-light", "text-secondary-on-light", "text-hint-on-light", "text-disabled-on-light", "text-icon-on-light"]), ["textPrimaryOnBackground", "textSecondaryOnBackground", "textHintOnBackground", "textDisabledOnBackground", "textIconOnBackground", "textPrimaryOnLight", "textSecondaryOnLight", "textHintOnLight", "textDisabledOnLight", "textIconOnLight"], "TypoDisplay", "Please use one of 'primary','secondary','error','text-primary-on-background','text-secondary-on-background','text-hint-on-background','text-disabled-on-background','text-icon-on-background','text-primary-on-light','text-secondary-on-light','text-hint-on-light','text-disabled-on-light','text-icon-on-light'.")
|
|
403
|
-
},
|
|
403
|
+
}, $e = {
|
|
404
404
|
children: null,
|
|
405
405
|
className: void 0,
|
|
406
406
|
fixedPadding: !1,
|
|
407
407
|
level: 1,
|
|
408
408
|
tag: "span",
|
|
409
409
|
themeColor: void 0
|
|
410
|
-
},
|
|
410
|
+
}, je = {
|
|
411
411
|
/**
|
|
412
412
|
* Expects a string, accepts any valid markup.
|
|
413
413
|
*
|
|
@@ -444,7 +444,7 @@ var Be = {
|
|
|
444
444
|
* Defaults to **undefined**.
|
|
445
445
|
*/
|
|
446
446
|
themeColor: T(t.oneOf(["primary", "secondary", "error", "text-primary-on-background", "text-secondary-on-background", "text-hint-on-background", "text-disabled-on-background", "text-icon-on-background", "text-primary-on-light", "text-secondary-on-light", "text-hint-on-light", "text-disabled-on-light", "text-icon-on-light"]), ["textPrimaryOnBackground", "textSecondaryOnBackground", "textHintOnBackground", "textDisabledOnBackground", "textIconOnBackground", "textPrimaryOnLight", "textSecondaryOnLight", "textHintOnLight", "textDisabledOnLight", "textIconOnLight"], "TypoHeadline", "Please use one of 'primary','secondary','error','text-primary-on-background','text-secondary-on-background','text-hint-on-background','text-disabled-on-background','text-icon-on-background','text-primary-on-light','text-secondary-on-light','text-hint-on-light','text-disabled-on-light','text-icon-on-light'.")
|
|
447
|
-
},
|
|
447
|
+
}, ze = {
|
|
448
448
|
children: null,
|
|
449
449
|
className: void 0,
|
|
450
450
|
fixedPadding: !1,
|
|
@@ -569,14 +569,14 @@ var Be = {
|
|
|
569
569
|
level: 1,
|
|
570
570
|
tag: "span",
|
|
571
571
|
themeColor: void 0
|
|
572
|
-
},
|
|
573
|
-
var i = e.className, n = i === void 0 ? H.className : i, d = e.children, p = d === void 0 ? H.children : d, x = e.themeColor, o = x === void 0 ? H.themeColor : x, u = e.level, c = u === void 0 ? H.level : u, h = e.bold, l = h === void 0 ? H.bold : h, a = e.tag, s = a === void 0 ? H.tag : a, m = e.fixedPadding, f = m === void 0 ? H.fixedPadding : m, b = O(e,
|
|
572
|
+
}, qe = ["className", "children", "themeColor", "level", "bold", "tag", "fixedPadding"], H = De, I = /* @__PURE__ */ k(function(e, r) {
|
|
573
|
+
var i = e.className, n = i === void 0 ? H.className : i, d = e.children, p = d === void 0 ? H.children : d, x = e.themeColor, o = x === void 0 ? H.themeColor : x, u = e.level, c = u === void 0 ? H.level : u, h = e.bold, l = h === void 0 ? H.bold : h, a = e.tag, s = a === void 0 ? H.tag : a, m = e.fixedPadding, f = m === void 0 ? H.fixedPadding : m, b = O(e, qe), v = P();
|
|
574
574
|
C(r, function() {
|
|
575
575
|
return v.current;
|
|
576
576
|
}, []);
|
|
577
|
-
var D = s,
|
|
577
|
+
var D = s, z = B("mdc-typography", "lmnt mdc-typography--body".concat(c), f && "typography--fixed-padding", l && "mdc-typography--body".concat(c, "-bold"), o && "mdc-theme--".concat(E(o)), n);
|
|
578
578
|
return /* @__PURE__ */ g.createElement(D, y({
|
|
579
|
-
className:
|
|
579
|
+
className: z
|
|
580
580
|
}, b, {
|
|
581
581
|
ref: v
|
|
582
582
|
}), p);
|
|
@@ -596,7 +596,7 @@ var Fe = ["className", "children", "themeColor", "fixedPadding", "tag"], Z = Se,
|
|
|
596
596
|
});
|
|
597
597
|
F.displayName = "TypoButton";
|
|
598
598
|
F.propTypes = He;
|
|
599
|
-
var Je = ["className", "children", "themeColor", "tag", "bold", "fixedPadding"], w = we,
|
|
599
|
+
var Je = ["className", "children", "themeColor", "tag", "bold", "fixedPadding"], w = we, q = /* @__PURE__ */ k(function(e, r) {
|
|
600
600
|
var i = e.className, n = i === void 0 ? w.className : i, d = e.children, p = d === void 0 ? w.children : d, x = e.themeColor, o = x === void 0 ? w.themeColor : x, u = e.tag, c = u === void 0 ? w.tag : u, h = e.bold, l = h === void 0 ? w.bold : h, a = e.fixedPadding, s = a === void 0 ? w.fixedPadding : a, m = O(e, Je), f = B("mdc-typography", "lmnt mdc-typography--caption", s && "typography--fixed-padding", l && "mdc-typography--caption-bold", o && "mdc-theme--".concat(E(o)), n), b = P();
|
|
601
601
|
C(r, function() {
|
|
602
602
|
return b.current;
|
|
@@ -607,10 +607,10 @@ var Je = ["className", "children", "themeColor", "tag", "bold", "fixedPadding"],
|
|
|
607
607
|
className: f
|
|
608
608
|
}, m), p);
|
|
609
609
|
});
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
var
|
|
613
|
-
var i = e.className, n = i === void 0 ? A.className : i, d = e.children, p = d === void 0 ? A.children : d, x = e.themeColor, o = x === void 0 ? A.themeColor : x, u = e.level, c = u === void 0 ? A.level : u, h = e.tag, l = h === void 0 ? A.tag : h, a = e.fixedPadding, s = a === void 0 ? A.fixedPadding : a, m = O(e,
|
|
610
|
+
q.displayName = "TypoCaption";
|
|
611
|
+
q.propTypes = Ie;
|
|
612
|
+
var Ke = ["className", "children", "themeColor", "level", "tag", "fixedPadding"], A = $e, L = /* @__PURE__ */ k(function(e, r) {
|
|
613
|
+
var i = e.className, n = i === void 0 ? A.className : i, d = e.children, p = d === void 0 ? A.children : d, x = e.themeColor, o = x === void 0 ? A.themeColor : x, u = e.level, c = u === void 0 ? A.level : u, h = e.tag, l = h === void 0 ? A.tag : h, a = e.fixedPadding, s = a === void 0 ? A.fixedPadding : a, m = O(e, Ke), f = P();
|
|
614
614
|
C(r, function() {
|
|
615
615
|
return f.current;
|
|
616
616
|
}, []);
|
|
@@ -622,8 +622,8 @@ var Ue = ["className", "children", "themeColor", "level", "tag", "fixedPadding"]
|
|
|
622
622
|
});
|
|
623
623
|
L.displayName = "TypoDisplay";
|
|
624
624
|
L.propTypes = Ae;
|
|
625
|
-
var
|
|
626
|
-
var i = e.className, n = i === void 0 ?
|
|
625
|
+
var Ue = ["className", "children", "themeColor", "fixedPadding", "level", "tag"], $ = ze, oe = /* @__PURE__ */ k(function(e, r) {
|
|
626
|
+
var i = e.className, n = i === void 0 ? $.className : i, d = e.children, p = d === void 0 ? $.children : d, x = e.themeColor, o = x === void 0 ? $.themeColor : x, u = e.fixedPadding, c = u === void 0 ? $.fixedPadding : u, h = e.level, l = h === void 0 ? $.level : h, a = e.tag, s = a === void 0 ? $.tag : a, m = O(e, Ue);
|
|
627
627
|
ue(function() {
|
|
628
628
|
return xe("TypoHeadline", "This component is being replaced with TypoDisplay and will be removed in a future version. Please use TypoDisplay instead.");
|
|
629
629
|
}, []);
|
|
@@ -638,9 +638,9 @@ var Ve = ["className", "children", "themeColor", "fixedPadding", "level", "tag"]
|
|
|
638
638
|
}, m), p);
|
|
639
639
|
});
|
|
640
640
|
oe.displayName = "TypoHeadline";
|
|
641
|
-
oe.propTypes =
|
|
642
|
-
var
|
|
643
|
-
var i = e.className, n = i === void 0 ? W.className : i, d = e.children, p = d === void 0 ? W.children : d, x = e.themeColor, o = x === void 0 ? W.themeColor : x, u = e.fixedPadding, c = u === void 0 ? W.fixedPadding : u, h = e.tag, l = h === void 0 ? W.tag : h, a = O(e,
|
|
641
|
+
oe.propTypes = je;
|
|
642
|
+
var Ve = ["className", "children", "themeColor", "fixedPadding", "tag"], W = Ze, ae = /* @__PURE__ */ k(function(e, r) {
|
|
643
|
+
var i = e.className, n = i === void 0 ? W.className : i, d = e.children, p = d === void 0 ? W.children : d, x = e.themeColor, o = x === void 0 ? W.themeColor : x, u = e.fixedPadding, c = u === void 0 ? W.fixedPadding : u, h = e.tag, l = h === void 0 ? W.tag : h, a = O(e, Ve), s = B("mdc-typography lmnt-theme-link", c && "typography--fixed-padding", o && "mdc-theme--".concat(E(o)), n), m = P();
|
|
644
644
|
C(r, function() {
|
|
645
645
|
return m.current;
|
|
646
646
|
}, []);
|
|
@@ -652,8 +652,8 @@ var qe = ["className", "children", "themeColor", "fixedPadding", "tag"], W = Ze,
|
|
|
652
652
|
});
|
|
653
653
|
ae.displayName = "TypoLink";
|
|
654
654
|
ae.propTypes = Re;
|
|
655
|
-
var
|
|
656
|
-
var i = e.className, n = i === void 0 ? X.className : i, d = e.children, p = d === void 0 ? X.children : d, x = e.themeColor, o = x === void 0 ? X.themeColor : x, u = e.fixedPadding, c = u === void 0 ? X.fixedPadding : u, h = e.tag, l = h === void 0 ? X.tag : h, a = O(e,
|
|
655
|
+
var Ye = ["className", "children", "themeColor", "fixedPadding", "tag"], X = Xe, J = /* @__PURE__ */ k(function(e, r) {
|
|
656
|
+
var i = e.className, n = i === void 0 ? X.className : i, d = e.children, p = d === void 0 ? X.children : d, x = e.themeColor, o = x === void 0 ? X.themeColor : x, u = e.fixedPadding, c = u === void 0 ? X.fixedPadding : u, h = e.tag, l = h === void 0 ? X.tag : h, a = O(e, Ye), s = B("mdc-typography", "lmnt mdc-typography--overline", c && "typography--fixed-padding", o && "mdc-theme--".concat(E(o)), n), m = P();
|
|
657
657
|
C(r, function() {
|
|
658
658
|
return m.current;
|
|
659
659
|
}, []);
|
|
@@ -665,19 +665,19 @@ var Ke = ["className", "children", "themeColor", "fixedPadding", "tag"], X = Xe,
|
|
|
665
665
|
});
|
|
666
666
|
J.displayName = "TypoOverline";
|
|
667
667
|
J.propTypes = We;
|
|
668
|
-
var Me = ["className", "children", "themeColor", "fixedPadding", "level", "tag", "bold"], S = _e,
|
|
668
|
+
var Me = ["className", "children", "themeColor", "fixedPadding", "level", "tag", "bold"], S = _e, j = /* @__PURE__ */ k(function(e, r) {
|
|
669
669
|
var i = e.className, n = i === void 0 ? S.className : i, d = e.children, p = d === void 0 ? S.children : d, x = e.themeColor, o = x === void 0 ? S.themeColor : x, u = e.fixedPadding, c = u === void 0 ? S.fixedPadding : u, h = e.level, l = h === void 0 ? S.level : h, a = e.tag, s = a === void 0 ? S.tag : a, m = e.bold, f = m === void 0 ? S.bold : m, b = O(e, Me), v = B("mdc-typography", "lmnt mdc-typography--subtitle".concat(l || ""), c && "typography--fixed-padding", f && "mdc-typography--subtitle".concat(l || "", "-bold"), o && "mdc-theme--".concat(E(o)), n), D = P();
|
|
670
670
|
C(r, function() {
|
|
671
671
|
return D.current;
|
|
672
672
|
}, []);
|
|
673
|
-
var
|
|
674
|
-
return /* @__PURE__ */ g.createElement(
|
|
673
|
+
var z = s;
|
|
674
|
+
return /* @__PURE__ */ g.createElement(z, y({
|
|
675
675
|
ref: D,
|
|
676
676
|
className: v
|
|
677
677
|
}, b), p);
|
|
678
678
|
});
|
|
679
|
-
|
|
680
|
-
|
|
679
|
+
j.displayName = "TypoSubtitle";
|
|
680
|
+
j.propTypes = Ge;
|
|
681
681
|
var Qe = ["bold", "children", "type", "themeColor", "fixedPadding", "tag"], G = Le, re = /* @__PURE__ */ k(function(e, r) {
|
|
682
682
|
e.bold;
|
|
683
683
|
var i = e.children, n = i === void 0 ? G.children : i, d = e.type, p = d === void 0 ? G.type : d, x = e.themeColor, o = x === void 0 ? G.themeColor : x, u = e.fixedPadding, c = u === void 0 ? G.fixedPadding : u, h = e.tag, l = h === void 0 ? G.tag : h, a = O(e, Qe), s = P();
|
|
@@ -725,14 +725,14 @@ var Qe = ["bold", "children", "type", "themeColor", "fixedPadding", "tag"], G =
|
|
|
725
725
|
themeColor: o
|
|
726
726
|
}, a), n);
|
|
727
727
|
case "caption":
|
|
728
|
-
return /* @__PURE__ */ g.createElement(
|
|
728
|
+
return /* @__PURE__ */ g.createElement(q, y({
|
|
729
729
|
tag: l,
|
|
730
730
|
ref: s,
|
|
731
731
|
fixedPadding: c,
|
|
732
732
|
themeColor: o
|
|
733
733
|
}, a), n);
|
|
734
734
|
case "caption-bold":
|
|
735
|
-
return /* @__PURE__ */ g.createElement(
|
|
735
|
+
return /* @__PURE__ */ g.createElement(q, y({
|
|
736
736
|
bold: !0,
|
|
737
737
|
tag: l,
|
|
738
738
|
ref: s,
|
|
@@ -801,7 +801,7 @@ var Qe = ["bold", "children", "type", "themeColor", "fixedPadding", "tag"], G =
|
|
|
801
801
|
themeColor: o
|
|
802
802
|
}, a), n);
|
|
803
803
|
case "subtitle1":
|
|
804
|
-
return /* @__PURE__ */ g.createElement(
|
|
804
|
+
return /* @__PURE__ */ g.createElement(j, y({
|
|
805
805
|
tag: l,
|
|
806
806
|
ref: s,
|
|
807
807
|
fixedPadding: c,
|
|
@@ -810,7 +810,7 @@ var Qe = ["bold", "children", "type", "themeColor", "fixedPadding", "tag"], G =
|
|
|
810
810
|
level: 1
|
|
811
811
|
}), n);
|
|
812
812
|
case "subtitle1-bold":
|
|
813
|
-
return /* @__PURE__ */ g.createElement(
|
|
813
|
+
return /* @__PURE__ */ g.createElement(j, y({
|
|
814
814
|
bold: !0,
|
|
815
815
|
tag: l,
|
|
816
816
|
ref: s,
|
|
@@ -820,7 +820,7 @@ var Qe = ["bold", "children", "type", "themeColor", "fixedPadding", "tag"], G =
|
|
|
820
820
|
level: 1
|
|
821
821
|
}), n);
|
|
822
822
|
case "subtitle2-bold":
|
|
823
|
-
return /* @__PURE__ */ g.createElement(
|
|
823
|
+
return /* @__PURE__ */ g.createElement(j, y({
|
|
824
824
|
bold: !0,
|
|
825
825
|
tag: l,
|
|
826
826
|
ref: s,
|
|
@@ -830,7 +830,7 @@ var Qe = ["bold", "children", "type", "themeColor", "fixedPadding", "tag"], G =
|
|
|
830
830
|
level: 2
|
|
831
831
|
}), n);
|
|
832
832
|
case "subtitle2":
|
|
833
|
-
return /* @__PURE__ */ g.createElement(
|
|
833
|
+
return /* @__PURE__ */ g.createElement(j, y({
|
|
834
834
|
level: 2,
|
|
835
835
|
tag: l,
|
|
836
836
|
ref: s,
|
|
@@ -852,9 +852,9 @@ re.displayName = "Typography";
|
|
|
852
852
|
re.propTypes = Be;
|
|
853
853
|
export {
|
|
854
854
|
I as D,
|
|
855
|
-
|
|
855
|
+
j as I,
|
|
856
856
|
re as K,
|
|
857
857
|
L as N,
|
|
858
858
|
ne as O,
|
|
859
|
-
|
|
859
|
+
q as z
|
|
860
860
|
};
|