@ptcwebops/ptcw-design 6.4.14-beta → 6.4.15-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 (166) hide show
  1. package/dist/cjs/buying-option-cards-slider.cjs.entry.js +1 -1
  2. package/dist/cjs/event-podcast-slider-example.cjs.entry.js +1 -1
  3. package/dist/cjs/featured-events-slider-example.cjs.entry.js +1 -1
  4. package/dist/cjs/homepage-jumbotron.cjs.entry.js +1 -1
  5. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/ptc-button.cjs.entry.js +117 -0
  8. package/dist/cjs/ptc-card-content.cjs.entry.js +1 -1
  9. package/dist/cjs/ptc-card_2.cjs.entry.js +1 -1
  10. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  11. package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +1 -1
  13. package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +1 -1
  14. package/dist/cjs/ptc-icon-card-slider-example.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-icon-component.cjs.entry.js +1 -1
  16. package/dist/cjs/ptc-image-download-strip.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-nav-card.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-para.cjs.entry.js +139 -0
  19. package/dist/cjs/ptc-picture.cjs.entry.js +168 -0
  20. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  21. package/dist/cjs/ptc-subnav-v2.cjs.entry.js +91 -94
  22. package/dist/cjs/ptc-title.cjs.entry.js +161 -0
  23. package/dist/cjs/ptc-value-prop-card.cjs.entry.js +1 -1
  24. package/dist/cjs/ptc-white-paper.cjs.entry.js +1 -1
  25. package/dist/cjs/ptcw-design.cjs.js +1 -1
  26. package/dist/cjs/storefront-enhanced-product-list-alt-example.cjs.entry.js +1 -1
  27. package/dist/cjs/storefront-enhanced-product-list-example.cjs.entry.js +1 -1
  28. package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.css +9 -0
  29. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +2 -4
  30. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +16 -11
  31. package/dist/collection/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.css +16 -11
  32. package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.css +16 -11
  33. package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.css +16 -11
  34. package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.css +16 -11
  35. package/dist/collection/components/ptc-card/ptc-card.css +1 -15
  36. package/dist/collection/components/ptc-card-content/ptc-card-content.css +21 -3
  37. package/dist/collection/components/ptc-card-content/ptc-card-content.js +2 -2
  38. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +16 -11
  39. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.css +0 -1
  40. package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.css +1 -2
  41. package/dist/collection/components/ptc-icon-component/ptc-icon-component.css +16 -11
  42. package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.css +1 -2
  43. package/dist/collection/components/ptc-nav-card/ptc-nav-card.css +2 -5
  44. package/dist/collection/components/ptc-seo-title/ptc-seo-title.js +3 -3
  45. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.css +94 -104
  46. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.js +90 -94
  47. package/dist/collection/components/ptc-textfield/ptc-textfield.css +1 -1
  48. package/dist/collection/components/ptc-value-prop-card/ptc-value-prop-card.css +1 -2
  49. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +1 -2
  50. package/dist/collection/stories/organisms/ptc/Subnav New/preview.stories.js +360 -0
  51. package/dist/custom-elements/index.js +109 -112
  52. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  53. package/dist/esm/blog-detail-layout.entry.js +1 -1
  54. package/dist/esm/blogs-search-section.entry.js +1 -1
  55. package/dist/esm/buying-option-cards-slider.entry.js +1 -1
  56. package/dist/esm/event-podcast-slider-example.entry.js +1 -1
  57. package/dist/esm/featured-events-slider-example.entry.js +1 -1
  58. package/dist/esm/homepage-jumbotron.entry.js +2 -2
  59. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  60. package/dist/esm/innovator-toggle-container.entry.js +2 -2
  61. package/dist/esm/{interfaces-7c0243be.js → interfaces-4caedd26.js} +1 -1
  62. package/dist/esm/loader.js +1 -1
  63. package/dist/esm/most-popular-news.entry.js +1 -1
  64. package/dist/esm/my-component.entry.js +1 -1
  65. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  66. package/dist/esm/ptc-background-video.entry.js +1 -1
  67. package/dist/esm/ptc-button.entry.js +113 -0
  68. package/dist/esm/ptc-card-content.entry.js +1 -1
  69. package/dist/esm/ptc-card_2.entry.js +1 -1
  70. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  71. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  72. package/dist/esm/ptc-filter-dropdown_4.entry.js +1 -1
  73. package/dist/esm/ptc-form-checkbox_4.entry.js +2 -2
  74. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  75. package/dist/esm/ptc-homepage-video-background.entry.js +2 -2
  76. package/dist/esm/ptc-icon-card-slider-example.entry.js +1 -1
  77. package/dist/esm/ptc-icon-card.entry.js +1 -1
  78. package/dist/esm/ptc-icon-component.entry.js +1 -1
  79. package/dist/esm/ptc-image-download-strip.entry.js +1 -1
  80. package/dist/esm/ptc-img.entry.js +1 -1
  81. package/dist/esm/ptc-link.entry.js +1 -1
  82. package/dist/esm/ptc-media-card.entry.js +1 -1
  83. package/dist/esm/ptc-nav-card.entry.js +1 -1
  84. package/dist/esm/ptc-para.entry.js +135 -0
  85. package/dist/esm/ptc-picture.entry.js +164 -0
  86. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  87. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  88. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  89. package/dist/esm/ptc-spacer.entry.js +34 -0
  90. package/dist/esm/ptc-subnav-v2.entry.js +91 -94
  91. package/dist/esm/ptc-title.entry.js +157 -0
  92. package/dist/esm/ptc-value-prop-card.entry.js +1 -1
  93. package/dist/esm/ptc-white-paper.entry.js +1 -1
  94. package/dist/esm/ptcw-design.js +1 -1
  95. package/dist/esm/storefront-enhanced-product-list-alt-example.entry.js +1 -1
  96. package/dist/esm/storefront-enhanced-product-list-example.entry.js +1 -1
  97. package/dist/esm/{utils-a64ba942.js → utils-bdd0cc16.js} +1 -1
  98. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  99. package/dist/ptcw-design/{p-ff66587b.entry.js → p-0fbdcd78.entry.js} +1 -1
  100. package/dist/ptcw-design/{p-9ca635fa.entry.js → p-13963d40.entry.js} +1 -1
  101. package/dist/ptcw-design/{p-df66407c.entry.js → p-187ef77b.entry.js} +1 -1
  102. package/dist/ptcw-design/{p-1c26f390.entry.js → p-1c63c812.entry.js} +1 -1
  103. package/dist/ptcw-design/{p-32bec5ef.entry.js → p-1d789cd7.entry.js} +1 -1
  104. package/dist/ptcw-design/{p-90f1a7af.entry.js → p-26b70120.entry.js} +1 -1
  105. package/dist/ptcw-design/{p-62e3cd51.entry.js → p-26e8ad2e.entry.js} +1 -1
  106. package/dist/ptcw-design/p-2cd2a8bd.entry.js +1 -0
  107. package/dist/ptcw-design/p-312c41b8.entry.js +1 -0
  108. package/dist/ptcw-design/{p-36a3eb03.entry.js → p-3b40bfbf.entry.js} +2 -2
  109. package/dist/ptcw-design/{p-92ad78c5.entry.js → p-3cb011c9.entry.js} +1 -1
  110. package/dist/ptcw-design/{p-c160bda4.entry.js → p-3cfe0126.entry.js} +1 -1
  111. package/dist/ptcw-design/p-3e4861a2.entry.js +1 -0
  112. package/dist/ptcw-design/p-4703e417.entry.js +1 -0
  113. package/dist/ptcw-design/p-4ab3249d.entry.js +1 -0
  114. package/dist/ptcw-design/{p-0df868d2.entry.js → p-4c89d63d.entry.js} +1 -1
  115. package/dist/ptcw-design/{p-2d00fefd.entry.js → p-502f534b.entry.js} +1 -1
  116. package/dist/ptcw-design/{p-1e32a493.entry.js → p-53dee19b.entry.js} +1 -1
  117. package/dist/ptcw-design/{p-f2675bb0.entry.js → p-5a2ed8fb.entry.js} +1 -1
  118. package/dist/ptcw-design/p-6a561487.entry.js +1 -0
  119. package/dist/ptcw-design/{p-1519b36f.entry.js → p-6f9f55b3.entry.js} +1 -1
  120. package/dist/ptcw-design/{p-ee1183b2.js → p-711bcdad.js} +1 -1
  121. package/dist/ptcw-design/p-7218fe2c.entry.js +1 -0
  122. package/dist/ptcw-design/p-761a31f8.entry.js +1 -0
  123. package/dist/ptcw-design/p-9027d2d9.entry.js +1 -0
  124. package/dist/ptcw-design/{p-456c5cbb.entry.js → p-9c6cad16.entry.js} +1 -1
  125. package/dist/ptcw-design/p-9da57f76.entry.js +1 -0
  126. package/dist/ptcw-design/{p-5ec17b43.entry.js → p-9efa8199.entry.js} +1 -1
  127. package/dist/ptcw-design/{p-9063956c.entry.js → p-9fca5392.entry.js} +1 -1
  128. package/dist/ptcw-design/{p-46b47ed7.entry.js → p-a4dd4e83.entry.js} +1 -1
  129. package/dist/ptcw-design/p-ac766cb3.entry.js +1 -0
  130. package/dist/ptcw-design/p-ad0e7843.entry.js +1 -0
  131. package/dist/ptcw-design/p-b0a16f1a.entry.js +1 -0
  132. package/dist/ptcw-design/{p-9fb21bdf.entry.js → p-bfadd78e.entry.js} +1 -1
  133. package/dist/ptcw-design/{p-5cf5b9f8.entry.js → p-c3b27836.entry.js} +1 -1
  134. package/dist/ptcw-design/{p-22cf00e7.js → p-c7e948b2.js} +1 -1
  135. package/dist/ptcw-design/p-cbbe2bba.entry.js +1 -0
  136. package/dist/ptcw-design/p-d6ee094b.entry.js +1 -0
  137. package/dist/ptcw-design/p-d9df1a16.entry.js +1 -0
  138. package/dist/ptcw-design/p-e3a6ed56.entry.js +1 -0
  139. package/dist/ptcw-design/{p-82f766d2.entry.js → p-e5e1e8fb.entry.js} +1 -1
  140. package/dist/ptcw-design/{p-3572eccc.entry.js → p-ef870202.entry.js} +1 -1
  141. package/dist/ptcw-design/{p-9ef2b1e7.entry.js → p-fb8584e4.entry.js} +1 -1
  142. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  143. package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +1 -1
  144. package/dist/types/components/ptc-subnav-v2/ptc-subnav-v2.d.ts +20 -5
  145. package/dist/types/components.d.ts +66 -64
  146. package/package.json +101 -101
  147. package/readme.md +23 -23
  148. package/dist/cjs/ptc-button_5.cjs.entry.js +0 -597
  149. package/dist/collection/stories/organisms/ptc/Subanv New/preview.stories.js +0 -338
  150. package/dist/esm/ptc-button_5.entry.js +0 -589
  151. package/dist/ptcw-design/p-02622aa7.entry.js +0 -1
  152. package/dist/ptcw-design/p-086ab73a.entry.js +0 -1
  153. package/dist/ptcw-design/p-1f0daed2.entry.js +0 -1
  154. package/dist/ptcw-design/p-46c518c8.entry.js +0 -1
  155. package/dist/ptcw-design/p-50569afd.entry.js +0 -1
  156. package/dist/ptcw-design/p-53a96796.entry.js +0 -1
  157. package/dist/ptcw-design/p-60d001c8.entry.js +0 -1
  158. package/dist/ptcw-design/p-6ac4cfab.entry.js +0 -1
  159. package/dist/ptcw-design/p-6b9d075f.entry.js +0 -1
  160. package/dist/ptcw-design/p-7fe4d383.entry.js +0 -1
  161. package/dist/ptcw-design/p-bd3d71f1.entry.js +0 -1
  162. package/dist/ptcw-design/p-cc7d5eb7.entry.js +0 -1
  163. package/dist/ptcw-design/p-d391c01b.entry.js +0 -1
  164. package/dist/ptcw-design/p-e7c00e48.entry.js +0 -1
  165. package/dist/types/components/ptc-mobile-select/mobile-select/dist/mobile-select.d.ts +0 -209
  166. package/dist/types/utils/eloqua.d.ts +0 -9
