@mx-cartographer/experiences 6.25.4 → 6.25.5
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/CHANGELOG.md +4 -0
- package/dist/index.es.js +1 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -14922,6 +14922,7 @@ const I1 = x(({ goal: e }) => {
|
|
|
14922
14922
|
alignSelf: "center",
|
|
14923
14923
|
flexDirection: r ? "row" : "column",
|
|
14924
14924
|
gap: r ? 16 : 0,
|
|
14925
|
+
px: r ? 0 : 24,
|
|
14925
14926
|
...i
|
|
14926
14927
|
},
|
|
14927
14928
|
children: [
|