@ptcwebops/ptcw-design 6.4.4-beta → 6.4.4
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 +2 -5
- package/dist/cjs/buying-option-card.cjs.entry.js +184 -0
- package/dist/cjs/buying-option-cards-slider.cjs.entry.js +182 -0
- package/dist/cjs/component-1b8ad4d2.js +1819 -0
- package/dist/cjs/{component-6a178a16.js → component-35540bfb.js} +1494 -3305
- package/dist/cjs/dynamic-box-bundle.cjs.entry.js +1 -3
- 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 +2 -4
- package/dist/cjs/icon-asset.cjs.entry.js +1 -1
- package/dist/cjs/innovator-toggle-container.cjs.entry.js +4 -40
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/most-popular-news.cjs.entry.js +1 -1
- package/dist/cjs/my-component.cjs.entry.js +1 -1
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +1 -1
- package/dist/cjs/ptc-announcement.cjs.entry.js +1 -2
- package/dist/cjs/ptc-back-to-top.cjs.entry.js +1 -1
- package/dist/cjs/ptc-background-video.cjs.entry.js +28 -92
- package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-button.cjs.entry.js +117 -0
- package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +1 -3
- package/dist/cjs/ptc-card_2.cjs.entry.js +4 -5
- 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 +2 -1
- 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_4.cjs.entry.js → ptc-form-checkbox_2.cjs.entry.js} +6 -724
- package/dist/cjs/ptc-form-radio-button.cjs.entry.js +13 -0
- 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 +7 -87
- package/dist/cjs/ptc-jumbotron.cjs.entry.js +5 -11
- package/dist/cjs/ptc-link.cjs.entry.js +1 -1
- package/dist/cjs/ptc-media-card.cjs.entry.js +6 -74
- package/dist/cjs/ptc-modal-quiz.cjs.entry.js +1 -4
- package/dist/cjs/ptc-multi-select_2.cjs.entry.js +730 -0
- package/dist/cjs/ptc-para.cjs.entry.js +139 -0
- package/dist/cjs/ptc-picture.cjs.entry.js +168 -0
- 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 +2 -11
- package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +11 -27
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +3 -3
- 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-spacer.cjs.entry.js +38 -0
- package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +1 -1
- package/dist/cjs/ptc-title.cjs.entry.js +161 -0
- 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 +9 -19
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/{utils-0ff09a53.js → utils-b63aef52.js} +0 -13
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/buying-option-card/buying-option-card.css +155 -0
- package/dist/collection/components/buying-option-card/buying-option-card.js +227 -0
- package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.css +1150 -0
- package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.js +177 -0
- package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +1 -3
- package/dist/collection/components/icon-asset/icon-asset.css +8 -0
- package/dist/collection/components/icon-asset/icon-asset.js +2 -2
- package/dist/collection/components/icon-asset/media/designer-v6.0.7.svg +2 -30
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +0 -24
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.js +3 -39
- package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.js +1 -4
- package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +4 -5
- package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.js +1 -3
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +1 -2
- package/dist/collection/components/ptc-back-to-top/ptc-back-to-top.css +1 -0
- package/dist/collection/components/ptc-background-video/ptc-background-video.css +0 -21
- package/dist/collection/components/ptc-background-video/ptc-background-video.js +43 -103
- package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +0 -24
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +1 -3
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +0 -24
- package/dist/collection/components/ptc-date/ptc-date.js +2 -2
- package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +0 -24
- package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +0 -24
- package/dist/collection/components/ptc-form-radio-button/ptc-form-radio-button.js +18 -2
- package/dist/collection/components/ptc-img/ptc-img.css +0 -76
- package/dist/collection/components/ptc-img/ptc-img.js +7 -132
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +4 -24
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +4 -28
- package/dist/collection/components/ptc-media-card/ptc-media-card.js +7 -78
- package/dist/collection/components/ptc-modal/ptc-modal.css +0 -4
- package/dist/collection/components/ptc-modal/ptc-modal.js +25 -25
- package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.js +1 -4
- package/dist/collection/components/ptc-para/ptc-para.css +0 -3
- package/dist/collection/components/ptc-para/ptc-para.js +2 -2
- package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +0 -24
- package/dist/collection/components/ptc-preloader/ptc-preloader.css +111 -147
- package/dist/collection/components/ptc-preloader/ptc-preloader.js +1 -1
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +0 -14
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +3 -4
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +0 -16
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +1 -28
- package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +10 -26
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +4 -0
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +1 -1
- package/dist/collection/components/ptc-product-card/ptc-product-card.css +0 -24
- package/dist/collection/components/ptc-product-category/ptc-product-category.css +0 -24
- package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +0 -24
- package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +0 -24
- package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +0 -24
- package/dist/collection/components/ptc-seo-title/ptc-seo-title.js +3 -3
- package/dist/collection/components/ptc-skeleton/ptc-skeleton.css +0 -6
- package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.css +0 -19
- package/dist/collection/components/ptc-textfield/ptc-textfield.js +5 -3
- package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +0 -24
- package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +0 -24
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +3 -27
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +8 -18
- package/dist/collection/stories/Announcement.stories.js +0 -7
- package/dist/collection/stories/BackgroundImage.stories.js +0 -7
- package/dist/collection/stories/Breadcrumb.stories.js +44 -37
- package/dist/collection/stories/CardWrapper.stories.js +0 -32
- package/dist/collection/stories/Countdown.stories.js +67 -6
- package/dist/collection/stories/Date.stories.js +26 -42
- package/dist/collection/stories/FormCheckbox.stories.js +3 -3
- package/dist/collection/stories/FormRadioButton.stories.js +3 -3
- package/dist/collection/stories/Icon.stories.js +6 -30
- package/dist/collection/stories/Jumbotron.stories.js +0 -36
- package/dist/collection/stories/Link.stories.js +3 -3
- package/dist/collection/stories/ListItem.stories.js +1 -7
- package/dist/collection/stories/MobileSelect.stories.js +1 -1
- package/dist/collection/stories/Select.stories.js +33 -21
- package/dist/collection/stories/Span.stories.js +4 -10
- package/dist/collection/stories/SvgButton.stories.js +1 -1
- package/dist/collection/stories/Textfield.stories.js +0 -14
- package/dist/collection/stories/organisms/ptc/Buying Options Cards Slider/preview.stories.js +187 -0
- package/dist/collection/utils/utils.js +0 -11
- package/dist/custom-elements/index.d.ts +12 -6
- package/dist/custom-elements/index.js +7888 -7937
- 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 +2 -5
- package/dist/esm/buying-option-card.entry.js +180 -0
- package/dist/esm/buying-option-cards-slider.entry.js +178 -0
- package/dist/esm/{component-80f298b4.js → component-8c53e377.js} +1482 -3281
- package/dist/esm/component-9beac35b.js +1802 -0
- package/dist/esm/dynamic-box-bundle.entry.js +1 -3
- 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 +2 -4
- package/dist/esm/icon-asset.entry.js +1 -1
- package/dist/esm/innovator-toggle-container.entry.js +4 -40
- package/dist/esm/{interfaces-7c0243be.js → interfaces-4caedd26.js} +1 -1
- package/dist/esm/loader.js +1 -1
- 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 +1 -2
- package/dist/esm/ptc-back-to-top.entry.js +1 -1
- package/dist/esm/ptc-background-video.entry.js +28 -92
- package/dist/esm/ptc-bio-card.entry.js +1 -1
- package/dist/esm/ptc-button.entry.js +113 -0
- package/dist/esm/ptc-card-bottom_2.entry.js +1 -3
- package/dist/esm/ptc-card_2.entry.js +4 -5
- 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 +2 -1
- 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_4.entry.js → ptc-form-checkbox_2.entry.js} +7 -723
- package/dist/esm/ptc-form-radio-button.entry.js +13 -0
- 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 +8 -88
- package/dist/esm/ptc-jumbotron.entry.js +5 -11
- package/dist/esm/ptc-link.entry.js +1 -1
- package/dist/esm/ptc-media-card.entry.js +6 -74
- package/dist/esm/ptc-modal-quiz.entry.js +1 -4
- package/dist/esm/ptc-multi-select_2.entry.js +725 -0
- package/dist/esm/ptc-para.entry.js +135 -0
- package/dist/esm/ptc-picture.entry.js +164 -0
- 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 +2 -11
- package/dist/esm/ptc-pricing-packaging-table.entry.js +11 -27
- package/dist/esm/ptc-pricing-tabs.entry.js +3 -3
- 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-spacer.entry.js +34 -0
- package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
- package/dist/esm/ptc-title.entry.js +157 -0
- 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 +9 -19
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/esm/{utils-a64ba942.js → utils-2f12c081.js} +1 -12
- package/dist/ptcw-design/media/designer-v6.0.7.svg +2 -30
- package/dist/ptcw-design/p-009fbf1f.entry.js +1 -0
- package/dist/ptcw-design/p-00e21489.entry.js +1 -0
- package/dist/ptcw-design/p-0a7cc9e4.entry.js +1 -0
- package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
- package/dist/ptcw-design/p-19a407ff.entry.js +68 -0
- package/dist/ptcw-design/p-1f15239e.entry.js +1 -0
- package/dist/ptcw-design/{p-db1dcce0.entry.js → p-23cb5b5b.entry.js} +1 -1
- package/dist/ptcw-design/p-24776ca2.entry.js +1 -0
- package/dist/ptcw-design/{p-0df868d2.entry.js → p-257267e3.entry.js} +1 -1
- package/dist/ptcw-design/{p-7235425a.entry.js → p-2a3c8a30.entry.js} +1 -1
- package/dist/ptcw-design/p-2bfd8371.entry.js +1 -0
- package/dist/ptcw-design/p-2e6e2a9d.entry.js +1 -0
- package/dist/ptcw-design/p-352e87c0.entry.js +1 -0
- package/dist/ptcw-design/{p-884c335c.entry.js → p-37f92bb4.entry.js} +1 -1
- package/dist/ptcw-design/p-3ed4a7ed.entry.js +1 -0
- package/dist/ptcw-design/p-4098e953.entry.js +1 -0
- package/dist/ptcw-design/{p-456c5cbb.entry.js → p-45b1f3fc.entry.js} +1 -1
- package/dist/ptcw-design/{p-312c41b8.entry.js → p-4b41fe4e.entry.js} +1 -1
- package/dist/ptcw-design/p-4fff8cc8.entry.js +1 -0
- package/dist/ptcw-design/{p-92ad78c5.entry.js → p-52e17d34.entry.js} +1 -1
- package/dist/ptcw-design/{p-e23bc4a1.entry.js → p-54f5a5be.entry.js} +1 -1
- package/dist/ptcw-design/p-56a73429.entry.js +1 -0
- package/dist/ptcw-design/{p-f57f32ee.entry.js → p-5dec76bd.entry.js} +1 -1
- package/dist/ptcw-design/p-605b13a2.entry.js +1 -0
- package/dist/ptcw-design/p-64026649.entry.js +1 -0
- package/dist/ptcw-design/{p-ee1183b2.js → p-711bcdad.js} +1 -1
- package/dist/ptcw-design/{p-8aca7181.entry.js → p-76dab076.entry.js} +1 -1
- package/dist/ptcw-design/p-7834cfee.entry.js +1 -0
- package/dist/ptcw-design/{p-5a8e7557.entry.js → p-78370e3d.entry.js} +1 -1
- package/dist/ptcw-design/p-80122e26.js +1 -0
- package/dist/ptcw-design/{p-e784a338.entry.js → p-81e5fa38.entry.js} +1 -1
- package/dist/ptcw-design/{p-c160bda4.entry.js → p-8c121480.entry.js} +1 -1
- package/dist/ptcw-design/p-8cea8943.entry.js +1 -0
- package/dist/ptcw-design/{p-5cf5b9f8.entry.js → p-901c31b3.entry.js} +1 -1
- package/dist/ptcw-design/p-9493dfa0.entry.js +1 -0
- package/dist/ptcw-design/p-96163196.entry.js +1 -0
- package/dist/ptcw-design/p-98426799.js +203 -0
- package/dist/ptcw-design/p-98844b50.js +134 -0
- package/dist/ptcw-design/{p-5877f093.entry.js → p-9b0df204.entry.js} +1 -1
- package/dist/ptcw-design/{p-01497d7a.entry.js → p-9dbcfcee.entry.js} +1 -1
- package/dist/ptcw-design/{p-f2675bb0.entry.js → p-9f01419b.entry.js} +1 -1
- package/dist/ptcw-design/{p-3a40c41f.entry.js → p-a3868e6a.entry.js} +1 -1
- package/dist/ptcw-design/{p-82f766d2.entry.js → p-a5fc048f.entry.js} +1 -1
- package/dist/ptcw-design/p-a8872ce3.entry.js +1 -0
- package/dist/ptcw-design/{p-bd9d995b.entry.js → p-abadbe5b.entry.js} +1 -1
- package/dist/ptcw-design/p-abca6130.entry.js +1 -0
- package/dist/ptcw-design/p-b44f4fb1.entry.js +1 -0
- package/dist/ptcw-design/p-bbbfd2e5.entry.js +1 -0
- package/dist/ptcw-design/{p-54b589a6.entry.js → p-c3022c48.entry.js} +1 -1
- package/dist/ptcw-design/p-c3551a36.entry.js +1 -0
- package/dist/ptcw-design/p-c6431ebc.entry.js +1 -0
- package/dist/ptcw-design/p-cad4b517.entry.js +1 -0
- package/dist/ptcw-design/{p-2f21b69b.entry.js → p-d0fb9bfb.entry.js} +1 -1
- package/dist/ptcw-design/p-d51438de.entry.js +1 -0
- package/dist/ptcw-design/p-d875f96d.entry.js +1 -0
- package/dist/ptcw-design/{p-d3ac3758.entry.js → p-db0fc94d.entry.js} +1 -1
- package/dist/ptcw-design/p-e4eb925f.entry.js +1 -0
- package/dist/ptcw-design/{p-81bcde85.entry.js → p-f7c47857.entry.js} +1 -1
- package/dist/ptcw-design/{p-1c52250d.entry.js → p-fe8392c4.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.css +3 -4
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/buying-option-card/buying-option-card.d.ts +44 -0
- package/dist/types/components/buying-option-cards-slider/buying-option-cards-slider.d.ts +11 -0
- package/dist/types/components/icon-asset/icon-asset.d.ts +1 -1
- package/dist/types/components/innovator-toggle-container/innovator-toggle-container.d.ts +0 -3
- package/dist/types/components/organism-bundles/blogs-search-section/blogs-search-section.d.ts +1 -1
- package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +47 -31
- package/dist/types/components/ptc-form-radio-button/ptc-form-radio-button.d.ts +2 -0
- package/dist/types/components/ptc-img/ptc-img.d.ts +1 -29
- package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +0 -4
- package/dist/types/components/ptc-media-card/ptc-media-card.d.ts +2 -8
- 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 +0 -2
- package/dist/types/components.d.ts +130 -139
- package/dist/types/utils/utils.d.ts +0 -2
- package/package.json +98 -98
- package/readme.md +19 -23
- package/dist/cjs/modal-form-example.cjs.entry.js +0 -109
- package/dist/cjs/ptc-button_5.cjs.entry.js +0 -597
- package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +0 -26
- package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +0 -114
- package/dist/collection/stories/Breadcrumb2.stories.js +0 -62
- package/dist/collection/stories/BrightcovVideo.stories.js +0 -21
- package/dist/collection/stories/Button.stories.js +0 -204
- package/dist/collection/stories/Checkbox.stories.js +0 -21
- package/dist/collection/stories/CheckboxGroup.stories.js +0 -27
- package/dist/collection/stories/CloseIcon.stories.js +0 -10
- package/dist/collection/stories/CollapseList.stories.js +0 -14
- package/dist/collection/stories/DataLookup.stories.js +0 -21
- package/dist/collection/stories/EllipsisDropdown.stories.js +0 -14
- package/dist/collection/stories/Hero.stories.js +0 -35
- package/dist/collection/stories/HeroFooterCTA.stories.js +0 -21
- package/dist/collection/stories/MinimizedFooter.stories.js +0 -18
- package/dist/collection/stories/MinimizedHeader.stories.js +0 -37
- package/dist/collection/stories/MultiSelect.stories.js +0 -10
- package/dist/collection/stories/Paragraph.stories.js +0 -104
- package/dist/collection/stories/ReadMore.stories.js +0 -100
- package/dist/collection/stories/ReadmoreV2.stories.js +0 -37
- package/dist/collection/stories/ScrollButton.stories.js +0 -14
- package/dist/collection/stories/SearchField.stories.js +0 -21
- package/dist/collection/stories/SocialShare.stories.js +0 -83
- package/dist/collection/stories/SvgBtn.stories.js +0 -36
- package/dist/collection/stories/TextCopyWithBackground.stories.js +0 -100
- package/dist/collection/stories/TheaterVideo.stories.js +0 -21
- package/dist/collection/stories/Title.stories.js +0 -127
- package/dist/collection/stories/Tooltip.stories.js +0 -112
- package/dist/collection/stories/VideoEmbed.stories.js +0 -10
- package/dist/collection/stories/backToTop.stories.js +0 -10
- package/dist/collection/stories/backgroundVideo.stories.js +0 -115
- package/dist/collection/stories/jumbotronSubMenu.stories.js +0 -14
- package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +0 -45
- package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +0 -47
- package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +0 -157
- package/dist/collection/stories/ptcLink2.stories.js +0 -142
- package/dist/esm/modal-form-example.entry.js +0 -105
- package/dist/esm/ptc-button_5.entry.js +0 -589
- package/dist/ptcw-design/p-043be054.entry.js +0 -1
- package/dist/ptcw-design/p-1519b36f.entry.js +0 -1
- package/dist/ptcw-design/p-1e3bf09c.entry.js +0 -1
- package/dist/ptcw-design/p-22cf00e7.js +0 -1
- package/dist/ptcw-design/p-2670ac97.entry.js +0 -1
- package/dist/ptcw-design/p-2b89cc16.entry.js +0 -1
- package/dist/ptcw-design/p-349f43d5.entry.js +0 -1
- package/dist/ptcw-design/p-390c0dee.entry.js +0 -1
- package/dist/ptcw-design/p-4c852c9c.entry.js +0 -1
- package/dist/ptcw-design/p-50308f02.entry.js +0 -1
- package/dist/ptcw-design/p-5c81c755.entry.js +0 -1
- package/dist/ptcw-design/p-672a349f.js +0 -336
- package/dist/ptcw-design/p-684ef1e5.entry.js +0 -1
- package/dist/ptcw-design/p-74097f89.entry.js +0 -1
- package/dist/ptcw-design/p-799afee5.entry.js +0 -1
- package/dist/ptcw-design/p-8fb48953.entry.js +0 -1
- package/dist/ptcw-design/p-938db2fd.entry.js +0 -68
- package/dist/ptcw-design/p-af831c13.entry.js +0 -1
- package/dist/ptcw-design/p-b684ca9d.entry.js +0 -1
- package/dist/ptcw-design/p-c09a8288.entry.js +0 -1
- package/dist/ptcw-design/p-c555a45c.entry.js +0 -1
- package/dist/ptcw-design/p-cb0e3ec2.entry.js +0 -1
- package/dist/ptcw-design/p-dc85c302.entry.js +0 -1
- package/dist/ptcw-design/p-de960790.entry.js +0 -1
- package/dist/ptcw-design/p-dec9c2a0.entry.js +0 -1
- package/dist/ptcw-design/p-e196f008.entry.js +0 -1
- package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
|
@@ -88,17 +88,14 @@ 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,
|
|
92
91
|
.vjs-social-share-links a),
|
|
93
92
|
.light-links a.light-link,
|
|
94
93
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
95
94
|
ptc-modal inline-form a,
|
|
96
|
-
.podcast-cta-section a,
|
|
97
95
|
.vjs-social-share-links a),
|
|
98
96
|
.background-grey-10 a.light-link,
|
|
99
97
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
100
98
|
ptc-modal inline-form a,
|
|
101
|
-
.podcast-cta-section a,
|
|
102
99
|
.vjs-social-share-links a),
|
|
103
100
|
.background-plm-grey a.light-link {
|
|
104
101
|
color: var(--color-blue-04);
|
|
@@ -107,47 +104,38 @@ ptc-modal inline-form a,
|
|
|
107
104
|
}
|
|
108
105
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
109
106
|
ptc-modal inline-form a,
|
|
110
|
-
.podcast-cta-section a,
|
|
111
107
|
.vjs-social-share-links a):visited,
|
|
112
108
|
.light-links a.light-link:visited,
|
|
113
109
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
114
110
|
ptc-modal inline-form a,
|
|
115
|
-
.podcast-cta-section a,
|
|
116
111
|
.vjs-social-share-links a):visited,
|
|
117
112
|
.background-grey-10 a.light-link:visited,
|
|
118
113
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
119
114
|
ptc-modal inline-form a,
|
|
120
|
-
.podcast-cta-section a,
|
|
121
115
|
.vjs-social-share-links a):visited,
|
|
122
116
|
.background-plm-grey a.light-link:visited {
|
|
123
117
|
color: var(--color-blue-06);
|
|
124
118
|
}
|
|
125
119
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
126
120
|
ptc-modal inline-form a,
|
|
127
|
-
.podcast-cta-section a,
|
|
128
121
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
129
122
|
ptc-modal inline-form a,
|
|
130
|
-
.podcast-cta-section a,
|
|
131
123
|
.vjs-social-share-links a):visited:active,
|
|
132
124
|
.light-links a.light-link:active,
|
|
133
125
|
.light-links a.light-link:visited:active,
|
|
134
126
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
135
127
|
ptc-modal inline-form a,
|
|
136
|
-
.podcast-cta-section a,
|
|
137
128
|
.vjs-social-share-links a):active,
|
|
138
129
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
139
130
|
ptc-modal inline-form a,
|
|
140
|
-
.podcast-cta-section a,
|
|
141
131
|
.vjs-social-share-links a):visited:active,
|
|
142
132
|
.background-grey-10 a.light-link:active,
|
|
143
133
|
.background-grey-10 a.light-link:visited:active,
|
|
144
134
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
145
135
|
ptc-modal inline-form a,
|
|
146
|
-
.podcast-cta-section a,
|
|
147
136
|
.vjs-social-share-links a):active,
|
|
148
137
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
149
138
|
ptc-modal inline-form a,
|
|
150
|
-
.podcast-cta-section a,
|
|
151
139
|
.vjs-social-share-links a):visited:active,
|
|
152
140
|
.background-plm-grey a.light-link:active,
|
|
153
141
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -156,30 +144,24 @@ ptc-modal inline-form a,
|
|
|
156
144
|
}
|
|
157
145
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
158
146
|
ptc-modal inline-form a,
|
|
159
|
-
.podcast-cta-section a,
|
|
160
147
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
161
148
|
ptc-modal inline-form a,
|
|
162
|
-
.podcast-cta-section a,
|
|
163
149
|
.vjs-social-share-links a):visited:hover,
|
|
164
150
|
.light-links a.light-link:hover,
|
|
165
151
|
.light-links a.light-link:visited:hover,
|
|
166
152
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
167
153
|
ptc-modal inline-form a,
|
|
168
|
-
.podcast-cta-section a,
|
|
169
154
|
.vjs-social-share-links a):hover,
|
|
170
155
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
171
156
|
ptc-modal inline-form a,
|
|
172
|
-
.podcast-cta-section a,
|
|
173
157
|
.vjs-social-share-links a):visited:hover,
|
|
174
158
|
.background-grey-10 a.light-link:hover,
|
|
175
159
|
.background-grey-10 a.light-link:visited:hover,
|
|
176
160
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
177
161
|
ptc-modal inline-form a,
|
|
178
|
-
.podcast-cta-section a,
|
|
179
162
|
.vjs-social-share-links a):hover,
|
|
180
163
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
181
164
|
ptc-modal inline-form a,
|
|
182
|
-
.podcast-cta-section a,
|
|
183
165
|
.vjs-social-share-links a):visited:hover,
|
|
184
166
|
.background-plm-grey a.light-link:hover,
|
|
185
167
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -187,17 +169,14 @@ ptc-modal inline-form a,
|
|
|
187
169
|
}
|
|
188
170
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
189
171
|
ptc-modal inline-form a,
|
|
190
|
-
.podcast-cta-section a,
|
|
191
172
|
.vjs-social-share-links a).disabled,
|
|
192
173
|
.light-links a.light-link.disabled,
|
|
193
174
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
194
175
|
ptc-modal inline-form a,
|
|
195
|
-
.podcast-cta-section a,
|
|
196
176
|
.vjs-social-share-links a).disabled,
|
|
197
177
|
.background-grey-10 a.light-link.disabled,
|
|
198
178
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
199
179
|
ptc-modal inline-form a,
|
|
200
|
-
.podcast-cta-section a,
|
|
201
180
|
.vjs-social-share-links a).disabled,
|
|
202
181
|
.background-plm-grey a.light-link.disabled {
|
|
203
182
|
color: var(--color-gray-04) !important;
|
|
@@ -205,17 +184,14 @@ ptc-modal inline-form a,
|
|
|
205
184
|
}
|
|
206
185
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
207
186
|
ptc-modal inline-form a,
|
|
208
|
-
.podcast-cta-section a,
|
|
209
187
|
.vjs-social-share-links a):focus-visible,
|
|
210
188
|
.light-links a.light-link:focus-visible,
|
|
211
189
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
212
190
|
ptc-modal inline-form a,
|
|
213
|
-
.podcast-cta-section a,
|
|
214
191
|
.vjs-social-share-links a):focus-visible,
|
|
215
192
|
.background-grey-10 a.light-link:focus-visible,
|
|
216
193
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
217
194
|
ptc-modal inline-form a,
|
|
218
|
-
.podcast-cta-section a,
|
|
219
195
|
.vjs-social-share-links a):focus-visible,
|
|
220
196
|
.background-plm-grey a.light-link:focus-visible {
|
|
221
197
|
border-radius: var(--ptc-border-radius-standard);
|
|
@@ -88,17 +88,14 @@ 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,
|
|
92
91
|
.vjs-social-share-links a),
|
|
93
92
|
.light-links a.light-link,
|
|
94
93
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
95
94
|
ptc-modal inline-form a,
|
|
96
|
-
.podcast-cta-section a,
|
|
97
95
|
.vjs-social-share-links a),
|
|
98
96
|
.background-grey-10 a.light-link,
|
|
99
97
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
100
98
|
ptc-modal inline-form a,
|
|
101
|
-
.podcast-cta-section a,
|
|
102
99
|
.vjs-social-share-links a),
|
|
103
100
|
.background-plm-grey a.light-link {
|
|
104
101
|
color: var(--color-blue-04);
|
|
@@ -107,47 +104,38 @@ ptc-modal inline-form a,
|
|
|
107
104
|
}
|
|
108
105
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
109
106
|
ptc-modal inline-form a,
|
|
110
|
-
.podcast-cta-section a,
|
|
111
107
|
.vjs-social-share-links a):visited,
|
|
112
108
|
.light-links a.light-link:visited,
|
|
113
109
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
114
110
|
ptc-modal inline-form a,
|
|
115
|
-
.podcast-cta-section a,
|
|
116
111
|
.vjs-social-share-links a):visited,
|
|
117
112
|
.background-grey-10 a.light-link:visited,
|
|
118
113
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
119
114
|
ptc-modal inline-form a,
|
|
120
|
-
.podcast-cta-section a,
|
|
121
115
|
.vjs-social-share-links a):visited,
|
|
122
116
|
.background-plm-grey a.light-link:visited {
|
|
123
117
|
color: var(--color-blue-06);
|
|
124
118
|
}
|
|
125
119
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
126
120
|
ptc-modal inline-form a,
|
|
127
|
-
.podcast-cta-section a,
|
|
128
121
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
129
122
|
ptc-modal inline-form a,
|
|
130
|
-
.podcast-cta-section a,
|
|
131
123
|
.vjs-social-share-links a):visited:active,
|
|
132
124
|
.light-links a.light-link:active,
|
|
133
125
|
.light-links a.light-link:visited:active,
|
|
134
126
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
135
127
|
ptc-modal inline-form a,
|
|
136
|
-
.podcast-cta-section a,
|
|
137
128
|
.vjs-social-share-links a):active,
|
|
138
129
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
139
130
|
ptc-modal inline-form a,
|
|
140
|
-
.podcast-cta-section a,
|
|
141
131
|
.vjs-social-share-links a):visited:active,
|
|
142
132
|
.background-grey-10 a.light-link:active,
|
|
143
133
|
.background-grey-10 a.light-link:visited:active,
|
|
144
134
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
145
135
|
ptc-modal inline-form a,
|
|
146
|
-
.podcast-cta-section a,
|
|
147
136
|
.vjs-social-share-links a):active,
|
|
148
137
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
149
138
|
ptc-modal inline-form a,
|
|
150
|
-
.podcast-cta-section a,
|
|
151
139
|
.vjs-social-share-links a):visited:active,
|
|
152
140
|
.background-plm-grey a.light-link:active,
|
|
153
141
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -156,30 +144,24 @@ ptc-modal inline-form a,
|
|
|
156
144
|
}
|
|
157
145
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
158
146
|
ptc-modal inline-form a,
|
|
159
|
-
.podcast-cta-section a,
|
|
160
147
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
161
148
|
ptc-modal inline-form a,
|
|
162
|
-
.podcast-cta-section a,
|
|
163
149
|
.vjs-social-share-links a):visited:hover,
|
|
164
150
|
.light-links a.light-link:hover,
|
|
165
151
|
.light-links a.light-link:visited:hover,
|
|
166
152
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
167
153
|
ptc-modal inline-form a,
|
|
168
|
-
.podcast-cta-section a,
|
|
169
154
|
.vjs-social-share-links a):hover,
|
|
170
155
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
171
156
|
ptc-modal inline-form a,
|
|
172
|
-
.podcast-cta-section a,
|
|
173
157
|
.vjs-social-share-links a):visited:hover,
|
|
174
158
|
.background-grey-10 a.light-link:hover,
|
|
175
159
|
.background-grey-10 a.light-link:visited:hover,
|
|
176
160
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
177
161
|
ptc-modal inline-form a,
|
|
178
|
-
.podcast-cta-section a,
|
|
179
162
|
.vjs-social-share-links a):hover,
|
|
180
163
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
181
164
|
ptc-modal inline-form a,
|
|
182
|
-
.podcast-cta-section a,
|
|
183
165
|
.vjs-social-share-links a):visited:hover,
|
|
184
166
|
.background-plm-grey a.light-link:hover,
|
|
185
167
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -187,17 +169,14 @@ ptc-modal inline-form a,
|
|
|
187
169
|
}
|
|
188
170
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
189
171
|
ptc-modal inline-form a,
|
|
190
|
-
.podcast-cta-section a,
|
|
191
172
|
.vjs-social-share-links a).disabled,
|
|
192
173
|
.light-links a.light-link.disabled,
|
|
193
174
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
194
175
|
ptc-modal inline-form a,
|
|
195
|
-
.podcast-cta-section a,
|
|
196
176
|
.vjs-social-share-links a).disabled,
|
|
197
177
|
.background-grey-10 a.light-link.disabled,
|
|
198
178
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
199
179
|
ptc-modal inline-form a,
|
|
200
|
-
.podcast-cta-section a,
|
|
201
180
|
.vjs-social-share-links a).disabled,
|
|
202
181
|
.background-plm-grey a.light-link.disabled {
|
|
203
182
|
color: var(--color-gray-04) !important;
|
|
@@ -205,17 +184,14 @@ ptc-modal inline-form a,
|
|
|
205
184
|
}
|
|
206
185
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
207
186
|
ptc-modal inline-form a,
|
|
208
|
-
.podcast-cta-section a,
|
|
209
187
|
.vjs-social-share-links a):focus-visible,
|
|
210
188
|
.light-links a.light-link:focus-visible,
|
|
211
189
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
212
190
|
ptc-modal inline-form a,
|
|
213
|
-
.podcast-cta-section a,
|
|
214
191
|
.vjs-social-share-links a):focus-visible,
|
|
215
192
|
.background-grey-10 a.light-link:focus-visible,
|
|
216
193
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
217
194
|
ptc-modal inline-form a,
|
|
218
|
-
.podcast-cta-section a,
|
|
219
195
|
.vjs-social-share-links a):focus-visible,
|
|
220
196
|
.background-plm-grey a.light-link:focus-visible {
|
|
221
197
|
border-radius: var(--ptc-border-radius-standard);
|
|
@@ -5665,17 +5665,14 @@ a:focus-visible {
|
|
|
5665
5665
|
|
|
5666
5666
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5667
5667
|
ptc-modal inline-form a,
|
|
5668
|
-
.podcast-cta-section a,
|
|
5669
5668
|
.vjs-social-share-links a),
|
|
5670
5669
|
.light-links a.light-link,
|
|
5671
5670
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5672
5671
|
ptc-modal inline-form a,
|
|
5673
|
-
.podcast-cta-section a,
|
|
5674
5672
|
.vjs-social-share-links a),
|
|
5675
5673
|
.background-grey-10 a.light-link,
|
|
5676
5674
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5677
5675
|
ptc-modal inline-form a,
|
|
5678
|
-
.podcast-cta-section a,
|
|
5679
5676
|
.vjs-social-share-links a),
|
|
5680
5677
|
.background-plm-grey a.light-link {
|
|
5681
5678
|
color: var(--color-blue-04);
|
|
@@ -5684,47 +5681,38 @@ ptc-modal inline-form a,
|
|
|
5684
5681
|
}
|
|
5685
5682
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5686
5683
|
ptc-modal inline-form a,
|
|
5687
|
-
.podcast-cta-section a,
|
|
5688
5684
|
.vjs-social-share-links a):visited,
|
|
5689
5685
|
.light-links a.light-link:visited,
|
|
5690
5686
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5691
5687
|
ptc-modal inline-form a,
|
|
5692
|
-
.podcast-cta-section a,
|
|
5693
5688
|
.vjs-social-share-links a):visited,
|
|
5694
5689
|
.background-grey-10 a.light-link:visited,
|
|
5695
5690
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5696
5691
|
ptc-modal inline-form a,
|
|
5697
|
-
.podcast-cta-section a,
|
|
5698
5692
|
.vjs-social-share-links a):visited,
|
|
5699
5693
|
.background-plm-grey a.light-link:visited {
|
|
5700
5694
|
color: var(--color-blue-06);
|
|
5701
5695
|
}
|
|
5702
5696
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5703
5697
|
ptc-modal inline-form a,
|
|
5704
|
-
.podcast-cta-section a,
|
|
5705
5698
|
.vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
|
|
5706
5699
|
ptc-modal inline-form a,
|
|
5707
|
-
.podcast-cta-section a,
|
|
5708
5700
|
.vjs-social-share-links a):visited:active,
|
|
5709
5701
|
.light-links a.light-link:active,
|
|
5710
5702
|
.light-links a.light-link:visited:active,
|
|
5711
5703
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5712
5704
|
ptc-modal inline-form a,
|
|
5713
|
-
.podcast-cta-section a,
|
|
5714
5705
|
.vjs-social-share-links a):active,
|
|
5715
5706
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5716
5707
|
ptc-modal inline-form a,
|
|
5717
|
-
.podcast-cta-section a,
|
|
5718
5708
|
.vjs-social-share-links a):visited:active,
|
|
5719
5709
|
.background-grey-10 a.light-link:active,
|
|
5720
5710
|
.background-grey-10 a.light-link:visited:active,
|
|
5721
5711
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5722
5712
|
ptc-modal inline-form a,
|
|
5723
|
-
.podcast-cta-section a,
|
|
5724
5713
|
.vjs-social-share-links a):active,
|
|
5725
5714
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5726
5715
|
ptc-modal inline-form a,
|
|
5727
|
-
.podcast-cta-section a,
|
|
5728
5716
|
.vjs-social-share-links a):visited:active,
|
|
5729
5717
|
.background-plm-grey a.light-link:active,
|
|
5730
5718
|
.background-plm-grey a.light-link:visited:active {
|
|
@@ -5733,30 +5721,24 @@ ptc-modal inline-form a,
|
|
|
5733
5721
|
}
|
|
5734
5722
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5735
5723
|
ptc-modal inline-form a,
|
|
5736
|
-
.podcast-cta-section a,
|
|
5737
5724
|
.vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
|
|
5738
5725
|
ptc-modal inline-form a,
|
|
5739
|
-
.podcast-cta-section a,
|
|
5740
5726
|
.vjs-social-share-links a):visited:hover,
|
|
5741
5727
|
.light-links a.light-link:hover,
|
|
5742
5728
|
.light-links a.light-link:visited:hover,
|
|
5743
5729
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5744
5730
|
ptc-modal inline-form a,
|
|
5745
|
-
.podcast-cta-section a,
|
|
5746
5731
|
.vjs-social-share-links a):hover,
|
|
5747
5732
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5748
5733
|
ptc-modal inline-form a,
|
|
5749
|
-
.podcast-cta-section a,
|
|
5750
5734
|
.vjs-social-share-links a):visited:hover,
|
|
5751
5735
|
.background-grey-10 a.light-link:hover,
|
|
5752
5736
|
.background-grey-10 a.light-link:visited:hover,
|
|
5753
5737
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5754
5738
|
ptc-modal inline-form a,
|
|
5755
|
-
.podcast-cta-section a,
|
|
5756
5739
|
.vjs-social-share-links a):hover,
|
|
5757
5740
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5758
5741
|
ptc-modal inline-form a,
|
|
5759
|
-
.podcast-cta-section a,
|
|
5760
5742
|
.vjs-social-share-links a):visited:hover,
|
|
5761
5743
|
.background-plm-grey a.light-link:hover,
|
|
5762
5744
|
.background-plm-grey a.light-link:visited:hover {
|
|
@@ -5764,17 +5746,14 @@ ptc-modal inline-form a,
|
|
|
5764
5746
|
}
|
|
5765
5747
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5766
5748
|
ptc-modal inline-form a,
|
|
5767
|
-
.podcast-cta-section a,
|
|
5768
5749
|
.vjs-social-share-links a).disabled,
|
|
5769
5750
|
.light-links a.light-link.disabled,
|
|
5770
5751
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5771
5752
|
ptc-modal inline-form a,
|
|
5772
|
-
.podcast-cta-section a,
|
|
5773
5753
|
.vjs-social-share-links a).disabled,
|
|
5774
5754
|
.background-grey-10 a.light-link.disabled,
|
|
5775
5755
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5776
5756
|
ptc-modal inline-form a,
|
|
5777
|
-
.podcast-cta-section a,
|
|
5778
5757
|
.vjs-social-share-links a).disabled,
|
|
5779
5758
|
.background-plm-grey a.light-link.disabled {
|
|
5780
5759
|
color: var(--color-gray-04) !important;
|
|
@@ -5782,17 +5761,14 @@ ptc-modal inline-form a,
|
|
|
5782
5761
|
}
|
|
5783
5762
|
.light-links a:not(.hero-footer-form-wrapper a,
|
|
5784
5763
|
ptc-modal inline-form a,
|
|
5785
|
-
.podcast-cta-section a,
|
|
5786
5764
|
.vjs-social-share-links a):focus-visible,
|
|
5787
5765
|
.light-links a.light-link:focus-visible,
|
|
5788
5766
|
.background-grey-10 a:not(.hero-footer-form-wrapper a,
|
|
5789
5767
|
ptc-modal inline-form a,
|
|
5790
|
-
.podcast-cta-section a,
|
|
5791
5768
|
.vjs-social-share-links a):focus-visible,
|
|
5792
5769
|
.background-grey-10 a.light-link:focus-visible,
|
|
5793
5770
|
.background-plm-grey a:not(.hero-footer-form-wrapper a,
|
|
5794
5771
|
ptc-modal inline-form a,
|
|
5795
|
-
.podcast-cta-section a,
|
|
5796
5772
|
.vjs-social-share-links a):focus-visible,
|
|
5797
5773
|
.background-plm-grey a.light-link:focus-visible {
|
|
5798
5774
|
border-radius: var(--ptc-border-radius-standard);
|
|
@@ -5870,9 +5846,9 @@ ptc-modal inline-form a,
|
|
|
5870
5846
|
/* Fonts */
|
|
5871
5847
|
--ptc-font-latin: "Raleway", sans-serif;
|
|
5872
5848
|
--ptc-font-secondary-latin: "Rajdhani", sans-serif;
|
|
5873
|
-
--ptc-font-sans:
|
|
5874
|
-
|
|
5875
|
-
"Segoe UI Symbol";
|
|
5849
|
+
--ptc-font-sans:
|
|
5850
|
+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
|
|
5851
|
+
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
5876
5852
|
/* Font sizes */
|
|
5877
5853
|
--ptc-font-size-xxx-small: 0.75rem;
|
|
5878
5854
|
/* 12px */
|
|
@@ -85,24 +85,14 @@ export class PtcWhitePaper {
|
|
|
85
85
|
}
|
|
86
86
|
renderContent(item, index) {
|
|
87
87
|
const components = Object.values(item);
|
|
88
|
-
return (h("div", { class: "content-wrapper", key: index }, components.map((comp, i) => {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
: "no-upperline", "title-height": "densest", "title-margin": "margin-flush" }, h("slot", { name: `heading-page${this.currentPage}-comp${i + 1}` }), h("ptc-spacer", { size: "large" }))) : (h("ptc-title", { type: "h2", upperline: comp.isStyledHeading
|
|
97
|
-
? "dotted"
|
|
98
|
-
: "no-upperline", "title-height": "densest", "title-margin": "margin-flush" }, h("slot", { name: `heading-page${this.currentPage}-comp${i + 1}` }), h("ptc-spacer", { size: "large" })))) : (""), subHeading &&
|
|
99
|
-
subHeading.innerText &&
|
|
100
|
-
((_b = subHeading.innerText) === null || _b === void 0 ? void 0 : _b.trim()) !== "" ? (h("div", { class: "sub-heading rich-content-text-editor" }, h("slot", { name: `subheading-page${this.currentPage}-comp${i + 1}` }))) : (""), comp.componentType ===
|
|
101
|
-
"two-column-with-text-media" &&
|
|
102
|
-
this.renderTwoColumnText(comp, i), comp.componentType === "fullspan-media" &&
|
|
103
|
-
this.renderfullspanMedia(comp, i), comp.componentType === "fullspan-text" &&
|
|
104
|
-
this.renderFullspanText(comp, i)));
|
|
105
|
-
})));
|
|
88
|
+
return (h("div", { class: "content-wrapper", key: index }, components.map((comp, i) => (h("div", { key: i }, comp.heading && comp.heading.trim() !== "" ? (this.currentPage == 1 ? (h("ptc-title", { type: "h1", upperline: comp.isStyledHeading
|
|
89
|
+
? "dotted"
|
|
90
|
+
: "no-upperline", "title-height": "densest", "title-margin": "margin-flush" }, comp.heading, h("ptc-spacer", { size: "large" }))) : (h("ptc-title", { type: "h2", upperline: comp.isStyledHeading
|
|
91
|
+
? "dotted"
|
|
92
|
+
: "no-upperline", "title-height": "densest", "title-margin": "margin-flush" }, comp.heading, h("ptc-spacer", { size: "large" })))) : (""), comp.subHeading && comp.subHeading.trim() !== "" ? (h("div", { class: "sub-heading rich-content-text-editor", innerHTML: comp.subHeading })) : (""), comp.componentType === "two-column-with-text-media" &&
|
|
93
|
+
this.renderTwoColumnText(comp, i), comp.componentType === "fullspan-media" &&
|
|
94
|
+
this.renderfullspanMedia(comp, i), comp.componentType === "fullspan-text" &&
|
|
95
|
+
this.renderFullspanText(comp, i))))));
|
|
106
96
|
}
|
|
107
97
|
renderTwoColumnText(_, index) {
|
|
108
98
|
const pageNumber = this.currentPage;
|
|
@@ -39,11 +39,6 @@ export default {
|
|
|
39
39
|
description: 'Mutable Visibility',
|
|
40
40
|
defaultValue: { summary: false }
|
|
41
41
|
},
|
|
42
|
-
insideContainer: {
|
|
43
|
-
description: ' Temp Container We plan to remove container in the future',
|
|
44
|
-
defaultValue: { summary: '' },
|
|
45
|
-
control: 'boolean'
|
|
46
|
-
},
|
|
47
42
|
customMaxLines: {
|
|
48
43
|
description: ' Custom max line numbers',
|
|
49
44
|
defaultValue: { summary: '4' }
|
|
@@ -69,7 +64,6 @@ const Template = args => { return html `<ptc-announcement
|
|
|
69
64
|
link-url=${args.linkUrl}
|
|
70
65
|
target=${args.target}
|
|
71
66
|
visible=${args.visible}
|
|
72
|
-
insideContainer=${args.insideContainer}
|
|
73
67
|
customMaxLines=${args.customMaxLines}
|
|
74
68
|
moreText=${args.moreText}
|
|
75
69
|
>
|
|
@@ -86,7 +80,6 @@ Example.args = {
|
|
|
86
80
|
linkUrl: 'http://www.ptc.com',
|
|
87
81
|
target: '_blank',
|
|
88
82
|
visible: true,
|
|
89
|
-
insideContainer: '',
|
|
90
83
|
customMaxLines: '4',
|
|
91
84
|
moreText: '',
|
|
92
85
|
seoContent: 'Lorem for seo-content'
|
|
@@ -33,11 +33,6 @@ export default {
|
|
|
33
33
|
defaultValue: { summary: 'lazy-bg' },
|
|
34
34
|
options: [ 'eager-bg', 'lazy-bg' ]
|
|
35
35
|
},
|
|
36
|
-
styles: {
|
|
37
|
-
control: 'text',
|
|
38
|
-
description: '(optional) Injected CSS styles',
|
|
39
|
-
defaultValue: { summary: 'undefined' }
|
|
40
|
-
}
|
|
41
36
|
}
|
|
42
37
|
};
|
|
43
38
|
|
|
@@ -46,7 +41,6 @@ const Template = args => { return html `<ptc-img
|
|
|
46
41
|
image-type=${args.imageType}
|
|
47
42
|
img-url=${args.imgUrl}
|
|
48
43
|
load-mode=${args.loadMode}
|
|
49
|
-
styles=${args.styles}
|
|
50
44
|
></ptc-img>`;}
|
|
51
45
|
|
|
52
46
|
export const Example = Template.bind({});
|
|
@@ -56,5 +50,4 @@ Example.args = {
|
|
|
56
50
|
imageType: 'smart-img',
|
|
57
51
|
imgUrl: 'https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3c9d7c7c7ca74dd483c4d7ca554ecc38?v=ece57c52',
|
|
58
52
|
loadMode: 'lazy-bg',
|
|
59
|
-
styles: 'undefined'
|
|
60
53
|
}
|
|
@@ -4,54 +4,61 @@ export default {
|
|
|
4
4
|
title: 'Molecules/ptc-breadcrumb',
|
|
5
5
|
tags: [ 'autodocs' ],
|
|
6
6
|
argTypes: {
|
|
7
|
-
// color: {
|
|
8
|
-
// control: 'select',
|
|
9
|
-
// options: ['black', 'white', 'ptc-green', 'gray', 'light-gray', 'primary-gray', 'default', 'inherit'],
|
|
10
|
-
// description: 'Theme Color',
|
|
11
|
-
// defaultValue: { summary: 'white' }
|
|
12
|
-
// },
|
|
13
7
|
position: {
|
|
8
|
+
description: 'Breadcrumb position',
|
|
9
|
+
defaultValue: { summary: '' },
|
|
14
10
|
control: 'select',
|
|
15
|
-
options: ['left', 'center', 'right']
|
|
16
|
-
description: 'breadcrumb position',
|
|
17
|
-
defaultValue: { summary: 'undefined' }
|
|
11
|
+
options: [ 'left', 'center', 'right' ]
|
|
18
12
|
},
|
|
19
13
|
removeTopMargin: {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
14
|
+
description: 'Remove topMargin',
|
|
15
|
+
defaultValue: { summary: 'false' },
|
|
16
|
+
control: 'boolean'
|
|
23
17
|
},
|
|
24
18
|
color: {
|
|
25
|
-
|
|
26
|
-
description: 'Color',
|
|
19
|
+
description: "Home icon's color",
|
|
27
20
|
defaultValue: { summary: 'white' },
|
|
28
|
-
|
|
21
|
+
control: 'select',
|
|
22
|
+
options: [
|
|
23
|
+
'black',
|
|
24
|
+
'white',
|
|
25
|
+
'ptc-green',
|
|
26
|
+
'gray',
|
|
27
|
+
'light-gray',
|
|
28
|
+
'primary-gray',
|
|
29
|
+
'default',
|
|
30
|
+
'inherit'
|
|
31
|
+
]
|
|
29
32
|
},
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
isDarkMode: {
|
|
34
|
+
description: ' Dark Mode for Tab Index',
|
|
35
|
+
defaultValue: { summary: 'false' },
|
|
36
|
+
control: 'boolean'
|
|
37
|
+
},
|
|
38
|
+
styles: {
|
|
39
|
+
description: ' (optional) Injected CSS styles ',
|
|
40
|
+
defaultValue: { summary: '' },
|
|
41
|
+
control: 'text'
|
|
42
|
+
}
|
|
35
43
|
}
|
|
36
44
|
};
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
const Template = (args) => {
|
|
46
|
+
return html`<ptc-breadcrumb
|
|
47
|
+
position=${args.position}
|
|
48
|
+
removeTopMargin=${args.removeTopMargin}
|
|
49
|
+
color=${args.color}
|
|
50
|
+
isDarkMode=${args.isDarkMode}
|
|
51
|
+
styles=${args.styles}
|
|
52
|
+
>
|
|
53
|
+
<list-item list-type="breadcrumb" link-href="https://www.ptc.com/contact-us">PLM Video Hub</list-item>
|
|
46
54
|
<list-item list-type="breadcrumb">Current Page</list-item>
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
55
|
+
</ptc-breadcrumb>`;
|
|
56
|
+
};
|
|
50
57
|
export const Example = Template.bind({});
|
|
51
|
-
|
|
52
58
|
Example.args = {
|
|
53
|
-
|
|
54
|
-
position: 'undefined',
|
|
59
|
+
position: '',
|
|
55
60
|
removeTopMargin: 'false',
|
|
56
|
-
|
|
57
|
-
|
|
61
|
+
color: 'black',
|
|
62
|
+
isDarkMode: 'false',
|
|
63
|
+
styles: ''
|
|
64
|
+
};
|