@gallop.software/studio 1.2.7 → 1.2.8
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-TZB57JJT.mjs → StudioUI-2JOOX5WQ.mjs} +8 -3
- package/dist/{StudioUI-TZB57JJT.mjs.map → StudioUI-2JOOX5WQ.mjs.map} +1 -1
- package/dist/{StudioUI-XQRJTVYU.js → StudioUI-2MWJ4M3B.js} +8 -3
- package/dist/StudioUI-2MWJ4M3B.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/StudioUI-XQRJTVYU.js.map +0 -1
|
@@ -4367,15 +4367,20 @@ var styles8 = {
|
|
|
4367
4367
|
color: ${colors.text};
|
|
4368
4368
|
text-align: left;
|
|
4369
4369
|
|
|
4370
|
-
&:hover {
|
|
4370
|
+
&:hover:not(:disabled) {
|
|
4371
4371
|
background-color: ${colors.surfaceHover};
|
|
4372
4372
|
border-color: ${colors.borderHover};
|
|
4373
4373
|
}
|
|
4374
|
+
|
|
4375
|
+
&:disabled {
|
|
4376
|
+
opacity: 0.5;
|
|
4377
|
+
cursor: not-allowed;
|
|
4378
|
+
}
|
|
4374
4379
|
`,
|
|
4375
4380
|
actionBtnDanger: css8`
|
|
4376
4381
|
color: ${colors.danger};
|
|
4377
4382
|
|
|
4378
|
-
&:hover {
|
|
4383
|
+
&:hover:not(:disabled) {
|
|
4379
4384
|
background-color: ${colors.dangerLight};
|
|
4380
4385
|
border-color: ${colors.danger};
|
|
4381
4386
|
}
|
|
@@ -5780,4 +5785,4 @@ export {
|
|
|
5780
5785
|
StudioUI,
|
|
5781
5786
|
StudioUI_default as default
|
|
5782
5787
|
};
|
|
5783
|
-
//# sourceMappingURL=StudioUI-
|
|
5788
|
+
//# sourceMappingURL=StudioUI-2JOOX5WQ.mjs.map
|