@appkit/dek-lib 0.13.0 → 0.14.0

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/dist/index.es.js CHANGED
@@ -58328,7 +58328,7 @@ async function fetchUserPlugins(email, password) {
58328
58328
  result.integrations.push({
58329
58329
  key: "base",
58330
58330
  pluginName: "base",
58331
- pluginVersion: "0.13.0",
58331
+ pluginVersion: "0.14.0",
58332
58332
  pluginConfig: []
58333
58333
  });
58334
58334
  return result;
@@ -58503,7 +58503,7 @@ const Header = ({ height = 70 }) => {
58503
58503
  };
58504
58504
  const About = () => {
58505
58505
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(x0, { padding: 20, direction: "vert", children: [
58506
- /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.13.0"}` }),
58506
+ /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.14.0"}` }),
58507
58507
  /* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
58508
58508
  ] });
58509
58509
  };
package/dist/index.umd.js CHANGED
@@ -58345,7 +58345,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
58345
58345
  result.integrations.push({
58346
58346
  key: "base",
58347
58347
  pluginName: "base",
58348
- pluginVersion: "0.13.0",
58348
+ pluginVersion: "0.14.0",
58349
58349
  pluginConfig: []
58350
58350
  });
58351
58351
  return result;
@@ -58520,7 +58520,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
58520
58520
  };
58521
58521
  const About = () => {
58522
58522
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(x0, { padding: 20, direction: "vert", children: [
58523
- /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.13.0"}` }),
58523
+ /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.14.0"}` }),
58524
58524
  /* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
58525
58525
  ] });
58526
58526
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-lib",
3
3
  "private": false,
4
- "version": "0.13.0",
4
+ "version": "0.14.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc && vite build",