@ptcwebops/ptcw-design 6.2.22-beta → 6.2.22

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 (298) hide show
  1. package/dist/cjs/{component-4dd13907.js → component-06dda623.js} +1494 -3305
  2. package/dist/cjs/component-5b5b6a98.js +1819 -0
  3. package/dist/cjs/event-jumbotron-example.cjs.entry.js +4 -2
  4. package/dist/cjs/event-podcast-slider-example.cjs.entry.js +13 -7
  5. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  6. package/dist/cjs/icon-asset_4.cjs.entry.js +817 -0
  7. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  8. package/dist/cjs/interfaces-574e6df7.js +15 -0
  9. package/dist/cjs/list-item.cjs.entry.js +48 -0
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/cjs/max-width-container.cjs.entry.js +54 -0
  12. package/dist/cjs/ptc-announcement.cjs.entry.js +2 -2
  13. package/dist/cjs/ptc-background-video.cjs.entry.js +102 -0
  14. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +47 -0
  16. package/dist/cjs/ptc-button.cjs.entry.js +87 -0
  17. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +3 -2
  18. package/dist/cjs/ptc-card_2.cjs.entry.js +11 -3
  19. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +2 -19
  21. package/dist/cjs/ptc-data-lookup.cjs.entry.js +2 -1
  22. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  23. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  24. package/dist/cjs/ptc-filter-tag_2.cjs.entry.js +15 -0
  25. package/dist/cjs/{ptc-form-checkbox_4.cjs.entry.js → ptc-form-checkbox_2.cjs.entry.js} +4 -786
  26. package/dist/cjs/ptc-icon-component.cjs.entry.js +45 -2
  27. package/dist/cjs/ptc-icon-minimize.cjs.entry.js +50 -3
  28. package/dist/cjs/ptc-img.cjs.entry.js +133 -0
  29. package/dist/cjs/ptc-jumbotron.cjs.entry.js +151 -0
  30. package/dist/cjs/ptc-minimized-nav.cjs.entry.js +2 -1
  31. package/dist/cjs/ptc-multi-select_2.cjs.entry.js +670 -0
  32. package/dist/cjs/ptc-nav-link.cjs.entry.js +48 -0
  33. package/dist/cjs/ptc-nav-slider.cjs.entry.js +106 -0
  34. package/dist/cjs/ptc-nav-submenu.cjs.entry.js +51 -0
  35. package/dist/cjs/ptc-para.cjs.entry.js +127 -0
  36. package/dist/cjs/ptc-picture.cjs.entry.js +163 -0
  37. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  38. package/dist/cjs/ptc-previous-url.cjs.entry.js +2 -10
  39. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
  40. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  41. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  42. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  43. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  44. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  45. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  46. package/dist/cjs/ptc-sticky-section.cjs.entry.js +70 -0
  47. package/dist/cjs/ptc-sticky-title.cjs.entry.js +2 -2
  48. package/dist/cjs/ptc-subnav.cjs.entry.js +37 -0
  49. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  50. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  51. package/dist/cjs/ptc-white-paper.cjs.entry.js +2 -2
  52. package/dist/cjs/ptcw-design.cjs.js +1 -1
  53. package/dist/cjs/validation-messages-33a4f26b.js +126 -0
  54. package/dist/collection/collection-manifest.json +0 -1
  55. package/dist/collection/components/icon-asset/icon-asset.css +6 -0
  56. package/dist/collection/components/icon-asset/media/designer-v6.0.6.svg +2 -30
  57. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +13 -6
  58. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +9 -2
  59. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.css +25 -3
  60. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.js +3 -1
  61. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +23 -71
  62. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.js +12 -30
  63. package/dist/collection/components/ptc-announcement/ptc-announcement.css +6 -0
  64. package/dist/collection/components/ptc-announcement/ptc-announcement.js +1 -1
  65. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +13 -6
  66. package/dist/collection/components/ptc-card/ptc-card.css +1 -0
  67. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.css +2 -0
  68. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +20 -1
  69. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +13 -6
  70. package/dist/collection/components/ptc-close-icon/ptc-close-icon.js +1 -1
  71. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +13 -6
  72. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +13 -6
  73. package/dist/collection/components/ptc-icon-component/ptc-icon-component.css +12 -0
  74. package/dist/collection/components/ptc-icon-component/ptc-icon-component.js +44 -1
  75. package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.css +8 -0
  76. package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +67 -2
  77. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +16 -8
  78. package/dist/collection/components/ptc-minimized-nav/ptc-minimized-nav.js +19 -1
  79. package/dist/collection/components/ptc-modal/ptc-modal.css +13 -6
  80. package/dist/collection/components/ptc-modal/ptc-modal.js +2 -19
  81. package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +29 -0
  82. package/dist/collection/components/ptc-para/ptc-para.css +0 -3
  83. package/dist/collection/components/ptc-para/ptc-para.js +2 -2
  84. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +13 -6
  85. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +264 -26
  86. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +9 -1
  87. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +0 -16
  88. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +1 -27
  89. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +3 -2
  90. package/dist/collection/components/ptc-product-card/ptc-product-card.css +13 -6
  91. package/dist/collection/components/ptc-product-category/ptc-product-category.css +13 -6
  92. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +13 -6
  93. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +13 -6
  94. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +13 -6
  95. package/dist/collection/components/ptc-sticky-title/ptc-sticky-title.js +2 -2
  96. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +13 -6
  97. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +13 -6
  98. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +13 -6
  99. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +1 -1
  100. package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.css +9 -2
  101. package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.js +1 -4
  102. package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.js +1 -9
  103. package/dist/custom-elements/index.d.ts +0 -6
  104. package/dist/custom-elements/index.js +180 -183
  105. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  106. package/dist/esm/blog-detail-layout.entry.js +1 -1
  107. package/dist/esm/blogs-search-section.entry.js +1 -1
  108. package/dist/esm/{component-9c921cc6.js → component-274da230.js} +1482 -3281
  109. package/dist/esm/component-341e4eaa.js +1802 -0
  110. package/dist/esm/event-jumbotron-example.entry.js +4 -2
  111. package/dist/esm/event-podcast-slider-example.entry.js +13 -7
  112. package/dist/esm/featured-list.entry.js +1 -1
  113. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  114. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  115. package/dist/esm/icon-asset_4.entry.js +810 -0
  116. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  117. package/dist/esm/interfaces-4caedd26.js +12 -0
  118. package/dist/esm/list-item.entry.js +44 -0
  119. package/dist/esm/loader.js +1 -1
  120. package/dist/esm/max-width-container.entry.js +50 -0
  121. package/dist/esm/most-popular-news.entry.js +1 -1
  122. package/dist/esm/my-component.entry.js +1 -1
  123. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  124. package/dist/esm/ptc-announcement.entry.js +2 -2
  125. package/dist/esm/ptc-background-video.entry.js +98 -0
  126. package/dist/esm/ptc-bio-card.entry.js +1 -1
  127. package/dist/esm/ptc-breadcrumb.entry.js +43 -0
  128. package/dist/esm/ptc-button.entry.js +83 -0
  129. package/dist/esm/ptc-card-bottom_2.entry.js +3 -2
  130. package/dist/esm/ptc-card_2.entry.js +11 -3
  131. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  132. package/dist/esm/ptc-close-icon_2.entry.js +2 -19
  133. package/dist/esm/ptc-data-lookup.entry.js +2 -1
  134. package/dist/esm/ptc-featured-list.entry.js +1 -1
  135. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  136. package/dist/esm/ptc-filter-tag_2.entry.js +15 -0
  137. package/dist/esm/{ptc-form-checkbox_4.entry.js → ptc-form-checkbox_2.entry.js} +4 -784
  138. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  139. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  140. package/dist/esm/ptc-icon-card.entry.js +1 -1
  141. package/dist/esm/ptc-icon-component.entry.js +45 -2
  142. package/dist/esm/ptc-icon-minimize.entry.js +50 -3
  143. package/dist/esm/ptc-img.entry.js +129 -0
  144. package/dist/esm/ptc-jumbotron.entry.js +147 -0
  145. package/dist/esm/ptc-link.entry.js +1 -1
  146. package/dist/esm/ptc-media-card.entry.js +1 -1
  147. package/dist/esm/ptc-minimized-nav.entry.js +2 -1
  148. package/dist/esm/ptc-multi-select_2.entry.js +665 -0
  149. package/dist/esm/ptc-nav-link.entry.js +44 -0
  150. package/dist/esm/ptc-nav-slider.entry.js +102 -0
  151. package/dist/esm/ptc-nav-submenu.entry.js +47 -0
  152. package/dist/esm/ptc-para.entry.js +123 -0
  153. package/dist/esm/ptc-picture.entry.js +159 -0
  154. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  155. package/dist/esm/ptc-previous-url.entry.js +2 -10
  156. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  157. package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
  158. package/dist/esm/ptc-product-card.entry.js +1 -1
  159. package/dist/esm/ptc-product-category.entry.js +1 -1
  160. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  161. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  162. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  163. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  164. package/dist/esm/ptc-spacer.entry.js +34 -0
  165. package/dist/esm/ptc-sticky-section.entry.js +66 -0
  166. package/dist/esm/ptc-sticky-title.entry.js +2 -2
  167. package/dist/esm/ptc-subnav.entry.js +33 -0
  168. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  169. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  170. package/dist/esm/ptc-white-paper.entry.js +2 -2
  171. package/dist/esm/ptcw-design.js +1 -1
  172. package/dist/esm/{utils-ff65c75b.js → utils-355f1d70.js} +1 -1
  173. package/dist/esm/validation-messages-adbb6518.js +124 -0
  174. package/dist/ptcw-design/media/designer-v6.0.6.svg +2 -30
  175. package/dist/ptcw-design/{p-6a79e68e.entry.js → p-00ccc051.entry.js} +1 -1
  176. package/dist/ptcw-design/p-07b1afd5.entry.js +1 -0
  177. package/dist/ptcw-design/p-09def480.entry.js +1 -0
  178. package/dist/ptcw-design/p-0f32883f.entry.js +1 -0
  179. package/dist/ptcw-design/{p-abdd3b8e.entry.js → p-1056fdc7.entry.js} +1 -1
  180. package/dist/ptcw-design/p-18a5a338.js +1 -0
  181. package/dist/ptcw-design/p-1adea6a5.entry.js +1 -0
  182. package/dist/ptcw-design/p-235149b5.entry.js +1 -0
  183. package/dist/ptcw-design/p-2ab0f25c.entry.js +1 -0
  184. package/dist/ptcw-design/{p-dbb4e7f9.entry.js → p-30ec0036.entry.js} +1 -1
  185. package/dist/ptcw-design/{p-a560e839.entry.js → p-3815217a.entry.js} +1 -1
  186. package/dist/ptcw-design/p-39255f59.entry.js +1 -0
  187. package/dist/ptcw-design/p-3b6826c3.entry.js +1 -0
  188. package/dist/ptcw-design/{p-051ba8f9.entry.js → p-3d3328f9.entry.js} +1 -1
  189. package/dist/ptcw-design/p-3f935e06.entry.js +1 -0
  190. package/dist/ptcw-design/{p-9b60270e.entry.js → p-455bdea0.entry.js} +1 -1
  191. package/dist/ptcw-design/p-483e20af.entry.js +1 -0
  192. package/dist/ptcw-design/p-4ee29b78.entry.js +1 -0
  193. package/dist/ptcw-design/p-4f523245.entry.js +1 -0
  194. package/dist/ptcw-design/p-520542e2.entry.js +1 -0
  195. package/dist/ptcw-design/p-53d15f85.entry.js +1 -0
  196. package/dist/ptcw-design/{p-b1c1de30.entry.js → p-57360be3.entry.js} +1 -1
  197. package/dist/ptcw-design/p-57d86f12.entry.js +1 -0
  198. package/dist/ptcw-design/p-647dee4f.entry.js +1 -0
  199. package/dist/ptcw-design/p-66ddc281.entry.js +1 -0
  200. package/dist/ptcw-design/p-66f319f0.entry.js +1 -0
  201. package/dist/ptcw-design/p-69ef15d4.entry.js +1 -0
  202. package/dist/ptcw-design/{p-c9518684.entry.js → p-6b7d2579.entry.js} +1 -1
  203. package/dist/ptcw-design/p-6d0f7580.entry.js +1 -0
  204. package/dist/ptcw-design/p-6f8858c3.entry.js +1 -0
  205. package/dist/ptcw-design/p-711bcdad.js +1 -0
  206. package/dist/ptcw-design/p-770b269c.entry.js +1 -0
  207. package/dist/ptcw-design/p-788c2859.entry.js +1 -0
  208. package/dist/ptcw-design/p-794eebdb.entry.js +1 -0
  209. package/dist/ptcw-design/p-79762cf6.entry.js +1 -0
  210. package/dist/ptcw-design/{p-a220ab2c.entry.js → p-7a5c0d47.entry.js} +1 -1
  211. package/dist/ptcw-design/p-88ff7bc5.entry.js +1 -0
  212. package/dist/ptcw-design/{p-208ca9de.entry.js → p-8da51d65.entry.js} +1 -1
  213. package/dist/ptcw-design/p-9d8a9a72.entry.js +1 -0
  214. package/dist/ptcw-design/p-a4c68b6d.entry.js +1 -0
  215. package/dist/ptcw-design/p-ad4f4f33.entry.js +1 -0
  216. package/dist/ptcw-design/p-b0c99e8e.entry.js +1 -0
  217. package/dist/ptcw-design/{p-b4ba719a.entry.js → p-b1d85ece.entry.js} +1 -1
  218. package/dist/ptcw-design/p-b29e43cf.entry.js +1 -0
  219. package/dist/ptcw-design/{p-9e6fb4ba.entry.js → p-b9dd37cc.entry.js} +1 -1
  220. package/dist/ptcw-design/p-be533f0d.js +134 -0
  221. package/dist/ptcw-design/p-bf04c250.entry.js +1 -0
  222. package/dist/ptcw-design/p-c1513c3f.js +203 -0
  223. package/dist/ptcw-design/p-c2ab3f44.entry.js +68 -0
  224. package/dist/ptcw-design/{p-d871e7f7.entry.js → p-c5631974.entry.js} +1 -1
  225. package/dist/ptcw-design/{p-fc0d9251.entry.js → p-c811bca6.entry.js} +1 -1
  226. package/dist/ptcw-design/{p-2a255901.entry.js → p-cb2b87bb.entry.js} +1 -1
  227. package/dist/ptcw-design/p-d4207d86.entry.js +1 -0
  228. package/dist/ptcw-design/p-d9ec506c.entry.js +1 -0
  229. package/dist/ptcw-design/p-dabb1b70.entry.js +1 -0
  230. package/dist/ptcw-design/{p-73a41148.entry.js → p-e05b1f0e.entry.js} +1 -1
  231. package/dist/ptcw-design/p-e487b592.entry.js +1 -0
  232. package/dist/ptcw-design/{p-bf076b87.entry.js → p-e6cb2dce.entry.js} +1 -1
  233. package/dist/ptcw-design/{p-0c862dbd.entry.js → p-e78596eb.entry.js} +1 -1
  234. package/dist/ptcw-design/{p-8872161f.js → p-ead9ebbc.js} +1 -1
  235. package/dist/ptcw-design/p-ec22d0b8.entry.js +1 -0
  236. package/dist/ptcw-design/p-edcad0f1.entry.js +1 -0
  237. package/dist/ptcw-design/p-f093f6f8.entry.js +1 -0
  238. package/dist/ptcw-design/p-f2006b03.entry.js +1 -0
  239. package/dist/ptcw-design/p-f31e17d9.entry.js +1 -0
  240. package/dist/ptcw-design/{p-2ee3a32b.entry.js → p-f6bfbe18.entry.js} +1 -1
  241. package/dist/ptcw-design/p-ffd5c822.entry.js +1 -0
  242. package/dist/ptcw-design/ptcw-design.css +2 -2
  243. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  244. package/dist/types/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.d.ts +0 -1
  245. package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +2 -0
  246. package/dist/types/components/ptc-icon-component/ptc-icon-component.d.ts +5 -0
  247. package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +2 -0
  248. package/dist/types/components/ptc-minimized-nav/ptc-minimized-nav.d.ts +1 -0
  249. package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -2
  250. package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +3 -0
  251. package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
  252. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +0 -2
  253. package/dist/types/components/subnav/ptc-nav-submenu/ptc-nav-submenu.d.ts +0 -1
  254. package/dist/types/components.d.ts +17 -21
  255. package/package.json +1 -1
  256. package/readme.md +1 -5
  257. package/dist/cjs/icon-asset_18.cjs.entry.js +0 -1501
  258. package/dist/cjs/modal-form-example.cjs.entry.js +0 -94
  259. package/dist/cjs/ptc-collapse-list.cjs.entry.js +0 -512
  260. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +0 -26
  261. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +0 -99
  262. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +0 -45
  263. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +0 -47
  264. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +0 -157
  265. package/dist/esm/icon-asset_18.entry.js +0 -1480
  266. package/dist/esm/modal-form-example.entry.js +0 -90
  267. package/dist/esm/ptc-collapse-list.entry.js +0 -508
  268. package/dist/ptcw-design/p-01ad1cc2.entry.js +0 -68
  269. package/dist/ptcw-design/p-0eb9ea11.entry.js +0 -1
  270. package/dist/ptcw-design/p-20388467.entry.js +0 -1
  271. package/dist/ptcw-design/p-20670bc5.entry.js +0 -1
  272. package/dist/ptcw-design/p-20d837a9.entry.js +0 -1
  273. package/dist/ptcw-design/p-20d84f63.entry.js +0 -1
  274. package/dist/ptcw-design/p-286e048c.entry.js +0 -1
  275. package/dist/ptcw-design/p-2d0a9613.entry.js +0 -1
  276. package/dist/ptcw-design/p-330e1a36.entry.js +0 -1
  277. package/dist/ptcw-design/p-3a7c5330.entry.js +0 -1
  278. package/dist/ptcw-design/p-3ada2482.entry.js +0 -1
  279. package/dist/ptcw-design/p-4e41c031.entry.js +0 -1
  280. package/dist/ptcw-design/p-4e8c87e1.entry.js +0 -1
  281. package/dist/ptcw-design/p-5ae21271.entry.js +0 -1
  282. package/dist/ptcw-design/p-640d07b5.entry.js +0 -1
  283. package/dist/ptcw-design/p-66d50b46.entry.js +0 -1
  284. package/dist/ptcw-design/p-6af8c192.entry.js +0 -1
  285. package/dist/ptcw-design/p-70a5f144.entry.js +0 -1
  286. package/dist/ptcw-design/p-7853f1b5.entry.js +0 -1
  287. package/dist/ptcw-design/p-907727fd.entry.js +0 -1
  288. package/dist/ptcw-design/p-98083315.entry.js +0 -1
  289. package/dist/ptcw-design/p-986be938.entry.js +0 -1
  290. package/dist/ptcw-design/p-aba549b7.entry.js +0 -1
  291. package/dist/ptcw-design/p-ac32267c.entry.js +0 -1
  292. package/dist/ptcw-design/p-b5d0e4a2.entry.js +0 -1
  293. package/dist/ptcw-design/p-bcab66bf.js +0 -336
  294. package/dist/ptcw-design/p-ca268a17.entry.js +0 -1
  295. package/dist/ptcw-design/p-ce6d1c5f.entry.js +0 -1
  296. package/dist/ptcw-design/p-ef55ab3c.entry.js +0 -1
  297. package/dist/ptcw-design/p-fb2e4612.entry.js +0 -1
  298. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
