@design.estate/dees-domtools 2.0.36 → 2.0.37
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
|
@@ -13945,7 +13945,7 @@ var globalBaseStyles = i`
|
|
|
13945
13945
|
/* global body styles */
|
|
13946
13946
|
body {
|
|
13947
13947
|
margin: 0px;
|
|
13948
|
-
font-family: 'Inter', sans-serif;
|
|
13948
|
+
font-family: 'Mona Sans', 'Inter', sans-serif;
|
|
13949
13949
|
box-sizing: border-box;
|
|
13950
13950
|
}
|
|
13951
13951
|
|
|
@@ -13962,7 +13962,7 @@ var staticStyles = i`
|
|
|
13962
13962
|
|
|
13963
13963
|
:host {
|
|
13964
13964
|
box-sizing: border-box;
|
|
13965
|
-
font-family: 'Inter', sans-serif;
|
|
13965
|
+
font-family: 'Mona Sans', 'Inter', sans-serif;
|
|
13966
13966
|
}
|
|
13967
13967
|
|
|
13968
13968
|
${r(scrollBarStyles)}
|
|
@@ -13975,7 +13975,7 @@ var styles = x`
|
|
|
13975
13975
|
}
|
|
13976
13976
|
|
|
13977
13977
|
:host {
|
|
13978
|
-
font-family: 'Inter', sans-serif;
|
|
13978
|
+
font-family: 'Mona Sans', 'Inter', sans-serif;
|
|
13979
13979
|
}
|
|
13980
13980
|
|
|
13981
13981
|
${scrollBarStyles}
|