@metrifox/react-sdk 0.0.20-beta.5 → 0.0.20-beta.7

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.
package/dist/index.d.ts CHANGED
@@ -46,7 +46,6 @@ interface CardPriceTheme {
46
46
  amountColor?: string;
47
47
  primaryTextColor?: string;
48
48
  secondaryTextColor?: string;
49
- textButtonColor?: string;
50
49
  background?: string;
51
50
  borderColor?: string;
52
51
  }
@@ -312,10 +311,6 @@ type CustomerPortalTheme = {
312
311
  textColor?: string;
313
312
  };
314
313
  gradientColor?: string;
315
- description?: {
316
- textColor?: string;
317
- textButtonColor?: string;
318
- };
319
314
  borderRadius?: string;
320
315
  };
321
316
  planCards?: {