@mx-cartographer/experiences 6.24.6 → 6.24.7
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 +0 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -20607,7 +20607,6 @@ const zC = (e) => e.reduce((i, a) => {
|
|
|
20607
20607
|
borderColor: "divider",
|
|
20608
20608
|
borderRadius: "4px",
|
|
20609
20609
|
flex: 1,
|
|
20610
|
-
gap: 4,
|
|
20611
20610
|
minWidth: 0,
|
|
20612
20611
|
px: 12,
|
|
20613
20612
|
py: 8
|
|
@@ -20619,7 +20618,6 @@ const zC = (e) => e.reduce((i, a) => {
|
|
|
20619
20618
|
sx: {
|
|
20620
20619
|
alignItems: "center",
|
|
20621
20620
|
flexDirection: "row",
|
|
20622
|
-
gap: 2,
|
|
20623
20621
|
justifyContent: "space-between"
|
|
20624
20622
|
},
|
|
20625
20623
|
children: [
|