@ptcwebops/ptcw-design 6.2.31-beta → 6.2.33-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 (427) hide show
  1. package/dist/cjs/{component-4dd13907.js → component-6a178a16.js} +1 -1
  2. package/dist/cjs/event-podcast-slider-example.cjs.entry.js +1 -1
  3. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  4. package/dist/cjs/icon-asset.cjs.entry.js +65 -0
  5. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  6. package/dist/cjs/interfaces-574e6df7.js +15 -0
  7. package/dist/cjs/list-item.cjs.entry.js +48 -0
  8. package/dist/cjs/loader.cjs.js +1 -1
  9. package/dist/cjs/max-width-container.cjs.entry.js +54 -0
  10. package/dist/cjs/ptc-background-video.cjs.entry.js +102 -0
  11. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +47 -0
  13. package/dist/cjs/ptc-button.cjs.entry.js +87 -0
  14. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +275 -0
  16. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  19. package/dist/cjs/ptc-filter-tag_2.cjs.entry.js +15 -0
  20. package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +1 -1
  21. package/dist/cjs/ptc-icon-component.cjs.entry.js +39 -2
  22. package/dist/cjs/ptc-img.cjs.entry.js +133 -0
  23. package/dist/cjs/ptc-jumbotron.cjs.entry.js +151 -0
  24. package/dist/cjs/ptc-para.cjs.entry.js +127 -0
  25. package/dist/cjs/ptc-picture.cjs.entry.js +163 -0
  26. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  27. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  29. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  30. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  31. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  32. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  33. package/dist/cjs/ptc-title.cjs.entry.js +152 -0
  34. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-tooltip.cjs.entry.js +107 -0
  36. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  37. package/dist/cjs/ptc-white-paper.cjs.entry.js +1 -1
  38. package/dist/cjs/ptcw-design.cjs.js +1 -1
  39. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +13 -6
  40. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +9 -2
  41. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +1 -1
  42. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +13 -6
  43. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +13 -6
  44. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +13 -6
  45. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +13 -6
  46. package/dist/collection/components/ptc-icon-component/ptc-icon-component.css +12 -0
  47. package/dist/collection/components/ptc-icon-component/ptc-icon-component.js +38 -1
  48. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +13 -6
  49. package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +29 -0
  50. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +13 -6
  51. package/dist/collection/components/ptc-product-card/ptc-product-card.css +13 -6
  52. package/dist/collection/components/ptc-product-category/ptc-product-category.css +13 -6
  53. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +13 -6
  54. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +13 -6
  55. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +13 -6
  56. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +13 -6
  57. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +13 -6
  58. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +13 -6
  59. package/dist/custom-elements/index.js +72 -20
  60. package/dist/esm/academic-form-test.entry.js +1 -1
  61. package/dist/esm/author-listing-example.entry.js +1 -1
  62. package/dist/esm/blog-detail-content_2.entry.js +2 -2
  63. package/dist/esm/blog-detail-layout.entry.js +2 -2
  64. package/dist/esm/blogs-search-section.entry.js +2 -2
  65. package/dist/esm/bundle-example.entry.js +1 -1
  66. package/dist/esm/bundle-jumbotron-example.entry.js +1 -1
  67. package/dist/esm/{component-9c921cc6.js → component-80f298b4.js} +1 -1
  68. package/dist/esm/dropdown-item.entry.js +1 -1
  69. package/dist/esm/dynamic-box-bundle.entry.js +1 -1
  70. package/dist/esm/embedded-form.entry.js +1 -1
  71. package/dist/esm/event-jumbotron-example.entry.js +1 -1
  72. package/dist/esm/event-podcast-slider-example.entry.js +2 -2
  73. package/dist/esm/featured-events-slider-example.entry.js +1 -1
  74. package/dist/esm/featured-list.entry.js +2 -2
  75. package/dist/esm/fl-tab-content_3.entry.js +1 -1
  76. package/dist/esm/footer-form.entry.js +1 -1
  77. package/dist/esm/homepage-clickable-tab.entry.js +1 -1
  78. package/dist/esm/homepage-jumbotron.entry.js +2 -2
  79. package/dist/esm/homepage-toggled-content.entry.js +2 -2
  80. package/dist/esm/icon-asset.entry.js +61 -0
  81. package/dist/esm/{index-0bf594c4.js → index-c83db688.js} +1 -1
  82. package/dist/esm/innovator-toggle-container.entry.js +2 -2
  83. package/dist/esm/interfaces-4caedd26.js +12 -0
  84. package/dist/esm/jumbotron-sub-menu.entry.js +1 -1
  85. package/dist/esm/jumbotron-sub-mune.entry.js +1 -1
  86. package/dist/esm/list-item.entry.js +44 -0
  87. package/dist/esm/loader.js +3 -3
  88. package/dist/esm/max-width-container.entry.js +50 -0
  89. package/dist/esm/modal-form-example.entry.js +1 -1
  90. package/dist/esm/most-popular-news.entry.js +2 -2
  91. package/dist/esm/my-component.entry.js +2 -2
  92. package/dist/esm/news-search-result.entry.js +1 -1
  93. package/dist/esm/ptc-accordion-item.entry.js +2 -2
  94. package/dist/esm/ptc-accordion.entry.js +1 -1
  95. package/dist/esm/ptc-announcement.entry.js +1 -1
  96. package/dist/esm/ptc-back-to-top.entry.js +1 -1
  97. package/dist/esm/ptc-background-video.entry.js +98 -0
  98. package/dist/esm/ptc-badge.entry.js +1 -1
  99. package/dist/esm/ptc-bio-card.entry.js +2 -2
  100. package/dist/esm/ptc-breadcrumb.entry.js +43 -0
  101. package/dist/esm/ptc-brightcov-video.entry.js +1 -1
  102. package/dist/esm/ptc-button.entry.js +83 -0
  103. package/dist/esm/ptc-card-bottom_2.entry.js +1 -1
  104. package/dist/esm/ptc-card-content.entry.js +1 -1
  105. package/dist/esm/ptc-card_2.entry.js +1 -1
  106. package/dist/esm/ptc-case-studies-slider.entry.js +2 -2
  107. package/dist/esm/ptc-checkbox-group.entry.js +1 -1
  108. package/dist/esm/ptc-checkbox.entry.js +1 -1
  109. package/dist/esm/ptc-close-icon_2.entry.js +270 -0
  110. package/dist/esm/ptc-collapse-list.entry.js +2 -2
  111. package/dist/esm/ptc-container.entry.js +1 -1
  112. package/dist/esm/ptc-countdown.entry.js +1 -1
  113. package/dist/esm/ptc-data-lookup.entry.js +2 -2
  114. package/dist/esm/ptc-date.entry.js +1 -1
  115. package/dist/esm/ptc-dropdown.entry.js +1 -1
  116. package/dist/esm/ptc-dynamic-card.entry.js +1 -1
  117. package/dist/esm/ptc-ellipsis-dropdown.entry.js +1 -1
  118. package/dist/esm/ptc-embedded-quiz.entry.js +1 -1
  119. package/dist/esm/ptc-featured-list.entry.js +2 -2
  120. package/dist/esm/ptc-filter-dropdown_4.entry.js +1 -1
  121. package/dist/esm/ptc-filter-level-theater.entry.js +2 -2
  122. package/dist/esm/ptc-filter-tag_2.entry.js +16 -1
  123. package/dist/esm/ptc-footer.entry.js +1 -1
  124. package/dist/esm/ptc-form-checkbox_4.entry.js +3 -3
  125. package/dist/esm/ptc-form-radio-button.entry.js +1 -1
  126. package/dist/esm/ptc-form-radio-group.entry.js +1 -1
  127. package/dist/esm/ptc-form.entry.js +1 -1
  128. package/dist/esm/ptc-hero-footer-cta.entry.js +1 -1
  129. package/dist/esm/ptc-hero.entry.js +1 -1
  130. package/dist/esm/ptc-homepage-image-feature.entry.js +2 -2
  131. package/dist/esm/ptc-homepage-video-background.entry.js +2 -2
  132. package/dist/esm/ptc-icon-card.entry.js +2 -2
  133. package/dist/esm/ptc-icon-component.entry.js +40 -3
  134. package/dist/esm/ptc-icon-list.entry.js +1 -1
  135. package/dist/esm/ptc-icon-minimize.entry.js +1 -1
  136. package/dist/esm/ptc-image-download-strip.entry.js +1 -1
  137. package/dist/esm/ptc-img.entry.js +129 -0
  138. package/dist/esm/ptc-info-tile.entry.js +1 -1
  139. package/dist/esm/ptc-inline-cta.entry.js +1 -1
  140. package/dist/esm/ptc-jumbotron.entry.js +147 -0
  141. package/dist/esm/ptc-link.entry.js +2 -2
  142. package/dist/esm/ptc-list.entry.js +1 -1
  143. package/dist/esm/ptc-media-card.entry.js +2 -2
  144. package/dist/esm/ptc-minimized-nav.entry.js +1 -1
  145. package/dist/esm/ptc-mobile-select.entry.js +1 -1
  146. package/dist/esm/ptc-modal-quiz.entry.js +1 -1
  147. package/dist/esm/ptc-nav-card.entry.js +1 -1
  148. package/dist/esm/ptc-nav-link.entry.js +1 -1
  149. package/dist/esm/ptc-nav-pills.entry.js +1 -1
  150. package/dist/esm/ptc-nav-skip-to-content.entry.js +1 -1
  151. package/dist/esm/ptc-nav-slider.entry.js +1 -1
  152. package/dist/esm/ptc-nav-submenu.entry.js +1 -1
  153. package/dist/esm/ptc-nav-tile.entry.js +1 -1
  154. package/dist/esm/ptc-news.entry.js +1 -1
  155. package/dist/esm/ptc-office-location-card.entry.js +1 -1
  156. package/dist/esm/ptc-office-locations.entry.js +1 -1
  157. package/dist/esm/ptc-overlay.entry.js +1 -1
  158. package/dist/esm/ptc-para.entry.js +123 -0
  159. package/dist/esm/ptc-picture.entry.js +159 -0
  160. package/dist/esm/ptc-podcast-card.entry.js +2 -2
  161. package/dist/esm/ptc-preferance-center-form.entry.js +1 -1
  162. package/dist/esm/ptc-previous-url.entry.js +1 -1
  163. package/dist/esm/ptc-pricing-add-on-card.entry.js +1 -1
  164. package/dist/esm/ptc-pricing-add-on-section.entry.js +1 -1
  165. package/dist/esm/ptc-pricing-block.entry.js +1 -1
  166. package/dist/esm/ptc-pricing-packaging-table.entry.js +2 -2
  167. package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
  168. package/dist/esm/ptc-product-card.entry.js +2 -2
  169. package/dist/esm/ptc-product-category.entry.js +2 -2
  170. package/dist/esm/ptc-product-dropdown.entry.js +1 -1
  171. package/dist/esm/ptc-product-highlight-card.entry.js +2 -2
  172. package/dist/esm/ptc-product-list.entry.js +1 -1
  173. package/dist/esm/ptc-product-sidebar.entry.js +1 -1
  174. package/dist/esm/ptc-progress-bar.entry.js +1 -1
  175. package/dist/esm/ptc-quantity-counter.entry.js +1 -1
  176. package/dist/esm/ptc-quote.entry.js +1 -1
  177. package/dist/esm/ptc-readmore-char.entry.js +2 -2
  178. package/dist/esm/ptc-readmore-new.entry.js +1 -1
  179. package/dist/esm/ptc-readmore-v3.entry.js +2 -2
  180. package/dist/esm/ptc-readmore.entry.js +1 -1
  181. package/dist/esm/ptc-related-card-rail.entry.js +1 -1
  182. package/dist/esm/ptc-responsive-wrapper.entry.js +1 -1
  183. package/dist/esm/ptc-scroll-button.entry.js +1 -1
  184. package/dist/esm/ptc-search-field.entry.js +1 -1
  185. package/dist/esm/ptc-seo-title.entry.js +1 -1
  186. package/dist/esm/ptc-shopping-cart.entry.js +1 -1
  187. package/dist/esm/ptc-showcase-card.entry.js +1 -1
  188. package/dist/esm/ptc-skeleton.entry.js +1 -1
  189. package/dist/esm/ptc-slit-card.entry.js +1 -1
  190. package/dist/esm/ptc-social-icons-footer.entry.js +2 -2
  191. package/dist/esm/ptc-social-icons.entry.js +1 -1
  192. package/dist/esm/ptc-spacer.entry.js +34 -0
  193. package/dist/esm/ptc-span.entry.js +1 -1
  194. package/dist/esm/ptc-square-card.entry.js +1 -1
  195. package/dist/esm/ptc-sticky-icons.entry.js +1 -1
  196. package/dist/esm/ptc-sticky-section.entry.js +1 -1
  197. package/dist/esm/ptc-sticky-title.entry.js +1 -1
  198. package/dist/esm/ptc-subnav-card.entry.js +1 -1
  199. package/dist/esm/ptc-subnav.entry.js +1 -1
  200. package/dist/esm/ptc-svg-btn.entry.js +1 -1
  201. package/dist/esm/ptc-tab-list.entry.js +1 -1
  202. package/dist/esm/ptc-tab.entry.js +1 -1
  203. package/dist/esm/ptc-tabs.entry.js +1 -1
  204. package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
  205. package/dist/esm/ptc-theater-video-modal.entry.js +1 -1
  206. package/dist/esm/ptc-title.entry.js +148 -0
  207. package/dist/esm/ptc-tooltip-v2.entry.js +2 -2
  208. package/dist/esm/ptc-tooltip-v3.entry.js +1 -1
  209. package/dist/esm/ptc-tooltip.entry.js +103 -0
  210. package/dist/esm/ptc-two-column-media.entry.js +1 -1
  211. package/dist/esm/ptc-value-led-card.entry.js +1 -1
  212. package/dist/esm/ptc-value-led-content-highlight.entry.js +1 -1
  213. package/dist/esm/ptc-value-led-content.entry.js +1 -1
  214. package/dist/esm/ptc-value-led-intro.entry.js +1 -1
  215. package/dist/esm/ptc-value-led-layout.entry.js +1 -1
  216. package/dist/esm/ptc-value-led-speed-bump.entry.js +2 -2
  217. package/dist/esm/ptc-value-prop-card.entry.js +1 -1
  218. package/dist/esm/ptc-video-embed.entry.js +1 -1
  219. package/dist/esm/ptc-white-paper.entry.js +2 -2
  220. package/dist/esm/ptcw-design.js +3 -3
  221. package/dist/esm/sequential-bundle-example.entry.js +1 -1
  222. package/dist/esm/sequential-bundle.entry.js +1 -1
  223. package/dist/esm/tab-content.entry.js +1 -1
  224. package/dist/esm/tab-header.entry.js +1 -1
  225. package/dist/esm/{utils-ff65c75b.js → utils-63eab4bd.js} +1 -1
  226. package/dist/ptcw-design/{p-39ec04d4.entry.js → p-01075feb.entry.js} +1 -1
  227. package/dist/ptcw-design/{p-02f0460b.entry.js → p-03a917f8.entry.js} +1 -1
  228. package/dist/ptcw-design/{p-74a845fd.entry.js → p-04aae3f5.entry.js} +1 -1
  229. package/dist/ptcw-design/{p-c9a73ad1.entry.js → p-04f0b1ba.entry.js} +1 -1
  230. package/dist/ptcw-design/{p-ef0079b0.entry.js → p-071a6109.entry.js} +1 -1
  231. package/dist/ptcw-design/{p-7b75091d.entry.js → p-081e969d.entry.js} +1 -1
  232. package/dist/ptcw-design/p-0a214a22.entry.js +1 -0
  233. package/dist/ptcw-design/{p-e8b51e7d.entry.js → p-0a9ee6c2.entry.js} +1 -1
  234. package/dist/ptcw-design/{p-60ecd0c8.entry.js → p-0b515839.entry.js} +1 -1
  235. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  236. package/dist/ptcw-design/p-0d223232.entry.js +1 -0
  237. package/dist/ptcw-design/{p-b3b63f67.entry.js → p-0e5932f0.entry.js} +1 -1
  238. package/dist/ptcw-design/p-1070f8a3.entry.js +1 -0
  239. package/dist/ptcw-design/{p-20388467.entry.js → p-16e70f20.entry.js} +1 -1
  240. package/dist/ptcw-design/p-17f6e145.entry.js +1 -0
  241. package/dist/ptcw-design/{p-d113403b.entry.js → p-1a6759a4.entry.js} +1 -1
  242. package/dist/ptcw-design/{p-ab365402.entry.js → p-21aa746d.entry.js} +1 -1
  243. package/dist/ptcw-design/{p-2fd01953.entry.js → p-21fa5abe.entry.js} +1 -1
  244. package/dist/ptcw-design/{p-a22d7ae8.entry.js → p-257a68df.entry.js} +1 -1
  245. package/dist/ptcw-design/p-25a25451.entry.js +1 -0
  246. package/dist/ptcw-design/p-260ecfef.entry.js +1 -0
  247. package/dist/ptcw-design/{p-132f71c3.entry.js → p-2657df50.entry.js} +1 -1
  248. package/dist/ptcw-design/{p-eef5d58b.entry.js → p-27a4ee73.entry.js} +1 -1
  249. package/dist/ptcw-design/{p-14c77b5e.entry.js → p-27e47c25.entry.js} +1 -1
  250. package/dist/ptcw-design/{p-78252282.entry.js → p-282b7d4e.entry.js} +1 -1
  251. package/dist/ptcw-design/{p-0c862dbd.entry.js → p-28be539b.entry.js} +1 -1
  252. package/dist/ptcw-design/{p-4e8c87e1.entry.js → p-291072b4.entry.js} +1 -1
  253. package/dist/ptcw-design/{p-54891548.entry.js → p-2c2f895a.entry.js} +1 -1
  254. package/dist/ptcw-design/p-32f64f48.entry.js +1 -0
  255. package/dist/ptcw-design/p-3738a01f.entry.js +1 -0
  256. package/dist/ptcw-design/{p-a2710bbf.entry.js → p-3872fce7.entry.js} +1 -1
  257. package/dist/ptcw-design/{p-c05e326f.entry.js → p-38a56ed6.entry.js} +1 -1
  258. package/dist/ptcw-design/{p-7edef9ed.entry.js → p-3c3a7b54.entry.js} +1 -1
  259. package/dist/ptcw-design/{p-a03120cc.entry.js → p-3dd0ded9.entry.js} +1 -1
  260. package/dist/ptcw-design/p-3ddb6c50.entry.js +1 -0
  261. package/dist/ptcw-design/{p-9dde477c.entry.js → p-3ee2a531.entry.js} +1 -1
  262. package/dist/ptcw-design/{p-85c5584f.entry.js → p-4055f4f7.entry.js} +1 -1
  263. package/dist/ptcw-design/{p-986be938.entry.js → p-40b8c884.entry.js} +1 -1
  264. package/dist/ptcw-design/{p-43471fbf.entry.js → p-43532800.entry.js} +1 -1
  265. package/dist/ptcw-design/{p-6b0af7b8.entry.js → p-445329ed.entry.js} +1 -1
  266. package/dist/ptcw-design/{p-1d48bad3.entry.js → p-464d8e22.entry.js} +1 -1
  267. package/dist/ptcw-design/{p-1e9f25fc.entry.js → p-46f67bec.entry.js} +1 -1
  268. package/dist/ptcw-design/{p-88379d69.entry.js → p-48815ee0.entry.js} +1 -1
  269. package/dist/ptcw-design/{p-b1c1de30.entry.js → p-48c33817.entry.js} +1 -1
  270. package/dist/ptcw-design/{p-b4ba719a.entry.js → p-49e54079.entry.js} +1 -1
  271. package/dist/ptcw-design/{p-a4c68b6d.entry.js → p-4a7505ba.entry.js} +1 -1
  272. package/dist/ptcw-design/{p-7e19be10.entry.js → p-4b192f5e.entry.js} +1 -1
  273. package/dist/ptcw-design/p-4cee12b8.entry.js +1 -0
  274. package/dist/ptcw-design/p-4ee98a3e.entry.js +1 -0
  275. package/dist/ptcw-design/{p-f77c7c78.entry.js → p-4f93c631.entry.js} +1 -1
  276. package/dist/ptcw-design/{p-3c72e82d.entry.js → p-58e91cb8.entry.js} +1 -1
  277. package/dist/ptcw-design/{p-cab0274c.entry.js → p-5946d7c9.entry.js} +1 -1
  278. package/dist/ptcw-design/{p-807ad5c4.entry.js → p-5980d65d.entry.js} +1 -1
  279. package/dist/ptcw-design/{p-9d32f1bc.entry.js → p-5db7f70b.entry.js} +1 -1
  280. package/dist/ptcw-design/{p-5fb671ee.entry.js → p-61d28206.entry.js} +1 -1
  281. package/dist/ptcw-design/p-627103d8.entry.js +1 -0
  282. package/dist/ptcw-design/p-67c248ec.entry.js +1 -0
  283. package/dist/ptcw-design/{p-fc0d9251.entry.js → p-6a3caf2b.entry.js} +1 -1
  284. package/dist/ptcw-design/{p-1ec32cbc.entry.js → p-6b32020a.entry.js} +1 -1
  285. package/dist/ptcw-design/{p-379fcc72.entry.js → p-6e8ed2ee.entry.js} +1 -1
  286. package/dist/ptcw-design/{p-2a255901.entry.js → p-6f5fecae.entry.js} +1 -1
  287. package/dist/ptcw-design/p-711bcdad.js +1 -0
  288. package/dist/ptcw-design/{p-0b182300.entry.js → p-71360e29.entry.js} +1 -1
  289. package/dist/ptcw-design/{p-d21cf742.entry.js → p-72825cf6.entry.js} +1 -1
  290. package/dist/ptcw-design/p-75390f63.entry.js +1 -0
  291. package/dist/ptcw-design/{p-3e13b735.entry.js → p-76d98c5a.entry.js} +1 -1
  292. package/dist/ptcw-design/p-7793babb.entry.js +1 -0
  293. package/dist/ptcw-design/{p-8872161f.js → p-77b1221e.js} +1 -1
  294. package/dist/ptcw-design/{p-1adea6a5.entry.js → p-77cad16c.entry.js} +1 -1
  295. package/dist/ptcw-design/{p-3ada2482.entry.js → p-799afee5.entry.js} +1 -1
  296. package/dist/ptcw-design/{p-ecfc8211.entry.js → p-7a1db471.entry.js} +1 -1
  297. package/dist/ptcw-design/{p-7fada7ae.entry.js → p-7cc9255e.entry.js} +1 -1
  298. package/dist/ptcw-design/{p-183ba1ca.entry.js → p-7d29a418.entry.js} +1 -1
  299. package/dist/ptcw-design/{p-29ae44dd.entry.js → p-7fe4d383.entry.js} +1 -1
  300. package/dist/ptcw-design/{p-779c3f21.entry.js → p-8038bf31.entry.js} +1 -1
  301. package/dist/ptcw-design/{p-a974f98f.entry.js → p-8191928d.entry.js} +1 -1
  302. package/dist/ptcw-design/{p-a560e839.entry.js → p-821f0ff9.entry.js} +1 -1
  303. package/dist/ptcw-design/{p-3c52fabe.entry.js → p-8533988f.entry.js} +1 -1
  304. package/dist/ptcw-design/{p-1ab6201b.entry.js → p-85f32bf5.entry.js} +1 -1
  305. package/dist/ptcw-design/{p-3b6c2a79.entry.js → p-867a808f.entry.js} +1 -1
  306. package/dist/ptcw-design/{p-f8f3880f.entry.js → p-876aec1e.entry.js} +1 -1
  307. package/dist/ptcw-design/{p-e75dff95.entry.js → p-89177041.entry.js} +1 -1
  308. package/dist/ptcw-design/{p-bf2f9183.entry.js → p-89ba3dfd.entry.js} +1 -1
  309. package/dist/ptcw-design/{p-212d0145.entry.js → p-8c49d736.entry.js} +1 -1
  310. package/dist/ptcw-design/p-8c692bd6.entry.js +1 -0
  311. package/dist/ptcw-design/p-92d22c78.entry.js +1 -0
  312. package/dist/ptcw-design/{p-80c56c81.entry.js → p-931650bb.entry.js} +1 -1
  313. package/dist/ptcw-design/p-94b8b3fe.entry.js +1 -0
  314. package/dist/ptcw-design/p-9501995f.entry.js +1 -0
  315. package/dist/ptcw-design/{p-e77d2204.entry.js → p-95187918.entry.js} +1 -1
  316. package/dist/ptcw-design/{p-c5886b7b.entry.js → p-97b9f41b.entry.js} +1 -1
  317. package/dist/ptcw-design/p-97eb1025.entry.js +1 -0
  318. package/dist/ptcw-design/p-99355e65.entry.js +1 -0
  319. package/dist/ptcw-design/{p-139ca5d2.entry.js → p-99b45d23.entry.js} +1 -1
  320. package/dist/ptcw-design/p-99daf693.entry.js +1 -0
  321. package/dist/ptcw-design/{p-761f71c4.entry.js → p-99ee8a0e.entry.js} +1 -1
  322. package/dist/ptcw-design/{p-8eb36507.entry.js → p-9a335b5b.entry.js} +1 -1
  323. package/dist/ptcw-design/{p-0abb6e77.entry.js → p-9ac99185.entry.js} +1 -1
  324. package/dist/ptcw-design/{p-298d02ab.entry.js → p-9b0df204.entry.js} +1 -1
  325. package/dist/ptcw-design/{p-290012e3.entry.js → p-9b26ea67.entry.js} +1 -1
  326. package/dist/ptcw-design/p-9d3a7f36.entry.js +1 -0
  327. package/dist/ptcw-design/{p-6d628113.entry.js → p-9de963f8.entry.js} +1 -1
  328. package/dist/ptcw-design/{p-d4207d86.entry.js → p-9df7489b.entry.js} +1 -1
  329. package/dist/ptcw-design/{p-0a558a22.entry.js → p-9e2fd13c.entry.js} +1 -1
  330. package/dist/ptcw-design/{p-dadbab48.entry.js → p-a0bf3dd2.entry.js} +1 -1
  331. package/dist/ptcw-design/p-a114198f.entry.js +1 -0
  332. package/dist/ptcw-design/{p-ac78409e.entry.js → p-a25578e9.entry.js} +1 -1
  333. package/dist/ptcw-design/{p-e2e33ddb.entry.js → p-a37c5209.entry.js} +1 -1
  334. package/dist/ptcw-design/p-a4f65d28.entry.js +1 -0
  335. package/dist/ptcw-design/{p-dabb1b70.entry.js → p-a54c6da5.entry.js} +1 -1
  336. package/dist/ptcw-design/{p-be00fb74.entry.js → p-a7cb3851.entry.js} +1 -1
  337. package/dist/ptcw-design/{p-c5417010.entry.js → p-aac082cf.entry.js} +1 -1
  338. package/dist/ptcw-design/{p-944c5be8.js → p-ac75c7ad.js} +1 -1
  339. package/dist/ptcw-design/{p-bf04c250.entry.js → p-ad718ee1.entry.js} +1 -1
  340. package/dist/ptcw-design/{p-b293a0b1.entry.js → p-aea09a70.entry.js} +1 -1
  341. package/dist/ptcw-design/{p-79762cf6.entry.js → p-b436f56d.entry.js} +1 -1
  342. package/dist/ptcw-design/p-b50f71dd.entry.js +1 -0
  343. package/dist/ptcw-design/{p-73a41148.entry.js → p-b651c1cb.entry.js} +1 -1
  344. package/dist/ptcw-design/p-b8ee8699.entry.js +1 -0
  345. package/dist/ptcw-design/p-baff4d44.entry.js +1 -0
  346. package/dist/ptcw-design/p-bd6af63e.entry.js +1 -0
  347. package/dist/ptcw-design/p-bf18b622.entry.js +1 -0
  348. package/dist/ptcw-design/{p-208ec7f3.entry.js → p-bf8fbba7.entry.js} +1 -1
  349. package/dist/ptcw-design/{p-9a28ded2.entry.js → p-bfacfe67.entry.js} +1 -1
  350. package/dist/ptcw-design/{p-abdd3b8e.entry.js → p-c01ea76f.entry.js} +1 -1
  351. package/dist/ptcw-design/{p-13131b4d.entry.js → p-c0bb1ad0.entry.js} +1 -1
  352. package/dist/ptcw-design/{p-dd38bf84.entry.js → p-c5f42895.entry.js} +1 -1
  353. package/dist/ptcw-design/{p-61a5012d.entry.js → p-c631608f.entry.js} +1 -1
  354. package/dist/ptcw-design/{p-e87a4ff8.entry.js → p-c68d31c6.entry.js} +1 -1
  355. package/dist/ptcw-design/{p-43756439.entry.js → p-c6a0dd99.entry.js} +1 -1
  356. package/dist/ptcw-design/p-c89030e4.entry.js +1 -0
  357. package/dist/ptcw-design/p-cbee4653.entry.js +1 -0
  358. package/dist/ptcw-design/{p-aaf8fb04.entry.js → p-d20cf3c5.entry.js} +1 -1
  359. package/dist/ptcw-design/p-d2cc0297.entry.js +1 -0
  360. package/dist/ptcw-design/p-d3229458.entry.js +1 -0
  361. package/dist/ptcw-design/{p-baf737c1.entry.js → p-d361afd1.entry.js} +1 -1
  362. package/dist/ptcw-design/{p-e487b592.entry.js → p-d3e2a446.entry.js} +1 -1
  363. package/dist/ptcw-design/{p-e1242dd4.entry.js → p-d7275289.entry.js} +1 -1
  364. package/dist/ptcw-design/{p-14b83061.entry.js → p-d73cc053.entry.js} +1 -1
  365. package/dist/ptcw-design/{p-f05be87f.entry.js → p-da02913d.entry.js} +1 -1
  366. package/dist/ptcw-design/{p-bf439f9b.entry.js → p-dbbe35bf.entry.js} +1 -1
  367. package/dist/ptcw-design/{p-afbe8e2c.entry.js → p-dc85c302.entry.js} +1 -1
  368. package/dist/ptcw-design/{p-37899461.entry.js → p-dc8c0a06.entry.js} +1 -1
  369. package/dist/ptcw-design/{p-ef55ab3c.entry.js → p-de960790.entry.js} +1 -1
  370. package/dist/ptcw-design/p-e2a935fa.entry.js +1 -0
  371. package/dist/ptcw-design/{p-d1f57070.entry.js → p-e3bf092e.entry.js} +1 -1
  372. package/dist/ptcw-design/{p-d871e7f7.entry.js → p-e577ad62.entry.js} +1 -1
  373. package/dist/ptcw-design/p-e6a272d9.entry.js +1 -0
  374. package/dist/ptcw-design/{p-931acda6.entry.js → p-e8e39b10.entry.js} +1 -1
  375. package/dist/ptcw-design/{p-2a3735a5.entry.js → p-e90fbbad.entry.js} +1 -1
  376. package/dist/ptcw-design/{p-4b23b4c3.entry.js → p-ee534211.entry.js} +1 -1
  377. package/dist/ptcw-design/{p-9b60270e.entry.js → p-eec2f3da.entry.js} +1 -1
  378. package/dist/ptcw-design/{p-70a5f144.entry.js → p-f4699d4e.entry.js} +1 -1
  379. package/dist/ptcw-design/{p-f2006b03.entry.js → p-f5c97ab2.entry.js} +1 -1
  380. package/dist/ptcw-design/{p-3b967df1.entry.js → p-f61a3476.entry.js} +1 -1
  381. package/dist/ptcw-design/{p-5da98805.entry.js → p-f731fc96.entry.js} +1 -1
  382. package/dist/ptcw-design/{p-0ed4609e.entry.js → p-fb8584e4.entry.js} +1 -1
  383. package/dist/ptcw-design/p-fd394e84.entry.js +1 -0
  384. package/dist/ptcw-design/p-fd7e5935.entry.js +1 -0
  385. package/dist/ptcw-design/{p-e6ebc832.entry.js → p-fdee2cdc.entry.js} +1 -1
  386. package/dist/ptcw-design/p-fe40421e.entry.js +1 -0
  387. package/dist/ptcw-design/{p-4335d7f3.entry.js → p-fe907670.entry.js} +1 -1
  388. package/dist/ptcw-design/{p-c415ab42.entry.js → p-ffb0ff97.entry.js} +1 -1
  389. package/dist/ptcw-design/ptcw-design.css +1 -1
  390. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  391. package/dist/types/components/ptc-icon-component/ptc-icon-component.d.ts +5 -0
  392. package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +3 -0
  393. package/dist/types/components.d.ts +1 -0
  394. package/package.json +1 -1
  395. package/readme.md +1 -1
  396. package/dist/cjs/icon-asset_15.cjs.entry.js +0 -1477
  397. package/dist/esm/icon-asset_15.entry.js +0 -1459
  398. package/dist/ptcw-design/p-051ba8f9.entry.js +0 -1
  399. package/dist/ptcw-design/p-11eb4dd1.entry.js +0 -1
  400. package/dist/ptcw-design/p-208ca9de.entry.js +0 -1
  401. package/dist/ptcw-design/p-212cdacd.entry.js +0 -1
  402. package/dist/ptcw-design/p-2ee3a32b.entry.js +0 -1
  403. package/dist/ptcw-design/p-36c42aae.entry.js +0 -1
  404. package/dist/ptcw-design/p-3717a6e1.entry.js +0 -1
  405. package/dist/ptcw-design/p-39255f59.entry.js +0 -1
  406. package/dist/ptcw-design/p-3f1082bc.entry.js +0 -1
  407. package/dist/ptcw-design/p-46a4bd70.entry.js +0 -1
  408. package/dist/ptcw-design/p-4aa9e505.entry.js +0 -1
  409. package/dist/ptcw-design/p-53d88f2b.entry.js +0 -1
  410. package/dist/ptcw-design/p-60892d7d.entry.js +0 -1
  411. package/dist/ptcw-design/p-65e5f282.entry.js +0 -1
  412. package/dist/ptcw-design/p-72681e91.entry.js +0 -1
  413. package/dist/ptcw-design/p-973b06d1.entry.js +0 -1
  414. package/dist/ptcw-design/p-99e41dc4.entry.js +0 -1
  415. package/dist/ptcw-design/p-9ae901e2.entry.js +0 -1
  416. package/dist/ptcw-design/p-9e6fb4ba.entry.js +0 -1
  417. package/dist/ptcw-design/p-a220ab2c.entry.js +0 -1
  418. package/dist/ptcw-design/p-aa3eb981.entry.js +0 -1
  419. package/dist/ptcw-design/p-ac32267c.entry.js +0 -1
  420. package/dist/ptcw-design/p-b5d0e4a2.entry.js +0 -1
  421. package/dist/ptcw-design/p-c2e8c8d5.entry.js +0 -1
  422. package/dist/ptcw-design/p-c4e9c09c.entry.js +0 -1
  423. package/dist/ptcw-design/p-cab9cdf9.entry.js +0 -1
  424. package/dist/ptcw-design/p-f96951c5.entry.js +0 -1
  425. package/dist/types/components/ptc-mobile-select/mobile-select/dist/mobile-select.d.ts +0 -209
  426. package/dist/types/utils/eloqua.d.ts +0 -9
  427. /package/dist/ptcw-design/{p-bcab66bf.js → p-672a349f.js} +0 -0
