@entur/dropdown 5.1.0-beta.0 → 5.1.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/dist/dropdown.cjs.development.js +2 -2
- package/dist/dropdown.cjs.development.js.map +1 -1
- package/dist/dropdown.cjs.production.min.js +1 -1
- package/dist/dropdown.cjs.production.min.js.map +1 -1
- package/dist/dropdown.esm.js +2 -2
- package/dist/dropdown.esm.js.map +1 -1
- package/dist/styles.css +96 -88
- package/package.json +9 -9
package/dist/dropdown.esm.js
CHANGED
|
@@ -1813,7 +1813,7 @@ var SearchableDropdown = function SearchableDropdown(_ref) {
|
|
|
1813
1813
|
className: classNames('eds-dropdown__wrapper', className),
|
|
1814
1814
|
style: style
|
|
1815
1815
|
}, React.createElement(BaseFormControl, _extends({
|
|
1816
|
-
className:
|
|
1816
|
+
className: classNames('eds-dropdown', 'eds-dropdown--searchable'),
|
|
1817
1817
|
disabled: disabled,
|
|
1818
1818
|
disableLabelAnimation: disableLabelAnimation,
|
|
1819
1819
|
feedback: feedback,
|
|
@@ -2181,7 +2181,7 @@ var MultiSelect = function MultiSelect(_ref) {
|
|
|
2181
2181
|
onClear: handleOnClear,
|
|
2182
2182
|
getToggleButtonProps: getToggleButtonProps
|
|
2183
2183
|
}),
|
|
2184
|
-
className:
|
|
2184
|
+
className: classNames('eds-dropdown', 'eds-dropdown--multiselect'),
|
|
2185
2185
|
disabled: disabled,
|
|
2186
2186
|
feedback: feedback,
|
|
2187
2187
|
isFilled: hasSelectedItems || inputValue !== EMPTY_INPUT,
|