@vaadin/time-picker 23.0.0-alpha5 → 23.0.0-beta4

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/time-picker",
3
- "version": "23.0.0-alpha5",
3
+ "version": "23.0.0-beta4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,18 +34,18 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@polymer/polymer": "^3.0.0",
37
- "@vaadin/combo-box": "23.0.0-alpha5",
38
- "@vaadin/component-base": "23.0.0-alpha5",
39
- "@vaadin/field-base": "23.0.0-alpha5",
40
- "@vaadin/input-container": "23.0.0-alpha5",
41
- "@vaadin/vaadin-lumo-styles": "23.0.0-alpha5",
42
- "@vaadin/vaadin-material-styles": "23.0.0-alpha5",
43
- "@vaadin/vaadin-themable-mixin": "23.0.0-alpha5"
37
+ "@vaadin/combo-box": "23.0.0-beta4",
38
+ "@vaadin/component-base": "23.0.0-beta4",
39
+ "@vaadin/field-base": "23.0.0-beta4",
40
+ "@vaadin/input-container": "23.0.0-beta4",
41
+ "@vaadin/vaadin-lumo-styles": "23.0.0-beta4",
42
+ "@vaadin/vaadin-material-styles": "23.0.0-beta4",
43
+ "@vaadin/vaadin-themable-mixin": "23.0.0-beta4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
47
47
  "@vaadin/testing-helpers": "^0.3.2",
48
48
  "sinon": "^9.2.0"
49
49
  },
50
- "gitHead": "74f9294964eb8552d96578c14af6ad214f5257bc"
50
+ "gitHead": "d0b447f1c31ca4256a5e26f2dcd27784447ff79b"
51
51
  }
@@ -120,8 +120,8 @@ class TimePicker extends PatternMixin(InputControlMixin(ThemableMixin(ElementMix
120
120
  >
121
121
  <slot name="prefix" slot="prefix"></slot>
122
122
  <slot name="input"></slot>
123
- <div id="clearButton" part="clear-button" slot="suffix"></div>
124
- <div id="toggleButton" class="toggle-button" part="toggle-button" slot="suffix"></div>
123
+ <div id="clearButton" part="clear-button" slot="suffix" aria-hidden="true"></div>
124
+ <div id="toggleButton" class="toggle-button" part="toggle-button" slot="suffix" aria-hidden="true"></div>
125
125
  </vaadin-input-container>
126
126
  </vaadin-time-picker-combo-box>
127
127