@@ -82,26 +82,26 @@ a:focus-visible {
82
82
  border-radius: var(--ptc-border-radius-standard);
83
83
  }
84
84
 
85
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
85
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-plm-grey a.light-link {
86
86
  color: var(--color-blue-04);
87
87
  margin: -2px;
88
88
  border: 2px solid transparent;
89
89
  }
90
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
90
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
91
91
  color: var(--color-blue-06);
92
92
  }
93
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
93
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
94
94
  transition: none;
95
95
  color: var(--color-blue-07);
96
96
  }
97
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
97
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
98
98
  color: var(--color-blue-05);
99
99
  }
100
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
100
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
101
101
  color: var(--color-gray-04) !important;
102
102
  cursor: not-allowed;
103
103
  }
104
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
104
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
105
105
  border-radius: var(--ptc-border-radius-standard);
106
106
  border: 2px solid white;
107
107
  outline: 5px solid var(--keyboard-nav-outline);
@@ -159,6 +159,13 @@ 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
  box-sizing: border-box;
@@ -139,26 +139,26 @@ a:focus-visible {
139
139
  border-radius: var(--ptc-border-radius-standard);
140
140
  }
141
141
 
142
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
142
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-plm-grey a.light-link {
143
143
  color: var(--color-blue-04);
144
144
  margin: -2px;
145
145
  border: 2px solid transparent;
146
146
  }
