@vaadin/number-field 22.0.3 → 22.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/number-field",
3
- "version": "22.0.3",
3
+ "version": "22.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,17 +32,17 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@polymer/polymer": "^3.0.0",
35
- "@vaadin/component-base": "^22.0.3",
36
- "@vaadin/field-base": "^22.0.3",
37
- "@vaadin/input-container": "^22.0.3",
38
- "@vaadin/vaadin-lumo-styles": "^22.0.3",
39
- "@vaadin/vaadin-material-styles": "^22.0.3",
40
- "@vaadin/vaadin-themable-mixin": "^22.0.3"
35
+ "@vaadin/component-base": "^22.0.4",
36
+ "@vaadin/field-base": "^22.0.4",
37
+ "@vaadin/input-container": "^22.0.4",
38
+ "@vaadin/vaadin-lumo-styles": "^22.0.4",
39
+ "@vaadin/vaadin-material-styles": "^22.0.4",
40
+ "@vaadin/vaadin-themable-mixin": "^22.0.4"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@esm-bundle/chai": "^4.3.4",
44
44
  "@vaadin/testing-helpers": "^0.3.2",
45
45
  "sinon": "^9.2.1"
46
46
  },
47
- "gitHead": "935ad1ea65a79b0f9ecb10d767689479b36c4e07"
47
+ "gitHead": "55891f68d4da41e846e06dfe51dceba1665e41ce"
48
48
  }
@@ -105,7 +105,7 @@ export class NumberField extends InputFieldMixin(SlotStylesMixin(ThemableMixin(E
105
105
  <slot name="prefix" slot="prefix"></slot>
106
106
  <slot name="input"></slot>
107
107
  <slot name="suffix" slot="suffix"></slot>
108
- <div id="clearButton" part="clear-button" slot="suffix"></div>
108
+ <div id="clearButton" part="clear-button" slot="suffix" aria-hidden="true"></div>
109
109
  <div
110
110
  disabled$="[[!_allowed(1, value, min, max, step)]]"
111
111
  part="increase-button"