@design.estate/dees-domtools 2.0.49 → 2.0.51
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 +8 -7
- package/dist_bundle/bundle.js.map +3 -3
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/domtools.css.basestyles.js +1 -1
- package/dist_ts/domtools.elementbasic.js +2 -2
- package/package.json +3 -3
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/domtools.css.basestyles.ts +1 -1
- package/ts/domtools.elementbasic.ts +2 -2
package/dist_bundle/bundle.js
CHANGED
|
@@ -14785,7 +14785,7 @@ var SmartRouter = class {
|
|
|
14785
14785
|
}
|
|
14786
14786
|
};
|
|
14787
14787
|
|
|
14788
|
-
// node_modules/.pnpm/@push.rocks+smartstate@2.0.
|
|
14788
|
+
// node_modules/.pnpm/@push.rocks+smartstate@2.0.17/node_modules/@push.rocks/smartstate/dist_ts/index.js
|
|
14789
14789
|
var dist_ts_exports19 = {};
|
|
14790
14790
|
__export(dist_ts_exports19, {
|
|
14791
14791
|
Smartstate: () => Smartstate,
|
|
@@ -14955,7 +14955,7 @@ var sha256FromString = async (stringArg) => {
|
|
|
14955
14955
|
}
|
|
14956
14956
|
};
|
|
14957
14957
|
|
|
14958
|
-
// node_modules/.pnpm/@push.rocks+smartstate@2.0.
|
|
14958
|
+
// node_modules/.pnpm/@push.rocks+smartstate@2.0.17/node_modules/@push.rocks/smartstate/dist_ts/smartstate.classes.stateaction.js
|
|
14959
14959
|
var StateAction = class {
|
|
14960
14960
|
constructor(statePartRef, actionDef) {
|
|
14961
14961
|
this.statePartRef = statePartRef;
|
|
@@ -14966,7 +14966,7 @@ var StateAction = class {
|
|
|
14966
14966
|
}
|
|
14967
14967
|
};
|
|
14968
14968
|
|
|
14969
|
-
// node_modules/.pnpm/@push.rocks+smartstate@2.0.
|
|
14969
|
+
// node_modules/.pnpm/@push.rocks+smartstate@2.0.17/node_modules/@push.rocks/smartstate/dist_ts/smartstate.classes.statepart.js
|
|
14970
14970
|
var StatePart = class {
|
|
14971
14971
|
constructor(nameArg, webStoreOptionsArg) {
|
|
14972
14972
|
this.state = new dist_ts_exports4.rxjs.Subject();
|
|
@@ -15007,6 +15007,7 @@ var StatePart = class {
|
|
|
15007
15007
|
if (this.webStore) {
|
|
15008
15008
|
await this.webStore.set(String(this.name), newStateArg);
|
|
15009
15009
|
}
|
|
15010
|
+
return this.stateStore;
|
|
15010
15011
|
}
|
|
15011
15012
|
/**
|
|
15012
15013
|
* notifies of a change on the state
|
|
@@ -15084,7 +15085,7 @@ var StatePart = class {
|
|
|
15084
15085
|
}
|
|
15085
15086
|
};
|
|
15086
15087
|
|
|
15087
|
-
// node_modules/.pnpm/@push.rocks+smartstate@2.0.
|
|
15088
|
+
// node_modules/.pnpm/@push.rocks+smartstate@2.0.17/node_modules/@push.rocks/smartstate/dist_ts/smartstate.classes.smartstate.js
|
|
15088
15089
|
var Smartstate = class {
|
|
15089
15090
|
constructor() {
|
|
15090
15091
|
this.statePartMap = {};
|
|
@@ -16670,7 +16671,7 @@ var globalBaseStyles = i`
|
|
|
16670
16671
|
/* global body styles */
|
|
16671
16672
|
body {
|
|
16672
16673
|
margin: 0px;
|
|
16673
|
-
font-family: '
|
|
16674
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
16674
16675
|
box-sizing: border-box;
|
|
16675
16676
|
}
|
|
16676
16677
|
|
|
@@ -16687,7 +16688,7 @@ var staticStyles = i`
|
|
|
16687
16688
|
|
|
16688
16689
|
:host {
|
|
16689
16690
|
box-sizing: border-box;
|
|
16690
|
-
font-family: '
|
|
16691
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
16691
16692
|
}
|
|
16692
16693
|
|
|
16693
16694
|
${r(scrollBarStyles)}
|
|
@@ -16700,7 +16701,7 @@ var styles = x`
|
|
|
16700
16701
|
}
|
|
16701
16702
|
|
|
16702
16703
|
:host {
|
|
16703
|
-
font-family: '
|
|
16704
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
16704
16705
|
}
|
|
16705
16706
|
|
|
16706
16707
|
${scrollBarStyles}
|