work on the new theming system

This commit is contained in:
Jakob Pinterits
2024-04-21 13:23:22 +02:00
parent 20890c1178
commit 5fb516f6aa
50 changed files with 177 additions and 185 deletions

View File

@@ -1,7 +1,7 @@
import { pixelsPerRem } from '../app';
import { fillToCss } from '../cssUtils';
import { LayoutContext } from '../layouting';
import { Fill } from '../models';
import { Fill } from '../dataModels';
import { ComponentBase, ComponentState } from './componentBase';
type PlotlyPlot = {