@metrifox/react-sdk 0.0.16 → 0.0.18-beta.0

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
@@ -108,7 +108,7 @@ type CustomerPortalTheme = {
108
108
  };
109
109
  table?: {
110
110
  headerTextColor?: string;
111
- textcolor?: string;
111
+ textColor?: string;
112
112
  };
113
113
  button?: {
114
114
  background?: string;
@@ -124,6 +124,57 @@ type CustomerPortalTheme = {
124
124
  countTextColor?: string;
125
125
  };
126
126
  linkColor?: string;
127
+ plan?: {
128
+ card?: {
129
+ background?: string;
130
+ borderColor?: string;
131
+ descriptionColor?: string;
132
+ header?: {
133
+ background?: string;
134
+ textColor?: string;
135
+ };
136
+ description?: {
137
+ textColor?: string;
138
+ textButtonColor?: string;
139
+ };
140
+ price?: {
141
+ amountColor?: string;
142
+ primaryTextColor?: string;
143
+ secondaryTextColor?: string;
144
+ textButtonColor?: string;
145
+ background?: string;
146
+ borderColor?: string;
147
+ };
148
+ };
149
+ button?: {
150
+ background?: string;
151
+ textColor?: string;
152
+ secondaryBackground?: string;
153
+ secondaryTextColor?: string;
154
+ textButtonColor?: string;
155
+ };
156
+ featureList?: {
157
+ textColor?: string;
158
+ iconColor?: string;
159
+ };
160
+ intervalToggle?: {
161
+ background?: string;
162
+ activeBackground?: string;
163
+ activeText?: string;
164
+ inactiveText?: string;
165
+ };
166
+ currentSubscriptionCard?: {
167
+ header?: {
168
+ background?: string;
169
+ textColor?: string;
170
+ };
171
+ gradientColor?: string;
172
+ };
173
+ freeTrialTag?: {
174
+ background?: string;
175
+ textColor?: string;
176
+ };
177
+ };
127
178
  };
128
179
 
129
180
  interface Theme {