@gallop.software/studio 0.1.66 → 0.1.67
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/{StudioUI-RVVJ4TYS.js → StudioUI-A372AHSZ.js} +3 -3
- package/dist/{StudioUI-RVVJ4TYS.js.map → StudioUI-A372AHSZ.js.map} +1 -1
- package/dist/{StudioUI-BFPT2G4P.mjs → StudioUI-HYXNP7MD.mjs} +3 -3
- package/dist/StudioUI-HYXNP7MD.mjs.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/StudioUI-BFPT2G4P.mjs.map +0 -1
|
@@ -482,7 +482,7 @@ var styles2 = {
|
|
|
482
482
|
top: 0;
|
|
483
483
|
bottom: 50%;
|
|
484
484
|
width: 0;
|
|
485
|
-
border-left: 1px dashed ${_chunkUFCWGUAGjs.colors.
|
|
485
|
+
border-left: 1px dashed ${_chunkUFCWGUAGjs.colors.textSecondary};
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
&::after {
|
|
@@ -492,7 +492,7 @@ var styles2 = {
|
|
|
492
492
|
top: 50%;
|
|
493
493
|
width: 8px;
|
|
494
494
|
height: 0;
|
|
495
|
-
border-top: 1px dashed ${_chunkUFCWGUAGjs.colors.
|
|
495
|
+
border-top: 1px dashed ${_chunkUFCWGUAGjs.colors.textSecondary};
|
|
496
496
|
}
|
|
497
497
|
`,
|
|
498
498
|
folderItemSelected: _react3.css`
|
|
@@ -3835,4 +3835,4 @@ var StudioUI_default = StudioUI;
|
|
|
3835
3835
|
|
|
3836
3836
|
|
|
3837
3837
|
exports.StudioUI = StudioUI; exports.default = StudioUI_default;
|
|
3838
|
-
//# sourceMappingURL=StudioUI-
|
|
3838
|
+
//# sourceMappingURL=StudioUI-A372AHSZ.js.map
|