@kashifd/jwero-components 0.5.75 → 0.5.77
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 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -48672,7 +48672,7 @@ const nW = ({
|
|
|
48672
48672
|
]
|
|
48673
48673
|
}
|
|
48674
48674
|
),
|
|
48675
|
-
w && /* @__PURE__ */ k.jsx(
|
|
48675
|
+
w && (s == null ? void 0 : s.title) && /* @__PURE__ */ k.jsx(
|
|
48676
48676
|
xs,
|
|
48677
48677
|
{
|
|
48678
48678
|
variant: s == null ? void 0 : s.variant,
|
|
@@ -48683,9 +48683,7 @@ const nW = ({
|
|
|
48683
48683
|
icon: /* @__PURE__ */ k.jsx(
|
|
48684
48684
|
c0,
|
|
48685
48685
|
{
|
|
48686
|
-
|
|
48687
|
-
color: (s == null ? void 0 : s.variant) === "outlined" ? "#000" : "#fff"
|
|
48688
|
-
}
|
|
48686
|
+
color: (s == null ? void 0 : s.variant) === "outlined" ? "#000" : "#fff"
|
|
48689
48687
|
}
|
|
48690
48688
|
)
|
|
48691
48689
|
} : void 0,
|