@ptcwebops/ptcw-design 6.4.1 → 6.4.2-beta

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 (514) hide show
  1. package/dist/cjs/blog-detail-content_2.cjs.entry.js +1 -1
  2. package/dist/cjs/blog-detail-layout.cjs.entry.js +1 -1
  3. package/dist/cjs/blogs-search-section.cjs.entry.js +5 -2
  4. package/dist/cjs/{component-35540bfb.js → component-6a178a16.js} +2643 -832
  5. package/dist/cjs/dynamic-box-bundle.cjs.entry.js +3 -1
  6. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  7. package/dist/cjs/homepage-jumbotron.cjs.entry.js +1 -1
  8. package/dist/cjs/homepage-toggled-content.cjs.entry.js +4 -2
  9. package/dist/cjs/{icon-asset_2.cjs.entry.js → icon-asset.cjs.entry.js} +0 -89
  10. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/cjs/modal-form-example.cjs.entry.js +109 -0
  13. package/dist/cjs/most-popular-news.cjs.entry.js +1 -1
  14. package/dist/cjs/my-component.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-accordion-item.cjs.entry.js +1 -1
  16. package/dist/cjs/ptc-announcement.cjs.entry.js +2 -1
  17. package/dist/cjs/ptc-background-video.cjs.entry.js +67 -21
  18. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  19. package/dist/cjs/ptc-button_5.cjs.entry.js +597 -0
  20. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +3 -1
  21. package/dist/cjs/ptc-card_2.cjs.entry.js +4 -3
  22. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  23. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +24 -24
  24. package/dist/cjs/ptc-collapse-list.cjs.entry.js +1 -1
  25. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -2
  26. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  27. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  28. package/dist/cjs/{ptc-form-checkbox_2.cjs.entry.js → ptc-form-checkbox_4.cjs.entry.js} +724 -6
  29. package/dist/cjs/ptc-homepage-image-feature.cjs.entry.js +1 -1
  30. package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +1 -1
  31. package/dist/cjs/ptc-icon-card.cjs.entry.js +1 -1
  32. package/dist/cjs/ptc-img.cjs.entry.js +87 -7
  33. package/dist/cjs/ptc-jumbotron.cjs.entry.js +11 -5
  34. package/dist/cjs/ptc-link.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-media-card.cjs.entry.js +1 -1
  36. package/dist/cjs/ptc-modal-quiz.cjs.entry.js +4 -1
  37. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  38. package/dist/cjs/ptc-preloader.cjs.entry.js +1 -1
  39. package/dist/cjs/ptc-previous-url.cjs.entry.js +11 -2
  40. package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +27 -11
  41. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +2 -2
  42. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  43. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  44. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  45. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  46. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  47. package/dist/cjs/ptc-search-field.cjs.entry.js +95 -0
  48. package/dist/cjs/ptc-social-icons-footer.cjs.entry.js +1 -1
  49. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  50. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  51. package/dist/cjs/ptc-white-paper.cjs.entry.js +19 -9
  52. package/dist/cjs/ptcw-design.cjs.js +1 -1
  53. package/dist/cjs/{utils-b63aef52.js → utils-0ff09a53.js} +13 -0
  54. package/dist/collection/collection-manifest.json +1 -0
  55. package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +3 -1
  56. package/dist/collection/components/icon-asset/media/designer-v6.0.7.svg +30 -2
  57. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +24 -0
  58. package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.js +4 -1
  59. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +5 -4
  60. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +26 -0
  61. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +114 -0
  62. package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.js +3 -1
  63. package/dist/collection/components/ptc-announcement/ptc-announcement.js +2 -1
  64. package/dist/collection/components/ptc-background-video/ptc-background-video.css +21 -0
  65. package/dist/collection/components/ptc-background-video/ptc-background-video.js +73 -31
  66. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +24 -0
  67. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +3 -1
  68. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +24 -0
  69. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +24 -0
  70. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +24 -0
  71. package/dist/collection/components/ptc-img/ptc-img.css +76 -0
  72. package/dist/collection/components/ptc-img/ptc-img.js +132 -7
  73. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +24 -0
  74. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +28 -4
  75. package/dist/collection/components/ptc-modal/ptc-modal.css +4 -0
  76. package/dist/collection/components/ptc-modal/ptc-modal.js +25 -25
  77. package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.js +4 -1
  78. package/dist/collection/components/ptc-para/ptc-para.css +3 -0
  79. package/dist/collection/components/ptc-para/ptc-para.js +2 -2
  80. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +24 -0
  81. package/dist/collection/components/ptc-preloader/ptc-preloader.css +147 -111
  82. package/dist/collection/components/ptc-preloader/ptc-preloader.js +1 -1
  83. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +4 -3
  84. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +16 -0
  85. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +28 -1
  86. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +26 -10
  87. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +1 -1
  88. package/dist/collection/components/ptc-product-card/ptc-product-card.css +24 -0
  89. package/dist/collection/components/ptc-product-category/ptc-product-category.css +24 -0
  90. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +24 -0
  91. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +24 -0
  92. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +24 -0
  93. package/dist/collection/components/ptc-textfield/ptc-textfield.js +3 -5
  94. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +24 -0
  95. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +24 -0
  96. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +27 -3
  97. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +18 -8
  98. package/dist/collection/stories/Accordian.stories.js +32 -18
  99. package/dist/collection/stories/Announcement.stories.js +29 -1
  100. package/dist/collection/stories/Button.stories.js +150 -66
  101. package/dist/collection/stories/Date.stories.js +70 -75
  102. package/dist/collection/stories/ListItem.stories.js +20 -46
  103. package/dist/collection/stories/Span.stories.js +45 -51
  104. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +45 -0
  105. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +47 -0
  106. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +157 -0
  107. package/dist/collection/utils/utils.js +11 -0
  108. package/dist/custom-elements/index.d.ts +6 -0
  109. package/dist/custom-elements/index.js +407 -112
  110. package/dist/esm/academic-form-test.entry.js +1 -1
  111. package/dist/esm/author-listing-example.entry.js +1 -1
  112. package/dist/esm/blog-detail-content_2.entry.js +2 -2
  113. package/dist/esm/blog-detail-layout.entry.js +2 -2
  114. package/dist/esm/blogs-search-section.entry.js +6 -3
  115. package/dist/esm/bundle-example.entry.js +1 -1
  116. package/dist/esm/bundle-jumbotron-example.entry.js +1 -1
  117. package/dist/esm/{component-8c53e377.js → component-80f298b4.js} +2592 -793
  118. package/dist/esm/dropdown-item.entry.js +1 -1
  119. package/dist/esm/dynamic-box-bundle.entry.js +4 -2
  120. package/dist/esm/embedded-form.entry.js +1 -1
  121. package/dist/esm/event-jumbotron-example.entry.js +1 -1
  122. package/dist/esm/event-podcast-slider-example.entry.js +1 -1
  123. package/dist/esm/featured-events-slider-example.entry.js +1 -1
  124. package/dist/esm/featured-list.entry.js +2 -2
  125. package/dist/esm/fl-tab-content_3.entry.js +1 -1
  126. package/dist/esm/footer-form.entry.js +1 -1
  127. package/dist/esm/homepage-clickable-tab.entry.js +1 -1
  128. package/dist/esm/homepage-jumbotron.entry.js +2 -2
  129. package/dist/esm/homepage-toggled-content.entry.js +5 -3
  130. package/dist/esm/{icon-asset_2.entry.js → icon-asset.entry.js} +2 -90
  131. package/dist/esm/{index-0bf594c4.js → index-c83db688.js} +1 -1
  132. package/dist/esm/innovator-toggle-container.entry.js +2 -2
  133. package/dist/esm/{interfaces-4caedd26.js → interfaces-7c0243be.js} +1 -1
  134. package/dist/esm/jumbotron-sub-menu.entry.js +1 -1
  135. package/dist/esm/jumbotron-sub-mune.entry.js +1 -1
  136. package/dist/esm/list-item.entry.js +1 -1
  137. package/dist/esm/loader.js +3 -3
  138. package/dist/esm/max-width-container.entry.js +1 -1
  139. package/dist/esm/modal-form-example.entry.js +105 -0
  140. package/dist/esm/most-popular-news.entry.js +2 -2
  141. package/dist/esm/my-component.entry.js +2 -2
  142. package/dist/esm/news-search-result.entry.js +1 -1
  143. package/dist/esm/ptc-accordion-item.entry.js +2 -2
  144. package/dist/esm/ptc-accordion.entry.js +1 -1
  145. package/dist/esm/ptc-announcement.entry.js +3 -2
  146. package/dist/esm/ptc-back-to-top.entry.js +1 -1
  147. package/dist/esm/ptc-background-video.entry.js +68 -22
  148. package/dist/esm/ptc-badge.entry.js +1 -1
  149. package/dist/esm/ptc-bio-card.entry.js +2 -2
  150. package/dist/esm/ptc-breadcrumb.entry.js +1 -1
  151. package/dist/esm/ptc-brightcov-video.entry.js +1 -1
  152. package/dist/esm/ptc-button_5.entry.js +589 -0
  153. package/dist/esm/ptc-card-bottom_2.entry.js +4 -2
  154. package/dist/esm/ptc-card-content.entry.js +1 -1
  155. package/dist/esm/ptc-card_2.entry.js +5 -4
  156. package/dist/esm/ptc-case-studies-slider.entry.js +2 -2
  157. package/dist/esm/ptc-checkbox-group.entry.js +1 -1
  158. package/dist/esm/ptc-checkbox.entry.js +1 -1
  159. package/dist/esm/ptc-close-icon_2.entry.js +25 -25
  160. package/dist/esm/ptc-collapse-list.entry.js +2 -2
  161. package/dist/esm/ptc-container.entry.js +1 -1
  162. package/dist/esm/ptc-countdown.entry.js +1 -1
  163. package/dist/esm/ptc-data-lookup.entry.js +2 -3
  164. package/dist/esm/ptc-date.entry.js +1 -1
  165. package/dist/esm/ptc-dropdown.entry.js +1 -1
  166. package/dist/esm/ptc-dynamic-card.entry.js +1 -1
  167. package/dist/esm/ptc-ellipsis-dropdown.entry.js +1 -1
  168. package/dist/esm/ptc-embedded-quiz.entry.js +1 -1
  169. package/dist/esm/ptc-enhanced-product-listing-card.entry.js +1 -1
  170. package/dist/esm/ptc-featured-list.entry.js +2 -2
  171. package/dist/esm/ptc-filter-dropdown_4.entry.js +1 -1
  172. package/dist/esm/ptc-filter-level-theater.entry.js +2 -2
  173. package/dist/esm/ptc-filter-tag_2.entry.js +1 -1
  174. package/dist/esm/ptc-footer.entry.js +1 -1
  175. package/dist/esm/{ptc-form-checkbox_2.entry.js → ptc-form-checkbox_4.entry.js} +724 -8
  176. package/dist/esm/ptc-form-radio-button.entry.js +1 -1
  177. package/dist/esm/ptc-form-radio-group.entry.js +1 -1
  178. package/dist/esm/ptc-form.entry.js +1 -1
  179. package/dist/esm/ptc-hero-footer-cta.entry.js +1 -1
  180. package/dist/esm/ptc-hero.entry.js +1 -1
  181. package/dist/esm/ptc-homepage-image-feature.entry.js +2 -2
  182. package/dist/esm/ptc-homepage-video-background.entry.js +2 -2
  183. package/dist/esm/ptc-icon-card-slider-example.entry.js +1 -1
  184. package/dist/esm/ptc-icon-card.entry.js +2 -2
  185. package/dist/esm/ptc-icon-component.entry.js +1 -1
  186. package/dist/esm/ptc-icon-list.entry.js +1 -1
  187. package/dist/esm/ptc-icon-minimize.entry.js +1 -1
  188. package/dist/esm/ptc-image-download-strip.entry.js +1 -1
  189. package/dist/esm/ptc-img.entry.js +89 -9
  190. package/dist/esm/ptc-info-tile.entry.js +1 -1
  191. package/dist/esm/ptc-inline-cta.entry.js +1 -1
  192. package/dist/esm/ptc-jumbotron.entry.js +12 -6
  193. package/dist/esm/ptc-link.entry.js +2 -2
  194. package/dist/esm/ptc-list.entry.js +1 -1
  195. package/dist/esm/ptc-media-card.entry.js +2 -2
  196. package/dist/esm/ptc-minimized-nav.entry.js +1 -1
  197. package/dist/esm/ptc-mobile-select.entry.js +1 -1
  198. package/dist/esm/ptc-modal-quiz.entry.js +5 -2
  199. package/dist/esm/ptc-nav-card.entry.js +1 -1
  200. package/dist/esm/ptc-nav-link.entry.js +1 -1
  201. package/dist/esm/ptc-nav-pills.entry.js +1 -1
  202. package/dist/esm/ptc-nav-skip-to-content.entry.js +1 -1
  203. package/dist/esm/ptc-nav-slider.entry.js +1 -1
  204. package/dist/esm/ptc-nav-submenu.entry.js +1 -1
  205. package/dist/esm/ptc-nav-tile.entry.js +1 -1
  206. package/dist/esm/ptc-news.entry.js +1 -1
  207. package/dist/esm/ptc-office-location-card.entry.js +1 -1
  208. package/dist/esm/ptc-office-locations.entry.js +1 -1
  209. package/dist/esm/ptc-overlay.entry.js +1 -1
  210. package/dist/esm/ptc-podcast-card.entry.js +2 -2
  211. package/dist/esm/ptc-preferance-center-form.entry.js +1 -1
  212. package/dist/esm/ptc-preloader.entry.js +2 -2
  213. package/dist/esm/ptc-previous-url.entry.js +12 -3
  214. package/dist/esm/ptc-pricing-add-on-card.entry.js +1 -1
  215. package/dist/esm/ptc-pricing-add-on-section.entry.js +1 -1
  216. package/dist/esm/ptc-pricing-block.entry.js +1 -1
  217. package/dist/esm/ptc-pricing-packaging-table.entry.js +28 -12
  218. package/dist/esm/ptc-pricing-tabs.entry.js +3 -3
  219. package/dist/esm/ptc-product-card.entry.js +2 -2
  220. package/dist/esm/ptc-product-category.entry.js +2 -2
  221. package/dist/esm/ptc-product-dropdown.entry.js +1 -1
  222. package/dist/esm/ptc-product-highlight-card.entry.js +2 -2
  223. package/dist/esm/ptc-product-list.entry.js +1 -1
  224. package/dist/esm/ptc-product-sidebar.entry.js +1 -1
  225. package/dist/esm/ptc-progress-bar.entry.js +1 -1
  226. package/dist/esm/ptc-quantity-counter.entry.js +1 -1
  227. package/dist/esm/ptc-quote.entry.js +1 -1
  228. package/dist/esm/ptc-readmore-char.entry.js +2 -2
  229. package/dist/esm/ptc-readmore-new.entry.js +1 -1
  230. package/dist/esm/ptc-readmore-v3.entry.js +2 -2
  231. package/dist/esm/ptc-readmore.entry.js +1 -1
  232. package/dist/esm/ptc-related-card-rail.entry.js +1 -1
  233. package/dist/esm/ptc-responsive-wrapper.entry.js +1 -1
  234. package/dist/esm/ptc-scroll-button.entry.js +1 -1
  235. package/dist/esm/ptc-search-field.entry.js +91 -0
  236. package/dist/esm/ptc-seo-title.entry.js +1 -1
  237. package/dist/esm/ptc-shopping-cart.entry.js +1 -1
  238. package/dist/esm/ptc-showcase-card.entry.js +1 -1
  239. package/dist/esm/ptc-skeleton.entry.js +1 -1
  240. package/dist/esm/ptc-slit-card.entry.js +1 -1
  241. package/dist/esm/ptc-social-icons-footer.entry.js +2 -2
  242. package/dist/esm/ptc-social-icons.entry.js +1 -1
  243. package/dist/esm/ptc-span.entry.js +1 -1
  244. package/dist/esm/ptc-square-card.entry.js +1 -1
  245. package/dist/esm/ptc-sticky-icons.entry.js +1 -1
  246. package/dist/esm/ptc-sticky-section.entry.js +1 -1
  247. package/dist/esm/ptc-sticky-title.entry.js +1 -1
  248. package/dist/esm/ptc-subnav-card.entry.js +1 -1
  249. package/dist/esm/ptc-subnav.entry.js +1 -1
  250. package/dist/esm/ptc-svg-btn.entry.js +1 -1
  251. package/dist/esm/ptc-tab-list.entry.js +1 -1
  252. package/dist/esm/ptc-tab.entry.js +1 -1
  253. package/dist/esm/ptc-tabs.entry.js +1 -1
  254. package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
  255. package/dist/esm/ptc-theater-video-modal.entry.js +1 -1
  256. package/dist/esm/ptc-tooltip-v2.entry.js +2 -2
  257. package/dist/esm/ptc-tooltip-v3.entry.js +1 -1
  258. package/dist/esm/ptc-tooltip.entry.js +1 -1
  259. package/dist/esm/ptc-two-column-media.entry.js +1 -1
  260. package/dist/esm/ptc-value-led-card.entry.js +1 -1
  261. package/dist/esm/ptc-value-led-content-highlight.entry.js +1 -1
  262. package/dist/esm/ptc-value-led-content.entry.js +1 -1
  263. package/dist/esm/ptc-value-led-intro.entry.js +1 -1
  264. package/dist/esm/ptc-value-led-layout.entry.js +1 -1
  265. package/dist/esm/ptc-value-led-speed-bump.entry.js +2 -2
  266. package/dist/esm/ptc-value-prop-card.entry.js +1 -1
  267. package/dist/esm/ptc-video-embed.entry.js +1 -1
  268. package/dist/esm/ptc-white-paper.entry.js +20 -10
  269. package/dist/esm/ptcw-design.js +3 -3
  270. package/dist/esm/sequential-bundle-example.entry.js +1 -1
  271. package/dist/esm/sequential-bundle.entry.js +1 -1
  272. package/dist/esm/storefront-enhanced-product-list-alt-example.entry.js +1 -1
  273. package/dist/esm/storefront-enhanced-product-list-example.entry.js +1 -1
  274. package/dist/esm/tab-content.entry.js +1 -1
  275. package/dist/esm/tab-header.entry.js +1 -1
  276. package/dist/esm/{utils-2f12c081.js → utils-f0d200c9.js} +12 -1
  277. package/dist/ptcw-design/media/designer-v6.0.7.svg +30 -2
  278. package/dist/ptcw-design/{p-f6d8957a.entry.js → p-040bf1bb.entry.js} +1 -1
  279. package/dist/ptcw-design/{p-74a845fd.entry.js → p-04aae3f5.entry.js} +1 -1
  280. package/dist/ptcw-design/{p-c9a73ad1.entry.js → p-04f0b1ba.entry.js} +1 -1
  281. package/dist/ptcw-design/{p-135191ce.entry.js → p-04ff81ef.entry.js} +1 -1
  282. package/dist/ptcw-design/{p-026e6f29.entry.js → p-056748b3.entry.js} +1 -1
  283. package/dist/ptcw-design/p-06e14543.entry.js +1 -0
  284. package/dist/ptcw-design/p-0a214a22.entry.js +1 -0
  285. package/dist/ptcw-design/{p-e8b51e7d.entry.js → p-0a9ee6c2.entry.js} +1 -1
  286. package/dist/ptcw-design/{p-f004e5de.entry.js → p-0ddf2a09.entry.js} +1 -1
  287. package/dist/ptcw-design/{p-36d6e662.entry.js → p-13e338a5.entry.js} +1 -1
  288. package/dist/ptcw-design/p-1519b36f.entry.js +1 -0
  289. package/dist/ptcw-design/{p-8cdcfb51.entry.js → p-15e36f30.entry.js} +1 -1
  290. package/dist/ptcw-design/{p-2c0005a3.entry.js → p-1616b11e.entry.js} +1 -1
  291. package/dist/ptcw-design/{p-7815e38b.entry.js → p-1bffeaed.entry.js} +1 -1
  292. package/dist/ptcw-design/p-1e3bf09c.entry.js +1 -0
  293. package/dist/ptcw-design/p-1f3cc6ff.entry.js +1 -0
  294. package/dist/ptcw-design/p-21db0a85.entry.js +1 -0
  295. package/dist/ptcw-design/{p-2fd01953.entry.js → p-21fa5abe.entry.js} +1 -1
  296. package/dist/ptcw-design/{p-a22d7ae8.entry.js → p-257a68df.entry.js} +1 -1
  297. package/dist/ptcw-design/{p-d9ec506c.entry.js → p-260ecfef.entry.js} +1 -1
  298. package/dist/ptcw-design/p-2670ac97.entry.js +1 -0
  299. package/dist/ptcw-design/{p-14c77b5e.entry.js → p-27e47c25.entry.js} +1 -1
  300. package/dist/ptcw-design/{p-315b7885.entry.js → p-2c287230.entry.js} +1 -1
  301. package/dist/ptcw-design/{p-54891548.entry.js → p-2c2f895a.entry.js} +1 -1
  302. package/dist/ptcw-design/{p-64824c59.entry.js → p-2c8faf9a.entry.js} +1 -1
  303. package/dist/ptcw-design/p-2e8bc448.entry.js +1 -0
  304. package/dist/ptcw-design/{p-8851dc00.entry.js → p-312c41b8.entry.js} +1 -1
  305. package/dist/ptcw-design/p-349f43d5.entry.js +1 -0
  306. package/dist/ptcw-design/{p-0261e249.entry.js → p-36abe396.entry.js} +1 -1
  307. package/dist/ptcw-design/{p-8e089576.entry.js → p-36ee2e12.entry.js} +1 -1
  308. package/dist/ptcw-design/{p-a2710bbf.entry.js → p-3872fce7.entry.js} +1 -1
  309. package/dist/ptcw-design/{p-c05e326f.entry.js → p-38a56ed6.entry.js} +1 -1
  310. package/dist/ptcw-design/p-390c0dee.entry.js +1 -0
  311. package/dist/ptcw-design/{p-32f92cea.entry.js → p-3a40c41f.entry.js} +1 -1
  312. package/dist/ptcw-design/p-3b5cae50.js +1 -0
  313. package/dist/ptcw-design/p-3ddb6c50.entry.js +1 -0
  314. package/dist/ptcw-design/{p-1d48bad3.entry.js → p-464d8e22.entry.js} +1 -1
  315. package/dist/ptcw-design/p-46af64c4.entry.js +1 -0
  316. package/dist/ptcw-design/{p-68cd3e86.entry.js → p-46b7fdf1.entry.js} +1 -1
  317. package/dist/ptcw-design/{p-1e9f25fc.entry.js → p-46f67bec.entry.js} +1 -1
  318. package/dist/ptcw-design/p-4cee12b8.entry.js +1 -0
  319. package/dist/ptcw-design/{p-f26d4602.entry.js → p-4d11aafc.entry.js} +1 -1
  320. package/dist/ptcw-design/{p-c8e8ac90.entry.js → p-4f0b8ca2.entry.js} +1 -1
  321. package/dist/ptcw-design/{p-a1dc7ae5.entry.js → p-4f3dea53.entry.js} +1 -1
  322. package/dist/ptcw-design/{p-ed5a467e.entry.js → p-4f4f97a6.entry.js} +1 -1
  323. package/dist/ptcw-design/p-50308f02.entry.js +1 -0
  324. package/dist/ptcw-design/p-508d7501.entry.js +68 -0
  325. package/dist/ptcw-design/{p-bca81995.entry.js → p-560b05a5.entry.js} +1 -1
  326. package/dist/ptcw-design/{p-cab0274c.entry.js → p-5946d7c9.entry.js} +1 -1
  327. package/dist/ptcw-design/{p-807ad5c4.entry.js → p-5980d65d.entry.js} +1 -1
  328. package/dist/ptcw-design/p-5c81c755.entry.js +1 -0
  329. package/dist/ptcw-design/p-5ca0b5b6.entry.js +1 -0
  330. package/dist/ptcw-design/p-5e4c1edf.entry.js +1 -0
  331. package/dist/ptcw-design/{p-5fb671ee.entry.js → p-61d28206.entry.js} +1 -1
  332. package/dist/ptcw-design/{p-a0daf771.entry.js → p-63b3bcbe.entry.js} +1 -1
  333. package/dist/ptcw-design/{p-fbda262d.entry.js → p-656e8773.entry.js} +1 -1
  334. package/dist/ptcw-design/{p-3e13f29c.entry.js → p-66ecd7b9.entry.js} +1 -1
  335. package/dist/ptcw-design/p-672a349f.js +336 -0
  336. package/dist/ptcw-design/p-684ef1e5.entry.js +1 -0
  337. package/dist/ptcw-design/{p-575c7fc0.entry.js → p-6aa9ed95.entry.js} +1 -1
  338. package/dist/ptcw-design/{p-379fcc72.entry.js → p-6e8ed2ee.entry.js} +1 -1
  339. package/dist/ptcw-design/{p-7a9288d1.entry.js → p-7235425a.entry.js} +1 -1
  340. package/dist/ptcw-design/p-74097f89.entry.js +1 -0
  341. package/dist/ptcw-design/{p-522cb451.entry.js → p-757954b2.entry.js} +1 -1
  342. package/dist/ptcw-design/{p-8ffdd794.entry.js → p-761a31f8.entry.js} +1 -1
  343. package/dist/ptcw-design/{p-3e13b735.entry.js → p-76d98c5a.entry.js} +1 -1
  344. package/dist/ptcw-design/{p-1adea6a5.entry.js → p-77cad16c.entry.js} +1 -1
  345. package/dist/ptcw-design/{p-13aedff0.entry.js → p-78370e3d.entry.js} +1 -1
  346. package/dist/ptcw-design/p-799afee5.entry.js +1 -0
  347. package/dist/ptcw-design/{p-600f90ef.entry.js → p-79bbedee.entry.js} +1 -1
  348. package/dist/ptcw-design/{p-ecfc8211.entry.js → p-7a1db471.entry.js} +1 -1
  349. package/dist/ptcw-design/{p-8a452c0b.entry.js → p-7a3e9ecd.entry.js} +1 -1
  350. package/dist/ptcw-design/{p-e3606137.entry.js → p-7a4ceaad.entry.js} +1 -1
  351. package/dist/ptcw-design/{p-183ba1ca.entry.js → p-7d29a418.entry.js} +1 -1
  352. package/dist/ptcw-design/{p-102da33a.entry.js → p-7f9668d9.entry.js} +1 -1
  353. package/dist/ptcw-design/{p-29ae44dd.entry.js → p-7fe4d383.entry.js} +1 -1
  354. package/dist/ptcw-design/{p-a974f98f.entry.js → p-8191928d.entry.js} +1 -1
  355. package/dist/ptcw-design/{p-4ca5d607.entry.js → p-81bcde85.entry.js} +1 -1
  356. package/dist/ptcw-design/p-82ef17f5.entry.js +1 -0
  357. package/dist/ptcw-design/{p-3c52fabe.entry.js → p-8533988f.entry.js} +1 -1
  358. package/dist/ptcw-design/{p-1ab6201b.entry.js → p-85f32bf5.entry.js} +1 -1
  359. package/dist/ptcw-design/p-884c335c.entry.js +1 -0
  360. package/dist/ptcw-design/{p-e75dff95.entry.js → p-89177041.entry.js} +1 -1
  361. package/dist/ptcw-design/{p-5db45e53.entry.js → p-89275cb9.entry.js} +1 -1
  362. package/dist/ptcw-design/{p-bf2f9183.entry.js → p-89ba3dfd.entry.js} +1 -1
  363. package/dist/ptcw-design/{p-472579ea.entry.js → p-89f0cf12.entry.js} +1 -1
  364. package/dist/ptcw-design/{p-d0013567.entry.js → p-8b480abd.entry.js} +1 -1
  365. package/dist/ptcw-design/{p-212d0145.entry.js → p-8c49d736.entry.js} +1 -1
  366. package/dist/ptcw-design/p-8fb48953.entry.js +1 -0
  367. package/dist/ptcw-design/{p-80c56c81.entry.js → p-931650bb.entry.js} +1 -1
  368. package/dist/ptcw-design/{p-2ba77e9d.entry.js → p-9354b7fd.entry.js} +1 -1
  369. package/dist/ptcw-design/p-93da022d.entry.js +1 -0
  370. package/dist/ptcw-design/{p-e77d2204.entry.js → p-95187918.entry.js} +1 -1
  371. package/dist/ptcw-design/p-97eb1025.entry.js +1 -0
  372. package/dist/ptcw-design/p-98434ba1.entry.js +1 -0
  373. package/dist/ptcw-design/{p-ce125ef2.entry.js → p-98610430.entry.js} +1 -1
  374. package/dist/ptcw-design/{p-1acd3617.entry.js → p-99daf693.entry.js} +1 -1
  375. package/dist/ptcw-design/{p-8eb36507.entry.js → p-9a335b5b.entry.js} +1 -1
  376. package/dist/ptcw-design/{p-0abb6e77.entry.js → p-9ac99185.entry.js} +1 -1
  377. package/dist/ptcw-design/{p-298d02ab.entry.js → p-9b0df204.entry.js} +1 -1
  378. package/dist/ptcw-design/{p-290012e3.entry.js → p-9b26ea67.entry.js} +1 -1
  379. package/dist/ptcw-design/{p-6d628113.entry.js → p-9de963f8.entry.js} +1 -1
  380. package/dist/ptcw-design/{p-0a558a22.entry.js → p-9e2fd13c.entry.js} +1 -1
  381. package/dist/ptcw-design/{p-6251a6d6.entry.js → p-9e4e21a4.entry.js} +1 -1
  382. package/dist/ptcw-design/{p-dadbab48.entry.js → p-a0bf3dd2.entry.js} +1 -1
  383. package/dist/ptcw-design/{p-e2e33ddb.entry.js → p-a37c5209.entry.js} +1 -1
  384. package/dist/ptcw-design/{p-b6cc4c2a.entry.js → p-a41c7e39.entry.js} +1 -1
  385. package/dist/ptcw-design/{p-dabb1b70.entry.js → p-a54c6da5.entry.js} +1 -1
  386. package/dist/ptcw-design/{p-be00fb74.entry.js → p-a7cb3851.entry.js} +1 -1
  387. package/dist/ptcw-design/{p-de663192.entry.js → p-a8504f11.entry.js} +1 -1
  388. package/dist/ptcw-design/{p-c5417010.entry.js → p-aac082cf.entry.js} +1 -1
  389. package/dist/ptcw-design/{p-944c5be8.js → p-ac75c7ad.js} +1 -1
  390. package/dist/ptcw-design/{p-da4b7e23.entry.js → p-ac766cb3.entry.js} +1 -1
  391. package/dist/ptcw-design/{p-b293a0b1.entry.js → p-aea09a70.entry.js} +1 -1
  392. package/dist/ptcw-design/p-af831c13.entry.js +1 -0
  393. package/dist/ptcw-design/{p-6f8858c3.entry.js → p-b209c116.entry.js} +1 -1
  394. package/dist/ptcw-design/{p-79762cf6.entry.js → p-b436f56d.entry.js} +1 -1
  395. package/dist/ptcw-design/p-b684ca9d.entry.js +1 -0
  396. package/dist/ptcw-design/{p-07b1afd5.entry.js → p-b8ee8699.entry.js} +1 -1
  397. package/dist/ptcw-design/{p-dd9b36f0.entry.js → p-ba18dd47.entry.js} +1 -1
  398. package/dist/ptcw-design/{p-ca039722.entry.js → p-baeee2b4.entry.js} +1 -1
  399. package/dist/ptcw-design/p-bb9a879f.entry.js +1 -0
  400. package/dist/ptcw-design/{p-73293d32.entry.js → p-bf84ecc0.entry.js} +1 -1
  401. package/dist/ptcw-design/{p-208ec7f3.entry.js → p-bf8fbba7.entry.js} +1 -1
  402. package/dist/ptcw-design/{p-9a28ded2.entry.js → p-bfacfe67.entry.js} +1 -1
  403. package/dist/ptcw-design/p-c09a8288.entry.js +1 -0
  404. package/dist/ptcw-design/{p-dd38bf84.entry.js → p-c5f42895.entry.js} +1 -1
  405. package/dist/ptcw-design/{p-61a5012d.entry.js → p-c631608f.entry.js} +1 -1
  406. package/dist/ptcw-design/{p-e87a4ff8.entry.js → p-c68d31c6.entry.js} +1 -1
  407. package/dist/ptcw-design/{p-43756439.entry.js → p-c6a0dd99.entry.js} +1 -1
  408. package/dist/ptcw-design/p-c89030e4.entry.js +1 -0
  409. package/dist/ptcw-design/p-cb0e3ec2.entry.js +1 -0
  410. package/dist/ptcw-design/{p-724c03a8.entry.js → p-ce121fb3.entry.js} +1 -1
  411. package/dist/ptcw-design/p-d2cc0297.entry.js +1 -0
  412. package/dist/ptcw-design/{p-1b2ff400.entry.js → p-d3ac3758.entry.js} +1 -1
  413. package/dist/ptcw-design/{p-75d8b6ec.entry.js → p-d74ccb19.entry.js} +1 -1
  414. package/dist/ptcw-design/{p-81736d6a.entry.js → p-d77531c8.entry.js} +1 -1
  415. package/dist/ptcw-design/{p-f05be87f.entry.js → p-da02913d.entry.js} +1 -1
  416. package/dist/ptcw-design/{p-040171e8.entry.js → p-db1dcce0.entry.js} +1 -1
  417. package/dist/ptcw-design/p-db83b720.entry.js +1 -0
  418. package/dist/ptcw-design/{p-72449527.entry.js → p-dc677485.entry.js} +1 -1
  419. package/dist/ptcw-design/{p-afbe8e2c.entry.js → p-dc85c302.entry.js} +1 -1
  420. package/dist/ptcw-design/{p-00789cf0.entry.js → p-ddb898c7.entry.js} +1 -1
  421. package/dist/ptcw-design/p-de960790.entry.js +1 -0
  422. package/dist/ptcw-design/p-e01173ca.entry.js +1 -0
  423. package/dist/ptcw-design/p-e03d7060.entry.js +1 -0
  424. package/dist/ptcw-design/{p-0bb3ea9a.entry.js → p-e235bf27.entry.js} +1 -1
  425. package/dist/ptcw-design/{p-53d2547b.entry.js → p-e3867512.entry.js} +1 -1
  426. package/dist/ptcw-design/{p-38cbe068.entry.js → p-e3b1af2b.entry.js} +1 -1
  427. package/dist/ptcw-design/{p-d1f57070.entry.js → p-e3bf092e.entry.js} +1 -1
  428. package/dist/ptcw-design/{p-2fa28be9.entry.js → p-e5369c4d.entry.js} +1 -1
  429. package/dist/ptcw-design/{p-d612cb97.entry.js → p-e93714e9.entry.js} +1 -1
  430. package/dist/ptcw-design/{p-711bcdad.js → p-ee1183b2.js} +1 -1
  431. package/dist/ptcw-design/{p-fe56e336.entry.js → p-ee91170c.entry.js} +1 -1
  432. package/dist/ptcw-design/{p-c6f0bf56.entry.js → p-f57f32ee.entry.js} +1 -1
  433. package/dist/ptcw-design/{p-f2006b03.entry.js → p-f5c97ab2.entry.js} +1 -1
  434. package/dist/ptcw-design/{p-d6271974.entry.js → p-f5d8a3b1.entry.js} +1 -1
  435. package/dist/ptcw-design/{p-3b967df1.entry.js → p-f61a3476.entry.js} +1 -1
  436. package/dist/ptcw-design/{p-5da98805.entry.js → p-f731fc96.entry.js} +1 -1
  437. package/dist/ptcw-design/{p-c1fb6cbc.entry.js → p-fa4a494e.entry.js} +1 -1
  438. package/dist/ptcw-design/{p-0ed4609e.entry.js → p-fb8584e4.entry.js} +1 -1
  439. package/dist/ptcw-design/{p-973c69d8.entry.js → p-fbd9c8fc.entry.js} +1 -1
  440. package/dist/ptcw-design/p-fd7e5935.entry.js +1 -0
  441. package/dist/ptcw-design/{p-e6ebc832.entry.js → p-fdee2cdc.entry.js} +1 -1
  442. package/dist/ptcw-design/{p-443a5acb.entry.js → p-ffa2849b.entry.js} +1 -1
  443. package/dist/ptcw-design/ptcw-design.css +4 -3
  444. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  445. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +25 -0
  446. package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +20 -38
  447. package/dist/types/components/ptc-img/ptc-img.d.ts +29 -1
  448. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +4 -0
  449. package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -1
  450. package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
  451. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +2 -0
  452. package/dist/types/components.d.ts +61 -14
  453. package/dist/types/utils/utils.d.ts +2 -0
  454. package/package.json +1 -1
  455. package/readme.md +5 -1
  456. package/dist/cjs/component-1b8ad4d2.js +0 -1819
  457. package/dist/cjs/ptc-button.cjs.entry.js +0 -117
  458. package/dist/cjs/ptc-multi-select_2.cjs.entry.js +0 -730
  459. package/dist/cjs/ptc-para.cjs.entry.js +0 -139
  460. package/dist/cjs/ptc-picture.cjs.entry.js +0 -168
  461. package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
  462. package/dist/cjs/ptc-title.cjs.entry.js +0 -161
  463. package/dist/esm/component-9beac35b.js +0 -1802
  464. package/dist/esm/ptc-button.entry.js +0 -113
  465. package/dist/esm/ptc-multi-select_2.entry.js +0 -725
  466. package/dist/esm/ptc-para.entry.js +0 -135
  467. package/dist/esm/ptc-picture.entry.js +0 -164
  468. package/dist/esm/ptc-spacer.entry.js +0 -34
  469. package/dist/esm/ptc-title.entry.js +0 -157
  470. package/dist/ptcw-design/p-09c61065.entry.js +0 -1
  471. package/dist/ptcw-design/p-1f75f0b7.entry.js +0 -1
  472. package/dist/ptcw-design/p-212cdacd.entry.js +0 -1
  473. package/dist/ptcw-design/p-2348d4b1.entry.js +0 -1
  474. package/dist/ptcw-design/p-2ba642c3.entry.js +0 -1
  475. package/dist/ptcw-design/p-2eb2e69e.entry.js +0 -1
  476. package/dist/ptcw-design/p-314faa77.entry.js +0 -1
  477. package/dist/ptcw-design/p-33ead201.entry.js +0 -1
  478. package/dist/ptcw-design/p-36c42aae.entry.js +0 -1
  479. package/dist/ptcw-design/p-390fa29e.entry.js +0 -1
  480. package/dist/ptcw-design/p-39255f59.entry.js +0 -1
  481. package/dist/ptcw-design/p-3a651f26.entry.js +0 -1
  482. package/dist/ptcw-design/p-3b481342.entry.js +0 -1
  483. package/dist/ptcw-design/p-47aa1583.entry.js +0 -1
  484. package/dist/ptcw-design/p-60688db7.entry.js +0 -1
  485. package/dist/ptcw-design/p-60b45ae0.entry.js +0 -1
  486. package/dist/ptcw-design/p-6785dc81.entry.js +0 -1
  487. package/dist/ptcw-design/p-6c6401c6.entry.js +0 -1
  488. package/dist/ptcw-design/p-6f0dc158.entry.js +0 -1
  489. package/dist/ptcw-design/p-7250e1a5.entry.js +0 -1
  490. package/dist/ptcw-design/p-79a6e764.entry.js +0 -1
  491. package/dist/ptcw-design/p-80122e26.js +0 -1
  492. package/dist/ptcw-design/p-83c3d6c9.entry.js +0 -1
  493. package/dist/ptcw-design/p-891a265b.entry.js +0 -1
  494. package/dist/ptcw-design/p-8f8251c7.entry.js +0 -1
  495. package/dist/ptcw-design/p-933ddad2.entry.js +0 -1
  496. package/dist/ptcw-design/p-95b61388.entry.js +0 -1
  497. package/dist/ptcw-design/p-96cc1268.entry.js +0 -1
  498. package/dist/ptcw-design/p-973b06d1.entry.js +0 -1
  499. package/dist/ptcw-design/p-98426799.js +0 -203
  500. package/dist/ptcw-design/p-98844b50.js +0 -134
  501. package/dist/ptcw-design/p-99e41dc4.entry.js +0 -1
  502. package/dist/ptcw-design/p-9d8a9a72.entry.js +0 -1
  503. package/dist/ptcw-design/p-a28ff90b.entry.js +0 -1
  504. package/dist/ptcw-design/p-a5875899.entry.js +0 -1
  505. package/dist/ptcw-design/p-ad4f4f33.entry.js +0 -1
  506. package/dist/ptcw-design/p-ae7fa29c.entry.js +0 -1
  507. package/dist/ptcw-design/p-b448435d.entry.js +0 -1
  508. package/dist/ptcw-design/p-b7279b21.entry.js +0 -1
  509. package/dist/ptcw-design/p-bcae71ee.entry.js +0 -68
  510. package/dist/ptcw-design/p-c7a2088b.entry.js +0 -1
  511. package/dist/ptcw-design/p-e7bfe342.entry.js +0 -1
  512. package/dist/ptcw-design/p-ec22d0b8.entry.js +0 -1
  513. package/dist/ptcw-design/p-efe90e71.entry.js +0 -1
  514. package/dist/ptcw-design/p-f8aaa64f.entry.js +0 -1
@@ -1204,14 +1204,17 @@ a:focus-visible {
1204
1204
 
1205
1205
  .light-links a:not(.hero-footer-form-wrapper a,
1206
1206
  ptc-modal inline-form a,
1207
+ .podcast-cta-section a,
1207
1208
  .vjs-social-share-links a),
1208
1209
  .light-links a.light-link,
1209
1210
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
1210
1211
  ptc-modal inline-form a,
1212
+ .podcast-cta-section a,
1211
1213
  .vjs-social-share-links a),
1212
1214
  .background-grey-10 a.light-link,
1213
1215
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
1214
1216
  ptc-modal inline-form a,
1217
+ .podcast-cta-section a,
1215
1218
  .vjs-social-share-links a),
1216
1219
  .background-plm-grey a.light-link {
1217
1220
  color: var(--color-blue-04);
@@ -1220,38 +1223,47 @@ ptc-modal inline-form a,
1220
1223
  }
1221
1224
  .light-links a:not(.hero-footer-form-wrapper a,
1222
1225
  ptc-modal inline-form a,
1226
+ .podcast-cta-section a,
1223
1227
  .vjs-social-share-links a):visited,
1224
1228
  .light-links a.light-link:visited,
1225
1229
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
1226
1230
  ptc-modal inline-form a,
