@syntrologie/runtime-sdk 2.8.0-canary.164 → 2.8.0-canary.166
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-4JKXOMV2.js → chunk-3WAJ3E6R.js} +1 -4
- package/dist/index.js +1936 -724
- package/dist/index.js.map +4 -4
- package/dist/smart-canvas.esm.js +191 -191
- package/dist/smart-canvas.esm.js.map +4 -4
- package/dist/smart-canvas.js +8876 -7667
- package/dist/smart-canvas.js.map +4 -4
- package/dist/smart-canvas.min.js +190 -190
- package/dist/smart-canvas.min.js.map +4 -4
- package/dist/theme/index.js +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-4JKXOMV2.js.map → chunk-3WAJ3E6R.js.map} +0 -0
|
@@ -809,9 +809,6 @@ function flattenThemeConfig(config) {
|
|
|
809
809
|
}
|
|
810
810
|
|
|
811
811
|
export {
|
|
812
|
-
slateGrey,
|
|
813
|
-
blue,
|
|
814
|
-
purple,
|
|
815
812
|
withAlpha,
|
|
816
813
|
darkTheme,
|
|
817
814
|
lightTheme,
|
|
@@ -823,4 +820,4 @@ export {
|
|
|
823
820
|
mergeThemeWithWorkspace,
|
|
824
821
|
flattenThemeConfig
|
|
825
822
|
};
|
|
826
|
-
//# sourceMappingURL=chunk-
|
|
823
|
+
//# sourceMappingURL=chunk-3WAJ3E6R.js.map
|