@dxs-ts/eveli-ide 0.0.117 → 0.0.118

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 +2 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -2600,7 +2600,7 @@ const Ibn = () => {
2600
2600
  flexWrap: "wrap",
2601
2601
  justifyContent: "center",
2602
2602
  ".MuiCard-root": {
2603
- margin: 3,
2603
+ margin: 30,
2604
2604
  width: "20vw",
2605
2605
  display: "flex",
2606
2606
  flexDirection: "column"
@@ -3789,7 +3789,7 @@ function OEn(n) {
3789
3789
  getReleaseContent: async (N) => a.fetch(r({ releaseId: N }), { method: c }).then((Z) => Z.json())
3790
3790
  };
3791
3791
  }
3792
- const Txt = { tag: "eveli-ide-0.0.117", built: "17/03/2025" }, cDt = dd("worker/rest/api/assets/stencil/version.GET")({
3792
+ const Txt = { tag: "eveli-ide-0.0.118", built: "17/03/2025" }, cDt = dd("worker/rest/api/assets/stencil/version.GET")({
3793
3793
  hook: gEn
3794
3794
  });
3795
3795
  function gEn(n) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/src/index.d.ts",