Compare commits

..

12 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
f923802ba1 2.0.33 2023-05-08 15:26:18 +02:00
cf589d727f fix(core): update 2023-05-08 15:26:17 +02:00
b6720aef9d 2.0.32 2023-05-08 10:14:48 +02:00
ce945173ec fix(core): update 2023-05-08 10:14:47 +02:00
6 changed files with 24 additions and 15 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@designestate/dees-domtools",
"version": "2.0.31",
"name": "@design.estate/dees-domtools",
"version": "2.0.37",
"private": false,
"description": "tools to simplify complex css structures",
"main": "dist_ts/index.js",
@ -33,7 +33,7 @@
"@pushrocks/smartstate": "^2.0.6",
"@pushrocks/smarturl": "^3.0.6",
"@pushrocks/webrequest": "^3.0.23",
"@pushrocks/websetup": "^3.0.17",
"@pushrocks/websetup": "^3.0.19",
"@pushrocks/webstore": "^2.0.8",
"lit": "^2.7.4",
"sweet-scroll": "^4.0.0"

19
pnpm-lock.yaml generated
View File

@ -35,8 +35,8 @@ dependencies:
specifier: ^3.0.23
version: 3.0.23
'@pushrocks/websetup':
specifier: ^3.0.17
version: 3.0.17(typescript@5.0.4)
specifier: ^3.0.19
version: 3.0.19(typescript@5.0.4)
'@pushrocks/webstore':
specifier: ^2.0.8
version: 2.0.8
@ -964,12 +964,12 @@ packages:
transitivePeerDependencies:
- supports-color
/@pushrocks/websetup@3.0.17(typescript@5.0.4):
resolution: {integrity: sha512-Nduw2mCyedjueVZyGiMTO19VNU3ZZCxlqubVx/AYu0aVoZ/mSCKpM70wd4l9WATWqD6g7mU12qo9uTXSVErgkA==}
/@pushrocks/websetup@3.0.19(typescript@5.0.4):
resolution: {integrity: sha512-cxPXyEhTu2TRFPa36QQJJWrR46f4BmLAJD57cBA6d/zhnzJzv7g6ThT1ZFFzDEOgzRh3F8KrFbqlbY+l/cReHA==}
dependencies:
'@pushrocks/smartdelay': 3.0.1
'@pushrocks/smartpromise': 4.0.2
'@tsclass/tsclass': 4.0.40(typescript@5.0.4)
'@tsclass/tsclass': 4.0.41(typescript@5.0.4)
transitivePeerDependencies:
- typescript
dev: false
@ -1020,6 +1020,15 @@ packages:
type-fest: 3.10.0(typescript@5.0.4)
transitivePeerDependencies:
- typescript
dev: true
/@tsclass/tsclass@4.0.41(typescript@5.0.4):
resolution: {integrity: sha512-xiewhxxZNdfhXzDICIXezwmCf8HPEaYe3sBJ0dD9uE3iEKHff2IXaSmUnGrZQIfm1L/BMvypz0DG9GeaRSn1qg==}
dependencies:
type-fest: 3.10.0(typescript@5.0.4)
transitivePeerDependencies:
- typescript
dev: false
/@tsconfig/node10@1.0.9:
resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==}

View File

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

View File

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

View File

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