@ptcwebops/ptcw-design 6.2.22-beta → 6.2.22

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 (298) hide show
  1. package/dist/cjs/{component-4dd13907.js → component-06dda623.js} +1494 -3305
  2. package/dist/cjs/component-5b5b6a98.js +1819 -0
  3. package/dist/cjs/event-jumbotron-example.cjs.entry.js +4 -2
  4. package/dist/cjs/event-podcast-slider-example.cjs.entry.js +13 -7
  5. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  6. package/dist/cjs/icon-asset_4.cjs.entry.js +817 -0
  7. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  8. package/dist/cjs/interfaces-574e6df7.js +15 -0
  9. package/dist/cjs/list-item.cjs.entry.js +48 -0
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/cjs/max-width-container.cjs.entry.js +54 -0
  12. package/dist/cjs/ptc-announcement.cjs.entry.js +2 -2
  13. package/dist/cjs/ptc-background-video.cjs.entry.js +102 -0
  14. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +47 -0
  16. package/dist/cjs/ptc-button.cjs.entry.js +87 -0
  17. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +3 -2
  18. package/dist/cjs/ptc-card_2.cjs.entry.js +11 -3
  19. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +2 -19
  21. package/dist/cjs/ptc-data-lookup.cjs.entry.js +2 -1
  22. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  23. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  24. package/dist/cjs/ptc-filter-tag_2.cjs.entry.js +15 -0
  25. package/dist/cjs/{ptc-form-checkbox_4.cjs.entry.js → ptc-form-checkbox_2.cjs.entry.js} +4 -786
  26. package/dist/cjs/ptc-icon-component.cjs.entry.js +45 -2
  27. package/dist/cjs/ptc-icon-minimize.cjs.entry.js +50 -3
  28. package/dist/cjs/ptc-img.cjs.entry.js +133 -0
  29. package/dist/cjs/ptc-jumbotron.cjs.entry.js +151 -0
  30. package/dist/cjs/ptc-minimized-nav.cjs.entry.js +2 -1
  31. package/dist/cjs/ptc-multi-select_2.cjs.entry.js +670 -0
  32. package/dist/cjs/ptc-nav-link.cjs.entry.js +48 -0
  33. package/dist/cjs/ptc-nav-slider.cjs.entry.js +106 -0
  34. package/dist/cjs/ptc-nav-submenu.cjs.entry.js +51 -0
  35. package/dist/cjs/ptc-para.cjs.entry.js +127 -0
  36. package/dist/cjs/ptc-picture.cjs.entry.js +163 -0
  37. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  38. package/dist/cjs/ptc-previous-url.cjs.entry.js +2 -10
  39. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
  40. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  41. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  42. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  43. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  44. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  45. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  46. package/dist/cjs/ptc-sticky-section.cjs.entry.js +70 -0
  47. package/dist/cjs/ptc-sticky-title.cjs.entry.js +2 -2
  48. package/dist/cjs/ptc-subnav.cjs.entry.js +37 -0
  49. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  50. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  51. package/dist/cjs/ptc-white-paper.cjs.entry.js +2 -2
  52. package/dist/cjs/ptcw-design.cjs.js +1 -1
  53. package/dist/cjs/validation-messages-33a4f26b.js +126 -0
  54. package/dist/collection/collection-manifest.json +0 -1
  55. package/dist/collection/components/icon-asset/icon-asset.css +6 -0
  56. package/dist/collection/components/icon-asset/media/designer-v6.0.6.svg +2 -30
  57. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +13 -6
  58. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +9 -2
  59. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.css +25 -3
  60. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.js +3 -1
  61. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +23 -71
  62. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.js +12 -30
  63. package/dist/collection/components/ptc-announcement/ptc-announcement.css +6 -0
  64. package/dist/collection/components/ptc-announcement/ptc-announcement.js +1 -1
  65. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +13 -6
  66. package/dist/collection/components/ptc-card/ptc-card.css +1 -0
  67. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.css +2 -0
  68. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +20 -1
  69. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +13 -6
  70. package/dist/collection/components/ptc-close-icon/ptc-close-icon.js +1 -1
  71. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +13 -6
  72. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +13 -6
  73. package/dist/collection/components/ptc-icon-component/ptc-icon-component.css +12 -0
  74. package/dist/collection/components/ptc-icon-component/ptc-icon-component.js +44 -1
  75. package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.css +8 -0
  76. package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +67 -2
  77. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +16 -8
  78. package/dist/collection/components/ptc-minimized-nav/ptc-minimized-nav.js +19 -1
  79. package/dist/collection/components/ptc-modal/ptc-modal.css +13 -6
  80. package/dist/collection/components/ptc-modal/ptc-modal.js +2 -19
  81. package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +29 -0
  82. package/dist/collection/components/ptc-para/ptc-para.css +0 -3
  83. package/dist/collection/components/ptc-para/ptc-para.js +2 -2
  84. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +13 -6
  85. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +264 -26
  86. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +9 -1
  87. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +0 -16
  88. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +1 -27
  89. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +3 -2
  90. package/dist/collection/components/ptc-product-card/ptc-product-card.css +13 -6
  91. package/dist/collection/components/ptc-product-category/ptc-product-category.css +13 -6
  92. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +13 -6
  93. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +13 -6
  94. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +13 -6
  95. package/dist/collection/components/ptc-sticky-title/ptc-sticky-title.js +2 -2
  96. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +13 -6
  97. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +13 -6
  98. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +13 -6
  99. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +1 -1
  100. package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.css +9 -2
  101. package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.js +1 -4
  102. package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.js +1 -9
  103. package/dist/custom-elements/index.d.ts +0 -6
  104. package/dist/custom-elements/index.js +180 -183
  105. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  106. package/dist/esm/blog-detail-layout.entry.js +1 -1
  107. package/dist/esm/blogs-search-section.entry.js +1 -1
  108. package/dist/esm/{component-9c921cc6.js → component-274da230.js} +1482 -3281
  109. package/dist/esm/component-341e4eaa.js +1802 -0
  110. package/dist/esm/event-jumbotron-example.entry.js +4 -2
  111. package/dist/esm/event-podcast-slider-example.entry.js +13 -7
  112. package/dist/esm/featured-list.entry.js +1 -1
  113. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  114. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  115. package/dist/esm/icon-asset_4.entry.js +810 -0
  116. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  117. package/dist/esm/interfaces-4caedd26.js +12 -0
  118. package/dist/esm/list-item.entry.js +44 -0
  119. package/dist/esm/loader.js +1 -1
  120. package/dist/esm/max-width-container.entry.js +50 -0
  121. package/dist/esm/most-popular-news.entry.js +1 -1
  122. package/dist/esm/my-component.entry.js +1 -1
  123. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  124. package/dist/esm/ptc-announcement.entry.js +2 -2
  125. package/dist/esm/ptc-background-video.entry.js +98 -0
  126. package/dist/esm/ptc-bio-card.entry.js +1 -1
  127. package/dist/esm/ptc-breadcrumb.entry.js +43 -0
  128. package/dist/esm/ptc-button.entry.js +83 -0
  129. package/dist/esm/ptc-card-bottom_2.entry.js +3 -2
  130. package/dist/esm/ptc-card_2.entry.js +11 -3
  131. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  132. package/dist/esm/ptc-close-icon_2.entry.js +2 -19
  133. package/dist/esm/ptc-data-lookup.entry.js +2 -1
  134. package/dist/esm/ptc-featured-list.entry.js +1 -1
  135. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  136. package/dist/esm/ptc-filter-tag_2.entry.js +15 -0
  137. package/dist/esm/{ptc-form-checkbox_4.entry.js → ptc-form-checkbox_2.entry.js} +4 -784
  138. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  139. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  140. package/dist/esm/ptc-icon-card.entry.js +1 -1
  141. package/dist/esm/ptc-icon-component.entry.js +45 -2
  142. package/dist/esm/ptc-icon-minimize.entry.js +50 -3
  143. package/dist/esm/ptc-img.entry.js +129 -0
  144. package/dist/esm/ptc-jumbotron.entry.js +147 -0
  145. package/dist/esm/ptc-link.entry.js +1 -1
  146. package/dist/esm/ptc-media-card.entry.js +1 -1
  147. package/dist/esm/ptc-minimized-nav.entry.js +2 -1
  148. package/dist/esm/ptc-multi-select_2.entry.js +665 -0
  149. package/dist/esm/ptc-nav-link.entry.js +44 -0
  150. package/dist/esm/ptc-nav-slider.entry.js +102 -0
  151. package/dist/esm/ptc-nav-submenu.entry.js +47 -0
  152. package/dist/esm/ptc-para.entry.js +123 -0
  153. package/dist/esm/ptc-picture.entry.js +159 -0
  154. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  155. package/dist/esm/ptc-previous-url.entry.js +2 -10
  156. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  157. package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
  158. package/dist/esm/ptc-product-card.entry.js +1 -1
  159. package/dist/esm/ptc-product-category.entry.js +1 -1
  160. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  161. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  162. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  163. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  164. package/dist/esm/ptc-spacer.entry.js +34 -0
  165. package/dist/esm/ptc-sticky-section.entry.js +66 -0
  166. package/dist/esm/ptc-sticky-title.entry.js +2 -2
  167. package/dist/esm/ptc-subnav.entry.js +33 -0
  168. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  169. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  170. package/dist/esm/ptc-white-paper.entry.js +2 -2
  171. package/dist/esm/ptcw-design.js +1 -1
  172. package/dist/esm/{utils-ff65c75b.js → utils-355f1d70.js} +1 -1
  173. package/dist/esm/validation-messages-adbb6518.js +124 -0
  174. package/dist/ptcw-design/media/designer-v6.0.6.svg +2 -30
  175. package/dist/ptcw-design/{p-6a79e68e.entry.js → p-00ccc051.entry.js} +1 -1
  176. package/dist/ptcw-design/p-07b1afd5.entry.js +1 -0
  177. package/dist/ptcw-design/p-09def480.entry.js +1 -0
  178. package/dist/ptcw-design/p-0f32883f.entry.js +1 -0
  179. package/dist/ptcw-design/{p-abdd3b8e.entry.js → p-1056fdc7.entry.js} +1 -1
  180. package/dist/ptcw-design/p-18a5a338.js +1 -0
  181. package/dist/ptcw-design/p-1adea6a5.entry.js +1 -0
  182. package/dist/ptcw-design/p-235149b5.entry.js +1 -0
  183. package/dist/ptcw-design/p-2ab0f25c.entry.js +1 -0
  184. package/dist/ptcw-design/{p-dbb4e7f9.entry.js → p-30ec0036.entry.js} +1 -1
  185. package/dist/ptcw-design/{p-a560e839.entry.js → p-3815217a.entry.js} +1 -1
  186. package/dist/ptcw-design/p-39255f59.entry.js +1 -0
  187. package/dist/ptcw-design/p-3b6826c3.entry.js +1 -0
  188. package/dist/ptcw-design/{p-051ba8f9.entry.js → p-3d3328f9.entry.js} +1 -1
  189. package/dist/ptcw-design/p-3f935e06.entry.js +1 -0
  190. package/dist/ptcw-design/{p-9b60270e.entry.js → p-455bdea0.entry.js} +1 -1
  191. package/dist/ptcw-design/p-483e20af.entry.js +1 -0
  192. package/dist/ptcw-design/p-4ee29b78.entry.js +1 -0
  193. package/dist/ptcw-design/p-4f523245.entry.js +1 -0
  194. package/dist/ptcw-design/p-520542e2.entry.js +1 -0
  195. package/dist/ptcw-design/p-53d15f85.entry.js +1 -0
  196. package/dist/ptcw-design/{p-b1c1de30.entry.js → p-57360be3.entry.js} +1 -1
  197. package/dist/ptcw-design/p-57d86f12.entry.js +1 -0
  198. package/dist/ptcw-design/p-647dee4f.entry.js +1 -0
  199. package/dist/ptcw-design/p-66ddc281.entry.js +1 -0
  200. package/dist/ptcw-design/p-66f319f0.entry.js +1 -0
  201. package/dist/ptcw-design/p-69ef15d4.entry.js +1 -0
  202. package/dist/ptcw-design/{p-c9518684.entry.js → p-6b7d2579.entry.js} +1 -1
  203. package/dist/ptcw-design/p-6d0f7580.entry.js +1 -0
  204. package/dist/ptcw-design/p-6f8858c3.entry.js +1 -0
  205. package/dist/ptcw-design/p-711bcdad.js +1 -0
  206. package/dist/ptcw-design/p-770b269c.entry.js +1 -0
  207. package/dist/ptcw-design/p-788c2859.entry.js +1 -0
  208. package/dist/ptcw-design/p-794eebdb.entry.js +1 -0
  209. package/dist/ptcw-design/p-79762cf6.entry.js +1 -0
  210. package/dist/ptcw-design/{p-a220ab2c.entry.js → p-7a5c0d47.entry.js} +1 -1
  211. package/dist/ptcw-design/p-88ff7bc5.entry.js +1 -0
  212. package/dist/ptcw-design/{p-208ca9de.entry.js → p-8da51d65.entry.js} +1 -1
  213. package/dist/ptcw-design/p-9d8a9a72.entry.js +1 -0
  214. package/dist/ptcw-design/p-a4c68b6d.entry.js +1 -0
  215. package/dist/ptcw-design/p-ad4f4f33.entry.js +1 -0
  216. package/dist/ptcw-design/p-b0c99e8e.entry.js +1 -0
  217. package/dist/ptcw-design/{p-b4ba719a.entry.js → p-b1d85ece.entry.js} +1 -1
  218. package/dist/ptcw-design/p-b29e43cf.entry.js +1 -0
  219. package/dist/ptcw-design/{p-9e6fb4ba.entry.js → p-b9dd37cc.entry.js} +1 -1
  220. package/dist/ptcw-design/p-be533f0d.js +134 -0
  221. package/dist/ptcw-design/p-bf04c250.entry.js +1 -0
  222. package/dist/ptcw-design/p-c1513c3f.js +203 -0
  223. package/dist/ptcw-design/p-c2ab3f44.entry.js +68 -0
  224. package/dist/ptcw-design/{p-d871e7f7.entry.js → p-c5631974.entry.js} +1 -1
  225. package/dist/ptcw-design/{p-fc0d9251.entry.js → p-c811bca6.entry.js} +1 -1
  226. package/dist/ptcw-design/{p-2a255901.entry.js → p-cb2b87bb.entry.js} +1 -1
  227. package/dist/ptcw-design/p-d4207d86.entry.js +1 -0
  228. package/dist/ptcw-design/p-d9ec506c.entry.js +1 -0
  229. package/dist/ptcw-design/p-dabb1b70.entry.js +1 -0
  230. package/dist/ptcw-design/{p-73a41148.entry.js → p-e05b1f0e.entry.js} +1 -1
  231. package/dist/ptcw-design/p-e487b592.entry.js +1 -0
  232. package/dist/ptcw-design/{p-bf076b87.entry.js → p-e6cb2dce.entry.js} +1 -1
  233. package/dist/ptcw-design/{p-0c862dbd.entry.js → p-e78596eb.entry.js} +1 -1
  234. package/dist/ptcw-design/{p-8872161f.js → p-ead9ebbc.js} +1 -1
  235. package/dist/ptcw-design/p-ec22d0b8.entry.js +1 -0
  236. package/dist/ptcw-design/p-edcad0f1.entry.js +1 -0
  237. package/dist/ptcw-design/p-f093f6f8.entry.js +1 -0
  238. package/dist/ptcw-design/p-f2006b03.entry.js +1 -0
  239. package/dist/ptcw-design/p-f31e17d9.entry.js +1 -0
  240. package/dist/ptcw-design/{p-2ee3a32b.entry.js → p-f6bfbe18.entry.js} +1 -1
  241. package/dist/ptcw-design/p-ffd5c822.entry.js +1 -0
  242. package/dist/ptcw-design/ptcw-design.css +2 -2
  243. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  244. package/dist/types/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.d.ts +0 -1
  245. package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +2 -0
  246. package/dist/types/components/ptc-icon-component/ptc-icon-component.d.ts +5 -0
  247. package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +2 -0
  248. package/dist/types/components/ptc-minimized-nav/ptc-minimized-nav.d.ts +1 -0
  249. package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -2
  250. package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +3 -0
  251. package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
  252. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +0 -2
  253. package/dist/types/components/subnav/ptc-nav-submenu/ptc-nav-submenu.d.ts +0 -1
  254. package/dist/types/components.d.ts +17 -21
  255. package/package.json +1 -1
  256. package/readme.md +1 -5
  257. package/dist/cjs/icon-asset_18.cjs.entry.js +0 -1501
  258. package/dist/cjs/modal-form-example.cjs.entry.js +0 -94
  259. package/dist/cjs/ptc-collapse-list.cjs.entry.js +0 -512
  260. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +0 -26
  261. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +0 -99
  262. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +0 -45
  263. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +0 -47
  264. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +0 -157
  265. package/dist/esm/icon-asset_18.entry.js +0 -1480
  266. package/dist/esm/modal-form-example.entry.js +0 -90
  267. package/dist/esm/ptc-collapse-list.entry.js +0 -508
  268. package/dist/ptcw-design/p-01ad1cc2.entry.js +0 -68
  269. package/dist/ptcw-design/p-0eb9ea11.entry.js +0 -1
  270. package/dist/ptcw-design/p-20388467.entry.js +0 -1
  271. package/dist/ptcw-design/p-20670bc5.entry.js +0 -1
  272. package/dist/ptcw-design/p-20d837a9.entry.js +0 -1
  273. package/dist/ptcw-design/p-20d84f63.entry.js +0 -1
  274. package/dist/ptcw-design/p-286e048c.entry.js +0 -1
  275. package/dist/ptcw-design/p-2d0a9613.entry.js +0 -1
  276. package/dist/ptcw-design/p-330e1a36.entry.js +0 -1
  277. package/dist/ptcw-design/p-3a7c5330.entry.js +0 -1
  278. package/dist/ptcw-design/p-3ada2482.entry.js +0 -1
  279. package/dist/ptcw-design/p-4e41c031.entry.js +0 -1
  280. package/dist/ptcw-design/p-4e8c87e1.entry.js +0 -1
  281. package/dist/ptcw-design/p-5ae21271.entry.js +0 -1
  282. package/dist/ptcw-design/p-640d07b5.entry.js +0 -1
  283. package/dist/ptcw-design/p-66d50b46.entry.js +0 -1
  284. package/dist/ptcw-design/p-6af8c192.entry.js +0 -1
  285. package/dist/ptcw-design/p-70a5f144.entry.js +0 -1
  286. package/dist/ptcw-design/p-7853f1b5.entry.js +0 -1
  287. package/dist/ptcw-design/p-907727fd.entry.js +0 -1
  288. package/dist/ptcw-design/p-98083315.entry.js +0 -1
  289. package/dist/ptcw-design/p-986be938.entry.js +0 -1
  290. package/dist/ptcw-design/p-aba549b7.entry.js +0 -1
  291. package/dist/ptcw-design/p-ac32267c.entry.js +0 -1
  292. package/dist/ptcw-design/p-b5d0e4a2.entry.js +0 -1
  293. package/dist/ptcw-design/p-bcab66bf.js +0 -336
  294. package/dist/ptcw-design/p-ca268a17.entry.js +0 -1
  295. package/dist/ptcw-design/p-ce6d1c5f.entry.js +0 -1
  296. package/dist/ptcw-design/p-ef55ab3c.entry.js +0 -1
  297. package/dist/ptcw-design/p-fb2e4612.entry.js +0 -1
  298. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