@@ -15,11 +15,13 @@ export class PtcIconComponent {
15
15
  this.renderSlides();
16
16
  setTimeout(() => {
17
17
  this.initSlider();
18
+ this.setUpTabIndex();
18
19
  }, 200);
19
20
  }
20
21
  componentDidUpdate() {
21
22
  setTimeout(() => {
22
23
  this.initSlider();
24
+ this.setUpTabIndex();
23
25
  }, 200);
24
26
  }
25
27
  renderSlides() {
@@ -29,6 +31,7 @@ export class PtcIconComponent {
29
31
  slidesList.forEach((node) => {
30
32
  const slideElement = document.createElement('div');
31
33
  slideElement.classList.add('swiper-slide');
34
+ slideElement.querySelectorAll("a").forEach(item => item.tabIndex = -1);
32
35
  let cloneNode = node.cloneNode(true);
33
36
  slideElement.appendChild(cloneNode);
34
37
  swiperWrapper.appendChild(slideElement);
@@ -53,6 +56,10 @@ export class PtcIconComponent {
53
56
  nextEl: this.swiperButtonNextRef,
54
57
  prevEl: this.swiperButtonPrevRef,
55
58
  },
59
+ // keyboard: {
60
+ // enabled: true,
61
+ // onlyInViewport: true
62
+ // }
56
63
  });
57
64
  }
58
65
  }
