@ptcwebops/ptcw-design 6.4.3-beta → 6.4.3
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 +140 -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 +1 -1
- 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 +3 -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 +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 +1 -1
- 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 +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-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 +124 -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 +1148 -0
- package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.js +135 -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/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 +0 -24
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +4 -28
- 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.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.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-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 +264 -0
- package/dist/collection/utils/utils.js +0 -11
- package/dist/custom-elements/index.d.ts +12 -6
- package/dist/custom-elements/index.js +7832 -7820
- 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 +136 -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 +1 -1
- 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 +3 -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 +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 +1 -1
- 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 +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-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-f0d200c9.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-214d9da6.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-ba18dd47.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-38e5e590.entry.js +1 -0
- package/dist/ptcw-design/p-3ed4a7ed.entry.js +1 -0
- package/dist/ptcw-design/{p-46af64c4.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-040bf1bb.entry.js → p-52e17d34.entry.js} +1 -1
- package/dist/ptcw-design/{p-dc677485.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-7a4ceaad.entry.js → p-76dab076.entry.js} +1 -1
- 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-81e5fa38.entry.js +1 -0
- package/dist/ptcw-design/{p-1616b11e.entry.js → p-8c121480.entry.js} +1 -1
- package/dist/ptcw-design/{p-7f9668d9.entry.js → p-8cea8943.entry.js} +1 -1
- package/dist/ptcw-design/{p-93da022d.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-9681188f.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-79bbedee.entry.js → p-9dbcfcee.entry.js} +1 -1
- package/dist/ptcw-design/{p-46b7fdf1.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-98434ba1.entry.js → p-a5fc048f.entry.js} +1 -1
- package/dist/ptcw-design/p-a7ac0ecb.entry.js +1 -0
- package/dist/ptcw-design/p-a8872ce3.entry.js +1 -0
- package/dist/ptcw-design/{p-ffa2849b.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-89275cb9.entry.js → p-c3022c48.entry.js} +1 -1
- 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-5ca0b5b6.entry.js → p-d0fb9bfb.entry.js} +1 -1
- package/dist/ptcw-design/p-d51438de.entry.js +1 -0
- package/dist/ptcw-design/{p-82ef17f5.entry.js → p-d875f96d.entry.js} +1 -1
- 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-fa4a494e.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 +10 -0
- package/dist/types/components/icon-asset/icon-asset.d.ts +1 -1
- 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-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 +1 -1
- package/readme.md +1 -5
- 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-051f2611.entry.js +0 -1
- package/dist/ptcw-design/p-06e14543.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-21db0a85.entry.js +0 -1
- package/dist/ptcw-design/p-2670ac97.entry.js +0 -1
- package/dist/ptcw-design/p-2e8bc448.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-3b5cae50.js +0 -1
- package/dist/ptcw-design/p-50308f02.entry.js +0 -1
- package/dist/ptcw-design/p-508d7501.entry.js +0 -68
- 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-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-cb0e3ec2.entry.js +0 -1
- package/dist/ptcw-design/p-db83b720.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/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
display: {
|
|
9
9
|
control: { type: 'select' },
|
|
10
10
|
options: ["block", "flex", "inline", "inline-block"],
|
|
11
|
-
description: 'Display',
|
|
11
|
+
description: 'Display, please open the editor to see the difference',
|
|
12
12
|
defaultValue: { summary: "block" },
|
|
13
13
|
},
|
|
14
14
|
svgName: {
|
|
@@ -14,11 +14,6 @@ export default {
|
|
|
14
14
|
description: 'Alert text content - below alert text (grey)',
|
|
15
15
|
defaultValue: { summary: '' }
|
|
16
16
|
},
|
|
17
|
-
disabled: {
|
|
18
|
-
control: 'boolean',
|
|
19
|
-
description: 'Disable the field?',
|
|
20
|
-
defaultValue: { summary: 'false' }
|
|
21
|
-
},
|
|
22
17
|
fieldId: {
|
|
23
18
|
control: 'text',
|
|
24
19
|
description: 'ID',
|
|
@@ -71,11 +66,6 @@ export default {
|
|
|
71
66
|
description: 'Is this a mandatory field?',
|
|
72
67
|
defaultValue: { summary: 'true' }
|
|
73
68
|
},
|
|
74
|
-
styles: {
|
|
75
|
-
control: 'text',
|
|
76
|
-
description: 'Inject styles for customization',
|
|
77
|
-
defaultValue: { summary: '' }
|
|
78
|
-
},
|
|
79
69
|
type: {
|
|
80
70
|
control: 'text',
|
|
81
71
|
description: 'text, button, email, file and etc. This value triggers different validation',
|
|
@@ -87,7 +77,6 @@ export default {
|
|
|
87
77
|
const Template = args => { return html `<ptc-textfield
|
|
88
78
|
alert-text=${args.alertText}
|
|
89
79
|
alert-text-content=${args.alertTextContent}
|
|
90
|
-
disabled=${args.disabled}
|
|
91
80
|
field-id=${args.fieldId}
|
|
92
81
|
field-name=${args.fieldName}
|
|
93
82
|
helpertext=${args.helpertext}
|
|
@@ -99,7 +88,6 @@ const Template = args => { return html `<ptc-textfield
|
|
|
99
88
|
ptc-data-target-eloqua-name=${args.ptcDataTargetEloquaName}
|
|
100
89
|
ptc-max-length=${args.ptcMaxLength}
|
|
101
90
|
required=${args.required}
|
|
102
|
-
styles=${args.styles}
|
|
103
91
|
type=${args.type}
|
|
104
92
|
></ptc-textfield>`;}
|
|
105
93
|
|
|
@@ -108,7 +96,6 @@ export const Example = Template.bind({});
|
|
|
108
96
|
Example.args = {
|
|
109
97
|
alertText: 'Alert text',
|
|
110
98
|
alertTextContent: 'Alert text content',
|
|
111
|
-
disabled: 'false',
|
|
112
99
|
fieldId: 'ID',
|
|
113
100
|
fieldName: 'company field',
|
|
114
101
|
helpertext: 'Helper text',
|
|
@@ -120,6 +107,5 @@ Example.args = {
|
|
|
120
107
|
ptcDataTargetEloquaName: '',
|
|
121
108
|
ptcMaxLength: '',
|
|
122
109
|
required: 'true',
|
|
123
|
-
styles: '',
|
|
124
110
|
type: 'text'
|
|
125
111
|
}
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
import { html } from 'lit';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
title: 'Organisms/ptc/Buying Options Cards Slider'
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
const BuyingOptionsCardsSliderPage = args => {
|
|
8
|
+
return html`
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<section class="ptc-section">
|
|
12
|
+
<div class="ptc-container">
|
|
13
|
+
<max-width-container class="u-textAlign-ctr" breakpoint="768" content-align="center" max-width="768">
|
|
14
|
+
<ptc-title type="h2" seo-compatibility-mode title-color="gray" upperline="no-upperline" title-margin="margin-bottom-4 margin-flush">
|
|
15
|
+
<h2>Creo buying options</h2>
|
|
16
|
+
</ptc-title>
|
|
17
|
+
<p>
|
|
18
|
+
From enterprise licensing and solutions to single licensing for small teams and hobbyists, we make it easy
|
|
19
|
+
to activate Creo: the professional's choice for 3D CAD. Get started below.
|
|
20
|
+
</p>
|
|
21
|
+
<ptc-button color="ptc-quaternary" tracker-id="creo-demo" seo-compatibility-mode>
|
|
22
|
+
Lloreum epsum
|
|
23
|
+
</ptc-button>
|
|
24
|
+
</max-width-container>
|
|
25
|
+
</div>
|
|
26
|
+
<buying-option-cards-slider>
|
|
27
|
+
<div class="swiper-slide">
|
|
28
|
+
<buying-option-card background-image="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/38fe812f6a7a4191acc623e82a156c5c?v=c662fa62">
|
|
29
|
+
<ptc-picture
|
|
30
|
+
alt="Instance Access"
|
|
31
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/b67a8c51c3ba4fc7ab4eab2ccf19fc15?v=bff94f17"
|
|
32
|
+
width="48"
|
|
33
|
+
height="48"
|
|
34
|
+
image-alignment="center"
|
|
35
|
+
display-image="inline-block"
|
|
36
|
+
slot="icon"
|
|
37
|
+
></ptc-picture>
|
|
38
|
+
<ptc-title
|
|
39
|
+
slot="title"
|
|
40
|
+
type="h3"
|
|
41
|
+
title-color="white"
|
|
42
|
+
text-align="center"
|
|
43
|
+
upperline="no-upperline"
|
|
44
|
+
title-margin="margin-flush margin-bottom-2"
|
|
45
|
+
>
|
|
46
|
+
Instant Access
|
|
47
|
+
</ptc-title>
|
|
48
|
+
<div slot="subtitle">
|
|
49
|
+
<p>
|
|
50
|
+
For smaller teams looking for immediate benefits – Creo: the professionals choice for 3D CAD.
|
|
51
|
+
</p>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
<div>
|
|
55
|
+
<span class="card-details-header">
|
|
56
|
+
Up to 5 Licenses
|
|
57
|
+
</span>
|
|
58
|
+
<ptc-icon-list list-type="icon-top-align-list">
|
|
59
|
+
<icon-asset
|
|
60
|
+
slot="icon"
|
|
61
|
+
type="ptc"
|
|
62
|
+
size="x-small"
|
|
63
|
+
name="checkmark"
|
|
64
|
+
color="ptc-green"
|
|
65
|
+
injected-style="svg{ pointer-events: none}"
|
|
66
|
+
></icon-asset>
|
|
67
|
+
<p>Advanced 3D design capabilities</p>
|
|
68
|
+
</ptc-icon-list>
|
|
69
|
+
<ptc-icon-list list-type="icon-top-align-list">
|
|
70
|
+
<icon-asset
|
|
71
|
+
slot="icon"
|
|
72
|
+
type="ptc"
|
|
73
|
+
size="x-small"
|
|
74
|
+
name="checkmark"
|
|
75
|
+
color="ptc-green"
|
|
76
|
+
injected-style="svg{ pointer-events: none}"
|
|
77
|
+
></icon-asset>
|
|
78
|
+
<p>Tailored product suites</p>
|
|
79
|
+
</ptc-icon-list>
|
|
80
|
+
<ptc-icon-list list-type="icon-top-align-list">
|
|
81
|
+
<icon-asset
|
|
82
|
+
slot="icon"
|
|
83
|
+
type="ptc"
|
|
84
|
+
size="x-small"
|
|
85
|
+
name="checkmark"
|
|
86
|
+
color="ptc-green"
|
|
87
|
+
injected-style="svg{ pointer-events: none}"
|
|
88
|
+
></icon-asset>
|
|
89
|
+
<p>Integrated simulation features</p>
|
|
90
|
+
</ptc-icon-list>
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
<ptc-button
|
|
94
|
+
color="ptc-quaternary"
|
|
95
|
+
tracker-id="instant-access-buy-now"
|
|
96
|
+
cta-width="full-width"
|
|
97
|
+
styles="button{ width: 100%; }"
|
|
98
|
+
seo-compatibility-mode
|
|
99
|
+
>
|
|
100
|
+
Buy Now
|
|
101
|
+
</ptc-button>
|
|
102
|
+
</buying-option-card>
|
|
103
|
+
</div>
|
|
104
|
+
<div class="swiper-slide">
|
|
105
|
+
<buying-option-card background-image="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/38fe812f6a7a4191acc623e82a156c5c?v=c662fa62">
|
|
106
|
+
<ptc-picture
|
|
107
|
+
alt=""
|
|
108
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/fb7716c401034494ac13d5b1c7d2b5de?v=fa08af5e"
|
|
109
|
+
width="48"
|
|
110
|
+
height="48"
|
|
111
|
+
image-alignment="center"
|
|
112
|
+
display-image="inline-block"
|
|
113
|
+
slot="icon"
|
|
114
|
+
></ptc-picture>
|
|
115
|
+
<ptc-title
|
|
116
|
+
slot="title"
|
|
117
|
+
type="h3"
|
|
118
|
+
title-color="white"
|
|
119
|
+
text-align="center"
|
|
120
|
+
upperline="no-upperline"
|
|
121
|
+
title-margin="margin-flush margin-bottom-2"
|
|
122
|
+
>
|
|
123
|
+
Chat & Buy
|
|
124
|
+
</ptc-title>
|
|
125
|
+
<div slot="subtitle">
|
|
126
|
+
<p>
|
|
127
|
+
For larger teams - talk to a Creo expert to identify your challenges and unique Creo solution.
|
|
128
|
+
</p>
|
|
129
|
+
</div>
|
|
130
|
+
|
|
131
|
+
<div>
|
|
132
|
+
<span class="card-details-header">
|
|
133
|
+
5 or More Licenses
|
|
134
|
+
</span>
|
|
135
|
+
<ptc-icon-list list-type="icon-top-align-list">
|
|
136
|
+
<icon-asset
|
|
137
|
+
slot="icon"
|
|
138
|
+
type="ptc"
|
|
139
|
+
size="x-small"
|
|
140
|
+
name="checkmark"
|
|
141
|
+
color="ptc-green"
|
|
142
|
+
injected-style="svg{ pointer-events: none}"
|
|
143
|
+
></icon-asset>
|
|
144
|
+
<p>Expertise to best meet your needs</p>
|
|
145
|
+
</ptc-icon-list>
|
|
146
|
+
<ptc-icon-list list-type="icon-top-align-list">
|
|
147
|
+
<icon-asset
|
|
148
|
+
slot="icon"
|
|
149
|
+
type="ptc"
|
|
150
|
+
size="x-small"
|
|
151
|
+
name="checkmark"
|
|
152
|
+
color="ptc-green"
|
|
153
|
+
injected-style="svg{ pointer-events: none}"
|
|
154
|
+
></icon-asset>
|
|
155
|
+
<p>Product demo or consultation</p>
|
|
156
|
+
</ptc-icon-list>
|
|
157
|
+
<ptc-icon-list list-type="icon-top-align-list">
|
|
158
|
+
<icon-asset
|
|
159
|
+
slot="icon"
|
|
160
|
+
type="ptc"
|
|
161
|
+
size="x-small"
|
|
162
|
+
name="checkmark"
|
|
163
|
+
color="ptc-green"
|
|
164
|
+
injected-style="svg{ pointer-events: none}"
|
|
165
|
+
></icon-asset>
|
|
166
|
+
<p>A la carte licensing</p>
|
|
167
|
+
</ptc-icon-list>
|
|
168
|
+
</div>
|
|
169
|
+
|
|
170
|
+
<ptc-button
|
|
171
|
+
color="ptc-quaternary"
|
|
172
|
+
tracker-id="chat-buy-contact-us"
|
|
173
|
+
cta-width="full-width"
|
|
174
|
+
styles="button{ width: 100%; }"
|
|
175
|
+
seo-compatibility-mode
|
|
176
|
+
>
|
|
177
|
+
Contact Us
|
|
178
|
+
</ptc-button>
|
|
179
|
+
</buying-option-card>
|
|
180
|
+
</div>
|
|
181
|
+
<div class="swiper-slide">
|
|
182
|
+
<buying-option-card background-image="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/38fe812f6a7a4191acc623e82a156c5c?v=c662fa62">
|
|
183
|
+
<ptc-picture
|
|
184
|
+
alt=""
|
|
185
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/12bd2aad6f254eca8bfd78810b775ac9?v=eca64df2"
|
|
186
|
+
width="48"
|
|
187
|
+
height="48"
|
|
188
|
+
image-alignment="center"
|
|
189
|
+
display-image="inline-block"
|
|
190
|
+
slot="icon"
|
|
191
|
+
></ptc-picture>
|
|
192
|
+
<ptc-title
|
|
193
|
+
slot="title"
|
|
194
|
+
type="h3"
|
|
195
|
+
title-color="white"
|
|
196
|
+
text-align="center"
|
|
197
|
+
upperline="no-upperline"
|
|
198
|
+
title-margin="margin-flush margin-bottom-2"
|
|
199
|
+
>
|
|
200
|
+
Local Support
|
|
201
|
+
</ptc-title>
|
|
202
|
+
<div slot="subtitle">
|
|
203
|
+
<p>
|
|
204
|
+
Find a trusted local partner to provide expertise and accelerate your Creo integration.
|
|
205
|
+
</p>
|
|
206
|
+
</div>
|
|
207
|
+
|
|
208
|
+
<div>
|
|
209
|
+
<span class="card-details-header">
|
|
210
|
+
Search by Country
|
|
211
|
+
</span>
|
|
212
|
+
<ptc-icon-list list-type="icon-top-align-list">
|
|
213
|
+
<icon-asset
|
|
214
|
+
slot="icon"
|
|
215
|
+
type="ptc"
|
|
216
|
+
size="x-small"
|
|
217
|
+
name="checkmark"
|
|
218
|
+
color="ptc-green"
|
|
219
|
+
injected-style="svg{ pointer-events: none}"
|
|
220
|
+
></icon-asset>
|
|
221
|
+
<p>Trusted support within your region</p>
|
|
222
|
+
</ptc-icon-list>
|
|
223
|
+
<ptc-icon-list list-type="icon-top-align-list">
|
|
224
|
+
<icon-asset
|
|
225
|
+
slot="icon"
|
|
226
|
+
type="ptc"
|
|
227
|
+
size="x-small"
|
|
228
|
+
name="checkmark"
|
|
229
|
+
color="ptc-green"
|
|
230
|
+
injected-style="svg{ pointer-events: none}"
|
|
231
|
+
></icon-asset>
|
|
232
|
+
<p>Digital transformation solutions</p>
|
|
233
|
+
</ptc-icon-list>
|
|
234
|
+
<ptc-icon-list list-type="icon-top-align-list">
|
|
235
|
+
<icon-asset
|
|
236
|
+
slot="icon"
|
|
237
|
+
type="ptc"
|
|
238
|
+
size="x-small"
|
|
239
|
+
name="checkmark"
|
|
240
|
+
color="ptc-green"
|
|
241
|
+
injected-style="svg{ pointer-events: none}"
|
|
242
|
+
></icon-asset>
|
|
243
|
+
<p>Productivity gains & reduced costs</p>
|
|
244
|
+
</ptc-icon-list>
|
|
245
|
+
</div>
|
|
246
|
+
|
|
247
|
+
<ptc-button
|
|
248
|
+
color="ptc-quaternary"
|
|
249
|
+
tracker-id="local-support-get-started"
|
|
250
|
+
cta-width="full-width"
|
|
251
|
+
styles="button{ width: 100%; }"
|
|
252
|
+
seo-compatibility-mode
|
|
253
|
+
>
|
|
254
|
+
Get Started
|
|
255
|
+
</ptc-button>
|
|
256
|
+
</buying-option-card>
|
|
257
|
+
</div>
|
|
258
|
+
</buying-option-cards-slider>
|
|
259
|
+
</section>
|
|
260
|
+
|
|
261
|
+
`;
|
|
262
|
+
};
|
|
263
|
+
|
|
264
|
+
export const Preview = BuyingOptionsCardsSliderPage.bind();
|
|
@@ -295,14 +295,3 @@ export function CheckDarkFocusState(context, el, classList = '.light-links,.back
|
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
-
export function isReducedMotion() {
|
|
299
|
-
var _a, _b;
|
|
300
|
-
return (_b = (_a = window.matchMedia) === null || _a === void 0 ? void 0 : _a.call(window, '(prefers-reduced-motion: reduce)').matches) !== null && _b !== void 0 ? _b : false;
|
|
301
|
-
}
|
|
302
|
-
export function onReducedMotionChange(cb) {
|
|
303
|
-
const mql = window.matchMedia('(prefers-reduced-motion: reduce)');
|
|
304
|
-
const handler = (e) => cb(e.matches);
|
|
305
|
-
mql.addEventListener('change', handler);
|
|
306
|
-
cb(mql.matches); // initial run
|
|
307
|
-
return () => mql.removeEventListener('change', handler);
|
|
308
|
-
}
|
|
@@ -44,6 +44,18 @@ export const BundleJumbotronExample: {
|
|
|
44
44
|
new (): BundleJumbotronExample;
|
|
45
45
|
};
|
|
46
46
|
|
|
47
|
+
interface BuyingOptionCard extends Components.BuyingOptionCard, HTMLElement {}
|
|
48
|
+
export const BuyingOptionCard: {
|
|
49
|
+
prototype: BuyingOptionCard;
|
|
50
|
+
new (): BuyingOptionCard;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
interface BuyingOptionCardsSlider extends Components.BuyingOptionCardsSlider, HTMLElement {}
|
|
54
|
+
export const BuyingOptionCardsSlider: {
|
|
55
|
+
prototype: BuyingOptionCardsSlider;
|
|
56
|
+
new (): BuyingOptionCardsSlider;
|
|
57
|
+
};
|
|
58
|
+
|
|
47
59
|
interface DropdownItem extends Components.DropdownItem, HTMLElement {}
|
|
48
60
|
export const DropdownItem: {
|
|
49
61
|
prototype: DropdownItem;
|
|
@@ -164,12 +176,6 @@ export const MaxWidthContainer: {
|
|
|
164
176
|
new (): MaxWidthContainer;
|
|
165
177
|
};
|
|
166
178
|
|
|
167
|
-
interface ModalFormExample extends Components.ModalFormExample, HTMLElement {}
|
|
168
|
-
export const ModalFormExample: {
|
|
169
|
-
prototype: ModalFormExample;
|
|
170
|
-
new (): ModalFormExample;
|
|
171
|
-
};
|
|
172
|
-
|
|
173
179
|
interface MostPopularNews extends Components.MostPopularNews, HTMLElement {}
|
|
174
180
|
export const MostPopularNews: {
|
|
175
181
|
prototype: MostPopularNews;
|