@appkit/dek-lib 0.8.1 → 0.8.2

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
@@ -939,7 +939,7 @@ class Api {
939
939
  if (!component) {
940
940
  return;
941
941
  }
942
- return component.element(props);
942
+ return component.element({ ...props, plugin });
943
943
  }
944
944
  }
945
945
  getComponentSchema(integrationKey, componentKey) {
@@ -58228,7 +58228,7 @@ async function fetchUserPlugins(email, password) {
58228
58228
  result.integrations.push({
58229
58229
  key: "base",
58230
58230
  pluginName: "base",
58231
- pluginVersion: "0.8.1",
58231
+ pluginVersion: "0.8.2",
58232
58232
  pluginConfig: []
58233
58233
  });
58234
58234
  return result;
@@ -58403,7 +58403,7 @@ const Header = ({ height = 70 }) => {
58403
58403
  };
58404
58404
  const About = () => {
58405
58405
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(x0, { padding: 20, direction: "vert", children: [
58406
- /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.8.1"}` }),
58406
+ /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.8.2"}` }),
58407
58407
  /* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
58408
58408
  ] });
58409
58409
  };
package/dist/index.umd.js CHANGED
@@ -956,7 +956,7 @@ var __publicField = (obj, key, value) => {
956
956
  if (!component) {
957
957
  return;
958
958
  }
959
- return component.element(props);
959
+ return component.element({ ...props, plugin });
960
960
  }
961
961
  }
962
962
  getComponentSchema(integrationKey, componentKey) {
@@ -58245,7 +58245,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
58245
58245
  result.integrations.push({
58246
58246
  key: "base",
58247
58247
  pluginName: "base",
58248
- pluginVersion: "0.8.1",
58248
+ pluginVersion: "0.8.2",
58249
58249
  pluginConfig: []
58250
58250
  });
58251
58251
  return result;
@@ -58420,7 +58420,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
58420
58420
  };
58421
58421
  const About = () => {
58422
58422
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(x0, { padding: 20, direction: "vert", children: [
58423
- /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.8.1"}` }),
58423
+ /* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.8.2"}` }),
58424
58424
  /* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
58425
58425
  ] });
58426
58426
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-lib",
3
3
  "private": false,
4
- "version": "0.8.1",
4
+ "version": "0.8.2",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc && vite build",