Compare commits

...

8 Commits

Author SHA1 Message Date
497e6d1c11 2.0.37 2023-08-07 04:20:36 +02:00
f1949bdc5d fix(core): update 2023-08-07 04:20:36 +02:00
d36d4a921a 2.0.36 2023-08-06 19:38:53 +02:00
e6194045d1 fix(core): update 2023-08-06 19:38:52 +02:00
6147e5f02f 2.0.35 2023-08-06 19:37:29 +02:00
0e64232e26 fix(core): update 2023-08-06 19:37:28 +02:00
fa66a51612 2.0.34 2023-08-06 19:36:49 +02:00
b26cc004c1 fix(core): update 2023-08-06 19:36:48 +02:00
5 changed files with 9 additions and 9 deletions

View File

@ -3,10 +3,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "designestate", "gitscope": "design.estate",
"gitrepo": "dees-domtools", "gitrepo": "dees-domtools",
"description": "tools to simplify complex css structures", "description": "tools to simplify complex css structures",
"npmPackagename": "@designestate/dees-domtools", "npmPackagename": "@design.estate/dees-domtools",
"license": "MIT", "license": "MIT",
"projectDomain": "design.estate" "projectDomain": "design.estate"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@designestate/dees-domtools", "name": "@design.estate/dees-domtools",
"version": "2.0.33", "version": "2.0.37",
"private": false, "private": false,
"description": "tools to simplify complex css structures", "description": "tools to simplify complex css structures",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo * autocreated commitinfo by @pushrocks/commitinfo
*/ */
export const commitinfo = { export const commitinfo = {
name: '@designestate/dees-domtools', name: '@design.estate/dees-domtools',
version: '2.0.33', version: '2.0.37',
description: 'tools to simplify complex css structures' description: 'tools to simplify complex css structures'
} }

View File

@ -32,7 +32,7 @@ export const globalBaseStyles: string = css`
/* global body styles */ /* global body styles */
body { body {
margin: 0px; margin: 0px;
font-family: 'Inter', sans-serif; font-family: 'Mona Sans', 'Inter', sans-serif;
box-sizing: border-box; box-sizing: border-box;
} }

View File

@ -12,7 +12,7 @@ export const staticStyles = css`
:host { :host {
box-sizing: border-box; box-sizing: border-box;
font-family: 'Inter', sans-serif; font-family: 'Mona Sans', 'Inter', sans-serif;
} }
${unsafeCSS(scrollBarStyles)} ${unsafeCSS(scrollBarStyles)}
@ -29,7 +29,7 @@ export const styles = html`
} }
:host { :host {
font-family: 'Inter', sans-serif; font-family: 'Mona Sans', 'Inter', sans-serif;
} }
${scrollBarStyles} ${scrollBarStyles}