@vaadin/slider 25.1.1 → 25.1.3

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/slider",
3
- "version": "25.1.1",
3
+ "version": "25.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,24 +35,24 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "~25.1.1",
39
- "@vaadin/component-base": "~25.1.1",
40
- "@vaadin/field-base": "~25.1.1",
41
- "@vaadin/overlay": "~25.1.1",
42
- "@vaadin/vaadin-themable-mixin": "~25.1.1",
38
+ "@vaadin/a11y-base": "~25.1.3",
39
+ "@vaadin/component-base": "~25.1.3",
40
+ "@vaadin/field-base": "~25.1.3",
41
+ "@vaadin/overlay": "~25.1.3",
42
+ "@vaadin/vaadin-themable-mixin": "~25.1.3",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/aura": "~25.1.1",
47
- "@vaadin/chai-plugins": "~25.1.1",
48
- "@vaadin/test-runner-commands": "~25.1.1",
46
+ "@vaadin/aura": "~25.1.3",
47
+ "@vaadin/chai-plugins": "~25.1.3",
48
+ "@vaadin/test-runner-commands": "~25.1.3",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "~25.1.1"
50
+ "@vaadin/vaadin-lumo-styles": "~25.1.3"
51
51
  },
52
52
  "customElements": "custom-elements.json",
53
53
  "web-types": [
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "2687401ae7636c5ba38573b1f3d3ad62caf80513"
57
+ "gitHead": "6faa3dbd92204cfda519d0146de376084234f560"
58
58
  }
@@ -19,7 +19,7 @@ export type RangeSliderChangeEvent = Event & {
19
19
  /**
20
20
  * Fired when the slider value changes during user interaction.
21
21
  */
22
- export type RangeSliderInputEvent = Event & {
22
+ export type RangeSliderInputEvent = InputEvent & {
23
23
  target: RangeSlider;
24
24
  };
25
25
 
@@ -19,7 +19,7 @@ export type SliderChangeEvent = Event & {
19
19
  /**
20
20
  * Fired when the slider value changes during user interaction.
21
21
  */
22
- export type SliderInputEvent = Event & {
22
+ export type SliderInputEvent = InputEvent & {
23
23
  target: Slider;
24
24
  };
25
25
 
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/slider",
4
- "version": "25.1.1",
4
+ "version": "25.1.3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/slider",
4
- "version": "25.1.1",
4
+ "version": "25.1.3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {