@woosmap/ui 4.2.0 → 4.3.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/package.json
CHANGED
|
@@ -137,9 +137,13 @@
|
|
|
137
137
|
height 100%
|
|
138
138
|
.css-tlfecz-indicatorContainer
|
|
139
139
|
cursor pointer
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
140
|
+
input
|
|
141
|
+
&:not([type=button]):not([type=checkbox]):not([type=radio]):not([type=textarea])
|
|
142
|
+
&.select
|
|
143
|
+
&.asyncselect
|
|
144
|
+
&__input
|
|
145
|
+
background-color unset !important
|
|
146
|
+
height auto !important
|
|
143
147
|
&__placeholder
|
|
144
148
|
color $inputDemoPlaceholderColor
|
|
145
149
|
&__dropdown-indicator
|
|
@@ -99,7 +99,7 @@ DropdownMenu.propTypes = {
|
|
|
99
99
|
onMouseLeave: PropTypes.func,
|
|
100
100
|
testId: PropTypes.string,
|
|
101
101
|
isSection: PropTypes.bool,
|
|
102
|
-
direction: PropTypes.oneOf(['ne', 'e', 'se', 's', 'sw', 'w']),
|
|
102
|
+
direction: PropTypes.oneOf(['ne', 'e', 'se', 's', 'sw', 'w', 'ne-custom']),
|
|
103
103
|
};
|
|
104
104
|
|
|
105
105
|
class DropdownMenuSection extends Component {
|