@vaadin/vaadin-lumo-styles 24.5.6 → 24.5.7

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.
@@ -106,7 +106,7 @@ const inputField = css`
106
106
  }
107
107
 
108
108
  :host([invalid][focus-ring]) [part='input-field'] {
109
- box-shadow: 0 0 0 2px var(--lumo-error-color-50pct);
109
+ box-shadow: 0 0 0 var(--_focus-ring-width) var(--lumo-error-color-50pct);
110
110
  }
111
111
 
112
112
  :host([input-prevented]) [part='input-field'] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-lumo-styles",
3
- "version": "24.5.6",
3
+ "version": "24.5.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,9 +41,9 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/component-base": "~24.5.6",
45
- "@vaadin/icon": "~24.5.6",
46
- "@vaadin/vaadin-themable-mixin": "~24.5.6"
44
+ "@vaadin/component-base": "~24.5.7",
45
+ "@vaadin/icon": "~24.5.7",
46
+ "@vaadin/vaadin-themable-mixin": "~24.5.7"
47
47
  },
48
48
  "devDependencies": {
49
49
  "gulp": "^4.0.2",
@@ -52,5 +52,5 @@
52
52
  "gulp-sort": "^2.0.0",
53
53
  "gulp-svgmin": "^4.1.0"
54
54
  },
55
- "gitHead": "2c20ec16149e8016e0733a80e349231da13660bc"
55
+ "gitHead": "f04f4777d633ebf85368eb36545105b0e5b93731"
56
56
  }