@ptcwebops/ptcw-design 3.3.9 → 3.4.1

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 (327) hide show
  1. package/dist/cjs/embedded-form.cjs.entry.js +114 -0
  2. package/dist/cjs/icon-asset_4.cjs.entry.js +298 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/max-width-container.cjs.entry.js +54 -0
  5. package/dist/cjs/ptc-bio-card.cjs.entry.js +2 -2
  6. package/dist/cjs/ptc-breadcrumb_2.cjs.entry.js +1 -1
  7. package/dist/cjs/ptc-button.cjs.entry.js +75 -0
  8. package/dist/cjs/ptc-card-bottom_3.cjs.entry.js +2 -2
  9. package/dist/cjs/ptc-card-content.cjs.entry.js +2 -2
  10. package/dist/cjs/ptc-card.cjs.entry.js +2 -2
  11. package/dist/cjs/ptc-data-lookup.cjs.entry.js +522 -0
  12. package/dist/cjs/ptc-embedded-quiz.cjs.entry.js +2 -2
  13. package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +2 -2
  14. package/dist/cjs/{embedded-form_9.cjs.entry.js → ptc-form-checkbox_3.cjs.entry.js} +0 -864
  15. package/dist/cjs/ptc-media-card.cjs.entry.js +2 -9
  16. package/dist/cjs/ptc-podcast-card.cjs.entry.js +2 -2
  17. package/dist/cjs/ptc-related-card-rail.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  19. package/dist/cjs/ptc-square-card.cjs.entry.js +2 -2
  20. package/dist/cjs/ptc-title.cjs.entry.js +99 -0
  21. package/dist/cjs/ptc-value-led-intro.cjs.entry.js +1 -1
  22. package/dist/cjs/ptc-value-led-layout.cjs.entry.js +1 -1
  23. package/dist/cjs/ptcw-design.cjs.js +1 -1
  24. package/dist/cjs/sequential-bundle-example.cjs.entry.js +2 -2
  25. package/dist/cjs/tab-header.cjs.entry.js +2 -2
  26. package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.css +3 -0
  27. package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.js +1 -1
  28. package/dist/collection/components/ptc-announcement/ptc-announcement.css +4 -0
  29. package/dist/collection/components/ptc-announcement/ptc-announcement.js +1 -1
  30. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +3 -0
  31. package/dist/collection/components/ptc-bio-card/ptc-bio-card.js +1 -1
  32. package/dist/collection/components/ptc-card/ptc-card.css +9 -5
  33. package/dist/collection/components/ptc-card/ptc-card.js +1 -1
  34. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.css +3 -0
  35. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +1 -1
  36. package/dist/collection/components/ptc-card-content/ptc-card-content.css +3 -0
  37. package/dist/collection/components/ptc-card-content/ptc-card-content.js +1 -1
  38. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.css +3 -0
  39. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.js +1 -1
  40. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.css +4 -4
  41. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +2 -2
  42. package/dist/collection/components/ptc-media-card/ptc-media-card.css +3 -0
  43. package/dist/collection/components/ptc-media-card/ptc-media-card.js +1 -8
  44. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +3 -0
  45. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.js +1 -1
  46. package/dist/collection/components/ptc-related-card-rail/ptc-related-card-rail.js +1 -1
  47. package/dist/collection/components/ptc-square-card/ptc-square-card.css +3 -0
  48. package/dist/collection/components/ptc-square-card/ptc-square-card.js +1 -1
  49. package/dist/collection/components/ptc-theater-video/ptc-theater-video.css +4 -4
  50. package/dist/collection/components/ptc-title/ptc-title.css +8 -0
  51. package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.css +2 -2
  52. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.css +2 -2
  53. package/dist/collection/components/tab-header/tab-header.css +4 -0
  54. package/dist/collection/components/tab-header/tab-header.js +1 -1
  55. package/dist/custom-elements/index.js +30 -37
  56. package/dist/esm/author-listing-example.entry.js +1 -1
  57. package/dist/esm/bundle-example.entry.js +1 -1
  58. package/dist/esm/bundle-jumbotron-example.entry.js +1 -1
  59. package/dist/esm/dropdown-item.entry.js +1 -1
  60. package/dist/esm/dynamic-box-bundle.entry.js +1 -1
  61. package/dist/esm/embedded-form.entry.js +110 -0
  62. package/dist/esm/featured-list.entry.js +1 -1
  63. package/dist/esm/fl-tab-content_3.entry.js +1 -1
  64. package/dist/esm/footer-form.entry.js +1 -1
  65. package/dist/esm/icon-asset_4.entry.js +291 -0
  66. package/dist/esm/{index-62587d0b.js → index-4025d85a.js} +1 -1
  67. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  68. package/dist/esm/list-item.entry.js +1 -1
  69. package/dist/esm/loader.js +3 -3
  70. package/dist/esm/max-width-container.entry.js +50 -0
  71. package/dist/esm/my-component.entry.js +2 -2
  72. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  73. package/dist/esm/ptc-accordion.entry.js +1 -1
  74. package/dist/esm/ptc-back-to-top.entry.js +1 -1
  75. package/dist/esm/ptc-background-video.entry.js +1 -1
  76. package/dist/esm/ptc-bio-card.entry.js +3 -3
  77. package/dist/esm/ptc-breadcrumb_2.entry.js +2 -2
  78. package/dist/esm/ptc-brightcov-video.entry.js +1 -1
  79. package/dist/esm/ptc-button.entry.js +71 -0
  80. package/dist/esm/ptc-card-bottom_3.entry.js +3 -3
  81. package/dist/esm/ptc-card-content.entry.js +3 -3
  82. package/dist/esm/ptc-card.entry.js +3 -3
  83. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  84. package/dist/esm/ptc-checkbox.entry.js +1 -1
  85. package/dist/esm/ptc-collapse-list.entry.js +2 -2
  86. package/dist/esm/ptc-container.entry.js +1 -1
  87. package/dist/esm/ptc-data-lookup.entry.js +518 -0
  88. package/dist/esm/ptc-date.entry.js +1 -1
  89. package/dist/esm/ptc-dropdown.entry.js +1 -1
  90. package/dist/esm/ptc-dynamic-card.entry.js +1 -1
  91. package/dist/esm/ptc-ellipsis-dropdown.entry.js +1 -1
  92. package/dist/esm/ptc-embedded-quiz.entry.js +3 -3
  93. package/dist/esm/ptc-featured-list.entry.js +1 -1
  94. package/dist/esm/ptc-filter-dropdown_4.entry.js +3 -3
  95. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  96. package/dist/esm/ptc-filter-tag.entry.js +1 -1
  97. package/dist/esm/{embedded-form_9.entry.js → ptc-form-checkbox_3.entry.js} +3 -861
  98. package/dist/esm/ptc-form.entry.js +1 -1
  99. package/dist/esm/ptc-hero-footer-cta.entry.js +1 -1
  100. package/dist/esm/ptc-hero.entry.js +1 -1
  101. package/dist/esm/ptc-icon-component.entry.js +1 -1
  102. package/dist/esm/ptc-icon-list.entry.js +1 -1
  103. package/dist/esm/ptc-icon-minimize.entry.js +1 -1
  104. package/dist/esm/ptc-image-download-strip.entry.js +1 -1
  105. package/dist/esm/ptc-img.entry.js +1 -1
  106. package/dist/esm/ptc-link.entry.js +2 -2
  107. package/dist/esm/ptc-list.entry.js +1 -1
  108. package/dist/esm/ptc-media-card.entry.js +4 -11
  109. package/dist/esm/ptc-minimized-nav.entry.js +1 -1
  110. package/dist/esm/ptc-mobile-select.entry.js +1 -1
  111. package/dist/esm/ptc-modal-quiz.entry.js +1 -1
  112. package/dist/esm/ptc-modal.entry.js +1 -1
  113. package/dist/esm/ptc-nav-card.entry.js +1 -1
  114. package/dist/esm/ptc-nav-link.entry.js +1 -1
  115. package/dist/esm/ptc-nav-pills.entry.js +1 -1
  116. package/dist/esm/ptc-nav-slider.entry.js +1 -1
  117. package/dist/esm/ptc-nav-submenu.entry.js +1 -1
  118. package/dist/esm/ptc-news.entry.js +1 -1
  119. package/dist/esm/ptc-overlay.entry.js +1 -1
  120. package/dist/esm/ptc-pagenation.entry.js +1 -1
  121. package/dist/esm/ptc-para.entry.js +2 -2
  122. package/dist/esm/ptc-picture.entry.js +1 -1
  123. package/dist/esm/ptc-podcast-card.entry.js +3 -3
  124. package/dist/esm/ptc-previous-url.entry.js +1 -1
  125. package/dist/esm/ptc-pricing-add-on-card.entry.js +1 -1
  126. package/dist/esm/ptc-pricing-add-on-section.entry.js +1 -1
  127. package/dist/esm/ptc-pricing-block.entry.js +1 -1
  128. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  129. package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
  130. package/dist/esm/ptc-product-card.entry.js +1 -1
  131. package/dist/esm/ptc-product-category.entry.js +1 -1
  132. package/dist/esm/ptc-product-dropdown.entry.js +1 -1
  133. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  134. package/dist/esm/ptc-product-list.entry.js +1 -1
  135. package/dist/esm/ptc-product-sidebar.entry.js +1 -1
  136. package/dist/esm/ptc-progress-bar.entry.js +1 -1
  137. package/dist/esm/ptc-quote.entry.js +1 -1
  138. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  139. package/dist/esm/ptc-related-card-rail.entry.js +2 -2
  140. package/dist/esm/ptc-responsive-wrapper.entry.js +1 -1
  141. package/dist/esm/ptc-search-field.entry.js +1 -1
  142. package/dist/esm/ptc-seo-title.entry.js +1 -1
  143. package/dist/esm/ptc-shopping-cart.entry.js +1 -1
  144. package/dist/esm/ptc-slit-card.entry.js +1 -1
  145. package/dist/esm/ptc-spacer.entry.js +34 -0
  146. package/dist/esm/ptc-span.entry.js +1 -1
  147. package/dist/esm/ptc-square-card.entry.js +3 -3
  148. package/dist/esm/ptc-sticky-icons.entry.js +1 -1
  149. package/dist/esm/ptc-sticky-section.entry.js +1 -1
  150. package/dist/esm/ptc-sticky-title.entry.js +1 -1
  151. package/dist/esm/ptc-subnav-card.entry.js +1 -1
  152. package/dist/esm/ptc-subnav.entry.js +1 -1
  153. package/dist/esm/ptc-svg-btn.entry.js +1 -1
  154. package/dist/esm/ptc-tab-list.entry.js +1 -1
  155. package/dist/esm/ptc-tab.entry.js +1 -1
  156. package/dist/esm/ptc-tabs.entry.js +1 -1
  157. package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
  158. package/dist/esm/ptc-theater-video-modal.entry.js +1 -1
  159. package/dist/esm/ptc-title.entry.js +95 -0
  160. package/dist/esm/ptc-two-column-media.entry.js +1 -1
  161. package/dist/esm/ptc-value-led-card.entry.js +1 -1
  162. package/dist/esm/ptc-value-led-content-highlight.entry.js +1 -1
  163. package/dist/esm/ptc-value-led-content.entry.js +1 -1
  164. package/dist/esm/ptc-value-led-intro.entry.js +2 -2
  165. package/dist/esm/ptc-value-led-layout.entry.js +2 -2
  166. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  167. package/dist/esm/ptc-value-prop-card.entry.js +1 -1
  168. package/dist/esm/ptc-white-paper.entry.js +1 -1
  169. package/dist/esm/ptcw-design.js +3 -3
  170. package/dist/esm/sequential-bundle-example.entry.js +3 -3
  171. package/dist/esm/sequential-bundle.entry.js +1 -1
  172. package/dist/esm/tab-content.entry.js +1 -1
  173. package/dist/esm/tab-header.entry.js +3 -3
  174. package/dist/esm/{utils-8fe7e3fd.js → utils-ec03e51e.js} +1 -1
  175. package/dist/ptcw-design/{p-46d9058c.entry.js → p-016abee7.entry.js} +1 -1
  176. package/dist/ptcw-design/p-027bdb8f.entry.js +1 -0
  177. package/dist/ptcw-design/p-041beaf4.entry.js +1 -0
  178. package/dist/ptcw-design/p-047a8a1a.entry.js +1 -0
  179. package/dist/ptcw-design/{p-7057b757.entry.js → p-052601d9.entry.js} +1 -1
  180. package/dist/ptcw-design/{p-a95fd3fc.entry.js → p-06b1b637.entry.js} +1 -1
  181. package/dist/ptcw-design/{p-211af9e1.entry.js → p-06c6ea4c.entry.js} +1 -1
  182. package/dist/ptcw-design/{p-dafb152d.entry.js → p-084ee207.entry.js} +1 -1
  183. package/dist/ptcw-design/p-0a923315.entry.js +1 -0
  184. package/dist/ptcw-design/{p-8609c7b2.entry.js → p-0af76a07.entry.js} +1 -1
  185. package/dist/ptcw-design/{p-43aa9e96.entry.js → p-11accaff.entry.js} +1 -1
  186. package/dist/ptcw-design/{p-7f1dd267.entry.js → p-149b36d8.entry.js} +1 -1
  187. package/dist/ptcw-design/{p-84e83224.entry.js → p-14d5bf99.entry.js} +1 -1
  188. package/dist/ptcw-design/{p-ee10e88e.entry.js → p-159cefeb.entry.js} +1 -1
  189. package/dist/ptcw-design/{p-92648b82.entry.js → p-179c53ad.entry.js} +1 -1
  190. package/dist/ptcw-design/{p-a6c6e898.entry.js → p-1c93ee68.entry.js} +1 -1
  191. package/dist/ptcw-design/{p-ffede29b.entry.js → p-1e333fa3.entry.js} +1 -1
  192. package/dist/ptcw-design/{p-49f06645.entry.js → p-1e82f492.entry.js} +1 -1
  193. package/dist/ptcw-design/{p-d4999019.entry.js → p-24260cad.entry.js} +1 -1
  194. package/dist/ptcw-design/{p-75d0ee9e.entry.js → p-25ce65a9.entry.js} +1 -1
  195. package/dist/ptcw-design/{p-a64f1d6f.entry.js → p-27282ed2.entry.js} +1 -1
  196. package/dist/ptcw-design/{p-4b1bb2ca.entry.js → p-2729fcf1.entry.js} +1 -1
  197. package/dist/ptcw-design/p-27eaab9c.entry.js +1 -0
  198. package/dist/ptcw-design/{p-886999a8.entry.js → p-291501ac.entry.js} +1 -1
  199. package/dist/ptcw-design/{p-ccb6fcb7.entry.js → p-29761cca.entry.js} +1 -1
  200. package/dist/ptcw-design/{p-a7330910.entry.js → p-2ca10131.entry.js} +1 -1
  201. package/dist/ptcw-design/{p-c3085dbf.entry.js → p-35156762.entry.js} +1 -1
  202. package/dist/ptcw-design/{p-7a8726da.entry.js → p-3a291b61.entry.js} +1 -1
  203. package/dist/ptcw-design/p-3b449f73.entry.js +1 -0
  204. package/dist/ptcw-design/p-3b91b9de.entry.js +1 -0
  205. package/dist/ptcw-design/p-3d9a5d4d.entry.js +1 -0
  206. package/dist/ptcw-design/{p-8c3cdc5a.entry.js → p-3ebbc544.entry.js} +1 -1
  207. package/dist/ptcw-design/{p-ca01e3eb.js → p-40bd4f0a.js} +1 -1
  208. package/dist/ptcw-design/{p-a32571b5.entry.js → p-473d9d45.entry.js} +1 -1
  209. package/dist/ptcw-design/{p-2c6cce6c.entry.js → p-499565e9.entry.js} +1 -1
  210. package/dist/ptcw-design/{p-8a7ac34f.entry.js → p-4cf2d9ba.entry.js} +1 -1
  211. package/dist/ptcw-design/{p-01f51476.entry.js → p-4d6d18f2.entry.js} +1 -1
  212. package/dist/ptcw-design/{p-eef785f3.entry.js → p-4da72c00.entry.js} +1 -1
  213. package/dist/ptcw-design/{p-8d2425b5.entry.js → p-4e5e248a.entry.js} +1 -1
  214. package/dist/ptcw-design/{p-62e37c2b.entry.js → p-4f34e6c8.entry.js} +1 -1
  215. package/dist/ptcw-design/{p-ac96f617.entry.js → p-5423eae8.entry.js} +1 -1
  216. package/dist/ptcw-design/{p-9e8791c4.entry.js → p-56531155.entry.js} +1 -1
  217. package/dist/ptcw-design/p-570147ae.entry.js +1 -0
  218. package/dist/ptcw-design/{p-92904b6b.entry.js → p-595f8dee.entry.js} +1 -1
  219. package/dist/ptcw-design/{p-1a5a5341.entry.js → p-5af8beda.entry.js} +1 -1
  220. package/dist/ptcw-design/{p-ff98c94b.entry.js → p-5f66ed1f.entry.js} +1 -1
  221. package/dist/ptcw-design/{p-15cd377e.entry.js → p-61feb9c3.entry.js} +1 -1
  222. package/dist/ptcw-design/{p-33db658c.entry.js → p-6532393f.entry.js} +1 -1
  223. package/dist/ptcw-design/{p-aa5af6a7.entry.js → p-66d12557.entry.js} +1 -1
  224. package/dist/ptcw-design/{p-9f227e83.entry.js → p-68507582.entry.js} +1 -1
  225. package/dist/ptcw-design/p-6bddd3c0.entry.js +1 -0
  226. package/dist/ptcw-design/{p-8471b016.entry.js → p-6c56f83f.entry.js} +1 -1
  227. package/dist/ptcw-design/{p-58e883bc.entry.js → p-6e81553e.entry.js} +1 -1
  228. package/dist/ptcw-design/{p-716f5cfc.entry.js → p-6ea40776.entry.js} +1 -1
  229. package/dist/ptcw-design/{p-006da5ab.entry.js → p-71d15f4f.entry.js} +1 -1
  230. package/dist/ptcw-design/{p-cc4b2671.entry.js → p-73429b0c.entry.js} +1 -1
  231. package/dist/ptcw-design/{p-37fe2ada.entry.js → p-77cf5877.entry.js} +1 -1
  232. package/dist/ptcw-design/{p-d6adaf89.entry.js → p-783b278d.entry.js} +1 -1
  233. package/dist/ptcw-design/{p-b58991de.entry.js → p-7899f28e.entry.js} +1 -1
  234. package/dist/ptcw-design/{p-93b2520e.entry.js → p-7b2c82bf.entry.js} +1 -1
  235. package/dist/ptcw-design/{p-dfec5f00.entry.js → p-7bd287e6.entry.js} +1 -1
  236. package/dist/ptcw-design/p-7da8c09a.entry.js +1 -0
  237. package/dist/ptcw-design/p-7ed2372b.entry.js +1 -0
  238. package/dist/ptcw-design/{p-71a5a4b8.entry.js → p-80e3f081.entry.js} +1 -1
  239. package/dist/ptcw-design/{p-34f6cb85.entry.js → p-818ef281.entry.js} +1 -1
  240. package/dist/ptcw-design/{p-37bd13af.entry.js → p-853148c3.entry.js} +1 -1
  241. package/dist/ptcw-design/{p-dff8c778.entry.js → p-96761597.entry.js} +1 -1
  242. package/dist/ptcw-design/p-9a908785.entry.js +1 -0
  243. package/dist/ptcw-design/{p-a2ed8861.entry.js → p-9b5bac71.entry.js} +1 -1
  244. package/dist/ptcw-design/{p-2c5b80ad.entry.js → p-a6c31305.entry.js} +1 -1
  245. package/dist/ptcw-design/{p-00a1336a.js → p-a7fdc2eb.js} +1 -1
  246. package/dist/ptcw-design/{p-5a6614a3.entry.js → p-abf4e9d7.entry.js} +1 -1
  247. package/dist/ptcw-design/{p-6aa14f70.entry.js → p-aca960a9.entry.js} +1 -1
  248. package/dist/ptcw-design/p-acc71f4b.entry.js +1 -0
  249. package/dist/ptcw-design/{p-14a53b5a.entry.js → p-ad78b94d.entry.js} +1 -1
  250. package/dist/ptcw-design/p-b0810037.entry.js +1 -0
  251. package/dist/ptcw-design/{p-b80358ed.entry.js → p-b222d731.entry.js} +1 -1
  252. package/dist/ptcw-design/{p-46321985.entry.js → p-b995b462.entry.js} +1 -1
  253. package/dist/ptcw-design/p-b9c64260.entry.js +1 -0
  254. package/dist/ptcw-design/p-b9fbc293.entry.js +1 -0
  255. package/dist/ptcw-design/{p-ca7250a3.entry.js → p-bce9a8a2.entry.js} +1 -1
  256. package/dist/ptcw-design/{p-95cc32a1.entry.js → p-be78874a.entry.js} +1 -1
  257. package/dist/ptcw-design/{p-5249434f.entry.js → p-bf26e676.entry.js} +1 -1
  258. package/dist/ptcw-design/p-c080ae80.entry.js +1 -0
  259. package/dist/ptcw-design/p-c1bd1b09.entry.js +1 -0
  260. package/dist/ptcw-design/{p-6159ccab.entry.js → p-c1cf0516.entry.js} +1 -1
  261. package/dist/ptcw-design/{p-e21c0fa1.entry.js → p-c25ea76a.entry.js} +1 -1
  262. package/dist/ptcw-design/{p-3eee7c0b.entry.js → p-c5fd62c1.entry.js} +1 -1
  263. package/dist/ptcw-design/{p-91a9844b.entry.js → p-c8dba698.entry.js} +1 -1
  264. package/dist/ptcw-design/{p-fa0bac17.entry.js → p-c9eeb679.entry.js} +1 -1
  265. package/dist/ptcw-design/{p-f8e41992.entry.js → p-cea9dade.entry.js} +1 -1
  266. package/dist/ptcw-design/{p-f2a4150c.entry.js → p-cebe26a7.entry.js} +1 -1
  267. package/dist/ptcw-design/{p-c34b4f8c.entry.js → p-dbc8e0df.entry.js} +1 -1
  268. package/dist/ptcw-design/{p-63d80a6a.entry.js → p-dd106b3a.entry.js} +1 -1
  269. package/dist/ptcw-design/{p-9691a9fe.entry.js → p-dfe7c182.entry.js} +1 -1
  270. package/dist/ptcw-design/p-e1028727.entry.js +1 -0
  271. package/dist/ptcw-design/{p-029b2e2f.entry.js → p-e3addf1b.entry.js} +1 -1
  272. package/dist/ptcw-design/p-ea9762a2.entry.js +1 -0
  273. package/dist/ptcw-design/{p-0f44c924.entry.js → p-ebadbd24.entry.js} +1 -1
  274. package/dist/ptcw-design/{p-c942764e.entry.js → p-ecb42fea.entry.js} +1 -1
  275. package/dist/ptcw-design/{p-521f8a44.entry.js → p-f1a31099.entry.js} +1 -1
  276. package/dist/ptcw-design/p-f2049ba8.entry.js +1 -0
  277. package/dist/ptcw-design/{p-1f734049.entry.js → p-f2db5807.entry.js} +1 -1
  278. package/dist/ptcw-design/{p-e4126c09.entry.js → p-f2e2cf72.entry.js} +1 -1
  279. package/dist/ptcw-design/{p-2aec9d6e.entry.js → p-f3f647db.entry.js} +16 -16
  280. package/dist/ptcw-design/{p-cf0324c0.entry.js → p-f3feb0d1.entry.js} +1 -1
  281. package/dist/ptcw-design/p-f5051648.entry.js +1 -0
  282. package/dist/ptcw-design/p-f52952e9.entry.js +1 -0
  283. package/dist/ptcw-design/{p-08ed517e.entry.js → p-f7e6f676.entry.js} +1 -1
  284. package/dist/ptcw-design/{p-0eff6801.entry.js → p-f823cf51.entry.js} +1 -1
  285. package/dist/ptcw-design/{p-565bd4fa.entry.js → p-f892bcd3.entry.js} +1 -1
  286. package/dist/ptcw-design/p-f8a26f4b.entry.js +1 -0
  287. package/dist/ptcw-design/{p-945d22e4.entry.js → p-fa05e374.entry.js} +1 -1
  288. package/dist/ptcw-design/{p-543e1237.entry.js → p-fa2f71c3.entry.js} +1 -1
  289. package/dist/ptcw-design/p-fade4060.entry.js +1 -0
  290. package/dist/ptcw-design/p-fb937570.entry.js +1 -0
  291. package/dist/ptcw-design/{p-c9303172.entry.js → p-ff2fd535.entry.js} +1 -1
  292. package/dist/ptcw-design/ptcw-design.css +1 -1
  293. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  294. package/package.json +1 -1
  295. package/readme.md +1 -1
  296. package/dist/cjs/icon-asset.cjs.entry.js +0 -53
  297. package/dist/cjs/ptc-announcement.cjs.entry.js +0 -63
  298. package/dist/cjs/ptc-readmore.cjs.entry.js +0 -93
  299. package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -107
  300. package/dist/esm/icon-asset.entry.js +0 -49
  301. package/dist/esm/ptc-announcement.entry.js +0 -59
  302. package/dist/esm/ptc-readmore.entry.js +0 -89
  303. package/dist/esm/ptc-tooltip.entry.js +0 -103
  304. package/dist/ptcw-design/p-124271d5.entry.js +0 -1
  305. package/dist/ptcw-design/p-126a278b.entry.js +0 -1
  306. package/dist/ptcw-design/p-1afabe42.entry.js +0 -1
  307. package/dist/ptcw-design/p-328c4737.entry.js +0 -1
  308. package/dist/ptcw-design/p-3bb91bc8.entry.js +0 -1
  309. package/dist/ptcw-design/p-46e3abad.entry.js +0 -1
  310. package/dist/ptcw-design/p-5950c87d.entry.js +0 -1
  311. package/dist/ptcw-design/p-5d3c3f35.entry.js +0 -1
  312. package/dist/ptcw-design/p-61e48f01.entry.js +0 -1
  313. package/dist/ptcw-design/p-6b6d6ca6.entry.js +0 -1
  314. package/dist/ptcw-design/p-752f779c.entry.js +0 -1
  315. package/dist/ptcw-design/p-7951252a.entry.js +0 -1
  316. package/dist/ptcw-design/p-98726195.entry.js +0 -1
  317. package/dist/ptcw-design/p-9d8f290c.entry.js +0 -1
  318. package/dist/ptcw-design/p-a6765bb5.entry.js +0 -1
  319. package/dist/ptcw-design/p-be64f40e.entry.js +0 -1
  320. package/dist/ptcw-design/p-cb74635b.entry.js +0 -1
  321. package/dist/ptcw-design/p-cd1627fd.entry.js +0 -1
  322. package/dist/ptcw-design/p-cd8b434c.entry.js +0 -1
  323. package/dist/ptcw-design/p-de7b2cd1.entry.js +0 -1
  324. package/dist/ptcw-design/p-e40fc7a4.entry.js +0 -1
  325. package/dist/ptcw-design/p-e54c51b3.entry.js +0 -1
  326. package/dist/ptcw-design/p-f04682d1.entry.js +0 -1
  327. package/dist/ptcw-design/p-f7b3d970.entry.js +0 -1
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h, H as Host } from './index-62587d0b.js';
1
+ import { r as registerInstance, h, H as Host } from './index-4025d85a.js';
2
2
 
