@vaadin/progress-bar 25.1.2 → 25.2.0-alpha10

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/progress-bar",
3
- "version": "25.1.2",
3
+ "version": "25.2.0-alpha10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,21 +36,21 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
- "@vaadin/component-base": "~25.1.2",
40
- "@vaadin/vaadin-themable-mixin": "~25.1.2",
39
+ "@vaadin/component-base": "25.2.0-alpha10",
40
+ "@vaadin/vaadin-themable-mixin": "25.2.0-alpha10",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/aura": "~25.1.2",
45
- "@vaadin/chai-plugins": "~25.1.2",
46
- "@vaadin/test-runner-commands": "~25.1.2",
44
+ "@vaadin/aura": "25.2.0-alpha10",
45
+ "@vaadin/chai-plugins": "25.2.0-alpha10",
46
+ "@vaadin/test-runner-commands": "25.2.0-alpha10",
47
47
  "@vaadin/testing-helpers": "^2.0.0",
48
- "@vaadin/vaadin-lumo-styles": "~25.1.2"
48
+ "@vaadin/vaadin-lumo-styles": "25.2.0-alpha10"
49
49
  },
50
50
  "customElements": "custom-elements.json",
51
51
  "web-types": [
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "48e5dc507ac5eb8d34839be06cac652f1635fe1c"
55
+ "gitHead": "1303b6a3eeecb44a9d26f2b53cb56d9e906febdf"
56
56
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/progress-bar",
4
- "version": "25.1.2",
4
+ "version": "25.2.0-alpha10",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -15,9 +15,7 @@
15
15
  "description": "Indeterminate state of the progress bar.\nThis property takes precedence over other state properties (min, max, value).",
16
16
  "value": {
17
17
  "type": [
18
- "boolean",
19
- "null",
20
- "undefined"
18
+ "boolean"
21
19
  ]
22
20
  }
23
21
  },
@@ -26,9 +24,7 @@
26
24
  "description": "Maximum bound of the progress bar.",
27
25
  "value": {
28
26
  "type": [
29
- "number",
30
- "null",
31
- "undefined"
27
+ "number"
32
28
  ]
33
29
  }
34
30
  },
@@ -37,9 +33,7 @@
37
33
  "description": "Minimum bound of the progress bar.",
38
34
  "value": {
39
35
  "type": [
40
- "number",
41
- "null",
42
- "undefined"
36
+ "number"
43
37
  ]
44
38
  }
45
39
  },
@@ -59,9 +53,7 @@
59
53
  "description": "Current progress value.",
60
54
  "value": {
61
55
  "type": [
62
- "number",
63
- "null",
64
- "undefined"
56
+ "number"
65
57
  ]
66
58
  }
67
59
  }
@@ -73,9 +65,7 @@
73
65
  "description": "Indeterminate state of the progress bar.\nThis property takes precedence over other state properties (min, max, value).",
74
66
  "value": {
75
67
  "type": [
76
- "boolean",
77
- "null",
78
- "undefined"
68
+ "boolean"
79
69
  ]
80
70
  }
81
71
  },
@@ -84,9 +74,7 @@
84
74
  "description": "Maximum bound of the progress bar.",
85
75
  "value": {
86
76
  "type": [
87
- "number",
88
- "null",
89
- "undefined"
77
+ "number"
90
78
  ]
91
79
  }
92
80
  },
@@ -95,9 +83,7 @@
95
83
  "description": "Minimum bound of the progress bar.",
96
84
  "value": {
97
85
  "type": [
98
- "number",
99
- "null",
100
- "undefined"
86
+ "number"
101
87
  ]
102
88
  }
103
89
  },
@@ -106,9 +92,7 @@
106
92
  "description": "Current progress value.",
107
93
  "value": {
108
94
  "type": [
109
- "number",
110
- "null",
111
- "undefined"
95
+ "number"
112
96
  ]
113
97
  }
114
98
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/progress-bar",
4
- "version": "25.1.2",
4
+ "version": "25.2.0-alpha10",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {