@appkit/dek-lib 0.6.1 → 0.6.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
@@ -57845,7 +57845,7 @@ async function fetchUserPlugins(email, password) {
57845
57845
  result.integrations.push({
57846
57846
  key: "base",
57847
57847
  pluginName: "base",
57848
- pluginVersion: "0.6.0",
57848
+ pluginVersion: "0.6.2",
57849
57849
  pluginConfig: []
57850
57850
  });
57851
57851
  return result;
@@ -58020,7 +58020,7 @@ const Header = ({ height = 70 }) => {
58020
58020
  };
58021
58021
  const About = () => {
58022
58022
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(y0, { padding: 20, direction: "vert", children: [
58023
- /* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.6.0"}` }),
58023
+ /* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.6.2"}` }),
58024
58024
  /* @__PURE__ */ jsxRuntimeExports.jsx(Y4, { children: "From Appkit" })
58025
58025
  ] });
58026
58026
  };
@@ -94597,8 +94597,6 @@ const Router = ({ userConfig, transitionDelay: transitionDelay2 }) => {
94597
94597
  ) });
94598
94598
  };
94599
94599
  const BoardStyles = createGlobalStyle`
94600
- @import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
94601
-
94602
94600
  body {
94603
94601
  zoom: ${({ $zoom }) => $zoom || 1};
94604
94602
  }
package/dist/index.umd.js CHANGED
@@ -57862,7 +57862,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
57862
57862
  result.integrations.push({
57863
57863
  key: "base",
57864
57864
  pluginName: "base",
57865
- pluginVersion: "0.6.0",
57865
+ pluginVersion: "0.6.2",
57866
57866
  pluginConfig: []
57867
57867
  });
57868
57868
  return result;
@@ -58037,7 +58037,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
58037
58037
  };
58038
58038
  const About = () => {
58039
58039
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(y0, { padding: 20, direction: "vert", children: [
58040
- /* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.6.0"}` }),
58040
+ /* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.6.2"}` }),
58041
58041
  /* @__PURE__ */ jsxRuntimeExports.jsx(Y4, { children: "From Appkit" })
58042
58042
  ] });
58043
58043
  };
@@ -94614,8 +94614,6 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
94614
94614
  ) });
94615
94615
  };
94616
94616
  const BoardStyles = styled.createGlobalStyle`
94617
- @import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
94618
-
94619
94617
  body {
94620
94618
  zoom: ${({ $zoom }) => $zoom || 1};
94621
94619
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-lib",
3
3
  "private": false,
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc && vite build",