@@ -1,24 +1,21 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-c83db688.js';
2
2
 
3
- const ptcSubnavV2Css = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block;font-family:var(--ptc-font-latin);position:sticky;top:0;z-index:105;background-color:var(--color-standard-gray);box-shadow:var(--ptc-shadow-small)}:host .subnav-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 24px;margin:0 auto;max-width:1200px;gap:24px}@media only screen and (min-width: 768px){:host .subnav-container{flex-wrap:wrap;gap:48px}}@media only screen and (min-width: 1200px){:host .subnav-container{padding-left:0;padding-right:0;max-width:1136px}}@media only screen and (min-width: 1440px){:host .subnav-container{padding-left:0;padding-right:0;max-width:1200px}}:host .subnav-menu-left{display:flex;align-items:center;flex:1}@media only screen and (min-width: 768px){:host .subnav-menu-left{justify-content:flex-start}}:host .subnav-menu-left ul.desktop-menu{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap;margin-bottom:-2px}@media only screen and (min-width: 768px){:host .subnav-menu-left ul.desktop-menu{justify-content:flex-start;gap:32px}}:host .subnav-menu-left ul.desktop-menu li{display:inline-block}:host .subnav-menu-left ul.desktop-menu li a{color:var(--color-gray-07);text-decoration:none;padding:8px 12px;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-densest);display:block;position:relative;border-bottom:3px solid transparent}@media only screen and (min-width: 768px){:host .subnav-menu-left ul.desktop-menu li a{padding:20px 0 17px 0}}:host .subnav-menu-left ul.desktop-menu li a:hover{color:var(--color-gray-10)}:host .subnav-menu-left ul.desktop-menu li a.active{color:var(--color-gray-10);border-bottom:3px solid var(--color-green-07)}:host .subnav-menu-left ul.desktop-menu li a:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .subnav-menu-left .overflow-menu-container{position:relative;display:none}@media only screen and (min-width: 768px){:host .subnav-menu-left .overflow-menu-container{display:inline-block}}:host .subnav-menu-left .overflow-menu-container .overflow-button{background:none;border:none;padding:20px 0 17px 0;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);color:var(--color-gray-07);cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:32px;border-bottom:3px solid transparent;transition:all 0.2s ease}:host .subnav-menu-left .overflow-menu-container .overflow-button:hover{color:var(--color-gray-10)}:host .subnav-menu-left .overflow-menu-container .overflow-button:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .subnav-menu-left .overflow-menu-container .overflow-button .overflow-dots{border-radius:2px;border:1px solid var(--color-gray-07);line-height:1;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease}:host .subnav-menu-left .overflow-menu-container .overflow-button .overflow-dots:hover{background-color:var(--color-gray-04);border-color:var(--color-gray-04)}:host .subnav-menu-left .overflow-menu-container .overflow-button .overflow-dots:hover svg circle{fill:var(--color-gray-10)}:host .subnav-menu-left .overflow-menu-container .overflow-button .overflow-dots:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .subnav-menu-left .overflow-menu-container .overflow-button[aria-expanded],:host .subnav-menu-left .overflow-menu-container .overflow-button.selected-active{border-bottom:3px solid var(--color-green-07)}:host .subnav-menu-left .overflow-menu-container .overflow-button[aria-expanded] .overflow-dots,:host .subnav-menu-left .overflow-menu-container .overflow-button.selected-active .overflow-dots{background-color:var(--color-green-07);border-color:var(--color-green-07)}:host .subnav-menu-left .overflow-menu-container .overflow-button[aria-expanded] .overflow-dots svg circle,:host .subnav-menu-left .overflow-menu-container .overflow-button.selected-active .overflow-dots svg circle{fill:var(--color-white)}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown{position:absolute;top:100%;right:0;background:var(--color-white);border-radius:var(--ptc-border-radius-standard);box-shadow:var(--ptc-shadow-x-large);min-width:200px;z-index:1001;padding:14px 0;margin-top:-4px;max-width:312px;width:-moz-max-content;width:max-content}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a{display:block;padding:12px 32px 12px 24px;color:var(--color-gray-07);text-decoration:none;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-densest);transition:all 0.2s ease;position:relative;border:none}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a:hover{background-color:var(--color-gray-02);color:var(--color-gray-10)}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a.active{color:var(--color-gray-10);border-bottom:none}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a.active::before{content:\"\";display:block;width:2px;height:calc(100% - 0px);background-color:var(--color-green-07);position:absolute;left:16px;top:0}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .mobile-dropdown-container{position:relative;display:block}@media only screen and (min-width: 768px){:host .mobile-dropdown-container{display:none !important}}@media (min-width: 768px){:host .mobile-dropdown-container{display:none !important}}:host .mobile-dropdown-container .mobile-dropdown-button{display:flex;padding:20px 0 17px 0;justify-content:center;align-items:center;gap:10px;align-self:stretch;border:none;cursor:pointer;transition:all 0.2s ease;background-color:transparent;border-bottom:3px solid var(--color-green-07)}:host .mobile-dropdown-container .mobile-dropdown-button .mobile-selected-item{color:var(--color-gray-07);font-size:var(--ptc-font-size-xx-small);font-style:normal;font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-densest);display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%}:host .mobile-dropdown-container .mobile-dropdown-button:hover{border-color:var(--color-gray-04);color:var(--color-gray-10)}:host .mobile-dropdown-container .mobile-dropdown-button:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .mobile-dropdown-container .mobile-dropdown-button[aria-expanded]{border-color:var(--color-green-07);color:var(--color-gray-10)}:host .mobile-dropdown-container .mobile-dropdown-button .mobile-selected-item{flex:1;text-align:left}:host .mobile-dropdown-container .mobile-dropdown-button .mobile-arrow{display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease}:host .mobile-dropdown-container .mobile-dropdown-button .mobile-arrow svg{transition:transform 0.2s ease}:host .mobile-dropdown-container .mobile-dropdown-button .mobile-arrow.rotated svg{transform:rotate(180deg)}:host .mobile-dropdown-container .mobile-dropdown{position:absolute;top:calc(100% - 4px);left:auto;right:auto;background:var(--color-white);border:1px solid var(--color-gray-02);border-radius:var(--ptc-border-radius-standard);box-shadow:var(--ptc-shadow-medium);z-index:1001;margin-top:4px;overflow-y:auto;min-width:280px;width:-moz-fit-content;width:fit-content;list-style:none;padding:0;margin:4px 0 0 0}:host .mobile-dropdown-container .mobile-dropdown li{display:block;border-bottom:1px solid var(--color-gray-01)}:host .mobile-dropdown-container .mobile-dropdown li:last-child{border-bottom:none}:host .mobile-dropdown-container .mobile-dropdown li .mobile-dropdown-item{width:100%;background:none;border:none;padding:12px 16px;color:var(--color-gray-07);text-decoration:none;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-densest);text-align:left;cursor:pointer;transition:all 0.2s ease;word-break:break-word;display:block}:host .mobile-dropdown-container .mobile-dropdown li .mobile-dropdown-item:hover{background-color:var(--color-gray-01);color:var(--color-gray-10)}:host .mobile-dropdown-container .mobile-dropdown li .mobile-dropdown-item.active{background-color:var(--color-gray-01);color:var(--color-gray-10);border-left:3px solid var(--color-green-07)}:host .mobile-dropdown-container .mobile-dropdown li .mobile-dropdown-item:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .subnav-menu-right{max-width:300px;padding:12px 0}@media only screen and (min-width: 768px){:host .subnav-menu-right{margin-left:48px;width:auto}}:host .subnav-menu-right ptc-button{max-width:300px}";
3
+ const ptcSubnavV2Css = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host .mobile-dropdown-container .mobile-dropdown-button,:host .subnav-menu-left .overflow-menu-container .overflow-button,:host .subnav-menu-left ul.desktop-menu li a{color:var(--color-gray-07);text-decoration:none;padding:8px 12px;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-densest);display:flex;align-items:center;position:relative;border-bottom:3px solid transparent;height:100%;box-sizing:border-box}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown{position:absolute;top:100%;right:0;background:var(--color-white);border-radius:var(--ptc-border-radius-standard);box-shadow:var(--ptc-shadow-x-large);min-width:200px;z-index:1001;padding:14px 0;margin-top:-4px;max-width:312px;width:-moz-max-content;width:max-content}:host .mobile-dropdown-container .mobile-dropdown li .mobile-dropdown-item,:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a{display:block;padding:10px 32px 10px 24px;color:var(--color-gray-07);text-decoration:none;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-densest);transition:all 0.2s ease;position:relative;border:none}:host{display:block;font-family:var(--ptc-font-latin);position:sticky;top:0;z-index:105;background-color:var(--color-standard-gray);box-shadow:var(--ptc-shadow-small)}:host .subnav-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 24px;margin:0 auto;max-width:1200px;gap:24px}@media only screen and (min-width: 768px){:host .subnav-container{flex-wrap:wrap;gap:48px}}@media only screen and (min-width: 1200px){:host .subnav-container{padding:0;max-width:1136px}}@media only screen and (min-width: 1440px){:host .subnav-container{padding:0;max-width:1200px}}:host .subnav-container.full-width{justify-content:flex-start}:host .subnav-menu-left{display:flex;align-items:center;flex:1;align-self:stretch}@media only screen and (min-width: 768px){:host .subnav-menu-left{justify-content:flex-start}}:host .subnav-menu-left ul.desktop-menu{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap;align-self:stretch}@media only screen and (min-width: 768px){:host .subnav-menu-left ul.desktop-menu{justify-content:flex-start;gap:32px}}:host .subnav-menu-left ul.desktop-menu li{display:inline-block;height:100%}@media only screen and (min-width: 768px){:host .subnav-menu-left ul.desktop-menu li a{padding:20px 0}}:host .subnav-menu-left ul.desktop-menu li a:hover{color:var(--color-gray-10)}:host .subnav-menu-left ul.desktop-menu li a.active{color:var(--color-gray-10);border-bottom:3px solid var(--color-green-07)}:host .subnav-menu-left ul.desktop-menu li a:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .subnav-menu-left .overflow-menu-container{position:relative;display:none}@media only screen and (min-width: 768px){:host .subnav-menu-left .overflow-menu-container{display:inline-block}}:host .subnav-menu-left .overflow-menu-container .overflow-button{background:none;border:none;padding:20px 0;cursor:pointer;justify-content:center;min-width:32px}:host .subnav-menu-left .overflow-menu-container .overflow-button:hover{color:var(--color-gray-10)}:host .subnav-menu-left .overflow-menu-container .overflow-button:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .subnav-menu-left .overflow-menu-container .overflow-button .overflow-dots{border-radius:2px;border:1px solid var(--color-gray-07);line-height:1;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease}:host .subnav-menu-left .overflow-menu-container .overflow-button .overflow-dots:hover{background-color:var(--color-gray-04);border-color:var(--color-gray-04)}:host .subnav-menu-left .overflow-menu-container .overflow-button .overflow-dots:hover svg circle{fill:var(--color-gray-10)}:host .subnav-menu-left .overflow-menu-container .overflow-button .overflow-dots:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .subnav-menu-left .overflow-menu-container .overflow-button[aria-expanded],:host .subnav-menu-left .overflow-menu-container .overflow-button.selected-active{border-bottom:3px solid var(--color-green-07)}:host .subnav-menu-left .overflow-menu-container .overflow-button[aria-expanded] .overflow-dots,:host .subnav-menu-left .overflow-menu-container .overflow-button.selected-active .overflow-dots{background-color:var(--color-green-07);border-color:var(--color-green-07)}:host .subnav-menu-left .overflow-menu-container .overflow-button[aria-expanded] .overflow-dots svg circle,:host .subnav-menu-left .overflow-menu-container .overflow-button.selected-active .overflow-dots svg circle{fill:var(--color-white)}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a:hover{background-color:var(--color-gray-02);color:var(--color-gray-10)}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a.active{color:var(--color-gray-10);border-bottom:none}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a.active::before{content:\"\";display:block;width:2px;height:100%;background-color:var(--color-green-07);position:absolute;left:16px;top:0}:host .subnav-menu-left .overflow-menu-container .overflow-dropdown a:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .subnav-menu-left.full-width{flex:1;width:100%;justify-content:flex-start}:host .subnav-menu-left.full-width .desktop-menu{width:100%}:host .mobile-dropdown-container{position:relative;display:block;height:100%;box-sizing:border-box}@media only screen and (min-width: 768px){:host .mobile-dropdown-container{display:none !important}}:host .mobile-dropdown-container .mobile-dropdown-button{background:transparent;border:none;border-bottom:3px solid var(--color-green-07);padding:20px 0;justify-content:center;gap:10px;cursor:pointer}:host .mobile-dropdown-container .mobile-dropdown-button:hover{border-color:var(--color-gray-04);color:var(--color-gray-10)}:host .mobile-dropdown-container .mobile-dropdown-button:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .mobile-dropdown-container .mobile-dropdown-button[aria-expanded]{border-color:var(--color-green-07);color:var(--color-gray-10)}:host .mobile-dropdown-container .mobile-dropdown-button .mobile-selected-item{flex:1;text-align:left;color:var(--color-gray-07);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-densest);display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%}:host .mobile-dropdown-container .mobile-dropdown-button .mobile-arrow{display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease}:host .mobile-dropdown-container .mobile-dropdown-button .mobile-arrow svg{transition:transform 0.2s ease}:host .mobile-dropdown-container .mobile-dropdown-button .mobile-arrow.rotated svg{transform:rotate(180deg)}:host .mobile-dropdown-container .mobile-dropdown{position:absolute;top:calc(100% - 4px);background:var(--color-white);border:1px solid var(--color-gray-02);border-radius:var(--ptc-border-radius-standard);box-shadow:var(--ptc-shadow-medium);z-index:1001;margin:4px 0 0 0;overflow-y:auto;min-width:280px;width:-moz-fit-content;width:fit-content;list-style:none;padding:14px 0}:host .mobile-dropdown-container .mobile-dropdown li{display:block}:host .mobile-dropdown-container .mobile-dropdown li:last-child{border-bottom:none}:host .mobile-dropdown-container .mobile-dropdown li .mobile-dropdown-item{width:100%;background:none;text-align:left;cursor:pointer;word-break:break-word;display:block}:host .mobile-dropdown-container .mobile-dropdown li .mobile-dropdown-item.active{color:var(--color-gray-10)}:host .mobile-dropdown-container .mobile-dropdown li .mobile-dropdown-item.active::before{content:\"\";display:block;width:2px;height:100%;background-color:var(--color-green-07);position:absolute;left:16px;top:0}:host .mobile-dropdown-container .mobile-dropdown li .mobile-dropdown-item:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .subnav-menu-right{max-width:50%;padding:12px 0}@media only screen and (min-width: 768px){:host .subnav-menu-right{margin-left:48px;width:auto;max-width:300px}}";
4
4
 
5
5
  const PtcSubnavV2 = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
+ this.cachedNavItems = null;
8
9
  this.handleClickOutside = (event) => {
9
- const target = event.target;
10
- if (!this.el.contains(target)) {
10
+ if (!this.el.contains(event.target)) {
11
11
  this.showOverflowMenu = false;
12
12
  }
13
13
  };
14
14
  this.handleKeyDown = (event) => {
15
- // Handle Escape key to close dropdowns
15
+ var _a;
16
16
  if (event.key === "Escape" && this.showOverflowMenu) {
17
17
  this.showOverflowMenu = false;
18
- // Return focus to the button that opened the menu
19
- if (this.overflowButton) {
20
- this.overflowButton.focus();
21
- }
18
+ (_a = this.overflowButton) === null || _a === void 0 ? void 0 : _a.focus();
22
19
  }
23
20
  };
24
21
  this.handleScroll = () => {
@@ -60,12 +57,7 @@ const PtcSubnavV2 = class {
60
57
  }, 16); // ~60fps throttling
61
58
  };
62
59
  this.handleResize = () => {
63
- if (this.navContainer) {
64
- // Add a small delay to ensure DOM has been updated
65
- setTimeout(() => {
66
- this.calculateVisibleItems();
67
- }, 10);
68
- }
60
+ this.navContainer && setTimeout(() => this.calculateVisibleItems(), 10);
69
61
  };
70
62
  this.setupIntersectionObserver = () => {
71
63
  // Get all sections that correspond to our navigation items
@@ -125,72 +117,54 @@ const PtcSubnavV2 = class {
125
117
  });
126
118
  };
127
119
  this.extractNavItemsFromSlots = () => {
128
- // Look for slot content with nav-items in the light DOM
129
120
  const slotElement = this.el.querySelector('[slot="nav-items"]');
130
- if (slotElement) {
131
- const links = slotElement.querySelectorAll("a");
132
- const items = Array.from(links)
133
- .map((link) => {
134
- var _a, _b;
135
- return ({
136
- id: ((_a = link.getAttribute("href")) === null || _a === void 0 ? void 0 : _a.substring(1)) || "",
137
- label: ((_b = link.textContent) === null || _b === void 0 ? void 0 : _b.trim()) || "",
138
- title: link.getAttribute("title") || "",
139
- trackerId: link.getAttribute("tracker-id") || "",
140
- });
141
- })
142
- .filter((item) => item.id && item.label);
143
- if (items.length > 0) {
144
- return items;
145
- }
146
- }
147
- return null;
121
+ if (!slotElement)
122
+ return null;
123
+ const links = slotElement.querySelectorAll("a");
124
+ const items = Array.from(links)
125
+ .map((link) => {
126
+ var _a, _b;
127
+ return ({
128
+ id: ((_a = link.getAttribute("href")) === null || _a === void 0 ? void 0 : _a.substring(1)) || "",
129
+ label: ((_b = link.textContent) === null || _b === void 0 ? void 0 : _b.trim()) || "",
130
+ title: link.getAttribute("title") || undefined,
131
+ trackerId: link.getAttribute("tracker-id") || undefined,
132
+ });
133
+ })
134
+ .filter((item) => Boolean(item.id && item.label));
135
+ return items.length > 0 ? items : null;
148
136
  };
149
137
  this.getNavItems = () => {
138
+ // Return cached items if available
139
+ if (this.cachedNavItems) {
140
+ return this.cachedNavItems;
141
+ }
150
142
  // Extract navigation items from slots (SEO-friendly approach)
151
143
  const slotItems = this.extractNavItemsFromSlots();
152
144
  if (slotItems) {
145
+ this.cachedNavItems = slotItems;
153
146
  return slotItems;
154
147
  }
155
148
  // If navItems prop is provided, parse and use it (fallback)
156
- if (this.navItems && this.navItems.trim()) {
157
- try {
158
- const parsedItems = JSON.parse(this.navItems);
159
- // Validate that it's an array with proper structure
160
- if (Array.isArray(parsedItems) && parsedItems.length > 0) {
161
- // Ensure each item has required properties
162
- const validItems = parsedItems.filter((item) => item &&
163
- typeof item.id === "string" &&
164
- typeof item.label === "string");
165
- if (validItems.length > 0) {
166
- return validItems;
167
- }
168
- }
169
- }
170
- catch (error) {
171
- console.warn("Invalid navItems JSON provided to ptc-subnav-v2:", error);
172
- }
149
+ const propItems = this.parsePropNavItems();
150
+ if (propItems) {
151
+ this.cachedNavItems = propItems;
152
+ return propItems;
173
153
  }
174
154
  // Return empty array if no navigation items found
175
155
  console.warn("No navigation items found in slots or props for ptc-subnav-v2");
176
156
  return [];
177
157
  };
178
158
  this.calculateMobileDropdownItems = () => {
179
- const navItems = this.getNavItems();
180
- // Handle case where no navigation items are found
181
- if (navItems.length === 0) {
182
- this.mobileDropdownItems = [];
183
- return;
184
- }
185
- const currentItem = this.selectedMobileItem || {
186
- id: this.currentActive,
187
- };
188
- // Filter out the currently selected item from all nav items
189
- this.mobileDropdownItems = navItems.filter((item) => item.id !== currentItem.id);
159
+ this.mobileDropdownItems = this.getNavItems();
190
160
  };
191
161
  this.hasActiveOverflowItem = () => {
192
162
  return this.overflowItems.some((item) => item.id === this.currentActive);
193
163
  };
164
+ this.hasSubnavMenuRightContent = () => {
165
+ const slotElement = this.el.querySelector('[slot="subnav-menu-right"]');
166
+ return Boolean(slotElement === null || slotElement === void 0 ? void 0 : slotElement.children.length);
167
+ };
194
168
  this.calculateVisibleItems = () => {
195
169
  const navItems = this.getNavItems();
196
170
  // Handle case where no navigation items are found
@@ -239,7 +213,7 @@ const PtcSubnavV2 = class {
239
213
  tempContainer.style.whiteSpace = "nowrap";
240
214
  tempContainer.style.fontSize = "14px";
241
215
  tempContainer.style.fontWeight = "700";
242
- tempContainer.style.padding = "20px 0 17px 0";
216
+ tempContainer.style.padding = "20px 0 20px 0";
243
217
  document.body.appendChild(tempContainer);
244
218
  for (let i = 0; i < navItems.length; i++) {
245
219
  const item = navItems[i];
@@ -307,7 +281,6 @@ const PtcSubnavV2 = class {
307
281
  this.visibleItems = [];
308
282
  this.overflowItems = [];
309
283
  this.showOverflowMenu = false;
310
- this.containerWidth = 0;
311
284
  this.isMobile = false;
312
285
  this.selectedMobileItem = null;
313
286
  this.isManualNavigation = false;
@@ -315,67 +288,91 @@ const PtcSubnavV2 = class {
315
288
  }
316
289
  componentWillLoad() {
317
290
  this.currentActive = this.activeSection;
318
- // Initialize selected mobile item with the current active section
319
- const navItems = this.getNavItems();
320
- if (navItems.length > 0) {
321
- this.selectedMobileItem =
322
- navItems.find((item) => item.id === this.activeSection) ||
323
- navItems[0];
324
- }
325
- else {
326
- this.selectedMobileItem = null;
327
- }
291
+ this.initializeMobileItem();
328
292
  this.calculateMobileDropdownItems();
329
293
  }
294
+ initializeMobileItem() {
295
+ const navItems = this.getNavItems();
296
+ this.selectedMobileItem =
297
+ navItems.length > 0
298
+ ? navItems.find((item) => item.id === this.activeSection) ||
299
+ navItems[0]
300
+ : null;
301
+ }
330
302
  componentDidLoad() {
331
- // Bind the functions once
303
+ this.bindEventHandlers();
304
+ this.calculateMobileDropdownItems();
305
+ this.handleResize();
306
+ this.addEventListeners();
307
+ this.setupIntersectionObserver();
308
+ }
309
+ bindEventHandlers() {
332
310
  this.boundHandleResize = this.handleResize.bind(this);
333
311
  this.boundHandleClickOutside = this.handleClickOutside.bind(this);
334
312
  this.boundHandleScroll = this.handleScroll.bind(this);
335
313
  this.boundHandleKeyDown = this.handleKeyDown.bind(this);
336
- // Recalculate navigation items in case slots are used
337
- this.calculateMobileDropdownItems();
338
- this.handleResize();
314
+ }
315
+ addEventListeners() {
339
316
  window.addEventListener("resize", this.boundHandleResize);
340
317
  document.addEventListener("click", this.boundHandleClickOutside);
341
318
  document.addEventListener("keydown", this.boundHandleKeyDown);
342
- // Setup intersection observer for scroll-based active state
343
- this.setupIntersectionObserver();
344
- // Add scroll listener as fallback
345
319
  window.addEventListener("scroll", this.boundHandleScroll, {
346
320
  passive: true,
347
321
  });
348
322
  }
349
323
  disconnectedCallback() {
324
+ this.removeEventListeners();
325
+ this.cleanupTimeouts();
326
+ this.cleanupIntersectionObserver();
327
+ }
328
+ removeEventListeners() {
350
329
  window.removeEventListener("resize", this.boundHandleResize);
351
330
  document.removeEventListener("click", this.boundHandleClickOutside);
352
331
  document.removeEventListener("keydown", this.boundHandleKeyDown);
353
332
  window.removeEventListener("scroll", this.boundHandleScroll);
354
- // Clean up intersection observer
333
+ }
334
+ cleanupTimeouts() {
335
+ [
336
+ this.scrollTimeout,
337
+ this.scrollThrottleTimeout,
338
+ this.manualNavigationTimeout,
339
+ ]
340
+ .filter(Boolean)
341
+ .forEach((timeout) => clearTimeout(timeout));
342
+ }
343
+ cleanupIntersectionObserver() {
355
344
  if (this.intersectionObserver) {
356
345
  this.intersectionObserver.disconnect();
357
346
  }
358
- // Clean up scroll timeout
359
- if (this.scrollTimeout) {
360
- clearTimeout(this.scrollTimeout);
361
- }
362
- // Clean up scroll throttle timeout
363
- if (this.scrollThrottleTimeout) {
364
- clearTimeout(this.scrollThrottleTimeout);
347
+ }
348
+ parsePropNavItems() {
349
+ var _a;
350
+ if (!((_a = this.navItems) === null || _a === void 0 ? void 0 : _a.trim()))
351
+ return null;
352
+ try {
353
+ const parsedItems = JSON.parse(this.navItems);
354
+ if (Array.isArray(parsedItems) && parsedItems.length > 0) {
355
+ const validItems = parsedItems.filter((item) => Boolean(item &&
356
+ typeof item.id === "string" &&
357
+ typeof item.label === "string"));
358
+ return validItems.length > 0 ? validItems : null;
359
+ }
365
360
  }
366
- // Clean up manual navigation timeout
367
- if (this.manualNavigationTimeout) {
368
- clearTimeout(this.manualNavigationTimeout);
361
+ catch (error) {
362
+ console.warn("Invalid navItems JSON provided to ptc-subnav-v2:", error);
369
363
  }
364
+ return null;
370
365
  }
371
366
  render() {
372
367
  var _a, _b;
373
368
  const navItems = this.getNavItems();
374
369
  // If no navigation items, don't render the navigation
375
370
  if (navItems.length === 0) {
376
- return (h(Host, null, h("div", { class: "subnav-container" }, h("div", { class: "subnav-menu-right" }, h("slot", { name: "subnav-menu-right" })))));
371
+ const hasRightContent = this.hasSubnavMenuRightContent();
372
+ return (h(Host, null, h("div", { class: `subnav-container ${!hasRightContent ? "full-width" : ""}` }, hasRightContent && (h("div", { class: "subnav-menu-right" }, h("slot", { name: "subnav-menu-right" }))))));
377
373
  }
378
- return (h(Host, null, h("div", { class: "subnav-container" }, h("nav", { class: "subnav-menu-left", role: "navigation", "aria-label": "Sub navigation", ref: (el) => (this.navContainer = el) }, this.isMobile ? (
374
+ const hasRightContent = this.hasSubnavMenuRightContent();
375
+ return (h(Host, null, h("div", { class: `subnav-container ${!hasRightContent ? "full-width" : ""}` }, h("nav", { class: `subnav-menu-left ${!hasRightContent ? "full-width" : ""}`, role: "navigation", "aria-label": "Sub navigation", ref: (el) => (this.navContainer = el) }, this.isMobile ? (
379
376
  // Mobile layout - dropdown with arrows
380
377
  h("div", { class: "mobile-dropdown-container" }, h("button", { class: "mobile-dropdown-button", onClick: this.toggleOverflowMenu, onKeyDown: (e) => {
381
378
  if (e.key === "Enter" ||
@@ -420,7 +417,7 @@ const PtcSubnavV2 = class {
420
417
  .currentActive ===
421
418
  item.id
422
419
  ? "page"
423
- : undefined }, item.label)))))))))), h("div", { class: "subnav-menu-right" }, h("slot", { name: "subnav-menu-right" })))));
420
+ : undefined }, item.label)))))))))), hasRightContent && (h("div", { class: "subnav-menu-right" }, h("slot", { name: "subnav-menu-right" }))))));
424
421
  }