147
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
147
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
148
148
  color: var(--color-blue-06);
149
149
  }
150
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
150
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
151
151
  transition: none;
152
152
  color: var(--color-blue-07);
153
153
  }
154
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
154
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
155
155
  color: var(--color-blue-05);
156
156
  }
157
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
157
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
158
158
  color: var(--color-gray-04) !important;
159
159
  cursor: not-allowed;
160
160
  }
161
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
161
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
162
162
  border-radius: var(--ptc-border-radius-standard);
163
163
  border: 2px solid white;
164
164
  outline: 5px solid var(--keyboard-nav-outline);
@@ -216,6 +216,13 @@ a:focus-visible {
216
216
  color: var(--color-green-06);
217
217
  }
218
218
 
219
+ .vjs-social-share-links a {
220
+ color: var(--color-white);
221
+ }
222
+ .vjs-social-share-links a:hover {
223
+ color: var(--color-white);
224
+ }
225
+
219
226
  :host {
220
227
  display: block;
221
228
  position: relative;
@@ -875,12 +875,20 @@ ptc-link, ptc-square-card,
875
875
  width: 44px;
876
876
  height: 44px;
877
877
  }
878
+ :host .swiper-container .swiper-button-next:focus-visible {
879
+ border-radius: var(--ptc-border-radius-standard);
880
+ outline: 5px solid var(--keyboard-nav-outline);
881
+ }
878
882
  :host .swiper-container .swiper-button-prev {
879
883
  left: 0;
880
884
  top: 84px;
881
885
  height: 44px;
882
886
  width: 44px;
883
887
  }
888
+ :host .swiper-container .swiper-button-prev:focus-visible {
889
+ border-radius: var(--ptc-border-radius-standard);
890
+ outline: 5px solid var(--keyboard-nav-outline);
891
+ }
884
892
  :host .ptc-link {
885
893
  font-size: var(--ptc-font-size-small);
886
894
  font-weight: var(--ptc-font-weight-extrabold);
@@ -895,6 +903,10 @@ ptc-link, ptc-square-card,
895
903
  :host .ptc-link:hover {
896
904
  color: var(--color-green-06);
897
905
  }
906
+ :host .ptc-link:focus-visible {
907
+ border-radius: var(--ptc-border-radius-standard);
908
+ outline: 5px solid var(--keyboard-nav-outline);
909
+ }
898
910
  :host .ptc-link:visited {
899
911
  color: var(--color-gray-10);
900
912
  }
@@ -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,44 @@ 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
+ if (this.iconSwiper) {
109
+ if (this.iconSwiper.slides) {
110
+ this.iconSwiper.slides.forEach(i => i.querySelectorAll("a").forEach(item => item.tabIndex = -1));
111
+ if (this.iconSwiper.slides[this.iconSwiper.activeIndex].querySelectorAll("a")) {
112
+ this.iconSwiper.slides[this.iconSwiper.activeIndex].querySelectorAll("a").forEach(item => item.tabIndex = 0);
113
+ }
114
+ }
115
+ }
116
+ }
74
117
  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" }))))));
