@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
@@ -121,8 +121,22 @@ div {
121
121
  text-align: left;
122
122
  }
123
123
 
124
- .content-module-body-copy table th:nth-child(2) {
125
- background-color: var(--hydrangea);
124
+
125
+ .content-module-body-copy table .table-highlighted-cell {
126
+ background-color: var(--hydrangea) !important;
127
+ color: var(--iris) !important;
128
+ font-family: 'GT-Walsheim-Bd';
129
+ font-weight: 700 !important;
130
+ }
131
+
132
+ .content-module-body-copy table .table-empty-row,
133
+ .content-module-body-copy table .table-empty-column {
134
+ background-color: var(--iris) !important;
135
+ /* keep text readable; override color if necessary */
136
+ color: white !important;
137
+ font-family: 'GT-Walsheim-Bd';
138
+ font-weight: 700 !important;
139
+ border-bottom: 1px solid rgb(0, 0, 0);
126
140
  }
127
141
 
128
142
  .content-module-body-copy table th:not(:last-child) {
@@ -148,9 +162,6 @@ div {
148
162
  text-align: left;
149
163
  }
150
164
 
151
- .content-module-body-copy table td:nth-child(2) {
152
- background-color: var(--hydrangea);
153
- }
154
165
 
155
166
  .content-module-body-copy table td:only-child {
156
167
  background-color: var(--iris);
@@ -190,9 +201,6 @@ div {
190
201
  --bullet-color: var(--rosemary);
191
202
  }
192
203
 
193
- .content-module-body-copy table td:nth-child(2) {
194
- --bullet-color: var(--iris);
195
- }
196
204
 
197
205
  .content-module-body-copy table td:nth-child(3),
198
206
  .content-module-body-copy table td:nth-child(4) {