@umbraco-ui/uui-menu-item 1.11.0 → 1.12.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.
- package/lib/index.js +2 -2
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -403,7 +403,8 @@ UUIMenuItemElement.styles = [
|
|
|
403
403
|
height: 100%;
|
|
404
404
|
display: flex;
|
|
405
405
|
align-items: center;
|
|
406
|
-
justify-content:
|
|
406
|
+
justify-content: end;
|
|
407
|
+
padding-inline-end: 3px;
|
|
407
408
|
color: var(--uui-color-interactive,#1b264f);
|
|
408
409
|
}
|
|
409
410
|
|
|
@@ -437,7 +438,6 @@ UUIMenuItemElement.styles = [
|
|
|
437
438
|
|
|
438
439
|
#icon {
|
|
439
440
|
display: inline-flex;
|
|
440
|
-
font-size: 16px;
|
|
441
441
|
margin-right: var(--uui-size-2,6px);
|
|
442
442
|
}
|
|
443
443
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-menu-item",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
34
|
-
"@umbraco-ui/uui-loader-bar": "1.
|
|
35
|
-
"@umbraco-ui/uui-symbol-expand": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.12.1",
|
|
34
|
+
"@umbraco-ui/uui-loader-bar": "1.12.1",
|
|
35
|
+
"@umbraco-ui/uui-symbol-expand": "1.12.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-menu-item",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a7d67a9f6b60b8c0b351b21d5dac49cdfc764f44"
|
|
47
47
|
}
|