118
+ 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
119
  }
77
120
  static get is() { return "ptc-icon-component"; }
78
121
  static get encapsulation() { return "shadow"; }
@@ -125,4 +125,12 @@ ptc-link, ptc-square-card,
125
125
  }
126
126
  .ptc-icon-minimize .header .icon:active icon-asset {
127
127
  outline: none !important;
128
+ }
129
+ .ptc-icon-minimize .checkbox-icon .icon:focus-visible {
130
+ border-radius: var(--ptc-border-radius-standard);
131
+ outline: 5px solid var(--keyboard-nav-outline);
132
+ margin-right: 5px;
133
+ }
134
+ .ptc-icon-minimize .checkbox-icon .icon:focus-visible icon-asset {
135
+ outline: none !important;
128
136
  }
@@ -12,6 +12,7 @@ export class PtcIconMinimize {
12
12
  this.listType = "default";
13
13
  this.dataRefineValue = undefined;
14
14
  this.trackerId = undefined;
15
+ this.tabIndexValue = 0;
15
16
  }
16
17
  componentWillLoad() {
17
18
  this.timeStamp = Date.now().toString();
@@ -21,11 +22,20 @@ export class PtcIconMinimize {
21
22
  if (this.opened && !content.style.maxHeight) {
22
23
  content.style.maxHeight = content.scrollHeight + "px";
23
24
  }
25
+ if (!this.opened) {
26
+ this.setTabIndex();
27
+ }
24
28
  }
25
29
  dropdownToggle() {
26
30
  this.opened = !this.opened;
31
+ this.setTabIndex();
32
+ }
33
+ setTabIndex() {
27
34
  var checkList = this.host.querySelector(".fitler-check-list");
28
35
  var checkListModal = this.host.querySelector(".fitler-check-list-modal");
36
+ if (checkList == null) {
37
+ checkList = this.host.querySelector(".filter-checkbox-list");
38
+ }
29
39
  if (checkList) {
30
40
  var checkBoxesList = checkList.querySelectorAll("ptc-checkbox");
31
41
  if (checkBoxesList) {
@@ -35,6 +45,26 @@ export class PtcIconMinimize {
35
45
  }
36
46
  });
37
47
  }
48
+ var checkBoxesIconList = checkList.querySelectorAll("ptc-icon-minimize");
49
+ if (checkBoxesIconList) {
50
+ checkBoxesIconList.forEach(item => {
51
+ if (item.shadowRoot.querySelector(".icon")) {
52
+ this.opened ? item.shadowRoot.querySelector(".icon").setAttribute("tabindex", "0") :
53
+ item.shadowRoot.querySelector(".icon").setAttribute("tabindex", "-1");
54
+ var childrenCheckBoxesList = item.querySelectorAll("ptc-checkbox");
55
+ if (childrenCheckBoxesList) {
56
+ childrenCheckBoxesList.forEach(childitem => {
57
+ if (childitem.shadowRoot.querySelector("label")) {
58
+ childitem.shadowRoot.querySelector("label").tabIndex = item.opened ? 0 : -1;
59
+ }
60
+ });
61
+ }
62
+ }
63
+ });
64
+ }
65
+ }
66
+ if (checkListModal == null) {
67
+ checkListModal = this.host.querySelector(".filter-check-list-modal");
38
68
  }
