@m4l/layouts 9.3.4-16062025.beta.1 → 9.3.4-16062025.beta.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.
@@ -18,7 +18,7 @@ function useBaseAccordions(props) {
18
18
  accordionProps: {
19
19
  ...accordion.accordionProps
20
20
  },
21
- children: /* @__PURE__ */ jsx(Stack, { direction: "column", gap: "8px", children: accordion.properties.map((property) => {
21
+ children: /* @__PURE__ */ jsx(Stack, { direction: "column", children: accordion.properties.map((property) => {
22
22
  const value = property.getValue(data, endPointData);
23
23
  return /* @__PURE__ */ createElement(
24
24
  PropertyValue,
@@ -10,7 +10,7 @@ function useDynamicAccordions(props) {
10
10
  endPointData,
11
11
  configDynamicAccordions
12
12
  });
13
- return /* @__PURE__ */ jsx(Stack, { direction: "column", gap: "4px", style: { height: "auto" }, children: accordionsComponents });
13
+ return /* @__PURE__ */ jsx(Stack, { direction: "column", gap: "8px", style: { height: "auto" }, children: accordionsComponents });
14
14
  };
15
15
  }
16
16
  export {
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@m4l/layouts",
3
- "version": "9.3.4-16062025.beta.1",
3
+ "version": "9.3.4-16062025.beta.2",
4
4
  "license": "UNLICENSED",
5
5
  "author": "M4L Team ",
6
6
  "lint-staged": {
7
7
  "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
8
8
  },
9
9
  "peerDependencies": {
10
- "@m4l/components": "9.2.60-16062025.beta.1",
10
+ "@m4l/components": "9.2.60-16062025.beta.2",
11
11
  "@m4l/core": "^2.0.0",
12
- "@m4l/graphics": "7.1.2-16062025.beta.1",
13
- "@m4l/styles": "7.1.29-16062025.beta.1"
12
+ "@m4l/graphics": "9.2.60-16062025.beta.2",
13
+ "@m4l/styles": "7.1.29-16062025.beta.2"
14
14
  },
15
15
  "resolutions": {
16
16
  "glob": "^10.4.5",