@linzjs/lui 18.4.1 → 18.4.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.esm.js CHANGED
@@ -55847,7 +55847,7 @@ var LuiSplitButton = function (_a) {
55847
55847
  ' '),
55848
55848
  React__default.createElement(Menu$1, __assign({ menuClassName: 'lui-split-button-menu', onMenuChange: function () {
55849
55849
  setIsExpanded(function (prev) { return !prev; });
55850
- }, menuButton: React__default.createElement("button", { disabled: props.disabled, className: clsx('popup-toggle-button'), "data-testid": props['data-testid'] },
55850
+ }, menuButton: React__default.createElement("button", { disabled: props.disabled, className: clsx('popup-toggle-button'), "data-testid": props['data-testid'], type: "button" },
55851
55851
  React__default.createElement("i", { className: clsx(iconClassName) }, 'expand_more')) }, positionProps, props.menuProps), props.children)));
55852
55852
  };
55853
55853
  //required by react menu wrapping