@vaadin/input-container 25.2.0-alpha8 → 25.2.0-beta1

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/input-container",
3
- "version": "25.2.0-alpha8",
3
+ "version": "25.2.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -31,20 +31,20 @@
31
31
  "web-component"
32
32
  ],
33
33
  "dependencies": {
34
- "@vaadin/component-base": "25.2.0-alpha8",
35
- "@vaadin/vaadin-themable-mixin": "25.2.0-alpha8",
34
+ "@vaadin/component-base": "25.2.0-beta1",
35
+ "@vaadin/vaadin-themable-mixin": "25.2.0-beta1",
36
36
  "lit": "^3.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@vaadin/aura": "25.2.0-alpha8",
40
- "@vaadin/chai-plugins": "25.2.0-alpha8",
41
- "@vaadin/icon": "25.2.0-alpha8",
42
- "@vaadin/icons": "25.2.0-alpha8",
43
- "@vaadin/test-runner-commands": "25.2.0-alpha8",
39
+ "@vaadin/aura": "25.2.0-beta1",
40
+ "@vaadin/chai-plugins": "25.2.0-beta1",
41
+ "@vaadin/icon": "25.2.0-beta1",
42
+ "@vaadin/icons": "25.2.0-beta1",
43
+ "@vaadin/test-runner-commands": "25.2.0-beta1",
44
44
  "@vaadin/testing-helpers": "^2.0.0",
45
- "@vaadin/vaadin-lumo-styles": "25.2.0-alpha8",
45
+ "@vaadin/vaadin-lumo-styles": "25.2.0-beta1",
46
46
  "sinon": "^21.0.2"
47
47
  },
48
48
  "customElements": "custom-elements.json",
49
- "gitHead": "2b82e20cdfc605b1187e9a24ae42869e1500ab68"
49
+ "gitHead": "471a23f60d1eb725f98a33f62cb9664d9c0a4163"
50
50
  }
@@ -14,8 +14,6 @@ import { inputContainerStyles } from './styles/vaadin-input-container-base-style
14
14
  /**
15
15
  * @customElement vaadin-input-container
16
16
  * @extends HTMLElement
17
- * @mixes ThemableMixin
18
- * @mixes DirMixin
19
17
  */
20
18
  export class InputContainer extends ThemableMixin(DirMixin(PolylitMixin(LumoInjectionMixin(LitElement)))) {
21
19
  static get is() {