@ptcwebops/ptcw-design 0.8.4 → 0.8.7

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 (233) hide show
  1. package/dist/cjs/dropdown-item.cjs.entry.js +1 -1
  2. package/dist/cjs/icon-asset.cjs.entry.js +2 -2
  3. package/dist/cjs/{index-8745a0a3.js → index-c27e52b2.js} +39 -1
  4. package/dist/cjs/list-item.cjs.entry.js +1 -1
  5. package/dist/cjs/loader.cjs.js +4 -3
  6. package/dist/cjs/lottie-player.cjs.entry.js +16369 -13058
  7. package/dist/cjs/max-width-container.cjs.entry.js +40 -0
  8. package/dist/cjs/my-component.cjs.entry.js +1 -1
  9. package/dist/cjs/ptc-accordion-item.cjs.entry.js +1 -1
  10. package/dist/cjs/ptc-accordion.cjs.entry.js +1 -1
  11. package/dist/cjs/ptc-announcement.cjs.entry.js +1 -2
  12. package/dist/cjs/ptc-background-video.cjs.entry.js +27 -0
  13. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +1 -1
  14. package/dist/cjs/ptc-button.cjs.entry.js +1 -2
  15. package/dist/cjs/ptc-card-bottom.cjs.entry.js +2 -2
  16. package/dist/cjs/ptc-card-content.cjs.entry.js +12 -2
  17. package/dist/cjs/ptc-card-wrapper.cjs.entry.js +35 -2
  18. package/dist/cjs/ptc-card_6.cjs.entry.js +3 -16
  19. package/dist/cjs/ptc-checkbox.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-collapse-list.cjs.entry.js +1 -1
  21. package/dist/cjs/ptc-container.cjs.entry.js +1 -1
  22. package/dist/cjs/ptc-dropdown.cjs.entry.js +1 -1
  23. package/dist/cjs/ptc-dynamic-card.cjs.entry.js +1 -2
  24. package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +1 -1
  25. package/dist/cjs/ptc-filter-tag.cjs.entry.js +1 -1
  26. package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +1 -1
  27. package/dist/cjs/ptc-hero.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-icon-list.cjs.entry.js +1 -1
  29. package/dist/cjs/ptc-icon-minimize.cjs.entry.js +1 -1
  30. package/dist/cjs/ptc-link.cjs.entry.js +1 -1
  31. package/dist/cjs/ptc-list.cjs.entry.js +1 -2
  32. package/dist/cjs/ptc-lottie.cjs.entry.js +1 -1
  33. package/dist/cjs/ptc-media-card.cjs.entry.js +1 -1
  34. package/dist/cjs/ptc-minimized-footer.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-minimized-header.cjs.entry.js +1 -1
  36. package/dist/cjs/ptc-mobile-select.cjs.entry.js +422 -717
  37. package/dist/cjs/ptc-modal.cjs.entry.js +1 -1
  38. package/dist/cjs/ptc-overlay.cjs.entry.js +6 -3
  39. package/dist/cjs/ptc-pagenation.cjs.entry.js +1 -1
  40. package/dist/cjs/ptc-previous-url.cjs.entry.js +1 -1
  41. package/dist/cjs/ptc-pricing-block.cjs.entry.js +1 -1
  42. package/dist/cjs/ptc-quote.cjs.entry.js +1 -1
  43. package/dist/cjs/ptc-readmore_2.cjs.entry.js +51 -7
  44. package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +1 -1
  45. package/dist/cjs/ptc-shopping-cart.cjs.entry.js +1 -1
  46. package/dist/cjs/ptc-social-share.cjs.entry.js +1 -1
  47. package/dist/cjs/ptc-span.cjs.entry.js +1 -1
  48. package/dist/cjs/ptc-sticky-icons.cjs.entry.js +1 -1
  49. package/dist/cjs/ptc-svg-btn.cjs.entry.js +1 -1
  50. package/dist/cjs/ptc-tab-list.cjs.entry.js +1 -1
  51. package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +9 -4
  52. package/dist/cjs/ptc-title.cjs.entry.js +6 -4
  53. package/dist/cjs/ptc-two-column-media.cjs.entry.js +1 -1
  54. package/dist/cjs/ptcw-design.cjs.js +7 -3
  55. package/dist/cjs/tab-content.cjs.entry.js +1 -1
  56. package/dist/cjs/tab-header.cjs.entry.js +1 -1
  57. package/dist/collection/collection-manifest.json +4 -2
  58. package/dist/collection/components/icon-asset/icon-asset.css +2 -2
  59. package/dist/collection/components/max-width-container/max-width-container.css +7 -0
  60. package/dist/collection/components/max-width-container/max-width-container.js +80 -0
  61. package/dist/collection/components/ptc-announcement/ptc-announcement.js +0 -1
  62. package/dist/collection/components/ptc-background-video/ptc-background-video.css +50 -0
  63. package/dist/collection/components/ptc-background-video/ptc-background-video.js +102 -0
  64. package/dist/collection/components/ptc-button/ptc-button.js +0 -1
  65. package/dist/collection/components/ptc-card/ptc-card.css +1 -1
  66. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.css +11 -1
  67. package/dist/collection/components/ptc-card-content/ptc-card-content.css +10 -2
  68. package/dist/collection/components/ptc-card-content/ptc-card-content.js +49 -0
  69. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +43 -1
  70. package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.js +0 -1
  71. package/dist/collection/components/ptc-img/ptc-img.js +0 -3
  72. package/dist/collection/components/ptc-list/ptc-list.js +0 -1
  73. package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.css +41 -32
  74. package/dist/collection/components/ptc-overlay/ptc-overlay.css +4 -0
  75. package/dist/collection/components/ptc-overlay/ptc-overlay.js +29 -3
  76. package/dist/collection/components/ptc-para/ptc-para.js +0 -8
  77. package/dist/collection/components/ptc-picture/ptc-picture.js +0 -2
  78. package/dist/collection/components/ptc-readmore/ptc-readmore.css +58 -3
  79. package/dist/collection/components/ptc-readmore/ptc-readmore.js +153 -5
  80. package/dist/collection/components/ptc-spacer/ptc-spacer.css +1 -1
  81. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.css +153 -2
  82. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.js +45 -4
  83. package/dist/collection/components/ptc-title/ptc-title.css +15 -9
  84. package/dist/collection/components/ptc-title/ptc-title.js +24 -5
  85. package/dist/collection/components/ptc-tooltip/ptc-tooltip.css +10 -0
  86. package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +54 -3
  87. package/dist/custom-elements/index.d.ts +12 -0
  88. package/dist/custom-elements/index.js +17120 -13975
  89. package/dist/esm/dropdown-item.entry.js +1 -1
  90. package/dist/esm/icon-asset.entry.js +2 -2
  91. package/dist/esm/{index-0c73b51e.js → index-40bc29fc.js} +39 -2
  92. package/dist/esm/list-item.entry.js +1 -1
  93. package/dist/esm/loader.js +4 -3
  94. package/dist/esm/lottie-player.entry.js +16369 -13058
  95. package/dist/esm/max-width-container.entry.js +36 -0
  96. package/dist/esm/my-component.entry.js +1 -1
  97. package/dist/esm/polyfills/css-shim.js +1 -1
  98. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  99. package/dist/esm/ptc-accordion.entry.js +1 -1
  100. package/dist/esm/ptc-announcement.entry.js +1 -2
  101. package/dist/esm/ptc-background-video.entry.js +23 -0
  102. package/dist/esm/ptc-breadcrumb.entry.js +1 -1
  103. package/dist/esm/ptc-button.entry.js +1 -2
  104. package/dist/esm/ptc-card-bottom.entry.js +2 -2
  105. package/dist/esm/ptc-card-content.entry.js +12 -2
  106. package/dist/esm/ptc-card-wrapper.entry.js +35 -2
  107. package/dist/esm/ptc-card_6.entry.js +3 -16
  108. package/dist/esm/ptc-checkbox.entry.js +1 -1
  109. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  110. package/dist/esm/ptc-container.entry.js +1 -1
  111. package/dist/esm/ptc-dropdown.entry.js +1 -1
  112. package/dist/esm/ptc-dynamic-card.entry.js +1 -2
  113. package/dist/esm/ptc-ellipsis-dropdown.entry.js +1 -1
  114. package/dist/esm/ptc-filter-tag.entry.js +1 -1
  115. package/dist/esm/ptc-hero-footer-cta.entry.js +1 -1
  116. package/dist/esm/ptc-hero.entry.js +1 -1
  117. package/dist/esm/ptc-icon-list.entry.js +1 -1
  118. package/dist/esm/ptc-icon-minimize.entry.js +1 -1
  119. package/dist/esm/ptc-link.entry.js +1 -1
  120. package/dist/esm/ptc-list.entry.js +1 -2
  121. package/dist/esm/ptc-lottie.entry.js +1 -1
  122. package/dist/esm/ptc-media-card.entry.js +1 -1
  123. package/dist/esm/ptc-minimized-footer.entry.js +1 -1
  124. package/dist/esm/ptc-minimized-header.entry.js +1 -1
  125. package/dist/esm/ptc-mobile-select.entry.js +423 -718
  126. package/dist/esm/ptc-modal.entry.js +1 -1
  127. package/dist/esm/ptc-overlay.entry.js +6 -3
  128. package/dist/esm/ptc-pagenation.entry.js +1 -1
  129. package/dist/esm/ptc-previous-url.entry.js +1 -1
  130. package/dist/esm/ptc-pricing-block.entry.js +1 -1
  131. package/dist/esm/ptc-quote.entry.js +1 -1
  132. package/dist/esm/ptc-readmore_2.entry.js +51 -7
  133. package/dist/esm/ptc-responsive-wrapper.entry.js +1 -1
  134. package/dist/esm/ptc-shopping-cart.entry.js +1 -1
  135. package/dist/esm/ptc-social-share.entry.js +1 -1
  136. package/dist/esm/ptc-span.entry.js +1 -1
  137. package/dist/esm/ptc-sticky-icons.entry.js +1 -1
  138. package/dist/esm/ptc-svg-btn.entry.js +1 -1
  139. package/dist/esm/ptc-tab-list.entry.js +1 -1
  140. package/dist/esm/ptc-text-copy-with-background.entry.js +9 -4
  141. package/dist/esm/ptc-title.entry.js +6 -4
  142. package/dist/esm/ptc-two-column-media.entry.js +1 -1
  143. package/dist/esm/ptcw-design.js +4 -3
  144. package/dist/esm/tab-content.entry.js +1 -1
  145. package/dist/esm/tab-header.entry.js +1 -1
  146. package/dist/ptcw-design/{p-1964f1f4.entry.js → p-001a0b9f.entry.js} +1 -1
  147. package/dist/ptcw-design/{p-14d6a40c.entry.js → p-0099616c.entry.js} +1 -1
  148. package/dist/ptcw-design/{p-2bd6743a.entry.js → p-013f5355.entry.js} +1 -1
  149. package/dist/ptcw-design/p-048502c2.entry.js +1 -0
  150. package/dist/ptcw-design/{p-f2cb8bc4.entry.js → p-049964f4.entry.js} +1 -1
  151. package/dist/ptcw-design/{p-c4e20f99.entry.js → p-0f937cff.entry.js} +1 -1
  152. package/dist/ptcw-design/{p-8637cefc.entry.js → p-13b0d8c3.entry.js} +1 -1
  153. package/dist/ptcw-design/{p-e6ce8733.entry.js → p-159d9a80.entry.js} +1 -1
  154. package/dist/ptcw-design/{p-97e00dfa.entry.js → p-1def8f3c.entry.js} +1 -1
  155. package/dist/ptcw-design/{p-29f3c478.entry.js → p-1e92301d.entry.js} +1 -1
  156. package/dist/ptcw-design/p-2ac518f1.entry.js +1 -0
  157. package/dist/ptcw-design/{p-8bb41e7c.entry.js → p-2cc97b88.entry.js} +1 -1
  158. package/dist/ptcw-design/{p-2aeb4687.entry.js → p-2de0f980.entry.js} +1 -1
  159. package/dist/ptcw-design/{p-d56b953e.entry.js → p-2eb5ef88.entry.js} +1 -1
  160. package/dist/ptcw-design/{p-82fc0608.entry.js → p-30007bf3.entry.js} +1 -1
  161. package/dist/ptcw-design/{p-82472007.entry.js → p-31fbba12.entry.js} +1 -1
  162. package/dist/ptcw-design/{p-e75dc9f4.entry.js → p-31ffd030.entry.js} +1 -1
  163. package/dist/ptcw-design/{p-adcc9906.entry.js → p-329cc205.entry.js} +1 -1
  164. package/dist/ptcw-design/{p-4da43d5f.entry.js → p-34db9e46.entry.js} +1 -1
  165. package/dist/ptcw-design/p-446df289.entry.js +1 -0
  166. package/dist/ptcw-design/p-450e9eb0.entry.js +1 -0
  167. package/dist/ptcw-design/p-47d601fc.entry.js +1 -0
  168. package/dist/ptcw-design/{p-6131b9a1.entry.js → p-50c88717.entry.js} +1 -1
  169. package/dist/ptcw-design/{p-5bb7354a.entry.js → p-51db2e2e.entry.js} +1 -1
  170. package/dist/ptcw-design/{p-a749c353.entry.js → p-586d9c9d.entry.js} +1 -1
  171. package/dist/ptcw-design/{p-00c1343b.entry.js → p-5c295f08.entry.js} +1 -1
  172. package/dist/ptcw-design/{p-867c711f.entry.js → p-5dc89a74.entry.js} +1 -1
  173. package/dist/ptcw-design/{p-c3f73953.entry.js → p-62cabff9.entry.js} +1 -1
  174. package/dist/ptcw-design/{p-1b0d15aa.entry.js → p-63fab352.entry.js} +1 -1
  175. package/dist/ptcw-design/{p-6065a1d1.entry.js → p-673121e2.entry.js} +1 -1
  176. package/dist/ptcw-design/p-67a9ed01.entry.js +1 -0
  177. package/dist/ptcw-design/p-8b5e393e.entry.js +1 -0
  178. package/dist/ptcw-design/p-8d48362b.entry.js +1 -0
  179. package/dist/ptcw-design/{p-0aa91ac2.entry.js → p-9024a899.entry.js} +1 -1
  180. package/dist/ptcw-design/p-91512aeb.entry.js +1 -0
  181. package/dist/ptcw-design/{p-3f85b469.entry.js → p-96883fd7.entry.js} +1 -1
  182. package/dist/ptcw-design/p-9fb2ab8c.js +2 -0
  183. package/dist/ptcw-design/p-a5f20c41.entry.js +1 -0
  184. package/dist/ptcw-design/p-a7f07147.entry.js +1 -0
  185. package/dist/ptcw-design/p-b4d92914.entry.js +1 -0
  186. package/dist/ptcw-design/{p-88e1778e.entry.js → p-bc0181f3.entry.js} +1 -1
  187. package/dist/ptcw-design/p-c2275f57.entry.js +1 -0
  188. package/dist/ptcw-design/{p-a05fe3d0.entry.js → p-c325283e.entry.js} +1 -1
  189. package/dist/ptcw-design/{p-482a8bc9.entry.js → p-c3621686.entry.js} +1 -1
  190. package/dist/ptcw-design/p-c693e1c5.entry.js +1 -0
  191. package/dist/ptcw-design/{p-1aa4d596.entry.js → p-c7247cc9.entry.js} +1 -1
  192. package/dist/ptcw-design/{p-8808ecc8.entry.js → p-ce3627b8.entry.js} +1 -1
  193. package/dist/ptcw-design/{p-e87bc2cd.entry.js → p-d24446b2.entry.js} +1 -1
  194. package/dist/ptcw-design/{p-8bb7da0b.entry.js → p-d625bb90.entry.js} +1 -1
  195. package/dist/ptcw-design/{p-60843852.entry.js → p-dcf0d341.entry.js} +1 -1
  196. package/dist/ptcw-design/{p-c4107b5d.entry.js → p-de6b444f.entry.js} +1 -1
  197. package/dist/ptcw-design/{p-afea5c1f.entry.js → p-e353a8e8.entry.js} +1 -1
  198. package/dist/ptcw-design/{p-36a453d4.entry.js → p-e66a28aa.entry.js} +1 -1
  199. package/dist/ptcw-design/{p-21e27f2b.entry.js → p-fed5edd3.entry.js} +1 -1
  200. package/dist/ptcw-design/ptcw-design.css +1 -1
  201. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  202. package/dist/types/components/max-width-container/max-width-container.d.ts +9 -0
  203. package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +26 -0
  204. package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +2 -0
  205. package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +5 -0
  206. package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +2 -1
  207. package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +1 -1
  208. package/dist/types/components/ptc-readmore/ptc-readmore.d.ts +31 -2
  209. package/dist/types/components/ptc-text-copy-with-background/ptc-text-copy-with-background.d.ts +9 -1
  210. package/dist/types/components/ptc-title/ptc-title.d.ts +7 -3
  211. package/dist/types/components/ptc-tooltip/ptc-tooltip.d.ts +4 -0
  212. package/dist/types/components.d.ts +194 -9
  213. package/dist/types/stencil-public-runtime.d.ts +48 -3
  214. package/dist/types/utils/interfaces.d.ts +2 -2
  215. package/loader/index.d.ts +9 -0
  216. package/package.json +1 -1
  217. package/readme.md +10 -2
  218. package/dist/cjs/_commonjsHelpers-119ffc74.js +0 -17
  219. package/dist/esm/_commonjsHelpers-8b28c6fa.js +0 -15
  220. package/dist/ptcw-design/p-009001dc.js +0 -2
  221. package/dist/ptcw-design/p-0a825561.entry.js +0 -1
  222. package/dist/ptcw-design/p-2ca0340b.entry.js +0 -1
  223. package/dist/ptcw-design/p-2dcea9db.entry.js +0 -1
  224. package/dist/ptcw-design/p-4c1164d8.entry.js +0 -1
  225. package/dist/ptcw-design/p-556dcafb.entry.js +0 -1
  226. package/dist/ptcw-design/p-557e8e2a.entry.js +0 -1
  227. package/dist/ptcw-design/p-67af0abd.entry.js +0 -1
  228. package/dist/ptcw-design/p-ac9c4ba2.entry.js +0 -1
  229. package/dist/ptcw-design/p-b68038b5.js +0 -1
  230. package/dist/ptcw-design/p-c095d100.entry.js +0 -7
  231. package/dist/ptcw-design/p-ca9efc42.entry.js +0 -1
  232. package/dist/ptcw-design/p-cf500bc9.entry.js +0 -1
  233. package/dist/ptcw-design/p-f9694131.entry.js +0 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcFilterTagCss = ".ptc-filter-tag{display:block;cursor:pointer;position:relative;margin:0.25rem}.ptc-filter-tag.bubble{display:inline-block;color:var(--color-gray-10);font-family:Raleway;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:left;align-items:center;transition:border-color ease-out 250ms;border:1px solid var(--color-gray-05);border-radius:999px;padding:0.375rem 1.875rem 0.375rem 0.875rem;background:var(--color-white)}.ptc-filter-tag.bubble:hover{border:1px solid var(--color-gray-12)}.ptc-filter-tag.bubble .cls{display:block;position:absolute;top:0.35rem;right:0.8rem}.ptc-filter-tag.link,.ptc-filter-tag.link-lg{display:inline-block;font-family:Raleway;color:var(--color-gray-10);font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:right;border-bottom:1px solid transparent;background:var(--color-white)}.ptc-filter-tag.link:hover,.ptc-filter-tag.link-lg:hover{text-decoration:underline}.ptc-filter-tag.link .cls,.ptc-filter-tag.link-lg .cls{display:none}.ptc-filter-tag.link-lg{font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-bold)}.ptc-filter-tag.button{display:inline-block;background:var(--color-gray-10);border-radius:var(--ptc-border-radius-standard);padding:0.625rem 1rem;font-family:\"Raleway\";font-style:normal;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-denser);color:var(--color-white)}.ptc-filter-tag.button:hover{background-color:var(--color-gray-12)}.ptc-filter-tag.button:active{background-color:var(--color-black)}.ptc-filter-tag.button .cls{display:none}.ptc-filter-tag.standard{display:inline-flex;background:var(--color-gray-10);font-family:\"Raleway\";font-style:normal;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-denser);color:var(--color-green-07);background-color:transparent}.ptc-filter-tag.standard .cls{display:block;margin-left:0.25rem}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcHeroFooterCtaCss = ".sc-ptc-hero-footer-cta-h{display:block}.hero-footer-cta.sc-ptc-hero-footer-cta{position:relative;padding:var(--ptc-layout-spacing-05) 0;background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative}.hero-footer-cta.sc-ptc-hero-footer-cta .is-grid.sc-ptc-hero-footer-cta{align-items:center;position:relative;z-index:10;margin:auto}.hero-footer-cta.sc-ptc-hero-footer-cta h2.sc-ptc-hero-footer-cta,.hero-footer-cta.sc-ptc-hero-footer-cta p.sc-ptc-hero-footer-cta{color:var(--color-white);text-shadow:1px 1px 20px rgba(0, 0, 0, 0.5);font-stretch:normal;font-style:normal;text-align:left;color:var(--color-white)}.hero-footer-cta.sc-ptc-hero-footer-cta h2.sc-ptc-hero-footer-cta{font-size:var(--ptc-font-size-medium);font-weight:var(--ptc-font-weight-black);letter-spacing:var(--ptc-letter-spacing-loose);margin:var(--ptc-element-spacing-04) 0}@media only screen and (min-width: 992px){.hero-footer-cta.sc-ptc-hero-footer-cta h2.sc-ptc-hero-footer-cta{font-size:var(--ptc-font-size-xxxx-large);font-weight:var(--ptc-font-weight-extrabold)}}.hero-footer-cta.sc-ptc-hero-footer-cta p.sc-ptc-hero-footer-cta{font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-p);letter-spacing:var(--ptc-letter-spacing-normal)}@media only screen and (min-width: 768px){.hero-footer-cta.sc-ptc-hero-footer-cta p.sc-ptc-hero-footer-cta{max-width:70%}}@media only screen and (min-width: 992px){.hero-footer-cta.sc-ptc-hero-footer-cta p.sc-ptc-hero-footer-cta{font-size:var(--ptc-font-size-medium);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-denser)}}.hero-footer-cta.sc-ptc-hero-footer-cta .cta-overlay.sc-ptc-hero-footer-cta{position:absolute;top:0;bottom:0;right:0;left:0;background:rgba(0, 0, 0, 0.35)}.hero-footer-cta.sc-ptc-hero-footer-cta .btm-cta-cut.sc-ptc-hero-footer-cta{position:absolute;top:-1px;right:0;fill:var(--color-white);z-index:100;transform:scaleY(-1)}@media only screen and (min-width: 992px){.hero-footer-cta.sc-ptc-hero-footer-cta .cta-left-padding.sc-ptc-hero-footer-cta{padding-left:var(--ptc-element-spacing-08)}}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcHeroCss = ":host{display:block;position:relative}:host(.jumbotron) .ptc-hero-wrapper,:host(.footer-cta) .ptc-hero-wrapper{position:relative}:host(.footer-cta) .ptc-hero-wrapper div>*{text-align:center}:host(.left) .ptc-hero-wrapper{text-align:left}:host(.center) .ptc-hero-wrapper{text-align:center}:host(.right) .ptc-hero-wrapper{text-align:right}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcIconListCss = ":host{display:block;padding-bottom:var(--ptc-element-spacing-03)}:host .ptc-icon-list{display:flex;align-items:center}:host .ptc-icon-list .value-text{font-size:var(--ptc-font-size-small);white-space:nowrap}:host .ptc-icon-list .ptc-numbered-values{margin-left:var(--ptc-element-spacing-03);font-family:var(--ptc-font-secondary-latin);white-space:nowrap}:host .ptc-icon-list .ptc-numbered-subtitle{margin:0;font-size:var(--ptc-font-size-medium);font-family:var(--ptc-font-secondary-latin)}@media only screen and (min-width: 992px){:host .ptc-icon-list .ptc-numbered-subtitle{font-size:var(--ptc-font-size-large)}}:host .ptc-icon-list .ptc-content{font-family:var(--ptc-font-secondary-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-bold);font-stretch:normal;font-style:normal;line-height:var(--ptc-line-height-dense);letter-spacing:normal;text-align:left;color:var(--color-gray-10);margin:0 0 0 var(--ptc-element-spacing-03);line-height:var(--ptc-line-height-densest)}:host .ptc-icon-list .ptc-content-simple{margin:0 0 0 var(--ptc-element-spacing-03);font-size:var(--ptc-font-size-small);font-stretch:normal;font-style:normal;line-height:var(--ptc-line-height-dense);letter-spacing:normal;text-align:left;color:var(--color-gray-10);line-height:var(--ptc-line-height-densest)}:host .ptc-icon-list .ptc-content-simple ::slotted(a){text-decoration:none;transition:color 0.3s ease;font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-font-size-x-large);border-bottom:0.094rem solid var(--color-green-06);color:var(--color-gray-10)}:host .ptc-icon-list .ptc-content-simple ::slotted(a:hover){color:var(--color-green-06)}:host ::slotted(icon-asset){display:flex;align-self:center}:host ::slotted(ptc-picture){min-width:24px}:host(.icon-top-align-list) ::slotted(icon-asset){display:flex;align-self:flex-start;transform:translateY(40%)}:host(.last-item){margin-bottom:var(--ptc-layout-spacing-03)}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcIconMinimizeCss = ".content{transition:max-height ease-out 250ms;overflow:hidden;max-height:0}.ptc-icon-minimize .header{display:flex;justify-content:space-between;align-items:center;align-content:center}.ptc-icon-minimize .header .title{color:var(--color-gray-10);font-family:\"Raleway\";font-style:normal;font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-medium);line-height:var(--ptc-line-height-normal)}@media (min-width: 992px){.ptc-icon-minimize .header .title{font-size:var(--ptc-font-size-x-small)}}.ptc-icon-minimize .header .icon{cursor:pointer;border:1px solid var(--color-gray-10);border-radius:2px;transition:background-color ease-out 250ms;background-color:transparent;height:1.25rem;width:1.25rem;text-align:center;display:flex;align-items:center;justify-content:center}.ptc-icon-minimize .header .icon:hover{background-color:var(--color-gray-02)}.ptc-icon-minimize .header .icon icon-asset{position:relative;width:var(--ptc-font-size-xxx-small);height:var(--ptc-font-size-xxx-small);display:flex}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcLinkCss = ":host{display:block}.disabled{pointer-events:none;cursor:default;text-decoration:none}.ptc-link{display:inline-block;color:var(--color-gray-10);font-weight:var(--ptc-font-weight-black);position:relative;line-height:var(--ptc-line-height-normal);outline:none;text-decoration:none}.simple::after{content:\"\";position:absolute;width:100%;left:0px;bottom:2px;transition:opacity var(--ptc-transition-fast) var(--ptc-ease-inout);border-bottom:2px solid var(--color-green-07);opacity:0}.simple:hover.simple::after{opacity:1}.product-link{font-weight:var(--ptc-font-weight-extrabold)}.product-link::after{content:\"\";position:absolute;width:100%;left:0px;bottom:2px;transition:opacity var(--ptc-transition-fast) var(--ptc-ease-inout);border-bottom:2px solid var(--color-green-07);opacity:1;color:var(--color-green-07)}.product-link:hover.product-link{color:var(--color-green-07)}.product-link:hover.product-link::after{opacity:1}.arrow{margin-right:var(--ptc-element-spacing-01)}.arrow::after{position:absolute;display:block;content:\"\";width:var(--ptc-element-spacing-07);border-bottom:2px solid var(--color-green-07);bottom:1px;transition:width var(--ptc-transition-fast) var(--ptc-ease-inout)}.arrow:hover.arrow::after{width:100%}.underline{border-bottom:2px solid var(--color-green-07)}.underline:hover{color:#00890B;border-bottom:2px solid #00890B}.uppercase{text-transform:uppercase}.small{font-size:var(--ptc-font-size-xx-small)}.medium{font-size:var(--ptc-font-size-x-small)}.medium-large{font-size:var(--ptc-font-size-small)}.large{font-size:var(--ptc-font-size-medium)}.ptc-link.arrow icon-asset{position:absolute;right:-25px;transition:transform var(--ptc-transition-fast) var(--ptc-ease-inout);transform:translateY(2px)}.ptc-link.arrow icon-asset svg{fill:var(--color-green-07) !important}.ptc-link.arrow-plm icon-asset{position:absolute;right:-6.75px;transform:translate(100%, 3%)}.ptc-link.arrow-plm svg{fill:var(--color-green-07) !important}.ptc-link:hover.arrow icon-asset{transform:translate(var(--ptc-element-spacing-04), 2px)}.nav-title:focus,.nav-title-link:focus,.primary-nav-link:focus,.secondary-nav-link:focus,.footer-nav-link:focus,.copyright-link:focus{outline:3px solid var(--color-blue-07);outline-offset:2px}.nav-title{box-sizing:border-box;color:var(--color-white);display:inline-block;font-size:var(--ptc-font-size-x-small);font-stretch:100%;font-weight:var(--ptc-font-weight-extrabold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-dense);list-style:none;margin-bottom:var(--ptc-element-spacing-02);text-align:left}.primary-nav-link{background-color:transparent;box-sizing:border-box;color:var(--color-gray-01);display:inline-block;font-size:var(--ptc-font-size-x-small);font-stretch:100%;font-weight:var(--ptc-font-weight-extrabold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-dense);list-style:none;margin:var(--ptc-element-spacing-01) var(--ptc-element-spacing-03);padding:var(--ptc-element-spacing-02) var(--ptc-element-spacing-06);position:relative;text-decoration:none;transition:background-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.primary-nav-link:hover{border-radius:var(--ptc-border-radius-standard);background-color:var(--color-gray-12);text-decoration:none;outline:none}.nav-title-link{background-color:transparent;box-sizing:border-box;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-stretch:100%;font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest);list-style:none;text-align:left;text-decoration-color:var(--color-white);text-decoration:none;transition:border-color var(--ptc-transition-medium) var(--ptc-ease-inout);border-bottom:1.5px solid transparent;display:inline-block}.nav-title-link:hover{color:var(--color-white);border-bottom:1.5px solid var(--color-green-06)}.secondary-nav-link{display:inline-block;background-color:transparent;box-sizing:border-box;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-stretch:100%;font-style:normal;font-weight:var(--ptc-font-weight-semibold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-densest);list-style:none;margin-bottom:var(--ptc-element-spacing-03);text-align:left;text-decoration:none;transition:border-color var(--ptc-transition-medium) var(--ptc-ease-inout);border-bottom:1.5px solid transparent;white-space:nowrap}.secondary-nav-link:hover{color:var(--color-white);border-bottom:1.5px solid var(--color-green-06);border-radius:0;text-decoration:none}.footer-nav-link{color:var(--color-white);transition:border var(--ptc-transition-medium) var(--ptc-ease-inout), color var(--ptc-transition-medium) var(--ptc-ease-inout);border-bottom:1px solid transparent;outline:none;text-decoration:none;font-weight:var(--ptc-font-weight-semibold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-densest);text-align:left;font-size:var(--ptc-font-size-x-small)}.footer-nav-link:hover{outline:none;text-decoration:none;border-bottom:0.1rem solid var(--color-green-06);color:var(--color-green-06)}.copyright-link{color:var(--color-white);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-normal);line-height:var(--ptc-line-height-loose);display:inline-block}.arrow-plm{color:var(--color-white);font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest);text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:transparent;text-underline-offset:2px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.arrow-plm:hover{text-decoration-color:var(--color-green-07)}.d-green-underline{color:var(--color-white);font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.d-green-underline:hover{color:var(--color-green-06)}.d-white-underline{color:var(--color-white);font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-white);text-underline-offset:5px}.link-area-cover-parent{position:static}.link-area-cover-parent::after{content:\"\";position:absolute;width:100%;height:100%;inset:0;z-index:2}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcListCss = ":host{display:block}:host(.list-primary) li{font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-normal);letter-spacing:var(--ptc-letter-spacing-normal);list-style:none}:host(.list-primary) li:not(:last-child){margin-bottom:0.625rem}:host(.list-primary) li a{color:var(--color-white);outline:none;text-decoration:none;font-family:Rajdhani;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-normal);text-transform:uppercase;letter-spacing:var(--ptc-letter-spacing-normal)}:host(.list-primary) li a:hover{color:var(--color-white);border-bottom:1.5px solid var(--color-green-07)}";
8
8
 
@@ -45,7 +45,6 @@ const PtcList = class {
45
45
  i.type = item.getAttribute('link-type');
46
46
  result.push(i);
47
47
  });
48
- console.log();
49
48
  }
50
49
  return result;
51
50
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcLottieCss = ":host{display:block;width:100%;height:auto}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcMediaCardCss = ":host{display:block;position:relative;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}:host .anchor-wrap{height:100%;width:100%;display:block;text-decoration:none}:host .card-wrap{display:flex;height:100%;width:100%;position:relative;z-index:1;min-height:329px;align-items:end}:host .card-wrap .car-content{padding:20px 30px 30px 30px}:host .card-wrap .car-content h4,:host .card-wrap .car-content h3{color:#fff}:host .card-wrap .car-content h3{position:relative;margin-bottom:0;font-size:var(--ptc-font-size-medium);text-shadow:1px 3px 30px #000;line-height:var(--ptc-line-height-dense);display:inline}:host .card-wrap .car-content h3::before{content:\"\";width:100%;height:3px;background-image:url(\"data:image/svg+xml,%3Csvg width='60' height='1' viewBox='0 0 60 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='1' fill='%2333A13C'/%3E%3C/svg%3E\");background-repeat:repeat;position:absolute;background-size:initial;top:-10px}:host .card-wrap .car-content h4{text-shadow:1px 3px 30px var(--color-black);font-weight:var(--ptc-font-weight-semibold);display:block;font-size:var(--ptc-font-size-x-small);font-style:normal;font-stretch:normal;letter-spacing:var(--ptc-line-height-dense)}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcMinimizedFooterCss = ":host{box-shadow:var(--ptc-shadow-medium);color:var(--color-white);position:relative;overflow:hidden;position:relative;z-index:1000;padding:0;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-gray-10)}.min-footer-nav-list{margin:0;padding:0;list-style:none}.min-footer-copyright-wrapper{text-align:center;position:relative;z-index:20}.min-footer-copyright-wrapper .min-footer-copyright-list{padding:var(--ptc-element-spacing-04) 0;display:flex;flex-direction:row}@media screen-sm{.min-footer-copyright-wrapper .min-footer-copyright-list{padding:var(--ptc-element-spacing-04) 0}}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8745a0a3.js');
5
+ const index = require('./index-c27e52b2.js');
6
6
 
7
7
  const ptcMinimizedHeaderCss = ":host{display:block}.minimized-header .header{overflow:hidden;height:48px;background-color:var(--color-gray-10);display:flex;align-items:center;justify-content:center}.minimized-header .header a{float:left;color:var(--color-black);text-align:center;padding:0px 0;text-decoration:none;font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-p);border-radius:var(--ptc-border-radius-standard)}.minimized-header .header a.mini-navbar-logo{font-size:var(--ptc-font-size-large);font-weight:var(--ptc-font-weight-bold)}.minimized-header .header a.mini-navbar-logo img{width:65px;vertical-align:middle;border:0;height:auto}.mini-navbar-logo{outline:3px solid transparent}.mini-navbar-logo:focus{outline:3px solid var(--color-blue-07);outline-offset:2px;border-radius:var(--ptc-border-radius-standard);text-decoration:none;border-color:transparent !important}@media only screen and (min-width: 768px){.temp-container{width:750px}}@media only screen and (min-width: 992px){.temp-container{width:970px}}@media only screen and (min-width: 1200px){.temp-container{width:1170px}}@media only screen and (min-width: 1440px){.temp-container{width:1400px}}@media only screen and (min-width: 1600px){.temp-container{width:1560px}}@media screen-xs{.minimized-header .header a{float:none;display:block;text-align:left}}";
8
8