@design.estate/dees-domtools 2.0.64 → 2.0.65

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.
@@ -33892,10 +33892,12 @@ var ThemeManager = class {
33892
33892
  });
33893
33893
  this.updateAllConnectedElements();
33894
33894
  }
33895
- async updateAllConnectedElements() {
33895
+ async setGlobalStylesOnPurpose() {
33896
33896
  if (document.body && document.body.style) {
33897
33897
  document.body.style.background = this.goBrightBoolean ? "#fff" : "#000";
33898
33898
  }
33899
+ }
33900
+ async updateAllConnectedElements() {
33899
33901
  this.themeObservable.next(this.goBrightBoolean);
33900
33902
  }
33901
33903
  /**