@design.estate/dees-domtools 2.0.63 → 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.
- package/dist_bundle/bundle.js +4 -1
- package/dist_bundle/bundle.js.map +2 -2
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/domtools.classes.thememanager.d.ts +1 -0
- package/dist_ts/domtools.classes.thememanager.js +4 -2
- package/dist_ts/domtools.pluginexports.d.ts +2 -1
- package/dist_ts/domtools.pluginexports.js +3 -2
- package/package.json +1 -1
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/domtools.classes.thememanager.ts +4 -1
- package/ts/domtools.pluginexports.ts +2 -0
package/dist_bundle/bundle.js
CHANGED
|
@@ -33892,10 +33892,12 @@ var ThemeManager = class {
|
|
|
33892
33892
|
});
|
|
33893
33893
|
this.updateAllConnectedElements();
|
|
33894
33894
|
}
|
|
33895
|
-
async
|
|
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
|
/**
|
|
@@ -35002,6 +35004,7 @@ __export(domtools_pluginexports_exports, {
|
|
|
35002
35004
|
smartdelay: () => dist_ts_exports2,
|
|
35003
35005
|
smartmarkdown: () => dist_ts_exports17,
|
|
35004
35006
|
smartpromise: () => dist_ts_exports,
|
|
35007
|
+
smartrouter: () => dist_ts_exports18,
|
|
35005
35008
|
smartrx: () => dist_ts_exports4,
|
|
35006
35009
|
smartstate: () => dist_ts_exports21,
|
|
35007
35010
|
smartstring: () => dist_ts_exports10,
|