425
422
  get el() { return getElement(this); }
426
423
  };
@@ -0,0 +1,157 @@
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-c83db688.js';
2
+ import { j as getSeoTagType } from './utils-bdd0cc16.js';
3
+
4
+ const ptcTitleCss = "h1.sc-ptc-title,h2.sc-ptc-title,h3.sc-ptc-title,h4.sc-ptc-title,h5.sc-ptc-title,h6.sc-ptc-title,p.sc-ptc-title,ul.sc-ptc-title,li.sc-ptc-title,ptc-subnav.sc-ptc-title,ptc-tab-list.sc-ptc-title,ptc-link.sc-ptc-title,ptc-square-card.sc-ptc-title,.hyphenate-text.sc-ptc-title,ptc-footer.sc-ptc-title{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1.sc-ptc-title,h2.sc-ptc-title,h3.sc-ptc-title,h4.sc-ptc-title,h5.sc-ptc-title,h6.sc-ptc-title,p.sc-ptc-title,ul.sc-ptc-title,li.sc-ptc-title,ptc-subnav.sc-ptc-title,ptc-tab-list.sc-ptc-title,ptc-link.sc-ptc-title,ptc-square-card.sc-ptc-title,.hyphenate-text.sc-ptc-title,ptc-footer.sc-ptc-title{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}div.center.sc-ptc-title{text-align:center}div.center.dotted.sc-ptc-title h1.sc-ptc-title::before,div.center.dotted.sc-ptc-title h2.sc-ptc-title::before,div.center.dotted.sc-ptc-title h3.sc-ptc-title::before,div.center.dotted.sc-ptc-title h4.sc-ptc-title::before,div.center.dotted.sc-ptc-title h5.sc-ptc-title::before,div.center.dotted.sc-ptc-title h6.sc-ptc-title::before{left:50%;transform:translateX(-50%)}div.left.sc-ptc-title{text-align:left;width:100%}div.left.dotted.sc-ptc-title h1.sc-ptc-title::before,div.left.dotted.sc-ptc-title h2.sc-ptc-title::before,div.left.dotted.sc-ptc-title h3.sc-ptc-title::before,div.left.dotted.sc-ptc-title h4.sc-ptc-title::before,div.left.dotted.sc-ptc-title h5.sc-ptc-title::before,div.left.dotted.sc-ptc-title h6.sc-ptc-title::before{left:0%}div.right.sc-ptc-title{text-align:right}div.right.dotted.sc-ptc-title h1.sc-ptc-title::before,div.right.dotted.sc-ptc-title h2.sc-ptc-title::before,div.right.dotted.sc-ptc-title h3.sc-ptc-title::before,div.right.dotted.sc-ptc-title h4.sc-ptc-title::before,div.right.dotted.sc-ptc-title h5.sc-ptc-title::before,div.right.dotted.sc-ptc-title h6.sc-ptc-title::before{right:0%}div.inherit.sc-ptc-title{text-align:inherit}div.dotted.sc-ptc-title h1.sc-ptc-title::before,div.dotted.sc-ptc-title h2.sc-ptc-title::before,div.dotted.sc-ptc-title h3.sc-ptc-title::before,div.dotted.sc-ptc-title h4.sc-ptc-title::before,div.dotted.sc-ptc-title h5.sc-ptc-title::before,div.dotted.sc-ptc-title h6.sc-ptc-title::before{content:\"\";position:absolute;top:-6px;width:30%;display:block;border-top:3px dashed var(--color-green-07)}div.solid.sc-ptc-title h1.sc-ptc-title,div.solid.sc-ptc-title h2.sc-ptc-title,div.solid.sc-ptc-title h3.sc-ptc-title,div.solid.sc-ptc-title h4.sc-ptc-title,div.solid.sc-ptc-title h5.sc-ptc-title,div.solid.sc-ptc-title h6.sc-ptc-title{padding-top:12px}div.solid.sc-ptc-title h1.sc-ptc-title::before,div.solid.sc-ptc-title h2.sc-ptc-title::before,div.solid.sc-ptc-title h3.sc-ptc-title::before,div.solid.sc-ptc-title h4.sc-ptc-title::before,div.solid.sc-ptc-title h5.sc-ptc-title::before,div.solid.sc-ptc-title h6.sc-ptc-title::before{content:\"\";position:absolute;width:100%;height:0.7px;background-color:var(--color-gray-03);opacity:0.9;left:0px;top:0}div.solid.sc-ptc-title h1.sc-ptc-title::after,div.solid.sc-ptc-title h2.sc-ptc-title::after,div.solid.sc-ptc-title h3.sc-ptc-title::after,div.solid.sc-ptc-title h4.sc-ptc-title::after,div.solid.sc-ptc-title h5.sc-ptc-title::after,div.solid.sc-ptc-title h6.sc-ptc-title::after{content:\"\";position:absolute;width:56px;height:2px;background-color:var(--color-green-07);top:-2px;left:0px}div.is-standard.sc-ptc-title h1.sc-ptc-title,div.is-standard.sc-ptc-title h2.sc-ptc-title,div.is-standard.sc-ptc-title h3.sc-ptc-title,div.is-standard.sc-ptc-title h4.sc-ptc-title,div.is-standard.sc-ptc-title h5.sc-ptc-title,div.is-standard.sc-ptc-title h6.sc-ptc-title{display:inline-block;position:relative}div.is-standard.sc-ptc-title h1.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);letter-spacing:0px;color:var(--color-gray-10)}@media only screen and (min-width: 768px){div.is-standard.sc-ptc-title h1.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.is-standard.sc-ptc-title h2.sc-ptc-title{font-size:var(--ptc-font-size-x-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);color:var(--color-gray-10)}@media only screen and (min-width: 768px){div.is-standard.sc-ptc-title h2.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}}div.is-plm-hub.sc-ptc-title h1.sc-ptc-title,div.is-plm-hub.sc-ptc-title h2.sc-ptc-title,div.is-plm-hub.sc-ptc-title h3.sc-ptc-title,div.is-plm-hub.sc-ptc-title h4.sc-ptc-title,div.is-plm-hub.sc-ptc-title h5.sc-ptc-title,div.is-plm-hub.sc-ptc-title h6.sc-ptc-title{display:inline-block;position:relative;margin-block-start:0em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px;color:var(--color-white) !important}div.margin-flush.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-flush.sc-ptc-title h1.sc-ptc-title,div.margin-flush.sc-ptc-title h2.sc-ptc-title,div.margin-flush.sc-ptc-title h3.sc-ptc-title,div.margin-flush.sc-ptc-title h4.sc-ptc-title,div.margin-flush.sc-ptc-title h5.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-top-2.sc-ptc-title{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}div.margin-top-3.sc-ptc-title{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}div.margin-top-4.sc-ptc-title{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}div.margin-top-5.sc-ptc-title{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}div.margin-top-6.sc-ptc-title{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}div.margin-bottom-2.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}div.margin-bottom-3.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}div.margin-bottom-4.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}div.margin-bottom-5.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}div.margin-bottom-6.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}div.margin-2.sc-ptc-title{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}div.margin-3.sc-ptc-title{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}div.margin-4.sc-ptc-title{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}div.margin-5.sc-ptc-title{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}div.margin-5.sc-ptc-title h4.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-6.sc-ptc-title{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}div.margin-9.sc-ptc-title{margin-top:var(--ptc-element-spacing-09);margin-bottom:var(--ptc-element-spacing-09)}div.green.sc-ptc-title h1.sc-ptc-title,div.green.sc-ptc-title h2.sc-ptc-title,div.green.sc-ptc-title h3.sc-ptc-title,div.green.sc-ptc-title h4.sc-ptc-title,div.green.sc-ptc-title h5.sc-ptc-title,div.green.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-green-07)}div.blue.sc-ptc-title h1.sc-ptc-title,div.blue.sc-ptc-title h2.sc-ptc-title,div.blue.sc-ptc-title h3.sc-ptc-title,div.blue.sc-ptc-title h4.sc-ptc-title,div.blue.sc-ptc-title h5.sc-ptc-title,div.blue.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-blue-07)}div.red.sc-ptc-title h1.sc-ptc-title,div.red.sc-ptc-title h2.sc-ptc-title,div.red.sc-ptc-title h3.sc-ptc-title,div.red.sc-ptc-title h4.sc-ptc-title,div.red.sc-ptc-title h5.sc-ptc-title,div.red.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-red-07)}div.orange.sc-ptc-title h1.sc-ptc-title,div.orange.sc-ptc-title h2.sc-ptc-title,div.orange.sc-ptc-title h3.sc-ptc-title,div.orange.sc-ptc-title h4.sc-ptc-title,div.orange.sc-ptc-title h5.sc-ptc-title,div.orange.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-orange-07)}div.slate-grey.sc-ptc-title h1.sc-ptc-title,div.slate-grey.sc-ptc-title h2.sc-ptc-title,div.slate-grey.sc-ptc-title h3.sc-ptc-title,div.slate-grey.sc-ptc-title h4.sc-ptc-title,div.slate-grey.sc-ptc-title h5.sc-ptc-title,div.slate-grey.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-gray-07)}div.w-3.sc-ptc-title h1.sc-ptc-title,div.w-3.sc-ptc-title h2.sc-ptc-title,div.w-3.sc-ptc-title h3.sc-ptc-title,div.w-3.sc-ptc-title h4.sc-ptc-title,div.w-3.sc-ptc-title h5.sc-ptc-title,div.w-3.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-thin)}div.w-4.sc-ptc-title h1.sc-ptc-title,div.w-4.sc-ptc-title h2.sc-ptc-title,div.w-4.sc-ptc-title h3.sc-ptc-title,div.w-4.sc-ptc-title h4.sc-ptc-title,div.w-4.sc-ptc-title h5.sc-ptc-title,div.w-4.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-regular)}div.w-5.sc-ptc-title h1.sc-ptc-title,div.w-5.sc-ptc-title h2.sc-ptc-title,div.w-5.sc-ptc-title h3.sc-ptc-title,div.w-5.sc-ptc-title h4.sc-ptc-title,div.w-5.sc-ptc-title h5.sc-ptc-title,div.w-5.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-medium)}div.w-6.sc-ptc-title h1.sc-ptc-title,div.w-6.sc-ptc-title h2.sc-ptc-title,div.w-6.sc-ptc-title h3.sc-ptc-title,div.w-6.sc-ptc-title h4.sc-ptc-title,div.w-6.sc-ptc-title h5.sc-ptc-title,div.w-6.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-semibold)}div.w-7.sc-ptc-title h1.sc-ptc-title,div.w-7.sc-ptc-title h2.sc-ptc-title,div.w-7.sc-ptc-title h3.sc-ptc-title,div.w-7.sc-ptc-title h4.sc-ptc-title,div.w-7.sc-ptc-title h5.sc-ptc-title,div.w-7.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-bold)}div.w-8.sc-ptc-title h1.sc-ptc-title,div.w-8.sc-ptc-title h2.sc-ptc-title,div.w-8.sc-ptc-title h3.sc-ptc-title,div.w-8.sc-ptc-title h4.sc-ptc-title,div.w-8.sc-ptc-title h5.sc-ptc-title,div.w-8.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-extrabold)}div.w-9.sc-ptc-title h1.sc-ptc-title,div.w-9.sc-ptc-title h2.sc-ptc-title,div.w-9.sc-ptc-title h3.sc-ptc-title,div.w-9.sc-ptc-title h4.sc-ptc-title,div.w-9.sc-ptc-title h5.sc-ptc-title,div.w-9.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-black)}div.xx-small.sc-ptc-title h1.sc-ptc-title,div.xx-small.sc-ptc-title h2.sc-ptc-title,div.xx-small.sc-ptc-title h3.sc-ptc-title,div.xx-small.sc-ptc-title h4.sc-ptc-title,div.xx-small.sc-ptc-title h5.sc-ptc-title,div.xx-small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-small)}div.x-small.sc-ptc-title h1.sc-ptc-title,div.x-small.sc-ptc-title h2.sc-ptc-title,div.x-small.sc-ptc-title h3.sc-ptc-title,div.x-small.sc-ptc-title h4.sc-ptc-title,div.x-small.sc-ptc-title h5.sc-ptc-title,div.x-small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-x-small)}div.small.sc-ptc-title h1.sc-ptc-title,div.small.sc-ptc-title h2.sc-ptc-title,div.small.sc-ptc-title h3.sc-ptc-title,div.small.sc-ptc-title h4.sc-ptc-title,div.small.sc-ptc-title h5.sc-ptc-title,div.small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-small)}div.medium.sc-ptc-title h1.sc-ptc-title,div.medium.sc-ptc-title h2.sc-ptc-title,div.medium.sc-ptc-title h3.sc-ptc-title,div.medium.sc-ptc-title h4.sc-ptc-title,div.medium.sc-ptc-title h5.sc-ptc-title,div.medium.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-medium)}div.large.sc-ptc-title h1.sc-ptc-title,div.large.sc-ptc-title h2.sc-ptc-title,div.large.sc-ptc-title h3.sc-ptc-title,div.large.sc-ptc-title h4.sc-ptc-title,div.large.sc-ptc-title h5.sc-ptc-title,div.large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-large)}div.large.sc-ptc-title h3.sc-ptc-title{font-size:var(--ptc-font-size-medium)}@media only screen and (min-width: 768px){div.large.sc-ptc-title h3.sc-ptc-title{font-size:var(--ptc-font-size-large)}}div.x-large.sc-ptc-title h1.sc-ptc-title,div.x-large.sc-ptc-title h2.sc-ptc-title,div.x-large.sc-ptc-title h3.sc-ptc-title,div.x-large.sc-ptc-title h4.sc-ptc-title,div.x-large.sc-ptc-title h5.sc-ptc-title,div.x-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-x-large)}div.xx-large.sc-ptc-title h1.sc-ptc-title,div.xx-large.sc-ptc-title h2.sc-ptc-title,div.xx-large.sc-ptc-title h3.sc-ptc-title,div.xx-large.sc-ptc-title h4.sc-ptc-title{font-size:var(--ptc-font-size-x-large)}@media only screen and (min-width: 768px){div.xx-large.sc-ptc-title h1.sc-ptc-title,div.xx-large.sc-ptc-title h2.sc-ptc-title,div.xx-large.sc-ptc-title h3.sc-ptc-title,div.xx-large.sc-ptc-title h4.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}}div.xxx-large.sc-ptc-title h1.sc-ptc-title,div.xxx-large.sc-ptc-title h2.sc-ptc-title,div.xxx-large.sc-ptc-title h3.sc-ptc-title,div.xxx-large.sc-ptc-title h4.sc-ptc-title,div.xxx-large.sc-ptc-title h5.sc-ptc-title,div.xxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}@media only screen and (min-width: 768px){div.xxx-large.sc-ptc-title h1.sc-ptc-title,div.xxx-large.sc-ptc-title h2.sc-ptc-title,div.xxx-large.sc-ptc-title h3.sc-ptc-title,div.xxx-large.sc-ptc-title h4.sc-ptc-title,div.xxx-large.sc-ptc-title h5.sc-ptc-title,div.xxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}}div.xxxx-large.sc-ptc-title h1.sc-ptc-title,div.xxxx-large.sc-ptc-title h2.sc-ptc-title,div.xxxx-large.sc-ptc-title h3.sc-ptc-title,div.xxxx-large.sc-ptc-title h4.sc-ptc-title,div.xxxx-large.sc-ptc-title h5.sc-ptc-title,div.xxxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 768px){div.xxxx-large.sc-ptc-title h1.sc-ptc-title,div.xxxx-large.sc-ptc-title h2.sc-ptc-title,div.xxxx-large.sc-ptc-title h3.sc-ptc-title,div.xxxx-large.sc-ptc-title h4.sc-ptc-title,div.xxxx-large.sc-ptc-title h5.sc-ptc-title,div.xxxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.xx-large-allbp.sc-ptc-title h1.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h2.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h3.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h4.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h5.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}div.xxxx-large-allbp.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}div.xxxx-large-desktop.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 992px){div.xxxx-large-desktop.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.xxxx-large-store.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 992px){div.xxxx-large-store.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.densest.sc-ptc-title h1.sc-ptc-title,div.densest.sc-ptc-title h2.sc-ptc-title,div.densest.sc-ptc-title h3.sc-ptc-title,div.densest.sc-ptc-title h4.sc-ptc-title,div.densest.sc-ptc-title h5.sc-ptc-title,div.densest.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-densest)}div.denser.sc-ptc-title h1.sc-ptc-title,div.denser.sc-ptc-title h2.sc-ptc-title,div.denser.sc-ptc-title h3.sc-ptc-title,div.denser.sc-ptc-title h4.sc-ptc-title,div.denser.sc-ptc-title h5.sc-ptc-title,div.denser.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-denser)}div.dense.sc-ptc-title h1.sc-ptc-title,div.dense.sc-ptc-title h2.sc-ptc-title,div.dense.sc-ptc-title h3.sc-ptc-title,div.dense.sc-ptc-title h4.sc-ptc-title,div.dense.sc-ptc-title h5.sc-ptc-title,div.dense.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-dense)}div.normal.sc-ptc-title h1.sc-ptc-title,div.normal.sc-ptc-title h2.sc-ptc-title,div.normal.sc-ptc-title h3.sc-ptc-title,div.normal.sc-ptc-title h4.sc-ptc-title,div.normal.sc-ptc-title h5.sc-ptc-title,div.normal.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-normal)}div.loose.sc-ptc-title h1.sc-ptc-title,div.loose.sc-ptc-title h2.sc-ptc-title,div.loose.sc-ptc-title h3.sc-ptc-title,div.loose.sc-ptc-title h4.sc-ptc-title,div.loose.sc-ptc-title h5.sc-ptc-title,div.loose.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-loose)}div.looser.sc-ptc-title h1.sc-ptc-title,div.looser.sc-ptc-title h2.sc-ptc-title,div.looser.sc-ptc-title h3.sc-ptc-title,div.looser.sc-ptc-title h4.sc-ptc-title,div.looser.sc-ptc-title h5.sc-ptc-title,div.looser.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-looser)}div.paragraph.sc-ptc-title h1.sc-ptc-title,div.paragraph.sc-ptc-title h2.sc-ptc-title,div.paragraph.sc-ptc-title h3.sc-ptc-title,div.paragraph.sc-ptc-title h4.sc-ptc-title,div.paragraph.sc-ptc-title h5.sc-ptc-title,div.paragraph.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-paragraph)}div.black.sc-ptc-title h1.sc-ptc-title,div.black.sc-ptc-title h2.sc-ptc-title,div.black.sc-ptc-title h3.sc-ptc-title,div.black.sc-ptc-title h4.sc-ptc-title,div.black.sc-ptc-title h5.sc-ptc-title,div.black.sc-ptc-title h6.sc-ptc-title{color:var(--color-black)}div.white.sc-ptc-title h1.sc-ptc-title,div.white.sc-ptc-title h2.sc-ptc-title,div.white.sc-ptc-title h3.sc-ptc-title,div.white.sc-ptc-title h4.sc-ptc-title,div.white.sc-ptc-title h5.sc-ptc-title,div.white.sc-ptc-title h6.sc-ptc-title{color:var(--color-white)}div.gray-1.sc-ptc-title h1.sc-ptc-title,div.gray-1.sc-ptc-title h2.sc-ptc-title,div.gray-1.sc-ptc-title h3.sc-ptc-title,div.gray-1.sc-ptc-title h4.sc-ptc-title,div.gray-1.sc-ptc-title h5.sc-ptc-title,div.gray-1.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-01)}div.gray.sc-ptc-title h1.sc-ptc-title,div.gray.sc-ptc-title h2.sc-ptc-title,div.gray.sc-ptc-title h3.sc-ptc-title,div.gray.sc-ptc-title h4.sc-ptc-title,div.gray.sc-ptc-title h5.sc-ptc-title,div.gray.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-10)}div.gray-darker.sc-ptc-title h1.sc-ptc-title,div.gray-darker.sc-ptc-title h2.sc-ptc-title,div.gray-darker.sc-ptc-title h3.sc-ptc-title,div.gray-darker.sc-ptc-title h4.sc-ptc-title,div.gray-darker.sc-ptc-title h5.sc-ptc-title,div.gray-darker.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-11)}div.ellipsis-boxing.sc-ptc-title h1.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h2.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h3.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h4.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h5.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h6.sc-ptc-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;padding-bottom:0}div.block.sc-ptc-title h1.sc-ptc-title,div.block.sc-ptc-title h2.sc-ptc-title,div.block.sc-ptc-title h3.sc-ptc-title,div.block.sc-ptc-title h4.sc-ptc-title,div.block.sc-ptc-title h5.sc-ptc-title,div.block.sc-ptc-title h6.sc-ptc-title{display:block}.line-clamp-title.sc-ptc-title{display:-webkit-box !important;-webkit-box-orient:vertical;overflow:hidden}.sc-ptc-title-h{display:block}.sc-ptc-title-h div.sc-ptc-title{position:relative}";
5
+
6
+ const PtcTitle = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.isPlmHub = false;
10
+ this.type = "h2";
11
+ this.textAlign = undefined;
12
+ this.upperline = "dotted";
13
+ this.titleShadow = undefined;
14
+ this.titleColor = "gray";
15
+ this.titleMargin = undefined;
16
+ this.titleWeight = undefined;
17
+ this.titleSize = undefined;
18
+ this.titleHeight = "densest";
19
+ this.styles = undefined;
20
+ this.ellipsisLineCutoff = undefined;
21
+ this.titleDisplay = "inline-block";
22
+ this.seoCompatibilityMode = false;
23
+ this.tooltipZIndex = "auto";
24
+ this.tooltipPosition = "bottom";
25
+ this.tooltipTheme = "standard";
26
+ this.enableTooltip = false;
27
+ this.maxChars = undefined;
28
+ this.maxLines = undefined;
29
+ this.hideTooltipOnMobile = false;
30
+ this.ismob = undefined;
31
+ this.tooltipWidth = "default";
32
+ }
33
+ // Tooltip Properties ends
34
+ componentDidLoad() {
35
+ if (this.hideTooltipOnMobile) {
36
+ this.el.classList.add("hide-tooltip-on-mobile");
37
+ }
38
+ this.el.addEventListener("mouseenter", () => this.toggleTitleTooltip(true));
39
+ this.el.addEventListener("mouseleave", () => this.toggleTitleTooltip(false));
40
+ }
41
+ render() {
42
+ if (this.seoCompatibilityMode) {
43
+ return this.seoCompRender();
44
+ }
45
+ else {
46
+ return this.standardRender();
47
+ }
48
+ }
49
+ getSortedText(content) {
50
+ if (!this.enableTooltip)
51
+ return;
52
+ const trimmedContent = content.trim();
53
+ const shouldTruncate = trimmedContent.length > this.maxChars && !this.maxLines;
54
+ return shouldTruncate
55
+ ? trimmedContent.slice(0, this.maxChars) + "..."
56
+ : trimmedContent;
57
+ }
58
+ toggleTitleTooltip(show) {
59
+ var _a;
60
+ const tooltipClass = "tooltip-box";
61
+ const existingTooltip = this.el.querySelector(`.${tooltipClass}`);
62
+ const text = this.el.querySelectorAll(".line-clamp-title");
63
+ let maxLinesShowCheck = false;
64
+ if (text) {
65
+ text.forEach((t) => {
66
+ maxLinesShowCheck = t.scrollHeight > t.clientHeight;
67
+ });
68
+ }
69
+ const ifCharExceeds = this.tooltipText &&
70
+ this.tooltipText.length > this.maxChars &&
71
+ !this.maxLines;
72
+ const ifLinesExceeds = this.maxLines && maxLinesShowCheck;
73
+ if (show && this.enableTooltip) {
74
+ if ((!existingTooltip && ifCharExceeds) ||
75
+ (!existingTooltip && ifLinesExceeds)) {
76
+ const tooltipMarkup = document.createElement("div");
77
+ tooltipMarkup.className = tooltipClass;
78
+ tooltipMarkup.innerText = this.tooltipText;
79
+ tooltipMarkup.style.zIndex = String(this.tooltipZIndex); // Ensures zIndex is a string
80
+ tooltipMarkup.classList.add(this.tooltipPosition, this.tooltipTheme, this.tooltipWidth);
81
+ if (this.hideTooltipOnMobile) {
82
+ tooltipMarkup.classList.add("hide-tooltip-mobile");
83
+ }
84
+ (_a = this.el.querySelector("div")) === null || _a === void 0 ? void 0 : _a.appendChild(tooltipMarkup);
85
+ }
86
+ }
87
+ else {
88
+ existingTooltip === null || existingTooltip === void 0 ? void 0 : existingTooltip.remove();
89
+ }
90
+ }
91
+ seoCompRender() {
92
+ const classMap = this.getCssClassMap();
93
+ const cutOff = this.getLineCuttoff();
94
+ const [TagType, firstChild] = getSeoTagType(this.el, this.type);
95
+ let html = firstChild && firstChild.innerHTML;
96
+ // added for tooltip
97
+ this.tooltipText = html.trim();
98
+ let eleText = firstChild && firstChild.innerText;
99
+ html = this.enableTooltip ? this.getSortedText(eleText) : html;
100
+ if (this.el == firstChild) {
101
+ this.el.innerHTML = "";
102
+ }
103
+ return (h(Host, null, this.styles && h("style", null, this.styles), h("div", { class: classMap }, h(TagType, { innerHTML: html, style: cutOff, class: this.maxLines && this.maxLines > 0
104
+ ? "line-clamp-title"
105
+ : "" }))));
106
+ }
107
+ standardRender() {
108
+ const classMap = this.getCssClassMap();
109
+ const cutOff = this.getLineCuttoff();
110
+ let TagType;
111
+ switch (this.type) {
112
+ case "h1":
113
+ TagType = "h1";
114
+ break;
115
+ case "h3":
116
+ TagType = "h3";
117
+ break;
118
+ case "h4":
119
+ TagType = "h4";
120
+ break;
121
+ case "h5":
122
+ TagType = "h5";
123
+ break;
124
+ case "h6":
125
+ TagType = "h6";
126
+ break;
127
+ default:
128
+ TagType = "h2";
129
+ }
130
+ return (h(Host, null, this.styles && h("style", null, this.styles), h("div", { class: classMap }, h(TagType, { style: cutOff }, h("slot", null)))));
131
+ }
132
+ getCssClassMap() {
133
+ return {
134
+ [this.textAlign]: !!this.textAlign ? true : false,
135
+ [this.upperline]: true,
136
+ [this.isPlmHub ? "is-plm-hub" : "is-standard"]: true,
137
+ [this.titleMargin]: !!this.titleMargin ? true : false,
138
+ [this.titleShadow]: !!this.titleShadow ? true : false,
139
+ [this.titleWeight]: !!this.titleWeight ? true : false,
140
+ [this.titleSize]: !!this.titleSize ? true : false,
141
+ [this.titleHeight]: !!this.titleHeight ? true : false,
142
+ [this.titleColor]: !!this.titleColor ? true : false,
143
+ ["ellipsis-boxing"]: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
144
+ [this.titleDisplay]: !!this.titleDisplay ? true : false,
145
+ };
146
+ }
147
+ getLineCuttoff() {
148
+ const lineClamp = this.ellipsisLineCutoff > 0
149
+ ? this.ellipsisLineCutoff
150
+ : this.maxLines;
151
+ return lineClamp > 0 ? { "-webkit-line-clamp": `${lineClamp}` } : {};
152
+ }
153
+ get el() { return getElement(this); }
154
+ };
155
+ PtcTitle.style = ptcTitleCss;
156
+
157
+ export { PtcTitle as ptc_title };
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h, H as Host } from './index-c83db688.js';
2
2
 
