@ballistix.digital/react-components 0.4.80 → 0.4.81
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.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2672,7 +2672,10 @@ var SelectMenuForm = function (props) {
|
|
|
2672
2672
|
//
|
|
2673
2673
|
classNames: {
|
|
2674
2674
|
menuButton: function () {
|
|
2675
|
-
return toClassName(styles$1.input, state === null &&
|
|
2675
|
+
return toClassName(styles$1.input, state === null && '[&>*]:!text-gray-300 ', state === null &&
|
|
2676
|
+
!isValid &&
|
|
2677
|
+
isTouched &&
|
|
2678
|
+
'[&>*]:!text-red-300');
|
|
2676
2679
|
},
|
|
2677
2680
|
menu: styles$1.menu,
|
|
2678
2681
|
tagItem: function () { return styles$1.tagItem; },
|