@dxs-ts/eveli-ide 0.0.415 → 0.0.416

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.
Files changed (2) hide show
  1. package/build/index.js +6 -4
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -57027,7 +57027,7 @@ function eK(e) {
57027
57027
  })
57028
57028
  };
57029
57029
  }
57030
- const fS = { tag: "eveli-ide-0.0.415", built: "11/07/2025" }, JI = Se("worker/rest/api/version.GET")({
57030
+ const fS = { tag: "eveli-ide-0.0.416", built: "11/07/2025" }, JI = Se("worker/rest/api/version.GET")({
57031
57031
  hook: tK
57032
57032
  });
57033
57033
  function tK(e) {
@@ -67942,6 +67942,7 @@ const cae = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3
67942
67942
  titleTypography: t.typography.subtitle2,
67943
67943
  bodyTypography: t.typography.subtitle2,
67944
67944
  bodyTypographySmall: t.typography.caption,
67945
+ cardSpacing: t.spacing(1),
67945
67946
  dataRowGridSizes: {
67946
67947
  label: { xs: 4, sm: 4, md: 4, lg: 4, xl: 4 },
67947
67948
  value: { xs: 8, sm: 8, md: 8, lg: 8, xl: 8 }
@@ -67951,6 +67952,7 @@ const cae = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3
67951
67952
  titleTypography: t.typography.h5,
67952
67953
  bodyTypography: t.typography.body2,
67953
67954
  bodyTypographySmall: t.typography.subtitle2,
67955
+ cardSpacing: t.spacing(2),
67954
67956
  dataRowGridSizes: {
67955
67957
  label: { xs: 4, sm: 4, md: 4, lg: 4, xl: 4 },
67956
67958
  value: { xs: 8, sm: 8, md: 8, lg: 8, xl: 8 }
@@ -67968,11 +67970,11 @@ const cae = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3
67968
67970
  paddingBottom: t.spacing(0.5)
67969
67971
  },
67970
67972
  bodyTypographySmall: t.typography.body2,
67973
+ cardSpacing: t.spacing(2),
67971
67974
  dataRowGridSizes: {
67972
67975
  label: e ? af : { xs: 3, sm: 3, md: 3, lg: 3, xl: 3 },
67973
67976
  value: e ? af : { xs: 9, sm: 9, md: 9, lg: 9, xl: 9 }
67974
- },
67975
- cardSpacing: t.spacing(2)
67977
+ }
67976
67978
  }
67977
67979
  };
67978
67980
  }, ya = (e) => {
@@ -68276,7 +68278,7 @@ const cae = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3
68276
68278
  function g() {
68277
68279
  s((b) => !b);
68278
68280
  }
68279
- return /* @__PURE__ */ i(W, { children: /* @__PURE__ */ y(oe, { container: !0, spacing: 1, m: 2, children: [
68281
+ return /* @__PURE__ */ i(W, { children: /* @__PURE__ */ y(oe, { container: !0, spacing: p.cardSpacing, m: 2, children: [
68280
68282
  /* @__PURE__ */ i(oe, { size: r ? _t.singleCol : _t[c], children: /* @__PURE__ */ i(Tae, { value: c, onChange: u }) }),
68281
68283
  /* @__PURE__ */ y(oe, { container: !0, size: { xs: 12, md: r ? 6 : 12 }, sx: { overflowY: "auto", maxHeight: "100%" }, spacing: p.cardSpacing, children: [
68282
68284
  /* @__PURE__ */ i(oe, { size: r ? _t.singleCol : _t[c], children: /* @__PURE__ */ y(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.415",
3
+ "version": "0.0.416",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",