@cooperco/cooper-component-library 0.1.0 → 0.1.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.
Files changed (115) hide show
  1. package/dist/{component-lib.js → lib/component-lib.js} +1924 -1475
  2. package/dist/lib/component-lib.umd.cjs +98 -0
  3. package/{src/assets → dist/lib/css}/main.css +3 -2
  4. package/dist/lib/style.css +1 -0
  5. package/dist/lib/vite.svg +16 -0
  6. package/dist/types/App.vue.d.ts +2 -0
  7. package/dist/types/components/Accordion/Accordion.d.ts +17 -0
  8. package/dist/types/components/Accordion/Accordion.vue.d.ts +29 -0
  9. package/dist/types/components/Accordion/AccordionItem.d.ts +23 -0
  10. package/dist/types/components/Accordion/AccordionItem.vue.d.ts +30 -0
  11. package/dist/types/components/Accordion/AccordionListItem.vue.d.ts +12 -0
  12. package/dist/types/components/Accordion/AccordionTileItem.vue.d.ts +16 -0
  13. package/dist/types/components/CTA/CTA.d.ts +19 -0
  14. package/dist/types/components/CTA/CTA.vue.d.ts +12 -0
  15. package/dist/types/components/CarouselModule/CarouselModule.d.ts +24 -0
  16. package/dist/types/components/CarouselModule/CarouselModule.vue.d.ts +26 -0
  17. package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.d.ts +11 -0
  18. package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.vue.d.ts +12 -0
  19. package/dist/types/components/ContainerModule/ContainerModule.d.ts +26 -0
  20. package/dist/types/components/ContainerModule/ContainerModule.vue.d.ts +36 -0
  21. package/dist/types/components/ContentModule/ContentModule.d.ts +28 -0
  22. package/dist/types/components/ContentModule/ContentModule.vue.d.ts +29 -0
  23. package/dist/types/components/FooterNavigation/FooterNavigation.d.ts +12 -0
  24. package/dist/types/components/FooterNavigation/FooterNavigation.vue.d.ts +12 -0
  25. package/dist/types/components/Image/Image.d.ts +13 -0
  26. package/dist/types/components/Image/Image.vue.d.ts +26 -0
  27. package/dist/types/components/LogoCollectionModule/LogoCollectionModule.d.ts +10 -0
  28. package/dist/types/components/LogoCollectionModule/LogoCollectionModule.vue.d.ts +12 -0
  29. package/dist/types/components/NavigationElement/NavigationElement.d.ts +17 -0
  30. package/dist/types/components/NavigationElement/NavigationElement.vue.d.ts +12 -0
  31. package/dist/types/components/PrimaryNavigation/PrimaryNavigation.d.ts +11 -0
  32. package/dist/types/components/PrimaryNavigation/PrimaryNavigation.vue.d.ts +12 -0
  33. package/dist/types/components/SplitModule/SplitModule.d.ts +16 -0
  34. package/dist/types/components/SplitModule/SplitModule.vue.d.ts +12 -0
  35. package/dist/types/components/TestimonialModule/TestimonialModule.d.ts +21 -0
  36. package/dist/types/components/TestimonialModule/TestimonialModule.vue.d.ts +12 -0
  37. package/dist/types/components/TileCollectionModule/TileCollectionModule.d.ts +14 -0
  38. package/dist/types/components/TileCollectionModule/TileCollectionModule.vue.d.ts +12 -0
  39. package/dist/types/components/TileContent/TileContent.d.ts +53 -0
  40. package/dist/types/components/TileContent/TileContentIconTile.vue.d.ts +12 -0
  41. package/dist/types/components/TileContent/TileContentImageStackedAnimatedTile.vue.d.ts +12 -0
  42. package/dist/types/components/TileContent/TileContentImageTile.vue.d.ts +12 -0
  43. package/dist/types/components/TileContent/TileContentTextTile.vue.d.ts +12 -0
  44. package/dist/types/components/TileContent/TileContentVideoTile.vue.d.ts +12 -0
  45. package/dist/types/components/TileLabel/TileLabel.d.ts +13 -0
  46. package/dist/types/components/TileLabel/TileLabel.vue.d.ts +29 -0
  47. package/dist/types/components/Video/Video.d.ts +8 -0
  48. package/dist/types/components/Video/Video.vue.d.ts +26 -0
  49. package/dist/types/components/components.d.ts +23 -0
  50. package/dist/types/components/types.d.ts +16 -0
  51. package/dist/types/config/defaultPassthrough.d.ts +96 -0
  52. package/dist/types/index.d.ts +8 -0
  53. package/dist/types/init.d.ts +3 -0
  54. package/dist/types/pages/index.vue.d.ts +2 -0
  55. package/dist/types/router.d.ts +5 -0
  56. package/dist/types/types.d.ts +49 -0
  57. package/package.json +96 -93
  58. package/dist/component-lib.umd.cjs +0 -98
  59. package/src/components/Accordion/Accordion.ts +0 -20
  60. package/src/components/Accordion/Accordion.vue +0 -66
  61. package/src/components/Accordion/AccordionItem.ts +0 -25
  62. package/src/components/Accordion/AccordionItem.vue +0 -104
  63. package/src/components/Accordion/AccordionListItem.vue +0 -61
  64. package/src/components/Accordion/AccordionTileItem.vue +0 -75
  65. package/src/components/CTA/CTA.ts +0 -22
  66. package/src/components/CTA/CTA.vue +0 -65
  67. package/src/components/CarouselModule/CarouselModule.ts +0 -20
  68. package/src/components/CarouselModule/CarouselModule.vue +0 -64
  69. package/src/components/ContainerCollectionModule/ContainerCollectionModule.ts +0 -12
  70. package/src/components/ContainerCollectionModule/ContainerCollectionModule.vue +0 -42
  71. package/src/components/ContainerModule/ContainerModule.ts +0 -69
  72. package/src/components/ContainerModule/ContainerModule.vue +0 -113
  73. package/src/components/ContentModule/ContentModule.ts +0 -31
  74. package/src/components/ContentModule/ContentModule.vue +0 -65
  75. package/src/components/FooterNavigation/FooterNavigation.ts +0 -13
  76. package/src/components/FooterNavigation/FooterNavigation.vue +0 -59
  77. package/src/components/Image/Image.ts +0 -12
  78. package/src/components/Image/Image.vue +0 -17
  79. package/src/components/LogoCollectionModule/LogoCollectionModule.ts +0 -12
  80. package/src/components/LogoCollectionModule/LogoCollectionModule.vue +0 -40
  81. package/src/components/NavigationElement/NavigationElement.ts +0 -22
  82. package/src/components/NavigationElement/NavigationElement.vue +0 -101
  83. package/src/components/PrimaryNavigation/PrimaryNavigation.ts +0 -10
  84. package/src/components/PrimaryNavigation/PrimaryNavigation.vue +0 -71
  85. package/src/components/SplitModule/SplitModule.ts +0 -17
  86. package/src/components/SplitModule/SplitModule.vue +0 -57
  87. package/src/components/TestimonialModule/TestimonialModule.ts +0 -22
  88. package/src/components/TestimonialModule/TestimonialModule.vue +0 -51
  89. package/src/components/TileCollectionModule/TileCollectionModule.ts +0 -18
  90. package/src/components/TileCollectionModule/TileCollectionModule.vue +0 -58
  91. package/src/components/TileContent/TileContent.ts +0 -60
  92. package/src/components/TileContent/TileContent.vue +0 -116
  93. package/src/components/TileContent/TileContentIconTile.vue +0 -83
  94. package/src/components/TileContent/TileContentImageStackedAnimatedTile.vue +0 -121
  95. package/src/components/TileContent/TileContentImageTile.vue +0 -80
  96. package/src/components/TileContent/TileContentTextTile.vue +0 -63
  97. package/src/components/TileContent/TileContentVideoTile.vue +0 -81
  98. package/src/components/Video/Video.ts +0 -8
  99. package/src/components/Video/Video.vue +0 -18
  100. /package/{src/assets → dist/lib/css}/theme.css +0 -0
  101. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-Bold.woff +0 -0
  102. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-Bold.woff2 +0 -0
  103. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-LC-Bold.woff +0 -0
  104. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-LC-Bold.woff2 +0 -0
  105. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-LC-Regular.woff +0 -0
  106. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-LC-Regular.woff2 +0 -0
  107. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-Medium.woff +0 -0
  108. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-Medium.woff2 +0 -0
  109. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-Regular.woff +0 -0
  110. /package/{src/assets → dist/lib}/fonts/GT-Walsheim-Regular.woff2 +0 -0
  111. /package/{src/assets → dist/lib}/fonts/fonts.scss +0 -0
  112. /package/{src/assets → dist/lib}/fonts/notosanssc-bold-webfont.woff +0 -0
  113. /package/{src/assets → dist/lib}/fonts/notosanssc-bold-webfont.woff2 +0 -0
  114. /package/{src/assets → dist/lib}/fonts/notosanssc-regular-webfont.woff +0 -0
  115. /package/{src/assets → dist/lib}/fonts/notosanssc-regular-webfont.woff2 +0 -0
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"
2
+ xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257">
3
+ <defs>
4
+ <linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%">
5
+ <stop offset="0%" stop-color="#41D1FF"></stop>
6
+ <stop offset="100%" stop-color="#BD34FE"></stop>
7
+ </linearGradient>
8
+ <linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%">
9
+ <stop offset="0%" stop-color="#FFEA83"></stop>
10
+ <stop offset="8.333%" stop-color="#FFDD35"></stop>
11
+ <stop offset="100%" stop-color="#FFA800"></stop>
12
+ </linearGradient>
13
+ </defs>
14
+ <path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path>
15
+ <path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path>
16
+ </svg>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,17 @@
1
+ import { Component, ComponentPassthrough } from '../../types';
2
+ import { AccordionItem } from './AccordionItem';
3
+ import { Image } from '../Image/Image';
4
+ export interface AccordionPassthrough extends ComponentPassthrough {
5
+ imageIcon?: string;
6
+ }
7
+ export interface Accordion extends Component {
8
+ __typename?: 'Accordion';
9
+ modules: AccordionItem[];
10
+ headline?: string;
11
+ isChild?: boolean;
12
+ iconDefault?: string;
13
+ iconActive?: string;
14
+ type: 'List' | 'Tile';
15
+ pt?: AccordionPassthrough;
16
+ imageIcon?: Image;
17
+ }
@@ -0,0 +1,29 @@
1
+ import { type Accordion } from './Accordion';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Accordion>, {
3
+ iconDefault: string;
4
+ iconActive: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Accordion>, {
6
+ iconDefault: string;
7
+ iconActive: string;
8
+ }>>>, {
9
+ iconActive: string;
10
+ iconDefault: string;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,23 @@
1
+ import { Component, ComponentPassthrough } from '../../types';
2
+ import { Image } from '../Image/Image';
3
+ export interface AccordionItemPassthrough extends ComponentPassthrough {
4
+ icon?: string;
5
+ button?: string;
6
+ image?: string;
7
+ }
8
+ export interface AccordionItem extends Component {
9
+ __typename?: 'AccordionItem';
10
+ itemNumber?: number;
11
+ title?: string;
12
+ content?: string;
13
+ pt?: AccordionItemPassthrough;
14
+ isFirst?: boolean;
15
+ isLast?: boolean;
16
+ iconActive?: string;
17
+ iconDefault?: string;
18
+ totalItems?: number;
19
+ isListType?: boolean;
20
+ openAccordionIndex?: number | null;
21
+ toggleAccordion?: (index: number) => void;
22
+ Image?: Image;
23
+ }
@@ -0,0 +1,30 @@
1
+ import { type AccordionItem } from './AccordionItem';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<AccordionItem>, {
3
+ totalItems: number;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ toggleAccordion: (...args: any[]) => void;
6
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<AccordionItem>, {
7
+ totalItems: number;
8
+ }>>> & {
9
+ onToggleAccordion?: ((...args: any[]) => any) | undefined;
10
+ }, {
11
+ totalItems: number;
12
+ }, {}>;
13
+ export default _default;
14
+ type __VLS_WithDefaults<P, D> = {
15
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
+ default: D[K];
17
+ }> : P[K];
18
+ };
19
+ type __VLS_Prettify<T> = {
20
+ [K in keyof T]: T[K];
21
+ } & {};
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToOption<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
@@ -0,0 +1,12 @@
1
+ import { type AccordionItem } from './AccordionItem';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<AccordionItem>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<AccordionItem>>>, {}, {}>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,16 @@
1
+ import { type AccordionItem } from './AccordionItem';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<AccordionItem>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ toggleAccordion: (...args: any[]) => void;
4
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<AccordionItem>>> & {
5
+ onToggleAccordion?: ((...args: any[]) => any) | undefined;
6
+ }, {}, {}>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToOption<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
@@ -0,0 +1,19 @@
1
+ import { Component, URLRef } from '../../types';
2
+ import { Image } from '../Image/Image';
3
+ export interface CTAPassthrough {
4
+ logo?: string;
5
+ title?: string;
6
+ }
7
+ export interface CTA extends Component {
8
+ __typename?: 'CTA';
9
+ title: string;
10
+ url: URLRef;
11
+ color?: string;
12
+ textColor?: string;
13
+ buttonType: 'fill' | 'outline' | 'link' | 'logo';
14
+ Logo?: Image | string;
15
+ pt?: CTAPassthrough;
16
+ ariaLabel: string;
17
+ anchor?: string;
18
+ target?: string;
19
+ }
@@ -0,0 +1,12 @@
1
+ import { CTA } from './CTA';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<CTA>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<CTA>>>, {}, {}>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,24 @@
1
+ import { Component, ComponentPassthrough } from '../../types';
2
+ import { ContainerModule } from '../ContainerModule/ContainerModule';
3
+ import { TestimonialModule } from '../TestimonialModule/TestimonialModule';
4
+ import { TileContent } from '../TileContent/TileContent';
5
+ export interface CarouselPassthrough extends ComponentPassthrough {
6
+ item?: string;
7
+ indicators?: string;
8
+ indicatorbutton?: string;
9
+ indicator?: string;
10
+ itemscontainer?: string;
11
+ itemscontent?: string;
12
+ nextbutton?: string;
13
+ previousbutton?: string;
14
+ }
15
+ export interface Carousel extends Component {
16
+ __typename?: 'CarouselModule';
17
+ headline: string;
18
+ modules: (TestimonialModule | TileContent | ContainerModule)[];
19
+ textColor?: string;
20
+ backgroundColor?: string;
21
+ backgroundImage?: string;
22
+ pt?: CarouselPassthrough;
23
+ variant?: 'Hero' | 'Default';
24
+ }
@@ -0,0 +1,26 @@
1
+ import { Carousel as CarouselType } from './CarouselModule';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<CarouselType>, {
3
+ variant: string;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CarouselType>, {
5
+ variant: string;
6
+ }>>>, {
7
+ variant: "Hero" | "Default";
8
+ }, {}>;
9
+ export default _default;
10
+ type __VLS_WithDefaults<P, D> = {
11
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
12
+ default: D[K];
13
+ }> : P[K];
14
+ };
15
+ type __VLS_Prettify<T> = {
16
+ [K in keyof T]: T[K];
17
+ } & {};
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToOption<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
@@ -0,0 +1,11 @@
1
+ import { Component, ComponentPassthrough } from '../../types';
2
+ import { ContainerModule } from '../ContainerModule/ContainerModule';
3
+ import { SplitModule } from '../SplitModule/SplitModule';
4
+ export interface ContainerCollectionModule extends Component {
5
+ __typename?: 'ContainerCollection';
6
+ entryTitle?: string;
7
+ headline: string;
8
+ modules: Array<ContainerModule | SplitModule>;
9
+ backgroundColor?: string;
10
+ pt?: ComponentPassthrough;
11
+ }
@@ -0,0 +1,12 @@
1
+ import { ContainerCollectionModule } from './ContainerCollectionModule';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<ContainerCollectionModule>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<ContainerCollectionModule>>>, {}, {}>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,26 @@
1
+ import { Image } from '../Image/Image';
2
+ import { Video } from '../Video/Video';
3
+ import { Accordion } from '../Accordion/Accordion';
4
+ import { ContentModule } from '../ContentModule/ContentModule';
5
+ import { TestimonialModule } from '../TestimonialModule/TestimonialModule';
6
+ import { TileCollection } from '../TileCollectionModule/TileCollectionModule';
7
+ import { TileContent, TileContentIconTile, TileContentImageStackedAnimatedTile, TileContentImageTile, TileContentTextTile, TileContentVideoTile } from '../TileContent/TileContent';
8
+ import { Component, ComponentPassthrough } from '../../types';
9
+ export interface ContainerModulePassthrough extends ComponentPassthrough {
10
+ inner?: string;
11
+ fullWidthContent?: string;
12
+ }
13
+ export interface ContainerModule extends Component {
14
+ __typename?: 'ContainerModule';
15
+ headline: string;
16
+ subHeadline?: string;
17
+ fullWidthContent?: Image | Video | ContentModule | ContainerModule | TileCollection | TileContent | TileContentImageStackedAnimatedTile | TileContentIconTile | TileContentTextTile | TileContentImageTile | TileContentVideoTile | Accordion;
18
+ start?: Image | Video | ContentModule | TileCollection | TileContent | TileContentImageStackedAnimatedTile | TileContentIconTile | TileContentTextTile | TileContentImageTile | TileContentVideoTile | Accordion | TestimonialModule;
19
+ end?: Image | Video | ContentModule | TileCollection | TileContent | TileContentImageStackedAnimatedTile | TileContentIconTile | TileContentTextTile | TileContentImageTile | TileContentVideoTile | Accordion | TestimonialModule;
20
+ textColor?: string;
21
+ backgroundColor?: string;
22
+ backgroundImage?: string;
23
+ variant?: 'Centered' | 'Hero';
24
+ isChild?: boolean;
25
+ pt?: ContainerModulePassthrough;
26
+ }
@@ -0,0 +1,36 @@
1
+ import { ContainerModule as ContainerModuleType } from './ContainerModule';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ContainerModuleType>, {
3
+ isChild: boolean;
4
+ variant: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ContainerModuleType>, {
6
+ isChild: boolean;
7
+ variant: string;
8
+ }>>>, {
9
+ isChild: boolean;
10
+ variant: "Centered" | "Hero";
11
+ }, {}>, {
12
+ default?(_: {}): any;
13
+ }>;
14
+ export default _default;
15
+ type __VLS_WithDefaults<P, D> = {
16
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
17
+ default: D[K];
18
+ }> : P[K];
19
+ };
20
+ type __VLS_Prettify<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToOption<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: import('vue').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
@@ -0,0 +1,28 @@
1
+ import { Component, ComponentPassthrough } from '../../types';
2
+ import { CTA } from '../CTA/CTA';
3
+ import { Image } from '../Image/Image';
4
+ export interface ContentModulePassthrough extends ComponentPassthrough {
5
+ container?: string;
6
+ ctas?: string;
7
+ logo?: string;
8
+ subHeadline?: string;
9
+ }
10
+ export declare enum ContentModuleAligmentEnum {
11
+ Left = "left",
12
+ Center = "center",
13
+ Right = "right"
14
+ }
15
+ export interface ContentModule extends Component {
16
+ __typename?: 'ContentModule';
17
+ headline?: string;
18
+ subHeadline?: string;
19
+ description?: string;
20
+ ctas?: CTA[];
21
+ textColor?: string;
22
+ backgroundColor?: string;
23
+ pt?: ContentModulePassthrough;
24
+ logo?: Image;
25
+ isHero?: boolean;
26
+ alignment?: ContentModuleAligmentEnum;
27
+ isChild?: boolean;
28
+ }
@@ -0,0 +1,29 @@
1
+ import { ContentModule, ContentModuleAligmentEnum } from './ContentModule';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ContentModule>, {
3
+ isHero: boolean;
4
+ alignment: ContentModuleAligmentEnum;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ContentModule>, {
6
+ isHero: boolean;
7
+ alignment: ContentModuleAligmentEnum;
8
+ }>>>, {
9
+ isHero: boolean;
10
+ alignment: ContentModuleAligmentEnum;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,12 @@
1
+ import { socialMedia } from '../../types';
2
+ import { Image } from '../Image/Image';
3
+ import { NavigationElement } from '../NavigationElement/NavigationElement';
4
+ export interface FooterNavigation {
5
+ title?: string;
6
+ logo?: Image;
7
+ legalText?: string;
8
+ textColor?: string;
9
+ backgroundColor?: string;
10
+ navigation?: NavigationElement[];
11
+ socialMediaRef?: socialMedia[];
12
+ }
@@ -0,0 +1,12 @@
1
+ import { type FooterNavigation } from './FooterNavigation';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<FooterNavigation>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<FooterNavigation>>>, {}, {}>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,13 @@
1
+ import { Component } from '../../types';
2
+ export interface ImageMedia {
3
+ src: string;
4
+ height?: string | number;
5
+ width?: string | number;
6
+ }
7
+ export interface Image extends Component {
8
+ __typename?: 'Image';
9
+ entryTitle?: string;
10
+ media: ImageMedia;
11
+ altTag?: string;
12
+ isFullWidth?: boolean;
13
+ }
@@ -0,0 +1,26 @@
1
+ import { Image } from './Image';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Image>, {
3
+ isFullWidth: boolean;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Image>, {
5
+ isFullWidth: boolean;
6
+ }>>>, {
7
+ isFullWidth: boolean;
8
+ }, {}>;
9
+ export default _default;
10
+ type __VLS_WithDefaults<P, D> = {
11
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
12
+ default: D[K];
13
+ }> : P[K];
14
+ };
15
+ type __VLS_Prettify<T> = {
16
+ [K in keyof T]: T[K];
17
+ } & {};
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToOption<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
@@ -0,0 +1,10 @@
1
+ import { Component, ComponentPassthrough } from '../../types';
2
+ import { Image } from '../Image/Image';
3
+ export interface LogoCollectionModule extends Component {
4
+ __typename?: 'LogoCollectionModule';
5
+ headline: string;
6
+ modules: Image[];
7
+ textColor?: string;
8
+ backgroundColor?: string;
9
+ pt?: ComponentPassthrough;
10
+ }
@@ -0,0 +1,12 @@
1
+ import { LogoCollectionModule } from './LogoCollectionModule';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<LogoCollectionModule>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<LogoCollectionModule>>>, {}, {}>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,17 @@
1
+ import { Component, ComponentPassthrough, URLRef } from '../../types';
2
+ export interface NavigationElementPt extends ComponentPassthrough {
3
+ icon?: string;
4
+ }
5
+ export interface NavigationElement extends Component {
6
+ elementType?: 'header' | 'footer';
7
+ title?: string;
8
+ linkRef?: URLRef;
9
+ htmlRef?: string;
10
+ subNavigation?: NavigationElement[];
11
+ isChild?: boolean;
12
+ pt?: NavigationElementPt;
13
+ }
14
+ export declare enum NavigationElementType {
15
+ 'header' = 0,
16
+ 'footer' = 1
17
+ }
@@ -0,0 +1,12 @@
1
+ import { NavigationElement as NavigationElementT } from './NavigationElement';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<NavigationElementT>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<NavigationElementT>>>, {}, {}>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,11 @@
1
+ import { CTA } from '../CTA/CTA';
2
+ import { Image } from '../Image/Image';
3
+ import { NavigationElement } from '../NavigationElement/NavigationElement';
4
+ export interface PrimaryNavigation {
5
+ title?: string;
6
+ logo?: Image;
7
+ textColor?: string;
8
+ backgroundColor?: string;
9
+ navigation?: NavigationElement[];
10
+ ctas?: CTA[];
11
+ }
@@ -0,0 +1,12 @@
1
+ import { PrimaryNavigation } from './PrimaryNavigation';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<PrimaryNavigation>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<PrimaryNavigation>>>, {}, {}>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,16 @@
1
+ import { Image } from '../Image/Image';
2
+ import { ContentModule } from '../ContentModule/ContentModule';
3
+ import { Video } from '../Video/Video';
4
+ import { Component, ComponentPassthrough } from '../../types';
5
+ export interface SplitModule extends Component {
6
+ __typename?: 'SplitModule';
7
+ entryTitle?: string;
8
+ headline: string;
9
+ start?: Image | Video | ContentModule;
10
+ center?: Image | Video | ContentModule;
11
+ end?: Image | Video | ContentModule;
12
+ backgroundImage?: Image;
13
+ backgroundColor?: string;
14
+ pt?: ComponentPassthrough;
15
+ isChild?: boolean;
16
+ }
@@ -0,0 +1,12 @@
1
+ import { SplitModule } from './SplitModule';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<SplitModule>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<SplitModule>>>, {}, {}>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,21 @@
1
+ import { Component, ComponentPassthrough } from '../../types';
2
+ import { Image } from '../Image/Image';
3
+ import { Video } from '../Video/Video';
4
+ export interface TestimonialModulePassthrough extends ComponentPassthrough {
5
+ quote?: string;
6
+ author?: string;
7
+ details?: string;
8
+ media?: string;
9
+ text?: string;
10
+ }
11
+ export interface TestimonialModule extends Component {
12
+ __typename?: 'TestimonialModule';
13
+ headline?: string;
14
+ quote: string;
15
+ author?: string;
16
+ details?: string;
17
+ media?: Video | Image;
18
+ textColor?: string;
19
+ backgroundColor?: string;
20
+ pt?: TestimonialModulePassthrough;
21
+ }
@@ -0,0 +1,12 @@
1
+ import { TestimonialModule } from './TestimonialModule';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<TestimonialModule>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<TestimonialModule>>>, {}, {}>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,14 @@
1
+ import { Component, ComponentPassthrough } from '../../types';
2
+ import { TileContent } from '../TileContent/TileContent';
3
+ import { TileLabelType } from '../TileLabel/TileLabel';
4
+ export interface TileCollection extends Component {
5
+ __typename?: 'TileCollectionModule';
6
+ headline: string;
7
+ description?: string;
8
+ modules: TileContent[];
9
+ textColor?: string;
10
+ backgroundColor?: string;
11
+ tileLabelType?: TileLabelType;
12
+ variant: 'IconTile' | 'ImageTile' | 'VideoTile' | 'ImageStackedAnimatedTile' | 'TextTile';
13
+ pt?: ComponentPassthrough;
14
+ }