cubing 0.33.3 → 0.33.5

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.
@@ -5404,7 +5404,7 @@ var twizzleLinkForumTweaksCSS = new CSSSource(`
5404
5404
  color-scheme: dark;
5405
5405
  }
5406
5406
 
5407
- .wrapper.dark-mode .heading {
5407
+ .wrapper.dark-mode .heading:not(.title) {
5408
5408
  background: #1d1d1d;
5409
5409
  color: #ececec;
5410
5410
  }
@@ -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
- TwizzleForumLink as TwizzleLink,
5582
+ TwizzleLink,
5592
5583
  backViewLayouts,
5593
5584
  setTwistyDebug
5594
5585
  };