@@ -71,8 +78,38 @@ export class PtcIconComponent {
71
78
  this.iconSwiper = null;
72
79
  }
73
80
  }
81
+ onNextBtnClick(e) {
82
+ let btn = e.currentTarget;
83
+ e.preventDefault();
84
+ if (btn && !btn.classList.contains('disabled')) {
85
+ this.iconSwiper.slideNext();
86
+ this.setUpTabIndex();
87
+ }
88
+ }
89
+ onPrevBtnClick(e) {
90
+ let btn = e.currentTarget;
91
+ e.preventDefault();
92
+ if (btn && !btn.classList.contains('disabled')) {
93
+ this.iconSwiper.slidePrev();
94
+ this.setUpTabIndex();
95
+ }
96
+ }
97
+ onPrevBtnKeydown(e) {
98
+ if (e.key === "Enter") {
99
+ this.onPrevBtnClick(e);
100
+ }
101
+ }
102
+ onNextBtnKeydown(e) {
103
+ if (e.key === "Enter") {
104
+ this.onNextBtnClick(e);
105
+ }
106
+ }
107
+ setUpTabIndex() {
108
+ this.iconSwiper.slides.forEach(i => i.querySelectorAll("a").forEach(item => item.tabIndex = -1));
109
+ this.iconSwiper.slides[this.iconSwiper.activeIndex].querySelectorAll("a").forEach(item => item.tabIndex = 0);
110
+ }
74
111
  render() {
75
- return (h(Host, { class: this.isMobile ? 'mobileView' : 'desktopView' }, h("div", { class: "icon-component-row" }, h("slot", null)), h("div", { class: "swiper-container", ref: el => this.swiperWrapperRef = el }, h("div", { class: "swiper-wrapper" }), h("div", { class: "swiper-pagination", ref: el => this.swiperPaginationRef = el }), h("div", { class: "swiper-button-next", ref: el => this.swiperButtonNextRef = el }, h("svg", { width: "20", height: "20", viewBox: "0 0 14 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M0.75 17.25L8 10L0.75 2.75L3.375 0.125L13.25 10L3.375 19.875L0.75 17.25Z", fill: "#323B42" }))), h("div", { class: "swiper-button-prev", ref: el => this.swiperButtonPrevRef = el }, h("svg", { width: "20", height: "20", viewBox: "0 0 14 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M13.25 2.75L6 10L13.25 17.25L10.625 19.875L0.749999 10L10.625 0.125L13.25 2.75Z", fill: "#323B42" }))))));
112
+ return (h(Host, { class: this.isMobile ? 'mobileView' : 'desktopView' }, h("div", { class: "icon-component-row" }, h("slot", null)), h("div", { class: "swiper-container", ref: el => this.swiperWrapperRef = el }, h("div", { class: "swiper-button-prev", ref: el => this.swiperButtonPrevRef = el, tabindex: 0, onClick: (e) => this.onPrevBtnClick(e), onKeyDown: (e) => this.onPrevBtnKeydown(e) }, h("svg", { width: "20", height: "20", viewBox: "0 0 14 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M13.25 2.75L6 10L13.25 17.25L10.625 19.875L0.749999 10L10.625 0.125L13.25 2.75Z", fill: "#323B42" }))), h("div", { class: "swiper-button-next", ref: el => this.swiperButtonNextRef = el, tabindex: 0, onClick: (e) => this.onNextBtnClick(e), onKeyDown: (e) => this.onNextBtnKeydown(e) }, h("svg", { width: "20", height: "20", viewBox: "0 0 14 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M0.75 17.25L8 10L0.75 2.75L3.375 0.125L13.25 10L3.375 19.875L0.75 17.25Z", fill: "#323B42" }))), h("div", { class: "swiper-wrapper" }), h("div", { class: "swiper-pagination", ref: el => this.swiperPaginationRef = el }))));
76
113
  }
