diff --git a/.changeset/weak-frogs-fail.md b/.changeset/weak-frogs-fail.md deleted file mode 100644 index d1374c11..00000000 --- a/.changeset/weak-frogs-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inventage-web-components/portal-navigation': patch ---- - -Fix tree parent element padding, properly using the `--portal-navigation-tree-parent-padding-x` and `--portal-navigation-tree-parent-padding-y` values with their respective fallbacks to menu item padding values `--portal-navigation-menu-item-padding-x` and `--portal-navigation-menu-item-padding-y`. diff --git a/package-lock.json b/package-lock.json index a7862bc5..6da2a2d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20592,7 +20592,7 @@ }, "packages/portal-navigation": { "name": "@inventage-web-components/portal-navigation", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "dependencies": { "@inventage-web-components/common": "^2.1.0", diff --git a/packages/portal-navigation/CHANGELOG.md b/packages/portal-navigation/CHANGELOG.md index 0afc12af..58fc2430 100644 --- a/packages/portal-navigation/CHANGELOG.md +++ b/packages/portal-navigation/CHANGELOG.md @@ -1,5 +1,11 @@ # @inventage-web-components/portal-navigation +## 1.7.1 + +### Patch Changes + +- [`b9121122f83af3008d12d048e99309e89df00b58`](https://github.com/inventage/web-components/commit/b9121122f83af3008d12d048e99309e89df00b58) Fix tree parent element padding, properly using the `--portal-navigation-tree-parent-padding-x` and `--portal-navigation-tree-parent-padding-y` values with their respective fallbacks to menu item padding values `--portal-navigation-menu-item-padding-x` and `--portal-navigation-menu-item-padding-y`. + ## 1.7.0 ### Minor Changes diff --git a/packages/portal-navigation/package.json b/packages/portal-navigation/package.json index 346b507d..be23a2e4 100644 --- a/packages/portal-navigation/package.json +++ b/packages/portal-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@inventage-web-components/portal-navigation", - "version": "1.7.0", + "version": "1.7.1", "description": "A component implementing an opinionated (but generic and hence configurable) navigation pattern.", "license": "MIT", "author": "Inventage AG ", diff --git a/packages/portal-navigation/src/PortalNavigation.ts b/packages/portal-navigation/src/PortalNavigation.ts index b36bad8c..27a44cb1 100644 --- a/packages/portal-navigation/src/PortalNavigation.ts +++ b/packages/portal-navigation/src/PortalNavigation.ts @@ -321,7 +321,7 @@ export class PortalNavigation extends LitElement { /** @private */ // Do not touch, this will automatically be updated based on the version in package.json in build & release scripts - readonly version = '1.7.0'; + readonly version = '1.7.1'; /** * Map of menu item ids → badges