@namiml/web-sdk 3.4.4-dev.202607072319 → 3.4.4-dev.202607080015

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.
@@ -36,8 +36,8 @@ export declare function getRepeatingListSections(contextProvider: PaywallContext
36
36
  * component-lists. Preserves the historical `TComponent[][]` contract used by `nami-responsive-grid`.
37
37
  */
38
38
  export declare function getRepeatingListBlocks(contextProvider: PaywallContextProvider, component: TResponsiveGrid | TRepeatingGrid): TComponent[][];
39
- export declare function conditionComponentMatches(contextProvider: PaywallContextProvider, condition: TConditionalComponent): boolean;
40
- export declare function withOverrides<T extends TBaseComponent>(contextProvider: PaywallContextProvider, { conditionAttributes, ...component }: T): T;
39
+ export declare function conditionComponentMatches(contextProvider: PaywallContextProvider, condition: TConditionalComponent, sku?: PaywallSKU): boolean;
40
+ export declare function withOverrides<T extends TBaseComponent>(contextProvider: PaywallContextProvider, { conditionAttributes, ...component }: T, sku?: PaywallSKU): T;
41
41
  export declare function valueFromSmartText<T>(contextProvider: PaywallContextProvider, value: T, sku?: PaywallSKU, block?: any): T;
42
42
  export declare const totalTimeSpentOnPaywall: (contextProvider: PaywallContextProvider) => number | undefined;
43
43
  export declare const rgbaToHex: (rgba?: string) => string | null;