@umbraco-ui/uui-card 1.6.0-rc.1 → 1.6.0-rc.3
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 +6 -1
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -64,12 +64,17 @@ UUICardElement.styles = [
|
|
|
64
64
|
transition: box-shadow 100ms ease-out;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
:host(*)
|
|
67
|
+
:host(*) {
|
|
68
68
|
/* TODO: implement globally shared outline style */
|
|
69
69
|
outline-color: var(--uui-color-focus,#3879ff);
|
|
70
70
|
outline-offset: 4px;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
+
:host(*) * {
|
|
74
|
+
/* TODO: implement globally shared outline style */
|
|
75
|
+
outline-color: var(--uui-color-focus,#3879ff);
|
|
76
|
+
}
|
|
77
|
+
|
|
73
78
|
:host(:focus) {
|
|
74
79
|
outline-color: var(--uui-color-focus,#3879ff);
|
|
75
80
|
outline-width: var(--uui-card-border-width);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-card",
|
|
3
|
-
"version": "1.6.0-rc.
|
|
3
|
+
"version": "1.6.0-rc.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.6.0-rc.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.6.0-rc.3"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-card",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "27c5350ac041811e4d24b656030e7dca544caff1"
|
|
45
45
|
}
|