1231
+ .podcast-cta-section a,
1227
1232
  .vjs-social-share-links a):visited,
1228
1233
  .background-grey-10 a.light-link:visited,
1229
1234
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
1230
1235
  ptc-modal inline-form a,
1236
+ .podcast-cta-section a,
1231
1237
  .vjs-social-share-links a):visited,
1232
1238
  .background-plm-grey a.light-link:visited {
1233
1239
  color: var(--color-blue-06);
1234
1240
  }
1235
1241
  .light-links a:not(.hero-footer-form-wrapper a,
1236
1242
  ptc-modal inline-form a,
1243
+ .podcast-cta-section a,
1237
1244
  .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
1238
1245
  ptc-modal inline-form a,
1246
+ .podcast-cta-section a,
1239
1247
  .vjs-social-share-links a):visited:active,
1240
1248
  .light-links a.light-link:active,
1241
1249
  .light-links a.light-link:visited:active,
1242
1250
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
1243
1251
  ptc-modal inline-form a,
1252
+ .podcast-cta-section a,
1244
1253
  .vjs-social-share-links a):active,
1245
1254
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
1246
1255
  ptc-modal inline-form a,
1256
+ .podcast-cta-section a,
1247
1257
  .vjs-social-share-links a):visited:active,
1248
1258
  .background-grey-10 a.light-link:active,
