@ptcwebops/ptcw-design 6.3.36 → 6.3.37-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (459) hide show
  1. package/dist/cjs/{component-35540bfb.js → component-6a178a16.js} +2643 -832
  2. package/dist/cjs/embedded-form.cjs.entry.js +1 -1
  3. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  4. package/dist/cjs/icon-asset.cjs.entry.js +1 -1
  5. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  6. package/dist/cjs/jumbotron-sub-menu.cjs.entry.js +1 -1
  7. package/dist/cjs/loader.cjs.js +1 -3
  8. package/dist/cjs/modal-form-example.cjs.entry.js +94 -0
  9. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  10. package/dist/cjs/ptc-button.cjs.entry.js +87 -0
  11. package/dist/cjs/ptc-card_2.cjs.entry.js +7 -10
  12. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +6 -2
  13. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +24 -24
  14. package/dist/cjs/ptc-countdown.cjs.entry.js +10 -7
  15. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -2
  16. package/dist/cjs/ptc-dynamic-card.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-embedded-quiz.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  19. package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +9 -40
  20. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +3 -18
  21. package/dist/cjs/{ptc-form-checkbox_2.cjs.entry.js → ptc-form-checkbox_4.cjs.entry.js} +803 -39
  22. package/dist/cjs/ptc-info-tile.cjs.entry.js +1 -2
  23. package/dist/cjs/ptc-jumbotron.cjs.entry.js +1 -4
  24. package/dist/cjs/ptc-nav-link.cjs.entry.js +1 -1
  25. package/dist/cjs/ptc-nav-skip-to-content.cjs.entry.js +3 -28
  26. package/dist/cjs/ptc-para.cjs.entry.js +127 -0
  27. package/dist/cjs/ptc-picture.cjs.entry.js +162 -0
  28. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  29. package/dist/cjs/ptc-previous-url.cjs.entry.js +10 -2
  30. package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +1 -1
  31. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
  32. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  33. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  34. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-product-list.cjs.entry.js +0 -4
  36. package/dist/cjs/ptc-quote.cjs.entry.js +1 -1
  37. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  38. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  39. package/dist/cjs/ptc-related-card-rail.cjs.entry.js +38 -42
  40. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  41. package/dist/cjs/ptc-sticky-icons.cjs.entry.js +0 -9
  42. package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +0 -15
  43. package/dist/cjs/ptc-theater-video-modal.cjs.entry.js +8 -42
  44. package/dist/cjs/ptc-title.cjs.entry.js +152 -0
  45. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  46. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  47. package/dist/cjs/ptc-white-paper.cjs.entry.js +14 -15
  48. package/dist/cjs/ptcw-design.cjs.js +1 -3
  49. package/dist/collection/collection-manifest.json +2 -2
  50. package/dist/collection/components/icon-asset/icon-asset.js +1 -1
  51. package/dist/collection/components/icon-asset/media/{designer-v6.0.7.svg → designer-v6.0.6.svg} +30 -17
  52. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +6 -6
  53. package/dist/collection/components/jumbotron-sub-menu/jumbotron-sub-menu.css +0 -1
  54. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +3 -3
  55. package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.js +1 -1
  56. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +26 -0
  57. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +99 -0
  58. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +6 -6
  59. package/dist/collection/components/ptc-button/ptc-button.css +0 -100
  60. package/dist/collection/components/ptc-button/ptc-button.js +4 -24
  61. package/dist/collection/components/ptc-card/ptc-card.js +2 -21
  62. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +6 -6
  63. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.js +5 -1
  64. package/dist/collection/components/ptc-countdown/ptc-countdown.js +10 -7
  65. package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.css +1 -1
  66. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.css +1 -1
  67. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +6 -6
  68. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.css +0 -12
  69. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.js +3 -29
  70. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +13 -34
  71. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.js +2 -17
  72. package/dist/collection/components/ptc-info-tile/ptc-info-tile.js +1 -20
  73. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +6 -6
  74. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +0 -3
  75. package/dist/collection/components/ptc-modal/ptc-modal.css +4 -0
  76. package/dist/collection/components/ptc-modal/ptc-modal.js +25 -25
  77. package/dist/collection/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.css +0 -7
  78. package/dist/collection/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.js +2 -78
  79. package/dist/collection/components/ptc-para/ptc-para.css +3 -0
  80. package/dist/collection/components/ptc-para/ptc-para.js +2 -2
  81. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +6 -6
  82. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +0 -109
  83. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +4 -6
  84. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +16 -0
  85. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +27 -1
  86. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.css +2 -2
  87. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +1 -1
  88. package/dist/collection/components/ptc-product-card/ptc-product-card.css +6 -6
  89. package/dist/collection/components/ptc-product-category/ptc-product-category.css +6 -6
  90. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +6 -6
  91. package/dist/collection/components/ptc-product-list/ptc-product-list.js +0 -4
  92. package/dist/collection/components/ptc-quote/ptc-quote.js +1 -1
  93. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +6 -6
  94. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +6 -6
  95. package/dist/collection/components/ptc-related-card-rail/ptc-related-card-rail.js +38 -63
  96. package/dist/collection/components/ptc-select/ptc-select.js +4 -8
  97. package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.js +0 -9
  98. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.js +0 -15
  99. package/dist/collection/components/ptc-textfield/ptc-textfield.css +4 -69
  100. package/dist/collection/components/ptc-textfield/ptc-textfield.js +19 -59
  101. package/dist/collection/components/ptc-theater-video/ptc-theater-video.css +0 -6
  102. package/dist/collection/components/ptc-theater-video/ptc-theater-video.js +1 -1
  103. package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.css +0 -15
  104. package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.js +9 -67
  105. package/dist/collection/components/ptc-theater-video-playlist/ptc-theater-video-playlist.js +3 -8
  106. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +6 -6
  107. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +6 -6
  108. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +6 -6
  109. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +13 -14
  110. package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.js +1 -1
  111. package/dist/collection/stories/Checkbox.stories.js +53 -21
  112. package/dist/collection/stories/Hero.stories.js +120 -35
  113. package/dist/collection/stories/Jumbotron.stories.js +306 -665
  114. package/dist/collection/stories/Link.stories.js +13 -25
  115. package/dist/collection/stories/Paragraph.stories.js +10 -18
  116. package/dist/collection/stories/Select.stories.js +78 -27
  117. package/dist/collection/stories/SocialShare.stories.js +67 -83
  118. package/dist/collection/stories/TextCopyWithBackground.stories.js +242 -100
  119. package/dist/collection/stories/Title.stories.js +16 -28
  120. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +45 -0
  121. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +47 -0
  122. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +157 -0
  123. package/dist/collection/utils/validation-messages.js +2 -49
  124. package/dist/custom-elements/index.d.ts +6 -0
  125. package/dist/custom-elements/index.js +401 -539
  126. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  127. package/dist/esm/blog-detail-layout.entry.js +1 -1
  128. package/dist/esm/blogs-search-section.entry.js +1 -1
  129. package/dist/esm/{component-8c53e377.js → component-80f298b4.js} +2592 -793
  130. package/dist/esm/embedded-form.entry.js +1 -1
  131. package/dist/esm/featured-list.entry.js +1 -1
  132. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  133. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  134. package/dist/esm/icon-asset.entry.js +1 -1
  135. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  136. package/dist/esm/{interfaces-7c0243be.js → interfaces-4caedd26.js} +1 -1
  137. package/dist/esm/jumbotron-sub-menu.entry.js +1 -1
  138. package/dist/esm/loader.js +1 -3
  139. package/dist/esm/modal-form-example.entry.js +90 -0
  140. package/dist/esm/most-popular-news.entry.js +1 -1
  141. package/dist/esm/my-component.entry.js +1 -1
  142. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  143. package/dist/esm/ptc-background-video.entry.js +1 -1
  144. package/dist/esm/ptc-bio-card.entry.js +1 -1
  145. package/dist/esm/ptc-button.entry.js +83 -0
  146. package/dist/esm/ptc-card_2.entry.js +7 -10
  147. package/dist/esm/ptc-case-studies-slider.entry.js +6 -2
  148. package/dist/esm/ptc-close-icon_2.entry.js +24 -24
  149. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  150. package/dist/esm/ptc-countdown.entry.js +10 -7
  151. package/dist/esm/ptc-data-lookup.entry.js +1 -2
  152. package/dist/esm/ptc-dynamic-card.entry.js +1 -1
  153. package/dist/esm/ptc-embedded-quiz.entry.js +1 -1
  154. package/dist/esm/ptc-featured-list.entry.js +1 -1
  155. package/dist/esm/ptc-filter-dropdown_4.entry.js +9 -40
  156. package/dist/esm/ptc-filter-level-theater.entry.js +3 -18
  157. package/dist/esm/{ptc-form-checkbox_2.entry.js → ptc-form-checkbox_4.entry.js} +802 -40
  158. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  159. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  160. package/dist/esm/ptc-icon-card.entry.js +1 -1
  161. package/dist/esm/ptc-img.entry.js +1 -1
  162. package/dist/esm/ptc-info-tile.entry.js +1 -2
  163. package/dist/esm/ptc-jumbotron.entry.js +1 -4
  164. package/dist/esm/ptc-link.entry.js +1 -1
  165. package/dist/esm/ptc-media-card.entry.js +1 -1
  166. package/dist/esm/ptc-nav-link.entry.js +1 -1
  167. package/dist/esm/ptc-nav-skip-to-content.entry.js +3 -28
  168. package/dist/esm/ptc-para.entry.js +123 -0
  169. package/dist/esm/ptc-picture.entry.js +158 -0
  170. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  171. package/dist/esm/ptc-previous-url.entry.js +10 -2
  172. package/dist/esm/ptc-pricing-packaging-table.entry.js +2 -2
  173. package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
  174. package/dist/esm/ptc-product-card.entry.js +1 -1
  175. package/dist/esm/ptc-product-category.entry.js +1 -1
  176. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  177. package/dist/esm/ptc-product-list.entry.js +0 -4
  178. package/dist/esm/ptc-quote.entry.js +1 -1
  179. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  180. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  181. package/dist/esm/ptc-related-card-rail.entry.js +38 -42
  182. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  183. package/dist/esm/ptc-spacer.entry.js +34 -0
  184. package/dist/esm/ptc-sticky-icons.entry.js +0 -9
  185. package/dist/esm/ptc-text-copy-with-background.entry.js +1 -16
  186. package/dist/esm/ptc-theater-video-modal.entry.js +9 -43
  187. package/dist/esm/ptc-title.entry.js +148 -0
  188. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  189. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  190. package/dist/esm/ptc-white-paper.entry.js +14 -15
  191. package/dist/esm/ptcw-design.js +1 -3
  192. package/dist/esm/{utils-7c68b88a.js → utils-2f12c081.js} +1 -1
  193. package/dist/ptcw-design/media/{designer-v6.0.7.svg → designer-v6.0.6.svg} +30 -17
  194. package/dist/ptcw-design/p-0529caaa.entry.js +1 -0
  195. package/dist/ptcw-design/p-077839d5.entry.js +1 -0
  196. package/dist/ptcw-design/p-092e50c9.entry.js +1 -0
  197. package/dist/ptcw-design/{p-a791c53a.entry.js → p-0b515839.entry.js} +1 -1
  198. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  199. package/dist/ptcw-design/p-0e5932f0.entry.js +1 -0
  200. package/dist/ptcw-design/p-0ef61b44.entry.js +1 -0
  201. package/dist/ptcw-design/{p-dffcfa42.entry.js → p-14b7693f.entry.js} +1 -1
  202. package/dist/ptcw-design/p-1e3bf09c.entry.js +1 -0
  203. package/dist/ptcw-design/{p-30bfb2f9.entry.js → p-1eb40265.entry.js} +1 -1
  204. package/dist/ptcw-design/p-21aa746d.entry.js +1 -0
  205. package/dist/ptcw-design/{p-673cfd2e.entry.js → p-257267e3.entry.js} +1 -1
  206. package/dist/ptcw-design/p-282b7d4e.entry.js +1 -0
  207. package/dist/ptcw-design/{p-4056c365.entry.js → p-297a14cb.entry.js} +1 -1
  208. package/dist/ptcw-design/p-2a20d4a6.entry.js +1 -0
  209. package/dist/ptcw-design/p-2cc7e2a8.entry.js +1 -0
  210. package/dist/ptcw-design/p-32f64f48.entry.js +1 -0
  211. package/dist/ptcw-design/{p-d089dc37.entry.js → p-3dd0ded9.entry.js} +1 -1
  212. package/dist/ptcw-design/{p-5ca42138.entry.js → p-3ed4a7ed.entry.js} +1 -1
  213. package/dist/ptcw-design/p-3ee2a531.entry.js +1 -0
  214. package/dist/ptcw-design/p-445329ed.entry.js +1 -0
  215. package/dist/ptcw-design/{p-16d47ac5.entry.js → p-45b1f3fc.entry.js} +1 -1
  216. package/dist/ptcw-design/{p-81e65926.entry.js → p-4702c233.entry.js} +1 -1
  217. package/dist/ptcw-design/{p-1c99b808.entry.js → p-4ca956c1.entry.js} +1 -1
  218. package/dist/ptcw-design/{p-55e344bc.entry.js → p-52e17d34.entry.js} +1 -1
  219. package/dist/ptcw-design/p-5311c6e1.entry.js +1 -0
  220. package/dist/ptcw-design/p-58e91cb8.entry.js +1 -0
  221. package/dist/ptcw-design/p-5db7f70b.entry.js +1 -0
  222. package/dist/ptcw-design/p-672a349f.js +336 -0
  223. package/dist/ptcw-design/{p-ee1183b2.js → p-711bcdad.js} +1 -1
  224. package/dist/ptcw-design/{p-9e4e21a4.entry.js → p-71360e29.entry.js} +1 -1
  225. package/dist/ptcw-design/p-75390f63.entry.js +1 -0
  226. package/dist/ptcw-design/{p-e813ea2b.entry.js → p-76dab076.entry.js} +1 -1
  227. package/dist/ptcw-design/p-799afee5.entry.js +1 -0
  228. package/dist/ptcw-design/p-7bdf1e64.entry.js +1 -0
  229. package/dist/ptcw-design/p-7f9ad266.entry.js +1 -0
  230. package/dist/ptcw-design/{p-826c17e8.js → p-80122e26.js} +1 -1
  231. package/dist/ptcw-design/p-845d10b5.entry.js +1 -0
  232. package/dist/ptcw-design/p-85bdb2d5.entry.js +68 -0
  233. package/dist/ptcw-design/{p-a5ad0eff.entry.js → p-8c121480.entry.js} +1 -1
  234. package/dist/ptcw-design/{p-5bd8b4be.entry.js → p-8cea8943.entry.js} +1 -1
  235. package/dist/ptcw-design/{p-757e3edb.entry.js → p-8e42a22d.entry.js} +1 -1
  236. package/dist/ptcw-design/p-8fb48953.entry.js +1 -0
  237. package/dist/ptcw-design/{p-0252726c.entry.js → p-901c31b3.entry.js} +1 -1
  238. package/dist/ptcw-design/p-9501995f.entry.js +1 -0
  239. package/dist/ptcw-design/p-97b9f41b.entry.js +1 -0
  240. package/dist/ptcw-design/{p-884c335c.entry.js → p-99355e65.entry.js} +1 -1
  241. package/dist/ptcw-design/{p-2ba1ef9d.entry.js → p-9dbcfcee.entry.js} +1 -1
  242. package/dist/ptcw-design/{p-27c26d50.entry.js → p-9df7489b.entry.js} +1 -1
  243. package/dist/ptcw-design/{p-24a6eefa.entry.js → p-a5fc048f.entry.js} +1 -1
  244. package/dist/ptcw-design/p-a8872ce3.entry.js +1 -0
  245. package/dist/ptcw-design/{p-50770cc0.entry.js → p-b647f7a1.entry.js} +1 -1
  246. package/dist/ptcw-design/{p-f5d8a3b1.entry.js → p-bab5bb88.entry.js} +1 -1
  247. package/dist/ptcw-design/p-baff4d44.entry.js +1 -0
  248. package/dist/ptcw-design/{p-80588c84.entry.js → p-d51438de.entry.js} +1 -1
  249. package/dist/ptcw-design/{p-18ac526f.entry.js → p-d73cc053.entry.js} +1 -1
  250. package/dist/ptcw-design/p-de960790.entry.js +1 -0
  251. package/dist/ptcw-design/p-e4eb925f.entry.js +1 -0
  252. package/dist/ptcw-design/p-e6a272d9.entry.js +1 -0
  253. package/dist/ptcw-design/p-f1734520.entry.js +1 -0
  254. package/dist/ptcw-design/{p-0ddf2a09.entry.js → p-f867ebe6.entry.js} +1 -1
  255. package/dist/ptcw-design/{p-b863b296.entry.js → p-fd87fcd5.entry.js} +1 -1
  256. package/dist/ptcw-design/p-fe40421e.entry.js +1 -0
  257. package/dist/ptcw-design/p-fe907670.entry.js +1 -0
  258. package/dist/ptcw-design/ptcw-design.css +2 -2
  259. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  260. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +25 -0
  261. package/dist/types/components/ptc-button/ptc-button.d.ts +1 -2
  262. package/dist/types/components/ptc-card/ptc-card.d.ts +0 -1
  263. package/dist/types/components/ptc-countdown/ptc-countdown.d.ts +1 -0
  264. package/dist/types/components/ptc-filter-dropdown/ptc-filter-dropdown.d.ts +1 -2
  265. package/dist/types/components/ptc-form-checkbox/ptc-form-checkbox.d.ts +1 -1
  266. package/dist/types/components/ptc-info-tile/ptc-info-tile.d.ts +0 -1
  267. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +0 -1
  268. package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -1
  269. package/dist/types/components/ptc-multi-select/ptc-multi-select.d.ts +1 -1
  270. package/dist/types/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.d.ts +0 -6
  271. package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
  272. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +2 -0
  273. package/dist/types/components/ptc-related-card-rail/ptc-related-card-rail.d.ts +0 -3
  274. package/dist/types/components/ptc-select/ptc-select.d.ts +1 -2
  275. package/dist/types/components/ptc-text-copy-with-background/ptc-text-copy-with-background.d.ts +0 -2
  276. package/dist/types/components/ptc-textfield/ptc-textfield.d.ts +4 -4
  277. package/dist/types/components/ptc-theater-video-modal/ptc-theater-video-modal.d.ts +1 -6
  278. package/dist/types/components/ptc-theater-video-playlist/ptc-theater-video-playlist.d.ts +1 -1
  279. package/dist/types/components/ptc-white-paper/ptc-white-paper.d.ts +1 -1
  280. package/dist/types/components.d.ts +24 -29
  281. package/dist/types/utils/validation-messages.d.ts +123 -4
  282. package/package.json +1 -1
  283. package/readme.md +5 -1
  284. package/dist/cjs/component-1b8ad4d2.js +0 -1819
  285. package/dist/cjs/global-418c14b4.js +0 -33
  286. package/dist/cjs/ptc-button_5.cjs.entry.js +0 -542
  287. package/dist/cjs/ptc-multi-select_2.cjs.entry.js +0 -674
  288. package/dist/cjs/validation-messages-f1d373e7.js +0 -172
  289. package/dist/collection/global/global.js +0 -7
  290. package/dist/collection/stories/Breadcrumb2.stories.js +0 -62
  291. package/dist/collection/stories/BrightcovVideo.stories.js +0 -21
  292. package/dist/collection/stories/CheckboxGroup.stories.js +0 -27
  293. package/dist/collection/stories/CloseIcon.stories.js +0 -10
  294. package/dist/collection/stories/CollapseList.stories.js +0 -14
  295. package/dist/collection/stories/Countdown.stories.js +0 -10
  296. package/dist/collection/stories/DataLookup.stories.js +0 -21
  297. package/dist/collection/stories/EllipsisDropdown.stories.js +0 -14
  298. package/dist/collection/stories/HeroFooterCTA.stories.js +0 -21
  299. package/dist/collection/stories/MinimizedFooter.stories.js +0 -18
  300. package/dist/collection/stories/MultiSelect.stories.js +0 -10
  301. package/dist/collection/stories/ResponsiveWrapper.stories.js +0 -21
  302. package/dist/collection/stories/ScrollButton.stories.js +0 -14
  303. package/dist/collection/stories/SearchField.stories.js +0 -21
  304. package/dist/collection/stories/SvgBtn.stories.js +0 -36
  305. package/dist/collection/stories/TheaterVideo.stories.js +0 -21
  306. package/dist/collection/stories/VideoEmbed.stories.js +0 -10
  307. package/dist/collection/stories/backToTop.stories.js +0 -10
  308. package/dist/collection/stories/backgroundVideo.stories.js +0 -115
  309. package/dist/collection/stories/jumbotronSubMenu.stories.js +0 -14
  310. package/dist/collection/stories/organisms/ptc/Academic Form/preview.stories.js +0 -22
  311. package/dist/collection/stories/organisms/ptc/All Products/preview.stories.js +0 -1616
  312. package/dist/collection/stories/organisms/ptc/Announcement/preview.stories.js +0 -58
  313. package/dist/collection/stories/organisms/ptc/Background Video/preview.stories.js +0 -58
  314. package/dist/collection/stories/organisms/ptc/Blog Author Listing/preview.stories.js +0 -32
  315. package/dist/collection/stories/organisms/ptc/Blog Content/preview.stories.js +0 -317
  316. package/dist/collection/stories/organisms/ptc/Blog Detail/preview.stories.js +0 -500
  317. package/dist/collection/stories/organisms/ptc/Blogs Listing Page/preview.stories.js +0 -368
  318. package/dist/collection/stories/organisms/ptc/Bureau New Dynamic/preview.stories.js +0 -54
  319. package/dist/collection/stories/organisms/ptc/Case Studies/preview.stories.js +0 -243
  320. package/dist/collection/stories/organisms/ptc/Case Studies Detail Page/preview.stories.js +0 -456
  321. package/dist/collection/stories/organisms/ptc/Case Studies Slider/preview.stories.js +0 -384
  322. package/dist/collection/stories/organisms/ptc/Case Studies Slider New/preview.stories.js +0 -171
  323. package/dist/collection/stories/organisms/ptc/Clq Modal Quiz/preview.stories.js +0 -100
  324. package/dist/collection/stories/organisms/ptc/Contact Free Trial Form/preview.stories.js +0 -22
  325. package/dist/collection/stories/organisms/ptc/Countdown Example/preview.stories.js +0 -29
  326. package/dist/collection/stories/organisms/ptc/E Store Build Listing/preview.stories.js +0 -543
  327. package/dist/collection/stories/organisms/ptc/E Store Build Product/preview.stories.js +0 -427
  328. package/dist/collection/stories/organisms/ptc/Eloqua Library Contact Info/preview.stories.js +0 -168
  329. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor PCenter/preview.stories.js +0 -60
  330. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor Recipient Id/preview.stories.js +0 -59
  331. package/dist/collection/stories/organisms/ptc/Embedded Form/preview.stories.js +0 -23
  332. package/dist/collection/stories/organisms/ptc/Embedded Form Floating/preview.stories.js +0 -165
  333. package/dist/collection/stories/organisms/ptc/Event Detail/preview.stories.js +0 -16
  334. package/dist/collection/stories/organisms/ptc/Event Jumbotron/preview.stories.js +0 -470
  335. package/dist/collection/stories/organisms/ptc/Event Podcast Slider/preview.stories.js +0 -142
  336. package/dist/collection/stories/organisms/ptc/Events Listing Cards/preview.stories.js +0 -169
  337. package/dist/collection/stories/organisms/ptc/Events Listing Cards Horizontal/preview.stories.js +0 -169
  338. package/dist/collection/stories/organisms/ptc/Featured Events Slider/preview.stories.js +0 -165
  339. package/dist/collection/stories/organisms/ptc/Featured List/preview.stories.js +0 -16
  340. package/dist/collection/stories/organisms/ptc/Filter Level Theater/preview.stories.js +0 -18
  341. package/dist/collection/stories/organisms/ptc/Five Card Value Prop/preview.stories.js +0 -64
  342. package/dist/collection/stories/organisms/ptc/Footer Form/preview.stories.js +0 -18
  343. package/dist/collection/stories/organisms/ptc/Footer V2/preview.stories.js +0 -138
  344. package/dist/collection/stories/organisms/ptc/Footer V2 Cn/preview.stories.js +0 -146
  345. package/dist/collection/stories/organisms/ptc/Form Radio Button/preview.stories.js +0 -42
  346. package/dist/collection/stories/organisms/ptc/Framed Video 16 9/preview.stories.js +0 -31
  347. package/dist/collection/stories/organisms/ptc/Homepage Image Feature/preview.stories.js +0 -41
  348. package/dist/collection/stories/organisms/ptc/Homepage Jumbotron/preview.stories.js +0 -166
  349. package/dist/collection/stories/organisms/ptc/Homepage Toggled Content/preview.stories.js +0 -227
  350. package/dist/collection/stories/organisms/ptc/Hub Of Hubs/preview.stories.js +0 -417
  351. package/dist/collection/stories/organisms/ptc/Intro/preview.stories.js +0 -41
  352. package/dist/collection/stories/organisms/ptc/Jumbotron/preview.stories.js +0 -431
  353. package/dist/collection/stories/organisms/ptc/Jumbotron With Logos/preview.stories.js +0 -431
  354. package/dist/collection/stories/organisms/ptc/Large Bulleted List/preview.stories.js +0 -224
  355. package/dist/collection/stories/organisms/ptc/Large Bulleted List V2/preview.stories.js +0 -326
  356. package/dist/collection/stories/organisms/ptc/Listing Filter/preview.stories.js +0 -256
  357. package/dist/collection/stories/organisms/ptc/Main Nav Product Solutions Tab/preview.stories.js +0 -200
  358. package/dist/collection/stories/organisms/ptc/Mathcad Start Page/preview.stories.js +0 -100
  359. package/dist/collection/stories/organisms/ptc/Media Kit Speed Bump/preview.stories.js +0 -39
  360. package/dist/collection/stories/organisms/ptc/Most Popular News/preview.stories.js +0 -28
  361. package/dist/collection/stories/organisms/ptc/Mvc Form/preview.stories.js +0 -22
  362. package/dist/collection/stories/organisms/ptc/New Buttons/preview.stories.js +0 -125
  363. package/dist/collection/stories/organisms/ptc/Partners Detail/preview.stories.js +0 -151
  364. package/dist/collection/stories/organisms/ptc/Partners Listing/preview.stories.js +0 -394
  365. package/dist/collection/stories/organisms/ptc/Pdf Portal/preview.stories.js +0 -140
  366. package/dist/collection/stories/organisms/ptc/Plm On Demand 1/preview.stories.js +0 -205
  367. package/dist/collection/stories/organisms/ptc/Plm On Demand 2/preview.stories.js +0 -180
  368. package/dist/collection/stories/organisms/ptc/Podcast List/preview.stories.js +0 -175
  369. package/dist/collection/stories/organisms/ptc/Preference Center/preview.stories.js +0 -235
  370. package/dist/collection/stories/organisms/ptc/Preference Center Exit Page/preview.stories.js +0 -85
  371. package/dist/collection/stories/organisms/ptc/Preference Center Update Email/preview.stories.js +0 -54
  372. package/dist/collection/stories/organisms/ptc/Preference Center Update Personal Info/preview.stories.js +0 -59
  373. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table/preview.stories.js +0 -399
  374. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table Subnav/preview.stories.js +0 -179
  375. package/dist/collection/stories/organisms/ptc/Ptc 3 Card Value Prop/preview.stories.js +0 -46
  376. package/dist/collection/stories/organisms/ptc/Ptc Bio Cards/preview.stories.js +0 -741
  377. package/dist/collection/stories/organisms/ptc/Ptc Creo Start Page/preview.stories.js +0 -111
  378. package/dist/collection/stories/organisms/ptc/Ptc Editorial/preview.stories.js +0 -84
  379. package/dist/collection/stories/organisms/ptc/Ptc Form/preview.stories.js +0 -18
  380. package/dist/collection/stories/organisms/ptc/Ptc Icon Card Slider/preview.stories.js +0 -121
  381. package/dist/collection/stories/organisms/ptc/Ptc Icon Component/preview.stories.js +0 -185
  382. package/dist/collection/stories/organisms/ptc/Ptc Icon Sprites/preview.stories.js +0 -150
  383. package/dist/collection/stories/organisms/ptc/Ptc Innovator Toggle/preview.stories.js +0 -421
  384. package/dist/collection/stories/organisms/ptc/Ptc Media Cards/preview.stories.js +0 -133
  385. package/dist/collection/stories/organisms/ptc/Ptc News Detail/preview.stories.js +0 -142
  386. package/dist/collection/stories/organisms/ptc/Ptc News Detail Alternate/preview.stories.js +0 -140
  387. package/dist/collection/stories/organisms/ptc/Ptc Offices/preview.stories.js +0 -405
  388. package/dist/collection/stories/organisms/ptc/Ptc Readmore V3/preview.stories.js +0 -71
  389. package/dist/collection/stories/organisms/ptc/Ptc Showcase Card/preview.stories.js +0 -177
  390. package/dist/collection/stories/organisms/ptc/Ptc Sticky Share Icons/preview.stories.js +0 -184
  391. package/dist/collection/stories/organisms/ptc/Ptc Subnav V1/preview.stories.js +0 -149
  392. package/dist/collection/stories/organisms/ptc/Ptc Subnav V2/preview.stories.js +0 -91
  393. package/dist/collection/stories/organisms/ptc/Ptc Text Copy With Background/preview.stories.js +0 -226
  394. package/dist/collection/stories/organisms/ptc/Ptc Title Demo/preview.stories.js +0 -24
  395. package/dist/collection/stories/organisms/ptc/Ptc Tooltip V3/preview.stories.js +0 -85
  396. package/dist/collection/stories/organisms/ptc/Ptc Two Column Two Media/preview.stories.js +0 -126
  397. package/dist/collection/stories/organisms/ptc/Read More/preview.stories.js +0 -278
  398. package/dist/collection/stories/organisms/ptc/Related Cards/preview.stories.js +0 -107
  399. package/dist/collection/stories/organisms/ptc/Resource Center/preview.stories.js +0 -149
  400. package/dist/collection/stories/organisms/ptc/Search Result/preview.stories.js +0 -62
  401. package/dist/collection/stories/organisms/ptc/Search Result News/preview.stories.js +0 -72
  402. package/dist/collection/stories/organisms/ptc/Searchbar Plm On Demand/preview.stories.js +0 -62
  403. package/dist/collection/stories/organisms/ptc/Seo Test/preview.stories.js +0 -215
  404. package/dist/collection/stories/organisms/ptc/Sequential Slider/preview.stories.js +0 -38
  405. package/dist/collection/stories/organisms/ptc/Sequential Slider Mobile/preview.stories.js +0 -90
  406. package/dist/collection/stories/organisms/ptc/Shortform Agileworx/preview.stories.js +0 -22
  407. package/dist/collection/stories/organisms/ptc/Storefront Enhanced Product Listing/preview.stories.js +0 -132
  408. package/dist/collection/stories/organisms/ptc/Success Path Details Page/preview.stories.js +0 -236
  409. package/dist/collection/stories/organisms/ptc/Three Column Text/preview.stories.js +0 -75
  410. package/dist/collection/stories/organisms/ptc/Three Up Text Cards/preview.stories.js +0 -134
  411. package/dist/collection/stories/organisms/ptc/Two Column Media/preview.stories.js +0 -181
  412. package/dist/collection/stories/organisms/ptc/Two Column With Toggle/preview.stories.js +0 -549
  413. package/dist/collection/stories/organisms/ptc/Value Led Resource/preview.stories.js +0 -479
  414. package/dist/collection/stories/organisms/ptc/Volvo Three Col/preview.stories.js +0 -115
  415. package/dist/collection/stories/organisms/ptc/Vuforia Quiz/preview.stories.js +0 -26
  416. package/dist/collection/stories/organisms/ptc/White Paper/preview.stories.js +0 -174
  417. package/dist/collection/stories/ptcLink2.stories.js +0 -142
  418. package/dist/collection/utils/fef-logger.js +0 -23
  419. package/dist/esm/component-9beac35b.js +0 -1802
  420. package/dist/esm/global-1a5f28d5.js +0 -31
  421. package/dist/esm/ptc-button_5.entry.js +0 -534
  422. package/dist/esm/ptc-multi-select_2.entry.js +0 -669
  423. package/dist/esm/validation-messages-1379b825.js +0 -169
  424. package/dist/ptcw-design/p-00e21489.entry.js +0 -1
  425. package/dist/ptcw-design/p-02822616.entry.js +0 -1
  426. package/dist/ptcw-design/p-05c29cc2.entry.js +0 -1
  427. package/dist/ptcw-design/p-0efedf59.js +0 -1
  428. package/dist/ptcw-design/p-1454ba84.entry.js +0 -1
  429. package/dist/ptcw-design/p-15a40f78.entry.js +0 -1
  430. package/dist/ptcw-design/p-18851303.entry.js +0 -1
  431. package/dist/ptcw-design/p-1feb2812.entry.js +0 -1
  432. package/dist/ptcw-design/p-352e87c0.entry.js +0 -1
  433. package/dist/ptcw-design/p-3b9fbbaa.js +0 -1
  434. package/dist/ptcw-design/p-3e4ec8ef.entry.js +0 -1
  435. package/dist/ptcw-design/p-593b8eff.entry.js +0 -1
  436. package/dist/ptcw-design/p-66ecd7b9.entry.js +0 -1
  437. package/dist/ptcw-design/p-73a853fc.entry.js +0 -1
  438. package/dist/ptcw-design/p-78370e3d.entry.js +0 -1
  439. package/dist/ptcw-design/p-829855f5.entry.js +0 -1
  440. package/dist/ptcw-design/p-98426799.js +0 -203
  441. package/dist/ptcw-design/p-98844b50.js +0 -134
  442. package/dist/ptcw-design/p-a2c7df64.entry.js +0 -1
  443. package/dist/ptcw-design/p-a58698ca.entry.js +0 -1
  444. package/dist/ptcw-design/p-acdd9a1d.entry.js +0 -1
  445. package/dist/ptcw-design/p-ad821a01.entry.js +0 -1
  446. package/dist/ptcw-design/p-b6255525.entry.js +0 -1
  447. package/dist/ptcw-design/p-bc146844.entry.js +0 -1
  448. package/dist/ptcw-design/p-bcc6712c.entry.js +0 -68
  449. package/dist/ptcw-design/p-c82eaf9d.entry.js +0 -1
  450. package/dist/ptcw-design/p-cad4b517.entry.js +0 -1
  451. package/dist/ptcw-design/p-d6845e91.entry.js +0 -1
  452. package/dist/ptcw-design/p-ddb898c7.entry.js +0 -1
  453. package/dist/ptcw-design/p-e3867512.entry.js +0 -1
  454. package/dist/ptcw-design/p-e6619d63.entry.js +0 -1
  455. package/dist/ptcw-design/p-eaa0597a.entry.js +0 -1
  456. package/dist/ptcw-design/p-f377006c.entry.js +0 -1
  457. package/dist/ptcw-design/p-f9256e3d.entry.js +0 -1
  458. package/dist/types/global/global.d.ts +0 -4
  459. package/dist/types/utils/fef-logger.d.ts +0 -10