@@ -5602,26 +5602,26 @@ a:focus-visible {
5602
5602
  border-radius: var(--ptc-border-radius-standard);
5603
5603
  }
5604
5604
 
5605
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
5605
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-plm-grey a.light-link {
5606
5606
  color: var(--color-blue-04);
5607
5607
  margin: -2px;
5608
5608
  border: 2px solid transparent;
5609
5609
  }
5610
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
5610
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
5611
5611
  color: var(--color-blue-06);
5612
5612
  }
5613
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
5613
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
5614
5614
  transition: none;
5615
5615
  color: var(--color-blue-07);
5616
5616
  }
5617
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
5617
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
5618
5618
  color: var(--color-blue-05);
5619
5619
  }
5620
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
5620
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
5621
5621
  color: var(--color-gray-04) !important;
5622
5622
  cursor: not-allowed;
5623
5623
  }
5624
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
5624
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
5625
5625
  border-radius: var(--ptc-border-radius-standard);
5626
5626
  border: 2px solid white;
5627
5627
  outline: 5px solid var(--keyboard-nav-outline);
@@ -5679,6 +5679,13 @@ a:focus-visible {
5679
5679
  color: var(--color-green-06);
5680
5680
  }
5681
5681
 
5682
+ .vjs-social-share-links a {
5683
+ color: var(--color-white);
5684
+ }
5685
+ .vjs-social-share-links a:hover {
5686
+ color: var(--color-white);
5687
+ }
5688
+
5682
5689
  :host {
5683
5690
  display: block;
5684
5691
  padding: 2rem 0;
@@ -246,6 +246,11 @@ ptc-link, ptc-square-card,
246
246
  .skeleton-block.medium {
247
247
  width: 50%;
248
248
  }
249
+ @media only screen and (min-width: 992px) {
250
+ .skeleton-block.medium-md {
251
+ width: 50%;
252
+ }
253
+ }
249
254
  .skeleton-block.short {
250
255
  width: 30%;
251
256
  }
@@ -476,18 +481,18 @@ ptc-link, ptc-square-card,
476
481
  align-items: center;
477
482
  justify-content: space-between;
478
483
  flex-wrap: nowrap;
484
+ column-gap: 40px;
479
485
  }
