@kashifd/jwero-components 0.5.69 → 0.5.71
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 -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.es.js
CHANGED
|
@@ -46918,7 +46918,16 @@ const m8 = ({
|
|
|
46918
46918
|
label: "Scheduled",
|
|
46919
46919
|
iconProps: {
|
|
46920
46920
|
position: "start",
|
|
46921
|
-
icon: /* @__PURE__ */ k.jsx(
|
|
46921
|
+
icon: /* @__PURE__ */ k.jsx(
|
|
46922
|
+
w8,
|
|
46923
|
+
{
|
|
46924
|
+
sx: {
|
|
46925
|
+
color: ut.colors.attention,
|
|
46926
|
+
height: "1rem",
|
|
46927
|
+
width: "1rem"
|
|
46928
|
+
}
|
|
46929
|
+
}
|
|
46930
|
+
)
|
|
46922
46931
|
}
|
|
46923
46932
|
}
|
|
46924
46933
|
}, oc = ({
|