@mindexec/cli 0.2.399 → 0.2.400
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/package.json
CHANGED
|
@@ -19353,7 +19353,7 @@
|
|
|
19353
19353
|
overflow: hidden;
|
|
19354
19354
|
border-radius: 0;
|
|
19355
19355
|
background: ${hasPreviewSource ? 'linear-gradient(135deg, #0f172a 0%, #1e293b 100%)' : '#ffffff'};
|
|
19356
|
-
border: 0;
|
|
19356
|
+
border: 1px solid rgba(203, 213, 225, 0.66);
|
|
19357
19357
|
outline: 0;
|
|
19358
19358
|
outline-offset: 0;
|
|
19359
19359
|
box-shadow: none;
|
|
@@ -19973,7 +19973,7 @@
|
|
|
19973
19973
|
if (preview?.style) {
|
|
19974
19974
|
preview.style.border = isSelected
|
|
19975
19975
|
? '2px solid rgba(37, 99, 235, 0.86)'
|
|
19976
|
-
: '0';
|
|
19976
|
+
: '1px solid rgba(203, 213, 225, 0.66)';
|
|
19977
19977
|
preview.style.outline = '0';
|
|
19978
19978
|
preview.style.outlineOffset = '0';
|
|
19979
19979
|
preview.style.boxShadow = 'none';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "c7XVOGSh",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
|
-
"hash": "sha256-
|
|
89
|
+
"hash": "sha256-dRYLpssQrmZ563S7AA01FTez4s1wShbXXGHzyEMgyZU=",
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
91
|
},
|
|
92
92
|
{
|