@kashifd/jwero-components 0.5.92 → 0.5.93
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 -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
|
@@ -46095,7 +46095,8 @@ const $s = (e) => /* @__PURE__ */ S.jsxs(
|
|
|
46095
46095
|
{
|
|
46096
46096
|
variant: "lRegular",
|
|
46097
46097
|
sx: {
|
|
46098
|
-
color: m ? it.colors.negative : it.colors.light_text_color
|
|
46098
|
+
color: m ? it.colors.negative : it.colors.light_text_color,
|
|
46099
|
+
mt: "0.25rem"
|
|
46099
46100
|
},
|
|
46100
46101
|
...P,
|
|
46101
46102
|
children: b
|