@temple-wallet/extension-ads 19.0.0-beta.0 → 19.0.0-beta.2

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
@@ -166,6 +166,7 @@ interface InsertAdActionProps extends Pick<RawPermanentAdPlacesRule, 'wrapperSty
166
166
  adCategories: string[];
167
167
  supportsTheming?: boolean;
168
168
  fontSampleSelector?: string;
169
+ backgroundColor?: string;
169
170
  showAdBeforeLoaded?: boolean;
170
171
  }
171
172
  interface ReplaceAllChildrenWithAdAction extends AdActionBase, InsertAdActionProps {
@@ -220,6 +221,7 @@ type AdsProviderName = keyof typeof AdsProviderTitle;
220
221
 
221
222
  interface AdThemeParams {
222
223
  themeColor?: string;
224
+ backgroundColor?: string;
223
225
  fontSize?: number;
224
226
  lineHeight?: number;
225
227
  }