@appkit/dek-lib 0.2.1 → 0.2.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 +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +3 -1
package/dist/index.es.js
CHANGED
|
@@ -39313,7 +39313,7 @@ const LayoutRenderer = ({ layout }) => {
|
|
|
39313
39313
|
View: D2,
|
|
39314
39314
|
Text: _t
|
|
39315
39315
|
},
|
|
39316
|
-
jsx:
|
|
39316
|
+
jsx: layout
|
|
39317
39317
|
}
|
|
39318
39318
|
);
|
|
39319
39319
|
};
|
|
@@ -65851,7 +65851,7 @@ const BoardProvider = ({ email, password, plugin }) => {
|
|
|
65851
65851
|
const config2 = useUserConfig(email, password, plugin);
|
|
65852
65852
|
const api = f0();
|
|
65853
65853
|
console.log("### LOADED", config2, api);
|
|
65854
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
65854
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs(_N1, { children: [
|
|
65855
65855
|
/* @__PURE__ */ jsxRuntimeExports.jsx(BoardStyles, { $zoom: zoom, $transitionDelay: transitionDelay }),
|
|
65856
65856
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Background, {}),
|
|
65857
65857
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Router, { userConfig: config2, transitionDelay }),
|
package/dist/index.umd.js
CHANGED
|
@@ -39330,7 +39330,7 @@ Arguments: ` + Array.prototype.slice.call(n10).join("") + `
|
|
|
39330
39330
|
View: D2,
|
|
39331
39331
|
Text: _t
|
|
39332
39332
|
},
|
|
39333
|
-
jsx:
|
|
39333
|
+
jsx: layout
|
|
39334
39334
|
}
|
|
39335
39335
|
);
|
|
39336
39336
|
};
|
|
@@ -65868,7 +65868,7 @@ body {
|
|
|
65868
65868
|
const config2 = useUserConfig(email, password, plugin);
|
|
65869
65869
|
const api = f0();
|
|
65870
65870
|
console.log("### LOADED", config2, api);
|
|
65871
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
65871
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs(_N1, { children: [
|
|
65872
65872
|
/* @__PURE__ */ jsxRuntimeExports.jsx(BoardStyles, { $zoom: zoom, $transitionDelay: transitionDelay }),
|
|
65873
65873
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Background, {}),
|
|
65874
65874
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Router, { userConfig: config2, transitionDelay }),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appkit/dek-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "tsc && vite build",
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
"preview": "vite preview"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
+
"@appkit/dek-plugin": "*",
|
|
14
|
+
"@appkit/dek-ui": "*",
|
|
13
15
|
"axios": "^1.6.2",
|
|
14
16
|
"buffer": "^6.0.3",
|
|
15
17
|
"eventemitter3": "^5.0.1",
|