groundfloor-react-ui 1.3.15 → 1.3.16
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/index.es.js +5 -5
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -446,6 +446,11 @@ ${({customStyles:e})=>e}
|
|
|
446
446
|
color: ${({disableColor:e})=>e||"#929eac"};
|
|
447
447
|
border: none;
|
|
448
448
|
cursor: not-allowed;
|
|
449
|
+
svg {
|
|
450
|
+
path {
|
|
451
|
+
fill: ${({theme:e,disabled:t,disableColor:l})=>t&&l?l:e.variant["neutral-1"]};
|
|
452
|
+
}
|
|
453
|
+
}
|
|
449
454
|
}
|
|
450
455
|
&:hover {
|
|
451
456
|
background-color: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.color:e.primary["primary-1"])};
|
|
@@ -457,11 +462,6 @@ ${({customStyles:e})=>e}
|
|
|
457
462
|
}
|
|
458
463
|
}
|
|
459
464
|
}
|
|
460
|
-
svg {
|
|
461
|
-
path {
|
|
462
|
-
fill: ${({theme:e,disabled:t,disableColor:l})=>t&&l?l:e.variant["neutral-1"]};
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
465
|
|
|
466
466
|
// custom styles
|
|
467
467
|
${({btnStyle:e})=>e}
|
package/dist/index.js
CHANGED
|
@@ -446,6 +446,11 @@ ${({customStyles:e})=>e}
|
|
|
446
446
|
color: ${({disableColor:e})=>e||"#929eac"};
|
|
447
447
|
border: none;
|
|
448
448
|
cursor: not-allowed;
|
|
449
|
+
svg {
|
|
450
|
+
path {
|
|
451
|
+
fill: ${({theme:e,disabled:t,disableColor:l})=>t&&l?l:e.variant["neutral-1"]};
|
|
452
|
+
}
|
|
453
|
+
}
|
|
449
454
|
}
|
|
450
455
|
&:hover {
|
|
451
456
|
background-color: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.color:e.primary["primary-1"])};
|
|
@@ -457,11 +462,6 @@ ${({customStyles:e})=>e}
|
|
|
457
462
|
}
|
|
458
463
|
}
|
|
459
464
|
}
|
|
460
|
-
svg {
|
|
461
|
-
path {
|
|
462
|
-
fill: ${({theme:e,disabled:t,disableColor:l})=>t&&l?l:e.variant["neutral-1"]};
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
465
|
|
|
466
466
|
// custom styles
|
|
467
467
|
${({btnStyle:e})=>e}
|