@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
|
@@ -22,11 +22,6 @@ export default {
|
|
|
22
22
|
description: 'Card Type',
|
|
23
23
|
defaultValue: { summary: 'undefined' }
|
|
24
24
|
},
|
|
25
|
-
isLoading: {
|
|
26
|
-
control: 'boolean',
|
|
27
|
-
description: 'Internal Screen Size State',
|
|
28
|
-
defaultValue: { summary: 'false' }
|
|
29
|
-
},
|
|
30
25
|
linkTarget: {
|
|
31
26
|
control: '',
|
|
32
27
|
description: 'link Target',
|
|
@@ -40,23 +35,6 @@ export default {
|
|
|
40
35
|
}
|
|
41
36
|
};
|
|
42
37
|
|
|
43
|
-
// const Template = args => { return html `<ptc-card-wrapper
|
|
44
|
-
// card-link=${args.cardLink}
|
|
45
|
-
// card-type=${args.cardType}
|
|
46
|
-
// is-loading=${args.isLoading}
|
|
47
|
-
// link-target=${args.linkTarget}
|
|
48
|
-
// link-title=${args.linkTitle}
|
|
49
|
-
// ></ptc-card-wrapper>`;}
|
|
50
|
-
|
|
51
|
-
// export const Example = Template.bind({});
|
|
52
|
-
|
|
53
|
-
// Example.args = {
|
|
54
|
-
// cardLink: 'undefined',
|
|
55
|
-
// cardType: 'undefined',
|
|
56
|
-
// isLoading: 'false',
|
|
57
|
-
// linkTarget: '_self',
|
|
58
|
-
// linkTitle: 'undefined'
|
|
59
|
-
// }
|
|
60
38
|
|
|
61
39
|
// ** 16x9 Card **
|
|
62
40
|
|
|
@@ -65,7 +43,6 @@ const _16x9CardTemplate = args => { return html `
|
|
|
65
43
|
<ptc-card-wrapper class="is-col-4"
|
|
66
44
|
card-link=${args.cardLink}
|
|
67
45
|
card-type=${args.cardType}
|
|
68
|
-
is-loading=${args.isLoading}
|
|
69
46
|
link-target=${args.linkTarget}
|
|
70
47
|
link-title=${args.linkTitle}
|
|
71
48
|
>
|
|
@@ -88,7 +65,6 @@ export const _16x9Card = _16x9CardTemplate.bind({});
|
|
|
88
65
|
_16x9Card.args = {
|
|
89
66
|
cardLink: 'https://www.ptc.com/',
|
|
90
67
|
cardType: 'card-video',
|
|
91
|
-
isLoading: 'false',
|
|
92
68
|
linkTarget: '_blank',
|
|
93
69
|
linkTitle: 'Link title on hover'
|
|
94
70
|
}
|
|
@@ -100,7 +76,6 @@ const TallCardTemplate = args => { return html `
|
|
|
100
76
|
<ptc-card-wrapper class="is-col-6"
|
|
101
77
|
card-link=${args.cardLink}
|
|
102
78
|
card-type=${args.cardType}
|
|
103
|
-
is-loading=${args.isLoading}
|
|
104
79
|
link-target=${args.linkTarget}
|
|
105
80
|
link-title=${args.linkTitle}
|
|
106
81
|
>
|
|
@@ -124,7 +99,6 @@ export const TallCard = TallCardTemplate.bind({});
|
|
|
124
99
|
TallCard.args = {
|
|
125
100
|
cardLink: 'https://www.ptc.com/',
|
|
126
101
|
cardType: 'card-tall',
|
|
127
|
-
isLoading: 'false',
|
|
128
102
|
linkTarget: '_blank',
|
|
129
103
|
linkTitle: 'Link title on hover'
|
|
130
104
|
}
|
|
@@ -139,7 +113,6 @@ const SpeedBumpTemplate = args => { return html `
|
|
|
139
113
|
<ptc-card-wrapper class="is-col-12"
|
|
140
114
|
card-link=${args.cardLink}
|
|
141
115
|
card-type=${args.cardType}
|
|
142
|
-
is-loading=${args.isLoading}
|
|
143
116
|
link-target=${args.linkTarget}
|
|
144
117
|
link-title=${args.linkTitle}
|
|
145
118
|
>
|
|
@@ -177,7 +150,6 @@ export const SpeedBump = SpeedBumpTemplate.bind({});
|
|
|
177
150
|
SpeedBump.args = {
|
|
178
151
|
cardLink: 'https://www.ptc.com/',
|
|
179
152
|
cardType: 'speed-bump',
|
|
180
|
-
isLoading: 'true',
|
|
181
153
|
linkTarget: '_blank',
|
|
182
154
|
linkTitle: 'Link title on hover'
|
|
183
155
|
}
|
|
@@ -188,7 +160,6 @@ const VideoIntroCardTemplate = args => { return html `
|
|
|
188
160
|
<ptc-card-wrapper class="background-grey-10 has-p-md"
|
|
189
161
|
card-link=${args.cardLink}
|
|
190
162
|
card-type=${args.cardType}
|
|
191
|
-
is-loading=${args.isLoading}
|
|
192
163
|
link-target=${args.linkTarget}
|
|
193
164
|
link-title=${args.linkTitle}
|
|
194
165
|
>
|
|
@@ -220,7 +191,6 @@ export const VideoIntroCard = VideoIntroCardTemplate.bind({});
|
|
|
220
191
|
VideoIntroCard.args = {
|
|
221
192
|
cardLink: 'https://www.ptc.com/',
|
|
222
193
|
cardType: 'card-video-intro',
|
|
223
|
-
isLoading: 'false',
|
|
224
194
|
linkTarget: '_blank',
|
|
225
195
|
linkTitle: 'Link title on hover'
|
|
226
196
|
}
|
|
@@ -235,7 +205,6 @@ const PlaylistCardTemplate = args => { return html `
|
|
|
235
205
|
<ptc-card-wrapper class="is-col-6"
|
|
236
206
|
card-link=${args.cardLink}
|
|
237
207
|
card-type=${args.cardType}
|
|
238
|
-
is-loading=${args.isLoading}
|
|
239
208
|
link-target=${args.linkTarget}
|
|
240
209
|
link-title=${args.linkTitle}
|
|
241
210
|
>
|
|
@@ -264,7 +233,6 @@ export const PlaylistCard = PlaylistCardTemplate.bind({});
|
|
|
264
233
|
PlaylistCard.args = {
|
|
265
234
|
cardLink: 'https://www.ptc.com/',
|
|
266
235
|
cardType: 'card-playlist',
|
|
267
|
-
isLoading: 'false',
|
|
268
236
|
linkTarget: '_blank',
|
|
269
237
|
linkTitle: 'Link title on hover'
|
|
270
238
|
}
|
|
@@ -1,10 +1,71 @@
|
|
|
1
1
|
import { html } from 'lit';
|
|
2
2
|
|
|
3
|
-
export default {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export default {
|
|
4
|
+
title: 'Molecules/ptc-countdown',
|
|
5
|
+
tags: [ 'autodocs' ],
|
|
6
|
+
argTypes: {
|
|
7
|
+
countdownTitle: { control: 'text', description: '', defaultValue: { summary: '' } },
|
|
8
|
+
daysText: {
|
|
9
|
+
control: 'text',
|
|
10
|
+
description: '',
|
|
11
|
+
defaultValue: { summary: 'days' }
|
|
12
|
+
},
|
|
13
|
+
eventTime: { control: 'text', description: '', defaultValue: { summary: '' } },
|
|
14
|
+
eventTimeZone: {
|
|
15
|
+
control: 'text',
|
|
16
|
+
description: '',
|
|
17
|
+
defaultValue: { summary: 'EST' }
|
|
18
|
+
},
|
|
19
|
+
expiredText: {
|
|
20
|
+
control: 'text',
|
|
21
|
+
description: '',
|
|
22
|
+
defaultValue: { summary: 'This event has started on' }
|
|
23
|
+
},
|
|
24
|
+
hoursText: {
|
|
25
|
+
control: 'text',
|
|
26
|
+
description: '',
|
|
27
|
+
defaultValue: { summary: 'hours' }
|
|
28
|
+
},
|
|
29
|
+
minutesText: {
|
|
30
|
+
control: 'text',
|
|
31
|
+
description: '',
|
|
32
|
+
defaultValue: { summary: 'minutes' }
|
|
33
|
+
},
|
|
34
|
+
secondsText: {
|
|
35
|
+
control: 'text',
|
|
36
|
+
description: '',
|
|
37
|
+
defaultValue: { summary: 'seconds' }
|
|
38
|
+
},
|
|
39
|
+
useHourFormat: {
|
|
40
|
+
control: 'boolean',
|
|
41
|
+
description: '',
|
|
42
|
+
defaultValue: { summary: 'true' }
|
|
43
|
+
}
|
|
44
|
+
}
|
|
8
45
|
};
|
|
46
|
+
|
|
47
|
+
const Template = args => { return html `<ptc-countdown
|
|
48
|
+
countdown-title=${args.countdownTitle}
|
|
49
|
+
days-text=${args.daysText}
|
|
50
|
+
event-time=${args.eventTime}
|
|
51
|
+
event-time-zone=${args.eventTimeZone}
|
|
52
|
+
expired-text=${args.expiredText}
|
|
53
|
+
hours-text=${args.hoursText}
|
|
54
|
+
minutes-text=${args.minutesText}
|
|
55
|
+
seconds-text=${args.secondsText}
|
|
56
|
+
use-hour-format=${args.useHourFormat}
|
|
57
|
+
></ptc-countdown>`;}
|
|
58
|
+
|
|
9
59
|
export const Example = Template.bind({});
|
|
10
|
-
|
|
60
|
+
|
|
61
|
+
Example.args = {
|
|
62
|
+
countdownTitle: 'Countdown Title',
|
|
63
|
+
daysText: 'days',
|
|
64
|
+
eventTime: '10/30/2025 18:00:00',
|
|
65
|
+
eventTimeZone: 'EST',
|
|
66
|
+
expiredText: 'This event has started on',
|
|
67
|
+
hoursText: 'hours',
|
|
68
|
+
minutesText: 'minutes',
|
|
69
|
+
secondsText: 'seconds',
|
|
70
|
+
useHourFormat: 'true'
|
|
71
|
+
}
|
|
@@ -6,46 +6,40 @@ export default {
|
|
|
6
6
|
argTypes: {
|
|
7
7
|
year: { description: ' Year', defaultValue: { summary: '1900' } },
|
|
8
8
|
month: {
|
|
9
|
-
description: ' Month An integer between 1 (January) and 12 (December) representing the month.If omitted, defaults to
|
|
10
|
-
defaultValue: { summary: '
|
|
9
|
+
description: ' Month An integer between 1 (January) and 12 (December) representing the month.If omitted, defaults to 1.',
|
|
10
|
+
defaultValue: { summary: '1' },
|
|
11
|
+
control: 'select',
|
|
12
|
+
options: ['1','2','3','4','5','6','7','8','9','10','11','12'],
|
|
11
13
|
},
|
|
12
14
|
day: {
|
|
13
15
|
description: ' Day An integer between 1 and 31 representing the day of the month. If omitted, defaults to 1.',
|
|
14
|
-
defaultValue: { summary: '1' }
|
|
16
|
+
defaultValue: { summary: '1' },
|
|
17
|
+
control: 'select',
|
|
18
|
+
options: ['1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26','27','28','29','30','31'],
|
|
15
19
|
},
|
|
16
20
|
country: {
|
|
17
21
|
description: ' Country examples: en-US, zh-CN, zh-TW, fr-FR, ja-JP, ru-RU, de-DE, ko-KR, it-IT, es-ES',
|
|
18
22
|
defaultValue: { summary: 'en-US' },
|
|
19
|
-
control: '
|
|
23
|
+
control: 'text',
|
|
20
24
|
options: [ 'string', 'undefined' ]
|
|
21
25
|
},
|
|
22
|
-
dateString: {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
},
|
|
27
|
-
dateColor: {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
},
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
description: ' Date Font Size',
|
|
40
|
-
defaultValue: { summary: 'small' },
|
|
41
|
-
control: 'select',
|
|
42
|
-
options: [ 'medium', 'small' ]
|
|
43
|
-
},
|
|
44
|
-
formatOptions: {
|
|
45
|
-
description: ' Custom object for formatting date e.i. { weekday: "long", year: "numeric", month: "long", day: "numeric" }',
|
|
46
|
-
defaultValue: { summary: '' },
|
|
47
|
-
control: 'text'
|
|
48
|
-
}
|
|
26
|
+
// dateString: {
|
|
27
|
+
// description: ' Date examples: 2000-1-1 or 2000/01/01',
|
|
28
|
+
// defaultValue: { summary: '' },
|
|
29
|
+
// control: 'text'
|
|
30
|
+
// },
|
|
31
|
+
// dateColor: {
|
|
32
|
+
// description: ' Date Color',
|
|
33
|
+
// defaultValue: { summary: '' },
|
|
34
|
+
// control: 'select',
|
|
35
|
+
// options: [ 'white', 'primary-grey' ]
|
|
36
|
+
// },
|
|
37
|
+
// dataSize: {
|
|
38
|
+
// description: ' Date Font Size',
|
|
39
|
+
// defaultValue: { summary: 'small' },
|
|
40
|
+
// control: 'select',
|
|
41
|
+
// options: [ 'medium', 'small' ]
|
|
42
|
+
// },
|
|
49
43
|
}
|
|
50
44
|
};
|
|
51
45
|
const Template = (args) => {
|
|
@@ -54,23 +48,13 @@ const Template = (args) => {
|
|
|
54
48
|
month=${args.month}
|
|
55
49
|
day=${args.day}
|
|
56
50
|
country=${args.country}
|
|
57
|
-
dateString=${args.dateString}
|
|
58
|
-
dateColor=${args.dateColor}
|
|
59
|
-
dateStyles=${args.dateStyles}
|
|
60
|
-
dataSize=${args.dataSize}
|
|
61
|
-
formatOptions=${args.formatOptions}
|
|
62
51
|
>
|
|
63
52
|
</ptc-date>`;
|
|
64
53
|
};
|
|
65
54
|
export const Example = Template.bind({});
|
|
66
55
|
Example.args = {
|
|
67
56
|
year: '1900',
|
|
68
|
-
month: '
|
|
57
|
+
month: '1',
|
|
69
58
|
day: '1',
|
|
70
59
|
country: 'en-US',
|
|
71
|
-
dateString: '',
|
|
72
|
-
dateColor: '',
|
|
73
|
-
dateStyles: '',
|
|
74
|
-
dataSize: 'small',
|
|
75
|
-
formatOptions: ''
|
|
76
60
|
};
|
|
@@ -29,7 +29,7 @@ export default {
|
|
|
29
29
|
description: '',
|
|
30
30
|
defaultValue: { summary: 'undefined' }
|
|
31
31
|
},
|
|
32
|
-
|
|
32
|
+
isRequired: {
|
|
33
33
|
control: 'boolean',
|
|
34
34
|
description: '',
|
|
35
35
|
defaultValue: { summary: 'true' }
|
|
@@ -43,7 +43,7 @@ const Template = args => { return html `<ptc-form-checkbox
|
|
|
43
43
|
is-checked=${args.isChecked}
|
|
44
44
|
label=${args.label}
|
|
45
45
|
name=${args.name}
|
|
46
|
-
required=${args.
|
|
46
|
+
is-required=${args.isRequired}
|
|
47
47
|
></ptc-form-checkbox>`;}
|
|
48
48
|
|
|
49
49
|
export const Example = Template.bind({});
|
|
@@ -54,5 +54,5 @@ Example.args = {
|
|
|
54
54
|
isChecked: 'false',
|
|
55
55
|
label: 'checkbox content goes here',
|
|
56
56
|
name: 'labelname',
|
|
57
|
-
|
|
57
|
+
isRequired: 'false'
|
|
58
58
|
}
|
|
@@ -23,9 +23,9 @@ export default {
|
|
|
23
23
|
};
|
|
24
24
|
|
|
25
25
|
const Template = args => { return html `<ptc-form-radio-button
|
|
26
|
-
name
|
|
27
|
-
is-checked
|
|
28
|
-
is-disabled
|
|
26
|
+
name= "${args.name}"
|
|
27
|
+
is-checked= "${args.isChecked}"
|
|
28
|
+
is-disabled= "${args.isDisabled}"
|
|
29
29
|
>Radio Button</ptc-form-radio-button>`;}
|
|
30
30
|
|
|
31
31
|
export const Example = Template.bind({});
|
|
@@ -7,51 +7,31 @@ export default {
|
|
|
7
7
|
color: {
|
|
8
8
|
control: 'select',
|
|
9
9
|
options: ["black", "default", "gray", "inherit", "ptc-green", "white"],
|
|
10
|
-
description: 'Icon Color',
|
|
10
|
+
description: 'Icon Color. Please turn on dark theme when you select white',
|
|
11
11
|
defaultValue: { summary: 'default' }
|
|
12
12
|
},
|
|
13
|
-
// injectedStyle: {
|
|
14
|
-
// control: '',
|
|
15
|
-
// description: '(optional) Injected CSS Styles',
|
|
16
|
-
// defaultValue: { summary: 'undefined' }
|
|
17
|
-
// },
|
|
18
|
-
// isMobileSelect: {
|
|
19
|
-
// control: '',
|
|
20
|
-
// description: '(optional) is it for the ptc mobile select',
|
|
21
|
-
// defaultValue: { summary: 'undefined' }
|
|
22
|
-
// },
|
|
23
13
|
name: {
|
|
24
14
|
control: 'select',
|
|
25
|
-
options: ["new-search", "arrow-right-nav", "vuforia-icon-logo-1", "thingworx-icon-logo-1", "onshape-icon-logo-1", "creo-icon-logo-1", "arena-icon-logo1"],
|
|
26
15
|
description: 'Icon ID name',
|
|
27
|
-
defaultValue: { summary: 'undefined' }
|
|
16
|
+
defaultValue: { summary: 'undefined' },
|
|
17
|
+
options: ['button-arrow-right', 'arrow-right-nav','arrow_ascending','button-arrow-down','icon-3d-cube','icon-chart-down-arrow','icon-clock-checkmark','icon-clock-minus','search1', 'chevron-down', 'quotation-mark']
|
|
28
18
|
},
|
|
29
|
-
// pulse: {
|
|
30
|
-
// control: '',
|
|
31
|
-
// description: 'Icon Pulse Animation (not valid for ptc type)',
|
|
32
|
-
// defaultValue: { summary: '' }
|
|
33
|
-
// },
|
|
34
19
|
size: {
|
|
35
20
|
control: 'select',
|
|
36
21
|
options: ["large", "medium", "small", "x-large", "x-small", "xx-large", "xx-small", "xxx-large", "xxx-small", "xxxx-large"],
|
|
37
22
|
description: 'Icon Size',
|
|
38
23
|
defaultValue: { summary: 'xx-small' }
|
|
39
24
|
},
|
|
40
|
-
// spin: {
|
|
41
|
-
// control: '',
|
|
42
|
-
// description: 'Icon Spin Animation (not valid for ptc type)',
|
|
43
|
-
// defaultValue: { summary: '' }
|
|
44
|
-
// },
|
|
45
25
|
type: {
|
|
46
26
|
control: 'select',
|
|
47
|
-
options: ["
|
|
27
|
+
options: ["ptc"],
|
|
48
28
|
description: 'Icon Type',
|
|
49
29
|
defaultValue: { summary: 'regular' }
|
|
50
30
|
}
|
|
51
31
|
}
|
|
52
32
|
};
|
|
53
33
|
|
|
54
|
-
const Template = args => { return html `<icon-asset
|
|
34
|
+
const Template = args => { return html `<ptc-para>For more examples, please check: <ptc-link href="../../examples/ptc-icon-sprites.html" external="" link-title="ptc-icon" class="hydrated">View PTC Icon Library</ptc-link></ptc-para><br/><icon-asset
|
|
55
35
|
name=${args.name}
|
|
56
36
|
size=${args.size}
|
|
57
37
|
color=${args.color}
|
|
@@ -62,11 +42,7 @@ export const Example = Template.bind({});
|
|
|
62
42
|
|
|
63
43
|
Example.args = {
|
|
64
44
|
color: 'ptc-green',
|
|
65
|
-
|
|
66
|
-
// isMobileSelect: 'undefined',
|
|
67
|
-
name: 'footer-facebook-icon',
|
|
68
|
-
// pulse: '',
|
|
45
|
+
name: 'icon-3d-cube',
|
|
69
46
|
size: 'medium',
|
|
70
|
-
// spin: 'fa-spin',
|
|
71
47
|
type: 'ptc'
|
|
72
48
|
}
|
|
@@ -29,7 +29,6 @@ Light.args = {
|
|
|
29
29
|
jumbotronType: 'light',
|
|
30
30
|
hasCountdown: 'false',
|
|
31
31
|
logo: 'https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/4699dab90e6f476b8a70902b58d7d3db?h=827&w=1550&la=en',
|
|
32
|
-
styles: 'undefined',
|
|
33
32
|
subTitle: 'totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo',
|
|
34
33
|
slotContent: `<ptc-breadcrumb slot="breadcrumb" color="primary-gray">
|
|
35
34
|
<list-item list-type="breadcrumb" link-href="https://www.ptc.com/contact-us" color="primary-gray"> PLM Video Hub </list-item>
|
|
@@ -76,11 +75,6 @@ Light.argTypes = {
|
|
|
76
75
|
control: 'text',
|
|
77
76
|
description: 'Optional - set a logo by adding an URL to this property',
|
|
78
77
|
},
|
|
79
|
-
styles: {
|
|
80
|
-
control: 'text',
|
|
81
|
-
description: '(optional) Injected CSS styles',
|
|
82
|
-
defaultValue: { summary: 'undefined' },
|
|
83
|
-
},
|
|
84
78
|
subTitle: {
|
|
85
79
|
control: 'text',
|
|
86
80
|
description: 'Set the sub title',
|
|
@@ -115,7 +109,6 @@ Dark.args = {
|
|
|
115
109
|
hasCountdown: 'false',
|
|
116
110
|
jumbotronType: 'dark',
|
|
117
111
|
logo: '',
|
|
118
|
-
styles: 'undefined',
|
|
119
112
|
subTitle: 'totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo',
|
|
120
113
|
slotContent: `
|
|
121
114
|
<ptc-breadcrumb slot="breadcrumb" color="white">
|
|
@@ -158,11 +151,6 @@ Dark.argTypes = {
|
|
|
158
151
|
control: 'text',
|
|
159
152
|
description: 'Optional - set a logo by adding an URL to this property',
|
|
160
153
|
},
|
|
161
|
-
styles: {
|
|
162
|
-
control: 'text',
|
|
163
|
-
description: '(optional) Injected CSS styles',
|
|
164
|
-
defaultValue: { summary: 'undefined' },
|
|
165
|
-
},
|
|
166
154
|
subTitle: {
|
|
167
155
|
control: 'text',
|
|
168
156
|
description: 'Set the sub title',
|
|
@@ -190,7 +178,6 @@ const TextJumbotronTemplate = args => {
|
|
|
190
178
|
export const Text = TextJumbotronTemplate.bind({});
|
|
191
179
|
Text.args = {
|
|
192
180
|
jumbotronType: 'text',
|
|
193
|
-
styles: 'undefined',
|
|
194
181
|
subTitle: 'totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo',
|
|
195
182
|
slotContent: `
|
|
196
183
|
<ptc-breadcrumb slot="breadcrumb" color="primary-gray" position="center" styles=":host{margin-top: var(--ptc-element-spacing-06)!important;align-items: baseline;}">
|
|
@@ -230,11 +217,6 @@ Text.argTypes = {
|
|
|
230
217
|
description: 'jumbotron types. light, dark, light-video, dark-video, png, text, blog, gif',
|
|
231
218
|
defaultValue: { summary: 'light' },
|
|
232
219
|
},
|
|
233
|
-
styles: {
|
|
234
|
-
control: 'text',
|
|
235
|
-
description: '(optional) Injected CSS styles',
|
|
236
|
-
defaultValue: { summary: 'undefined' },
|
|
237
|
-
},
|
|
238
220
|
slotContent: {
|
|
239
221
|
name: 'Default Slot',
|
|
240
222
|
description: 'Text Content between the <ptc-link> tags.',
|
|
@@ -269,7 +251,6 @@ DarkVideo.args = {
|
|
|
269
251
|
jumbotronType: 'dark-video',
|
|
270
252
|
pauseButtonTitle: 'pause text',
|
|
271
253
|
playButtonTitle: 'play text',
|
|
272
|
-
styles: 'undefined',
|
|
273
254
|
subTitle: 'totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo',
|
|
274
255
|
slotContent: `
|
|
275
256
|
<ptc-breadcrumb slot="breadcrumb" color="white" is-dark-mode>
|
|
@@ -326,11 +307,6 @@ DarkVideo.argTypes = {
|
|
|
326
307
|
description: 'paly button text when bg-video-src has a value',
|
|
327
308
|
defaultValue: { summary: 'undefined' },
|
|
328
309
|
},
|
|
329
|
-
styles: {
|
|
330
|
-
control: 'text',
|
|
331
|
-
description: '(optional) Injected CSS styles',
|
|
332
|
-
defaultValue: { summary: 'undefined' },
|
|
333
|
-
},
|
|
334
310
|
subTitle: {
|
|
335
311
|
control: 'text',
|
|
336
312
|
description: 'Set the sub title',
|
|
@@ -372,7 +348,6 @@ LightVideo.args = {
|
|
|
372
348
|
jumbotronType: 'light-video',
|
|
373
349
|
pauseButtonTitle: 'pause text',
|
|
374
350
|
playButtonTitle: 'play text',
|
|
375
|
-
styles: 'undefined',
|
|
376
351
|
subTitle: 'totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo',
|
|
377
352
|
slotContent: `
|
|
378
353
|
<ptc-breadcrumb slot="breadcrumb" color="primary-gray" is-dark-mode>
|
|
@@ -429,11 +404,6 @@ LightVideo.argTypes = {
|
|
|
429
404
|
description: 'paly button text when bg-video-src has a value',
|
|
430
405
|
defaultValue: { summary: 'undefined' },
|
|
431
406
|
},
|
|
432
|
-
styles: {
|
|
433
|
-
control: 'text',
|
|
434
|
-
description: '(optional) Injected CSS styles',
|
|
435
|
-
defaultValue: { summary: 'undefined' },
|
|
436
|
-
},
|
|
437
407
|
subTitle: {
|
|
438
408
|
control: 'text',
|
|
439
409
|
description: 'Set the sub title',
|
|
@@ -481,7 +451,6 @@ BlogVideo.args = {
|
|
|
481
451
|
blogAuthorName: 'Simone Biles',
|
|
482
452
|
blogAuthorQueryHref: 'https://www.ptc.com/blogs',
|
|
483
453
|
blogAuthorQueryTarget: '_blank',
|
|
484
|
-
styles: 'undefined',
|
|
485
454
|
slotContent: `
|
|
486
455
|
<ptc-breadcrumb slot="breadcrumb" color="primary-gray" remove-top-margin="true">
|
|
487
456
|
<list-item list-type="breadcrumb" link-href="https://www-dev.ptc.com/blogs" color="primary-gray">Blogs</list-item>
|
|
@@ -553,11 +522,6 @@ BlogVideo.argTypes = {
|
|
|
553
522
|
description: 'jumbotron types. light, dark, light-video, dark-video, png, text, blog, gif',
|
|
554
523
|
defaultValue: { summary: 'light' },
|
|
555
524
|
},
|
|
556
|
-
styles: {
|
|
557
|
-
control: 'text',
|
|
558
|
-
description: '(optional) Injected CSS styles',
|
|
559
|
-
defaultValue: { summary: 'undefined' },
|
|
560
|
-
},
|
|
561
525
|
slotContent: {
|
|
562
526
|
name: 'Default Slot',
|
|
563
527
|
description: 'Text Content between the <ptc-link> tags.',
|
|
@@ -12,12 +12,12 @@ export default {
|
|
|
12
12
|
argTypes: {
|
|
13
13
|
disabled: {
|
|
14
14
|
control: 'boolean',
|
|
15
|
-
description: 'Disabled link',
|
|
15
|
+
description: 'Disabled link. Open the code editor to see the difference.',
|
|
16
16
|
defaultValue: { summary: 'false' },
|
|
17
17
|
},
|
|
18
18
|
external: {
|
|
19
19
|
control: 'boolean',
|
|
20
|
-
description: 'Is it an external link',
|
|
20
|
+
description: 'Is it an external link. Open the code editor to see the difference.',
|
|
21
21
|
defaultValue: { summary: 'false' },
|
|
22
22
|
},
|
|
23
23
|
fontSize: {
|
|
@@ -111,7 +111,7 @@ Example.args = {
|
|
|
111
111
|
fontSize: 'medium',
|
|
112
112
|
fontWeight: 'undefined',
|
|
113
113
|
href: 'https://www.ptc.com',
|
|
114
|
-
linkArea: '
|
|
114
|
+
linkArea: 'link-area-cover-parent',
|
|
115
115
|
linkTitle: 'Title attribute goes here',
|
|
116
116
|
target: '_blank',
|
|
117
117
|
theme: 'simple',
|
|
@@ -10,11 +10,6 @@ export default {
|
|
|
10
10
|
control: 'select',
|
|
11
11
|
options: [ 'white', 'primary-gray', 'light-gray' ]
|
|
12
12
|
},
|
|
13
|
-
styles: {
|
|
14
|
-
description: ' (optional) Injected CSS styles ',
|
|
15
|
-
defaultValue: { summary: '' },
|
|
16
|
-
control: 'text'
|
|
17
|
-
},
|
|
18
13
|
default: {
|
|
19
14
|
description: 'Default slot content',
|
|
20
15
|
control: 'text',
|
|
@@ -25,10 +20,9 @@ export default {
|
|
|
25
20
|
const Template = (args) => {
|
|
26
21
|
return html`<list-item
|
|
27
22
|
color=${args.color}
|
|
28
|
-
styles=${args.styles}
|
|
29
23
|
>
|
|
30
24
|
${args.default}
|
|
31
25
|
</list-item>`;
|
|
32
26
|
};
|
|
33
27
|
export const Example = Template.bind({});
|
|
34
|
-
Example.args = { color: '',
|
|
28
|
+
Example.args = { color: '', default: 'Lorem ipsum text' };
|
|
@@ -43,7 +43,7 @@ export default {
|
|
|
43
43
|
},
|
|
44
44
|
};
|
|
45
45
|
|
|
46
|
-
const Template = args => { return html `<ptc-para>This component is optimized for mobile screens
|
|
46
|
+
const Template = args => { return html `<ptc-para>This component is optimized for <b>mobile screens</b>. Please use the viewport addon in the "Example", and switch to a small device like a cell phone for correct display.</ptc-para>
|
|
47
47
|
<div class="demo-with-bgcolor">
|
|
48
48
|
<ptc-mobile-select class="js-mobile-select-1"
|
|
49
49
|
cancel-btn-text=${args.cancelBtnText}
|
|
@@ -1,27 +1,39 @@
|
|
|
1
|
-
import { html } from
|
|
1
|
+
import { html } from "lit";
|
|
2
|
+
import { unsafeHTML } from "lit/directives/unsafe-html.js";
|
|
2
3
|
|
|
3
4
|
export default {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
description: 'Default slot content',
|
|
14
|
-
control: 'text',
|
|
15
|
-
table: { category: 'slots' }
|
|
16
|
-
}
|
|
17
|
-
}
|
|
5
|
+
title: "Atoms/ptc-select",
|
|
6
|
+
tags: ["autodocs"],
|
|
7
|
+
argTypes: {
|
|
8
|
+
ptcDataEloquaName: {
|
|
9
|
+
description: " Eloqua Data. Please open the editor to see the changes.",
|
|
10
|
+
defaultValue: { summary: "" },
|
|
11
|
+
control: "text",
|
|
12
|
+
},
|
|
13
|
+
},
|
|
18
14
|
};
|
|
19
15
|
const Template = (args) => {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
return html`<ptc-select
|
|
17
|
+
field-id="contact-country"
|
|
18
|
+
label="Country*"
|
|
19
|
+
field-name="country"
|
|
20
|
+
default-value="USA"
|
|
21
|
+
ptcDataEloquaName=${args.ptcDataEloquaName}
|
|
22
|
+
>
|
|
23
|
+
<ul class="mdc-list">
|
|
24
|
+
<li class="mdc-list-item" data-value="">
|
|
25
|
+
<span class="mdc-list-item__ripple"></span>
|
|
26
|
+
</li>
|
|
27
|
+
<li class="mdc-list-item" data-value="USA">
|
|
28
|
+
<span class="mdc-list-item__ripple"></span>
|
|
29
|
+
<span class="mdc-list-item__text"> USA </span>
|
|
30
|
+
</li>
|
|
31
|
+
<li class="mdc-list-item" data-value="Canada">
|
|
32
|
+
<span class="mdc-list-item__ripple"></span>
|
|
33
|
+
<span class="mdc-list-item__text"> Canada </span>
|
|
34
|
+
</li>
|
|
35
|
+
</ul>
|
|
36
|
+
</ptc-select>`;
|
|
25
37
|
};
|
|
26
38
|
export const Example = Template.bind({});
|
|
27
|
-
Example.args = { ptcDataEloquaName:
|
|
39
|
+
Example.args = { ptcDataEloquaName: "C_Country" };
|
|
@@ -5,7 +5,7 @@ export default {
|
|
|
5
5
|
tags: [ 'autodocs' ],
|
|
6
6
|
argTypes: {
|
|
7
7
|
display: {
|
|
8
|
-
description: "Display",
|
|
8
|
+
description: "Display, please open the code editor to see the changes",
|
|
9
9
|
defaultValue: { summary: 'inline' },
|
|
10
10
|
control: 'select',
|
|
11
11
|
options: [ 'block', 'inline-block', 'inline' ]
|
|
@@ -21,11 +21,6 @@ export default {
|
|
|
21
21
|
'w-9'
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
|
-
styles: {
|
|
25
|
-
description: ' Injected Styles',
|
|
26
|
-
defaultValue: { summary: '' },
|
|
27
|
-
control: 'text'
|
|
28
|
-
},
|
|
29
24
|
default: {
|
|
30
25
|
description: 'Default slot content',
|
|
31
26
|
control: 'text',
|
|
@@ -35,9 +30,9 @@ export default {
|
|
|
35
30
|
};
|
|
36
31
|
const Template = (args) => {
|
|
37
32
|
return html`<ptc-span
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
33
|
+
.key=${args.fontWeight}
|
|
34
|
+
display= "${args.display}"
|
|
35
|
+
font-weight= "${args.fontWeight}"
|
|
41
36
|
>
|
|
42
37
|
${args.default}
|
|
43
38
|
</ptc-span>`;
|
|
@@ -46,6 +41,5 @@ export const Example = Template.bind({});
|
|
|
46
41
|
Example.args = {
|
|
47
42
|
display: 'inline',
|
|
48
43
|
fontWeight: 'w-4',
|
|
49
|
-
styles: '',
|
|
50
44
|
default: 'Lorem ipsum text'
|
|
51
45
|
};
|