@design.estate/dees-domtools 2.0.49 → 2.0.50
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 +3 -3
- package/dist_bundle/bundle.js.map +1 -1
- 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 +1 -1
- 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
|
@@ -16670,7 +16670,7 @@ var globalBaseStyles = i`
|
|
|
16670
16670
|
/* global body styles */
|
|
16671
16671
|
body {
|
|
16672
16672
|
margin: 0px;
|
|
16673
|
-
font-family: '
|
|
16673
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
16674
16674
|
box-sizing: border-box;
|
|
16675
16675
|
}
|
|
16676
16676
|
|
|
@@ -16687,7 +16687,7 @@ var staticStyles = i`
|
|
|
16687
16687
|
|
|
16688
16688
|
:host {
|
|
16689
16689
|
box-sizing: border-box;
|
|
16690
|
-
font-family: '
|
|
16690
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
16691
16691
|
}
|
|
16692
16692
|
|
|
16693
16693
|
${r(scrollBarStyles)}
|
|
@@ -16700,7 +16700,7 @@ var styles = x`
|
|
|
16700
16700
|
}
|
|
16701
16701
|
|
|
16702
16702
|
:host {
|
|
16703
|
-
font-family: '
|
|
16703
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
16704
16704
|
}
|
|
16705
16705
|
|
|
16706
16706
|
${scrollBarStyles}
|