@kashifd/jwero-components 0.5.19 → 0.5.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.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
|
@@ -38971,7 +38971,7 @@ const zD = /* @__PURE__ */ Gn(BD), dd = H(Nt)(({}) => ({
|
|
|
38971
38971
|
backgroundColor: y != null && y.disable ? o.colors.surface2_lightgrey : "#fff",
|
|
38972
38972
|
opacity: y != null && y.disable ? 0.3 : 1,
|
|
38973
38973
|
"&:hover": {
|
|
38974
|
-
backgroundColor:
|
|
38974
|
+
backgroundColor: "#E9EFFF"
|
|
38975
38975
|
},
|
|
38976
38976
|
...y == null ? void 0 : y.sx
|
|
38977
38977
|
},
|
|
@@ -38982,7 +38982,7 @@ const zD = /* @__PURE__ */ Gn(BD), dd = H(Nt)(({}) => ({
|
|
|
38982
38982
|
direction: "row",
|
|
38983
38983
|
alignItems: "center",
|
|
38984
38984
|
sx: {
|
|
38985
|
-
gap: "0.
|
|
38985
|
+
gap: "0.5rem"
|
|
38986
38986
|
},
|
|
38987
38987
|
children: [
|
|
38988
38988
|
((g = y == null ? void 0 : y.iconProps) == null ? void 0 : g.icon) && ((b = y == null ? void 0 : y.iconProps) == null ? void 0 : b.placement) === md && ((v = y == null ? void 0 : y.iconProps) == null ? void 0 : v.icon),
|