@salesforce/sf-embedding-bridge 2.2.3 → 2.2.4-rc.1
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.cjs.js +1 -1
- package/dist/index.d.ts +1 -7
- package/dist/index.esm.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -553,7 +553,7 @@ class JsonRpcRouter {
|
|
|
553
553
|
/** Identity emitted on `ui/notifications/embedding-initialized`. */
|
|
554
554
|
const EMBEDDING_INFO = {
|
|
555
555
|
name: "@salesforce/sf-embedding-bridge",
|
|
556
|
-
version: "2.2.
|
|
556
|
+
version: "2.2.4-rc.1",
|
|
557
557
|
};
|
|
558
558
|
|
|
559
559
|
class SessionFailureError extends Error {
|
package/dist/index.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ interface EmbeddingInitializedParams {
|
|
|
157
157
|
declare const RESIZE_METHOD: "ui/notifications/resize";
|
|
158
158
|
interface ResizeParams {
|
|
159
159
|
width?: number;
|
|
160
|
-
height
|
|
160
|
+
height?: number;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
declare const UI_STATE_SUBSCRIBE_METHOD: "ui/subscribe/ui-state";
|
|
@@ -174,12 +174,6 @@ interface HostStyles {
|
|
|
174
174
|
interface UiState {
|
|
175
175
|
props: Record<string, unknown>;
|
|
176
176
|
styles: HostStyles;
|
|
177
|
-
theme: string;
|
|
178
|
-
locale: {
|
|
179
|
-
tag: string;
|
|
180
|
-
dir: "ltr" | "rtl";
|
|
181
|
-
};
|
|
182
|
-
formFactor: "Small" | "Medium" | "Large";
|
|
183
177
|
}
|
|
184
178
|
interface UiStateSubscribeParams {
|
|
185
179
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -551,7 +551,7 @@ class JsonRpcRouter {
|
|
|
551
551
|
/** Identity emitted on `ui/notifications/embedding-initialized`. */
|
|
552
552
|
const EMBEDDING_INFO = {
|
|
553
553
|
name: "@salesforce/sf-embedding-bridge",
|
|
554
|
-
version: "2.2.
|
|
554
|
+
version: "2.2.4-rc.1",
|
|
555
555
|
};
|
|
556
556
|
|
|
557
557
|
class SessionFailureError extends Error {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/sf-embedding-bridge",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4-rc.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "JSON-RPC 2.0 bridge for the sf-embedding host ↔ embedding protocol",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@salesforce/jsonrpc": "^10.12.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@salesforce/sf-embedding-contract": "2.2.
|
|
28
|
-
"utils": "2.2.
|
|
27
|
+
"@salesforce/sf-embedding-contract": "2.2.4-rc.1",
|
|
28
|
+
"utils": "2.2.4-rc.1"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist/",
|