@appkit/dek-lib 0.36.0 → 0.37.0
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 +5 -9
- package/dist/index.umd.js +5 -9
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -24518,6 +24518,7 @@ const cq1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
24518
24518
|
margin: ${({ $margin: t2 }) => t2}px;
|
|
24519
24519
|
background-color: ${({ $backColor: t2 }) => t2};
|
|
24520
24520
|
border-radius: 50%;
|
|
24521
|
+
box-sizing: content-box;
|
|
24521
24522
|
`, oq1 = styled.div``, vq1 = ({
|
|
24522
24523
|
loading: t2 = false,
|
|
24523
24524
|
active: e2 = false,
|
|
@@ -46539,12 +46540,7 @@ class Api {
|
|
|
46539
46540
|
class ApiInternal {
|
|
46540
46541
|
trace(integrationKey, message, ...data) {
|
|
46541
46542
|
console.log(`DEK-TRACE[${integrationKey}]: ${message}`, ...data);
|
|
46542
|
-
|
|
46543
|
-
type: "trace",
|
|
46544
|
-
body: message,
|
|
46545
|
-
data,
|
|
46546
|
-
at: Date.now()
|
|
46547
|
-
});
|
|
46543
|
+
return;
|
|
46548
46544
|
}
|
|
46549
46545
|
warn(integrationKey, message, ...data) {
|
|
46550
46546
|
console.warn(`DEK-WARN[${integrationKey}]: ${message}`, ...data);
|
|
@@ -65516,7 +65512,7 @@ async function fetchUserPlugins(authToken) {
|
|
|
65516
65512
|
result.integrations.push({
|
|
65517
65513
|
key: "base",
|
|
65518
65514
|
pluginName: "base",
|
|
65519
|
-
pluginVersion: "0.
|
|
65515
|
+
pluginVersion: "0.37.0",
|
|
65520
65516
|
pluginConfig: []
|
|
65521
65517
|
});
|
|
65522
65518
|
return result;
|
|
@@ -65691,7 +65687,7 @@ const Header = ({ height = 70 }) => {
|
|
|
65691
65687
|
};
|
|
65692
65688
|
const About = () => {
|
|
65693
65689
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(g0, { padding: 20, direction: "vert", children: [
|
|
65694
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(uq1, { children: `Dek ${"0.
|
|
65690
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(uq1, { children: `Dek ${"0.37.0"}` }),
|
|
65695
65691
|
/* @__PURE__ */ jsxRuntimeExports.jsx(l4, { children: "From Appkit" })
|
|
65696
65692
|
] });
|
|
65697
65693
|
};
|
|
@@ -105250,7 +105246,7 @@ async function updatePlugins(authToken) {
|
|
|
105250
105246
|
{
|
|
105251
105247
|
key: "base",
|
|
105252
105248
|
pluginName: "base",
|
|
105253
|
-
pluginVersion: "0.
|
|
105249
|
+
pluginVersion: "0.37.0",
|
|
105254
105250
|
pluginConfig: []
|
|
105255
105251
|
}
|
|
105256
105252
|
],
|
package/dist/index.umd.js
CHANGED
|
@@ -24535,6 +24535,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
24535
24535
|
margin: ${({ $margin: t2 }) => t2}px;
|
|
24536
24536
|
background-color: ${({ $backColor: t2 }) => t2};
|
|
24537
24537
|
border-radius: 50%;
|
|
24538
|
+
box-sizing: content-box;
|
|
24538
24539
|
`, oq1 = styled.div``, vq1 = ({
|
|
24539
24540
|
loading: t2 = false,
|
|
24540
24541
|
active: e2 = false,
|
|
@@ -46556,12 +46557,7 @@ Arguments: ` + Array.prototype.slice.call(n2).join("") + `
|
|
|
46556
46557
|
class ApiInternal {
|
|
46557
46558
|
trace(integrationKey, message, ...data) {
|
|
46558
46559
|
console.log(`DEK-TRACE[${integrationKey}]: ${message}`, ...data);
|
|
46559
|
-
|
|
46560
|
-
type: "trace",
|
|
46561
|
-
body: message,
|
|
46562
|
-
data,
|
|
46563
|
-
at: Date.now()
|
|
46564
|
-
});
|
|
46560
|
+
return;
|
|
46565
46561
|
}
|
|
46566
46562
|
warn(integrationKey, message, ...data) {
|
|
46567
46563
|
console.warn(`DEK-WARN[${integrationKey}]: ${message}`, ...data);
|
|
@@ -65533,7 +65529,7 @@ Arguments: ` + Array.prototype.slice.call(n2).join("") + `
|
|
|
65533
65529
|
result.integrations.push({
|
|
65534
65530
|
key: "base",
|
|
65535
65531
|
pluginName: "base",
|
|
65536
|
-
pluginVersion: "0.
|
|
65532
|
+
pluginVersion: "0.37.0",
|
|
65537
65533
|
pluginConfig: []
|
|
65538
65534
|
});
|
|
65539
65535
|
return result;
|
|
@@ -65708,7 +65704,7 @@ Arguments: ` + Array.prototype.slice.call(n2).join("") + `
|
|
|
65708
65704
|
};
|
|
65709
65705
|
const About = () => {
|
|
65710
65706
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(g0, { padding: 20, direction: "vert", children: [
|
|
65711
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(uq1, { children: `Dek ${"0.
|
|
65707
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(uq1, { children: `Dek ${"0.37.0"}` }),
|
|
65712
65708
|
/* @__PURE__ */ jsxRuntimeExports.jsx(l4, { children: "From Appkit" })
|
|
65713
65709
|
] });
|
|
65714
65710
|
};
|
|
@@ -105267,7 +105263,7 @@ Arguments: ` + Array.prototype.slice.call(n2).join("") + `
|
|
|
105267
105263
|
{
|
|
105268
105264
|
key: "base",
|
|
105269
105265
|
pluginName: "base",
|
|
105270
|
-
pluginVersion: "0.
|
|
105266
|
+
pluginVersion: "0.37.0",
|
|
105271
105267
|
pluginConfig: []
|
|
105272
105268
|
}
|
|
105273
105269
|
],
|