@pautena/react-design-system 0.18.0 → 0.18.1
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -23695,15 +23695,15 @@ const id = {
|
|
|
23695
23695
|
)
|
|
23696
23696
|
] });
|
|
23697
23697
|
}, DS = ({ navigation: e }) => {
|
|
23698
|
-
const {
|
|
23698
|
+
const { size: o } = qo(), { spacing: n } = Ei();
|
|
23699
23699
|
return /* @__PURE__ */ d.jsx(
|
|
23700
23700
|
jh,
|
|
23701
23701
|
{
|
|
23702
23702
|
sx: {
|
|
23703
|
-
paddingTop:
|
|
23704
|
-
paddingX:
|
|
23703
|
+
paddingTop: o === "small" ? n(0.5) : void 0,
|
|
23704
|
+
paddingX: n(o === "small" ? 0.5 : 1)
|
|
23705
23705
|
},
|
|
23706
|
-
children: e.map((
|
|
23706
|
+
children: e.map((r) => /* @__PURE__ */ d.jsx($f, { item: r }, r.id))
|
|
23707
23707
|
}
|
|
23708
23708
|
);
|
|
23709
23709
|
};
|