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

@ -5,13 +5,13 @@ import {
TemplateResult,
property,
state,
} from '@designestate/dees-element';
} from '@design.estate/dees-element';
import hlight from 'highlight.js';
import * as smartstring from '@pushrocks/smartstring';
import * as smartstring from '@push.rocks/smartstring';
import * as domtools from '@designestate/dees-domtools';
import * as domtools from '@design.estate/dees-domtools';
declare global {
interface HTMLElementTagNameMap {
@ -109,7 +109,7 @@ export class DeesDataviewCodebox extends DeesElement {
.lineNumbers {
line-height: 1.4em;
font-weight: 200;
font-family: monospace;
font-family: 'Intel One Mono', 'monospace';
}
.hljs-string {