@vaadin/form-layout 24.6.0-rc1 → 24.7.0-alpha1

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/form-layout",
3
- "version": "24.6.0-rc1",
3
+ "version": "24.7.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,22 +36,22 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "24.6.0-rc1",
40
- "@vaadin/component-base": "24.6.0-rc1",
41
- "@vaadin/vaadin-lumo-styles": "24.6.0-rc1",
42
- "@vaadin/vaadin-material-styles": "24.6.0-rc1",
43
- "@vaadin/vaadin-themable-mixin": "24.6.0-rc1"
39
+ "@vaadin/a11y-base": "24.7.0-alpha1",
40
+ "@vaadin/component-base": "24.7.0-alpha1",
41
+ "@vaadin/vaadin-lumo-styles": "24.7.0-alpha1",
42
+ "@vaadin/vaadin-material-styles": "24.7.0-alpha1",
43
+ "@vaadin/vaadin-themable-mixin": "24.7.0-alpha1"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/chai-plugins": "24.6.0-rc1",
47
- "@vaadin/custom-field": "24.6.0-rc1",
46
+ "@vaadin/chai-plugins": "24.7.0-alpha1",
47
+ "@vaadin/custom-field": "24.7.0-alpha1",
48
48
  "@vaadin/testing-helpers": "^1.0.0",
49
- "@vaadin/text-field": "24.6.0-rc1",
49
+ "@vaadin/text-field": "24.7.0-alpha1",
50
50
  "sinon": "^18.0.0"
51
51
  },
52
52
  "web-types": [
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "d62ba309e3286777ad3ea7e015d50a2c4976bb42"
56
+ "gitHead": "04be941c9a7b659871c97f31b9cc3ffd7528087b"
57
57
  }
@@ -293,7 +293,7 @@ class FormLayout extends ResizeMixin(ElementMixin(ThemableMixin(PolymerElement))
293
293
  requestAnimationFrame(() => this._updateLayout());
294
294
 
295
295
  this._observeChildrenColspanChange();
296
- this.__intersectionObserver.observe(this);
296
+ this.__intersectionObserver.observe(this.$.layout);
297
297
  }
298
298
 
299
299
  /** @protected */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/form-layout",
4
- "version": "24.6.0-rc1",
4
+ "version": "24.7.0-alpha1",
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/form-layout",
4
- "version": "24.6.0-rc1",
4
+ "version": "24.7.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {