@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
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host } from './index-0bf594c4.js';
1
+ import { r as registerInstance, h, H as Host } from './index-c83db688.js';
2
2
 
3
3
  const ptcOverlayCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block;position:absolute;top:0;left:0;width:100%;height:100%;transition:background var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.blue){background:linear-gradient(180deg, rgba(25, 123, 192, 0.2) 0%, var(--color-blue-07) 100%)}:host(.red){background:linear-gradient(180deg, rgba(209, 44, 58, 0.2) 0%, var(--color-red-07) 100%)}:host(.orange){background:linear-gradient(180deg, rgba(195, 119, 41, 0.2) 0%, var(--color-orange-07) 100%)}:host(.green){background:linear-gradient(180deg, rgba(0, 137, 11, 0.2) 0%, var(--color-green-07) 100%)}:host(.black-1){background:linear-gradient(270deg, rgba(32, 38, 42, 0.32) 33.33%, var(--color-gray-12) 100%)}:host(.black-2){background:linear-gradient(180deg, rgba(32, 38, 42, 0) 0%, var(--color-gray-12) 100%)}:host(.black-4){background:rgba(0, 0, 0, 0.66)}:host(.black-5){background:rgba(0, 0, 0, 0.76)}@media only screen and (min-width: 768px){:host(.black-1){background:linear-gradient(270deg, rgba(32, 38, 42, 0) 33.33%, var(--color-gray-12) 100%)}:host(.black-2){background:linear-gradient(180deg, rgba(32, 38, 42, 0) 0%, var(--color-gray-12) 100%)}}:host(.black-3){background:linear-gradient(180deg, var(--color-gray-12) 0%, rgba(32, 38, 42, 0.55) 100%)}:host(.slate-grey){background:linear-gradient(180deg, rgba(97, 116, 128, 0.2) 0%, var(--color-gray-07) 100%)}:host(.bright-blue){background:linear-gradient(180deg, rgba(25, 123, 192, 0.72) 0%, rgba(25, 123, 192, 0.85) 69.27%, rgba(25, 123, 192, 0.4) 100%)}:host(.bright-red){background:linear-gradient(180deg, rgba(211, 62, 62, 0.72) 0%, rgba(211, 62, 62, 0.85) 69.27%, rgba(211, 62, 62, 0.4) 100%)}:host(.bright-orange){background:linear-gradient(180deg, rgba(195, 119, 41, 0.72) 0%, rgba(195, 119, 41, 0.85) 69.27%, rgba(195, 119, 41, 0.4) 100%)}:host(.bright-green){background:linear-gradient(180deg, rgba(0, 137, 11, 0.72) 0%, rgba(0, 137, 11, 0.85) 69.27%, rgba(0, 137, 11, 0.4) 100%)}:host(.bright-slate-grey){background:linear-gradient(180deg, rgba(97, 116, 128, 0.72) 0%, rgba(97, 116, 128, 0.85) 69.27%, rgba(97, 116, 128, 0.4) 100%)}:host(.solid-black-1){background:rgba(16, 19, 20, 0.85)}:host(.solid-black-2){background:rgba(16, 19, 20, 0.7)}:host(.hp-blue){background:linear-gradient(180deg, #197BC0 0%, #4795CD 100%)}:host(.hp-green){background:linear-gradient(180deg, #00890B 0%, #33A13C 100%)}:host(.hp-red){background:linear-gradient(180deg, #D33E3E 0%, #DC6565 100%)}:host(.hp-gray){background:linear-gradient(180deg, #617480 0%, #819099 100%)}:host(.hp-orange){background:linear-gradient(180deg, #C37729 0%, #CF9254 100%)}:host(.transparent){background:linear-gradient(180deg, transparent 0%, transparent 100%)}:host(.radius-standard){border-radius:var(--ptc-border-radius-standard)}:host(.radius-large){border-radius:var(--ptc-border-radius-large)}:host(.radius-pill){border-radius:var(--ptc-border-radius-pill)}:host(.radius-circle){border-radius:var(--ptc-border-radius-circle)}:host(.z-index-auto){z-index:auto}:host(.z-index-n-1){z-index:-1}:host(.z-index-n-2){z-index:-2}:host(.z-index-p-1){z-index:1}:host(.z-index-p-2){z-index:2}";
4
4
 
@@ -0,0 +1,123 @@
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-c83db688.js';
2
+ import { s as seoSlotReset } from './utils-63eab4bd.js';
3
+
4
+ const ptcParaCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{position:relative;z-index:1}:host .tooltip-enabled{position:relative}:host(.white){color:var(--color-white)}:host(.z-1){z-index:1}:host(.z-2){z-index:2}:host(.z-3){z-index:3}:host(.z-99){z-index:99}:host(.z-999){z-index:999}:host(.z-auto){z-index:auto}p.default{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}p.main{text-shadow:0 3px 6px var(--color-white);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10)}p.primary-grey{color:var(--color-gray-10)}p.primary-green{color:var(--color-green-06)}p.gray-darker{color:var(--color-gray-11)}p.white{color:var(--color-white)}p.xxx-small{font-size:var(--ptc-font-size-xxx-small)}p.xx-small{font-size:var(--ptc-font-size-xx-small)}p.x-small{font-size:var(--ptc-font-size-x-small)}p.small{font-size:var(--ptc-font-size-small)}p.medium{font-size:var(--ptc-font-size-medium)}p.large{font-size:var(--ptc-font-size-large)}p.x-large{font-size:var(--ptc-font-size-x-large)}p.xx-large{font-size:var(--ptc-font-size-xx-large)}p.xxx-large{font-size:var(--ptc-font-size-xxx-large)}p.xxxx-large{font-size:var(--ptc-font-size-xxxx-large)}p.htmlquote-para{font-size:var(--ptc-font-size-small)}@media only screen and (min-width: 992px){p.htmlquote-para{font-size:var(--ptc-font-size-large)}}p.w-3{font-weight:var(--ptc-font-weight-thin)}p.w-4{font-weight:var(--ptc-font-weight-regular)}p.w-5{font-weight:var(--ptc-font-weight-medium)}p.w-6{font-weight:var(--ptc-font-weight-semibold)}p.w-7{font-weight:var(--ptc-font-weight-bold)}p.w-8{font-weight:var(--ptc-font-weight-extrabold)}p.w-8 ::slotted(a){font-weight:var(--ptc-font-weight-extrabold) !important}p.w-9{font-weight:var(--ptc-font-weight-black)}p.w-9 ::slotted(a){font-weight:var(--ptc-font-weight-black) !important}p.margin-flush{margin-top:0;margin-bottom:0}p.margin-top-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:0}p.margin-top-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}p.margin-top-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}p.margin-top-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}p.margin-top-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}p.margin-top-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}p.margin-bottom-1{margin-bottom:var(--ptc-element-spacing-01);margin-top:0}p.margin-bottom-2{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}p.margin-bottom-3{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}p.margin-bottom-4{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}p.margin-bottom-5{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}p.margin-bottom-6{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}p.margin-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:var(--ptc-element-spacing-01)}p.margin-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}p.margin-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}p.margin-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}p.margin-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}p.margin-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}p.line-height-densest{line-height:var(--ptc-line-height-densest)}p.line-height-denser{line-height:var(--ptc-line-height-denser)}p.line-height-p{line-height:var(--ptc-line-height-p)}p.line-height-dense{line-height:var(--ptc-line-height-dense)}p.line-height-normal{line-height:var(--ptc-line-height-normal)}p.line-height-loose{line-height:var(--ptc-line-height-loose)}p.line-height-looser{line-height:var(--ptc-line-height-looser)}p.left{text-align:left}p.right{text-align:right}p.center{text-align:center}p.justify{text-align:justify}p.announcement{text-transform:uppercase;font-size:var(--ptc-font-size-small);color:var(--color-gray-07);line-height:var(--ptc-line-height-looser);letter-spacing:var(--ptc-letter-spacing-loose)}p.ellipsis-boxing{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}p.line-clamp-title{display:-webkit-box !important;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){:host(.hide-tooltip-on-mobile) .line-clamp-title{-webkit-line-clamp:initial !important}}";
5
+
6
+ const PtcPara = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.fontSize = 'x-small';
10
+ this.fontWeight = 'w-4';
11
+ this.paraStyle = 'default';
12
+ this.paraColor = 'primary-grey';
13
+ this.paraLineH = 'line-height-normal';
14
+ this.paraMargin = undefined;
15
+ this.paraAlign = undefined;
16
+ this.ellipsisLineCutoff = undefined;
17
+ this.paraZIndex = undefined;
18
+ this.styles = undefined;
19
+ this.seoCompatibilityMode = false;
20
+ this.tooltipZIndex = 'auto';
21
+ this.tooltipPosition = 'bottom';
22
+ this.tooltipTheme = 'standard';
23
+ this.enableTooltip = false;
24
+ this.maxChars = undefined;
25
+ this.maxLines = undefined;
26
+ this.hideTooltipOnMobile = false;
27
+ this.ismob = undefined;
28
+ this.noOverflow = false;
29
+ this.tooltipWidth = 'default';
30
+ }
31
+ // Tooltip Properties ends
32
+ render() {
33
+ if (this.seoCompatibilityMode) {
34
+ seoSlotReset(this.el);
35
+ }
36
+ return this.standardRender();
37
+ }
38
+ //tooltip code
39
+ getSortedText(content) {
40
+ if (!this.enableTooltip)
41
+ return;
42
+ const trimmedContent = content.trim();
43
+ const shouldTruncate = (trimmedContent.length > this.maxChars) && !this.maxLines;
44
+ return shouldTruncate ? `${trimmedContent.slice(0, this.maxChars).trimEnd()}\u00A0\u2026` : trimmedContent;
45
+ }
46
+ componentDidLoad() {
47
+ if (this.hideTooltipOnMobile) {
48
+ this.el.classList.add('hide-tooltip-on-mobile');
49
+ }
50
+ this.el.addEventListener('mouseenter', () => { this.toggleTitleTooltip(true); });
51
+ this.el.addEventListener('mouseleave', () => { this.toggleTitleTooltip(false); });
52
+ if (this.enableTooltip) {
53
+ let paraContent = this.el.innerText || this.el.textContent;
54
+ this.tooltipText = paraContent.trim();
55
+ this.el.innerText = this.getSortedText(paraContent);
56
+ }
57
+ }
58
+ toggleTitleTooltip(show) {
59
+ const tooltipClass = 'tooltip-box';
60
+ const existingTooltip = this.el.querySelector(`.${tooltipClass}`);
61
+ const text = this.el.shadowRoot.querySelectorAll('.line-clamp-title');
62
+ let maxLinesShowCheck = false;
63
+ if (text) {
64
+ text.forEach(t => {
65
+ maxLinesShowCheck = t.scrollHeight > t.clientHeight;
66
+ });
67
+ }
68
+ const ifCharExceeds = this.maxChars ? (this.tooltipText.length > this.maxChars) && !this.maxLines : false;
69
+ const ifLinesExceeds = this.maxLines && maxLinesShowCheck;
70
+ if (show && this.enableTooltip) {
71
+ if (((!existingTooltip && ifCharExceeds) || (!existingTooltip && ifLinesExceeds)) && !this.noOverflow) {
72
+ const tooltipMarkup = document.createElement('div');
73
+ tooltipMarkup.className = tooltipClass;
74
+ tooltipMarkup.innerText = this.tooltipText;
75
+ tooltipMarkup.style.zIndex = String(this.tooltipZIndex); // Ensures zIndex is a string
76
+ tooltipMarkup.classList.add(this.tooltipPosition, this.tooltipTheme, this.tooltipWidth);
77
+ if (this.hideTooltipOnMobile) {
78
+ tooltipMarkup.classList.add('hide-tooltip-mobile');
79
+ }
80
+ this.el.appendChild(tooltipMarkup);
81
+ }
82
+ }
83
+ else {
84
+ existingTooltip === null || existingTooltip === void 0 ? void 0 : existingTooltip.remove();
85
+ }
86
+ }
87
+ //tooltip code ends
88
+ standardRender() {
89
+ const classMap = this.getCssClassMap();
90
+ const colorClass = this.addWhiteClass();
91
+ const cutOff = this.getLineCuttoff();
92
+ return (h(Host, { class: `${colorClass} ${this.paraZIndex} trunc-text` }, this.styles && h("style", null, this.styles), h("p", { class: classMap, part: "part-para", style: cutOff }, h("slot", null))));
93
+ }
94
+ getCssClassMap() {
95
+ return {
96
+ [this.fontSize]: true,
97
+ [this.fontWeight]: true,
98
+ [this.paraStyle]: true,
99
+ [this.paraMargin]: !!this.paraMargin ? true : false,
100
+ [this.paraColor]: true,
101
+ [this.paraLineH]: true,
102
+ [this.paraAlign]: !!this.paraAlign ? true : false,
103
+ ['ellipsis-boxing']: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
104
+ ['line-clamp-title']: this.maxLines && this.maxLines > 0, //tooltip code,
105
+ };
106
+ }
107
+ //WEB-2392
108
+ addWhiteClass() {
109
+ if (this.paraColor == 'white') {
110
+ return {
111
+ [this.paraColor]: true,
112
+ };
113
+ }
114
+ }
115
+ getLineCuttoff() {
116
+ const lineClamp = this.ellipsisLineCutoff > 0 ? this.ellipsisLineCutoff : this.maxLines;
117
+ return lineClamp > 0 ? { '-webkit-line-clamp': `${lineClamp}` } : {};
118
+ }
119
+ get el() { return getElement(this); }
120
+ };
121
+ PtcPara.style = ptcParaCss;
122
+
123
+ export { PtcPara as ptc_para };
@@ -0,0 +1,159 @@
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-c83db688.js';
2
+ import { a as ResponsivePictureVariables } from './interfaces-4caedd26.js';
3
+
4
+ const ptcPictureCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block;overflow:hidden}:host .inline{display:inline}:host .inline-block{display:inline-block}:host .block{display:block}:host(.relative){position:relative}:host(.static){position:static}:host(.absoltue){position:absolute}img{max-width:100%}.cover{object-fit:cover}.fill{object-fit:fill}.contain{object-fit:contain}.scale-down{object-fit:scale-down}.none{object-fit:none}.initial{object-fit:initial}.inherit{object-fit:inherit}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.radius-pill{border-radius:var(--ptc-border-radius-pill)}.radius-circle{border-radius:var(--ptc-border-radius-circle)}.is-full-height{height:100%}.is-full-width{width:100%}:host(.left){text-align:left}:host(.right){text-align:right}:host(.center){text-align:center}";
5
+
6
+ const PtcPicture = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.src = undefined;
10
+ this.alt = 'image';
11
+ this.sizeXs = '510x340';
12
+ this.sizeSm = '1240x496';
13
+ this.sizeMd = '1366x500';
14
+ this.sizeLg = '1920x1080';
15
+ this.disableResize = false;
16
+ this.oldSrc = undefined;
17
+ this.imagePosition = 'static';
18
+ this.borderRadius = undefined;
19
+ this.height = undefined;
20
+ this.width = undefined;
21
+ this.objectFit = 'cover';
22
+ this.isFullHeight = false;
23
+ this.isFullWidth = false;
24
+ this.styles = undefined;
25
+ this.imageAlignment = 'left';
26
+ this.maxWidth = undefined;
27
+ this.displayImage = 'block';
28
+ }
29
+ WindowResize() {
30
+ this.addIntersectionObserver();
31
+ }
32
+ componentWillLoad() {
33
+ if (this.disableResize) {
34
+ this.sizeXs = undefined;
35
+ this.sizeSm = undefined;
36
+ this.sizeMd = undefined;
37
+ this.sizeLg = undefined;
38
+ }
39
+ }
40
+ componentDidLoad() {
41
+ this.addIntersectionObserver();
42
+ }
43
+ componentWillUpdate() {
44
+ if (this.src !== this.oldSrc) {
45
+ this.addIntersectionObserver();
46
+ }
47
+ this.oldSrc = this.src;
48
+ }
49
+ //lazy-loading
50
+ addIntersectionObserver() {
51
+ if (!this.src) {
52
+ return;
53
+ }
54
+ if ('IntersectionObserver' in window) {
55
+ let lazyLoadImages = new IntersectionObserver(entries => {
56
+ entries.forEach(entry => {
57
+ if (entry.isIntersecting) {
58
+ const image = this.el.shadowRoot.querySelector('img');
59
+ image.src = this.setResponsiveBg();
60
+ lazyLoadImages.unobserve(image);
61
+ }
62
+ });
63
+ });
64
+ let tempImg = this.el.shadowRoot.querySelector('img');
65
+ if (tempImg) {
66
+ lazyLoadImages.observe(tempImg);
67
+ }
68
+ }
69
+ else {
70
+ // fall back to setTimeout for Safari and IE
71
+ setTimeout(() => {
72
+ const image = this.el.shadowRoot.querySelector('img');
73
+ image.src = this.setResponsiveBg();
74
+ image.onload = () => {
75
+ image.removeAttribute('data-src');
76
+ console.log('loaded fallback');
77
+ };
78
+ }, 5000);
79
+ }
80
+ }
81
+ //responsive image
82
+ setResponsiveBg() {
83
+ // Define local variables
84
+ let backgrounds = (this.el.shadowRoot || document).querySelectorAll('img'), el, elData, currentBreakpoint = this.getCurrentBreakPoints();
85
+ for (var i = 0, len = backgrounds.length; i < len; i++) {
86
+ // Set current variables
87
+ el = backgrounds[i];
88
+ elData = el.getAttribute('data-' + currentBreakpoint);
89
+ if (elData !== null) {
90
+ return elData;
91
+ }
92
+ else {
93
+ if (typeof console == 'object') {
94
+ console.warn('Data attribute: data-' + currentBreakpoint + ' not found on element:\n\n' + el.outerHTML + '\n\n\n');
95
+ }
96
+ }
97
+ }
98
+ }
99
+ render() {
100
+ const classMap = this.getCssClassMap();
101
+ const classMapHost = this.getCssClassMapHost();
102
+ return (h(Host, { class: classMapHost }, this.styles && h("style", null, this.styles), h("img", Object.assign({ class: classMap, "data-xs": !!this.sizeXs ? `${this.src}` : `${this.src}`, "data-sm": !!this.sizeSm ? `${this.src}` : `${this.src}`, "data-md": !!this.sizeMd ? `${this.src}` : `${this.src}`, "data-lg": !!this.sizeLg ? `${this.src}` : `${this.src}` }, (!!this.width ? { width: this.width } : {}), (!!this.height ? { height: this.height } : {}), { alt: this.alt, style: Object.assign({}, (!!this.maxWidth ? { maxWidth: this.maxWidth + 'px' } : {})) })), h("slot", null)));
103
+ }
104
+ getCurrentBreakPoints() {
105
+ // Define local variables
106
+ let doc = window.document, temp = doc.createElement('div'), env;
107
+ // Append test node
108
+ doc.body.appendChild(temp);
109
+ // Loop through breakpoints
110
+ for (let i = ResponsivePictureVariables.envs.length - 1; i >= 0; i--) {
111
+ env = ResponsivePictureVariables.envs[i];
112
+ // Add classes
113
+ temp.className = 'hidden-' + env;
114
+ // Found breakpoint
115
+ if (temp.offsetParent === null) {
116
+ // Remove our test node
117
+ doc.body.removeChild(temp);
118
+ // Return current breakpoint
119
+ return env;
120
+ }
121
+ }
122
+ // Breakpoint not found, try fallback
123
+ doc.body.removeChild(temp);
124
+ return this.getFallbackBreakpoint();
125
+ }
126
+ getFallbackBreakpoint() {
127
+ if (window.matchMedia('(min-width: 992px)').matches) {
128
+ return 'lg';
129
+ }
130
+ else if (window.matchMedia('(min-width: 768px)').matches) {
131
+ return 'md';
132
+ }
133
+ else if (window.matchMedia('(min-width: 576px)').matches) {
134
+ return 'sm';
135
+ }
136
+ else {
137
+ return 'xs';
138
+ }
139
+ }
140
+ getCssClassMap() {
141
+ return {
142
+ [this.borderRadius]: this.borderRadius ? true : false,
143
+ [this.objectFit]: true,
144
+ [this.isFullHeight ? 'is-full-height' : 'is-normal-height']: true,
145
+ [this.isFullWidth ? 'is-full-width' : 'is-normal-width']: true,
146
+ [this.displayImage]: true
147
+ };
148
+ }
149
+ getCssClassMapHost() {
150
+ return {
151
+ [this.imagePosition]: true,
152
+ [this.imageAlignment]: true,
153
+ };
154
+ }
155
+ get el() { return getElement(this); }
156
+ };
157
+ PtcPicture.style = ptcPictureCss;
158
+
159
+ export { PtcPicture as ptc_picture };