@appkit/dek-lib 0.8.0 → 0.8.1
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 +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -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.
|
|
58231
|
+
pluginVersion: "0.8.1",
|
|
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.
|
|
58406
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.8.1"}` }),
|
|
58407
58407
|
/* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
|
|
58408
58408
|
] });
|
|
58409
58409
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -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.
|
|
58248
|
+
pluginVersion: "0.8.1",
|
|
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.
|
|
58423
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.8.1"}` }),
|
|
58424
58424
|
/* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
|
|
58425
58425
|
] });
|
|
58426
58426
|
};
|