@ptcwebops/ptcw-design 6.4.1 → 6.4.2-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/blog-detail-content_2.cjs.entry.js +1 -1
- package/dist/cjs/blog-detail-layout.cjs.entry.js +1 -1
- package/dist/cjs/blogs-search-section.cjs.entry.js +5 -2
- package/dist/cjs/{component-35540bfb.js → component-6a178a16.js} +2643 -832
- package/dist/cjs/dynamic-box-bundle.cjs.entry.js +3 -1
- package/dist/cjs/featured-list.cjs.entry.js +1 -1
- package/dist/cjs/homepage-jumbotron.cjs.entry.js +1 -1
- package/dist/cjs/homepage-toggled-content.cjs.entry.js +4 -2
- package/dist/cjs/{icon-asset_2.cjs.entry.js → icon-asset.cjs.entry.js} +0 -89
- package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/modal-form-example.cjs.entry.js +109 -0
- 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-accordion-item.cjs.entry.js +1 -1
- package/dist/cjs/ptc-announcement.cjs.entry.js +2 -1
- package/dist/cjs/ptc-background-video.cjs.entry.js +67 -21
- package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-button_5.cjs.entry.js +597 -0
- package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +3 -1
- package/dist/cjs/ptc-card_2.cjs.entry.js +4 -3
- package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
- package/dist/cjs/ptc-close-icon_2.cjs.entry.js +24 -24
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +1 -1
- package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -2
- package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
- package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
- package/dist/cjs/{ptc-form-checkbox_2.cjs.entry.js → ptc-form-checkbox_4.cjs.entry.js} +724 -6
- package/dist/cjs/ptc-homepage-image-feature.cjs.entry.js +1 -1
- package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +1 -1
- package/dist/cjs/ptc-icon-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-img.cjs.entry.js +87 -7
- package/dist/cjs/ptc-jumbotron.cjs.entry.js +11 -5
- 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-modal-quiz.cjs.entry.js +4 -1
- package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-preloader.cjs.entry.js +1 -1
- package/dist/cjs/ptc-previous-url.cjs.entry.js +11 -2
- package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +27 -11
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +2 -2
- package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
- package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
- package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
- package/dist/cjs/ptc-search-field.cjs.entry.js +95 -0
- package/dist/cjs/ptc-social-icons-footer.cjs.entry.js +1 -1
- package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
- package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
- package/dist/cjs/ptc-white-paper.cjs.entry.js +19 -9
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/{utils-b63aef52.js → utils-0ff09a53.js} +13 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +3 -1
- package/dist/collection/components/icon-asset/media/designer-v6.0.7.svg +30 -2
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +24 -0
- package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.js +4 -1
- package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +5 -4
- package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +26 -0
- package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +114 -0
- package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.js +3 -1
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +2 -1
- package/dist/collection/components/ptc-background-video/ptc-background-video.css +21 -0
- package/dist/collection/components/ptc-background-video/ptc-background-video.js +73 -31
- package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +24 -0
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +3 -1
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +24 -0
- package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +24 -0
- package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +24 -0
- package/dist/collection/components/ptc-img/ptc-img.css +76 -0
- package/dist/collection/components/ptc-img/ptc-img.js +132 -7
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +24 -0
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +28 -4
- package/dist/collection/components/ptc-modal/ptc-modal.css +4 -0
- package/dist/collection/components/ptc-modal/ptc-modal.js +25 -25
- package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.js +4 -1
- package/dist/collection/components/ptc-para/ptc-para.css +3 -0
- package/dist/collection/components/ptc-para/ptc-para.js +2 -2
- package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +24 -0
- package/dist/collection/components/ptc-preloader/ptc-preloader.css +147 -111
- package/dist/collection/components/ptc-preloader/ptc-preloader.js +1 -1
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +4 -3
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +16 -0
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +28 -1
- package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +26 -10
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +1 -1
- package/dist/collection/components/ptc-product-card/ptc-product-card.css +24 -0
- package/dist/collection/components/ptc-product-category/ptc-product-category.css +24 -0
- package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +24 -0
- package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +24 -0
- package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +24 -0
- package/dist/collection/components/ptc-textfield/ptc-textfield.js +3 -5
- package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +24 -0
- package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +24 -0
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +27 -3
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +18 -8
- package/dist/collection/stories/Accordian.stories.js +32 -18
- package/dist/collection/stories/Announcement.stories.js +29 -1
- package/dist/collection/stories/Button.stories.js +150 -66
- package/dist/collection/stories/Date.stories.js +70 -75
- package/dist/collection/stories/ListItem.stories.js +20 -46
- package/dist/collection/stories/Span.stories.js +45 -51
- package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +45 -0
- package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +47 -0
- package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +157 -0
- package/dist/collection/utils/utils.js +11 -0
- package/dist/custom-elements/index.d.ts +6 -0
- package/dist/custom-elements/index.js +407 -112
- package/dist/esm/academic-form-test.entry.js +1 -1
- package/dist/esm/author-listing-example.entry.js +1 -1
- package/dist/esm/blog-detail-content_2.entry.js +2 -2
- package/dist/esm/blog-detail-layout.entry.js +2 -2
- package/dist/esm/blogs-search-section.entry.js +6 -3
- package/dist/esm/bundle-example.entry.js +1 -1
- package/dist/esm/bundle-jumbotron-example.entry.js +1 -1
- package/dist/esm/{component-8c53e377.js → component-80f298b4.js} +2592 -793
- package/dist/esm/dropdown-item.entry.js +1 -1
- package/dist/esm/dynamic-box-bundle.entry.js +4 -2
- package/dist/esm/embedded-form.entry.js +1 -1
- package/dist/esm/event-jumbotron-example.entry.js +1 -1
- package/dist/esm/event-podcast-slider-example.entry.js +1 -1
- package/dist/esm/featured-events-slider-example.entry.js +1 -1
- package/dist/esm/featured-list.entry.js +2 -2
- package/dist/esm/fl-tab-content_3.entry.js +1 -1
- package/dist/esm/footer-form.entry.js +1 -1
- package/dist/esm/homepage-clickable-tab.entry.js +1 -1
- package/dist/esm/homepage-jumbotron.entry.js +2 -2
- package/dist/esm/homepage-toggled-content.entry.js +5 -3
- package/dist/esm/{icon-asset_2.entry.js → icon-asset.entry.js} +2 -90
- package/dist/esm/{index-0bf594c4.js → index-c83db688.js} +1 -1
- package/dist/esm/innovator-toggle-container.entry.js +2 -2
- package/dist/esm/{interfaces-4caedd26.js → interfaces-7c0243be.js} +1 -1
- package/dist/esm/jumbotron-sub-menu.entry.js +1 -1
- package/dist/esm/jumbotron-sub-mune.entry.js +1 -1
- package/dist/esm/list-item.entry.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/max-width-container.entry.js +1 -1
- package/dist/esm/modal-form-example.entry.js +105 -0
- 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 +2 -2
- package/dist/esm/ptc-accordion.entry.js +1 -1
- package/dist/esm/ptc-announcement.entry.js +3 -2
- package/dist/esm/ptc-back-to-top.entry.js +1 -1
- package/dist/esm/ptc-background-video.entry.js +68 -22
- package/dist/esm/ptc-badge.entry.js +1 -1
- package/dist/esm/ptc-bio-card.entry.js +2 -2
- package/dist/esm/ptc-breadcrumb.entry.js +1 -1
- package/dist/esm/ptc-brightcov-video.entry.js +1 -1
- package/dist/esm/ptc-button_5.entry.js +589 -0
- package/dist/esm/ptc-card-bottom_2.entry.js +4 -2
- package/dist/esm/ptc-card-content.entry.js +1 -1
- package/dist/esm/ptc-card_2.entry.js +5 -4
- package/dist/esm/ptc-case-studies-slider.entry.js +2 -2
- 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 +25 -25
- package/dist/esm/ptc-collapse-list.entry.js +2 -2
- package/dist/esm/ptc-container.entry.js +1 -1
- package/dist/esm/ptc-countdown.entry.js +1 -1
- package/dist/esm/ptc-data-lookup.entry.js +2 -3
- package/dist/esm/ptc-date.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-enhanced-product-listing-card.entry.js +1 -1
- package/dist/esm/ptc-featured-list.entry.js +2 -2
- package/dist/esm/ptc-filter-dropdown_4.entry.js +1 -1
- package/dist/esm/ptc-filter-level-theater.entry.js +2 -2
- package/dist/esm/ptc-filter-tag_2.entry.js +1 -1
- package/dist/esm/ptc-footer.entry.js +1 -1
- package/dist/esm/{ptc-form-checkbox_2.entry.js → ptc-form-checkbox_4.entry.js} +724 -8
- package/dist/esm/ptc-form-radio-button.entry.js +1 -1
- package/dist/esm/ptc-form-radio-group.entry.js +1 -1
- 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 +2 -2
- package/dist/esm/ptc-homepage-video-background.entry.js +2 -2
- package/dist/esm/ptc-icon-card-slider-example.entry.js +1 -1
- package/dist/esm/ptc-icon-card.entry.js +2 -2
- 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 +89 -9
- package/dist/esm/ptc-info-tile.entry.js +1 -1
- package/dist/esm/ptc-inline-cta.entry.js +1 -1
- package/dist/esm/ptc-jumbotron.entry.js +12 -6
- 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 +5 -2
- 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-skip-to-content.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-podcast-card.entry.js +2 -2
- package/dist/esm/ptc-preferance-center-form.entry.js +1 -1
- package/dist/esm/ptc-preloader.entry.js +2 -2
- package/dist/esm/ptc-previous-url.entry.js +12 -3
- 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 +28 -12
- package/dist/esm/ptc-pricing-tabs.entry.js +3 -3
- package/dist/esm/ptc-product-card.entry.js +2 -2
- package/dist/esm/ptc-product-category.entry.js +2 -2
- package/dist/esm/ptc-product-dropdown.entry.js +1 -1
- package/dist/esm/ptc-product-highlight-card.entry.js +2 -2
- 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-quantity-counter.entry.js +1 -1
- package/dist/esm/ptc-quote.entry.js +1 -1
- package/dist/esm/ptc-readmore-char.entry.js +2 -2
- package/dist/esm/ptc-readmore-new.entry.js +1 -1
- package/dist/esm/ptc-readmore-v3.entry.js +2 -2
- 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-scroll-button.entry.js +1 -1
- package/dist/esm/ptc-search-field.entry.js +91 -0
- 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 +2 -2
- package/dist/esm/ptc-social-icons.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 +1 -1
- 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 +1 -1
- package/dist/esm/ptc-theater-video-modal.entry.js +1 -1
- package/dist/esm/ptc-tooltip-v2.entry.js +2 -2
- package/dist/esm/ptc-tooltip-v3.entry.js +1 -1
- package/dist/esm/ptc-tooltip.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 +2 -2
- package/dist/esm/ptc-value-prop-card.entry.js +1 -1
- package/dist/esm/ptc-video-embed.entry.js +1 -1
- package/dist/esm/ptc-white-paper.entry.js +20 -10
- 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/storefront-enhanced-product-list-alt-example.entry.js +1 -1
- package/dist/esm/storefront-enhanced-product-list-example.entry.js +1 -1
- package/dist/esm/tab-content.entry.js +1 -1
- package/dist/esm/tab-header.entry.js +1 -1
- package/dist/esm/{utils-2f12c081.js → utils-f0d200c9.js} +12 -1
- package/dist/ptcw-design/media/designer-v6.0.7.svg +30 -2
- package/dist/ptcw-design/{p-f6d8957a.entry.js → p-040bf1bb.entry.js} +1 -1
- package/dist/ptcw-design/{p-74a845fd.entry.js → p-04aae3f5.entry.js} +1 -1
- package/dist/ptcw-design/{p-c9a73ad1.entry.js → p-04f0b1ba.entry.js} +1 -1
- package/dist/ptcw-design/{p-135191ce.entry.js → p-04ff81ef.entry.js} +1 -1
- package/dist/ptcw-design/{p-026e6f29.entry.js → p-056748b3.entry.js} +1 -1
- package/dist/ptcw-design/p-06e14543.entry.js +1 -0
- package/dist/ptcw-design/p-0a214a22.entry.js +1 -0
- package/dist/ptcw-design/{p-e8b51e7d.entry.js → p-0a9ee6c2.entry.js} +1 -1
- package/dist/ptcw-design/{p-f004e5de.entry.js → p-0ddf2a09.entry.js} +1 -1
- package/dist/ptcw-design/{p-36d6e662.entry.js → p-13e338a5.entry.js} +1 -1
- package/dist/ptcw-design/p-1519b36f.entry.js +1 -0
- package/dist/ptcw-design/{p-8cdcfb51.entry.js → p-15e36f30.entry.js} +1 -1
- package/dist/ptcw-design/{p-2c0005a3.entry.js → p-1616b11e.entry.js} +1 -1
- package/dist/ptcw-design/{p-7815e38b.entry.js → p-1bffeaed.entry.js} +1 -1
- package/dist/ptcw-design/p-1e3bf09c.entry.js +1 -0
- package/dist/ptcw-design/p-1f3cc6ff.entry.js +1 -0
- package/dist/ptcw-design/p-21db0a85.entry.js +1 -0
- package/dist/ptcw-design/{p-2fd01953.entry.js → p-21fa5abe.entry.js} +1 -1
- package/dist/ptcw-design/{p-a22d7ae8.entry.js → p-257a68df.entry.js} +1 -1
- package/dist/ptcw-design/{p-d9ec506c.entry.js → p-260ecfef.entry.js} +1 -1
- package/dist/ptcw-design/p-2670ac97.entry.js +1 -0
- package/dist/ptcw-design/{p-14c77b5e.entry.js → p-27e47c25.entry.js} +1 -1
- package/dist/ptcw-design/{p-315b7885.entry.js → p-2c287230.entry.js} +1 -1
- package/dist/ptcw-design/{p-54891548.entry.js → p-2c2f895a.entry.js} +1 -1
- package/dist/ptcw-design/{p-64824c59.entry.js → p-2c8faf9a.entry.js} +1 -1
- package/dist/ptcw-design/p-2e8bc448.entry.js +1 -0
- package/dist/ptcw-design/{p-8851dc00.entry.js → p-312c41b8.entry.js} +1 -1
- package/dist/ptcw-design/p-349f43d5.entry.js +1 -0
- package/dist/ptcw-design/{p-0261e249.entry.js → p-36abe396.entry.js} +1 -1
- package/dist/ptcw-design/{p-8e089576.entry.js → p-36ee2e12.entry.js} +1 -1
- package/dist/ptcw-design/{p-a2710bbf.entry.js → p-3872fce7.entry.js} +1 -1
- package/dist/ptcw-design/{p-c05e326f.entry.js → p-38a56ed6.entry.js} +1 -1
- package/dist/ptcw-design/p-390c0dee.entry.js +1 -0
- package/dist/ptcw-design/{p-32f92cea.entry.js → p-3a40c41f.entry.js} +1 -1
- package/dist/ptcw-design/p-3b5cae50.js +1 -0
- package/dist/ptcw-design/p-3ddb6c50.entry.js +1 -0
- package/dist/ptcw-design/{p-1d48bad3.entry.js → p-464d8e22.entry.js} +1 -1
- package/dist/ptcw-design/p-46af64c4.entry.js +1 -0
- package/dist/ptcw-design/{p-68cd3e86.entry.js → p-46b7fdf1.entry.js} +1 -1
- package/dist/ptcw-design/{p-1e9f25fc.entry.js → p-46f67bec.entry.js} +1 -1
- package/dist/ptcw-design/p-4cee12b8.entry.js +1 -0
- package/dist/ptcw-design/{p-f26d4602.entry.js → p-4d11aafc.entry.js} +1 -1
- package/dist/ptcw-design/{p-c8e8ac90.entry.js → p-4f0b8ca2.entry.js} +1 -1
- package/dist/ptcw-design/{p-a1dc7ae5.entry.js → p-4f3dea53.entry.js} +1 -1
- package/dist/ptcw-design/{p-ed5a467e.entry.js → p-4f4f97a6.entry.js} +1 -1
- package/dist/ptcw-design/p-50308f02.entry.js +1 -0
- package/dist/ptcw-design/p-508d7501.entry.js +68 -0
- package/dist/ptcw-design/{p-bca81995.entry.js → p-560b05a5.entry.js} +1 -1
- package/dist/ptcw-design/{p-cab0274c.entry.js → p-5946d7c9.entry.js} +1 -1
- package/dist/ptcw-design/{p-807ad5c4.entry.js → p-5980d65d.entry.js} +1 -1
- package/dist/ptcw-design/p-5c81c755.entry.js +1 -0
- package/dist/ptcw-design/p-5ca0b5b6.entry.js +1 -0
- package/dist/ptcw-design/p-5e4c1edf.entry.js +1 -0
- package/dist/ptcw-design/{p-5fb671ee.entry.js → p-61d28206.entry.js} +1 -1
- package/dist/ptcw-design/{p-a0daf771.entry.js → p-63b3bcbe.entry.js} +1 -1
- package/dist/ptcw-design/{p-fbda262d.entry.js → p-656e8773.entry.js} +1 -1
- package/dist/ptcw-design/{p-3e13f29c.entry.js → p-66ecd7b9.entry.js} +1 -1
- package/dist/ptcw-design/p-672a349f.js +336 -0
- package/dist/ptcw-design/p-684ef1e5.entry.js +1 -0
- package/dist/ptcw-design/{p-575c7fc0.entry.js → p-6aa9ed95.entry.js} +1 -1
- package/dist/ptcw-design/{p-379fcc72.entry.js → p-6e8ed2ee.entry.js} +1 -1
- package/dist/ptcw-design/{p-7a9288d1.entry.js → p-7235425a.entry.js} +1 -1
- package/dist/ptcw-design/p-74097f89.entry.js +1 -0
- package/dist/ptcw-design/{p-522cb451.entry.js → p-757954b2.entry.js} +1 -1
- package/dist/ptcw-design/{p-8ffdd794.entry.js → p-761a31f8.entry.js} +1 -1
- package/dist/ptcw-design/{p-3e13b735.entry.js → p-76d98c5a.entry.js} +1 -1
- package/dist/ptcw-design/{p-1adea6a5.entry.js → p-77cad16c.entry.js} +1 -1
- package/dist/ptcw-design/{p-13aedff0.entry.js → p-78370e3d.entry.js} +1 -1
- package/dist/ptcw-design/p-799afee5.entry.js +1 -0
- package/dist/ptcw-design/{p-600f90ef.entry.js → p-79bbedee.entry.js} +1 -1
- package/dist/ptcw-design/{p-ecfc8211.entry.js → p-7a1db471.entry.js} +1 -1
- package/dist/ptcw-design/{p-8a452c0b.entry.js → p-7a3e9ecd.entry.js} +1 -1
- package/dist/ptcw-design/{p-e3606137.entry.js → p-7a4ceaad.entry.js} +1 -1
- package/dist/ptcw-design/{p-183ba1ca.entry.js → p-7d29a418.entry.js} +1 -1
- package/dist/ptcw-design/{p-102da33a.entry.js → p-7f9668d9.entry.js} +1 -1
- package/dist/ptcw-design/{p-29ae44dd.entry.js → p-7fe4d383.entry.js} +1 -1
- package/dist/ptcw-design/{p-a974f98f.entry.js → p-8191928d.entry.js} +1 -1
- package/dist/ptcw-design/{p-4ca5d607.entry.js → p-81bcde85.entry.js} +1 -1
- package/dist/ptcw-design/p-82ef17f5.entry.js +1 -0
- package/dist/ptcw-design/{p-3c52fabe.entry.js → p-8533988f.entry.js} +1 -1
- package/dist/ptcw-design/{p-1ab6201b.entry.js → p-85f32bf5.entry.js} +1 -1
- package/dist/ptcw-design/p-884c335c.entry.js +1 -0
- package/dist/ptcw-design/{p-e75dff95.entry.js → p-89177041.entry.js} +1 -1
- package/dist/ptcw-design/{p-5db45e53.entry.js → p-89275cb9.entry.js} +1 -1
- package/dist/ptcw-design/{p-bf2f9183.entry.js → p-89ba3dfd.entry.js} +1 -1
- package/dist/ptcw-design/{p-472579ea.entry.js → p-89f0cf12.entry.js} +1 -1
- package/dist/ptcw-design/{p-d0013567.entry.js → p-8b480abd.entry.js} +1 -1
- package/dist/ptcw-design/{p-212d0145.entry.js → p-8c49d736.entry.js} +1 -1
- package/dist/ptcw-design/p-8fb48953.entry.js +1 -0
- package/dist/ptcw-design/{p-80c56c81.entry.js → p-931650bb.entry.js} +1 -1
- package/dist/ptcw-design/{p-2ba77e9d.entry.js → p-9354b7fd.entry.js} +1 -1
- package/dist/ptcw-design/p-93da022d.entry.js +1 -0
- package/dist/ptcw-design/{p-e77d2204.entry.js → p-95187918.entry.js} +1 -1
- package/dist/ptcw-design/p-97eb1025.entry.js +1 -0
- package/dist/ptcw-design/p-98434ba1.entry.js +1 -0
- package/dist/ptcw-design/{p-ce125ef2.entry.js → p-98610430.entry.js} +1 -1
- package/dist/ptcw-design/{p-1acd3617.entry.js → p-99daf693.entry.js} +1 -1
- package/dist/ptcw-design/{p-8eb36507.entry.js → p-9a335b5b.entry.js} +1 -1
- package/dist/ptcw-design/{p-0abb6e77.entry.js → p-9ac99185.entry.js} +1 -1
- package/dist/ptcw-design/{p-298d02ab.entry.js → p-9b0df204.entry.js} +1 -1
- package/dist/ptcw-design/{p-290012e3.entry.js → p-9b26ea67.entry.js} +1 -1
- package/dist/ptcw-design/{p-6d628113.entry.js → p-9de963f8.entry.js} +1 -1
- package/dist/ptcw-design/{p-0a558a22.entry.js → p-9e2fd13c.entry.js} +1 -1
- package/dist/ptcw-design/{p-6251a6d6.entry.js → p-9e4e21a4.entry.js} +1 -1
- package/dist/ptcw-design/{p-dadbab48.entry.js → p-a0bf3dd2.entry.js} +1 -1
- package/dist/ptcw-design/{p-e2e33ddb.entry.js → p-a37c5209.entry.js} +1 -1
- package/dist/ptcw-design/{p-b6cc4c2a.entry.js → p-a41c7e39.entry.js} +1 -1
- package/dist/ptcw-design/{p-dabb1b70.entry.js → p-a54c6da5.entry.js} +1 -1
- package/dist/ptcw-design/{p-be00fb74.entry.js → p-a7cb3851.entry.js} +1 -1
- package/dist/ptcw-design/{p-de663192.entry.js → p-a8504f11.entry.js} +1 -1
- package/dist/ptcw-design/{p-c5417010.entry.js → p-aac082cf.entry.js} +1 -1
- package/dist/ptcw-design/{p-944c5be8.js → p-ac75c7ad.js} +1 -1
- package/dist/ptcw-design/{p-da4b7e23.entry.js → p-ac766cb3.entry.js} +1 -1
- package/dist/ptcw-design/{p-b293a0b1.entry.js → p-aea09a70.entry.js} +1 -1
- package/dist/ptcw-design/p-af831c13.entry.js +1 -0
- package/dist/ptcw-design/{p-6f8858c3.entry.js → p-b209c116.entry.js} +1 -1
- package/dist/ptcw-design/{p-79762cf6.entry.js → p-b436f56d.entry.js} +1 -1
- package/dist/ptcw-design/p-b684ca9d.entry.js +1 -0
- package/dist/ptcw-design/{p-07b1afd5.entry.js → p-b8ee8699.entry.js} +1 -1
- package/dist/ptcw-design/{p-dd9b36f0.entry.js → p-ba18dd47.entry.js} +1 -1
- package/dist/ptcw-design/{p-ca039722.entry.js → p-baeee2b4.entry.js} +1 -1
- package/dist/ptcw-design/p-bb9a879f.entry.js +1 -0
- package/dist/ptcw-design/{p-73293d32.entry.js → p-bf84ecc0.entry.js} +1 -1
- package/dist/ptcw-design/{p-208ec7f3.entry.js → p-bf8fbba7.entry.js} +1 -1
- package/dist/ptcw-design/{p-9a28ded2.entry.js → p-bfacfe67.entry.js} +1 -1
- package/dist/ptcw-design/p-c09a8288.entry.js +1 -0
- package/dist/ptcw-design/{p-dd38bf84.entry.js → p-c5f42895.entry.js} +1 -1
- package/dist/ptcw-design/{p-61a5012d.entry.js → p-c631608f.entry.js} +1 -1
- package/dist/ptcw-design/{p-e87a4ff8.entry.js → p-c68d31c6.entry.js} +1 -1
- package/dist/ptcw-design/{p-43756439.entry.js → p-c6a0dd99.entry.js} +1 -1
- package/dist/ptcw-design/p-c89030e4.entry.js +1 -0
- package/dist/ptcw-design/p-cb0e3ec2.entry.js +1 -0
- package/dist/ptcw-design/{p-724c03a8.entry.js → p-ce121fb3.entry.js} +1 -1
- package/dist/ptcw-design/p-d2cc0297.entry.js +1 -0
- package/dist/ptcw-design/{p-1b2ff400.entry.js → p-d3ac3758.entry.js} +1 -1
- package/dist/ptcw-design/{p-75d8b6ec.entry.js → p-d74ccb19.entry.js} +1 -1
- package/dist/ptcw-design/{p-81736d6a.entry.js → p-d77531c8.entry.js} +1 -1
- package/dist/ptcw-design/{p-f05be87f.entry.js → p-da02913d.entry.js} +1 -1
- package/dist/ptcw-design/{p-040171e8.entry.js → p-db1dcce0.entry.js} +1 -1
- package/dist/ptcw-design/p-db83b720.entry.js +1 -0
- package/dist/ptcw-design/{p-72449527.entry.js → p-dc677485.entry.js} +1 -1
- package/dist/ptcw-design/{p-afbe8e2c.entry.js → p-dc85c302.entry.js} +1 -1
- package/dist/ptcw-design/{p-00789cf0.entry.js → p-ddb898c7.entry.js} +1 -1
- package/dist/ptcw-design/p-de960790.entry.js +1 -0
- package/dist/ptcw-design/p-e01173ca.entry.js +1 -0
- package/dist/ptcw-design/p-e03d7060.entry.js +1 -0
- package/dist/ptcw-design/{p-0bb3ea9a.entry.js → p-e235bf27.entry.js} +1 -1
- package/dist/ptcw-design/{p-53d2547b.entry.js → p-e3867512.entry.js} +1 -1
- package/dist/ptcw-design/{p-38cbe068.entry.js → p-e3b1af2b.entry.js} +1 -1
- package/dist/ptcw-design/{p-d1f57070.entry.js → p-e3bf092e.entry.js} +1 -1
- package/dist/ptcw-design/{p-2fa28be9.entry.js → p-e5369c4d.entry.js} +1 -1
- package/dist/ptcw-design/{p-d612cb97.entry.js → p-e93714e9.entry.js} +1 -1
- package/dist/ptcw-design/{p-711bcdad.js → p-ee1183b2.js} +1 -1
- package/dist/ptcw-design/{p-fe56e336.entry.js → p-ee91170c.entry.js} +1 -1
- package/dist/ptcw-design/{p-c6f0bf56.entry.js → p-f57f32ee.entry.js} +1 -1
- package/dist/ptcw-design/{p-f2006b03.entry.js → p-f5c97ab2.entry.js} +1 -1
- package/dist/ptcw-design/{p-d6271974.entry.js → p-f5d8a3b1.entry.js} +1 -1
- package/dist/ptcw-design/{p-3b967df1.entry.js → p-f61a3476.entry.js} +1 -1
- package/dist/ptcw-design/{p-5da98805.entry.js → p-f731fc96.entry.js} +1 -1
- package/dist/ptcw-design/{p-c1fb6cbc.entry.js → p-fa4a494e.entry.js} +1 -1
- package/dist/ptcw-design/{p-0ed4609e.entry.js → p-fb8584e4.entry.js} +1 -1
- package/dist/ptcw-design/{p-973c69d8.entry.js → p-fbd9c8fc.entry.js} +1 -1
- package/dist/ptcw-design/p-fd7e5935.entry.js +1 -0
- package/dist/ptcw-design/{p-e6ebc832.entry.js → p-fdee2cdc.entry.js} +1 -1
- package/dist/ptcw-design/{p-443a5acb.entry.js → p-ffa2849b.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.css +4 -3
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +25 -0
- package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +20 -38
- package/dist/types/components/ptc-img/ptc-img.d.ts +29 -1
- package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +4 -0
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -1
- package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
- package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +2 -0
- package/dist/types/components.d.ts +61 -14
- package/dist/types/utils/utils.d.ts +2 -0
- package/package.json +1 -1
- package/readme.md +5 -1
- package/dist/cjs/component-1b8ad4d2.js +0 -1819
- package/dist/cjs/ptc-button.cjs.entry.js +0 -117
- package/dist/cjs/ptc-multi-select_2.cjs.entry.js +0 -730
- package/dist/cjs/ptc-para.cjs.entry.js +0 -139
- package/dist/cjs/ptc-picture.cjs.entry.js +0 -168
- package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
- package/dist/cjs/ptc-title.cjs.entry.js +0 -161
- package/dist/esm/component-9beac35b.js +0 -1802
- package/dist/esm/ptc-button.entry.js +0 -113
- package/dist/esm/ptc-multi-select_2.entry.js +0 -725
- package/dist/esm/ptc-para.entry.js +0 -135
- package/dist/esm/ptc-picture.entry.js +0 -164
- package/dist/esm/ptc-spacer.entry.js +0 -34
- package/dist/esm/ptc-title.entry.js +0 -157
- package/dist/ptcw-design/p-09c61065.entry.js +0 -1
- package/dist/ptcw-design/p-1f75f0b7.entry.js +0 -1
- package/dist/ptcw-design/p-212cdacd.entry.js +0 -1
- package/dist/ptcw-design/p-2348d4b1.entry.js +0 -1
- package/dist/ptcw-design/p-2ba642c3.entry.js +0 -1
- package/dist/ptcw-design/p-2eb2e69e.entry.js +0 -1
- package/dist/ptcw-design/p-314faa77.entry.js +0 -1
- package/dist/ptcw-design/p-33ead201.entry.js +0 -1
- package/dist/ptcw-design/p-36c42aae.entry.js +0 -1
- package/dist/ptcw-design/p-390fa29e.entry.js +0 -1
- package/dist/ptcw-design/p-39255f59.entry.js +0 -1
- package/dist/ptcw-design/p-3a651f26.entry.js +0 -1
- package/dist/ptcw-design/p-3b481342.entry.js +0 -1
- package/dist/ptcw-design/p-47aa1583.entry.js +0 -1
- package/dist/ptcw-design/p-60688db7.entry.js +0 -1
- package/dist/ptcw-design/p-60b45ae0.entry.js +0 -1
- package/dist/ptcw-design/p-6785dc81.entry.js +0 -1
- package/dist/ptcw-design/p-6c6401c6.entry.js +0 -1
- package/dist/ptcw-design/p-6f0dc158.entry.js +0 -1
- package/dist/ptcw-design/p-7250e1a5.entry.js +0 -1
- package/dist/ptcw-design/p-79a6e764.entry.js +0 -1
- package/dist/ptcw-design/p-80122e26.js +0 -1
- package/dist/ptcw-design/p-83c3d6c9.entry.js +0 -1
- package/dist/ptcw-design/p-891a265b.entry.js +0 -1
- package/dist/ptcw-design/p-8f8251c7.entry.js +0 -1
- package/dist/ptcw-design/p-933ddad2.entry.js +0 -1
- package/dist/ptcw-design/p-95b61388.entry.js +0 -1
- package/dist/ptcw-design/p-96cc1268.entry.js +0 -1
- package/dist/ptcw-design/p-973b06d1.entry.js +0 -1
- package/dist/ptcw-design/p-98426799.js +0 -203
- package/dist/ptcw-design/p-98844b50.js +0 -134
- package/dist/ptcw-design/p-99e41dc4.entry.js +0 -1
- package/dist/ptcw-design/p-9d8a9a72.entry.js +0 -1
- package/dist/ptcw-design/p-a28ff90b.entry.js +0 -1
- package/dist/ptcw-design/p-a5875899.entry.js +0 -1
- package/dist/ptcw-design/p-ad4f4f33.entry.js +0 -1
- package/dist/ptcw-design/p-ae7fa29c.entry.js +0 -1
- package/dist/ptcw-design/p-b448435d.entry.js +0 -1
- package/dist/ptcw-design/p-b7279b21.entry.js +0 -1
- package/dist/ptcw-design/p-bcae71ee.entry.js +0 -68
- package/dist/ptcw-design/p-c7a2088b.entry.js +0 -1
- package/dist/ptcw-design/p-e7bfe342.entry.js +0 -1
- package/dist/ptcw-design/p-ec22d0b8.entry.js +0 -1
- package/dist/ptcw-design/p-efe90e71.entry.js +0 -1
- package/dist/ptcw-design/p-f8aaa64f.entry.js +0 -1
|
@@ -1204,14 +1204,17 @@ a:focus-visible {
|
|
|
1204
1204
|
|
|
1205
1205
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
1206
1206
|
ptc-modal inline-form a,
|
|
1207
|
+
.podcast-cta-section a,
|
|
1207
1208
|
.vjs-social-share-links a),
|
|
1208
1209
|
.light-links a.light-link,
|
|
1209
1210
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
1210
1211
|
ptc-modal inline-form a,
|
|
1212
|
+
.podcast-cta-section a,
|
|
1211
1213
|
.vjs-social-share-links a),
|
|
1212
1214
|
.background-grey-10 a.light-link,
|
|
1213
1215
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
1214
1216
|
ptc-modal inline-form a,
|
|
1217
|
+
.podcast-cta-section a,
|
|
1215
1218
|
.vjs-social-share-links a),
|
|
1216
1219
|
.background-plm-grey a.light-link {
|
|
1217
1220
|
color: var(--color-blue-04);
|
|
@@ -1220,38 +1223,47 @@ ptc-modal inline-form a,
|
|
|
1220
1223
|
}
|
|
1221
1224
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
1222
1225
|
ptc-modal inline-form a,
|
|
1226
|
+
.podcast-cta-section a,
|
|
1223
1227
|
.vjs-social-share-links a):visited,
|
|
1224
1228
|
.light-links a.light-link:visited,
|
|
1225
1229
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
1226
1230
|
ptc-modal inline-form a,
|
|
1231
|
+
.podcast-cta-section a,
|
|
1227
1232
|
.vjs-social-share-links a):visited,
|
|
1228
1233
|
.background-grey-10 a.light-link:visited,
|
|
1229
1234
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
1230
1235
|
ptc-modal inline-form a,
|
|
1236
|
+
.podcast-cta-section a,
|
|
1231
1237
|
.vjs-social-share-links a):visited,
|
|
1232
1238
|
.background-plm-grey a.light-link:visited {
|
|
1233
1239
|
color: var(--color-blue-06);
|
|
1234
1240
|
}
|
|
1235
1241
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
1236
1242
|
ptc-modal inline-form a,
|
|
1243
|
+
.podcast-cta-section a,
|
|
1237
1244
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
1238
1245
|
ptc-modal inline-form a,
|
|
1246
|
+
.podcast-cta-section a,
|
|
1239
1247
|
.vjs-social-share-links a):visited:active,
|
|
1240
1248
|
.light-links a.light-link:active,
|
|
1241
1249
|
.light-links a.light-link:visited:active,
|
|
1242
1250
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
1243
1251
|
ptc-modal inline-form a,
|
|
1252
|
+
.podcast-cta-section a,
|
|
1244
1253
|
.vjs-social-share-links a):active,
|
|
1245
1254
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
1246
1255
|
ptc-modal inline-form a,
|
|
1256
|
+
.podcast-cta-section a,
|
|
1247
1257
|
.vjs-social-share-links a):visited:active,
|
|
1248
1258
|
.background-grey-10 a.light-link:active,
|
|
1249
1259
|
.background-grey-10 a.light-link:visited:active,
|
|
1250
1260
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
1251
1261
|
ptc-modal inline-form a,
|
|
1262
|
+
.podcast-cta-section a,
|
|
1252
1263
|
.vjs-social-share-links a):active,
|
|
1253
1264
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
1254
1265
|
ptc-modal inline-form a,
|
|
1266
|
+
.podcast-cta-section a,
|
|
1255
1267
|
.vjs-social-share-links a):visited:active,
|
|
1256
1268
|
.background-plm-grey a.light-link:active,
|
|
1257
1269
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -1260,24 +1272,30 @@ ptc-modal inline-form a,
|
|
|
1260
1272
|
}
|
|
1261
1273
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
1262
1274
|
ptc-modal inline-form a,
|
|
1275
|
+
.podcast-cta-section a,
|
|
1263
1276
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
1264
1277
|
ptc-modal inline-form a,
|
|
1278
|
+
.podcast-cta-section a,
|
|
1265
1279
|
.vjs-social-share-links a):visited:hover,
|
|
1266
1280
|
.light-links a.light-link:hover,
|
|
1267
1281
|
.light-links a.light-link:visited:hover,
|
|
1268
1282
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
1269
1283
|
ptc-modal inline-form a,
|
|
1284
|
+
.podcast-cta-section a,
|
|
1270
1285
|
.vjs-social-share-links a):hover,
|
|
1271
1286
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
1272
1287
|
ptc-modal inline-form a,
|
|
1288
|
+
.podcast-cta-section a,
|
|
1273
1289
|
.vjs-social-share-links a):visited:hover,
|
|
1274
1290
|
.background-grey-10 a.light-link:hover,
|
|
1275
1291
|
.background-grey-10 a.light-link:visited:hover,
|
|
1276
1292
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
1277
1293
|
ptc-modal inline-form a,
|
|
1294
|
+
.podcast-cta-section a,
|
|
1278
1295
|
.vjs-social-share-links a):hover,
|
|
1279
1296
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
1280
1297
|
ptc-modal inline-form a,
|
|
1298
|
+
.podcast-cta-section a,
|
|
1281
1299
|
.vjs-social-share-links a):visited:hover,
|
|
1282
1300
|
.background-plm-grey a.light-link:hover,
|
|
1283
1301
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -1285,14 +1303,17 @@ ptc-modal inline-form a,
|
|
|
1285
1303
|
}
|
|
1286
1304
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
1287
1305
|
ptc-modal inline-form a,
|
|
1306
|
+
.podcast-cta-section a,
|
|
1288
1307
|
.vjs-social-share-links a).disabled,
|
|
1289
1308
|
.light-links a.light-link.disabled,
|
|
1290
1309
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
1291
1310
|
ptc-modal inline-form a,
|
|
1311
|
+
.podcast-cta-section a,
|
|
1292
1312
|
.vjs-social-share-links a).disabled,
|
|
1293
1313
|
.background-grey-10 a.light-link.disabled,
|
|
1294
1314
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
1295
1315
|
ptc-modal inline-form a,
|
|
1316
|
+
.podcast-cta-section a,
|
|
1296
1317
|
.vjs-social-share-links a).disabled,
|
|
1297
1318
|
.background-plm-grey a.light-link.disabled {
|
|
1298
1319
|
color: var(--color-gray-04) !important;
|
|
@@ -1300,14 +1321,17 @@ ptc-modal inline-form a,
|
|
|
1300
1321
|
}
|
|
1301
1322
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
1302
1323
|
ptc-modal inline-form a,
|
|
1324
|
+
.podcast-cta-section a,
|
|
1303
1325
|
.vjs-social-share-links a):focus-visible,
|
|
1304
1326
|
.light-links a.light-link:focus-visible,
|
|
1305
1327
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
1306
1328
|
ptc-modal inline-form a,
|
|
1329
|
+
.podcast-cta-section a,
|
|
1307
1330
|
.vjs-social-share-links a):focus-visible,
|
|
1308
1331
|
.background-grey-10 a.light-link:focus-visible,
|
|
1309
1332
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
1310
1333
|
ptc-modal inline-form a,
|
|
1334
|
+
.podcast-cta-section a,
|
|
1311
1335
|
.vjs-social-share-links a):focus-visible,
|
|
1312
1336
|
.background-plm-grey a.light-link:focus-visible {
|
|
1313
1337
|
border-radius: var(--ptc-border-radius-standard);
|
|
@@ -30,6 +30,7 @@ export class PtcJumbotron {
|
|
|
30
30
|
this.hasCountdown = false;
|
|
31
31
|
this.logo = "";
|
|
32
32
|
this.styles = undefined;
|
|
33
|
+
this.enableLazy = false;
|
|
33
34
|
this.defer = undefined;
|
|
34
35
|
this.hasCtaSlot = undefined;
|
|
35
36
|
}
|
|
@@ -68,10 +69,10 @@ export class PtcJumbotron {
|
|
|
68
69
|
break;
|
|
69
70
|
case "dark":
|
|
70
71
|
case "light":
|
|
71
|
-
mediaElement = (h("div", { class: "dl-img-wrap" }, h("ptc-img", { "img-url": this.bgSrc, styles: ".smart-bg{background-position:right !important;}" }), this.hasPopupVideo && this.isMobile ? (h("div", { class: "mobile-modal-play-btn" }, " ", h("slot", { name: "video" }))) : null));
|
|
72
|
+
mediaElement = (h("div", { class: "dl-img-wrap" }, h("ptc-img", { "img-url": this.bgSrc, "enable-lazy-load": this.enableLazy, styles: ".smart-bg{background-position:right !important;}" }), this.hasPopupVideo && this.isMobile ? (h("div", { class: "mobile-modal-play-btn" }, " ", h("slot", { name: "video" }))) : null));
|
|
72
73
|
break;
|
|
73
74
|
default:
|
|
74
|
-
mediaElement = (h("ptc-img", { "img-url": this.bgSrc, styles: ".smart-bg{background-position:right !important;}" }));
|
|
75
|
+
mediaElement = (h("ptc-img", { "img-url": this.bgSrc, "enable-lazy-load": this.enableLazy, styles: ".smart-bg{background-position:right !important;}" }));
|
|
75
76
|
}
|
|
76
77
|
return (h(Host, { class: classMap }, this.styles && h("style", null, this.styles), h("div", { class: {
|
|
77
78
|
parent: true,
|
|
@@ -92,14 +93,19 @@ export class PtcJumbotron {
|
|
|
92
93
|
!this.isHomepage && (h("div", null, h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }))), !this.isHomepage && (h("ptc-para", { styles: `p{color: ${this.contentColor}!important;}`, "font-size": this.jumbotronType === "text" &&
|
|
93
94
|
this.isMobile
|
|
94
95
|
? "x-small"
|
|
95
|
-
: "small", "font-weight": "w-4", "para-margin": `${this.jumbotronType === "text" ||
|
|
96
|
+
: "small", "font-weight": "w-4", "para-margin": `${this.jumbotronType === "text" ||
|
|
97
|
+
this.jumbotronType === "blog"
|
|
98
|
+
? "margin-flush"
|
|
99
|
+
: "margin-bottom-6"}`, "para-color": "white", "para-line-h": "line-height-p", "para-align": this.jumbotronType === "text"
|
|
96
100
|
? "center"
|
|
97
101
|
: "left", "seo-compatibility-mode": true }, h("p", { innerHTML: this.subTitle, style: { margin: "0" } }), h("p", { style: { margin: "0" } }, h("slot", { name: "blog-date" })), this.jumbotronType === "blog" && (h("div", null, h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "small", size: "small" }), h("div", { id: "header-blog-author", slot: "blog-author" }, h("div", { class: "image" }, h("img", { alt: this
|
|
98
102
|
.blogAuthorImageAlt, src: this
|
|
99
103
|
.blogAuthorImage })), h("ptc-para", { "font-size": "small", "font-weight": "w-4", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, h("a", { class: "blog-author-name mf-listen", tabindex: "0", href: this
|
|
100
104
|
.blogAuthorQueryHref, target: this
|
|
101
105
|
.blogAuthorQueryTarget, "aria-label": "Other blogs by author" }, this
|
|
102
|
-
.blogAuthorName))))))), this.hasCtaSlot && (h("div", { class: `u-flex u-flex-wrap gap-adjustment${this.jumbotronType === "text"
|
|
106
|
+
.blogAuthorName))))))), this.hasCtaSlot && (h("div", { class: `u-flex u-flex-wrap gap-adjustment${this.jumbotronType === "text"
|
|
107
|
+
? " text-adjustment"
|
|
108
|
+
: ""}` }, h("slot", { name: "j-cta" }))))), this.hasPopupVideo &&
|
|
103
109
|
this.jumbotronType !== "png" ? (h("slot", { name: "video" })) : null, this.hasCountdown ? (h("slot", { name: "countdown" })) : null, this.jumbotronType === "png" ? (h("div", { class: "desktop-media-image" }, h("div", { class: "media-image-wrapper" }, h("ptc-picture", { "is-full-width": true, src: this.pngSrc, styles: `img {${this.pngImgStyles}}` }), this.hasPopupVideo ? (h("slot", { name: "video" })) : null))) : null, this.jumbotronType === "gif" ? (h("div", { class: "desktop-media-image desk-gif-adjustment" }, h("img", { src: this.gifSrc }))) : null, this.jumbotronType === "blog" ? (h("div", { class: "desktop-media-image" }, h("div", { class: "media-image-wrapper" }, h("ptc-picture", { "is-full-width": true, src: this.pngSrc, styles: "img {height: 100%;}" })))) : null)))));
|
|
104
110
|
}
|
|
105
111
|
getCssClassMap() {
|
|
@@ -623,6 +629,24 @@ export class PtcJumbotron {
|
|
|
623
629
|
"attribute": "styles",
|
|
624
630
|
"reflect": false
|
|
625
631
|
},
|
|
632
|
+
"enableLazy": {
|
|
633
|
+
"type": "boolean",
|
|
634
|
+
"mutable": false,
|
|
635
|
+
"complexType": {
|
|
636
|
+
"original": "boolean",
|
|
637
|
+
"resolved": "boolean",
|
|
638
|
+
"references": {}
|
|
639
|
+
},
|
|
640
|
+
"required": false,
|
|
641
|
+
"optional": false,
|
|
642
|
+
"docs": {
|
|
643
|
+
"tags": [],
|
|
644
|
+
"text": "(optional) to enable lazy loading"
|
|
645
|
+
},
|
|
646
|
+
"attribute": "enable-lazy",
|
|
647
|
+
"reflect": false,
|
|
648
|
+
"defaultValue": "false"
|
|
649
|
+
},
|
|
626
650
|
"defer": {
|
|
627
651
|
"type": "boolean",
|
|
628
652
|
"mutable": false,
|
|
@@ -86,6 +86,7 @@ ptc-footer {
|
|
|
86
86
|
align-content: flex-end;
|
|
87
87
|
z-index: 50020;
|
|
88
88
|
transform: translateY(-100%);
|
|
89
|
+
position: relative;
|
|
89
90
|
}
|
|
90
91
|
@media only screen and (min-width: 992px) {
|
|
91
92
|
.wrapper .modal-popup {
|
|
@@ -101,6 +102,9 @@ ptc-footer {
|
|
|
101
102
|
.wrapper .modal-popup.xl {
|
|
102
103
|
max-width: 64.0625rem;
|
|
103
104
|
}
|
|
105
|
+
.wrapper .modal-popup.fit-content {
|
|
106
|
+
max-width: fit-content;
|
|
107
|
+
}
|
|
104
108
|
.wrapper .modal-popup.max {
|
|
105
109
|
width: calc(100% - 4rem);
|
|
106
110
|
max-width: 75rem;
|
|
@@ -3,33 +3,19 @@ import { createFocusTrap } from "focus-trap";
|
|
|
3
3
|
export class PtcModal {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.setReturnFocus = () => {
|
|
6
|
-
|
|
7
|
-
if (!this.lastFocusElement)
|
|
8
|
-
return;
|
|
9
|
-
// Try focusing the last focused element directly
|
|
10
|
-
if (this.lastFocusElement.tabIndex === 0) {
|
|
6
|
+
if (this.lastFocusElement instanceof HTMLElement) {
|
|
11
7
|
this.lastFocusElement.focus();
|
|
12
|
-
return;
|
|
13
|
-
}
|
|
14
|
-
// If it's inside a shadow DOM, try finding a focusable child
|
|
15
|
-
const shadowRoot = this.lastFocusElement.shadowRoot;
|
|
16
|
-
if (shadowRoot) {
|
|
17
|
-
const focusableElementList = shadowRoot.querySelectorAll('button, [tabindex]:not([tabindex="-1"])');
|
|
18
|
-
if (focusableElementList) {
|
|
19
|
-
let focusableElement = focusableElementList[focusableElementList.length - 1];
|
|
20
|
-
focusableElement.focus();
|
|
21
|
-
return;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
// As a fallback, try to find a focusable child within the element
|
|
25
|
-
const fallbackElement = (_b = (_a = this.lastFocusElement).querySelector) === null || _b === void 0 ? void 0 : _b.call(_a, 'button, [tabindex]:not([tabindex="-1"])');
|
|
26
|
-
if (fallbackElement instanceof HTMLElement) {
|
|
27
|
-
fallbackElement.focus();
|
|
28
8
|
}
|
|
29
9
|
};
|
|
30
10
|
this.handleKeyPress = (event) => {
|
|
31
11
|
if (event.key === "Enter" || event.key === " " || event.key === "Tab") {
|
|
32
12
|
this.openedByKeyboard = true;
|
|
13
|
+
// if (event.key === 'Enter') {
|
|
14
|
+
// if (!this.show) {
|
|
15
|
+
// const id= (event.target as HTMLElement).getAttribute('id');
|
|
16
|
+
// localStorage.setItem('modalId', id);
|
|
17
|
+
// }
|
|
18
|
+
// }
|
|
33
19
|
}
|
|
34
20
|
};
|
|
35
21
|
this.handleMouseDown = () => {
|
|
@@ -62,7 +48,7 @@ export class PtcModal {
|
|
|
62
48
|
}
|
|
63
49
|
onShowChange(newValue) {
|
|
64
50
|
if (newValue) {
|
|
65
|
-
this.lastFocusElement = document.activeElement;
|
|
51
|
+
// this.lastFocusElement = document.activeElement as HTMLElement;
|
|
66
52
|
this.fireOnOpened(this);
|
|
67
53
|
}
|
|
68
54
|
else {
|
|
@@ -159,7 +145,7 @@ export class PtcModal {
|
|
|
159
145
|
}
|
|
160
146
|
componentDidLoad() {
|
|
161
147
|
if (this.show) {
|
|
162
|
-
this.lastFocusElement = document.activeElement;
|
|
148
|
+
// this.lastFocusElement = document.activeElement as HTMLElement;
|
|
163
149
|
this.fireOnOpened(this);
|
|
164
150
|
}
|
|
165
151
|
if (this.showHeaderFooter) {
|
|
@@ -240,6 +226,20 @@ export class PtcModal {
|
|
|
240
226
|
if (this.trap) {
|
|
241
227
|
this.trap.deactivate();
|
|
242
228
|
}
|
|
229
|
+
// // Code for returning the focus to the element which opened the modal
|
|
230
|
+
// const modalId = localStorage.getItem('modalId');
|
|
231
|
+
// if (!modalId) return;
|
|
232
|
+
// const focusItem = document.querySelector<HTMLElement>(`#${modalId}`);
|
|
233
|
+
// if (!focusItem || focusItem.id !== modalId) return;
|
|
234
|
+
// // Focus the host element
|
|
235
|
+
// focusItem.focus();
|
|
236
|
+
// // If it's a PTC-BUTTON, try focusing the internal native <button>
|
|
237
|
+
// if (focusItem.tagName === 'PTC-BUTTON' && focusItem.shadowRoot) {
|
|
238
|
+
// const innerButton = focusItem.shadowRoot.querySelector<HTMLElement>('button');
|
|
239
|
+
// innerButton?.focus();
|
|
240
|
+
// }
|
|
241
|
+
// // Clean up localStorage
|
|
242
|
+
// localStorage.removeItem('modalId');
|
|
243
243
|
} })));
|
|
244
244
|
let bottomCloseBtnEle = (h("div", { tabindex: "0", class: "bottom-close", id: "modal-bottom-close", onClick: (e) => {
|
|
245
245
|
e.preventDefault();
|
|
@@ -355,8 +355,8 @@ export class PtcModal {
|
|
|
355
355
|
"type": "string",
|
|
356
356
|
"mutable": true,
|
|
357
357
|
"complexType": {
|
|
358
|
-
"original": "| \"sm\"\r\n\t\t| \"md\"\r\n\t\t| \"lg\"\r\n\t\t| \"xl\"\r\n\t\t| \"max\"\r\n\t\t| \"sm-modal\"",
|
|
359
|
-
"resolved": "\"lg\" | \"max\" | \"md\" | \"sm\" | \"sm-modal\" | \"xl\"",
|
|
358
|
+
"original": "| \"sm\"\r\n\t\t| \"md\"\r\n\t\t| \"lg\"\r\n\t\t| \"xl\"\r\n\t\t| \"fit-content\"\r\n\t\t| \"max\"\r\n\t\t| \"sm-modal\"",
|
|
359
|
+
"resolved": "\"fit-content\" | \"lg\" | \"max\" | \"md\" | \"sm\" | \"sm-modal\" | \"xl\"",
|
|
360
360
|
"references": {}
|
|
361
361
|
},
|
|
362
362
|
"required": false,
|
|
@@ -144,7 +144,10 @@ export class PtcModalQuiz {
|
|
|
144
144
|
render() {
|
|
145
145
|
const ProgressDots = () => {
|
|
146
146
|
return (h("div", { class: "dot-progress-bar" }, [...Array(this.totalQuestions).keys()].map((questionNumber) => {
|
|
147
|
-
return (h("div", null, h("div", { class: `dot-progress-circle ${questionNumber ===
|
|
147
|
+
return (h("div", null, h("div", { class: `dot-progress-circle ${questionNumber ===
|
|
148
|
+
this.currentQuestion - 1
|
|
149
|
+
? "active"
|
|
150
|
+
: ""}` }), questionNumber <
|
|
148
151
|
this.totalQuestions - 1 ? (h("div", { class: "dot-progress-dash" }, h("div", { class: "dashed-line" }))) : null));
|
|
149
152
|
})));
|
|
150
153
|
};
|
|
@@ -196,8 +196,8 @@ export class PtcPara {
|
|
|
196
196
|
"type": "string",
|
|
197
197
|
"mutable": false,
|
|
198
198
|
"complexType": {
|
|
199
|
-
"original": "\"primary-grey\" | \"white\"
|
|
200
|
-
"resolved": "\"gray-darker\" | \"primary-grey\" | \"white\"",
|
|
199
|
+
"original": "| \"primary-grey\"\r\n\t\t| \"primary-green\"\r\n\t\t| \"white\"\r\n\t\t| \"gray-darker\"",
|
|
200
|
+
"resolved": "\"gray-darker\" | \"primary-green\" | \"primary-grey\" | \"white\"",
|
|
201
201
|
"references": {}
|
|
202
202
|
},
|
|
203
203
|
"required": false,
|
|
@@ -5608,14 +5608,17 @@ a:focus-visible {
|
|
|
5608
5608
|
|
|
5609
5609
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5610
5610
|
ptc-modal inline-form a,
|
|
5611
|
+
.podcast-cta-section a,
|
|
5611
5612
|
.vjs-social-share-links a),
|
|
5612
5613
|
.light-links a.light-link,
|
|
5613
5614
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5614
5615
|
ptc-modal inline-form a,
|
|
5616
|
+
.podcast-cta-section a,
|
|
5615
5617
|
.vjs-social-share-links a),
|
|
5616
5618
|
.background-grey-10 a.light-link,
|
|
5617
5619
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5618
5620
|
ptc-modal inline-form a,
|
|
5621
|
+
.podcast-cta-section a,
|
|
5619
5622
|
.vjs-social-share-links a),
|
|
5620
5623
|
.background-plm-grey a.light-link {
|
|
5621
5624
|
color: var(--color-blue-04);
|
|
@@ -5624,38 +5627,47 @@ ptc-modal inline-form a,
|
|
|
5624
5627
|
}
|
|
5625
5628
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5626
5629
|
ptc-modal inline-form a,
|
|
5630
|
+
.podcast-cta-section a,
|
|
5627
5631
|
.vjs-social-share-links a):visited,
|
|
5628
5632
|
.light-links a.light-link:visited,
|
|
5629
5633
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5630
5634
|
ptc-modal inline-form a,
|
|
5635
|
+
.podcast-cta-section a,
|
|
5631
5636
|
.vjs-social-share-links a):visited,
|
|
5632
5637
|
.background-grey-10 a.light-link:visited,
|
|
5633
5638
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5634
5639
|
ptc-modal inline-form a,
|
|
5640
|
+
.podcast-cta-section a,
|
|
5635
5641
|
.vjs-social-share-links a):visited,
|
|
5636
5642
|
.background-plm-grey a.light-link:visited {
|
|
5637
5643
|
color: var(--color-blue-06);
|
|
5638
5644
|
}
|
|
5639
5645
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5640
5646
|
ptc-modal inline-form a,
|
|
5647
|
+
.podcast-cta-section a,
|
|
5641
5648
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
5642
5649
|
ptc-modal inline-form a,
|
|
5650
|
+
.podcast-cta-section a,
|
|
5643
5651
|
.vjs-social-share-links a):visited:active,
|
|
5644
5652
|
.light-links a.light-link:active,
|
|
5645
5653
|
.light-links a.light-link:visited:active,
|
|
5646
5654
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5647
5655
|
ptc-modal inline-form a,
|
|
5656
|
+
.podcast-cta-section a,
|
|
5648
5657
|
.vjs-social-share-links a):active,
|
|
5649
5658
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5650
5659
|
ptc-modal inline-form a,
|
|
5660
|
+
.podcast-cta-section a,
|
|
5651
5661
|
.vjs-social-share-links a):visited:active,
|
|
5652
5662
|
.background-grey-10 a.light-link:active,
|
|
5653
5663
|
.background-grey-10 a.light-link:visited:active,
|
|
5654
5664
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5655
5665
|
ptc-modal inline-form a,
|
|
5666
|
+
.podcast-cta-section a,
|
|
5656
5667
|
.vjs-social-share-links a):active,
|
|
5657
5668
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5658
5669
|
ptc-modal inline-form a,
|
|
5670
|
+
.podcast-cta-section a,
|
|
5659
5671
|
.vjs-social-share-links a):visited:active,
|
|
5660
5672
|
.background-plm-grey a.light-link:active,
|
|
5661
5673
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -5664,24 +5676,30 @@ ptc-modal inline-form a,
|
|
|
5664
5676
|
}
|
|
5665
5677
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5666
5678
|
ptc-modal inline-form a,
|
|
5679
|
+
.podcast-cta-section a,
|
|
5667
5680
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
5668
5681
|
ptc-modal inline-form a,
|
|
5682
|
+
.podcast-cta-section a,
|
|
5669
5683
|
.vjs-social-share-links a):visited:hover,
|
|
5670
5684
|
.light-links a.light-link:hover,
|
|
5671
5685
|
.light-links a.light-link:visited:hover,
|
|
5672
5686
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5673
5687
|
ptc-modal inline-form a,
|
|
5688
|
+
.podcast-cta-section a,
|
|
5674
5689
|
.vjs-social-share-links a):hover,
|
|
5675
5690
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5676
5691
|
ptc-modal inline-form a,
|
|
5692
|
+
.podcast-cta-section a,
|
|
5677
5693
|
.vjs-social-share-links a):visited:hover,
|
|
5678
5694
|
.background-grey-10 a.light-link:hover,
|
|
5679
5695
|
.background-grey-10 a.light-link:visited:hover,
|
|
5680
5696
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5681
5697
|
ptc-modal inline-form a,
|
|
5698
|
+
.podcast-cta-section a,
|
|
5682
5699
|
.vjs-social-share-links a):hover,
|
|
5683
5700
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5684
5701
|
ptc-modal inline-form a,
|
|
5702
|
+
.podcast-cta-section a,
|
|
5685
5703
|
.vjs-social-share-links a):visited:hover,
|
|
5686
5704
|
.background-plm-grey a.light-link:hover,
|
|
5687
5705
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -5689,14 +5707,17 @@ ptc-modal inline-form a,
|
|
|
5689
5707
|
}
|
|
5690
5708
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5691
5709
|
ptc-modal inline-form a,
|
|
5710
|
+
.podcast-cta-section a,
|
|
5692
5711
|
.vjs-social-share-links a).disabled,
|
|
5693
5712
|
.light-links a.light-link.disabled,
|
|
5694
5713
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5695
5714
|
ptc-modal inline-form a,
|
|
5715
|
+
.podcast-cta-section a,
|
|
5696
5716
|
.vjs-social-share-links a).disabled,
|
|
5697
5717
|
.background-grey-10 a.light-link.disabled,
|
|
5698
5718
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5699
5719
|
ptc-modal inline-form a,
|
|
5720
|
+
.podcast-cta-section a,
|
|
5700
5721
|
.vjs-social-share-links a).disabled,
|
|
5701
5722
|
.background-plm-grey a.light-link.disabled {
|
|
5702
5723
|
color: var(--color-gray-04) !important;
|
|
@@ -5704,14 +5725,17 @@ ptc-modal inline-form a,
|
|
|
5704
5725
|
}
|
|
5705
5726
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5706
5727
|
ptc-modal inline-form a,
|
|
5728
|
+
.podcast-cta-section a,
|
|
5707
5729
|
.vjs-social-share-links a):focus-visible,
|
|
5708
5730
|
.light-links a.light-link:focus-visible,
|
|
5709
5731
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5710
5732
|
ptc-modal inline-form a,
|
|
5733
|
+
.podcast-cta-section a,
|
|
5711
5734
|
.vjs-social-share-links a):focus-visible,
|
|
5712
5735
|
.background-grey-10 a.light-link:focus-visible,
|
|
5713
5736
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5714
5737
|
ptc-modal inline-form a,
|
|
5738
|
+
.podcast-cta-section a,
|
|
5715
5739
|
.vjs-social-share-links a):focus-visible,
|
|
5716
5740
|
.background-plm-grey a.light-link:focus-visible {
|
|
5717
5741
|
border-radius: var(--ptc-border-radius-standard);
|