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.mjs
CHANGED
|
@@ -8151,6 +8151,9 @@ const CustomDropdown = (props) => {
|
|
|
8151
8151
|
dropdownStyle,
|
|
8152
8152
|
isFocus && (dropdownFocusStyle ?? {
|
|
8153
8153
|
borderColor: theme.BORDER_INVERTED["light"]
|
|
8154
|
+
}),
|
|
8155
|
+
Boolean(value && value?.length > 0) && (dropdownFocusStyle ?? {
|
|
8156
|
+
borderColor: theme.BORDER_INVERTED["light"]
|
|
8154
8157
|
})
|
|
8155
8158
|
],
|
|
8156
8159
|
placeholderStyle: [styles$8.placeholderStyle, placeholderStyle],
|