@umbraco-ui/uui-card 1.6.0-rc.0 → 1.6.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.
Files changed (2) hide show
  1. package/lib/index.js +6 -1
  2. 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.0",
3
+ "version": "1.6.0-rc.2",
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.0"
33
+ "@umbraco-ui/uui-base": "1.6.0-rc.2"
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": "04709c32cb81b058bdf7976b69533e5b793c49ab"
44
+ "gitHead": "5d4eefce4744802ab5bc40055b1a3136f0afc520"
45
45
  }