forstok-ui-lib 5.2.25 → 5.2.26

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "5.2.25",
3
+ "version": "5.2.26",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -174,7 +174,7 @@ const SelectComponent = ({ type, isError=false, mode, customOption, customLabel,
174
174
  ...provided,
175
175
  borderRadius: mode === 'filter' ? 'var(--sec-rd)' : 'var(--ter-rd)',
176
176
  minHeight: mode === 'picklist' ? '30px': '1px',
177
- height: height || mode === 'orders' ? '90px' :'30px',
177
+ height: height ?? (mode === 'orders' ? '90px' :'30px'),
178
178
  maxHeight: mode === 'picklist' ? '46px': 'none',
179
179
  cursor: 'pointer',
180
180
  borderWidth: '1px' ,