39
69
  if (checkListModal) {
40
70
  var checkBoxesListModal = checkListModal.querySelectorAll("ptc-checkbox");
@@ -45,6 +75,23 @@ export class PtcIconMinimize {
45
75
  }
46
76
  });
47
77
  }
78
+ var checkBoxesModelIconList = checkListModal.querySelectorAll("ptc-icon-minimize");
79
+ if (checkBoxesModelIconList) {
80
+ checkBoxesModelIconList.forEach(item => {
81
+ if (item.shadowRoot.querySelector(".icon")) {
82
+ this.opened ? item.shadowRoot.querySelector(".icon").setAttribute("tabindex", "0") :
83
+ item.shadowRoot.querySelector(".icon").setAttribute("tabindex", "-1");
84
+ var childrenCheckBoxesList = item.querySelectorAll("ptc-checkbox");
85
+ if (childrenCheckBoxesList) {
86
+ childrenCheckBoxesList.forEach(childitem => {
87
+ if (childitem.shadowRoot.querySelector("label")) {
88
+ childitem.shadowRoot.querySelector("label").tabIndex = item.opened ? 0 : -1;
89
+ }
90
+ });
91
+ }
92
+ }
93
+ });
94
+ }
48
95
  }
49
96
  }
50
97
  getScrollHeight() {
@@ -91,9 +138,9 @@ export class PtcIconMinimize {
91
138
  let scrollHeight = this.getScrollHeight();
92
139
  let icon = this.opened ? 'minus' : 'plus';
93
140
  return (h("div", { class: 'ptc-icon-minimize' }, this.listType == "default" ?
94
- h("div", { class: "header" }, h("div", { class: "title" }, this.heading), h("div", { class: "icon mf-listen", id: this.trackerId, onClick: () => this.dropdownToggle(), onKeyDown: this.handleKeyDown, tabIndex: 0 }, h("icon-asset", { type: "ptc", color: "black", size: "xxx-small", name: icon })))
141
+ h("div", { class: "header" }, h("div", { class: "title" }, this.heading), h("div", { class: "icon mf-listen", id: this.trackerId, onClick: () => this.dropdownToggle(), onKeyDown: this.handleKeyDown, tabIndex: this.tabIndexValue }, h("icon-asset", { type: "ptc", color: "black", size: "xxx-small", name: icon })))
95
142
  : this.listType == "checkbox" ?
96
- h("div", { class: "header" }, h("div", { class: "title" }, h("ptc-checkbox", { checked: "unchecked", "data-refine": this.dataRefineValue, "input-name": "", value: this.heading }, this.heading)), h("div", { class: "icon mf-listen", id: this.trackerId, onClick: () => this.dropdownToggle(), onKeyDown: this.handleKeyDown, tabIndex: 0 }, h("icon-asset", { type: "ptc", color: "black", size: "xxx-small", name: icon })))
143
+ h("div", { class: "header checkbox-icon" }, h("div", { class: "title" }, h("ptc-checkbox", { checked: "unchecked", "data-refine": this.dataRefineValue, "input-name": "", value: this.heading, tabIndex: this.tabIndexValue }, this.heading)), h("div", { class: "icon mf-listen", id: this.trackerId, onClick: () => this.dropdownToggle(), onKeyDown: this.handleKeyDown, tabIndex: this.tabIndexValue }, h("icon-asset", { type: "ptc", color: "black", size: "xxx-small", name: icon })))
97
144
  : null, h("div", { class: "content", style: scrollHeight }, h("slot", null))));
98
145
  }
99
146
  static get is() { return "ptc-icon-minimize"; }
@@ -196,6 +243,24 @@ export class PtcIconMinimize {
196
243
  },
197
244
  "attribute": "tracker-id",
198
245
  "reflect": false
246
+ },
247
+ "tabIndexValue": {
248
+ "type": "number",
249
+ "mutable": false,
250
+ "complexType": {
251
+ "original": "number",
252
+ "resolved": "number",
253
+ "references": {}
254
+ },
255
+ "required": false,
256
+ "optional": false,
257
+ "docs": {
258
+ "tags": [],
259
+ "text": ""
260
+ },
261
+ "attribute": "tab-index-value",
262
+ "reflect": false,
263
+ "defaultValue": "0"
199
264
  }
