@ptcwebops/ptcw-design 3.3.9 → 3.4.1

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 (327) hide show
  1. package/dist/cjs/embedded-form.cjs.entry.js +114 -0
  2. package/dist/cjs/icon-asset_4.cjs.entry.js +298 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/max-width-container.cjs.entry.js +54 -0
  5. package/dist/cjs/ptc-bio-card.cjs.entry.js +2 -2
  6. package/dist/cjs/ptc-breadcrumb_2.cjs.entry.js +1 -1
  7. package/dist/cjs/ptc-button.cjs.entry.js +75 -0
  8. package/dist/cjs/ptc-card-bottom_3.cjs.entry.js +2 -2
  9. package/dist/cjs/ptc-card-content.cjs.entry.js +2 -2
  10. package/dist/cjs/ptc-card.cjs.entry.js +2 -2
  11. package/dist/cjs/ptc-data-lookup.cjs.entry.js +522 -0
  12. package/dist/cjs/ptc-embedded-quiz.cjs.entry.js +2 -2
  13. package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +2 -2
  14. package/dist/cjs/{embedded-form_9.cjs.entry.js → ptc-form-checkbox_3.cjs.entry.js} +0 -864
  15. package/dist/cjs/ptc-media-card.cjs.entry.js +2 -9
  16. package/dist/cjs/ptc-podcast-card.cjs.entry.js +2 -2
  17. package/dist/cjs/ptc-related-card-rail.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  19. package/dist/cjs/ptc-square-card.cjs.entry.js +2 -2
  20. package/dist/cjs/ptc-title.cjs.entry.js +99 -0
  21. package/dist/cjs/ptc-value-led-intro.cjs.entry.js +1 -1
  22. package/dist/cjs/ptc-value-led-layout.cjs.entry.js +1 -1
  23. package/dist/cjs/ptcw-design.cjs.js +1 -1
  24. package/dist/cjs/sequential-bundle-example.cjs.entry.js +2 -2
  25. package/dist/cjs/tab-header.cjs.entry.js +2 -2
  26. package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.css +3 -0
  27. package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.js +1 -1
  28. package/dist/collection/components/ptc-announcement/ptc-announcement.css +4 -0
  29. package/dist/collection/components/ptc-announcement/ptc-announcement.js +1 -1
  30. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +3 -0
  31. package/dist/collection/components/ptc-bio-card/ptc-bio-card.js +1 -1
  32. package/dist/collection/components/ptc-card/ptc-card.css +9 -5
  33. package/dist/collection/components/ptc-card/ptc-card.js +1 -1
  34. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.css +3 -0
  35. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +1 -1
  36. package/dist/collection/components/ptc-card-content/ptc-card-content.css +3 -0
  37. package/dist/collection/components/ptc-card-content/ptc-card-content.js +1 -1
  38. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.css +3 -0
  39. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.js +1 -1
  40. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.css +4 -4
  41. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +2 -2
  42. package/dist/collection/components/ptc-media-card/ptc-media-card.css +3 -0
  43. package/dist/collection/components/ptc-media-card/ptc-media-card.js +1 -8
  44. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +3 -0
  45. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.js +1 -1
  46. package/dist/collection/components/ptc-related-card-rail/ptc-related-card-rail.js +1 -1
  47. package/dist/collection/components/ptc-square-card/ptc-square-card.css +3 -0
  48. package/dist/collection/components/ptc-square-card/ptc-square-card.js +1 -1
  49. package/dist/collection/components/ptc-theater-video/ptc-theater-video.css +4 -4
  50. package/dist/collection/components/ptc-title/ptc-title.css +8 -0
  51. package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.css +2 -2
  52. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.css +2 -2
  53. package/dist/collection/components/tab-header/tab-header.css +4 -0
  54. package/dist/collection/components/tab-header/tab-header.js +1 -1
  55. package/dist/custom-elements/index.js +30 -37
  56. package/dist/esm/author-listing-example.entry.js +1 -1
  57. package/dist/esm/bundle-example.entry.js +1 -1
  58. package/dist/esm/bundle-jumbotron-example.entry.js +1 -1
  59. package/dist/esm/dropdown-item.entry.js +1 -1
  60. package/dist/esm/dynamic-box-bundle.entry.js +1 -1
  61. package/dist/esm/embedded-form.entry.js +110 -0
  62. package/dist/esm/featured-list.entry.js +1 -1
  63. package/dist/esm/fl-tab-content_3.entry.js +1 -1
  64. package/dist/esm/footer-form.entry.js +1 -1
  65. package/dist/esm/icon-asset_4.entry.js +291 -0
  66. package/dist/esm/{index-62587d0b.js → index-4025d85a.js} +1 -1
  67. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  68. package/dist/esm/list-item.entry.js +1 -1
  69. package/dist/esm/loader.js +3 -3
  70. package/dist/esm/max-width-container.entry.js +50 -0
  71. package/dist/esm/my-component.entry.js +2 -2
  72. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  73. package/dist/esm/ptc-accordion.entry.js +1 -1
  74. package/dist/esm/ptc-back-to-top.entry.js +1 -1
  75. package/dist/esm/ptc-background-video.entry.js +1 -1
  76. package/dist/esm/ptc-bio-card.entry.js +3 -3
  77. package/dist/esm/ptc-breadcrumb_2.entry.js +2 -2
  78. package/dist/esm/ptc-brightcov-video.entry.js +1 -1
  79. package/dist/esm/ptc-button.entry.js +71 -0
  80. package/dist/esm/ptc-card-bottom_3.entry.js +3 -3
  81. package/dist/esm/ptc-card-content.entry.js +3 -3
  82. package/dist/esm/ptc-card.entry.js +3 -3
  83. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  84. package/dist/esm/ptc-checkbox.entry.js +1 -1
  85. package/dist/esm/ptc-collapse-list.entry.js +2 -2
  86. package/dist/esm/ptc-container.entry.js +1 -1
  87. package/dist/esm/ptc-data-lookup.entry.js +518 -0
  88. package/dist/esm/ptc-date.entry.js +1 -1
  89. package/dist/esm/ptc-dropdown.entry.js +1 -1
  90. package/dist/esm/ptc-dynamic-card.entry.js +1 -1
  91. package/dist/esm/ptc-ellipsis-dropdown.entry.js +1 -1
  92. package/dist/esm/ptc-embedded-quiz.entry.js +3 -3
  93. package/dist/esm/ptc-featured-list.entry.js +1 -1
  94. package/dist/esm/ptc-filter-dropdown_4.entry.js +3 -3
  95. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  96. package/dist/esm/ptc-filter-tag.entry.js +1 -1
  97. package/dist/esm/{embedded-form_9.entry.js → ptc-form-checkbox_3.entry.js} +3 -861
  98. package/dist/esm/ptc-form.entry.js +1 -1
  99. package/dist/esm/ptc-hero-footer-cta.entry.js +1 -1
  100. package/dist/esm/ptc-hero.entry.js +1 -1
  101. package/dist/esm/ptc-icon-component.entry.js +1 -1
  102. package/dist/esm/ptc-icon-list.entry.js +1 -1
  103. package/dist/esm/ptc-icon-minimize.entry.js +1 -1
  104. package/dist/esm/ptc-image-download-strip.entry.js +1 -1
  105. package/dist/esm/ptc-img.entry.js +1 -1
  106. package/dist/esm/ptc-link.entry.js +2 -2
  107. package/dist/esm/ptc-list.entry.js +1 -1
  108. package/dist/esm/ptc-media-card.entry.js +4 -11
  109. package/dist/esm/ptc-minimized-nav.entry.js +1 -1
  110. package/dist/esm/ptc-mobile-select.entry.js +1 -1
  111. package/dist/esm/ptc-modal-quiz.entry.js +1 -1
  112. package/dist/esm/ptc-modal.entry.js +1 -1
  113. package/dist/esm/ptc-nav-card.entry.js +1 -1
  114. package/dist/esm/ptc-nav-link.entry.js +1 -1
  115. package/dist/esm/ptc-nav-pills.entry.js +1 -1
  116. package/dist/esm/ptc-nav-slider.entry.js +1 -1
  117. package/dist/esm/ptc-nav-submenu.entry.js +1 -1
  118. package/dist/esm/ptc-news.entry.js +1 -1
  119. package/dist/esm/ptc-overlay.entry.js +1 -1
  120. package/dist/esm/ptc-pagenation.entry.js +1 -1
  121. package/dist/esm/ptc-para.entry.js +2 -2
  122. package/dist/esm/ptc-picture.entry.js +1 -1
  123. package/dist/esm/ptc-podcast-card.entry.js +3 -3
  124. package/dist/esm/ptc-previous-url.entry.js +1 -1
  125. package/dist/esm/ptc-pricing-add-on-card.entry.js +1 -1
  126. package/dist/esm/ptc-pricing-add-on-section.entry.js +1 -1
  127. package/dist/esm/ptc-pricing-block.entry.js +1 -1
  128. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  129. package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
  130. package/dist/esm/ptc-product-card.entry.js +1 -1
  131. package/dist/esm/ptc-product-category.entry.js +1 -1
  132. package/dist/esm/ptc-product-dropdown.entry.js +1 -1
  133. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  134. package/dist/esm/ptc-product-list.entry.js +1 -1
  135. package/dist/esm/ptc-product-sidebar.entry.js +1 -1
  136. package/dist/esm/ptc-progress-bar.entry.js +1 -1
  137. package/dist/esm/ptc-quote.entry.js +1 -1
  138. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  139. package/dist/esm/ptc-related-card-rail.entry.js +2 -2
  140. package/dist/esm/ptc-responsive-wrapper.entry.js +1 -1
  141. package/dist/esm/ptc-search-field.entry.js +1 -1
  142. package/dist/esm/ptc-seo-title.entry.js +1 -1
  143. package/dist/esm/ptc-shopping-cart.entry.js +1 -1
  144. package/dist/esm/ptc-slit-card.entry.js +1 -1
  145. package/dist/esm/ptc-spacer.entry.js +34 -0
  146. package/dist/esm/ptc-span.entry.js +1 -1
  147. package/dist/esm/ptc-square-card.entry.js +3 -3
  148. package/dist/esm/ptc-sticky-icons.entry.js +1 -1
  149. package/dist/esm/ptc-sticky-section.entry.js +1 -1
  150. package/dist/esm/ptc-sticky-title.entry.js +1 -1
  151. package/dist/esm/ptc-subnav-card.entry.js +1 -1
  152. package/dist/esm/ptc-subnav.entry.js +1 -1
  153. package/dist/esm/ptc-svg-btn.entry.js +1 -1
  154. package/dist/esm/ptc-tab-list.entry.js +1 -1
  155. package/dist/esm/ptc-tab.entry.js +1 -1
  156. package/dist/esm/ptc-tabs.entry.js +1 -1
  157. package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
  158. package/dist/esm/ptc-theater-video-modal.entry.js +1 -1
  159. package/dist/esm/ptc-title.entry.js +95 -0
  160. package/dist/esm/ptc-two-column-media.entry.js +1 -1
  161. package/dist/esm/ptc-value-led-card.entry.js +1 -1
  162. package/dist/esm/ptc-value-led-content-highlight.entry.js +1 -1
  163. package/dist/esm/ptc-value-led-content.entry.js +1 -1
  164. package/dist/esm/ptc-value-led-intro.entry.js +2 -2
  165. package/dist/esm/ptc-value-led-layout.entry.js +2 -2
  166. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  167. package/dist/esm/ptc-value-prop-card.entry.js +1 -1
  168. package/dist/esm/ptc-white-paper.entry.js +1 -1
  169. package/dist/esm/ptcw-design.js +3 -3
  170. package/dist/esm/sequential-bundle-example.entry.js +3 -3
  171. package/dist/esm/sequential-bundle.entry.js +1 -1
  172. package/dist/esm/tab-content.entry.js +1 -1
  173. package/dist/esm/tab-header.entry.js +3 -3
  174. package/dist/esm/{utils-8fe7e3fd.js → utils-ec03e51e.js} +1 -1
  175. package/dist/ptcw-design/{p-46d9058c.entry.js → p-016abee7.entry.js} +1 -1
  176. package/dist/ptcw-design/p-027bdb8f.entry.js +1 -0
  177. package/dist/ptcw-design/p-041beaf4.entry.js +1 -0
  178. package/dist/ptcw-design/p-047a8a1a.entry.js +1 -0
  179. package/dist/ptcw-design/{p-7057b757.entry.js → p-052601d9.entry.js} +1 -1
  180. package/dist/ptcw-design/{p-a95fd3fc.entry.js → p-06b1b637.entry.js} +1 -1
  181. package/dist/ptcw-design/{p-211af9e1.entry.js → p-06c6ea4c.entry.js} +1 -1
  182. package/dist/ptcw-design/{p-dafb152d.entry.js → p-084ee207.entry.js} +1 -1
  183. package/dist/ptcw-design/p-0a923315.entry.js +1 -0
  184. package/dist/ptcw-design/{p-8609c7b2.entry.js → p-0af76a07.entry.js} +1 -1
  185. package/dist/ptcw-design/{p-43aa9e96.entry.js → p-11accaff.entry.js} +1 -1
  186. package/dist/ptcw-design/{p-7f1dd267.entry.js → p-149b36d8.entry.js} +1 -1
  187. package/dist/ptcw-design/{p-84e83224.entry.js → p-14d5bf99.entry.js} +1 -1
  188. package/dist/ptcw-design/{p-ee10e88e.entry.js → p-159cefeb.entry.js} +1 -1
  189. package/dist/ptcw-design/{p-92648b82.entry.js → p-179c53ad.entry.js} +1 -1
  190. package/dist/ptcw-design/{p-a6c6e898.entry.js → p-1c93ee68.entry.js} +1 -1
  191. package/dist/ptcw-design/{p-ffede29b.entry.js → p-1e333fa3.entry.js} +1 -1
  192. package/dist/ptcw-design/{p-49f06645.entry.js → p-1e82f492.entry.js} +1 -1
  193. package/dist/ptcw-design/{p-d4999019.entry.js → p-24260cad.entry.js} +1 -1
  194. package/dist/ptcw-design/{p-75d0ee9e.entry.js → p-25ce65a9.entry.js} +1 -1
  195. package/dist/ptcw-design/{p-a64f1d6f.entry.js → p-27282ed2.entry.js} +1 -1
  196. package/dist/ptcw-design/{p-4b1bb2ca.entry.js → p-2729fcf1.entry.js} +1 -1
  197. package/dist/ptcw-design/p-27eaab9c.entry.js +1 -0
  198. package/dist/ptcw-design/{p-886999a8.entry.js → p-291501ac.entry.js} +1 -1
  199. package/dist/ptcw-design/{p-ccb6fcb7.entry.js → p-29761cca.entry.js} +1 -1
  200. package/dist/ptcw-design/{p-a7330910.entry.js → p-2ca10131.entry.js} +1 -1
  201. package/dist/ptcw-design/{p-c3085dbf.entry.js → p-35156762.entry.js} +1 -1
  202. package/dist/ptcw-design/{p-7a8726da.entry.js → p-3a291b61.entry.js} +1 -1
  203. package/dist/ptcw-design/p-3b449f73.entry.js +1 -0
  204. package/dist/ptcw-design/p-3b91b9de.entry.js +1 -0
  205. package/dist/ptcw-design/p-3d9a5d4d.entry.js +1 -0
  206. package/dist/ptcw-design/{p-8c3cdc5a.entry.js → p-3ebbc544.entry.js} +1 -1
  207. package/dist/ptcw-design/{p-ca01e3eb.js → p-40bd4f0a.js} +1 -1
  208. package/dist/ptcw-design/{p-a32571b5.entry.js → p-473d9d45.entry.js} +1 -1
  209. package/dist/ptcw-design/{p-2c6cce6c.entry.js → p-499565e9.entry.js} +1 -1
  210. package/dist/ptcw-design/{p-8a7ac34f.entry.js → p-4cf2d9ba.entry.js} +1 -1
  211. package/dist/ptcw-design/{p-01f51476.entry.js → p-4d6d18f2.entry.js} +1 -1
  212. package/dist/ptcw-design/{p-eef785f3.entry.js → p-4da72c00.entry.js} +1 -1
  213. package/dist/ptcw-design/{p-8d2425b5.entry.js → p-4e5e248a.entry.js} +1 -1
  214. package/dist/ptcw-design/{p-62e37c2b.entry.js → p-4f34e6c8.entry.js} +1 -1
  215. package/dist/ptcw-design/{p-ac96f617.entry.js → p-5423eae8.entry.js} +1 -1
  216. package/dist/ptcw-design/{p-9e8791c4.entry.js → p-56531155.entry.js} +1 -1
  217. package/dist/ptcw-design/p-570147ae.entry.js +1 -0
  218. package/dist/ptcw-design/{p-92904b6b.entry.js → p-595f8dee.entry.js} +1 -1
  219. package/dist/ptcw-design/{p-1a5a5341.entry.js → p-5af8beda.entry.js} +1 -1
  220. package/dist/ptcw-design/{p-ff98c94b.entry.js → p-5f66ed1f.entry.js} +1 -1
  221. package/dist/ptcw-design/{p-15cd377e.entry.js → p-61feb9c3.entry.js} +1 -1
  222. package/dist/ptcw-design/{p-33db658c.entry.js → p-6532393f.entry.js} +1 -1
  223. package/dist/ptcw-design/{p-aa5af6a7.entry.js → p-66d12557.entry.js} +1 -1
  224. package/dist/ptcw-design/{p-9f227e83.entry.js → p-68507582.entry.js} +1 -1
  225. package/dist/ptcw-design/p-6bddd3c0.entry.js +1 -0
  226. package/dist/ptcw-design/{p-8471b016.entry.js → p-6c56f83f.entry.js} +1 -1
  227. package/dist/ptcw-design/{p-58e883bc.entry.js → p-6e81553e.entry.js} +1 -1
  228. package/dist/ptcw-design/{p-716f5cfc.entry.js → p-6ea40776.entry.js} +1 -1
  229. package/dist/ptcw-design/{p-006da5ab.entry.js → p-71d15f4f.entry.js} +1 -1
  230. package/dist/ptcw-design/{p-cc4b2671.entry.js → p-73429b0c.entry.js} +1 -1
  231. package/dist/ptcw-design/{p-37fe2ada.entry.js → p-77cf5877.entry.js} +1 -1
  232. package/dist/ptcw-design/{p-d6adaf89.entry.js → p-783b278d.entry.js} +1 -1
  233. package/dist/ptcw-design/{p-b58991de.entry.js → p-7899f28e.entry.js} +1 -1
  234. package/dist/ptcw-design/{p-93b2520e.entry.js → p-7b2c82bf.entry.js} +1 -1
  235. package/dist/ptcw-design/{p-dfec5f00.entry.js → p-7bd287e6.entry.js} +1 -1
  236. package/dist/ptcw-design/p-7da8c09a.entry.js +1 -0
  237. package/dist/ptcw-design/p-7ed2372b.entry.js +1 -0
  238. package/dist/ptcw-design/{p-71a5a4b8.entry.js → p-80e3f081.entry.js} +1 -1
  239. package/dist/ptcw-design/{p-34f6cb85.entry.js → p-818ef281.entry.js} +1 -1
  240. package/dist/ptcw-design/{p-37bd13af.entry.js → p-853148c3.entry.js} +1 -1
  241. package/dist/ptcw-design/{p-dff8c778.entry.js → p-96761597.entry.js} +1 -1
  242. package/dist/ptcw-design/p-9a908785.entry.js +1 -0
  243. package/dist/ptcw-design/{p-a2ed8861.entry.js → p-9b5bac71.entry.js} +1 -1
  244. package/dist/ptcw-design/{p-2c5b80ad.entry.js → p-a6c31305.entry.js} +1 -1
  245. package/dist/ptcw-design/{p-00a1336a.js → p-a7fdc2eb.js} +1 -1
  246. package/dist/ptcw-design/{p-5a6614a3.entry.js → p-abf4e9d7.entry.js} +1 -1
  247. package/dist/ptcw-design/{p-6aa14f70.entry.js → p-aca960a9.entry.js} +1 -1
  248. package/dist/ptcw-design/p-acc71f4b.entry.js +1 -0
  249. package/dist/ptcw-design/{p-14a53b5a.entry.js → p-ad78b94d.entry.js} +1 -1
  250. package/dist/ptcw-design/p-b0810037.entry.js +1 -0
  251. package/dist/ptcw-design/{p-b80358ed.entry.js → p-b222d731.entry.js} +1 -1
  252. package/dist/ptcw-design/{p-46321985.entry.js → p-b995b462.entry.js} +1 -1
  253. package/dist/ptcw-design/p-b9c64260.entry.js +1 -0
  254. package/dist/ptcw-design/p-b9fbc293.entry.js +1 -0
  255. package/dist/ptcw-design/{p-ca7250a3.entry.js → p-bce9a8a2.entry.js} +1 -1
  256. package/dist/ptcw-design/{p-95cc32a1.entry.js → p-be78874a.entry.js} +1 -1
  257. package/dist/ptcw-design/{p-5249434f.entry.js → p-bf26e676.entry.js} +1 -1
  258. package/dist/ptcw-design/p-c080ae80.entry.js +1 -0
  259. package/dist/ptcw-design/p-c1bd1b09.entry.js +1 -0
  260. package/dist/ptcw-design/{p-6159ccab.entry.js → p-c1cf0516.entry.js} +1 -1
  261. package/dist/ptcw-design/{p-e21c0fa1.entry.js → p-c25ea76a.entry.js} +1 -1
  262. package/dist/ptcw-design/{p-3eee7c0b.entry.js → p-c5fd62c1.entry.js} +1 -1
  263. package/dist/ptcw-design/{p-91a9844b.entry.js → p-c8dba698.entry.js} +1 -1
  264. package/dist/ptcw-design/{p-fa0bac17.entry.js → p-c9eeb679.entry.js} +1 -1
  265. package/dist/ptcw-design/{p-f8e41992.entry.js → p-cea9dade.entry.js} +1 -1
  266. package/dist/ptcw-design/{p-f2a4150c.entry.js → p-cebe26a7.entry.js} +1 -1
  267. package/dist/ptcw-design/{p-c34b4f8c.entry.js → p-dbc8e0df.entry.js} +1 -1
  268. package/dist/ptcw-design/{p-63d80a6a.entry.js → p-dd106b3a.entry.js} +1 -1
  269. package/dist/ptcw-design/{p-9691a9fe.entry.js → p-dfe7c182.entry.js} +1 -1
  270. package/dist/ptcw-design/p-e1028727.entry.js +1 -0
  271. package/dist/ptcw-design/{p-029b2e2f.entry.js → p-e3addf1b.entry.js} +1 -1
  272. package/dist/ptcw-design/p-ea9762a2.entry.js +1 -0
  273. package/dist/ptcw-design/{p-0f44c924.entry.js → p-ebadbd24.entry.js} +1 -1
  274. package/dist/ptcw-design/{p-c942764e.entry.js → p-ecb42fea.entry.js} +1 -1
  275. package/dist/ptcw-design/{p-521f8a44.entry.js → p-f1a31099.entry.js} +1 -1
  276. package/dist/ptcw-design/p-f2049ba8.entry.js +1 -0
  277. package/dist/ptcw-design/{p-1f734049.entry.js → p-f2db5807.entry.js} +1 -1
  278. package/dist/ptcw-design/{p-e4126c09.entry.js → p-f2e2cf72.entry.js} +1 -1
  279. package/dist/ptcw-design/{p-2aec9d6e.entry.js → p-f3f647db.entry.js} +16 -16
  280. package/dist/ptcw-design/{p-cf0324c0.entry.js → p-f3feb0d1.entry.js} +1 -1
  281. package/dist/ptcw-design/p-f5051648.entry.js +1 -0
  282. package/dist/ptcw-design/p-f52952e9.entry.js +1 -0
  283. package/dist/ptcw-design/{p-08ed517e.entry.js → p-f7e6f676.entry.js} +1 -1
  284. package/dist/ptcw-design/{p-0eff6801.entry.js → p-f823cf51.entry.js} +1 -1
  285. package/dist/ptcw-design/{p-565bd4fa.entry.js → p-f892bcd3.entry.js} +1 -1
  286. package/dist/ptcw-design/p-f8a26f4b.entry.js +1 -0
  287. package/dist/ptcw-design/{p-945d22e4.entry.js → p-fa05e374.entry.js} +1 -1
  288. package/dist/ptcw-design/{p-543e1237.entry.js → p-fa2f71c3.entry.js} +1 -1
  289. package/dist/ptcw-design/p-fade4060.entry.js +1 -0
  290. package/dist/ptcw-design/p-fb937570.entry.js +1 -0
  291. package/dist/ptcw-design/{p-c9303172.entry.js → p-ff2fd535.entry.js} +1 -1
  292. package/dist/ptcw-design/ptcw-design.css +1 -1
  293. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  294. package/package.json +1 -1
  295. package/readme.md +1 -1
  296. package/dist/cjs/icon-asset.cjs.entry.js +0 -53
  297. package/dist/cjs/ptc-announcement.cjs.entry.js +0 -63
  298. package/dist/cjs/ptc-readmore.cjs.entry.js +0 -93
  299. package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -107
  300. package/dist/esm/icon-asset.entry.js +0 -49
  301. package/dist/esm/ptc-announcement.entry.js +0 -59
  302. package/dist/esm/ptc-readmore.entry.js +0 -89
  303. package/dist/esm/ptc-tooltip.entry.js +0 -103
  304. package/dist/ptcw-design/p-124271d5.entry.js +0 -1
  305. package/dist/ptcw-design/p-126a278b.entry.js +0 -1
  306. package/dist/ptcw-design/p-1afabe42.entry.js +0 -1
  307. package/dist/ptcw-design/p-328c4737.entry.js +0 -1
  308. package/dist/ptcw-design/p-3bb91bc8.entry.js +0 -1
  309. package/dist/ptcw-design/p-46e3abad.entry.js +0 -1
  310. package/dist/ptcw-design/p-5950c87d.entry.js +0 -1
  311. package/dist/ptcw-design/p-5d3c3f35.entry.js +0 -1
  312. package/dist/ptcw-design/p-61e48f01.entry.js +0 -1
  313. package/dist/ptcw-design/p-6b6d6ca6.entry.js +0 -1
  314. package/dist/ptcw-design/p-752f779c.entry.js +0 -1
  315. package/dist/ptcw-design/p-7951252a.entry.js +0 -1
  316. package/dist/ptcw-design/p-98726195.entry.js +0 -1
  317. package/dist/ptcw-design/p-9d8f290c.entry.js +0 -1
  318. package/dist/ptcw-design/p-a6765bb5.entry.js +0 -1
  319. package/dist/ptcw-design/p-be64f40e.entry.js +0 -1
  320. package/dist/ptcw-design/p-cb74635b.entry.js +0 -1
  321. package/dist/ptcw-design/p-cd1627fd.entry.js +0 -1
  322. package/dist/ptcw-design/p-cd8b434c.entry.js +0 -1
  323. package/dist/ptcw-design/p-de7b2cd1.entry.js +0 -1
  324. package/dist/ptcw-design/p-e40fc7a4.entry.js +0 -1
  325. package/dist/ptcw-design/p-e54c51b3.entry.js +0 -1
  326. package/dist/ptcw-design/p-f04682d1.entry.js +0 -1
  327. package/dist/ptcw-design/p-f7b3d970.entry.js +0 -1
