@gallop.software/studio 0.1.48 → 0.1.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/{StudioUI-Z7GE6VYC.mjs → StudioUI-42F2PQHP.mjs} +3 -3
- package/dist/{StudioUI-Z7GE6VYC.mjs.map → StudioUI-42F2PQHP.mjs.map} +1 -1
- package/dist/{StudioUI-YDDW3SSS.js → StudioUI-FYL5JXZR.js} +3 -3
- package/dist/{StudioUI-YDDW3SSS.js.map → StudioUI-FYL5JXZR.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -1125,7 +1125,7 @@ var styles3 = {
|
|
|
1125
1125
|
folderIcon: css3`
|
|
1126
1126
|
width: 56px;
|
|
1127
1127
|
height: 56px;
|
|
1128
|
-
color: #
|
|
1128
|
+
color: #f9935e;
|
|
1129
1129
|
`,
|
|
1130
1130
|
imagesFolderIcon: css3`
|
|
1131
1131
|
width: 56px;
|
|
@@ -1763,7 +1763,7 @@ var styles4 = {
|
|
|
1763
1763
|
folderIcon: css4`
|
|
1764
1764
|
width: 24px;
|
|
1765
1765
|
height: 24px;
|
|
1766
|
-
color: #
|
|
1766
|
+
color: #f9935e;
|
|
1767
1767
|
`,
|
|
1768
1768
|
imagesFolderWrapper: css4`
|
|
1769
1769
|
width: 48px;
|
|
@@ -3144,4 +3144,4 @@ export {
|
|
|
3144
3144
|
StudioUI,
|
|
3145
3145
|
StudioUI_default as default
|
|
3146
3146
|
};
|
|
3147
|
-
//# sourceMappingURL=StudioUI-
|
|
3147
|
+
//# sourceMappingURL=StudioUI-42F2PQHP.mjs.map
|