200
265
  };
201
266
  }
@@ -1151,15 +1151,16 @@ ptc-preloader-section.min-height {
1151
1151
  }
1152
1152
 
1153
1153
  ptc-nav-submenu {
1154
+ margin-top: 6px;
1154
1155
  border-left: 2px solid transparent;
1155
1156
  border-right: 2px solid transparent;
1157
+ border-bottom: 2px solid transparent;
1156
1158
  }
1157
1159
  ptc-nav-submenu:focus-visible, ptc-nav-submenu:focus {
1160
+ margin-top: 4px;
1158
1161
  border-radius: var(--ptc-border-radius-standard);
1159
1162
  border: 2px solid white;
1160
1163
  outline: 5px solid var(--keyboard-nav-outline);
1161
- margin-top: -2px;
1162
- margin-bottom: -2px;
1163
1164
  }
1164
1165
 
1165
1166
  a {
@@ -1190,26 +1191,26 @@ a:focus-visible {
1190
1191
  border-radius: var(--ptc-border-radius-standard);
1191
1192
  }
1192
1193
 
1193
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
1194
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-plm-grey a.light-link {
1194
1195
  color: var(--color-blue-04);
1195
1196
  margin: -2px;
1196
1197
  border: 2px solid transparent;
1197
1198
  }
1198
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
1199
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
1199
1200
  color: var(--color-blue-06);
1200
1201
  }
1201
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
1202
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
1202
1203
  transition: none;
1203
1204
  color: var(--color-blue-07);
1204
1205
  }
1205
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
1206
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
1206
1207
  color: var(--color-blue-05);
1207
1208
  }
1208
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
1209
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
1209
1210
  color: var(--color-gray-04) !important;
1210
1211
  cursor: not-allowed;
1211
1212
  }
1212
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
1213
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
1213
1214
  border-radius: var(--ptc-border-radius-standard);
1214
1215
  border: 2px solid white;
1215
1216
  outline: 5px solid var(--keyboard-nav-outline);
@@ -1267,6 +1268,13 @@ a:focus-visible {
1267
1268
  color: var(--color-green-06);
1268
1269
  }
1269
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
+
1270
1278
  :host {
1271
1279
  display: block;
1272
1280
  }
@@ -5,9 +5,10 @@ export class PtcMinimizedNav {
5
5
  this.imgSrc = '';
6
6
  this.imgAlt = 'PTC';
7
7
  this.navType = 'minimized-header';
8
+ this.trackerId = undefined;
8
9
  }
9
10
  render() {
10
- return (h(Host, null, this.navType == 'minimized-header' ? (h("div", { class: "minimized-header mf-listen" }, h("div", { class: "header" }, h("div", { class: "ptc-container" }, h("a", { class: "mini-navbar-logo", href: this.linkUrl, tabindex: "0" }, h("img", { src: this.imgSrc, alt: this.imgAlt })))))) : null, this.navType == 'minimized-footer' ? (h("div", { class: "ptc-min-footer mini-footer" }, h("div", { class: "min-footer-copyright-wrapper" }, h("ul", { class: "min-footer-nav-list min-footer-copyright-list" }, h("slot", null))))) : null));
11
+ return (h(Host, null, this.navType == 'minimized-header' ? (h("div", { class: "minimized-header" }, h("div", { class: "header" }, h("div", { class: "ptc-container mf-listen", id: this.trackerId }, h("a", { class: "mini-navbar-logo", href: this.linkUrl, tabindex: "0" }, h("img", { src: this.imgSrc, alt: this.imgAlt })))))) : null, this.navType == 'minimized-footer' ? (h("div", { class: "ptc-min-footer mini-footer" }, h("div", { class: "min-footer-copyright-wrapper" }, h("ul", { class: "min-footer-nav-list min-footer-copyright-list" }, h("slot", null))))) : null));
11
12
  }
12
13
  static get is() { return "ptc-minimized-nav"; }
13
14
  static get encapsulation() { return "shadow"; }
@@ -94,6 +95,23 @@ export class PtcMinimizedNav {
94
95
  "attribute": "nav-type",
95
96
  "reflect": false,
96
97
  "defaultValue": "'minimized-header'"
98
+ },
99
+ "trackerId": {
100
+ "type": "string",
101
+ "mutable": false,
102
+ "complexType": {
103
+ "original": "string",
104
+ "resolved": "string",
105
+ "references": {}
106
+ },
107
+ "required": false,
108
+ "optional": true,
109
+ "docs": {
110
+ "tags": [],
111
+ "text": ""
112
+ },
113
+ "attribute": "tracker-id",
114
+ "reflect": false
97
115
  }
