yt-uikit 0.10.101 → 0.10.102

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.
@@ -37,6 +37,8 @@ export interface LoyaltyBalanceContentConfig extends LoyaltyTextContentConfig {
37
37
  }
38
38
  /** Guest banner: the primary CTA plus an optional secondary one beside it. */
39
39
  export interface LoyaltyBannerGuestConfig extends LoyaltyButtonContentConfig {
40
+ /** Off unless explicitly enabled, matching `badge.enabled`. */
41
+ showSecondaryButton?: boolean;
40
42
  secondaryButtonText?: string;
41
43
  }
42
44
  export interface LoyaltyBannerConfig extends LoyaltySectionConfig {