@salesforce/sdk-view 1.117.0 → 1.117.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/README.md CHANGED
@@ -4,7 +4,7 @@ The View SDK provides a unified interface for visual interactions and user feedb
4
4
 
5
5
  ## Purpose
6
6
 
7
- The View SDK manages interactions that affect the visual shell or user feedback, independent of business data. It abstracts away the complexity of different hosting environments, allowing applications to deliver consistent user experiences whether running in a web application, embedded iframe, or conversational interface.
7
+ The View SDK manages interactions that affect the visual shell or user feedback, independent of business data. It abstracts away the complexity of different hosting environments, allowing applications to deliver consistent user experiences whether running in a UI Bundle, embedded iframe, or conversational interface.
8
8
 
9
9
  ## Key Capabilities
10
10
 
@@ -16,7 +16,7 @@ The View SDK manages interactions that affect the visual shell or user feedback,
16
16
 
17
17
  The View SDK supports the following application surfaces:
18
18
 
19
- - **Web Applications**: Standard Salesforce web applications with native browser capabilities
19
+ - **UI Bundles**: Standard Salesforce UI Bundles with native browser capabilities
20
20
  - **Micro Frontends**: Embedded iframe applications that communicate through the host bridge
21
21
  - **OpenAI ChatGPT Apps**: Conversational interfaces integrated with ChatGPT
22
22
 
@@ -32,7 +32,7 @@ The View SDK is part of the Salesforce Platform SDK ecosystem and works alongsid
32
32
 
33
33
  **Status:** Experimental (Private Package)
34
34
 
35
- This package is currently marked as private and intended for internal use within the Salesforce Web Applications monorepo.
35
+ This package is currently marked as private and intended for internal use within the Salesforce UI Bundles monorepo.
36
36
 
37
37
  ## License
38
38
 
package/dist/index.js CHANGED
@@ -111,7 +111,7 @@ async function h(s) {
111
111
  switch (p(s?.surface)) {
112
112
  case a.OpenAI:
113
113
  return new d();
114
- case a.WebApp:
114
+ case a.UIBundle:
115
115
  case a.MicroFrontend:
116
116
  return {};
117
117
  case a.SalesforceACC:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sdk-view",
3
- "version": "1.117.0",
3
+ "version": "1.117.2",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "test:coverage": "vitest run --coverage"
27
27
  },
28
28
  "dependencies": {
29
- "@salesforce/sdk-core": "^1.117.0"
29
+ "@salesforce/sdk-core": "^1.117.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "vite": "^7.3.1",