@gallop.software/studio 0.1.50 → 0.1.51
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-OAOI5YEO.mjs → StudioUI-6MXG2P7K.mjs} +5 -5
- package/dist/{StudioUI-OAOI5YEO.mjs.map → StudioUI-6MXG2P7K.mjs.map} +1 -1
- package/dist/{StudioUI-6WP6V2GV.js → StudioUI-KQMS66GB.js} +5 -5
- package/dist/{StudioUI-6WP6V2GV.js.map → StudioUI-KQMS66GB.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -1096,8 +1096,8 @@ var styles3 = {
|
|
|
1096
1096
|
cursor: pointer;
|
|
1097
1097
|
`,
|
|
1098
1098
|
checkbox: css3`
|
|
1099
|
-
width:
|
|
1100
|
-
height:
|
|
1099
|
+
width: 18px;
|
|
1100
|
+
height: 18px;
|
|
1101
1101
|
accent-color: ${colors.primary};
|
|
1102
1102
|
cursor: pointer;
|
|
1103
1103
|
`,
|
|
@@ -1673,8 +1673,8 @@ var styles4 = {
|
|
|
1673
1673
|
vertical-align: middle;
|
|
1674
1674
|
`,
|
|
1675
1675
|
checkbox: css4`
|
|
1676
|
-
width:
|
|
1677
|
-
height:
|
|
1676
|
+
width: 18px;
|
|
1677
|
+
height: 18px;
|
|
1678
1678
|
accent-color: ${colors.primary};
|
|
1679
1679
|
cursor: pointer;
|
|
1680
1680
|
display: block;
|
|
@@ -3144,4 +3144,4 @@ export {
|
|
|
3144
3144
|
StudioUI,
|
|
3145
3145
|
StudioUI_default as default
|
|
3146
3146
|
};
|
|
3147
|
-
//# sourceMappingURL=StudioUI-
|
|
3147
|
+
//# sourceMappingURL=StudioUI-6MXG2P7K.mjs.map
|