@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/CHANGELOG.md +7 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +1 -1
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [18.4.2](https://github.com/linz/lui/compare/v18.4.1...v18.4.2) (2023-08-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* cs-2580 Adding type to button ([#976](https://github.com/linz/lui/issues/976)) ([de9092c](https://github.com/linz/lui/commit/de9092ce1958b16b3bbbc91c75b220a1862beee3))
|
|
7
|
+
|
|
1
8
|
## [18.4.1](https://github.com/linz/lui/compare/v18.4.0...v18.4.1) (2023-08-02)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -55876,7 +55876,7 @@ var LuiSplitButton = function (_a) {
|
|
|
55876
55876
|
' '),
|
|
55877
55877
|
React__default["default"].createElement(reactMenu.Menu, __assign({ menuClassName: 'lui-split-button-menu', onMenuChange: function () {
|
|
55878
55878
|
setIsExpanded(function (prev) { return !prev; });
|
|
55879
|
-
}, menuButton: React__default["default"].createElement("button", { disabled: props.disabled, className: clsx('popup-toggle-button'), "data-testid": props['data-testid'] },
|
|
55879
|
+
}, menuButton: React__default["default"].createElement("button", { disabled: props.disabled, className: clsx('popup-toggle-button'), "data-testid": props['data-testid'], type: "button" },
|
|
55880
55880
|
React__default["default"].createElement("i", { className: clsx(iconClassName) }, 'expand_more')) }, positionProps, props.menuProps), props.children)));
|
|
55881
55881
|
};
|
|
55882
55882
|
//required by react menu wrapping
|