@appkit/dek-lib 0.11.0 → 0.12.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
@@ -58325,7 +58325,7 @@ async function fetchUserPlugins(email, password) {
58325
58325
  result.integrations.push({
58326
58326
  key: "base",
58327
58327
  pluginName: "base",
58328
- pluginVersion: "0.11.0",
58328
+ pluginVersion: "0.12.0",
58329
58329
  pluginConfig: []
58330
58330
  });
58331
58331
  return result;
@@ -58500,7 +58500,7 @@ const Header = ({ height = 70 }) => {
58500
58500
  };
58501
58501
  const About = () => {
58502
58502
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(x0, { padding: 20, direction: "vert", children: [
58503
- /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.11.0"}` }),
58503
+ /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.12.0"}` }),
58504
58504
  /* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
58505
58505
  ] });
58506
58506
  };
package/dist/index.umd.js CHANGED
@@ -58342,7 +58342,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
58342
58342
  result.integrations.push({
58343
58343
  key: "base",
58344
58344
  pluginName: "base",
58345
- pluginVersion: "0.11.0",
58345
+ pluginVersion: "0.12.0",
58346
58346
  pluginConfig: []
58347
58347
  });
58348
58348
  return result;
@@ -58517,7 +58517,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
58517
58517
  };
58518
58518
  const About = () => {
58519
58519
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(x0, { padding: 20, direction: "vert", children: [
58520
- /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.11.0"}` }),
58520
+ /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.12.0"}` }),
58521
58521
  /* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
58522
58522
  ] });
58523
58523
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-lib",
3
3
  "private": false,
4
- "version": "0.11.0",
4
+ "version": "0.12.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc && vite build",