cubing 0.33.3 → 0.33.4
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/esm/.DS_Store +0 -0
- package/dist/esm/twisty/index.js +1 -10
- package/dist/esm/twisty/index.js.map +2 -2
- package/dist/types/{TwizzleLink-3b4382cf.d.ts → TwizzleLink-f790571d.d.ts} +1 -9
- package/dist/types/puzzles/index.d.ts +2 -2
- package/dist/types/twisty/index.d.ts +2 -2
- package/package.json +1 -1
|
Binary file
|
package/dist/esm/twisty/index.js
CHANGED
|
@@ -5571,15 +5571,6 @@ var TwizzleLink = class extends ManagedCustomElement {
|
|
|
5571
5571
|
}
|
|
5572
5572
|
};
|
|
5573
5573
|
customElementsShim.define("twizzle-link", TwizzleLink);
|
|
5574
|
-
var TwizzleForumLink = class extends TwizzleLink {
|
|
5575
|
-
constructor() {
|
|
5576
|
-
super({
|
|
5577
|
-
cdnForumTweaks: true,
|
|
5578
|
-
darkMode: document.documentElement.classList.contains("style-dark")
|
|
5579
|
-
});
|
|
5580
|
-
}
|
|
5581
|
-
};
|
|
5582
|
-
customElementsShim.define("twizzle-forum-link", TwizzleForumLink);
|
|
5583
5574
|
export {
|
|
5584
5575
|
NO_VALUE as EXPERIMENTAL_PROP_NO_VALUE,
|
|
5585
5576
|
KPuzzleSVGWrapper as ExperimentalKPuzzleSVGWrapper,
|
|
@@ -5588,7 +5579,7 @@ export {
|
|
|
5588
5579
|
TwistyAlgEditor,
|
|
5589
5580
|
TwistyAlgViewer,
|
|
5590
5581
|
TwistyPlayer,
|
|
5591
|
-
|
|
5582
|
+
TwizzleLink,
|
|
5592
5583
|
backViewLayouts,
|
|
5593
5584
|
setTwistyDebug
|
|
5594
5585
|
};
|