@@ -79,7 +79,7 @@ export class SequentialBundleExample {
79
79
  h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "desktop", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test", "is-expanded": this.isInteralCardsExpanded[3] }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More")),
80
80
  h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "desktop", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test", "is-expanded": this.isInteralCardsExpanded[4] }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More")),
81
81
  ];
82
- return (h(Host, null, this.isMobile ? (h("div", { class: "swiper-container mobile-container" }, h("div", { class: "swiper-wrapper" }, h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More"))), h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More"))), h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More"))), h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More"))), h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More")))), h("div", { class: "swiper-pagination" }))) : ([
82
+ return (h(Host, null, h("slot", { name: 'seo-content' }), this.isMobile ? (h("div", { class: "swiper-container mobile-container" }, h("div", { class: "swiper-wrapper" }, h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More"))), h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More"))), h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More"))), h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More"))), h("div", { class: "swiper-slide" }, h("ptc-dynamic-card", { "card-type": "sequential", "card-screen": "mobile", "card-title": "iWarranty Business Update Webinar", "card-img-src": "https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data", "card-img-alt": "image-test" }, h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-color": "white", "para-line-h": "line-height-p" }, "The Leading Warranty & Contract Management System just got even better... iWarranty v5.3 now available!"), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": "https://www.ptc.com", target: "_blank" }, "Learn More")))), h("div", { class: "swiper-pagination" }))) : ([
83
83
  h("div", { class: "accordion-container desktop-container" }, deskTCards.map((card, index) => (h("div", { class: {
84
84
  card: true,
85
85
  expanded: index === this.expandedCardIndex,
@@ -76,6 +76,10 @@
76
76
  display: block;
77
77
  }
78
78
 
79
+ ::slotted([slot=seo-content]) {
80
+ display: none;
81
+ }
82
+
79
83
  .content-wrapper {
80
84
  display: flex;
81
85
  padding-top: var(--ptc-element-spacing-03);
@@ -37,7 +37,7 @@ export class PtcAnnouncement {
37
37
  render() {
38
38
  var _a, _b;
39
39
  const classMap = this.getCssClassMap();
40
- return (h(Host, null, h("div", { class: classMap, part: "part-announcement" }, h("div", { class: "content-wrapper ptc-container" }, h("div", { class: "left-content", part: "part-left-content" }, !!this.barTitle ? (h("div", { class: `title${this.isMaxWidthTitle()}` }, this.windowSize === 'mobile' ? (this.barTitle) : (h("ptc-tooltip", { "text-display": "inline", "max-length": "60", "z-index": "z-2", description: this.barTitle, position: "bottom" })))) : null, this.windowSize === 'mobile' ? ( //mobile view
40
+ return (h(Host, null, h("div", { class: classMap, part: "part-announcement" }, h("div", { class: "content-wrapper ptc-container" }, h("div", { class: "left-content", part: "part-left-content" }, h("slot", { name: "seo-content" }), !!this.barTitle ? (h("div", { class: `title${this.isMaxWidthTitle()}` }, this.windowSize === 'mobile' ? (this.barTitle) : (h("ptc-tooltip", { "text-display": "inline", "max-length": "60", "z-index": "z-2", description: this.barTitle, position: "bottom" })))) : null, this.windowSize === 'mobile' ? ( //mobile view
41
41
  Object.assign({}, (!!this.description || !!this.linkUrl ? (h("ptc-readmore", { "visible-lines-custom": this.customMaxLines, "z-index": "z-3", "more-text": this.moreText }, h("div", { style: { display: 'inline' } }, !!this.description ? `${this.description + ' '}` : null, !!this.linkText ? (h("a", { class: "cta-link", href: this.linkUrl, title: (_a = this.linkTitle) !== null && _a !== void 0 ? _a : this.linkText, target: this.target }, this.linkText, console.log('rending link'))) : null))) : null))) : (
42
42
  //desktop view
43
43
  h("div", { class: "description" }, !!this.description ? (h("ptc-tooltip", { "text-display": "inline", "max-length": "165", "z-index": "z-2", description: this.description + ' ', position: "bottom" })) : null, !!this.linkText ? (h("a", { class: "cta-link", href: this.linkUrl, title: (_b = this.linkTitle) !== null && _b !== void 0 ? _b : this.linkText, target: this.target }, h("ptc-tooltip", { "text-display": "inline", "max-length": "25", "z-index": "z-2", description: this.linkText, position: "bottom" }))) : null))), h("icon-asset", { color: "inherit", name: "close-button-flat", type: "ptc", size: this.getIconSize(), onClick: this.closeClick, class: "bar-close" })))));
@@ -2,6 +2,9 @@
2
2
  display: block;
3
3
  color: var(--color-gray-10);
4
4
  }
5
+ :host ::slotted([slot=seo-content]) {
6
+ display: none;
7
+ }
5
8
  :host .bio-card {
6
9
  display: flex;
7
10
  box-shadow: var(--ptc-shadow-small);
@@ -18,7 +18,7 @@ export class PtcBioCard {
18
18
  });
19
19
  }
20
20
  render() {
21
- return (h(Host, { onClick: () => { this.openModal(); }, type: "button" }, h("div", { class: "bio-card" }, h("div", { class: "bio-card__image" }, h("img", { src: this.image, alt: `${this.name} profile image` })), h("div", { class: "bio-card__content" }, h("div", null, h("h3", { class: "bio-card__name" }, this.name), h("p", { class: "bio-card__job-title" }, this.jobTitle)), (this.linkedin || this.twitter) && (h("div", { class: "bio-card__social-links" }, this.linkedin && (h("a", { href: this.linkedin, target: "_blank", class: "tw social-icon", "aria-label": "linkedin" }, h("style", null, `.social-icon .cls-1 { fill: url(#linear-gradient1-in); } `), h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "36.794", viewBox: "0 0 32 36.794" }, h("defs", null, h("linearGradient", { id: "linear-gradient1-in", x1: ".5", x2: ".5", y2: "1", gradientUnits: "objectBoundingBox" }, h("stop", { offset: "0", "stop-color": "#fff" }), h("stop", { offset: "1", "stop-color": "#e5e5e5" }))), h("g", { class: "cls-1", "data-name": "Path 4255" }, h("path", { d: "M27.307 31.495H9.487L.578 15.998 9.487.5h17.82l8.91 15.498-8.91 15.497z", class: "cls-3", transform: "rotate(90 15.998 15.998)" }), h("path", { d: "M9.777 1L1.154 15.998l8.623 14.997h17.24l8.624-14.997L27.017 1H9.777M9.2 0h18.397l9.198 15.998-9.198 15.997H9.199L0 15.998 9.199 0z", class: "cls-4", transform: "rotate(90 15.998 15.998)" })), h("path", { d: "M-416.964 153.563h-2.487v-7.987h2.487zm-1.311-8.985h-.018a1.385 1.385 0 0 1-1.485-1.279v-.107a1.4 1.4 0 0 1 1.524-1.385 1.393 1.393 0 0 1 1.5 1.278v.107a1.4 1.4 0 0 1-1.521 1.386zm11.283 8.985h-2.842v-4.132c0-1.066-.441-1.819-1.421-1.819a1.422 1.422 0 0 0-1.35.977 1.82 1.82 0 0 0-.06.65v4.324h-2.778s.036-7.319 0-7.983h2.8v1.265a2.563 2.563 0 0 1 2.487-1.329c1.776 0 3.165 1.147 3.165 3.62z", class: "cls-2", "data-name": "Path 8769", transform: "translate(429.342 -128.977)" })))), this.twitter && (h("a", { href: this.twitter, target: "_blank", class: "tw social-icon", "aria-label": "twitter" }, h("style", null, `.social-icon .cls-1 { fill: url(#linear-gradient0-tw); } `), h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "36.794", viewBox: "0 0 32 36.794" }, h("defs", null, h("linearGradient", { id: "linear-gradient0-tw", x1: ".5", x2: ".5", y2: "1", gradientUnits: "objectBoundingBox" }, h("stop", { offset: "0", "stop-color": "#fff" }), h("stop", { offset: "1", "stop-color": "#e5e5e5" }))), h("g", { class: "cls-1", "data-name": "Path 4255" }, h("path", { d: "M27.307 31.495H9.487L.578 15.998 9.487.5h17.82l8.91 15.498-8.91 15.497z", class: "cls-3", transform: "rotate(90 15.998 15.998)" }), h("path", { d: "M9.777 1L1.154 15.998l8.623 14.997h17.24l8.624-14.997L27.017 1H9.777M9.2 0h18.397l9.198 15.998-9.198 15.997H9.199L0 15.998 9.199 0z", class: "cls-4", transform: "rotate(90 15.998 15.998)" })), h("g", { "data-name": "Group 3004", transform: "translate(9.205 13.034)" }, h("g", null, h("path", { d: "M-617.4 147a5.577 5.577 0 0 1-1.6.436 2.78 2.78 0 0 0 1.219-1.535 5.54 5.54 0 0 1-1.765.674 2.78 2.78 0 0 0-3.93-.118 2.782 2.782 0 0 0-.874 2.018 2.754 2.754 0 0 0 .072.632 7.9 7.9 0 0 1-5.73-2.9 2.784 2.784 0 0 0 .861 3.71 2.784 2.784 0 0 1-1.26-.346v.034a2.78 2.78 0 0 0 2.231 2.724 2.714 2.714 0 0 1-.734.1 2.774 2.774 0 0 1-.534-.049 2.776 2.776 0 0 0 2.6 1.93 5.619 5.619 0 0 1-4.1 1.151 7.874 7.874 0 0 0 4.259 1.249 7.844 7.844 0 0 0 7.9-7.9v-.376A5.652 5.652 0 0 0-617.4 147", class: "cls-2", "data-name": "Path 4252", transform: "translate(630.939 -145.697)" })))))))))), h("ptc-modal", { id: "bio-modal", show: this.showModal, size: "lg", "border-radius": 'large', "is-bio-modal": true, fixed: true }, h("div", { class: "modal-wrap" }, h("div", { class: "bio-modal-left" }, h("div", { class: "bio-modal__image" }, h("img", { src: this.image, alt: `${this.name} profile image` })), (this.linkedin || this.twitter) && (h("div", { class: "bio-card__social-links" }, this.linkedin && (h("a", { href: this.linkedin, target: "_blank", class: "tw social-icon", "aria-label": "linkedin" }, h("style", null, `.social-icon .cls-1 { fill: url(#linear-gradient1-in); } `), h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "36.794", viewBox: "0 0 32 36.794" }, h("defs", null, h("linearGradient", { id: "linear-gradient1-in", x1: ".5", x2: ".5", y2: "1", gradientUnits: "objectBoundingBox" }, h("stop", { offset: "0", "stop-color": "#fff" }), h("stop", { offset: "1", "stop-color": "#e5e5e5" }))), h("g", { class: "cls-1", "data-name": "Path 4255" }, h("path", { d: "M27.307 31.495H9.487L.578 15.998 9.487.5h17.82l8.91 15.498-8.91 15.497z", class: "cls-3", transform: "rotate(90 15.998 15.998)" }), h("path", { d: "M9.777 1L1.154 15.998l8.623 14.997h17.24l8.624-14.997L27.017 1H9.777M9.2 0h18.397l9.198 15.998-9.198 15.997H9.199L0 15.998 9.199 0z", class: "cls-4", transform: "rotate(90 15.998 15.998)" })), h("path", { d: "M-416.964 153.563h-2.487v-7.987h2.487zm-1.311-8.985h-.018a1.385 1.385 0 0 1-1.485-1.279v-.107a1.4 1.4 0 0 1 1.524-1.385 1.393 1.393 0 0 1 1.5 1.278v.107a1.4 1.4 0 0 1-1.521 1.386zm11.283 8.985h-2.842v-4.132c0-1.066-.441-1.819-1.421-1.819a1.422 1.422 0 0 0-1.35.977 1.82 1.82 0 0 0-.06.65v4.324h-2.778s.036-7.319 0-7.983h2.8v1.265a2.563 2.563 0 0 1 2.487-1.329c1.776 0 3.165 1.147 3.165 3.62z", class: "cls-2", "data-name": "Path 8769", transform: "translate(429.342 -128.977)" })))), this.twitter && (h("a", { href: this.twitter, target: "_blank", class: "tw social-icon", "aria-label": "twitter" }, h("style", null, `.social-icon .cls-1 { fill: url(#linear-gradient0-tw); } `), h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "36.794", viewBox: "0 0 32 36.794" }, h("defs", null, h("linearGradient", { id: "linear-gradient0-tw", x1: ".5", x2: ".5", y2: "1", gradientUnits: "objectBoundingBox" }, h("stop", { offset: "0", "stop-color": "#fff" }), h("stop", { offset: "1", "stop-color": "#e5e5e5" }))), h("g", { class: "cls-1", "data-name": "Path 4255" }, h("path", { d: "M27.307 31.495H9.487L.578 15.998 9.487.5h17.82l8.91 15.498-8.91 15.497z", class: "cls-3", transform: "rotate(90 15.998 15.998)" }), h("path", { d: "M9.777 1L1.154 15.998l8.623 14.997h17.24l8.624-14.997L27.017 1H9.777M9.2 0h18.397l9.198 15.998-9.198 15.997H9.199L0 15.998 9.199 0z", class: "cls-4", transform: "rotate(90 15.998 15.998)" })), h("g", { "data-name": "Group 3004", transform: "translate(9.205 13.034)" }, h("g", null, h("path", { d: "M-617.4 147a5.577 5.577 0 0 1-1.6.436 2.78 2.78 0 0 0 1.219-1.535 5.54 5.54 0 0 1-1.765.674 2.78 2.78 0 0 0-3.93-.118 2.782 2.782 0 0 0-.874 2.018 2.754 2.754 0 0 0 .072.632 7.9 7.9 0 0 1-5.73-2.9 2.784 2.784 0 0 0 .861 3.71 2.784 2.784 0 0 1-1.26-.346v.034a2.78 2.78 0 0 0 2.231 2.724 2.714 2.714 0 0 1-.734.1 2.774 2.774 0 0 1-.534-.049 2.776 2.776 0 0 0 2.6 1.93 5.619 5.619 0 0 1-4.1 1.151 7.874 7.874 0 0 0 4.259 1.249 7.844 7.844 0 0 0 7.9-7.9v-.376A5.652 5.652 0 0 0-617.4 147", class: "cls-2", "data-name": "Path 4252", transform: "translate(630.939 -145.697)" }))))))))), h("div", { class: "bio-modal-right" }, h("div", { class: "bio-modal-header" }, h("h2", { class: "bio-card__name" }, this.name), h("p", { class: "bio-card__job-title" }, this.jobTitle)), h("div", { class: "bio-modal-description" }, h("slot", null)))))));
21
+ return (h(Host, { onClick: () => { this.openModal(); }, type: "button" }, h("div", { class: "bio-card" }, h("slot", { name: "seo-content" }), h("div", { class: "bio-card__image" }, h("img", { src: this.image, alt: `${this.name} profile image` })), h("div", { class: "bio-card__content" }, h("div", null, h("h3", { class: "bio-card__name" }, this.name), h("p", { class: "bio-card__job-title" }, this.jobTitle)), (this.linkedin || this.twitter) && (h("div", { class: "bio-card__social-links" }, this.linkedin && (h("a", { href: this.linkedin, target: "_blank", class: "tw social-icon", "aria-label": "linkedin" }, h("style", null, `.social-icon .cls-1 { fill: url(#linear-gradient1-in); } `), h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "36.794", viewBox: "0 0 32 36.794" }, h("defs", null, h("linearGradient", { id: "linear-gradient1-in", x1: ".5", x2: ".5", y2: "1", gradientUnits: "objectBoundingBox" }, h("stop", { offset: "0", "stop-color": "#fff" }), h("stop", { offset: "1", "stop-color": "#e5e5e5" }))), h("g", { class: "cls-1", "data-name": "Path 4255" }, h("path", { d: "M27.307 31.495H9.487L.578 15.998 9.487.5h17.82l8.91 15.498-8.91 15.497z", class: "cls-3", transform: "rotate(90 15.998 15.998)" }), h("path", { d: "M9.777 1L1.154 15.998l8.623 14.997h17.24l8.624-14.997L27.017 1H9.777M9.2 0h18.397l9.198 15.998-9.198 15.997H9.199L0 15.998 9.199 0z", class: "cls-4", transform: "rotate(90 15.998 15.998)" })), h("path", { d: "M-416.964 153.563h-2.487v-7.987h2.487zm-1.311-8.985h-.018a1.385 1.385 0 0 1-1.485-1.279v-.107a1.4 1.4 0 0 1 1.524-1.385 1.393 1.393 0 0 1 1.5 1.278v.107a1.4 1.4 0 0 1-1.521 1.386zm11.283 8.985h-2.842v-4.132c0-1.066-.441-1.819-1.421-1.819a1.422 1.422 0 0 0-1.35.977 1.82 1.82 0 0 0-.06.65v4.324h-2.778s.036-7.319 0-7.983h2.8v1.265a2.563 2.563 0 0 1 2.487-1.329c1.776 0 3.165 1.147 3.165 3.62z", class: "cls-2", "data-name": "Path 8769", transform: "translate(429.342 -128.977)" })))), this.twitter && (h("a", { href: this.twitter, target: "_blank", class: "tw social-icon", "aria-label": "twitter" }, h("style", null, `.social-icon .cls-1 { fill: url(#linear-gradient0-tw); } `), h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "36.794", viewBox: "0 0 32 36.794" }, h("defs", null, h("linearGradient", { id: "linear-gradient0-tw", x1: ".5", x2: ".5", y2: "1", gradientUnits: "objectBoundingBox" }, h("stop", { offset: "0", "stop-color": "#fff" }), h("stop", { offset: "1", "stop-color": "#e5e5e5" }))), h("g", { class: "cls-1", "data-name": "Path 4255" }, h("path", { d: "M27.307 31.495H9.487L.578 15.998 9.487.5h17.82l8.91 15.498-8.91 15.497z", class: "cls-3", transform: "rotate(90 15.998 15.998)" }), h("path", { d: "M9.777 1L1.154 15.998l8.623 14.997h17.24l8.624-14.997L27.017 1H9.777M9.2 0h18.397l9.198 15.998-9.198 15.997H9.199L0 15.998 9.199 0z", class: "cls-4", transform: "rotate(90 15.998 15.998)" })), h("g", { "data-name": "Group 3004", transform: "translate(9.205 13.034)" }, h("g", null, h("path", { d: "M-617.4 147a5.577 5.577 0 0 1-1.6.436 2.78 2.78 0 0 0 1.219-1.535 5.54 5.54 0 0 1-1.765.674 2.78 2.78 0 0 0-3.93-.118 2.782 2.782 0 0 0-.874 2.018 2.754 2.754 0 0 0 .072.632 7.9 7.9 0 0 1-5.73-2.9 2.784 2.784 0 0 0 .861 3.71 2.784 2.784 0 0 1-1.26-.346v.034a2.78 2.78 0 0 0 2.231 2.724 2.714 2.714 0 0 1-.734.1 2.774 2.774 0 0 1-.534-.049 2.776 2.776 0 0 0 2.6 1.93 5.619 5.619 0 0 1-4.1 1.151 7.874 7.874 0 0 0 4.259 1.249 7.844 7.844 0 0 0 7.9-7.9v-.376A5.652 5.652 0 0 0-617.4 147", class: "cls-2", "data-name": "Path 4252", transform: "translate(630.939 -145.697)" })))))))))), h("ptc-modal", { id: "bio-modal", show: this.showModal, size: "lg", "border-radius": 'large', "is-bio-modal": true, fixed: true }, h("div", { class: "modal-wrap" }, h("div", { class: "bio-modal-left" }, h("div", { class: "bio-modal__image" }, h("img", { src: this.image, alt: `${this.name} profile image` })), (this.linkedin || this.twitter) && (h("div", { class: "bio-card__social-links" }, this.linkedin && (h("a", { href: this.linkedin, target: "_blank", class: "tw social-icon", "aria-label": "linkedin" }, h("style", null, `.social-icon .cls-1 { fill: url(#linear-gradient1-in); } `), h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "36.794", viewBox: "0 0 32 36.794" }, h("defs", null, h("linearGradient", { id: "linear-gradient1-in", x1: ".5", x2: ".5", y2: "1", gradientUnits: "objectBoundingBox" }, h("stop", { offset: "0", "stop-color": "#fff" }), h("stop", { offset: "1", "stop-color": "#e5e5e5" }))), h("g", { class: "cls-1", "data-name": "Path 4255" }, h("path", { d: "M27.307 31.495H9.487L.578 15.998 9.487.5h17.82l8.91 15.498-8.91 15.497z", class: "cls-3", transform: "rotate(90 15.998 15.998)" }), h("path", { d: "M9.777 1L1.154 15.998l8.623 14.997h17.24l8.624-14.997L27.017 1H9.777M9.2 0h18.397l9.198 15.998-9.198 15.997H9.199L0 15.998 9.199 0z", class: "cls-4", transform: "rotate(90 15.998 15.998)" })), h("path", { d: "M-416.964 153.563h-2.487v-7.987h2.487zm-1.311-8.985h-.018a1.385 1.385 0 0 1-1.485-1.279v-.107a1.4 1.4 0 0 1 1.524-1.385 1.393 1.393 0 0 1 1.5 1.278v.107a1.4 1.4 0 0 1-1.521 1.386zm11.283 8.985h-2.842v-4.132c0-1.066-.441-1.819-1.421-1.819a1.422 1.422 0 0 0-1.35.977 1.82 1.82 0 0 0-.06.65v4.324h-2.778s.036-7.319 0-7.983h2.8v1.265a2.563 2.563 0 0 1 2.487-1.329c1.776 0 3.165 1.147 3.165 3.62z", class: "cls-2", "data-name": "Path 8769", transform: "translate(429.342 -128.977)" })))), this.twitter && (h("a", { href: this.twitter, target: "_blank", class: "tw social-icon", "aria-label": "twitter" }, h("style", null, `.social-icon .cls-1 { fill: url(#linear-gradient0-tw); } `), h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "36.794", viewBox: "0 0 32 36.794" }, h("defs", null, h("linearGradient", { id: "linear-gradient0-tw", x1: ".5", x2: ".5", y2: "1", gradientUnits: "objectBoundingBox" }, h("stop", { offset: "0", "stop-color": "#fff" }), h("stop", { offset: "1", "stop-color": "#e5e5e5" }))), h("g", { class: "cls-1", "data-name": "Path 4255" }, h("path", { d: "M27.307 31.495H9.487L.578 15.998 9.487.5h17.82l8.91 15.498-8.91 15.497z", class: "cls-3", transform: "rotate(90 15.998 15.998)" }), h("path", { d: "M9.777 1L1.154 15.998l8.623 14.997h17.24l8.624-14.997L27.017 1H9.777M9.2 0h18.397l9.198 15.998-9.198 15.997H9.199L0 15.998 9.199 0z", class: "cls-4", transform: "rotate(90 15.998 15.998)" })), h("g", { "data-name": "Group 3004", transform: "translate(9.205 13.034)" }, h("g", null, h("path", { d: "M-617.4 147a5.577 5.577 0 0 1-1.6.436 2.78 2.78 0 0 0 1.219-1.535 5.54 5.54 0 0 1-1.765.674 2.78 2.78 0 0 0-3.93-.118 2.782 2.782 0 0 0-.874 2.018 2.754 2.754 0 0 0 .072.632 7.9 7.9 0 0 1-5.73-2.9 2.784 2.784 0 0 0 .861 3.71 2.784 2.784 0 0 1-1.26-.346v.034a2.78 2.78 0 0 0 2.231 2.724 2.714 2.714 0 0 1-.734.1 2.774 2.774 0 0 1-.534-.049 2.776 2.776 0 0 0 2.6 1.93 5.619 5.619 0 0 1-4.1 1.151 7.874 7.874 0 0 0 4.259 1.249 7.844 7.844 0 0 0 7.9-7.9v-.376A5.652 5.652 0 0 0-617.4 147", class: "cls-2", "data-name": "Path 4252", transform: "translate(630.939 -145.697)" }))))))))), h("div", { class: "bio-modal-right" }, h("div", { class: "bio-modal-header" }, h("h2", { class: "bio-card__name" }, this.name), h("p", { class: "bio-card__job-title" }, this.jobTitle)), h("div", { class: "bio-modal-description" }, h("slot", null)))))));
22
22
  }
23
23
  static get is() { return "ptc-bio-card"; }
24
24
  static get encapsulation() { return "shadow"; }
@@ -2,6 +2,10 @@
2
2
  display: block;
3
3
  }
4
4
 
5
+ ::slotted([slot=seo-content]) {
6
+ display: none;
7
+ }
8
+
5
9
  :host(.lottie-card) .card-border {
6
10
  box-shadow: var(--ptc-shadow-small);
7
11
  border: 1px solid var(--color-gray-03);
@@ -856,7 +860,7 @@
856
860
  margin-bottom: 12px;
857
861
  margin-top: 0rem;
858
862
  word-break: break-word;
859
- hyphens: auto;
863
+ hyphens: manual;
860
864
  }
861
865
  :host(.resource-center-card) ::slotted([slot=slot-description]) {
862
866
  font-family: var(--ptc-font-latin);
@@ -1095,10 +1099,10 @@
1095
1099
  width: fit-content;
1096
1100
  clip-path: inset(-6px -6px -6px 0px);
1097
1101
  word-break: break-word;
1098
- -webkit-hyphens: auto;
1099
- -moz-hyphens: auto;
1100
- -ms-hyphens: auto;
1101
- hyphens: auto;
1102
+ -webkit-hyphens: manual;
1103
+ -moz-hyphens: manual;
1104
+ -ms-hyphens: manual;
1105
+ hyphens: manual;
1102
1106
  }