480
486
  .skeleton-home-page .slide-container .skeleton-slides .slide {
481
487
  background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
482
488
  background-size: 200% 100%;
483
489
  animation: loading 2.5s linear infinite;
484
490
  border-radius: 4px;
485
- width: 296px;
491
+ width: 100%;
486
492
  height: 140px;
487
493
  }
488
494
  @media only screen and (min-width: 992px) {
489
495
  .skeleton-home-page .slide-container .skeleton-slides .slide {
490
- width: 356px;
491
496
  height: 116px;
492
497
  }
493
498
  }
@@ -1999,7 +2004,7 @@ ptc-link, ptc-square-card,
1999
2004
  margin-bottom: 38px;
2000
2005
  margin-top: 22px;
2001
2006
  }
2002
- @media only screen and (min-width: 1440px) {
2007
+ @media only screen and (min-width: 992px) {
2003
2008
  .preloader-events-listing .jumbotron .jumbotron-bg .short-1 {
2004
2009
  margin-bottom: 40px;
2005
2010
  }
@@ -2009,7 +2014,7 @@ ptc-link, ptc-square-card,
2009
2014
  margin-bottom: 24px;
2010
2015
  align-self: center;
2011
2016
  }
2012
- @media only screen and (min-width: 1440px) {
2017
+ @media only screen and (min-width: 992px) {
2013
2018
  .preloader-events-listing .jumbotron .jumbotron-bg .short-2 {
2014
2019
  margin-bottom: 25px;
2015
2020
  }
@@ -2023,7 +2028,7 @@ ptc-link, ptc-square-card,
2023
2028
  width: 335px;
2024
2029
  }
2025
2030
  }
2026
- @media only screen and (min-width: 1440px) {
2031
+ @media only screen and (min-width: 992px) {
2027
2032
  .preloader-events-listing .jumbotron .jumbotron-bg .short-3 {
2028
2033
  width: 445px;
2029
2034
  }
@@ -2037,7 +2042,7 @@ ptc-link, ptc-square-card,
2037
2042
  width: 397px;
2038
2043
  }
2039
2044
  }
2040
- @media only screen and (min-width: 1440px) {
2045
+ @media only screen and (min-width: 992px) {
2041
2046
  .preloader-events-listing .jumbotron .jumbotron-bg .short-4 {
2042
2047
  width: 525px;
2043
2048
  }
@@ -2047,7 +2052,7 @@ ptc-link, ptc-square-card,
2047
2052
  align-self: center;
2048
2053
  margin-bottom: 20px;
2049
2054
  }
2050
- @media only screen and (min-width: 1440px) {
2055
+ @media only screen and (min-width: 992px) {
2051
2056
  .preloader-events-listing .jumbotron .jumbotron-bg .short-5 {
2052
2057
  width: 769px;
2053
2058
  }
@@ -2061,7 +2066,7 @@ ptc-link, ptc-square-card,
2061
2066
  width: 411px;
2062
2067
  }
2063
2068
  }
2064
- @media only screen and (min-width: 1440px) {
2069
+ @media only screen and (min-width: 992px) {
2065
2070
  .preloader-events-listing .jumbotron .jumbotron-bg .short-6 {
2066
2071
  width: 621px;
2067
2072
  }
@@ -2075,7 +2080,7 @@ ptc-link, ptc-square-card,
2075
2080
  width: 383px;
2076
2081
  }
2077
2082
  }
2078
- @media only screen and (min-width: 1440px) {
2083
+ @media only screen and (min-width: 992px) {
2079
2084
  .preloader-events-listing .jumbotron .jumbotron-bg .short-7 {
2080
2085
  display: none;
2081
2086
  }
@@ -2089,7 +2094,7 @@ ptc-link, ptc-square-card,
2089
2094
  width: 435px;
2090
2095
  }
2091
2096
  }
2092
- @media only screen and (min-width: 1440px) {
2097
+ @media only screen and (min-width: 992px) {
2093
2098
  .preloader-events-listing .jumbotron .jumbotron-bg .short-8 {
2094
2099
  display: none;
2095
2100
  }
@@ -2103,7 +2108,7 @@ ptc-link, ptc-square-card,
2103
2108
  width: 199px;
2104
2109
  }
2105
2110
  }
2106
- @media only screen and (min-width: 1440px) {
2111
+ @media only screen and (min-width: 992px) {
2107
2112
  .preloader-events-listing .jumbotron .jumbotron-bg .short-9 {
2108
2113
  display: none;
2109
2114
  }
@@ -2119,7 +2124,7 @@ ptc-link, ptc-square-card,
2119
2124
  width: 411px;
2120
2125
  }
2121
2126
  }
2122
- @media only screen and (min-width: 1440px) {
2127
+ @media only screen and (min-width: 992px) {
2123
2128
  .preloader-events-listing .jumbotron .jumbotron-bg .short-10 {
2124
2129
  width: 232px;
2125
2130
  margin-top: 35px;
@@ -2144,7 +2149,7 @@ ptc-link, ptc-square-card,
2144
2149
  width: 65%;
2145
2150
  margin-bottom: 20px;
2146
2151
  }
2147
- @media only screen and (min-width: 1440px) {
2152
+ @media only screen and (min-width: 992px) {
2148
2153
  .preloader-events-listing .short-16 {
2149
2154
  width: 275px;
2150
2155
  }
@@ -2152,7 +2157,7 @@ ptc-link, ptc-square-card,
2152
2157
  .preloader-events-listing .short-11 {
2153
2158
  width: 95%;
2154
2159
  }
2155
- @media only screen and (min-width: 1440px) {
2160
+ @media only screen and (min-width: 992px) {
2156
2161
  .preloader-events-listing .short-11 {
2157
2162
  width: 60%;
2158
2163
  }
@@ -2160,7 +2165,7 @@ ptc-link, ptc-square-card,
2160
2165
  .preloader-events-listing .short-12 {
2161
2166
  width: 89%;
2162
2167
  }
2163
- @media only screen and (min-width: 1440px) {
2168
+ @media only screen and (min-width: 992px) {
2164
2169
  .preloader-events-listing .short-12 {
2165
2170
  display: none;
2166
2171
  }
@@ -2175,13 +2180,18 @@ ptc-link, ptc-square-card,
2175
2180
  width: 290px;
2176
2181
  }
2177
2182
  }
2183
+ @media only screen and (min-width: 992px) {
2184
+ .preloader-events-listing .short-15 {
2185
+ display: none;
2186
+ }
2187
+ }
2178
2188
  .preloader-events-listing .grid-cards {
2179
2189
  display: flex;
2180
2190
  flex-direction: row;
2181
2191
  column-gap: 24px;
2182
2192
  overflow-x: hidden;
2183
2193
  }
2184
- @media only screen and (min-width: 1440px) {
2194
+ @media only screen and (min-width: 992px) {
2185
2195
  .preloader-events-listing .grid-cards {
2186
2196
  margin: 0 120px;
2187
2197
  }
@@ -2194,7 +2204,7 @@ ptc-link, ptc-square-card,
2194
2204
  flex-grow: 1;
2195
2205
  min-width: 250px;
2196
2206
  }
2197
- @media only screen and (min-width: 1440px) {
2207
+ @media only screen and (min-width: 992px) {
2198
2208
  .preloader-events-listing .grid-cards .short-17 {
2199
2209
  width: 270px;
2200
2210
  min-width: 270px;
@@ -2204,12 +2214,13 @@ ptc-link, ptc-square-card,
2204
2214
  .preloader-events-listing .grid-cards-desktop {
2205
2215
  display: none;
2206
2216
  }
2207
- @media only screen and (min-width: 1440px) {
2217
+ @media only screen and (min-width: 992px) {
2208
2218
  .preloader-events-listing .grid-cards-desktop {
2209
2219
  display: flex;
2210
2220
  flex-direction: row;
2211
2221
  column-gap: 24px;
2212
2222
  overflow-x: hidden;
2223
+ justify-content: center;
2213
2224
  }
2214
2225
  }
2215
2226
  .preloader-events-listing .grid-cards-desktop .short-17 {
@@ -2220,11 +2231,20 @@ ptc-link, ptc-square-card,
2220
2231
  flex-grow: 1;
2221
2232
  min-width: 250px;
2222
2233
  }
2234
+ @media only screen and (min-width: 992px) {
2235
+ .preloader-events-listing .grid-cards-desktop .short-17 {
2236
+ width: 22%;
2237
+ min-width: 22%;
2238
+ height: 530px;
2239
+ flex-grow: initial;
2240
+ }
2241
+ }
2223
2242
  @media only screen and (min-width: 1440px) {
2224
2243
  .preloader-events-listing .grid-cards-desktop .short-17 {
2225
- width: 270px;
2226
- min-width: 270px;
2244
+ width: 275px;
2245
+ min-width: 275px;
2227
2246
  height: 530px;
2247
+ flex-grow: initial;
2228
2248
  }
2229
2249
  }
2230
2250
  .preloader-events-listing .grid-long-cards-mobile {
@@ -2239,17 +2259,18 @@ ptc-link, ptc-square-card,
2239
2259
  width: 100%;
2240
2260
  height: 391px;
2241
2261
  }
2242
- @media only screen and (min-width: 1440px) {
2262
+ @media only screen and (min-width: 992px) {
2243
2263
  .preloader-events-listing .grid-long-cards-mobile .short-13 {
2244
2264
  width: 996px;
2245
2265
  height: 391px;
2246
2266
  min-width: 996px;
2267
+ display: none;
2247
2268
  }
2248
2269
  }
2249
2270
  .preloader-events-listing .grid-long-cards-mobile .short-14 {
2250
2271
  display: none;
2251
2272
  }
2252
- @media only screen and (min-width: 1440px) {
2273
+ @media only screen and (min-width: 992px) {
2253
2274
  .preloader-events-listing .grid-long-cards-mobile .short-14 {
2254
2275
  display: block;
2255
2276
  width: 996px;
@@ -2266,6 +2287,12 @@ ptc-link, ptc-square-card,
2266
2287
  margin-bottom: 30px;
2267
2288
  display: none;
2268
2289
  }
2290
+ @media only screen and (min-width: 992px) {
2291
+ .preloader-events-listing .grid-long-cards {
2292
+ margin-left: 24px;
2293
+ display: flex;
2294
+ }
2295
+ }
2269
2296
  @media only screen and (min-width: 1440px) {
2270
2297
  .preloader-events-listing .grid-long-cards {
2271
2298
  margin-left: 120px;
@@ -2276,17 +2303,17 @@ ptc-link, ptc-square-card,
2276
2303
  width: 100%;
2277
2304
  height: 391px;
2278
2305
  }
2279
- @media only screen and (min-width: 1440px) {
2306
+ @media only screen and (min-width: 992px) {
2280
2307
  .preloader-events-listing .grid-long-cards .short-13 {
2281
- width: 996px;
2308
+ width: 80%;
2282
2309
  height: 391px;
2283
- min-width: 996px;
2310
+ min-width: 80%;
2284
2311
  }
2285
2312
  }
2286
2313
  .preloader-events-listing .grid-long-cards .short-14 {
2287
2314
  display: none;
2288
2315
  }
2289
- @media only screen and (min-width: 1440px) {
2316
+ @media only screen and (min-width: 992px) {
2290
2317
  .preloader-events-listing .grid-long-cards .short-14 {
2291
2318
  display: block;
2292
2319
  width: 996px;
@@ -2661,6 +2688,217 @@ ptc-link, ptc-square-card,
2661
2688
  }
2662
2689
  }
2663
2690
 
2691
+ .news-skeleton-preloader .thick-on-mobile {
2692
+ height: 94px;
2693
+ }
2694
+ @media only screen and (min-width: 768px) {
2695
+ .news-skeleton-preloader .thick-on-mobile {
2696
+ height: 48px;
2697
+ }
2698
+ }
2699
+ .news-skeleton-preloader .big-block {
2700
+ height: 700px;
2701
+ }
2702
+ @media only screen and (min-width: 992px) {
2703
+ .news-skeleton-preloader .big-block {
2704
+ height: 547px;
2705
+ }
2706
+ }
2707
+ .news-skeleton-preloader .card-block {
2708
+ height: 500px;
2709
+ }
2710
+ .news-skeleton-preloader .big-card-block {
2711
+ height: calc(100% - 8px);
2712
+ display: none;
2713
+ }
2714
+ @media only screen and (min-width: 992px) {
2715
+ .news-skeleton-preloader .big-card-block {
2716
+ display: block;
2717
+ }
2718
+ }
2719
+
2720
+ .resource-center-skeleton-preloader .skeleton-jumbotron {
2721
+ background-color: var(--color-gray-02);
2722
+ padding-top: 24px;
2723
+ padding-bottom: 24px;
2724
+ margin-bottom: 24px;
2725
+ }
2726
+ @media only screen and (min-width: 992px) {
2727
+ .resource-center-skeleton-preloader .skeleton-jumbotron {
2728
+ background-color: var(--color-gray-01);
2729
+ padding-top: 106px;
2730
+ padding-bottom: 106px;
2731
+ }
2732
+ }
2733
+ @media only screen and (min-width: 768px) {
2734
+ .resource-center-skeleton-preloader .skeleton-jumbotron {
2735
+ margin-bottom: 48px;
2736
+ }
2737
+ }
2738
+ .resource-center-skeleton-preloader .jumbo-image-mobile {
2739
+ display: block;
2740
+ background-color: var(--color-gray-01);
2741
+ height: 300px;
2742
+ }
2743
+ @media only screen and (min-width: 992px) {
2744
+ .resource-center-skeleton-preloader .jumbo-image-mobile {
2745
+ display: none;
2746
+ }
2747
+ }
2748
+ .resource-center-skeleton-preloader .card-block {
2749
+ width: 100%;
2750
+ height: 347px;
2751
+ margin: 0;
2752
+ }
2753
+
2754
+ .preloader-search-results {
2755
+ position: relative;
2756
+ width: 100%;
2757
+ top: 0px;
2758
+ left: 0px;
2759
+ }
2760
+ .preloader-search-results .ptc-container {
2761
+ padding-right: 0px;
2762
+ padding-left: 0px;
2763
+ }
2764
+ .preloader-search-results .content-container {
2765
+ z-index: 3;
2766
+ position: relative;
2767
+ }
2768
+ .preloader-search-results .content-container .content-container-child {
2769
+ background-color: --color-standard-gray;
2770
+ position: relative;
2771
+ }
2772
+ .preloader-search-results .content-container .grid-top {
2773
+ margin-bottom: 30px;
2774
+ }
2775
+ .preloader-search-results .content-container .row-margin-btm {
2776
+ margin-bottom: 10px;
2777
+ }
2778
+ .preloader-search-results .content-container .grid-top-2 {
2779
+ margin-bottom: 20px;
2780
+ }
2781
+ .preloader-search-results .content-container .block-1 {
2782
+ height: 527px;
2783
+ }
2784
+ .preloader-search-results .content-container .skeleton {
2785
+ padding: 4px 0 0 0;
2786
+ }
2787
+ .preloader-search-results .content-container .skeleton .skeleton-block {
2788
+ margin-bottom: 6px;
2789
+ }
2790
+ .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2791
+ width: 568px;
2792
+ }
2793
+ @media only screen and (min-width: 360px) {
2794
+ .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2795
+ width: 199px;
2796
+ }
2797
+ }
2798
+ @media only screen and (min-width: 480px) {
2799
+ .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2800
+ width: 275px;
2801
+ }
2802
+ }
2803
+ @media only screen and (min-width: 768px) {
2804
+ .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2805
+ width: 459px;
2806
+ }
2807
+ }
2808
+ @media only screen and (min-width: 992px) {
2809
+ .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2810
+ width: 393px;
2811
+ }
2812
+ }
2813
+ @media only screen and (min-width: 1200px) {
2814
+ .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2815
+ width: 538px;
2816
+ }
2817
+ }
2818
+ @media only screen and (min-width: 1440px) {
2819
+ .preloader-search-results .content-container .skeleton .skeleton-block.longer {
2820
+ width: 568px;
2821
+ }
2822
+ }
2823
+ .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2824
+ width: 754px;
2825
+ }
2826
+ @media only screen and (min-width: 360px) {
2827
+ .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2828
+ width: 264px;
2829
+ }
2830
+ }
2831
+ @media only screen and (min-width: 480px) {
2832
+ .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2833
+ width: 366px;
2834
+ }
2835
+ }
2836
+ @media only screen and (min-width: 768px) {
2837
+ .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2838
+ width: 611px;
2839
+ }
2840
+ }
2841
+ @media only screen and (min-width: 992px) {
2842
+ .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2843
+ width: 523px;
2844
+ }
2845
+ }
2846
+ @media only screen and (min-width: 1200px) {
2847
+ .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2848
+ width: 714px;
2849
+ }
2850
+ }
2851
+ @media only screen and (min-width: 1440px) {
2852
+ .preloader-search-results .content-container .skeleton .skeleton-block.longest {
2853
+ width: 754px;
2854
+ }
2855
+ }
2856
+ .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2857
+ width: 366px;
2858
+ }
2859
+ @media only screen and (min-width: 360px) {
2860
+ .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2861
+ width: 129px;
2862
+ }
2863
+ }
2864
+ @media only screen and (min-width: 480px) {
2865
+ .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2866
+ width: 179px;
2867
+ }
2868
+ }
2869
+ @media only screen and (min-width: 768px) {
2870
+ .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2871
+ width: 297px;
2872
+ }
2873
+ }
2874
+ @media only screen and (min-width: 992px) {
2875
+ .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2876
+ width: 254px;
2877
+ }
2878
+ }
2879
+ @media only screen and (min-width: 1200px) {
2880
+ .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2881
+ width: 347px;
2882
+ }
2883
+ }
2884
+ @media only screen and (min-width: 1440px) {
2885
+ .preloader-search-results .content-container .skeleton .skeleton-block.medium {
2886
+ width: 366px;
2887
+ }
2888
+ }
2889
+ .preloader-search-results .content-container .skeleton .skeleton-block.small {
2890
+ width: 100%;
2891
+ }
2892
+ .preloader-search-results .content-container .skeleton .skeleton-block.thin {
2893
+ height: 16px;
2894
+ }
2895
+ .preloader-search-results .content-container .skeleton .skeleton-block.thinner {
2896
+ height: 1px;
2897
+ }
2898
+ .preloader-search-results .content-container .skeleton .skeleton-block.bold {
2899
+ height: 26px;
2900
+ }
2901
+
2664
2902
  @keyframes pulse {
2665
2903
  0% {
2666
2904
  opacity: 0.5;
@@ -70,7 +70,7 @@ export class PtcPreloaderSection {
70
70
  return (h("div", { class: "preloader-wrapper preloader-generic-form" }, h("div", { class: "jumbotron" }, h("div", { class: "ptc-container skeleton-jumbotron" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }), h("div", { class: "skeleton-block cta" }))))))), h("div", { class: "ptc-container" }, h("div", { class: "is-grid block form-block-1" }, h("div", { class: "is-col-12" }, Array.from({ length: 7 }).map(() => (h("div", { class: "skeleton form-block-skeleton" }, h("div", { class: "skeleton-block bold" })))), h("div", { class: "skeleton" }, h("div", { class: "skeleton-block very-bold" })))), h("div", { class: "is-grid block grid-1" }, h("div", { class: "is-col-12-xs is-col-12-sm is-col-10-md is-col-7-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin line-1" }), h("div", { class: "skeleton-block thin line-2" }), h("div", { class: "skeleton-block thin line-3" }), h("div", { class: "skeleton-block thin line-4" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin line-6" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" })), h("div", { class: "skeleton-block block-2" }))), h("div", { class: "is-col-1-lg" }), h("div", { class: "is-col-12-xs is-col-12-sm is-col-4-lg form-block-2" }, Array.from({ length: 7 }).map(() => (h("div", { class: "skeleton form-block-skeleton" }, h("div", { class: "skeleton-block bold" })))), h("div", { class: "skeleton" }, h("div", { class: "skeleton-block very-bold" })))))));