1249
1259
  .background-grey-10 a.light-link:visited:active,
1250
1260
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
1251
1261
  ptc-modal inline-form a,
1262
+ .podcast-cta-section a,
1252
1263
  .vjs-social-share-links a):active,
1253
1264
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
1254
1265
  ptc-modal inline-form a,
1266
+ .podcast-cta-section a,
1255
1267
  .vjs-social-share-links a):visited:active,
1256
1268
  .background-plm-grey a.light-link:active,
1257
1269
  .background-plm-grey a.light-link:visited:active {
@@ -1260,24 +1272,30 @@ ptc-modal inline-form a,
1260
1272
  }
1261
1273
  .light-links a:not(.hero-footer-form-wrapper a,
1262
1274
  ptc-modal inline-form a,
1275
+ .podcast-cta-section a,
1263
1276
  .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
1264
1277
  ptc-modal inline-form a,
1278
+ .podcast-cta-section a,
1265
1279
  .vjs-social-share-links a):visited:hover,
1266
1280
  .light-links a.light-link:hover,
1267
1281
  .light-links a.light-link:visited:hover,
1268
1282
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
1269
1283
  ptc-modal inline-form a,
1284
+ .podcast-cta-section a,
1270
1285
  .vjs-social-share-links a):hover,
1271
1286
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
1272
1287
  ptc-modal inline-form a,