1103
1107
  :host(.related-card) .link-wrapper {
1104
1108
  outline: none;
@@ -33,7 +33,7 @@ export class PtcCard {
33
33
  return (h(Host, { class: {
34
34
  [this.cardType]: !!this.cardType,
35
35
  'creo-card-wrap': this.isCreoCard, // Add the cardType class conditionally
36
- } }, this.styles && h("style", null, this.styles), h("div", { class: "card-border", part: "border-wrapper", style: { overflow: this.cardOverflow } }, h(Tag, Object.assign({ class: classMap, part: "card-layout" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (!!this.ribbonText ? { rel: this.ribbonText } : {})), this.hasImage || this.hasLottie || this.hasVideo ? (h("div", { class: "card-media", part: "media-wrapper" }, this.getMediaSlot ? h("slot", { name: this.getMediaSlot() }) : null)) : null, (!!this.ribbonText && this.cardType == 'resource-center-card') || (!!this.ribbonText && this.cardType == 'related-card') ? (h("div", { class: "ribbon-text" }, `${this.ribbonText}`)) : null, h("div", { class: "card-body", part: "body-wrapper" }, !!this.cardDate && (this.cardType === 'listing-card' || this.cardType === 'listing-card-horizontal') ? (h("div", { class: "card-date-text" }, !!this.eventType ? (h("span", { class: "small" }, `${this.cardDate}`, "\u00A0\u00A0\u00A0|\u00A0\u00A0\u00A0", `${this.eventType}`)) : (h("span", { class: "small" }, `${this.cardDate}`)))) : null, this.cardType === 'case-studies-card'
36
+ } }, this.styles && h("style", null, this.styles), h("slot", { name: "seo-content" }), h("div", { class: "card-border", part: "border-wrapper", style: { overflow: this.cardOverflow } }, h(Tag, Object.assign({ class: classMap, part: "card-layout" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (!!this.ribbonText ? { rel: this.ribbonText } : {})), this.hasImage || this.hasLottie || this.hasVideo ? (h("div", { class: "card-media", part: "media-wrapper" }, this.getMediaSlot ? h("slot", { name: this.getMediaSlot() }) : null)) : null, (!!this.ribbonText && this.cardType == 'resource-center-card') || (!!this.ribbonText && this.cardType == 'related-card') ? (h("div", { class: "ribbon-text" }, `${this.ribbonText}`)) : null, h("div", { class: "card-body", part: "body-wrapper" }, !!this.cardDate && (this.cardType === 'listing-card' || this.cardType === 'listing-card-horizontal') ? (h("div", { class: "card-date-text" }, !!this.eventType ? (h("span", { class: "small" }, `${this.cardDate}`, "\u00A0\u00A0\u00A0|\u00A0\u00A0\u00A0", `${this.eventType}`)) : (h("span", { class: "small" }, `${this.cardDate}`)))) : null, this.cardType === 'case-studies-card'
37
37
  ? Object.assign({}, (!!this.cardLogo ? (h("div", { class: "card-logo-container" }, h("ptc-picture", { alt: "", "object-fit": "contain", src: this.cardLogo, height: "40" }))) : (h("div", { class: "card-logo-none" })))) : null, h("slot", { name: "slot-before-heading" }), !!this.heading
38
38
  ? [
39
39
  this.cardType === 'listing-card' ? (h("h3", { class: `ptc-h3 ${this.headingTransform}${cutOffTitleClass}`, part: "card-heading" }, h("ptc-tooltip", { "text-display": "inline", "text-lines": this.maxLines, "max-length": this.maxChars, description: this.heading, position: "bottom", width: "full-width", theme: "standard", "hide-on-mobile": "true", "no-overflow": "true" }))) : this.cardType === 'hightlight-card' ? (h("h2", { class: `${this.headingTransform}${cutOffTitleClass}`, style: cutOff, part: "card-heading" }, this.heading)) : (h("h3", { class: `ptc-h3 ${this.headingTransform}${cutOffTitleClass}`, style: cutOff, part: "card-heading" }, this.heading)),
@@ -1,6 +1,9 @@
1
1
  :host {
2
2
  display: block;
3
3
  }
4
+ :host ::slotted([slot=seo-content]) {
5
+ display: none;
6
+ }
4
7
 
5
8
  :host(.card-tall) .ptc-card-bottom-wrapper,
6
9
  :host(.card-wide) .ptc-card-bottom-wrapper {
@@ -22,7 +22,7 @@ export class PtcCardBottom {
22
22
  }
23
23
  render() {
24
24
  const classMap = this.getCssClassMap();
25
- return (h(Host, { part: "card-bottom", class: classMap, onMouseEnter: this.hoverEventHandler.bind(this), onMouseLeave: this.leaveEventHandler.bind(this) }, this.styles && h("style", null, this.styles), h("div", { class: "ptc-card-bottom-wrapper" }, h("slot", null))));
25
+ return (h(Host, { part: "card-bottom", class: classMap, onMouseEnter: this.hoverEventHandler.bind(this), onMouseLeave: this.leaveEventHandler.bind(this) }, this.styles && h("style", null, this.styles), h("slot", { name: "slot-content" }), h("div", { class: "ptc-card-bottom-wrapper" }, h("slot", null))));
26
26
  }
27
27
  getCssClassMap() {
28
28
  return {
@@ -2,6 +2,9 @@
2
2
  display: block;
3
3
  height: 100%;
4
4
  }
5
+ :host ::slotted([slot=seo-content]) {
6
+ display: none;
7
+ }
5
8
 
6
9
  :host(.speed-bump) {
7
10
  border: 1px solid var(--color-gray-08);
@@ -43,7 +43,7 @@ export class PtcCardContent {
43
43
  }
44
44
  render() {
45
45
  const classMap = this.getCssClassMap();
46
- return (h(Host, Object.assign({ part: "card-content", class: classMap }, (!this.isLoading ? { onMouseEnter: this.hoverEventHandler.bind(this) } : {}), (!this.isLoading ? { onMouseLeave: this.leaveEventHandler.bind(this) } : {})), this.styles && h("style", null, this.styles), h("div", { class: "ptc-card-content-wrapper" }, h("slot", null))));
46
+ return (h(Host, Object.assign({ part: "card-content", class: classMap }, (!this.isLoading ? { onMouseEnter: this.hoverEventHandler.bind(this) } : {}), (!this.isLoading ? { onMouseLeave: this.leaveEventHandler.bind(this) } : {})), this.styles && h("style", null, this.styles), h("slot", { name: "slot-content" }), h("div", { class: "ptc-card-content-wrapper" }, h("slot", null))));
47
47
  }
48
48
  getCssClassMap() {
49
49
  return {
@@ -219,4 +219,7 @@
219
219
  :host .quiz-slide-initial #initial-quiz-p {
220
220
  padding: 0 0 var(--ptc-element-spacing-07) 0;
221
221
  }
222
+ }
223
+ ::slotted([slot=seo-content]) {
224
+ display: none;
222
225
  }
@@ -82,7 +82,7 @@ export class PtcEmbeddedQuiz {
82
82
  default: return null;
83
83
  }
84
84
  };
85
- return (h(Host, null, this.quiz && h("div", { class: "quiz-slide-container" }, h("div", { class: "quiz-slide-background" }), getQuizSlide())));
85
+ return (h(Host, null, this.quiz && h("div", { class: "quiz-slide-container" }, h("div", { class: "quiz-slide-background" }), h("slot", { name: "seo-content" }), getQuizSlide())));
86
86
  }
87
87
  static get is() { return "ptc-embedded-quiz"; }
88
88
  static get encapsulation() { return "shadow"; }
@@ -101,10 +101,10 @@
101
101
  display: flex;
102
102
  align-items: baseline;
103
103
  word-break: break-word;
104
- -webkit-hyphens: auto;
105
- -moz-hyphens: auto;
106
- -ms-hyphens: auto;
107
- hyphens: auto;
104
+ -webkit-hyphens: manual;
105
+ -moz-hyphens: manual;
106
+ -ms-hyphens: manual;
107
+ hyphens: manual;
108
108
  }
109
109
  :host .radio-label input {
110
110
  margin-right: 10px;
@@ -1111,8 +1111,8 @@ a.disabled {
1111
1111
  grid-template-rows: auto 1fr;
1112
1112
  grid-column-gap: 0px;
1113
1113
  grid-row-gap: 0px;
1114
- position: unset;
1115
- z-index: 999;
1114
+ position: relative;
1115
+ z-index: 1;
1116
1116
  }
1117
1117
 
1118
1118
  .div1 {
@@ -26,6 +26,9 @@
26
26
  display: none;
27
27
  }
28
28
 
29
+ :host(.media-card) ::slotted([slot=seo-content]) {
30
+ display: none;
31
+ }
29
32
  :host(.media-card) .card-wrap {
30
33
  display: flex;
31
34
  height: 100%;
@@ -28,13 +28,6 @@ export class PtcMediaCard {
28
28
  h("div", { class: "card-wrap" }, h("div", { class: "car-content" }, h("h4", null, this.category, " "), h("h3", null, this.heading))),
29
29
  ];
30
30
  }
31
- // else if (this.cardType === 'bureau-card') {
32
- // return (
33
- // <div class="card-content">
34
- // <slot name="bureau-description"></slot>
35
- // </div>
36
- // );
37
- // }
38
31
  }
39
32
  render() {
40
33
  const Tag = !!this.cardHref ? 'a' : 'div';
@@ -45,7 +38,7 @@ export class PtcMediaCard {
45
38
  // {...(!isVideoUrl
46
39
  // ? { ...{ style: this.isHovered ? { backgroundImage: `url(${this.hoverBackgroundImage})` } : { backgroundImage: `url(${this.activeBackgroundImage})` } } }
47
40
  // : null)}
48
- style: this.isHovered ? { backgroundImage: `url(${this.hoverBackgroundImage})` } : { backgroundImage: `url(${this.activeBackgroundImage})` } }, h(Tag, { class: 'anchor-wrap', target: this.target, href: this.cardHref, rel: this.rel }, isVideoUrl && (h("video", { muted: true, loop: true, playsinline: true, poster: this.activeBackgroundImage, ref: el => (this.videoEle = el), style: this.isHovered ? { display: 'block' } : { display: 'none' } }, h("source", { src: this.hoverBackgroundImage, type: "video/mp4" }, "Your browser does not support the video tag."))), this.cardType === "media-card" && h("ptc-overlay", { "filter-color": "black-2" }), this.cardType === "media-card" && this.getCardText())));
41
+ style: this.isHovered ? { backgroundImage: `url(${this.hoverBackgroundImage})` } : { backgroundImage: `url(${this.activeBackgroundImage})` } }, h("slot", { name: "seo-content" }), h(Tag, { class: 'anchor-wrap', target: this.target, href: this.cardHref, rel: this.rel }, isVideoUrl && (h("video", { muted: true, loop: true, playsinline: true, poster: this.activeBackgroundImage, ref: el => (this.videoEle = el), style: this.isHovered ? { display: 'block' } : { display: 'none' } }, h("source", { src: this.hoverBackgroundImage, type: "video/mp4" }, "Your browser does not support the video tag."))), this.cardType === "media-card" && h("ptc-overlay", { "filter-color": "black-2" }), this.cardType === "media-card" && this.getCardText())));
49
42
  }
50
43
  getCssClassMap() {
51
44
  return {
@@ -5522,6 +5522,9 @@ Credits to Dave Berning
5522
5522
  display: block;
5523
5523
  padding: 2rem 0;
5524
5524
  }
5525
+ :host ::slotted([slot=seo-content]) {
5526
+ display: none;
5527
+ }
5525
5528
  :host .flex-col {
5526
5529
  display: flex;
5527
5530
  align-items: center;
@@ -6,7 +6,7 @@ export class PtcPodcastCard {
6
6
  this.altText = undefined;
7
7
  }
8
8
  render() {
9
- return (h(Host, null, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col is-col-4-md flex-col" }, h("div", { class: 'img-wrap' }, h("img", { src: this.imageSrc, class: "first-img", alt: this.altText }), h("span", { class: "second" }, h("img", { src: this.imageSrc, class: "second-img", alt: this.altText })), h("span", { class: "third" }, h("img", { src: this.imageSrc, class: "third-img", alt: this.altText })))), h("div", { class: "is-col is-col-8-md flex-col" }, h("div", { class: 'content-wrap' }, h("ptc-title", { type: "h3", "text-align": "left", "title-size": "large", "title-color": "gray", upperline: "no-upperline", "title-display": "block", "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-7" }, this.heading), h("slot", null))))));
9
+ return (h(Host, null, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col is-col-4-md flex-col" }, h("div", { class: 'img-wrap' }, h("img", { src: this.imageSrc, class: "first-img", alt: this.altText }), h("span", { class: "second" }, h("img", { src: this.imageSrc, class: "second-img", alt: this.altText })), h("span", { class: "third" }, h("img", { src: this.imageSrc, class: "third-img", alt: this.altText })))), h("div", { class: "is-col is-col-8-md flex-col" }, h("div", { class: 'content-wrap' }, h("ptc-title", { type: "h3", "text-align": "left", "title-size": "large", "title-color": "gray", upperline: "no-upperline", "title-display": "block", "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-7" }, this.heading), h("slot", { name: "seo-content" }), h("slot", null))))));
10
10
  }
11
11
  static get is() { return "ptc-podcast-card"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -128,7 +128,7 @@ export class PtcRelatedCardRail {
128
128
  let cardImage = card.querySelector('img');
129
129
  let cardLink = card.querySelector('a');
130
130
  cardData.image = cardImage.getAttribute('src');
131
- cardData.text = cardLink.innerHTML;
131
+ cardData.text = cardLink.innerText;
132
132
  cardData.href = cardLink.getAttribute('href');
133
133
  this.data.push(cardData);
134
134
  card.remove();
@@ -2,6 +2,9 @@
2
2
  display: block;
3
3
  background-color: transparent;
4
4
  }
5
+ :host ::slotted([slot=seo-content]) {
6
+ display: none;
7
+ }
5
8
  :host .card-border {
6
9
  height: auto;
7
10
  width: 200px;
@@ -5,7 +5,7 @@ export class PtcSquareCard {
5
5
  this.arrowDirection = undefined;
6
6
  }
7
7
  render() {
8
- return (h(Host, null, h("div", { class: "card-border square-padding card-layout" }, h("slot", { name: "before-icon" }), h("ptc-spacer", { breakpoint: "x-small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "icon-block" }, !!this.arrowDirection ? (h("icon-asset", Object.assign({ class: "icon" }, (this.arrowDirection === 'up' ? { name: 'arrow_ascending' } : { name: 'arrow_descending' }), { type: "ptc" }, !this.number ? { size: 'xxx-large' } : { size: 'xx-large' }, { color: "ptc-green" }))) : null, !!this.number ? h("div", { class: "number" }, this.number) : null), h("ptc-spacer", { breakpoint: "x-small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("slot", { name: "after-icon" }))));
8
+ return (h(Host, null, h("div", { class: "card-border square-padding card-layout" }, h("slot", { name: "seo-content" }), h("slot", { name: "before-icon" }), h("ptc-spacer", { breakpoint: "x-small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "icon-block" }, !!this.arrowDirection ? (h("icon-asset", Object.assign({ class: "icon" }, (this.arrowDirection === 'up' ? { name: 'arrow_ascending' } : { name: 'arrow_descending' }), { type: "ptc" }, !this.number ? { size: 'xxx-large' } : { size: 'xx-large' }, { color: "ptc-green" }))) : null, !!this.number ? h("div", { class: "number" }, this.number) : null), h("ptc-spacer", { breakpoint: "x-small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("slot", { name: "after-icon" }))));
9
9
  }
10
10
  static get is() { return "ptc-square-card"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -65,10 +65,10 @@
65
65
  font-weight: 700;
66
66
  color: var(--color-white);
67
67
  word-break: break-word;
68
- -webkit-hyphens: auto;
69
- -moz-hyphens: auto;
70
- -ms-hyphens: auto;
71
- hyphens: auto;
68
+ -webkit-hyphens: manual;
69
+ -moz-hyphens: manual;
70
+ -ms-hyphens: manual;
71
+ hyphens: manual;
72
72
  }
73
73
  :host .hidden {
74
74
  display: none;
@@ -582,4 +582,12 @@ div.block h4,
582
582
  div.block h5,
583
583
  div.block h6 {
584
584
  display: block;
585
+ }
586
+
587
+ :host {
588
+ word-break: break-word;
589
+ -webkit-hyphens: manual;
590
+ -moz-hyphens: manual;
591
+ -ms-hyphens: manual;
592
+ hyphens: manual;
585
593
  }
@@ -1,6 +1,6 @@
1
1
  :host {
2
2
  display: block;
3
- padding-bottom: var(--ptc-element-spacing-07);
3
+ margin-bottom: var(--ptc-element-spacing-07);
4
4
  padding-top: var(--ptc-element-spacing-07);
5
5
  }
6
6
  @media only screen and (min-width: 768px) {
@@ -10,7 +10,7 @@
10
10
  }
11
11
  @media only screen and (min-width: 1440px) {
12
12
  :host {
13
- padding-bottom: var(--ptc-element-spacing-09);
13
+ margin-bottom: var(--ptc-element-spacing-09);
14
14
  }
15
15
  }
16
16
  :host .content-tag {
@@ -141,12 +141,12 @@
141
141
  @media only screen and (min-width: 992px) {
142
142
  :host .vl-layout-wrap .vl-list-wrap ul li {
143
143
  display: block;
144
- margin: 0 16px 4px 16px;
144
+ margin: 0 8px 4px 8px;
145
145
  }
146
146
  }
147
147
  @media only screen and (min-width: 1200px) {
148
148
  :host .vl-layout-wrap .vl-list-wrap ul li {
149
- margin: 0 16px 8px 16px;
149
+ margin: 0 8px 8px 8px;
150
150
  }
151
151
  }
152
152
  :host .vl-layout-wrap .vl-list-wrap ul li a {
@@ -39,4 +39,8 @@
39
39
  }
40
40
  .tab-header-selected::after {
41
41
  background-color: var(--color-green-07);
42
+ }
43
+
44
+ .tab-header ::slotted([slot=seo-content]), .tab-header-selected ::slotted([slot=seo-content]) {
45
+ display: none;
42
46
  }
@@ -58,7 +58,7 @@ export class TabHeader {
58
58
  'tab-header-selected': this.isSelected
59
59
  };
60
60
  return [
61
- h("h2", { class: classes, onClick: this.onClick.bind(this) }, h("span", { class: "header-content" }, h("span", { class: "text-cont" }, this.tabHeaderText))),
61
+ h("h2", { class: classes, onClick: this.onClick.bind(this) }, h("slot", { name: "seo-content" }), h("span", { class: "header-content" }, h("span", { class: "text-cont" }, this.tabHeaderText))),
62
62
  ];
63
63
  }
64
64
  static get is() { return "tab-header"; }