3
- const ptcCardCss = ":host{display:block}:host(.lottie-card) .card-border{box-shadow:var(--ptc-shadow-small);border:1px solid var(--color-gray-03);border-radius:10px;position:relative;overflow:hidden}:host(.lottie-card) .card-border::after{content:\"\";height:40%;width:4px;position:absolute;top:30%;right:-2px;background-color:var(--color-green-06);z-index:2;display:block}:host(.lottie-card) .card-border:hover{box-shadow:var(--ptc-shadow-x-large)}:host(.lottie-card) .card-border:hover .card-body h3{border-bottom:2px solid var(--color-green-07)}:host(.lottie-card) .card-layout{display:block}@media only screen and (min-width: 768px){:host(.lottie-card) .card-layout{display:flex;flex-flow:nowrap row;justify-content:center}}:host(.lottie-card) .link-wrapper{outline:none;text-decoration:none;color:var(--color-gray-10)}:host(.lottie-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.lottie-card) .card-media{flex-basis:40%;border-right:1px solid var(--color-gray-03);display:flex}:host(.lottie-card) .card-body{flex-basis:60%;align-self:center;padding:0 30px 10px}:host(.lottie-card) .card-body h3{display:inline-block;line-height:var(--ptc-line-height-densest);color:var(--color-gray-10);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-x-small);border-bottom:2px solid transparent;margin-bottom:var(--ptc-element-spacing-02)}:host(.simple-card) .card-layout{display:block}:host(.simple-card) .link-wrapper{outline:none;text-decoration:none}:host(.simple-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.simple-card) .link-wrapper:hover .card-body h3{color:var(--color-green-06)}:host(.simple-card) .link-wrapper:hover .card-body h3::before{width:100%}:host(.simple-card) .link-wrapper:hover ::slotted([slot=slot-after-heading]){margin-left:var(--ptc-element-spacing-04)}:host(.simple-card) .card-body h3{color:var(--color-gray-10);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-black);line-height:var(--ptc-line-height-dense);position:relative;margin-bottom:var(--ptc-element-spacing-02);display:inline-block}:host(.simple-card) .card-body h3::before{display:block;position:absolute;content:\"\";width:100%;border-bottom:2px solid var(--color-green-06);bottom:1px;transition:width var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.simple-card) ::slotted([slot=slot-after-heading]){margin-left:var(--ptc-element-spacing-01);transition:margin-left var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) .card-border{overflow:hidden;filter:drop-shadow(rgba(0, 0, 0, 0.32) 0px 3px 6px);width:100%}:host(.clip-edge-card) .card-border:hover{filter:drop-shadow(rgba(0, 0, 0, 0.32) 0px 6px 12px)}:host(.clip-edge-card) .card-layout{display:block}:host(.clip-edge-card) .link-wrapper{outline:none;text-decoration:none}:host(.clip-edge-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.clip-edge-card) .card-media{position:relative;width:100%;height:124px;overflow:hidden;border-radius:var(--ptc-border-radius-standard)}:host(.clip-edge-card) .card-body{transform:translateY(calc(-1 * var(--ptc-element-spacing-04)));overflow:hidden;width:calc(95% - var(--ptc-element-spacing-04) - var(--ptc-element-spacing-04));font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10);clip-path:var(--ptc-clip-path-bottom-right);background-color:var(--color-white);border-radius:var(--ptc-border-radius-standard);padding:var(--ptc-element-spacing-06) var(--ptc-element-spacing-04) var(--ptc-element-spacing-03) var(--ptc-element-spacing-04)}:host(.clip-edge-card) .card-body h3{display:inline-block;margin:0px;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10);text-decoration:none;border-bottom:2px solid transparent;transition:border-bottom var(--ptc-transition-medium) var(--ptc-ease-inout), margin var(--ptc-transition-medium) var(--ptc-ease-inout);margin:var(--ptc-element-spacing-03) 0 var(--ptc-element-spacing-03) 0}:host(.clip-edge-card) ::slotted([slot=slot-description]){height:0;opacity:0;transition:height var(--ptc-transition-medium) var(--ptc-ease-inout), opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) ::slotted([slot=slot-image]){display:block;width:100%;height:100%;transform:scale(1);transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout);transform-origin:top center}:host(.clip-edge-card) ::slotted([slot=slot-after-heading]){position:absolute;top:var(--ptc-element-spacing-03);left:var(--ptc-element-spacing-04);opacity:1;transform:scale(1);height:44px;transform-origin:bottom center;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) ::slotted([slot=slot-before-heading]){display:block;opacity:0;height:24px;transition:all var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) .link-wrapper:hover .card-body h3{border-bottom:2px solid var(--color-green-06)}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:60px;opacity:1}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-image]){transform:scale(1.1)}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-after-heading]){opacity:0;transform:scale(0);height:0}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-before-heading]){opacity:1}:host(.hightlight-card) .card-border{width:100%;border-radius:var(--ptc-border-radius-standard);overflow:hidden}:host(.hightlight-card) .card-border:hover .card-media{transform:scale(1.1)}:host(.hightlight-card) .card-layout{display:block;position:relative}:host(.hightlight-card) .link-wrapper{outline:none;text-decoration:none}:host(.hightlight-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:96px;opacity:1}@media only screen and (min-width: 768px){:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:var(--ptc-layout-spacing-05)}}@media only screen and (min-width: 992px){:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:var(--ptc-layout-spacing-06)}}@media only screen and (min-width: 1440px){:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:var(--ptc-layout-spacing-05)}}:host(.hightlight-card) .card-media{width:100%;height:auto;min-height:450px;position:relative;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout);transition-delay:var(--ptc-delay-5)}:host(.hightlight-card) .card-body{position:absolute;bottom:0;top:auto;left:0;right:auto;padding:var(--ptc-element-spacing-04) var(--ptc-element-spacing-07);background-color:var(--color-white);box-sizing:border-box}:host(.hightlight-card) .card-body h3{font-size:var(--ptc-font-size-x-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-bold);color:var(--color-gray-10);margin:var(--ptc-element-spacing-04) 0}:host(.hightlight-card) .card-body h2{width:100%;font-size:var(--ptc-font-size-xx-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);color:var(--color-gray-10)}@media (max-width: 768px){:host(.hightlight-card) .card-body h2{font-size:var(--ptc-font-size-x-large);line-height:var(--ptc-line-height-densest)}}:host(.hightlight-card) ::slotted([slot=slot-description]){height:0;opacity:0;transition:height var(--ptc-transition-medium) var(--ptc-ease-inout), opacity var(--ptc-transition-fast) var(--ptc-ease-inout);transition-delay:var(--ptc-delay-5)}:host(.horizontal-card){margin-bottom:var(--ptc-layout-spacing-02)}:host(.horizontal-card) .card-layout{position:relative}@media only screen and (min-width: 768px){:host(.horizontal-card) .card-layout{display:grid;grid-template-columns:42% 58%;direction:ltr;grid-auto-rows:1fr}}:host(.horizontal-card) .link-wrapper{outline:none;text-decoration:none;transition:var(--ptc-transition-slow) linear}:host(.horizontal-card) .link-wrapper:hover{box-shadow:var(--ptc-shadow-large);transition:var(--ptc-transition-slow) linear;background-color:var(--color-white)}:host(.horizontal-card) .link-wrapper:hover h3{border-color:var(--color-green-06);transition:var(--ptc-transition-slow) linear}:host(.horizontal-card) .card-media{display:flex;align-self:center}@media only screen and (min-width: 768px){:host(.horizontal-card) .card-media{align-self:flex-start;padding-top:24px;padding-bottom:24px}}:host(.horizontal-card) .card-body{padding:var(--ptc-element-spacing-05) var(--ptc-element-spacing-04)}@media only screen and (min-width: 768px){:host(.horizontal-card) .card-body{padding:var(--ptc-element-spacing-06) var(--ptc-element-spacing-07)}}:host(.horizontal-card) .card-body h3{margin-top:0;font-size:var(--ptc-font-size-x-small);color:var(--color-gray-10);border-bottom:1px solid transparent;padding-bottom:var(--ptc-element-spacing-01);margin-bottom:var(--ptc-element-spacing-02);transition:var(--ptc-transition-slow) linear}:host(.horizontal-card) ::slotted([slot=slot-image]){box-shadow:var(--ptc-shadow-medium);width:100%}:host(.listing-card){height:100%}:host(.listing-card) .card-border{width:100%;overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;height:100%;display:flex;flex-direction:row}:host(.listing-card) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.listing-card) .card-border:hover .card-media{background:var(--color-white)}:host(.listing-card) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.listing-card) .card-layout{display:block;position:relative;width:100%;height:100%}:host(.listing-card) .link-wrapper{outline:none;text-decoration:none}:host(.listing-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.listing-card) .card-media{width:100%;height:288px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.listing-card) .card-media .smart-img{height:288px}@media (min-width: 768px){:host(.listing-card) .card-media .smart-img{height:232px}}@media (min-width: 992px){:host(.listing-card) .card-media .smart-img{height:192px}}@media (min-width: 1200px){:host(.listing-card) .card-media .smart-img{height:170px}}@media (min-width: 768px){:host(.listing-card) .card-media{height:232px}}@media (min-width: 992px){:host(.listing-card) .card-media{height:192px}}@media (min-width: 1200px){:host(.listing-card) .card-media{height:170px}}:host(.listing-card) .creo-card .card-media{width:100%;height:auto !important;padding-top:66.66%}:host(.listing-card) .card-body{padding:16px 20px 0px 20px}:host(.listing-card) .card-body .card-date-text{display:flex;flex-direction:row}:host(.listing-card) .card-body .card-date-text p{font-size:var(--ptc-font-size-xx-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.listing-card) .card-body .small{font-size:var(--ptc-font-size-x-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block}:host(.listing-card) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:14px;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.listing-card) ::slotted([slot=slot-date]){font-weight:400;font-size:16px;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block}:host(.listing-card) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:1rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.listing-card-horizontal){height:100%}:host(.listing-card-horizontal) .card-border{overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;width:100%;height:100%}@media (min-width: 1200px) and (max-width: 1439){:host(.listing-card-horizontal) .card-border{margin-left:16px}}:host(.listing-card-horizontal) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.listing-card-horizontal) .card-border:hover .card-media{background:var(--color-white)}:host(.listing-card-horizontal) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.listing-card-horizontal) .card-layout{display:flex;flex-direction:row;width:100%}:host(.listing-card-horizontal) .link-wrapper{outline:none;text-decoration:none}:host(.listing-card-horizontal) .link-wrapper:hover{outline:none;text-decoration:none}:host(.listing-card-horizontal) .card-media{width:100%;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium);display:none;max-width:260px}@media only screen and (min-width: 768px){:host(.listing-card-horizontal) .card-media{display:block;min-width:260px}}:host(.listing-card-horizontal) .card-body{padding:16px 24px 0px 24px}@media (min-width: 768px){:host(.listing-card-horizontal) .card-body{padding:24px 32px 0px 32px}}@media (min-width: 992px){:host(.listing-card-horizontal) .card-body{padding:8px 16px 0px 16px}}@media (min-width: 1200px){:host(.listing-card-horizontal) .card-body{padding:14px 32px 0px 32px}}@media only screen and (min-width: 768px){:host(.listing-card-horizontal) .card-body{min-width:505px}}:host(.listing-card-horizontal) .card-body .card-date-text{display:flex;flex-direction:row}:host(.listing-card-horizontal) .card-body .card-date-text p{font-size:var(--ptc-font-size-xx-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:12px;display:inline-block;margin-top:0rem;margin-block-start:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media only screen and (min-width: 1200px){:host(.listing-card-horizontal) .card-body .card-date-text p{margin-bottom:20px}}@media only screen and (min-width: 1440px){:host(.listing-card-horizontal) .card-body .card-date-text p{margin-bottom:24px}}@media only screen and (min-width: 1600px){:host(.listing-card-horizontal) .card-body .card-date-text p{margin-bottom:32px}}:host(.listing-card-horizontal) .card-body .small{font-weight:400;font-size:16px;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block}@media (min-width: 992px){:host(.listing-card-horizontal) .card-body .small{margin-bottom:12px}}@media (min-width: 1200px){:host(.listing-card-horizontal) .card-body .small{margin-bottom:16px}}:host(.listing-card-horizontal) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-x-small);line-height:19px;color:var(--color-gray-11);margin-bottom:8px;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media (min-width: 768px){:host(.listing-card-horizontal) .card-body h3{margin-bottom:16px}}@media (min-width: 992px){:host(.listing-card-horizontal) .card-body h3{margin-bottom:12px}}@media (min-width: 1200px){:host(.listing-card-horizontal) .card-body h3{margin-bottom:16px}}@media only screen and (min-width: 768px){:host(.listing-card-horizontal) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:8px;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}:host(.listing-card-horizontal) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:19px;margin-top:0rem;margin-block-start:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.listing-card-horizontal) ::slotted([slot=slot-description]) p{margin-block-start:0rem}@media (max-width: 767px){:host(.listing-card-horizontal) ::slotted([slot=slot-description]){font-weight:400;font-size:14px;line-height:16px}}:host(.resource-center-card){height:100%}:host(.resource-center-card) .card-border{height:100%;width:100%;overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;display:flex;flex-direction:row}:host(.resource-center-card) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.resource-center-card) .card-border:hover .card-media{background:var(--color-white)}:host(.resource-center-card) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.resource-center-card) .card-layout{display:block;position:relative}:host(.resource-center-card) .card-layout .ribbon-text{position:absolute;top:0;left:0;margin-top:24px;background-color:var(--color-white);padding:4px 24px;font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);color:var(--color-gray-11);border-radius:0px 3px 3px 0px;box-shadow:var(--ptc-shadow-small);max-width:70%;max-height:30px;line-height:30px;overflow:hidden}:host(.resource-center-card) .link-wrapper{outline:none;text-decoration:none}:host(.resource-center-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.resource-center-card) .card-media{width:100%;height:250px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.resource-center-card) .card-media .smart-img{height:250px}@media (min-width: 480px){:host(.resource-center-card) .card-media .smart-img{height:285px}}@media (min-width: 768px){:host(.resource-center-card) .card-media .smart-img{height:221px}}@media (min-width: 992px){:host(.resource-center-card) .card-media .smart-img{height:189px}}@media (min-width: 1200px){:host(.resource-center-card) .card-media .smart-img{height:173px}}@media (min-width: 1440px){:host(.resource-center-card) .card-media .smart-img{height:173px}}@media (min-width: 480px){:host(.resource-center-card) .card-media{height:285px}}@media (min-width: 768px){:host(.resource-center-card) .card-media{height:221px}}@media (min-width: 992px){:host(.resource-center-card) .card-media{height:189px}}@media (min-width: 1200px){:host(.resource-center-card) .card-media{height:173px}}@media (min-width: 1440px){:host(.resource-center-card) .card-media{height:173px}}:host(.resource-center-card) .card-body{padding:16px 24px 0px 24px}@media (min-width: 768px){:host(.resource-center-card) .card-body{padding:14px 24px 0px 24px}}@media (min-width: 1200px){:host(.resource-center-card) .card-body{padding:14px 20px 0px 21px}}:host(.resource-center-card) .card-body .small{font-size:var(--ptc-font-size-x-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:24px;display:inline-block}:host(.resource-center-card) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:12px;margin-top:0rem;word-break:break-word;hyphens:auto}:host(.resource-center-card) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:1rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.resource-center-card) ::slotted([slot=slot-description]) p{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:39px;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.resource-center-card) ::slotted([slot=slot-description]) span{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:39px}:host(.case-studies-card){height:100%}:host(.case-studies-card) .card-border{width:100%;overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;display:flex;flex-direction:row;height:100%}:host(.case-studies-card) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.case-studies-card) .card-border:hover .card-media{background:var(--color-white)}:host(.case-studies-card) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.case-studies-card) .card-layout{display:block;position:relative;width:100%}:host(.case-studies-card) .link-wrapper{outline:none;text-decoration:none}:host(.case-studies-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.case-studies-card) .card-media{width:100%;height:200px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.case-studies-card) .card-media .smart-img{width:100%;height:200px}@media (min-width: 480px){:host(.case-studies-card) .card-media .smart-img{height:286px}}@media (min-width: 768px){:host(.case-studies-card) .card-media .smart-img{height:224px}}@media (min-width: 992px){:host(.case-studies-card) .card-media .smart-img{height:192px}}@media (min-width: 1200px){:host(.case-studies-card) .card-media .smart-img{height:173px}}@media (min-width: 1440px){:host(.case-studies-card) .card-media .smart-img{height:170px}}@media (min-width: 480px){:host(.case-studies-card) .card-media{height:286px}}@media (min-width: 768px){:host(.case-studies-card) .card-media{height:224px}}@media (min-width: 992px){:host(.case-studies-card) .card-media{height:192px}}@media (min-width: 1200px){:host(.case-studies-card) .card-media{height:173px}}@media (min-width: 1440px){:host(.case-studies-card) .card-media{height:170px}}:host(.case-studies-card) .card-body .card-logo-container{padding:8px 20px;border-bottom:1px solid #e4e7e9}:host(.case-studies-card) .card-body .card-logo-none{padding-top:16px}:host(.case-studies-card) .card-body .card-logo{max-width:280px;width:auto;height:40px;object-fit:cover;border:1px solid #e4e7e9;margin-bottom:8px}:host(.case-studies-card) .card-body .small{font-size:var(--ptc-font-size-x-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:24px;display:inline-block}:host(.case-studies-card) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin:8px 20px 12px 20px}:host(.case-studies-card) ::slotted([slot=slot-date]){font-weight:400;font-size:16px;line-height:19px;color:#282f35;margin-bottom:24px;display:inline-block}:host(.case-studies-card) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin:0px 20px 16px 20px}:host(.related-card){width:100%;height:100%}:host(.related-card) .card-border{background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:var(--ptc-border-radius-standard);width:100%;height:100%;display:flex;flex-direction:row}:host(.related-card) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.related-card) .card-border:hover .card-media{background:var(--color-white);border-top-left-radius:var(--ptc-border-radius-standard);border-top-right-radius:var(--ptc-border-radius-standard)}:host(.related-card) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.related-card) .card-layout{display:block;position:relative;width:100%;height:100%}:host(.related-card) .card-layout .ribbon-text{position:absolute;top:0;left:0;margin-top:var(--ptc-element-spacing-06);background-color:var(--color-white);padding:var(--ptc-element-spacing-01) var(--ptc-element-spacing-05);font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);color:var(--color-gray-11);border-radius:0px 3px 3px 0px;box-shadow:var(--ptc-shadow-small);max-height:fit-content;overflow:hidden;width:fit-content;clip-path:inset(-6px -6px -6px 0px);word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.related-card) .link-wrapper{outline:none;text-decoration:none}:host(.related-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.related-card) .card-media{width:100%;height:288px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.related-card) .card-media .smart-img{height:288px}@media only screen and (min-width: 480px){:host(.related-card) .card-media .smart-img{height:286px}}@media only screen and (min-width: 768px){:host(.related-card) .card-media .smart-img{height:142px}}@media only screen and (min-width: 992px){:host(.related-card) .card-media .smart-img{height:192px}}@media only screen and (min-width: 1200px){:host(.related-card) .card-media .smart-img{height:237px}}@media only screen and (min-width: 1440px){:host(.related-card) .card-media .smart-img{height:248px}}@media only screen and (min-width: 480px){:host(.related-card) .card-media{height:286px}}@media only screen and (min-width: 768px){:host(.related-card) .card-media{height:142px}}@media only screen and (min-width: 992px){:host(.related-card) .card-media{height:192px}}@media only screen and (min-width: 1200px){:host(.related-card) .card-media{height:237px}}@media only screen and (min-width: 1440px){:host(.related-card) .card-media{height:248px}}:host(.related-card) .card-body{box-sizing:border-box;padding:var(--ptc-layout-spacing-03)}:host(.related-card) .card-body .card-date-text{display:flex;flex-direction:row}:host(.related-card) .card-body .card-date-text p{font-size:var(--ptc-font-size-xx-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.related-card) .card-body .small{font-size:var(--ptc-font-size-x-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block}:host(.related-card) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:14px;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.related-card) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:18px;color:var(--color-gray-11)}.ptc-h3.uppercase{text-transform:uppercase}.ptc-h3.capitalize{text-transform:capitalize}.ptc-h3.lowercase{text-transform:lowercase}.ptc-h3.none{text-transform:none}";
3
+ const ptcCardCss = ":host{display:block}::slotted([slot=seo-content]){display:none}:host(.lottie-card) .card-border{box-shadow:var(--ptc-shadow-small);border:1px solid var(--color-gray-03);border-radius:10px;position:relative;overflow:hidden}:host(.lottie-card) .card-border::after{content:\"\";height:40%;width:4px;position:absolute;top:30%;right:-2px;background-color:var(--color-green-06);z-index:2;display:block}:host(.lottie-card) .card-border:hover{box-shadow:var(--ptc-shadow-x-large)}:host(.lottie-card) .card-border:hover .card-body h3{border-bottom:2px solid var(--color-green-07)}:host(.lottie-card) .card-layout{display:block}@media only screen and (min-width: 768px){:host(.lottie-card) .card-layout{display:flex;flex-flow:nowrap row;justify-content:center}}:host(.lottie-card) .link-wrapper{outline:none;text-decoration:none;color:var(--color-gray-10)}:host(.lottie-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.lottie-card) .card-media{flex-basis:40%;border-right:1px solid var(--color-gray-03);display:flex}:host(.lottie-card) .card-body{flex-basis:60%;align-self:center;padding:0 30px 10px}:host(.lottie-card) .card-body h3{display:inline-block;line-height:var(--ptc-line-height-densest);color:var(--color-gray-10);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-x-small);border-bottom:2px solid transparent;margin-bottom:var(--ptc-element-spacing-02)}:host(.simple-card) .card-layout{display:block}:host(.simple-card) .link-wrapper{outline:none;text-decoration:none}:host(.simple-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.simple-card) .link-wrapper:hover .card-body h3{color:var(--color-green-06)}:host(.simple-card) .link-wrapper:hover .card-body h3::before{width:100%}:host(.simple-card) .link-wrapper:hover ::slotted([slot=slot-after-heading]){margin-left:var(--ptc-element-spacing-04)}:host(.simple-card) .card-body h3{color:var(--color-gray-10);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-black);line-height:var(--ptc-line-height-dense);position:relative;margin-bottom:var(--ptc-element-spacing-02);display:inline-block}:host(.simple-card) .card-body h3::before{display:block;position:absolute;content:\"\";width:100%;border-bottom:2px solid var(--color-green-06);bottom:1px;transition:width var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.simple-card) ::slotted([slot=slot-after-heading]){margin-left:var(--ptc-element-spacing-01);transition:margin-left var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) .card-border{overflow:hidden;filter:drop-shadow(rgba(0, 0, 0, 0.32) 0px 3px 6px);width:100%}:host(.clip-edge-card) .card-border:hover{filter:drop-shadow(rgba(0, 0, 0, 0.32) 0px 6px 12px)}:host(.clip-edge-card) .card-layout{display:block}:host(.clip-edge-card) .link-wrapper{outline:none;text-decoration:none}:host(.clip-edge-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.clip-edge-card) .card-media{position:relative;width:100%;height:124px;overflow:hidden;border-radius:var(--ptc-border-radius-standard)}:host(.clip-edge-card) .card-body{transform:translateY(calc(-1 * var(--ptc-element-spacing-04)));overflow:hidden;width:calc(95% - var(--ptc-element-spacing-04) - var(--ptc-element-spacing-04));font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10);clip-path:var(--ptc-clip-path-bottom-right);background-color:var(--color-white);border-radius:var(--ptc-border-radius-standard);padding:var(--ptc-element-spacing-06) var(--ptc-element-spacing-04) var(--ptc-element-spacing-03) var(--ptc-element-spacing-04)}:host(.clip-edge-card) .card-body h3{display:inline-block;margin:0px;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10);text-decoration:none;border-bottom:2px solid transparent;transition:border-bottom var(--ptc-transition-medium) var(--ptc-ease-inout), margin var(--ptc-transition-medium) var(--ptc-ease-inout);margin:var(--ptc-element-spacing-03) 0 var(--ptc-element-spacing-03) 0}:host(.clip-edge-card) ::slotted([slot=slot-description]){height:0;opacity:0;transition:height var(--ptc-transition-medium) var(--ptc-ease-inout), opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) ::slotted([slot=slot-image]){display:block;width:100%;height:100%;transform:scale(1);transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout);transform-origin:top center}:host(.clip-edge-card) ::slotted([slot=slot-after-heading]){position:absolute;top:var(--ptc-element-spacing-03);left:var(--ptc-element-spacing-04);opacity:1;transform:scale(1);height:44px;transform-origin:bottom center;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) ::slotted([slot=slot-before-heading]){display:block;opacity:0;height:24px;transition:all var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) .link-wrapper:hover .card-body h3{border-bottom:2px solid var(--color-green-06)}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:60px;opacity:1}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-image]){transform:scale(1.1)}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-after-heading]){opacity:0;transform:scale(0);height:0}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-before-heading]){opacity:1}:host(.hightlight-card) .card-border{width:100%;border-radius:var(--ptc-border-radius-standard);overflow:hidden}:host(.hightlight-card) .card-border:hover .card-media{transform:scale(1.1)}:host(.hightlight-card) .card-layout{display:block;position:relative}:host(.hightlight-card) .link-wrapper{outline:none;text-decoration:none}:host(.hightlight-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:96px;opacity:1}@media only screen and (min-width: 768px){:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:var(--ptc-layout-spacing-05)}}@media only screen and (min-width: 992px){:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:var(--ptc-layout-spacing-06)}}@media only screen and (min-width: 1440px){:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:var(--ptc-layout-spacing-05)}}:host(.hightlight-card) .card-media{width:100%;height:auto;min-height:450px;position:relative;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout);transition-delay:var(--ptc-delay-5)}:host(.hightlight-card) .card-body{position:absolute;bottom:0;top:auto;left:0;right:auto;padding:var(--ptc-element-spacing-04) var(--ptc-element-spacing-07);background-color:var(--color-white);box-sizing:border-box}:host(.hightlight-card) .card-body h3{font-size:var(--ptc-font-size-x-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-bold);color:var(--color-gray-10);margin:var(--ptc-element-spacing-04) 0}:host(.hightlight-card) .card-body h2{width:100%;font-size:var(--ptc-font-size-xx-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);color:var(--color-gray-10)}@media (max-width: 768px){:host(.hightlight-card) .card-body h2{font-size:var(--ptc-font-size-x-large);line-height:var(--ptc-line-height-densest)}}:host(.hightlight-card) ::slotted([slot=slot-description]){height:0;opacity:0;transition:height var(--ptc-transition-medium) var(--ptc-ease-inout), opacity var(--ptc-transition-fast) var(--ptc-ease-inout);transition-delay:var(--ptc-delay-5)}:host(.horizontal-card){margin-bottom:var(--ptc-layout-spacing-02)}:host(.horizontal-card) .card-layout{position:relative}@media only screen and (min-width: 768px){:host(.horizontal-card) .card-layout{display:grid;grid-template-columns:42% 58%;direction:ltr;grid-auto-rows:1fr}}:host(.horizontal-card) .link-wrapper{outline:none;text-decoration:none;transition:var(--ptc-transition-slow) linear}:host(.horizontal-card) .link-wrapper:hover{box-shadow:var(--ptc-shadow-large);transition:var(--ptc-transition-slow) linear;background-color:var(--color-white)}:host(.horizontal-card) .link-wrapper:hover h3{border-color:var(--color-green-06);transition:var(--ptc-transition-slow) linear}:host(.horizontal-card) .card-media{display:flex;align-self:center}@media only screen and (min-width: 768px){:host(.horizontal-card) .card-media{align-self:flex-start;padding-top:24px;padding-bottom:24px}}:host(.horizontal-card) .card-body{padding:var(--ptc-element-spacing-05) var(--ptc-element-spacing-04)}@media only screen and (min-width: 768px){:host(.horizontal-card) .card-body{padding:var(--ptc-element-spacing-06) var(--ptc-element-spacing-07)}}:host(.horizontal-card) .card-body h3{margin-top:0;font-size:var(--ptc-font-size-x-small);color:var(--color-gray-10);border-bottom:1px solid transparent;padding-bottom:var(--ptc-element-spacing-01);margin-bottom:var(--ptc-element-spacing-02);transition:var(--ptc-transition-slow) linear}:host(.horizontal-card) ::slotted([slot=slot-image]){box-shadow:var(--ptc-shadow-medium);width:100%}:host(.listing-card){height:100%}:host(.listing-card) .card-border{width:100%;overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;height:100%;display:flex;flex-direction:row}:host(.listing-card) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.listing-card) .card-border:hover .card-media{background:var(--color-white)}:host(.listing-card) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.listing-card) .card-layout{display:block;position:relative;width:100%;height:100%}:host(.listing-card) .link-wrapper{outline:none;text-decoration:none}:host(.listing-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.listing-card) .card-media{width:100%;height:288px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.listing-card) .card-media .smart-img{height:288px}@media (min-width: 768px){:host(.listing-card) .card-media .smart-img{height:232px}}@media (min-width: 992px){:host(.listing-card) .card-media .smart-img{height:192px}}@media (min-width: 1200px){:host(.listing-card) .card-media .smart-img{height:170px}}@media (min-width: 768px){:host(.listing-card) .card-media{height:232px}}@media (min-width: 992px){:host(.listing-card) .card-media{height:192px}}@media (min-width: 1200px){:host(.listing-card) .card-media{height:170px}}:host(.listing-card) .creo-card .card-media{width:100%;height:auto !important;padding-top:66.66%}:host(.listing-card) .card-body{padding:16px 20px 0px 20px}:host(.listing-card) .card-body .card-date-text{display:flex;flex-direction:row}:host(.listing-card) .card-body .card-date-text p{font-size:var(--ptc-font-size-xx-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.listing-card) .card-body .small{font-size:var(--ptc-font-size-x-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block}:host(.listing-card) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:14px;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.listing-card) ::slotted([slot=slot-date]){font-weight:400;font-size:16px;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block}:host(.listing-card) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:1rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.listing-card-horizontal){height:100%}:host(.listing-card-horizontal) .card-border{overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;width:100%;height:100%}@media (min-width: 1200px) and (max-width: 1439){:host(.listing-card-horizontal) .card-border{margin-left:16px}}:host(.listing-card-horizontal) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.listing-card-horizontal) .card-border:hover .card-media{background:var(--color-white)}:host(.listing-card-horizontal) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.listing-card-horizontal) .card-layout{display:flex;flex-direction:row;width:100%}:host(.listing-card-horizontal) .link-wrapper{outline:none;text-decoration:none}:host(.listing-card-horizontal) .link-wrapper:hover{outline:none;text-decoration:none}:host(.listing-card-horizontal) .card-media{width:100%;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium);display:none;max-width:260px}@media only screen and (min-width: 768px){:host(.listing-card-horizontal) .card-media{display:block;min-width:260px}}:host(.listing-card-horizontal) .card-body{padding:16px 24px 0px 24px}@media (min-width: 768px){:host(.listing-card-horizontal) .card-body{padding:24px 32px 0px 32px}}@media (min-width: 992px){:host(.listing-card-horizontal) .card-body{padding:8px 16px 0px 16px}}@media (min-width: 1200px){:host(.listing-card-horizontal) .card-body{padding:14px 32px 0px 32px}}@media only screen and (min-width: 768px){:host(.listing-card-horizontal) .card-body{min-width:505px}}:host(.listing-card-horizontal) .card-body .card-date-text{display:flex;flex-direction:row}:host(.listing-card-horizontal) .card-body .card-date-text p{font-size:var(--ptc-font-size-xx-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:12px;display:inline-block;margin-top:0rem;margin-block-start:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media only screen and (min-width: 1200px){:host(.listing-card-horizontal) .card-body .card-date-text p{margin-bottom:20px}}@media only screen and (min-width: 1440px){:host(.listing-card-horizontal) .card-body .card-date-text p{margin-bottom:24px}}@media only screen and (min-width: 1600px){:host(.listing-card-horizontal) .card-body .card-date-text p{margin-bottom:32px}}:host(.listing-card-horizontal) .card-body .small{font-weight:400;font-size:16px;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block}@media (min-width: 992px){:host(.listing-card-horizontal) .card-body .small{margin-bottom:12px}}@media (min-width: 1200px){:host(.listing-card-horizontal) .card-body .small{margin-bottom:16px}}:host(.listing-card-horizontal) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-x-small);line-height:19px;color:var(--color-gray-11);margin-bottom:8px;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media (min-width: 768px){:host(.listing-card-horizontal) .card-body h3{margin-bottom:16px}}@media (min-width: 992px){:host(.listing-card-horizontal) .card-body h3{margin-bottom:12px}}@media (min-width: 1200px){:host(.listing-card-horizontal) .card-body h3{margin-bottom:16px}}@media only screen and (min-width: 768px){:host(.listing-card-horizontal) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:8px;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}:host(.listing-card-horizontal) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:19px;margin-top:0rem;margin-block-start:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.listing-card-horizontal) ::slotted([slot=slot-description]) p{margin-block-start:0rem}@media (max-width: 767px){:host(.listing-card-horizontal) ::slotted([slot=slot-description]){font-weight:400;font-size:14px;line-height:16px}}:host(.resource-center-card){height:100%}:host(.resource-center-card) .card-border{height:100%;width:100%;overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;display:flex;flex-direction:row}:host(.resource-center-card) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.resource-center-card) .card-border:hover .card-media{background:var(--color-white)}:host(.resource-center-card) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.resource-center-card) .card-layout{display:block;position:relative}:host(.resource-center-card) .card-layout .ribbon-text{position:absolute;top:0;left:0;margin-top:24px;background-color:var(--color-white);padding:4px 24px;font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);color:var(--color-gray-11);border-radius:0px 3px 3px 0px;box-shadow:var(--ptc-shadow-small);max-width:70%;max-height:30px;line-height:30px;overflow:hidden}:host(.resource-center-card) .link-wrapper{outline:none;text-decoration:none}:host(.resource-center-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.resource-center-card) .card-media{width:100%;height:250px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.resource-center-card) .card-media .smart-img{height:250px}@media (min-width: 480px){:host(.resource-center-card) .card-media .smart-img{height:285px}}@media (min-width: 768px){:host(.resource-center-card) .card-media .smart-img{height:221px}}@media (min-width: 992px){:host(.resource-center-card) .card-media .smart-img{height:189px}}@media (min-width: 1200px){:host(.resource-center-card) .card-media .smart-img{height:173px}}@media (min-width: 1440px){:host(.resource-center-card) .card-media .smart-img{height:173px}}@media (min-width: 480px){:host(.resource-center-card) .card-media{height:285px}}@media (min-width: 768px){:host(.resource-center-card) .card-media{height:221px}}@media (min-width: 992px){:host(.resource-center-card) .card-media{height:189px}}@media (min-width: 1200px){:host(.resource-center-card) .card-media{height:173px}}@media (min-width: 1440px){:host(.resource-center-card) .card-media{height:173px}}:host(.resource-center-card) .card-body{padding:16px 24px 0px 24px}@media (min-width: 768px){:host(.resource-center-card) .card-body{padding:14px 24px 0px 24px}}@media (min-width: 1200px){:host(.resource-center-card) .card-body{padding:14px 20px 0px 21px}}:host(.resource-center-card) .card-body .small{font-size:var(--ptc-font-size-x-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:24px;display:inline-block}:host(.resource-center-card) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:12px;margin-top:0rem;word-break:break-word;hyphens:manual}:host(.resource-center-card) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:1rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.resource-center-card) ::slotted([slot=slot-description]) p{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:39px;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.resource-center-card) ::slotted([slot=slot-description]) span{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:39px}:host(.case-studies-card){height:100%}:host(.case-studies-card) .card-border{width:100%;overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;display:flex;flex-direction:row;height:100%}:host(.case-studies-card) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.case-studies-card) .card-border:hover .card-media{background:var(--color-white)}:host(.case-studies-card) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.case-studies-card) .card-layout{display:block;position:relative;width:100%}:host(.case-studies-card) .link-wrapper{outline:none;text-decoration:none}:host(.case-studies-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.case-studies-card) .card-media{width:100%;height:200px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.case-studies-card) .card-media .smart-img{width:100%;height:200px}@media (min-width: 480px){:host(.case-studies-card) .card-media .smart-img{height:286px}}@media (min-width: 768px){:host(.case-studies-card) .card-media .smart-img{height:224px}}@media (min-width: 992px){:host(.case-studies-card) .card-media .smart-img{height:192px}}@media (min-width: 1200px){:host(.case-studies-card) .card-media .smart-img{height:173px}}@media (min-width: 1440px){:host(.case-studies-card) .card-media .smart-img{height:170px}}@media (min-width: 480px){:host(.case-studies-card) .card-media{height:286px}}@media (min-width: 768px){:host(.case-studies-card) .card-media{height:224px}}@media (min-width: 992px){:host(.case-studies-card) .card-media{height:192px}}@media (min-width: 1200px){:host(.case-studies-card) .card-media{height:173px}}@media (min-width: 1440px){:host(.case-studies-card) .card-media{height:170px}}:host(.case-studies-card) .card-body .card-logo-container{padding:8px 20px;border-bottom:1px solid #e4e7e9}:host(.case-studies-card) .card-body .card-logo-none{padding-top:16px}:host(.case-studies-card) .card-body .card-logo{max-width:280px;width:auto;height:40px;object-fit:cover;border:1px solid #e4e7e9;margin-bottom:8px}:host(.case-studies-card) .card-body .small{font-size:var(--ptc-font-size-x-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:24px;display:inline-block}:host(.case-studies-card) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin:8px 20px 12px 20px}:host(.case-studies-card) ::slotted([slot=slot-date]){font-weight:400;font-size:16px;line-height:19px;color:#282f35;margin-bottom:24px;display:inline-block}:host(.case-studies-card) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin:0px 20px 16px 20px}:host(.related-card){width:100%;height:100%}:host(.related-card) .card-border{background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:var(--ptc-border-radius-standard);width:100%;height:100%;display:flex;flex-direction:row}:host(.related-card) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.related-card) .card-border:hover .card-media{background:var(--color-white);border-top-left-radius:var(--ptc-border-radius-standard);border-top-right-radius:var(--ptc-border-radius-standard)}:host(.related-card) .card-border:hover .card-media .smart-img{background:var(--color-white)}:host(.related-card) .card-layout{display:block;position:relative;width:100%;height:100%}:host(.related-card) .card-layout .ribbon-text{position:absolute;top:0;left:0;margin-top:var(--ptc-element-spacing-06);background-color:var(--color-white);padding:var(--ptc-element-spacing-01) var(--ptc-element-spacing-05);font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);color:var(--color-gray-11);border-radius:0px 3px 3px 0px;box-shadow:var(--ptc-shadow-small);max-height:fit-content;overflow:hidden;width:fit-content;clip-path:inset(-6px -6px -6px 0px);word-break:break-word;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}:host(.related-card) .link-wrapper{outline:none;text-decoration:none}:host(.related-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.related-card) .card-media{width:100%;height:288px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.related-card) .card-media .smart-img{height:288px}@media only screen and (min-width: 480px){:host(.related-card) .card-media .smart-img{height:286px}}@media only screen and (min-width: 768px){:host(.related-card) .card-media .smart-img{height:142px}}@media only screen and (min-width: 992px){:host(.related-card) .card-media .smart-img{height:192px}}@media only screen and (min-width: 1200px){:host(.related-card) .card-media .smart-img{height:237px}}@media only screen and (min-width: 1440px){:host(.related-card) .card-media .smart-img{height:248px}}@media only screen and (min-width: 480px){:host(.related-card) .card-media{height:286px}}@media only screen and (min-width: 768px){:host(.related-card) .card-media{height:142px}}@media only screen and (min-width: 992px){:host(.related-card) .card-media{height:192px}}@media only screen and (min-width: 1200px){:host(.related-card) .card-media{height:237px}}@media only screen and (min-width: 1440px){:host(.related-card) .card-media{height:248px}}:host(.related-card) .card-body{box-sizing:border-box;padding:var(--ptc-layout-spacing-03)}:host(.related-card) .card-body .card-date-text{display:flex;flex-direction:row}:host(.related-card) .card-body .card-date-text p{font-size:var(--ptc-font-size-xx-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.related-card) .card-body .small{font-size:var(--ptc-font-size-x-small);font-weight:400;line-height:19px;color:#282f35;margin-bottom:16px;display:inline-block}:host(.related-card) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:14px;margin-top:0rem;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}:host(.related-card) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:18px;color:var(--color-gray-11)}.ptc-h3.uppercase{text-transform:uppercase}.ptc-h3.capitalize{text-transform:capitalize}.ptc-h3.lowercase{text-transform:lowercase}.ptc-h3.none{text-transform:none}";
4
4
 
