@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
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
title: 'Atoms/ptc-tooltip',
|
|
5
|
-
tags: ['autodocs'],
|
|
6
|
-
argTypes: {
|
|
7
|
-
textLines: {
|
|
8
|
-
name: 'Maximum lines',
|
|
9
|
-
description: "Set maximum length in lines of content",
|
|
10
|
-
|
|
11
|
-
},
|
|
12
|
-
maxLength: {
|
|
13
|
-
name: 'Maximum chars',
|
|
14
|
-
description: "Set maximum length in chars of content",
|
|
15
|
-
defaultValue: { summary: 45 }
|
|
16
|
-
},
|
|
17
|
-
position: {
|
|
18
|
-
name: 'Position',
|
|
19
|
-
description: "Set position of the the tooltip box",
|
|
20
|
-
control: { type: 'select' },
|
|
21
|
-
options: ['left', 'right', 'bottom', 'bottom-right', 'top'],
|
|
22
|
-
defaultValue: { summary: 'bottom' }
|
|
23
|
-
},
|
|
24
|
-
width: {
|
|
25
|
-
name: 'width',
|
|
26
|
-
description: "Fill-width will make the tooltip box full-width relative to its parent",
|
|
27
|
-
control: { type: 'select' },
|
|
28
|
-
options: ['full-width', 'default'],
|
|
29
|
-
defaultValue: { summary: 'default' }
|
|
30
|
-
|
|
31
|
-
},
|
|
32
|
-
theme: {
|
|
33
|
-
name: 'Theme',
|
|
34
|
-
description: "Set the theme",
|
|
35
|
-
control: { type: 'select' },
|
|
36
|
-
options: ['standard', 'danger'],
|
|
37
|
-
defaultValue: { summary: 'standard' },
|
|
38
|
-
},
|
|
39
|
-
zIndex: {
|
|
40
|
-
name: 'zIndex',
|
|
41
|
-
description: "Set the zIndex of tooltip box",
|
|
42
|
-
control: { type: 'select' },
|
|
43
|
-
options: ['z-auto', 'z-1', 'z-2', 'z-3', 'z-999'],
|
|
44
|
-
defaultValue: { summary: 'z-auto' },
|
|
45
|
-
},
|
|
46
|
-
hideOnMobile: {
|
|
47
|
-
name: 'Hide tooltip box on mobile',
|
|
48
|
-
description: "Set true to hide the tooltip on mobile",
|
|
49
|
-
control: { type: 'boolean' },
|
|
50
|
-
defaultValue: { summary: false },
|
|
51
|
-
},
|
|
52
|
-
textDisplay: {
|
|
53
|
-
name: 'Text Display css property',
|
|
54
|
-
description: "Set textDisplay propety inline or block for tooltip text",
|
|
55
|
-
control: { type: 'select' },
|
|
56
|
-
options: ['inline', 'block'],
|
|
57
|
-
defaultValue: { summary: 'inline' },
|
|
58
|
-
},
|
|
59
|
-
description: {
|
|
60
|
-
name: 'Tooltip content',
|
|
61
|
-
description: "Set content in the follwing textarea",
|
|
62
|
-
defaultValue: { summary: 'This is a tooltip text placeholder' },
|
|
63
|
-
},
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
const Template = args => {
|
|
69
|
-
return html `<ptc-tooltip
|
|
70
|
-
text-display="${args.textDisplay}"
|
|
71
|
-
text-lines="${args.textLines}"
|
|
72
|
-
max-length="${args.maxLength}"
|
|
73
|
-
description="${args.description}"
|
|
74
|
-
position="${args.position}"
|
|
75
|
-
width="${args.width}"
|
|
76
|
-
zIndex="${args.zIndex}"
|
|
77
|
-
theme="${args.theme}"
|
|
78
|
-
hide-on-mobile="${args.hideOnMobile}"
|
|
79
|
-
></ptc-tooltip>`
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
export const TooltipWithLinesLimit = Template.bind({});
|
|
84
|
-
TooltipWithLinesLimit.args = {
|
|
85
|
-
textLines: 2,
|
|
86
|
-
position: 'bottom',
|
|
87
|
-
width: "default",
|
|
88
|
-
theme: "standard",
|
|
89
|
-
hideOnMobile: false,
|
|
90
|
-
zIndex: "z-auto",
|
|
91
|
-
textDisplay: "inline",
|
|
92
|
-
description: "Nulla ut nunc id nulla aliquam feugiat. Maecenas quis dui rhoncus, mattis risus ac, tincidunt massa. Cras dictum aliquet eleifend. Etiam condimentum suscipit vulputate. In tempus ante at eros elementum volutpat. Ut aliquam mattis velit, sed malesuada lorem. Donec eu posuere nisl, eget scelerisque lectus. Donec id nibh quis lectus euismod semper eget in sem. Ut vulputate cursus libero ut pharetra. Aliquam convallis vulputate dignissim. Mauris vel elit sit amet nibh porta cursus eu id urna.",
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
export const TooltipWithCharLimit = Template.bind({});
|
|
98
|
-
TooltipWithCharLimit.args = {
|
|
99
|
-
maxLength: 45,
|
|
100
|
-
position: 'bottom',
|
|
101
|
-
width: "default",
|
|
102
|
-
theme: "standard",
|
|
103
|
-
hideOnMobile: false,
|
|
104
|
-
zIndex: "z-auto",
|
|
105
|
-
textDisplay: "inline",
|
|
106
|
-
description: "Nulla ut nunc id nulla aliquam feugiat. Maecenas quis dui rhoncus, mattis risus ac, tincidunt massa. Cras dictum ",
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default { title: 'New/ptc-video-embed', tags: [ 'autodocs' ], argTypes: {} };
|
|
4
|
-
const Template = (args) => {
|
|
5
|
-
return html`<ptc-video-embed
|
|
6
|
-
>
|
|
7
|
-
</ptc-video-embed>`;
|
|
8
|
-
};
|
|
9
|
-
export const Example = Template.bind({});
|
|
10
|
-
Example.args = {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default { title: 'New/ptc-back-to-top', tags: [ 'autodocs' ], argTypes: {} };
|
|
4
|
-
const Template = (args) => {
|
|
5
|
-
return html`<ptc-back-to-top
|
|
6
|
-
>
|
|
7
|
-
</ptc-back-to-top>`;
|
|
8
|
-
};
|
|
9
|
-
export const Example = Template.bind({});
|
|
10
|
-
Example.args = {};
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
title: 'New/ptc-background-video',
|
|
5
|
-
tags: [ 'autodocs' ],
|
|
6
|
-
argTypes: {
|
|
7
|
-
videoSrc: {
|
|
8
|
-
description: ' Video url',
|
|
9
|
-
defaultValue: { summary: '' },
|
|
10
|
-
control: 'text'
|
|
11
|
-
},
|
|
12
|
-
posterSrc: {
|
|
13
|
-
description: ' Poster url(Placeholder image till the video get the loaded)',
|
|
14
|
-
defaultValue: { summary: '' },
|
|
15
|
-
control: 'text'
|
|
16
|
-
},
|
|
17
|
-
overlay: {
|
|
18
|
-
description: ' Overlay(Optional, By default is true)',
|
|
19
|
-
defaultValue: { summary: 'true' },
|
|
20
|
-
control: 'boolean'
|
|
21
|
-
},
|
|
22
|
-
overlayType: {
|
|
23
|
-
description: ' Overlay Type standard is gray gradient. dark is dark gradient',
|
|
24
|
-
defaultValue: { summary: 'standard' },
|
|
25
|
-
control: 'select',
|
|
26
|
-
options: [ 'standard', 'dark' ]
|
|
27
|
-
},
|
|
28
|
-
playButtonTitle: {
|
|
29
|
-
description: ' Play Button Title',
|
|
30
|
-
defaultValue: { summary: '' },
|
|
31
|
-
control: 'text'
|
|
32
|
-
},
|
|
33
|
-
pauseButtonTitle: {
|
|
34
|
-
description: ' Pause Button Title',
|
|
35
|
-
defaultValue: { summary: '' },
|
|
36
|
-
control: 'text'
|
|
37
|
-
},
|
|
38
|
-
buttonLocation: {
|
|
39
|
-
description: ' Pause Button Location',
|
|
40
|
-
defaultValue: { summary: 'bottom-right' },
|
|
41
|
-
control: 'select',
|
|
42
|
-
options: [
|
|
43
|
-
'top-left',
|
|
44
|
-
'top-right',
|
|
45
|
-
'bottom-left',
|
|
46
|
-
'bottom-right',
|
|
47
|
-
'allbp-bottom-right'
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
buttonTabIndex: {
|
|
51
|
-
description: ' Play/Pause Index',
|
|
52
|
-
defaultValue: { summary: '0' }
|
|
53
|
-
},
|
|
54
|
-
trackerId: {
|
|
55
|
-
description: ' Play and Pause Video / @State() paused: boolean; / tracker Id',
|
|
56
|
-
defaultValue: { summary: '' },
|
|
57
|
-
control: 'text'
|
|
58
|
-
},
|
|
59
|
-
defer: {
|
|
60
|
-
description: ' delay loading of video to improve perfomance',
|
|
61
|
-
defaultValue: { summary: '' },
|
|
62
|
-
control: 'boolean'
|
|
63
|
-
},
|
|
64
|
-
type: {
|
|
65
|
-
description: ' Video implementation type: default: Content need to add in tag Ex: <ptc-background-video>Content </ptc-background-video> legacy: Add the blank tag in any other setcon having relative parent. Ex: <div class="section" style="position: relative;"> <ptc-background-video></ptc-background-video> Content </div>',
|
|
66
|
-
defaultValue: { summary: 'default' },
|
|
67
|
-
control: 'select',
|
|
68
|
-
options: [ 'default', 'legacy' ]
|
|
69
|
-
},
|
|
70
|
-
isIframe: {
|
|
71
|
-
description: ' Is it a iframe?',
|
|
72
|
-
defaultValue: { summary: 'false' },
|
|
73
|
-
control: 'boolean'
|
|
74
|
-
},
|
|
75
|
-
default: {
|
|
76
|
-
description: 'Default slot content',
|
|
77
|
-
control: 'text',
|
|
78
|
-
table: { category: 'slots' }
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
};
|
|
82
|
-
const Template = (args) => {
|
|
83
|
-
return html`<ptc-background-video
|
|
84
|
-
videoSrc=${args.videoSrc}
|
|
85
|
-
posterSrc=${args.posterSrc}
|
|
86
|
-
overlay=${args.overlay}
|
|
87
|
-
overlayType=${args.overlayType}
|
|
88
|
-
playButtonTitle=${args.playButtonTitle}
|
|
89
|
-
pauseButtonTitle=${args.pauseButtonTitle}
|
|
90
|
-
buttonLocation=${args.buttonLocation}
|
|
91
|
-
buttonTabIndex=${args.buttonTabIndex}
|
|
92
|
-
trackerId=${args.trackerId}
|
|
93
|
-
defer=${args.defer}
|
|
94
|
-
type=${args.type}
|
|
95
|
-
isIframe=${args.isIframe}
|
|
96
|
-
>
|
|
97
|
-
${args.default}
|
|
98
|
-
</ptc-background-video>`;
|
|
99
|
-
};
|
|
100
|
-
export const Example = Template.bind({});
|
|
101
|
-
Example.args = {
|
|
102
|
-
videoSrc: '',
|
|
103
|
-
posterSrc: '',
|
|
104
|
-
overlay: 'true',
|
|
105
|
-
overlayType: 'standard',
|
|
106
|
-
playButtonTitle: '',
|
|
107
|
-
pauseButtonTitle: '',
|
|
108
|
-
buttonLocation: 'bottom-right',
|
|
109
|
-
buttonTabIndex: '0',
|
|
110
|
-
trackerId: '',
|
|
111
|
-
defer: '',
|
|
112
|
-
type: 'default',
|
|
113
|
-
isIframe: 'false',
|
|
114
|
-
default: 'Lorem ipsum text'
|
|
115
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
title: 'New/jumbotron-sub-menu',
|
|
5
|
-
tags: [ 'autodocs' ],
|
|
6
|
-
argTypes: {}
|
|
7
|
-
};
|
|
8
|
-
const Template = (args) => {
|
|
9
|
-
return html`<jumbotron-sub-menu
|
|
10
|
-
>
|
|
11
|
-
</jumbotron-sub-menu>`;
|
|
12
|
-
};
|
|
13
|
-
export const Example = Template.bind({});
|
|
14
|
-
Example.args = {};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
title: 'Organisms/E-Support Organisms/Case Tracker'
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
const CaseTracker = args => {
|
|
8
|
-
return html `
|
|
9
|
-
|
|
10
|
-
<ptc-spacer></ptc-spacer>
|
|
11
|
-
<ptc-spacer></ptc-spacer>
|
|
12
|
-
<ptc-spacer></ptc-spacer>
|
|
13
|
-
<div class="ptc-container is-grid">
|
|
14
|
-
<div class="is-col-12 is-col-6-md">
|
|
15
|
-
<ptc-title upperline="none">Case Tracker - Authorized Use Only</ptc-title>
|
|
16
|
-
<ptc-spacer></ptc-spacer>
|
|
17
|
-
<ptc-spacer></ptc-spacer>
|
|
18
|
-
<ptc-para>If you want to use this application on behalf of a customer use this search from to lookup the customer record. When you have found the customer hit the Next > button</ptc-para>
|
|
19
|
-
<ptc-textfield field-id="contact-email" label-text="Customer Name" type="text" ptc-data-eloqua-name="C_EmailAddress" field-name="email"></ptc-textfield>
|
|
20
|
-
<ptc-textfield field-id="contact-email" label-text="Customer Number" type="text" ptc-data-eloqua-name="C_EmailAddress" field-name="email"></ptc-textfield>
|
|
21
|
-
<ptc-button color="ptc-quaternary" disabled="false" link-href="https://www.ptc.com" link-title="PTC" rel="undefined" tab-nav="0" target="_self" text-align="undefined" type="button">Search</ptc-button>
|
|
22
|
-
<ptc-button color="ptc-quaternary" disabled="false" link-href="https://www.ptc.com" link-title="PTC" rel="undefined" tab-nav="0" target="_self" text-align="undefined" type="button">Next</ptc-button>
|
|
23
|
-
</div>
|
|
24
|
-
<div class="is-col-12 is-col-2-md">
|
|
25
|
-
|
|
26
|
-
</div>
|
|
27
|
-
<div class="is-col-12 is-col-3-md">
|
|
28
|
-
<ptc-spacer></ptc-spacer>
|
|
29
|
-
<ptc-spacer></ptc-spacer>
|
|
30
|
-
<ptc-spacer></ptc-spacer>
|
|
31
|
-
<ptc-spacer></ptc-spacer>
|
|
32
|
-
<div style="border: solid; padding: 5px;">
|
|
33
|
-
<ptc-title upperline="none" type="h3">search tips</ptc-title>
|
|
34
|
-
<ul>
|
|
35
|
-
<li>You can use this search form to use this application on behalf of a customer.</li>
|
|
36
|
-
<li>You can use this search form to use this application on behalf of a customer.</li>
|
|
37
|
-
</ul>
|
|
38
|
-
</div>
|
|
39
|
-
</div>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
</div>
|
|
43
|
-
`;}
|
|
44
|
-
|
|
45
|
-
export const Preview = CaseTracker.bind();
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
title: 'Organisms/E-Support Organisms/Support Article'
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
const ArticlePage = args => {
|
|
8
|
-
return html `
|
|
9
|
-
|
|
10
|
-
<div class="ptc-container">
|
|
11
|
-
|
|
12
|
-
<ptc-title upperline="" type="h4" title-color="grey">How to run Apache, Tomcat, Windchill Directory Server </ptc-title>
|
|
13
|
-
<ptc-para>Modified: 23-Nov-2023 | LastSeen: 17-Jun-2024
|
|
14
|
-
<ptc-dropdown label="Available in:" listitems="" theme="support">
|
|
15
|
-
<item selected="" label="English"></item>
|
|
16
|
-
<item label="English"></item>
|
|
17
|
-
<item label="English"></item>
|
|
18
|
-
|
|
19
|
-
</ptc-dropdown>
|
|
20
|
-
|
|
21
|
-
</ptc-para>
|
|
22
|
-
|
|
23
|
-
<div style="background-color: rgb(238, 238, 238);; padding:2px">
|
|
24
|
-
<ptc-title type="h5" upperline="">Public</ptc-title>
|
|
25
|
-
<ptc-para >
|
|
26
|
-
Created by Steven Jin and improved by Mi Yeon Grace Jin, Amit Deshpande, Hideyuki Akiyama, Lily Liu, Arshad Imam, Luis Barbosa, Feng Xiang Cliff Tian, Swapnil Deshmukh, Kellan Chen, Teresa Man, Chao Max Wang, Saurabh Ghewande, Mahesh Lomate, Aditya Chaure, Tsutomu Seki, Salesforce Data Manipulation User, Steven Jin, Shirley Yang
|
|
27
|
-
Customer Views: 24559 | Useful Ratings (Customers): 118 | Useful Ratings (PTC): 45 | Cases Solved: 154
|
|
28
|
-
</ptc-para>
|
|
29
|
-
|
|
30
|
-
</div>
|
|
31
|
-
<ptc-spacer></ptc-spacer>
|
|
32
|
-
<ptc-spacer></ptc-spacer>
|
|
33
|
-
<div>
|
|
34
|
-
<ptc-title upperline="" type="h4">Description</ptc-title>
|
|
35
|
-
<hr style="color:green">
|
|
36
|
-
<ptc-para>
|
|
37
|
-
<ul>
|
|
38
|
-
<li>How to run Apache HTTP Server, Tomcat, WindchillDS and, Windchill as a Windows service</li>
|
|
39
|
-
<li>How to run Apache HTTP Server, Tomcat, WindchillDS and, Windchill as a Windows service</li>
|
|
40
|
-
<li>How to run Apache HTTP Server, Tomcat, WindchillDS and, Windchill as a Windows service</li>
|
|
41
|
-
</ul>
|
|
42
|
-
</ptc-para>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
`;}
|
|
46
|
-
|
|
47
|
-
export const Preview = ArticlePage.bind();
|
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
title: 'Organisms/E-Support Organisms/Support Page'
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
const SupportPage = args => {
|
|
8
|
-
return html `
|
|
9
|
-
|
|
10
|
-
<ptc-spacer></ptc-spacer>
|
|
11
|
-
<ptc-spacer></ptc-spacer>
|
|
12
|
-
<ptc-spacer></ptc-spacer>
|
|
13
|
-
<ptc-spacer></ptc-spacer>
|
|
14
|
-
<div class="ptc-container is-grid has-col-gap green-container">
|
|
15
|
-
<div class="is-col-12 is-col-7-md search-container">
|
|
16
|
-
|
|
17
|
-
<ptc-spacer></ptc-spacer>
|
|
18
|
-
<ptc-spacer></ptc-spacer>
|
|
19
|
-
<ptc-spacer></ptc-spacer>
|
|
20
|
-
<ptc-title type="h2" text-align="center" title-size="x-large" title-color="white" upperline="no-upperline" title-display="inline-block" title-shadow="" title-height="densest" title-margin="margin-3" title-weight="w-8" is-plm-hub="false">
|
|
21
|
-
Search the Knowledge Base
|
|
22
|
-
</ptc-title>
|
|
23
|
-
<ptc-search-field placeholder-label="Search Technical Support Documentation and Articles" ></ptc-search-field>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="is-col-12 is-col-5-md form-section">
|
|
26
|
-
<ptc-title upperline="none">Popular Tasks</ptc-title>
|
|
27
|
-
<!-- <ul> -->
|
|
28
|
-
<ptc-link>Product Pages</ptc-link>
|
|
29
|
-
<ptc-link>Product Pages</ptc-link>
|
|
30
|
-
<ptc-link>Product Pages</ptc-link>
|
|
31
|
-
<ptc-link>Product Pages</ptc-link>
|
|
32
|
-
|
|
33
|
-
</div>
|
|
34
|
-
</div>
|
|
35
|
-
|
|
36
|
-
<ptc-spacer></ptc-spacer>
|
|
37
|
-
<ptc-spacer></ptc-spacer>
|
|
38
|
-
|
|
39
|
-
<div class="ptc-container is-grid has-col-gap link-container ">
|
|
40
|
-
<div class="is-col-1"></div>
|
|
41
|
-
<div class="is-col-2 links"><ptc-link>Support</ptc-link>
|
|
42
|
-
<button class="btn" role="button" >
|
|
43
|
-
<span class="arrow">
|
|
44
|
-
<icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
|
|
45
|
-
</span>
|
|
46
|
-
</button>
|
|
47
|
-
</div>
|
|
48
|
-
<div class="is-col-2 llinks"><ptc-link>Manage and monitor software</ptc-link>
|
|
49
|
-
<button class="btn" role="button" >
|
|
50
|
-
<span class="arrow">
|
|
51
|
-
<icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
|
|
52
|
-
</span>
|
|
53
|
-
</button>
|
|
54
|
-
</div>
|
|
55
|
-
<div class="is-col-2 llinks"><ptc-link>Learn</ptc-link>
|
|
56
|
-
<button class="btn" role="button" >
|
|
57
|
-
<span class="arrow">
|
|
58
|
-
<icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
|
|
59
|
-
</span>
|
|
60
|
-
</button>
|
|
61
|
-
</div>
|
|
62
|
-
<div class="is-col-2 llinks"><ptc-link>Service and Expertise</ptc-link>
|
|
63
|
-
<button class="btn" role="button" >
|
|
64
|
-
<span class="arrow">
|
|
65
|
-
<icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
|
|
66
|
-
</span>
|
|
67
|
-
</button>
|
|
68
|
-
</div>
|
|
69
|
-
<div class="is-col-2 llinks"><ptc-link>PTC Partner Network</ptc-link>
|
|
70
|
-
<button class="btn" role="button" >
|
|
71
|
-
<span class="arrow">
|
|
72
|
-
<icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
|
|
73
|
-
</span>
|
|
74
|
-
</button>
|
|
75
|
-
</div>
|
|
76
|
-
<div class="is-col-1 links"></div>
|
|
77
|
-
</div>
|
|
78
|
-
<style>
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
.btn {
|
|
82
|
-
display: none;
|
|
83
|
-
padding: 10px;
|
|
84
|
-
font-size: 16px;
|
|
85
|
-
font-weight: 500;
|
|
86
|
-
border: none;
|
|
87
|
-
background-color: transparent;
|
|
88
|
-
cursor: pointer;
|
|
89
|
-
align-items: center;
|
|
90
|
-
span {
|
|
91
|
-
margin-right: 8px;
|
|
92
|
-
align-items: center;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.llinks:hover .btn {
|
|
100
|
-
display: block;
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.links:hover .btn {
|
|
106
|
-
display: flex;
|
|
107
|
-
}
|
|
108
|
-
.green-container {
|
|
109
|
-
background-color:#b3dda4 ;
|
|
110
|
-
padding: 10px;
|
|
111
|
-
.search-container{
|
|
112
|
-
background-color: #00890B;
|
|
113
|
-
padding:10px;
|
|
114
|
-
align-items: center;
|
|
115
|
-
}
|
|
116
|
-
.form-section {
|
|
117
|
-
background-color: white;
|
|
118
|
-
padding: 10px;
|
|
119
|
-
|
|
120
|
-
ptc-link {
|
|
121
|
-
padding: 5px;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
.links {
|
|
126
|
-
align-content: center;
|
|
127
|
-
text-align: center;
|
|
128
|
-
padding-bottom: 16px;
|
|
129
|
-
align-items: center;
|
|
130
|
-
display: flex;
|
|
131
|
-
flex-direction: column;
|
|
132
|
-
align-items: center;
|
|
133
|
-
justify-content: space-between;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.llinks {
|
|
137
|
-
align-content: center;
|
|
138
|
-
text-align: center;
|
|
139
|
-
padding-bottom: 16px;
|
|
140
|
-
border-left: solid 2px #b3dda4;
|
|
141
|
-
padding: 10px;
|
|
142
|
-
display: flex;
|
|
143
|
-
flex-direction: column;
|
|
144
|
-
align-items: center;
|
|
145
|
-
justify-content: space-between;
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
.link-container {
|
|
149
|
-
border-bottom: solid 2px #b3dda4;
|
|
150
|
-
/* margin: 15px; */
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
</style>
|
|
155
|
-
`;}
|
|
156
|
-
|
|
157
|
-
export const Preview = SupportPage.bind();
|
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
title: 'New/ptc-link-new',
|
|
5
|
-
tags: [ 'autodocs' ],
|
|
6
|
-
argTypes: {
|
|
7
|
-
disabled: {
|
|
8
|
-
description: ' Disabled link',
|
|
9
|
-
defaultValue: { summary: 'false' },
|
|
10
|
-
control: 'boolean'
|
|
11
|
-
},
|
|
12
|
-
external: {
|
|
13
|
-
description: ' Rxternal link ',
|
|
14
|
-
defaultValue: { summary: 'false' },
|
|
15
|
-
control: 'boolean'
|
|
16
|
-
},
|
|
17
|
-
href: {
|
|
18
|
-
description: ' href',
|
|
19
|
-
defaultValue: { summary: '' },
|
|
20
|
-
control: 'select',
|
|
21
|
-
options: [ 'string', 'undefined' ]
|
|
22
|
-
},
|
|
23
|
-
target: {
|
|
24
|
-
description: ' Target',
|
|
25
|
-
defaultValue: { summary: '_self' },
|
|
26
|
-
control: 'select',
|
|
27
|
-
options: [ 'string', 'undefined' ]
|
|
28
|
-
},
|
|
29
|
-
linkTitle: {
|
|
30
|
-
description: ' Title',
|
|
31
|
-
defaultValue: { summary: '' },
|
|
32
|
-
control: 'select',
|
|
33
|
-
options: [ 'string', 'undefined' ]
|
|
34
|
-
},
|
|
35
|
-
theme: {
|
|
36
|
-
description: ' Theme',
|
|
37
|
-
defaultValue: { summary: 'simple' },
|
|
38
|
-
control: 'select',
|
|
39
|
-
options: [
|
|
40
|
-
'', 'simple',
|
|
41
|
-
'underline', 'nav-title',
|
|
42
|
-
'primary-nav-link', 'nav-title-link',
|
|
43
|
-
'nav-card-link', 'secondary-nav-link',
|
|
44
|
-
'footer-nav-link', 'copyright-link',
|
|
45
|
-
'product-link', 'd-green-underline',
|
|
46
|
-
'd-white-underline', 'global',
|
|
47
|
-
'utility-nav-link', 'standard-link'
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
fontSize: {
|
|
51
|
-
description: ' Font Size',
|
|
52
|
-
defaultValue: { summary: 'medium' },
|
|
53
|
-
control: 'select',
|
|
54
|
-
options: [ 'small', 'medium', 'large', 'medium-large' ]
|
|
55
|
-
},
|
|
56
|
-
fontWeight: {
|
|
57
|
-
description: ' Font Weight',
|
|
58
|
-
defaultValue: { summary: '' },
|
|
59
|
-
control: 'select',
|
|
60
|
-
options: [
|
|
61
|
-
'w-thin',
|
|
62
|
-
'w-regular',
|
|
63
|
-
'w-medium',
|
|
64
|
-
'w-semibold',
|
|
65
|
-
'w-bold',
|
|
66
|
-
'w-extrabold',
|
|
67
|
-
'w-black'
|
|
68
|
-
]
|
|
69
|
-
},
|
|
70
|
-
linkArea: {
|
|
71
|
-
description: ' Optional Link Area',
|
|
72
|
-
defaultValue: { summary: '' }
|
|
73
|
-
},
|
|
74
|
-
seoCompatibilityMode: {
|
|
75
|
-
description: ' (optional) enable support for seo tools that can only view source',
|
|
76
|
-
defaultValue: { summary: 'false' },
|
|
77
|
-
control: 'boolean'
|
|
78
|
-
},
|
|
79
|
-
styles: {
|
|
80
|
-
description: ' (optional) Injected CSS Styles',
|
|
81
|
-
defaultValue: { summary: '' },
|
|
82
|
-
control: 'text'
|
|
83
|
-
},
|
|
84
|
-
trackerId: {
|
|
85
|
-
description: ' trackerId added for Mouseflow id',
|
|
86
|
-
defaultValue: { summary: '' },
|
|
87
|
-
control: 'text'
|
|
88
|
-
},
|
|
89
|
-
tabNav: {
|
|
90
|
-
description: ' (optional) tab-nav. indicates that its element can be focused, and where it participates in sequential keyboard navigation. A negative value (usually tabindex="-1") means that the element is not reachable via sequential keyboard navigation',
|
|
91
|
-
defaultValue: { summary: '0' }
|
|
92
|
-
},
|
|
93
|
-
darkFocusState: {
|
|
94
|
-
description: ' darkFocusState for dark background',
|
|
95
|
-
defaultValue: { summary: 'false' },
|
|
96
|
-
control: 'boolean'
|
|
97
|
-
},
|
|
98
|
-
default: {
|
|
99
|
-
description: 'Default slot content',
|
|
100
|
-
control: 'text',
|
|
101
|
-
table: { category: 'slots' }
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
};
|
|
105
|
-
const Template = (args) => {
|
|
106
|
-
return html`<ptc-link
|
|
107
|
-
disabled=${args.disabled}
|
|
108
|
-
external=${args.external}
|
|
109
|
-
href=${args.href}
|
|
110
|
-
target=${args.target}
|
|
111
|
-
linkTitle=${args.linkTitle}
|
|
112
|
-
theme=${args.theme}
|
|
113
|
-
fontSize=${args.fontSize}
|
|
114
|
-
fontWeight=${args.fontWeight}
|
|
115
|
-
linkArea=${args.linkArea}
|
|
116
|
-
seoCompatibilityMode=${args.seoCompatibilityMode}
|
|
117
|
-
styles=${args.styles}
|
|
118
|
-
trackerId=${args.trackerId}
|
|
119
|
-
tabNav=${args.tabNav}
|
|
120
|
-
darkFocusState=${args.darkFocusState}
|
|
121
|
-
>
|
|
122
|
-
${args.default}
|
|
123
|
-
</ptc-link>`;
|
|
124
|
-
};
|
|
125
|
-
export const Example = Template.bind({});
|
|
126
|
-
Example.args = {
|
|
127
|
-
disabled: 'false',
|
|
128
|
-
external: 'false',
|
|
129
|
-
href: '',
|
|
130
|
-
target: '_self',
|
|
131
|
-
linkTitle: '',
|
|
132
|
-
theme: 'simple',
|
|
133
|
-
fontSize: 'medium',
|
|
134
|
-
fontWeight: '',
|
|
135
|
-
linkArea: '',
|
|
136
|
-
seoCompatibilityMode: 'false',
|
|
137
|
-
styles: '',
|
|
138
|
-
trackerId: '',
|
|
139
|
-
tabNav: '0',
|
|
140
|
-
darkFocusState: 'false',
|
|
141
|
-
default: 'Lorem ipsum text'
|
|
142
|
-
};
|