@vaadin/horizontal-layout 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/horizontal-layout",
3
- "version": "25.2.0-alpha10",
3
+ "version": "25.2.0-alpha11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,21 +35,21 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/component-base": "25.2.0-alpha10",
39
- "@vaadin/vaadin-themable-mixin": "25.2.0-alpha10",
38
+ "@vaadin/component-base": "25.2.0-alpha11",
39
+ "@vaadin/vaadin-themable-mixin": "25.2.0-alpha11",
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/test-runner-commands": "25.2.0-alpha10",
43
+ "@vaadin/aura": "25.2.0-alpha11",
44
+ "@vaadin/chai-plugins": "25.2.0-alpha11",
45
+ "@vaadin/test-runner-commands": "25.2.0-alpha11",
46
46
  "@vaadin/testing-helpers": "^2.0.0",
47
- "@vaadin/vaadin-lumo-styles": "25.2.0-alpha10"
47
+ "@vaadin/vaadin-lumo-styles": "25.2.0-alpha11"
48
48
  },
49
49
  "customElements": "custom-elements.json",
50
50
  "web-types": [
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "1303b6a3eeecb44a9d26f2b53cb56d9e906febdf"
54
+ "gitHead": "fdc37e932709f95491a027aeb2090911cb7528c6"
55
55
  }
@@ -6,9 +6,6 @@
6
6
  import { isEmptyTextNode } from '@vaadin/component-base/src/dom-utils.js';
7
7
  import { SlotObserver } from '@vaadin/component-base/src/slot-observer.js';
8
8
 
9
- /**
10
- * @polymerMixin
11
- */
12
9
  export const HorizontalLayoutMixin = (superClass) =>
13
10
  class extends superClass {
14
11
  /** @protected */
@@ -57,9 +57,6 @@ import { HorizontalLayoutMixin } from './vaadin-horizontal-layout-mixin.js';
57
57
  *
58
58
  * @customElement vaadin-horizontal-layout
59
59
  * @extends HTMLElement
60
- * @mixes ThemableMixin
61
- * @mixes ElementMixin
62
- * @mixes HorizontalLayoutMixin
63
60
  */
64
61
  class HorizontalLayout extends HorizontalLayoutMixin(
65
62
  ThemableMixin(ElementMixin(PolylitMixin(LumoInjectionMixin(LitElement)))),
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/horizontal-layout",
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/horizontal-layout",
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": {