@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.
- package/dist/cms/{contentful/migrations/scripts/0085-add-vertical-alignment-to-content-module.cjs → 0087-add-table-highlight-to-content-module.cjs} +8 -14
- package/dist/cms/containerModule.query.ts +3 -0
- package/dist/cms/contentModule.query.ts +1 -0
- package/dist/cms/{0085-add-vertical-alignment-to-content-module.cjs → contentful/migrations/scripts/0087-add-table-highlight-to-content-module.cjs} +8 -14
- package/dist/cms/contentful/queries/containerModule.query.js +3 -0
- package/dist/cms/contentful/queries/containerModule.query.ts +3 -0
- package/dist/cms/contentful/queries/contentModule.query.js +1 -0
- package/dist/cms/contentful/queries/contentModule.query.ts +1 -0
- package/dist/cms/migrations/scripts/{0085-add-vertical-alignment-to-content-module.cjs → 0087-add-table-highlight-to-content-module.cjs} +8 -14
- package/dist/cms/queries/containerModule.query.ts +3 -0
- package/dist/cms/queries/contentModule.query.ts +1 -0
- package/dist/cms/scripts/{0085-add-vertical-alignment-to-content-module.cjs → 0087-add-table-highlight-to-content-module.cjs} +8 -14
- package/dist/lib/component-lib.js +1860 -1795
- package/dist/lib/component-lib.umd.cjs +23 -23
- package/dist/lib/css/main.css +16 -8
- package/dist/lib/style.css +1 -1
- package/dist/types/src/components/ContentModule/ContentModule.d.ts +6 -0
- package/package.json +1 -1
- package/dist/cms/0058-update-cta.js +0 -16
- package/dist/cms/0059-update-navigation-element.js +0 -23
- package/dist/cms/0060-update-testimonial-module.js +0 -24
- package/dist/cms/0076-rename-image-to-media-tile-content.cjs +0 -34
- package/dist/cms/0077-add-feature-variant-to-container-module.cjs +0 -37
- package/dist/cms/contentful/graphql/queries/accordion.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/accordion.query.js +0 -19
- package/dist/cms/contentful/graphql/queries/carousel.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/carousel.query.js +0 -32
- package/dist/cms/contentful/graphql/queries/containerModule.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/containerModule.query.js +0 -140
- package/dist/cms/contentful/graphql/queries/contentModule.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/contentModule.query.js +0 -49
- package/dist/cms/contentful/graphql/queries/cta.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/cta.query.js +0 -10
- package/dist/cms/contentful/graphql/queries/footer.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/footer.query.js +0 -44
- package/dist/cms/contentful/graphql/queries/fragments.d.ts +0 -11
- package/dist/cms/contentful/graphql/queries/fragments.js +0 -172
- package/dist/cms/contentful/graphql/queries/header.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/header.query.js +0 -39
- package/dist/cms/contentful/graphql/queries/image.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/image.query.js +0 -10
- package/dist/cms/contentful/graphql/queries/index.d.ts +0 -18
- package/dist/cms/contentful/graphql/queries/index.js +0 -18
- package/dist/cms/contentful/graphql/queries/link.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/link.query.js +0 -10
- package/dist/cms/contentful/graphql/queries/logoCollection.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/logoCollection.query.js +0 -16
- package/dist/cms/contentful/graphql/queries/navigation.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/navigation.query.js +0 -10
- package/dist/cms/contentful/graphql/queries/page.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/page.query.js +0 -23
- package/dist/cms/contentful/graphql/queries/pageMetadata.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/pageMetadata.query.js +0 -16
- package/dist/cms/contentful/graphql/queries/productModule.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/productModule.query.js +0 -59
- package/dist/cms/contentful/graphql/queries/testimonial.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/testimonial.query.js +0 -23
- package/dist/cms/contentful/graphql/queries/tileCollection.query.d.ts +0 -4
- package/dist/cms/contentful/graphql/queries/tileCollection.query.js +0 -35
- package/dist/cms/contentful/graphql/queries/video.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/video.query.js +0 -11
- package/dist/cms/contentful/migrations/drafts/0058-update-cta.js +0 -16
- package/dist/cms/contentful/migrations/drafts/0059-update-navigation-element.js +0 -23
- package/dist/cms/contentful/migrations/drafts/create-hello-banner.cjs +0 -62
- package/dist/cms/contentful/migrations/scripts/0060-update-testimonial-module.js +0 -24
- package/dist/cms/contentful/migrations/scripts/0076-rename-image-to-media-tile-content.cjs +0 -34
- package/dist/cms/contentful/migrations/scripts/0077-add-feature-variant-to-container-module.cjs +0 -37
- package/dist/cms/create-hello-banner.cjs +0 -62
- package/dist/cms/drafts/0058-update-cta.js +0 -16
- package/dist/cms/drafts/0059-update-navigation-element.js +0 -23
- package/dist/cms/drafts/create-hello-banner.cjs +0 -62
- package/dist/cms/migrations/drafts/0058-update-cta.js +0 -16
- package/dist/cms/migrations/drafts/0059-update-navigation-element.js +0 -23
- package/dist/cms/migrations/drafts/create-hello-banner.cjs +0 -62
- package/dist/cms/migrations/scripts/0060-update-testimonial-module.js +0 -24
- package/dist/cms/migrations/scripts/0076-rename-image-to-media-tile-content.cjs +0 -34
- package/dist/cms/migrations/scripts/0077-add-feature-variant-to-container-module.cjs +0 -37
- package/dist/cms/scripts/0060-update-testimonial-module.js +0 -24
- package/dist/cms/scripts/0076-rename-image-to-media-tile-content.cjs +0 -34
- package/dist/cms/scripts/0077-add-feature-variant-to-container-module.cjs +0 -37
- package/dist/types/App.vue.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/accordion.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/carousel.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/containerModule.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/contentModule.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/cta.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/footer.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/fragments.d.ts +0 -11
- package/dist/types/cms/contentful/graphql/queries/header.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/image.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/index.d.ts +0 -18
- package/dist/types/cms/contentful/graphql/queries/link.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/logoCollection.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/navigation.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/page.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/pageMetadata.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/productModule.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/testimonial.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/tileCollection.query.d.ts +0 -4
- package/dist/types/cms/contentful/graphql/queries/video.query.d.ts +0 -2
- package/dist/types/components/Accordion/Accordion.d.ts +0 -19
- package/dist/types/components/Accordion/Accordion.vue.d.ts +0 -5
- package/dist/types/components/Accordion/AccordionItem.d.ts +0 -24
- package/dist/types/components/Accordion/AccordionItem.vue.d.ts +0 -9
- package/dist/types/components/Accordion/AccordionListItem.vue.d.ts +0 -3
- package/dist/types/components/Accordion/AccordionTileItem.vue.d.ts +0 -7
- package/dist/types/components/AnimationWrapper/AnimationWrapper.d.ts +0 -7
- package/dist/types/components/AnimationWrapper/AnimationWrapper.vue.d.ts +0 -10
- package/dist/types/components/CTA/CTA.d.ts +0 -25
- package/dist/types/components/CTA/CTA.vue.d.ts +0 -7
- package/dist/types/components/CarouselModule/CarouselModule.d.ts +0 -22
- package/dist/types/components/CarouselModule/CarouselModule.vue.d.ts +0 -5
- package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.d.ts +0 -10
- package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.vue.d.ts +0 -3
- package/dist/types/components/ContainerModule/ContainerModule.d.ts +0 -29
- package/dist/types/components/ContainerModule/ContainerModule.vue.d.ts +0 -14
- package/dist/types/components/ContentModule/ContentModule.d.ts +0 -31
- package/dist/types/components/ContentModule/ContentModule.vue.d.ts +0 -7
- package/dist/types/components/Footer/FooterCopyright/FooterCopyright.d.ts +0 -10
- package/dist/types/components/Footer/FooterCopyright/FooterCopyright.vue.d.ts +0 -3
- package/dist/types/components/Footer/FooterNavigation/FooterNavigation.d.ts +0 -14
- package/dist/types/components/Footer/FooterNavigation/FooterNavigation.vue.d.ts +0 -3
- package/dist/types/components/Footer/SocialMediaRef/SocialMediaRef.d.ts +0 -4
- package/dist/types/components/Footer/SocialMediaRef/SocialMediaRef.vue.d.ts +0 -3
- package/dist/types/components/Image/Image.d.ts +0 -15
- package/dist/types/components/Image/Image.vue.d.ts +0 -6
- package/dist/types/components/LogoCollectionModule/LogoCollectionModule.d.ts +0 -9
- package/dist/types/components/LogoCollectionModule/LogoCollectionModule.vue.d.ts +0 -3
- package/dist/types/components/NavigationElement/NavigationElement.d.ts +0 -20
- package/dist/types/components/NavigationElement/NavigationElement.vue.d.ts +0 -3
- package/dist/types/components/PrimaryNavigation/PrimaryNavigation.d.ts +0 -10
- package/dist/types/components/PrimaryNavigation/PrimaryNavigation.vue.d.ts +0 -9
- package/dist/types/components/SplitModule/SplitModule.d.ts +0 -16
- package/dist/types/components/SplitModule/SplitModule.vue.d.ts +0 -3
- package/dist/types/components/TestimonialModule/TestimonialModule.d.ts +0 -21
- package/dist/types/components/TestimonialModule/TestimonialModule.vue.d.ts +0 -3
- package/dist/types/components/TileCollectionModule/TileCollectionModule.d.ts +0 -18
- package/dist/types/components/TileCollectionModule/TileCollectionModule.vue.d.ts +0 -6
- package/dist/types/components/TileContent/TileContent.d.ts +0 -55
- package/dist/types/components/TileContent/TileContentIconTile.vue.d.ts +0 -5
- package/dist/types/components/TileContent/TileContentImageStackedAnimatedTile.vue.d.ts +0 -3
- package/dist/types/components/TileContent/TileContentImageTile.vue.d.ts +0 -5
- package/dist/types/components/TileContent/TileContentTextTile.vue.d.ts +0 -5
- package/dist/types/components/TileContent/TileContentVideoTile.vue.d.ts +0 -5
- package/dist/types/components/TileLabel/TileLabel.d.ts +0 -14
- package/dist/types/components/TileLabel/TileLabel.vue.d.ts +0 -6
- package/dist/types/components/Video/Video.d.ts +0 -7
- package/dist/types/components/Video/Video.vue.d.ts +0 -3
- package/dist/types/components/components.d.ts +0 -26
- package/dist/types/components/types.d.ts +0 -19
- package/dist/types/config/colorPalettes.d.ts +0 -59
- package/dist/types/config/defaultPassthrough/config.d.ts +0 -3
- package/dist/types/config/defaultPassthrough/index.d.ts +0 -67
- package/dist/types/config/defaultPassthrough/types.d.ts +0 -51
- package/dist/types/index.d.ts +0 -13
- package/dist/types/init.d.ts +0 -3
- package/dist/types/pages/index.vue.d.ts +0 -2
- package/dist/types/router.d.ts +0 -5
- package/dist/types/src/components/HelloBar/HelloBar.d.ts +0 -23
- package/dist/types/src/components/HelloBar/HelloBar.vue.d.ts +0 -3
- package/dist/types/src/components/_internal/SimpleCard.vue.d.ts +0 -16
- package/dist/types/src/components/_internal/SimpleCarousel.vue.d.ts +0 -63
- package/dist/types/src/config/defaultPassthrough/ChartModulePt.d.ts +0 -1
- package/dist/types/types.d.ts +0 -61
- package/dist/types/utils/getTarget.d.ts +0 -2
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
const addEntryNameField = require('../helpers/addEntryNameField.cjs')
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
// @ts-check
|
|
5
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
6
|
-
up: async function (migration) {
|
|
7
|
-
const helloBanner = migration.createContentType('helloBanner', {
|
|
8
|
-
name: 'Hello Banner',
|
|
9
|
-
displayField: 'entryName',
|
|
10
|
-
description: 'Manage the hello banner component',
|
|
11
|
-
})
|
|
12
|
-
|
|
13
|
-
// Add required entryName field
|
|
14
|
-
addEntryNameField(helloBanner)
|
|
15
|
-
|
|
16
|
-
// Active field
|
|
17
|
-
helloBanner
|
|
18
|
-
.createField('active')
|
|
19
|
-
.name('Active')
|
|
20
|
-
.type('Boolean')
|
|
21
|
-
.required(true)
|
|
22
|
-
.defaultValue({ 'en-US': false })
|
|
23
|
-
helloBanner.changeFieldControl('active', 'builtin', 'boolean', {
|
|
24
|
-
helpText: 'Toggle to show/hide the hello banner',
|
|
25
|
-
})
|
|
26
|
-
|
|
27
|
-
// Full Copy field
|
|
28
|
-
helloBanner
|
|
29
|
-
.createField('fullCopy')
|
|
30
|
-
.name('Full Copy')
|
|
31
|
-
.type('Text')
|
|
32
|
-
.required(true)
|
|
33
|
-
helloBanner.changeFieldControl('fullCopy', 'builtin', 'multipleLine', {
|
|
34
|
-
helpText: 'Main promotional text displayed on desktop and mobile expanded',
|
|
35
|
-
})
|
|
36
|
-
|
|
37
|
-
// Mobile Collapsed field
|
|
38
|
-
helloBanner
|
|
39
|
-
.createField('mobileCollapsed')
|
|
40
|
-
.name('Mobile Collapsed')
|
|
41
|
-
.type('Symbol')
|
|
42
|
-
.required(true)
|
|
43
|
-
helloBanner.changeFieldControl('mobileCollapsed', 'builtin', 'singleLine', {
|
|
44
|
-
helpText: 'Text displayed when the hello banner is collapsed on mobile devices',
|
|
45
|
-
})
|
|
46
|
-
|
|
47
|
-
// CTA reference
|
|
48
|
-
helloBanner.createField('cta', {
|
|
49
|
-
name: 'CTA',
|
|
50
|
-
type: 'Link',
|
|
51
|
-
linkType: 'Entry',
|
|
52
|
-
required: false,
|
|
53
|
-
validations: [{ linkContentType: ['cta'] }],
|
|
54
|
-
})
|
|
55
|
-
helloBanner.changeFieldControl('cta', 'builtin', 'entryLinkEditor', {
|
|
56
|
-
helpText: 'Call-to-action button or link',
|
|
57
|
-
})
|
|
58
|
-
},
|
|
59
|
-
down: async function (migration) {
|
|
60
|
-
await migration.deleteContentType('helloBanner')
|
|
61
|
-
},
|
|
62
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
3
|
-
up: function (migration) {
|
|
4
|
-
const cta = migration.editContentType('cta')
|
|
5
|
-
|
|
6
|
-
cta.createField('highlighted', {
|
|
7
|
-
name: 'Highlighted',
|
|
8
|
-
type: 'Boolean',
|
|
9
|
-
defaultValue: false,
|
|
10
|
-
})
|
|
11
|
-
},
|
|
12
|
-
down: function (migration) {
|
|
13
|
-
const cta = migration.editContentType('cta')
|
|
14
|
-
cta.deleteField('highlighted')
|
|
15
|
-
},
|
|
16
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
3
|
-
up: function (migration) {
|
|
4
|
-
const navigationElement = migration.editContentType('navigationElement')
|
|
5
|
-
|
|
6
|
-
navigationElement.createField('highlighted', {
|
|
7
|
-
name: 'Highlighted',
|
|
8
|
-
type: 'Boolean',
|
|
9
|
-
defaultValue: false,
|
|
10
|
-
})
|
|
11
|
-
|
|
12
|
-
navigationElement.createField('expandedMobile', {
|
|
13
|
-
name: 'Expanded Mobile',
|
|
14
|
-
type: 'Boolean',
|
|
15
|
-
defaultValue: false,
|
|
16
|
-
})
|
|
17
|
-
},
|
|
18
|
-
down: function (migration) {
|
|
19
|
-
const navigationElement = migration.editContentType('navigationElement')
|
|
20
|
-
navigationElement.deleteField('highlighted')
|
|
21
|
-
navigationElement.deleteField('expandedMobile')
|
|
22
|
-
},
|
|
23
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
const addEntryNameField = require('../helpers/addEntryNameField.cjs')
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
// @ts-check
|
|
5
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
6
|
-
up: async function (migration) {
|
|
7
|
-
const helloBanner = migration.createContentType('helloBanner', {
|
|
8
|
-
name: 'Hello Banner',
|
|
9
|
-
displayField: 'entryName',
|
|
10
|
-
description: 'Manage the hello banner component',
|
|
11
|
-
})
|
|
12
|
-
|
|
13
|
-
// Add required entryName field
|
|
14
|
-
addEntryNameField(helloBanner)
|
|
15
|
-
|
|
16
|
-
// Active field
|
|
17
|
-
helloBanner
|
|
18
|
-
.createField('active')
|
|
19
|
-
.name('Active')
|
|
20
|
-
.type('Boolean')
|
|
21
|
-
.required(true)
|
|
22
|
-
.defaultValue({ 'en-US': false })
|
|
23
|
-
helloBanner.changeFieldControl('active', 'builtin', 'boolean', {
|
|
24
|
-
helpText: 'Toggle to show/hide the hello banner',
|
|
25
|
-
})
|
|
26
|
-
|
|
27
|
-
// Full Copy field
|
|
28
|
-
helloBanner
|
|
29
|
-
.createField('fullCopy')
|
|
30
|
-
.name('Full Copy')
|
|
31
|
-
.type('Text')
|
|
32
|
-
.required(true)
|
|
33
|
-
helloBanner.changeFieldControl('fullCopy', 'builtin', 'multipleLine', {
|
|
34
|
-
helpText: 'Main promotional text displayed on desktop and mobile expanded',
|
|
35
|
-
})
|
|
36
|
-
|
|
37
|
-
// Mobile Collapsed field
|
|
38
|
-
helloBanner
|
|
39
|
-
.createField('mobileCollapsed')
|
|
40
|
-
.name('Mobile Collapsed')
|
|
41
|
-
.type('Symbol')
|
|
42
|
-
.required(true)
|
|
43
|
-
helloBanner.changeFieldControl('mobileCollapsed', 'builtin', 'singleLine', {
|
|
44
|
-
helpText: 'Text displayed when the hello banner is collapsed on mobile devices',
|
|
45
|
-
})
|
|
46
|
-
|
|
47
|
-
// CTA reference
|
|
48
|
-
helloBanner.createField('cta', {
|
|
49
|
-
name: 'CTA',
|
|
50
|
-
type: 'Link',
|
|
51
|
-
linkType: 'Entry',
|
|
52
|
-
required: false,
|
|
53
|
-
validations: [{ linkContentType: ['cta'] }],
|
|
54
|
-
})
|
|
55
|
-
helloBanner.changeFieldControl('cta', 'builtin', 'entryLinkEditor', {
|
|
56
|
-
helpText: 'Call-to-action button or link',
|
|
57
|
-
})
|
|
58
|
-
},
|
|
59
|
-
down: async function (migration) {
|
|
60
|
-
await migration.deleteContentType('helloBanner')
|
|
61
|
-
},
|
|
62
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
// @ts-check
|
|
3
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
-
up: async function (migration) {
|
|
5
|
-
const testimonialModule = migration.editContentType('testimonialModule')
|
|
6
|
-
|
|
7
|
-
testimonialModule.createField('mediaPosition', {
|
|
8
|
-
name: 'Media Position',
|
|
9
|
-
type: 'Symbol',
|
|
10
|
-
defaultValue: {
|
|
11
|
-
'en-US': 'Left',
|
|
12
|
-
},
|
|
13
|
-
validations: [
|
|
14
|
-
{
|
|
15
|
-
in: ['Left', 'Right'],
|
|
16
|
-
},
|
|
17
|
-
],
|
|
18
|
-
})
|
|
19
|
-
},
|
|
20
|
-
down: async function (migration) {
|
|
21
|
-
const testimonialModule = migration.editContentType('testimonialModule')
|
|
22
|
-
testimonialModule.deleteField('mediaPosition')
|
|
23
|
-
},
|
|
24
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
// @ts-check
|
|
3
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
-
up: function (migration) {
|
|
5
|
-
const tileContent = migration.editContentType('tileContent')
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
// Create the new media field with support for both image and video
|
|
9
|
-
tileContent.editField('image', {
|
|
10
|
-
name: 'Media',
|
|
11
|
-
type: 'Link',
|
|
12
|
-
linkType: 'Entry',
|
|
13
|
-
required: false,
|
|
14
|
-
validations: [{ linkContentType: ['image', 'video'] }],
|
|
15
|
-
})
|
|
16
|
-
|
|
17
|
-
},
|
|
18
|
-
|
|
19
|
-
// @ts-check
|
|
20
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
21
|
-
down: async function (migration) {
|
|
22
|
-
const tileContent = migration.editContentType('tileContent')
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
// Restore the old image field
|
|
26
|
-
tileContent.editField('image', {
|
|
27
|
-
name: 'Image',
|
|
28
|
-
type: 'Link',
|
|
29
|
-
linkType: 'Entry',
|
|
30
|
-
required: false,
|
|
31
|
-
validations: [{ linkContentType: ['image'] }],
|
|
32
|
-
})
|
|
33
|
-
},
|
|
34
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
// @ts-check
|
|
3
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
-
up: function (migration) {
|
|
5
|
-
const containerModule = migration.editContentType('containerModule')
|
|
6
|
-
containerModule.editField('variant').items({
|
|
7
|
-
type: 'Symbol',
|
|
8
|
-
validations: [
|
|
9
|
-
{
|
|
10
|
-
in: ['Hero', 'Centered', 'Feature'],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
})
|
|
14
|
-
containerModule.changeFieldControl('variant', 'builtin', 'checkbox', {
|
|
15
|
-
helpText:
|
|
16
|
-
'Determines layout style. Hero: full-bleed page hero with h1. Centered: standard centered layout. Feature: 50/50 split with flush image, stacks at tablet.',
|
|
17
|
-
})
|
|
18
|
-
},
|
|
19
|
-
|
|
20
|
-
// @ts-check
|
|
21
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
22
|
-
down: async function (migration) {
|
|
23
|
-
const containerModule = migration.editContentType('containerModule')
|
|
24
|
-
containerModule.editField('variant').items({
|
|
25
|
-
type: 'Symbol',
|
|
26
|
-
validations: [
|
|
27
|
-
{
|
|
28
|
-
in: ['Hero', 'Centered'],
|
|
29
|
-
},
|
|
30
|
-
],
|
|
31
|
-
})
|
|
32
|
-
containerModule.changeFieldControl('variant', 'builtin', 'checkbox', {
|
|
33
|
-
helpText:
|
|
34
|
-
'Determines Text size and alignment will be top left unless centered is selected as well',
|
|
35
|
-
})
|
|
36
|
-
},
|
|
37
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
// @ts-check
|
|
3
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
-
up: async function (migration) {
|
|
5
|
-
const testimonialModule = migration.editContentType('testimonialModule')
|
|
6
|
-
|
|
7
|
-
testimonialModule.createField('mediaPosition', {
|
|
8
|
-
name: 'Media Position',
|
|
9
|
-
type: 'Symbol',
|
|
10
|
-
defaultValue: {
|
|
11
|
-
'en-US': 'Left',
|
|
12
|
-
},
|
|
13
|
-
validations: [
|
|
14
|
-
{
|
|
15
|
-
in: ['Left', 'Right'],
|
|
16
|
-
},
|
|
17
|
-
],
|
|
18
|
-
})
|
|
19
|
-
},
|
|
20
|
-
down: async function (migration) {
|
|
21
|
-
const testimonialModule = migration.editContentType('testimonialModule')
|
|
22
|
-
testimonialModule.deleteField('mediaPosition')
|
|
23
|
-
},
|
|
24
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
// @ts-check
|
|
3
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
-
up: function (migration) {
|
|
5
|
-
const tileContent = migration.editContentType('tileContent')
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
// Create the new media field with support for both image and video
|
|
9
|
-
tileContent.editField('image', {
|
|
10
|
-
name: 'Media',
|
|
11
|
-
type: 'Link',
|
|
12
|
-
linkType: 'Entry',
|
|
13
|
-
required: false,
|
|
14
|
-
validations: [{ linkContentType: ['image', 'video'] }],
|
|
15
|
-
})
|
|
16
|
-
|
|
17
|
-
},
|
|
18
|
-
|
|
19
|
-
// @ts-check
|
|
20
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
21
|
-
down: async function (migration) {
|
|
22
|
-
const tileContent = migration.editContentType('tileContent')
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
// Restore the old image field
|
|
26
|
-
tileContent.editField('image', {
|
|
27
|
-
name: 'Image',
|
|
28
|
-
type: 'Link',
|
|
29
|
-
linkType: 'Entry',
|
|
30
|
-
required: false,
|
|
31
|
-
validations: [{ linkContentType: ['image'] }],
|
|
32
|
-
})
|
|
33
|
-
},
|
|
34
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
// @ts-check
|
|
3
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
4
|
-
up: function (migration) {
|
|
5
|
-
const containerModule = migration.editContentType('containerModule')
|
|
6
|
-
containerModule.editField('variant').items({
|
|
7
|
-
type: 'Symbol',
|
|
8
|
-
validations: [
|
|
9
|
-
{
|
|
10
|
-
in: ['Hero', 'Centered', 'Feature'],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
})
|
|
14
|
-
containerModule.changeFieldControl('variant', 'builtin', 'checkbox', {
|
|
15
|
-
helpText:
|
|
16
|
-
'Determines layout style. Hero: full-bleed page hero with h1. Centered: standard centered layout. Feature: 50/50 split with flush image, stacks at tablet.',
|
|
17
|
-
})
|
|
18
|
-
},
|
|
19
|
-
|
|
20
|
-
// @ts-check
|
|
21
|
-
/** @type { import('contentful-migration').MigrationFunction } */
|
|
22
|
-
down: async function (migration) {
|
|
23
|
-
const containerModule = migration.editContentType('containerModule')
|
|
24
|
-
containerModule.editField('variant').items({
|
|
25
|
-
type: 'Symbol',
|
|
26
|
-
validations: [
|
|
27
|
-
{
|
|
28
|
-
in: ['Hero', 'Centered'],
|
|
29
|
-
},
|
|
30
|
-
],
|
|
31
|
-
})
|
|
32
|
-
containerModule.changeFieldControl('variant', 'builtin', 'checkbox', {
|
|
33
|
-
helpText:
|
|
34
|
-
'Determines Text size and alignment will be top left unless centered is selected as well',
|
|
35
|
-
})
|
|
36
|
-
},
|
|
37
|
-
}
|
package/dist/types/App.vue.d.ts
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<any, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { DocumentNode } from 'graphql';
|
|
2
|
-
export declare const imageFragment: DocumentNode;
|
|
3
|
-
export declare const videoFragment: DocumentNode;
|
|
4
|
-
export declare const metaDataFragment: DocumentNode;
|
|
5
|
-
export declare const accordionItemFragment: DocumentNode;
|
|
6
|
-
export declare const linkFragment: DocumentNode;
|
|
7
|
-
export declare const ctaFragment: DocumentNode;
|
|
8
|
-
export declare const tileLabelFragment: DocumentNode;
|
|
9
|
-
export declare const tileContentFragment: DocumentNode;
|
|
10
|
-
export declare const socialMediaFragment: DocumentNode;
|
|
11
|
-
export declare const navigationElementFragment: DocumentNode;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export * from './fragments.js';
|
|
2
|
-
export * from './accordion.query.js';
|
|
3
|
-
export * from './carousel.query.js';
|
|
4
|
-
export * from './containerModule.query.js';
|
|
5
|
-
export * from './contentModule.query.js';
|
|
6
|
-
export * from './cta.query.js';
|
|
7
|
-
export * from './footer.query.js';
|
|
8
|
-
export * from './header.query.js';
|
|
9
|
-
export * from './image.query.js';
|
|
10
|
-
export * from './link.query.js';
|
|
11
|
-
export * from './logoCollection.query.js';
|
|
12
|
-
export * from './navigation.query.js';
|
|
13
|
-
export * from './page.query.js';
|
|
14
|
-
export * from './pageMetadata.query.js';
|
|
15
|
-
export * from './productModule.query.js';
|
|
16
|
-
export * from './testimonial.query.js';
|
|
17
|
-
export * from './tileCollection.query.js';
|
|
18
|
-
export * from './video.query.js';
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
type: 'List' | 'Tile';
|
|
13
|
-
backgroundColor?: string;
|
|
14
|
-
parentBackgroundColor?: string;
|
|
15
|
-
pt?: AccordionPassthrough;
|
|
16
|
-
imageIcon?: Image;
|
|
17
|
-
loadMoreButtonTitle?: string;
|
|
18
|
-
startOpen?: boolean;
|
|
19
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type Accordion } from './Accordion';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<Accordion, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Accordion> & Readonly<{}>, {
|
|
3
|
-
startOpen: boolean;
|
|
4
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
-
export default _default;
|
|
@@ -1,24 +0,0 @@
|
|
|
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
|
-
headline?: string;
|
|
12
|
-
bodyCopy?: 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
|
-
backgroundColor?: string;
|
|
24
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type AccordionItem } from './AccordionItem';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<AccordionItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
toggleAccordion: (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<AccordionItem> & Readonly<{
|
|
5
|
-
onToggleAccordion?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
totalItems: number;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type AccordionItem } from './AccordionItem';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<AccordionItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionItem> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type AccordionItem } from './AccordionItem';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<AccordionItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
toggleAccordion: (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<AccordionItem> & Readonly<{
|
|
5
|
-
onToggleAccordion?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AnimationWrapper } from './AnimationWrapper';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<AnimationWrapper, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AnimationWrapper> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
3
|
-
default?(_: {}): any;
|
|
4
|
-
}>;
|
|
5
|
-
export default _default;
|
|
6
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
|
-
new (): {
|
|
8
|
-
$slots: S;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Component, linkRef, ctaActionRef } from '../../types';
|
|
2
|
-
import { Image } from '../Image/Image';
|
|
3
|
-
export interface CTAPassthrough {
|
|
4
|
-
logo?: string;
|
|
5
|
-
headline?: string;
|
|
6
|
-
root?: string;
|
|
7
|
-
}
|
|
8
|
-
export interface CTA extends Component {
|
|
9
|
-
__typename?: 'CTA';
|
|
10
|
-
title: string;
|
|
11
|
-
link: linkRef;
|
|
12
|
-
color?: string;
|
|
13
|
-
textColor?: string;
|
|
14
|
-
backgroundColor?: string;
|
|
15
|
-
buttonType: 'fill' | 'outline' | 'link' | 'logo';
|
|
16
|
-
logo?: Image | string;
|
|
17
|
-
pt?: CTAPassthrough;
|
|
18
|
-
ariaLabel?: string;
|
|
19
|
-
ariaDescription?: string;
|
|
20
|
-
anchor?: string;
|
|
21
|
-
target?: string;
|
|
22
|
-
size?: 'sm' | 'lg' | 'xl' | 'xxl';
|
|
23
|
-
ctaAction?: ctaActionRef;
|
|
24
|
-
onClick?: () => void;
|
|
25
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { CTA } from './CTA';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<CTA, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
trigger: (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<CTA> & Readonly<{
|
|
5
|
-
onTrigger?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,22 +0,0 @@
|
|
|
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
|
-
carouselItems: (TestimonialModule | TileContent | ContainerModule)[];
|
|
19
|
-
backgroundColor?: string;
|
|
20
|
-
pt?: CarouselPassthrough;
|
|
21
|
-
variant?: 'Hero' | 'Default';
|
|
22
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { Carousel as CarouselType } from './CarouselModule';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<CarouselType, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CarouselType> & Readonly<{}>, {
|
|
3
|
-
variant: "Hero" | "Default";
|
|
4
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
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
|
-
headline?: string;
|
|
7
|
-
modules: Array<ContainerModule | SplitModule>;
|
|
8
|
-
backgroundColor?: string;
|
|
9
|
-
pt?: ComponentPassthrough;
|
|
10
|
-
}
|