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.
- package/dist/cjs/smoothly-accordion_67.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-accordion_67.cjs.entry.js.map +1 -1
- package/dist/collection/components/table/index.js +1 -1
- package/dist/collection/components/table/index.js.map +1 -1
- package/dist/custom-elements/index.js +1 -1
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/smoothly-accordion_67.entry.js +1 -1
- package/dist/esm/smoothly-accordion_67.entry.js.map +1 -1
- package/dist/smoothly/{p-eb6fff83.entry.js → p-10f80b32.entry.js} +2 -2
- package/dist/smoothly/{p-eb6fff83.entry.js.map → p-10f80b32.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
29256
|
+
this.expandable = new WeakMap();
|
|
29257
29257
|
this.expanded = new Set();
|
|
29258
29258
|
this.root = true;
|
|
29259
29259
|
this.color = undefined;
|