@bolttech/molecules-dropdown 0.33.2 → 0.34.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/index.cjs
CHANGED
|
@@ -2484,7 +2484,7 @@ const ReusableDropdownComponent = _a => {
|
|
|
2484
2484
|
return jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
2485
2485
|
children: [jsxRuntime.jsxs(ContainerDropdown, {
|
|
2486
2486
|
"$variant": variant,
|
|
2487
|
-
"$hasValue": inputValue,
|
|
2487
|
+
"$hasValue": inputValue !== null || inputValue !== undefined || inputValue !== '',
|
|
2488
2488
|
"$hasError": hasError,
|
|
2489
2489
|
"$hasHelperText": !!helperMessage,
|
|
2490
2490
|
disabled: disabled,
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolttech/molecules-dropdown",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"main": "./index.cjs",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@bolttech/atoms-icon": "0.24.0",
|
|
9
|
-
"@bolttech/atoms-input": "0.
|
|
9
|
+
"@bolttech/atoms-input": "0.28.0",
|
|
10
10
|
"@bolttech/atoms-select": "0.24.0",
|
|
11
|
-
"@bolttech/default-theme": "0.
|
|
11
|
+
"@bolttech/default-theme": "0.14.1",
|
|
12
12
|
"@bolttech/form-engine": "3.1.0-beta.21",
|
|
13
13
|
"@bolttech/frontend-foundations": "0.10.0",
|
|
14
14
|
"@bolttech/ui-utils": "0.5.0",
|