@cooperco/cooper-component-library 0.1.101 → 0.1.103

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.
Files changed (165) hide show
  1. package/dist/cms/{contentful/migrations/scripts/0085-add-vertical-alignment-to-content-module.cjs → 0087-add-table-highlight-to-content-module.cjs} +8 -14
  2. package/dist/cms/containerModule.query.ts +3 -0
  3. package/dist/cms/contentModule.query.ts +1 -0
  4. package/dist/cms/{0085-add-vertical-alignment-to-content-module.cjs → contentful/migrations/scripts/0087-add-table-highlight-to-content-module.cjs} +8 -14
  5. package/dist/cms/contentful/queries/containerModule.query.js +3 -0
  6. package/dist/cms/contentful/queries/containerModule.query.ts +3 -0
  7. package/dist/cms/contentful/queries/contentModule.query.js +1 -0
  8. package/dist/cms/contentful/queries/contentModule.query.ts +1 -0
  9. package/dist/cms/migrations/scripts/{0085-add-vertical-alignment-to-content-module.cjs → 0087-add-table-highlight-to-content-module.cjs} +8 -14
  10. package/dist/cms/queries/containerModule.query.ts +3 -0
  11. package/dist/cms/queries/contentModule.query.ts +1 -0
  12. package/dist/cms/scripts/{0085-add-vertical-alignment-to-content-module.cjs → 0087-add-table-highlight-to-content-module.cjs} +8 -14
  13. package/dist/lib/component-lib.js +1860 -1795
  14. package/dist/lib/component-lib.umd.cjs +23 -23
  15. package/dist/lib/css/main.css +16 -8
  16. package/dist/lib/style.css +1 -1
  17. package/dist/types/src/components/ContentModule/ContentModule.d.ts +6 -0
  18. package/package.json +1 -1
  19. package/dist/cms/0058-update-cta.js +0 -16
  20. package/dist/cms/0059-update-navigation-element.js +0 -23
  21. package/dist/cms/0060-update-testimonial-module.js +0 -24
  22. package/dist/cms/0076-rename-image-to-media-tile-content.cjs +0 -34
  23. package/dist/cms/0077-add-feature-variant-to-container-module.cjs +0 -37
  24. package/dist/cms/contentful/graphql/queries/accordion.query.d.ts +0 -2
  25. package/dist/cms/contentful/graphql/queries/accordion.query.js +0 -19
  26. package/dist/cms/contentful/graphql/queries/carousel.query.d.ts +0 -2
  27. package/dist/cms/contentful/graphql/queries/carousel.query.js +0 -32
  28. package/dist/cms/contentful/graphql/queries/containerModule.query.d.ts +0 -2
  29. package/dist/cms/contentful/graphql/queries/containerModule.query.js +0 -140
  30. package/dist/cms/contentful/graphql/queries/contentModule.query.d.ts +0 -2
  31. package/dist/cms/contentful/graphql/queries/contentModule.query.js +0 -49
  32. package/dist/cms/contentful/graphql/queries/cta.query.d.ts +0 -2
  33. package/dist/cms/contentful/graphql/queries/cta.query.js +0 -10
  34. package/dist/cms/contentful/graphql/queries/footer.query.d.ts +0 -2
  35. package/dist/cms/contentful/graphql/queries/footer.query.js +0 -44
  36. package/dist/cms/contentful/graphql/queries/fragments.d.ts +0 -11
  37. package/dist/cms/contentful/graphql/queries/fragments.js +0 -172
  38. package/dist/cms/contentful/graphql/queries/header.query.d.ts +0 -2
  39. package/dist/cms/contentful/graphql/queries/header.query.js +0 -39
  40. package/dist/cms/contentful/graphql/queries/image.query.d.ts +0 -2
  41. package/dist/cms/contentful/graphql/queries/image.query.js +0 -10
  42. package/dist/cms/contentful/graphql/queries/index.d.ts +0 -18
  43. package/dist/cms/contentful/graphql/queries/index.js +0 -18
  44. package/dist/cms/contentful/graphql/queries/link.query.d.ts +0 -2
  45. package/dist/cms/contentful/graphql/queries/link.query.js +0 -10
  46. package/dist/cms/contentful/graphql/queries/logoCollection.query.d.ts +0 -2
  47. package/dist/cms/contentful/graphql/queries/logoCollection.query.js +0 -16
  48. package/dist/cms/contentful/graphql/queries/navigation.query.d.ts +0 -2
  49. package/dist/cms/contentful/graphql/queries/navigation.query.js +0 -10
  50. package/dist/cms/contentful/graphql/queries/page.query.d.ts +0 -2
  51. package/dist/cms/contentful/graphql/queries/page.query.js +0 -23
  52. package/dist/cms/contentful/graphql/queries/pageMetadata.query.d.ts +0 -2
  53. package/dist/cms/contentful/graphql/queries/pageMetadata.query.js +0 -16
  54. package/dist/cms/contentful/graphql/queries/productModule.query.d.ts +0 -2
  55. package/dist/cms/contentful/graphql/queries/productModule.query.js +0 -59
  56. package/dist/cms/contentful/graphql/queries/testimonial.query.d.ts +0 -2
  57. package/dist/cms/contentful/graphql/queries/testimonial.query.js +0 -23
  58. package/dist/cms/contentful/graphql/queries/tileCollection.query.d.ts +0 -4
  59. package/dist/cms/contentful/graphql/queries/tileCollection.query.js +0 -35
  60. package/dist/cms/contentful/graphql/queries/video.query.d.ts +0 -2
  61. package/dist/cms/contentful/graphql/queries/video.query.js +0 -11
  62. package/dist/cms/contentful/migrations/drafts/0058-update-cta.js +0 -16
  63. package/dist/cms/contentful/migrations/drafts/0059-update-navigation-element.js +0 -23
  64. package/dist/cms/contentful/migrations/drafts/create-hello-banner.cjs +0 -62
  65. package/dist/cms/contentful/migrations/scripts/0060-update-testimonial-module.js +0 -24
  66. package/dist/cms/contentful/migrations/scripts/0076-rename-image-to-media-tile-content.cjs +0 -34
  67. package/dist/cms/contentful/migrations/scripts/0077-add-feature-variant-to-container-module.cjs +0 -37
  68. package/dist/cms/create-hello-banner.cjs +0 -62
  69. package/dist/cms/drafts/0058-update-cta.js +0 -16
  70. package/dist/cms/drafts/0059-update-navigation-element.js +0 -23
  71. package/dist/cms/drafts/create-hello-banner.cjs +0 -62
  72. package/dist/cms/migrations/drafts/0058-update-cta.js +0 -16
  73. package/dist/cms/migrations/drafts/0059-update-navigation-element.js +0 -23
  74. package/dist/cms/migrations/drafts/create-hello-banner.cjs +0 -62
  75. package/dist/cms/migrations/scripts/0060-update-testimonial-module.js +0 -24
  76. package/dist/cms/migrations/scripts/0076-rename-image-to-media-tile-content.cjs +0 -34
  77. package/dist/cms/migrations/scripts/0077-add-feature-variant-to-container-module.cjs +0 -37
  78. package/dist/cms/scripts/0060-update-testimonial-module.js +0 -24
  79. package/dist/cms/scripts/0076-rename-image-to-media-tile-content.cjs +0 -34
  80. package/dist/cms/scripts/0077-add-feature-variant-to-container-module.cjs +0 -37
  81. package/dist/types/App.vue.d.ts +0 -2
  82. package/dist/types/cms/contentful/graphql/queries/accordion.query.d.ts +0 -2
  83. package/dist/types/cms/contentful/graphql/queries/carousel.query.d.ts +0 -2
  84. package/dist/types/cms/contentful/graphql/queries/containerModule.query.d.ts +0 -2
  85. package/dist/types/cms/contentful/graphql/queries/contentModule.query.d.ts +0 -2
  86. package/dist/types/cms/contentful/graphql/queries/cta.query.d.ts +0 -2
  87. package/dist/types/cms/contentful/graphql/queries/footer.query.d.ts +0 -2
  88. package/dist/types/cms/contentful/graphql/queries/fragments.d.ts +0 -11
  89. package/dist/types/cms/contentful/graphql/queries/header.query.d.ts +0 -2
  90. package/dist/types/cms/contentful/graphql/queries/image.query.d.ts +0 -2
  91. package/dist/types/cms/contentful/graphql/queries/index.d.ts +0 -18
  92. package/dist/types/cms/contentful/graphql/queries/link.query.d.ts +0 -2
  93. package/dist/types/cms/contentful/graphql/queries/logoCollection.query.d.ts +0 -2
  94. package/dist/types/cms/contentful/graphql/queries/navigation.query.d.ts +0 -2
  95. package/dist/types/cms/contentful/graphql/queries/page.query.d.ts +0 -2
  96. package/dist/types/cms/contentful/graphql/queries/pageMetadata.query.d.ts +0 -2
  97. package/dist/types/cms/contentful/graphql/queries/productModule.query.d.ts +0 -2
  98. package/dist/types/cms/contentful/graphql/queries/testimonial.query.d.ts +0 -2
  99. package/dist/types/cms/contentful/graphql/queries/tileCollection.query.d.ts +0 -4
  100. package/dist/types/cms/contentful/graphql/queries/video.query.d.ts +0 -2
  101. package/dist/types/components/Accordion/Accordion.d.ts +0 -19
  102. package/dist/types/components/Accordion/Accordion.vue.d.ts +0 -5
  103. package/dist/types/components/Accordion/AccordionItem.d.ts +0 -24
  104. package/dist/types/components/Accordion/AccordionItem.vue.d.ts +0 -9
  105. package/dist/types/components/Accordion/AccordionListItem.vue.d.ts +0 -3
  106. package/dist/types/components/Accordion/AccordionTileItem.vue.d.ts +0 -7
  107. package/dist/types/components/AnimationWrapper/AnimationWrapper.d.ts +0 -7
  108. package/dist/types/components/AnimationWrapper/AnimationWrapper.vue.d.ts +0 -10
  109. package/dist/types/components/CTA/CTA.d.ts +0 -25
  110. package/dist/types/components/CTA/CTA.vue.d.ts +0 -7
  111. package/dist/types/components/CarouselModule/CarouselModule.d.ts +0 -22
  112. package/dist/types/components/CarouselModule/CarouselModule.vue.d.ts +0 -5
  113. package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.d.ts +0 -10
  114. package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.vue.d.ts +0 -3
  115. package/dist/types/components/ContainerModule/ContainerModule.d.ts +0 -29
  116. package/dist/types/components/ContainerModule/ContainerModule.vue.d.ts +0 -14
  117. package/dist/types/components/ContentModule/ContentModule.d.ts +0 -31
  118. package/dist/types/components/ContentModule/ContentModule.vue.d.ts +0 -7
  119. package/dist/types/components/Footer/FooterCopyright/FooterCopyright.d.ts +0 -10
  120. package/dist/types/components/Footer/FooterCopyright/FooterCopyright.vue.d.ts +0 -3
  121. package/dist/types/components/Footer/FooterNavigation/FooterNavigation.d.ts +0 -14
  122. package/dist/types/components/Footer/FooterNavigation/FooterNavigation.vue.d.ts +0 -3
  123. package/dist/types/components/Footer/SocialMediaRef/SocialMediaRef.d.ts +0 -4
  124. package/dist/types/components/Footer/SocialMediaRef/SocialMediaRef.vue.d.ts +0 -3
  125. package/dist/types/components/Image/Image.d.ts +0 -15
  126. package/dist/types/components/Image/Image.vue.d.ts +0 -6
  127. package/dist/types/components/LogoCollectionModule/LogoCollectionModule.d.ts +0 -9
  128. package/dist/types/components/LogoCollectionModule/LogoCollectionModule.vue.d.ts +0 -3
  129. package/dist/types/components/NavigationElement/NavigationElement.d.ts +0 -20
  130. package/dist/types/components/NavigationElement/NavigationElement.vue.d.ts +0 -3
  131. package/dist/types/components/PrimaryNavigation/PrimaryNavigation.d.ts +0 -10
  132. package/dist/types/components/PrimaryNavigation/PrimaryNavigation.vue.d.ts +0 -9
  133. package/dist/types/components/SplitModule/SplitModule.d.ts +0 -16
  134. package/dist/types/components/SplitModule/SplitModule.vue.d.ts +0 -3
  135. package/dist/types/components/TestimonialModule/TestimonialModule.d.ts +0 -21
  136. package/dist/types/components/TestimonialModule/TestimonialModule.vue.d.ts +0 -3
  137. package/dist/types/components/TileCollectionModule/TileCollectionModule.d.ts +0 -18
  138. package/dist/types/components/TileCollectionModule/TileCollectionModule.vue.d.ts +0 -6
  139. package/dist/types/components/TileContent/TileContent.d.ts +0 -55
  140. package/dist/types/components/TileContent/TileContentIconTile.vue.d.ts +0 -5
  141. package/dist/types/components/TileContent/TileContentImageStackedAnimatedTile.vue.d.ts +0 -3
  142. package/dist/types/components/TileContent/TileContentImageTile.vue.d.ts +0 -5
  143. package/dist/types/components/TileContent/TileContentTextTile.vue.d.ts +0 -5
  144. package/dist/types/components/TileContent/TileContentVideoTile.vue.d.ts +0 -5
  145. package/dist/types/components/TileLabel/TileLabel.d.ts +0 -14
  146. package/dist/types/components/TileLabel/TileLabel.vue.d.ts +0 -6
  147. package/dist/types/components/Video/Video.d.ts +0 -7
  148. package/dist/types/components/Video/Video.vue.d.ts +0 -3
  149. package/dist/types/components/components.d.ts +0 -26
  150. package/dist/types/components/types.d.ts +0 -19
  151. package/dist/types/config/colorPalettes.d.ts +0 -59
  152. package/dist/types/config/defaultPassthrough/config.d.ts +0 -3
  153. package/dist/types/config/defaultPassthrough/index.d.ts +0 -67
  154. package/dist/types/config/defaultPassthrough/types.d.ts +0 -51
  155. package/dist/types/index.d.ts +0 -13
  156. package/dist/types/init.d.ts +0 -3
  157. package/dist/types/pages/index.vue.d.ts +0 -2
  158. package/dist/types/router.d.ts +0 -5
  159. package/dist/types/src/components/HelloBar/HelloBar.d.ts +0 -23
  160. package/dist/types/src/components/HelloBar/HelloBar.vue.d.ts +0 -3
  161. package/dist/types/src/components/_internal/SimpleCard.vue.d.ts +0 -16
  162. package/dist/types/src/components/_internal/SimpleCarousel.vue.d.ts +0 -63
  163. package/dist/types/src/config/defaultPassthrough/ChartModulePt.d.ts +0 -1
  164. package/dist/types/types.d.ts +0 -61
  165. package/dist/types/utils/getTarget.d.ts +0 -2