1288
+ .podcast-cta-section a,
1273
1289
  .vjs-social-share-links a):visited:hover,
1274
1290
  .background-grey-10 a.light-link:hover,
1275
1291
  .background-grey-10 a.light-link:visited:hover,
1276
1292
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
1277
1293
  ptc-modal inline-form a,
1294
+ .podcast-cta-section a,
1278
1295
  .vjs-social-share-links a):hover,
1279
1296
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
1280
1297
  ptc-modal inline-form a,
1298
+ .podcast-cta-section a,
1281
1299
  .vjs-social-share-links a):visited:hover,
1282
1300
  .background-plm-grey a.light-link:hover,
1283
1301
  .background-plm-grey a.light-link:visited:hover {
@@ -1285,14 +1303,17 @@ ptc-modal inline-form a,
1285
1303
  }
1286
1304
  .light-links a:not(.hero-footer-form-wrapper a,
1287
1305
  ptc-modal inline-form a,
1306
+ .podcast-cta-section a,
1288
1307
  .vjs-social-share-links a).disabled,
1289
1308
  .light-links a.light-link.disabled,
1290
1309
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
1291
1310
  ptc-modal inline-form a,
1311
+ .podcast-cta-section a,
1292
1312
  .vjs-social-share-links a).disabled,
1293
1313
  .background-grey-10 a.light-link.disabled,
1294
1314
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
1295
1315
  ptc-modal inline-form a,
1316
+ .podcast-cta-section a,
1296
1317
  .vjs-social-share-links a).disabled,
1297
1318
  .background-plm-grey a.light-link.disabled {
1298
1319
  color: var(--color-gray-04) !important;
@@ -1300,14 +1321,17 @@ ptc-modal inline-form a,
1300
1321
  }
1301
1322
  .light-links a:not(.hero-footer-form-wrapper a,
1302
1323
  ptc-modal inline-form a,
1324
+ .podcast-cta-section a,
1303
1325
  .vjs-social-share-links a):focus-visible,
1304
1326
  .light-links a.light-link:focus-visible,
1305
1327
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
1306
1328
  ptc-modal inline-form a,
1329
+ .podcast-cta-section a,
1307
1330
  .vjs-social-share-links a):focus-visible,
1308
1331
  .background-grey-10 a.light-link:focus-visible,
1309
1332
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
1310
1333
  ptc-modal inline-form a,
1334
+ .podcast-cta-section a,
1311
1335
  .vjs-social-share-links a):focus-visible,
1312
1336
  .background-plm-grey a.light-link:focus-visible {
1313
1337
  border-radius: var(--ptc-border-radius-standard);
@@ -30,6 +30,7 @@ export class PtcJumbotron {
30
30
  this.hasCountdown = false;
31
31
  this.logo = "";
32
32
  this.styles = undefined;
33
+ this.enableLazy = false;
33
34
  this.defer = undefined;
34
35
  this.hasCtaSlot = undefined;
35
36
  }
@@ -68,10 +69,10 @@ export class PtcJumbotron {
68
69
  break;
69
70
  case "dark":
70
71
  case "light":
71
- mediaElement = (h("div", { class: "dl-img-wrap" }, h("ptc-img", { "img-url": this.bgSrc, styles: ".smart-bg{background-position:right !important;}" }), this.hasPopupVideo && this.isMobile ? (h("div", { class: "mobile-modal-play-btn" }, " ", h("slot", { name: "video" }))) : null));
72
+ mediaElement = (h("div", { class: "dl-img-wrap" }, h("ptc-img", { "img-url": this.bgSrc, "enable-lazy-load": this.enableLazy, styles: ".smart-bg{background-position:right !important;}" }), this.hasPopupVideo && this.isMobile ? (h("div", { class: "mobile-modal-play-btn" }, " ", h("slot", { name: "video" }))) : null));
72
73
  break;
73
74
  default:
74
- mediaElement = (h("ptc-img", { "img-url": this.bgSrc, styles: ".smart-bg{background-position:right !important;}" }));
75
+ mediaElement = (h("ptc-img", { "img-url": this.bgSrc, "enable-lazy-load": this.enableLazy, styles: ".smart-bg{background-position:right !important;}" }));
75
76
  }
76
77
  return (h(Host, { class: classMap }, this.styles && h("style", null, this.styles), h("div", { class: {
77
78
  parent: true,
@@ -92,14 +93,19 @@ export class PtcJumbotron {
92
93
  !this.isHomepage && (h("div", null, h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }))), !this.isHomepage && (h("ptc-para", { styles: `p{color: ${this.contentColor}!important;}`, "font-size": this.jumbotronType === "text" &&
93
94
  this.isMobile
94
95
  ? "x-small"
95
- : "small", "font-weight": "w-4", "para-margin": `${this.jumbotronType === "text" || this.jumbotronType === "blog" ? "margin-flush" : "margin-bottom-6"}`, "para-color": "white", "para-line-h": "line-height-p", "para-align": this.jumbotronType === "text"
96
+ : "small", "font-weight": "w-4", "para-margin": `${this.jumbotronType === "text" ||
97
+ this.jumbotronType === "blog"
98
+ ? "margin-flush"
99
+ : "margin-bottom-6"}`, "para-color": "white", "para-line-h": "line-height-p", "para-align": this.jumbotronType === "text"
96
100
  ? "center"
97
101
  : "left", "seo-compatibility-mode": true }, h("p", { innerHTML: this.subTitle, style: { margin: "0" } }), h("p", { style: { margin: "0" } }, h("slot", { name: "blog-date" })), this.jumbotronType === "blog" && (h("div", null, h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "small", size: "small" }), h("div", { id: "header-blog-author", slot: "blog-author" }, h("div", { class: "image" }, h("img", { alt: this
98
102
  .blogAuthorImageAlt, src: this
99
103
  .blogAuthorImage })), h("ptc-para", { "font-size": "small", "font-weight": "w-4", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, h("a", { class: "blog-author-name mf-listen", tabindex: "0", href: this
100
104
  .blogAuthorQueryHref, target: this
101
105
  .blogAuthorQueryTarget, "aria-label": "Other blogs by author" }, this
102
- .blogAuthorName))))))), this.hasCtaSlot && (h("div", { class: `u-flex u-flex-wrap gap-adjustment${this.jumbotronType === "text" ? " text-adjustment" : ""}` }, h("slot", { name: "j-cta" }))))), this.hasPopupVideo &&
106
+ .blogAuthorName))))))), this.hasCtaSlot && (h("div", { class: `u-flex u-flex-wrap gap-adjustment${this.jumbotronType === "text"
107
+ ? " text-adjustment"
108
+ : ""}` }, h("slot", { name: "j-cta" }))))), this.hasPopupVideo &&
103
109
  this.jumbotronType !== "png" ? (h("slot", { name: "video" })) : null, this.hasCountdown ? (h("slot", { name: "countdown" })) : null, this.jumbotronType === "png" ? (h("div", { class: "desktop-media-image" }, h("div", { class: "media-image-wrapper" }, h("ptc-picture", { "is-full-width": true, src: this.pngSrc, styles: `img {${this.pngImgStyles}}` }), this.hasPopupVideo ? (h("slot", { name: "video" })) : null))) : null, this.jumbotronType === "gif" ? (h("div", { class: "desktop-media-image desk-gif-adjustment" }, h("img", { src: this.gifSrc }))) : null, this.jumbotronType === "blog" ? (h("div", { class: "desktop-media-image" }, h("div", { class: "media-image-wrapper" }, h("ptc-picture", { "is-full-width": true, src: this.pngSrc, styles: "img {height: 100%;}" })))) : null)))));