@@ -1 +1 @@
1
- import{r as t,c as i,h as e,H as a,g as s}from"./p-ac75c7ad.js";import{i as n}from"./p-826c17e8.js";const o=(t,i)=>!!t.querySelector(':scope > [slot="'+i+'"'),h=class{constructor(e){t(this,e),this.opened=i(this,"opened",7),this.opening=i(this,"opening",7),this.closed=i(this,"closed",7),this.closing=i(this,"closing",7),this.heading=null,this.headingTag="h3",this.autoHeight=!1,this.active=!1,this.theme="standard",this.trackerId=void 0,this.styles=void 0,this.hasHeadingSlot=!0,this.hasArrowSlot=!0}componentWillLoad(){this.hasHeadingSlot=o(this.el,"heading"),this.hasArrowSlot=o(this.el,"arrow"),this.allowHiddenUntil=n()}componentDidLoad(){this.autoHeight&&this.bodyEl.style.setProperty("--ptc-accordion-item-body-max-height",this.bodyEl.scrollHeight+2+"px"),this.onTransitionEnd(),this.bodyEl.addEventListener("transitionstart",(()=>{this.onTransitionStart()})),this.bodyEl.addEventListener("transitionend",(()=>{this.onTransitionEnd()})),this.hasHeadingSlot=o(this.el,"heading"),this.hasArrowSlot=o(this.el,"arrow")}onTransitionEnd(){this.active?(this.bodyEl.style.overflow="auto",this.opened.emit()):(this.bodyEl.style.overflow="hidden",this.allowHiddenUntil?this.bodyEl.setAttribute("hidden","until-found"):this.bodyEl.style.visibility="hidden",this.closed.emit())}onTransitionStart(){this.active?(this.allowHiddenUntil?this.bodyEl.removeAttribute("hidden"):this.bodyEl.style.visibility="visible",this.opening.emit()):this.closing.emit()}async toggle(){this.active?this.close():this.open()}async close(){this.active=!1}async open(){this.active=!0}beforeMatch(){this.open()}render(){const{active:t,autoHeight:i,theme:s,headingTag:n}=this,o=e("div",{class:"body-container",ref:t=>this.bodyEl=t,onBeforeMatch:()=>{this.beforeMatch()}},e("div",{class:"body"},e("slot",null)));return e(a,{class:{active:t,autoHeight:i},id:this.trackerId},this.styles&&e("style",null,this.styles),e("button",{class:{heading:!0,[s]:!0,"mf-listen":!0,"focus-status":!0},role:"button",onClick:()=>this.toggle(),id:this.trackerId},e("span",{class:"arrow"},this.hasArrowSlot?e("slot",{name:"arrow"}):e("svg",{focusable:"false",viewBox:"0 0 24 24","aria-hidden":"true"},e("path",{d:"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"}))),this.hasHeadingSlot?e("slot",{name:"heading"}):e(n,{class:"heading-text"},this.heading)),o)}get el(){return s(this)}};h.style="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{border-bottom:1px solid var(--color-gray-03);display:block}:host .heading{display:flex;align-items:center;justify-content:initial;width:100%;border:none;text-align:left;padding:var(--ptc-element-spacing-06);padding-left:0;cursor:pointer;transition:border-radius var(--ptc-transition-fast) ease var(--ptc-transition-fast);background-color:transparent}:host .heading .heading-text{color:var(--color-gray-10);margin:0;font-weight:var(--ptc-font-weight-bold);flex:1;font-size:var(--ptc-font-size-medium);font-family:var(--ptc-font-latin)}:host .heading .arrow{color:var(--color-green-06);margin-right:var(--ptc-element-spacing-05);transition:transform var(--ptc-transition-fast) ease-in-out}:host .heading .arrow svg{width:34px;height:34px}:host .heading .arrow svg path{fill:currentColor}@media only screen and (min-width: 768px){:host .heading .heading-text{font-size:var(--ptc-font-size-large)}}:host .body-container{overflow:hidden;max-height:0;transition:max-height var(--ptc-transition-fast) ease-in-out;scrollbar-width:none;}:host .body-container::-webkit-scrollbar{display:none;}:host .body-container .body{border-top-left-radius:0;border-top-right-radius:0;overflow:hidden;padding:var(--ptc-layout-spacing-02);padding-top:0}@media only screen and (min-width: 360px){:host .body-container .body{padding-left:24px;padding-right:0px;padding-bottom:32px}}@media only screen and (min-width: 480px){:host .body-container .body{padding-left:32px;padding-right:0px;padding-bottom:32px}}:host(.autoHeight) .body-container{overflow:hidden}:host(.active) .heading{border-bottom-left-radius:0;border-bottom-right-radius:0;transition:border-radius 0s ease}:host(.active) .heading .arrow{transform:rotate(180deg)}:host(.active) .body-container{max-height:var(--ptc-accordion-item-body-max-height)}.heading.minimalist .arrow{display:none}.heading.minimalist h3.heading-text{font-size:var(--ptc-font-size-medium)}@media only screen and (min-width: 768px){.heading.minimalist h3.heading-text{font-size:var(--ptc-font-size-large)}}.focus-status:focus-visible{outline:5px solid var(--keyboard-nav-outline);border-radius:var(--ptc-border-radius-standard) !important;outline-offset:-5px}.body ::slotted(a):focus,.body ::slotted(a):focus-visible{outline:5px solid var(--keyboard-nav-outline) !important;border-radius:var(--ptc-border-radius-standard) !important}";export{h as ptc_accordion_item}
1
+ import{r as t,c as i,h as e,H as a,g as s}from"./p-ac75c7ad.js";import{i as n}from"./p-80122e26.js";const o=(t,i)=>!!t.querySelector(':scope > [slot="'+i+'"'),h=class{constructor(e){t(this,e),this.opened=i(this,"opened",7),this.opening=i(this,"opening",7),this.closed=i(this,"closed",7),this.closing=i(this,"closing",7),this.heading=null,this.headingTag="h3",this.autoHeight=!1,this.active=!1,this.theme="standard",this.trackerId=void 0,this.styles=void 0,this.hasHeadingSlot=!0,this.hasArrowSlot=!0}componentWillLoad(){this.hasHeadingSlot=o(this.el,"heading"),this.hasArrowSlot=o(this.el,"arrow"),this.allowHiddenUntil=n()}componentDidLoad(){this.autoHeight&&this.bodyEl.style.setProperty("--ptc-accordion-item-body-max-height",this.bodyEl.scrollHeight+2+"px"),this.onTransitionEnd(),this.bodyEl.addEventListener("transitionstart",(()=>{this.onTransitionStart()})),this.bodyEl.addEventListener("transitionend",(()=>{this.onTransitionEnd()})),this.hasHeadingSlot=o(this.el,"heading"),this.hasArrowSlot=o(this.el,"arrow")}onTransitionEnd(){this.active?(this.bodyEl.style.overflow="auto",this.opened.emit()):(this.bodyEl.style.overflow="hidden",this.allowHiddenUntil?this.bodyEl.setAttribute("hidden","until-found"):this.bodyEl.style.visibility="hidden",this.closed.emit())}onTransitionStart(){this.active?(this.allowHiddenUntil?this.bodyEl.removeAttribute("hidden"):this.bodyEl.style.visibility="visible",this.opening.emit()):this.closing.emit()}async toggle(){this.active?this.close():this.open()}async close(){this.active=!1}async open(){this.active=!0}beforeMatch(){this.open()}render(){const{active:t,autoHeight:i,theme:s,headingTag:n}=this,o=e("div",{class:"body-container",ref:t=>this.bodyEl=t,onBeforeMatch:()=>{this.beforeMatch()}},e("div",{class:"body"},e("slot",null)));return e(a,{class:{active:t,autoHeight:i},id:this.trackerId},this.styles&&e("style",null,this.styles),e("button",{class:{heading:!0,[s]:!0,"mf-listen":!0,"focus-status":!0},role:"button",onClick:()=>this.toggle(),id:this.trackerId},e("span",{class:"arrow"},this.hasArrowSlot?e("slot",{name:"arrow"}):e("svg",{focusable:"false",viewBox:"0 0 24 24","aria-hidden":"true"},e("path",{d:"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"}))),this.hasHeadingSlot?e("slot",{name:"heading"}):e(n,{class:"heading-text"},this.heading)),o)}get el(){return s(this)}};h.style="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{border-bottom:1px solid var(--color-gray-03);display:block}:host .heading{display:flex;align-items:center;justify-content:initial;width:100%;border:none;text-align:left;padding:var(--ptc-element-spacing-06);padding-left:0;cursor:pointer;transition:border-radius var(--ptc-transition-fast) ease var(--ptc-transition-fast);background-color:transparent}:host .heading .heading-text{color:var(--color-gray-10);margin:0;font-weight:var(--ptc-font-weight-bold);flex:1;font-size:var(--ptc-font-size-medium);font-family:var(--ptc-font-latin)}:host .heading .arrow{color:var(--color-green-06);margin-right:var(--ptc-element-spacing-05);transition:transform var(--ptc-transition-fast) ease-in-out}:host .heading .arrow svg{width:34px;height:34px}:host .heading .arrow svg path{fill:currentColor}@media only screen and (min-width: 768px){:host .heading .heading-text{font-size:var(--ptc-font-size-large)}}:host .body-container{overflow:hidden;max-height:0;transition:max-height var(--ptc-transition-fast) ease-in-out;scrollbar-width:none;}:host .body-container::-webkit-scrollbar{display:none;}:host .body-container .body{border-top-left-radius:0;border-top-right-radius:0;overflow:hidden;padding:var(--ptc-layout-spacing-02);padding-top:0}@media only screen and (min-width: 360px){:host .body-container .body{padding-left:24px;padding-right:0px;padding-bottom:32px}}@media only screen and (min-width: 480px){:host .body-container .body{padding-left:32px;padding-right:0px;padding-bottom:32px}}:host(.autoHeight) .body-container{overflow:hidden}:host(.active) .heading{border-bottom-left-radius:0;border-bottom-right-radius:0;transition:border-radius 0s ease}:host(.active) .heading .arrow{transform:rotate(180deg)}:host(.active) .body-container{max-height:var(--ptc-accordion-item-body-max-height)}.heading.minimalist .arrow{display:none}.heading.minimalist h3.heading-text{font-size:var(--ptc-font-size-medium)}@media only screen and (min-width: 768px){.heading.minimalist h3.heading-text{font-size:var(--ptc-font-size-large)}}.focus-status:focus-visible{outline:5px solid var(--keyboard-nav-outline);border-radius:var(--ptc-border-radius-standard) !important;outline-offset:-5px}.body ::slotted(a):focus,.body ::slotted(a):focus-visible{outline:5px solid var(--keyboard-nav-outline) !important;border-radius:var(--ptc-border-radius-standard) !important}";export{h as ptc_accordion_item}
@@ -1 +1 @@
1
- import{r as a,h as t,H as e,g as i}from"./p-ac75c7ad.js";import{o as h}from"./p-826c17e8.js";const p=class{constructor(t){a(this,t)}componentDidLoad(){h(this.hostEle,".ptc-animate",!0)}render(){return t(e,null,t("div",{class:"img-wrap ptc-animate"},t("slot",{name:"featured-image"})),t("div",{class:"card-wrap ptc-animate"},t("div",{class:"card"},t("slot",{name:"card-title"}),t("slot",null))))}get hostEle(){return i(this)}};p.style="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 only screen and (min-width: 992px){:host{display:flex}}:host .img-wrap{height:400px;width:100%}@media only screen and (min-width: 992px){:host .img-wrap{height:683px;width:65%}}:host .img-wrap.in-view{animation:fadeIn 750ms ease}:host .card-wrap{display:block;z-index:1}@media only screen and (min-width: 992px){:host .card-wrap{margin-top:64px;width:35%}}:host .card-wrap.in-view .card{animation:fadeInUp 750ms ease}:host .card{padding:28px 24px;background-color:var(--color-white);border-radius:var(--ptc-border-radius-standard);box-shadow:var(--ptc-shadow-large);box-sizing:border-box;max-width:540px;margin:-96px 16px 0 16px}@media only screen and (min-width: 992px){:host .card{padding:64px;margin:0 0 0 -120px;width:calc(100% + 120px);max-width:fit-content}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{transform:translate3d(0, 30%, 0)}to{transform:translate3d(0, 0, 0)}}::slotted(.cta-wrap){display:flex;grid-row-gap:16px;grid-column-gap:24px;flex-wrap:wrap;margin-top:32px}::slotted(.card-title-wrap){margin-bottom:16px}";export{p as ptc_homepage_image_feature}
1
+ import{r as a,h as t,H as e,g as i}from"./p-ac75c7ad.js";import{o as h}from"./p-80122e26.js";const p=class{constructor(t){a(this,t)}componentDidLoad(){h(this.hostEle,".ptc-animate",!0)}render(){return t(e,null,t("div",{class:"img-wrap ptc-animate"},t("slot",{name:"featured-image"})),t("div",{class:"card-wrap ptc-animate"},t("div",{class:"card"},t("slot",{name:"card-title"}),t("slot",null))))}get hostEle(){return i(this)}};p.style="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 only screen and (min-width: 992px){:host{display:flex}}:host .img-wrap{height:400px;width:100%}@media only screen and (min-width: 992px){:host .img-wrap{height:683px;width:65%}}:host .img-wrap.in-view{animation:fadeIn 750ms ease}:host .card-wrap{display:block;z-index:1}@media only screen and (min-width: 992px){:host .card-wrap{margin-top:64px;width:35%}}:host .card-wrap.in-view .card{animation:fadeInUp 750ms ease}:host .card{padding:28px 24px;background-color:var(--color-white);border-radius:var(--ptc-border-radius-standard);box-shadow:var(--ptc-shadow-large);box-sizing:border-box;max-width:540px;margin:-96px 16px 0 16px}@media only screen and (min-width: 992px){:host .card{padding:64px;margin:0 0 0 -120px;width:calc(100% + 120px);max-width:fit-content}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{transform:translate3d(0, 30%, 0)}to{transform:translate3d(0, 0, 0)}}::slotted(.cta-wrap){display:flex;grid-row-gap:16px;grid-column-gap:24px;flex-wrap:wrap;margin-top:32px}::slotted(.card-title-wrap){margin-bottom:16px}";export{p as ptc_homepage_image_feature}
@@ -1 +1 @@
1
- import{r as t,h as a,H as e,g as p}from"./p-ac75c7ad.js";import{a as l}from"./p-826c17e8.js";const i=class{constructor(a){t(this,a),this.topTitle=void 0}componentDidRender(){l(".js-card-bottom",this.el)}render(){return a(e,null,a("div",{class:"most-popular-wrapper"},a("slot",{name:"seo-content"}),a("ptc-title",{type:"h2","text-align":"center","title-size":"large","title-color":"white",upperline:"no-upperline","title-display":"block","title-height":"densest","title-margin":"margin-flush","title-weight":"w-7",class:"most-popular-title"},this.topTitle),a("div",{class:"most-popular-cards"},a("div",{class:"most-popular-card"},a("ptc-card-wrapper",{id:"most-popular-1",tabindex:"0","card-type":"most-popular","card-link":"https://www.ptc.com/","is-loading":"false","link-target":"_blank","link-title":"Link title on hover",class:"most-pupular-card mf-listen"},a("ptc-badge",{type:"svg","svg-code":'<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">\n<circle cx="17.5" cy="17.5" r="17.5" fill="#006E09"/>\n<path d="M22.224 20.0959V22.9999H12.48V20.0959H15.888V12.8239C15.744 13.0159 15.512 13.2159 15.192 13.4239C14.888 13.6159 14.552 13.7999 14.184 13.9759C13.816 14.1519 13.432 14.2959 13.032 14.4079C12.648 14.5199 12.304 14.5759 12 14.5759V11.5759C12.288 11.5759 12.64 11.4879 13.056 11.3119C13.472 11.1199 13.88 10.8959 14.28 10.6399C14.68 10.3839 15.024 10.1359 15.312 9.8959C15.616 9.6399 15.808 9.4399 15.888 9.2959H19.176V20.0959H22.224Z" fill="white"/>\n</svg>\n'}),a("ptc-card-content",{tabindex:"-1"},a("ptc-picture",{alt:"image-test","is-full-height":!0,"is-full-width":!0,src:"https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data"})),a("ptc-card-bottom",{"card-type":"most-popular",class:"js-card-bottom",tabindex:"-1"},a("ptc-para",{"para-line-h":"--ptc-line-height-denser","font-size":"x-small","font-weight":"w-7","para-color":"primary-grey","para-margin":"margin-top-3","seo-compatibility-mode":!0},a("p",null,"PTC Q2 FY’23 Earnings Presentation"))))),a("div",{class:"most-popular-card"},a("ptc-card-wrapper",{id:"most-popular-2","card-type":"most-popular","card-link":"https://www.ptc.com/","is-loading":"false","link-target":"_blank","link-title":"Link title on hover",class:"most-pupular-card"},a("ptc-badge",{type:"svg","svg-code":'<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">\n<circle cx="17.5" cy="17.5" r="17.5" fill="#006E09"/>\n<path d="M12 23.0002C12 22.2802 12.056 21.6322 12.168 21.0562C12.28 20.4642 12.472 19.9202 12.744 19.4242C13.032 18.9282 13.416 18.4642 13.896 18.0322C14.392 17.6002 15.016 17.1762 15.768 16.7602C16.424 16.4082 17 16.1042 17.496 15.8482C18.008 15.5762 18.432 15.3282 18.768 15.1042C19.104 14.8802 19.36 14.6562 19.536 14.4322C19.712 14.1922 19.8 13.9202 19.8 13.6162C19.8 13.1362 19.608 12.7282 19.224 12.3922C18.84 12.0402 18.288 11.8642 17.568 11.8642C17.184 11.8642 16.832 11.9202 16.512 12.0322C16.192 12.1282 15.888 12.2642 15.6 12.4402C15.328 12.6162 15.072 12.8162 14.832 13.0402C14.608 13.2482 14.4 13.4722 14.208 13.7122L12.144 11.3362C12.352 11.1122 12.648 10.8722 13.032 10.6162C13.416 10.3442 13.864 10.0962 14.376 9.87215C14.904 9.63215 15.48 9.44015 16.104 9.29615C16.744 9.13615 17.424 9.05615 18.144 9.05615C18.96 9.05615 19.688 9.16015 20.328 9.36815C20.968 9.56015 21.504 9.84015 21.936 10.2082C22.384 10.5602 22.72 10.9922 22.944 11.5042C23.184 12.0002 23.304 12.5442 23.304 13.1362C23.304 13.6962 23.2 14.1922 22.992 14.6242C22.784 15.0562 22.52 15.4402 22.2 15.7762C21.88 16.1122 21.528 16.4082 21.144 16.6642C20.776 16.9042 20.416 17.1202 20.064 17.3122C19.776 17.4722 19.448 17.6562 19.08 17.8642C18.712 18.0722 18.344 18.3042 17.976 18.5602C17.624 18.8002 17.296 19.0562 16.992 19.3282C16.688 19.5842 16.456 19.8402 16.296 20.0962H23.568V23.0002H12Z" fill="white"/>\n</svg>\n'}),a("ptc-card-content",null,a("ptc-picture",{alt:"image-test","is-full-height":!0,"is-full-width":!0,src:"https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data"})),a("ptc-card-bottom",{"card-type":"most-popular",class:"js-card-bottom"},a("ptc-para",{"para-line-h":"--ptc-line-height-denser","font-size":"x-small","font-weight":"w-7","para-color":"primary-grey","para-margin":"margin-top-3","seo-compatibility-mode":!0},a("p",null,"PTC Announces Availability of Creo 9"))))),a("div",{class:"most-popular-card"},a("ptc-card-wrapper",{id:"most-popular-3","card-type":"most-popular","card-link":"https://www.ptc.com/","is-loading":"false","link-target":"_blank","link-title":"Link title on hover",class:"most-pupular-card"},a("ptc-badge",{type:"svg","svg-code":'<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">\n<circle cx="17.5" cy="17.5" r="17.5" fill="#006E09"/>\n<path d="M20.472 16.3358C21.464 16.5118 22.264 16.9918 22.872 17.7758C23.496 18.5438 23.808 19.4878 23.808 20.6078C23.808 21.3598 23.656 22.0398 23.352 22.6478C23.064 23.2558 22.648 23.7678 22.104 24.1838C21.576 24.6158 20.928 24.9438 20.16 25.1678C19.392 25.4078 18.528 25.5278 17.568 25.5278C16.352 25.5278 15.272 25.3278 14.328 24.9278C13.4 24.5438 12.624 23.9758 12 23.2238L13.824 20.9438C14.24 21.4718 14.736 21.8798 15.312 22.1678C15.888 22.4558 16.608 22.5998 17.472 22.5998C18.448 22.5998 19.192 22.4078 19.704 22.0238C20.216 21.6398 20.472 21.0478 20.472 20.2478C20.472 19.4158 20.176 18.7758 19.584 18.3278C18.992 17.8798 18.096 17.6558 16.896 17.6558H16.224V15.2558H16.968C17.96 15.2558 18.728 15.0398 19.272 14.6078C19.816 14.1598 20.088 13.5918 20.088 12.9038C20.088 12.2478 19.864 11.7598 19.416 11.4398C18.968 11.1198 18.384 10.9598 17.664 10.9598C16.928 10.9598 16.264 11.1278 15.672 11.4638C15.096 11.7998 14.624 12.2718 14.256 12.8798L12.24 10.6238C12.48 10.2558 12.8 9.92778 13.2 9.63978C13.6 9.33578 14.048 9.07978 14.544 8.87178C15.056 8.64778 15.608 8.47978 16.2 8.36778C16.792 8.23978 17.4 8.17578 18.024 8.17578C18.84 8.17578 19.584 8.27978 20.256 8.48778C20.928 8.69578 21.504 8.98378 21.984 9.35178C22.48 9.71978 22.856 10.1678 23.112 10.6958C23.384 11.2078 23.52 11.7838 23.52 12.4238C23.52 12.9038 23.448 13.3598 23.304 13.7918C23.16 14.2238 22.952 14.6158 22.68 14.9678C22.408 15.3198 22.08 15.6158 21.696 15.8558C21.328 16.0958 20.92 16.2558 20.472 16.3358Z" fill="white"/>\n</svg>\n'}),a("ptc-card-content",null,a("ptc-picture",{alt:"image-test","is-full-height":!0,"is-full-width":!0,src:"https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data"})),a("ptc-card-bottom",{"card-type":"most-popular",class:"js-card-bottom"},a("ptc-para",{"para-line-h":"--ptc-line-height-denser","font-size":"x-small","font-weight":"w-7","para-color":"primary-grey","para-margin":"margin-top-3","seo-compatibility-mode":!0},a("p",null,"PTC Completes Acquisition of Intland Software"))))))))}get el(){return p(this)}};i.style="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}}.most-popular-wrapper{border:1px solid #eee;display:flex;flex-flow:column nowrap;background-color:var(--color-gray-02)}::slotted([slot=seo-content]){display:none}.most-popular-title{border-radius:4px 4px 0px 0px;background-color:var(--color-gray-12);padding:var(--ptc-element-spacing-05) 0px}.most-popular-cards{display:flex;flex-flow:column nowrap;max-width:100%;padding:12px}.most-popular-card ptc-card-wrapper{border-radius:4px;background:#FFF;box-shadow:var(--ptc-shadow-x-small)}.most-popular-card ptc-card-wrapper:hover{box-shadow:var(--ptc-shadow-small)}@media screen and (min-width: 768px){.most-popular-title{display:none}.most-popular-cards{display:flex;flex-flow:row nowrap}}@media screen and (min-width: 992px){.most-popular-title{display:block}.most-popular-cards{display:flex;flex-flow:column nowrap;max-width:246px;padding:12px 0;margin:0 auto}}";export{i as most_popular_news}
1
+ import{r as t,h as a,H as e,g as p}from"./p-ac75c7ad.js";import{a as l}from"./p-80122e26.js";const i=class{constructor(a){t(this,a),this.topTitle=void 0}componentDidRender(){l(".js-card-bottom",this.el)}render(){return a(e,null,a("div",{class:"most-popular-wrapper"},a("slot",{name:"seo-content"}),a("ptc-title",{type:"h2","text-align":"center","title-size":"large","title-color":"white",upperline:"no-upperline","title-display":"block","title-height":"densest","title-margin":"margin-flush","title-weight":"w-7",class:"most-popular-title"},this.topTitle),a("div",{class:"most-popular-cards"},a("div",{class:"most-popular-card"},a("ptc-card-wrapper",{id:"most-popular-1",tabindex:"0","card-type":"most-popular","card-link":"https://www.ptc.com/","is-loading":"false","link-target":"_blank","link-title":"Link title on hover",class:"most-pupular-card mf-listen"},a("ptc-badge",{type:"svg","svg-code":'<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">\n<circle cx="17.5" cy="17.5" r="17.5" fill="#006E09"/>\n<path d="M22.224 20.0959V22.9999H12.48V20.0959H15.888V12.8239C15.744 13.0159 15.512 13.2159 15.192 13.4239C14.888 13.6159 14.552 13.7999 14.184 13.9759C13.816 14.1519 13.432 14.2959 13.032 14.4079C12.648 14.5199 12.304 14.5759 12 14.5759V11.5759C12.288 11.5759 12.64 11.4879 13.056 11.3119C13.472 11.1199 13.88 10.8959 14.28 10.6399C14.68 10.3839 15.024 10.1359 15.312 9.8959C15.616 9.6399 15.808 9.4399 15.888 9.2959H19.176V20.0959H22.224Z" fill="white"/>\n</svg>\n'}),a("ptc-card-content",{tabindex:"-1"},a("ptc-picture",{alt:"image-test","is-full-height":!0,"is-full-width":!0,src:"https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data"})),a("ptc-card-bottom",{"card-type":"most-popular",class:"js-card-bottom",tabindex:"-1"},a("ptc-para",{"para-line-h":"--ptc-line-height-denser","font-size":"x-small","font-weight":"w-7","para-color":"primary-grey","para-margin":"margin-top-3","seo-compatibility-mode":!0},a("p",null,"PTC Q2 FY’23 Earnings Presentation"))))),a("div",{class:"most-popular-card"},a("ptc-card-wrapper",{id:"most-popular-2","card-type":"most-popular","card-link":"https://www.ptc.com/","is-loading":"false","link-target":"_blank","link-title":"Link title on hover",class:"most-pupular-card"},a("ptc-badge",{type:"svg","svg-code":'<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">\n<circle cx="17.5" cy="17.5" r="17.5" fill="#006E09"/>\n<path d="M12 23.0002C12 22.2802 12.056 21.6322 12.168 21.0562C12.28 20.4642 12.472 19.9202 12.744 19.4242C13.032 18.9282 13.416 18.4642 13.896 18.0322C14.392 17.6002 15.016 17.1762 15.768 16.7602C16.424 16.4082 17 16.1042 17.496 15.8482C18.008 15.5762 18.432 15.3282 18.768 15.1042C19.104 14.8802 19.36 14.6562 19.536 14.4322C19.712 14.1922 19.8 13.9202 19.8 13.6162C19.8 13.1362 19.608 12.7282 19.224 12.3922C18.84 12.0402 18.288 11.8642 17.568 11.8642C17.184 11.8642 16.832 11.9202 16.512 12.0322C16.192 12.1282 15.888 12.2642 15.6 12.4402C15.328 12.6162 15.072 12.8162 14.832 13.0402C14.608 13.2482 14.4 13.4722 14.208 13.7122L12.144 11.3362C12.352 11.1122 12.648 10.8722 13.032 10.6162C13.416 10.3442 13.864 10.0962 14.376 9.87215C14.904 9.63215 15.48 9.44015 16.104 9.29615C16.744 9.13615 17.424 9.05615 18.144 9.05615C18.96 9.05615 19.688 9.16015 20.328 9.36815C20.968 9.56015 21.504 9.84015 21.936 10.2082C22.384 10.5602 22.72 10.9922 22.944 11.5042C23.184 12.0002 23.304 12.5442 23.304 13.1362C23.304 13.6962 23.2 14.1922 22.992 14.6242C22.784 15.0562 22.52 15.4402 22.2 15.7762C21.88 16.1122 21.528 16.4082 21.144 16.6642C20.776 16.9042 20.416 17.1202 20.064 17.3122C19.776 17.4722 19.448 17.6562 19.08 17.8642C18.712 18.0722 18.344 18.3042 17.976 18.5602C17.624 18.8002 17.296 19.0562 16.992 19.3282C16.688 19.5842 16.456 19.8402 16.296 20.0962H23.568V23.0002H12Z" fill="white"/>\n</svg>\n'}),a("ptc-card-content",null,a("ptc-picture",{alt:"image-test","is-full-height":!0,"is-full-width":!0,src:"https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data"})),a("ptc-card-bottom",{"card-type":"most-popular",class:"js-card-bottom"},a("ptc-para",{"para-line-h":"--ptc-line-height-denser","font-size":"x-small","font-weight":"w-7","para-color":"primary-grey","para-margin":"margin-top-3","seo-compatibility-mode":!0},a("p",null,"PTC Announces Availability of Creo 9"))))),a("div",{class:"most-popular-card"},a("ptc-card-wrapper",{id:"most-popular-3","card-type":"most-popular","card-link":"https://www.ptc.com/","is-loading":"false","link-target":"_blank","link-title":"Link title on hover",class:"most-pupular-card"},a("ptc-badge",{type:"svg","svg-code":'<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">\n<circle cx="17.5" cy="17.5" r="17.5" fill="#006E09"/>\n<path d="M20.472 16.3358C21.464 16.5118 22.264 16.9918 22.872 17.7758C23.496 18.5438 23.808 19.4878 23.808 20.6078C23.808 21.3598 23.656 22.0398 23.352 22.6478C23.064 23.2558 22.648 23.7678 22.104 24.1838C21.576 24.6158 20.928 24.9438 20.16 25.1678C19.392 25.4078 18.528 25.5278 17.568 25.5278C16.352 25.5278 15.272 25.3278 14.328 24.9278C13.4 24.5438 12.624 23.9758 12 23.2238L13.824 20.9438C14.24 21.4718 14.736 21.8798 15.312 22.1678C15.888 22.4558 16.608 22.5998 17.472 22.5998C18.448 22.5998 19.192 22.4078 19.704 22.0238C20.216 21.6398 20.472 21.0478 20.472 20.2478C20.472 19.4158 20.176 18.7758 19.584 18.3278C18.992 17.8798 18.096 17.6558 16.896 17.6558H16.224V15.2558H16.968C17.96 15.2558 18.728 15.0398 19.272 14.6078C19.816 14.1598 20.088 13.5918 20.088 12.9038C20.088 12.2478 19.864 11.7598 19.416 11.4398C18.968 11.1198 18.384 10.9598 17.664 10.9598C16.928 10.9598 16.264 11.1278 15.672 11.4638C15.096 11.7998 14.624 12.2718 14.256 12.8798L12.24 10.6238C12.48 10.2558 12.8 9.92778 13.2 9.63978C13.6 9.33578 14.048 9.07978 14.544 8.87178C15.056 8.64778 15.608 8.47978 16.2 8.36778C16.792 8.23978 17.4 8.17578 18.024 8.17578C18.84 8.17578 19.584 8.27978 20.256 8.48778C20.928 8.69578 21.504 8.98378 21.984 9.35178C22.48 9.71978 22.856 10.1678 23.112 10.6958C23.384 11.2078 23.52 11.7838 23.52 12.4238C23.52 12.9038 23.448 13.3598 23.304 13.7918C23.16 14.2238 22.952 14.6158 22.68 14.9678C22.408 15.3198 22.08 15.6158 21.696 15.8558C21.328 16.0958 20.92 16.2558 20.472 16.3358Z" fill="white"/>\n</svg>\n'}),a("ptc-card-content",null,a("ptc-picture",{alt:"image-test","is-full-height":!0,"is-full-width":!0,src:"https://s7d1.scene7.com/is/image/ptcinc//dpm-male-worker-laptop-factory-data"})),a("ptc-card-bottom",{"card-type":"most-popular",class:"js-card-bottom"},a("ptc-para",{"para-line-h":"--ptc-line-height-denser","font-size":"x-small","font-weight":"w-7","para-color":"primary-grey","para-margin":"margin-top-3","seo-compatibility-mode":!0},a("p",null,"PTC Completes Acquisition of Intland Software"))))))))}get el(){return p(this)}};i.style="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}}.most-popular-wrapper{border:1px solid #eee;display:flex;flex-flow:column nowrap;background-color:var(--color-gray-02)}::slotted([slot=seo-content]){display:none}.most-popular-title{border-radius:4px 4px 0px 0px;background-color:var(--color-gray-12);padding:var(--ptc-element-spacing-05) 0px}.most-popular-cards{display:flex;flex-flow:column nowrap;max-width:100%;padding:12px}.most-popular-card ptc-card-wrapper{border-radius:4px;background:#FFF;box-shadow:var(--ptc-shadow-x-small)}.most-popular-card ptc-card-wrapper:hover{box-shadow:var(--ptc-shadow-small)}@media screen and (min-width: 768px){.most-popular-title{display:none}.most-popular-cards{display:flex;flex-flow:row nowrap}}@media screen and (min-width: 992px){.most-popular-title{display:block}.most-popular-cards{display:flex;flex-flow:column nowrap;max-width:246px;padding:12px 0;margin:0 auto}}";export{i as most_popular_news}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,g as i}from"./p-ac75c7ad.js";import{M as o}from"./p-672a349f.js";class n{constructor(t){this.params=t,this.url_vars={},this.visitor_elq_id=null,this.field_mappings=[],this.callback_queue=[],this.fields_populated=!1,this.user_elq_email="",this.user_elq_firstname="",this.user_elq_lastname="",this.params=Object.assign(Object.assign({},{elq_site_id:"",elq_visitor_lookup_key:"",elq_recipient_id_lookup_key:"",elq_contact_lookup_key:"",elq_subscription_lookup_key:"",elq_field_email_rec_id:"V_EmailRecipientID",elq_field_contact_email:"C_EmailAddress",elq_field_visitor_email:"V_Email_Address",elq_field_visitor_firstname:"V_First_Name",elq_field_visitor_lastname:"V_Last_Name",notme_link_id:"not-me-link-id",notme_fields_class:null,notme_message:"Not {name}? Click here.",notme_message_noname:"Not your details below? Click here."}),this.params),this.init()}init(){this.setEloquaSiteId(),this.async_load(),this.store_url_vars(),this.store_visitor_elq_id(),window.SetElqContent=this.eloqua_callback.bind(this)}setEloquaSiteId(){this.params.elq_site_id&&(n._elqQ.push(["elqSetSiteId",this.params.elq_site_id]),n._elqQ.push(["elqUseFirstPartyCookie","tracking.ptc.com"]),n._elqQ.push(["elqTrackPageView",window.location.href]))}fire_pageview(t){try{n._elqQ.push(void 0===t?["elqTrackPageView"]:["elqTrackPageView",t])}catch(t){console.log("TRACKING: Could not fire Eloqua pageview: ",t)}}find_eloqua_contact(){this.callback_queue.push(this.handle_contact_lookup.bind(this)),null!==this.visitor_elq_id?this.lookup_visitor_by_recipient_id():this.lookup_contact_by_email()}add_field_mapping(t){this.field_mappings.push(t)}add_queue_action(t){this.callback_queue.push(t)}find_eloqua_subscription_info(){this.callback_queue.push(this.handle_visitor_lookup.bind(this)),this.callback_queue.push(this.populateCheckboxes.bind(this)),null!==this.visitor_elq_id?this.retry_visitor_by_cookie(5,1600):(console.log("visitor_elq_id is null."),this.lookup_visitor_by_cookie())}store_url_vars(){this.url_vars={},window.location.search.substring(1).split("&").forEach((t=>{let[e,i]=t.split("=");e=decodeURIComponent(e),i=decodeURIComponent(i),this.url_vars[e]=i}))}store_visitor_elq_id(){const t=this.url_vars.elq;if(t){const e=t.toUpperCase().replace(/(.{8})(.{4})(.{4})(.{4})(.{12})/,"$1-$2-$3-$4-$5");this.visitor_elq_id=e}else this.visitor_elq_id=null,console.log("INIT: ...no visitor Eloqua ID found in URL")}eloqua_callback(){console.log("LOOKUP: Eloqua lookup finished and calling setElqContent");let t=!0;for(;t&&this.callback_queue.length>0;){const e=this.callback_queue.shift();if(e&&(t=e(),!t)){console.log("QUEUE: Action failed, re-adding to queue"),this.callback_queue.unshift(e);break}}t&&null===this.visitor_elq_id&&"function"!=typeof window.GetElqGroupMembershipStatus&&(this.update_user_details(),this.populate_mapped_fields())}lookup_visitor_by_cookie(){""!=this.params.elq_visitor_lookup_key?n._elqQ.push(["elqDataLookup",escape(this.params.elq_visitor_lookup_key),""]):console.log("LOOKUP: A visitor lookup cannot be performed as no lookup key was defined")}retry_visitor_by_cookie(t=3,e=500){let i;t>0?(this.lookup_visitor_by_cookie(),"function"!=typeof window.GetElqContentPersonalizationValue?i=setTimeout((()=>{this.retry_visitor_by_cookie(t-1,e)}),e):clearTimeout(i)):console.error("GetElqContentPersonalizationValue is still not available after 3 attempts")}lookup_visitor_by_recipient_id(){""!=this.params.elq_recipient_id_lookup_key?n._elqQ.push(["elqDataLookup",escape(this.params.elq_recipient_id_lookup_key),"<"+this.params.elq_field_email_rec_id+">"+this.visitor_elq_id+"</"+this.params.elq_field_email_rec_id+">"]):console.log("LOOKUP: A visitor lookup cannot be performed as no lookup key was defined")}lookup_contact_by_email(){""!=this.params.elq_contact_lookup_key?n._elqQ.push(["elqDataLookup",escape(this.params.elq_contact_lookup_key),"<"+this.params.elq_field_contact_email+">"+this.user_elq_email+"</"+this.params.elq_field_contact_email+">"]):console.log("LOOKUP: A Contact lookup cannot be performed as no lookup key was defined")}lookup_subscription_by_email(){this.params.elq_subscription_lookup_key?n._elqQ.push(["elqDataLookup",escape(this.params.elq_subscription_lookup_key),`<${this.params.elq_field_contact_email}>${this.user_elq_email}</${this.params.elq_field_contact_email}>`]):console.log("LOOKUP: A Subscription lookup cannot be performed as no subscription lookup key or email was defined")}handle_visitor_lookup(){if("function"==typeof window.GetElqContentPersonalizationValue){const o=window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_email);if(o){this.user_elq_email=o.trim(),this.lookup_subscription_by_email();var t=this.user_elq_email,e=new Date;e.setTime(e.getTime()+12096e5);var i="expires="+e.toUTCString();return document.cookie="elq-uid="+encodeURIComponent(t)+";"+i+";path=/;SameSite=Strict;Secure",!0}return!1}}handle_contact_lookup(){return""!=window.GetElqContentPersonalizationValue(this.params.elq_field_contact_email)}populate_mapped_fields(){this.field_mappings.forEach((({elementId:t,elqFieldName:e})=>{const i=window.GetElqContentPersonalizationValue(e);if("contact-country"!==t){const e=document.getElementById(t);e&&i&&(e.value=i,e.closest("ptc-textfield")?(e.closest("ptc-textfield").style.display="none",e.closest("ptc-textfield").inputValue=i):e.closest("ptc-select")&&(e.closest("ptc-select").style.display="none",e.closest("ptc-select").selectedValue=i),this.fields_populated=!0)}else{const e=document.getElementById(t),n=document.querySelector(".mdc-select"),s=new o(n);e&&i&&(e.textContent=i,e.closest("ptc-select").selectedValue=i,s.value=i),e.closest("ptc-select")&&(e.closest("ptc-select").style.display="none")}})),this.fields_populated&&this.update_notme_link()}update_user_details(){""!==window.GetElqContentPersonalizationValue(this.params.elq_field_contact_email)&&document.querySelectorAll('input[type=text], input[type=tel], input[name="phonenumber"], input[name="phonenumbertwo"], input[type=email], select, textarea, span.mdc-select__selected-text').forEach((t=>{if("SPAN"===t.tagName){const e=t,i=e.getAttribute("data-eloqua-name"),n=e.closest("ptc-select"),s=new o(n.querySelector(".mdc-select"));if(null!==i){const t=window.GetElqContentPersonalizationValue(i);""!==t&&t.length>0&&(e.textContent=t,n.selectedValue=t,s.value=t)}}else if(t.className.includes("intl-tel-input")){const e=t,i=e.getAttribute("data-eloqua-name");if(null!==i){const t=window.GetElqContentPersonalizationValue(i);""!==t&&t.length>0&&setTimeout((()=>{e.placeholder=t,e.value=t,e.closest("ptc-textfield").inputValue=t}),1e3)}}else{const e=t,i=e.getAttribute("data-eloqua-name");if(null!==i){const t=window.GetElqContentPersonalizationValue(i);""!==t&&t.length>0&&(e.value=t,e.closest("ptc-textfield").inputValue=t)}}})),""==this.user_elq_email&&""!=window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_email)&&(this.user_elq_email=window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_email)),""==this.user_elq_firstname&&""!=window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_firstname)&&(this.user_elq_firstname=window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_firstname)),""==this.user_elq_lastname&&""!=window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_lastname)&&(this.user_elq_lastname=window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_lastname))}populateCheckboxes(){"function"==typeof window.GetElqGroupMembershipStatus?(document.querySelector(".cookie-email").innerHTML=this.user_elq_email?this.user_elq_email:"email information is not available",document.querySelectorAll("input.groupId").forEach((t=>{const e=t.getAttribute("data-sub-groupid"),i=t.getAttribute("data-unsub-groupid"),o=window.GetElqGroupMembershipStatus(e),n=window.GetElqGroupMembershipStatus(i);null==o||void 0===o||o?t.checked=!0:n&&(t.checked=!1),this.fields_populated=!0})),this.fields_populated&&this.update_notme_link()):console.log("No result from group membership web look up, cannot display membership info")}disable_submit_button(){$("#btnSubmit").prop("disabled",!0)}update_notme_link(){const t=window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_firstname),e=window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_lastname),i=document.getElementById("not-me-additional-top"),o=document.getElementById("not-me-additional-bottom");if(i){let o=i.innerHTML;o=t&&e?o.replace("{name}",t+" "+e):this.params.notme_message_noname,i.innerHTML=o,i.style.display="block"}o&&(o.style.display="block");const n=document.getElementById(this.params.notme_link_id);n&&(n.style.display="block",n.onclick=this.remove_user_details.bind(this))}remove_user_details(t){t.preventDefault(),this.user_elq_email="",this.user_elq_firstname="",this.user_elq_lastname="";const e=document.getElementById("not-me-additional-top"),i=document.getElementById("not-me-additional-bottom");return e.style.display="none",i.style.display="none",this.refreshForm(),!1}refreshForm(){this.field_mappings.forEach((({elementId:t})=>{if("contact-country"!==t){const e=document.getElementById(t);e&&(e.value="",e.closest("ptc-textfield")?"true"!=e.closest("ptc-textfield").getAttribute("ignore-blind-submit")&&(e.closest("ptc-textfield").style.display=""):e.closest("ptc-select")?e.closest("ptc-select").style.display="none":e.closest("ptc-form-checkbox")&&"true"==e.closest("ptc-form-checkbox").getAttribute("ignore-blind-submit")&&(e.closest("ptc-form-checkbox").style.display="none"))}else{const e=document.getElementById(t);e&&(e.textContent=""),e.closest("ptc-select")&&(e.closest("ptc-select").style.display="")}})),this.clearEloquaCookie("elq-uid"),this.fields_populated=!1}clearEloquaCookie(t){document.cookie=t+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"}async_load(){const t=document.createElement("script");t.type="text/javascript",t.async=!0,t.src="https://img.en25.com/i/elqCfg.min.js",t.onerror=t=>{console.log(`Error loading script: ${t}`)};const e=document.getElementsByTagName("script")[0];e&&e.parentNode?e.parentNode.insertBefore(t,e):document.head.appendChild(t)}}n._elqQ=window._elqQ||[];const s=class{constructor(e){t(this,e),this.elqSiteId=void 0,this.elqVisitorLookupKey=void 0,this.elqRecipientIdLookupKey=void 0,this.elqContactLookupKey=void 0,this.elqSubscriptionLookupKey=void 0,this.elqFieldEmailRecId="V_EmailRecipientID",this.elqFieldContactEmail="C_EmailAddress",this.elqFieldVisitorEmail="V_Email_Address",this.elqFieldVisitorFirstname="C_FirstName",this.elqFieldVisitorLastname="C_LastName",this.notmeLinkId=void 0,this.notmeFieldsClass=void 0,this.notmeMessage=void 0,this.notmeMessageNoname=void 0,this.isBlindSubmit=!0,this.isInitialized=!1}componentWillLoad(){this.initializeElqLib(),this.isBlindSubmit&&this.populateBlindField()}componentDidLoad(){this.init_notme()}initializeElqLib(){this.elqLib=new n({elq_site_id:this.elqSiteId,elq_visitor_lookup_key:this.elqVisitorLookupKey,elq_recipient_id_lookup_key:this.elqRecipientIdLookupKey,elq_contact_lookup_key:this.elqContactLookupKey,elq_subscription_lookup_key:this.elqSubscriptionLookupKey,elq_field_email_rec_id:this.elqFieldEmailRecId,elq_field_contact_email:this.elqFieldContactEmail,elq_field_visitor_email:this.elqFieldVisitorEmail,elq_field_visitor_firstname:this.elqFieldVisitorFirstname,elq_field_visitor_lastname:this.elqFieldVisitorLastname,notme_link_id:this.notmeLinkId,notme_fields_class:this.notmeFieldsClass,notme_message:this.notmeMessage,notme_message_noname:this.notmeMessageNoname}),this.isInitialized=!0}populateBlindField(){this.elqLib.add_field_mapping({elementId:"contact-phone",elqFieldName:"C_BusPhone"}),this.elqLib.add_field_mapping({elementId:"contact-email",elqFieldName:"C_EmailAddress"}),this.elqLib.add_field_mapping({elementId:"contact-firstname",elqFieldName:"C_FirstName"}),this.elqLib.add_field_mapping({elementId:"contact-lastname",elqFieldName:"C_LastName"}),this.elqLib.add_field_mapping({elementId:"contact-country",elqFieldName:"C_Country"}),this.elqLib.add_field_mapping({elementId:"contact-phone",elqFieldName:"C_BusPhone"}),this.elqLib.add_field_mapping({elementId:"company",elqFieldName:"C_Company"}),this.elqLib.add_field_mapping({elementId:"contact-state",elqFieldName:"C_State_Prov"}),this.elqLib.add_field_mapping({elementId:"contact-zipcode",elqFieldName:"C_Zip_Postal"}),this.elqLib.add_field_mapping({elementId:"contact-job-category",elqFieldName:"C_Job_Role1"}),this.elqLib.add_field_mapping({elementId:"contact-job-function",elqFieldName:"C_Job_Function1"}),this.elqLib.add_field_mapping({elementId:"contact-jp-job-title",elqFieldName:"C_Title"})}getCookie(t){let e=null;if(document.cookie){const i=document.cookie.split(";");for(let o of i){const[i,n]=o.trim().split("=");if(i===t){e=decodeURIComponent(n);break}}}return e}init_notme(){const t=document.getElementById("not-me-additional-top"),e=document.getElementById("not-me-additional-bottom");t&&(t.style.display="none"),e&&(e.style.display="none")}async performDataLookup(){this.isInitialized&&(this.elqLib.user_elq_email=this.getCookie("elq-uid"),this.elqLib.find_eloqua_contact())}async performSubscriptionLookup(){this.isInitialized&&(this.elqLib.user_elq_email=this.getCookie("elq-uid"),this.elqLib.find_eloqua_subscription_info())}render(){return e("slot",null)}get el(){return i(this)}};s.style="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}#not-me-link-id{color:var(--color-gray-10);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-medium);font-style:normal;font-weight:var(--ptc-font-weight-bold);line-height:normal;margin-bottom:var(--ptc-element-spacing-03);position:relative}#not-me-link-id a{color:var(--color-hyperlink);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-medium);font-style:normal;font-weight:var(--ptc-font-weight-bold);line-height:normal;text-decoration-line:underline}.not-me-additional-text{color:var(--color-gray-10);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-medium);font-style:normal;font-weight:var(--ptc-font-weight-regular);line-height:normal;margin-bottom:var(--ptc-element-spacing-03)}.not-me-additional-text p{font-size:var(--ptc-font-size-medium)}.not-me-additional-text#not-me-additional-bottom{margin-bottom:unset;margin-top:var(--ptc-element-spacing-03)}.ptc-embedded-form>div{max-width:273px;overflow-wrap:break-word}.ptc-embedded-form .iti__country-name{color:var(--color-gray-12)}.ptc-embedded-form .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{color:var(--color-gray-12)}.ptc-embedded-form .mdc-menu-surface--open{z-index:99999}";export{s as ptc_data_lookup}