@proprioo/salatim 19.6.0 → 19.7.0
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/CHANGELOG.md +4 -0
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/ui/src/selectWrapper/SelectWrapper.styles.js +1 -1
- package/lib/ui/src/selectWrapper/SelectWrapper.styles.js.map +1 -1
- package/lib/ui/src/textarea/Textarea.styles.js +1 -1
- package/lib/ui/src/textarea/Textarea.styles.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/lib/index.js
CHANGED
|
@@ -1141,7 +1141,7 @@ function bw(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,
|
|
|
1141
1141
|
cursor: pointer;
|
|
1142
1142
|
|
|
1143
1143
|
${({disabled:e})=>e&&n.css`
|
|
1144
|
-
color: ${ne.grey.
|
|
1144
|
+
color: ${ne.grey.base};
|
|
1145
1145
|
cursor: not-allowed;
|
|
1146
1146
|
`}
|
|
1147
1147
|
|
|
@@ -2610,7 +2610,7 @@ function bw(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,
|
|
|
2610
2610
|
${({disabled:e})=>e&&n.css`
|
|
2611
2611
|
background-color: ${ne.dark.base10};
|
|
2612
2612
|
cursor: not-allowed;
|
|
2613
|
-
color: ${ne.grey.
|
|
2613
|
+
color: ${ne.grey.base};
|
|
2614
2614
|
`}
|
|
2615
2615
|
|
|
2616
2616
|
${({error:e})=>e&&n.css`
|