@ptcwebops/ptcw-design 6.3.59-beta → 6.3.61-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 (196) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/ptc-button.cjs.entry.js +89 -0
  3. package/dist/cjs/ptc-card_2.cjs.entry.js +3 -2
  4. package/dist/cjs/ptc-img.cjs.entry.js +85 -8
  5. package/dist/cjs/ptc-jumbotron.cjs.entry.js +6 -2
  6. package/dist/cjs/ptc-para.cjs.entry.js +127 -0
  7. package/dist/cjs/ptc-picture.cjs.entry.js +162 -0
  8. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  9. package/dist/cjs/ptc-title.cjs.entry.js +152 -0
  10. package/dist/cjs/ptcw-design.cjs.js +1 -1
  11. package/dist/collection/components/ptc-card/ptc-card.js +21 -2
  12. package/dist/collection/components/ptc-img/ptc-img.css +47 -0
  13. package/dist/collection/components/ptc-img/ptc-img.js +129 -7
  14. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +24 -2
  15. package/dist/collection/stories/ResponsiveWrapper.stories.js +21 -0
  16. package/dist/collection/stories/organisms/ptc/Academic Form/preview.stories.js +22 -0
  17. package/dist/collection/stories/organisms/ptc/All Products/preview.stories.js +1616 -0
  18. package/dist/collection/stories/organisms/ptc/Announcement/preview.stories.js +58 -0
  19. package/dist/collection/stories/organisms/ptc/Background Video/preview.stories.js +58 -0
  20. package/dist/collection/stories/organisms/ptc/Blog Author Listing/preview.stories.js +32 -0
  21. package/dist/collection/stories/organisms/ptc/Blog Content/preview.stories.js +317 -0
  22. package/dist/collection/stories/organisms/ptc/Blog Detail/preview.stories.js +500 -0
  23. package/dist/collection/stories/organisms/ptc/Blogs Listing Page/preview.stories.js +368 -0
  24. package/dist/collection/stories/organisms/ptc/Bureau New Dynamic/preview.stories.js +54 -0
  25. package/dist/collection/stories/organisms/ptc/Case Studies/preview.stories.js +243 -0
  26. package/dist/collection/stories/organisms/ptc/Case Studies Detail Page/preview.stories.js +456 -0
  27. package/dist/collection/stories/organisms/ptc/Case Studies Slider/preview.stories.js +384 -0
  28. package/dist/collection/stories/organisms/ptc/Case Studies Slider New/preview.stories.js +171 -0
  29. package/dist/collection/stories/organisms/ptc/Clq Modal Quiz/preview.stories.js +100 -0
  30. package/dist/collection/stories/organisms/ptc/Contact Free Trial Form/preview.stories.js +22 -0
  31. package/dist/collection/stories/organisms/ptc/Countdown Example/preview.stories.js +29 -0
  32. package/dist/collection/stories/organisms/ptc/E Store Build Listing/preview.stories.js +543 -0
  33. package/dist/collection/stories/organisms/ptc/E Store Build Product/preview.stories.js +427 -0
  34. package/dist/collection/stories/organisms/ptc/Eloqua Library Contact Info/preview.stories.js +168 -0
  35. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor PCenter/preview.stories.js +60 -0
  36. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor Recipient Id/preview.stories.js +59 -0
  37. package/dist/collection/stories/organisms/ptc/Embedded Form/preview.stories.js +23 -0
  38. package/dist/collection/stories/organisms/ptc/Embedded Form Floating/preview.stories.js +165 -0
  39. package/dist/collection/stories/organisms/ptc/Event Detail/preview.stories.js +16 -0
  40. package/dist/collection/stories/organisms/ptc/Event Jumbotron/preview.stories.js +470 -0
  41. package/dist/collection/stories/organisms/ptc/Event Podcast Slider/preview.stories.js +142 -0
  42. package/dist/collection/stories/organisms/ptc/Events Listing Cards/preview.stories.js +169 -0
  43. package/dist/collection/stories/organisms/ptc/Events Listing Cards Horizontal/preview.stories.js +169 -0
  44. package/dist/collection/stories/organisms/ptc/Featured Events Slider/preview.stories.js +165 -0
  45. package/dist/collection/stories/organisms/ptc/Featured List/preview.stories.js +16 -0
  46. package/dist/collection/stories/organisms/ptc/Filter Level Theater/preview.stories.js +18 -0
  47. package/dist/collection/stories/organisms/ptc/Five Card Value Prop/preview.stories.js +64 -0
  48. package/dist/collection/stories/organisms/ptc/Footer Form/preview.stories.js +18 -0
  49. package/dist/collection/stories/organisms/ptc/Footer V2/preview.stories.js +138 -0
  50. package/dist/collection/stories/organisms/ptc/Footer V2 Cn/preview.stories.js +146 -0
  51. package/dist/collection/stories/organisms/ptc/Form Radio Button/preview.stories.js +42 -0
  52. package/dist/collection/stories/organisms/ptc/Framed Video 16 9/preview.stories.js +31 -0
  53. package/dist/collection/stories/organisms/ptc/Homepage Image Feature/preview.stories.js +41 -0
  54. package/dist/collection/stories/organisms/ptc/Homepage Jumbotron/preview.stories.js +166 -0
  55. package/dist/collection/stories/organisms/ptc/Homepage Toggled Content/preview.stories.js +227 -0
  56. package/dist/collection/stories/organisms/ptc/Hub Of Hubs/preview.stories.js +417 -0
  57. package/dist/collection/stories/organisms/ptc/Intro/preview.stories.js +41 -0
  58. package/dist/collection/stories/organisms/ptc/Jumbotron/preview.stories.js +431 -0
  59. package/dist/collection/stories/organisms/ptc/Jumbotron With Logos/preview.stories.js +431 -0
  60. package/dist/collection/stories/organisms/ptc/Large Bulleted List/preview.stories.js +224 -0
  61. package/dist/collection/stories/organisms/ptc/Large Bulleted List V2/preview.stories.js +326 -0
  62. package/dist/collection/stories/organisms/ptc/Listing Filter/preview.stories.js +256 -0
  63. package/dist/collection/stories/organisms/ptc/Main Nav Product Solutions Tab/preview.stories.js +200 -0
  64. package/dist/collection/stories/organisms/ptc/Mathcad Start Page/preview.stories.js +100 -0
  65. package/dist/collection/stories/organisms/ptc/Media Kit Speed Bump/preview.stories.js +39 -0
  66. package/dist/collection/stories/organisms/ptc/Most Popular News/preview.stories.js +28 -0
  67. package/dist/collection/stories/organisms/ptc/Mvc Form/preview.stories.js +22 -0
  68. package/dist/collection/stories/organisms/ptc/New Buttons/preview.stories.js +125 -0
  69. package/dist/collection/stories/organisms/ptc/Partners Detail/preview.stories.js +151 -0
  70. package/dist/collection/stories/organisms/ptc/Partners Listing/preview.stories.js +394 -0
  71. package/dist/collection/stories/organisms/ptc/Pdf Portal/preview.stories.js +140 -0
  72. package/dist/collection/stories/organisms/ptc/Plm On Demand 1/preview.stories.js +205 -0
  73. package/dist/collection/stories/organisms/ptc/Plm On Demand 2/preview.stories.js +180 -0
  74. package/dist/collection/stories/organisms/ptc/Podcast List/preview.stories.js +175 -0
  75. package/dist/collection/stories/organisms/ptc/Preference Center/preview.stories.js +235 -0
  76. package/dist/collection/stories/organisms/ptc/Preference Center Exit Page/preview.stories.js +85 -0
  77. package/dist/collection/stories/organisms/ptc/Preference Center Update Email/preview.stories.js +54 -0
  78. package/dist/collection/stories/organisms/ptc/Preference Center Update Personal Info/preview.stories.js +59 -0
  79. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table/preview.stories.js +399 -0
  80. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table Subnav/preview.stories.js +179 -0
  81. package/dist/collection/stories/organisms/ptc/Ptc 3 Card Value Prop/preview.stories.js +46 -0
  82. package/dist/collection/stories/organisms/ptc/Ptc Bio Cards/preview.stories.js +741 -0
  83. package/dist/collection/stories/organisms/ptc/Ptc Creo Start Page/preview.stories.js +111 -0
  84. package/dist/collection/stories/organisms/ptc/Ptc Editorial/preview.stories.js +84 -0
  85. package/dist/collection/stories/organisms/ptc/Ptc Form/preview.stories.js +18 -0
  86. package/dist/collection/stories/organisms/ptc/Ptc Icon Card Slider/preview.stories.js +121 -0
  87. package/dist/collection/stories/organisms/ptc/Ptc Icon Component/preview.stories.js +185 -0
  88. package/dist/collection/stories/organisms/ptc/Ptc Icon Sprites/preview.stories.js +150 -0
  89. package/dist/collection/stories/organisms/ptc/Ptc Innovator Toggle/preview.stories.js +421 -0
  90. package/dist/collection/stories/organisms/ptc/Ptc Media Cards/preview.stories.js +133 -0
  91. package/dist/collection/stories/organisms/ptc/Ptc News Detail/preview.stories.js +142 -0
  92. package/dist/collection/stories/organisms/ptc/Ptc News Detail Alternate/preview.stories.js +140 -0
  93. package/dist/collection/stories/organisms/ptc/Ptc Offices/preview.stories.js +405 -0
  94. package/dist/collection/stories/organisms/ptc/Ptc Readmore V3/preview.stories.js +71 -0
  95. package/dist/collection/stories/organisms/ptc/Ptc Showcase Card/preview.stories.js +177 -0
  96. package/dist/collection/stories/organisms/ptc/Ptc Sticky Share Icons/preview.stories.js +184 -0
  97. package/dist/collection/stories/organisms/ptc/Ptc Subnav V1/preview.stories.js +149 -0
  98. package/dist/collection/stories/organisms/ptc/Ptc Subnav V2/preview.stories.js +91 -0
  99. package/dist/collection/stories/organisms/ptc/Ptc Text Copy With Background/preview.stories.js +226 -0
  100. package/dist/collection/stories/organisms/ptc/Ptc Title Demo/preview.stories.js +24 -0
  101. package/dist/collection/stories/organisms/ptc/Ptc Tooltip V3/preview.stories.js +85 -0
  102. package/dist/collection/stories/organisms/ptc/Ptc Two Column Two Media/preview.stories.js +126 -0
  103. package/dist/collection/stories/organisms/ptc/Read More/preview.stories.js +278 -0
  104. package/dist/collection/stories/organisms/ptc/Related Cards/preview.stories.js +107 -0
  105. package/dist/collection/stories/organisms/ptc/Resource Center/preview.stories.js +149 -0
  106. package/dist/collection/stories/organisms/ptc/Search Result/preview.stories.js +62 -0
  107. package/dist/collection/stories/organisms/ptc/Search Result News/preview.stories.js +72 -0
  108. package/dist/collection/stories/organisms/ptc/Searchbar Plm On Demand/preview.stories.js +62 -0
  109. package/dist/collection/stories/organisms/ptc/Seo Test/preview.stories.js +215 -0
  110. package/dist/collection/stories/organisms/ptc/Sequential Slider/preview.stories.js +38 -0
  111. package/dist/collection/stories/organisms/ptc/Sequential Slider Mobile/preview.stories.js +90 -0
  112. package/dist/collection/stories/organisms/ptc/Shortform Agileworx/preview.stories.js +22 -0
  113. package/dist/collection/stories/organisms/ptc/Storefront Enhanced Product Listing/preview.stories.js +132 -0
  114. package/dist/collection/stories/organisms/ptc/Success Path Details Page/preview.stories.js +236 -0
  115. package/dist/collection/stories/organisms/ptc/Three Column Text/preview.stories.js +75 -0
  116. package/dist/collection/stories/organisms/ptc/Three Up Text Cards/preview.stories.js +134 -0
  117. package/dist/collection/stories/organisms/ptc/Two Column Media/preview.stories.js +181 -0
  118. package/dist/collection/stories/organisms/ptc/Two Column With Toggle/preview.stories.js +549 -0
  119. package/dist/collection/stories/organisms/ptc/Value Led Resource/preview.stories.js +479 -0
  120. package/dist/collection/stories/organisms/ptc/Volvo Three Col/preview.stories.js +115 -0
  121. package/dist/collection/stories/organisms/ptc/Vuforia Quiz/preview.stories.js +26 -0
  122. package/dist/collection/stories/organisms/ptc/White Paper/preview.stories.js +174 -0
  123. package/dist/custom-elements/index.js +97 -15
  124. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  125. package/dist/esm/blog-detail-layout.entry.js +1 -1
  126. package/dist/esm/blogs-search-section.entry.js +1 -1
  127. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  128. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  129. package/dist/esm/{interfaces-7c0243be.js → interfaces-4caedd26.js} +1 -1
  130. package/dist/esm/loader.js +1 -1
  131. package/dist/esm/most-popular-news.entry.js +1 -1
  132. package/dist/esm/my-component.entry.js +1 -1
  133. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  134. package/dist/esm/ptc-background-video.entry.js +1 -1
  135. package/dist/esm/ptc-button.entry.js +85 -0
  136. package/dist/esm/ptc-card_2.entry.js +3 -2
  137. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  138. package/dist/esm/ptc-form-checkbox_4.entry.js +1 -1
  139. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  140. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  141. package/dist/esm/ptc-icon-card.entry.js +1 -1
  142. package/dist/esm/ptc-img.entry.js +86 -9
  143. package/dist/esm/ptc-jumbotron.entry.js +6 -2
  144. package/dist/esm/ptc-link.entry.js +1 -1
  145. package/dist/esm/ptc-media-card.entry.js +1 -1
  146. package/dist/esm/ptc-para.entry.js +123 -0
  147. package/dist/esm/ptc-picture.entry.js +158 -0
  148. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  149. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  150. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  151. package/dist/esm/ptc-spacer.entry.js +34 -0
  152. package/dist/esm/ptc-title.entry.js +148 -0
  153. package/dist/esm/ptcw-design.js +1 -1
  154. package/dist/esm/{utils-7c68b88a.js → utils-2f12c081.js} +1 -1
  155. package/dist/ptcw-design/p-0c4918f5.entry.js +1 -0
  156. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  157. package/dist/ptcw-design/{p-dffcfa42.entry.js → p-14b7693f.entry.js} +1 -1
  158. package/dist/ptcw-design/{p-30bfb2f9.entry.js → p-1eb40265.entry.js} +1 -1
  159. package/dist/ptcw-design/{p-068ea6b7.entry.js → p-1efb0486.entry.js} +1 -1
  160. package/dist/ptcw-design/{p-673cfd2e.entry.js → p-257267e3.entry.js} +1 -1
  161. package/dist/ptcw-design/{p-4056c365.entry.js → p-297a14cb.entry.js} +1 -1
  162. package/dist/ptcw-design/p-2cc7e2a8.entry.js +1 -0
  163. package/dist/ptcw-design/{p-16d47ac5.entry.js → p-45b1f3fc.entry.js} +1 -1
  164. package/dist/ptcw-design/{p-81e65926.entry.js → p-4702c233.entry.js} +1 -1
  165. package/dist/ptcw-design/{p-531caca4.entry.js → p-4ca956c1.entry.js} +1 -1
  166. package/dist/ptcw-design/{p-55e344bc.entry.js → p-52e17d34.entry.js} +1 -1
  167. package/dist/ptcw-design/p-539639ff.entry.js +1 -0
  168. package/dist/ptcw-design/{p-ee1183b2.js → p-711bcdad.js} +1 -1
  169. package/dist/ptcw-design/{p-e813ea2b.entry.js → p-76dab076.entry.js} +1 -1
  170. package/dist/ptcw-design/{p-826c17e8.js → p-80122e26.js} +1 -1
  171. package/dist/ptcw-design/{p-a5ad0eff.entry.js → p-8c121480.entry.js} +1 -1
  172. package/dist/ptcw-design/{p-5bd8b4be.entry.js → p-8cea8943.entry.js} +1 -1
  173. package/dist/ptcw-design/{p-757e3edb.entry.js → p-8e42a22d.entry.js} +1 -1
  174. package/dist/ptcw-design/{p-0252726c.entry.js → p-901c31b3.entry.js} +1 -1
  175. package/dist/ptcw-design/{p-2ba1ef9d.entry.js → p-9dbcfcee.entry.js} +1 -1
  176. package/dist/ptcw-design/{p-24a6eefa.entry.js → p-a5fc048f.entry.js} +1 -1
  177. package/dist/ptcw-design/p-a8872ce3.entry.js +1 -0
  178. package/dist/ptcw-design/{p-50770cc0.entry.js → p-b647f7a1.entry.js} +1 -1
  179. package/dist/ptcw-design/{p-80588c84.entry.js → p-d51438de.entry.js} +1 -1
  180. package/dist/ptcw-design/p-e4eb925f.entry.js +1 -0
  181. package/dist/ptcw-design/p-e94353a4.entry.js +1 -0
  182. package/dist/ptcw-design/{p-37c4f168.entry.js → p-f1734520.entry.js} +1 -1
  183. package/dist/ptcw-design/p-ff4d3794.entry.js +1 -0
  184. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  185. package/dist/types/components/ptc-card/ptc-card.d.ts +1 -0
  186. package/dist/types/components/ptc-img/ptc-img.d.ts +29 -1
  187. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +5 -0
  188. package/dist/types/components.d.ts +26 -0
  189. package/package.json +1 -1
  190. package/readme.md +1 -1
  191. package/dist/cjs/ptc-button_5.cjs.entry.js +0 -542
  192. package/dist/esm/ptc-button_5.entry.js +0 -534
  193. package/dist/ptcw-design/p-0529caaa.entry.js +0 -1
  194. package/dist/ptcw-design/p-5ca42138.entry.js +0 -1
  195. package/dist/ptcw-design/p-a3977a9e.entry.js +0 -1
  196. package/dist/ptcw-design/p-e9c5e74e.entry.js +0 -1
@@ -0,0 +1,174 @@
1
+ import { html } from 'lit';
2
+
3
+ export default {
4
+ title: 'Organisms/ptc/White Paper'
5
+ };
6
+
7
+ const AlertsPage = args => {
8
+ return html`
9
+
10
+
11
+ <ptc-white-paper items-per-page='1'
12
+ top-background-image="https://www.ptc.com/-/media/Images/new-org/1366x500/success-guide-cover-1366x500.jpg?h=500&w=1366&la=en&hash=B6A5F14E464ED4843ABB1CA090223BB8"
13
+ top-background-image-alt="image alt attribute name"
14
+ items='[
15
+ [
16
+ {
17
+ "componentType": "fullspan-text",
18
+ "heading": "The State of Industrial Digital Transformation",
19
+ "subHeading": null,
20
+ "leftColumnContent": null,
21
+ "rightColumnContent": null,
22
+ "mainImage": null,
23
+ "mainImageAlt": null,
24
+ "mainImageDescription": null,
25
+ "mainContent": "Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.",
26
+ "mainContentMultiLine": "",
27
+ "mainContentChart": null,
28
+ "mainContentChartHeight": "",
29
+ "isCenterText": false,
30
+ "isStyledHeading": false
31
+ },
32
+ {
33
+ "componentType": "fullspan-text",
34
+ "heading": null,
35
+ "subHeading": null,
36
+ "leftColumnContent": null,
37
+ "rightColumnContent": null,
38
+ "mainImage": null,
39
+ "mainImageAlt": null,
40
+ "mainImageDescription": null,
41
+ "mainContent": "Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.",
42
+ "mainContentMultiLine": "",
43
+ "mainContentChart": null,
44
+ "mainContentChartHeight": "",
45
+ "isCenterText": false,
46
+ "isStyledHeading": false
47
+ }
48
+ ],
49
+ [
50
+ {
51
+ "componentType": "fullspan-text",
52
+ "heading": "Methodology and Firmographics",
53
+ "subHeading": null,
54
+ "leftColumnContent": null,
55
+ "rightColumnContent": null,
56
+ "mainImage": null,
57
+ "mainImageAlt": null,
58
+ "mainImageDescription": null,
59
+ "mainContent": "Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.",
60
+ "mainContentMultiLine": "",
61
+ "mainContentChart": "https://www-test.ptc.com/charts/Animations/Methodology-and-firmographics/methodology-and-firmographics2.html",
62
+ "mainContentChartHeight": "500",
63
+ "isCenterText": false,
64
+ "isStyledHeading": false
65
+ }
66
+ ],
67
+ [
68
+ {
69
+ "componentType": "fullspan-text",
70
+ "heading": "The State of Industrial DX",
71
+ "subHeading": null,
72
+ "leftColumnContent": null,
73
+ "rightColumnContent": null,
74
+ "mainImage": null,
75
+ "mainImageAlt": null,
76
+ "mainImageDescription": null,
77
+ "mainContent": "<h3>Key Takeaway #1: DX is a million (or more) dollar\nannual investment</h3>",
78
+ "mainContentMultiLine": "",
79
+ "mainContentChart": "https://www-test.ptc.com/charts/Animations/The-State-of-Industrial-DX/Spend-by-company-size-combined.html",
80
+ "mainContentChartHeight": "380",
81
+ "isCenterText": false,
82
+ "isStyledHeading": false
83
+ },
84
+ {
85
+ "componentType": "fullspan-text",
86
+ "heading": null,
87
+ "subHeading": null,
88
+ "leftColumnContent": null,
89
+ "rightColumnContent": null,
90
+ "mainImage": null,
91
+ "mainImageAlt": null,
92
+ "mainImageDescription": null,
93
+ "mainContent": "Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.",
94
+ "mainContentMultiLine": "",
95
+ "mainContentChart": null,
96
+ "mainContentChartHeight": "",
97
+ "isCenterText": false,
98
+ "isStyledHeading": false
99
+ },
100
+ {
101
+ "componentType": "fullspan-text",
102
+ "heading": null,
103
+ "subHeading": null,
104
+ "leftColumnContent": null,
105
+ "rightColumnContent": null,
106
+ "mainImage": null,
107
+ "mainImageAlt": null,
108
+ "mainImageDescription": null,
109
+ "mainContent": "Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.",
110
+ "mainContentMultiLine": "",
111
+ "mainContentChart": null,
112
+ "mainContentChartHeight": "",
113
+ "isCenterText": false,
114
+ "isStyledHeading": false
115
+ }
116
+ ],
117
+ [
118
+ {
119
+ "componentType": "fullspan-text",
120
+ "heading": "The State of Industrial DX",
121
+ "subHeading": null,
122
+ "leftColumnContent": null,
123
+ "rightColumnContent": null,
124
+ "mainImage": null,
125
+ "mainImageAlt": null,
126
+ "mainImageDescription": null,
127
+ "mainContent": "<h3>Key Takeaway #1: DX is a million (or more) dollar\nannual investment</h3>",
128
+ "mainContentMultiLine": "",
129
+ "mainContentChart": "https://www-test.ptc.com/charts/Animations/The-State-of-Industrial-DX/Spend-by-company-size-combined.html",
130
+ "mainContentChartHeight": "380",
131
+ "isCenterText": false,
132
+ "isStyledHeading": false
133
+ },
134
+ {
135
+ "componentType": "fullspan-text",
136
+ "heading": null,
137
+ "subHeading": null,
138
+ "leftColumnContent": null,
139
+ "rightColumnContent": null,
140
+ "mainImage": null,
141
+ "mainImageAlt": null,
142
+ "mainImageDescription": null,
143
+ "mainContent": "Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.",
144
+ "mainContentMultiLine": "",
145
+ "mainContentChart": null,
146
+ "mainContentChartHeight": "",
147
+ "isCenterText": false,
148
+ "isStyledHeading": false
149
+ },
150
+ {
151
+ "componentType": "fullspan-text",
152
+ "heading": null,
153
+ "subHeading": null,
154
+ "leftColumnContent": null,
155
+ "rightColumnContent": null,
156
+ "mainImage": null,
157
+ "mainImageAlt": null,
158
+ "mainImageDescription": null,
159
+ "mainContent": "Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually. Industrial products (heavy-equipment, machinery) and other discrete manufacturers (medical devices, durable goods, apparel) have the highest number of respondents spending over $1m and $5m annually.",
160
+ "mainContentMultiLine": "",
161
+ "mainContentChart": null,
162
+ "mainContentChartHeight": "",
163
+ "isCenterText": false,
164
+ "isStyledHeading": false
165
+ }
166
+ ]
167
+ ]'
168
+ >
169
+ </ptc-white-paper>
170
+
171
+ `;
172
+ };
173
+
174
+ export const Preview = AlertsPage.bind();
@@ -11240,6 +11240,7 @@ const PtcCard$1 = class extends HTMLElement$1 {
11240
11240
  this.trackerId = "";
11241
11241
  this.isTabHidden = false;
11242
11242
  this.language = "";
11243
+ this.cardTitle = "";
11243
11244
  }
11244
11245
  handleTabHiddenChange(newValue) {
11245
11246
  const tabElement = this.el.shadowRoot.querySelector('.tab-tracker-news[tabindex]');
@@ -11288,8 +11289,8 @@ const PtcCard$1 = class extends HTMLElement$1 {
11288
11289
  return (h$1(Host, { class: {
11289
11290
  [this.cardType]: !!this.cardType,
11290
11291
  'creo-card-wrap': this.isCreoCard, // Add the cardType class conditionally
11291
- } }, this.styles && h$1("style", null, this.styles), h$1("slot", { name: "seo-content" }), h$1("div", { id: (this.cardType !== 'featured-horizontal-card') ? this.trackerId : "", class: "card-border mf-listen", part: "border-wrapper", style: { overflow: this.cardOverflow } }, h$1(Tag, Object.assign({ class: classMap, part: "card-layout" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (!!this.ribbonText ? { rel: this.ribbonText } : {}), (Tag === 'a' && !this.isTabHidden) ? { tabindex: 0 } : { tabindex: -1 }), this.hasImage || this.hasLottie || this.hasVideo ? (h$1("div", { class: "card-media", part: "media-wrapper" }, this.getMediaSlot ? h$1("slot", { name: this.getMediaSlot() }) : null)) : null, (!!this.ribbonText && this.cardType == 'resource-center-card') || (!!this.ribbonText && this.cardType == 'related-card')
11292
- || (!!this.ribbonText && this.cardType == 'listing-card') || (!!this.ribbonText && this.cardType == 'events-card') ? (h$1("div", { class: "ribbon-text" }, `${this.ribbonText}`)) : null, h$1("div", { id: ((this.cardType === 'featured-horizontal-card' || this.cardType === 'related-card' || this.cardType == 'events-card')) ? this.trackerId : "", class: "card-body mf-listen", part: "body-wrapper" }, h$1(BodyContainerTag, Object.assign({ class: "link-wrapper mf-listen" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (BodyContainerTag === 'a') ? { tabIndex: 0 } : {}), !!this.cardDate && (this.cardType === 'listing-card' || this.cardType === 'listing-card-horizontal') ? (h$1("div", { class: "card-date-text" }, !!this.eventType ? (h$1("span", { class: "small" }, `${this.cardDate}`, "\u00A0\u00A0\u00A0|\u00A0\u00A0\u00A0", `${this.eventType}`)) : (h$1("span", { class: "small" }, `${this.cardDate}`)))) : null, this.cardType === 'case-studies-card'
11292
+ } }, this.styles && h$1("style", null, this.styles), h$1("slot", { name: "seo-content" }), h$1("div", { id: (this.cardType !== 'featured-horizontal-card') ? this.trackerId : "", class: "card-border mf-listen", part: "border-wrapper", style: { overflow: this.cardOverflow } }, h$1(Tag, Object.assign({ class: classMap, part: "card-layout" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (!!this.ribbonText ? { rel: this.ribbonText } : {}), (Tag === 'a' && !this.isTabHidden) ? { tabindex: 0 } : { tabindex: -1 }, (!!this.cardTitle ? { title: this.cardTitle } : {})), this.hasImage || this.hasLottie || this.hasVideo ? (h$1("div", { class: "card-media", part: "media-wrapper" }, this.getMediaSlot ? h$1("slot", { name: this.getMediaSlot() }) : null)) : null, (!!this.ribbonText && this.cardType == 'resource-center-card') || (!!this.ribbonText && this.cardType == 'related-card')
11293
+ || (!!this.ribbonText && this.cardType == 'listing-card') || (!!this.ribbonText && this.cardType == 'events-card') ? (h$1("div", { class: "ribbon-text" }, `${this.ribbonText}`)) : null, h$1("div", { id: ((this.cardType === 'featured-horizontal-card' || this.cardType === 'related-card' || this.cardType == 'events-card')) ? this.trackerId : "", class: "card-body mf-listen", part: "body-wrapper" }, h$1(BodyContainerTag, Object.assign({ class: "link-wrapper mf-listen" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (!!this.cardTitle ? { title: this.cardTitle } : {}), (BodyContainerTag === 'a') ? { tabIndex: 0 } : {}), !!this.cardDate && (this.cardType === 'listing-card' || this.cardType === 'listing-card-horizontal') ? (h$1("div", { class: "card-date-text" }, !!this.eventType ? (h$1("span", { class: "small" }, `${this.cardDate}`, "\u00A0\u00A0\u00A0|\u00A0\u00A0\u00A0", `${this.eventType}`)) : (h$1("span", { class: "small" }, `${this.cardDate}`)))) : null, this.cardType === 'case-studies-card'
11293
11294
  ? Object.assign({}, (!!this.cardLogo ? (h$1("div", { class: "card-logo-container" }, h$1("ptc-picture", { alt: "", "object-fit": "contain", src: this.cardLogo, height: "40" }))) : (h$1("div", { class: "card-logo-none" })))) : null, h$1("slot", { name: "slot-before-heading" }), !!this.heading
11294
11295
  ? [
11295
11296
  this.cardType === 'listing-card' || this.cardType == 'events-card' ? (h$1("h3", { class: `ptc-h3 ${this.headingTransform}${cutOffTitleClass}`, part: "card-heading" }, this.heading)) : this.cardType === 'hightlight-card' ? (h$1("h2", { class: `${this.headingTransform}${cutOffTitleClass}`, style: cutOff, part: "card-heading" }, this.heading)) : this.cardType === 'featured-horizontal-card' ? (h$1("ptc-title", { "seo-compatibility-mode": true, type: "h2", "title-size": "xx-large", upperline: "no-upperline", "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-8", "is-plm-hub": "false" }, h$1("h2", null, this.heading))) : (h$1("h3", { class: `ptc-h3 ${this.headingTransform}${cutOffTitleClass}`, style: cutOff, part: "card-heading" }, this.heading)),
@@ -22441,7 +22442,7 @@ let ResponsivePictureVariables = {
22441
22442
  interval: 250
22442
22443
  };
22443
22444
 
22444
- const ptcImgCss = "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}}.smart-bg{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.smart-img{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-standard-top{border-top-left-radius:var(--ptc-border-radius-standard);border-top-right-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.radius-large-top{border-top-left-radius:var(--ptc-border-radius-large);border-top-right-radius:var(--ptc-border-radius-large)}.lazy-bg{background-image:none !important;background-color:var(--color-gray-03)}@media only screen and (min-width: 768px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media only screen and (min-width: 768px){.hidden-lg{display:none !important}}";
22445
+ const ptcImgCss = "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}}.smart-bg{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.smart-img{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-standard-top{border-top-left-radius:var(--ptc-border-radius-standard);border-top-right-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.radius-large-top{border-top-left-radius:var(--ptc-border-radius-large);border-top-right-radius:var(--ptc-border-radius-large)}.lazy-bg{background-image:none !important;background-color:var(--color-gray-03)}@media only screen and (min-width: 768px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media only screen and (min-width: 768px){.hidden-lg{display:none !important}}.lazy-bg{background-image:none !important;background-color:var(--color-gray-03)}.ptc-img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center center}img{width:100%;height:auto;display:block}.low-quality,.medium-quality,.high-quality{position:absolute;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center center;transition:opacity 0.5s ease-in-out}.low-quality{z-index:1}.medium-quality{z-index:2;opacity:0}.high-quality{z-index:3;opacity:0}";
22445
22446
 
22446
22447
  const PtcImg$1 = class extends HTMLElement$1 {
22447
22448
  constructor() {
@@ -22456,26 +22457,93 @@ const PtcImg$1 = class extends HTMLElement$1 {
22456
22457
  this.borderRadius = '';
22457
22458
  this.loadMode = 'lazy-bg';
22458
22459
  this.styles = undefined;
22460
+ this.enableLazyLoad = false;
22461
+ this.delay = 2000;
22462
+ this.bgSrcLazy = undefined;
22463
+ this.bgSrcMedium = undefined;
22464
+ this.bgSrcHigh = undefined;
22465
+ this.isInViewport = false;
22466
+ this.isImageUpgraded = false;
22459
22467
  }
22460
- /**
22461
- * Image Z Index
22462
- */
22463
- // @Prop() imageZIndex: 'z-index-auto' | 'z-index-n-2' | 'z-index-n-1' | 'z-index-p-1' | 'z-index-p-2' = 'z-index-auto';
22464
22468
  WindowResize() {
22465
22469
  this.setResponsiveBg();
22466
22470
  }
22467
22471
  render() {
22468
22472
  const classMap = this.getCssClassMap();
22469
- return (h$1(Host, null, this.styles && h$1("style", null, this.styles), h$1("div", { class: classMap, "data-xs": `${this.imgUrl}`, "data-sm": `${this.imgUrl}`, "data-md": `${this.imgUrl}`, "data-lg": `${this.imgUrl}` }, this.imageType == 'smart-bg' ? h$1("slot", null) : null)));
22473
+ if (this.enableLazyLoad && this.imgUrl) {
22474
+ // Lazy loading functionality
22475
+ return (h$1(Host, null, this.styles && h$1("style", null, this.styles), h$1("div", { class: classMap }, h$1("div", { class: "low-quality", style: {
22476
+ backgroundImage: `url(${this.bgSrcLazy})`,
22477
+ opacity: '1',
22478
+ transition: 'opacity 0.5s ease-in-out',
22479
+ } }), h$1("div", { class: "medium-quality", style: {
22480
+ backgroundImage: `url(${this.bgSrcMedium})`,
22481
+ opacity: '0',
22482
+ transition: 'opacity 0.5s ease-in-out',
22483
+ } }), h$1("div", { class: "high-quality", style: {
22484
+ backgroundImage: `url(${this.bgSrcHigh})`,
22485
+ opacity: '0',
22486
+ transition: 'opacity 0.5s ease-in-out',
22487
+ } }), this.imageType == 'smart-bg' ? h$1("slot", null) : null)));
22488
+ }
22489
+ else {
22490
+ return (h$1(Host, null, this.styles && h$1("style", null, this.styles), h$1("div", { class: classMap, "data-xs": this.bgSrcLazy || this.imgUrl, "data-sm": this.bgSrcLazy || this.imgUrl, "data-md": this.bgSrcLazy || this.imgUrl, "data-lg": this.bgSrcLazy || this.imgUrl, style: { backgroundImage: `url(${this.bgSrcLazy || this.imgUrl})` } }, this.imageType == 'smart-bg' ? h$1("slot", null) : null)));
22491
+ }
22492
+ }
22493
+ componentWillLoad() {
22494
+ if (this.enableLazyLoad) {
22495
+ this.isInViewport = false;
22496
+ }
22497
+ if (this.enableLazyLoad && this.imgUrl) {
22498
+ this.bgSrcLazy = this.getImageUrl('lq');
22499
+ this.bgSrcMedium = this.getImageUrl('mq');
22500
+ this.bgSrcHigh = this.getImageUrl('hq');
22501
+ }
22502
+ else {
22503
+ console.warn('Image URL is undefined or invalid.');
22504
+ this.bgSrcLazy = '';
22505
+ this.bgSrcMedium = '';
22506
+ this.bgSrcHigh = '';
22507
+ }
22470
22508
  }
22471
22509
  componentDidLoad() {
22472
22510
  this.addIntersectionObserver();
22473
22511
  this.setResponsiveBg();
22512
+ if (this.enableLazyLoad && this.imgUrl) {
22513
+ const that = this;
22514
+ setTimeout(() => {
22515
+ that.upgradeImageQuality();
22516
+ }, that.delay);
22517
+ }
22474
22518
  }
22475
22519
  componentWillUpdate() {
22476
22520
  this.addIntersectionObserver();
22477
22521
  this.setResponsiveBg();
22478
22522
  }
22523
+ upgradeImageQuality() {
22524
+ if (this.isInViewport && !this.isImageUpgraded) {
22525
+ console.log('Low-quality image is visible.');
22526
+ this.isImageUpgraded = true;
22527
+ setTimeout(() => {
22528
+ const mediumLayer = this.el.querySelector('.medium-quality');
22529
+ if (mediumLayer) {
22530
+ mediumLayer.style.opacity = '1';
22531
+ console.log('Medium-quality image is now visible.');
22532
+ }
22533
+ setTimeout(() => {
22534
+ const highLayer = this.el.querySelector('.high-quality');
22535
+ if (highLayer) {
22536
+ highLayer.style.opacity = '1';
22537
+ console.log('High-quality image is now visible.');
22538
+ }
22539
+ if (mediumLayer) {
22540
+ mediumLayer.style.opacity = '0';
22541
+ console.log('Medium-quality image is hidden.');
22542
+ }
22543
+ }, this.delay);
22544
+ }, this.delay / 2);
22545
+ }
22546
+ }
22479
22547
  //responsive image
22480
22548
  setResponsiveBg() {
22481
22549
  // Define local variables
@@ -22503,12 +22571,14 @@ const PtcImg$1 = class extends HTMLElement$1 {
22503
22571
  }
22504
22572
  if ('IntersectionObserver' in window) {
22505
22573
  let lazyLoadBgs = (this.el || document).querySelectorAll('.lazy-bg');
22506
- let bgObserver = new IntersectionObserver(entries => {
22507
- entries.forEach(entry => {
22574
+ let bgObserver = new IntersectionObserver((entries) => {
22575
+ entries.forEach((entry) => {
22508
22576
  if (entry.isIntersecting) {
22509
22577
  const image = entry.target;
22510
22578
  image.classList.remove('lazy-bg');
22511
22579
  bgObserver.unobserve(image);
22580
+ this.isInViewport = true;
22581
+ this.upgradeImageQuality();
22512
22582
  }
22513
22583
  });
22514
22584
  });
@@ -22517,6 +22587,14 @@ const PtcImg$1 = class extends HTMLElement$1 {
22517
22587
  });
22518
22588
  }
22519
22589
  }
22590
+ getImageUrl(quality) {
22591
+ if (this.imgUrl && this.imgUrl.includes('?')) {
22592
+ return `${this.imgUrl}&t=ptcjumbdesk${quality}`;
22593
+ }
22594
+ else {
22595
+ return `${this.imgUrl}?t=ptcjumbdesk${quality}`;
22596
+ }
22597
+ }
22520
22598
  getCssClassMap() {
22521
22599
  return {
22522
22600
  [this.imageType]: true,
@@ -22771,6 +22849,7 @@ const PtcJumbotron$1 = class extends HTMLElement$1 {
22771
22849
  this.hasCountdown = false;
22772
22850
  this.logo = "";
22773
22851
  this.styles = undefined;
22852
+ this.enableLazy = false;
22774
22853
  this.defer = undefined;
22775
22854
  this.hasCtaSlot = undefined;
22776
22855
  }
@@ -22787,6 +22866,9 @@ const PtcJumbotron$1 = class extends HTMLElement$1 {
22787
22866
  componentDidLoad() {
22788
22867
  //this.adjustJumbotronHeight();
22789
22868
  }
22869
+ componentDidUpdate() {
22870
+ this.getContentBackground();
22871
+ }
22790
22872
  render() {
22791
22873
  const classMap = this.getCssClassMap();
22792
22874
  let mediaElement;
@@ -22806,10 +22888,10 @@ const PtcJumbotron$1 = class extends HTMLElement$1 {
22806
22888
  break;
22807
22889
  case 'dark':
22808
22890
  case 'light':
22809
- mediaElement = (h$1("div", { class: 'dl-img-wrap' }, h$1("ptc-img", { "img-url": this.bgSrc, styles: ".smart-bg{background-position:right !important;}" }), this.hasPopupVideo && this.isMobile ? (h$1("div", { class: "mobile-modal-play-btn" }, ' ', h$1("slot", { name: "video" }))) : null));
22891
+ mediaElement = (h$1("div", { class: 'dl-img-wrap' }, h$1("ptc-img", { "img-url": this.bgSrc, "enable-lazy-load": this.enableLazy, styles: ".smart-bg{background-position:right !important;}" }), this.hasPopupVideo && this.isMobile ? (h$1("div", { class: "mobile-modal-play-btn" }, ' ', h$1("slot", { name: "video" }))) : null));
22810
22892
  break;
22811
22893
  default:
22812
- mediaElement = h$1("ptc-img", { "img-url": this.bgSrc, styles: ".smart-bg{background-position:right !important;}" });
22894
+ mediaElement = h$1("ptc-img", { "img-url": this.bgSrc, "enable-lazy-load": this.enableLazy, styles: ".smart-bg{background-position:right !important;}" });
22813
22895
  }
22814
22896
  return (h$1(Host, { class: classMap }, this.styles && h$1("style", null, this.styles), h$1("div", { class: { 'parent': true, 'light-links': this.jumbotronType === 'dark' || this.jumbotronType === 'dark-video', 'hp-adjustments': this.isHomepage, 'transitioning': this.isTransitioning } }, h$1("div", { class: `div1 image-container ${this.jumbotronType === 'text' ? 'hidden' : ''}` }, mediaElement), h$1("div", { class: "div2 content-container" }, h$1("div", { class: "bg-overlay", style: { background: this.contentBackground } }), h$1("div", { class: { "ptc-container": true, "content-layout": true, 'hp-container': this.isHomepage, 'blog-container': (this.jumbotronType === "blog") } }, h$1("max-width-container", { "max-width-p": "60", breakpoint: 992, "content-align": this.jumbotronType === 'text' ? 'center' : this.textAlign, styles: ":host{z-index: 999}" }, h$1("slot", { name: "breadcrumb" }), !!this.logo && h$1("div", { class: "logo-frame" }, h$1("img", { alt: "Logo", src: this.logo })), h$1("span", { class: "main-content-items" }, h$1("ptc-spacer", { breakpoint: "small", size: "small" }), h$1("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h$1("slot", { name: "main-title" }), h$1("slot", { name: "hp-sub-title" }), (this.jumbotronType !== 'text' || (this.jumbotronType === 'text' && this.subTitle)) && (!this.isHomepage) && (h$1("div", null, h$1("ptc-spacer", { breakpoint: "small", size: "small" }), h$1("ptc-spacer", { breakpoint: "x-small", size: "medium" }))), !this.isHomepage && (h$1("ptc-para", { styles: `p{color: ${this.contentColor}!important;}`, "font-size": this.jumbotronType === 'text' && this.isMobile ? 'x-small' : 'small', "font-weight": "w-4", "para-margin": `${this.jumbotronType === 'text' || this.jumbotronType === 'blog' ? 'margin-flush' : 'margin-bottom-6'}`, "para-color": "white", "para-line-h": "line-height-p", "para-align": this.jumbotronType === 'text' ? 'center' : 'left', "seo-compatibility-mode": true }, h$1("p", { innerHTML: this.subTitle, style: { margin: '0' } }), h$1("p", { style: { margin: '0' } }, h$1("slot", { name: "blog-date" })), this.jumbotronType === 'blog' && h$1("div", null, h$1("ptc-spacer", { breakpoint: 'x-small', size: 'medium' }), h$1("ptc-spacer", { breakpoint: 'small', size: 'small' }), h$1("div", { id: "header-blog-author", slot: "blog-author" }, h$1("div", { class: "image" }, h$1("img", { alt: this.blogAuthorImageAlt, src: this.blogAuthorImage })), h$1("ptc-para", { "font-size": "small", "font-weight": "w-4", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, h$1("a", { class: "blog-author-name mf-listen", tabindex: "0", href: this.blogAuthorQueryHref, target: this.blogAuthorQueryTarget, "aria-label": "Other blogs by author" }, this.blogAuthorName)))))), this.hasCtaSlot && (h$1("div", { class: `u-flex u-flex-wrap gap-adjustment${this.jumbotronType === 'text' ? ' text-adjustment' : ''}` }, h$1("slot", { name: "j-cta" }))))), this.hasPopupVideo && this.jumbotronType !== 'png' ? h$1("slot", { name: "video" }) : null, this.hasCountdown ? h$1("slot", { name: "countdown" }) : null, this.jumbotronType === 'png' ? (h$1("div", { class: "desktop-media-image" }, h$1("div", { class: "media-image-wrapper" }, h$1("ptc-picture", { "is-full-width": true, src: this.pngSrc, styles: `img {${this.pngImgStyles}}` }), this.hasPopupVideo ? h$1("slot", { name: "video" }) : null))) : null, this.jumbotronType === 'gif' ? (h$1("div", { class: "desktop-media-image desk-gif-adjustment" }, h$1("img", { src: this.gifSrc }))) : null, this.jumbotronType === 'blog' ? (h$1("div", { class: "desktop-media-image" }, h$1("div", { class: "media-image-wrapper" }, h$1("ptc-picture", { "is-full-width": true, src: this.pngSrc, styles: "img {height: 100%;}" })))) : null)))));
22815
22897
  }
@@ -35345,7 +35427,7 @@ const PtcBioCard = /*@__PURE__*/proxyCustomElement(PtcBioCard$1, [1,"ptc-bio-car
35345
35427
  const PtcBreadcrumb = /*@__PURE__*/proxyCustomElement(PtcBreadcrumb$1, [2,"ptc-breadcrumb",{"position":[1],"removeTopMargin":[4,"remove-top-margin"],"color":[1],"isDarkMode":[4,"is-dark-mode"],"styles":[1]}]);
35346
35428
  const PtcBrightcovVideo = /*@__PURE__*/proxyCustomElement(PtcBrightcovVideo$1, [2,"ptc-brightcov-video",{"videoId":[1,"video-id"]}]);
35347
35429
  const PtcButton = /*@__PURE__*/proxyCustomElement(PtcButton$1, [1,"ptc-button",{"disabled":[516],"active":[516],"type":[1],"color":[1],"iconAnimation":[1,"icon-animation"],"iconPosition":[1,"icon-position"],"linkHref":[1,"link-href"],"linkTitle":[1,"link-title"],"target":[1],"rel":[1],"tabNav":[2,"tab-nav"],"styles":[1],"textAlign":[1,"text-align"],"enableAccessibilityAltStyle":[4,"enable-accessibility-alt-style"],"size":[1],"buttonTitle":[1,"button-title"],"ariaLabel":[1,"aria-label"],"seoCompatibilityMode":[4,"seo-compatibility-mode"],"maintainContent":[4,"maintain-content"],"trackerId":[1,"tracker-id"],"darkFocusState":[4,"dark-focus-state"],"ctaWidth":[1,"cta-width"]}]);
35348
- const PtcCard = /*@__PURE__*/proxyCustomElement(PtcCard$1, [1,"ptc-card",{"cardType":[1,"card-type"],"cardHref":[1,"card-href"],"target":[1],"rel":[1],"hasImage":[4,"has-image"],"hasVideo":[4,"has-video"],"hasLottie":[4,"has-lottie"],"heading":[1],"headingTransform":[1,"heading-transform"],"cardDate":[1,"card-date"],"country":[1],"styles":[1],"ribbonText":[1,"ribbon-text"],"eventType":[1,"event-type"],"cardLogo":[1,"card-logo"],"titleLineCutOff":[2,"title-line-cut-off"],"maxChars":[2,"max-chars"],"maxLines":[2,"max-lines"],"cardOverflow":[1,"card-overflow"],"isCreoCard":[4,"is-creo-card"],"trackerId":[1,"tracker-id"],"isTabHidden":[1540,"is-tab-hidden"],"language":[1]}]);
35430
+ const PtcCard = /*@__PURE__*/proxyCustomElement(PtcCard$1, [1,"ptc-card",{"cardType":[1,"card-type"],"cardHref":[1,"card-href"],"target":[1],"rel":[1],"hasImage":[4,"has-image"],"hasVideo":[4,"has-video"],"hasLottie":[4,"has-lottie"],"heading":[1],"headingTransform":[1,"heading-transform"],"cardDate":[1,"card-date"],"country":[1],"styles":[1],"ribbonText":[1,"ribbon-text"],"eventType":[1,"event-type"],"cardLogo":[1,"card-logo"],"titleLineCutOff":[2,"title-line-cut-off"],"maxChars":[2,"max-chars"],"maxLines":[2,"max-lines"],"cardOverflow":[1,"card-overflow"],"isCreoCard":[4,"is-creo-card"],"trackerId":[1,"tracker-id"],"isTabHidden":[1540,"is-tab-hidden"],"language":[1],"cardTitle":[1,"card-title"]}]);
35349
35431
  const PtcCardBottom = /*@__PURE__*/proxyCustomElement(PtcCardBottom$1, [1,"ptc-card-bottom",{"cardType":[1,"card-type"],"styles":[1]}]);
35350
35432
  const PtcCardContent = /*@__PURE__*/proxyCustomElement(PtcCardContent$1, [1,"ptc-card-content",{"cardType":[1,"card-type"],"outlineColor":[1,"outline-color"],"styles":[1],"isLoading":[4,"is-loading"]}]);
35351
35433
  const PtcCardWrapper = /*@__PURE__*/proxyCustomElement(PtcCardPlm, [1,"ptc-card-wrapper",{"cardType":[1,"card-type"],"cardLink":[1,"card-link"],"linkTitle":[1,"link-title"],"linkTarget":[1,"link-target"],"isLoading":[4,"is-loading"],"trackerId":[1,"tracker-id"],"disabled":[4],"hideLinkTitle":[4,"hide-link-title"],"styles":[1],"darkFocusState":[4,"dark-focus-state"]},[[9,"resize","handleResize"]]]);
@@ -35382,10 +35464,10 @@ const PtcIconComponent = /*@__PURE__*/proxyCustomElement(PtcIconComponent$1, [1,
35382
35464
  const PtcIconList = /*@__PURE__*/proxyCustomElement(PtcIconList$1, [1,"ptc-icon-list",{"listType":[1,"list-type"],"valueWithUnit":[1,"value-with-unit"],"valueText":[1,"value-text"],"listContent":[1,"list-content"],"isLastItem":[4,"is-last-item"],"noBottomSpace":[4,"no-bottom-space"],"styles":[1]}]);
35383
35465
  const PtcIconMinimize = /*@__PURE__*/proxyCustomElement(PtcIconMinimize$1, [1,"ptc-icon-minimize",{"heading":[1025],"opened":[1028],"listType":[1,"list-type"],"dataRefineValue":[1,"data-refine-value"],"trackerId":[1,"tracker-id"],"tabIndexValue":[2,"tab-index-value"],"timeStamp":[32]}]);
35384
35466
  const PtcImageDownloadStrip = /*@__PURE__*/proxyCustomElement(PtcImageDownloadStrip$1, [1,"ptc-image-download-strip",{"downloadUrl":[1,"download-url"],"trackerId":[1,"tracker-id"]}]);
35385
- const PtcImg = /*@__PURE__*/proxyCustomElement(PtcImg$1, [4,"ptc-img",{"sizeXs":[1025,"size-xs"],"sizeSm":[1025,"size-sm"],"sizeMd":[1025,"size-md"],"sizeLg":[1025,"size-lg"],"imgUrl":[1,"img-url"],"imageType":[1,"image-type"],"borderRadius":[1,"border-radius"],"loadMode":[1,"load-mode"],"styles":[1]},[[9,"resize","WindowResize"]]]);
35467
+ const PtcImg = /*@__PURE__*/proxyCustomElement(PtcImg$1, [4,"ptc-img",{"sizeXs":[1025,"size-xs"],"sizeSm":[1025,"size-sm"],"sizeMd":[1025,"size-md"],"sizeLg":[1025,"size-lg"],"imgUrl":[1,"img-url"],"imageType":[1,"image-type"],"borderRadius":[1,"border-radius"],"loadMode":[1,"load-mode"],"styles":[1],"enableLazyLoad":[4,"enable-lazy-load"],"delay":[2],"bgSrcLazy":[32],"bgSrcMedium":[32],"bgSrcHigh":[32],"isInViewport":[32],"isImageUpgraded":[32]},[[9,"resize","WindowResize"]]]);
35386
35468
  const PtcInfoTile = /*@__PURE__*/proxyCustomElement(PtcInfoTile$1, [1,"ptc-info-tile",{"link":[1],"variant":[1],"styles":[1],"trackerId":[1,"tracker-id"],"accessibilityIndex":[2,"accessibility-index"],"target":[1]}]);
35387
35469
  const PtcInlineCta = /*@__PURE__*/proxyCustomElement(PtcInlineCta$1, [1,"ptc-inline-cta",{"type":[1],"containerSelector":[1,"container-selector"],"containerIsShadow":[4,"container-is-shadow"],"trackerId":[1,"tracker-id"],"rte":[1],"image":[32],"heading":[32],"description":[32],"cta":[32]}]);
35388
- const PtcJumbotron = /*@__PURE__*/proxyCustomElement(PtcJumbotron$1, [1,"ptc-jumbotron",{"jumbotronType":[1,"jumbotron-type"],"hasPopupVideo":[4,"has-popup-video"],"mainTitle":[1,"main-title"],"subTitle":[1,"sub-title"],"pngSrc":[1,"png-src"],"pngImgStyles":[1,"png-img-styles"],"gifSrc":[1,"gif-src"],"bgVideoSrc":[1,"bg-video-src"],"bgVideoPosterSrc":[1,"bg-video-poster-src"],"bgSrc":[1,"bg-src"],"isIframe":[4,"is-iframe"],"isHomepage":[4,"is-homepage"],"playButtonTitle":[1,"play-button-title"],"pauseButtonTitle":[1,"pause-button-title"],"buttonLocation":[1,"button-location"],"buttonTabIndex":[2,"button-tab-index"],"isTransitioning":[4,"is-transitioning"],"blogAuthorImage":[1,"blog-author-image"],"blogAuthorImageAlt":[1,"blog-author-image-alt"],"blogAuthorName":[1,"blog-author-name"],"blogAuthorQueryHref":[1,"blog-author-query-href"],"blogAuthorQueryTarget":[1,"blog-author-query-target"],"hasCountdown":[4,"has-countdown"],"logo":[1],"styles":[1],"defer":[4],"hasCtaSlot":[1028,"has-cta-slot"],"contentBackground":[32],"contentColor":[32],"textAlign":[32],"isMobile":[32]},[[9,"resize","handleResize"]]]);
35470
+ const PtcJumbotron = /*@__PURE__*/proxyCustomElement(PtcJumbotron$1, [1,"ptc-jumbotron",{"jumbotronType":[1,"jumbotron-type"],"hasPopupVideo":[4,"has-popup-video"],"mainTitle":[1,"main-title"],"subTitle":[1,"sub-title"],"pngSrc":[1,"png-src"],"pngImgStyles":[1,"png-img-styles"],"gifSrc":[1,"gif-src"],"bgVideoSrc":[1,"bg-video-src"],"bgVideoPosterSrc":[1,"bg-video-poster-src"],"bgSrc":[1,"bg-src"],"isIframe":[4,"is-iframe"],"isHomepage":[4,"is-homepage"],"playButtonTitle":[1,"play-button-title"],"pauseButtonTitle":[1,"pause-button-title"],"buttonLocation":[1,"button-location"],"buttonTabIndex":[2,"button-tab-index"],"isTransitioning":[4,"is-transitioning"],"blogAuthorImage":[1,"blog-author-image"],"blogAuthorImageAlt":[1,"blog-author-image-alt"],"blogAuthorName":[1,"blog-author-name"],"blogAuthorQueryHref":[1,"blog-author-query-href"],"blogAuthorQueryTarget":[1,"blog-author-query-target"],"hasCountdown":[4,"has-countdown"],"logo":[1],"styles":[1],"enableLazy":[4,"enable-lazy"],"defer":[4],"hasCtaSlot":[1028,"has-cta-slot"],"contentBackground":[32],"contentColor":[32],"textAlign":[32],"isMobile":[32]},[[9,"resize","handleResize"]]]);
35389
35471
  const PtcLink = /*@__PURE__*/proxyCustomElement(PtcLink$1, [1,"ptc-link",{"disabled":[516],"external":[516],"href":[1],"target":[1],"linkTitle":[1,"link-title"],"theme":[1],"fontSize":[1,"font-size"],"fontWeight":[1,"font-weight"],"linkArea":[1,"link-area"],"seoCompatibilityMode":[4,"seo-compatibility-mode"],"styles":[1],"trackerId":[1,"tracker-id"],"tabNav":[2,"tab-nav"],"darkFocusState":[4,"dark-focus-state"]}]);
35390
35472
  const PtcList = /*@__PURE__*/proxyCustomElement(PtcList$1, [1,"ptc-list",{"listType":[1,"list-type"],"listItems":[16]}]);
35391
35473
  const PtcMediaCard = /*@__PURE__*/proxyCustomElement(PtcMediaCard$1, [1,"ptc-media-card",{"cardType":[1,"card-type"],"cardHref":[1,"card-href"],"target":[1],"rel":[1],"activeBackgroundImage":[1025,"active-background-image"],"activeBackgroundImageAlt":[1025,"active-background-image-alt"],"hoverBackgroundImage":[1025,"hover-background-image"],"heading":[1025],"headingTransform":[1025,"heading-transform"],"category":[1025],"ariaLabel":[1,"aria-label"],"iconImage":[1025,"icon-image"],"iconImageAlt":[1025,"icon-image-alt"],"trackerId":[1,"tracker-id"],"isHovered":[32],"isTabNavigated":[32]}]);