5
5
  const PtcCard = class {
6
6
  constructor(hostRef) {
@@ -37,7 +37,7 @@ const PtcCard = class {
37
37
  return (h(Host, { class: {
38
38
  [this.cardType]: !!this.cardType,
39
39
  'creo-card-wrap': this.isCreoCard, // Add the cardType class conditionally
40
- } }, this.styles && h("style", null, this.styles), h("div", { class: "card-border", part: "border-wrapper", style: { overflow: this.cardOverflow } }, h(Tag, Object.assign({ class: classMap, part: "card-layout" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (!!this.ribbonText ? { rel: this.ribbonText } : {})), this.hasImage || this.hasLottie || this.hasVideo ? (h("div", { class: "card-media", part: "media-wrapper" }, this.getMediaSlot ? h("slot", { name: this.getMediaSlot() }) : null)) : null, (!!this.ribbonText && this.cardType == 'resource-center-card') || (!!this.ribbonText && this.cardType == 'related-card') ? (h("div", { class: "ribbon-text" }, `${this.ribbonText}`)) : null, h("div", { class: "card-body", part: "body-wrapper" }, !!this.cardDate && (this.cardType === 'listing-card' || this.cardType === 'listing-card-horizontal') ? (h("div", { class: "card-date-text" }, !!this.eventType ? (h("span", { class: "small" }, `${this.cardDate}`, "\u00A0\u00A0\u00A0|\u00A0\u00A0\u00A0", `${this.eventType}`)) : (h("span", { class: "small" }, `${this.cardDate}`)))) : null, this.cardType === 'case-studies-card'
40
+ } }, this.styles && h("style", null, this.styles), h("slot", { name: "seo-content" }), h("div", { class: "card-border", part: "border-wrapper", style: { overflow: this.cardOverflow } }, h(Tag, Object.assign({ class: classMap, part: "card-layout" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (!!this.ribbonText ? { rel: this.ribbonText } : {})), this.hasImage || this.hasLottie || this.hasVideo ? (h("div", { class: "card-media", part: "media-wrapper" }, this.getMediaSlot ? h("slot", { name: this.getMediaSlot() }) : null)) : null, (!!this.ribbonText && this.cardType == 'resource-center-card') || (!!this.ribbonText && this.cardType == 'related-card') ? (h("div", { class: "ribbon-text" }, `${this.ribbonText}`)) : null, h("div", { class: "card-body", part: "body-wrapper" }, !!this.cardDate && (this.cardType === 'listing-card' || this.cardType === 'listing-card-horizontal') ? (h("div", { class: "card-date-text" }, !!this.eventType ? (h("span", { class: "small" }, `${this.cardDate}`, "\u00A0\u00A0\u00A0|\u00A0\u00A0\u00A0", `${this.eventType}`)) : (h("span", { class: "small" }, `${this.cardDate}`)))) : null, this.cardType === 'case-studies-card'
41
41
  ? Object.assign({}, (!!this.cardLogo ? (h("div", { class: "card-logo-container" }, h("ptc-picture", { alt: "", "object-fit": "contain", src: this.cardLogo, height: "40" }))) : (h("div", { class: "card-logo-none" })))) : null, h("slot", { name: "slot-before-heading" }), !!this.heading
42
42
  ? [
43
43
  this.cardType === 'listing-card' ? (h("h3", { class: `ptc-h3 ${this.headingTransform}${cutOffTitleClass}`, part: "card-heading" }, h("ptc-tooltip", { "text-display": "inline", "text-lines": this.maxLines, "max-length": this.maxChars, description: this.heading, position: "bottom", width: "full-width", theme: "standard", "hide-on-mobile": "true", "no-overflow": "true" }))) : this.cardType === 'hightlight-card' ? (h("h2", { class: `${this.headingTransform}${cutOffTitleClass}`, style: cutOff, part: "card-heading" }, this.heading)) : (h("h3", { class: `ptc-h3 ${this.headingTransform}${cutOffTitleClass}`, style: cutOff, part: "card-heading" }, this.heading)),
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-62587d0b.js';
1
+ import { r as registerInstance, h, H as Host, a as getElement } from './index-4025d85a.js';
2
2
  import { g as getDocument, i as isObject, e as elementChildren, n as now, a as elementTransitionEnd, b as getSlideTransformEl, S as Swiper } from './core-73ab4867.js';
3
3
  import { N as Navigation, P as Pagination } from './pagination-902de0b2.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-62587d0b.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-4025d85a.js';
2
2
 
3
3
  const ptcCheckboxCss = ":host{display:block}:host .ptc-checkbox{display:block;position:relative;user-select:none;cursor:pointer;font-family:var(--ptc-font-latin);font-style:normal;color:var(--color-gray-12);padding-left:var(--spacing-lg);font-weight:var(--ptc-font-weight-regular);font-size:var(--ptc-font-size-x-small);line-height:1.375rem}:host .ptc-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}:host .ptc-checkbox .check{position:absolute;top:0;left:0;height:1.375rem;width:1.375rem;background-color:var(--color-white);border:1px solid var(--color-gray-07);line-height:var(--ptc-line-height-densest);box-sizing:border-box;border-radius:4px}:host .ptc-checkbox .check .mark{position:absolute;transition:opacity ease-out 250ms;opacity:0;left:3px;top:2px;width:1.375rem;height:1.375rem}:host .ptc-checkbox input:checked~.check{background-color:var(--color-gray-12)}:host .ptc-checkbox input:checked~.check .mark{opacity:1}:host .ptc-checkbox:hover input~.check{background-color:var(--color-gray-02)}:host .ptc-checkbox:hover input:checked~.check{background-color:var(--color-gray-12)}:host .ptc-checkbox.disabled{cursor:not-allowed;color:var(--color-gray-04)}:host .ptc-checkbox.disabled .mark{opacity:0}:host .ptc-checkbox.disabled .check{background-color:var(--color-white);border:1px dashed var(--color-gray-04)}:host .ptc-checkbox.disabled:hover input~.check{background-color:var(--color-white)}:host .ptc-checkbox.disabled:hover input:checked~.check{background-color:var(--color-white)}";
4
4
 
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-62587d0b.js';
2
- import { d as debounce, M as MapDOM, b as generateUUID } from './utils-8fe7e3fd.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-4025d85a.js';
2
+ import { d as debounce, M as MapDOM, g as generateUUID } from './utils-ec03e51e.js';
3
3
 
4
4
  const info = `<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
5
5
  <defs>
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host } from './index-62587d0b.js';
1
+ import { r as registerInstance, h, H as Host } from './index-4025d85a.js';
2
2
 
3
3
  const ptcContainerCss = ":host{display:block;position:relative}.white{border-radius:4px;background-color:var(--color-white)}.gray{border-radius:4px;background-color:var(--color-white-gray)}.content-wrapper{font-family:Raleway;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0;text-align:left}.content-wrapper.x-small{box-shadow:var(--ptc-shadow-x-small)}.content-wrapper.small{box-shadow:var(--ptc-shadow-small)}.content-wrapper.medium{box-shadow:var(--ptc-shadow-medium)}.content-wrapper.large{box-shadow:var(--ptc-shadow-large)}.content-wrapper.x-large{box-shadow:var(--ptc-shadow-x-large)}.content-wrapper.spacing-xx-small{padding:var(--ptc-element-spacing-01)}.content-wrapper.spacing-x-small{padding:var(--ptc-element-spacing-02)}.content-wrapper.spacing-small{padding:var(--ptc-element-spacing-03)}.content-wrapper.spacing-medium{padding:var(--ptc-element-spacing-04)}.content-wrapper.spacing-large{padding:var(--ptc-element-spacing-05)}.content-wrapper.spacing-x-large{padding:var(--ptc-element-spacing-06)}.content-wrapper.spacing-xx-large{padding:var(--ptc-element-spacing-07)}.content-wrapper.spacing-xxx-large{padding:var(--ptc-element-spacing-08)}";
4
4