@databutton/firebase-types 1.69.100 → 1.69.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -645,6 +645,7 @@ export type ProjectExtensions = {
|
|
|
645
645
|
}[];
|
|
646
646
|
export interface BaseTheme {
|
|
647
647
|
defaultFontFamily: string;
|
|
648
|
+
extraFontFamilies: string[];
|
|
648
649
|
}
|
|
649
650
|
export interface ShadcnColors {
|
|
650
651
|
background: string;
|
|
@@ -665,6 +666,12 @@ export interface ShadcnColors {
|
|
|
665
666
|
accentForeground: string;
|
|
666
667
|
destructive: string;
|
|
667
668
|
destructiveForeground: string;
|
|
669
|
+
ring: string;
|
|
670
|
+
chart1: string;
|
|
671
|
+
chart2: string;
|
|
672
|
+
chart3: string;
|
|
673
|
+
chart4: string;
|
|
674
|
+
chart5: string;
|
|
668
675
|
}
|
|
669
676
|
export interface ShadcnTheme extends BaseTheme {
|
|
670
677
|
type: "shadcn";
|