@vaadin/progress-bar 25.2.0-alpha10 → 25.2.0-alpha11

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.2.0-alpha10",
3
+ "version": "25.2.0-alpha11",
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.2.0-alpha10",
40
- "@vaadin/vaadin-themable-mixin": "25.2.0-alpha10",
39
+ "@vaadin/component-base": "25.2.0-alpha11",
40
+ "@vaadin/vaadin-themable-mixin": "25.2.0-alpha11",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/aura": "25.2.0-alpha10",
45
- "@vaadin/chai-plugins": "25.2.0-alpha10",
46
- "@vaadin/test-runner-commands": "25.2.0-alpha10",
44
+ "@vaadin/aura": "25.2.0-alpha11",
45
+ "@vaadin/chai-plugins": "25.2.0-alpha11",
46
+ "@vaadin/test-runner-commands": "25.2.0-alpha11",
47
47
  "@vaadin/testing-helpers": "^2.0.0",
48
- "@vaadin/vaadin-lumo-styles": "25.2.0-alpha10"
48
+ "@vaadin/vaadin-lumo-styles": "25.2.0-alpha11"
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": "1303b6a3eeecb44a9d26f2b53cb56d9e906febdf"
55
+ "gitHead": "fdc37e932709f95491a027aeb2090911cb7528c6"
56
56
  }
@@ -53,9 +53,6 @@ import { ProgressMixin } from './vaadin-progress-mixin.js';
53
53
  *
54
54
  * @customElement vaadin-progress-bar
55
55
  * @extends HTMLElement
56
- * @mixes ProgressMixin
57
- * @mixes ThemableMixin
58
- * @mixes ElementMixin
59
56
  */
60
57
  class ProgressBar extends ProgressMixin(ElementMixin(ThemableMixin(PolylitMixin(LumoInjectionMixin(LitElement))))) {
61
58
  static get is() {
@@ -4,9 +4,6 @@
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
 
7
- /**
8
- * @polymerMixin
9
- */
10
7
  export const ProgressMixin = (superClass) =>
11
8
  class VaadinProgressMixin extends superClass {
12
9
  static get properties() {
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.2.0-alpha10",
4
+ "version": "25.2.0-alpha11",
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/progress-bar",
4
- "version": "25.2.0-alpha10",
4
+ "version": "25.2.0-alpha11",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {