@grupo-elo-editorial/shared-ui-react 1.3.11 → 1.3.13

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.
@@ -7,10 +7,14 @@ export interface OrgInfo {
7
7
  facebook?: string;
8
8
  youtube?: string;
9
9
  linkedin?: string;
10
- /** URL do badge do Google Play no Firebase Storage */
10
+ /** URL do badge do Google Play (tema claro) */
11
11
  googlePlayBadgeUrl?: string;
12
- /** URL do badge da App Store no Firebase Storage */
12
+ /** URL do badge do Google Play (tema escuro) */
13
+ googlePlayBadgeUrlDark?: string;
14
+ /** URL do badge da App Store (tema claro) */
13
15
  appStoreBadgeUrl?: string;
16
+ /** URL do badge da App Store (tema escuro) */
17
+ appStoreBadgeUrlDark?: string;
14
18
  }
15
19
  export interface FooterProps extends HTMLAttributes<HTMLElement> {
16
20
  brand?: 'elo-editora' | 'perabook';