@appkit/dek-lib 0.6.0 → 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 +3 -5
- package/dist/index.umd.js +3 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -52055,7 +52055,7 @@ async function getClient(email, password) {
|
|
|
52055
52055
|
});
|
|
52056
52056
|
const wsLink = new GraphQLWsLink(
|
|
52057
52057
|
createClient({
|
|
52058
|
-
url: "
|
|
52058
|
+
url: "wss://dek.appkit.net/v1/graphql",
|
|
52059
52059
|
connectionParams: {
|
|
52060
52060
|
token: token2
|
|
52061
52061
|
}
|
|
@@ -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.
|
|
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.
|
|
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
|
@@ -52072,7 +52072,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
|
|
|
52072
52072
|
});
|
|
52073
52073
|
const wsLink = new GraphQLWsLink(
|
|
52074
52074
|
createClient({
|
|
52075
|
-
url: "
|
|
52075
|
+
url: "wss://dek.appkit.net/v1/graphql",
|
|
52076
52076
|
connectionParams: {
|
|
52077
52077
|
token: token2
|
|
52078
52078
|
}
|
|
@@ -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.
|
|
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.
|
|
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
|
}
|