71
71
  }
72
72
  case 'events-listing': {
73
- return (h("div", { class: "preloader-wrapper preloader-events-listing" }, h("div", { class: "jumbotron " }, h("div", { class: "jumbotron-bg" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin short-1" }), h("div", { class: "skeleton-block thin short-2" }), h("div", { class: "skeleton-block bold short-3" }), h("div", { class: "skeleton-block thin short-4" }), h("div", { class: "skeleton-block thin short-5" }), h("div", { class: "skeleton-block thin short-6" }), h("div", { class: "skeleton-block thin short-7" }), h("div", { class: "skeleton-block thin short-8" }), h("div", { class: "skeleton-block thin short-9" }), h("div", { class: "skeleton-block thick short-10" }))))), h("div", { class: "grid-cards-div" }, h("div", { class: "skeleton grid-cards" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" })), h("div", { class: "skeleton grid-cards-desktop ptc-container" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }))), h("div", { class: "white-placeholder" }))), h("div", { class: "ptc-container grid-2" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick short-16" }), h("div", { class: "skeleton-block thin short-11" }), h("div", { class: "skeleton-block thin short-12" }))))), h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "ptc-container skeleton" }, h("div", { class: "grid-long-cards-mobile " }, h("div", { class: "skeleton-block short-13" }))), h("div", { class: "skeleton" }, h("div", { class: "grid-long-cards" }, h("div", { class: "skeleton-block short-13" }), h("div", { class: "skeleton-block short-14" })), h("div", { class: "skeleton-block bold short-15" }))))));
73
+ return (h("div", { class: "preloader-wrapper preloader-events-listing" }, h("div", { class: "jumbotron " }, h("div", { class: "jumbotron-bg" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin short-1" }), h("div", { class: "skeleton-block thin short-2" }), h("div", { class: "skeleton-block bold short-3" }), h("div", { class: "skeleton-block thin short-4" }), h("div", { class: "skeleton-block thin short-5" }), h("div", { class: "skeleton-block thin short-6" }), h("div", { class: "skeleton-block thin short-7" }), h("div", { class: "skeleton-block thin short-8" }), h("div", { class: "skeleton-block thin short-9" }), h("div", { class: "skeleton-block thick short-10" }))))), h("div", { class: "grid-cards-div" }, h("div", { class: "skeleton grid-cards" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" })), h("div", { class: "skeleton grid-cards-desktop ptc-container" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }))), h("div", { class: "white-placeholder" }))), h("div", { class: "ptc-container grid-2" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick short-16" }), h("div", { class: "skeleton-block thin short-11" }), h("div", { class: "skeleton-block thin short-12" }))))), h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "ptc-container skeleton grid-long-cards-mobile" }, h("div", { class: "skeleton-block short-13" })), h("div", { class: "skeleton" }, h("div", { class: "grid-long-cards" }, h("div", { class: "skeleton-block short-13" }), h("div", { class: "skeleton-block short-14" })), h("div", { class: "skeleton-block bold short-15" }))))));
74
74
  }
75
75
  case 'pdf-skeleton': {
76
76
  return (h("div", { class: "preloader-wrapper pdf-skeleton-preloader" }, h("div", { class: "jumbotron-sec" }, h("div", { class: "ptc-container skeleton-jumbotron" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }))))))), h("div", { class: "ptc-container" }, h("div", { class: "section-1" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block line-1" }), h("div", { class: "skeleton-block line-2 thin" }), h("div", { class: "skeleton-block line-3 thin" }), h("div", { class: "skeleton-block line-4 thin" }))), h("div", { class: "pdf-area" }, h("div", { class: "pdf-section" }, h("div", { class: "top-border" }), h("div", { class: "pdf-body" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thick-block" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }))))))));
@@ -78,6 +78,14 @@ export class PtcPreloaderSection {
78
78
  case 'ppc-skeleton': {
79
79
  return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ppc-skeleton-preloader" }, h("div", { class: "ptc-container " }, h("div", { class: "dots-loader" })))));
80
80
  }
81
+ case 'news': {
82
+ return (h("div", { class: "preloader-wrapper" }, h("div", { class: "news-skeleton-preloader" }, h("div", { class: "ptc-container ptc-section-standard" }, h("ptc-spacer", { breakpoint: "large", size: "medium" }), h("div", { class: "is-grid has-row-gap-md" }, h("div", { class: "is-col-6-lg skeleton-block thick thick-on-mobile" }), h("div", { class: "is-col-6-lg skeleton-block thick medium-md right" })), h("ptc-spacer", { size: "xxx-large" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block narrow thick center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block short thin center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block big-block" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" })))));
83
+ }
84
+ case 'resource-center':
85
+ return (h("div", { class: "preloader-wrapper resource-center-skeleton-preloader" }, h("div", { class: "skeleton jumbo-image-mobile" }), h("div", { class: "skeleton-jumbotron" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }), h("div", { class: "skeleton-block cta" }))))))), h("div", { class: 'ptc-container' }, h("div", { class: "is-grid desktop-cards" }, h("div", { class: "is-col-12-xs is-col-3-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin medium" }), h("div", { class: "skeleton-block bold long" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }))), h("div", { class: "is-col-12-xs is-col-9-lg" }, h("div", { class: "is-grid" }, Array.from({ length: 15 }).map(() => (h("div", { class: "is-col-6-sm is-col-4-xl skeleton-block card-block" })))))))));
86
+ case 'search-results': {
87
+ return (h("div", { class: "preloader-wrapper" }, h("div", { class: "preloader-search-results" }, h("div", { class: "ptc-container content-container" }, h("div", { class: "content-container-child" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }))), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" })))));
88
+ }
81
89
  default:
82
90
  return (h("div", { class: "ptc-section-standard preload-min-height" }, h("div", { class: "ptc-container" }, h("max-width-container", { "max-width": "960", breakpoint: 1200 }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-header" }, h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block wide bold" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block narrow" }), h("div", { class: "skeleton-block short" })), h("div", { class: "skeleton-image" }), h("div", { class: "skeleton-text" }, h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block narrow" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block wide" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block short bold" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block wide" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" })))))));
83
91
  }
@@ -82,20 +82,4 @@ ptc-link, ptc-square-card,
82
82
  text-decoration: underline;
83
83
  text-decoration-color: var(--color-green-07);
84
84
  outline: none;
85
- }
86
-
87
- .light {
88
- display: inline-block;
89
- background: rgba(0, 0, 0, 0.54);
90
- border-radius: 4px;
91
- padding: 0.5rem 0.75rem;
92
- padding: 0.25rem 1rem 0.5rem 0.75rem;
93
- cursor: pointer;
94
- position: relative;
95
- display: block;
96
- }
97
- .light:hover span {
98
- text-decoration: underline;
99
- text-decoration-color: var(--color-green-07);
100
- outline: none;
101
85
  }