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,4 +1,4 @@
import { Color, ComponentId, Fill } from '../models';
import { Color, ComponentId, Fill } from '../dataModels';
import { colorToCssString, fillToCssString } from '../cssUtils';
import { ComponentBase, ComponentState } from './componentBase';
import { MDCRipple } from '@material/ripple';