(feat): big updates, added og tensamin theme
All checks were successful
/ package (push) Successful in 1m4s
All checks were successful
/ package (push) Successful in 1m4s
This commit is contained in:
parent
29098d1f61
commit
0d2dc1676c
19 changed files with 329 additions and 153 deletions
|
|
@ -36,11 +36,17 @@ export type ThemeDesign = {
|
|||
fontFamily: ThemeFontFamily;
|
||||
};
|
||||
|
||||
export type ThemeDefaultValues = {
|
||||
borderRadius: number;
|
||||
design: ThemeDesign;
|
||||
};
|
||||
|
||||
export type ThemePreset = {
|
||||
id: string;
|
||||
title: string;
|
||||
logo: string;
|
||||
css: string;
|
||||
defaultValues?: ThemeDefaultValues;
|
||||
};
|
||||
|
||||
export type ThemeProviderProps = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue