@ptcwebops/ptcw-design 6.3.58-beta → 6.3.60-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 (194) 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-img.cjs.entry.js +45 -1
  4. package/dist/cjs/ptc-jumbotron.cjs.entry.js +3 -2
  5. package/dist/cjs/ptc-nav-link.cjs.entry.js +1 -1
  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-img/ptc-img.js +86 -1
  12. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +21 -2
  13. package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.js +1 -1
  14. package/dist/collection/stories/ResponsiveWrapper.stories.js +21 -0
  15. package/dist/collection/stories/organisms/ptc/Academic Form/preview.stories.js +22 -0
  16. package/dist/collection/stories/organisms/ptc/All Products/preview.stories.js +1616 -0
  17. package/dist/collection/stories/organisms/ptc/Announcement/preview.stories.js +58 -0
  18. package/dist/collection/stories/organisms/ptc/Background Video/preview.stories.js +58 -0
  19. package/dist/collection/stories/organisms/ptc/Blog Author Listing/preview.stories.js +32 -0
  20. package/dist/collection/stories/organisms/ptc/Blog Content/preview.stories.js +317 -0
  21. package/dist/collection/stories/organisms/ptc/Blog Detail/preview.stories.js +500 -0
  22. package/dist/collection/stories/organisms/ptc/Blogs Listing Page/preview.stories.js +368 -0
  23. package/dist/collection/stories/organisms/ptc/Bureau New Dynamic/preview.stories.js +54 -0
  24. package/dist/collection/stories/organisms/ptc/Case Studies/preview.stories.js +243 -0
  25. package/dist/collection/stories/organisms/ptc/Case Studies Detail Page/preview.stories.js +456 -0
  26. package/dist/collection/stories/organisms/ptc/Case Studies Slider/preview.stories.js +384 -0
  27. package/dist/collection/stories/organisms/ptc/Case Studies Slider New/preview.stories.js +171 -0
  28. package/dist/collection/stories/organisms/ptc/Clq Modal Quiz/preview.stories.js +100 -0
  29. package/dist/collection/stories/organisms/ptc/Contact Free Trial Form/preview.stories.js +22 -0
  30. package/dist/collection/stories/organisms/ptc/Countdown Example/preview.stories.js +29 -0
  31. package/dist/collection/stories/organisms/ptc/E Store Build Listing/preview.stories.js +543 -0
  32. package/dist/collection/stories/organisms/ptc/E Store Build Product/preview.stories.js +427 -0
  33. package/dist/collection/stories/organisms/ptc/Eloqua Library Contact Info/preview.stories.js +168 -0
  34. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor PCenter/preview.stories.js +60 -0
  35. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor Recipient Id/preview.stories.js +59 -0
  36. package/dist/collection/stories/organisms/ptc/Embedded Form/preview.stories.js +23 -0
  37. package/dist/collection/stories/organisms/ptc/Embedded Form Floating/preview.stories.js +165 -0
  38. package/dist/collection/stories/organisms/ptc/Event Detail/preview.stories.js +16 -0
  39. package/dist/collection/stories/organisms/ptc/Event Jumbotron/preview.stories.js +470 -0
  40. package/dist/collection/stories/organisms/ptc/Event Podcast Slider/preview.stories.js +142 -0
  41. package/dist/collection/stories/organisms/ptc/Events Listing Cards/preview.stories.js +169 -0
  42. package/dist/collection/stories/organisms/ptc/Events Listing Cards Horizontal/preview.stories.js +169 -0
  43. package/dist/collection/stories/organisms/ptc/Featured Events Slider/preview.stories.js +165 -0
  44. package/dist/collection/stories/organisms/ptc/Featured List/preview.stories.js +16 -0
  45. package/dist/collection/stories/organisms/ptc/Filter Level Theater/preview.stories.js +18 -0
  46. package/dist/collection/stories/organisms/ptc/Five Card Value Prop/preview.stories.js +64 -0
  47. package/dist/collection/stories/organisms/ptc/Footer Form/preview.stories.js +18 -0
  48. package/dist/collection/stories/organisms/ptc/Footer V2/preview.stories.js +138 -0
  49. package/dist/collection/stories/organisms/ptc/Footer V2 Cn/preview.stories.js +146 -0
  50. package/dist/collection/stories/organisms/ptc/Form Radio Button/preview.stories.js +42 -0
  51. package/dist/collection/stories/organisms/ptc/Framed Video 16 9/preview.stories.js +31 -0
  52. package/dist/collection/stories/organisms/ptc/Homepage Image Feature/preview.stories.js +41 -0
  53. package/dist/collection/stories/organisms/ptc/Homepage Jumbotron/preview.stories.js +166 -0
  54. package/dist/collection/stories/organisms/ptc/Homepage Toggled Content/preview.stories.js +227 -0
  55. package/dist/collection/stories/organisms/ptc/Hub Of Hubs/preview.stories.js +417 -0
  56. package/dist/collection/stories/organisms/ptc/Intro/preview.stories.js +41 -0
  57. package/dist/collection/stories/organisms/ptc/Jumbotron/preview.stories.js +431 -0
  58. package/dist/collection/stories/organisms/ptc/Jumbotron With Logos/preview.stories.js +431 -0
  59. package/dist/collection/stories/organisms/ptc/Large Bulleted List/preview.stories.js +224 -0
  60. package/dist/collection/stories/organisms/ptc/Large Bulleted List V2/preview.stories.js +326 -0
  61. package/dist/collection/stories/organisms/ptc/Listing Filter/preview.stories.js +256 -0
  62. package/dist/collection/stories/organisms/ptc/Main Nav Product Solutions Tab/preview.stories.js +200 -0
  63. package/dist/collection/stories/organisms/ptc/Mathcad Start Page/preview.stories.js +100 -0
  64. package/dist/collection/stories/organisms/ptc/Media Kit Speed Bump/preview.stories.js +39 -0
  65. package/dist/collection/stories/organisms/ptc/Most Popular News/preview.stories.js +28 -0
  66. package/dist/collection/stories/organisms/ptc/Mvc Form/preview.stories.js +22 -0
  67. package/dist/collection/stories/organisms/ptc/New Buttons/preview.stories.js +125 -0
  68. package/dist/collection/stories/organisms/ptc/Partners Detail/preview.stories.js +151 -0
  69. package/dist/collection/stories/organisms/ptc/Partners Listing/preview.stories.js +394 -0
  70. package/dist/collection/stories/organisms/ptc/Pdf Portal/preview.stories.js +140 -0
  71. package/dist/collection/stories/organisms/ptc/Plm On Demand 1/preview.stories.js +205 -0
  72. package/dist/collection/stories/organisms/ptc/Plm On Demand 2/preview.stories.js +180 -0
  73. package/dist/collection/stories/organisms/ptc/Podcast List/preview.stories.js +175 -0
  74. package/dist/collection/stories/organisms/ptc/Preference Center/preview.stories.js +235 -0
  75. package/dist/collection/stories/organisms/ptc/Preference Center Exit Page/preview.stories.js +85 -0
  76. package/dist/collection/stories/organisms/ptc/Preference Center Update Email/preview.stories.js +54 -0
  77. package/dist/collection/stories/organisms/ptc/Preference Center Update Personal Info/preview.stories.js +59 -0
  78. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table/preview.stories.js +399 -0
  79. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table Subnav/preview.stories.js +179 -0
  80. package/dist/collection/stories/organisms/ptc/Ptc 3 Card Value Prop/preview.stories.js +46 -0
  81. package/dist/collection/stories/organisms/ptc/Ptc Bio Cards/preview.stories.js +741 -0
  82. package/dist/collection/stories/organisms/ptc/Ptc Creo Start Page/preview.stories.js +111 -0
  83. package/dist/collection/stories/organisms/ptc/Ptc Editorial/preview.stories.js +84 -0
  84. package/dist/collection/stories/organisms/ptc/Ptc Form/preview.stories.js +18 -0
  85. package/dist/collection/stories/organisms/ptc/Ptc Icon Card Slider/preview.stories.js +121 -0
  86. package/dist/collection/stories/organisms/ptc/Ptc Icon Component/preview.stories.js +185 -0
  87. package/dist/collection/stories/organisms/ptc/Ptc Icon Sprites/preview.stories.js +150 -0
  88. package/dist/collection/stories/organisms/ptc/Ptc Innovator Toggle/preview.stories.js +421 -0
  89. package/dist/collection/stories/organisms/ptc/Ptc Media Cards/preview.stories.js +133 -0
  90. package/dist/collection/stories/organisms/ptc/Ptc News Detail/preview.stories.js +142 -0
  91. package/dist/collection/stories/organisms/ptc/Ptc News Detail Alternate/preview.stories.js +140 -0
  92. package/dist/collection/stories/organisms/ptc/Ptc Offices/preview.stories.js +405 -0
  93. package/dist/collection/stories/organisms/ptc/Ptc Readmore V3/preview.stories.js +71 -0
  94. package/dist/collection/stories/organisms/ptc/Ptc Showcase Card/preview.stories.js +177 -0
  95. package/dist/collection/stories/organisms/ptc/Ptc Sticky Share Icons/preview.stories.js +184 -0
  96. package/dist/collection/stories/organisms/ptc/Ptc Subnav V1/preview.stories.js +149 -0
  97. package/dist/collection/stories/organisms/ptc/Ptc Subnav V2/preview.stories.js +91 -0
  98. package/dist/collection/stories/organisms/ptc/Ptc Text Copy With Background/preview.stories.js +226 -0
  99. package/dist/collection/stories/organisms/ptc/Ptc Title Demo/preview.stories.js +24 -0
  100. package/dist/collection/stories/organisms/ptc/Ptc Tooltip V3/preview.stories.js +85 -0
  101. package/dist/collection/stories/organisms/ptc/Ptc Two Column Two Media/preview.stories.js +126 -0
  102. package/dist/collection/stories/organisms/ptc/Read More/preview.stories.js +278 -0
  103. package/dist/collection/stories/organisms/ptc/Related Cards/preview.stories.js +107 -0
  104. package/dist/collection/stories/organisms/ptc/Resource Center/preview.stories.js +149 -0
  105. package/dist/collection/stories/organisms/ptc/Search Result/preview.stories.js +62 -0
  106. package/dist/collection/stories/organisms/ptc/Search Result News/preview.stories.js +72 -0
  107. package/dist/collection/stories/organisms/ptc/Searchbar Plm On Demand/preview.stories.js +62 -0
  108. package/dist/collection/stories/organisms/ptc/Seo Test/preview.stories.js +215 -0
  109. package/dist/collection/stories/organisms/ptc/Sequential Slider/preview.stories.js +38 -0
  110. package/dist/collection/stories/organisms/ptc/Sequential Slider Mobile/preview.stories.js +90 -0
  111. package/dist/collection/stories/organisms/ptc/Shortform Agileworx/preview.stories.js +22 -0
  112. package/dist/collection/stories/organisms/ptc/Storefront Enhanced Product Listing/preview.stories.js +132 -0
  113. package/dist/collection/stories/organisms/ptc/Success Path Details Page/preview.stories.js +236 -0
  114. package/dist/collection/stories/organisms/ptc/Three Column Text/preview.stories.js +75 -0
  115. package/dist/collection/stories/organisms/ptc/Three Up Text Cards/preview.stories.js +134 -0
  116. package/dist/collection/stories/organisms/ptc/Two Column Media/preview.stories.js +181 -0
  117. package/dist/collection/stories/organisms/ptc/Two Column With Toggle/preview.stories.js +549 -0
  118. package/dist/collection/stories/organisms/ptc/Value Led Resource/preview.stories.js +479 -0
  119. package/dist/collection/stories/organisms/ptc/Volvo Three Col/preview.stories.js +115 -0
  120. package/dist/collection/stories/organisms/ptc/Vuforia Quiz/preview.stories.js +26 -0
  121. package/dist/collection/stories/organisms/ptc/White Paper/preview.stories.js +174 -0
  122. package/dist/custom-elements/index.js +51 -6
  123. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  124. package/dist/esm/blog-detail-layout.entry.js +1 -1
  125. package/dist/esm/blogs-search-section.entry.js +1 -1
  126. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  127. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  128. package/dist/esm/{interfaces-7c0243be.js → interfaces-4caedd26.js} +1 -1
  129. package/dist/esm/loader.js +1 -1
  130. package/dist/esm/most-popular-news.entry.js +1 -1
  131. package/dist/esm/my-component.entry.js +1 -1
  132. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  133. package/dist/esm/ptc-background-video.entry.js +1 -1
  134. package/dist/esm/ptc-button.entry.js +85 -0
  135. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  136. package/dist/esm/ptc-form-checkbox_4.entry.js +1 -1
  137. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  138. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  139. package/dist/esm/ptc-icon-card.entry.js +1 -1
  140. package/dist/esm/ptc-img.entry.js +46 -2
  141. package/dist/esm/ptc-jumbotron.entry.js +3 -2
  142. package/dist/esm/ptc-link.entry.js +1 -1
  143. package/dist/esm/ptc-media-card.entry.js +1 -1
  144. package/dist/esm/ptc-nav-link.entry.js +1 -1
  145. package/dist/esm/ptc-para.entry.js +123 -0
  146. package/dist/esm/ptc-picture.entry.js +158 -0
  147. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  148. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  149. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  150. package/dist/esm/ptc-spacer.entry.js +34 -0
  151. package/dist/esm/ptc-title.entry.js +148 -0
  152. package/dist/esm/ptcw-design.js +1 -1
  153. package/dist/esm/{utils-7c68b88a.js → utils-2f12c081.js} +1 -1
  154. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  155. package/dist/ptcw-design/{p-dffcfa42.entry.js → p-14b7693f.entry.js} +1 -1
  156. package/dist/ptcw-design/{p-30bfb2f9.entry.js → p-1eb40265.entry.js} +1 -1
  157. package/dist/ptcw-design/{p-068ea6b7.entry.js → p-1efb0486.entry.js} +1 -1
  158. package/dist/ptcw-design/{p-673cfd2e.entry.js → p-257267e3.entry.js} +1 -1
  159. package/dist/ptcw-design/{p-4056c365.entry.js → p-297a14cb.entry.js} +1 -1
  160. package/dist/ptcw-design/p-2cc7e2a8.entry.js +1 -0
  161. package/dist/ptcw-design/{p-16d47ac5.entry.js → p-45b1f3fc.entry.js} +1 -1
  162. package/dist/ptcw-design/{p-81e65926.entry.js → p-4702c233.entry.js} +1 -1
  163. package/dist/ptcw-design/p-4b7112be.entry.js +1 -0
  164. package/dist/ptcw-design/{p-531caca4.entry.js → p-4ca956c1.entry.js} +1 -1
  165. package/dist/ptcw-design/{p-55e344bc.entry.js → p-52e17d34.entry.js} +1 -1
  166. package/dist/ptcw-design/p-539639ff.entry.js +1 -0
  167. package/dist/ptcw-design/{p-ee1183b2.js → p-711bcdad.js} +1 -1
  168. package/dist/ptcw-design/{p-e813ea2b.entry.js → p-76dab076.entry.js} +1 -1
  169. package/dist/ptcw-design/{p-826c17e8.js → p-80122e26.js} +1 -1
  170. package/dist/ptcw-design/{p-a5ad0eff.entry.js → p-8c121480.entry.js} +1 -1
  171. package/dist/ptcw-design/{p-5bd8b4be.entry.js → p-8cea8943.entry.js} +1 -1
  172. package/dist/ptcw-design/{p-757e3edb.entry.js → p-8e42a22d.entry.js} +1 -1
  173. package/dist/ptcw-design/{p-0252726c.entry.js → p-901c31b3.entry.js} +1 -1
  174. package/dist/ptcw-design/{p-2ba1ef9d.entry.js → p-9dbcfcee.entry.js} +1 -1
  175. package/dist/ptcw-design/{p-24a6eefa.entry.js → p-a5fc048f.entry.js} +1 -1
  176. package/dist/ptcw-design/p-a8872ce3.entry.js +1 -0
  177. package/dist/ptcw-design/p-a978cd5b.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-37c4f168.entry.js → p-f1734520.entry.js} +1 -1
  182. package/dist/ptcw-design/p-f74e87ec.entry.js +1 -0
  183. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  184. package/dist/types/components/ptc-img/ptc-img.d.ts +19 -0
  185. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +4 -0
  186. package/dist/types/components.d.ts +24 -0
  187. package/package.json +1 -1
  188. package/readme.md +1 -1
  189. package/dist/cjs/ptc-button_5.cjs.entry.js +0 -542
  190. package/dist/esm/ptc-button_5.entry.js +0 -534
  191. package/dist/ptcw-design/p-0529caaa.entry.js +0 -1
  192. package/dist/ptcw-design/p-5ca42138.entry.js +0 -1
  193. package/dist/ptcw-design/p-a3977a9e.entry.js +0 -1
  194. package/dist/ptcw-design/p-a41c7e39.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();
@@ -22447,6 +22447,11 @@ const PtcImg$1 = class extends HTMLElement$1 {
22447
22447
  constructor() {
22448
22448
  super();
22449
22449
  this.__registerHost();
22450
+ /**
22451
+ * Lazy Load Transforms array
22452
+ **/
22453
+ this.transformParameters = ['t=ptcjumbdesklq', 't=ptcjumbdeskmq', 't=ptcjumbdeskhq'];
22454
+ this.transformIndex = 0;
22450
22455
  this.sizeXs = '510x340';
22451
22456
  this.sizeSm = '1240x496';
22452
22457
  this.sizeMd = '1366x500';
@@ -22456,6 +22461,9 @@ const PtcImg$1 = class extends HTMLElement$1 {
22456
22461
  this.borderRadius = '';
22457
22462
  this.loadMode = 'lazy-bg';
22458
22463
  this.styles = undefined;
22464
+ this.enableLazyLoad = false;
22465
+ this.delay = 2000;
22466
+ this.bgSrcLazy = undefined;
22459
22467
  }
22460
22468
  /**
22461
22469
  * Image Z Index
@@ -22466,16 +22474,52 @@ const PtcImg$1 = class extends HTMLElement$1 {
22466
22474
  }
22467
22475
  render() {
22468
22476
  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)));
22477
+ return (h$1(Host, null, this.styles && h$1("style", null, this.styles), h$1("div", { class: classMap, "data-xs": `${this.bgSrcLazy ? this.bgSrcLazy : this.imgUrl}`, "data-sm": `${this.bgSrcLazy ? this.bgSrcLazy : this.imgUrl}`, "data-md": `${this.bgSrcLazy ? this.bgSrcLazy : this.imgUrl}`, "data-lg": `${this.bgSrcLazy ? this.bgSrcLazy : this.imgUrl}` }, this.imageType == 'smart-bg' ? h$1("slot", null) : null)));
22478
+ }
22479
+ componentWillLoad() {
22480
+ if (this.enableLazyLoad) {
22481
+ if (this.imgUrl && this.imgUrl.includes('?')) {
22482
+ this.bgSrcLazy = `${this.imgUrl}&t=ptcjumbdesklq`;
22483
+ }
22484
+ else {
22485
+ this.bgSrcLazy = `${this.imgUrl}?t=ptcjumbdesklq`;
22486
+ }
22487
+ }
22488
+ console.log(this.bgSrcLazy);
22470
22489
  }
22471
22490
  componentDidLoad() {
22472
22491
  this.addIntersectionObserver();
22473
22492
  this.setResponsiveBg();
22493
+ if (this.enableLazyLoad) {
22494
+ const that = this;
22495
+ setTimeout(() => {
22496
+ that.upgradeImageQuality();
22497
+ }, that.delay);
22498
+ }
22474
22499
  }
22475
22500
  componentWillUpdate() {
22476
22501
  this.addIntersectionObserver();
22477
22502
  this.setResponsiveBg();
22478
22503
  }
22504
+ upgradeImageQuality() {
22505
+ const that = this;
22506
+ that.transformIndex++;
22507
+ if (that.transformIndex < that.transformParameters.length) {
22508
+ if (this.imgUrl && this.imgUrl.includes('?')) {
22509
+ this.bgSrcLazy = `${this.imgUrl}&${that.transformParameters[that.transformIndex]}`;
22510
+ }
22511
+ else {
22512
+ this.bgSrcLazy = `${this.imgUrl}?${that.transformParameters[that.transformIndex]}`;
22513
+ }
22514
+ setTimeout(() => {
22515
+ console.log(this.bgSrcLazy);
22516
+ that.upgradeImageQuality();
22517
+ }, that.delay);
22518
+ }
22519
+ else {
22520
+ that.bgSrcLazy = that.imgUrl;
22521
+ }
22522
+ }
22479
22523
  //responsive image
22480
22524
  setResponsiveBg() {
22481
22525
  // Define local variables
@@ -22771,6 +22815,7 @@ const PtcJumbotron$1 = class extends HTMLElement$1 {
22771
22815
  this.hasCountdown = false;
22772
22816
  this.logo = "";
22773
22817
  this.styles = undefined;
22818
+ this.enableLazy = false;
22774
22819
  this.defer = undefined;
22775
22820
  this.hasCtaSlot = undefined;
22776
22821
  }
@@ -22806,10 +22851,10 @@ const PtcJumbotron$1 = class extends HTMLElement$1 {
22806
22851
  break;
22807
22852
  case 'dark':
22808
22853
  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));
22854
+ 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
22855
  break;
22811
22856
  default:
22812
- mediaElement = h$1("ptc-img", { "img-url": this.bgSrc, styles: ".smart-bg{background-position:right !important;}" });
22857
+ mediaElement = h$1("ptc-img", { "img-url": this.bgSrc, "enable-lazy-load": this.enableLazy, styles: ".smart-bg{background-position:right !important;}" });
22813
22858
  }
22814
22859
  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
22860
  }
@@ -24491,7 +24536,7 @@ const PtcNavLink$1 = class extends HTMLElement$1 {
24491
24536
  }
24492
24537
  }
24493
24538
  render() {
24494
- return (h$1(Host, null, h$1("div", { class: "tracker-div mf-listen" }, h$1("a", { id: this.trackerId, href: this.href, target: this.isOutsideLink ? '_blank' : '_self', title: this.titleText, onClick: event => {
24539
+ return (h$1(Host, null, h$1("div", { class: "tracker-div" }, h$1("a", { id: this.trackerId, class: "mf-listen", href: this.href, target: this.isOutsideLink ? '_blank' : '_self', title: this.titleText, onClick: event => {
24495
24540
  this.handleClick(event);
24496
24541
  } }, h$1("slot", null), !this.href.startsWith('#') && (h$1("svg", { class: "icon-arrow-right", xmlns: "http://www.w3.org/2000/svg", width: "14", height: "10", viewBox: "0 0 14 10", fill: "none" }, h$1("path", { d: "M8.84921 0.77792L8.81313 3.41153L0.51545 3.55584L0.515449 6.5863L8.81313 6.44199L8.81313 9.40029L13.1424 5.07107L8.84921 0.77792Z", fill: "#AEB8BD" })))))));
24497
24542
  }
@@ -35382,10 +35427,10 @@ const PtcIconComponent = /*@__PURE__*/proxyCustomElement(PtcIconComponent$1, [1,
35382
35427
  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
35428
  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
35429
  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"]]]);
35430
+ 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]},[[9,"resize","WindowResize"]]]);
35386
35431
  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
35432
  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"]]]);
35433
+ 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
35434
  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
35435
  const PtcList = /*@__PURE__*/proxyCustomElement(PtcList$1, [1,"ptc-list",{"listType":[1,"list-type"],"listItems":[16]}]);
35391
35436
  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]}]);