@kashifd/jwero-components 0.7.34 → 0.7.36
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 -1
- 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.d.ts +0 -43
package/dist/index.es.js
CHANGED
|
@@ -61672,7 +61672,7 @@ const wH = ({
|
|
|
61672
61672
|
value: "custom",
|
|
61673
61673
|
label: t ? "In stock" : "Out of stock",
|
|
61674
61674
|
backgroundColor: t ? Pt.colors.light_green : Pt.colors.light_red,
|
|
61675
|
-
color: Pt.colors.positive,
|
|
61675
|
+
color: t ? Pt.colors.positive : Pt.colors.negative,
|
|
61676
61676
|
iconProps: {
|
|
61677
61677
|
position: "start",
|
|
61678
61678
|
icon: /* @__PURE__ */ v.jsx(
|