@kashifd/jwero-components 0.5.76 → 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 +1 -3
- 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
|
@@ -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,
|