@vaadin/badge 25.2.0-alpha12 → 25.2.0-alpha13

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/README.md CHANGED
@@ -6,8 +6,6 @@ A web component for displaying badges with various theme variants.
6
6
 
7
7
  [![npm version](https://badgen.net/npm/v/@vaadin/badge)](https://www.npmjs.com/package/@vaadin/badge)
8
8
 
9
- > ⚠️ This component is experimental and the API may change. In order to use it, enable the feature flag by setting `window.Vaadin.featureFlags.badgeComponent = true`.
10
-
11
9
  ```html
12
10
  <vaadin-badge>Badge</vaadin-badge>
13
11
  <vaadin-badge theme="success">Success</vaadin-badge>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/badge",
3
- "version": "25.2.0-alpha12",
3
+ "version": "25.2.0-alpha13",
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-alpha12",
38
- "@vaadin/component-base": "25.2.0-alpha12",
39
- "@vaadin/vaadin-themable-mixin": "25.2.0-alpha12",
37
+ "@vaadin/a11y-base": "25.2.0-alpha13",
38
+ "@vaadin/component-base": "25.2.0-alpha13",
39
+ "@vaadin/vaadin-themable-mixin": "25.2.0-alpha13",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
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",
43
+ "@vaadin/aura": "25.2.0-alpha13",
44
+ "@vaadin/chai-plugins": "25.2.0-alpha13",
45
+ "@vaadin/icon": "25.2.0-alpha13",
46
+ "@vaadin/icons": "25.2.0-alpha13",
47
+ "@vaadin/test-runner-commands": "25.2.0-alpha13",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.2.0-alpha12",
49
+ "@vaadin/vaadin-lumo-styles": "25.2.0-alpha13",
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": "ae1e4373aec3653d63a45b6be18eee36f4b245a1"
57
+ "gitHead": "a1052aee053529ffcef1a1e9be2c855ed3e98cb2"
58
58
  }
@@ -81,10 +81,6 @@ class Badge extends ElementMixin(ThemableMixin(PolylitMixin(LumoInjectionMixin(L
81
81
  return { ...super.lumoInjector, includeBaseStyles: true };
82
82
  }
83
83
 
84
- static get experimental() {
85
- return true;
86
- }
87
-
88
84
  static get properties() {
89
85
  return {
90
86
  /**
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-alpha12",
4
+ "version": "25.2.0-alpha13",
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-alpha12",
4
+ "version": "25.2.0-alpha13",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {