@umbraco-ui/uui-menu-item 1.8.0-rc.0 → 1.8.0-rc.1

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -0
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -376,6 +376,7 @@ UUIMenuItemElement.styles = [
376
376
  color: currentColor;
377
377
  min-height: var(--uui-size-12,36px);
378
378
  z-index: 1;
379
+ font-weight: inherit;
379
380
  }
380
381
 
381
382
  #label-button .label {
@@ -403,6 +404,7 @@ UUIMenuItemElement.styles = [
403
404
  left: 0;
404
405
  right: 0;
405
406
  bottom: 0;
407
+ border-radius: var(--uui-menu-item-border-radius, 0px);
406
408
  }
407
409
 
408
410
  #actions-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-menu-item",
3
- "version": "1.8.0-rc.0",
3
+ "version": "1.8.0-rc.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -43,5 +43,5 @@
43
43
  "access": "public"
44
44
  },
45
45
  "homepage": "https://uui.umbraco.com/?path=/story/uui-menu-item",
46
- "gitHead": "46d444c66217c9a3c74518d8ce4badc7f121bfdf"
46
+ "gitHead": "0bb90095d63ffffb02f46691bb83568512dafefe"
47
47
  }