@ptcwebops/ptcw-design 6.2.30-beta → 6.2.32-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/dist/cjs/{component-4dd13907.js → component-6a178a16.js} +1 -1
  2. package/dist/cjs/event-jumbotron-example.cjs.entry.js +148 -0
  3. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  4. package/dist/cjs/icon-asset.cjs.entry.js +65 -0
  5. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  6. package/dist/cjs/list-item.cjs.entry.js +48 -0
  7. package/dist/cjs/loader.cjs.js +1 -1
  8. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  9. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +47 -0
  10. package/dist/cjs/ptc-button.cjs.entry.js +87 -0
  11. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +156 -0
  12. package/dist/cjs/ptc-card-content.cjs.entry.js +76 -0
  13. package/dist/cjs/ptc-card_2.cjs.entry.js +4 -1
  14. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +275 -0
  16. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  19. package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-img.cjs.entry.js +133 -0
  21. package/dist/cjs/ptc-jumbotron.cjs.entry.js +1 -1
  22. package/dist/cjs/ptc-link.cjs.entry.js +87 -0
  23. package/dist/cjs/ptc-para.cjs.entry.js +127 -0
  24. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  25. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  26. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  27. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  29. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  30. package/dist/cjs/ptc-scroll-button.cjs.entry.js +136 -0
  31. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  32. package/dist/cjs/ptc-title.cjs.entry.js +152 -0
  33. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  34. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-white-paper.cjs.entry.js +1 -1
  36. package/dist/cjs/ptcw-design.cjs.js +1 -1
  37. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +13 -6
  38. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +9 -2
  39. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +13 -6
  40. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +13 -6
  41. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +13 -6
  42. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +13 -6
  43. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +13 -6
  44. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +13 -6
  45. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +255 -0
  46. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +3 -0
  47. package/dist/collection/components/ptc-product-card/ptc-product-card.css +13 -6
  48. package/dist/collection/components/ptc-product-category/ptc-product-category.css +13 -6
  49. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +13 -6
  50. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +13 -6
  51. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +13 -6
  52. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +13 -6
  53. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +13 -6
  54. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +13 -6
  55. package/dist/custom-elements/index.js +21 -18
  56. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  57. package/dist/esm/blog-detail-layout.entry.js +1 -1
  58. package/dist/esm/blogs-search-section.entry.js +1 -1
  59. package/dist/esm/{component-9c921cc6.js → component-80f298b4.js} +1 -1
  60. package/dist/esm/event-jumbotron-example.entry.js +144 -0
  61. package/dist/esm/featured-list.entry.js +1 -1
  62. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  63. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  64. package/dist/esm/icon-asset.entry.js +61 -0
  65. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  66. package/dist/esm/list-item.entry.js +44 -0
  67. package/dist/esm/loader.js +1 -1
  68. package/dist/esm/most-popular-news.entry.js +1 -1
  69. package/dist/esm/my-component.entry.js +1 -1
  70. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  71. package/dist/esm/ptc-background-video.entry.js +1 -1
  72. package/dist/esm/ptc-bio-card.entry.js +1 -1
  73. package/dist/esm/ptc-breadcrumb.entry.js +43 -0
  74. package/dist/esm/ptc-button.entry.js +83 -0
  75. package/dist/esm/ptc-card-bottom_2.entry.js +151 -0
  76. package/dist/esm/ptc-card-content.entry.js +72 -0
  77. package/dist/esm/ptc-card_2.entry.js +4 -1
  78. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  79. package/dist/esm/ptc-close-icon_2.entry.js +270 -0
  80. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  81. package/dist/esm/ptc-data-lookup.entry.js +1 -1
  82. package/dist/esm/ptc-featured-list.entry.js +1 -1
  83. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  84. package/dist/esm/ptc-form-checkbox_4.entry.js +2 -2
  85. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  86. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  87. package/dist/esm/ptc-icon-card.entry.js +1 -1
  88. package/dist/esm/ptc-img.entry.js +129 -0
  89. package/dist/esm/ptc-jumbotron.entry.js +1 -1
  90. package/dist/esm/ptc-link.entry.js +83 -0
  91. package/dist/esm/ptc-media-card.entry.js +1 -1
  92. package/dist/esm/ptc-para.entry.js +123 -0
  93. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  94. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  95. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  96. package/dist/esm/ptc-product-card.entry.js +1 -1
  97. package/dist/esm/ptc-product-category.entry.js +1 -1
  98. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  99. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  100. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  101. package/dist/esm/ptc-scroll-button.entry.js +132 -0
  102. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  103. package/dist/esm/ptc-spacer.entry.js +34 -0
  104. package/dist/esm/ptc-title.entry.js +148 -0
  105. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  106. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  107. package/dist/esm/ptc-white-paper.entry.js +1 -1
  108. package/dist/esm/ptcw-design.js +1 -1
  109. package/dist/esm/{utils-ff65c75b.js → utils-63eab4bd.js} +1 -1
  110. package/dist/ptcw-design/p-01075feb.entry.js +1 -0
  111. package/dist/ptcw-design/{p-b633cd89.entry.js → p-0b515839.entry.js} +1 -1
  112. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  113. package/dist/ptcw-design/p-0d223232.entry.js +1 -0
  114. package/dist/ptcw-design/p-1070f8a3.entry.js +1 -0
  115. package/dist/ptcw-design/{p-e0b873d0.entry.js → p-16e70f20.entry.js} +1 -1
  116. package/dist/ptcw-design/{p-ae970a60.entry.js → p-17f6e145.entry.js} +1 -1
  117. package/dist/ptcw-design/{p-3a011909.entry.js → p-21aa746d.entry.js} +1 -1
  118. package/dist/ptcw-design/p-25a25451.entry.js +1 -0
  119. package/dist/ptcw-design/{p-e4000363.entry.js → p-28be539b.entry.js} +1 -1
  120. package/dist/ptcw-design/{p-a3b57ede.entry.js → p-291072b4.entry.js} +1 -1
  121. package/dist/ptcw-design/p-32f64f48.entry.js +1 -0
  122. package/dist/ptcw-design/{p-20688186.entry.js → p-3dd0ded9.entry.js} +1 -1
  123. package/dist/ptcw-design/{p-aee8144b.entry.js → p-4055f4f7.entry.js} +1 -1
  124. package/dist/ptcw-design/p-43532800.entry.js +1 -0
  125. package/dist/ptcw-design/{p-85522932.entry.js → p-445329ed.entry.js} +1 -1
  126. package/dist/ptcw-design/{p-d9abe7e8.entry.js → p-48c33817.entry.js} +1 -1
  127. package/dist/ptcw-design/{p-e3f8e5d5.entry.js → p-49e54079.entry.js} +1 -1
  128. package/dist/ptcw-design/{p-2c6fc745.entry.js → p-4ee98a3e.entry.js} +1 -1
  129. package/dist/ptcw-design/{p-d10cb999.entry.js → p-627103d8.entry.js} +1 -1
  130. package/dist/ptcw-design/p-67c248ec.entry.js +1 -0
  131. package/dist/ptcw-design/{p-c95f423e.entry.js → p-6a3caf2b.entry.js} +1 -1
  132. package/dist/ptcw-design/{p-7a9611b4.entry.js → p-6f5fecae.entry.js} +1 -1
  133. package/dist/ptcw-design/p-75390f63.entry.js +1 -0
  134. package/dist/ptcw-design/p-7793babb.entry.js +1 -0
  135. package/dist/ptcw-design/{p-8872161f.js → p-77b1221e.js} +1 -1
  136. package/dist/ptcw-design/p-7fe4d383.entry.js +1 -0
  137. package/dist/ptcw-design/{p-c37a3bd2.entry.js → p-821f0ff9.entry.js} +1 -1
  138. package/dist/ptcw-design/p-92d22c78.entry.js +1 -0
  139. package/dist/ptcw-design/{p-bc62cf59.entry.js → p-94b8b3fe.entry.js} +1 -1
  140. package/dist/ptcw-design/p-9501995f.entry.js +1 -0
  141. package/dist/ptcw-design/p-99355e65.entry.js +1 -0
  142. package/dist/ptcw-design/p-ad718ee1.entry.js +1 -0
  143. package/dist/ptcw-design/p-b651c1cb.entry.js +1 -0
  144. package/dist/ptcw-design/p-b8ee8699.entry.js +1 -0
  145. package/dist/ptcw-design/p-baff4d44.entry.js +1 -0
  146. package/dist/ptcw-design/p-bd6af63e.entry.js +1 -0
  147. package/dist/ptcw-design/p-bf18b622.entry.js +1 -0
  148. package/dist/ptcw-design/{p-1b257420.entry.js → p-c01ea76f.entry.js} +1 -1
  149. package/dist/ptcw-design/{p-6d3326da.entry.js → p-cbee4653.entry.js} +1 -1
  150. package/dist/ptcw-design/{p-c66b8926.entry.js → p-d3229458.entry.js} +1 -1
  151. package/dist/ptcw-design/{p-a5c2584e.entry.js → p-d361afd1.entry.js} +1 -1
  152. package/dist/ptcw-design/p-d3e2a446.entry.js +1 -0
  153. package/dist/ptcw-design/{p-076a1178.entry.js → p-d73cc053.entry.js} +1 -1
  154. package/dist/ptcw-design/p-e2a935fa.entry.js +1 -0
  155. package/dist/ptcw-design/{p-da82dc93.entry.js → p-e577ad62.entry.js} +1 -1
  156. package/dist/ptcw-design/p-e6a272d9.entry.js +1 -0
  157. package/dist/ptcw-design/{p-1118ed9e.entry.js → p-e8e39b10.entry.js} +1 -1
  158. package/dist/ptcw-design/{p-808ec62a.entry.js → p-eec2f3da.entry.js} +1 -1
  159. package/dist/ptcw-design/{p-36007a57.entry.js → p-fd394e84.entry.js} +1 -1
  160. package/dist/ptcw-design/p-fe40421e.entry.js +1 -0
  161. package/dist/ptcw-design/ptcw-design.css +1 -1
  162. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  163. package/package.json +1 -1
  164. package/readme.md +1 -1
  165. package/dist/cjs/event-jumbotron-example_15.cjs.entry.js +0 -1433
  166. package/dist/cjs/ptc-card-bottom.cjs.entry.js +0 -67
  167. package/dist/esm/event-jumbotron-example_15.entry.js +0 -1415
  168. package/dist/esm/ptc-card-bottom.entry.js +0 -63
  169. package/dist/ptcw-design/p-18c567cb.entry.js +0 -1
  170. package/dist/ptcw-design/p-275963f5.entry.js +0 -1
  171. package/dist/ptcw-design/p-3377162c.entry.js +0 -1
  172. package/dist/ptcw-design/p-3860e022.entry.js +0 -1
  173. package/dist/ptcw-design/p-5764bb89.entry.js +0 -1
  174. package/dist/ptcw-design/p-5a0dabad.entry.js +0 -1
  175. package/dist/ptcw-design/p-672722b1.entry.js +0 -1
  176. package/dist/ptcw-design/p-7f4e4bdc.entry.js +0 -1
  177. package/dist/ptcw-design/p-9fe0c27d.entry.js +0 -1
  178. package/dist/ptcw-design/p-d899dd7c.entry.js +0 -1
  179. package/dist/ptcw-design/p-f29df451.entry.js +0 -1
  180. package/dist/ptcw-design/p-fa6edf0f.entry.js +0 -1
  181. /package/dist/ptcw-design/{p-bcab66bf.js → p-672a349f.js} +0 -0
