@vaadin/progress-bar 22.0.1 → 23.0.0-alpha3

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": "22.0.1",
3
+ "version": "23.0.0-alpha3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,14 +35,14 @@
35
35
  "dependencies": {
36
36
  "@open-wc/dedupe-mixin": "^1.3.0",
37
37
  "@polymer/polymer": "^3.0.0",
38
- "@vaadin/component-base": "^22.0.1",
39
- "@vaadin/vaadin-lumo-styles": "^22.0.1",
40
- "@vaadin/vaadin-material-styles": "^22.0.1",
41
- "@vaadin/vaadin-themable-mixin": "^22.0.1"
38
+ "@vaadin/component-base": "23.0.0-alpha3",
39
+ "@vaadin/vaadin-lumo-styles": "23.0.0-alpha3",
40
+ "@vaadin/vaadin-material-styles": "23.0.0-alpha3",
41
+ "@vaadin/vaadin-themable-mixin": "23.0.0-alpha3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@esm-bundle/chai": "^4.3.4",
45
45
  "@vaadin/testing-helpers": "^0.3.2"
46
46
  },
47
- "gitHead": "2b0a2bff0369d6020f7cc33ad35506aa2d1f6f68"
47
+ "gitHead": "490037919a9e054cc002c1b3be0c94a1603e1a44"
48
48
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { Constructor } from '@open-wc/dedupe-mixin';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
 
@@ -96,24 +96,31 @@ registerStyles(
96
96
  0% {
97
97
  opacity: 1;
98
98
  }
99
+
99
100
  10% {
100
101
  opacity: 0;
101
102
  }
103
+
102
104
  40% {
103
105
  opacity: 0;
104
106
  }
107
+
105
108
  50% {
106
109
  opacity: 1;
107
110
  }
111
+
108
112
  50.1% {
109
113
  opacity: 1;
110
114
  }
115
+
111
116
  60% {
112
117
  opacity: 0;
113
118
  }
119
+
114
120
  90% {
115
121
  opacity: 0;
116
122
  }
123
+
117
124
  100% {
118
125
  opacity: 1;
119
126
  }