@ptcwebops/ptcw-design 4.8.7 → 4.8.9

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 (361) hide show
  1. package/dist/cjs/homepage-clickable-tab.cjs.entry.js +1 -1
  2. package/dist/cjs/homepage-jumbotron.cjs.entry.js +6 -11
  3. package/dist/cjs/homepage-toggled-content.cjs.entry.js +1 -1
  4. package/dist/cjs/icon-asset.cjs.entry.js +53 -0
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/max-width-container.cjs.entry.js +54 -0
  7. package/dist/cjs/ptc-background-video.cjs.entry.js +70 -0
  8. package/dist/cjs/ptc-button.cjs.entry.js +79 -0
  9. package/dist/cjs/ptc-card_2.cjs.entry.js +26 -45
  10. package/dist/cjs/ptc-date.cjs.entry.js +61 -0
  11. package/dist/cjs/ptc-footer.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +146 -0
  13. package/dist/cjs/ptc-info-tile.cjs.entry.js +2 -2
  14. package/dist/cjs/ptc-inline-cta.cjs.entry.js +81 -0
  15. package/dist/cjs/ptc-para.cjs.entry.js +70 -0
  16. package/dist/cjs/ptc-quantity-counter.cjs.entry.js +16 -3
  17. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  18. package/dist/cjs/ptc-title.cjs.entry.js +99 -0
  19. package/dist/cjs/ptc-tooltip.cjs.entry.js +107 -0
  20. package/dist/cjs/ptcw-design.cjs.js +1 -1
  21. package/dist/collection/collection-manifest.json +1 -0
  22. package/dist/collection/components/homepage-clickable-tab/homepage-clickable-tab.css +25 -7
  23. package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.js +6 -11
  24. package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.css +32 -14
  25. package/dist/collection/components/ptc-footer/ptc-footer-v2.css +3 -2
  26. package/dist/collection/components/ptc-info-tile/ptc-info-tile.css +14 -6
  27. package/dist/collection/components/ptc-info-tile/ptc-info-tile.js +1 -1
  28. package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.css +276 -0
  29. package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.js +111 -0
  30. package/dist/collection/components/ptc-quantity-counter/ptc-quantity-counter.css +2 -0
  31. package/dist/collection/components/ptc-quantity-counter/ptc-quantity-counter.js +15 -2
  32. package/dist/collection/stories/InlineCta.stories.js +111 -0
  33. package/dist/custom-elements/index.d.ts +6 -0
  34. package/dist/custom-elements/index.js +106 -20
  35. package/dist/esm/academic-form-test.entry.js +1 -1
  36. package/dist/esm/author-listing-example.entry.js +1 -1
  37. package/dist/esm/blogs-search-section.entry.js +1 -1
  38. package/dist/esm/bundle-example.entry.js +1 -1
  39. package/dist/esm/bundle-jumbotron-example.entry.js +1 -1
  40. package/dist/esm/dropdown-item.entry.js +1 -1
  41. package/dist/esm/dynamic-box-bundle.entry.js +1 -1
  42. package/dist/esm/embedded-form.entry.js +1 -1
  43. package/dist/esm/featured-list.entry.js +1 -1
  44. package/dist/esm/fl-tab-content_3.entry.js +1 -1
  45. package/dist/esm/footer-form.entry.js +1 -1
  46. package/dist/esm/homepage-clickable-tab.entry.js +2 -2
  47. package/dist/esm/homepage-jumbotron.entry.js +8 -13
  48. package/dist/esm/homepage-toggled-content.entry.js +3 -3
  49. package/dist/esm/icon-asset.entry.js +49 -0
  50. package/dist/esm/{index-0bf594c4.js → index-c83db688.js} +1 -1
  51. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  52. package/dist/esm/jumbotron-sub-menu.entry.js +1 -1
  53. package/dist/esm/jumbotron-sub-mune.entry.js +1 -1
  54. package/dist/esm/list-item.entry.js +1 -1
  55. package/dist/esm/loader.js +3 -3
  56. package/dist/esm/max-width-container.entry.js +50 -0
  57. package/dist/esm/most-popular-news.entry.js +2 -2
  58. package/dist/esm/my-component.entry.js +2 -2
  59. package/dist/esm/news-search-result.entry.js +1 -1
  60. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  61. package/dist/esm/ptc-accordion.entry.js +1 -1
  62. package/dist/esm/ptc-announcement.entry.js +1 -1
  63. package/dist/esm/ptc-back-to-top.entry.js +1 -1
  64. package/dist/esm/ptc-background-video.entry.js +66 -0
  65. package/dist/esm/ptc-badge.entry.js +1 -1
  66. package/dist/esm/ptc-bio-card.entry.js +1 -1
  67. package/dist/esm/ptc-breadcrumb.entry.js +1 -1
  68. package/dist/esm/ptc-brightcov-video.entry.js +1 -1
  69. package/dist/esm/ptc-button.entry.js +75 -0
  70. package/dist/esm/ptc-card-bottom_2.entry.js +1 -1
  71. package/dist/esm/ptc-card-content.entry.js +1 -1
  72. package/dist/esm/ptc-card_2.entry.js +27 -46
  73. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  74. package/dist/esm/ptc-checkbox-group.entry.js +1 -1
  75. package/dist/esm/ptc-checkbox.entry.js +1 -1
  76. package/dist/esm/ptc-close-icon_2.entry.js +1 -1
  77. package/dist/esm/ptc-collapse-list.entry.js +2 -2
  78. package/dist/esm/ptc-container.entry.js +1 -1
  79. package/dist/esm/ptc-data-lookup.entry.js +1 -1
  80. package/dist/esm/ptc-date.entry.js +57 -0
  81. package/dist/esm/ptc-dropdown.entry.js +1 -1
  82. package/dist/esm/ptc-dynamic-card.entry.js +1 -1
  83. package/dist/esm/ptc-ellipsis-dropdown.entry.js +1 -1
  84. package/dist/esm/ptc-embedded-quiz.entry.js +1 -1
  85. package/dist/esm/ptc-featured-list.entry.js +1 -1
  86. package/dist/esm/ptc-filter-dropdown_4.entry.js +1 -1
  87. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  88. package/dist/esm/ptc-filter-tag_2.entry.js +1 -1
  89. package/dist/esm/ptc-footer.entry.js +2 -2
  90. package/dist/esm/ptc-form-checkbox_2.entry.js +2 -2
  91. package/dist/esm/ptc-form-radio-button.entry.js +1 -1
  92. package/dist/esm/ptc-form-radio-group.entry.js +1 -1
  93. package/dist/esm/ptc-form.entry.js +1 -1
  94. package/dist/esm/ptc-hero-footer-cta.entry.js +1 -1
  95. package/dist/esm/ptc-hero.entry.js +1 -1
  96. package/dist/esm/ptc-homepage-image-feature.entry.js +2 -2
  97. package/dist/esm/ptc-homepage-video-background.entry.js +142 -0
  98. package/dist/esm/ptc-icon-card.entry.js +1 -1
  99. package/dist/esm/ptc-icon-component.entry.js +1 -1
  100. package/dist/esm/ptc-icon-list.entry.js +1 -1
  101. package/dist/esm/ptc-icon-minimize.entry.js +1 -1
  102. package/dist/esm/ptc-image-download-strip.entry.js +1 -1
  103. package/dist/esm/ptc-img.entry.js +1 -1
  104. package/dist/esm/ptc-info-tile.entry.js +3 -3
  105. package/dist/esm/ptc-inline-cta.entry.js +77 -0
  106. package/dist/esm/ptc-jumbotron.entry.js +1 -1
  107. package/dist/esm/ptc-link.entry.js +2 -2
  108. package/dist/esm/ptc-list.entry.js +1 -1
  109. package/dist/esm/ptc-media-card.entry.js +2 -2
  110. package/dist/esm/ptc-minimized-nav.entry.js +1 -1
  111. package/dist/esm/ptc-mobile-select.entry.js +1 -1
  112. package/dist/esm/ptc-modal-quiz.entry.js +1 -1
  113. package/dist/esm/ptc-multi-select_2.entry.js +2 -2
  114. package/dist/esm/ptc-nav-card.entry.js +1 -1
  115. package/dist/esm/ptc-nav-link.entry.js +1 -1
  116. package/dist/esm/ptc-nav-pills.entry.js +1 -1
  117. package/dist/esm/ptc-nav-slider.entry.js +1 -1
  118. package/dist/esm/ptc-nav-submenu.entry.js +1 -1
  119. package/dist/esm/ptc-nav-tile.entry.js +1 -1
  120. package/dist/esm/ptc-news.entry.js +1 -1
  121. package/dist/esm/ptc-office-location-card.entry.js +1 -1
  122. package/dist/esm/ptc-office-locations.entry.js +1 -1
  123. package/dist/esm/ptc-overlay.entry.js +1 -1
  124. package/dist/esm/ptc-para.entry.js +66 -0
  125. package/dist/esm/ptc-picture.entry.js +1 -1
  126. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  127. package/dist/esm/ptc-preferance-center-form.entry.js +1 -1
  128. package/dist/esm/ptc-previous-url.entry.js +1 -1
  129. package/dist/esm/ptc-pricing-add-on-card.entry.js +1 -1
  130. package/dist/esm/ptc-pricing-add-on-section.entry.js +1 -1
  131. package/dist/esm/ptc-pricing-block.entry.js +1 -1
  132. package/dist/esm/ptc-pricing-packaging-table.entry.js +2 -2
  133. package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
  134. package/dist/esm/ptc-product-card.entry.js +1 -1
  135. package/dist/esm/ptc-product-category.entry.js +1 -1
  136. package/dist/esm/ptc-product-dropdown.entry.js +1 -1
  137. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  138. package/dist/esm/ptc-product-list.entry.js +1 -1
  139. package/dist/esm/ptc-product-sidebar.entry.js +1 -1
  140. package/dist/esm/ptc-progress-bar.entry.js +1 -1
  141. package/dist/esm/ptc-quantity-counter.entry.js +17 -4
  142. package/dist/esm/ptc-quote.entry.js +1 -1
  143. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  144. package/dist/esm/ptc-readmore-v2.entry.js +1 -1
  145. package/dist/esm/ptc-readmore.entry.js +1 -1
  146. package/dist/esm/ptc-related-card-rail.entry.js +1 -1
  147. package/dist/esm/ptc-responsive-wrapper.entry.js +1 -1
  148. package/dist/esm/ptc-search-field.entry.js +1 -1
  149. package/dist/esm/ptc-seo-title.entry.js +1 -1
  150. package/dist/esm/ptc-shopping-cart.entry.js +1 -1
  151. package/dist/esm/ptc-showcase-card.entry.js +1 -1
  152. package/dist/esm/ptc-skeleton.entry.js +1 -1
  153. package/dist/esm/ptc-slit-card.entry.js +1 -1
  154. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  155. package/dist/esm/ptc-spacer.entry.js +34 -0
  156. package/dist/esm/ptc-span.entry.js +1 -1
  157. package/dist/esm/ptc-square-card.entry.js +1 -1
  158. package/dist/esm/ptc-sticky-icons.entry.js +1 -1
  159. package/dist/esm/ptc-sticky-section.entry.js +1 -1
  160. package/dist/esm/ptc-sticky-title.entry.js +1 -1
  161. package/dist/esm/ptc-subnav-card.entry.js +1 -1
  162. package/dist/esm/ptc-subnav.entry.js +1 -1
  163. package/dist/esm/ptc-svg-btn.entry.js +1 -1
  164. package/dist/esm/ptc-tab-list.entry.js +1 -1
  165. package/dist/esm/ptc-tab.entry.js +1 -1
  166. package/dist/esm/ptc-tabs.entry.js +1 -1
  167. package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
  168. package/dist/esm/ptc-theater-video-modal.entry.js +1 -1
  169. package/dist/esm/ptc-title.entry.js +95 -0
  170. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  171. package/dist/esm/ptc-tooltip.entry.js +103 -0
  172. package/dist/esm/ptc-two-column-media.entry.js +1 -1
  173. package/dist/esm/ptc-value-led-card.entry.js +1 -1
  174. package/dist/esm/ptc-value-led-content-highlight.entry.js +1 -1
  175. package/dist/esm/ptc-value-led-content.entry.js +1 -1
  176. package/dist/esm/ptc-value-led-intro.entry.js +1 -1
  177. package/dist/esm/ptc-value-led-layout.entry.js +1 -1
  178. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  179. package/dist/esm/ptc-value-prop-card.entry.js +1 -1
  180. package/dist/esm/ptc-white-paper.entry.js +1 -1
  181. package/dist/esm/ptcw-design.js +3 -3
  182. package/dist/esm/sequential-bundle-example.entry.js +1 -1
  183. package/dist/esm/sequential-bundle.entry.js +1 -1
  184. package/dist/esm/tab-content.entry.js +1 -1
  185. package/dist/esm/tab-header.entry.js +1 -1
  186. package/dist/esm/{utils-c3e38928.js → utils-541284dc.js} +1 -1
  187. package/dist/ptcw-design/{p-ad4f4f33.entry.js → p-00e21489.entry.js} +1 -1
  188. package/dist/ptcw-design/{p-0b4f49e5.entry.js → p-01a2d7f6.entry.js} +1 -1
  189. package/dist/ptcw-design/p-01c3f36a.entry.js +1 -0
  190. package/dist/ptcw-design/{p-02f0460b.entry.js → p-03a917f8.entry.js} +1 -1
  191. package/dist/ptcw-design/{p-c9a73ad1.entry.js → p-04f0b1ba.entry.js} +1 -1
  192. package/dist/ptcw-design/p-071a6109.entry.js +1 -0
  193. package/dist/ptcw-design/{p-7b75091d.entry.js → p-081e969d.entry.js} +1 -1
  194. package/dist/ptcw-design/{p-32b9f5da.entry.js → p-092388f5.entry.js} +1 -1
  195. package/dist/ptcw-design/{p-47496762.entry.js → p-0c20d1f1.entry.js} +1 -1
  196. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  197. package/dist/ptcw-design/{p-4145c884.entry.js → p-0d642d4a.entry.js} +1 -1
  198. package/dist/ptcw-design/{p-76f916a8.js → p-0d81fcbd.js} +1 -1
  199. package/dist/ptcw-design/{p-b3b63f67.entry.js → p-0e5932f0.entry.js} +1 -1
  200. package/dist/ptcw-design/{p-3098c8bf.entry.js → p-0ff0f7ee.entry.js} +1 -1
  201. package/dist/ptcw-design/{p-d4d4aa05.entry.js → p-120ea468.entry.js} +1 -1
  202. package/dist/ptcw-design/{p-ba6f14f8.entry.js → p-15489f63.entry.js} +1 -1
  203. package/dist/ptcw-design/{p-ccebb76c.entry.js → p-16429296.entry.js} +1 -1
  204. package/dist/ptcw-design/p-17e1e450.entry.js +1 -0
  205. package/dist/ptcw-design/{p-879f4796.entry.js → p-1eecdb7f.entry.js} +1 -1
  206. package/dist/ptcw-design/{p-8ea16265.entry.js → p-1f1510fc.entry.js} +1 -1
  207. package/dist/ptcw-design/{p-9d88e3e4.entry.js → p-1fa761c3.entry.js} +1 -1
  208. package/dist/ptcw-design/{p-8ee9fcb6.entry.js → p-21a3fd97.entry.js} +1 -1
  209. package/dist/ptcw-design/{p-2fd01953.entry.js → p-21fa5abe.entry.js} +1 -1
  210. package/dist/ptcw-design/{p-6bb8a838.entry.js → p-231e7963.entry.js} +1 -1
  211. package/dist/ptcw-design/p-24c19e39.entry.js +1 -0
  212. package/dist/ptcw-design/{p-a22d7ae8.entry.js → p-257a68df.entry.js} +1 -1
  213. package/dist/ptcw-design/p-25a25451.entry.js +1 -0
  214. package/dist/ptcw-design/p-25edba46.entry.js +1 -0
  215. package/dist/ptcw-design/p-260ecfef.entry.js +1 -0
  216. package/dist/ptcw-design/{p-14c77b5e.entry.js → p-27e47c25.entry.js} +1 -1
  217. package/dist/ptcw-design/p-27ef9182.entry.js +1 -0
  218. package/dist/ptcw-design/{p-e5f38e09.entry.js → p-2bbc5d85.entry.js} +1 -1
  219. package/dist/ptcw-design/{p-2294d50a.entry.js → p-2c634cfd.entry.js} +1 -1
  220. package/dist/ptcw-design/p-2cfeeac8.entry.js +1 -0
  221. package/dist/ptcw-design/{p-72407276.entry.js → p-2e68709e.entry.js} +1 -1
  222. package/dist/ptcw-design/{p-6a53523b.entry.js → p-33d26bc7.entry.js} +1 -1
  223. package/dist/ptcw-design/{p-6e29c162.entry.js → p-3609fb4f.entry.js} +1 -1
  224. package/dist/ptcw-design/{p-b9e27110.entry.js → p-36fefc72.entry.js} +1 -1
  225. package/dist/ptcw-design/{p-794eebdb.entry.js → p-3738a01f.entry.js} +1 -1
  226. package/dist/ptcw-design/{p-a2710bbf.entry.js → p-3872fce7.entry.js} +1 -1
  227. package/dist/ptcw-design/{p-9fea5f19.entry.js → p-3ab5fd84.entry.js} +1 -1
  228. package/dist/ptcw-design/{p-7edef9ed.entry.js → p-3c3a7b54.entry.js} +1 -1
  229. package/dist/ptcw-design/{p-06d1fa0b.entry.js → p-3d8902b8.entry.js} +1 -1
  230. package/dist/ptcw-design/p-3e0b63cc.entry.js +1 -0
  231. package/dist/ptcw-design/{p-9dde477c.entry.js → p-3ee2a531.entry.js} +1 -1
  232. package/dist/ptcw-design/p-430f099f.entry.js +1 -0
  233. package/dist/ptcw-design/{p-d71c6e09.entry.js → p-45b9f0fd.entry.js} +1 -1
  234. package/dist/ptcw-design/{p-d21828b3.entry.js → p-46c96b63.entry.js} +1 -1
  235. package/dist/ptcw-design/{p-1e9f25fc.entry.js → p-46f67bec.entry.js} +1 -1
  236. package/dist/ptcw-design/p-49639b03.entry.js +1 -0
  237. package/dist/ptcw-design/{p-7e19be10.entry.js → p-4b192f5e.entry.js} +1 -1
  238. package/dist/ptcw-design/{p-f77c7c78.entry.js → p-4f93c631.entry.js} +1 -1
  239. package/dist/ptcw-design/{p-adf6fafa.entry.js → p-57c17ddf.entry.js} +1 -1
  240. package/dist/ptcw-design/{p-ccf1dacd.entry.js → p-5857be70.entry.js} +1 -1
  241. package/dist/ptcw-design/{p-a5ae3230.entry.js → p-58c10456.entry.js} +1 -1
  242. package/dist/ptcw-design/{p-807ad5c4.entry.js → p-5980d65d.entry.js} +1 -1
  243. package/dist/ptcw-design/{p-d2e46a8b.entry.js → p-5a96b4ce.entry.js} +1 -1
  244. package/dist/ptcw-design/{p-c67d0dab.entry.js → p-5af20305.entry.js} +1 -1
  245. package/dist/ptcw-design/{p-b6e5c0f7.entry.js → p-5b21bdc1.entry.js} +1 -1
  246. package/dist/ptcw-design/{p-028e5681.entry.js → p-6b130a9c.entry.js} +1 -1
  247. package/dist/ptcw-design/p-6bd4a6bf.entry.js +1 -0
  248. package/dist/ptcw-design/{p-e7ede17d.entry.js → p-6ce1cc72.entry.js} +1 -1
  249. package/dist/ptcw-design/{p-cd0fe5b4.entry.js → p-6ddefda6.entry.js} +1 -1
  250. package/dist/ptcw-design/{p-6e93bbc6.entry.js → p-7199c970.entry.js} +1 -1
  251. package/dist/ptcw-design/p-745eef35.entry.js +1 -0
  252. package/dist/ptcw-design/p-74895d90.entry.js +1 -0
  253. package/dist/ptcw-design/{p-ecfc8211.entry.js → p-7a1db471.entry.js} +1 -1
  254. package/dist/ptcw-design/{p-6e6f0359.entry.js → p-7afbb738.entry.js} +1 -1
  255. package/dist/ptcw-design/{p-94c59fac.entry.js → p-7b71abaf.entry.js} +1 -1
  256. package/dist/ptcw-design/p-7db71d63.entry.js +1 -0
  257. package/dist/ptcw-design/p-7eb22ed5.entry.js +1 -0
  258. package/dist/ptcw-design/{p-3c52fabe.entry.js → p-8533988f.entry.js} +1 -1
  259. package/dist/ptcw-design/{p-1ab6201b.entry.js → p-85f32bf5.entry.js} +1 -1
  260. package/dist/ptcw-design/{p-29816755.entry.js → p-8798a958.entry.js} +1 -1
  261. package/dist/ptcw-design/{p-bf2f9183.entry.js → p-89ba3dfd.entry.js} +1 -1
  262. package/dist/ptcw-design/p-8bf47996.entry.js +1 -0
  263. package/dist/ptcw-design/{p-212d0145.entry.js → p-8c49d736.entry.js} +1 -1
  264. package/dist/ptcw-design/{p-972d77ce.entry.js → p-904abfc9.entry.js} +1 -1
  265. package/dist/ptcw-design/{p-80c56c81.entry.js → p-931650bb.entry.js} +1 -1
  266. package/dist/ptcw-design/{p-c2e9f83c.entry.js → p-933e8e32.entry.js} +1 -1
  267. package/dist/ptcw-design/{p-f2ed73d6.entry.js → p-94cc3bb8.entry.js} +1 -1
  268. package/dist/ptcw-design/{p-78abd2fe.entry.js → p-971b8a7d.entry.js} +1 -1
  269. package/dist/ptcw-design/p-97eb1025.entry.js +1 -0
  270. package/dist/ptcw-design/{p-139ca5d2.entry.js → p-99b45d23.entry.js} +1 -1
  271. package/dist/ptcw-design/{p-761f71c4.entry.js → p-99ee8a0e.entry.js} +1 -1
  272. package/dist/ptcw-design/{p-8eb36507.entry.js → p-9a335b5b.entry.js} +1 -1
  273. package/dist/ptcw-design/{p-0abb6e77.entry.js → p-9ac99185.entry.js} +1 -1
  274. package/dist/ptcw-design/{p-298d02ab.entry.js → p-9b0df204.entry.js} +1 -1
  275. package/dist/ptcw-design/{p-290012e3.entry.js → p-9b26ea67.entry.js} +1 -1
  276. package/dist/ptcw-design/{p-040621d3.entry.js → p-9c112fb9.entry.js} +1 -1
  277. package/dist/ptcw-design/{p-0d688c0e.entry.js → p-9d25dba7.entry.js} +1 -1
  278. package/dist/ptcw-design/{p-0a558a22.entry.js → p-9e2fd13c.entry.js} +1 -1
  279. package/dist/ptcw-design/{p-dadbab48.entry.js → p-a0bf3dd2.entry.js} +1 -1
  280. package/dist/ptcw-design/{p-61334fd7.entry.js → p-a2c257bb.entry.js} +1 -1
  281. package/dist/ptcw-design/p-a3ae424f.entry.js +1 -0
  282. package/dist/ptcw-design/p-a4f65d28.entry.js +1 -0
  283. package/dist/ptcw-design/{p-dabb1b70.entry.js → p-a54c6da5.entry.js} +1 -1
  284. package/dist/ptcw-design/{p-17d7f280.entry.js → p-a8f7293f.entry.js} +1 -1
  285. package/dist/ptcw-design/{p-c5417010.entry.js → p-aac082cf.entry.js} +1 -1
  286. package/dist/ptcw-design/{p-944c5be8.js → p-ac75c7ad.js} +1 -1
  287. package/dist/ptcw-design/{p-0a48b79e.entry.js → p-acfd57a1.entry.js} +1 -1
  288. package/dist/ptcw-design/{p-f8e584b4.entry.js → p-ae0543c8.entry.js} +1 -1
  289. package/dist/ptcw-design/{p-887c44ae.entry.js → p-ae16e7f9.entry.js} +1 -1
  290. package/dist/ptcw-design/{p-b293a0b1.entry.js → p-aea09a70.entry.js} +1 -1
  291. package/dist/ptcw-design/{p-1e44cf5e.entry.js → p-b3bbd17d.entry.js} +1 -1
  292. package/dist/ptcw-design/p-b50f71dd.entry.js +1 -0
  293. package/dist/ptcw-design/p-b60af067.entry.js +1 -0
  294. package/dist/ptcw-design/{p-4465baea.entry.js → p-bbce25be.entry.js} +1 -1
  295. package/dist/ptcw-design/{p-2c5df150.entry.js → p-bdc2f146.entry.js} +1 -1
  296. package/dist/ptcw-design/{p-13131b4d.entry.js → p-c0bb1ad0.entry.js} +1 -1
  297. package/dist/ptcw-design/{p-dad4a0da.entry.js → p-c1a7efeb.entry.js} +1 -1
  298. package/dist/ptcw-design/{p-dd38bf84.entry.js → p-c5f42895.entry.js} +1 -1
  299. package/dist/ptcw-design/{p-61a5012d.entry.js → p-c631608f.entry.js} +1 -1
  300. package/dist/ptcw-design/{p-1297155b.entry.js → p-c642d666.entry.js} +1 -1
  301. package/dist/ptcw-design/{p-e87a4ff8.entry.js → p-c68d31c6.entry.js} +1 -1
  302. package/dist/ptcw-design/{p-43756439.entry.js → p-c6a0dd99.entry.js} +1 -1
  303. package/dist/ptcw-design/{p-d1eca3b6.entry.js → p-c77fd448.entry.js} +1 -1
  304. package/dist/ptcw-design/{p-2927fcf2.entry.js → p-c8202093.entry.js} +1 -1
  305. package/dist/ptcw-design/{p-d0f1693d.entry.js → p-cb0ded97.entry.js} +1 -1
  306. package/dist/ptcw-design/{p-d1a380e8.entry.js → p-d1d6ea55.entry.js} +1 -1
  307. package/dist/ptcw-design/p-d25c405b.entry.js +1 -0
  308. package/dist/ptcw-design/{p-3355e525.entry.js → p-d633a609.entry.js} +1 -1
  309. package/dist/ptcw-design/{p-982c3ef3.entry.js → p-daa07e11.entry.js} +1 -1
  310. package/dist/ptcw-design/p-db5ede89.entry.js +1 -0
  311. package/dist/ptcw-design/{p-bf439f9b.entry.js → p-dbbe35bf.entry.js} +1 -1
  312. package/dist/ptcw-design/{p-afbe8e2c.entry.js → p-dc85c302.entry.js} +1 -1
  313. package/dist/ptcw-design/{p-5dee4e02.entry.js → p-dca69b87.entry.js} +1 -1
  314. package/dist/ptcw-design/{p-4ff08e81.entry.js → p-df449cae.entry.js} +1 -1
  315. package/dist/ptcw-design/{p-d1f57070.entry.js → p-e3bf092e.entry.js} +1 -1
  316. package/dist/ptcw-design/{p-ad8b3161.entry.js → p-e61d7e23.entry.js} +1 -1
  317. package/dist/ptcw-design/{p-41cacea3.entry.js → p-e6cd9f74.entry.js} +1 -1
  318. package/dist/ptcw-design/{p-68643ae6.entry.js → p-e87b09db.entry.js} +1 -1
  319. package/dist/ptcw-design/{p-2a3735a5.entry.js → p-e90fbbad.entry.js} +1 -1
  320. package/dist/ptcw-design/{p-af5f2499.entry.js → p-ec25cd58.entry.js} +1 -1
  321. package/dist/ptcw-design/{p-66754504.entry.js → p-ec94b1d2.entry.js} +1 -1
  322. package/dist/ptcw-design/{p-8ce28155.entry.js → p-ecacd6ca.entry.js} +1 -1
  323. package/dist/ptcw-design/p-ed2be934.entry.js +1 -0
  324. package/dist/ptcw-design/{p-4b23b4c3.entry.js → p-ee534211.entry.js} +1 -1
  325. package/dist/ptcw-design/{p-692565b8.entry.js → p-ee7d74c9.entry.js} +1 -1
  326. package/dist/ptcw-design/{p-f26024bf.entry.js → p-f1ab59dc.entry.js} +1 -1
  327. package/dist/ptcw-design/{p-19214f49.entry.js → p-f53d875f.entry.js} +1 -1
  328. package/dist/ptcw-design/{p-f2006b03.entry.js → p-f5c97ab2.entry.js} +1 -1
  329. package/dist/ptcw-design/{p-5da98805.entry.js → p-f731fc96.entry.js} +1 -1
  330. package/dist/ptcw-design/{p-b391a1d2.entry.js → p-f9ee64ff.entry.js} +1 -1
  331. package/dist/ptcw-design/p-fc51fc29.entry.js +1 -0
  332. package/dist/ptcw-design/{p-2c0b813f.entry.js → p-fc7e1b55.entry.js} +1 -1
  333. package/dist/ptcw-design/{p-b44dbb3f.entry.js → p-fdc65d81.entry.js} +1 -1
  334. package/dist/ptcw-design/{p-e6ebc832.entry.js → p-fdee2cdc.entry.js} +1 -1
  335. package/dist/ptcw-design/{p-4335d7f3.entry.js → p-fe907670.entry.js} +1 -1
  336. package/dist/ptcw-design/{p-c415ab42.entry.js → p-ffb0ff97.entry.js} +1 -1
  337. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  338. package/dist/types/components/ptc-inline-cta/ptc-inline-cta.d.ts +15 -0
  339. package/dist/types/components.d.ts +21 -0
  340. package/package.json +1 -1
  341. package/readme.md +1 -1
  342. package/dist/cjs/icon-asset_10.cjs.entry.js +0 -701
  343. package/dist/esm/icon-asset_10.entry.js +0 -688
  344. package/dist/ptcw-design/p-0751ff25.entry.js +0 -1
  345. package/dist/ptcw-design/p-0b7eba48.entry.js +0 -1
  346. package/dist/ptcw-design/p-107dd637.entry.js +0 -1
  347. package/dist/ptcw-design/p-10db3673.entry.js +0 -1
  348. package/dist/ptcw-design/p-1c84cdaa.entry.js +0 -1
  349. package/dist/ptcw-design/p-2783dbbc.entry.js +0 -1
  350. package/dist/ptcw-design/p-3852d4cd.entry.js +0 -1
  351. package/dist/ptcw-design/p-4249f87c.entry.js +0 -1
  352. package/dist/ptcw-design/p-53d88f2b.entry.js +0 -1
  353. package/dist/ptcw-design/p-6643b391.entry.js +0 -1
  354. package/dist/ptcw-design/p-72681e91.entry.js +0 -1
  355. package/dist/ptcw-design/p-7875f1de.entry.js +0 -1
  356. package/dist/ptcw-design/p-7964e154.entry.js +0 -1
  357. package/dist/ptcw-design/p-7da19723.entry.js +0 -1
  358. package/dist/ptcw-design/p-7e1507e1.entry.js +0 -1
  359. package/dist/ptcw-design/p-88ff7bc5.entry.js +0 -1
  360. package/dist/ptcw-design/p-973b06d1.entry.js +0 -1
  361. package/dist/ptcw-design/p-c0dde215.entry.js +0 -1
