@ptcwebops/ptcw-design 6.4.3 → 6.4.4-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.cjs.entry.js +1 -1
- package/dist/cjs/innovator-toggle-container.cjs.entry.js +40 -4
- 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-back-to-top.cjs.entry.js +1 -1
- package/dist/cjs/ptc-background-video.cjs.entry.js +92 -28
- 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 +5 -4
- 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-date.cjs.entry.js +1 -1
- 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-form-radio-button.cjs.entry.js +0 -13
- 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 +74 -6
- 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-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/ptc-social-icons-footer.cjs.entry.js +1 -1
- package/dist/cjs/ptc-text-copy-with-background.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 -2
- package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +3 -1
- package/dist/collection/components/icon-asset/icon-asset.css +0 -8
- package/dist/collection/components/icon-asset/icon-asset.js +2 -2
- 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/innovator-toggle-container/innovator-toggle-container.js +39 -3
- 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-back-to-top/ptc-back-to-top.css +0 -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 +103 -43
- 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-date/ptc-date.js +2 -2
- 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-form-radio-button/ptc-form-radio-button.js +2 -18
- 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-media-card/ptc-media-card.js +78 -7
- 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.css +14 -0
- 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-seo-title/ptc-seo-title.js +3 -3
- package/dist/collection/components/ptc-skeleton/ptc-skeleton.css +6 -0
- package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.css +19 -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/Announcement.stories.js +7 -0
- package/dist/collection/stories/BackgroundImage.stories.js +7 -0
- package/dist/collection/stories/Breadcrumb.stories.js +37 -44
- package/dist/collection/stories/Breadcrumb2.stories.js +62 -0
- package/dist/collection/stories/BrightcovVideo.stories.js +21 -0
- package/dist/collection/stories/Button.stories.js +204 -0
- package/dist/collection/stories/CardWrapper.stories.js +32 -0
- package/dist/collection/stories/Checkbox.stories.js +21 -0
- package/dist/collection/stories/CheckboxGroup.stories.js +27 -0
- package/dist/collection/stories/CloseIcon.stories.js +10 -0
- package/dist/collection/stories/CollapseList.stories.js +14 -0
- package/dist/collection/stories/Countdown.stories.js +6 -67
- package/dist/collection/stories/DataLookup.stories.js +21 -0
- package/dist/collection/stories/Date.stories.js +42 -26
- package/dist/collection/stories/EllipsisDropdown.stories.js +14 -0
- package/dist/collection/stories/FormCheckbox.stories.js +3 -3
- package/dist/collection/stories/FormRadioButton.stories.js +3 -3
- package/dist/collection/stories/Hero.stories.js +35 -0
- package/dist/collection/stories/HeroFooterCTA.stories.js +21 -0
- package/dist/collection/stories/Icon.stories.js +30 -6
- package/dist/collection/stories/Jumbotron.stories.js +36 -0
- package/dist/collection/stories/Link.stories.js +3 -3
- package/dist/collection/stories/ListItem.stories.js +7 -1
- package/dist/collection/stories/MinimizedFooter.stories.js +18 -0
- package/dist/collection/stories/MinimizedHeader.stories.js +37 -0
- package/dist/collection/stories/MobileSelect.stories.js +1 -1
- package/dist/collection/stories/MultiSelect.stories.js +10 -0
- package/dist/collection/stories/Paragraph.stories.js +104 -0
- package/dist/collection/stories/ReadMore.stories.js +100 -0
- package/dist/collection/stories/ReadmoreV2.stories.js +37 -0
- package/dist/collection/stories/ScrollButton.stories.js +14 -0
- package/dist/collection/stories/SearchField.stories.js +21 -0
- package/dist/collection/stories/Select.stories.js +21 -33
- package/dist/collection/stories/SocialShare.stories.js +83 -0
- package/dist/collection/stories/Span.stories.js +10 -4
- package/dist/collection/stories/SvgBtn.stories.js +36 -0
- package/dist/collection/stories/SvgButton.stories.js +1 -1
- package/dist/collection/stories/TextCopyWithBackground.stories.js +100 -0
- package/dist/collection/stories/Textfield.stories.js +14 -0
- package/dist/collection/stories/TheaterVideo.stories.js +21 -0
- package/dist/collection/stories/Title.stories.js +127 -0
- package/dist/collection/stories/Tooltip.stories.js +112 -0
- package/dist/collection/stories/VideoEmbed.stories.js +10 -0
- package/dist/collection/stories/backToTop.stories.js +10 -0
- package/dist/collection/stories/backgroundVideo.stories.js +115 -0
- package/dist/collection/stories/jumbotronSubMenu.stories.js +14 -0
- 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/stories/ptcLink2.stories.js +142 -0
- package/dist/collection/utils/utils.js +11 -0
- package/dist/custom-elements/index.d.ts +6 -12
- package/dist/custom-elements/index.js +8043 -7952
- package/dist/esm/blog-detail-content_2.entry.js +1 -1
- package/dist/esm/blog-detail-layout.entry.js +1 -1
- package/dist/esm/blogs-search-section.entry.js +5 -2
- package/dist/esm/{component-8c53e377.js → component-80f298b4.js} +2592 -793
- package/dist/esm/dynamic-box-bundle.entry.js +3 -1
- package/dist/esm/featured-list.entry.js +1 -1
- package/dist/esm/homepage-jumbotron.entry.js +1 -1
- package/dist/esm/homepage-toggled-content.entry.js +4 -2
- package/dist/esm/icon-asset.entry.js +1 -1
- package/dist/esm/innovator-toggle-container.entry.js +40 -4
- package/dist/esm/{interfaces-4caedd26.js → interfaces-7c0243be.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/modal-form-example.entry.js +105 -0
- package/dist/esm/most-popular-news.entry.js +1 -1
- package/dist/esm/my-component.entry.js +1 -1
- package/dist/esm/ptc-accordion-item.entry.js +1 -1
- package/dist/esm/ptc-announcement.entry.js +2 -1
- package/dist/esm/ptc-back-to-top.entry.js +1 -1
- package/dist/esm/ptc-background-video.entry.js +92 -28
- package/dist/esm/ptc-bio-card.entry.js +1 -1
- package/dist/esm/ptc-button_5.entry.js +589 -0
- package/dist/esm/ptc-card-bottom_2.entry.js +3 -1
- package/dist/esm/ptc-card_2.entry.js +5 -4
- package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
- package/dist/esm/ptc-close-icon_2.entry.js +24 -24
- package/dist/esm/ptc-collapse-list.entry.js +1 -1
- package/dist/esm/ptc-data-lookup.entry.js +1 -2
- package/dist/esm/ptc-date.entry.js +1 -1
- package/dist/esm/ptc-featured-list.entry.js +1 -1
- package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
- package/dist/esm/{ptc-form-checkbox_2.entry.js → ptc-form-checkbox_4.entry.js} +723 -7
- package/dist/esm/ptc-form-radio-button.entry.js +0 -13
- package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
- package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
- package/dist/esm/ptc-icon-card.entry.js +1 -1
- package/dist/esm/ptc-img.entry.js +88 -8
- package/dist/esm/ptc-jumbotron.entry.js +11 -5
- package/dist/esm/ptc-link.entry.js +1 -1
- package/dist/esm/ptc-media-card.entry.js +74 -6
- package/dist/esm/ptc-modal-quiz.entry.js +4 -1
- package/dist/esm/ptc-podcast-card.entry.js +1 -1
- package/dist/esm/ptc-preloader.entry.js +1 -1
- package/dist/esm/ptc-previous-url.entry.js +11 -2
- package/dist/esm/ptc-pricing-packaging-table.entry.js +27 -11
- 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-highlight-card.entry.js +1 -1
- package/dist/esm/ptc-readmore-char.entry.js +1 -1
- package/dist/esm/ptc-readmore-v3.entry.js +1 -1
- package/dist/esm/ptc-skeleton.entry.js +1 -1
- package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
- package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
- package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
- package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
- package/dist/esm/ptc-white-paper.entry.js +19 -9
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/esm/{utils-2f12c081.js → utils-a64ba942.js} +12 -1
- package/dist/ptcw-design/media/designer-v6.0.7.svg +30 -2
- package/dist/ptcw-design/{p-9dbcfcee.entry.js → p-01497d7a.entry.js} +1 -1
- package/dist/ptcw-design/p-043be054.entry.js +1 -0
- package/dist/ptcw-design/{p-257267e3.entry.js → p-0df868d2.entry.js} +1 -1
- package/dist/ptcw-design/p-1519b36f.entry.js +1 -0
- package/dist/ptcw-design/{p-fe8392c4.entry.js → p-1c52250d.entry.js} +1 -1
- package/dist/ptcw-design/p-1e3bf09c.entry.js +1 -0
- package/dist/ptcw-design/p-22cf00e7.js +1 -0
- package/dist/ptcw-design/p-2670ac97.entry.js +1 -0
- package/dist/ptcw-design/p-2b89cc16.entry.js +1 -0
- package/dist/ptcw-design/{p-d0fb9bfb.entry.js → p-2f21b69b.entry.js} +1 -1
- package/dist/ptcw-design/{p-4b41fe4e.entry.js → p-312c41b8.entry.js} +1 -1
- package/dist/ptcw-design/p-349f43d5.entry.js +1 -0
- package/dist/ptcw-design/p-390c0dee.entry.js +1 -0
- package/dist/ptcw-design/{p-a3868e6a.entry.js → p-3a40c41f.entry.js} +1 -1
- package/dist/ptcw-design/{p-45b1f3fc.entry.js → p-456c5cbb.entry.js} +1 -1
- package/dist/ptcw-design/p-4c852c9c.entry.js +1 -0
- package/dist/ptcw-design/p-50308f02.entry.js +1 -0
- package/dist/ptcw-design/{p-c3022c48.entry.js → p-54b589a6.entry.js} +1 -1
- package/dist/ptcw-design/{p-9b0df204.entry.js → p-5877f093.entry.js} +1 -1
- package/dist/ptcw-design/{p-78370e3d.entry.js → p-5a8e7557.entry.js} +1 -1
- package/dist/ptcw-design/p-5c81c755.entry.js +1 -0
- package/dist/ptcw-design/{p-901c31b3.entry.js → p-5cf5b9f8.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-2a3c8a30.entry.js → p-7235425a.entry.js} +1 -1
- package/dist/ptcw-design/p-74097f89.entry.js +1 -0
- package/dist/ptcw-design/p-799afee5.entry.js +1 -0
- package/dist/ptcw-design/{p-f7c47857.entry.js → p-81bcde85.entry.js} +1 -1
- package/dist/ptcw-design/{p-a5fc048f.entry.js → p-82f766d2.entry.js} +1 -1
- package/dist/ptcw-design/{p-37f92bb4.entry.js → p-884c335c.entry.js} +1 -1
- package/dist/ptcw-design/{p-76dab076.entry.js → p-8aca7181.entry.js} +1 -1
- package/dist/ptcw-design/p-8fb48953.entry.js +1 -0
- package/dist/ptcw-design/{p-52e17d34.entry.js → p-92ad78c5.entry.js} +1 -1
- package/dist/ptcw-design/p-938db2fd.entry.js +68 -0
- package/dist/ptcw-design/p-af831c13.entry.js +1 -0
- package/dist/ptcw-design/p-b684ca9d.entry.js +1 -0
- package/dist/ptcw-design/{p-abadbe5b.entry.js → p-bd9d995b.entry.js} +1 -1
- package/dist/ptcw-design/p-c09a8288.entry.js +1 -0
- package/dist/ptcw-design/{p-8c121480.entry.js → p-c160bda4.entry.js} +1 -1
- package/dist/ptcw-design/p-c555a45c.entry.js +1 -0
- package/dist/ptcw-design/p-cb0e3ec2.entry.js +1 -0
- package/dist/ptcw-design/{p-db0fc94d.entry.js → p-d3ac3758.entry.js} +1 -1
- package/dist/ptcw-design/{p-23cb5b5b.entry.js → p-db1dcce0.entry.js} +1 -1
- package/dist/ptcw-design/p-dc85c302.entry.js +1 -0
- package/dist/ptcw-design/p-de960790.entry.js +1 -0
- package/dist/ptcw-design/p-dec9c2a0.entry.js +1 -0
- package/dist/ptcw-design/p-e196f008.entry.js +1 -0
- package/dist/ptcw-design/{p-54f5a5be.entry.js → p-e23bc4a1.entry.js} +1 -1
- package/dist/ptcw-design/{p-81e5fa38.entry.js → p-e784a338.entry.js} +1 -1
- package/dist/ptcw-design/{p-711bcdad.js → p-ee1183b2.js} +1 -1
- package/dist/ptcw-design/{p-9f01419b.entry.js → p-f2675bb0.entry.js} +1 -1
- package/dist/ptcw-design/{p-5dec76bd.entry.js → p-f57f32ee.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/icon-asset/icon-asset.d.ts +1 -1
- package/dist/types/components/innovator-toggle-container/innovator-toggle-container.d.ts +3 -0
- package/dist/types/components/organism-bundles/blogs-search-section/blogs-search-section.d.ts +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 +31 -47
- package/dist/types/components/ptc-form-radio-button/ptc-form-radio-button.d.ts +0 -2
- 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-media-card/ptc-media-card.d.ts +8 -2
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -1
- package/dist/types/components/ptc-pagenation/ptc-pagenation.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 +139 -130
- package/dist/types/utils/utils.d.ts +2 -0
- package/package.json +1 -1
- package/readme.md +5 -1
- package/dist/cjs/buying-option-card.cjs.entry.js +0 -184
- package/dist/cjs/buying-option-cards-slider.cjs.entry.js +0 -140
- 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/collection/components/buying-option-card/buying-option-card.css +0 -124
- package/dist/collection/components/buying-option-card/buying-option-card.js +0 -227
- package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.css +0 -1148
- package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.js +0 -135
- package/dist/collection/stories/organisms/ptc/Buying Options Cards Slider/preview.stories.js +0 -264
- package/dist/esm/buying-option-card.entry.js +0 -180
- package/dist/esm/buying-option-cards-slider.entry.js +0 -136
- 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-009fbf1f.entry.js +0 -1
- package/dist/ptcw-design/p-00e21489.entry.js +0 -1
- package/dist/ptcw-design/p-0a7cc9e4.entry.js +0 -1
- package/dist/ptcw-design/p-0c69ea52.entry.js +0 -1
- package/dist/ptcw-design/p-19a407ff.entry.js +0 -68
- package/dist/ptcw-design/p-1f15239e.entry.js +0 -1
- package/dist/ptcw-design/p-214d9da6.entry.js +0 -1
- package/dist/ptcw-design/p-24776ca2.entry.js +0 -1
- package/dist/ptcw-design/p-2bfd8371.entry.js +0 -1
- package/dist/ptcw-design/p-2e6e2a9d.entry.js +0 -1
- package/dist/ptcw-design/p-352e87c0.entry.js +0 -1
- package/dist/ptcw-design/p-38e5e590.entry.js +0 -1
- package/dist/ptcw-design/p-3ed4a7ed.entry.js +0 -1
- package/dist/ptcw-design/p-56a73429.entry.js +0 -1
- package/dist/ptcw-design/p-605b13a2.entry.js +0 -1
- package/dist/ptcw-design/p-64026649.entry.js +0 -1
- package/dist/ptcw-design/p-80122e26.js +0 -1
- package/dist/ptcw-design/p-8cea8943.entry.js +0 -1
- package/dist/ptcw-design/p-9493dfa0.entry.js +0 -1
- package/dist/ptcw-design/p-96163196.entry.js +0 -1
- package/dist/ptcw-design/p-9681188f.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-a7ac0ecb.entry.js +0 -1
- package/dist/ptcw-design/p-a8872ce3.entry.js +0 -1
- package/dist/ptcw-design/p-abca6130.entry.js +0 -1
- package/dist/ptcw-design/p-b44f4fb1.entry.js +0 -1
- package/dist/ptcw-design/p-bbbfd2e5.entry.js +0 -1
- package/dist/ptcw-design/p-c6431ebc.entry.js +0 -1
- package/dist/ptcw-design/p-cad4b517.entry.js +0 -1
- package/dist/ptcw-design/p-d51438de.entry.js +0 -1
- package/dist/ptcw-design/p-d875f96d.entry.js +0 -1
- package/dist/ptcw-design/p-e4eb925f.entry.js +0 -1
- package/dist/types/components/buying-option-card/buying-option-card.d.ts +0 -44
- package/dist/types/components/buying-option-cards-slider/buying-option-cards-slider.d.ts +0 -10
|
@@ -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);
|
|
@@ -1,111 +1,147 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
1
|
+
h1,
|
|
2
|
+
h2,
|
|
3
|
+
h3,
|
|
4
|
+
h4,
|
|
5
|
+
h5,
|
|
6
|
+
h6,
|
|
7
|
+
p,
|
|
8
|
+
ul,
|
|
9
|
+
li,
|
|
10
|
+
ptc-subnav,
|
|
11
|
+
ptc-tab-list,
|
|
12
|
+
ptc-link,
|
|
13
|
+
ptc-square-card,
|
|
14
|
+
.hyphenate-text,
|
|
15
|
+
ptc-footer {
|
|
16
|
+
word-break: break-word;
|
|
17
|
+
hyphens: manual;
|
|
18
|
+
-webkit-hyphens: manual;
|
|
19
|
+
-moz-hyphens: manual;
|
|
20
|
+
-ms-hyphens: manual;
|
|
21
|
+
}
|
|
22
|
+
@supports (hyphenate-limit-chars: 12 3 3) {
|
|
23
|
+
h1,
|
|
24
|
+
h2,
|
|
25
|
+
h3,
|
|
26
|
+
h4,
|
|
27
|
+
h5,
|
|
28
|
+
h6,
|
|
29
|
+
p,
|
|
30
|
+
ul,
|
|
31
|
+
li,
|
|
32
|
+
ptc-subnav,
|
|
33
|
+
ptc-tab-list,
|
|
34
|
+
ptc-link,
|
|
35
|
+
ptc-square-card,
|
|
36
|
+
.hyphenate-text,
|
|
37
|
+
ptc-footer {
|
|
38
|
+
hyphens: auto;
|
|
39
|
+
-webkit-hyphenate-limit-before: 3;
|
|
40
|
+
/* For Safari */
|
|
41
|
+
-webkit-hyphenate-limit-after: 3;
|
|
42
|
+
/* For Safari */
|
|
43
|
+
hyphenate-limit-chars: 12 3 3;
|
|
44
|
+
hyphenate-limit-lines: 2;
|
|
45
|
+
hyphenate-limit-last: always;
|
|
46
|
+
hyphenate-limit-zone: 6%;
|
|
47
|
+
-webkit-hyphens: auto;
|
|
48
|
+
-webkit-hyphenate-limit-before: 3;
|
|
49
|
+
-webkit-hyphenate-limit-after: 3;
|
|
50
|
+
-webkit-hyphenate-limit-chars: 12 3 3;
|
|
51
|
+
-webkit-hyphenate-limit-lines: 2;
|
|
52
|
+
-moz-hyphens: auto;
|
|
53
|
+
-moz-hyphenate-limit-chars: 12 3 3;
|
|
54
|
+
-moz-hyphenate-limit-lines: 2;
|
|
55
|
+
-ms-hyphens: auto;
|
|
56
|
+
-ms-hyphenate-limit-chars: 12 3 3;
|
|
57
|
+
-ms-hyphenate-limit-lines: 2;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
:host {
|
|
62
|
+
display: block;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.skeleton {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex-direction: column;
|
|
68
|
+
}
|
|
69
|
+
.skeleton.centered {
|
|
70
|
+
justify-content: center;
|
|
71
|
+
}
|
|
72
|
+
.skeleton.padding-left-sm {
|
|
73
|
+
padding-left: 14px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.skeleton-block {
|
|
77
|
+
height: 24px;
|
|
78
|
+
background: linear-gradient(to right, #f6f6f6 25%, #e4e7e9 50%, #f6f6f6 75%);
|
|
79
|
+
background-size: 200% 100%;
|
|
80
|
+
margin-bottom: 8px;
|
|
81
|
+
border-radius: 4px;
|
|
82
|
+
animation: loading 2.5s ease-in-out infinite;
|
|
83
|
+
width: 100%;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.skeleton-block {
|
|
87
|
+
/* &.medium-md {
|
|
88
|
+
@include screen-md {
|
|
89
|
+
width: 50%;
|
|
90
|
+
}
|
|
91
|
+
} */
|
|
92
|
+
}
|
|
93
|
+
.skeleton-block.long {
|
|
94
|
+
width: 80%;
|
|
95
|
+
}
|
|
96
|
+
.skeleton-block.wide {
|
|
97
|
+
width: 70%;
|
|
98
|
+
}
|
|
99
|
+
.skeleton-block.wide-sm {
|
|
100
|
+
width: 60%;
|
|
101
|
+
}
|
|
102
|
+
.skeleton-block.medium {
|
|
103
|
+
width: 50%;
|
|
104
|
+
}
|
|
105
|
+
.skeleton-block.short {
|
|
106
|
+
width: 30%;
|
|
107
|
+
}
|
|
108
|
+
.skeleton-block.narrow {
|
|
109
|
+
width: 20%;
|
|
110
|
+
}
|
|
111
|
+
.skeleton-block.center {
|
|
112
|
+
margin-left: auto;
|
|
113
|
+
margin-right: auto;
|
|
114
|
+
}
|
|
115
|
+
.skeleton-block.left {
|
|
116
|
+
margin-right: auto;
|
|
117
|
+
}
|
|
118
|
+
.skeleton-block.right {
|
|
119
|
+
margin-left: auto;
|
|
120
|
+
}
|
|
121
|
+
.skeleton-block.caption {
|
|
122
|
+
height: 32px;
|
|
123
|
+
}
|
|
124
|
+
.skeleton-block.para {
|
|
125
|
+
height: 96px;
|
|
126
|
+
}
|
|
127
|
+
.skeleton-block.text-body {
|
|
128
|
+
height: 192px;
|
|
129
|
+
}
|
|
130
|
+
.skeleton-block.button {
|
|
131
|
+
height: 48px;
|
|
132
|
+
}
|
|
133
|
+
.skeleton-block.small-para {
|
|
134
|
+
height: 40px;
|
|
135
|
+
}
|
|
136
|
+
.skeleton-block.divider {
|
|
137
|
+
height: 1px;
|
|
138
|
+
}
|
|
139
|
+
.skeleton-block.multi-line {
|
|
140
|
+
height: 24px;
|
|
141
|
+
}
|
|
142
|
+
.skeleton-block.title {
|
|
143
|
+
height: 16px;
|
|
144
|
+
}
|
|
145
|
+
.skeleton-block.line {
|
|
146
|
+
height: 8px;
|
|
147
|
+
}
|
|
@@ -3698,6 +3698,20 @@ ptc-footer {
|
|
|
3698
3698
|
}
|
|
3699
3699
|
}
|
|
3700
3700
|
|
|
3701
|
+
@media (prefers-reduced-motion: reduce) {
|
|
3702
|
+
.skeleton-block,
|
|
3703
|
+
.skeleton-image,
|
|
3704
|
+
.skeleton-card-media,
|
|
3705
|
+
.skeleton-jumbotron-image,
|
|
3706
|
+
.skeleton-long-image,
|
|
3707
|
+
.skeleton-background-video-tall,
|
|
3708
|
+
.skeleton-home-page .skeleton-jumbo .block,
|
|
3709
|
+
.skeleton-blog-detail .skeleton-block,
|
|
3710
|
+
.skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image,
|
|
3711
|
+
.skeleton-on-demand .skeleton-block {
|
|
3712
|
+
animation: none;
|
|
3713
|
+
}
|
|
3714
|
+
}
|
|
3701
3715
|
@keyframes pulse {
|
|
3702
3716
|
0% {
|
|
3703
3717
|
opacity: 0.5;
|
|
@@ -81,13 +81,14 @@ export class PtcPreloaderSection {
|
|
|
81
81
|
case "ppc-skeleton": {
|
|
82
82
|
return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ppc-skeleton-preloader" }, h("div", { class: "ptc-container " }, h("div", { class: "dots-loader" })))));
|
|
83
83
|
}
|
|
84
|
+
case "search-results": {
|
|
85
|
+
return (h("div", { class: "preloader-wrapper" }, h("div", { class: "preloader-search-results" }, h("div", { class: "ptc-container content-container" }, h("div", { class: "content-container-child" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }))), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" })))));
|
|
86
|
+
}
|
|
84
87
|
case "news": {
|
|
85
88
|
return (h("div", { class: "preloader-wrapper" }, h("div", { class: "news-skeleton-preloader" }, h("div", { class: "ptc-container ptc-section-standard" }, h("ptc-spacer", { breakpoint: "large", size: "medium" }), h("div", { class: "is-grid has-row-gap-md" }, h("div", { class: "is-col-6-lg skeleton-block thick thick-on-mobile" }), h("div", { class: "is-col-6-lg skeleton-block thick medium-md right" })), h("ptc-spacer", { size: "xxx-large" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block narrow thick center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block short thin center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block big-block" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" })))));
|
|
86
89
|
}
|
|
87
|
-
case "resource-center":
|
|
90
|
+
case "resource-center": {
|
|
88
91
|
return (h("div", { class: "preloader-wrapper resource-center-skeleton-preloader" }, h("div", { class: "skeleton jumbo-image-mobile" }), h("div", { class: "skeleton-jumbotron" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }), h("div", { class: "skeleton-block cta" }))))))), h("div", { class: "ptc-container" }, h("div", { class: "is-grid desktop-cards" }, h("div", { class: "is-col-12-xs is-col-3-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin medium" }), h("div", { class: "skeleton-block bold long" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }))), h("div", { class: "is-col-12-xs is-col-9-lg" }, h("div", { class: "is-grid" }, Array.from({ length: 15 }).map(() => (h("div", { class: "is-col-6-sm is-col-4-xl skeleton-block card-block" })))))))));
|
|
89
|
-
case "search-results": {
|
|
90
|
-
return (h("div", { class: "preloader-wrapper" }, h("div", { class: "preloader-search-results" }, h("div", { class: "ptc-container content-container" }, h("div", { class: "content-container-child" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }))), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" })))));
|
|
91
92
|
}
|
|
92
93
|
case "ppc-embedded-form-skeleton": {
|
|
93
94
|
return (h("div", { class: "preloader-wrapper preloader-ppc-embedded-form" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid grid-1" }, h("div", { class: "is-col-12-xs is-col-12-sm is-col-10-md is-col-7-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block very-bold line-1" }), h("div", { class: "skeleton-block thin line-2" }), h("div", { class: "skeleton-block thin line-3" }), h("div", { class: "skeleton-block thin line-4" }), h("div", { class: "skeleton-block thin line-5" }), h("div", { class: "skeleton-block thin line-6" }), h("div", { class: "skeleton-block thin line-7" }), h("div", { class: "skeleton-block thin line-3" }), h("div", { class: "skeleton-block thin line-4" }), h("div", { class: "skeleton-block thin line-5" }), h("div", { class: "skeleton-block thin line-8" }))), h("div", { class: "is-col-1-lg" }), h("div", { class: "is-col-12-xs is-col-12-sm is-col-4-lg form-block-2" })))));
|
|
@@ -86,4 +86,20 @@ ptc-footer {
|
|
|
86
86
|
text-decoration: underline;
|
|
87
87
|
text-decoration-color: var(--color-green-07);
|
|
88
88
|
outline: none;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.light {
|
|
92
|
+
display: inline-block;
|
|
93
|
+
background: rgba(0, 0, 0, 0.54);
|
|
94
|
+
border-radius: 4px;
|
|
95
|
+
padding: 0.5rem 0.75rem;
|
|
96
|
+
padding: 0.25rem 1rem 0.5rem 0.75rem;
|
|
97
|
+
cursor: pointer;
|
|
98
|
+
position: relative;
|
|
99
|
+
display: block;
|
|
100
|
+
}
|
|
101
|
+
.light:hover span {
|
|
102
|
+
text-decoration: underline;
|
|
103
|
+
text-decoration-color: var(--color-green-07);
|
|
104
|
+
outline: none;
|
|
89
105
|
}
|
|
@@ -3,10 +3,19 @@ export class PtcPreviousUrl {
|
|
|
3
3
|
constructor() {
|
|
4
4
|
this.href = undefined;
|
|
5
5
|
this.text = undefined;
|
|
6
|
+
this.theme = "standard";
|
|
6
7
|
this.styles = undefined;
|
|
7
8
|
}
|
|
8
9
|
render() {
|
|
9
|
-
return (h(Host, null, this.styles && h("style", null, this.styles), h("list-item", { listType: "breadcrumb", flushBefore: true, "link-href": this.href }, h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }), h("
|
|
10
|
+
return (h(Host, null, this.styles && h("style", null, this.styles), h("list-item", { listType: "breadcrumb", flushBefore: true, "link-href": this.href }, this.theme == "light" ? (h("a", { class: this.getCssClassMap() }, h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }), h("span", { class: "back-to-videos" }, this.text))) : ([
|
|
11
|
+
h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }),
|
|
12
|
+
h("a", { class: "back-to-videos" }, this.text),
|
|
13
|
+
])), h("slot", null)));
|
|
14
|
+
}
|
|
15
|
+
getCssClassMap() {
|
|
16
|
+
return {
|
|
17
|
+
[this.theme]: true,
|
|
18
|
+
};
|
|
10
19
|
}
|
|
11
20
|
static get is() { return "ptc-previous-url"; }
|
|
12
21
|
static get encapsulation() { return "shadow"; }
|
|
@@ -56,6 +65,24 @@ export class PtcPreviousUrl {
|
|
|
56
65
|
"attribute": "text",
|
|
57
66
|
"reflect": false
|
|
58
67
|
},
|
|
68
|
+
"theme": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"mutable": false,
|
|
71
|
+
"complexType": {
|
|
72
|
+
"original": "\"standard\" | \"light\"",
|
|
73
|
+
"resolved": "\"light\" | \"standard\"",
|
|
74
|
+
"references": {}
|
|
75
|
+
},
|
|
76
|
+
"required": false,
|
|
77
|
+
"optional": false,
|
|
78
|
+
"docs": {
|
|
79
|
+
"tags": [],
|
|
80
|
+
"text": ""
|
|
81
|
+
},
|
|
82
|
+
"attribute": "theme",
|
|
83
|
+
"reflect": false,
|
|
84
|
+
"defaultValue": "\"standard\""
|
|
85
|
+
},
|
|
59
86
|
"styles": {
|
|
60
87
|
"type": "string",
|
|
61
88
|
"mutable": false,
|
package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js
CHANGED
|
@@ -33,8 +33,10 @@ export class PtcPricingPackagingTable {
|
|
|
33
33
|
tableHeader.getBoundingClientRect().bottom) {
|
|
34
34
|
if (tableHeader.getBoundingClientRect().top <
|
|
35
35
|
this.stickyTopAt) {
|
|
36
|
-
tableHeader.style.top = `${Math.min(tableContainer.getBoundingClientRect().bottom -
|
|
37
|
-
|
|
36
|
+
tableHeader.style.top = `${Math.min(tableContainer.getBoundingClientRect().bottom -
|
|
37
|
+
tableHeader.clientHeight, this.stickyTopAt)}px`;
|
|
38
|
+
verticalScrollContentClipper.style.top = `${tableHeader.getBoundingClientRect().top -
|
|
39
|
+
verticalScrollContentClipper.clientHeight}px`;
|
|
38
40
|
}
|
|
39
41
|
}
|
|
40
42
|
}
|
|
@@ -53,8 +55,10 @@ export class PtcPricingPackagingTable {
|
|
|
53
55
|
// Scroll the sticky header back into view along with the table
|
|
54
56
|
if (tableContainer.getBoundingClientRect().bottom <=
|
|
55
57
|
tableHeader.getBoundingClientRect().bottom) {
|
|
56
|
-
tableHeader.style.top = `${tableContainer.getBoundingClientRect().bottom -
|
|
57
|
-
|
|
58
|
+
tableHeader.style.top = `${tableContainer.getBoundingClientRect().bottom -
|
|
59
|
+
tableHeader.clientHeight}px`;
|
|
60
|
+
verticalScrollContentClipper.style.top = `${tableHeader.getBoundingClientRect().top -
|
|
61
|
+
verticalScrollContentClipper.clientHeight}px`;
|
|
58
62
|
}
|
|
59
63
|
}
|
|
60
64
|
}
|
|
@@ -455,11 +459,13 @@ export class PtcPricingPackagingTable {
|
|
|
455
459
|
};
|
|
456
460
|
const TableDescription = () => {
|
|
457
461
|
return (this.tableDescription && (h(Fragment, null, h("div", { class: "table-descriptor" }, h("ptc-para", { "font-size": "small", "font-weight": "w-4", "para-align": "center", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, this.tableDescription.innerText.length <=
|
|
458
|
-
500 ? (h("slot", { name: "table-description" })) : (h("ptc-readmore", { "is-content-slotted": true, "more-text": this.moreText, "less-text": this.LessText, "visible-lines-custom": "
|
|
462
|
+
500 ? (h("slot", { name: "table-description" })) : (h("ptc-readmore", { "is-content-slotted": true, "more-text": this.moreText, "less-text": this.LessText, "visible-lines-custom": "9" }, h("slot", { name: "table-description" }))))))));
|
|
459
463
|
};
|
|
460
464
|
const TableHeader = () => {
|
|
461
465
|
return (h("div", { id: "table-header", class: this.headerType, onScroll: () => this.handleHorizontalScroll() }, h("div", { class: `desktop-header-first-cell` }, this.isDesktopView ? (h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "left", "para-color": "white", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, h("slot", { name: "desktop-header-first-cell" }))) : null, h("div", { class: "scroll-button mf-listen", id: "previous-scroll-button" }, h("div", { class: "mf-listen", onClick: () => this.handleBackwardScroll(), onKeyDown: (e) => this.handleScrollButtonClick(e, -1), tabIndex: 0, id: `previous-scroll-button-${this.sectionId}` }, h("icon-asset", { type: "solid", size: "medium", name: "chevron-left", color: "primary-gray" }), h("ptc-para", { "font-size": "small", "font-weight": "w-6", "para-align": "justify", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, this.moreText))), h("div", { class: "scroll-button mf-listen", id: "next-scroll-button" }, h("div", { class: "mf-listen", onClick: () => this.handleForwardScroll(), onKeyDown: (e) => this.handleScrollButtonClick(e, 1), tabIndex: 0, id: `next-scroll-button-${this.sectionId}` }, h("ptc-para", { "font-size": "small", "font-weight": "w-6", "para-align": "justify", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, this.moreText), h("icon-asset", { type: "solid", size: "medium", name: "chevron-right", color: "primary-gray" })))), [...Array(this.dataCols).keys()].map((col) => {
|
|
462
|
-
return (h("div", { class: `table-cell ${col + 1 === this.dataCols
|
|
466
|
+
return (h("div", { class: `table-cell ${col + 1 === this.dataCols
|
|
467
|
+
? "table-last-cell"
|
|
468
|
+
: ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `column-header-${col + 1}` })), this.columnHeaderLinks.length ===
|
|
463
469
|
this.dataCols &&
|
|
464
470
|
this.columnHeaderLinks[col] ? (h(Fragment, null, h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-link", { "dark-focus-state": true, "font-size": "medium", "font-weight": "w-extrabold", href: `${this.columnHeaderLinks[col].linkHref}`, "link-area": "undefined", target: `${this.columnHeaderLinks[col].linkTarget}`, theme: "d-green-underline", styles: "a.ptc-link {line-height: var(--ptc-line-height-p);}", "link-title": this.columnHeaderLinks[col]
|
|
465
471
|
.linkTitle, onFocus: (e) => this.handleAutoScrollOnFocus(e), "tracker-id": `column-header-${col + 1}-link-${this.sectionId}` }, this.isDesktopView ? (h("ptc-tooltip", { class: col ===
|
|
@@ -471,7 +477,9 @@ export class PtcPricingPackagingTable {
|
|
|
471
477
|
};
|
|
472
478
|
const TableHeaderPlaceholder = () => {
|
|
473
479
|
return (h("div", { id: "table-header-placeholder", class: this.headerType }, h("div", { class: `desktop-header-first-cell` }, this.isDesktopView ? (h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "left", "para-color": "white", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, h("slot", { name: "placeholder-desktop-header-first-cell" }))) : null), [...Array(this.dataCols).keys()].map((col) => {
|
|
474
|
-
return (h("div", { class: `table-cell ${col + 1 === this.dataCols
|
|
480
|
+
return (h("div", { class: `table-cell ${col + 1 === this.dataCols
|
|
481
|
+
? "table-last-cell"
|
|
482
|
+
: ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `placeholder-column-header-${col + 1}` })), this.columnHeaderLinks.length ===
|
|
475
483
|
this.dataCols &&
|
|
476
484
|
this.columnHeaderLinks[col] ? (h(Fragment, null, h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-link", { "font-size": "medium", "font-weight": "w-extrabold", href: `${this.columnHeaderLinks[col].linkHref}`, "link-area": "undefined", target: `${this.columnHeaderLinks[col].linkTarget}`, theme: "d-green-underline", styles: "a.ptc-link {line-height: var(--ptc-line-height-p);}", "link-title": this.columnHeaderLinks[col]
|
|
477
485
|
.linkTitle, "tab-nav": "-1" }, this.isDesktopView ? (h("ptc-tooltip", { class: col ===
|
|
@@ -483,14 +491,22 @@ export class PtcPricingPackagingTable {
|
|
|
483
491
|
};
|
|
484
492
|
const TableDataRows = () => {
|
|
485
493
|
return [...Array(this.dataRows).keys()].map((row) => {
|
|
486
|
-
return (h(Fragment, null, !this.isDesktopView ? (h("div", { class: "mobile-sticky-row-header" }, h("slot", { name: `row-header-${row + 1}` }))) : null, h("div", { class: `mf-listen table-row ${this.isDesktopView && row % 2 != 0
|
|
487
|
-
|
|
494
|
+
return (h(Fragment, null, !this.isDesktopView ? (h("div", { class: "mobile-sticky-row-header" }, h("slot", { name: `row-header-${row + 1}` }))) : null, h("div", { class: `mf-listen table-row ${this.isDesktopView && row % 2 != 0
|
|
495
|
+
? "desktop-alternate-row"
|
|
496
|
+
: ""}` }, this.isDesktopView ? (h("div", { class: `desktop-sticky-row-header ${this.isDesktopView && row % 2 != 0
|
|
497
|
+
? "desktop-alternate-row"
|
|
498
|
+
: ""}` }, h("slot", { name: `row-header-${row + 1}` }))) : null, [...Array(this.dataCols).keys()].map((col) => {
|
|
499
|
+
return (h("div", { class: `table-cell ${col + 1 === this.dataCols
|
|
500
|
+
? "table-last-cell"
|
|
501
|
+
: ""}`, "data-cell-slot": `cell-r${row + 1}-c${col + 1}`, onFocusin: (e) => this.handleAutoScrollOnFocus(e, `cell-r${row + 1}-c${col + 1}`) }, h("slot", { name: `cell-r${row + 1}-c${col + 1}` })));
|
|
488
502
|
}), h("div", { class: `table-filler-cell ${this.showFillerCells ? "show" : ""}` }))));
|
|
489
503
|
});
|
|
490
504
|
};
|
|
491
505
|
const TableCtaRow = () => {
|
|
492
506
|
return this.showCtaButtonsRow ? (h("div", { class: "table-cta-row" }, this.isDesktopView ? (h("div", { class: "desktop-sticky-row-header" })) : null, [...Array(this.dataCols).keys()].map((col) => {
|
|
493
|
-
return (h("div", { class: `table-cell ${col + 1 === this.dataCols
|
|
507
|
+
return (h("div", { class: `table-cell ${col + 1 === this.dataCols
|
|
508
|
+
? "table-last-cell"
|
|
509
|
+
: ""}` }, this.ctaButtons[col] ? (h("ptc-button", { "tracker-id": `pricing-cta-${col}-${this.sectionId}`, type: "link", color: "ptc-tertiary", "link-href": this.ctaButtons[col].linkHref, target: `${this.ctaButtons[col].linkTarget}`, "link-title": this.ctaButtons[col].linkTitle, onFocus: this.handleAutoScrollOnFocus }, this.isDesktopView ? (h("ptc-tooltip", { class: col === this.dataCols - 1
|
|
494
510
|
? "last-column-tooltip"
|
|
495
511
|
: "", "text-display": "inline", "max-length": "30", "z-index": "z-2", description: this.ctaButtons[col]
|
|
496
512
|
.linkText, position: "top" })) : (this.ctaButtons[col].linkText))) : null));
|
|
@@ -117,7 +117,7 @@ export class PtcPricingTabs {
|
|
|
117
117
|
}
|
|
118
118
|
renderTabs() {
|
|
119
119
|
let tabs = this.getCurrentTabs();
|
|
120
|
-
return (h("div", { class: "tabs" }, h("ptc-para", { styles: "p.primary-grey { margin: 1.5rem 0 .75rem 0;", "font-size": "x-small", "font-weight": "w-4" }, this.tabLabel, h("div", { class: "attached" }, h("slot", { name: "attached" }))), tabs &&
|
|
120
|
+
return (h("div", { class: "tabs" }, h("ptc-para", { styles: "p.primary-grey { margin: 1.5rem 0 .75rem 0; max-width: 64%; }", "font-size": "x-small", "font-weight": "w-4" }, this.tabLabel, h("div", { class: "attached" }, h("slot", { name: "attached" }))), tabs &&
|
|
121
121
|
tabs.map((tab, index) => (h("ptc-pricing-block", { "data-id": tab.id, active: tab.active, onClick: () => this.handleTabClick(tab, index), onKeyDown: (event) => this.handleKeyDown(event, tab, index), tabindex: "0", "tracker-id": `pricing-block-${index}` }, h("span", { slot: "left-text", innerHTML: tab.header }), h("span", { slot: "right-text", innerHTML: tab.label }))))));
|
|
122
122
|
}
|
|
123
123
|
render() {
|