@ptcwebops/ptcw-design 4.2.4 → 4.2.6
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.
- package/dist/cjs/{ptc-preloader-section.cjs.entry.js → icon-asset_10.cjs.entry.js} +647 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/most-popular-news.cjs.entry.js +1 -1
- package/dist/cjs/my-component.cjs.entry.js +1 -1
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +1 -1
- package/dist/cjs/ptc-form-checkbox_2.cjs.entry.js +2 -2
- package/dist/cjs/ptc-homepage-image-feature.cjs.entry.js +22 -0
- package/dist/cjs/ptc-img.cjs.entry.js +133 -0
- package/dist/cjs/ptc-link.cjs.entry.js +1 -1
- package/dist/cjs/ptc-media-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-multi-select_2.cjs.entry.js +5 -5
- package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +1 -1
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ptc-tab-list.cjs.entry.js +1 -1
- package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +1 -1
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/tab-header.cjs.entry.js +1 -1
- package/dist/cjs/{utils-eaf0f7f0.js → utils-fe61106d.js} +4 -1
- package/dist/cjs/{validation-messages-efeb4248.js → validation-messages-33a4f26b.js} +12 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/icon-asset/media/designer.svg +44 -1
- package/dist/collection/components/ptc-background-video/ptc-background-video.css +29 -1
- package/dist/collection/components/ptc-background-video/ptc-background-video.js +39 -1
- package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.css +306 -0
- package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.js +243 -0
- package/dist/collection/components/ptc-multi-select/ptc-multi-select.css +5 -1
- package/dist/collection/components/ptc-multi-select/ptc-multi-select.js +2 -2
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +67 -0
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +24 -1
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.css +34 -3
- package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.css +19 -1
- package/dist/collection/components/tab-header/tab-header.css +3 -0
- package/dist/collection/utils/utils.js +4 -1
- package/dist/collection/utils/validation-messages.js +12 -0
- package/dist/custom-elements/index.d.ts +6 -0
- package/dist/custom-elements/index.js +159 -14
- package/dist/esm/academic-form-test.entry.js +1 -1
- package/dist/esm/author-listing-example.entry.js +1 -1
- package/dist/esm/bundle-example.entry.js +1 -1
- package/dist/esm/bundle-jumbotron-example.entry.js +1 -1
- package/dist/esm/dropdown-item.entry.js +1 -1
- package/dist/esm/dynamic-box-bundle.entry.js +1 -1
- package/dist/esm/embedded-form.entry.js +1 -1
- package/dist/esm/featured-list.entry.js +1 -1
- package/dist/esm/fl-tab-content_3.entry.js +1 -1
- package/dist/esm/footer-form.entry.js +1 -1
- package/dist/esm/{ptc-preloader-section.entry.js → icon-asset_10.entry.js} +640 -4
- package/dist/esm/{index-c83db688.js → index-0bf594c4.js} +1 -1
- package/dist/esm/innovator-toggle-container.entry.js +1 -1
- package/dist/esm/list-item.entry.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/most-popular-news.entry.js +2 -2
- package/dist/esm/my-component.entry.js +2 -2
- package/dist/esm/news-search-result.entry.js +1 -1
- package/dist/esm/ptc-accordion-item.entry.js +1 -1
- package/dist/esm/ptc-accordion.entry.js +1 -1
- package/dist/esm/ptc-announcement.entry.js +1 -1
- package/dist/esm/ptc-back-to-top.entry.js +1 -1
- package/dist/esm/ptc-badge.entry.js +1 -1
- package/dist/esm/ptc-bio-card.entry.js +1 -1
- package/dist/esm/ptc-breadcrumb_2.entry.js +1 -1
- package/dist/esm/ptc-brightcov-video.entry.js +1 -1
- package/dist/esm/ptc-card-bottom_2.entry.js +1 -1
- package/dist/esm/ptc-card-content.entry.js +1 -1
- package/dist/esm/ptc-card_2.entry.js +1 -1
- package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
- package/dist/esm/ptc-checkbox-group.entry.js +1 -1
- package/dist/esm/ptc-checkbox.entry.js +1 -1
- package/dist/esm/ptc-close-icon_2.entry.js +1 -1
- package/dist/esm/ptc-collapse-list.entry.js +2 -2
- package/dist/esm/ptc-container.entry.js +1 -1
- package/dist/esm/ptc-data-lookup.entry.js +1 -1
- package/dist/esm/ptc-dropdown.entry.js +1 -1
- package/dist/esm/ptc-dynamic-card.entry.js +1 -1
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +1 -1
- package/dist/esm/ptc-embedded-quiz.entry.js +1 -1
- package/dist/esm/ptc-featured-list.entry.js +1 -1
- package/dist/esm/ptc-filter-dropdown_4.entry.js +1 -1
- package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
- package/dist/esm/ptc-filter-tag.entry.js +1 -1
- package/dist/esm/ptc-footer.entry.js +1 -1
- package/dist/esm/ptc-form-checkbox_2.entry.js +3 -3
- package/dist/esm/ptc-form.entry.js +1 -1
- package/dist/esm/ptc-hero-footer-cta.entry.js +1 -1
- package/dist/esm/ptc-hero.entry.js +1 -1
- package/dist/esm/ptc-homepage-image-feature.entry.js +18 -0
- package/dist/esm/ptc-icon-card.entry.js +1 -1
- package/dist/esm/ptc-icon-component.entry.js +1 -1
- package/dist/esm/ptc-icon-list.entry.js +1 -1
- package/dist/esm/ptc-icon-minimize.entry.js +1 -1
- package/dist/esm/ptc-image-download-strip.entry.js +1 -1
- package/dist/esm/ptc-img.entry.js +129 -0
- package/dist/esm/ptc-link.entry.js +2 -2
- package/dist/esm/ptc-list.entry.js +1 -1
- package/dist/esm/ptc-media-card.entry.js +2 -2
- package/dist/esm/ptc-minimized-nav.entry.js +1 -1
- package/dist/esm/ptc-mobile-select.entry.js +1 -1
- package/dist/esm/ptc-modal-quiz.entry.js +1 -1
- package/dist/esm/ptc-multi-select_2.entry.js +6 -6
- package/dist/esm/ptc-nav-card.entry.js +1 -1
- package/dist/esm/ptc-nav-link.entry.js +1 -1
- package/dist/esm/ptc-nav-pills.entry.js +1 -1
- package/dist/esm/ptc-nav-slider.entry.js +1 -1
- package/dist/esm/ptc-nav-submenu.entry.js +1 -1
- package/dist/esm/ptc-nav-tile.entry.js +1 -1
- package/dist/esm/ptc-news.entry.js +1 -1
- package/dist/esm/ptc-office-location-card.entry.js +1 -1
- package/dist/esm/ptc-office-locations.entry.js +1 -1
- package/dist/esm/ptc-overlay.entry.js +1 -1
- package/dist/esm/ptc-pagenation.entry.js +1 -1
- package/dist/esm/ptc-picture.entry.js +1 -1
- package/dist/esm/ptc-podcast-card.entry.js +1 -1
- package/dist/esm/ptc-preferance-center-form.entry.js +1 -1
- package/dist/esm/ptc-previous-url.entry.js +1 -1
- package/dist/esm/ptc-pricing-add-on-card.entry.js +1 -1
- package/dist/esm/ptc-pricing-add-on-section.entry.js +1 -1
- package/dist/esm/ptc-pricing-block.entry.js +1 -1
- package/dist/esm/ptc-pricing-packaging-table.entry.js +2 -2
- package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
- package/dist/esm/ptc-product-card.entry.js +1 -1
- package/dist/esm/ptc-product-category.entry.js +1 -1
- package/dist/esm/ptc-product-dropdown.entry.js +1 -1
- package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
- package/dist/esm/ptc-product-list.entry.js +1 -1
- package/dist/esm/ptc-product-sidebar.entry.js +1 -1
- package/dist/esm/ptc-progress-bar.entry.js +1 -1
- package/dist/esm/ptc-quote.entry.js +1 -1
- package/dist/esm/ptc-readmore-char.entry.js +1 -1
- package/dist/esm/ptc-readmore.entry.js +1 -1
- package/dist/esm/ptc-related-card-rail.entry.js +1 -1
- package/dist/esm/ptc-responsive-wrapper.entry.js +1 -1
- package/dist/esm/ptc-search-field.entry.js +1 -1
- package/dist/esm/ptc-seo-title.entry.js +1 -1
- package/dist/esm/ptc-shopping-cart.entry.js +1 -1
- package/dist/esm/ptc-showcase-card.entry.js +1 -1
- package/dist/esm/ptc-skeleton.entry.js +1 -1
- package/dist/esm/ptc-slit-card.entry.js +1 -1
- package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
- package/dist/esm/ptc-span.entry.js +1 -1
- package/dist/esm/ptc-square-card.entry.js +1 -1
- package/dist/esm/ptc-sticky-icons.entry.js +1 -1
- package/dist/esm/ptc-sticky-section.entry.js +1 -1
- package/dist/esm/ptc-sticky-title.entry.js +1 -1
- package/dist/esm/ptc-subnav-card.entry.js +1 -1
- package/dist/esm/ptc-subnav.entry.js +1 -1
- package/dist/esm/ptc-svg-btn.entry.js +1 -1
- package/dist/esm/ptc-tab-list.entry.js +2 -2
- package/dist/esm/ptc-tab.entry.js +1 -1
- package/dist/esm/ptc-tabs.entry.js +1 -1
- package/dist/esm/ptc-text-copy-with-background.entry.js +2 -2
- package/dist/esm/ptc-theater-video-modal.entry.js +1 -1
- package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
- package/dist/esm/ptc-two-column-media.entry.js +1 -1
- package/dist/esm/ptc-value-led-card.entry.js +1 -1
- package/dist/esm/ptc-value-led-content-highlight.entry.js +1 -1
- package/dist/esm/ptc-value-led-content.entry.js +1 -1
- package/dist/esm/ptc-value-led-intro.entry.js +1 -1
- package/dist/esm/ptc-value-led-layout.entry.js +1 -1
- package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
- package/dist/esm/ptc-value-prop-card.entry.js +1 -1
- package/dist/esm/ptc-white-paper.entry.js +1 -1
- package/dist/esm/ptcw-design.js +3 -3
- package/dist/esm/sequential-bundle-example.entry.js +1 -1
- package/dist/esm/sequential-bundle.entry.js +1 -1
- package/dist/esm/tab-content.entry.js +1 -1
- package/dist/esm/tab-header.entry.js +2 -2
- package/dist/esm/{utils-2595f251.js → utils-4a9e39a7.js} +4 -1
- package/dist/esm/{validation-messages-ffe89594.js → validation-messages-adbb6518.js} +12 -0
- package/dist/ptcw-design/media/designer.svg +44 -1
- package/dist/ptcw-design/{p-faed9cae.entry.js → p-01e02d44.entry.js} +1 -1
- package/dist/ptcw-design/{p-44fdf9b7.entry.js → p-0597f321.entry.js} +1 -1
- package/dist/ptcw-design/{p-045ad66c.entry.js → p-06864e44.entry.js} +1 -1
- package/dist/ptcw-design/{p-a6dbc81d.entry.js → p-06ad59bc.entry.js} +1 -1
- package/dist/ptcw-design/{p-a89c0bbe.entry.js → p-06ed916b.entry.js} +1 -1
- package/dist/ptcw-design/{p-e14bf61d.entry.js → p-0825d719.entry.js} +1 -1
- package/dist/ptcw-design/{p-644fa438.entry.js → p-08937894.entry.js} +1 -1
- package/dist/ptcw-design/{p-2ac49ff2.entry.js → p-0d4d057b.entry.js} +1 -1
- package/dist/ptcw-design/{p-5a07616e.entry.js → p-0f2d47c6.entry.js} +1 -1
- package/dist/ptcw-design/{p-b96fa215.entry.js → p-1712b7b5.entry.js} +1 -1
- package/dist/ptcw-design/{p-810fd46c.entry.js → p-1805725b.entry.js} +1 -1
- package/dist/ptcw-design/{p-e3e1bc58.entry.js → p-18956d63.entry.js} +1 -1
- package/dist/ptcw-design/{p-af3bb40d.js → p-18a5a338.js} +1 -1
- package/dist/ptcw-design/{p-0cc854f9.entry.js → p-18eb591d.entry.js} +1 -1
- package/dist/ptcw-design/{p-5cb43cb6.entry.js → p-1af56d4e.entry.js} +1 -1
- package/dist/ptcw-design/{p-26966ae1.entry.js → p-1e5e3558.entry.js} +1 -1
- package/dist/ptcw-design/{p-46f67bec.entry.js → p-1e9f25fc.entry.js} +1 -1
- package/dist/ptcw-design/{p-de3bb386.entry.js → p-1f3a6514.entry.js} +1 -1
- package/dist/ptcw-design/{p-aaebc0d6.entry.js → p-22992fc8.entry.js} +1 -1
- package/dist/ptcw-design/{p-f5188e6f.entry.js → p-24dc27af.entry.js} +1 -1
- package/dist/ptcw-design/{p-592963d3.entry.js → p-25a3d817.entry.js} +1 -1
- package/dist/ptcw-design/{p-384c21c3.entry.js → p-25d30988.entry.js} +1 -1
- package/dist/ptcw-design/{p-45a7286a.entry.js → p-25daac47.entry.js} +1 -1
- package/dist/ptcw-design/{p-0f0ab4dc.entry.js → p-29ba7f9e.entry.js} +1 -1
- package/dist/ptcw-design/{p-dd47fa46.entry.js → p-2a0a8412.entry.js} +1 -1
- package/dist/ptcw-design/{p-e7deaf1b.entry.js → p-2acb785a.entry.js} +1 -1
- package/dist/ptcw-design/{p-ad4189ee.entry.js → p-2e8e0c1f.entry.js} +1 -1
- package/dist/ptcw-design/{p-e337444b.entry.js → p-30885cde.entry.js} +1 -1
- package/dist/ptcw-design/{p-8fa374a8.entry.js → p-31ec7a04.entry.js} +1 -1
- package/dist/ptcw-design/{p-c9c99539.entry.js → p-327bf8c6.entry.js} +1 -1
- package/dist/ptcw-design/{p-ee7fc174.entry.js → p-3937c3df.entry.js} +1 -1
- package/dist/ptcw-design/{p-cc01abde.entry.js → p-3a02bf53.entry.js} +1 -1
- package/dist/ptcw-design/{p-63fcef67.entry.js → p-3c1d4d00.entry.js} +1 -1
- package/dist/ptcw-design/p-3cc36769.entry.js +1 -0
- package/dist/ptcw-design/{p-792366db.entry.js → p-3f0b0431.entry.js} +1 -1
- package/dist/ptcw-design/{p-45770040.entry.js → p-411475e3.entry.js} +1 -1
- package/dist/ptcw-design/{p-4c28c632.entry.js → p-44e02888.entry.js} +1 -1
- package/dist/ptcw-design/{p-a5ada98e.entry.js → p-4598da3c.entry.js} +1 -1
- package/dist/ptcw-design/{p-addd2551.entry.js → p-45ca739d.entry.js} +1 -1
- package/dist/ptcw-design/{p-2a7b4b0f.entry.js → p-463d60b1.entry.js} +1 -1
- package/dist/ptcw-design/{p-705959ab.entry.js → p-46953fc3.entry.js} +1 -1
- package/dist/ptcw-design/{p-6b73caca.entry.js → p-4960bae3.entry.js} +1 -1
- package/dist/ptcw-design/{p-ee534211.entry.js → p-4b23b4c3.entry.js} +1 -1
- package/dist/ptcw-design/{p-0c398d7b.entry.js → p-4bab2ce5.entry.js} +1 -1
- package/dist/ptcw-design/{p-0b7f6a74.entry.js → p-4c635948.entry.js} +1 -1
- package/dist/ptcw-design/{p-be581010.entry.js → p-4d3eba0e.entry.js} +1 -1
- package/dist/ptcw-design/p-4efa7c2f.entry.js +1 -0
- package/dist/ptcw-design/{p-6a1caecd.entry.js → p-506bf4cd.entry.js} +1 -1
- package/dist/ptcw-design/{p-22fb384d.entry.js → p-51dcff7b.entry.js} +1 -1
- package/dist/ptcw-design/{p-64fad55d.entry.js → p-5207224e.entry.js} +1 -1
- package/dist/ptcw-design/{p-70fa9fed.entry.js → p-531cb2fc.entry.js} +1 -1
- package/dist/ptcw-design/{p-d0c1a39d.entry.js → p-5372b86d.entry.js} +1 -1
- package/dist/ptcw-design/{p-e4fbda38.entry.js → p-5563c7fc.entry.js} +1 -1
- package/dist/ptcw-design/{p-6ffb9dc8.entry.js → p-589c3d4f.entry.js} +1 -1
- package/dist/ptcw-design/{p-5a6aac5c.entry.js → p-5c0b1447.entry.js} +1 -1
- package/dist/ptcw-design/{p-db15cc33.entry.js → p-5d8b28ef.entry.js} +1 -1
- package/dist/ptcw-design/p-62c159d4.entry.js +1 -0
- package/dist/ptcw-design/p-67a604a7.entry.js +1 -0
- package/dist/ptcw-design/{p-59a96cd0.entry.js → p-6874a270.entry.js} +1 -1
- package/dist/ptcw-design/{p-015fbc28.entry.js → p-6928fe7a.entry.js} +1 -1
- package/dist/ptcw-design/p-69da5574.entry.js +1 -0
- package/dist/ptcw-design/{p-87e37047.entry.js → p-6a024c35.entry.js} +1 -1
- package/dist/ptcw-design/{p-470b5117.entry.js → p-6aa447c5.entry.js} +1 -1
- package/dist/ptcw-design/{p-6a271368.entry.js → p-6c7c4ca0.entry.js} +1 -1
- package/dist/ptcw-design/{p-3bdcc7a8.entry.js → p-6ca28fcb.entry.js} +1 -1
- package/dist/ptcw-design/{p-fb2ef807.entry.js → p-6d1a6bcd.entry.js} +1 -1
- package/dist/ptcw-design/{p-f6fc7b08.entry.js → p-6d31a126.entry.js} +1 -1
- package/dist/ptcw-design/{p-20808072.entry.js → p-6d9c25ea.entry.js} +1 -1
- package/dist/ptcw-design/{p-01a2ee56.entry.js → p-6e3ebacd.entry.js} +1 -1
- package/dist/ptcw-design/{p-5f56ee9d.entry.js → p-705a4a24.entry.js} +1 -1
- package/dist/ptcw-design/{p-cc79635e.entry.js → p-797947ca.entry.js} +1 -1
- package/dist/ptcw-design/{p-a97d6e57.entry.js → p-7b386756.entry.js} +1 -1
- package/dist/ptcw-design/{p-478989c6.entry.js → p-7c39e446.entry.js} +1 -1
- package/dist/ptcw-design/p-7f880c94.entry.js +1 -0
- package/dist/ptcw-design/{p-be758cc0.entry.js → p-7f8fe105.entry.js} +1 -1
- package/dist/ptcw-design/{p-f2de11bd.entry.js → p-833816ad.entry.js} +1 -1
- package/dist/ptcw-design/p-835f68ca.entry.js +1 -0
- package/dist/ptcw-design/{p-6e33302d.entry.js → p-86a997bd.entry.js} +1 -1
- package/dist/ptcw-design/{p-f76f032a.entry.js → p-872ad3f1.entry.js} +1 -1
- package/dist/ptcw-design/{p-2a62b17a.entry.js → p-8938268f.entry.js} +1 -1
- package/dist/ptcw-design/{p-bc24e97e.entry.js → p-89d7aad1.entry.js} +1 -1
- package/dist/ptcw-design/{p-b4e43317.entry.js → p-8b475b6b.entry.js} +1 -1
- package/dist/ptcw-design/{p-a6882e92.entry.js → p-8d2ce89d.entry.js} +1 -1
- package/dist/ptcw-design/{p-9467d163.entry.js → p-92baec70.entry.js} +1 -1
- package/dist/ptcw-design/{p-3a15aaa6.entry.js → p-9412182d.entry.js} +1 -1
- package/dist/ptcw-design/{p-ac75c7ad.js → p-944c5be8.js} +1 -1
- package/dist/ptcw-design/p-9498e678.entry.js +1 -0
- package/dist/ptcw-design/{p-daa07e11.entry.js → p-982c3ef3.entry.js} +1 -1
- package/dist/ptcw-design/{p-b66d6889.entry.js → p-995d9c94.entry.js} +1 -1
- package/dist/ptcw-design/p-99c457aa.entry.js +1 -0
- package/dist/ptcw-design/{p-aba4e946.entry.js → p-9eacf1e0.entry.js} +1 -1
- package/dist/ptcw-design/{p-3e811168.entry.js → p-9eda634c.entry.js} +1 -1
- package/dist/ptcw-design/{p-f506f5c1.entry.js → p-a0302906.entry.js} +1 -1
- package/dist/ptcw-design/p-a23be72e.entry.js +1 -0
- package/dist/ptcw-design/{p-5c6a8390.entry.js → p-a480b6b5.entry.js} +1 -1
- package/dist/ptcw-design/{p-861bf28a.entry.js → p-a5cf8ca6.entry.js} +1 -1
- package/dist/ptcw-design/p-a73cce6e.entry.js +1 -0
- package/dist/ptcw-design/{p-4098d0cc.entry.js → p-a8a0325e.entry.js} +1 -1
- package/dist/ptcw-design/{p-00dd636c.entry.js → p-abc6ad2d.entry.js} +1 -1
- package/dist/ptcw-design/{p-cc4001c3.entry.js → p-ad1b687a.entry.js} +1 -1
- package/dist/ptcw-design/{p-2546cf12.entry.js → p-ae3397e2.entry.js} +1 -1
- package/dist/ptcw-design/{p-5db25b5c.entry.js → p-af20cc0c.entry.js} +1 -1
- package/dist/ptcw-design/{p-ec466b19.entry.js → p-b38fc66d.entry.js} +1 -1
- package/dist/ptcw-design/p-b46601e6.entry.js +1 -0
- package/dist/ptcw-design/{p-62d848b1.entry.js → p-b51a1bc6.entry.js} +1 -1
- package/dist/ptcw-design/{p-f48d42d7.entry.js → p-b719425d.entry.js} +1 -1
- package/dist/ptcw-design/{p-515f6adb.js → p-b8fd8532.js} +1 -1
- package/dist/ptcw-design/{p-a5e5fba7.entry.js → p-ba5ae8b3.entry.js} +1 -1
- package/dist/ptcw-design/{p-eec83e2e.entry.js → p-be58c834.entry.js} +1 -1
- package/dist/ptcw-design/{p-c6e82ca6.entry.js → p-c0010157.entry.js} +1 -1
- package/dist/ptcw-design/{p-bc255362.entry.js → p-c0fabe9b.entry.js} +1 -1
- package/dist/ptcw-design/{p-c134f019.entry.js → p-c1fd121c.entry.js} +1 -1
- package/dist/ptcw-design/{p-deb196ab.entry.js → p-c5a3ec60.entry.js} +1 -1
- package/dist/ptcw-design/p-cbdc8dfd.entry.js +1 -0
- package/dist/ptcw-design/p-d134f40c.entry.js +1 -0
- package/dist/ptcw-design/{p-1d5360f5.entry.js → p-d42a5665.entry.js} +1 -1
- package/dist/ptcw-design/{p-fbde847d.entry.js → p-d5a66ae7.entry.js} +1 -1
- package/dist/ptcw-design/{p-d0dbbbbc.entry.js → p-d60685b3.entry.js} +1 -1
- package/dist/ptcw-design/{p-b000cde9.entry.js → p-d8b5fdb2.entry.js} +1 -1
- package/dist/ptcw-design/{p-8e266d2b.entry.js → p-ddaf7c40.entry.js} +1 -1
- package/dist/ptcw-design/{p-f8766512.entry.js → p-e3092f00.entry.js} +1 -1
- package/dist/ptcw-design/{p-7ca4d31e.entry.js → p-e4f1a84b.entry.js} +1 -1
- package/dist/ptcw-design/{p-fdee2cdc.entry.js → p-e6ebc832.entry.js} +1 -1
- package/dist/ptcw-design/{p-f054d968.entry.js → p-ef82ba60.entry.js} +1 -1
- package/dist/ptcw-design/{p-4cbdf7f0.entry.js → p-f163cd3f.entry.js} +1 -1
- package/dist/ptcw-design/{p-370e45bf.entry.js → p-f3659481.entry.js} +1 -1
- package/dist/ptcw-design/{p-ae0543c8.entry.js → p-f8e584b4.entry.js} +1 -1
- package/dist/ptcw-design/p-f9d41b5a.entry.js +1 -0
- package/dist/ptcw-design/{p-faf7a94c.entry.js → p-fda16b0f.entry.js} +1 -1
- package/dist/ptcw-design/{p-593cff4b.entry.js → p-feb948f9.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +8 -0
- package/dist/types/components/ptc-homepage-video-background/ptc-homepage-video-background.d.ts +63 -0
- package/dist/types/components/ptc-preloader-section/ptc-preloader-section.d.ts +1 -0
- package/dist/types/components.d.ts +79 -0
- package/dist/types/utils/utils.d.ts +1 -1
- package/dist/types/utils/validation-messages.d.ts +12 -0
- package/package.json +1 -1
- package/readme.md +1 -1
- package/dist/cjs/icon-asset.cjs.entry.js +0 -53
- package/dist/cjs/max-width-container.cjs.entry.js +0 -54
- package/dist/cjs/ptc-background-video.cjs.entry.js +0 -68
- package/dist/cjs/ptc-button_4.cjs.entry.js +0 -313
- package/dist/cjs/ptc-para.cjs.entry.js +0 -70
- package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
- package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -107
- package/dist/esm/icon-asset.entry.js +0 -49
- package/dist/esm/max-width-container.entry.js +0 -50
- package/dist/esm/ptc-background-video.entry.js +0 -64
- package/dist/esm/ptc-button_4.entry.js +0 -306
- package/dist/esm/ptc-para.entry.js +0 -66
- package/dist/esm/ptc-spacer.entry.js +0 -34
- package/dist/esm/ptc-tooltip.entry.js +0 -103
- package/dist/ptcw-design/p-07cf4fef.entry.js +0 -1
- package/dist/ptcw-design/p-0c69ea52.entry.js +0 -1
- package/dist/ptcw-design/p-19cb45dd.entry.js +0 -1
- package/dist/ptcw-design/p-1b458d58.entry.js +0 -1
- package/dist/ptcw-design/p-23a8c801.entry.js +0 -1
- package/dist/ptcw-design/p-252719e5.entry.js +0 -1
- package/dist/ptcw-design/p-260ecfef.entry.js +0 -1
- package/dist/ptcw-design/p-3038e9c8.entry.js +0 -1
- package/dist/ptcw-design/p-3a5946b7.entry.js +0 -1
- package/dist/ptcw-design/p-646b66f0.entry.js +0 -1
- package/dist/ptcw-design/p-6862c516.entry.js +0 -1
- package/dist/ptcw-design/p-71e14b08.entry.js +0 -1
- package/dist/ptcw-design/p-74590cd9.entry.js +0 -1
- package/dist/ptcw-design/p-98cedfd9.entry.js +0 -1
- package/dist/ptcw-design/p-99500ebc.entry.js +0 -1
- package/dist/ptcw-design/p-9ea3b00f.entry.js +0 -1
- package/dist/ptcw-design/p-ac8801b4.entry.js +0 -1
- package/dist/ptcw-design/p-ad7d81ba.entry.js +0 -1
- package/dist/ptcw-design/p-b43a2565.entry.js +0 -1
- package/dist/ptcw-design/p-e0df5eac.entry.js +0 -1
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-63ddc79c.js');
|
|
6
|
-
|
|
7
|
-
const maxWidthContainerCss = ":host{display:block}:host(.left){margin:auto auto auto 0}:host(.right){margin:auto 0 auto auto}:host(.center){margin:0 auto}";
|
|
8
|
-
|
|
9
|
-
const MaxWidthContainer = class {
|
|
10
|
-
constructor(hostRef) {
|
|
11
|
-
index.registerInstance(this, hostRef);
|
|
12
|
-
this.maxWidthP = undefined;
|
|
13
|
-
this.maxWidth = undefined;
|
|
14
|
-
this.breakpoint = 768;
|
|
15
|
-
this.contentAlign = 'center';
|
|
16
|
-
this.styles = undefined;
|
|
17
|
-
}
|
|
18
|
-
componentDidLoad() {
|
|
19
|
-
this.handleResize();
|
|
20
|
-
window.addEventListener('resize', this.handleResize.bind(this));
|
|
21
|
-
}
|
|
22
|
-
disconnectedCallback() {
|
|
23
|
-
window.removeEventListener('resize', this.handleResize);
|
|
24
|
-
}
|
|
25
|
-
render() {
|
|
26
|
-
const classMap = this.getCssClassMap();
|
|
27
|
-
return (index.h(index.Host, { class: classMap }, this.styles && index.h("style", null, this.styles), index.h("slot", null)));
|
|
28
|
-
}
|
|
29
|
-
getCssClassMap() {
|
|
30
|
-
return {
|
|
31
|
-
[this.contentAlign]: true,
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
handleResize() {
|
|
35
|
-
// const selectedContainer = this.el.querySelector('.max-width-container');
|
|
36
|
-
if (this.el) {
|
|
37
|
-
if (window.innerWidth >= this.breakpoint) {
|
|
38
|
-
if (this.maxWidthP) {
|
|
39
|
-
this.el.style.maxWidth = `${this.maxWidthP}%`;
|
|
40
|
-
}
|
|
41
|
-
else {
|
|
42
|
-
this.el.style.maxWidth = `${this.maxWidth}px`;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
else {
|
|
46
|
-
this.el.style.maxWidth = 'initial';
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
get el() { return index.getElement(this); }
|
|
51
|
-
};
|
|
52
|
-
MaxWidthContainer.style = maxWidthContainerCss;
|
|
53
|
-
|
|
54
|
-
exports.max_width_container = MaxWidthContainer;
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-63ddc79c.js');
|
|
6
|
-
|
|
7
|
-
const ptcBackgroundVideoCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card{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{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;position:relative}:host video{position:absolute;top:0px;left:0px;right:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:-100;object-fit:cover}:host .video-overlay{z-index:1;display:block;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0.8;background-image:linear-gradient(270deg, rgba(30, 38, 38, 0) 26%, #1e2626)}:host(.legacy){display:block;position:absolute;top:0px;left:0px;right:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:-100}:host(.legacy) video{object-fit:cover;position:absolute;top:0px;left:0px;right:0;width:100%;height:100%;overflow:hidden}:host .iframe-wrapper{position:absolute;top:0px;left:0px;right:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:-100}:host .iframe-wrapper .background-video-embed{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%}:host .iframe-wrapper .player .vp-video-wrapper .vp-telecine-cover video{object-fit:cover}:host .play-button{position:absolute;top:1.5rem;right:1.5rem;width:34px;height:34px;z-index:99}@media (min-width: 768px){:host .play-button{top:unset;bottom:3.75rem;right:2rem}}:host .play-button ptc-button{display:inline-block;padding:5px;position:relative;top:-5px;left:-5px;cursor:pointer}@media only screen and (min-width: 768px){:host .play-button ptc-button{top:auto;left:auto}}@media only screen and (min-width: 992px){:host .play-button ptc-button{padding:0}}";
|
|
8
|
-
|
|
9
|
-
const PtcBackgroundVideo = class {
|
|
10
|
-
constructor(hostRef) {
|
|
11
|
-
index.registerInstance(this, hostRef);
|
|
12
|
-
this.videoSrc = undefined;
|
|
13
|
-
this.posterSrc = undefined;
|
|
14
|
-
this.overlay = true;
|
|
15
|
-
this.playButtonTitle = undefined;
|
|
16
|
-
this.pauseButtonTitle = undefined;
|
|
17
|
-
this.paused = undefined;
|
|
18
|
-
this.type = 'default';
|
|
19
|
-
this.isIframe = false;
|
|
20
|
-
}
|
|
21
|
-
// componentDidLoad() {
|
|
22
|
-
// if(this.isIframe){
|
|
23
|
-
// const iframe:HTMLIFrameElement = this.el.shadowRoot.querySelector('iframe');
|
|
24
|
-
// const iframeDoc = iframe.contentDocument
|
|
25
|
-
// const iframeVideo = iframeDoc.querySelector('video');
|
|
26
|
-
// console.log("iframe ele: " + iframeDoc.querySelectorAll('video'));
|
|
27
|
-
// iframeVideo.style.objectFit = 'cover';
|
|
28
|
-
// }
|
|
29
|
-
// }
|
|
30
|
-
// @Method()
|
|
31
|
-
// async toggleVideo() {
|
|
32
|
-
// // show a prompt
|
|
33
|
-
// this.paused = !this.paused;
|
|
34
|
-
// let video = this.el.shadowRoot.querySelector('video') as HTMLVideoElement;
|
|
35
|
-
// if (video) {
|
|
36
|
-
// if (this.paused) {
|
|
37
|
-
// video.pause();
|
|
38
|
-
// } else {
|
|
39
|
-
// video.play().catch(z => console.error(z));
|
|
40
|
-
// }
|
|
41
|
-
// }
|
|
42
|
-
// console.log('Hello, I am a publish method from ptc-background-video!');
|
|
43
|
-
// }
|
|
44
|
-
componentWillLoad() {
|
|
45
|
-
this.paused = false;
|
|
46
|
-
}
|
|
47
|
-
render() {
|
|
48
|
-
const videoContent = this.isIframe ? (index.h("div", { class: "iframe-wrapper" }, index.h("iframe", { id: "jumbotron-iframe", src: this.videoSrc, frameborder: 0, allow: "autoplay", allowFullScreen: true, class: "background-video-embed" }))) : (index.h("video", { src: this.videoSrc, poster: this.posterSrc, autoplay: true, loop: true, muted: true, playsinline: true }));
|
|
49
|
-
return (index.h(index.Host, { class: this.type }, videoContent, !!this.videoSrc && this.playButtonTitle && (index.h("div", { class: "play-button" }, this.paused && (index.h("ptc-tooltip", { class: "play-btn", mode: "wrapper", description: this.playButtonTitle, position: "bottom-right", styles: ".wrapper-content.sc-ptc-tooltip .tooltip.sc-ptc-tooltip{min-width:unset!important;}" }, index.h("ptc-button", { type: "button", color: "icon-toggle", onClick: e => this.toggleVideoPlay(e), styles: "button.icon-toggle { padding :0px 8px; }", "aria-label": "Video Play button" }, index.h("icon-asset", { name: "play", size: "small", type: "ptc", color: "black" })))), !this.paused && !!this.pauseButtonTitle && (index.h("ptc-tooltip", { class: "pause-btn", mode: "wrapper", description: this.pauseButtonTitle, position: "bottom-right", styles: ".wrapper-content.sc-ptc-tooltip .tooltip.sc-ptc-tooltip{min-width:unset!important;}" }, index.h("ptc-button", { type: "button", color: "icon-toggle", onClick: e => this.toggleVideoPlay(e), "aria-label": "Video Pause button" }, index.h("icon-asset", { name: "pause", size: "small", type: "ptc", color: "black" })))))), this.overlay ? index.h("div", { class: "video-overlay" }) : '', this.type == 'default' ? index.h("slot", null) : ''));
|
|
50
|
-
}
|
|
51
|
-
toggleVideoPlay(e) {
|
|
52
|
-
e.preventDefault();
|
|
53
|
-
this.paused = !this.paused;
|
|
54
|
-
let video = this.el.shadowRoot.querySelector('video');
|
|
55
|
-
if (video) {
|
|
56
|
-
if (this.paused) {
|
|
57
|
-
video.pause();
|
|
58
|
-
}
|
|
59
|
-
else {
|
|
60
|
-
video.play().catch(z => console.error(z));
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
get el() { return index.getElement(this); }
|
|
65
|
-
};
|
|
66
|
-
PtcBackgroundVideo.style = ptcBackgroundVideoCss;
|
|
67
|
-
|
|
68
|
-
exports.ptc_background_video = PtcBackgroundVideo;
|
|
@@ -1,313 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-63ddc79c.js');
|
|
6
|
-
const utils = require('./utils-eaf0f7f0.js');
|
|
7
|
-
const interfaces = require('./interfaces-574e6df7.js');
|
|
8
|
-
|
|
9
|
-
const ptcButtonCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card{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{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}}button.disabled{pointer-events:none;opacity:0.6}button{background-color:var(--color-gray-10);display:inline-block;border-style:solid;border-width:1px;white-space:normal;position:relative;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer;padding:9.4px 17.5px;border-radius:var(--ptc-border-radius-standard)}button.reveal-down .content{transition:opacity var(--ptc-transition-medium) var(--ptc-ease-out);opacity:0;font-size:var(--ptc-font-size-xx-small)}button.reveal-down .icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;align-content:center;height:16px}button.reveal-down .icon-wrapper .icon{transition:top var(--ptc-transition-fast) var(--ptc-ease-out);position:absolute;display:inline-block;top:-12px}button:hover.reveal-down .content{opacity:1}button:hover.reveal-down .icon-wrapper .icon{top:4px}button.animation-right ::slotted([slot=slot-after-text]),button.animation-right ::slotted([slot=slot-before-text]),button.animation-down ::slotted([slot=slot-after-text]),button.animation-down ::slotted([slot=slot-before-text]){transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout);position:relative;display:inline-block}button:hover.animation-right ::slotted([slot=slot-after-text]),button:hover.animation-right ::slotted([slot=slot-before-text]){transform:translateX(var(--ptc-element-spacing-02))}button:hover.animation-down ::slotted([slot=slot-after-text]),button:hover.animation-down ::slotted([slot=slot-before-text]){transform:translateY(var(--ptc-element-spacing-02))}button span{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:bold;line-height:var(--ptc-line-height-densest)}button.left{text-align:left}button.right{text-align:right}button.center{text-align:center}.icon-left ::slotted([slot=slot-before-text]){margin-right:var(--ptc-element-spacing-01)}.icon-right ::slotted([slot=slot-after-text]){margin-left:var(--ptc-element-spacing-01)}.blackgrey{box-shadow:var(--ptc-shadow-x-small);border:solid 1px var(--color-gray-10);background-image:linear-gradient(285deg, var(--color-gray-10) 155%, var(--color-gray-07) 62%)}.blackgrey:hover{box-shadow:var(--ptc-shadow-x-large)}.blackgrey span{color:var(--color-white)}.turtlegreen{box-shadow:var(--ptc-shadow-x-small);border:solid 1px var(--color-green-07);background-image:linear-gradient(285deg, var(--color-green-07) 155%, var(--color-green-07) 62%)}.turtlegreen:hover{box-shadow:var(--ptc-shadow-x-large)}.turtlegreen span{color:var(--color-white)}.offwhite{box-shadow:var(--ptc-shadow-x-small);border:solid 1px var(--color-gray-10);background-image:linear-gradient(to right, var(--color-white), var(--color-gray-02), var(--color-gray-01))}.offwhite:hover{box-shadow:var(--ptc-shadow-x-large)}.offwhite span{color:var(--color-gray-10)}.legacy-green{margin-left:10px;padding:10px 20px;margin-bottom:var(--ptc-element-spacing-01);margin-top:var(--ptc-element-spacing-01);box-shadow:var(--ptc-shadow-large);border:solid 2.5px var(--color-green-08);background-image:linear-gradient(to right, var(--color-green-06), var(--color-green-08))}.legacy-green:after{position:absolute;content:\"\";top:-1px;left:0;bottom:0;right:0;width:100%;height:103%;background-image:linear-gradient(to right, var(--color-green-08), var(--color-green-06));opacity:0;transition:opacity var(--ptc-transition-x-slow) var(--ptc-ease-inout);border-radius:2px}.legacy-green:hover{box-shadow:var(--ptc-shadow-x-large)}.legacy-green:hover span{color:var(--color-white)}.legacy-green:hover:after{opacity:1}.legacy-green span{font-family:var(--ptc-font-secondary-latin);color:var(--color-white);z-index:100;position:relative;text-transform:uppercase;font-weight:var(--ptc-font-weight-bold);letter-spacing:var(--ptc-letter-spacing-normal);font-size:var(--ptc-font-size-x-small)}@media only screen and (min-width: 768px){.legacy-green span{font-size:var(--ptc-font-size-small);letter-spacing:var(--ptc-letter-spacing-loose)}}.legacy-green icon-asset{display:inline}a{border-style:solid;border-width:1px;position:relative;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;padding:9.4px 17.5px;border-radius:var(--ptc-border-radius-standard);display:inline-block;position:relative}a.animation-right ::slotted([slot=slot-after-text]),a.animation-right ::slotted([slot=slot-before-text]),a.animation-down ::slotted([slot=slot-after-text]),a.animation-down ::slotted([slot=slot-before-text]){transition:all var(--ptc-ease-inout) var(--ptc-transition-medium);position:relative;display:inline-block;margin-left:5px}a:hover.animation-right ::slotted([slot=slot-after-text]),a:hover.animation-right ::slotted([slot=slot-before-text]){transform:translateX(var(--ptc-element-spacing-02))}a:hover.animation-down ::slotted([slot=slot-after-text]),a:hover.animation-down ::slotted([slot=slot-before-text]){transform:translateY(var(--ptc-element-spacing-02))}a.left{text-align:left}a.right{text-align:right}a.center{text-align:center}.nav{font-family:var(--ptc-font-latin);background-color:var(--color-gray-10);border-radius:var(--ptc-border-radius-standard);border:1px solid var(--color-white);border-bottom-style:solid;border-bottom-width:1px;box-sizing:border-box;color:var(--color-white);display:inline-block;font-size:var(--ptc-font-size-xx-small);font-stretch:100%;font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-loose);list-style:none;padding:3px var(--ptc-element-spacing-04);position:relative;text-align:center;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;transition:background-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.nav:focus{outline:3px solid var(--color-blue-07);outline-offset:2px}.nav:hover{background-color:var(--color-gray-12)}.ptc-primary,.ptc-quaternary,.ptc-secondary,.ptc-tertiary,.icon-toggle{padding:var(--ptc-font-size-xx-small) var(--ptc-font-size-medium);transition:background-color var(--ptc-ease-inout) var(--ptc-transition-medium);line-height:20px}.ptc-primary.disabled,.ptc-quaternary.disabled,.ptc-secondary.disabled,.ptc-tertiary.disabled,.icon-toggle.disabled{pointer-events:none;border-color:var(--color-gray-03);background:var(--color-gray-02)}.ptc-primary.disabled span,.ptc-quaternary.disabled span,.ptc-secondary.disabled span,.ptc-tertiary.disabled span,.icon-toggle.disabled span{color:var(--color-gray-03)}.ptc-primary.disabled ::slotted([slot=slot-after-text]),.ptc-quaternary.disabled ::slotted([slot=slot-after-text]),.ptc-secondary.disabled ::slotted([slot=slot-after-text]),.ptc-tertiary.disabled ::slotted([slot=slot-after-text]),.icon-toggle.disabled ::slotted([slot=slot-after-text]){fill:var(--color-gray-03) !important}.ptc-primary:focus,.ptc-quaternary:focus,.ptc-secondary:focus,.ptc-tertiary:focus,.icon-toggle:focus{outline:3px solid var(--color-blue-07);outline-offset:2px}.ptc-primary span,.ptc-quaternary span,.ptc-secondary span,.ptc-tertiary span,.icon-toggle span{font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-densest);letter-spacing:normal}.ptc-primary.small,.ptc-quaternary.small,.ptc-secondary.small,.ptc-tertiary.small,.icon-toggle.small{padding:var(--ptc-element-spacing-03) var(--ptc-element-spacing-04)}.ptc-primary.small span,.ptc-quaternary.small span,.ptc-secondary.small span,.ptc-tertiary.small span,.icon-toggle.small span{font-size:var(--ptc-font-size-xx-small)}.ptc-primary.medium,.ptc-quaternary.medium,.ptc-secondary.medium,.ptc-tertiary.medium,.icon-toggle.medium{padding:14px 20px}.ptc-primary.medium span,.ptc-quaternary.medium span,.ptc-secondary.medium span,.ptc-tertiary.medium span,.icon-toggle.medium span{font-size:var(--ptc-font-size-small)}.ptc-primary.large,.ptc-quaternary.large,.ptc-secondary.large,.ptc-tertiary.large,.icon-toggle.large{padding:var(--ptc-element-spacing-04) var(--ptc-element-spacing-06)}.ptc-primary.large span,.ptc-quaternary.large span,.ptc-secondary.large span,.ptc-tertiary.large span,.icon-toggle.large span{font-size:var(--ptc-font-size-large)}.ptc-primary{background:var(--color-gray-12);border:2px solid var(--color-green-07);border-radius:var(--ptc-border-radius-standard)}.ptc-primary:hover{background-color:var(--color-gray-10)}.ptc-primary:active{background-color:var(--color-black)}.ptc-primary span{color:var(--color-white)}.ptc-primary ::slotted([slot=slot-after-text]){fill:var(--color-white) !important}.ptc-secondary{background:var(--color-gray-12);border:2px solid var(--color-gray-08);border-radius:var(--ptc-border-radius-standard)}.ptc-secondary:hover{background-color:var(--color-gray-10)}.ptc-secondary:active{background-color:var(--color-black)}.ptc-secondary span{color:var(--color-white)}.ptc-secondary ::slotted([slot=slot-after-text]){fill:var(--color-white) !important}.ptc-tertiary{background:var(--color-white);border:2px solid var(--color-gray-10);border-radius:var(--ptc-border-radius-standard)}.ptc-tertiary:hover{background-color:var(--color-gray-02)}.ptc-tertiary:active{background-color:var(--color-gray-03)}.ptc-tertiary span{color:var(--color-gray-10)}.ptc-tertiary ::slotted([slot=slot-after-text]){fill:var(--color-gray-10) !important}.ptc-quaternary{background:var(--color-green-07);border:2px solid var(--color-green-07);border-radius:var(--ptc-border-radius-standard)}.ptc-quaternary:hover{background-color:var(--color-green-08)}.ptc-quaternary:active{background-color:var(--color-green-09)}.ptc-quaternary span{color:var(--color-white)}.ptc-quaternary ::slotted([slot=slot-after-text]){fill:var(--color-white) !important}.icon-toggle{background:var(--color-white);border:1px solid var(--color-gray-10);border-radius:var(--ptc-border-radius-standard);padding:0;height:2.125rem;width:2.125rem;box-shadow:var(--ptc-shadow-medium)}.icon-toggle:hover{background-color:var(--color-gray-02)}.icon-toggle:active{background-color:var(--color-gray-03)}.icon-toggle.active{background-color:var(--color-gray-04)}.icon-toggle.active:hover{background-color:var(--color-gray-05)}.icon-toggle.active:active{background-color:var(--color-gray-03)}.icon-toggle:focus{outline:2px solid var(--color-blue-07);outline-offset:1px}.icon-toggle span{color:var(--color-gray-10);padding:0}.icon-toggle ::slotted([slot=slot-after-text]){fill:var(--color-gray-10) !important}.icon-toggle ::slotted(icon-asset){display:block;margin:auto;height:18px;width:18px}.clear-search{border:none;padding:0px;line-height:var(----ptc-line-height-densest);background-color:transparent}.clear-search:hover{text-decoration:underline;text-decoration-color:var(--color-white)}.clear-search span{color:var(--color-white);font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-x-small);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}";
|
|
10
|
-
|
|
11
|
-
const PtcButton = class {
|
|
12
|
-
constructor(hostRef) {
|
|
13
|
-
index.registerInstance(this, hostRef);
|
|
14
|
-
this.clickEvent = index.createEvent(this, "clickEvent", 7);
|
|
15
|
-
this.disabled = false;
|
|
16
|
-
this.active = false;
|
|
17
|
-
this.type = 'button';
|
|
18
|
-
this.color = 'ptc-primary';
|
|
19
|
-
this.iconAnimation = '';
|
|
20
|
-
this.iconPosition = 'icon-right';
|
|
21
|
-
this.linkHref = undefined;
|
|
22
|
-
this.linkTitle = undefined;
|
|
23
|
-
this.target = '_self';
|
|
24
|
-
this.rel = undefined;
|
|
25
|
-
this.tabNav = 0;
|
|
26
|
-
this.styles = undefined;
|
|
27
|
-
this.textAlign = undefined;
|
|
28
|
-
this.size = undefined;
|
|
29
|
-
this.buttonTitle = undefined;
|
|
30
|
-
this.ariaLabel = '';
|
|
31
|
-
this.seoCompatibilityMode = false;
|
|
32
|
-
this.maintainContent = false;
|
|
33
|
-
}
|
|
34
|
-
clickEventHandler() {
|
|
35
|
-
this.clickEvent.emit();
|
|
36
|
-
}
|
|
37
|
-
seoCompRender() {
|
|
38
|
-
const classMap = this.getCssClassMap();
|
|
39
|
-
const Tag = !!this.linkHref ? 'a' : 'button';
|
|
40
|
-
const [TagType, firstChild] = utils.getSeoTagType(this.el, Tag);
|
|
41
|
-
const html = firstChild && firstChild.innerHTML;
|
|
42
|
-
if (this.el == firstChild) {
|
|
43
|
-
this.el.innerHTML = '';
|
|
44
|
-
}
|
|
45
|
-
if (this.maintainContent) {
|
|
46
|
-
this.el.innerHTML = html;
|
|
47
|
-
}
|
|
48
|
-
return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h(TagType, Object.assign({ class: classMap, onClick: this.clickEventHandler.bind(this) }, (!!this.linkHref ? { href: this.linkHref } : {}), (!this.linkHref ? { type: this.type } : {}), (!!this.target && !!this.linkHref ? { target: this.target } : {}), (!!this.rel && !!this.linkHref ? { rel: this.rel } : {}), (!!this.linkHref ? { title: this.linkTitle ? this.linkTitle : this.linkHref } : {}), (!!this.tabNav ? { tabindex: -1 } : { tabindex: 0 }), { title: this.buttonTitle }, (this.ariaLabel !== '' ? { ariaLabel: this.ariaLabel } : {})), index.h("span", { innerHTML: html }, index.h("slot", { name: "slot-before-text" }), index.h("slot", { name: "slot-after-text" })))));
|
|
49
|
-
}
|
|
50
|
-
standardRender() {
|
|
51
|
-
const classMap = this.getCssClassMap();
|
|
52
|
-
const Tag = !!this.linkHref ? 'a' : 'button';
|
|
53
|
-
return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h(Tag, Object.assign({ class: classMap, onClick: this.clickEventHandler.bind(this) }, (!!this.linkHref ? { href: this.linkHref } : {}), (!this.linkHref ? { type: this.type } : {}), (!!this.target && !!this.linkHref ? { target: this.target } : {}), (!!this.rel && !!this.linkHref ? { rel: this.rel } : {}), (!!this.linkHref ? { title: this.linkTitle ? this.linkTitle : this.linkHref } : {}), (!!this.tabNav ? { tabindex: -1 } : { tabindex: 0 }), { title: this.buttonTitle }, (this.ariaLabel !== '' ? { ariaLabel: this.ariaLabel } : {})), this.iconAnimation == 'reveal-down' ?
|
|
54
|
-
index.h("span", null, index.h("div", { class: "content" }, index.h("slot", null)), index.h("div", { class: "icon-wrapper" }, index.h("div", { class: "icon" }, index.h("slot", { name: "slot-after-text" })))) :
|
|
55
|
-
index.h("span", null, index.h("slot", { name: "slot-before-text" }), index.h("slot", null), index.h("slot", { name: "slot-after-text" })))));
|
|
56
|
-
}
|
|
57
|
-
render() {
|
|
58
|
-
if (this.seoCompatibilityMode) {
|
|
59
|
-
return this.seoCompRender();
|
|
60
|
-
}
|
|
61
|
-
else {
|
|
62
|
-
return this.standardRender();
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
getCssClassMap() {
|
|
66
|
-
return {
|
|
67
|
-
[this.color]: true,
|
|
68
|
-
[this.iconAnimation]: true,
|
|
69
|
-
[this.iconPosition]: true,
|
|
70
|
-
['disabled']: this.disabled ? true : false,
|
|
71
|
-
['active']: this.active ? true : false,
|
|
72
|
-
[this.textAlign]: true,
|
|
73
|
-
[this.size]: true
|
|
74
|
-
};
|
|
75
|
-
}
|
|
76
|
-
get el() { return index.getElement(this); }
|
|
77
|
-
};
|
|
78
|
-
PtcButton.style = ptcButtonCss;
|
|
79
|
-
|
|
80
|
-
const ptcHomepageImageFeatureCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card{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{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}@media only screen and (min-width: 992px){:host{display:flex}}:host .img-wrap{height:400px;width:100%}@media only screen and (min-width: 992px){:host .img-wrap{height:683px;width:65%}}:host .img-wrap.in-view{animation:fadeIn 750ms ease}:host .card-wrap{display:block;z-index:10}@media only screen and (min-width: 992px){:host .card-wrap{margin-top:64px;width:35%}}:host .card-wrap.in-view .card{animation:fadeInUp 750ms ease}:host .card{padding:28px 24px;background-color:var(--color-white);border-radius:var(--ptc-border-radius-standard);box-shadow:var(--ptc-shadow-large);box-sizing:border-box;max-width:540px;margin:-96px 16px 0 16px}@media only screen and (min-width: 992px){:host .card{padding:64px;margin:0 0 0 -120px;width:calc(100% + 120px);max-width:fit-content}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{transform:translate3d(0, 30%, 0)}to{transform:translate3d(0, 0, 0)}}::slotted(.cta-wrap){display:flex;grid-row-gap:16px;grid-column-gap:24px;flex-wrap:wrap;margin-top:32px}::slotted(.card-title-wrap){margin-bottom:16px}";
|
|
81
|
-
|
|
82
|
-
const PtcHomepageImageFeature = class {
|
|
83
|
-
constructor(hostRef) {
|
|
84
|
-
index.registerInstance(this, hostRef);
|
|
85
|
-
}
|
|
86
|
-
componentDidLoad() { utils.observeInView(this.hostEle, '.ptc-animate'); }
|
|
87
|
-
render() {
|
|
88
|
-
return (index.h(index.Host, null, index.h("div", { class: 'img-wrap ptc-animate' }, index.h("slot", { name: 'featured-image' })), index.h("div", { class: 'card-wrap ptc-animate' }, index.h("div", { class: 'card' }, index.h("slot", { name: 'card-title' }), index.h("slot", null)))));
|
|
89
|
-
}
|
|
90
|
-
get hostEle() { return index.getElement(this); }
|
|
91
|
-
};
|
|
92
|
-
PtcHomepageImageFeature.style = ptcHomepageImageFeatureCss;
|
|
93
|
-
|
|
94
|
-
const ptcImgCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card{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{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}}.smart-bg{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.smart-img{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-standard-top{border-top-left-radius:var(--ptc-border-radius-standard);border-top-right-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.radius-large-top{border-top-left-radius:var(--ptc-border-radius-large);border-top-right-radius:var(--ptc-border-radius-large)}.lazy-bg{background-image:none !important;background-color:var(--color-gray-03)}@media only screen and (min-width: 768px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media only screen and (min-width: 768px){.hidden-lg{display:none !important}}";
|
|
95
|
-
|
|
96
|
-
const PtcImg = class {
|
|
97
|
-
constructor(hostRef) {
|
|
98
|
-
index.registerInstance(this, hostRef);
|
|
99
|
-
this.sizeXs = '510x340';
|
|
100
|
-
this.sizeSm = '1240x496';
|
|
101
|
-
this.sizeMd = '1366x500';
|
|
102
|
-
this.sizeLg = '1920x1080';
|
|
103
|
-
this.imgUrl = undefined;
|
|
104
|
-
this.imageType = 'smart-bg';
|
|
105
|
-
this.borderRadius = '';
|
|
106
|
-
this.loadMode = 'lazy-bg';
|
|
107
|
-
this.styles = undefined;
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* Image Z Index
|
|
111
|
-
*/
|
|
112
|
-
// @Prop() imageZIndex: 'z-index-auto' | 'z-index-n-2' | 'z-index-n-1' | 'z-index-p-1' | 'z-index-p-2' = 'z-index-auto';
|
|
113
|
-
WindowResize() {
|
|
114
|
-
this.setResponsiveBg();
|
|
115
|
-
}
|
|
116
|
-
render() {
|
|
117
|
-
const classMap = this.getCssClassMap();
|
|
118
|
-
return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap, "data-xs": `${this.imgUrl}`, "data-sm": `${this.imgUrl}`, "data-md": `${this.imgUrl}`, "data-lg": `${this.imgUrl}` }, this.imageType == 'smart-bg' ? index.h("slot", null) : null)));
|
|
119
|
-
}
|
|
120
|
-
componentDidLoad() {
|
|
121
|
-
this.addIntersectionObserver();
|
|
122
|
-
this.setResponsiveBg();
|
|
123
|
-
}
|
|
124
|
-
componentWillUpdate() {
|
|
125
|
-
this.addIntersectionObserver();
|
|
126
|
-
this.setResponsiveBg();
|
|
127
|
-
}
|
|
128
|
-
//responsive image
|
|
129
|
-
setResponsiveBg() {
|
|
130
|
-
// Define local variables
|
|
131
|
-
let backgrounds = (this.el || document).querySelectorAll(interfaces.ResponsiveBgVariables.selector), el, elData, currentBreakpoint = this.getCurrentBreakPoints();
|
|
132
|
-
// Loop through all target elements
|
|
133
|
-
for (var i = 0, len = backgrounds.length; i < len; i++) {
|
|
134
|
-
// Set current variables
|
|
135
|
-
el = backgrounds[i];
|
|
136
|
-
elData = el.getAttribute('data-' + currentBreakpoint);
|
|
137
|
-
// If the data attribute exists, set the background
|
|
138
|
-
if (elData !== null) {
|
|
139
|
-
el.style.backgroundImage = "url('" + elData + "')";
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
if (typeof console == 'object') {
|
|
143
|
-
console.warn('Data attribute: data-' + currentBreakpoint + ' not found on element:\n\n' + el.outerHTML + '\n\n\n');
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
//lazy loading
|
|
149
|
-
addIntersectionObserver() {
|
|
150
|
-
if (!this.imgUrl) {
|
|
151
|
-
console.log('no image!');
|
|
152
|
-
return;
|
|
153
|
-
}
|
|
154
|
-
if ('IntersectionObserver' in window) {
|
|
155
|
-
let lazyLoadBgs = (this.el || document).querySelectorAll('.lazy-bg');
|
|
156
|
-
let bgObserver = new IntersectionObserver(entries => {
|
|
157
|
-
entries.forEach(entry => {
|
|
158
|
-
if (entry.isIntersecting) {
|
|
159
|
-
const image = entry.target;
|
|
160
|
-
image.classList.remove('lazy-bg');
|
|
161
|
-
bgObserver.unobserve(image);
|
|
162
|
-
}
|
|
163
|
-
});
|
|
164
|
-
});
|
|
165
|
-
lazyLoadBgs.forEach(image => {
|
|
166
|
-
bgObserver.observe(image);
|
|
167
|
-
});
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
getCssClassMap() {
|
|
171
|
-
return {
|
|
172
|
-
[this.imageType]: true,
|
|
173
|
-
'ptc-img': true,
|
|
174
|
-
[this.borderRadius]: true,
|
|
175
|
-
[this.loadMode]: true,
|
|
176
|
-
// [this.imageZIndex] : true
|
|
177
|
-
};
|
|
178
|
-
}
|
|
179
|
-
getCurrentBreakPoints() {
|
|
180
|
-
// Define local variables
|
|
181
|
-
let doc = window.document, temp = doc.createElement('div'), env;
|
|
182
|
-
// Append test node
|
|
183
|
-
doc.body.appendChild(temp);
|
|
184
|
-
// Loop through breakpoints
|
|
185
|
-
for (let i = interfaces.ResponsiveBgVariables.envs.length - 1; i >= 0; i--) {
|
|
186
|
-
env = interfaces.ResponsiveBgVariables.envs[i];
|
|
187
|
-
// Add classes
|
|
188
|
-
temp.className = 'hidden-' + env;
|
|
189
|
-
// Found breakpoint
|
|
190
|
-
if (temp.offsetParent === null) {
|
|
191
|
-
// Remove our test node
|
|
192
|
-
doc.body.removeChild(temp);
|
|
193
|
-
// Return current breakpoint
|
|
194
|
-
return env;
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
// Breakpoint not found, try fallback
|
|
198
|
-
doc.body.removeChild(temp);
|
|
199
|
-
return this.getFallbackBreakpoint();
|
|
200
|
-
}
|
|
201
|
-
getFallbackBreakpoint() {
|
|
202
|
-
if (window.matchMedia('(min-width: 992px)').matches) {
|
|
203
|
-
return 'lg';
|
|
204
|
-
}
|
|
205
|
-
else if (window.matchMedia('(min-width: 768px)').matches) {
|
|
206
|
-
return 'md';
|
|
207
|
-
}
|
|
208
|
-
else if (window.matchMedia('(min-width: 576px)').matches) {
|
|
209
|
-
return 'sm';
|
|
210
|
-
}
|
|
211
|
-
else {
|
|
212
|
-
return 'xs';
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
get el() { return index.getElement(this); }
|
|
216
|
-
};
|
|
217
|
-
PtcImg.style = ptcImgCss;
|
|
218
|
-
|
|
219
|
-
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{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{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}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}";
|
|
220
|
-
|
|
221
|
-
const PtcTitle = class {
|
|
222
|
-
constructor(hostRef) {
|
|
223
|
-
index.registerInstance(this, hostRef);
|
|
224
|
-
this.isPlmHub = false;
|
|
225
|
-
this.type = 'h2';
|
|
226
|
-
this.textAlign = undefined;
|
|
227
|
-
this.upperline = 'dotted';
|
|
228
|
-
this.titleShadow = undefined;
|
|
229
|
-
this.titleColor = 'gray';
|
|
230
|
-
this.titleMargin = undefined;
|
|
231
|
-
this.titleWeight = undefined;
|
|
232
|
-
this.titleSize = undefined;
|
|
233
|
-
this.titleHeight = 'densest';
|
|
234
|
-
this.styles = undefined;
|
|
235
|
-
this.ellipsisLineCutoff = undefined;
|
|
236
|
-
this.titleDisplay = 'inline-block';
|
|
237
|
-
this.seoCompatibilityMode = false;
|
|
238
|
-
}
|
|
239
|
-
render() {
|
|
240
|
-
if (this.seoCompatibilityMode) {
|
|
241
|
-
return this.seoCompRender();
|
|
242
|
-
}
|
|
243
|
-
else {
|
|
244
|
-
return this.standardRender();
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
seoCompRender() {
|
|
248
|
-
const classMap = this.getCssClassMap();
|
|
249
|
-
const cutOff = this.getLineCuttoff();
|
|
250
|
-
const [TagType, firstChild] = utils.getSeoTagType(this.el, this.type);
|
|
251
|
-
const html = firstChild && firstChild.innerHTML;
|
|
252
|
-
if (this.el == firstChild) {
|
|
253
|
-
this.el.innerHTML = '';
|
|
254
|
-
}
|
|
255
|
-
return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap }, index.h(TagType, { innerHTML: html, style: cutOff }))));
|
|
256
|
-
}
|
|
257
|
-
standardRender() {
|
|
258
|
-
const classMap = this.getCssClassMap();
|
|
259
|
-
const cutOff = this.getLineCuttoff();
|
|
260
|
-
let TagType;
|
|
261
|
-
switch (this.type) {
|
|
262
|
-
case 'h1':
|
|
263
|
-
TagType = 'h1';
|
|
264
|
-
break;
|
|
265
|
-
case 'h3':
|
|
266
|
-
TagType = 'h3';
|
|
267
|
-
break;
|
|
268
|
-
case 'h4':
|
|
269
|
-
TagType = 'h4';
|
|
270
|
-
break;
|
|
271
|
-
case 'h5':
|
|
272
|
-
TagType = 'h5';
|
|
273
|
-
break;
|
|
274
|
-
case 'h6':
|
|
275
|
-
TagType = 'h6';
|
|
276
|
-
break;
|
|
277
|
-
default:
|
|
278
|
-
TagType = 'h2';
|
|
279
|
-
}
|
|
280
|
-
return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap }, index.h(TagType, { style: cutOff }, index.h("slot", null)))));
|
|
281
|
-
}
|
|
282
|
-
getCssClassMap() {
|
|
283
|
-
return {
|
|
284
|
-
[this.textAlign]: !!this.textAlign ? true : false,
|
|
285
|
-
[this.upperline]: true,
|
|
286
|
-
[this.isPlmHub ? 'is-plm-hub' : 'is-standard']: true,
|
|
287
|
-
[this.titleMargin]: !!this.titleMargin ? true : false,
|
|
288
|
-
[this.titleShadow]: !!this.titleShadow ? true : false,
|
|
289
|
-
[this.titleWeight]: !!this.titleWeight ? true : false,
|
|
290
|
-
[this.titleSize]: !!this.titleSize ? true : false,
|
|
291
|
-
[this.titleHeight]: !!this.titleHeight ? true : false,
|
|
292
|
-
[this.titleColor]: !!this.titleColor ? true : false,
|
|
293
|
-
['ellipsis-boxing']: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
|
|
294
|
-
[this.titleDisplay]: !!this.titleDisplay ? true : false,
|
|
295
|
-
};
|
|
296
|
-
}
|
|
297
|
-
getLineCuttoff() {
|
|
298
|
-
let result;
|
|
299
|
-
if (this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0) {
|
|
300
|
-
result = {
|
|
301
|
-
['-webkit-line-clamp']: `${this.ellipsisLineCutoff}`,
|
|
302
|
-
};
|
|
303
|
-
}
|
|
304
|
-
return result;
|
|
305
|
-
}
|
|
306
|
-
get el() { return index.getElement(this); }
|
|
307
|
-
};
|
|
308
|
-
PtcTitle.style = ptcTitleCss;
|
|
309
|
-
|
|
310
|
-
exports.ptc_button = PtcButton;
|
|
311
|
-
exports.ptc_homepage_image_feature = PtcHomepageImageFeature;
|
|
312
|
-
exports.ptc_img = PtcImg;
|
|
313
|
-
exports.ptc_title = PtcTitle;
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-63ddc79c.js');
|
|
6
|
-
const utils = require('./utils-eaf0f7f0.js');
|
|
7
|
-
|
|
8
|
-
const ptcParaCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card{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{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{position:relative;z-index:1}:host(.white){color:var(--color-white)}:host(.z-1){z-index:1}:host(.z-2){z-index:2}:host(.z-3){z-index:3}:host(.z-99){z-index:99}:host(.z-999){z-index:999}:host(.z-auto){z-index:auto}p.default{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}p.main{text-shadow:0 3px 6px var(--color-white);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10)}p.primary-grey{color:var(--color-gray-10)}p.gray-darker{color:var(--color-gray-11)}p.white{color:var(--color-white)}p.xxx-small{font-size:var(--ptc-font-size-xxx-small)}p.xx-small{font-size:var(--ptc-font-size-xx-small)}p.x-small{font-size:var(--ptc-font-size-x-small)}p.small{font-size:var(--ptc-font-size-small)}p.medium{font-size:var(--ptc-font-size-medium)}p.large{font-size:var(--ptc-font-size-large)}p.x-large{font-size:var(--ptc-font-size-x-large)}p.xx-large{font-size:var(--ptc-font-size-xx-large)}p.xxx-large{font-size:var(--ptc-font-size-xxx-large)}p.xxxx-large{font-size:var(--ptc-font-size-xxxx-large)}p.htmlquote-para{font-size:var(--ptc-font-size-small)}@media only screen and (min-width: 992px){p.htmlquote-para{font-size:var(--ptc-font-size-large)}}p.w-3{font-weight:var(--ptc-font-weight-thin)}p.w-4{font-weight:var(--ptc-font-weight-regular)}p.w-5{font-weight:var(--ptc-font-weight-medium)}p.w-6{font-weight:var(--ptc-font-weight-semibold)}p.w-7{font-weight:var(--ptc-font-weight-bold)}p.w-8{font-weight:var(--ptc-font-weight-extrabold)}p.w-9{font-weight:var(--ptc-font-weight-black)}p.margin-flush{margin-top:0;margin-bottom:0}p.margin-top-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:0}p.margin-top-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}p.margin-top-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}p.margin-top-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}p.margin-top-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}p.margin-top-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}p.margin-bottom-1{margin-bottom:var(--ptc-element-spacing-01);margin-top:0}p.margin-bottom-2{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}p.margin-bottom-3{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}p.margin-bottom-4{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}p.margin-bottom-5{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}p.margin-bottom-6{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}p.margin-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:var(--ptc-element-spacing-01)}p.margin-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}p.margin-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}p.margin-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}p.margin-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}p.margin-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}p.line-height-densest{line-height:var(--ptc-line-height-densest)}p.line-height-denser{line-height:var(--ptc-line-height-denser)}p.line-height-p{line-height:var(--ptc-line-height-p)}p.line-height-dense{line-height:var(--ptc-line-height-dense)}p.line-height-normal{line-height:var(--ptc-line-height-normal)}p.line-height-loose{line-height:var(--ptc-line-height-loose)}p.line-height-looser{line-height:var(--ptc-line-height-looser)}p.left{text-align:left}p.right{text-align:right}p.center{text-align:center}p.justify{text-align:justify}p.announcement{text-transform:uppercase;font-size:var(--ptc-font-size-small);color:var(--color-gray-07);line-height:var(--ptc-line-height-looser);letter-spacing:var(--ptc-letter-spacing-loose)}p.ellipsis-boxing{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}";
|
|
9
|
-
|
|
10
|
-
const PtcPara = class {
|
|
11
|
-
constructor(hostRef) {
|
|
12
|
-
index.registerInstance(this, hostRef);
|
|
13
|
-
this.fontSize = 'x-small';
|
|
14
|
-
this.fontWeight = 'w-4';
|
|
15
|
-
this.paraStyle = 'default';
|
|
16
|
-
this.paraColor = 'primary-grey';
|
|
17
|
-
this.paraLineH = 'line-height-normal';
|
|
18
|
-
this.paraMargin = undefined;
|
|
19
|
-
this.paraAlign = undefined;
|
|
20
|
-
this.ellipsisLineCutoff = undefined;
|
|
21
|
-
this.paraZIndex = undefined;
|
|
22
|
-
this.styles = undefined;
|
|
23
|
-
this.seoCompatibilityMode = false;
|
|
24
|
-
}
|
|
25
|
-
render() {
|
|
26
|
-
if (this.seoCompatibilityMode) {
|
|
27
|
-
utils.seoSlotReset(this.el);
|
|
28
|
-
}
|
|
29
|
-
return this.standardRender();
|
|
30
|
-
}
|
|
31
|
-
standardRender() {
|
|
32
|
-
const classMap = this.getCssClassMap();
|
|
33
|
-
const colorClass = this.addWhiteClass();
|
|
34
|
-
const cutOff = this.getLineCuttoff();
|
|
35
|
-
return (index.h(index.Host, { class: `${colorClass} ${this.paraZIndex}` }, this.styles && index.h("style", null, this.styles), index.h("p", { class: classMap, part: "part-para", style: cutOff }, index.h("slot", null))));
|
|
36
|
-
}
|
|
37
|
-
getCssClassMap() {
|
|
38
|
-
return {
|
|
39
|
-
[this.fontSize]: true,
|
|
40
|
-
[this.fontWeight]: true,
|
|
41
|
-
[this.paraStyle]: true,
|
|
42
|
-
[this.paraMargin]: !!this.paraMargin ? true : false,
|
|
43
|
-
[this.paraColor]: true,
|
|
44
|
-
[this.paraLineH]: true,
|
|
45
|
-
[this.paraAlign]: !!this.paraAlign ? true : false,
|
|
46
|
-
['ellipsis-boxing']: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
//WEB-2392
|
|
50
|
-
addWhiteClass() {
|
|
51
|
-
if (this.paraColor == 'white') {
|
|
52
|
-
return {
|
|
53
|
-
[this.paraColor]: true,
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
getLineCuttoff() {
|
|
58
|
-
let result;
|
|
59
|
-
if (this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0) {
|
|
60
|
-
result = {
|
|
61
|
-
['-webkit-line-clamp']: `${this.ellipsisLineCutoff}`,
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
return result;
|
|
65
|
-
}
|
|
66
|
-
get el() { return index.getElement(this); }
|
|
67
|
-
};
|
|
68
|
-
PtcPara.style = ptcParaCss;
|
|
69
|
-
|
|
70
|
-
exports.ptc_para = PtcPara;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const index = require('./index-63ddc79c.js');
|
|
6
|
-
|
|
7
|
-
const ptcSpacerCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;display:block;width:12px;min-width:12px;height:12px}@media (min-width: 36em){:host{width:16px;min-width:16px;height:16px}}:host(.ptc-spacer-horizontal){display:inline-block;height:100% !important}:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px}}:host(.ptc-spacer-horizontal.x-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-small){width:8px;min-width:8px}}:host(.ptc-spacer-horizontal.small){width:8px;min-width:8px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.small){width:12px;min-width:12px}}:host(.ptc-spacer-horizontal.medium){height:100%}:host(.ptc-spacer-horizontal.large){width:16px;min-width:16px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.large){width:20px;min-width:20px}}:host(.ptc-spacer-horizontal.x-large){width:20px;min-width:20px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-large){width:28px;min-width:28px}}:host(.ptc-spacer-horizontal.xx-large){width:28px;min-width:28px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-large){width:36px;min-width:36px}}:host(.ptc-spacer-horizontal.xxx-large){width:36px;min-width:36px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxx-large){width:48px;min-width:48px}}:host(.ptc-spacer-horizontal.xxxx-large){width:48px;min-width:48px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxxx-large){width:72px;min-width:72px}}:host(.ptc-spacer-vertical.xx-small){width:100%;height:4px;min-height:4px}:host(.ptc-spacer-vertical.x-small){width:100%;height:4px;min-height:4px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-small){height:8px;min-height:8px}}:host(.ptc-spacer-vertical.small){width:100%;height:8px;min-height:8px}@media (min-width: 36em){:host(.ptc-spacer-vertical.small){height:12px;min-height:12px}}:host(.ptc-spacer-vertical.medium){width:100%}:host(.ptc-spacer-vertical.large){width:100%;height:16px;min-height:16px}@media (min-width: 36em){:host(.ptc-spacer-vertical.large){height:20px;min-height:20px}}:host(.ptc-spacer-vertical.x-large){width:100%;height:20px;min-height:20px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-large){height:28px;min-height:28px}}:host(.ptc-spacer-vertical.xx-large){width:100%;height:28px;min-height:28px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xx-large){height:36px;min-height:36px}}:host(.ptc-spacer-vertical.xxx-large){width:100%;height:36px;min-height:36px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxx-large){height:48px;min-height:48px}}:host(.ptc-spacer-vertical.xxxx-large){width:100%;height:48px;min-height:48px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxxx-large){height:72px;min-height:72px}}:host(.ptc-spacer-vertical.space-144){width:100%;height:144px;min-height:144px}:host(.ptc-spacer-vertical.space-120){width:100%;height:120px;min-height:120px}:host(.ptc-spacer-vertical.space-128){width:100%;height:128px;min-height:128px}:host(.ptc-spacer-xx-small){display:none}@media (max-width: 22.5em){:host(.ptc-spacer-xx-small){display:block}}:host(.ptc-spacer-x-small){display:none}@media (max-width: 35.99em){:host(.ptc-spacer-x-small){display:block}}:host(.ptc-spacer-small){display:none}@media (min-width: 36em){:host(.ptc-spacer-small){display:block}}:host(.ptc-spacer-medium){display:none}@media (min-width: 48em){:host(.ptc-spacer-medium){display:block}}:host(.ptc-spacer-large){display:none}@media (min-width: 62em){:host(.ptc-spacer-large){display:block}}:host(.ptc-spacer-x-large){display:none}@media (min-width: 64.0625em){:host(.ptc-spacer-x-large){display:block}}:host(.ptc-spacer-xx-large){display:none}@media (min-width: 75em){:host(.ptc-spacer-xx-large){display:block}}:host(.ptc-spacer-xxx-large){display:none}@media (min-width: 90em){:host(.ptc-spacer-xxx-large){display:block}}";
|
|
8
|
-
|
|
9
|
-
const PtcSpacer = class {
|
|
10
|
-
constructor(hostRef) {
|
|
11
|
-
index.registerInstance(this, hostRef);
|
|
12
|
-
this.breakpoint = '';
|
|
13
|
-
this.size = 'medium';
|
|
14
|
-
this.direction = 'vertical';
|
|
15
|
-
}
|
|
16
|
-
render() {
|
|
17
|
-
const classMap = this.getCssClassMap();
|
|
18
|
-
return (index.h(index.Host, { class: classMap }));
|
|
19
|
-
}
|
|
20
|
-
getCssClassMap() {
|
|
21
|
-
return {
|
|
22
|
-
[this.size]: true,
|
|
23
|
-
['ptc-spacer-horizontal']: this.direction === 'horizontal',
|
|
24
|
-
['ptc-spacer-vertical']: this.direction === 'vertical',
|
|
25
|
-
['ptc-spacer-xx-small']: this.breakpoint === 'xx-small',
|
|
26
|
-
['ptc-spacer-x-small']: this.breakpoint === 'x-small',
|
|
27
|
-
['ptc-spacer-small']: this.breakpoint === 'small',
|
|
28
|
-
['ptc-spacer-medium']: this.breakpoint === 'medium',
|
|
29
|
-
['ptc-spacer-large']: this.breakpoint === 'large',
|
|
30
|
-
['ptc-spacer-x-large']: this.breakpoint === 'x-large',
|
|
31
|
-
['ptc-spacer-xx-large']: this.breakpoint === 'xx-large',
|
|
32
|
-
['ptc-spacer-xxx-large']: this.breakpoint === 'xxx-large',
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
PtcSpacer.style = ptcSpacerCss;
|
|
37
|
-
|
|
38
|
-
exports.ptc_spacer = PtcSpacer;
|