98
116
  };
99
117
  }
@@ -82,7 +82,6 @@ ptc-link, ptc-square-card,
82
82
  align-content: flex-end;
83
83
  z-index: 50020;
84
84
  transform: translateY(-100%);
85
- position: relative;
86
85
  }
87
86
  @media only screen and (min-width: 992px) {
88
87
  .wrapper .modal-popup {
@@ -98,9 +97,6 @@ ptc-link, ptc-square-card,
98
97
  .wrapper .modal-popup.xl {
99
98
  max-width: 64.0625rem;
100
99
  }
101
- .wrapper .modal-popup.fit-content {
102
- max-width: fit-content;
103
- }
104
100
  .wrapper .modal-popup.max {
105
101
  width: calc(100% - 4rem);
106
102
  max-width: 75rem;
@@ -429,6 +425,8 @@ ptc-link, ptc-square-card,
429
425
  transform: translateY(-100%);
430
426
  border-radius: var(--ptc-border-radius-standard) var(--ptc-border-radius-standard) 0px 0px;
431
427
  align-items: center;
428
+ padding: var(--ptc-element-spacing-06);
429
+ box-sizing: border-box;
432
430
  }
433
431
  :host .wrapper .event-list-header::before {
434
432
  content: "";
@@ -440,10 +438,19 @@ ptc-link, ptc-square-card,
440
438
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
441
439
  z-index: 1;
442
440
  }
441
+ :host .wrapper .event-list-header + .close {
442
+ margin-top: 0px;
443
+ margin-right: 0px;
444
+ width: 40px;
445
+ height: 40px;
446
+ display: flex;
447
+ justify-content: center;
448
+ align-items: center;
449
+ }
443
450
  :host .wrapper .event-list-header .text-wrapper {
444
451
  display: flex;
445
- padding: var(--ptc-element-spacing-06);
446
- gap: 0.5em;
452
+ flex-wrap: wrap;
453
+ column-gap: 0.5em;
447
454
  }
448
455
  :host .wrapper .event-list-header .text-wrapper span {
449
456
  display: inline-block;
@@ -34,9 +34,6 @@ export class PtcModal {
34
34
  const wrapperEle = this.el.shadowRoot.querySelector('.wrapper');
35
35
  wrapperEle && wrapperEle.focus();
36
36
  }, 100);
37
- setTimeout(() => {
38
- this.setInitialFocus();
39
- }, 150);
40
37
  }
41
38
  componentWillLoad() {
42
39
  let body = document.querySelector('body');
@@ -130,20 +127,6 @@ export class PtcModal {
130
127
  close() {
131
128
  this.show = false;
132
129
  }
133
- setInitialFocus() {
134
- var _a, _b, _c;
135
- const firstFocusableElement = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('button, a, input, select, textarea, [tabindex]:not([tabindex="-1"]), ptc-close-icon');
136
- const closeIcon = (_b = this.el.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('ptc-close-icon');
137
- const closeSvg = (_c = closeIcon === null || closeIcon === void 0 ? void 0 : closeIcon.shadowRoot) === null || _c === void 0 ? void 0 : _c.querySelector('svg');
138
- if (closeSvg) {
139
- console.log('close svg found');
140
- closeSvg.focus();
141
- }
142
- else if (firstFocusableElement) {
143
- console.log('first focus ele found!');
144
- firstFocusableElement.focus();
145
- }
146
- }
147
130
  render() {
148
131
  let content;
149
132
  let overlay;
@@ -244,8 +227,8 @@ export class PtcModal {
244
227
  "type": "string",
245
228
  "mutable": true,
246
229
  "complexType": {
247
- "original": "'sm' | 'md' | 'lg' | 'xl' | 'fit-content' | 'max'| 'sm-modal'",
248
- "resolved": "\"fit-content\" | \"lg\" | \"max\" | \"md\" | \"sm\" | \"sm-modal\" | \"xl\"",
230
+ "original": "'sm' | 'md' | 'lg' | 'xl' | 'max'| 'sm-modal'",
231
+ "resolved": "\"lg\" | \"max\" | \"md\" | \"sm\" | \"sm-modal\" | \"xl\"",
249
232
  "references": {}
250
233
  },
251
234
  "required": false,
@@ -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",
@@ -104,9 +104,6 @@ p.main {
104
104
  p.primary-grey {
105
105
  color: var(--color-gray-10);
106
106
  }
107
- p.primary-green {
108
- color: var(--color-green-06);
109
- }
110
107
  p.gray-darker {
111
108
  color: var(--color-gray-11);
112
109
  }
@@ -185,8 +185,8 @@ export class PtcPara {
185
185
  "type": "string",
186
186
  "mutable": false,
187
187
  "complexType": {
188
- "original": "'primary-grey' | 'primary-green' | 'white' | 'gray-darker'",
189
- "resolved": "\"gray-darker\" | \"primary-green\" | \"primary-grey\" | \"white\"",
188
+ "original": "'primary-grey' | 'white' | 'gray-darker'",
189
+ "resolved": "\"gray-darker\" | \"primary-grey\" | \"white\"",
190
190
  "references": {}
191
191
  },
192
192
  "required": false,