dhre-ui-kit 2.0.8 → 2.0.9
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/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -8187,6 +8187,9 @@ const CustomDropdown = (props) => {
|
|
|
8187
8187
|
dropdownStyle,
|
|
8188
8188
|
isFocus && (dropdownFocusStyle ?? {
|
|
8189
8189
|
borderColor: theme.BORDER_INVERTED["light"]
|
|
8190
|
+
}),
|
|
8191
|
+
Boolean(value && value?.length > 0) && (dropdownFocusStyle ?? {
|
|
8192
|
+
borderColor: theme.BORDER_INVERTED["light"]
|
|
8190
8193
|
})
|
|
8191
8194
|
],
|
|
8192
8195
|
placeholderStyle: [styles$8.placeholderStyle, placeholderStyle],
|