@kashifd/jwero-components 0.5.85 → 0.5.86
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/index.es.js +10 -9
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -49132,7 +49132,7 @@ const aW = ({
|
|
|
49132
49132
|
if (!g) return null;
|
|
49133
49133
|
const w = {
|
|
49134
49134
|
display: "flex",
|
|
49135
|
-
width: "
|
|
49135
|
+
width: "100%",
|
|
49136
49136
|
padding: "0.75rem",
|
|
49137
49137
|
alignItems: "center",
|
|
49138
49138
|
gap: "0.5rem",
|
|
@@ -49514,7 +49514,11 @@ const mV = () => /* @__PURE__ */ S.jsxs(
|
|
|
49514
49514
|
]
|
|
49515
49515
|
}
|
|
49516
49516
|
);
|
|
49517
|
-
}, vV = ({
|
|
49517
|
+
}, vV = ({
|
|
49518
|
+
data: e,
|
|
49519
|
+
sx: t,
|
|
49520
|
+
labelName: n
|
|
49521
|
+
}) => /* @__PURE__ */ S.jsxs(
|
|
49518
49522
|
rt,
|
|
49519
49523
|
{
|
|
49520
49524
|
alignItems: "center",
|
|
@@ -49529,7 +49533,7 @@ const mV = () => /* @__PURE__ */ S.jsxs(
|
|
|
49529
49533
|
...t
|
|
49530
49534
|
},
|
|
49531
49535
|
children: [
|
|
49532
|
-
/* @__PURE__ */ S.
|
|
49536
|
+
/* @__PURE__ */ S.jsx(
|
|
49533
49537
|
wt,
|
|
49534
49538
|
{
|
|
49535
49539
|
sx: {
|
|
@@ -49538,10 +49542,7 @@ const mV = () => /* @__PURE__ */ S.jsxs(
|
|
|
49538
49542
|
fontSize: "2rem",
|
|
49539
49543
|
color: ut.colors.attention
|
|
49540
49544
|
},
|
|
49541
|
-
children:
|
|
49542
|
-
e,
|
|
49543
|
-
" s"
|
|
49544
|
-
]
|
|
49545
|
+
children: e
|
|
49545
49546
|
}
|
|
49546
49547
|
),
|
|
49547
49548
|
/* @__PURE__ */ S.jsx(
|
|
@@ -49553,7 +49554,7 @@ const mV = () => /* @__PURE__ */ S.jsxs(
|
|
|
49553
49554
|
letterSpacing: "-0.0175rem",
|
|
49554
49555
|
color: ut.colors.text_secondary
|
|
49555
49556
|
},
|
|
49556
|
-
children:
|
|
49557
|
+
children: n
|
|
49557
49558
|
}
|
|
49558
49559
|
)
|
|
49559
49560
|
]
|
|
@@ -59117,7 +59118,7 @@ const NV = ({
|
|
|
59117
59118
|
}
|
|
59118
59119
|
),
|
|
59119
59120
|
e === "line" && /* @__PURE__ */ S.jsx(MV, { name: b, labels: m, data: a }),
|
|
59120
|
-
e === "numeric" && /* @__PURE__ */ S.jsx(vV, { data: t }),
|
|
59121
|
+
e === "numeric" && /* @__PURE__ */ S.jsx(vV, { data: t, labelName: b }),
|
|
59121
59122
|
e === "multiple_line" && /* @__PURE__ */ S.jsx(FV, { series: s, label: m })
|
|
59122
59123
|
] });
|
|
59123
59124
|
}, BV = () => /* @__PURE__ */ S.jsxs(
|