lwc 2.47.0 → 2.48.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.
Files changed (59) hide show
  1. package/dist/engine-dom/esm/es2017/engine-dom.js +8 -7
  2. package/dist/engine-dom/esm/es2017/engine-dom.js.map +1 -1
  3. package/dist/engine-dom/iife/es2017/engine-dom.js +8 -7
  4. package/dist/engine-dom/iife/es2017/engine-dom.js.map +1 -1
  5. package/dist/engine-dom/iife/es2017/engine-dom_debug.js +6 -5
  6. package/dist/engine-dom/iife/es2017/engine-dom_debug.js.map +1 -1
  7. package/dist/engine-dom/iife/es5/engine-dom.js +8 -7
  8. package/dist/engine-dom/iife/es5/engine-dom.js.map +1 -1
  9. package/dist/engine-dom/iife/es5/engine-dom_debug.js +6 -5
  10. package/dist/engine-dom/iife/es5/engine-dom_debug.js.map +1 -1
  11. package/dist/engine-dom/umd/es2017/engine-dom.js +8 -7
  12. package/dist/engine-dom/umd/es2017/engine-dom.js.map +1 -1
  13. package/dist/engine-dom/umd/es2017/engine-dom_debug.js +6 -5
  14. package/dist/engine-dom/umd/es2017/engine-dom_debug.js.map +1 -1
  15. package/dist/engine-dom/umd/es5/engine-dom.js +8 -7
  16. package/dist/engine-dom/umd/es5/engine-dom.js.map +1 -1
  17. package/dist/engine-dom/umd/es5/engine-dom_debug.js +6 -5
  18. package/dist/engine-dom/umd/es5/engine-dom_debug.js.map +1 -1
  19. package/dist/engine-server/commonjs/es2017/engine-server.js +7 -6
  20. package/dist/engine-server/commonjs/es2017/engine-server.js.map +1 -1
  21. package/dist/engine-server/esm/es2017/engine-server.js +7 -6
  22. package/dist/engine-server/esm/es2017/engine-server.js.map +1 -1
  23. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +3 -3
  24. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js.map +1 -1
  25. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +3 -3
  26. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js.map +1 -1
  27. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +3 -3
  28. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js.map +1 -1
  29. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +3 -3
  30. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js.map +1 -1
  31. package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +3 -3
  32. package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js.map +1 -1
  33. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +3 -3
  34. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js.map +1 -1
  35. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +3 -3
  36. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js.map +1 -1
  37. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +3 -3
  38. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js.map +1 -1
  39. package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +3 -3
  40. package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js.map +1 -1
  41. package/dist/wire-service/esm/es2017/wire-service.js +2 -2
  42. package/dist/wire-service/esm/es2017/wire-service.js.map +1 -1
  43. package/dist/wire-service/iife/es2017/wire-service.js +2 -2
  44. package/dist/wire-service/iife/es2017/wire-service.js.map +1 -1
  45. package/dist/wire-service/iife/es2017/wire-service_debug.js +2 -2
  46. package/dist/wire-service/iife/es2017/wire-service_debug.js.map +1 -1
  47. package/dist/wire-service/iife/es5/wire-service.js +2 -2
  48. package/dist/wire-service/iife/es5/wire-service.js.map +1 -1
  49. package/dist/wire-service/iife/es5/wire-service_debug.js +2 -2
  50. package/dist/wire-service/iife/es5/wire-service_debug.js.map +1 -1
  51. package/dist/wire-service/umd/es2017/wire-service.js +2 -2
  52. package/dist/wire-service/umd/es2017/wire-service.js.map +1 -1
  53. package/dist/wire-service/umd/es2017/wire-service_debug.js +2 -2
  54. package/dist/wire-service/umd/es2017/wire-service_debug.js.map +1 -1
  55. package/dist/wire-service/umd/es5/wire-service.js +2 -2
  56. package/dist/wire-service/umd/es5/wire-service.js.map +1 -1
  57. package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
  58. package/dist/wire-service/umd/es5/wire-service_debug.js.map +1 -1
  59. package/package.json +7 -7
@@ -320,9 +320,9 @@ var LWC = (function (exports) {
320
320
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
321
321
  */
322
322
  // Increment whenever the LWC template compiler changes
323
- const LWC_VERSION = "2.47.0";
323
+ const LWC_VERSION = "2.48.0";
324
324
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
325
- /** version: 2.47.0 */
325
+ /** version: 2.48.0 */
326
326
 
327
327
  /* proxy-compat-disable */
328
328
  /**
@@ -401,7 +401,7 @@ var LWC = (function (exports) {
401
401
  setFeatureFlag(name, value);
402
402
  }
403
403
  }
404
- /** version: 2.47.0 */
404
+ /** version: 2.48.0 */
405
405
 
406
406
  /* proxy-compat-disable */
407
407
  /**
@@ -466,7 +466,7 @@ var LWC = (function (exports) {
466
466
  }
467
467
  }
468
468
  }
469
- /** version: 2.47.0 */
469
+ /** version: 2.48.0 */
470
470
 
471
471
  /*
472
472
  * Copyright (c) 2018, salesforce.com, inc.
@@ -3552,6 +3552,7 @@ var LWC = (function (exports) {
3552
3552
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
3553
3553
  */
3554
3554
  function makeHostToken(token) {
3555
+ // Note: if this ever changes, update the `cssScopeTokens` returned by `@lwc/compiler`
3555
3556
  return `${token}-host`;
3556
3557
  }
3557
3558
  function createInlineStyleVNode(content) {
@@ -7328,7 +7329,7 @@ var LWC = (function (exports) {
7328
7329
  }
7329
7330
  return getReadOnlyProxy(obj);
7330
7331
  }
7331
- /** version: 2.47.0 */
7332
+ /** version: 2.48.0 */
7332
7333
 
7333
7334
  /*
7334
7335
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7758,7 +7759,7 @@ var LWC = (function (exports) {
7758
7759
  function isNull(obj) {
7759
7760
  return obj === null;
7760
7761
  }
7761
- /** version: 2.47.0 */
7762
+ /** version: 2.48.0 */
7762
7763
 
7763
7764
  /*
7764
7765
  * Copyright (c) 2023, salesforce.com, inc.
@@ -8377,7 +8378,7 @@ var LWC = (function (exports) {
8377
8378
  });
8378
8379
  }));
8379
8380
  }
8380
- /** version: 2.47.0 */
8381
+ /** version: 2.48.0 */
8381
8382
 
8382
8383
  exports.LightningElement = LightningElement;
8383
8384
  exports.__unstable__ProfilerControl = profilerControl;