@salesforce/webapp-experimental 1.79.1 → 1.80.0

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.
@@ -250,11 +250,7 @@
250
250
  type: "component-selected",
251
251
  component: {
252
252
  name: label,
253
- element: {
254
- tagName: element.tagName,
255
- classList: Array.from(element.classList),
256
- id: element.id || ""
257
- },
253
+ tagName: element.tagName,
258
254
  styles: {
259
255
  ...styles
260
256
  },
@@ -271,8 +267,6 @@
271
267
  window.selectedComponentInfo = {
272
268
  name: label,
273
269
  element,
274
- classList: Array.from(element.classList),
275
- id: element.id || "no-id",
276
270
  tagName: element.tagName
277
271
  };
278
272
  }
@@ -1 +1 @@
1
- {"version":3,"file":"communicationManager.d.ts","sourceRoot":"","sources":["../../../src/design/interactions/communicationManager.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAmBH,qBAAa,oBAAoB;;IAKhC;;;OAGG;IACH,uBAAuB,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI;IA6DnD;;;;;OAKG;IACH,gBAAgB,CAAC,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI;IAyBnF;;OAEG;IACH,4BAA4B,IAAI,IAAI;CAepC"}
1
+ {"version":3,"file":"communicationManager.d.ts","sourceRoot":"","sources":["../../../src/design/interactions/communicationManager.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAiBH,qBAAa,oBAAoB;;IAKhC;;;OAGG;IACH,uBAAuB,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI;IAuDnD;;;;;OAKG;IACH,gBAAgB,CAAC,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI;IAyBnF;;OAEG;IACH,4BAA4B,IAAI,IAAI;CAepC"}
@@ -41,11 +41,7 @@ export class CommunicationManager {
41
41
  type: "component-selected",
42
42
  component: {
43
43
  name: label,
44
- element: {
45
- tagName: element.tagName,
46
- classList: Array.from(element.classList),
47
- id: element.id || "",
48
- },
44
+ tagName: element.tagName,
49
45
  styles: {
50
46
  ...styles,
51
47
  },
@@ -63,8 +59,6 @@ export class CommunicationManager {
63
59
  {
64
60
  name: label,
65
61
  element: element,
66
- classList: Array.from(element.classList),
67
- id: element.id || "no-id",
68
62
  tagName: element.tagName,
69
63
  };
70
64
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-experimental",
3
3
  "description": "[experimental] Core package for Salesforce Web Applications",
4
- "version": "1.79.1",
4
+ "version": "1.80.0",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@salesforce/core": "^8.23.4",
48
- "@salesforce/sdk-data": "^1.79.1",
48
+ "@salesforce/sdk-data": "^1.80.0",
49
49
  "axios": "^1.7.7",
50
50
  "micromatch": "^4.0.8",
51
51
  "path-to-regexp": "^8.3.0"