@linzjs/lui 17.41.0 → 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 CHANGED
@@ -1,3 +1,17 @@
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
+
8
+ ## [17.41.1](https://github.com/linz/lui/compare/v17.41.0...v17.41.1) (2023-03-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update LuiHeaderV2 dropdown border and shadow based on figma design ([#879](https://github.com/linz/lui/issues/879)) ([76f2cac](https://github.com/linz/lui/commit/76f2cacb937cd35eb4ed9882c9ad8e3e7821d9cf))
14
+
1
15
  # [17.41.0](https://github.com/linz/lui/compare/v17.40.0...v17.41.0) (2023-03-08)
2
16
 
3
17
 
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', 'lui-box-shadow', { 'anchor-horizontal-icon-left': horizontal === 'left' }, {
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'