@@ -1163,7 +1163,7 @@ ptc-nav-submenu:focus-visible, ptc-nav-submenu:focus {
1163
1163
  outline: 5px solid var(--keyboard-nav-outline);
1164
1164
  }
1165
1165
 
1166
- a:not(.vjs-social-share-links a) {
1166
+ a {
1167
1167
  font-family: var(--ptc-font-latin);
1168
1168
  font-style: var(--ptc-font-style-normal);
1169
1169
  text-decoration-line: underline;
@@ -1171,21 +1171,21 @@ a:not(.vjs-social-share-links a) {
1171
1171
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
1172
1172
  font-weight: var(--ptc-font-weight-bold);
1173
1173
  }
1174
- a:not(.vjs-social-share-links a):visited {
1174
+ a:visited {
1175
1175
  color: var(--color-blue-10);
1176
1176
  }
1177
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
1177
+ a:active, a:visited:active {
1178
1178
  transition: none;
1179
1179
  color: var(--color-blue-09);
1180
1180
  }
1181
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
1181
+ a:hover, a:visited:hover {
1182
1182
  color: var(--color-blue-08);
1183
1183
  }
1184
- a:not(.vjs-social-share-links a).disabled {
1184
+ a.disabled {
1185
1185
  color: var(--color-gray-04) !important;
1186
1186
  cursor: not-allowed;
1187
1187
  }
1188
- a:not(.vjs-social-share-links a):focus-visible {
1188
+ a:focus-visible {
1189
1189
  outline: 5px solid #003DD6 !important;
1190
1190
  outline-offset: 0px !important;
1191
1191
  border-radius: var(--ptc-border-radius-standard);
@@ -1268,6 +1268,13 @@ a:not(.vjs-social-share-links a):focus-visible {
1268
1268
  color: var(--color-green-06);
1269
1269
  }
1270
1270
 
1271
+ .vjs-social-share-links a {
1272
+ color: var(--color-white);
1273
+ }
1274
+ .vjs-social-share-links a:hover {
1275
+ color: var(--color-white);
1276
+ }
1277
+
1271
1278
  :host {
1272
1279
  display: block;
1273
1280
  }
@@ -5574,7 +5574,7 @@ Credits to Dave Berning
5574
5574
  background-color: var(--color-gray-06);
5575
5575
  }
5576
5576
 
5577
- a:not(.vjs-social-share-links a) {
5577
+ a {
5578
5578
  font-family: var(--ptc-font-latin);
5579
5579
  font-style: var(--ptc-font-style-normal);
5580
5580
  text-decoration-line: underline;
@@ -5582,21 +5582,21 @@ a:not(.vjs-social-share-links a) {
5582
5582
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
5583
5583
  font-weight: var(--ptc-font-weight-bold);
5584
5584
  }
5585
- a:not(.vjs-social-share-links a):visited {
5585
+ a:visited {
5586
5586
  color: var(--color-blue-10);
5587
5587
  }
5588
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
5588
+ a:active, a:visited:active {
5589
5589
  transition: none;
5590
5590
  color: var(--color-blue-09);
5591
5591
  }
5592
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
5592
+ a:hover, a:visited:hover {
5593
5593
  color: var(--color-blue-08);
5594
5594
  }
5595
- a:not(.vjs-social-share-links a).disabled {
5595
+ a.disabled {
5596
5596
  color: var(--color-gray-04) !important;
5597
5597
  cursor: not-allowed;
5598
5598
  }
5599
- a:not(.vjs-social-share-links a):focus-visible {
5599
+ a:focus-visible {
5600
5600
  outline: 5px solid #003DD6 !important;
5601
5601
  outline-offset: 0px !important;
5602
5602
  border-radius: var(--ptc-border-radius-standard);
@@ -5679,6 +5679,13 @@ a:not(.vjs-social-share-links 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;
@@ -2899,6 +2899,261 @@ ptc-link, ptc-square-card,
2899
2899
  height: 26px;
2900
2900
  }
2901
2901
 
2902
+ .preloader-ppc-embedded-form {
2903
+ background: var(--Gray-3, #BEC6CA);
2904
+ }
2905
+ .preloader-ppc-embedded-form .form-block-2 {
2906
+ border-radius: 4px;
2907
+ background: #FFF;
2908
+ margin-bottom: 111px;
2909
+ height: 533px;
2910
+ width: 336px;
2911
+ flex-shrink: 0;
2912
+ }
2913
+ @media only screen and (min-width: 360px) {
2914
+ .preloader-ppc-embedded-form .form-block-2 {
2915
+ width: 338px;
2916
+ }
2917
+ }
2918
+ @media only screen and (min-width: 768px) {
2919
+ .preloader-ppc-embedded-form .form-block-2 {
2920
+ margin-bottom: 88px;
2921
+ }
2922
+ }
2923
+ @media only screen and (min-width: 992px) {
2924
+ .preloader-ppc-embedded-form .form-block-2 {
2925
+ margin-bottom: 90px;
2926
+ }
2927
+ }
2928
+ .preloader-ppc-embedded-form .is-grid {
2929
+ grid-row-gap: 0px;
2930
+ }
2931
+ .preloader-ppc-embedded-form .grid-1 {
2932
+ padding-top: 91px;
2933
+ justify-self: center;
2934
+ }
2935
+ @media only screen and (min-width: 992px) {
2936
+ .preloader-ppc-embedded-form .grid-1 {
2937
+ padding-top: 94px;
2938
+ justify-self: normal;
2939
+ }
2940
+ }
2941
+ @media only screen and (min-width: 768px) {
2942
+ .preloader-ppc-embedded-form .grid-1 {
2943
+ padding-top: 94px;
2944
+ }
2945
+ }
2946
+ @media only screen and (min-width: 360px) {
2947
+ .preloader-ppc-embedded-form .grid-1 {
2948
+ padding-top: 71px;
2949
+ }
2950
+ }
2951
+ .preloader-ppc-embedded-form .skeleton {
2952
+ padding: 0px;
2953
+ }
2954
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.very-bold {
2955
+ margin-bottom: 12px;
2956
+ height: 40px;
2957
+ }
2958
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
2959
+ width: 308px;
2960
+ }
2961
+ @media only screen and (min-width: 480px) {
2962
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
2963
+ width: 354px;
2964
+ }
2965
+ }
2966
+ @media only screen and (min-width: 768px) {
2967
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
2968
+ width: 399px;
2969
+ }
2970
+ }
2971
+ @media only screen and (min-width: 1200px) {
2972
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
2973
+ width: 468px;
2974
+ }
2975
+ }
2976
+ @media only screen and (min-width: 1440px) {
2977
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
2978
+ width: 494px;
2979
+ }
2980
+ }
2981
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
2982
+ width: 263px;
2983
+ margin-bottom: 21px;
2984
+ }
2985
+ @media only screen and (min-width: 480px) {
2986
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
2987
+ width: 302px;
2988
+ }
2989
+ }
2990
+ @media only screen and (min-width: 768px) {
2991
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
2992
+ width: 341px;
2993
+ }
2994
+ }
2995
+ @media only screen and (min-width: 1200px) {
2996
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
2997
+ width: 400px;
2998
+ }
2999
+ }
3000
+ @media only screen and (min-width: 1440px) {
3001
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
3002
+ width: 422px;
3003
+ }
3004
+ }
3005
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
3006
+ width: 290px;
3007
+ }
3008
+ @media only screen and (min-width: 480px) {
3009
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
3010
+ width: 333px;
3011
+ }
3012
+ }
3013
+ @media only screen and (min-width: 768px) {
3014
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
3015
+ width: 376px;
3016
+ }
3017
+ }
3018
+ @media only screen and (min-width: 1200px) {
3019
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
3020
+ width: 440px;
3021
+ }
3022
+ }
3023
+ @media only screen and (min-width: 1440px) {
3024
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
3025
+ width: 465px;
3026
+ }
3027
+ }
3028
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
3029
+ width: 312px;
3030
+ }
3031
+ @media only screen and (min-width: 480px) {
3032
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
3033
+ width: 358px;
3034
+ }
3035
+ }
3036
+ @media only screen and (min-width: 768px) {
3037
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
3038
+ width: 404px;
3039
+ }
3040
+ }
3041
+ @media only screen and (min-width: 1200px) {
3042
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
3043
+ width: 473px;
3044
+ }
3045
+ }
3046
+ @media only screen and (min-width: 1440px) {
3047
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
3048
+ width: 500px;
3049
+ }
3050
+ }
3051
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
3052
+ width: 299px;
3053
+ }
3054
+ @media only screen and (min-width: 480px) {
3055
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
3056
+ width: 343px;
3057
+ }
3058
+ }
3059
+ @media only screen and (min-width: 768px) {
3060
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
3061
+ width: 387px;
3062
+ }
3063
+ }
3064
+ @media only screen and (min-width: 1200px) {
3065
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
3066
+ width: 453px;
3067
+ }
3068
+ }
3069
+ @media only screen and (min-width: 1440px) {
3070
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
3071
+ width: 478px;
3072
+ }
3073
+ }
3074
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
3075
+ width: 301px;
3076
+ }
3077
+ @media only screen and (min-width: 480px) {
3078
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
3079
+ width: 346px;
3080
+ }
3081
+ }
3082
+ @media only screen and (min-width: 768px) {
3083
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
3084
+ width: 391px;
3085
+ }
3086
+ }
3087
+ @media only screen and (min-width: 1200px) {
3088
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
3089
+ width: 458px;
3090
+ }
3091
+ }
3092
+ @media only screen and (min-width: 1440px) {
3093
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
3094
+ width: 484px;
3095
+ }
3096
+ }
3097
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
3098
+ width: 182px;
3099
+ margin-bottom: 40px;
3100
+ }
3101
+ @media only screen and (min-width: 480px) {
3102
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
3103
+ width: 209px;
3104
+ }
3105
+ }
3106
+ @media only screen and (min-width: 768px) {
3107
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
3108
+ width: 236px;
3109
+ }
3110
+ }
3111
+ @media only screen and (min-width: 1200px) {
3112
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
3113
+ width: 276px;
3114
+ }
3115
+ }
3116
+ @media only screen and (min-width: 1440px) {
3117
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
3118
+ width: 291px;
3119
+ }
3120
+ }
3121
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
3122
+ width: 91px;
3123
+ margin-bottom: 48px;
3124
+ }
3125
+ @media only screen and (min-width: 480px) {
3126
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
3127
+ width: 105px;
3128
+ }
3129
+ }
3130
+ @media only screen and (min-width: 768px) {
3131
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
3132
+ width: 118px;
3133
+ }
3134
+ }
3135
+ @media only screen and (min-width: 1200px) {
3136
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
3137
+ width: 138px;
3138
+ }
3139
+ }
3140
+ @media only screen and (min-width: 1440px) {
3141
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
3142
+ width: 146px;
3143
+ }
3144
+ }
3145
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.thin {
3146
+ height: 24px;
3147
+ }
3148
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.thinner {
3149
+ height: 18px;
3150
+ }
3151
+ .preloader-ppc-embedded-form .skeleton .skeleton-block.block-2 {
3152
+ height: 418px;
3153
+ width: auto;
3154
+ margin-top: 44px;
3155
+ }
3156
+
2902
3157
  @keyframes pulse {
2903
3158
  0% {
2904
3159
  opacity: 0.5;
@@ -87,6 +87,9 @@ export class PtcPreloaderSection {
87
87
  case 'resource-center': {
88
88
  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" })))))))));
89
89
  }
90
+ case 'ppc-embedded-form-skeleton': {
91
+ return (h("div", { class: "preloader-wrapper preloader-ppc-embedded-form" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid 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 very-bold 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 line-5" }), h("div", { class: "skeleton-block thin line-6" }), h("div", { class: "skeleton-block thin line-7" }), h("div", { class: "skeleton-block thin line-3" }), h("div", { class: "skeleton-block thin line-4" }), h("div", { class: "skeleton-block thin line-5" }), h("div", { class: "skeleton-block thin line-8" }))), 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" })))));
92
+ }
90
93
  default:
