@umbraco-ui/uui-menu-item 1.13.0-rc.0 → 1.13.0-rc.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/lib/index.js +1 -4
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -204,10 +204,6 @@ UUIMenuItemElement.styles = [
|
|
|
204
204
|
|
|
205
205
|
/** Disabled */
|
|
206
206
|
:host([disabled]) #menu-item {
|
|
207
|
-
color: var(
|
|
208
|
-
--uui-menu-item-color-disabled,
|
|
209
|
-
var(--uui-color-disabled-contrast,#c4c4c4)
|
|
210
|
-
);
|
|
211
207
|
background-color: var(
|
|
212
208
|
--uui-menu-item-background-color-disabled,
|
|
213
209
|
var(--uui-color-disabled,#f3f3f5)
|
|
@@ -360,6 +356,7 @@ UUIMenuItemElement.styles = [
|
|
|
360
356
|
|
|
361
357
|
:host([disabled]) #label-button {
|
|
362
358
|
cursor: default;
|
|
359
|
+
opacity: 0.5;
|
|
363
360
|
}
|
|
364
361
|
|
|
365
362
|
button {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-menu-item",
|
|
3
|
-
"version": "1.13.0-rc.
|
|
3
|
+
"version": "1.13.0-rc.2",
|
|
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.13.0-rc.
|
|
34
|
-
"@umbraco-ui/uui-loader-bar": "1.13.0-rc.
|
|
35
|
-
"@umbraco-ui/uui-symbol-expand": "1.13.0-rc.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.13.0-rc.2",
|
|
34
|
+
"@umbraco-ui/uui-loader-bar": "1.13.0-rc.2",
|
|
35
|
+
"@umbraco-ui/uui-symbol-expand": "1.13.0-rc.2"
|
|
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": "b7efeca91b64cfb5b59e1fcacafcfee23b861b79"
|
|
47
47
|
}
|