Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
497e6d1c11 | |||
f1949bdc5d | |||
d36d4a921a | |||
e6194045d1 | |||
6147e5f02f | |||
0e64232e26 | |||
fa66a51612 | |||
b26cc004c1 | |||
f923802ba1 | |||
cf589d727f | |||
b6720aef9d | |||
ce945173ec |
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@designestate/dees-domtools",
|
"name": "@design.estate/dees-domtools",
|
||||||
"version": "2.0.31",
|
"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",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"@pushrocks/smartstate": "^2.0.6",
|
"@pushrocks/smartstate": "^2.0.6",
|
||||||
"@pushrocks/smarturl": "^3.0.6",
|
"@pushrocks/smarturl": "^3.0.6",
|
||||||
"@pushrocks/webrequest": "^3.0.23",
|
"@pushrocks/webrequest": "^3.0.23",
|
||||||
"@pushrocks/websetup": "^3.0.17",
|
"@pushrocks/websetup": "^3.0.19",
|
||||||
"@pushrocks/webstore": "^2.0.8",
|
"@pushrocks/webstore": "^2.0.8",
|
||||||
"lit": "^2.7.4",
|
"lit": "^2.7.4",
|
||||||
"sweet-scroll": "^4.0.0"
|
"sweet-scroll": "^4.0.0"
|
||||||
|
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
@ -35,8 +35,8 @@ dependencies:
|
|||||||
specifier: ^3.0.23
|
specifier: ^3.0.23
|
||||||
version: 3.0.23
|
version: 3.0.23
|
||||||
'@pushrocks/websetup':
|
'@pushrocks/websetup':
|
||||||
specifier: ^3.0.17
|
specifier: ^3.0.19
|
||||||
version: 3.0.17(typescript@5.0.4)
|
version: 3.0.19(typescript@5.0.4)
|
||||||
'@pushrocks/webstore':
|
'@pushrocks/webstore':
|
||||||
specifier: ^2.0.8
|
specifier: ^2.0.8
|
||||||
version: 2.0.8
|
version: 2.0.8
|
||||||
@ -964,12 +964,12 @@ packages:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
/@pushrocks/websetup@3.0.17(typescript@5.0.4):
|
/@pushrocks/websetup@3.0.19(typescript@5.0.4):
|
||||||
resolution: {integrity: sha512-Nduw2mCyedjueVZyGiMTO19VNU3ZZCxlqubVx/AYu0aVoZ/mSCKpM70wd4l9WATWqD6g7mU12qo9uTXSVErgkA==}
|
resolution: {integrity: sha512-cxPXyEhTu2TRFPa36QQJJWrR46f4BmLAJD57cBA6d/zhnzJzv7g6ThT1ZFFzDEOgzRh3F8KrFbqlbY+l/cReHA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@pushrocks/smartdelay': 3.0.1
|
'@pushrocks/smartdelay': 3.0.1
|
||||||
'@pushrocks/smartpromise': 4.0.2
|
'@pushrocks/smartpromise': 4.0.2
|
||||||
'@tsclass/tsclass': 4.0.40(typescript@5.0.4)
|
'@tsclass/tsclass': 4.0.41(typescript@5.0.4)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
dev: false
|
dev: false
|
||||||
@ -1020,6 +1020,15 @@ packages:
|
|||||||
type-fest: 3.10.0(typescript@5.0.4)
|
type-fest: 3.10.0(typescript@5.0.4)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- 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:
|
/@tsconfig/node10@1.0.9:
|
||||||
resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==}
|
resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==}
|
||||||
|
@ -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.31',
|
version: '2.0.37',
|
||||||
description: 'tools to simplify complex css structures'
|
description: 'tools to simplify complex css structures'
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
Reference in New Issue
Block a user