@kashifd/jwero-components 0.5.70 → 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 +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
|
@@ -46923,8 +46923,8 @@ const m8 = ({
|
|
|
46923
46923
|
{
|
|
46924
46924
|
sx: {
|
|
46925
46925
|
color: ut.colors.attention,
|
|
46926
|
-
height: "
|
|
46927
|
-
width: "
|
|
46926
|
+
height: "1rem",
|
|
46927
|
+
width: "1rem"
|
|
46928
46928
|
}
|
|
46929
46929
|
}
|
|
46930
46930
|
)
|