@gallop.software/studio 1.2.2 → 1.2.3
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-7GX4ZLF3.js → StudioUI-4MNDHVMZ.js} +7 -7
- package/dist/{StudioUI-7GX4ZLF3.js.map → StudioUI-4MNDHVMZ.js.map} +1 -1
- package/dist/{StudioUI-GLI2IYCZ.mjs → StudioUI-NRYRARU4.mjs} +7 -7
- package/dist/{StudioUI-GLI2IYCZ.mjs.map → StudioUI-NRYRARU4.mjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -3241,8 +3241,8 @@ var styles6 = {
|
|
|
3241
3241
|
justify-content: center;
|
|
3242
3242
|
`,
|
|
3243
3243
|
cloudIcon: _react3.css`
|
|
3244
|
-
width:
|
|
3245
|
-
height:
|
|
3244
|
+
width: 20px;
|
|
3245
|
+
height: 20px;
|
|
3246
3246
|
color: #f59e0b;
|
|
3247
3247
|
`,
|
|
3248
3248
|
globeIcon: _react3.css`
|
|
@@ -3717,8 +3717,8 @@ var styles7 = {
|
|
|
3717
3717
|
justify-content: center;
|
|
3718
3718
|
`,
|
|
3719
3719
|
cloudIcon: _react3.css`
|
|
3720
|
-
width:
|
|
3721
|
-
height:
|
|
3720
|
+
width: 18px;
|
|
3721
|
+
height: 18px;
|
|
3722
3722
|
color: #f59e0b;
|
|
3723
3723
|
`,
|
|
3724
3724
|
globeIcon: _react3.css`
|
|
@@ -4178,8 +4178,8 @@ var styles8 = {
|
|
|
4178
4178
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
|
|
4179
4179
|
`,
|
|
4180
4180
|
cloudIcon: _react3.css`
|
|
4181
|
-
width:
|
|
4182
|
-
height:
|
|
4181
|
+
width: 22px;
|
|
4182
|
+
height: 22px;
|
|
4183
4183
|
color: #f59e0b;
|
|
4184
4184
|
`,
|
|
4185
4185
|
globeIcon: _react3.css`
|
|
@@ -5760,4 +5760,4 @@ var StudioUI_default = StudioUI;
|
|
|
5760
5760
|
|
|
5761
5761
|
|
|
5762
5762
|
exports.StudioUI = StudioUI; exports.default = StudioUI_default;
|
|
5763
|
-
//# sourceMappingURL=StudioUI-
|
|
5763
|
+
//# sourceMappingURL=StudioUI-4MNDHVMZ.js.map
|