@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 CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ **19.7.0**
4
+
5
+ * Feat: increase value contrast in disabled mode for SelectWrapper and Textarea
6
+
3
7
  **19.6.0**
4
8
 
5
9
  * Fix: use right class to handle disabled mode for PhoneInput component
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.base60};
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.base60};
2613
+ color: ${ne.grey.base};
2614
2614
  `}
2615
2615
 
2616
2616
  ${({error:e})=>e&&n.css`