@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
@@ -71,9 +71,9 @@ ptc-footer ul li a {
71
71
  text-underline-offset: 6px;
72
72
  text-decoration-thickness: 1px;
73
73
  text-decoration-color: transparent;
74
- color: var(--color-white);
75
74
  border-bottom: none;
76
75
  transition: text-decoration var(--ptc-transition-medium) var(--ptc-ease-inout);
76
+ color: var(--color-white) !important;
77
77
  }
78
78
  ptc-footer ul li a:hover {
79
79
  color: var(--color-white) !important;
@@ -346,7 +346,7 @@ ptc-footer .ft-grid .ft-menu {
346
346
  ptc-footer .ft-grid .ft-menu {
347
347
  width: auto;
348
348
  min-width: 360px;
349
- max-width: 430px;
349
+ max-width: 365px;
350
350
  padding-right: 0;
351
351
  }
352
352
  }
@@ -354,6 +354,7 @@ ptc-footer .ft-grid .ft-menu {
354
354
  ptc-footer .ft-grid .ft-menu {
355
355
  padding-right: 64px;
356
356
  min-width: 413px;
357
+ max-width: min-content;
357
358
  }
358
359
  }
359
360
  ptc-footer .ft-grid .ft-social {
@@ -66,7 +66,7 @@ ptc-link, ptc-square-card,
66
66
  .tile {
67
67
  position: relative;
68
68
  background-color: white;
69
- border-radius: 8px;
69
+ border-radius: 4px;
70
70
  overflow: hidden;
71
71
  cursor: pointer;
72
72
  transition: border 0.3s;
@@ -132,13 +132,21 @@ ptc-link, ptc-square-card,
132
132
  background-color: var(--color-gray-01);
133
133
  border: 1px solid var(--color-gray-07);
134
134
  }
135
- .tile h3 {
135
+ @media only screen and (min-width: 992px) {
136
+ .tile.text {
137
+ width: auto;
138
+ height: auto;
139
+ }
140
+ }
141
+ .tile.text .tile-content {
142
+ padding: 20px;
143
+ }
144
+ .tile .tile-title-span {
136
145
  margin: 0;
137
146
  font-size: 1.2em;
138
147
  }
139
148
  .tile p {
140
- margin: 0.5em 0 0;
141
- color: #666;
149
+ margin: 4px 0 0;
142
150
  }
143
151
  .tile .link-overlay {
144
152
  position: absolute;
@@ -153,7 +161,7 @@ ptc-link, ptc-square-card,
153
161
  .tile .tile-content {
154
162
  padding: 16px;
155
163
  }
156
- .tile .tile-content h3 {
164
+ .tile .tile-content .tile-title-span {
157
165
  color: var(--color-blue-07);
158
166
  font-family: Raleway;
159
167
  font-size: 14px;
@@ -177,7 +185,7 @@ ptc-link, ptc-square-card,
177
185
  position: absolute;
178
186
  }
179
187
 
180
- ::slotted(h3[slot=tile-title]) {
188
+ ::slotted(span[slot=tile-title]) {
181
189
  color: var(--color-blue-07) !important;
182
190
  font-family: var(--ptc-font-latin) !important;
183
191
  font-size: var(--ptc-font-size-xx-small) !important;
@@ -9,7 +9,7 @@ export class PtcInfoTile {
9
9
  this.tileClick.emit();
10
10
  }
11
11
  render() {
12
- const content = (h("div", { class: "tile-content" }, h("h3", null, h("slot", { name: "tile-title" })), h("p", null, h("slot", { name: "tile-description" }))));
12
+ const content = (h("div", { class: "tile-content" }, h("span", { class: "tile-title-span" }, h("slot", { name: "tile-title" })), h("p", null, h("slot", { name: "tile-description" }))));
13
13
  return (h(Host, null, this.styles && h("style", null, this.styles), h("div", { class: `tile ${this.variant}`, onClick: () => this.handleClick() }, this.variant === 'image' && (h("div", { class: "tile-image" }, h("slot", { name: "tile-image" }))), content, this.link && h("a", { href: this.link, class: "link-overlay" }))));
14
14
  }
15
15
  static get is() { return "ptc-info-tile"; }
@@ -0,0 +1,276 @@
1
+ h1,
2
+ h2,
3
+ h3,
4
+ h4,
5
+ h5,
6
+ h6,
7
+ p,
8
+ ul,
9
+ li,
10
+ ptc-subnav,
11
+ ptc-tab-list,
12
+ ptc-link, ptc-square-card,
13
+ .hyphenate-text, ptc-footer {
14
+ word-break: break-word;
15
+ hyphens: manual;
16
+ -webkit-hyphens: manual;
17
+ -moz-hyphens: manual;
18
+ -ms-hyphens: manual;
19
+ }
20
+ @supports (hyphenate-limit-chars: 12 3 3) {
21
+ h1,
22
+ h2,
23
+ h3,
24
+ h4,
25
+ h5,
26
+ h6,
27
+ p,
28
+ ul,
29
+ li,
30
+ ptc-subnav,
31
+ ptc-tab-list,
32
+ ptc-link, ptc-square-card,
33
+ .hyphenate-text, ptc-footer {
34
+ hyphens: auto;
35
+ -webkit-hyphenate-limit-before: 3;
36
+ /* For Safari */
37
+ -webkit-hyphenate-limit-after: 3;
38
+ /* For Safari */
39
+ hyphenate-limit-chars: 12 3 3;
40
+ hyphenate-limit-lines: 2;
41
+ hyphenate-limit-last: always;
42
+ hyphenate-limit-zone: 6%;
43
+ -webkit-hyphens: auto;
44
+ -webkit-hyphenate-limit-before: 3;
45
+ -webkit-hyphenate-limit-after: 3;
46
+ -webkit-hyphenate-limit-chars: 12 3 3;
47
+ -webkit-hyphenate-limit-lines: 2;
48
+ -moz-hyphens: auto;
49
+ -moz-hyphenate-limit-chars: 12 3 3;
50
+ -moz-hyphenate-limit-lines: 2;
51
+ -ms-hyphens: auto;
52
+ -ms-hyphenate-limit-chars: 12 3 3;
53
+ -ms-hyphenate-limit-lines: 2;
54
+ }
55
+ }
56
+
57
+ :host {
58
+ display: block;
59
+ }
60
+ :host .small-inline-cta-container {
61
+ width: 100%;
62
+ height: max-content;
63
+ display: grid;
64
+ position: relative;
65
+ align-items: center;
66
+ margin-top: calc(var(--ptc-element-spacing-06) + var(--ptc-element-spacing-01));
67
+ margin-bottom: calc(var(--ptc-element-spacing-06) + var(--ptc-element-spacing-01));
68
+ }
69
+ :host .small-inline-cta-container .cta-bg {
70
+ display: none;
71
+ }
72
+ :host .small-inline-cta-container .cta-content {
73
+ width: 100%;
74
+ display: flex;
75
+ flex-direction: column;
76
+ box-sizing: border-box;
77
+ background-color: var(--color-gray-08);
78
+ border-radius: var(--ptc-border-radius-standard);
79
+ padding: var(--ptc-element-spacing-05);
80
+ box-sizing: border-box;
81
+ }
82
+ :host .small-inline-cta-container .cta-content .cta-image {
83
+ width: 100%;
84
+ height: 200px;
85
+ }
86
+ :host .small-inline-cta-container .cta-content .cta-body {
87
+ width: 100%;
88
+ margin-top: var(--ptc-element-spacing-05);
89
+ margin-bottom: var(--ptc-element-spacing-05);
90
+ padding: 0;
91
+ }
92
+ :host .small-inline-cta-container .cta-content .cta-body .link-wrapper {
93
+ outline: none;
94
+ text-decoration: none;
95
+ }
96
+ :host .small-inline-cta-container .cta-content .cta-body .link-wrapper:hover {
97
+ outline: none;
98
+ text-decoration: none;
99
+ }
100
+ @media only screen and (min-width: 768px) {
101
+ :host .small-inline-cta-container .cta-bg {
102
+ display: block;
103
+ width: 80%;
104
+ height: calc(100% + var(--ptc-element-spacing-04) + var(--ptc-element-spacing-04));
105
+ position: absolute;
106
+ right: 0;
107
+ z-index: -1;
108
+ background-color: var(--color-gray-08);
109
+ border-radius: var(--ptc-border-radius-standard);
110
+ }
111
+ :host .small-inline-cta-container .cta-content {
112
+ flex-direction: row;
113
+ align-items: center;
114
+ background-color: transparent;
115
+ border-radius: none;
116
+ padding: 0;
117
+ }
118
+ :host .small-inline-cta-container .cta-content .cta-image {
119
+ width: 35%;
120
+ height: 164px;
121
+ align-self: stretch;
122
+ }
123
+ :host .small-inline-cta-container .cta-content .cta-body {
124
+ width: 65%;
125
+ justify-self: right;
126
+ display: flex;
127
+ align-items: center;
128
+ box-sizing: border-box;
129
+ padding-right: var(--ptc-element-spacing-07);
130
+ padding-left: var(--ptc-element-spacing-07);
131
+ margin-top: 0;
132
+ margin-bottom: 0;
133
+ }
134
+ }
135
+ :host .big-inline-cta-container {
136
+ width: 100%;
137
+ height: max-content;
138
+ display: grid;
139
+ position: relative;
140
+ align-items: center;
141
+ margin-top: calc(var(--ptc-element-spacing-06) + var(--ptc-element-spacing-01));
142
+ margin-bottom: calc(var(--ptc-element-spacing-06) + var(--ptc-element-spacing-01));
143
+ }
144
+ :host .big-inline-cta-container .cta-bg {
145
+ display: none;
146
+ }
147
+ :host .big-inline-cta-container .cta-content {
148
+ width: 100%;
149
+ display: flex;
150
+ flex-direction: column;
151
+ border-radius: var(--ptc-border-radius-standard);
152
+ padding: var(--ptc-element-spacing-05);
153
+ box-sizing: border-box;
154
+ }
155
+ :host .big-inline-cta-container .cta-content .cta-image {
156
+ width: 100%;
157
+ height: 300px;
158
+ }
159
+ :host .big-inline-cta-container .cta-content .cta-body {
160
+ width: 100%;
161
+ margin-top: var(--ptc-element-spacing-06);
162
+ }
163
+ :host .big-inline-cta-container .cta-content .cta-body .link-wrapper {
164
+ outline: none;
165
+ text-decoration: none;
166
+ }
167
+ :host .big-inline-cta-container .cta-content .cta-body .link-wrapper:hover {
168
+ outline: none;
169
+ text-decoration: none;
170
+ }
171
+ @media only screen and (min-width: 480px) {
172
+ :host .big-inline-cta-container .cta-content .cta-body {
173
+ margin-top: var(--ptc-element-spacing-04);
174
+ }
175
+ }
176
+ @media only screen and (min-width: 768px) {
177
+ :host .big-inline-cta-container .cta-bg {
178
+ display: block;
179
+ width: 80%;
180
+ height: calc(100% + var(--ptc-element-spacing-08) + var(--ptc-element-spacing-04));
181
+ position: absolute;
182
+ right: 0;
183
+ z-index: -1;
184
+ border-radius: var(--ptc-border-radius-standard);
185
+ }
186
+ :host .big-inline-cta-container .cta-content {
187
+ flex-direction: row;
188
+ align-items: center;
189
+ border-radius: none;
190
+ padding: 0;
191
+ }
192
+ :host .big-inline-cta-container .cta-content .cta-image {
193
+ width: 40%;
194
+ height: 400px;
195
+ justify-self: left;
196
+ }
197
+ :host .big-inline-cta-container .cta-content .cta-body {
198
+ width: 60%;
199
+ justify-self: right;
200
+ display: flex;
201
+ align-items: center;
202
+ box-sizing: border-box;
203
+ padding-top: calc(var(--ptc-element-spacing-07) + var(--ptc-element-spacing-05));
204
+ padding-right: var(--ptc-element-spacing-07);
205
+ padding-bottom: calc(var(--ptc-element-spacing-08) + var(--ptc-element-spacing-04));
206
+ padding-left: var(--ptc-element-spacing-07);
207
+ margin-top: 0;
208
+ }
209
+ }
210
+ :host .big-inline-cta-container.green .cta-content {
211
+ background-color: var(--color-green-08);
212
+ }
213
+ @media only screen and (min-width: 768px) {
214
+ :host .big-inline-cta-container.green .cta-bg {
215
+ background-color: var(--color-green-08);
216
+ }
217
+ :host .big-inline-cta-container.green .cta-content {
218
+ background-color: transparent;
219
+ }
220
+ }
221
+ :host .big-inline-cta-container.blue .cta-content {
222
+ background-color: var(--color-blue-08);
223
+ }
224
+ @media only screen and (min-width: 768px) {
225
+ :host .big-inline-cta-container.blue .cta-bg {
226
+ background-color: var(--color-blue-08);
227
+ }
228
+ :host .big-inline-cta-container.blue .cta-content {
229
+ background-color: transparent;
230
+ }
231
+ }
232
+ :host .big-inline-cta-container.gray .cta-content {
233
+ background-color: var(--color-gray-08);
234
+ }
235
+ @media only screen and (min-width: 768px) {
236
+ :host .big-inline-cta-container.gray .cta-bg {
237
+ background-color: var(--color-gray-08);
238
+ }
239
+ :host .big-inline-cta-container.gray .cta-content {
240
+ background-color: transparent;
241
+ }
242
+ }
243
+ :host .bottom-inline-cta-container {
244
+ background-color: #FFF;
245
+ padding: var(--ptc-element-spacing-06);
246
+ display: flex;
247
+ gap: var(--ptc-element-spacing-06);
248
+ flex-direction: column;
249
+ border-radius: var(--ptc-border-radius-standard);
250
+ }
251
+ :host .bottom-inline-cta-container .cta-image {
252
+ flex: none;
253
+ }
254
+ :host .bottom-inline-cta-container .cta-body {
255
+ flex: none;
256
+ }
257
+ :host .bottom-inline-cta-container .cta-body.link-wrapper {
258
+ outline: none;
259
+ text-decoration: none;
260
+ }
261
+ :host .bottom-inline-cta-container .cta-body.link-wrapper:hover {
262
+ outline: none;
263
+ text-decoration: none;
264
+ }
265
+ @media only screen and (min-width: 768px) {
266
+ :host .bottom-inline-cta-container {
267
+ flex-direction: row;
268
+ }
269
+ :host .bottom-inline-cta-container .cta-image {
270
+ flex: 1 0 0;
271
+ align-self: stretch;
272
+ }
273
+ :host .bottom-inline-cta-container .cta-body {
274
+ flex: 1 0 0;
275
+ }
276
+ }
@@ -0,0 +1,111 @@
1
+ import { Host, h, Fragment } from '@stencil/core';
2
+ const idxBgClassMapper = {
3
+ 0: "green",
4
+ 1: "blue",
5
+ 2: "gray",
6
+ };
7
+ export class PtcInlineCta {
8
+ constructor() {
9
+ this.captureSlots = () => {
10
+ var _a, _b, _c, _d;
11
+ this.image = (_a = this.hostEle) === null || _a === void 0 ? void 0 : _a.querySelector('[slot="cta-image"]');
12
+ this.cta = (_b = this.hostEle) === null || _b === void 0 ? void 0 : _b.querySelector('[slot="cta-link"]');
13
+ const heading = (_c = this.hostEle) === null || _c === void 0 ? void 0 : _c.querySelector('[slot="cta-heading"]');
14
+ const description = (_d = this.hostEle) === null || _d === void 0 ? void 0 : _d.querySelector('[slot="cta-description"]');
15
+ this.heading = (heading === null || heading === void 0 ? void 0 : heading.innerText) || "";
16
+ this.description = (description === null || description === void 0 ? void 0 : description.innerText) || "";
17
+ };
18
+ this.setBgColor = () => {
19
+ const bigCtas = document.querySelectorAll('ptc-inline-cta[type="big"]');
20
+ bigCtas.forEach((cta, idx) => {
21
+ var _a, _b;
22
+ if (cta == this.hostEle) {
23
+ const bgVariationCount = Object.keys(idxBgClassMapper).length;
24
+ const bgClass = idxBgClassMapper[idx % bgVariationCount];
25
+ 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');
26
+ if (ctaContainer) {
27
+ ctaContainer.classList.add(bgClass);
28
+ }
29
+ }
30
+ });
31
+ };
32
+ this.componentWillLoad = () => {
33
+ this.captureSlots();
34
+ };
35
+ this.componentDidLoad = () => {
36
+ if (this.type === 'big') {
37
+ this.setBgColor();
38
+ }
39
+ };
40
+ this.type = undefined;
41
+ this.image = undefined;
42
+ this.heading = "";
43
+ this.description = "";
44
+ this.cta = undefined;
45
+ }
46
+ render() {
47
+ const Small = () => {
48
+ var _a, _b, _c, _d, _e, _f, _g;
49
+ return h("div", { class: "small-inline-cta-container" }, h("div", { class: "cta-bg" }), h("div", { class: "cta-content" }, h("div", { class: "cta-image" }, !!((_a = this.image) === null || _a === void 0 ? void 0 : _a.src) && 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" })), h("div", { class: "cta-body" }, 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 && 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 }, h("h4", null, this.heading)), !!this.description && h(Fragment, null, h("ptc-spacer", { breakpoint: 'x-small', size: 'small' }), h("ptc-spacer", { breakpoint: 'small', size: 'x-small' }), 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) && h(Fragment, null, h("ptc-spacer", { breakpoint: 'x-small', size: 'small' }), h("ptc-spacer", { breakpoint: 'small', size: 'x-small' }), 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))))));
50
+ };
51
+ const Big = () => {
52
+ var _a, _b, _c, _d, _e, _f, _g;
53
+ return h("div", { class: "big-inline-cta-container" }, h("div", { class: "cta-bg" }), h("div", { class: "cta-content" }, h("div", { class: "cta-image" }, !!((_a = this.image) === null || _a === void 0 ? void 0 : _a.src) && 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" })), h("div", { class: "cta-body" }, 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 && 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 }, h("h3", null, this.heading)), !!this.description && h(Fragment, null, h("ptc-spacer", { breakpoint: 'x-small', size: 'large' }), h("ptc-spacer", { breakpoint: 'small', size: 'medium' }), 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) && h(Fragment, null, h("ptc-spacer", { breakpoint: 'x-small', size: 'xx-large' }), h("ptc-spacer", { breakpoint: 'small', size: 'x-large' }), h("ptc-spacer", { breakpoint: 'x-small', size: 'x-small' }), h("ptc-spacer", { breakpoint: 'small', size: 'xx-small' }), 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))))));
54
+ };
55
+ const Bottom = () => {
56
+ var _a, _b, _c, _d, _e, _f, _g;
57
+ return h("div", { class: "bottom-inline-cta-container" }, h("div", { class: "cta-image" }, !!((_a = this.image) === null || _a === void 0 ? void 0 : _a.src) && 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%;}" })), 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 && 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 }, h("h2", null, this.heading)), !!this.description && h(Fragment, null, h("ptc-spacer", { breakpoint: 'x-small', size: 'small' }), h("ptc-spacer", { breakpoint: 'x-small', size: 'large' }), h("ptc-spacer", { breakpoint: 'small', size: 'medium' }), 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) && h("ptc-button", { color: "ptc-primary", disabled: false, type: "button" }, (_g = this.cta) === null || _g === void 0 ? void 0 : _g.innerText)));
58
+ };
59
+ const InlineCta = () => {
60
+ switch (this.type) {
61
+ case 'small': return h(Small, null);
62
+ case 'big': return h(Big, null);
63
+ case 'bottom': return h(Bottom, null);
64
+ default: return null;
65
+ }
66
+ };
67
+ return (h(Host, null, h("div", { class: "ptc-section" }, h(InlineCta, null))));
68
+ }
69
+ static get is() { return "ptc-inline-cta"; }
70
+ static get encapsulation() { return "shadow"; }
71
+ static get originalStyleUrls() {
72
+ return {
73
+ "$": ["ptc-inline-cta.scss"]
74
+ };
75
+ }
76
+ static get styleUrls() {
77
+ return {
78
+ "$": ["ptc-inline-cta.css"]
79
+ };
80
+ }
81
+ static get properties() {
82
+ return {
83
+ "type": {
84
+ "type": "string",
85
+ "mutable": false,
86
+ "complexType": {
87
+ "original": "'small' | 'big' | 'bottom'",
88
+ "resolved": "\"big\" | \"bottom\" | \"small\"",
89
+ "references": {}
90
+ },
91
+ "required": false,
92
+ "optional": false,
93
+ "docs": {
94
+ "tags": [],
95
+ "text": "PROPS"
96
+ },
97
+ "attribute": "type",
98
+ "reflect": false
99
+ }
100
+ };
101
+ }
102
+ static get states() {
103
+ return {
104
+ "image": {},
105
+ "heading": {},
106
+ "description": {},
107
+ "cta": {}
108
+ };
109
+ }
110
+ static get elementRef() { return "hostEle"; }
111
+ }
@@ -56,6 +56,7 @@ ptc-link, ptc-square-card,
56
56
 
57
57
  :host {
58
58
  display: inline-block;
59
+ min-width: 145px;
59
60
  }
60
61
  :host .ptc-quaternary {
61
62
  width: 100%;
@@ -126,6 +127,7 @@ ptc-link, ptc-square-card,
126
127
  /* Chrome, Safari, Edge, Opera */
127
128
  /* Firefox */
128
129
  -moz-appearance: textfield;
130
+ font-family: var(--ptc-font-latin);
129
131
  }
130
132
  :host .quantity-counter input::-webkit-outer-spin-button, :host .quantity-counter input::-webkit-inner-spin-button {
131
133
  -webkit-appearance: none;
@@ -14,8 +14,21 @@ export class PtcQuantityCounter {
14
14
  this.handleInputChange = (event) => {
15
15
  const input = event.target;
16
16
  const value = parseInt(input.value);
17
- if (!isNaN(value) && value > 0) {
18
- this.count = value;
17
+ if (!isNaN(value)) {
18
+ if (value < 1) {
19
+ input.value = '1';
20
+ this.count = 1;
21
+ }
22
+ else if (value > 999) {
23
+ input.value = '999';
24
+ this.count = 999;
25
+ }
26
+ else {
27
+ this.count = value;
28
+ }
29
+ }
30
+ else if (isNaN(value)) {
31
+ input.value = `${this.count}`;
19
32
  }
20
33
  };
21
34
  this.selectText = () => {
@@ -0,0 +1,111 @@
1
+ import { html } from 'lit';
2
+
3
+ export default {
4
+ title: 'Molecules/ptc-inline-cta',
5
+ tags: [ 'autodocs' ],
6
+ argTypes: {
7
+ type: {
8
+ control: 'select',
9
+ description: 'Inline CTA type',
10
+ defaultValue: { summary: 'big' },
11
+ options: [ 'big', 'bottom', 'small' ]
12
+ }
13
+ }
14
+ };
15
+
16
+ // Small inline CTA
17
+
18
+ const SmallInlineCTATemplate = args => { return html `<ptc-inline-cta
19
+ type=${args.type}
20
+ >
21
+ <img slot="cta-image" alt="CTA Image" src="https://s3-alpha-sig.figma.com/img/f7e6/e19f/1566074ee69372b47590f1971aac16f4?Expires=1721606400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=VCC7Z2z0mzozT1LFI2Dh1i1qut1Vrg8LqBfDMaeS1PgXk2dEQj13xnnZZRRei6wme9gYoCEopDlGAD5Z0fY~OkNlMvuXJnAQxgO3KCK3Uknh5HtD0tuaQa31VUKdq0EB4mWQLsesh8pvbY-Gjs0vNPOoQJLlGetZj0GAov6SJr7k1fgg9wuEltGdRcnxiAXi6AG18Gbu2uUaqyfelfQAGLYBrqN~wXPv7ym~z0DHzaUsfXWg0ka8IVDkYEdqq5VfrTh3WOSs2nyDPg-5x6fX9C9rkIefEEAnJ7d2WCkdWlic~gXKLmQJmZdjoeKDpcNEH2d-pGycHOEaWCmKQWgJ7g__">
22
+ <h4 slot="cta-heading">Learn More About ServiceMax’s Recent Innovation</h4>
23
+ <p slot="cta-description">To learn more about all of ServiceMax’s new enhancements and our product portfolio, visit the ServiceMax website. </p>
24
+ <a slot="cta-link" href="https://www.google.com" target="_blank">Read About ServiceMax</a>
25
+ </ptc-inline-cta>`;}
26
+
27
+ export const SmallInlineCTA = SmallInlineCTATemplate.bind({});
28
+
29
+ SmallInlineCTA.args = { type: 'small' }
30
+
31
+ // Big inline CTA
32
+
33
+ const BigInlineCTATemplate = args => { return html `<ptc-inline-cta
34
+ type=${args.type}
35
+ >
36
+ <img slot="cta-image" alt="CTA Image" src="https://s3-alpha-sig.figma.com/img/c3ec/44ab/d89e9be30124536c48038f652622d9c8?Expires=1721606400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=ZVSUT7-OG2KakKbhhNjaefxLnEJSDx~qW9iTHSq8WvLUnPoI9PgJmINJCcZ94TMk~PX6~E37GeMDi1G3mkc06xBNNFjzeAp~yV2cJ3EI19t5zgpWCpmCYPk0yUGULFx~m60jbETxDrYsuFvomL7igA~rC2Gbs19W96ljP8FGX-lres5w3v3e99LYih8dMyVY2fcWQb9n-nGnT8iiss9HXNs8L5uNQWJNf~H~~CWgrK1CNFE0qyP5getePgyeXaIarrOhdamE-VxtZsoz~~PfPI6E4D4loIe7Xj8u42gBRaHjSv-OF7Scx2F55vGY1hlou5Cc-B8iYXKT2DlaZ5adlw__">
37
+ <h3 slot="cta-heading">Safeguard Your Infrastructure with AI and IoT</h3>
38
+ <p slot="cta-description">Discover AI's impact on field service in Episode 30 of PTC's Speaking of Service podcast with expert James Penney, CTO at Device Authority.</p>
39
+ <a slot="cta-link" href="https://www.google.com" target="_blank">Watch Podcast</a>
40
+ </ptc-inline-cta>`;}
41
+
42
+ export const BigInlineCTA = BigInlineCTATemplate.bind({});
43
+
44
+ BigInlineCTA.args = { type: 'big' }
45
+
46
+ // Bottom inline CTA
47
+
48
+ const BottomInlineCTATemplate = args => { return html `<ptc-inline-cta
49
+ type=${args.type}
50
+ >
51
+ <img slot="cta-image" alt="CTA Image" src="https://s3-alpha-sig.figma.com/img/0d20/b03c/adbafb05618ff779e713d875d8727878?Expires=1721606400&amp;Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&amp;Signature=ohDpjlIpoH~nRB0XkuLfkpAc3WLfLQrs4JKwTy0dRWBiLAzlkdw3zF5J9Nhhbx7nBzK8jZ43cx5WnO0lVKoZN0n7tsPCDuxh7VrZ0uT17vnTKPDNMZJqmvndu~HQbo~qCbF1pbPG9VP0KIajniifK92tMxulYO26YviWJeyomMDFXUCF9Srru4Kbk6MltfbK2Kcxzq9LvyqCsiW~DkdcCYnyqJaXs2-KPovbcSCbgk~KDi1EiLNxYXP4U0BQKTKb5mh7Dksw~5odn8ETE8bfBzkUyMDRDqjf-oZSUCu4wMggS2jH62~F7OLAbjKJJrcwVmvSX-HnMjCOgfmSkSp2ZQ__">
52
+ <h2 slot="cta-heading">Safeguard Your Infrastructure with AI and IoT</h2>
53
+ <p slot="cta-description">Discover AI's impact on field service in Episode 30 of PTC's Speaking of Service podcast with expert James Penney, CTO at Device Authority.</p>
54
+ <a slot="cta-link" href="https://www.google.com" target="_blank">Read Now</a>
55
+ </ptc-inline-cta>`;}
56
+
57
+ export const BottomInlineCTA = BottomInlineCTATemplate.bind({});
58
+
59
+ BottomInlineCTA.args = { type: 'bottom' }
60
+
61
+ // Repeating pattern for Big CTA
62
+
63
+ const BigCTARepeatingPatternTemplate = () => { return html `
64
+ <div class="ptc-section">
65
+ <p>Big Inline CTA 2</p>
66
+ <ptc-inline-cta type='big'>
67
+ <img slot="cta-image" alt="CTA Image" src="https://s3-alpha-sig.figma.com/img/c3ec/44ab/d89e9be30124536c48038f652622d9c8?Expires=1721606400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=ZVSUT7-OG2KakKbhhNjaefxLnEJSDx~qW9iTHSq8WvLUnPoI9PgJmINJCcZ94TMk~PX6~E37GeMDi1G3mkc06xBNNFjzeAp~yV2cJ3EI19t5zgpWCpmCYPk0yUGULFx~m60jbETxDrYsuFvomL7igA~rC2Gbs19W96ljP8FGX-lres5w3v3e99LYih8dMyVY2fcWQb9n-nGnT8iiss9HXNs8L5uNQWJNf~H~~CWgrK1CNFE0qyP5getePgyeXaIarrOhdamE-VxtZsoz~~PfPI6E4D4loIe7Xj8u42gBRaHjSv-OF7Scx2F55vGY1hlou5Cc-B8iYXKT2DlaZ5adlw__">
68
+ <h3 slot="cta-heading">Safeguard Your Infrastructure with AI and IoT</h3>
69
+ <p slot="cta-description">Discover AI's impact on field service in Episode 30 of PTC's Speaking of Service podcast with expert James Penney, CTO at Device Authority.</p>
70
+ <a slot="cta-link" href="https://www.google.com" target="_blank">Watch Podcast</a>
71
+ </ptc-inline-cta>
72
+ </div>
73
+ <div class="ptc-section">
74
+ <p>Big Inline CTA 3</p>
75
+ <ptc-inline-cta type='big'>
76
+ <img slot="cta-image" alt="CTA Image" src="https://s3-alpha-sig.figma.com/img/c3ec/44ab/d89e9be30124536c48038f652622d9c8?Expires=1721606400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=ZVSUT7-OG2KakKbhhNjaefxLnEJSDx~qW9iTHSq8WvLUnPoI9PgJmINJCcZ94TMk~PX6~E37GeMDi1G3mkc06xBNNFjzeAp~yV2cJ3EI19t5zgpWCpmCYPk0yUGULFx~m60jbETxDrYsuFvomL7igA~rC2Gbs19W96ljP8FGX-lres5w3v3e99LYih8dMyVY2fcWQb9n-nGnT8iiss9HXNs8L5uNQWJNf~H~~CWgrK1CNFE0qyP5getePgyeXaIarrOhdamE-VxtZsoz~~PfPI6E4D4loIe7Xj8u42gBRaHjSv-OF7Scx2F55vGY1hlou5Cc-B8iYXKT2DlaZ5adlw__">
77
+ <h3 slot="cta-heading">Safeguard Your Infrastructure with AI and IoT</h3>
78
+ <p slot="cta-description">Discover AI's impact on field service in Episode 30 of PTC's Speaking of Service podcast with expert James Penney, CTO at Device Authority.</p>
79
+ <a slot="cta-link" href="https://www.google.com" target="_blank">Watch Podcast</a>
80
+ </ptc-inline-cta>
81
+ </div>
82
+ <div class="ptc-section">
83
+ <p>Big Inline CTA 4</p>
84
+ <ptc-inline-cta type='big'>
85
+ <img slot="cta-image" alt="CTA Image" src="https://s3-alpha-sig.figma.com/img/c3ec/44ab/d89e9be30124536c48038f652622d9c8?Expires=1721606400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=ZVSUT7-OG2KakKbhhNjaefxLnEJSDx~qW9iTHSq8WvLUnPoI9PgJmINJCcZ94TMk~PX6~E37GeMDi1G3mkc06xBNNFjzeAp~yV2cJ3EI19t5zgpWCpmCYPk0yUGULFx~m60jbETxDrYsuFvomL7igA~rC2Gbs19W96ljP8FGX-lres5w3v3e99LYih8dMyVY2fcWQb9n-nGnT8iiss9HXNs8L5uNQWJNf~H~~CWgrK1CNFE0qyP5getePgyeXaIarrOhdamE-VxtZsoz~~PfPI6E4D4loIe7Xj8u42gBRaHjSv-OF7Scx2F55vGY1hlou5Cc-B8iYXKT2DlaZ5adlw__">
86
+ <h3 slot="cta-heading">Safeguard Your Infrastructure with AI and IoT</h3>
87
+ <p slot="cta-description">Discover AI's impact on field service in Episode 30 of PTC's Speaking of Service podcast with expert James Penney, CTO at Device Authority.</p>
88
+ <a slot="cta-link" href="https://www.google.com" target="_blank">Watch Podcast</a>
89
+ </ptc-inline-cta>
90
+ </div>
91
+ <div class="ptc-section">
92
+ <p>Big Inline CTA 5</p>
93
+ <ptc-inline-cta type='big'>
94
+ <img slot="cta-image" alt="CTA Image" src="https://s3-alpha-sig.figma.com/img/c3ec/44ab/d89e9be30124536c48038f652622d9c8?Expires=1721606400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=ZVSUT7-OG2KakKbhhNjaefxLnEJSDx~qW9iTHSq8WvLUnPoI9PgJmINJCcZ94TMk~PX6~E37GeMDi1G3mkc06xBNNFjzeAp~yV2cJ3EI19t5zgpWCpmCYPk0yUGULFx~m60jbETxDrYsuFvomL7igA~rC2Gbs19W96ljP8FGX-lres5w3v3e99LYih8dMyVY2fcWQb9n-nGnT8iiss9HXNs8L5uNQWJNf~H~~CWgrK1CNFE0qyP5getePgyeXaIarrOhdamE-VxtZsoz~~PfPI6E4D4loIe7Xj8u42gBRaHjSv-OF7Scx2F55vGY1hlou5Cc-B8iYXKT2DlaZ5adlw__">
95
+ <h3 slot="cta-heading">Safeguard Your Infrastructure with AI and IoT</h3>
96
+ <p slot="cta-description">Discover AI's impact on field service in Episode 30 of PTC's Speaking of Service podcast with expert James Penney, CTO at Device Authority.</p>
97
+ <a slot="cta-link" href="https://www.google.com" target="_blank">Watch Podcast</a>
98
+ </ptc-inline-cta>
99
+ </div>
100
+ <div class="ptc-section">
101
+ <p>Big Inline CTA 6</p>
102
+ <ptc-inline-cta type='big'>
103
+ <img slot="cta-image" alt="CTA Image" src="https://s3-alpha-sig.figma.com/img/c3ec/44ab/d89e9be30124536c48038f652622d9c8?Expires=1721606400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=ZVSUT7-OG2KakKbhhNjaefxLnEJSDx~qW9iTHSq8WvLUnPoI9PgJmINJCcZ94TMk~PX6~E37GeMDi1G3mkc06xBNNFjzeAp~yV2cJ3EI19t5zgpWCpmCYPk0yUGULFx~m60jbETxDrYsuFvomL7igA~rC2Gbs19W96ljP8FGX-lres5w3v3e99LYih8dMyVY2fcWQb9n-nGnT8iiss9HXNs8L5uNQWJNf~H~~CWgrK1CNFE0qyP5getePgyeXaIarrOhdamE-VxtZsoz~~PfPI6E4D4loIe7Xj8u42gBRaHjSv-OF7Scx2F55vGY1hlou5Cc-B8iYXKT2DlaZ5adlw__">
104
+ <h3 slot="cta-heading">Safeguard Your Infrastructure with AI and IoT</h3>
105
+ <p slot="cta-description">Discover AI's impact on field service in Episode 30 of PTC's Speaking of Service podcast with expert James Penney, CTO at Device Authority.</p>
106
+ <a slot="cta-link" href="https://www.google.com" target="_blank">Watch Podcast</a>
107
+ </ptc-inline-cta>
108
+ </div>
109
+ `;}
110
+
111
+ export const BigCTARepeatingPattern = BigCTARepeatingPatternTemplate.bind({});
@@ -428,6 +428,12 @@ export const PtcInfoTile: {
428
428
  new (): PtcInfoTile;
429
429
  };
430
430
 
431
+ interface PtcInlineCta extends Components.PtcInlineCta, HTMLElement {}
432
+ export const PtcInlineCta: {
433
+ prototype: PtcInlineCta;
434
+ new (): PtcInlineCta;
435
+ };
436
+
431
437
  interface PtcJumbotron extends Components.PtcJumbotron, HTMLElement {}
432
438
  export const PtcJumbotron: {
433
439
  prototype: PtcJumbotron;