@syntrologie/runtime-sdk 2.8.0-canary.48 → 2.8.0-canary.49
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/{chunk-6U2AHJYW.js → chunk-XMTKLKVB.js} +3 -3
- package/dist/chunk-XMTKLKVB.js.map +7 -0
- package/dist/index.js +7 -4
- package/dist/index.js.map +2 -2
- package/dist/react.js +1 -1
- package/dist/smart-canvas.esm.js +16 -16
- package/dist/smart-canvas.esm.js.map +3 -3
- package/dist/smart-canvas.js +9 -6
- package/dist/smart-canvas.js.map +2 -2
- package/dist/smart-canvas.min.js +16 -16
- package/dist/smart-canvas.min.js.map +3 -3
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-6U2AHJYW.js.map +0 -7
|
@@ -1408,7 +1408,7 @@ var alert = {
|
|
|
1408
1408
|
var tag = {
|
|
1409
1409
|
content: slateGrey[10],
|
|
1410
1410
|
border: slateGrey[4],
|
|
1411
|
-
background:
|
|
1411
|
+
background: slateGrey[3]
|
|
1412
1412
|
};
|
|
1413
1413
|
var menu = {
|
|
1414
1414
|
backgroundDefault: slateGrey[2],
|
|
@@ -3456,7 +3456,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3456
3456
|
}
|
|
3457
3457
|
|
|
3458
3458
|
// src/version.ts
|
|
3459
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
3459
|
+
var SDK_VERSION = "2.8.0-canary.49";
|
|
3460
3460
|
|
|
3461
3461
|
// src/types.ts
|
|
3462
3462
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -12243,4 +12243,4 @@ export {
|
|
|
12243
12243
|
encodeToken,
|
|
12244
12244
|
Syntro
|
|
12245
12245
|
};
|
|
12246
|
-
//# sourceMappingURL=chunk-
|
|
12246
|
+
//# sourceMappingURL=chunk-XMTKLKVB.js.map
|