@databutton/firebase-types 1.69.100 → 1.69.101

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.
@@ -665,6 +665,12 @@ export interface ShadcnColors {
665
665
  accentForeground: string;
666
666
  destructive: string;
667
667
  destructiveForeground: string;
668
+ ring: string;
669
+ chart1: string;
670
+ chart2: string;
671
+ chart3: string;
672
+ chart4: string;
673
+ chart5: string;
668
674
  }
669
675
  export interface ShadcnTheme extends BaseTheme {
670
676
  type: "shadcn";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.69.100",
3
+ "version": "1.69.101",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {