@appkit/dek-lib 0.3.0 → 0.5.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
@@ -57844,7 +57844,7 @@ async function fetchUserPlugins(email, password) {
57844
57844
  result.integrations.push({
57845
57845
  key: "base",
57846
57846
  pluginName: "base",
57847
- pluginVersion: "0.2.8",
57847
+ pluginVersion: "0.3.0",
57848
57848
  pluginConfig: []
57849
57849
  });
57850
57850
  return result;
@@ -58019,7 +58019,7 @@ const Header = ({ height = 70 }) => {
58019
58019
  };
58020
58020
  const About = () => {
58021
58021
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(y0, { padding: 20, direction: "vert", children: [
58022
- /* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.2.8"}` }),
58022
+ /* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.3.0"}` }),
58023
58023
  /* @__PURE__ */ jsxRuntimeExports.jsx(Y4, { children: "From Appkit" })
58024
58024
  ] });
58025
58025
  };
package/dist/index.umd.js CHANGED
@@ -57861,7 +57861,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
57861
57861
  result.integrations.push({
57862
57862
  key: "base",
57863
57863
  pluginName: "base",
57864
- pluginVersion: "0.2.8",
57864
+ pluginVersion: "0.3.0",
57865
57865
  pluginConfig: []
57866
57866
  });
57867
57867
  return result;
@@ -58036,7 +58036,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
58036
58036
  };
58037
58037
  const About = () => {
58038
58038
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(y0, { padding: 20, direction: "vert", children: [
58039
- /* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.2.8"}` }),
58039
+ /* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.3.0"}` }),
58040
58040
  /* @__PURE__ */ jsxRuntimeExports.jsx(Y4, { children: "From Appkit" })
58041
58041
  ] });
58042
58042
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-lib",
3
3
  "private": false,
4
- "version": "0.3.0",
4
+ "version": "0.5.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc && vite build",