@kashifd/jwero-components 0.7.0 → 0.7.2
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 +4 -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
|
@@ -58196,7 +58196,7 @@ const cz = ({ name: e, data: t, labels: r }) => {
|
|
|
58196
58196
|
{
|
|
58197
58197
|
sx: {
|
|
58198
58198
|
gap: "0.5rem",
|
|
58199
|
-
padding: "1rem",
|
|
58199
|
+
padding: "1rem 0 1rem 1rem",
|
|
58200
58200
|
width: m != null && m.flag ? "50%" : "100%"
|
|
58201
58201
|
},
|
|
58202
58202
|
children: [
|
|
@@ -58225,12 +58225,14 @@ const cz = ({ name: e, data: t, labels: r }) => {
|
|
|
58225
58225
|
customProps: e == null ? void 0 : e.customChipProps,
|
|
58226
58226
|
textSx: {
|
|
58227
58227
|
textAlign: "center",
|
|
58228
|
-
fontFamily: "Inter,sans-serif",
|
|
58229
58228
|
fontSize: "0.75rem",
|
|
58230
58229
|
fontStyle: "normal",
|
|
58231
58230
|
fontWeight: 600,
|
|
58232
58231
|
lineHeight: "1.25rem",
|
|
58233
58232
|
letterSpacing: "-0.015rem"
|
|
58233
|
+
},
|
|
58234
|
+
boxSx: {
|
|
58235
|
+
height: "fit-content"
|
|
58234
58236
|
}
|
|
58235
58237
|
}
|
|
58236
58238
|
)
|