smoothly 1.0.0-alpha.114 → 1.0.0-alpha.115

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.
@@ -29253,7 +29253,7 @@ const Table = class {
29253
29253
  this.smoothlyNestedTable = index.createEvent(this, "smoothlyNestedTable", 7);
29254
29254
  this.smoothlySpotlightChange = index.createEvent(this, "smoothlySpotlightChange", 7);
29255
29255
  this.smoothlyTableLoad = index.createEvent(this, "smoothlyTableLoad", 7);
29256
- this.expandable = new Map();
29256
+ this.expandable = new WeakMap();
29257
29257
  this.expanded = new Set();
29258
29258
  this.root = true;
29259
29259
  this.color = undefined;