@kashifd/jwero-components 0.8.19 → 0.8.20
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 +2 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -46797,11 +46797,11 @@ const Ns = ({
|
|
|
46797
46797
|
).keys()
|
|
46798
46798
|
].map((re) => {
|
|
46799
46799
|
var ae;
|
|
46800
|
-
return /* @__PURE__ */ m.jsxs(
|
|
46800
|
+
return /* @__PURE__ */ m.jsxs(Ne, { sx: { gap: "0.25rem" }, children: [
|
|
46801
46801
|
/* @__PURE__ */ m.jsx(
|
|
46802
46802
|
_e,
|
|
46803
46803
|
{
|
|
46804
|
-
sx: { fontWeight: "bold", padding: "0.
|
|
46804
|
+
sx: { fontWeight: "bold", padding: "0.5rem 0.75rem" },
|
|
46805
46805
|
children: Sd(re)
|
|
46806
46806
|
}
|
|
46807
46807
|
),
|