91
94
  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" })))))));
92
95
  }
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  display: block;
164
171
  background-color: var(--color-white);
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  display: block;
164
171
  padding-bottom: var(--ptc-layout-spacing-03);
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  max-width: 300px;
164
171
  display: block;
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  display: block;
164
171
  }
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host {
163
170
  display: block;
164
171
  }
@@ -54,7 +54,7 @@ ptc-link, ptc-square-card,
54
54
  }
55
55
  }
56
56
 
57
- a:not(.vjs-social-share-links a) {
57
+ a {
58
58
  font-family: var(--ptc-font-latin);
59
59
  font-style: var(--ptc-font-style-normal);
60
60
  text-decoration-line: underline;
@@ -62,21 +62,21 @@ a:not(.vjs-social-share-links a) {
62
62
  transition: color var(--ptc-transition-medium) var(--ptc-ease-out);
63
63
  font-weight: var(--ptc-font-weight-bold);
64
64
  }
65
- a:not(.vjs-social-share-links a):visited {
65
+ a:visited {
66
66
  color: var(--color-blue-10);
67
67
  }
68
- a:not(.vjs-social-share-links a):active, a:not(.vjs-social-share-links a):visited:active {
68
+ a:active, a:visited:active {
69
69
  transition: none;
70
70
  color: var(--color-blue-09);
71
71
  }
72
- a:not(.vjs-social-share-links a):hover, a:not(.vjs-social-share-links a):visited:hover {
72
+ a:hover, a:visited:hover {
73
73
  color: var(--color-blue-08);
74
74
  }
75
- a:not(.vjs-social-share-links a).disabled {
75
+ a.disabled {
76
76
  color: var(--color-gray-04) !important;
77
77
  cursor: not-allowed;
78
78
  }
79
- a:not(.vjs-social-share-links a):focus-visible {
79
+ a:focus-visible {
80
80
  outline: 5px solid #003DD6 !important;
81
81
  outline-offset: 0px !important;
82
82
  border-radius: var(--ptc-border-radius-standard);
@@ -159,6 +159,13 @@ a:not(.vjs-social-share-links a):focus-visible {
159
159
  color: var(--color-green-06);
160
160
  }
161
161
 
162
+ .vjs-social-share-links a {
163
+ color: var(--color-white);
164
+ }
165
+ .vjs-social-share-links a:hover {
166
+ color: var(--color-white);
167
+ }
168
+
162
169
  :host(.block) {
163
170
  display: block;
164
171
  }