@@ -0,0 +1,146 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+ const utils = require('./utils-1e19654c.js');
7
+
8
+ const ptcHomepageVideoBackgroundCss = "h1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nul,\nli,\nptc-subnav,\nptc-tab-list,\nptc-link, ptc-square-card,\n.hyphenate-text, ptc-footer {\n word-break: break-word;\n hyphens: manual;\n -webkit-hyphens: manual;\n -moz-hyphens: manual;\n -ms-hyphens: manual;\n}\n@supports (hyphenate-limit-chars: 12 3 3) {\n h1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nul,\nli,\nptc-subnav,\nptc-tab-list,\nptc-link, ptc-square-card,\n.hyphenate-text, ptc-footer {\n hyphens: auto;\n -webkit-hyphenate-limit-before: 3;\n /* For Safari */\n -webkit-hyphenate-limit-after: 3;\n /* For Safari */\n hyphenate-limit-chars: 12 3 3;\n hyphenate-limit-lines: 2;\n hyphenate-limit-last: always;\n hyphenate-limit-zone: 6%;\n -webkit-hyphens: auto;\n -webkit-hyphenate-limit-before: 3;\n -webkit-hyphenate-limit-after: 3;\n -webkit-hyphenate-limit-chars: 12 3 3;\n -webkit-hyphenate-limit-lines: 2;\n -moz-hyphens: auto;\n -moz-hyphenate-limit-chars: 12 3 3;\n -moz-hyphenate-limit-lines: 2;\n -ms-hyphens: auto;\n -ms-hyphenate-limit-chars: 12 3 3;\n -ms-hyphenate-limit-lines: 2;\n }\n}\n\n:host {\n display: block;\n position: relative;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nul,\nli,\nptc-subnav,\nptc-tab-list,\nptc-link, ptc-square-card,\n.hyphenate-text, ptc-footer {\n word-break: break-word;\n hyphens: manual;\n -webkit-hyphens: manual;\n -moz-hyphens: manual;\n -ms-hyphens: manual;\n}\n@supports (hyphenate-limit-chars: 12 3 3) {\n h1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nul,\nli,\nptc-subnav,\nptc-tab-list,\nptc-link, ptc-square-card,\n.hyphenate-text, ptc-footer {\n hyphens: auto;\n -webkit-hyphenate-limit-before: 3;\n /* For Safari */\n -webkit-hyphenate-limit-after: 3;\n /* For Safari */\n hyphenate-limit-chars: 12 3 3;\n hyphenate-limit-lines: 2;\n hyphenate-limit-last: always;\n hyphenate-limit-zone: 6%;\n -webkit-hyphens: auto;\n -webkit-hyphenate-limit-before: 3;\n -webkit-hyphenate-limit-after: 3;\n -webkit-hyphenate-limit-chars: 12 3 3;\n -webkit-hyphenate-limit-lines: 2;\n -moz-hyphens: auto;\n -moz-hyphenate-limit-chars: 12 3 3;\n -moz-hyphenate-limit-lines: 2;\n -ms-hyphens: auto;\n -ms-hyphenate-limit-chars: 12 3 3;\n -ms-hyphenate-limit-lines: 2;\n }\n}\n\n.ptc-container {\n padding-right: 24px;\n padding-left: 24px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media only screen and (min-width: 1200px) {\n .ptc-container {\n padding-left: 0;\n padding-right: 0;\n max-width: 1136px;\n }\n}\n@media only screen and (min-width: 1440px) {\n .ptc-container {\n padding-left: 0;\n padding-right: 0;\n max-width: 1200px;\n }\n}\n.ptc-container-lg {\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media only screen and (min-width: 480px) {\n .ptc-container-lg {\n padding-left: var(--ptc-layout-spacing-03);\n padding-right: var(--ptc-layout-spacing-03);\n }\n}\n@media only screen and (min-width: 768px) {\n .ptc-container-lg {\n padding-left: var(--ptc-layout-spacing-04);\n padding-right: var(--ptc-layout-spacing-04);\n }\n}\n@media only screen and (min-width: 992px) {\n .ptc-container-lg {\n padding-left: var(--ptc-element-spacing-08);\n padding-right: var(--ptc-element-spacing-08);\n }\n}\n@media only screen and (min-width: 1980px) {\n .ptc-container-lg {\n padding-left: 0;\n padding-right: 0;\n max-width: 1900px;\n }\n}\n.ptc-container-fluid {\n width: 100%;\n}\n\n.primary-content-wrapper {\n max-width: 720px;\n padding: 120px 0;\n}\n@media only screen and (min-width: 992px) {\n .primary-content-wrapper {\n padding: 160px 0;\n }\n}\n@media only screen and (min-width: 1440px) {\n .primary-content-wrapper {\n padding: 160px 0;\n }\n}\n\n.bg-video {\n width: 100%;\n}\n\n.ptc-container {\n position: relative;\n z-index: 20;\n min-height: 587px;\n}\n\n.card-links {\n margin: 0;\n padding-bottom: 72px;\n}\n@media only screen and (min-width: 992px) {\n .card-links {\n padding-bottom: 88px;\n }\n}\n.card-links .secondary-content-wrapper {\n margin: 0;\n max-width: 720px;\n}\n.card-links .card-section {\n display: flex;\n position: relative;\n flex-wrap: nowrap;\n flex-shrink: 0;\n margin: 20px -24px 0;\n white-space: nowrap;\n -ms-overflow-style: none;\n scrollbar-width: none;\n transition: box-shadow var(--ptc-transition-medium) var(--ptc-ease-out);\n}\n.card-links .card-section::-webkit-scrollbar {\n display: none;\n}\n.card-links .card-section .card-link {\n display: inline-flex;\n position: relative;\n overflow: hidden;\n text-decoration: none;\n z-index: 10;\n align-items: center;\n gap: 16px;\n flex: 0 0 224px;\n align-self: stretch;\n border-radius: 4px 4px 0px 0px;\n border-bottom: 2px solid var(--color-blue-07);\n background: transparent;\n backdrop-filter: blur(12px);\n padding: 24px;\n word-wrap: normal;\n color: var(--color-white);\n font-family: var(--ptc-font-latin);\n font-size: var(--ptc-font-size-small);\n font-style: var(--ptc-font-style-normal);\n font-weight: var(--ptc-font-weight-bold);\n line-height: var(--ptc-line-height-p);\n margin: 0 12px;\n}\n.card-links .card-section .card-link:first-child {\n margin-left: 24px;\n}\n.card-links .card-section .card-link:last-child {\n margin-right: 24px;\n}\n.card-links .card-section .card-link .link-text {\n display: block;\n inline-size: 190px;\n white-space: break-spaces;\n font-size: var(--ptc-font-size-small);\n}\n@media only screen and (min-width: 992px) {\n .card-links .card-section .card-link .link-text {\n font-size: var(--ptc-font-size-medium);\n }\n}\n.card-links .card-section .card-link .bgb,\n.card-links .card-section .card-link .bgh,\n.card-links .card-section .card-link .bgp {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 8;\n opacity: 0;\n}\n.card-links .card-section .card-link .bgb,\n.card-links .card-section .card-link .bgh {\n transition: opacity var(--ptc-transition-medium) var(--ptc-ease-out);\n}\n.card-links .card-section .card-link .bgb {\n background: linear-gradient(85deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.07) 100.13%);\n opacity: 1;\n}\n.card-links .card-section .card-link .bgh {\n background: linear-gradient(85deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.17) 100.13%);\n}\n.card-links .card-section .card-link .bgp {\n background: linear-gradient(85deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 100.13%);\n}\n.card-links .card-section .card-link:hover .bgb,\n.card-links .card-section .card-link:hover .bgp {\n opacity: 0;\n}\n.card-links .card-section .card-link:hover .bgh {\n opacity: 1;\n}\n.card-links .card-section .card-link:active .bgb,\n.card-links .card-section .card-link:active .bgh, .card-links .card-section .card-link.active .bgb,\n.card-links .card-section .card-link.active .bgh {\n display: none;\n opacity: 0;\n}\n.card-links .card-section .card-link:active .bgp, .card-links .card-section .card-link.active .bgp {\n opacity: 1;\n}\n.card-links .card-section:before {\n position: absolute;\n width: 32px;\n background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, white 100.13%);\n top: 16px;\n right: 0;\n bottom: 0;\n z-index: 12;\n}\n.card-links .card-section.scroll-st {\n box-shadow: inset 2px 0px 0px rgba(255, 255, 255, 0.3);\n}\n.card-links .card-section.scroll-ed {\n box-shadow: inset -2px 0px 0px rgba(255, 255, 255, 0.3);\n}\n.card-links .card-section.scroll-ed.scroll-st {\n box-shadow: inset 2px 0px 0px rgba(255, 255, 255, 0.3), inset -2px 0px 0px rgba(255, 255, 255, 0.3);\n}\n@media only screen and (min-width: 1200px) {\n .card-links .card-section {\n margin: 20px 0 0;\n align-items: flex-start;\n justify-content: flex-start;\n align-content: flex-start;\n }\n .card-links .card-section.scroll-st, .card-links .card-section.scroll-ed, .card-links .card-section.scroll-ed.scroll-st {\n box-shadow: unset;\n }\n .card-links .card-section .card-link {\n flex: unset;\n }\n .card-links .card-section .card-link:first-child {\n margin-left: 0;\n }\n .card-links .card-section .card-link:last-child {\n margin-right: 0;\n }\n}\n@media only screen and (min-width: 1440px) {\n .card-links .card-section {\n margin: 20px 0 0;\n }\n}\n\n.card-section {\n overflow-x: visible;\n overflow-y: visible;\n animation-duration: 0ms;\n animation-delay: 1000ms;\n animation-fill-mode: forwards;\n}\n@media only screen and (min-width: 1200px) {\n .card-section {\n overflow-x: visible;\n }\n}\n.card-section .card-link {\n animation-duration: 750ms;\n animation-delay: 0ms;\n animation-fill-mode: forwards;\n opacity: 0;\n transform: translate3d(0, 30%, 0);\n}\n.card-section .card-link.card-link-1 {\n animation-delay: 0ms;\n}\n.card-section .card-link.card-link-2 {\n animation-delay: 250ms;\n}\n.card-section .card-link.card-link-3 {\n animation-delay: 500ms;\n}\n.card-section .card-link.card-link-4 {\n animation-delay: 750ms;\n}\n.card-section.in-view {\n animation-name: fadeUpInContainer;\n}\n.card-section.in-view .card-link {\n animation-name: fadeUpIn;\n}\n\n@keyframes fadeUpIn {\n 0% {\n opacity: 0;\n transform: translate3d(0, 30%, 0);\n }\n 100% {\n opacity: 1;\n transform: translateZ(0);\n }\n}\n@keyframes fadeUpInContainer {\n 0% {\n overflow: visible;\n overflow-y: visible;\n overflow-x: visible;\n @media only screen and (min-width: 1200px) {\n overflow-x: visible;\n }\n }\n 100% {\n overflow: inherit;\n overflow-y: hidden;\n overflow-x: scroll;\n @media only screen and (min-width: 1200px) {\n overflow-x: hidden;\n }\n }\n}";
9
+
10
+ const PtcHomepageVideoBackground = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.videoSrc = undefined;
14
+ this.posterSrc = undefined;
15
+ this.overlay = true;
16
+ this.playButtonTitle = undefined;
17
+ this.pauseButtonTitle = undefined;
18
+ this.buttonLocation = 'bottom-right';
19
+ this.links = undefined;
20
+ }
21
+ componentWillLoad() {
22
+ this.sliderSettings = {
23
+ IsMouseDown: false,
24
+ PreventAnchor: false,
25
+ Timeout: undefined,
26
+ StartX: 0,
27
+ ScrollLeft: 0
28
+ };
29
+ this.readLinkItems();
30
+ }
31
+ componentDidLoad() {
32
+ this.slider = this.el.shadowRoot.querySelector('.card-section');
33
+ //this.slider.addEventListener('scroll', () => this.onSliderScroll());
34
+ //window.addEventListener('scroll', () => this.onSliderScroll());
35
+ //this.onSliderScroll();
36
+ utils.observeInView(this.el, '.card-section', true);
37
+ }
38
+ readLinkItems() {
39
+ this.links = [];
40
+ const anchors = this.el.querySelectorAll('.card-cta-links > a');
41
+ anchors.forEach(a => {
42
+ let link = a;
43
+ if (link && this.links.length < 4) {
44
+ this.links.push(link);
45
+ }
46
+ });
47
+ }
48
+ onSliderScroll() {
49
+ if (this.slider.scrollLeft === 0 && this.slider.classList.contains('scroll-st')) {
50
+ this.slider.classList.remove('scroll-st');
51
+ }
52
+ else if (this.slider.scrollLeft !== 0 && !this.slider.classList.contains('scroll-st')) {
53
+ this.slider.classList.add('scroll-st');
54
+ }
55
+ if (this.slider.scrollLeft === (this.slider.scrollWidth - this.slider.offsetWidth) && this.slider.classList.contains('scroll-ed')) {
56
+ this.slider.classList.remove('scroll-ed');
57
+ }
58
+ else if (this.slider.scrollLeft !== (this.slider.scrollWidth - this.slider.offsetWidth) && !this.slider.classList.contains('scroll-ed')) {
59
+ this.slider.classList.add('scroll-ed');
60
+ }
61
+ }
62
+ onLinkClick(e) {
63
+ e.preventDefault();
64
+ if (!this.sliderSettings.PreventAnchor) {
65
+ let link = e.currentTarget;
66
+ if (link && link.href) {
67
+ window.location.href = link.href;
68
+ }
69
+ }
70
+ this.sliderSettings.PreventAnchor = false;
71
+ clearTimeout(this.sliderSettings.Timeout);
72
+ }
73
+ onSliderMouseDown(e, slider) {
74
+ e.preventDefault();
75
+ this.sliderSettings.IsMouseDown = true;
76
+ slider.classList.add('active');
77
+ this.sliderSettings.StartX = e.pageX - slider.offsetLeft;
78
+ this.sliderSettings.ScrollLeft = slider.scrollLeft;
79
+ this.sliderSettings.PreventAnchor = false;
80
+ this.sliderSettings.Timeout = setTimeout(() => {
81
+ this.sliderSettings.PreventAnchor = true;
82
+ }, 80);
83
+ }
84
+ onSliderMouseExit(e, slider) {
85
+ e.preventDefault();
86
+ clearTimeout(this.sliderSettings.Timeout);
87
+ this.sliderSettings.IsMouseDown = false;
88
+ slider.classList.remove('active');
89
+ }
90
+ onSliderMouseDrag(e, slider) {
91
+ if (this.sliderSettings.IsMouseDown) {
92
+ e.preventDefault();
93
+ const x = e.pageX - slider.offsetLeft;
94
+ const walk = (x - this.sliderSettings.StartX);
95
+ slider.scrollLeft = this.sliderSettings.ScrollLeft - walk;
96
+ }
97
+ }
98
+ onCardMouseDown(e) {
99
+ if (e && e.currentTarget) {
100
+ let anch = e.currentTarget;
101
+ if (anch) {
102
+ anch.classList.add('active');
103
+ }
104
+ }
105
+ }
106
+ onCardMouseUp(e) {
107
+ if (e && e.currentTarget) {
108
+ let anch = e.currentTarget;
109
+ if (anch) {
110
+ anch.classList.remove('active');
111
+ }
112
+ }
113
+ }
114
+ render() {
115
+ return (index.h(index.Host, null, index.h("ptc-background-video", Object.assign({}, this.getBackgroundVideoSettings(), { "overlay-type": 'dark' }), index.h("div", { class: "ptc-container" }, index.h("div", { class: "primary-content-wrapper" }, index.h("slot", { name: "primary-content" })), index.h("div", { class: "card-links" }, index.h("div", { class: "secondary-content-wrapper" }, index.h("slot", { name: "secondary-content" })), index.h("div", Object.assign({ class: "card-section" }, this.getSliderBindings()), this.links && this.links.map((link, i) => {
116
+ const icon = link.getAttribute('data-icon');
117
+ const text = link.textContent;
118
+ if (text) {
119
+ return (index.h("a", { class: `card-link card-link-${i + 1}`, "tab-index": i + 1, href: link.href, onClick: (e) => this.onLinkClick(e), onMouseDown: (e) => this.onCardMouseDown(e), onMouseUp: (e) => this.onCardMouseUp(e), onMouseLeave: (e) => this.onCardMouseUp(e), onTouchEnd: (e) => { console.log('yes'); this.onCardMouseUp(e); } }, index.h("div", { class: "bgb" }), index.h("div", { class: "bgh" }), index.h("div", { class: "bgp" }), icon && index.h("icon-asset", { type: "ptc", size: "large", color: 'white', name: icon }), index.h("span", { class: "link-text hyphenate-text" }, text.trim())));
120
+ }
121
+ })))))));
122
+ }
123
+ getBackgroundVideoSettings() {
124
+ return {
125
+ videoSrc: this.videoSrc,
126
+ posterSrc: this.posterSrc,
127
+ pauseButtonTitle: this.pauseButtonTitle,
128
+ playButtonTitle: this.playButtonTitle,
129
+ buttonLocation: this.buttonLocation,
130
+ overlay: this.overlay,
131
+ class: 'bg-video'
132
+ };
133
+ }
134
+ getSliderBindings() {
135
+ return {
136
+ onMouseDown: (e) => { this.onSliderMouseDown(e, this.slider); },
137
+ onMouseUp: (e) => { this.onSliderMouseExit(e, this.slider); },
138
+ onMouseLeave: (e) => { this.onSliderMouseExit(e, this.slider); },
139
+ onMouseMove: (e) => { this.onSliderMouseDrag(e, this.slider); }
140
+ };
141
+ }
142
+ get el() { return index.getElement(this); }
143
+ };
144
+ PtcHomepageVideoBackground.style = ptcHomepageVideoBackgroundCss;
145
+
146
+ exports.ptc_homepage_video_background = PtcHomepageVideoBackground;
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-63ddc79c.js');
6
6
 
