fix(core): update

This commit is contained in:
2023-08-07 19:13:29 +02:00
parent 4ee8512ee4
commit 107800a057
32 changed files with 1262 additions and 692 deletions

View File

@ -8,9 +8,9 @@ import {
css,
unsafeCSS,
state,
} from '@designestate/dees-element';
} from '@design.estate/dees-element';
import * as domtools from '@designestate/dees-domtools';
import * as domtools from '@design.estate/dees-domtools';
declare global {
interface HTMLElementTagNameMap {
@ -136,7 +136,7 @@ export class DeesTable<T> extends DeesElement {
css`
.mainbox {
color: ${cssManager.bdTheme('#333', '#fff')};
font-family: 'Inter';
font-family: 'Mona Sans', 'Inter', sans-serif;
font-weight: 400;
font-size: 16px;
padding: 16px;