77
114
  static get is() { return "ptc-icon-component"; }
78
115
  static get encapsulation() { return "shadow"; }
@@ -1163,7 +1163,7 @@ ptc-nav-submenu:focus-visible, ptc-nav-submenu:focus {
1163
1163
  outline: 5px solid var(--keyboard-nav-outline);
1164
1164
  }
1165
1165
 
1166
- a:not(.vjs-social-share-links a) {
1166
+ a {
1167
1167
  font-family: var(--ptc-font-latin);
1168
1168
  font-style: var(--ptc-font-style-normal);
1169
1169
  text-decoration-line: underline;
@@ -1171,21 +1171,21 @@ a:not(.vjs-social-share-links a) {
1171
1171
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
1172
1172
  font-weight: var(--ptc-font-weight-bold);
1173
1173
  }
1174
- a:not(.vjs-social-share-links a):visited {
1174
+ a:visited {
1175
1175
  color: var(--color-blue-10);
1176
1176
  }
1177
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
1177
+ a:active, a:visited:active {
1178
1178
  transition: none;
1179
1179
  color: var(--color-blue-09);
1180
1180
  }
1181
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
1181
+ a:hover, a:visited:hover {
1182
1182
  color: var(--color-blue-08);
1183
1183
  }
1184
- a:not(.vjs-social-share-links a).disabled {
1184
+ a.disabled {
1185
1185
  color: var(--color-gray-04) !important;
1186
1186
  cursor: not-allowed;
1187
1187
  }
1188
- a:not(.vjs-social-share-links a):focus-visible {
1188
+ a:focus-visible {
1189
1189
  outline: 5px solid #003DD6 !important;
1190
1190
  outline-offset: 0px !important;
1191
1191
  border-radius: var(--ptc-border-radius-standard);
@@ -1268,6 +1268,13 @@ a:not(.vjs-social-share-links a):focus-visible {
1268
1268
  color: var(--color-green-06);
1269
1269
  }
1270
1270
 
1271
+ .vjs-social-share-links a {
1272
+ color: var(--color-white);
1273
+ }
1274
+ .vjs-social-share-links a:hover {
1275
+ color: var(--color-white);
1276
+ }
1277
+
1271
1278
  :host {
1272
1279
  display: block;
1273
1280
  }
@@ -165,6 +165,19 @@ export class PtcPagenation {
165
165
  this.setupEventPresets();
166
166
  }
167
167
  }
168
+ componentDidLoad() {
169
+ const filterContainer = this.el.shadowRoot.querySelector(".standard-filter");
170
+ if (!filterContainer)
171
+ return;
172
+ filterContainer.addEventListener("keydown", (event) => {
173
+ if (event.key === "Enter") {
174
+ const target = event.target;
175
+ if (target.tagName === "A") {
176
+ this.paginationItemKeydown.emit();
177
+ }
178
+ }
179
+ });
180
+ }
168
181
  setupStandardPresets() {
169
182
  if (this.clickedPageNumber < 1) {
170
183
  this.clickedPageNumber == 1;
@@ -545,6 +558,21 @@ export class PtcPagenation {
545
558
  }
546
559
  static get events() {
547
560
  return [{
561
+ "method": "paginationItemKeydown",
562
+ "name": "paginationItemKeydown",
563
+ "bubbles": true,
564
+ "cancelable": true,
565
+ "composed": true,
566
+ "docs": {
567
+ "tags": [],
568
+ "text": ""
569
+ },
570
+ "complexType": {
571
+ "original": "number",
572
+ "resolved": "number",
573
+ "references": {}
574
+ }
575
+ }, {
548
576
  "method": "pageClicked",
549
577
  "name": "pageClicked",
550
578
  "bubbles": true,
@@ -561,6 +589,7 @@ export class PtcPagenation {
561
589
  }
562
590
  }];
563
591
  }
592
+ static get elementRef() { return "el"; }
564
593
  static get listeners() {
565
594
  return [{
566
595
  "name": "resize",
@@ -5574,7 +5574,7 @@ Credits to Dave Berning
5574
5574
  background-color: var(--color-gray-06);
5575
5575
  }
5576
5576
 
5577
- a:not(.vjs-social-share-links a) {
5577
+ a {
5578
5578
  font-family: var(--ptc-font-latin);
5579
5579
  font-style: var(--ptc-font-style-normal);
5580
5580
  text-decoration-line: underline;
@@ -5582,21 +5582,21 @@ a:not(.vjs-social-share-links a) {
5582
5582
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
5583
5583
  font-weight: var(--ptc-font-weight-bold);
5584
5584
  }
5585
- a:not(.vjs-social-share-links a):visited {
5585
+ a:visited {
5586
5586
  color: var(--color-blue-10);
5587
5587
  }
5588
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
5588
+ a:active, a:visited:active {
5589
5589
  transition: none;
5590
5590
  color: var(--color-blue-09);
5591
5591
  }
5592
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
5592
+ a:hover, a:visited:hover {
5593
5593
  color: var(--color-blue-08);
5594
5594
  }
5595
- a:not(.vjs-social-share-links a).disabled {
5595
+ a.disabled {
5596
5596
  color: var(--color-gray-04) !important;
5597
5597
  cursor: not-allowed;
5598
5598
  }
5599
- a:not(.vjs-social-share-links a):focus-visible {
5599
+ a:focus-visible {
5600
5600
  outline: 5px solid #003DD6 !important;
5601
5601
  outline-offset: 0px !important;
5602
5602
  border-radius: var(--ptc-border-radius-standard);
@@ -5679,6 +5679,13 @@ a:not(.vjs-social-share-links a):focus-visible {
5679
5679
  color: var(--color-green-06);
5680
5680
  }
5681
5681
 
5682
+ .vjs-social-share-links a {
5683
+ color: var(--color-white);
5684
+ }
5685
+ .vjs-social-share-links a:hover {
5686
+ color: var(--color-white);
5687
+ }
5688
+
5682
5689
  :host {
5683
5690
  display: block;
5684
5691
  padding: 2rem 0;
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  display: block;
164
171
  background-color: var(--color-white);
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  display: block;
164
171
  padding-bottom: var(--ptc-layout-spacing-03);
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  max-width: 300px;
164
171
  display: block;
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  display: block;
164
171
  }
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  display: block;
164
171
  }
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host(.block) {
163
170
  display: block;
164
171
  }
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  display: block;
164
171
  margin-bottom: var(--ptc-element-spacing-07);
@@ -5631,7 +5631,7 @@ Credits to Dave Berning
5631
5631
  background-color: var(--color-gray-06);
5632
5632
  }
5633
5633
 
5634
- a:not(.vjs-social-share-links a) {
5634
+ a {
5635
5635
  font-family: var(--ptc-font-latin);
5636
5636
  font-style: var(--ptc-font-style-normal);
5637
5637
  text-decoration-line: underline;
@@ -5639,21 +5639,21 @@ a:not(.vjs-social-share-links a) {
5639
5639
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
5640
5640
  font-weight: var(--ptc-font-weight-bold);
5641
5641
  }
5642
- a:not(.vjs-social-share-links a):visited {
5642
+ a:visited {
5643
5643
  color: var(--color-blue-10);
5644
5644
  }
5645
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
5645
+ a:active, a:visited:active {
5646
5646
  transition: none;
5647
5647
  color: var(--color-blue-09);
5648
5648
  }
5649
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
5649
+ a:hover, a:visited:hover {
5650
5650
  color: var(--color-blue-08);
5651
5651
  }
5652
- a:not(.vjs-social-share-links a).disabled {
5652
+ a.disabled {
5653
5653
  color: var(--color-gray-04) !important;
5654
5654
  cursor: not-allowed;
5655
5655
  }
5656
- a:not(.vjs-social-share-links a):focus-visible {
5656
+ a:focus-visible {
5657
5657
  outline: 5px solid #003DD6 !important;
5658
5658
  outline-offset: 0px !important;
5659
5659
  border-radius: var(--ptc-border-radius-standard);
@@ -5736,6 +5736,13 @@ a:not(.vjs-social-share-links a):focus-visible {
5736
5736
  color: var(--color-green-06);
5737
5737
  }
5738
5738
 
5739
+ .vjs-social-share-links a {
5740
+ color: var(--color-white);
5741
+ }
5742
+ .vjs-social-share-links a:hover {
5743
+ color: var(--color-white);
5744
+ }
5745
+
5739
5746
  /*
5740
5747
  * Typography tokens
5741
5748
  */