@ptcwebops/ptcw-design 6.4.10 → 6.4.11-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 (215) hide show
  1. package/dist/cjs/blogs-search-section.cjs.entry.js +4 -1
  2. package/dist/cjs/buying-option-cards-slider.cjs.entry.js +1 -1
  3. package/dist/cjs/{component-35540bfb.js → component-6a178a16.js} +2643 -832
  4. package/dist/cjs/dynamic-box-bundle.cjs.entry.js +3 -1
  5. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  6. package/dist/cjs/homepage-toggled-content.cjs.entry.js +3 -1
  7. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  8. package/dist/cjs/loader.cjs.js +1 -1
  9. package/dist/cjs/modal-form-example.cjs.entry.js +109 -0
  10. package/dist/cjs/ptc-announcement.cjs.entry.js +2 -1
  11. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-button.cjs.entry.js +1 -1
  13. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +3 -1
  14. package/dist/cjs/ptc-card-content.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-card_2.cjs.entry.js +5 -4
  16. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +24 -24
  18. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -2
  19. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  21. package/dist/cjs/{ptc-form-checkbox_2.cjs.entry.js → ptc-form-checkbox_4.cjs.entry.js} +723 -5
  22. package/dist/cjs/ptc-img.cjs.entry.js +87 -7
  23. package/dist/cjs/ptc-jumbotron.cjs.entry.js +11 -5
  24. package/dist/cjs/ptc-modal-quiz.cjs.entry.js +4 -1
  25. package/dist/cjs/ptc-para.cjs.entry.js +1 -1
  26. package/dist/cjs/ptc-picture.cjs.entry.js +0 -17
  27. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-preloader.cjs.entry.js +1 -1
  29. package/dist/cjs/ptc-previous-url.cjs.entry.js +11 -2
  30. package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +25 -9
  31. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
  32. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  33. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  34. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  36. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  37. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  38. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  39. package/dist/cjs/ptc-white-paper.cjs.entry.js +19 -9
  40. package/dist/cjs/ptcw-design.cjs.js +1 -1
  41. package/dist/collection/collection-manifest.json +1 -1
  42. package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.css +0 -9
  43. package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +3 -1
  44. package/dist/collection/components/icon-asset/media/designer-v6.0.7.svg +30 -2
  45. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +24 -0
  46. package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.js +4 -1
  47. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +24 -0
  48. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +26 -0
  49. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +114 -0
  50. package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.js +3 -1
  51. package/dist/collection/components/ptc-announcement/ptc-announcement.js +2 -1
  52. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +24 -0
  53. package/dist/collection/components/ptc-button/ptc-button.css +0 -2
  54. package/dist/collection/components/ptc-card-content/ptc-card-content.css +3 -21
  55. package/dist/collection/components/ptc-card-content/ptc-card-content.js +2 -2
  56. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +3 -1
  57. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +24 -0
  58. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +24 -0
  59. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +24 -0
  60. package/dist/collection/components/ptc-img/ptc-img.css +76 -0
  61. package/dist/collection/components/ptc-img/ptc-img.js +132 -7
  62. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +24 -6
  63. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +28 -4
  64. package/dist/collection/components/ptc-modal/ptc-modal.css +5 -0
  65. package/dist/collection/components/ptc-modal/ptc-modal.js +25 -25
  66. package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.js +4 -1
  67. package/dist/collection/components/ptc-para/ptc-para.css +3 -0
  68. package/dist/collection/components/ptc-para/ptc-para.js +2 -2
  69. package/dist/collection/components/ptc-picture/ptc-picture.js +0 -40
  70. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +24 -0
  71. package/dist/collection/components/ptc-preloader/ptc-preloader.css +147 -111
  72. package/dist/collection/components/ptc-preloader/ptc-preloader.js +1 -1
  73. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +1 -2
  74. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +4 -3
  75. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +16 -0
  76. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +28 -1
  77. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +25 -9
  78. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +1 -1
  79. package/dist/collection/components/ptc-product-card/ptc-product-card.css +24 -0
  80. package/dist/collection/components/ptc-product-category/ptc-product-category.css +24 -0
  81. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +24 -0
  82. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +24 -0
  83. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +24 -0
  84. package/dist/collection/components/ptc-textfield/ptc-textfield.js +3 -5
  85. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +24 -0
  86. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +24 -0
  87. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +27 -3
  88. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +18 -8
  89. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +45 -0
  90. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +47 -0
  91. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +157 -0
  92. package/dist/custom-elements/index.d.ts +6 -6
  93. package/dist/custom-elements/index.js +333 -642
  94. package/dist/esm/blogs-search-section.entry.js +4 -1
  95. package/dist/esm/buying-option-cards-slider.entry.js +1 -1
  96. package/dist/esm/{component-8c53e377.js → component-80f298b4.js} +2592 -793
  97. package/dist/esm/dynamic-box-bundle.entry.js +3 -1
  98. package/dist/esm/featured-list.entry.js +1 -1
  99. package/dist/esm/homepage-toggled-content.entry.js +3 -1
  100. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  101. package/dist/esm/loader.js +1 -1
  102. package/dist/esm/modal-form-example.entry.js +105 -0
  103. package/dist/esm/ptc-announcement.entry.js +2 -1
  104. package/dist/esm/ptc-bio-card.entry.js +1 -1
  105. package/dist/esm/ptc-button.entry.js +1 -1
  106. package/dist/esm/ptc-card-bottom_2.entry.js +3 -1
  107. package/dist/esm/ptc-card-content.entry.js +1 -1
  108. package/dist/esm/ptc-card_2.entry.js +5 -4
  109. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  110. package/dist/esm/ptc-close-icon_2.entry.js +24 -24
  111. package/dist/esm/ptc-data-lookup.entry.js +1 -2
  112. package/dist/esm/ptc-featured-list.entry.js +1 -1
  113. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  114. package/dist/esm/{ptc-form-checkbox_2.entry.js → ptc-form-checkbox_4.entry.js} +722 -6
  115. package/dist/esm/ptc-img.entry.js +87 -7
  116. package/dist/esm/ptc-jumbotron.entry.js +11 -5
  117. package/dist/esm/ptc-modal-quiz.entry.js +4 -1
  118. package/dist/esm/ptc-para.entry.js +1 -1
  119. package/dist/esm/ptc-picture.entry.js +0 -17
  120. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  121. package/dist/esm/ptc-preloader.entry.js +1 -1
  122. package/dist/esm/ptc-previous-url.entry.js +11 -2
  123. package/dist/esm/ptc-pricing-packaging-table.entry.js +25 -9
  124. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  125. package/dist/esm/ptc-product-card.entry.js +1 -1
  126. package/dist/esm/ptc-product-category.entry.js +1 -1
  127. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  128. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  129. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  130. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  131. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  132. package/dist/esm/ptc-white-paper.entry.js +19 -9
  133. package/dist/esm/ptcw-design.js +1 -1
  134. package/dist/ptcw-design/media/designer-v6.0.7.svg +30 -2
  135. package/dist/ptcw-design/{p-614b66d8.entry.js → p-0451b768.entry.js} +1 -1
  136. package/dist/ptcw-design/p-04891836.entry.js +1 -0
  137. package/dist/ptcw-design/p-17b8281a.entry.js +1 -0
  138. package/dist/ptcw-design/p-187ef77b.entry.js +1 -0
  139. package/dist/ptcw-design/p-2670ac97.entry.js +1 -0
  140. package/dist/ptcw-design/{p-4b41fe4e.entry.js → p-312c41b8.entry.js} +1 -1
  141. package/dist/ptcw-design/{p-1d789cd7.entry.js → p-32bec5ef.entry.js} +1 -1
  142. package/dist/ptcw-design/p-349f43d5.entry.js +1 -0
  143. package/dist/ptcw-design/p-390c0dee.entry.js +1 -0
  144. package/dist/ptcw-design/p-3b40bfbf.entry.js +68 -0
  145. package/dist/ptcw-design/p-502f534b.entry.js +1 -0
  146. package/dist/ptcw-design/p-5aaf4e15.entry.js +1 -0
  147. package/dist/ptcw-design/p-672a349f.js +336 -0
  148. package/dist/ptcw-design/p-6f9f55b3.entry.js +1 -0
  149. package/dist/ptcw-design/{p-365646b8.entry.js → p-7218fe2c.entry.js} +1 -1
  150. package/dist/ptcw-design/{p-2a3c8a30.entry.js → p-7235425a.entry.js} +1 -1
  151. package/dist/ptcw-design/p-74097f89.entry.js +1 -0
  152. package/dist/ptcw-design/p-799afee5.entry.js +1 -0
  153. package/dist/ptcw-design/p-7fe4d383.entry.js +1 -0
  154. package/dist/ptcw-design/p-8fb48953.entry.js +1 -0
  155. package/dist/ptcw-design/p-96f346c4.entry.js +1 -0
  156. package/dist/ptcw-design/{p-db882e62.entry.js → p-9da57f76.entry.js} +1 -1
  157. package/dist/ptcw-design/{p-121a9ef6.entry.js → p-b0a16f1a.entry.js} +1 -1
  158. package/dist/ptcw-design/p-b684ca9d.entry.js +1 -0
  159. package/dist/ptcw-design/p-c09a8288.entry.js +1 -0
  160. package/dist/ptcw-design/p-cb0e3ec2.entry.js +1 -0
  161. package/dist/ptcw-design/p-de960790.entry.js +1 -0
  162. package/dist/ptcw-design/p-e3a6ed56.entry.js +1 -0
  163. package/dist/ptcw-design/p-ef870202.entry.js +1 -0
  164. package/dist/ptcw-design/{p-f0958536.entry.js → p-f010c07f.entry.js} +1 -1
  165. package/dist/ptcw-design/p-f6b70f68.entry.js +1 -0
  166. package/dist/ptcw-design/ptcw-design.css +4 -3
  167. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  168. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +25 -0
  169. package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +1 -1
  170. package/dist/types/components/ptc-img/ptc-img.d.ts +29 -1
  171. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +4 -0
  172. package/dist/types/components/ptc-mobile-select/mobile-select/dist/mobile-select.d.ts +209 -0
  173. package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -1
  174. package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
  175. package/dist/types/components/ptc-picture/ptc-picture.d.ts +0 -2
  176. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +2 -0
  177. package/dist/types/components.d.ts +53 -26
  178. package/dist/types/utils/eloqua.d.ts +9 -0
  179. package/package.json +1 -1
  180. package/readme.md +5 -1
  181. package/dist/cjs/component-1b8ad4d2.js +0 -1819
  182. package/dist/cjs/ptc-multi-select_2.cjs.entry.js +0 -730
  183. package/dist/cjs/ptc-subnav-v2.cjs.entry.js +0 -533
  184. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.css +0 -411
  185. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.js +0 -585
  186. package/dist/collection/stories/organisms/ptc/Subnav New/preview.stories.js +0 -360
  187. package/dist/esm/component-9beac35b.js +0 -1802
  188. package/dist/esm/ptc-multi-select_2.entry.js +0 -725
  189. package/dist/esm/ptc-subnav-v2.entry.js +0 -529
  190. package/dist/ptcw-design/p-009fbf1f.entry.js +0 -1
  191. package/dist/ptcw-design/p-00e21489.entry.js +0 -1
  192. package/dist/ptcw-design/p-1a853854.entry.js +0 -1
  193. package/dist/ptcw-design/p-1f15239e.entry.js +0 -1
  194. package/dist/ptcw-design/p-2bfd8371.entry.js +0 -1
  195. package/dist/ptcw-design/p-2e6e2a9d.entry.js +0 -1
  196. package/dist/ptcw-design/p-3ed4a7ed.entry.js +0 -1
  197. package/dist/ptcw-design/p-56a73429.entry.js +0 -1
  198. package/dist/ptcw-design/p-80ee97a2.entry.js +0 -1
  199. package/dist/ptcw-design/p-850a6205.entry.js +0 -1
  200. package/dist/ptcw-design/p-8aeb229a.entry.js +0 -1
  201. package/dist/ptcw-design/p-8ef0e26e.entry.js +0 -68
  202. package/dist/ptcw-design/p-9027d2d9.entry.js +0 -1
  203. package/dist/ptcw-design/p-9493dfa0.entry.js +0 -1
  204. package/dist/ptcw-design/p-95efe7ee.entry.js +0 -1
  205. package/dist/ptcw-design/p-98426799.js +0 -203
  206. package/dist/ptcw-design/p-98844b50.js +0 -134
  207. package/dist/ptcw-design/p-b44f4fb1.entry.js +0 -1
  208. package/dist/ptcw-design/p-b5e849da.entry.js +0 -1
  209. package/dist/ptcw-design/p-b89136c6.entry.js +0 -1
  210. package/dist/ptcw-design/p-c42e9110.entry.js +0 -1
  211. package/dist/ptcw-design/p-cad4b517.entry.js +0 -1
  212. package/dist/ptcw-design/p-e976a798.entry.js +0 -1
  213. package/dist/ptcw-design/p-f13c7959.entry.js +0 -1
  214. package/dist/ptcw-design/p-f3d3c161.entry.js +0 -1
  215. package/dist/types/components/ptc-subnav-v2/ptc-subnav-v2.d.ts +0 -66
@@ -88,14 +88,17 @@ a:focus-visible {
88
88
 
89
89
  .light-links a:not(.hero-footer-form-wrapper a,
90
90
  ptc-modal inline-form a,
91
+ .podcast-cta-section a,
91
92
  .vjs-social-share-links a),
92
93
  .light-links a.light-link,
93
94
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
94
95
  ptc-modal inline-form a,
96
+ .podcast-cta-section a,
95
97
  .vjs-social-share-links a),
96
98
  .background-grey-10 a.light-link,
97
99
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
98
100
  ptc-modal inline-form a,
101
+ .podcast-cta-section a,
99
102
  .vjs-social-share-links a),
100
103
  .background-plm-grey a.light-link {
101
104
  color: var(--color-blue-04);
@@ -104,38 +107,47 @@ ptc-modal inline-form a,
104
107
  }
105
108
  .light-links a:not(.hero-footer-form-wrapper a,
106
109
  ptc-modal inline-form a,
110
+ .podcast-cta-section a,
107
111
  .vjs-social-share-links a):visited,
108
112
  .light-links a.light-link:visited,
109
113
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
110
114
  ptc-modal inline-form a,
115
+ .podcast-cta-section a,
111
116
  .vjs-social-share-links a):visited,
112
117
  .background-grey-10 a.light-link:visited,
113
118
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
114
119
  ptc-modal inline-form a,
120
+ .podcast-cta-section a,
115
121
  .vjs-social-share-links a):visited,
116
122
  .background-plm-grey a.light-link:visited {
117
123
  color: var(--color-blue-06);
118
124
  }
119
125
  .light-links a:not(.hero-footer-form-wrapper a,
120
126
  ptc-modal inline-form a,
127
+ .podcast-cta-section a,
121
128
  .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
122
129
  ptc-modal inline-form a,
130
+ .podcast-cta-section a,
123
131
  .vjs-social-share-links a):visited:active,
124
132
  .light-links a.light-link:active,
125
133
  .light-links a.light-link:visited:active,
126
134
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
127
135
  ptc-modal inline-form a,
136
+ .podcast-cta-section a,
128
137
  .vjs-social-share-links a):active,
129
138
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
130
139
  ptc-modal inline-form a,
140
+ .podcast-cta-section a,
131
141
  .vjs-social-share-links a):visited:active,
132
142
  .background-grey-10 a.light-link:active,
133
143
  .background-grey-10 a.light-link:visited:active,
134
144
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
135
145
  ptc-modal inline-form a,
146
+ .podcast-cta-section a,
136
147
  .vjs-social-share-links a):active,
137
148
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
138
149
  ptc-modal inline-form a,
150
+ .podcast-cta-section a,
139
151
  .vjs-social-share-links a):visited:active,
140
152
  .background-plm-grey a.light-link:active,
141
153
  .background-plm-grey a.light-link:visited:active {
@@ -144,24 +156,30 @@ ptc-modal inline-form a,
144
156
  }
145
157
  .light-links a:not(.hero-footer-form-wrapper a,
146
158
  ptc-modal inline-form a,
159
+ .podcast-cta-section a,
147
160
  .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
148
161
  ptc-modal inline-form a,
162
+ .podcast-cta-section a,
149
163
  .vjs-social-share-links a):visited:hover,
150
164
  .light-links a.light-link:hover,
151
165
  .light-links a.light-link:visited:hover,
152
166
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
153
167
  ptc-modal inline-form a,
168
+ .podcast-cta-section a,
154
169
  .vjs-social-share-links a):hover,
155
170
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
156
171
  ptc-modal inline-form a,
172
+ .podcast-cta-section a,
157
173
  .vjs-social-share-links a):visited:hover,
158
174
  .background-grey-10 a.light-link:hover,
159
175
  .background-grey-10 a.light-link:visited:hover,
160
176
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
161
177
  ptc-modal inline-form a,
178
+ .podcast-cta-section a,
162
179
  .vjs-social-share-links a):hover,
163
180
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
164
181
  ptc-modal inline-form a,
182
+ .podcast-cta-section a,
165
183
  .vjs-social-share-links a):visited:hover,
166
184
  .background-plm-grey a.light-link:hover,
167
185
  .background-plm-grey a.light-link:visited:hover {
@@ -169,14 +187,17 @@ ptc-modal inline-form a,
169
187
  }
170
188
  .light-links a:not(.hero-footer-form-wrapper a,
171
189
  ptc-modal inline-form a,
190
+ .podcast-cta-section a,
172
191
  .vjs-social-share-links a).disabled,
173
192
  .light-links a.light-link.disabled,
174
193
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
175
194
  ptc-modal inline-form a,
195
+ .podcast-cta-section a,
176
196
  .vjs-social-share-links a).disabled,
177
197
  .background-grey-10 a.light-link.disabled,
178
198
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
179
199
  ptc-modal inline-form a,
200
+ .podcast-cta-section a,
180
201
  .vjs-social-share-links a).disabled,
181
202
  .background-plm-grey a.light-link.disabled {
182
203
  color: var(--color-gray-04) !important;
@@ -184,14 +205,17 @@ ptc-modal inline-form a,
184
205
  }
185
206
  .light-links a:not(.hero-footer-form-wrapper a,
186
207
  ptc-modal inline-form a,
208
+ .podcast-cta-section a,
187
209
  .vjs-social-share-links a):focus-visible,
188
210
  .light-links a.light-link:focus-visible,
189
211
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
190
212
  ptc-modal inline-form a,
213
+ .podcast-cta-section a,
191
214
  .vjs-social-share-links a):focus-visible,
192
215
  .background-grey-10 a.light-link:focus-visible,
193
216
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
194
217
  ptc-modal inline-form a,
218
+ .podcast-cta-section a,
195
219
  .vjs-social-share-links a):focus-visible,
196
220
  .background-plm-grey a.light-link:focus-visible {
197
221
  border-radius: var(--ptc-border-radius-standard);
@@ -0,0 +1,26 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+
5
+ .form-wrapper {
6
+ width: 371px;
7
+ display: flex;
8
+ border-radius: 3px;
9
+ background: #FFF;
10
+ flex-direction: column;
11
+ align-items: center;
12
+ padding: 0px 32px;
13
+
14
+ @media only screen and (min-width: 360px) and (max-width: 479.55px) {
15
+ max-width: 360px;
16
+ width: 360px;
17
+ }
18
+
19
+ .button-wrapper {
20
+ display: flex;
21
+ justify-content: flex-end;
22
+ gap: 20px;
23
+ margin-top: 48px;
24
+ flex-wrap: wrap;
25
+ }
26
+ }
@@ -0,0 +1,114 @@
1
+ import { Host, h } from "@stencil/core";
2
+ export class PtcForm {
3
+ constructor() {
4
+ this.formData = {
5
+ email: "",
6
+ firstName: "",
7
+ lastName: "",
8
+ company: "",
9
+ country: "",
10
+ phone: "",
11
+ inquiryReason: "",
12
+ howhearselfreport: "",
13
+ policyChecked: false,
14
+ };
15
+ }
16
+ // private countryEle: HTMLPtcSelectElement;
17
+ // private inquiryreasonEle: HTMLPtcTextfieldElement;
18
+ // private howhearselfreport: HTMLPtcTextfieldElement;
19
+ componentDidLoad() {
20
+ this.formButton = this.el.querySelector(".form-submit");
21
+ this.formButton.addEventListener("click", this.handleSubmit.bind(this));
22
+ //get Email
23
+ this.emailEle = this.el.querySelector('ptc-textfield[field-id="contact-email"]');
24
+ this.firstNameEle = this.el.querySelector('ptc-textfield[field-id="contact-firstname"]');
25
+ this.lastNameEle = this.el.querySelector('ptc-textfield[field-id="contact-lastname"]');
26
+ this.companyEle = this.el.querySelector('ptc-textfield[field-id="company"]');
27
+ this.phoneEle = this.el.querySelector('ptc-textfield[field-id="contact-phone"]');
28
+ // this.countryEle = this.el.querySelector('ptc-select[field-id="contact-country"]')
29
+ // this.inquiryreasonEle = this.el.querySelector('ptc-textfield[field-id="contact-inquiry"]')
30
+ // this.howhearselfreport = this.el.querySelector('ptc-textfield[field-id="self-reporting"]')
31
+ }
32
+ handleInputChange(field, value) {
33
+ this.formData = Object.assign(Object.assign({}, this.formData), { [field]: value });
34
+ }
35
+ handleSubmit(event) {
36
+ event.preventDefault();
37
+ this.formData.email = this.emailEle.inputValue;
38
+ this.formData.firstName = this.firstNameEle.inputValue;
39
+ this.formData.lastName = this.lastNameEle.inputValue;
40
+ this.formData.company = this.companyEle.inputValue;
41
+ this.formData.phone = this.phoneEle.inputValue;
42
+ // this.formData.country = this.countryEle.inputValue;
43
+ // this.formData.inquiryReason= this.inquiryreasonEle.inputValue;
44
+ // this.formData.howhearselfreport = this.howhearselfreport.inputValue;
45
+ // console.log("get form Data: " + this.formData.email)
46
+ if (this.isValid()) {
47
+ const formSubmitEvent = new CustomEvent("formSubmit", {
48
+ detail: this.formData,
49
+ bubbles: true,
50
+ });
51
+ this.el.dispatchEvent(formSubmitEvent);
52
+ console.log("Form Submitted: " + this.formData);
53
+ }
54
+ else {
55
+ console.log("Form validation failed");
56
+ console.log("Form Submitted: " + this.formData.email, this.formData.firstName, this.formData.lastName, this.formData.company, this.formData.phone);
57
+ }
58
+ }
59
+ isValid() {
60
+ const { email, firstName, lastName, company, country, phone, inquiryReason, howhearselfreport, policyChecked, } = this.formData;
61
+ const invalidLength = document.querySelectorAll(".invalid-field").length;
62
+ // console.log('invalid fields length: ' + invalidLength), check the select field
63
+ return (email !== "" &&
64
+ phone !== "" &&
65
+ firstName !== "" &&
66
+ lastName !== "" &&
67
+ company !== "" &&
68
+ country !== "" &&
69
+ inquiryReason !== "" &&
70
+ howhearselfreport != "" &&
71
+ policyChecked &&
72
+ invalidLength === 0);
73
+ }
74
+ render() {
75
+ const multiSelectItems = [
76
+ {
77
+ text: "Item 1",
78
+ selected: false,
79
+ ptcDataEloquaName: "item_1",
80
+ ptcDataTargetEloquaName: "item_target-1",
81
+ },
82
+ {
83
+ text: "Item 2",
84
+ selected: false,
85
+ ptcDataEloquaName: "item_2",
86
+ ptcDataTargetEloquaName: "item_target-2",
87
+ },
88
+ {
89
+ text: "Item 3",
90
+ selected: false,
91
+ ptcDataEloquaName: "item_3",
92
+ ptcDataTargetEloquaName: "item_target-3",
93
+ },
94
+ ];
95
+ return (h(Host, null, h("div", { class: "ptc-container u-flex u-flex-justify-center" }, h("div", { class: "form-wrapper" }, h("ptc-title", { "seo-compatibility-mode": true, "text-align": "left", "title-color": "gray", upperline: "no-upperline", "title-display": "inline-block", "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-7", "is-plm-hub": "false", "title-size": "medium" }, h("h2", null, "PTC\u2019s PLM application suite combines the power of Windchill, the industry\u2019s #1 PLM software with Thingworx")), h("ptc-spacer", { size: "x-small", breakpoint: "small" }), h("ptc-spacer", { size: "small", breakpoint: "x-small" }), h("ptc-para", { "seo-compatibility-mode": true, "font-size": "x-small", "font-weight": "w-4", "para-margin": "margin-flush", "para-style": "main", "para-line-h": "line-height-densest" }, "PTC\u2019s market-leading, purpose-built IIoT platform. The suite offers a mix of Packages, Add-Ons, and Apps to best suit your business needs:"), h("ptc-spacer", { size: "x-small", breakpoint: "small" }), h("ptc-spacer", { size: "small", breakpoint: "x-small" }), h("max-width-container", { "max-width": "277", breakpoint: 480 }, h("ptc-title", { type: "h2", "text-align": "", "title-size": "x-small", "title-color": "gray", upperline: "no-upperline", "title-display": "inline-block", "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-6", "is-plm-hub": "false" }, "Please fill out the form and a PTC sales representative will be in touch."), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "small" })), h("form", { onSubmit: (event) => this.handleSubmit(event) }, h("ptc-textfield", { "field-id": "contact-firstname", "label-text": "First Name*", type: "text", "ptc-data-eloqua-name": "C_FirstName", "field-name": "firstname" }), h("ptc-textfield", { "field-id": "contact-lastname", "label-text": "Last Name*", type: "text", "ptc-data-eloqua-name": "C_LastName", "field-name": "lastname" }), h("ptc-textfield", { "field-id": "company", "label-text": "Company*", type: "text", "ptc-data-eloqua-name": "C_Company", "field-name": "company" }), h("ptc-textfield", { "field-id": "contact-email", "label-text": "Email*", type: "email", "ptc-data-eloqua-name": "C_EmailAddress", "field-name": "email" }), h("ptc-textfield", { "field-id": "company-email", "label-text": "Company Email*", type: "email", "ptc-data-eloqua-name": "C_EmailAddress", "field-name": "companyemail" }), h("ptc-select", { "field-id": "contact-country", label: "Country*", "ptc-data-eloqua-name": "C_Country", "field-name": "country" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item placehoder-li", "data-value": "" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Select a country")), h("li", { class: "mdc-list-item", "data-value": "USA" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "USA")), h("li", { class: "mdc-list-item", "data-value": "Canada" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Canada")), h("li", { class: "mdc-list-item", "data-value": "China" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "China")))), h("ptc-textfield", { "field-id": "contact-phone", "label-text": "Phone*", type: "tel", "ptc-data-eloqua-name": "C_BusPhone", "field-name": "phone" }), h("ptc-select", { label: "What information are you interested in?*", "ptc-data-eloqua-name": "Inquiry_Reason", "field-name": "inquiryreason", "field-id": "contact-inquiry" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item", "data-value": "Please select a value" }, h("span", { class: "mdc-list-item__ripple" })), h("li", { class: "mdc-list-item", "data-value": "Augmented Reality (AR)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Augmented Reality (AR)")), h("li", { class: "mdc-list-item", "data-value": "CAD" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Computer Aided Design")), h("li", { class: "mdc-list-item", "data-value": "Retail(FlexPLM)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Fashion and Retail Product Lifecycle Management")))), h("ptc-multi-select", { items: multiSelectItems, "is-required": "true" }), h("ptc-textfield", { "field-id": "Self-Reporting", "label-text": "How can we help you?*", type: "text", "ptc-data-eloqua-name": "HowHearSelfReport", "ptc-max-length": "100", "field-name": "howhearselfreport" }), h("ptc-form-checkbox", { label: "I agree to the policy", "checkbox-id": "test" }), h("div", { class: "button-wrapper" }, h("ptc-button", { class: "form-submit", color: "ptc-quaternary", type: "submit", styles: ":host{align-self:flex-end; display:block; float: left; width: fit-content;}" }, "Submit"), h("ptc-button", { class: "form-close", color: "ptc-tertiary", type: "button", styles: ":host{align-self:flex-end; display:block; float: left; width: fit-content;}" }, "Cancel")))))));
96
+ }
97
+ static get is() { return "modal-form-example"; }
98
+ static get originalStyleUrls() {
99
+ return {
100
+ "$": ["modal-form-example.css"]
101
+ };
102
+ }
103
+ static get styleUrls() {
104
+ return {
105
+ "$": ["modal-form-example.css"]
106
+ };
107
+ }
108
+ static get states() {
109
+ return {
110
+ "formData": {}
111
+ };
112
+ }
113
+ static get elementRef() { return "el"; }
114
+ }
@@ -118,7 +118,9 @@ export class HomepageToggledContent {
118
118
  const upArrow = (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "15", height: "11", viewBox: "0 0 15 11", fill: "none" }, h("path", { d: "M13 8.5L7.34315 2.71178L1.68629 8.5", stroke: "white", "stroke-width": "3", "stroke-linecap": "round" })));
119
119
  const downArrow = (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "15", height: "11", viewBox: "0 0 15 11", fill: "none" }, h("path", { d: "M13 2.5L7.34315 8.28822L1.68629 2.5", stroke: "white", "stroke-width": "3", "stroke-linecap": "round" })));
120
120
  const tabs = this.getTabs();
121
- return (h("div", { class: "wrapper" }, h("div", { class: "header" }, h("h2", null, h("slot", { name: "title" })), h("p", null, h("slot", { name: "description" }))), h("div", { class: "tabs" }, h("div", { class: "tabs-desktop" }, tabs.map((tab) => (h("homepage-clickable-tab", { label: tab.label, active: this.activeTab === tab.index, activeColor: this.colors[tab.index], onClick: () => this.handleTabSelected(tab.index) })))), h("div", { class: "tabs-mobile" }, h("button", { class: `dropdown-button ${this.colors[this.activeTab]} ${this.dropdownOpen ? "opened" : ""}`, onClick: () => this.toggleDropdown() }, tabs[this.activeTab].label, h("span", { class: "arrow" }, this.dropdownOpen ? upArrow : downArrow)), this.dropdownOpen && (h("div", { class: "dropdown-menu" }, tabs.map((tab) => (h("div", { class: `dropdown-item ${tab.index === this.activeTab ? "active-tab" : ""}`, onClick: () => this.handleTabSelected(tab.index) }, h("slot", { name: `tab-label-${tab.index}` })))))))), h("div", { class: "content" }, tabs.map((tab, index) => (h("div", { class: `tab-content ${this.activeTab === index ? "active-tab" : ""}` }, h("slot", { name: `tab-image-${index}` }), h("div", { class: "content-detail" }, h("div", { hidden: true }, tab.label), h("h2", null, h("slot", { name: `tab-title-${index}` })), h("p", null, h("slot", { name: `tab-content-${index}` })), h("slot", { name: `tab-button-${index}` }), this.activeTab === index &&
121
+ return (h("div", { class: "wrapper" }, h("div", { class: "header" }, h("h2", null, h("slot", { name: "title" })), h("p", null, h("slot", { name: "description" }))), h("div", { class: "tabs" }, h("div", { class: "tabs-desktop" }, tabs.map((tab) => (h("homepage-clickable-tab", { label: tab.label, active: this.activeTab === tab.index, activeColor: this.colors[tab.index], onClick: () => this.handleTabSelected(tab.index) })))), h("div", { class: "tabs-mobile" }, h("button", { class: `dropdown-button ${this.colors[this.activeTab]} ${this.dropdownOpen ? "opened" : ""}`, onClick: () => this.toggleDropdown() }, tabs[this.activeTab].label, h("span", { class: "arrow" }, this.dropdownOpen ? upArrow : downArrow)), this.dropdownOpen && (h("div", { class: "dropdown-menu" }, tabs.map((tab) => (h("div", { class: `dropdown-item ${tab.index === this.activeTab
122
+ ? "active-tab"
123
+ : ""}`, onClick: () => this.handleTabSelected(tab.index) }, h("slot", { name: `tab-label-${tab.index}` })))))))), h("div", { class: "content" }, tabs.map((tab, index) => (h("div", { class: `tab-content ${this.activeTab === index ? "active-tab" : ""}` }, h("slot", { name: `tab-image-${index}` }), h("div", { class: "content-detail" }, h("div", { hidden: true }, tab.label), h("h2", null, h("slot", { name: `tab-title-${index}` })), h("p", null, h("slot", { name: `tab-content-${index}` })), h("slot", { name: `tab-button-${index}` }), this.activeTab === index &&
122
124
  this.tileElements.length > 0 ? (h("div", Object.assign({ class: "info-card-wrapper card-section" }, this.getSliderBindings()), this.tileElements.map((tile, index) => (h("div", { class: `swiper-slide card-link card-link-${index + 1}`, "tab-index": index + 1, key: index, innerHTML: tile.outerHTML, onMouseDown: (e) => this.onCardMouseDown(e), onMouseUp: (e) => this.onCardMouseUp(e), onMouseLeave: (e) => this.onCardMouseUp(e), onTouchEnd: (e) => {
123
125
  this.onCardMouseUp(e);
124
126
  } }))))) : null)))))));
@@ -48,7 +48,8 @@ export class PtcAnnouncement {
48
48
  // <ptc-tooltip text-display="inline" max-length="60" z-index="z-2" description={this.barTitle} position="bottom"></ptc-tooltip>
49
49
  h("ptc-tooltip-v2", { "max-length": "60", "z-index": "2" }, this.barTitle)))) : null, this.windowSize === "mobile" ? ( //mobile view
50
50
  Object.assign({}, (!!this.description || !!this.linkUrl ? (h("ptc-readmore", { "visible-lines-custom": this.customMaxLines, "z-index": "z-3", "more-text": this.moreText }, h("div", { style: { display: "inline" } }, !!this.description
51
- ? `${this.description + " "}`
51
+ ? `${this.description +
52
+ " "}`
52
53
  : null, !!this.linkText ? (h("a", { class: "cta-link mf-listen", href: this.linkUrl, title: (_a = this.linkTitle) !== null && _a !== void 0 ? _a : this.linkText, target: this.target, tabIndex: 0, id: "announcement-bar-cta" }, this.linkText)) : null))) : null))) : (
53
54
  //desktop view
54
55
  h("div", { class: "description" }, !!this.description ? (
@@ -88,14 +88,17 @@ a:focus-visible {
88
88
 
89
89
  .light-links a:not(.hero-footer-form-wrapper a,
90
90
  ptc-modal inline-form a,
91
+ .podcast-cta-section a,
91
92
  .vjs-social-share-links a),
92
93
  .light-links a.light-link,
93
94
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
94
95
  ptc-modal inline-form a,
96
+ .podcast-cta-section a,
95
97
  .vjs-social-share-links a),
96
98
  .background-grey-10 a.light-link,
97
99
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
98
100
  ptc-modal inline-form a,
101
+ .podcast-cta-section a,
99
102
  .vjs-social-share-links a),
100
103
  .background-plm-grey a.light-link {
101
104
  color: var(--color-blue-04);
@@ -104,38 +107,47 @@ ptc-modal inline-form a,
104
107
  }
105
108
  .light-links a:not(.hero-footer-form-wrapper a,
106
109
  ptc-modal inline-form a,
110
+ .podcast-cta-section a,
107
111
  .vjs-social-share-links a):visited,
108
112
  .light-links a.light-link:visited,
109
113
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
110
114
  ptc-modal inline-form a,
115
+ .podcast-cta-section a,
111
116
  .vjs-social-share-links a):visited,
112
117
  .background-grey-10 a.light-link:visited,
113
118
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
114
119
  ptc-modal inline-form a,
120
+ .podcast-cta-section a,
115
121
  .vjs-social-share-links a):visited,
116
122
  .background-plm-grey a.light-link:visited {
117
123
  color: var(--color-blue-06);
118
124
  }
119
125
  .light-links a:not(.hero-footer-form-wrapper a,
120
126
  ptc-modal inline-form a,
127
+ .podcast-cta-section a,
121
128
  .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
122
129
  ptc-modal inline-form a,
130
+ .podcast-cta-section a,
123
131
  .vjs-social-share-links a):visited:active,
124
132
  .light-links a.light-link:active,
125
133
  .light-links a.light-link:visited:active,
126
134
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
127
135
  ptc-modal inline-form a,
136
+ .podcast-cta-section a,
128
137
  .vjs-social-share-links a):active,
129
138
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
130
139
  ptc-modal inline-form a,
140
+ .podcast-cta-section a,
131
141
  .vjs-social-share-links a):visited:active,
132
142
  .background-grey-10 a.light-link:active,
133
143
  .background-grey-10 a.light-link:visited:active,
134
144
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
135
145
  ptc-modal inline-form a,
146
+ .podcast-cta-section a,
136
147
  .vjs-social-share-links a):active,
137
148
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
138
149
  ptc-modal inline-form a,
150
+ .podcast-cta-section a,
139
151
  .vjs-social-share-links a):visited:active,
140
152
  .background-plm-grey a.light-link:active,
141
153
  .background-plm-grey a.light-link:visited:active {
@@ -144,24 +156,30 @@ ptc-modal inline-form a,
144
156
  }
145
157
  .light-links a:not(.hero-footer-form-wrapper a,
146
158
  ptc-modal inline-form a,
159
+ .podcast-cta-section a,
147
160
  .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
148
161
  ptc-modal inline-form a,
162
+ .podcast-cta-section a,
149
163
  .vjs-social-share-links a):visited:hover,
150
164
  .light-links a.light-link:hover,
151
165
  .light-links a.light-link:visited:hover,
152
166
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
153
167
  ptc-modal inline-form a,
168
+ .podcast-cta-section a,
154
169
  .vjs-social-share-links a):hover,
155
170
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
156
171
  ptc-modal inline-form a,
172
+ .podcast-cta-section a,
157
173
  .vjs-social-share-links a):visited:hover,
158
174
  .background-grey-10 a.light-link:hover,
159
175
  .background-grey-10 a.light-link:visited:hover,
160
176
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
161
177
  ptc-modal inline-form a,
178
+ .podcast-cta-section a,
162
179
  .vjs-social-share-links a):hover,
163
180
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
164
181
  ptc-modal inline-form a,
182
+ .podcast-cta-section a,
165
183
  .vjs-social-share-links a):visited:hover,
