@salesforce/experimental-mfe-bridge 2.2.1-rc.0 → 2.2.1-rc.2
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/dist/index.esm.js +2 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @salesforce/experimental-mfe-bridge v2.2.1-rc.
|
|
1
|
+
/*! @salesforce/experimental-mfe-bridge v2.2.1-rc.2 (2026-04-10) */
|
|
2
2
|
/**
|
|
3
3
|
* EmbeddingResizer - Handles dynamic iframe/container resizing
|
|
4
4
|
* Uses ResizeObserver to monitor element size changes and notify the host
|
|
@@ -83,6 +83,7 @@ class EmbeddingResizer {
|
|
|
83
83
|
this.#lastHeight = heightPx;
|
|
84
84
|
if (!this.#scheduled) {
|
|
85
85
|
this.#scheduled = true;
|
|
86
|
+
// eslint-disable-next-line @lwc/lwc/no-async-operation
|
|
86
87
|
requestAnimationFrame(() => {
|
|
87
88
|
this.#scheduled = false;
|
|
88
89
|
if (!this.#isObserving)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/experimental-mfe-bridge",
|
|
3
|
-
"version": "2.2.1-rc.
|
|
3
|
+
"version": "2.2.1-rc.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "EventTarget-Based Embed ↔ Host Communication for UI Embedding",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"clean": "rimraf dist"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"utils": "2.2.1-rc.
|
|
28
|
+
"utils": "2.2.1-rc.2"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist/",
|