3
- const ptcValuePropCardCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}:host .vp-card{display:block;position:relative;box-shadow:var(--ptc-shadow-x-large);border-radius:var(--ptc-border-radius-large);overflow:hidden;height:200px}@media only screen and (min-width: 480px){:host .vp-card{height:250px}}@media only screen and (min-width: 768px){:host .vp-card{height:300px}}@media only screen and (min-width: 992px){:host .vp-card{height:548px}}:host .vp-card .overlay{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.33);z-index:1;opacity:0;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host .vp-card .caption{position:absolute;bottom:0;left:0;width:75%;text-align:center;padding:1rem;border-radius:var(--ptc-border-radius-large);border:1px solid var(--color-white);background-color:rgba(0, 0, 0, 0.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--color-white);z-index:10;display:flex;justify-content:center;align-items:center;min-height:54px}@media only screen and (min-width: 480px){:host .vp-card .caption{width:60%}}@media only screen and (min-width: 768px){:host .vp-card .caption{width:75%}}:host .vp-card .caption ptc-para{text-decoration-color:var(--color-green-06);text-decoration-line:none;text-decoration-style:initial;text-underline-offset:5px;text-decoration-thickness:2px;transition:text-decoration-line var(--ptc-transition-medium) var(--ptc-ease-inout)}:host .vp-card:hover .overlay{opacity:1}:host .vp-card:hover .caption ptc-para{text-decoration-line:underline}";
3
+ const ptcValuePropCardCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}:host .vp-card{display:block;position:relative;box-shadow:var(--ptc-shadow-x-large);border-radius:var(--ptc-border-radius-large);overflow:hidden;height:200px}@media only screen and (min-width: 480px){:host .vp-card{height:250px}}@media only screen and (min-width: 768px){:host .vp-card{height:300px}}@media only screen and (min-width: 992px){:host .vp-card{height:548px}}:host .vp-card .overlay{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.33);z-index:1;opacity:0;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host .vp-card .caption{position:absolute;bottom:0;left:0;width:75%;text-align:center;padding:1rem;border-radius:var(--ptc-border-radius-large);border:1px solid var(--color-white);background-color:rgba(0, 0, 0, 0.6);backdrop-filter:blur(2px);color:var(--color-white);z-index:10;display:flex;justify-content:center;align-items:center;min-height:54px}@media only screen and (min-width: 480px){:host .vp-card .caption{width:60%}}@media only screen and (min-width: 768px){:host .vp-card .caption{width:75%}}:host .vp-card .caption ptc-para{text-decoration-color:var(--color-green-06);text-decoration-line:none;text-decoration-style:initial;text-underline-offset:5px;text-decoration-thickness:2px;transition:text-decoration-line var(--ptc-transition-medium) var(--ptc-ease-inout)}:host .vp-card:hover .overlay{opacity:1}:host .vp-card:hover .caption ptc-para{text-decoration-line:underline}";
4
4
 
5
5
  const PtcValuePropCard = class {
6
6
  constructor(hostRef) {