@linzjs/lui 17.41.1 → 17.41.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.css +6 -1
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +1 -1
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/MenuV2/menu-v2.scss +9 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [17.41.2](https://github.com/linz/lui/compare/v17.41.1...v17.41.2) (2023-03-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* set drawer postion based on sticky attribute ([#881](https://github.com/linz/lui/issues/881)) ([f395280](https://github.com/linz/lui/commit/f395280270df130736209b72e035ea9a42d0c922))
|
|
7
|
+
|
|
1
8
|
## [17.41.1](https://github.com/linz/lui/compare/v17.41.0...v17.41.1) (2023-03-09)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -40536,7 +40536,7 @@ var LuiDropdownMenuV2 = function (_a) {
|
|
|
40536
40536
|
var closeableMenuProps = __assign$3(__assign$3({}, menuPropsCopy), { open: open, setOpen: setOpen });
|
|
40537
40537
|
return (React__default["default"].createElement(LuiCloseableHeaderMenuItemV2, __assign$3({}, closeableMenuProps),
|
|
40538
40538
|
React__default["default"].createElement("div", { className: "LuiHeaderMenuV2-dropdown-container" },
|
|
40539
|
-
React__default["default"].createElement("div", { className: clsx$1('LuiHeaderMenuV2-dropdown',
|
|
40539
|
+
React__default["default"].createElement("div", { className: clsx$1('LuiHeaderMenuV2-dropdown', { 'anchor-horizontal-icon-left': horizontal === 'left' }, {
|
|
40540
40540
|
'anchor-horizontal-icon-right': !menuPropsCopy.label && horizontal === 'right'
|
|
40541
40541
|
}, {
|
|
40542
40542
|
'anchor-horizontal-label-right': menuPropsCopy.label && horizontal === 'right'
|