@lwc/ssr-runtime 8.9.0 → 8.10.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.
@@ -1,4 +1,4 @@
1
- import { LightningElement } from './lightning-element';
1
+ import type { LightningElement } from './lightning-element';
2
2
  interface DOMTokenList {
3
3
  readonly length: number;
4
4
  value: string;
package/dist/index.cjs.js CHANGED
@@ -591,7 +591,7 @@ function flattenStylesheets(stylesheets) {
591
591
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
592
592
  */
593
593
  const DEFAULT_SSR_MODE = 'sync';
594
- /** version: 8.9.0 */
594
+ /** version: 8.10.0 */
595
595
 
596
596
  /*
597
597
  * Copyright (c) 2024, Salesforce, Inc.
@@ -897,6 +897,7 @@ for (const [attrName, propName] of entries(AriaAttrNameToPropNameMap)) {
897
897
  var _LightningElement_attrs, _LightningElement_classList;
898
898
  const SYMBOL__SET_INTERNALS = Symbol('set-internals');
899
899
  const SYMBOL__GENERATE_MARKUP = Symbol('generate-markup');
900
+ const SYMBOL__DEFAULT_TEMPLATE = Symbol('default-template');
900
901
  class LightningElement {
901
902
  constructor(propsAvailableAtConstruction) {
902
903
  this.isConnected = false;
@@ -1841,6 +1842,7 @@ function createContextProvider(adapter) {
1841
1842
 
1842
1843
  exports.ClassList = ClassList;
1843
1844
  exports.LightningElement = LightningElement;
1845
+ exports.SYMBOL__DEFAULT_TEMPLATE = SYMBOL__DEFAULT_TEMPLATE;
1844
1846
  exports.SYMBOL__GENERATE_MARKUP = SYMBOL__GENERATE_MARKUP;
1845
1847
  exports.SYMBOL__SET_INTERNALS = SYMBOL__SET_INTERNALS;
1846
1848
  exports.api = api;
@@ -1883,5 +1885,5 @@ exports.track = track;
1883
1885
  exports.unwrap = unwrap$1;
1884
1886
  exports.validateStyleTextContents = validateStyleTextContents;
1885
1887
  exports.wire = wire;
1886
- /** version: 8.9.0 */
1888
+ /** version: 8.10.0 */
1887
1889
  //# sourceMappingURL=index.cjs.js.map