7
- const ptcInfoTileCss = "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}@media screen and (min-width: 992px){:host{flex:1}}.tile{position:relative;background-color:white;border-radius:8px;overflow:hidden;cursor:pointer;transition:border 0.3s;max-width:360px;height:116px}.tile.image{width:299px;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:stretch;margin:0 auto;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);max-width:unset;height:100%;min-height:140px}@media screen and (min-width: 992px){.tile.image{width:unset;min-width:299px}}@media screen and (min-width: 1440px){.tile.image{min-height:116px}}.tile.image .tile-image{flex:0 0 120px;display:flex;align-items:center;overflow:hidden}.tile.image .tile-content{border-bottom:2px solid var(--color-white);background:#FFF;text-align:left;flex:1;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.tile.image:hover .tile-content{border-bottom:2px solid var(--Blue-6, #4795CD);background:#FFF}.tile.image:active .tile-content,.tile.image:focus .tile-content{border-bottom:2px solid var(--Blue-6, #4795CD);background:var(--Gray-1, #F6F6F6)}.tile.text{background-color:var(--color-white);border:1px solid var(--color-gray-03);width:268px}.tile.text:hover{border:1px solid var(--color-gray-07)}.tile.text:focus,.tile.text:active{background-color:var(--color-gray-01);border:1px solid var(--color-gray-07)}.tile h3{margin:0;font-size:1.2em}.tile p{margin:0.5em 0 0;color:#666}.tile .link-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.tile .tile-content{padding:16px}.tile .tile-content h3{color:var(--color-blue-07);font-family:Raleway;font-size:14px;font-weight:500}.tile .tile-content p{color:var(--color-gray-10);font-family:Raleway;font-size:16px;font-weight:700;line-height:24px;}::slotted(img[slot=tile-image]){width:120px !important;height:100% !important;object-fit:cover;display:block;max-height:100%;position:absolute}::slotted(h3[slot=tile-title]){color:var(--color-blue-07) !important;font-family:var(--ptc-font-latin) !important;font-size:var(--ptc-font-size-xx-small) !important;font-weight:var(--ptc-font-weight-medium) !important;text-align:left !important;margin:0px !important}::slotted(p[slot=tile-description]){color:var(--color-gray-10) !important;font-family:var(--ptc-font-latin) !important;font-size:var(--ptc-font-size-x-small) !important;font-weight:var(--ptc-font-weight-bold) !important;line-height:var(--ptc-line-height-p) !important;text-align:left !important;margin-bottom:0px !important}";
7
+ const ptcInfoTileCss = "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}@media screen and (min-width: 992px){:host{flex:1}}.tile{position:relative;background-color:white;border-radius:4px;overflow:hidden;cursor:pointer;transition:border 0.3s;max-width:360px;height:116px}.tile.image{width:299px;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:stretch;margin:0 auto;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);max-width:unset;height:100%;min-height:140px}@media screen and (min-width: 992px){.tile.image{width:unset;min-width:299px}}@media screen and (min-width: 1440px){.tile.image{min-height:116px}}.tile.image .tile-image{flex:0 0 120px;display:flex;align-items:center;overflow:hidden}.tile.image .tile-content{border-bottom:2px solid var(--color-white);background:#FFF;text-align:left;flex:1;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.tile.image:hover .tile-content{border-bottom:2px solid var(--Blue-6, #4795CD);background:#FFF}.tile.image:active .tile-content,.tile.image:focus .tile-content{border-bottom:2px solid var(--Blue-6, #4795CD);background:var(--Gray-1, #F6F6F6)}.tile.text{background-color:var(--color-white);border:1px solid var(--color-gray-03);width:268px}.tile.text:hover{border:1px solid var(--color-gray-07)}.tile.text:focus,.tile.text:active{background-color:var(--color-gray-01);border:1px solid var(--color-gray-07)}@media only screen and (min-width: 992px){.tile.text{width:auto;height:auto}}.tile.text .tile-content{padding:20px}.tile .tile-title-span{margin:0;font-size:1.2em}.tile p{margin:4px 0 0}.tile .link-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.tile .tile-content{padding:16px}.tile .tile-content .tile-title-span{color:var(--color-blue-07);font-family:Raleway;font-size:14px;font-weight:500}.tile .tile-content p{color:var(--color-gray-10);font-family:Raleway;font-size:16px;font-weight:700;line-height:24px;}::slotted(img[slot=tile-image]){width:120px !important;height:100% !important;object-fit:cover;display:block;max-height:100%;position:absolute}::slotted(span[slot=tile-title]){color:var(--color-blue-07) !important;font-family:var(--ptc-font-latin) !important;font-size:var(--ptc-font-size-xx-small) !important;font-weight:var(--ptc-font-weight-medium) !important;text-align:left !important;margin:0px !important}::slotted(p[slot=tile-description]){color:var(--color-gray-10) !important;font-family:var(--ptc-font-latin) !important;font-size:var(--ptc-font-size-x-small) !important;font-weight:var(--ptc-font-weight-bold) !important;line-height:var(--ptc-line-height-p) !important;text-align:left !important;margin-bottom:0px !important}";
8
8
 