@@ -1,51 +0,0 @@
1
- import { ComponentPassthrough } from '../../types';
2
- import { ContainerModulePassthrough } from '../../components/ContainerModule/ContainerModule';
3
- import { AccordionItemPassthrough } from '../../components/Accordion/AccordionItem';
4
- import { AccordionPassthrough } from '../../components/Accordion/Accordion';
5
- import { CarouselPassthrough } from '../../components/CarouselModule/CarouselModule';
6
- import { ContentModulePassthrough } from '../../components/ContentModule/ContentModule';
7
- import { TestimonialModulePassthrough } from '../../components/TestimonialModule/TestimonialModule';
8
- import { TileContentPassthrough } from '../../components/TileContent/TileContent';
9
- import { CTAPassthrough } from '../../components/CTA/CTA';
10
- import { TileLabelPassthrough } from '../../components/TileLabel/TileLabel';
11
- export interface GenericComponentPassthrough extends ComponentPassthrough, TileLabelPassthrough, AccordionPassthrough, AccordionItemPassthrough, CarouselPassthrough, ContainerModulePassthrough, ContentModulePassthrough, CTAPassthrough, TestimonialModulePassthrough, TileContentPassthrough {
12
- }
13
- export interface AccordionPtVariants {
14
- List: AccordionPassthrough;
15
- Tile: AccordionPassthrough;
16
- }
17
- export interface ContainerModulePtVariants {
18
- Hero: ContainerModulePassthrough;
19
- Centered: ContainerModulePassthrough;
20
- }
21
- export interface CTAPtVariants {
22
- fill: CTAPassthrough;
23
- logo: CTAPassthrough;
24
- link: CTAPassthrough;
25
- outline: CTAPassthrough;
26
- }
27
- export interface Pt_Overrides {
28
- Accordion?: AccordionPtVariants;
29
- AccordionListItem?: GenericComponentPassthrough;
30
- AccordionTileItem?: GenericComponentPassthrough;
31
- CarouselModule?: GenericComponentPassthrough;
32
- ContainerModule?: ContainerModulePtVariants;
33
- ContentModule?: GenericComponentPassthrough;
34
- CTA?: CTAPtVariants;
35
- FooterNavigation?: GenericComponentPassthrough;
36
- Image?: GenericComponentPassthrough;
37
- LogoCollectionModule?: GenericComponentPassthrough;
38
- NavigationElement?: GenericComponentPassthrough;
39
- PrimaryNavigation?: GenericComponentPassthrough;
40
- SplitModule?: GenericComponentPassthrough;
41
- TestimonialModule?: GenericComponentPassthrough;
42
- TileCollectionModule?: GenericComponentPassthrough;
43
- TileContent?: GenericComponentPassthrough;
44
- TileContentIconTile?: GenericComponentPassthrough;
45
- TileContentImageStackedAnimatedTile?: GenericComponentPassthrough;
46
- TileContentImageTile?: GenericComponentPassthrough;
47
- TileContentTextTile?: GenericComponentPassthrough;
48
- TileContentVideoTile?: GenericComponentPassthrough;
49
- TileLabel?: GenericComponentPassthrough;
50
- Video?: GenericComponentPassthrough;
51
- }
@@ -1,13 +0,0 @@
1
- export * from './config/defaultPassthrough';
2
- export * from './config/colorPalettes';
3
- import 'primeicons/primeicons.css';
4
- import './assets/css/main.css';
5
- import './assets/css/theme.css';
6
- export * from './components/components';
7
- export * from './components/types';
8
- import initGlobalComponents from './init';
9
- import { overridePalette } from './config/colorPalettes';
10
- import { overridePassthrough } from './config/defaultPassthrough/config';
11
- import { withColorPalette } from './config/colorPalettes';
12
- import { getTarget } from './utils/getTarget';
13
- export { initGlobalComponents, overridePalette, overridePassthrough, withColorPalette, getTarget, };
@@ -1,3 +0,0 @@
1
- import { App } from 'vue';
2
- declare const initGlobalComponents: (app: App) => void;
3
- export default initGlobalComponents;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
- export default _default;
@@ -1,5 +0,0 @@
1
- export declare const routes: {
2
- path: string;
3
- component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
- }[];
5
- export declare const router: import("vue-router").Router;
@@ -1,23 +0,0 @@
1
- import { Component, ComponentPassthrough } from '../../types';
2
- import { CTA } from '../CTA/CTA';
3
- export interface HelloBarData {
4
- active: boolean;
5
- mobileCollapsed?: string;
6
- fullCopy?: string;
7
- cta?: CTA;
8
- }
9
- export interface HelloBarPassthrough extends ComponentPassthrough {
10
- root?: string;
11
- container?: string;
12
- content?: string;
13
- mobileCollapsed?: string;
14
- fullCopy?: string;
15
- cta?: string;
16
- toggle?: string;
17
- }
18
- export interface HelloBar extends Component {
19
- __typename?: 'HelloBar';
20
- helloBarData?: HelloBarData;
21
- pt?: HelloBarPassthrough;
22
- onSegmentCTAClick?: (type: string, label: string, url: string, section: string) => void;
23
- }
@@ -1,3 +0,0 @@
1
- import { HelloBar } from './HelloBar';
2
- declare const _default: import("vue").DefineComponent<HelloBar, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<HelloBar> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
- export default _default;
@@ -1,16 +0,0 @@
1
- interface SimpleCardProps {
2
- rootClass?: string;
3
- bodyClass?: string;
4
- contentClass?: string;
5
- footerClass?: string;
6
- }
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<SimpleCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SimpleCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
8
- content?(_: {}): any;
9
- footer?(_: {}): any;
10
- }>;
11
- export default _default;
12
- type __VLS_WithTemplateSlots<T, S> = T & {
13
- new (): {
14
- $slots: S;
15
- };
16
- };
@@ -1,63 +0,0 @@
1
- declare const _default: <T extends {
2
- __typename?: string | undefined;
3
- }>(__VLS_props: {
4
- items: T[];
5
- page?: number | undefined;
6
- class?: string | undefined;
7
- pt?: Record<string, string> | undefined;
8
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
9
- attrs: any;
10
- slots: {
11
- header?(_: {}): any;
12
- item?(_: {
13
- data: T;
14
- index: number;
15
- }): any;
16
- footer?(_: {}): any;
17
- };
18
- emit: {};
19
- } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
20
- props: {
21
- items: T[];
22
- page?: number | undefined;
23
- class?: string | undefined;
24
- pt?: Record<string, string> | undefined;
25
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
26
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
27
- attrs: any;
28
- slots: {
29
- header?(_: {}): any;
30
- item?(_: {
31
- data: T;
32
- index: number;
33
- }): any;
34
- footer?(_: {}): any;
35
- };
36
- emit: {};
37
- }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
- [key: string]: any;
39
- }> & {
40
- __ctx?: {
41
- props: {
42
- items: T[];
43
- page?: number | undefined;
44
- class?: string | undefined;
45
- pt?: Record<string, string> | undefined;
46
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
47
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
48
- attrs: any;
49
- slots: {
50
- header?(_: {}): any;
51
- item?(_: {
52
- data: T;
53
- index: number;
54
- }): any;
55
- footer?(_: {}): any;
56
- };
57
- emit: {};
58
- } | undefined;
59
- };
60
- export default _default;
61
- type __VLS_Prettify<T> = {
62
- [K in keyof T]: T[K];
63
- } & {};
@@ -1 +0,0 @@
1
- export declare const ChartModulePt: import("./types").GenericComponentPassthrough;
@@ -1,61 +0,0 @@
1
- import { Image } from './components/Image/Image';
2
- export interface linkRef {
3
- externalUrl?: string;
4
- page?: {
5
- slug: string;
6
- };
7
- ariaLabel?: string;
8
- ariaDescription: string;
9
- anchor?: string;
10
- target: string;
11
- thirdPartyId?: string;
12
- }
13
- export interface ctaActionRef {
14
- title: string;
15
- ariaDescription: string;
16
- triggerMappingValue: string;
17
- }
18
- export declare enum VariantOptions {
19
- 'IconTile' = 0,
20
- 'ImageTile' = 1,
21
- 'VideoTile' = 2,
22
- 'ImageStackedAnimatedTile' = 3,
23
- 'VideoLeft' = 4,
24
- 'Hero' = 5,
25
- 'Centered' = 6
26
- }
27
- export declare enum MediaOptions {
28
- 'Image' = "img",
29
- 'Video' = "iframe"
30
- }
31
- export declare enum CTAOptions {
32
- 'fill' = 0,
33
- 'outline' = 1,
34
- 'link' = 2,
35
- 'logo' = 3
36
- }
37
- export interface tileLabel {
38
- content: string;
39
- type: 'Label' | 'Numeric';
40
- textColor?: string;
41
- backgroundColor?: string;
42
- }
43
- export interface socialMedia {
44
- icon: Image;
45
- link: linkRef;
46
- }
47
- export interface Component {
48
- class?: string;
49
- }
50
- export interface ComponentPassthrough {
51
- headline?: string;
52
- subheadline?: string;
53
- description?: string;
54
- bodyCopy?: string;
55
- start?: string;
56
- center?: string;
57
- end?: string;
58
- container?: string;
59
- root?: string;
60
- item?: string;
61
- }
@@ -1,2 +0,0 @@
1
- import { linkRef } from '@/types';
2
- export declare const getTarget: (target: string, link: linkRef) => "_self" | "_blank" | undefined;