@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
@@ -6112,7 +6112,7 @@ body.LuiHeaderMenuV2-drawer-open {
6112
6112
  padding-left: 22px;
6113
6113
  font-size: 0.875rem;
6114
6114
  line-height: 20px;
6115
- margin-top: 2px;
6115
+ margin-top: 4px;
6116
6116
  }
6117
6117
 
6118
6118
  .LuiTextInput-error {
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]);