104
110
  }
105
111
  getCssClassMap() {
@@ -623,6 +629,24 @@ export class PtcJumbotron {
623
629
  "attribute": "styles",
624
630
  "reflect": false
625
631
  },
632
+ "enableLazy": {
633
+ "type": "boolean",
634
+ "mutable": false,
635
+ "complexType": {
636
+ "original": "boolean",
637
+ "resolved": "boolean",
638
+ "references": {}
639
+ },
640
+ "required": false,
641
+ "optional": false,
642
+ "docs": {
643
+ "tags": [],
644
+ "text": "(optional) to enable lazy loading"
645
+ },
646
+ "attribute": "enable-lazy",
647
+ "reflect": false,
648
+ "defaultValue": "false"
649
+ },
626
650
  "defer": {
627
651
  "type": "boolean",
628
652
  "mutable": false,
@@ -86,6 +86,7 @@ ptc-footer {
86
86
  align-content: flex-end;
87
87
  z-index: 50020;
88
88
  transform: translateY(-100%);
89
+ position: relative;
89
90
  }
90
91
  @media only screen and (min-width: 992px) {
91
92
  .wrapper .modal-popup {
@@ -101,6 +102,9 @@ ptc-footer {
101
102
  .wrapper .modal-popup.xl {
102
103
  max-width: 64.0625rem;
103
104
  }
105
+ .wrapper .modal-popup.fit-content {
106
+ max-width: fit-content;
107
+ }
104
108
  .wrapper .modal-popup.max {
105
109
  width: calc(100% - 4rem);
106
110
  max-width: 75rem;
@@ -3,33 +3,19 @@ import { createFocusTrap } from "focus-trap";
3
3
  export class PtcModal {
4
4
  constructor() {
5
5
  this.setReturnFocus = () => {
6
- var _a, _b;
7
- if (!this.lastFocusElement)
8
- return;
9
- // Try focusing the last focused element directly
10
- if (this.lastFocusElement.tabIndex === 0) {
6
+ if (this.lastFocusElement instanceof HTMLElement) {
11
7
  this.lastFocusElement.focus();
12
- return;
13
- }
14
- // If it's inside a shadow DOM, try finding a focusable child
15
- const shadowRoot = this.lastFocusElement.shadowRoot;
16
- if (shadowRoot) {
17
- const focusableElementList = shadowRoot.querySelectorAll('button, [tabindex]:not([tabindex="-1"])');
18
- if (focusableElementList) {
19
- let focusableElement = focusableElementList[focusableElementList.length - 1];
20
- focusableElement.focus();
21
- return;
22
- }
23
- }
24
- // As a fallback, try to find a focusable child within the element
25
- const fallbackElement = (_b = (_a = this.lastFocusElement).querySelector) === null || _b === void 0 ? void 0 : _b.call(_a, 'button, [tabindex]:not([tabindex="-1"])');
26
- if (fallbackElement instanceof HTMLElement) {
27
- fallbackElement.focus();
28
8
  }
29
9
  };
30
10
  this.handleKeyPress = (event) => {
31
11
  if (event.key === "Enter" || event.key === " " || event.key === "Tab") {
32
12
  this.openedByKeyboard = true;
13
+ // if (event.key === 'Enter') {
14
+ // if (!this.show) {
15
+ // const id= (event.target as HTMLElement).getAttribute('id');
16
+ // localStorage.setItem('modalId', id);
17
+ // }
18
+ // }
33
19
  }
34
20
  };
35
21
  this.handleMouseDown = () => {
@@ -62,7 +48,7 @@ export class PtcModal {
62
48
  }
63
49
  onShowChange(newValue) {
64
50
  if (newValue) {
65
- this.lastFocusElement = document.activeElement;
51
+ // this.lastFocusElement = document.activeElement as HTMLElement;
66
52
  this.fireOnOpened(this);
67
53
  }
68
54
  else {
@@ -159,7 +145,7 @@ export class PtcModal {
159
145
  }
160
146
  componentDidLoad() {
161
147
  if (this.show) {
162
- this.lastFocusElement = document.activeElement;
148
+ // this.lastFocusElement = document.activeElement as HTMLElement;
163
149
  this.fireOnOpened(this);
164
150
  }
165
151
  if (this.showHeaderFooter) {
@@ -240,6 +226,20 @@ export class PtcModal {
240
226
  if (this.trap) {
241
227
  this.trap.deactivate();
242
228
  }
229
+ // // Code for returning the focus to the element which opened the modal
230
+ // const modalId = localStorage.getItem('modalId');
231
+ // if (!modalId) return;
232
+ // const focusItem = document.querySelector<HTMLElement>(`#${modalId}`);
233
+ // if (!focusItem || focusItem.id !== modalId) return;
234
+ // // Focus the host element
235
+ // focusItem.focus();
236
+ // // If it's a PTC-BUTTON, try focusing the internal native <button>
237
+ // if (focusItem.tagName === 'PTC-BUTTON' && focusItem.shadowRoot) {
238
+ // const innerButton = focusItem.shadowRoot.querySelector<HTMLElement>('button');
239
+ // innerButton?.focus();
240
+ // }
241
+ // // Clean up localStorage
242
+ // localStorage.removeItem('modalId');
243
243
  } })));
244
244
  let bottomCloseBtnEle = (h("div", { tabindex: "0", class: "bottom-close", id: "modal-bottom-close", onClick: (e) => {
245
245
  e.preventDefault();
@@ -355,8 +355,8 @@ export class PtcModal {
355
355
  "type": "string",
356
356
  "mutable": true,
357
357
  "complexType": {
358
- "original": "| \"sm\"\r\n\t\t| \"md\"\r\n\t\t| \"lg\"\r\n\t\t| \"xl\"\r\n\t\t| \"max\"\r\n\t\t| \"sm-modal\"",
359
- "resolved": "\"lg\" | \"max\" | \"md\" | \"sm\" | \"sm-modal\" | \"xl\"",
358
+ "original": "| \"sm\"\r\n\t\t| \"md\"\r\n\t\t| \"lg\"\r\n\t\t| \"xl\"\r\n\t\t| \"fit-content\"\r\n\t\t| \"max\"\r\n\t\t| \"sm-modal\"",
359
+ "resolved": "\"fit-content\" | \"lg\" | \"max\" | \"md\" | \"sm\" | \"sm-modal\" | \"xl\"",
360
360
  "references": {}
361
361
  },
362
362
  "required": false,
@@ -144,7 +144,10 @@ export class PtcModalQuiz {
144
144
  render() {
145
145
  const ProgressDots = () => {
146
146
  return (h("div", { class: "dot-progress-bar" }, [...Array(this.totalQuestions).keys()].map((questionNumber) => {
147
- return (h("div", null, h("div", { class: `dot-progress-circle ${questionNumber === this.currentQuestion - 1 ? "active" : ""}` }), questionNumber <
147
+ return (h("div", null, h("div", { class: `dot-progress-circle ${questionNumber ===
148
+ this.currentQuestion - 1
149
+ ? "active"
150
+ : ""}` }), questionNumber <
148
151
  this.totalQuestions - 1 ? (h("div", { class: "dot-progress-dash" }, h("div", { class: "dashed-line" }))) : null));
149
152
  })));
150
153
  };
@@ -108,6 +108,9 @@ p.main {
108
108
  p.primary-grey {
109
109
  color: var(--color-gray-10);
110
110
  }
111
+ p.primary-green {
112
+ color: var(--color-green-06);
113
+ }
111
114
  p.gray-darker {
112
115
  color: var(--color-gray-11);
113
116
  }
@@ -196,8 +196,8 @@ export class PtcPara {
196
196
  "type": "string",
197
197
  "mutable": false,
198
198
  "complexType": {
199
- "original": "\"primary-grey\" | \"white\" | \"gray-darker\"",
200
- "resolved": "\"gray-darker\" | \"primary-grey\" | \"white\"",
199
+ "original": "| \"primary-grey\"\r\n\t\t| \"primary-green\"\r\n\t\t| \"white\"\r\n\t\t| \"gray-darker\"",
200
+ "resolved": "\"gray-darker\" | \"primary-green\" | \"primary-grey\" | \"white\"",
201
201
  "references": {}
202
202
  },
203
203
  "required": false,
@@ -5608,14 +5608,17 @@ a:focus-visible {
5608
5608
 
5609
5609
  .light-links a:not(.hero-footer-form-wrapper a,
5610
5610
  ptc-modal inline-form a,
5611
+ .podcast-cta-section a,
5611
5612
  .vjs-social-share-links a),
5612
5613
  .light-links a.light-link,
5613
5614
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
5614
5615
  ptc-modal inline-form a,
5616
+ .podcast-cta-section a,
5615
5617
  .vjs-social-share-links a),
5616
5618
  .background-grey-10 a.light-link,
5617
5619
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
5618
5620
  ptc-modal inline-form a,
5621
+ .podcast-cta-section a,
5619
5622
  .vjs-social-share-links a),
5620
5623
  .background-plm-grey a.light-link {
5621
5624
  color: var(--color-blue-04);
@@ -5624,38 +5627,47 @@ ptc-modal inline-form a,
5624
5627
  }
5625
5628
  .light-links a:not(.hero-footer-form-wrapper a,
5626
5629
  ptc-modal inline-form a,
5630
+ .podcast-cta-section a,
5627
5631
  .vjs-social-share-links a):visited,
5628
5632
  .light-links a.light-link:visited,
5629
5633
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
5630
5634
  ptc-modal inline-form a,
5635
+ .podcast-cta-section a,
5631
5636
  .vjs-social-share-links a):visited,
5632
5637
  .background-grey-10 a.light-link:visited,
5633
5638
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
5634
5639
  ptc-modal inline-form a,
5640
+ .podcast-cta-section a,
5635
5641
  .vjs-social-share-links a):visited,
5636
5642
  .background-plm-grey a.light-link:visited {
5637
5643
  color: var(--color-blue-06);
5638
5644
  }
5639
5645
  .light-links a:not(.hero-footer-form-wrapper a,
5640
5646
  ptc-modal inline-form a,
5647
+ .podcast-cta-section a,
5641
5648
  .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
5642
5649
  ptc-modal inline-form a,
5650
+ .podcast-cta-section a,
5643
5651
  .vjs-social-share-links a):visited:active,
5644
5652
  .light-links a.light-link:active,
5645
5653
  .light-links a.light-link:visited:active,
5646
5654
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
5647
5655
  ptc-modal inline-form a,
5656
+ .podcast-cta-section a,
5648
5657
  .vjs-social-share-links a):active,
5649
5658
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
5650
5659
  ptc-modal inline-form a,
5660
+ .podcast-cta-section a,
5651
5661
  .vjs-social-share-links a):visited:active,
5652
5662
  .background-grey-10 a.light-link:active,
5653
5663
  .background-grey-10 a.light-link:visited:active,
5654
5664
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
5655
5665
  ptc-modal inline-form a,
5666
+ .podcast-cta-section a,
5656
5667
  .vjs-social-share-links a):active,
5657
5668
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
5658
5669
  ptc-modal inline-form a,
5670
+ .podcast-cta-section a,
5659
5671
  .vjs-social-share-links a):visited:active,
5660
5672
  .background-plm-grey a.light-link:active,
5661
5673
  .background-plm-grey a.light-link:visited:active {
@@ -5664,24 +5676,30 @@ ptc-modal inline-form a,
5664
5676
  }
5665
5677
  .light-links a:not(.hero-footer-form-wrapper a,
5666
5678
  ptc-modal inline-form a,
5679
+ .podcast-cta-section a,
5667
5680
  .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
5668
5681
  ptc-modal inline-form a,
5682
+ .podcast-cta-section a,
5669
5683
  .vjs-social-share-links a):visited:hover,
5670
5684
  .light-links a.light-link:hover,
5671
5685
  .light-links a.light-link:visited:hover,
5672
5686
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
5673
5687
  ptc-modal inline-form a,
5688
+ .podcast-cta-section a,
5674
5689
  .vjs-social-share-links a):hover,
5675
5690
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
5676
5691
  ptc-modal inline-form a,
5692
+ .podcast-cta-section a,
5677
5693
  .vjs-social-share-links a):visited:hover,
5678
5694
  .background-grey-10 a.light-link:hover,
5679
5695
  .background-grey-10 a.light-link:visited:hover,
5680
5696
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
5681
5697
  ptc-modal inline-form a,
5698
+ .podcast-cta-section a,
5682
5699
  .vjs-social-share-links a):hover,
5683
5700
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
5684
5701
  ptc-modal inline-form a,
5702
+ .podcast-cta-section a,
5685
5703
  .vjs-social-share-links a):visited:hover,
5686
5704
  .background-plm-grey a.light-link:hover,
5687
5705
  .background-plm-grey a.light-link:visited:hover {
@@ -5689,14 +5707,17 @@ ptc-modal inline-form a,
5689
5707
  }
5690
5708
  .light-links a:not(.hero-footer-form-wrapper a,
5691
5709
  ptc-modal inline-form a,
5710
+ .podcast-cta-section a,
5692
5711
  .vjs-social-share-links a).disabled,
5693
5712
  .light-links a.light-link.disabled,
5694
5713
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
5695
5714
  ptc-modal inline-form a,
5715
+ .podcast-cta-section a,
5696
5716
  .vjs-social-share-links a).disabled,
5697
5717
  .background-grey-10 a.light-link.disabled,
5698
5718
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
5699
5719
  ptc-modal inline-form a,
5720
+ .podcast-cta-section a,
5700
5721
  .vjs-social-share-links a).disabled,
5701
5722
  .background-plm-grey a.light-link.disabled {
5702
5723
  color: var(--color-gray-04) !important;
@@ -5704,14 +5725,17 @@ ptc-modal inline-form a,
5704
5725
  }
5705
5726
  .light-links a:not(.hero-footer-form-wrapper a,
5706
5727
  ptc-modal inline-form a,
5728
+ .podcast-cta-section a,
5707
5729
  .vjs-social-share-links a):focus-visible,
5708
5730
  .light-links a.light-link:focus-visible,
5709
5731
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
5710
5732
  ptc-modal inline-form a,
5733
+ .podcast-cta-section a,
5711
5734
  .vjs-social-share-links a):focus-visible,
5712
5735
  .background-grey-10 a.light-link:focus-visible,
5713
5736
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
5714
5737
  ptc-modal inline-form a,
5738
+ .podcast-cta-section a,
5715
5739
  .vjs-social-share-links a):focus-visible,
5716
5740
  .background-plm-grey a.light-link:focus-visible {
5717
5741
  border-radius: var(--ptc-border-radius-standard);