@vaadin/badge 25.2.0-alpha10 → 25.2.0-alpha12

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/badge",
3
- "version": "25.2.0-alpha10",
3
+ "version": "25.2.0-alpha12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,19 +34,19 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/a11y-base": "25.2.0-alpha10",
38
- "@vaadin/component-base": "25.2.0-alpha10",
39
- "@vaadin/vaadin-themable-mixin": "25.2.0-alpha10",
37
+ "@vaadin/a11y-base": "25.2.0-alpha12",
38
+ "@vaadin/component-base": "25.2.0-alpha12",
39
+ "@vaadin/vaadin-themable-mixin": "25.2.0-alpha12",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@vaadin/aura": "25.2.0-alpha10",
44
- "@vaadin/chai-plugins": "25.2.0-alpha10",
45
- "@vaadin/icon": "25.2.0-alpha10",
46
- "@vaadin/icons": "25.2.0-alpha10",
47
- "@vaadin/test-runner-commands": "25.2.0-alpha10",
43
+ "@vaadin/aura": "25.2.0-alpha12",
44
+ "@vaadin/chai-plugins": "25.2.0-alpha12",
45
+ "@vaadin/icon": "25.2.0-alpha12",
46
+ "@vaadin/icons": "25.2.0-alpha12",
47
+ "@vaadin/test-runner-commands": "25.2.0-alpha12",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.2.0-alpha10",
49
+ "@vaadin/vaadin-lumo-styles": "25.2.0-alpha12",
50
50
  "sinon": "^21.0.2"
51
51
  },
52
52
  "customElements": "custom-elements.json",
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "1303b6a3eeecb44a9d26f2b53cb56d9e906febdf"
57
+ "gitHead": "ae1e4373aec3653d63a45b6be18eee36f4b245a1"
58
58
  }
@@ -67,8 +67,6 @@ import { badgeStyles } from './styles/vaadin-badge-base-styles.js';
67
67
  *
68
68
  * @customElement vaadin-badge
69
69
  * @extends HTMLElement
70
- * @mixes ElementMixin
71
- * @mixes ThemableMixin
72
70
  */
73
71
  class Badge extends ElementMixin(ThemableMixin(PolylitMixin(LumoInjectionMixin(LitElement)))) {
74
72
  static get is() {
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/badge",
4
- "version": "25.2.0-alpha10",
4
+ "version": "25.2.0-alpha12",
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/badge",
4
- "version": "25.2.0-alpha10",
4
+ "version": "25.2.0-alpha12",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {