@vaadin/date-picker 23.1.0 → 23.2.0-dev.53560527d

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/date-picker",
3
- "version": "23.1.0",
3
+ "version": "23.2.0-dev.53560527d",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,19 +34,19 @@
34
34
  "dependencies": {
35
35
  "@open-wc/dedupe-mixin": "^1.3.0",
36
36
  "@polymer/polymer": "^3.2.0",
37
- "@vaadin/button": "^23.1.0",
38
- "@vaadin/component-base": "^23.1.0",
39
- "@vaadin/field-base": "^23.1.0",
40
- "@vaadin/input-container": "^23.1.0",
41
- "@vaadin/vaadin-lumo-styles": "^23.1.0",
42
- "@vaadin/vaadin-material-styles": "^23.1.0",
43
- "@vaadin/vaadin-overlay": "^23.1.0",
44
- "@vaadin/vaadin-themable-mixin": "^23.1.0"
37
+ "@vaadin/button": "23.2.0-dev.53560527d",
38
+ "@vaadin/component-base": "23.2.0-dev.53560527d",
39
+ "@vaadin/field-base": "23.2.0-dev.53560527d",
40
+ "@vaadin/input-container": "23.2.0-dev.53560527d",
41
+ "@vaadin/vaadin-lumo-styles": "23.2.0-dev.53560527d",
42
+ "@vaadin/vaadin-material-styles": "23.2.0-dev.53560527d",
43
+ "@vaadin/vaadin-overlay": "23.2.0-dev.53560527d",
44
+ "@vaadin/vaadin-themable-mixin": "23.2.0-dev.53560527d"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
48
48
  "@vaadin/testing-helpers": "^0.3.2",
49
49
  "sinon": "^13.0.2"
50
50
  },
51
- "gitHead": "322bba42b83f908a78cd972b06acadc5da95a69d"
51
+ "gitHead": "6c5c18369b09e22e76365d8a8a5e4bbb220f969b"
52
52
  }
@@ -235,7 +235,7 @@ class DatePickerOverlayContent extends ControllerMixin(ThemableMixin(DirMixin(Po
235
235
  return {
236
236
  scrollDuration: {
237
237
  type: Number,
238
- default: 300,
238
+ value: 300,
239
239
  },
240
240
 
241
241
  /**