@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
|
@@ -88,14 +88,17 @@ a:focus-visible {
|
|
|
88
88
|
|
|
89
89
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
90
90
|
ptc-modal inline-form a,
|
|
91
|
+
.podcast-cta-section a,
|
|
91
92
|
.vjs-social-share-links a),
|
|
92
93
|
.light-links a.light-link,
|
|
93
94
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
94
95
|
ptc-modal inline-form a,
|
|
96
|
+
.podcast-cta-section a,
|
|
95
97
|
.vjs-social-share-links a),
|
|
96
98
|
.background-grey-10 a.light-link,
|
|
97
99
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
98
100
|
ptc-modal inline-form a,
|
|
101
|
+
.podcast-cta-section a,
|
|
99
102
|
.vjs-social-share-links a),
|
|
100
103
|
.background-plm-grey a.light-link {
|
|
101
104
|
color: var(--color-blue-04);
|
|
@@ -104,38 +107,47 @@ ptc-modal inline-form a,
|
|
|
104
107
|
}
|
|
105
108
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
106
109
|
ptc-modal inline-form a,
|
|
110
|
+
.podcast-cta-section a,
|
|
107
111
|
.vjs-social-share-links a):visited,
|
|
108
112
|
.light-links a.light-link:visited,
|
|
109
113
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
110
114
|
ptc-modal inline-form a,
|
|
115
|
+
.podcast-cta-section a,
|
|
111
116
|
.vjs-social-share-links a):visited,
|
|
112
117
|
.background-grey-10 a.light-link:visited,
|
|
113
118
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
114
119
|
ptc-modal inline-form a,
|
|
120
|
+
.podcast-cta-section a,
|
|
115
121
|
.vjs-social-share-links a):visited,
|
|
116
122
|
.background-plm-grey a.light-link:visited {
|
|
117
123
|
color: var(--color-blue-06);
|
|
118
124
|
}
|
|
119
125
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
120
126
|
ptc-modal inline-form a,
|
|
127
|
+
.podcast-cta-section a,
|
|
121
128
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
122
129
|
ptc-modal inline-form a,
|
|
130
|
+
.podcast-cta-section a,
|
|
123
131
|
.vjs-social-share-links a):visited:active,
|
|
124
132
|
.light-links a.light-link:active,
|
|
125
133
|
.light-links a.light-link:visited:active,
|
|
126
134
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
127
135
|
ptc-modal inline-form a,
|
|
136
|
+
.podcast-cta-section a,
|
|
128
137
|
.vjs-social-share-links a):active,
|
|
129
138
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
130
139
|
ptc-modal inline-form a,
|
|
140
|
+
.podcast-cta-section a,
|
|
131
141
|
.vjs-social-share-links a):visited:active,
|
|
132
142
|
.background-grey-10 a.light-link:active,
|
|
133
143
|
.background-grey-10 a.light-link:visited:active,
|
|
134
144
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
135
145
|
ptc-modal inline-form a,
|
|
146
|
+
.podcast-cta-section a,
|
|
136
147
|
.vjs-social-share-links a):active,
|
|
137
148
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
138
149
|
ptc-modal inline-form a,
|
|
150
|
+
.podcast-cta-section a,
|
|
139
151
|
.vjs-social-share-links a):visited:active,
|
|
140
152
|
.background-plm-grey a.light-link:active,
|
|
141
153
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -144,24 +156,30 @@ ptc-modal inline-form a,
|
|
|
144
156
|
}
|
|
145
157
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
146
158
|
ptc-modal inline-form a,
|
|
159
|
+
.podcast-cta-section a,
|
|
147
160
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
148
161
|
ptc-modal inline-form a,
|
|
162
|
+
.podcast-cta-section a,
|
|
149
163
|
.vjs-social-share-links a):visited:hover,
|
|
150
164
|
.light-links a.light-link:hover,
|
|
151
165
|
.light-links a.light-link:visited:hover,
|
|
152
166
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
153
167
|
ptc-modal inline-form a,
|
|
168
|
+
.podcast-cta-section a,
|
|
154
169
|
.vjs-social-share-links a):hover,
|
|
155
170
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
156
171
|
ptc-modal inline-form a,
|
|
172
|
+
.podcast-cta-section a,
|
|
157
173
|
.vjs-social-share-links a):visited:hover,
|
|
158
174
|
.background-grey-10 a.light-link:hover,
|
|
159
175
|
.background-grey-10 a.light-link:visited:hover,
|
|
160
176
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
161
177
|
ptc-modal inline-form a,
|
|
178
|
+
.podcast-cta-section a,
|
|
162
179
|
.vjs-social-share-links a):hover,
|
|
163
180
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
164
181
|
ptc-modal inline-form a,
|
|
182
|
+
.podcast-cta-section a,
|
|
165
183
|
.vjs-social-share-links a):visited:hover,
|
|
166
184
|
.background-plm-grey a.light-link:hover,
|
|
167
185
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -169,14 +187,17 @@ ptc-modal inline-form a,
|
|
|
169
187
|
}
|
|
170
188
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
171
189
|
ptc-modal inline-form a,
|
|
190
|
+
.podcast-cta-section a,
|
|
172
191
|
.vjs-social-share-links a).disabled,
|
|
173
192
|
.light-links a.light-link.disabled,
|
|
174
193
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
175
194
|
ptc-modal inline-form a,
|
|
195
|
+
.podcast-cta-section a,
|
|
176
196
|
.vjs-social-share-links a).disabled,
|
|
177
197
|
.background-grey-10 a.light-link.disabled,
|
|
178
198
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
179
199
|
ptc-modal inline-form a,
|
|
200
|
+
.podcast-cta-section a,
|
|
180
201
|
.vjs-social-share-links a).disabled,
|
|
181
202
|
.background-plm-grey a.light-link.disabled {
|
|
182
203
|
color: var(--color-gray-04) !important;
|
|
@@ -184,14 +205,17 @@ ptc-modal inline-form a,
|
|
|
184
205
|
}
|
|
185
206
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
186
207
|
ptc-modal inline-form a,
|
|
208
|
+
.podcast-cta-section a,
|
|
187
209
|
.vjs-social-share-links a):focus-visible,
|
|
188
210
|
.light-links a.light-link:focus-visible,
|
|
189
211
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
190
212
|
ptc-modal inline-form a,
|
|
213
|
+
.podcast-cta-section a,
|
|
191
214
|
.vjs-social-share-links a):focus-visible,
|
|
192
215
|
.background-grey-10 a.light-link:focus-visible,
|
|
193
216
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
194
217
|
ptc-modal inline-form a,
|
|
218
|
+
.podcast-cta-section a,
|
|
195
219
|
.vjs-social-share-links a):focus-visible,
|
|
196
220
|
.background-plm-grey a.light-link:focus-visible {
|
|
197
221
|
border-radius: var(--ptc-border-radius-standard);
|
|
@@ -88,14 +88,17 @@ a:focus-visible {
|
|
|
88
88
|
|
|
89
89
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
90
90
|
ptc-modal inline-form a,
|
|
91
|
+
.podcast-cta-section a,
|
|
91
92
|
.vjs-social-share-links a),
|
|
92
93
|
.light-links a.light-link,
|
|
93
94
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
94
95
|
ptc-modal inline-form a,
|
|
96
|
+
.podcast-cta-section a,
|
|
95
97
|
.vjs-social-share-links a),
|
|
96
98
|
.background-grey-10 a.light-link,
|
|
97
99
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
98
100
|
ptc-modal inline-form a,
|
|
101
|
+
.podcast-cta-section a,
|
|
99
102
|
.vjs-social-share-links a),
|
|
100
103
|
.background-plm-grey a.light-link {
|
|
101
104
|
color: var(--color-blue-04);
|
|
@@ -104,38 +107,47 @@ ptc-modal inline-form a,
|
|
|
104
107
|
}
|
|
105
108
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
106
109
|
ptc-modal inline-form a,
|
|
110
|
+
.podcast-cta-section a,
|
|
107
111
|
.vjs-social-share-links a):visited,
|
|
108
112
|
.light-links a.light-link:visited,
|
|
109
113
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
110
114
|
ptc-modal inline-form a,
|
|
115
|
+
.podcast-cta-section a,
|
|
111
116
|
.vjs-social-share-links a):visited,
|
|
112
117
|
.background-grey-10 a.light-link:visited,
|
|
113
118
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
114
119
|
ptc-modal inline-form a,
|
|
120
|
+
.podcast-cta-section a,
|
|
115
121
|
.vjs-social-share-links a):visited,
|
|
116
122
|
.background-plm-grey a.light-link:visited {
|
|
117
123
|
color: var(--color-blue-06);
|
|
118
124
|
}
|
|
119
125
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
120
126
|
ptc-modal inline-form a,
|
|
127
|
+
.podcast-cta-section a,
|
|
121
128
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
122
129
|
ptc-modal inline-form a,
|
|
130
|
+
.podcast-cta-section a,
|
|
123
131
|
.vjs-social-share-links a):visited:active,
|
|
124
132
|
.light-links a.light-link:active,
|
|
125
133
|
.light-links a.light-link:visited:active,
|
|
126
134
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
127
135
|
ptc-modal inline-form a,
|
|
136
|
+
.podcast-cta-section a,
|
|
128
137
|
.vjs-social-share-links a):active,
|
|
129
138
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
130
139
|
ptc-modal inline-form a,
|
|
140
|
+
.podcast-cta-section a,
|
|
131
141
|
.vjs-social-share-links a):visited:active,
|
|
132
142
|
.background-grey-10 a.light-link:active,
|
|
133
143
|
.background-grey-10 a.light-link:visited:active,
|
|
134
144
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
135
145
|
ptc-modal inline-form a,
|
|
146
|
+
.podcast-cta-section a,
|
|
136
147
|
.vjs-social-share-links a):active,
|
|
137
148
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
138
149
|
ptc-modal inline-form a,
|
|
150
|
+
.podcast-cta-section a,
|
|
139
151
|
.vjs-social-share-links a):visited:active,
|
|
140
152
|
.background-plm-grey a.light-link:active,
|
|
141
153
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -144,24 +156,30 @@ ptc-modal inline-form a,
|
|
|
144
156
|
}
|
|
145
157
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
146
158
|
ptc-modal inline-form a,
|
|
159
|
+
.podcast-cta-section a,
|
|
147
160
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
148
161
|
ptc-modal inline-form a,
|
|
162
|
+
.podcast-cta-section a,
|
|
149
163
|
.vjs-social-share-links a):visited:hover,
|
|
150
164
|
.light-links a.light-link:hover,
|
|
151
165
|
.light-links a.light-link:visited:hover,
|
|
152
166
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
153
167
|
ptc-modal inline-form a,
|
|
168
|
+
.podcast-cta-section a,
|
|
154
169
|
.vjs-social-share-links a):hover,
|
|
155
170
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
156
171
|
ptc-modal inline-form a,
|
|
172
|
+
.podcast-cta-section a,
|
|
157
173
|
.vjs-social-share-links a):visited:hover,
|
|
158
174
|
.background-grey-10 a.light-link:hover,
|
|
159
175
|
.background-grey-10 a.light-link:visited:hover,
|
|
160
176
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
161
177
|
ptc-modal inline-form a,
|
|
178
|
+
.podcast-cta-section a,
|
|
162
179
|
.vjs-social-share-links a):hover,
|
|
163
180
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
164
181
|
ptc-modal inline-form a,
|
|
182
|
+
.podcast-cta-section a,
|
|
165
183
|
.vjs-social-share-links a):visited:hover,
|
|
166
184
|
.background-plm-grey a.light-link:hover,
|
|
167
185
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -169,14 +187,17 @@ ptc-modal inline-form a,
|
|
|
169
187
|
}
|
|
170
188
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
171
189
|
ptc-modal inline-form a,
|
|
190
|
+
.podcast-cta-section a,
|
|
172
191
|
.vjs-social-share-links a).disabled,
|
|
173
192
|
.light-links a.light-link.disabled,
|
|
174
193
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
175
194
|
ptc-modal inline-form a,
|
|
195
|
+
.podcast-cta-section a,
|
|
176
196
|
.vjs-social-share-links a).disabled,
|
|
177
197
|
.background-grey-10 a.light-link.disabled,
|
|
178
198
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
179
199
|
ptc-modal inline-form a,
|
|
200
|
+
.podcast-cta-section a,
|
|
180
201
|
.vjs-social-share-links a).disabled,
|
|
181
202
|
.background-plm-grey a.light-link.disabled {
|
|
182
203
|
color: var(--color-gray-04) !important;
|
|
@@ -184,14 +205,17 @@ ptc-modal inline-form a,
|
|
|
184
205
|
}
|
|
185
206
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
186
207
|
ptc-modal inline-form a,
|
|
208
|
+
.podcast-cta-section a,
|
|
187
209
|
.vjs-social-share-links a):focus-visible,
|
|
188
210
|
.light-links a.light-link:focus-visible,
|
|
189
211
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
190
212
|
ptc-modal inline-form a,
|
|
213
|
+
.podcast-cta-section a,
|
|
191
214
|
.vjs-social-share-links a):focus-visible,
|
|
192
215
|
.background-grey-10 a.light-link:focus-visible,
|
|
193
216
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
194
217
|
ptc-modal inline-form a,
|
|
218
|
+
.podcast-cta-section a,
|
|
195
219
|
.vjs-social-share-links a):focus-visible,
|
|
196
220
|
.background-plm-grey a.light-link:focus-visible {
|
|
197
221
|
border-radius: var(--ptc-border-radius-standard);
|
package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css
CHANGED
|
@@ -88,14 +88,17 @@ a:focus-visible {
|
|
|
88
88
|
|
|
89
89
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
90
90
|
ptc-modal inline-form a,
|
|
91
|
+
.podcast-cta-section a,
|
|
91
92
|
.vjs-social-share-links a),
|
|
92
93
|
.light-links a.light-link,
|
|
93
94
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
94
95
|
ptc-modal inline-form a,
|
|
96
|
+
.podcast-cta-section a,
|
|
95
97
|
.vjs-social-share-links a),
|
|
96
98
|
.background-grey-10 a.light-link,
|
|
97
99
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
98
100
|
ptc-modal inline-form a,
|
|
101
|
+
.podcast-cta-section a,
|
|
99
102
|
.vjs-social-share-links a),
|
|
100
103
|
.background-plm-grey a.light-link {
|
|
101
104
|
color: var(--color-blue-04);
|
|
@@ -104,38 +107,47 @@ ptc-modal inline-form a,
|
|
|
104
107
|
}
|
|
105
108
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
106
109
|
ptc-modal inline-form a,
|
|
110
|
+
.podcast-cta-section a,
|
|
107
111
|
.vjs-social-share-links a):visited,
|
|
108
112
|
.light-links a.light-link:visited,
|
|
109
113
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
110
114
|
ptc-modal inline-form a,
|
|
115
|
+
.podcast-cta-section a,
|
|
111
116
|
.vjs-social-share-links a):visited,
|
|
112
117
|
.background-grey-10 a.light-link:visited,
|
|
113
118
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
114
119
|
ptc-modal inline-form a,
|
|
120
|
+
.podcast-cta-section a,
|
|
115
121
|
.vjs-social-share-links a):visited,
|
|
116
122
|
.background-plm-grey a.light-link:visited {
|
|
117
123
|
color: var(--color-blue-06);
|
|
118
124
|
}
|
|
119
125
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
120
126
|
ptc-modal inline-form a,
|
|
127
|
+
.podcast-cta-section a,
|
|
121
128
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
122
129
|
ptc-modal inline-form a,
|
|
130
|
+
.podcast-cta-section a,
|
|
123
131
|
.vjs-social-share-links a):visited:active,
|
|
124
132
|
.light-links a.light-link:active,
|
|
125
133
|
.light-links a.light-link:visited:active,
|
|
126
134
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
127
135
|
ptc-modal inline-form a,
|
|
136
|
+
.podcast-cta-section a,
|
|
128
137
|
.vjs-social-share-links a):active,
|
|
129
138
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
130
139
|
ptc-modal inline-form a,
|
|
140
|
+
.podcast-cta-section a,
|
|
131
141
|
.vjs-social-share-links a):visited:active,
|
|
132
142
|
.background-grey-10 a.light-link:active,
|
|
133
143
|
.background-grey-10 a.light-link:visited:active,
|
|
134
144
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
135
145
|
ptc-modal inline-form a,
|
|
146
|
+
.podcast-cta-section a,
|
|
136
147
|
.vjs-social-share-links a):active,
|
|
137
148
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
138
149
|
ptc-modal inline-form a,
|
|
150
|
+
.podcast-cta-section a,
|
|
139
151
|
.vjs-social-share-links a):visited:active,
|
|
140
152
|
.background-plm-grey a.light-link:active,
|
|
141
153
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -144,24 +156,30 @@ ptc-modal inline-form a,
|
|
|
144
156
|
}
|
|
145
157
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
146
158
|
ptc-modal inline-form a,
|
|
159
|
+
.podcast-cta-section a,
|
|
147
160
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
148
161
|
ptc-modal inline-form a,
|
|
162
|
+
.podcast-cta-section a,
|
|
149
163
|
.vjs-social-share-links a):visited:hover,
|
|
150
164
|
.light-links a.light-link:hover,
|
|
151
165
|
.light-links a.light-link:visited:hover,
|
|
152
166
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
153
167
|
ptc-modal inline-form a,
|
|
168
|
+
.podcast-cta-section a,
|
|
154
169
|
.vjs-social-share-links a):hover,
|
|
155
170
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
156
171
|
ptc-modal inline-form a,
|
|
172
|
+
.podcast-cta-section a,
|
|
157
173
|
.vjs-social-share-links a):visited:hover,
|
|
158
174
|
.background-grey-10 a.light-link:hover,
|
|
159
175
|
.background-grey-10 a.light-link:visited:hover,
|
|
160
176
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
161
177
|
ptc-modal inline-form a,
|
|
178
|
+
.podcast-cta-section a,
|
|
162
179
|
.vjs-social-share-links a):hover,
|
|
163
180
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
164
181
|
ptc-modal inline-form a,
|
|
182
|
+
.podcast-cta-section a,
|
|
165
183
|
.vjs-social-share-links a):visited:hover,
|
|
166
184
|
.background-plm-grey a.light-link:hover,
|
|
167
185
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -169,14 +187,17 @@ ptc-modal inline-form a,
|
|
|
169
187
|
}
|
|
170
188
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
171
189
|
ptc-modal inline-form a,
|
|
190
|
+
.podcast-cta-section a,
|
|
172
191
|
.vjs-social-share-links a).disabled,
|
|
173
192
|
.light-links a.light-link.disabled,
|
|
174
193
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
175
194
|
ptc-modal inline-form a,
|
|
195
|
+
.podcast-cta-section a,
|
|
176
196
|
.vjs-social-share-links a).disabled,
|
|
177
197
|
.background-grey-10 a.light-link.disabled,
|
|
178
198
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
179
199
|
ptc-modal inline-form a,
|
|
200
|
+
.podcast-cta-section a,
|
|
180
201
|
.vjs-social-share-links a).disabled,
|
|
181
202
|
.background-plm-grey a.light-link.disabled {
|
|
182
203
|
color: var(--color-gray-04) !important;
|
|
@@ -184,14 +205,17 @@ ptc-modal inline-form a,
|
|
|
184
205
|
}
|
|
185
206
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
186
207
|
ptc-modal inline-form a,
|
|
208
|
+
.podcast-cta-section a,
|
|
187
209
|
.vjs-social-share-links a):focus-visible,
|
|
188
210
|
.light-links a.light-link:focus-visible,
|
|
189
211
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
190
212
|
ptc-modal inline-form a,
|
|
213
|
+
.podcast-cta-section a,
|
|
191
214
|
.vjs-social-share-links a):focus-visible,
|
|
192
215
|
.background-grey-10 a.light-link:focus-visible,
|
|
193
216
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
194
217
|
ptc-modal inline-form a,
|
|
218
|
+
.podcast-cta-section a,
|
|
195
219
|
.vjs-social-share-links a):focus-visible,
|
|
196
220
|
.background-plm-grey a.light-link:focus-visible {
|
|
197
221
|
border-radius: var(--ptc-border-radius-standard);
|
|
@@ -88,14 +88,17 @@ a:focus-visible {
|
|
|
88
88
|
|
|
89
89
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
90
90
|
ptc-modal inline-form a,
|
|
91
|
+
.podcast-cta-section a,
|
|
91
92
|
.vjs-social-share-links a),
|
|
92
93
|
.light-links a.light-link,
|
|
93
94
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
94
95
|
ptc-modal inline-form a,
|
|
96
|
+
.podcast-cta-section a,
|
|
95
97
|
.vjs-social-share-links a),
|
|
96
98
|
.background-grey-10 a.light-link,
|
|
97
99
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
98
100
|
ptc-modal inline-form a,
|
|
101
|
+
.podcast-cta-section a,
|
|
99
102
|
.vjs-social-share-links a),
|
|
100
103
|
.background-plm-grey a.light-link {
|
|
101
104
|
color: var(--color-blue-04);
|
|
@@ -104,38 +107,47 @@ ptc-modal inline-form a,
|
|
|
104
107
|
}
|
|
105
108
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
106
109
|
ptc-modal inline-form a,
|
|
110
|
+
.podcast-cta-section a,
|
|
107
111
|
.vjs-social-share-links a):visited,
|
|
108
112
|
.light-links a.light-link:visited,
|
|
109
113
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
110
114
|
ptc-modal inline-form a,
|
|
115
|
+
.podcast-cta-section a,
|
|
111
116
|
.vjs-social-share-links a):visited,
|
|
112
117
|
.background-grey-10 a.light-link:visited,
|
|
113
118
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
114
119
|
ptc-modal inline-form a,
|
|
120
|
+
.podcast-cta-section a,
|
|
115
121
|
.vjs-social-share-links a):visited,
|
|
116
122
|
.background-plm-grey a.light-link:visited {
|
|
117
123
|
color: var(--color-blue-06);
|
|
118
124
|
}
|
|
119
125
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
120
126
|
ptc-modal inline-form a,
|
|
127
|
+
.podcast-cta-section a,
|
|
121
128
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
122
129
|
ptc-modal inline-form a,
|
|
130
|
+
.podcast-cta-section a,
|
|
123
131
|
.vjs-social-share-links a):visited:active,
|
|
124
132
|
.light-links a.light-link:active,
|
|
125
133
|
.light-links a.light-link:visited:active,
|
|
126
134
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
127
135
|
ptc-modal inline-form a,
|
|
136
|
+
.podcast-cta-section a,
|
|
128
137
|
.vjs-social-share-links a):active,
|
|
129
138
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
130
139
|
ptc-modal inline-form a,
|
|
140
|
+
.podcast-cta-section a,
|
|
131
141
|
.vjs-social-share-links a):visited:active,
|
|
132
142
|
.background-grey-10 a.light-link:active,
|
|
133
143
|
.background-grey-10 a.light-link:visited:active,
|
|
134
144
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
135
145
|
ptc-modal inline-form a,
|
|
146
|
+
.podcast-cta-section a,
|
|
136
147
|
.vjs-social-share-links a):active,
|
|
137
148
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
138
149
|
ptc-modal inline-form a,
|
|
150
|
+
.podcast-cta-section a,
|
|
139
151
|
.vjs-social-share-links a):visited:active,
|
|
140
152
|
.background-plm-grey a.light-link:active,
|
|
141
153
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -144,24 +156,30 @@ ptc-modal inline-form a,
|
|
|
144
156
|
}
|
|
145
157
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
146
158
|
ptc-modal inline-form a,
|
|
159
|
+
.podcast-cta-section a,
|
|
147
160
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
148
161
|
ptc-modal inline-form a,
|
|
162
|
+
.podcast-cta-section a,
|
|
149
163
|
.vjs-social-share-links a):visited:hover,
|
|
150
164
|
.light-links a.light-link:hover,
|
|
151
165
|
.light-links a.light-link:visited:hover,
|
|
152
166
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
153
167
|
ptc-modal inline-form a,
|
|
168
|
+
.podcast-cta-section a,
|
|
154
169
|
.vjs-social-share-links a):hover,
|
|
155
170
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
156
171
|
ptc-modal inline-form a,
|
|
172
|
+
.podcast-cta-section a,
|
|
157
173
|
.vjs-social-share-links a):visited:hover,
|
|
158
174
|
.background-grey-10 a.light-link:hover,
|
|
159
175
|
.background-grey-10 a.light-link:visited:hover,
|
|
160
176
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
161
177
|
ptc-modal inline-form a,
|
|
178
|
+
.podcast-cta-section a,
|
|
162
179
|
.vjs-social-share-links a):hover,
|
|
163
180
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
164
181
|
ptc-modal inline-form a,
|
|
182
|
+
.podcast-cta-section a,
|
|
165
183
|
.vjs-social-share-links a):visited:hover,
|
|
166
184
|
.background-plm-grey a.light-link:hover,
|
|
167
185
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -169,14 +187,17 @@ ptc-modal inline-form a,
|
|
|
169
187
|
}
|
|
170
188
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
171
189
|
ptc-modal inline-form a,
|
|
190
|
+
.podcast-cta-section a,
|
|
172
191
|
.vjs-social-share-links a).disabled,
|
|
173
192
|
.light-links a.light-link.disabled,
|
|
174
193
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
175
194
|
ptc-modal inline-form a,
|
|
195
|
+
.podcast-cta-section a,
|
|
176
196
|
.vjs-social-share-links a).disabled,
|
|
177
197
|
.background-grey-10 a.light-link.disabled,
|
|
178
198
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
179
199
|
ptc-modal inline-form a,
|
|
200
|
+
.podcast-cta-section a,
|
|
180
201
|
.vjs-social-share-links a).disabled,
|
|
181
202
|
.background-plm-grey a.light-link.disabled {
|
|
182
203
|
color: var(--color-gray-04) !important;
|
|
@@ -184,14 +205,17 @@ ptc-modal inline-form a,
|
|
|
184
205
|
}
|
|
185
206
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
186
207
|
ptc-modal inline-form a,
|
|
208
|
+
.podcast-cta-section a,
|
|
187
209
|
.vjs-social-share-links a):focus-visible,
|
|
188
210
|
.light-links a.light-link:focus-visible,
|
|
189
211
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
190
212
|
ptc-modal inline-form a,
|
|
213
|
+
.podcast-cta-section a,
|
|
191
214
|
.vjs-social-share-links a):focus-visible,
|
|
192
215
|
.background-grey-10 a.light-link:focus-visible,
|
|
193
216
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
194
217
|
ptc-modal inline-form a,
|
|
218
|
+
.podcast-cta-section a,
|
|
195
219
|
.vjs-social-share-links a):focus-visible,
|
|
196
220
|
.background-plm-grey a.light-link:focus-visible {
|
|
197
221
|
border-radius: var(--ptc-border-radius-standard);
|
|
@@ -88,14 +88,17 @@ a:focus-visible {
|
|
|
88
88
|
|
|
89
89
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
90
90
|
ptc-modal inline-form a,
|
|
91
|
+
.podcast-cta-section a,
|
|
91
92
|
.vjs-social-share-links a),
|
|
92
93
|
.light-links a.light-link,
|
|
93
94
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
94
95
|
ptc-modal inline-form a,
|
|
96
|
+
.podcast-cta-section a,
|
|
95
97
|
.vjs-social-share-links a),
|
|
96
98
|
.background-grey-10 a.light-link,
|
|
97
99
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
98
100
|
ptc-modal inline-form a,
|
|
101
|
+
.podcast-cta-section a,
|
|
99
102
|
.vjs-social-share-links a),
|
|
100
103
|
.background-plm-grey a.light-link {
|
|
101
104
|
color: var(--color-blue-04);
|
|
@@ -104,38 +107,47 @@ ptc-modal inline-form a,
|
|
|
104
107
|
}
|
|
105
108
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
106
109
|
ptc-modal inline-form a,
|
|
110
|
+
.podcast-cta-section a,
|
|
107
111
|
.vjs-social-share-links a):visited,
|
|
108
112
|
.light-links a.light-link:visited,
|
|
109
113
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
110
114
|
ptc-modal inline-form a,
|
|
115
|
+
.podcast-cta-section a,
|
|
111
116
|
.vjs-social-share-links a):visited,
|
|
112
117
|
.background-grey-10 a.light-link:visited,
|
|
113
118
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
114
119
|
ptc-modal inline-form a,
|
|
120
|
+
.podcast-cta-section a,
|
|
115
121
|
.vjs-social-share-links a):visited,
|
|
116
122
|
.background-plm-grey a.light-link:visited {
|
|
117
123
|
color: var(--color-blue-06);
|
|
118
124
|
}
|
|
119
125
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
120
126
|
ptc-modal inline-form a,
|
|
127
|
+
.podcast-cta-section a,
|
|
121
128
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
122
129
|
ptc-modal inline-form a,
|
|
130
|
+
.podcast-cta-section a,
|
|
123
131
|
.vjs-social-share-links a):visited:active,
|
|
124
132
|
.light-links a.light-link:active,
|
|
125
133
|
.light-links a.light-link:visited:active,
|
|
126
134
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
127
135
|
ptc-modal inline-form a,
|
|
136
|
+
.podcast-cta-section a,
|
|
128
137
|
.vjs-social-share-links a):active,
|
|
129
138
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
130
139
|
ptc-modal inline-form a,
|
|
140
|
+
.podcast-cta-section a,
|
|
131
141
|
.vjs-social-share-links a):visited:active,
|
|
132
142
|
.background-grey-10 a.light-link:active,
|
|
133
143
|
.background-grey-10 a.light-link:visited:active,
|
|
134
144
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
135
145
|
ptc-modal inline-form a,
|
|
146
|
+
.podcast-cta-section a,
|
|
136
147
|
.vjs-social-share-links a):active,
|
|
137
148
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
138
149
|
ptc-modal inline-form a,
|
|
150
|
+
.podcast-cta-section a,
|
|
139
151
|
.vjs-social-share-links a):visited:active,
|
|
140
152
|
.background-plm-grey a.light-link:active,
|
|
141
153
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -144,24 +156,30 @@ ptc-modal inline-form a,
|
|
|
144
156
|
}
|
|
145
157
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
146
158
|
ptc-modal inline-form a,
|
|
159
|
+
.podcast-cta-section a,
|
|
147
160
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
148
161
|
ptc-modal inline-form a,
|
|
162
|
+
.podcast-cta-section a,
|
|
149
163
|
.vjs-social-share-links a):visited:hover,
|
|
150
164
|
.light-links a.light-link:hover,
|
|
151
165
|
.light-links a.light-link:visited:hover,
|
|
152
166
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
153
167
|
ptc-modal inline-form a,
|
|
168
|
+
.podcast-cta-section a,
|
|
154
169
|
.vjs-social-share-links a):hover,
|
|
155
170
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
156
171
|
ptc-modal inline-form a,
|
|
172
|
+
.podcast-cta-section a,
|
|
157
173
|
.vjs-social-share-links a):visited:hover,
|
|
158
174
|
.background-grey-10 a.light-link:hover,
|
|
159
175
|
.background-grey-10 a.light-link:visited:hover,
|
|
160
176
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
161
177
|
ptc-modal inline-form a,
|
|
178
|
+
.podcast-cta-section a,
|
|
162
179
|
.vjs-social-share-links a):hover,
|
|
163
180
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
164
181
|
ptc-modal inline-form a,
|
|
182
|
+
.podcast-cta-section a,
|
|
165
183
|
.vjs-social-share-links a):visited:hover,
|
|
166
184
|
.background-plm-grey a.light-link:hover,
|
|
167
185
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -169,14 +187,17 @@ ptc-modal inline-form a,
|
|
|
169
187
|
}
|
|
170
188
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
171
189
|
ptc-modal inline-form a,
|
|
190
|
+
.podcast-cta-section a,
|
|
172
191
|
.vjs-social-share-links a).disabled,
|
|
173
192
|
.light-links a.light-link.disabled,
|
|
174
193
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
175
194
|
ptc-modal inline-form a,
|
|
195
|
+
.podcast-cta-section a,
|
|
176
196
|
.vjs-social-share-links a).disabled,
|
|
177
197
|
.background-grey-10 a.light-link.disabled,
|
|
178
198
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
179
199
|
ptc-modal inline-form a,
|
|
200
|
+
.podcast-cta-section a,
|
|
180
201
|
.vjs-social-share-links a).disabled,
|
|
181
202
|
.background-plm-grey a.light-link.disabled {
|
|
182
203
|
color: var(--color-gray-04) !important;
|
|
@@ -184,14 +205,17 @@ ptc-modal inline-form a,
|
|
|
184
205
|
}
|
|
185
206
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
186
207
|
ptc-modal inline-form a,
|
|
208
|
+
.podcast-cta-section a,
|
|
187
209
|
.vjs-social-share-links a):focus-visible,
|
|
188
210
|
.light-links a.light-link:focus-visible,
|
|
189
211
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
190
212
|
ptc-modal inline-form a,
|
|
213
|
+
.podcast-cta-section a,
|
|
191
214
|
.vjs-social-share-links a):focus-visible,
|
|
192
215
|
.background-grey-10 a.light-link:focus-visible,
|
|
193
216
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
194
217
|
ptc-modal inline-form a,
|
|
218
|
+
.podcast-cta-section a,
|
|
195
219
|
.vjs-social-share-links a):focus-visible,
|
|
196
220
|
.background-plm-grey a.light-link:focus-visible {
|
|
197
221
|
border-radius: var(--ptc-border-radius-standard);
|
|
@@ -191,7 +191,7 @@ export class PtcSeoTitle {
|
|
|
191
191
|
"type": "string",
|
|
192
192
|
"mutable": false,
|
|
193
193
|
"complexType": {
|
|
194
|
-
"original": "| \"margin-flush\"\n\t\t| \"margin-top-3\"\n\t\t| \"margin-top-4\"\n\t\t| \"margin-top-5\"\n\t\t| \"margin-top-6\"\n\t\t| \"margin-bottom-3\"\n\t\t| \"margin-bottom-4\"\n\t\t| \"margin-bottom-5\"\n\t\t| \"margin-bottom-6\"\n\t\t| \"margin-3\"\n\t\t| \"margin-4\"\n\t\t| \"margin-5\"\n\t\t| \"margin-6\"\n\t\t| \"margin-9\"",
|
|
194
|
+
"original": "| \"margin-flush\"\r\n\t\t| \"margin-top-3\"\r\n\t\t| \"margin-top-4\"\r\n\t\t| \"margin-top-5\"\r\n\t\t| \"margin-top-6\"\r\n\t\t| \"margin-bottom-3\"\r\n\t\t| \"margin-bottom-4\"\r\n\t\t| \"margin-bottom-5\"\r\n\t\t| \"margin-bottom-6\"\r\n\t\t| \"margin-3\"\r\n\t\t| \"margin-4\"\r\n\t\t| \"margin-5\"\r\n\t\t| \"margin-6\"\r\n\t\t| \"margin-9\"",
|
|
195
195
|
"resolved": "\"margin-3\" | \"margin-4\" | \"margin-5\" | \"margin-6\" | \"margin-9\" | \"margin-bottom-3\" | \"margin-bottom-4\" | \"margin-bottom-5\" | \"margin-bottom-6\" | \"margin-flush\" | \"margin-top-3\" | \"margin-top-4\" | \"margin-top-5\" | \"margin-top-6\"",
|
|
196
196
|
"references": {}
|
|
197
197
|
},
|
|
@@ -225,7 +225,7 @@ export class PtcSeoTitle {
|
|
|
225
225
|
"type": "string",
|
|
226
226
|
"mutable": false,
|
|
227
227
|
"complexType": {
|
|
228
|
-
"original": "| \"xx-small\"\n\t\t| \"x-small\"\n\t\t| \"small\"\n\t\t| \"medium\"\n\t\t| \"large\"\n\t\t| \"x-large\"\n\t\t| \"xx-large\"\n\t\t| \"xxx-large\"\n\t\t| \"xxxx-large\"\n\t\t| \"xxxx-large-allbp\"\n\t\t| \"xx-large-allbp\"\n\t\t| \"xxxx-large-desktop\"\n\t\t| \"xxxx-large-store\"",
|
|
228
|
+
"original": "| \"xx-small\"\r\n\t\t| \"x-small\"\r\n\t\t| \"small\"\r\n\t\t| \"medium\"\r\n\t\t| \"large\"\r\n\t\t| \"x-large\"\r\n\t\t| \"xx-large\"\r\n\t\t| \"xxx-large\"\r\n\t\t| \"xxxx-large\"\r\n\t\t| \"xxxx-large-allbp\"\r\n\t\t| \"xx-large-allbp\"\r\n\t\t| \"xxxx-large-desktop\"\r\n\t\t| \"xxxx-large-store\"",
|
|
229
229
|
"resolved": "\"large\" | \"medium\" | \"small\" | \"x-large\" | \"x-small\" | \"xx-large\" | \"xx-large-allbp\" | \"xx-small\" | \"xxx-large\" | \"xxxx-large\" | \"xxxx-large-allbp\" | \"xxxx-large-desktop\" | \"xxxx-large-store\"",
|
|
230
230
|
"references": {}
|
|
231
231
|
},
|
|
@@ -242,7 +242,7 @@ export class PtcSeoTitle {
|
|
|
242
242
|
"type": "string",
|
|
243
243
|
"mutable": false,
|
|
244
244
|
"complexType": {
|
|
245
|
-
"original": "| \"densest\"\n\t\t| \"denser\"\n\t\t| \"dense\"\n\t\t| \"normal\"\n\t\t| \"loose\"\n\t\t| \"looser\"\n\t\t| \"paragraph\"",
|
|
245
|
+
"original": "| \"densest\"\r\n\t\t| \"denser\"\r\n\t\t| \"dense\"\r\n\t\t| \"normal\"\r\n\t\t| \"loose\"\r\n\t\t| \"looser\"\r\n\t\t| \"paragraph\"",
|
|
246
246
|
"resolved": "\"dense\" | \"denser\" | \"densest\" | \"loose\" | \"looser\" | \"normal\" | \"paragraph\"",
|
|
247
247
|
"references": {}
|
|
248
248
|
},
|