9
9
  const PtcInfoTile = class {
10
10
  constructor(hostRef) {
@@ -18,7 +18,7 @@ const PtcInfoTile = class {
18
18
  this.tileClick.emit();
19
19
  }
20
20
  render() {
21
- const content = (index.h("div", { class: "tile-content" }, index.h("h3", null, index.h("slot", { name: "tile-title" })), index.h("p", null, index.h("slot", { name: "tile-description" }))));
21
+ const content = (index.h("div", { class: "tile-content" }, index.h("span", { class: "tile-title-span" }, index.h("slot", { name: "tile-title" })), index.h("p", null, index.h("slot", { name: "tile-description" }))));
22
22
  return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: `tile ${this.variant}`, onClick: () => this.handleClick() }, this.variant === 'image' && (index.h("div", { class: "tile-image" }, index.h("slot", { name: "tile-image" }))), content, this.link && index.h("a", { href: this.link, class: "link-overlay" }))));
23
23
  }
24
24
  };
@@ -0,0 +1,81 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+
7
+ const ptcInlineCtaCss = "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}:host .small-inline-cta-container{width:100%;height:max-content;display:grid;position:relative;align-items:center;margin-top:calc(var(--ptc-element-spacing-06) + var(--ptc-element-spacing-01));margin-bottom:calc(var(--ptc-element-spacing-06) + var(--ptc-element-spacing-01))}:host .small-inline-cta-container .cta-bg{display:none}:host .small-inline-cta-container .cta-content{width:100%;display:flex;flex-direction:column;box-sizing:border-box;background-color:var(--color-gray-08);border-radius:var(--ptc-border-radius-standard);padding:var(--ptc-element-spacing-05);box-sizing:border-box}:host .small-inline-cta-container .cta-content .cta-image{width:100%;height:200px}:host .small-inline-cta-container .cta-content .cta-body{width:100%;margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05);padding:0}:host .small-inline-cta-container .cta-content .cta-body .link-wrapper{outline:none;text-decoration:none}:host .small-inline-cta-container .cta-content .cta-body .link-wrapper:hover{outline:none;text-decoration:none}@media only screen and (min-width: 768px){:host .small-inline-cta-container .cta-bg{display:block;width:80%;height:calc(100% + var(--ptc-element-spacing-04) + var(--ptc-element-spacing-04));position:absolute;right:0;z-index:-1;background-color:var(--color-gray-08);border-radius:var(--ptc-border-radius-standard)}:host .small-inline-cta-container .cta-content{flex-direction:row;align-items:center;background-color:transparent;border-radius:none;padding:0}:host .small-inline-cta-container .cta-content .cta-image{width:35%;height:164px;align-self:stretch}:host .small-inline-cta-container .cta-content .cta-body{width:65%;justify-self:right;display:flex;align-items:center;box-sizing:border-box;padding-right:var(--ptc-element-spacing-07);padding-left:var(--ptc-element-spacing-07);margin-top:0;margin-bottom:0}}:host .big-inline-cta-container{width:100%;height:max-content;display:grid;position:relative;align-items:center;margin-top:calc(var(--ptc-element-spacing-06) + var(--ptc-element-spacing-01));margin-bottom:calc(var(--ptc-element-spacing-06) + var(--ptc-element-spacing-01))}:host .big-inline-cta-container .cta-bg{display:none}:host .big-inline-cta-container .cta-content{width:100%;display:flex;flex-direction:column;border-radius:var(--ptc-border-radius-standard);padding:var(--ptc-element-spacing-05);box-sizing:border-box}:host .big-inline-cta-container .cta-content .cta-image{width:100%;height:300px}:host .big-inline-cta-container .cta-content .cta-body{width:100%;margin-top:var(--ptc-element-spacing-06)}:host .big-inline-cta-container .cta-content .cta-body .link-wrapper{outline:none;text-decoration:none}:host .big-inline-cta-container .cta-content .cta-body .link-wrapper:hover{outline:none;text-decoration:none}@media only screen and (min-width: 480px){:host .big-inline-cta-container .cta-content .cta-body{margin-top:var(--ptc-element-spacing-04)}}@media only screen and (min-width: 768px){:host .big-inline-cta-container .cta-bg{display:block;width:80%;height:calc(100% + var(--ptc-element-spacing-08) + var(--ptc-element-spacing-04));position:absolute;right:0;z-index:-1;border-radius:var(--ptc-border-radius-standard)}:host .big-inline-cta-container .cta-content{flex-direction:row;align-items:center;border-radius:none;padding:0}:host .big-inline-cta-container .cta-content .cta-image{width:40%;height:400px;justify-self:left}:host .big-inline-cta-container .cta-content .cta-body{width:60%;justify-self:right;display:flex;align-items:center;box-sizing:border-box;padding-top:calc(var(--ptc-element-spacing-07) + var(--ptc-element-spacing-05));padding-right:var(--ptc-element-spacing-07);padding-bottom:calc(var(--ptc-element-spacing-08) + var(--ptc-element-spacing-04));padding-left:var(--ptc-element-spacing-07);margin-top:0}}:host .big-inline-cta-container.green .cta-content{background-color:var(--color-green-08)}@media only screen and (min-width: 768px){:host .big-inline-cta-container.green .cta-bg{background-color:var(--color-green-08)}:host .big-inline-cta-container.green .cta-content{background-color:transparent}}:host .big-inline-cta-container.blue .cta-content{background-color:var(--color-blue-08)}@media only screen and (min-width: 768px){:host .big-inline-cta-container.blue .cta-bg{background-color:var(--color-blue-08)}:host .big-inline-cta-container.blue .cta-content{background-color:transparent}}:host .big-inline-cta-container.gray .cta-content{background-color:var(--color-gray-08)}@media only screen and (min-width: 768px){:host .big-inline-cta-container.gray .cta-bg{background-color:var(--color-gray-08)}:host .big-inline-cta-container.gray .cta-content{background-color:transparent}}:host .bottom-inline-cta-container{background-color:#FFF;padding:var(--ptc-element-spacing-06);display:flex;gap:var(--ptc-element-spacing-06);flex-direction:column;border-radius:var(--ptc-border-radius-standard)}:host .bottom-inline-cta-container .cta-image{flex:none}:host .bottom-inline-cta-container .cta-body{flex:none}:host .bottom-inline-cta-container .cta-body.link-wrapper{outline:none;text-decoration:none}:host .bottom-inline-cta-container .cta-body.link-wrapper:hover{outline:none;text-decoration:none}@media only screen and (min-width: 768px){:host .bottom-inline-cta-container{flex-direction:row}:host .bottom-inline-cta-container .cta-image{flex:1 0 0;align-self:stretch}:host .bottom-inline-cta-container .cta-body{flex:1 0 0}}";
8
+
9
+ const idxBgClassMapper = {
10
+ 0: "green",
11
+ 1: "blue",
12
+ 2: "gray",
13
+ };
14
+ const PtcInlineCta = class {
15
+ constructor(hostRef) {
16
+ index.registerInstance(this, hostRef);
17
+ this.captureSlots = () => {
18
+ var _a, _b, _c, _d;
19
+ this.image = (_a = this.hostEle) === null || _a === void 0 ? void 0 : _a.querySelector('[slot="cta-image"]');
20
+ this.cta = (_b = this.hostEle) === null || _b === void 0 ? void 0 : _b.querySelector('[slot="cta-link"]');
21
+ const heading = (_c = this.hostEle) === null || _c === void 0 ? void 0 : _c.querySelector('[slot="cta-heading"]');
22
+ const description = (_d = this.hostEle) === null || _d === void 0 ? void 0 : _d.querySelector('[slot="cta-description"]');
23
+ this.heading = (heading === null || heading === void 0 ? void 0 : heading.innerText) || "";
24
+ this.description = (description === null || description === void 0 ? void 0 : description.innerText) || "";
25
+ };
26
+ this.setBgColor = () => {
27
+ const bigCtas = document.querySelectorAll('ptc-inline-cta[type="big"]');
28
+ bigCtas.forEach((cta, idx) => {
29
+ var _a, _b;
30
+ if (cta == this.hostEle) {
31
+ const bgVariationCount = Object.keys(idxBgClassMapper).length;
32
+ const bgClass = idxBgClassMapper[idx % bgVariationCount];
33
+ const ctaContainer = (_b = (_a = this.hostEle) === null || _a === void 0 ? void 0 : _a.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('.big-inline-cta-container');
34
+ if (ctaContainer) {
35
+ ctaContainer.classList.add(bgClass);
36
+ }
37
+ }
38
+ });
39
+ };
40
+ this.componentWillLoad = () => {
41
+ this.captureSlots();
42
+ };
43
+ this.componentDidLoad = () => {
44
+ if (this.type === 'big') {
45
+ this.setBgColor();
46
+ }
47
+ };
48
+ this.type = undefined;
49
+ this.image = undefined;
50
+ this.heading = "";
51
+ this.description = "";
52
+ this.cta = undefined;
53
+ }
54
+ render() {
55
+ const Small = () => {
56
+ var _a, _b, _c, _d, _e, _f, _g;
57
+ return index.h("div", { class: "small-inline-cta-container" }, index.h("div", { class: "cta-bg" }), index.h("div", { class: "cta-content" }, index.h("div", { class: "cta-image" }, !!((_a = this.image) === null || _a === void 0 ? void 0 : _a.src) && index.h("ptc-picture", { alt: (_b = this.image) === null || _b === void 0 ? void 0 : _b.alt, "display-image": "block", "image-alignment": "center", "image-position": "relative", "is-full-height": "true", "is-full-width": "true", "object-fit": "cover", src: (_c = this.image) === null || _c === void 0 ? void 0 : _c.src, styles: "\r\n\t\t\t\t\t\t\t\t:host {\r\n\t\t\t\t\t\t\t\t\theight: 100%;\r\n\r\n\t\t\t\t\t\t\t\t\timg {\r\n\t\t\t\t\t\t\t\t\t\tborder-radius: var(--ptc-border-radius-standard);\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\t\r\n\t\t\t\t\t\t\t" })), index.h("div", { class: "cta-body" }, index.h("a", { class: "cta-body-inner link-wrapper", href: (_d = this.cta) === null || _d === void 0 ? void 0 : _d.href, target: (_e = this.cta) === null || _e === void 0 ? void 0 : _e.target }, !!this.heading && index.h("ptc-title", { "seo-compatibility-mode": true, type: "h4", "title-size": "medium", "title-weight": "w-7", "title-color": "white", "title-height": "densest", "title-margin": "margin-flush", upperline: 'no-upperline', "is-plm-hub": false }, index.h("h4", null, this.heading)), !!this.description && index.h(index.Fragment, null, index.h("ptc-spacer", { breakpoint: 'x-small', size: 'small' }), index.h("ptc-spacer", { breakpoint: 'small', size: 'x-small' }), index.h("ptc-para", { "font-size": "x-small", "font-weight": "w-4", "para-color": "white", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, this.description)), !!((_f = this.cta) === null || _f === void 0 ? void 0 : _f.href) && index.h(index.Fragment, null, index.h("ptc-spacer", { breakpoint: 'x-small', size: 'small' }), index.h("ptc-spacer", { breakpoint: 'small', size: 'x-small' }), index.h("ptc-link", { disabled: false, "font-size": "small", theme: "d-green-underline", styles: ".d-green-underline {line-height: var(--ptc-line-height-p)}" }, (_g = this.cta) === null || _g === void 0 ? void 0 : _g.innerText))))));
58
+ };
59
+ const Big = () => {
60
+ var _a, _b, _c, _d, _e, _f, _g;
61
+ return index.h("div", { class: "big-inline-cta-container" }, index.h("div", { class: "cta-bg" }), index.h("div", { class: "cta-content" }, index.h("div", { class: "cta-image" }, !!((_a = this.image) === null || _a === void 0 ? void 0 : _a.src) && index.h("ptc-picture", { alt: (_b = this.image) === null || _b === void 0 ? void 0 : _b.alt, "display-image": "block", "image-alignment": "center", "image-position": "relative", "is-full-height": "true", "is-full-width": "true", "object-fit": "cover", src: (_c = this.image) === null || _c === void 0 ? void 0 : _c.src, styles: "\r\n\t\t\t\t\t\t\t\t:host {\r\n\t\t\t\t\t\t\t\t\theight: 100%;\r\n\r\n\t\t\t\t\t\t\t\t\timg {\r\n\t\t\t\t\t\t\t\t\t\tborder-radius: var(--ptc-border-radius-standard);\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}; \r\n\t\t\t\t\t\t\t" })), index.h("div", { class: "cta-body" }, index.h("a", { class: "cta-body-inner link-wrapper", href: (_d = this.cta) === null || _d === void 0 ? void 0 : _d.href, target: (_e = this.cta) === null || _e === void 0 ? void 0 : _e.target }, !!this.heading && index.h("ptc-title", { "seo-compatibility-mode": true, type: "h3", "title-size": "large", "title-weight": "w-7", "title-color": "white", "title-height": "densest", "title-margin": "margin-flush", upperline: 'no-upperline', "is-plm-hub": false }, index.h("h3", null, this.heading)), !!this.description && index.h(index.Fragment, null, index.h("ptc-spacer", { breakpoint: 'x-small', size: 'large' }), index.h("ptc-spacer", { breakpoint: 'small', size: 'medium' }), index.h("ptc-para", { "font-size": "small", "font-weight": "w-4", "para-color": "white", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, this.description)), !!((_f = this.cta) === null || _f === void 0 ? void 0 : _f.href) && index.h(index.Fragment, null, index.h("ptc-spacer", { breakpoint: 'x-small', size: 'xx-large' }), index.h("ptc-spacer", { breakpoint: 'small', size: 'x-large' }), index.h("ptc-spacer", { breakpoint: 'x-small', size: 'x-small' }), index.h("ptc-spacer", { breakpoint: 'small', size: 'xx-small' }), index.h("ptc-button", { color: "ptc-tertiary", disabled: false, type: "button", styles: ".ptc-tertiary {border: 2px solid #FFFFFF}" }, (_g = this.cta) === null || _g === void 0 ? void 0 : _g.innerText))))));
62
+ };
63
+ const Bottom = () => {
64
+ var _a, _b, _c, _d, _e, _f, _g;
65
+ return index.h("div", { class: "bottom-inline-cta-container" }, index.h("div", { class: "cta-image" }, !!((_a = this.image) === null || _a === void 0 ? void 0 : _a.src) && index.h("ptc-picture", { alt: (_b = this.image) === null || _b === void 0 ? void 0 : _b.alt, "display-image": "block", "image-alignment": "center", "image-position": "relative", "is-full-height": "true", "is-full-width": "true", "object-fit": "cover", src: (_c = this.image) === null || _c === void 0 ? void 0 : _c.src, styles: ":host {height: 100%;}" })), index.h("a", { class: "cta-body link-wrapper", href: (_d = this.cta) === null || _d === void 0 ? void 0 : _d.href, target: (_e = this.cta) === null || _e === void 0 ? void 0 : _e.target }, !!this.heading && index.h("ptc-title", { "seo-compatibility-mode": true, type: "h2", "title-size": "xx-large", "title-weight": "w-8", "title-line-h": "densest", "title-margin": "margin-flush", upperline: 'no-upperline', "is-plm-hub": false }, index.h("h2", null, this.heading)), !!this.description && index.h(index.Fragment, null, index.h("ptc-spacer", { breakpoint: 'x-small', size: 'small' }), index.h("ptc-spacer", { breakpoint: 'x-small', size: 'large' }), index.h("ptc-spacer", { breakpoint: 'small', size: 'medium' }), index.h("ptc-para", { "font-size": "small", "font-weight": "w-4", "para-line-h": "line-height-p", "para-margin": "margin-bottom-4" }, this.description)), !!((_f = this.cta) === null || _f === void 0 ? void 0 : _f.href) && index.h("ptc-button", { color: "ptc-primary", disabled: false, type: "button" }, (_g = this.cta) === null || _g === void 0 ? void 0 : _g.innerText)));
66
+ };
67
+ const InlineCta = () => {
68
+ switch (this.type) {
69
+ case 'small': return index.h(Small, null);
70
+ case 'big': return index.h(Big, null);
71
+ case 'bottom': return index.h(Bottom, null);
72
+ default: return null;
73
+ }
74
+ };
75
+ return (index.h(index.Host, null, index.h("div", { class: "ptc-section" }, index.h(InlineCta, null))));
76
+ }
77
+ get hostEle() { return index.getElement(this); }
78
+ };
79
+ PtcInlineCta.style = ptcInlineCtaCss;
80
+
81
+ exports.ptc_inline_cta = PtcInlineCta;
@@ -0,0 +1,70 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+ const utils = require('./utils-1e19654c.js');
7
+
8
+ 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(.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.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-9{font-weight:var(--ptc-font-weight-black)}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}";
9
+
10
+ const PtcPara = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.fontSize = 'x-small';
14
+ this.fontWeight = 'w-4';
15
+ this.paraStyle = 'default';
16
+ this.paraColor = 'primary-grey';
17
+ this.paraLineH = 'line-height-normal';
18
+ this.paraMargin = undefined;
19
+ this.paraAlign = undefined;
20
+ this.ellipsisLineCutoff = undefined;
21
+ this.paraZIndex = undefined;
22
+ this.styles = undefined;
23
+ this.seoCompatibilityMode = false;
24
+ }
25
+ render() {
26
+ if (this.seoCompatibilityMode) {
27
+ utils.seoSlotReset(this.el);
28
+ }
29
+ return this.standardRender();
30
+ }
31
+ standardRender() {
32
+ const classMap = this.getCssClassMap();
33
+ const colorClass = this.addWhiteClass();
34
+ const cutOff = this.getLineCuttoff();
35
+ return (index.h(index.Host, { class: `${colorClass} ${this.paraZIndex}` }, this.styles && index.h("style", null, this.styles), index.h("p", { class: classMap, part: "part-para", style: cutOff }, index.h("slot", null))));
36
+ }
37
+ getCssClassMap() {
38
+ return {
39
+ [this.fontSize]: true,
40
+ [this.fontWeight]: true,
41
+ [this.paraStyle]: true,
42
+ [this.paraMargin]: !!this.paraMargin ? true : false,
43
+ [this.paraColor]: true,
44
+ [this.paraLineH]: true,
45
+ [this.paraAlign]: !!this.paraAlign ? true : false,
46
+ ['ellipsis-boxing']: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
47
+ };
48
+ }
49
+ //WEB-2392
50
+ addWhiteClass() {
51
+ if (this.paraColor == 'white') {
52
+ return {
53
+ [this.paraColor]: true,
54
+ };
55
+ }
56
+ }
57
+ getLineCuttoff() {
58
+ let result;
59
+ if (this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0) {
60
+ result = {
61
+ ['-webkit-line-clamp']: `${this.ellipsisLineCutoff}`,
62
+ };
63
+ }
64
+ return result;
65
+ }
66
+ get el() { return index.getElement(this); }
67
+ };
68
+ PtcPara.style = ptcParaCss;
69
+
70
+ exports.ptc_para = PtcPara;
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-63ddc79c.js');
6
6
 
7
- const ptcQuantityCounterCss = "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:inline-block}:host .ptc-quaternary{width:100%}:host .quant-wrap{display:flex;flex-direction:column;width:100%}:host .quantity-counter{display:flex;align-items:flex-end;width:100%;box-sizing:border-box;justify-content:space-between}:host .quantity-counter button{width:44px;height:44px;border:none;display:flex;align-items:flex-end;justify-content:center;background-color:transparent;cursor:pointer;font-size:var(--ptc-font-size-x-small);user-select:none;padding:0}:host .quantity-counter button span{border:1px solid var(--color-gray-03);border-bottom:none;display:block;width:44px;height:32px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;border-radius:4px 0 0px 0px}:host .quantity-counter button span svg path{fill:var(--color-gray-12)}:host .quantity-counter button.increment span{border-radius:0px 4px 0px 0px}:host .quantity-counter button:hover span{background-color:var(--color-gray-02)}:host .quantity-counter button:active span{transition:none;background-color:var(--color-gray-03)}:host .quantity-counter input{width:100%;height:32px;text-align:center;border:1px solid var(--color-gray-03);border-left:none;border-right:none;border-bottom:none;font-size:16px;text-align:center;font-weight:700;box-sizing:border-box;color:var(--color-gray-10);-moz-appearance:textfield}:host .quantity-counter input::-webkit-outer-spin-button,:host .quantity-counter input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host ptc-button svg{margin-right:8px}:host ptc-button.added{pointer-events:none}";
7
+ const ptcQuantityCounterCss = "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:inline-block;min-width:145px}:host .ptc-quaternary{width:100%}:host .quant-wrap{display:flex;flex-direction:column;width:100%}:host .quantity-counter{display:flex;align-items:flex-end;width:100%;box-sizing:border-box;justify-content:space-between}:host .quantity-counter button{width:44px;height:44px;border:none;display:flex;align-items:flex-end;justify-content:center;background-color:transparent;cursor:pointer;font-size:var(--ptc-font-size-x-small);user-select:none;padding:0}:host .quantity-counter button span{border:1px solid var(--color-gray-03);border-bottom:none;display:block;width:44px;height:32px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;border-radius:4px 0 0px 0px}:host .quantity-counter button span svg path{fill:var(--color-gray-12)}:host .quantity-counter button.increment span{border-radius:0px 4px 0px 0px}:host .quantity-counter button:hover span{background-color:var(--color-gray-02)}:host .quantity-counter button:active span{transition:none;background-color:var(--color-gray-03)}:host .quantity-counter input{width:100%;height:32px;text-align:center;border:1px solid var(--color-gray-03);border-left:none;border-right:none;border-bottom:none;font-size:16px;text-align:center;font-weight:700;box-sizing:border-box;color:var(--color-gray-10);-moz-appearance:textfield;font-family:var(--ptc-font-latin)}:host .quantity-counter input::-webkit-outer-spin-button,:host .quantity-counter input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host ptc-button svg{margin-right:8px}:host ptc-button.added{pointer-events:none}";
8
8
 
9
9
  const PtcQuantityCounter = class {
10
10
  constructor(hostRef) {
@@ -23,8 +23,21 @@ const PtcQuantityCounter = class {
23
23
  this.handleInputChange = (event) => {
24
24
  const input = event.target;
25
25
  const value = parseInt(input.value);
26
- if (!isNaN(value) && value > 0) {
27
- this.count = value;
26
+ if (!isNaN(value)) {
27
+ if (value < 1) {
28
+ input.value = '1';
29
+ this.count = 1;
30
+ }
31
+ else if (value > 999) {
32
+ input.value = '999';
33
+ this.count = 999;
34
+ }
35
+ else {
36
+ this.count = value;
37
+ }
38
+ }
39
+ else if (isNaN(value)) {
40
+ input.value = `${this.count}`;
28
41
  }
29
42
  };
30
43
  this.selectText = () => {
@@ -0,0 +1,38 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+
7
+ const ptcSpacerCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;display:block;width:12px;min-width:12px;height:12px}@media (min-width: 36em){:host{width:16px;min-width:16px;height:16px}}:host(.ptc-spacer-horizontal){display:inline-block;height:100% !important}:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px}}:host(.ptc-spacer-horizontal.x-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-small){width:8px;min-width:8px}}:host(.ptc-spacer-horizontal.small){width:8px;min-width:8px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.small){width:12px;min-width:12px}}:host(.ptc-spacer-horizontal.medium){height:100%}:host(.ptc-spacer-horizontal.large){width:16px;min-width:16px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.large){width:20px;min-width:20px}}:host(.ptc-spacer-horizontal.x-large){width:20px;min-width:20px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-large){width:28px;min-width:28px}}:host(.ptc-spacer-horizontal.xx-large){width:28px;min-width:28px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-large){width:36px;min-width:36px}}:host(.ptc-spacer-horizontal.xxx-large){width:36px;min-width:36px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxx-large){width:48px;min-width:48px}}:host(.ptc-spacer-horizontal.xxxx-large){width:48px;min-width:48px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxxx-large){width:72px;min-width:72px}}:host(.ptc-spacer-vertical.xx-small){width:100%;height:4px;min-height:4px}:host(.ptc-spacer-vertical.x-small){width:100%;height:4px;min-height:4px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-small){height:8px;min-height:8px}}:host(.ptc-spacer-vertical.small){width:100%;height:8px;min-height:8px}@media (min-width: 36em){:host(.ptc-spacer-vertical.small){height:12px;min-height:12px}}:host(.ptc-spacer-vertical.medium){width:100%}:host(.ptc-spacer-vertical.large){width:100%;height:16px;min-height:16px}@media (min-width: 36em){:host(.ptc-spacer-vertical.large){height:20px;min-height:20px}}:host(.ptc-spacer-vertical.x-large){width:100%;height:20px;min-height:20px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-large){height:28px;min-height:28px}}:host(.ptc-spacer-vertical.xx-large){width:100%;height:28px;min-height:28px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xx-large){height:36px;min-height:36px}}:host(.ptc-spacer-vertical.xxx-large){width:100%;height:36px;min-height:36px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxx-large){height:48px;min-height:48px}}:host(.ptc-spacer-vertical.xxxx-large){width:100%;height:48px;min-height:48px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxxx-large){height:72px;min-height:72px}}:host(.ptc-spacer-vertical.space-144){width:100%;height:144px;min-height:144px}:host(.ptc-spacer-vertical.space-120){width:100%;height:120px;min-height:120px}:host(.ptc-spacer-vertical.space-128){width:100%;height:128px;min-height:128px}:host(.ptc-spacer-xx-small){display:none}@media (max-width: 22.5em){:host(.ptc-spacer-xx-small){display:block}}:host(.ptc-spacer-x-small){display:none}@media (max-width: 35.99em){:host(.ptc-spacer-x-small){display:block}}:host(.ptc-spacer-small){display:none}@media (min-width: 36em){:host(.ptc-spacer-small){display:block}}:host(.ptc-spacer-medium){display:none}@media (min-width: 48em){:host(.ptc-spacer-medium){display:block}}:host(.ptc-spacer-large){display:none}@media (min-width: 62em){:host(.ptc-spacer-large){display:block}}:host(.ptc-spacer-x-large){display:none}@media (min-width: 64.0625em){:host(.ptc-spacer-x-large){display:block}}:host(.ptc-spacer-xx-large){display:none}@media (min-width: 75em){:host(.ptc-spacer-xx-large){display:block}}:host(.ptc-spacer-xxx-large){display:none}@media (min-width: 90em){:host(.ptc-spacer-xxx-large){display:block}}";
8
+
9
+ const PtcSpacer = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ this.breakpoint = '';
13
+ this.size = 'medium';
14
+ this.direction = 'vertical';
15
+ }
16
+ render() {
17
+ const classMap = this.getCssClassMap();
18
+ return (index.h(index.Host, { class: classMap }));
19
+ }
20
+ getCssClassMap() {
21
+ return {
22
+ [this.size]: true,
23
+ ['ptc-spacer-horizontal']: this.direction === 'horizontal',
24
+ ['ptc-spacer-vertical']: this.direction === 'vertical',
25
+ ['ptc-spacer-xx-small']: this.breakpoint === 'xx-small',
26
+ ['ptc-spacer-x-small']: this.breakpoint === 'x-small',
27
+ ['ptc-spacer-small']: this.breakpoint === 'small',
28
+ ['ptc-spacer-medium']: this.breakpoint === 'medium',
29
+ ['ptc-spacer-large']: this.breakpoint === 'large',
30
+ ['ptc-spacer-x-large']: this.breakpoint === 'x-large',
31
+ ['ptc-spacer-xx-large']: this.breakpoint === 'xx-large',
32
+ ['ptc-spacer-xxx-large']: this.breakpoint === 'xxx-large',
33
+ };
34
+ }
35
+ };
36
+ PtcSpacer.style = ptcSpacerCss;
37
+
38
+ exports.ptc_spacer = PtcSpacer;
@@ -0,0 +1,99 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+ const utils = require('./utils-1e19654c.js');
7
+
8
+ const ptcTitleCss = "h1.sc-ptc-title,h2.sc-ptc-title,h3.sc-ptc-title,h4.sc-ptc-title,h5.sc-ptc-title,h6.sc-ptc-title,p.sc-ptc-title,ul.sc-ptc-title,li.sc-ptc-title,ptc-subnav.sc-ptc-title,ptc-tab-list.sc-ptc-title,ptc-link.sc-ptc-title,ptc-square-card.sc-ptc-title,.hyphenate-text.sc-ptc-title,ptc-footer.sc-ptc-title{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1.sc-ptc-title,h2.sc-ptc-title,h3.sc-ptc-title,h4.sc-ptc-title,h5.sc-ptc-title,h6.sc-ptc-title,p.sc-ptc-title,ul.sc-ptc-title,li.sc-ptc-title,ptc-subnav.sc-ptc-title,ptc-tab-list.sc-ptc-title,ptc-link.sc-ptc-title,ptc-square-card.sc-ptc-title,.hyphenate-text.sc-ptc-title,ptc-footer.sc-ptc-title{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}}div.center.sc-ptc-title{text-align:center}div.center.dotted.sc-ptc-title h1.sc-ptc-title::before,div.center.dotted.sc-ptc-title h2.sc-ptc-title::before,div.center.dotted.sc-ptc-title h3.sc-ptc-title::before,div.center.dotted.sc-ptc-title h4.sc-ptc-title::before,div.center.dotted.sc-ptc-title h5.sc-ptc-title::before,div.center.dotted.sc-ptc-title h6.sc-ptc-title::before{left:50%;transform:translateX(-50%)}div.left.sc-ptc-title{text-align:left}div.left.dotted.sc-ptc-title h1.sc-ptc-title::before,div.left.dotted.sc-ptc-title h2.sc-ptc-title::before,div.left.dotted.sc-ptc-title h3.sc-ptc-title::before,div.left.dotted.sc-ptc-title h4.sc-ptc-title::before,div.left.dotted.sc-ptc-title h5.sc-ptc-title::before,div.left.dotted.sc-ptc-title h6.sc-ptc-title::before{left:0%}div.right.sc-ptc-title{text-align:right}div.right.dotted.sc-ptc-title h1.sc-ptc-title::before,div.right.dotted.sc-ptc-title h2.sc-ptc-title::before,div.right.dotted.sc-ptc-title h3.sc-ptc-title::before,div.right.dotted.sc-ptc-title h4.sc-ptc-title::before,div.right.dotted.sc-ptc-title h5.sc-ptc-title::before,div.right.dotted.sc-ptc-title h6.sc-ptc-title::before{right:0%}div.inherit.sc-ptc-title{text-align:inherit}div.dotted.sc-ptc-title h1.sc-ptc-title::before,div.dotted.sc-ptc-title h2.sc-ptc-title::before,div.dotted.sc-ptc-title h3.sc-ptc-title::before,div.dotted.sc-ptc-title h4.sc-ptc-title::before,div.dotted.sc-ptc-title h5.sc-ptc-title::before,div.dotted.sc-ptc-title h6.sc-ptc-title::before{content:\"\";position:absolute;top:-6px;width:30%;display:block;border-top:3px dashed var(--color-green-07)}div.solid.sc-ptc-title h1.sc-ptc-title,div.solid.sc-ptc-title h2.sc-ptc-title,div.solid.sc-ptc-title h3.sc-ptc-title,div.solid.sc-ptc-title h4.sc-ptc-title,div.solid.sc-ptc-title h5.sc-ptc-title,div.solid.sc-ptc-title h6.sc-ptc-title{padding-top:12px}div.solid.sc-ptc-title h1.sc-ptc-title::before,div.solid.sc-ptc-title h2.sc-ptc-title::before,div.solid.sc-ptc-title h3.sc-ptc-title::before,div.solid.sc-ptc-title h4.sc-ptc-title::before,div.solid.sc-ptc-title h5.sc-ptc-title::before,div.solid.sc-ptc-title h6.sc-ptc-title::before{content:\"\";position:absolute;width:100%;height:0.7px;background-color:var(--color-gray-03);opacity:0.9;left:0px;top:0}div.solid.sc-ptc-title h1.sc-ptc-title::after,div.solid.sc-ptc-title h2.sc-ptc-title::after,div.solid.sc-ptc-title h3.sc-ptc-title::after,div.solid.sc-ptc-title h4.sc-ptc-title::after,div.solid.sc-ptc-title h5.sc-ptc-title::after,div.solid.sc-ptc-title h6.sc-ptc-title::after{content:\"\";position:absolute;width:56px;height:2px;background-color:var(--color-green-07);top:-2px;left:0px}div.is-standard.sc-ptc-title h1.sc-ptc-title,div.is-standard.sc-ptc-title h2.sc-ptc-title,div.is-standard.sc-ptc-title h3.sc-ptc-title,div.is-standard.sc-ptc-title h4.sc-ptc-title,div.is-standard.sc-ptc-title h5.sc-ptc-title,div.is-standard.sc-ptc-title h6.sc-ptc-title{display:inline-block;position:relative}div.is-standard.sc-ptc-title h1.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);letter-spacing:0px;color:var(--color-gray-10)}@media only screen and (min-width: 768px){div.is-standard.sc-ptc-title h1.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.is-standard.sc-ptc-title h2.sc-ptc-title{font-size:var(--ptc-font-size-x-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);color:var(--color-gray-10)}@media only screen and (min-width: 768px){div.is-standard.sc-ptc-title h2.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}}div.is-plm-hub.sc-ptc-title h1.sc-ptc-title,div.is-plm-hub.sc-ptc-title h2.sc-ptc-title,div.is-plm-hub.sc-ptc-title h3.sc-ptc-title,div.is-plm-hub.sc-ptc-title h4.sc-ptc-title,div.is-plm-hub.sc-ptc-title h5.sc-ptc-title,div.is-plm-hub.sc-ptc-title h6.sc-ptc-title{display:inline-block;position:relative;margin-block-start:0em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px;color:var(--color-white) !important}div.margin-flush.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-flush.sc-ptc-title h1.sc-ptc-title,div.margin-flush.sc-ptc-title h2.sc-ptc-title,div.margin-flush.sc-ptc-title h3.sc-ptc-title,div.margin-flush.sc-ptc-title h4.sc-ptc-title,div.margin-flush.sc-ptc-title h5.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-top-2.sc-ptc-title{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}div.margin-top-3.sc-ptc-title{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}div.margin-top-4.sc-ptc-title{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}div.margin-top-5.sc-ptc-title{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}div.margin-top-6.sc-ptc-title{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}div.margin-bottom-2.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}div.margin-bottom-3.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}div.margin-bottom-4.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}div.margin-bottom-5.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}div.margin-bottom-6.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}div.margin-2.sc-ptc-title{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}div.margin-3.sc-ptc-title{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}div.margin-4.sc-ptc-title{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}div.margin-5.sc-ptc-title{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}div.margin-5.sc-ptc-title h4.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-6.sc-ptc-title{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}div.margin-9.sc-ptc-title{margin-top:var(--ptc-element-spacing-09);margin-bottom:var(--ptc-element-spacing-09)}div.green.sc-ptc-title h1.sc-ptc-title,div.green.sc-ptc-title h2.sc-ptc-title,div.green.sc-ptc-title h3.sc-ptc-title,div.green.sc-ptc-title h4.sc-ptc-title,div.green.sc-ptc-title h5.sc-ptc-title,div.green.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-green-07)}div.blue.sc-ptc-title h1.sc-ptc-title,div.blue.sc-ptc-title h2.sc-ptc-title,div.blue.sc-ptc-title h3.sc-ptc-title,div.blue.sc-ptc-title h4.sc-ptc-title,div.blue.sc-ptc-title h5.sc-ptc-title,div.blue.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-blue-07)}div.red.sc-ptc-title h1.sc-ptc-title,div.red.sc-ptc-title h2.sc-ptc-title,div.red.sc-ptc-title h3.sc-ptc-title,div.red.sc-ptc-title h4.sc-ptc-title,div.red.sc-ptc-title h5.sc-ptc-title,div.red.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-red-07)}div.orange.sc-ptc-title h1.sc-ptc-title,div.orange.sc-ptc-title h2.sc-ptc-title,div.orange.sc-ptc-title h3.sc-ptc-title,div.orange.sc-ptc-title h4.sc-ptc-title,div.orange.sc-ptc-title h5.sc-ptc-title,div.orange.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-orange-07)}div.slate-grey.sc-ptc-title h1.sc-ptc-title,div.slate-grey.sc-ptc-title h2.sc-ptc-title,div.slate-grey.sc-ptc-title h3.sc-ptc-title,div.slate-grey.sc-ptc-title h4.sc-ptc-title,div.slate-grey.sc-ptc-title h5.sc-ptc-title,div.slate-grey.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-gray-07)}div.w-3.sc-ptc-title h1.sc-ptc-title,div.w-3.sc-ptc-title h2.sc-ptc-title,div.w-3.sc-ptc-title h3.sc-ptc-title,div.w-3.sc-ptc-title h4.sc-ptc-title,div.w-3.sc-ptc-title h5.sc-ptc-title,div.w-3.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-thin)}div.w-4.sc-ptc-title h1.sc-ptc-title,div.w-4.sc-ptc-title h2.sc-ptc-title,div.w-4.sc-ptc-title h3.sc-ptc-title,div.w-4.sc-ptc-title h4.sc-ptc-title,div.w-4.sc-ptc-title h5.sc-ptc-title,div.w-4.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-regular)}div.w-5.sc-ptc-title h1.sc-ptc-title,div.w-5.sc-ptc-title h2.sc-ptc-title,div.w-5.sc-ptc-title h3.sc-ptc-title,div.w-5.sc-ptc-title h4.sc-ptc-title,div.w-5.sc-ptc-title h5.sc-ptc-title,div.w-5.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-medium)}div.w-6.sc-ptc-title h1.sc-ptc-title,div.w-6.sc-ptc-title h2.sc-ptc-title,div.w-6.sc-ptc-title h3.sc-ptc-title,div.w-6.sc-ptc-title h4.sc-ptc-title,div.w-6.sc-ptc-title h5.sc-ptc-title,div.w-6.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-semibold)}div.w-7.sc-ptc-title h1.sc-ptc-title,div.w-7.sc-ptc-title h2.sc-ptc-title,div.w-7.sc-ptc-title h3.sc-ptc-title,div.w-7.sc-ptc-title h4.sc-ptc-title,div.w-7.sc-ptc-title h5.sc-ptc-title,div.w-7.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-bold)}div.w-8.sc-ptc-title h1.sc-ptc-title,div.w-8.sc-ptc-title h2.sc-ptc-title,div.w-8.sc-ptc-title h3.sc-ptc-title,div.w-8.sc-ptc-title h4.sc-ptc-title,div.w-8.sc-ptc-title h5.sc-ptc-title,div.w-8.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-extrabold)}div.w-9.sc-ptc-title h1.sc-ptc-title,div.w-9.sc-ptc-title h2.sc-ptc-title,div.w-9.sc-ptc-title h3.sc-ptc-title,div.w-9.sc-ptc-title h4.sc-ptc-title,div.w-9.sc-ptc-title h5.sc-ptc-title,div.w-9.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-black)}div.xx-small.sc-ptc-title h1.sc-ptc-title,div.xx-small.sc-ptc-title h2.sc-ptc-title,div.xx-small.sc-ptc-title h3.sc-ptc-title,div.xx-small.sc-ptc-title h4.sc-ptc-title,div.xx-small.sc-ptc-title h5.sc-ptc-title,div.xx-small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-small)}div.x-small.sc-ptc-title h1.sc-ptc-title,div.x-small.sc-ptc-title h2.sc-ptc-title,div.x-small.sc-ptc-title h3.sc-ptc-title,div.x-small.sc-ptc-title h4.sc-ptc-title,div.x-small.sc-ptc-title h5.sc-ptc-title,div.x-small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-x-small)}div.small.sc-ptc-title h1.sc-ptc-title,div.small.sc-ptc-title h2.sc-ptc-title,div.small.sc-ptc-title h3.sc-ptc-title,div.small.sc-ptc-title h4.sc-ptc-title,div.small.sc-ptc-title h5.sc-ptc-title,div.small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-small)}div.medium.sc-ptc-title h1.sc-ptc-title,div.medium.sc-ptc-title h2.sc-ptc-title,div.medium.sc-ptc-title h3.sc-ptc-title,div.medium.sc-ptc-title h4.sc-ptc-title,div.medium.sc-ptc-title h5.sc-ptc-title,div.medium.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-medium)}div.large.sc-ptc-title h1.sc-ptc-title,div.large.sc-ptc-title h2.sc-ptc-title,div.large.sc-ptc-title h3.sc-ptc-title,div.large.sc-ptc-title h4.sc-ptc-title,div.large.sc-ptc-title h5.sc-ptc-title,div.large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-large)}div.large.sc-ptc-title h3.sc-ptc-title{font-size:var(--ptc-font-size-medium)}@media only screen and (min-width: 768px){div.large.sc-ptc-title h3.sc-ptc-title{font-size:var(--ptc-font-size-large)}}div.x-large.sc-ptc-title h1.sc-ptc-title,div.x-large.sc-ptc-title h2.sc-ptc-title,div.x-large.sc-ptc-title h3.sc-ptc-title,div.x-large.sc-ptc-title h4.sc-ptc-title,div.x-large.sc-ptc-title h5.sc-ptc-title,div.x-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-x-large)}div.xx-large.sc-ptc-title h1.sc-ptc-title,div.xx-large.sc-ptc-title h2.sc-ptc-title,div.xx-large.sc-ptc-title h3.sc-ptc-title,div.xx-large.sc-ptc-title h4.sc-ptc-title{font-size:var(--ptc-font-size-x-large)}@media only screen and (min-width: 768px){div.xx-large.sc-ptc-title h1.sc-ptc-title,div.xx-large.sc-ptc-title h2.sc-ptc-title,div.xx-large.sc-ptc-title h3.sc-ptc-title,div.xx-large.sc-ptc-title h4.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}}div.xxx-large.sc-ptc-title h1.sc-ptc-title,div.xxx-large.sc-ptc-title h2.sc-ptc-title,div.xxx-large.sc-ptc-title h3.sc-ptc-title,div.xxx-large.sc-ptc-title h4.sc-ptc-title,div.xxx-large.sc-ptc-title h5.sc-ptc-title,div.xxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}@media only screen and (min-width: 768px){div.xxx-large.sc-ptc-title h1.sc-ptc-title,div.xxx-large.sc-ptc-title h2.sc-ptc-title,div.xxx-large.sc-ptc-title h3.sc-ptc-title,div.xxx-large.sc-ptc-title h4.sc-ptc-title,div.xxx-large.sc-ptc-title h5.sc-ptc-title,div.xxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}}div.xxxx-large.sc-ptc-title h1.sc-ptc-title,div.xxxx-large.sc-ptc-title h2.sc-ptc-title,div.xxxx-large.sc-ptc-title h3.sc-ptc-title,div.xxxx-large.sc-ptc-title h4.sc-ptc-title,div.xxxx-large.sc-ptc-title h5.sc-ptc-title,div.xxxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 768px){div.xxxx-large.sc-ptc-title h1.sc-ptc-title,div.xxxx-large.sc-ptc-title h2.sc-ptc-title,div.xxxx-large.sc-ptc-title h3.sc-ptc-title,div.xxxx-large.sc-ptc-title h4.sc-ptc-title,div.xxxx-large.sc-ptc-title h5.sc-ptc-title,div.xxxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.xx-large-allbp.sc-ptc-title h1.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h2.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h3.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h4.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h5.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}div.xxxx-large-allbp.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}div.xxxx-large-desktop.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 992px){div.xxxx-large-desktop.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.xxxx-large-store.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 992px){div.xxxx-large-store.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.densest.sc-ptc-title h1.sc-ptc-title,div.densest.sc-ptc-title h2.sc-ptc-title,div.densest.sc-ptc-title h3.sc-ptc-title,div.densest.sc-ptc-title h4.sc-ptc-title,div.densest.sc-ptc-title h5.sc-ptc-title,div.densest.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-densest)}div.denser.sc-ptc-title h1.sc-ptc-title,div.denser.sc-ptc-title h2.sc-ptc-title,div.denser.sc-ptc-title h3.sc-ptc-title,div.denser.sc-ptc-title h4.sc-ptc-title,div.denser.sc-ptc-title h5.sc-ptc-title,div.denser.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-denser)}div.dense.sc-ptc-title h1.sc-ptc-title,div.dense.sc-ptc-title h2.sc-ptc-title,div.dense.sc-ptc-title h3.sc-ptc-title,div.dense.sc-ptc-title h4.sc-ptc-title,div.dense.sc-ptc-title h5.sc-ptc-title,div.dense.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-dense)}div.normal.sc-ptc-title h1.sc-ptc-title,div.normal.sc-ptc-title h2.sc-ptc-title,div.normal.sc-ptc-title h3.sc-ptc-title,div.normal.sc-ptc-title h4.sc-ptc-title,div.normal.sc-ptc-title h5.sc-ptc-title,div.normal.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-normal)}div.loose.sc-ptc-title h1.sc-ptc-title,div.loose.sc-ptc-title h2.sc-ptc-title,div.loose.sc-ptc-title h3.sc-ptc-title,div.loose.sc-ptc-title h4.sc-ptc-title,div.loose.sc-ptc-title h5.sc-ptc-title,div.loose.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-loose)}div.looser.sc-ptc-title h1.sc-ptc-title,div.looser.sc-ptc-title h2.sc-ptc-title,div.looser.sc-ptc-title h3.sc-ptc-title,div.looser.sc-ptc-title h4.sc-ptc-title,div.looser.sc-ptc-title h5.sc-ptc-title,div.looser.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-looser)}div.paragraph.sc-ptc-title h1.sc-ptc-title,div.paragraph.sc-ptc-title h2.sc-ptc-title,div.paragraph.sc-ptc-title h3.sc-ptc-title,div.paragraph.sc-ptc-title h4.sc-ptc-title,div.paragraph.sc-ptc-title h5.sc-ptc-title,div.paragraph.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-paragraph)}div.black.sc-ptc-title h1.sc-ptc-title,div.black.sc-ptc-title h2.sc-ptc-title,div.black.sc-ptc-title h3.sc-ptc-title,div.black.sc-ptc-title h4.sc-ptc-title,div.black.sc-ptc-title h5.sc-ptc-title,div.black.sc-ptc-title h6.sc-ptc-title{color:var(--color-black)}div.white.sc-ptc-title h1.sc-ptc-title,div.white.sc-ptc-title h2.sc-ptc-title,div.white.sc-ptc-title h3.sc-ptc-title,div.white.sc-ptc-title h4.sc-ptc-title,div.white.sc-ptc-title h5.sc-ptc-title,div.white.sc-ptc-title h6.sc-ptc-title{color:var(--color-white)}div.gray-1.sc-ptc-title h1.sc-ptc-title,div.gray-1.sc-ptc-title h2.sc-ptc-title,div.gray-1.sc-ptc-title h3.sc-ptc-title,div.gray-1.sc-ptc-title h4.sc-ptc-title,div.gray-1.sc-ptc-title h5.sc-ptc-title,div.gray-1.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-01)}div.gray.sc-ptc-title h1.sc-ptc-title,div.gray.sc-ptc-title h2.sc-ptc-title,div.gray.sc-ptc-title h3.sc-ptc-title,div.gray.sc-ptc-title h4.sc-ptc-title,div.gray.sc-ptc-title h5.sc-ptc-title,div.gray.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-10)}div.gray-darker.sc-ptc-title h1.sc-ptc-title,div.gray-darker.sc-ptc-title h2.sc-ptc-title,div.gray-darker.sc-ptc-title h3.sc-ptc-title,div.gray-darker.sc-ptc-title h4.sc-ptc-title,div.gray-darker.sc-ptc-title h5.sc-ptc-title,div.gray-darker.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-11)}div.ellipsis-boxing.sc-ptc-title h1.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h2.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h3.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h4.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h5.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h6.sc-ptc-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;padding-bottom:0}div.block.sc-ptc-title h1.sc-ptc-title,div.block.sc-ptc-title h2.sc-ptc-title,div.block.sc-ptc-title h3.sc-ptc-title,div.block.sc-ptc-title h4.sc-ptc-title,div.block.sc-ptc-title h5.sc-ptc-title,div.block.sc-ptc-title h6.sc-ptc-title{display:block}";
9
+
10
+ const PtcTitle = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.isPlmHub = false;
14
+ this.type = 'h2';
15
+ this.textAlign = undefined;
16
+ this.upperline = 'dotted';
17
+ this.titleShadow = undefined;
18
+ this.titleColor = 'gray';
19
+ this.titleMargin = undefined;
20
+ this.titleWeight = undefined;
21
+ this.titleSize = undefined;
22
+ this.titleHeight = 'densest';
23
+ this.styles = undefined;
24
+ this.ellipsisLineCutoff = undefined;
25
+ this.titleDisplay = 'inline-block';
26
+ this.seoCompatibilityMode = false;
27
+ }
28
+ render() {
29
+ if (this.seoCompatibilityMode) {
30
+ return this.seoCompRender();
31
+ }
32
+ else {
33
+ return this.standardRender();
34
+ }
35
+ }
36
+ seoCompRender() {
37
+ const classMap = this.getCssClassMap();
38
+ const cutOff = this.getLineCuttoff();
39
+ const [TagType, firstChild] = utils.getSeoTagType(this.el, this.type);
40
+ const html = firstChild && firstChild.innerHTML;
41
+ if (this.el == firstChild) {
42
+ this.el.innerHTML = '';
43
+ }
44
+ return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap }, index.h(TagType, { innerHTML: html, style: cutOff }))));
45
+ }
46
+ standardRender() {
47
+ const classMap = this.getCssClassMap();
48
+ const cutOff = this.getLineCuttoff();
49
+ let TagType;
50
+ switch (this.type) {
51
+ case 'h1':
52
+ TagType = 'h1';
53
+ break;
54
+ case 'h3':
55
+ TagType = 'h3';
56
+ break;
57
+ case 'h4':
58
+ TagType = 'h4';
59
+ break;
60
+ case 'h5':
61
+ TagType = 'h5';
62
+ break;
63
+ case 'h6':
64
+ TagType = 'h6';
65
+ break;
66
+ default:
67
+ TagType = 'h2';
68
+ }
69
+ return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap }, index.h(TagType, { style: cutOff }, index.h("slot", null)))));
70
+ }
71
+ getCssClassMap() {
72
+ return {
73
+ [this.textAlign]: !!this.textAlign ? true : false,
74
+ [this.upperline]: true,
75
+ [this.isPlmHub ? 'is-plm-hub' : 'is-standard']: true,
76
+ [this.titleMargin]: !!this.titleMargin ? true : false,
77
+ [this.titleShadow]: !!this.titleShadow ? true : false,
78
+ [this.titleWeight]: !!this.titleWeight ? true : false,
79
+ [this.titleSize]: !!this.titleSize ? true : false,
80
+ [this.titleHeight]: !!this.titleHeight ? true : false,
81
+ [this.titleColor]: !!this.titleColor ? true : false,
82
+ ['ellipsis-boxing']: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
83
+ [this.titleDisplay]: !!this.titleDisplay ? true : false,
84
+ };
85
+ }
86
+ getLineCuttoff() {
87
+ let result;
88
+ if (this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0) {
89
+ result = {
90
+ ['-webkit-line-clamp']: `${this.ellipsisLineCutoff}`,
91
+ };
92
+ }
93
+ return result;
94
+ }
95
+ get el() { return index.getElement(this); }
96
+ };
97
+ PtcTitle.style = ptcTitleCss;
98
+
99
+ exports.ptc_title = PtcTitle;