@linzjs/lui 23.11.0 → 23.11.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/lui.css
CHANGED
package/dist/lui.esm.js
CHANGED
|
@@ -18079,7 +18079,7 @@ var LuiSearchBox = function (_a) {
|
|
|
18079
18079
|
};
|
|
18080
18080
|
var LuiSearchBoxButton = React__default.forwardRef(function (props, ref) {
|
|
18081
18081
|
var button = useMemo(function () {
|
|
18082
|
-
return (React__default.createElement(LuiButton, __assign({ level: "tertiary" }, props, { ref: ref, className: "LuiSearchBox-button" }),
|
|
18082
|
+
return (React__default.createElement(LuiButton, __assign({ type: "button", level: "tertiary" }, props, { ref: ref, className: "LuiSearchBox-button" }),
|
|
18083
18083
|
props.children,
|
|
18084
18084
|
React__default.createElement(LuiIcon, { size: "md", name: 'ic_keyboard_arrow_down', className: 'LuiSearchBox-button-icon', alt: '' })));
|
|
18085
18085
|
}, [props, ref]);
|