@northlight/ui 2.36.1 → 2.36.2
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/es/northlight.js
CHANGED
|
@@ -14755,7 +14755,8 @@ const ComboPicker = (_a) => {
|
|
|
14755
14755
|
isDisabled,
|
|
14756
14756
|
onClick: handleSelectToggle,
|
|
14757
14757
|
flexShrink: "0",
|
|
14758
|
-
height: "100%"
|
|
14758
|
+
height: "100%",
|
|
14759
|
+
"data-testid": "combo-picker-button"
|
|
14759
14760
|
},
|
|
14760
14761
|
(_c = selectOption == null ? void 0 : selectOption.label) != null ? _c : ""
|
|
14761
14762
|
)
|