Compare commits

...

16 Commits

Author SHA1 Message Date
02f67c64df 2.0.43 2023-10-03 11:46:15 +02:00
31dd8aa258 fix(core): update 2023-10-03 11:46:14 +02:00
5f66725c6b 2.0.42 2023-10-03 11:33:39 +02:00
89af82d2c4 fix(core): update 2023-10-03 11:33:38 +02:00
98dab6c683 2.0.41 2023-09-17 14:30:55 +02:00
805ce5ed88 fix(core): update 2023-09-17 14:30:55 +02:00
6f30b7618d 2.0.40 2023-09-09 23:36:32 +02:00
42fd443ad8 fix(core): update 2023-09-09 23:36:31 +02:00
b2cb49a314 2.0.39 2023-08-27 13:33:37 +02:00
d580df7e0a fix(core): update 2023-08-27 13:33:36 +02:00
68ea3052fd 2.0.38 2023-08-20 17:10:11 +02:00
252d56a321 fix(core): update 2023-08-20 17:10:10 +02:00
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
10 changed files with 2356 additions and 1174 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-domtools",
"version": "2.0.35",
"version": "2.0.43",
"private": false,
"description": "tools to simplify complex css structures",
"main": "dist_ts/index.js",
@ -15,27 +15,27 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbundle": "^2.0.6",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^20.1.0"
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tstest": "^1.0.81",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.8.2"
},
"dependencies": {
"@apiglobal/typedrequest": "^2.0.8",
"@designestate/dees-comms": "^1.0.22",
"@pushrocks/lik": "^6.0.2",
"@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartjson": "^5.0.5",
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smartrouter": "^1.0.16",
"@pushrocks/smartrx": "^3.0.0",
"@pushrocks/smartstate": "^2.0.6",
"@pushrocks/smarturl": "^3.0.6",
"@pushrocks/webrequest": "^3.0.23",
"@pushrocks/websetup": "^3.0.19",
"@pushrocks/webstore": "^2.0.8",
"lit": "^2.7.4",
"@api.global/typedrequest": "^3.0.1",
"@design.estate/dees-comms": "^1.0.22",
"@push.rocks/lik": "^6.0.5",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartjson": "^5.0.10",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartrouter": "^1.0.16",
"@push.rocks/smartrx": "^3.0.6",
"@push.rocks/smartstate": "^2.0.10",
"@push.rocks/smarturl": "^3.0.6",
"@push.rocks/webrequest": "^3.0.33",
"@push.rocks/websetup": "^3.0.19",
"@push.rocks/webstore": "^2.0.13",
"lit": "^2.8.0",
"sweet-scroll": "^4.0.0"
},
"files": [

3424
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as domtools from '../ts/index';
import { expect, tap } from '@push.rocks/tapbundle';
import * as domtools from '../ts/index.js';
tap.test('first test', async () => {
const domtoolsInstance = await domtools.DomTools.setupDomTools();

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-domtools',
version: '2.0.35',
version: '2.0.43',
description: 'tools to simplify complex css structures'
}

View File

@ -1,7 +1,7 @@
import * as plugins from './domtools.plugins.js';
import { TViewport } from './domtools.css.breakpoints.js';
import { type TViewport } from './domtools.css.breakpoints.js';
import { Scroller } from './domtools.classes.scroller.js';
import { WebSetup } from '@pushrocks/websetup';
import { WebSetup } from '@push.rocks/websetup';
import { ThemeManager } from './domtools.classes.thememanager.js';
import { Keyboard } from './domtools.classes.keyboard.js';

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

@ -1,5 +1,5 @@
import * as plugins from './domtools.plugins.js';
import { DomTools, IDomToolsContructorOptions } from './domtools.classes.domtools.js';
import { DomTools, type IDomToolsContructorOptions } from './domtools.classes.domtools.js';
import { scrollBarStyles, globalBaseStyles } from './domtools.css.basestyles.js';
import { html, LitElement, css, unsafeCSS } from 'lit';
@ -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}

View File

@ -1,29 +1,29 @@
// designestate scope
import * as deesComms from '@designestate/dees-comms';
import * as deesComms from '@design.estate/dees-comms';
export { deesComms };
// apiglobal scope
import * as typedrequest from '@apiglobal/typedrequest';
import * as typedrequest from '@api.global/typedrequest';
export { typedrequest };
// pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartjson from '@pushrocks/smartjson';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrouter from '@pushrocks/smartrouter';
import * as smartrx from '@pushrocks/smartrx';
import * as smartstate from '@pushrocks/smartstate';
import * as smarturl from '@pushrocks/smarturl';
import * as webrequest from '@pushrocks/webrequest';
import * as websetup from '@pushrocks/websetup';
import * as webstore from '@pushrocks/webstore';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartjson from '@push.rocks/smartjson';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrouter from '@push.rocks/smartrouter';
import * as smartrx from '@push.rocks/smartrx';
import * as smartstate from '@push.rocks/smartstate';
import * as smarturl from '@push.rocks/smarturl';
import * as webrequest from '@push.rocks/webrequest';
import * as websetup from '@push.rocks/websetup';
import * as webstore from '@push.rocks/webstore';
// subscope lik
import { ObjectMap } from '@pushrocks/lik/dist_ts/lik.objectmap.js';
import { Stringmap } from '@pushrocks/lik/dist_ts/lik.stringmap.js';
import { FastMap } from '@pushrocks/lik/dist_ts/lik.fastmap.js';
import { ObjectMap } from '@push.rocks/lik/dist_ts/lik.objectmap.js';
import { Stringmap } from '@push.rocks/lik/dist_ts/lik.stringmap.js';
import { FastMap } from '@push.rocks/lik/dist_ts/lik.fastmap.js';
const lik = {
ObjectMap,
Stringmap,

View File

@ -5,10 +5,10 @@ import * as breakpoints from './domtools.css.breakpoints.js';
import * as css from './domtools.css.js';
export { css, breakpoints, elementBasic };
export { DomTools, IDomToolsContructorOptions } from './domtools.classes.domtools.js';
export { TypedRequest } from '@apiglobal/typedrequest';
export { IWebSetupConstructorOptions } from '@pushrocks/websetup';
export { rxjs } from '@pushrocks/smartrx';
export { DomTools, type IDomToolsContructorOptions } from './domtools.classes.domtools.js';
export { TypedRequest } from '@api.global/typedrequest';
export { type IWebSetupConstructorOptions } from '@push.rocks/websetup';
export { rxjs } from '@push.rocks/smartrx';
import * as allPlugins from './domtools.plugins.js';
@ -17,4 +17,7 @@ export const plugins = {
smartpromise: allPlugins.smartpromise,
SweetScroll: allPlugins.SweetScroll,
smartstate: allPlugins.smartstate,
smartrx: allPlugins.smartrx,
smarturl: allPlugins.smarturl,
typedrequest: allPlugins.typedrequest,
};

View File

@ -3,8 +3,9 @@
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
}
}