166
184
  .background-plm-grey a.light-link:hover,
167
185
  .background-plm-grey a.light-link:visited:hover {
@@ -169,14 +187,17 @@ ptc-modal inline-form a,
169
187
  }
170
188
  .light-links a:not(.hero-footer-form-wrapper a,
171
189
  ptc-modal inline-form a,
190
+ .podcast-cta-section a,
172
191
  .vjs-social-share-links a).disabled,
173
192
  .light-links a.light-link.disabled,
174
193
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
175
194
  ptc-modal inline-form a,
195
+ .podcast-cta-section a,
176
196
  .vjs-social-share-links a).disabled,
177
197
  .background-grey-10 a.light-link.disabled,
178
198
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
179
199
  ptc-modal inline-form a,
200
+ .podcast-cta-section a,
180
201
  .vjs-social-share-links a).disabled,
181
202
  .background-plm-grey a.light-link.disabled {
182
203
  color: var(--color-gray-04) !important;
@@ -184,14 +205,17 @@ ptc-modal inline-form a,
184
205
  }
185
206
  .light-links a:not(.hero-footer-form-wrapper a,
186
207
  ptc-modal inline-form a,
208
+ .podcast-cta-section a,
187
209
  .vjs-social-share-links a):focus-visible,
188
210
  .light-links a.light-link:focus-visible,
189
211
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
190
212
  ptc-modal inline-form a,
213
+ .podcast-cta-section a,
191
214
  .vjs-social-share-links a):focus-visible,
192
215
  .background-grey-10 a.light-link:focus-visible,
193
216
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
194
217
  ptc-modal inline-form a,
218
+ .podcast-cta-section a,
195
219
  .vjs-social-share-links a):focus-visible,
196
220
  .background-plm-grey a.light-link:focus-visible {
197
221
  border-radius: var(--ptc-border-radius-standard);
@@ -617,7 +617,6 @@ a.center {
617
617
  display: flex;
618
618
  justify-content: center;
619
619
  align-items: center;
620
- text-align: center;
621
620
  }
622
621
  .secondary-cta-light .cta-content-wrap icon-asset, .secondary-cta-dark .cta-content-wrap icon-asset, .primary-cta .cta-content-wrap icon-asset {
623
622
  margin-right: 8px;
@@ -630,7 +629,6 @@ a.center {
630
629
  .primary-cta {
631
630
  background-color: var(--color-green-07);
632
631
  border-color: var(--color-green-07);
633
- transition: all 0.2s ease;
634
632
  }
635
633
  .primary-cta:hover {
636
634
  background-color: var(--color-green-08);
@@ -93,16 +93,14 @@ ptc-footer {
93
93
  :host(.card-tall) .ptc-card-content-wrapper,
94
94
  :host(.card-video) .ptc-card-content-wrapper,
95
95
  :host(.card-wide) .ptc-card-content-wrapper,
96
- :host(.card-playlist) .ptc-card-content-wrapper,
97
- :host(.card-on-demand-video) .ptc-card-content-wrapper {
96
+ :host(.card-playlist) .ptc-card-content-wrapper {
98
97
  border-radius: var(--ptc-border-radius-large);
99
98
  position: relative;
100
99
  }
101
100
  :host(.card-tall) .ptc-card-content-wrapper::before,
102
101
  :host(.card-video) .ptc-card-content-wrapper::before,
103
102
  :host(.card-wide) .ptc-card-content-wrapper::before,
104
- :host(.card-playlist) .ptc-card-content-wrapper::before,
105
- :host(.card-on-demand-video) .ptc-card-content-wrapper::before {
103
+ :host(.card-playlist) .ptc-card-content-wrapper::before {
106
104
  content: "";
107
105
  position: absolute;
108
106
  width: 100%;
@@ -118,8 +116,7 @@ ptc-footer {
118
116
  :host(.card-tall) .ptc-card-content-wrapper::after,
119
117
  :host(.card-video) .ptc-card-content-wrapper::after,
120
118
  :host(.card-wide) .ptc-card-content-wrapper::after,
121
- :host(.card-playlist) .ptc-card-content-wrapper::after,
122
- :host(.card-on-demand-video) .ptc-card-content-wrapper::after {
119
+ :host(.card-playlist) .ptc-card-content-wrapper::after {
123
120
  content: url("data:image/svg+xml,%3Csvg width='54' height='56' viewBox='0 0 54 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_126_10476)'%3E%3Cpath d='M42 20L12 36V4L42 20Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_126_10476' x='0' y='0' width='54' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_126_10476'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_126_10476' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
124
121
  position: absolute;
125
122
  opacity: 0;
@@ -406,19 +403,4 @@ ptc-footer {
406
403
 
407
404
  :host(.o-blue) {
408
405
  border: 2px solid var(--color-blue-07);
409
- }
410
-
411
- :host(.card-on-demand-video) .ptc-card-content-wrapper::before {
412
- background: rgba(0, 0, 0, 0.6);
413
- }
414
- :host(.card-on-demand-video) .ptc-card-content-wrapper::after {
415
- opacity: 1;
416
- }
417
-
418
- :host(.card-on-demand-video.mouse-hover) .ptc-card-content-wrapper::before {
419
- background: transparent;
420
- }
421
-
422
- :host(.card-on-demand-video:active) .ptc-card-content-wrapper::before {
423
- background: rgba(0, 0, 0, 0.12);
424
406
  }
@@ -87,8 +87,8 @@ export class PtcCardContent {
87
87
  "type": "string",
88
88
  "mutable": false,
89
89
  "complexType": {
90
- "original": "| \"card-video\"\r\n\t\t| \"card-tall\"\r\n\t\t| \"card-2up\"\r\n\t\t| \"card-wide\"\r\n\t\t| \"speed-bump\"\r\n\t\t| \"card-playlist\"\r\n\t\t| \"card-video-intro\"\r\n\t\t| \"card-dynamic\"\r\n\t\t| \"extra-tall\"\r\n\t\t| \"color-outlined\"\r\n\t\t| \"thumbnail-video-preview\"\r\n\t\t| \"event-jumbotron-sub-card\"\r\n\t\t| \"event-podcast\"\r\n\t\t| \"card-on-demand-video\"",
91
- "resolved": "\"card-2up\" | \"card-dynamic\" | \"card-on-demand-video\" | \"card-playlist\" | \"card-tall\" | \"card-video\" | \"card-video-intro\" | \"card-wide\" | \"color-outlined\" | \"event-jumbotron-sub-card\" | \"event-podcast\" | \"extra-tall\" | \"speed-bump\" | \"thumbnail-video-preview\"",
90
+ "original": "| \"card-video\"\r\n\t\t| \"card-tall\"\r\n\t\t| \"card-2up\"\r\n\t\t| \"card-wide\"\r\n\t\t| \"speed-bump\"\r\n\t\t| \"card-playlist\"\r\n\t\t| \"card-video-intro\"\r\n\t\t| \"card-dynamic\"\r\n\t\t| \"extra-tall\"\r\n\t\t| \"color-outlined\"\r\n\t\t| \"thumbnail-video-preview\"\r\n\t\t| \"event-jumbotron-sub-card\"\r\n\t\t| \"event-podcast\"",
91
+ "resolved": "\"card-2up\" | \"card-dynamic\" | \"card-playlist\" | \"card-tall\" | \"card-video\" | \"card-video-intro\" | \"card-wide\" | \"color-outlined\" | \"event-jumbotron-sub-card\" | \"event-podcast\" | \"extra-tall\" | \"speed-bump\" | \"thumbnail-video-preview\"",
92
92
  "references": {}
93
93
  },
94
94
  "required": false,
@@ -49,7 +49,9 @@ export class PtcCardPlm {
49
49
  ? { onMouseEnter: this.hoverEventHandler.bind(this) }
50
50
  : {}), (!this.isLoading
51
51
  ? { onMouseLeave: this.leaveEventHandler.bind(this) }
52
- : {})), this.styles && h("style", null, this.styles), h("div", { class: "tracker-div mf-listen", id: this.trackerId }, h(Tag, Object.assign({ class: `mf-listen ${this.darkFocusState ? "focus-state-dark-background" : ""}` }, (!!this.cardLink && this.cardType !== "simple-card"
52
+ : {})), this.styles && h("style", null, this.styles), h("div", { class: "tracker-div mf-listen", id: this.trackerId }, h(Tag, Object.assign({ class: `mf-listen ${this.darkFocusState
53
+ ? "focus-state-dark-background"
54
+ : ""}` }, (!!this.cardLink && this.cardType !== "simple-card"
53
55
  ? { tabindex: "0" }
54
56
  : { tabindex: "-1" }), (!!this.cardLink && !this.isLoading
55
57
  ? { href: this.cardLink }