@glidevvr/storage-payload-types-pkg 1.0.24 → 1.0.25

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/payload-types.ts +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -413,9 +413,7 @@ export interface Brand {
413
413
  */
414
414
  favicon?: (string | null) | Media;
415
415
  primaryColor: string;
416
- primaryTextColor: string;
417
416
  secondaryColor: string;
418
- secondaryTextColor: string;
419
417
  /**
420
418
  * These global fields are displayed only for brands assigned as the default brand for a Partner.
421
419
  */
@@ -2335,9 +2333,7 @@ export interface BrandsSelect<T extends boolean = true> {
2335
2333
  footerLogo?: T;
2336
2334
  favicon?: T;
2337
2335
  primaryColor?: T;
2338
- primaryTextColor?: T;
2339
2336
  secondaryColor?: T;
2340
- secondaryTextColor?: T;
2341
2337
  global?:
2342
2338
  | T
2343
2339
  | {