@ptcwebops/ptcw-design 6.2.22-beta → 6.2.22
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/{component-4dd13907.js → component-06dda623.js} +1494 -3305
- package/dist/cjs/component-5b5b6a98.js +1819 -0
- package/dist/cjs/event-jumbotron-example.cjs.entry.js +4 -2
- package/dist/cjs/event-podcast-slider-example.cjs.entry.js +13 -7
- package/dist/cjs/featured-list.cjs.entry.js +1 -1
- package/dist/cjs/icon-asset_4.cjs.entry.js +817 -0
- package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
- package/dist/cjs/interfaces-574e6df7.js +15 -0
- package/dist/cjs/list-item.cjs.entry.js +48 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/max-width-container.cjs.entry.js +54 -0
- package/dist/cjs/ptc-announcement.cjs.entry.js +2 -2
- package/dist/cjs/ptc-background-video.cjs.entry.js +102 -0
- package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +47 -0
- package/dist/cjs/ptc-button.cjs.entry.js +87 -0
- package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +3 -2
- package/dist/cjs/ptc-card_2.cjs.entry.js +11 -3
- package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
- package/dist/cjs/ptc-close-icon_2.cjs.entry.js +2 -19
- package/dist/cjs/ptc-data-lookup.cjs.entry.js +2 -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-filter-tag_2.cjs.entry.js +15 -0
- package/dist/cjs/{ptc-form-checkbox_4.cjs.entry.js → ptc-form-checkbox_2.cjs.entry.js} +4 -786
- package/dist/cjs/ptc-icon-component.cjs.entry.js +45 -2
- package/dist/cjs/ptc-icon-minimize.cjs.entry.js +50 -3
- package/dist/cjs/ptc-img.cjs.entry.js +133 -0
- package/dist/cjs/ptc-jumbotron.cjs.entry.js +151 -0
- package/dist/cjs/ptc-minimized-nav.cjs.entry.js +2 -1
- package/dist/cjs/ptc-multi-select_2.cjs.entry.js +670 -0
- package/dist/cjs/ptc-nav-link.cjs.entry.js +48 -0
- package/dist/cjs/ptc-nav-slider.cjs.entry.js +106 -0
- package/dist/cjs/ptc-nav-submenu.cjs.entry.js +51 -0
- package/dist/cjs/ptc-para.cjs.entry.js +127 -0
- package/dist/cjs/ptc-picture.cjs.entry.js +163 -0
- package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-previous-url.cjs.entry.js +2 -10
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
- 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-spacer.cjs.entry.js +38 -0
- package/dist/cjs/ptc-sticky-section.cjs.entry.js +70 -0
- package/dist/cjs/ptc-sticky-title.cjs.entry.js +2 -2
- package/dist/cjs/ptc-subnav.cjs.entry.js +37 -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 +2 -2
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/validation-messages-33a4f26b.js +126 -0
- package/dist/collection/collection-manifest.json +0 -1
- package/dist/collection/components/icon-asset/icon-asset.css +6 -0
- package/dist/collection/components/icon-asset/media/designer-v6.0.6.svg +2 -30
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +13 -6
- package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +9 -2
- package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.css +25 -3
- package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.js +3 -1
- package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +23 -71
- package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.js +12 -30
- package/dist/collection/components/ptc-announcement/ptc-announcement.css +6 -0
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +1 -1
- package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +13 -6
- package/dist/collection/components/ptc-card/ptc-card.css +1 -0
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.css +2 -0
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +20 -1
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +13 -6
- package/dist/collection/components/ptc-close-icon/ptc-close-icon.js +1 -1
- package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +13 -6
- package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +13 -6
- package/dist/collection/components/ptc-icon-component/ptc-icon-component.css +12 -0
- package/dist/collection/components/ptc-icon-component/ptc-icon-component.js +44 -1
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.css +8 -0
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +67 -2
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +16 -8
- package/dist/collection/components/ptc-minimized-nav/ptc-minimized-nav.js +19 -1
- package/dist/collection/components/ptc-modal/ptc-modal.css +13 -6
- package/dist/collection/components/ptc-modal/ptc-modal.js +2 -19
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +29 -0
- 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 +13 -6
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +264 -26
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +9 -1
- 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 -27
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +3 -2
- package/dist/collection/components/ptc-product-card/ptc-product-card.css +13 -6
- package/dist/collection/components/ptc-product-category/ptc-product-category.css +13 -6
- package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +13 -6
- package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +13 -6
- package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +13 -6
- package/dist/collection/components/ptc-sticky-title/ptc-sticky-title.js +2 -2
- package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +13 -6
- package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +13 -6
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +13 -6
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +1 -1
- package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.css +9 -2
- package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.js +1 -4
- package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.js +1 -9
- package/dist/custom-elements/index.d.ts +0 -6
- package/dist/custom-elements/index.js +180 -183
- 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 +1 -1
- package/dist/esm/{component-9c921cc6.js → component-274da230.js} +1482 -3281
- package/dist/esm/component-341e4eaa.js +1802 -0
- package/dist/esm/event-jumbotron-example.entry.js +4 -2
- package/dist/esm/event-podcast-slider-example.entry.js +13 -7
- 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 +1 -1
- package/dist/esm/icon-asset_4.entry.js +810 -0
- package/dist/esm/innovator-toggle-container.entry.js +1 -1
- package/dist/esm/interfaces-4caedd26.js +12 -0
- package/dist/esm/list-item.entry.js +44 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/max-width-container.entry.js +50 -0
- package/dist/esm/most-popular-news.entry.js +1 -1
- package/dist/esm/my-component.entry.js +1 -1
- package/dist/esm/ptc-accordion-item.entry.js +1 -1
- package/dist/esm/ptc-announcement.entry.js +2 -2
- package/dist/esm/ptc-background-video.entry.js +98 -0
- package/dist/esm/ptc-bio-card.entry.js +1 -1
- package/dist/esm/ptc-breadcrumb.entry.js +43 -0
- package/dist/esm/ptc-button.entry.js +83 -0
- package/dist/esm/ptc-card-bottom_2.entry.js +3 -2
- package/dist/esm/ptc-card_2.entry.js +11 -3
- package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
- package/dist/esm/ptc-close-icon_2.entry.js +2 -19
- package/dist/esm/ptc-data-lookup.entry.js +2 -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-filter-tag_2.entry.js +15 -0
- package/dist/esm/{ptc-form-checkbox_4.entry.js → ptc-form-checkbox_2.entry.js} +4 -784
- 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-icon-component.entry.js +45 -2
- package/dist/esm/ptc-icon-minimize.entry.js +50 -3
- package/dist/esm/ptc-img.entry.js +129 -0
- package/dist/esm/ptc-jumbotron.entry.js +147 -0
- package/dist/esm/ptc-link.entry.js +1 -1
- package/dist/esm/ptc-media-card.entry.js +1 -1
- package/dist/esm/ptc-minimized-nav.entry.js +2 -1
- package/dist/esm/ptc-multi-select_2.entry.js +665 -0
- package/dist/esm/ptc-nav-link.entry.js +44 -0
- package/dist/esm/ptc-nav-slider.entry.js +102 -0
- package/dist/esm/ptc-nav-submenu.entry.js +47 -0
- package/dist/esm/ptc-para.entry.js +123 -0
- package/dist/esm/ptc-picture.entry.js +159 -0
- package/dist/esm/ptc-podcast-card.entry.js +1 -1
- package/dist/esm/ptc-previous-url.entry.js +2 -10
- package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
- package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
- package/dist/esm/ptc-product-card.entry.js +1 -1
- package/dist/esm/ptc-product-category.entry.js +1 -1
- package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
- package/dist/esm/ptc-readmore-char.entry.js +1 -1
- package/dist/esm/ptc-readmore-v3.entry.js +1 -1
- package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
- package/dist/esm/ptc-spacer.entry.js +34 -0
- package/dist/esm/ptc-sticky-section.entry.js +66 -0
- package/dist/esm/ptc-sticky-title.entry.js +2 -2
- package/dist/esm/ptc-subnav.entry.js +33 -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 +2 -2
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/esm/{utils-ff65c75b.js → utils-355f1d70.js} +1 -1
- package/dist/esm/validation-messages-adbb6518.js +124 -0
- package/dist/ptcw-design/media/designer-v6.0.6.svg +2 -30
- package/dist/ptcw-design/{p-6a79e68e.entry.js → p-00ccc051.entry.js} +1 -1
- package/dist/ptcw-design/p-07b1afd5.entry.js +1 -0
- package/dist/ptcw-design/p-09def480.entry.js +1 -0
- package/dist/ptcw-design/p-0f32883f.entry.js +1 -0
- package/dist/ptcw-design/{p-abdd3b8e.entry.js → p-1056fdc7.entry.js} +1 -1
- package/dist/ptcw-design/p-18a5a338.js +1 -0
- package/dist/ptcw-design/p-1adea6a5.entry.js +1 -0
- package/dist/ptcw-design/p-235149b5.entry.js +1 -0
- package/dist/ptcw-design/p-2ab0f25c.entry.js +1 -0
- package/dist/ptcw-design/{p-dbb4e7f9.entry.js → p-30ec0036.entry.js} +1 -1
- package/dist/ptcw-design/{p-a560e839.entry.js → p-3815217a.entry.js} +1 -1
- package/dist/ptcw-design/p-39255f59.entry.js +1 -0
- package/dist/ptcw-design/p-3b6826c3.entry.js +1 -0
- package/dist/ptcw-design/{p-051ba8f9.entry.js → p-3d3328f9.entry.js} +1 -1
- package/dist/ptcw-design/p-3f935e06.entry.js +1 -0
- package/dist/ptcw-design/{p-9b60270e.entry.js → p-455bdea0.entry.js} +1 -1
- package/dist/ptcw-design/p-483e20af.entry.js +1 -0
- package/dist/ptcw-design/p-4ee29b78.entry.js +1 -0
- package/dist/ptcw-design/p-4f523245.entry.js +1 -0
- package/dist/ptcw-design/p-520542e2.entry.js +1 -0
- package/dist/ptcw-design/p-53d15f85.entry.js +1 -0
- package/dist/ptcw-design/{p-b1c1de30.entry.js → p-57360be3.entry.js} +1 -1
- package/dist/ptcw-design/p-57d86f12.entry.js +1 -0
- package/dist/ptcw-design/p-647dee4f.entry.js +1 -0
- package/dist/ptcw-design/p-66ddc281.entry.js +1 -0
- package/dist/ptcw-design/p-66f319f0.entry.js +1 -0
- package/dist/ptcw-design/p-69ef15d4.entry.js +1 -0
- package/dist/ptcw-design/{p-c9518684.entry.js → p-6b7d2579.entry.js} +1 -1
- package/dist/ptcw-design/p-6d0f7580.entry.js +1 -0
- package/dist/ptcw-design/p-6f8858c3.entry.js +1 -0
- package/dist/ptcw-design/p-711bcdad.js +1 -0
- package/dist/ptcw-design/p-770b269c.entry.js +1 -0
- package/dist/ptcw-design/p-788c2859.entry.js +1 -0
- package/dist/ptcw-design/p-794eebdb.entry.js +1 -0
- package/dist/ptcw-design/p-79762cf6.entry.js +1 -0
- package/dist/ptcw-design/{p-a220ab2c.entry.js → p-7a5c0d47.entry.js} +1 -1
- package/dist/ptcw-design/p-88ff7bc5.entry.js +1 -0
- package/dist/ptcw-design/{p-208ca9de.entry.js → p-8da51d65.entry.js} +1 -1
- package/dist/ptcw-design/p-9d8a9a72.entry.js +1 -0
- package/dist/ptcw-design/p-a4c68b6d.entry.js +1 -0
- package/dist/ptcw-design/p-ad4f4f33.entry.js +1 -0
- package/dist/ptcw-design/p-b0c99e8e.entry.js +1 -0
- package/dist/ptcw-design/{p-b4ba719a.entry.js → p-b1d85ece.entry.js} +1 -1
- package/dist/ptcw-design/p-b29e43cf.entry.js +1 -0
- package/dist/ptcw-design/{p-9e6fb4ba.entry.js → p-b9dd37cc.entry.js} +1 -1
- package/dist/ptcw-design/p-be533f0d.js +134 -0
- package/dist/ptcw-design/p-bf04c250.entry.js +1 -0
- package/dist/ptcw-design/p-c1513c3f.js +203 -0
- package/dist/ptcw-design/p-c2ab3f44.entry.js +68 -0
- package/dist/ptcw-design/{p-d871e7f7.entry.js → p-c5631974.entry.js} +1 -1
- package/dist/ptcw-design/{p-fc0d9251.entry.js → p-c811bca6.entry.js} +1 -1
- package/dist/ptcw-design/{p-2a255901.entry.js → p-cb2b87bb.entry.js} +1 -1
- package/dist/ptcw-design/p-d4207d86.entry.js +1 -0
- package/dist/ptcw-design/p-d9ec506c.entry.js +1 -0
- package/dist/ptcw-design/p-dabb1b70.entry.js +1 -0
- package/dist/ptcw-design/{p-73a41148.entry.js → p-e05b1f0e.entry.js} +1 -1
- package/dist/ptcw-design/p-e487b592.entry.js +1 -0
- package/dist/ptcw-design/{p-bf076b87.entry.js → p-e6cb2dce.entry.js} +1 -1
- package/dist/ptcw-design/{p-0c862dbd.entry.js → p-e78596eb.entry.js} +1 -1
- package/dist/ptcw-design/{p-8872161f.js → p-ead9ebbc.js} +1 -1
- package/dist/ptcw-design/p-ec22d0b8.entry.js +1 -0
- package/dist/ptcw-design/p-edcad0f1.entry.js +1 -0
- package/dist/ptcw-design/p-f093f6f8.entry.js +1 -0
- package/dist/ptcw-design/p-f2006b03.entry.js +1 -0
- package/dist/ptcw-design/p-f31e17d9.entry.js +1 -0
- package/dist/ptcw-design/{p-2ee3a32b.entry.js → p-f6bfbe18.entry.js} +1 -1
- package/dist/ptcw-design/p-ffd5c822.entry.js +1 -0
- package/dist/ptcw-design/ptcw-design.css +2 -2
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.d.ts +0 -1
- package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +2 -0
- package/dist/types/components/ptc-icon-component/ptc-icon-component.d.ts +5 -0
- package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +2 -0
- package/dist/types/components/ptc-minimized-nav/ptc-minimized-nav.d.ts +1 -0
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -2
- package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +3 -0
- 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/subnav/ptc-nav-submenu/ptc-nav-submenu.d.ts +0 -1
- package/dist/types/components.d.ts +17 -21
- package/package.json +1 -1
- package/readme.md +1 -5
- package/dist/cjs/icon-asset_18.cjs.entry.js +0 -1501
- package/dist/cjs/modal-form-example.cjs.entry.js +0 -94
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +0 -512
- 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 -99
- 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/esm/icon-asset_18.entry.js +0 -1480
- package/dist/esm/modal-form-example.entry.js +0 -90
- package/dist/esm/ptc-collapse-list.entry.js +0 -508
- package/dist/ptcw-design/p-01ad1cc2.entry.js +0 -68
- package/dist/ptcw-design/p-0eb9ea11.entry.js +0 -1
- package/dist/ptcw-design/p-20388467.entry.js +0 -1
- package/dist/ptcw-design/p-20670bc5.entry.js +0 -1
- package/dist/ptcw-design/p-20d837a9.entry.js +0 -1
- package/dist/ptcw-design/p-20d84f63.entry.js +0 -1
- package/dist/ptcw-design/p-286e048c.entry.js +0 -1
- package/dist/ptcw-design/p-2d0a9613.entry.js +0 -1
- package/dist/ptcw-design/p-330e1a36.entry.js +0 -1
- package/dist/ptcw-design/p-3a7c5330.entry.js +0 -1
- package/dist/ptcw-design/p-3ada2482.entry.js +0 -1
- package/dist/ptcw-design/p-4e41c031.entry.js +0 -1
- package/dist/ptcw-design/p-4e8c87e1.entry.js +0 -1
- package/dist/ptcw-design/p-5ae21271.entry.js +0 -1
- package/dist/ptcw-design/p-640d07b5.entry.js +0 -1
- package/dist/ptcw-design/p-66d50b46.entry.js +0 -1
- package/dist/ptcw-design/p-6af8c192.entry.js +0 -1
- package/dist/ptcw-design/p-70a5f144.entry.js +0 -1
- package/dist/ptcw-design/p-7853f1b5.entry.js +0 -1
- package/dist/ptcw-design/p-907727fd.entry.js +0 -1
- package/dist/ptcw-design/p-98083315.entry.js +0 -1
- package/dist/ptcw-design/p-986be938.entry.js +0 -1
- package/dist/ptcw-design/p-aba549b7.entry.js +0 -1
- package/dist/ptcw-design/p-ac32267c.entry.js +0 -1
- package/dist/ptcw-design/p-b5d0e4a2.entry.js +0 -1
- package/dist/ptcw-design/p-bcab66bf.js +0 -336
- package/dist/ptcw-design/p-ca268a17.entry.js +0 -1
- package/dist/ptcw-design/p-ce6d1c5f.entry.js +0 -1
- package/dist/ptcw-design/p-ef55ab3c.entry.js +0 -1
- package/dist/ptcw-design/p-fb2e4612.entry.js +0 -1
- package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
|
@@ -82,26 +82,26 @@ a:focus-visible {
|
|
|
82
82
|
border-radius: var(--ptc-border-radius-standard);
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
85
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-plm-grey a.light-link {
|
|
86
86
|
color: var(--color-blue-04);
|
|
87
87
|
margin: -2px;
|
|
88
88
|
border: 2px solid transparent;
|
|
89
89
|
}
|
|
90
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
90
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
|
|
91
91
|
color: var(--color-blue-06);
|
|
92
92
|
}
|
|
93
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
93
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
|
|
94
94
|
transition: none;
|
|
95
95
|
color: var(--color-blue-07);
|
|
96
96
|
}
|
|
97
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
97
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
|
|
98
98
|
color: var(--color-blue-05);
|
|
99
99
|
}
|
|
100
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
100
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
|
|
101
101
|
color: var(--color-gray-04) !important;
|
|
102
102
|
cursor: not-allowed;
|
|
103
103
|
}
|
|
104
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
104
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
|
|
105
105
|
border-radius: var(--ptc-border-radius-standard);
|
|
106
106
|
border: 2px solid white;
|
|
107
107
|
outline: 5px solid var(--keyboard-nav-outline);
|
|
@@ -159,6 +159,13 @@ a:focus-visible {
|
|
|
159
159
|
color: var(--color-green-06);
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
+
.vjs-social-share-links a {
|
|
163
|
+
color: var(--color-white);
|
|
164
|
+
}
|
|
165
|
+
.vjs-social-share-links a:hover {
|
|
166
|
+
color: var(--color-white);
|
|
167
|
+
}
|
|
168
|
+
|
|
162
169
|
:host {
|
|
163
170
|
display: block;
|
|
164
171
|
box-sizing: border-box;
|
|
@@ -139,26 +139,26 @@ a:focus-visible {
|
|
|
139
139
|
border-radius: var(--ptc-border-radius-standard);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
142
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-plm-grey a.light-link {
|
|
143
143
|
color: var(--color-blue-04);
|
|
144
144
|
margin: -2px;
|
|
145
145
|
border: 2px solid transparent;
|
|
146
146
|
}
|
|
147
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
147
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
|
|
148
148
|
color: var(--color-blue-06);
|
|
149
149
|
}
|
|
150
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
150
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
|
|
151
151
|
transition: none;
|
|
152
152
|
color: var(--color-blue-07);
|
|
153
153
|
}
|
|
154
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
154
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
|
|
155
155
|
color: var(--color-blue-05);
|
|
156
156
|
}
|
|
157
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
157
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
|
|
158
158
|
color: var(--color-gray-04) !important;
|
|
159
159
|
cursor: not-allowed;
|
|
160
160
|
}
|
|
161
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
161
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
|
|
162
162
|
border-radius: var(--ptc-border-radius-standard);
|
|
163
163
|
border: 2px solid white;
|
|
164
164
|
outline: 5px solid var(--keyboard-nav-outline);
|
|
@@ -216,6 +216,13 @@ a:focus-visible {
|
|
|
216
216
|
color: var(--color-green-06);
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
+
.vjs-social-share-links a {
|
|
220
|
+
color: var(--color-white);
|
|
221
|
+
}
|
|
222
|
+
.vjs-social-share-links a:hover {
|
|
223
|
+
color: var(--color-white);
|
|
224
|
+
}
|
|
225
|
+
|
|
219
226
|
:host {
|
|
220
227
|
display: block;
|
|
221
228
|
position: relative;
|
|
@@ -875,12 +875,20 @@ ptc-link, ptc-square-card,
|
|
|
875
875
|
width: 44px;
|
|
876
876
|
height: 44px;
|
|
877
877
|
}
|
|
878
|
+
:host .swiper-container .swiper-button-next:focus-visible {
|
|
879
|
+
border-radius: var(--ptc-border-radius-standard);
|
|
880
|
+
outline: 5px solid var(--keyboard-nav-outline);
|
|
881
|
+
}
|
|
878
882
|
:host .swiper-container .swiper-button-prev {
|
|
879
883
|
left: 0;
|
|
880
884
|
top: 84px;
|
|
881
885
|
height: 44px;
|
|
882
886
|
width: 44px;
|
|
883
887
|
}
|
|
888
|
+
:host .swiper-container .swiper-button-prev:focus-visible {
|
|
889
|
+
border-radius: var(--ptc-border-radius-standard);
|
|
890
|
+
outline: 5px solid var(--keyboard-nav-outline);
|
|
891
|
+
}
|
|
884
892
|
:host .ptc-link {
|
|
885
893
|
font-size: var(--ptc-font-size-small);
|
|
886
894
|
font-weight: var(--ptc-font-weight-extrabold);
|
|
@@ -895,6 +903,10 @@ ptc-link, ptc-square-card,
|
|
|
895
903
|
:host .ptc-link:hover {
|
|
896
904
|
color: var(--color-green-06);
|
|
897
905
|
}
|
|
906
|
+
:host .ptc-link:focus-visible {
|
|
907
|
+
border-radius: var(--ptc-border-radius-standard);
|
|
908
|
+
outline: 5px solid var(--keyboard-nav-outline);
|
|
909
|
+
}
|
|
898
910
|
:host .ptc-link:visited {
|
|
899
911
|
color: var(--color-gray-10);
|
|
900
912
|
}
|
|
@@ -15,11 +15,13 @@ export class PtcIconComponent {
|
|
|
15
15
|
this.renderSlides();
|
|
16
16
|
setTimeout(() => {
|
|
17
17
|
this.initSlider();
|
|
18
|
+
this.setUpTabIndex();
|
|
18
19
|
}, 200);
|
|
19
20
|
}
|
|
20
21
|
componentDidUpdate() {
|
|
21
22
|
setTimeout(() => {
|
|
22
23
|
this.initSlider();
|
|
24
|
+
this.setUpTabIndex();
|
|
23
25
|
}, 200);
|
|
24
26
|
}
|
|
25
27
|
renderSlides() {
|
|
@@ -29,6 +31,7 @@ export class PtcIconComponent {
|
|
|
29
31
|
slidesList.forEach((node) => {
|
|
30
32
|
const slideElement = document.createElement('div');
|
|
31
33
|
slideElement.classList.add('swiper-slide');
|
|
34
|
+
slideElement.querySelectorAll("a").forEach(item => item.tabIndex = -1);
|
|
32
35
|
let cloneNode = node.cloneNode(true);
|
|
33
36
|
slideElement.appendChild(cloneNode);
|
|
34
37
|
swiperWrapper.appendChild(slideElement);
|
|
@@ -53,6 +56,10 @@ export class PtcIconComponent {
|
|
|
53
56
|
nextEl: this.swiperButtonNextRef,
|
|
54
57
|
prevEl: this.swiperButtonPrevRef,
|
|
55
58
|
},
|
|
59
|
+
// keyboard: {
|
|
60
|
+
// enabled: true,
|
|
61
|
+
// onlyInViewport: true
|
|
62
|
+
// }
|
|
56
63
|
});
|
|
57
64
|
}
|
|
58
65
|
}
|
|
@@ -71,8 +78,44 @@ export class PtcIconComponent {
|
|
|
71
78
|
this.iconSwiper = null;
|
|
72
79
|
}
|
|
73
80
|
}
|
|
81
|
+
onNextBtnClick(e) {
|
|
82
|
+
let btn = e.currentTarget;
|
|
83
|
+
e.preventDefault();
|
|
84
|
+
if (btn && !btn.classList.contains('disabled')) {
|
|
85
|
+
this.iconSwiper.slideNext();
|
|
86
|
+
this.setUpTabIndex();
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
onPrevBtnClick(e) {
|
|
90
|
+
let btn = e.currentTarget;
|
|
91
|
+
e.preventDefault();
|
|
92
|
+
if (btn && !btn.classList.contains('disabled')) {
|
|
93
|
+
this.iconSwiper.slidePrev();
|
|
94
|
+
this.setUpTabIndex();
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
onPrevBtnKeydown(e) {
|
|
98
|
+
if (e.key === "Enter") {
|
|
99
|
+
this.onPrevBtnClick(e);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
onNextBtnKeydown(e) {
|
|
103
|
+
if (e.key === "Enter") {
|
|
104
|
+
this.onNextBtnClick(e);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
setUpTabIndex() {
|
|
108
|
+
if (this.iconSwiper) {
|
|
109
|
+
if (this.iconSwiper.slides) {
|
|
110
|
+
this.iconSwiper.slides.forEach(i => i.querySelectorAll("a").forEach(item => item.tabIndex = -1));
|
|
111
|
+
if (this.iconSwiper.slides[this.iconSwiper.activeIndex].querySelectorAll("a")) {
|
|
112
|
+
this.iconSwiper.slides[this.iconSwiper.activeIndex].querySelectorAll("a").forEach(item => item.tabIndex = 0);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
74
117
|
render() {
|
|
75
|
-
return (h(Host, { class: this.isMobile ? 'mobileView' : 'desktopView' }, h("div", { class: "icon-component-row" }, h("slot", null)), h("div", { class: "swiper-container", ref: el => this.swiperWrapperRef = el }, h("div", { class: "swiper-
|
|
118
|
+
return (h(Host, { class: this.isMobile ? 'mobileView' : 'desktopView' }, h("div", { class: "icon-component-row" }, h("slot", null)), h("div", { class: "swiper-container", ref: el => this.swiperWrapperRef = el }, h("div", { class: "swiper-button-prev", ref: el => this.swiperButtonPrevRef = el, tabindex: 0, onClick: (e) => this.onPrevBtnClick(e), onKeyDown: (e) => this.onPrevBtnKeydown(e) }, h("svg", { width: "20", height: "20", viewBox: "0 0 14 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M13.25 2.75L6 10L13.25 17.25L10.625 19.875L0.749999 10L10.625 0.125L13.25 2.75Z", fill: "#323B42" }))), h("div", { class: "swiper-button-next", ref: el => this.swiperButtonNextRef = el, tabindex: 0, onClick: (e) => this.onNextBtnClick(e), onKeyDown: (e) => this.onNextBtnKeydown(e) }, h("svg", { width: "20", height: "20", viewBox: "0 0 14 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M0.75 17.25L8 10L0.75 2.75L3.375 0.125L13.25 10L3.375 19.875L0.75 17.25Z", fill: "#323B42" }))), h("div", { class: "swiper-wrapper" }), h("div", { class: "swiper-pagination", ref: el => this.swiperPaginationRef = el }))));
|
|
76
119
|
}
|
|
77
120
|
static get is() { return "ptc-icon-component"; }
|
|
78
121
|
static get encapsulation() { return "shadow"; }
|
|
@@ -125,4 +125,12 @@ ptc-link, ptc-square-card,
|
|
|
125
125
|
}
|
|
126
126
|
.ptc-icon-minimize .header .icon:active icon-asset {
|
|
127
127
|
outline: none !important;
|
|
128
|
+
}
|
|
129
|
+
.ptc-icon-minimize .checkbox-icon .icon:focus-visible {
|
|
130
|
+
border-radius: var(--ptc-border-radius-standard);
|
|
131
|
+
outline: 5px solid var(--keyboard-nav-outline);
|
|
132
|
+
margin-right: 5px;
|
|
133
|
+
}
|
|
134
|
+
.ptc-icon-minimize .checkbox-icon .icon:focus-visible icon-asset {
|
|
135
|
+
outline: none !important;
|
|
128
136
|
}
|
|
@@ -12,6 +12,7 @@ export class PtcIconMinimize {
|
|
|
12
12
|
this.listType = "default";
|
|
13
13
|
this.dataRefineValue = undefined;
|
|
14
14
|
this.trackerId = undefined;
|
|
15
|
+
this.tabIndexValue = 0;
|
|
15
16
|
}
|
|
16
17
|
componentWillLoad() {
|
|
17
18
|
this.timeStamp = Date.now().toString();
|
|
@@ -21,11 +22,20 @@ export class PtcIconMinimize {
|
|
|
21
22
|
if (this.opened && !content.style.maxHeight) {
|
|
22
23
|
content.style.maxHeight = content.scrollHeight + "px";
|
|
23
24
|
}
|
|
25
|
+
if (!this.opened) {
|
|
26
|
+
this.setTabIndex();
|
|
27
|
+
}
|
|
24
28
|
}
|
|
25
29
|
dropdownToggle() {
|
|
26
30
|
this.opened = !this.opened;
|
|
31
|
+
this.setTabIndex();
|
|
32
|
+
}
|
|
33
|
+
setTabIndex() {
|
|
27
34
|
var checkList = this.host.querySelector(".fitler-check-list");
|
|
28
35
|
var checkListModal = this.host.querySelector(".fitler-check-list-modal");
|
|
36
|
+
if (checkList == null) {
|
|
37
|
+
checkList = this.host.querySelector(".filter-checkbox-list");
|
|
38
|
+
}
|
|
29
39
|
if (checkList) {
|
|
30
40
|
var checkBoxesList = checkList.querySelectorAll("ptc-checkbox");
|
|
31
41
|
if (checkBoxesList) {
|
|
@@ -35,6 +45,26 @@ export class PtcIconMinimize {
|
|
|
35
45
|
}
|
|
36
46
|
});
|
|
37
47
|
}
|
|
48
|
+
var checkBoxesIconList = checkList.querySelectorAll("ptc-icon-minimize");
|
|
49
|
+
if (checkBoxesIconList) {
|
|
50
|
+
checkBoxesIconList.forEach(item => {
|
|
51
|
+
if (item.shadowRoot.querySelector(".icon")) {
|
|
52
|
+
this.opened ? item.shadowRoot.querySelector(".icon").setAttribute("tabindex", "0") :
|
|
53
|
+
item.shadowRoot.querySelector(".icon").setAttribute("tabindex", "-1");
|
|
54
|
+
var childrenCheckBoxesList = item.querySelectorAll("ptc-checkbox");
|
|
55
|
+
if (childrenCheckBoxesList) {
|
|
56
|
+
childrenCheckBoxesList.forEach(childitem => {
|
|
57
|
+
if (childitem.shadowRoot.querySelector("label")) {
|
|
58
|
+
childitem.shadowRoot.querySelector("label").tabIndex = item.opened ? 0 : -1;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
if (checkListModal == null) {
|
|
67
|
+
checkListModal = this.host.querySelector(".filter-check-list-modal");
|
|
38
68
|
}
|
|
39
69
|
if (checkListModal) {
|
|
40
70
|
var checkBoxesListModal = checkListModal.querySelectorAll("ptc-checkbox");
|
|
@@ -45,6 +75,23 @@ export class PtcIconMinimize {
|
|
|
45
75
|
}
|
|
46
76
|
});
|
|
47
77
|
}
|
|
78
|
+
var checkBoxesModelIconList = checkListModal.querySelectorAll("ptc-icon-minimize");
|
|
79
|
+
if (checkBoxesModelIconList) {
|
|
80
|
+
checkBoxesModelIconList.forEach(item => {
|
|
81
|
+
if (item.shadowRoot.querySelector(".icon")) {
|
|
82
|
+
this.opened ? item.shadowRoot.querySelector(".icon").setAttribute("tabindex", "0") :
|
|
83
|
+
item.shadowRoot.querySelector(".icon").setAttribute("tabindex", "-1");
|
|
84
|
+
var childrenCheckBoxesList = item.querySelectorAll("ptc-checkbox");
|
|
85
|
+
if (childrenCheckBoxesList) {
|
|
86
|
+
childrenCheckBoxesList.forEach(childitem => {
|
|
87
|
+
if (childitem.shadowRoot.querySelector("label")) {
|
|
88
|
+
childitem.shadowRoot.querySelector("label").tabIndex = item.opened ? 0 : -1;
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
}
|
|
48
95
|
}
|
|
49
96
|
}
|
|
50
97
|
getScrollHeight() {
|
|
@@ -91,9 +138,9 @@ export class PtcIconMinimize {
|
|
|
91
138
|
let scrollHeight = this.getScrollHeight();
|
|
92
139
|
let icon = this.opened ? 'minus' : 'plus';
|
|
93
140
|
return (h("div", { class: 'ptc-icon-minimize' }, this.listType == "default" ?
|
|
94
|
-
h("div", { class: "header" }, h("div", { class: "title" }, this.heading), h("div", { class: "icon mf-listen", id: this.trackerId, onClick: () => this.dropdownToggle(), onKeyDown: this.handleKeyDown, tabIndex:
|
|
141
|
+
h("div", { class: "header" }, h("div", { class: "title" }, this.heading), h("div", { class: "icon mf-listen", id: this.trackerId, onClick: () => this.dropdownToggle(), onKeyDown: this.handleKeyDown, tabIndex: this.tabIndexValue }, h("icon-asset", { type: "ptc", color: "black", size: "xxx-small", name: icon })))
|
|
95
142
|
: this.listType == "checkbox" ?
|
|
96
|
-
h("div", { class: "header" }, h("div", { class: "title" }, h("ptc-checkbox", { checked: "unchecked", "data-refine": this.dataRefineValue, "input-name": "", value: this.heading }, this.heading)), h("div", { class: "icon mf-listen", id: this.trackerId, onClick: () => this.dropdownToggle(), onKeyDown: this.handleKeyDown, tabIndex:
|
|
143
|
+
h("div", { class: "header checkbox-icon" }, h("div", { class: "title" }, h("ptc-checkbox", { checked: "unchecked", "data-refine": this.dataRefineValue, "input-name": "", value: this.heading, tabIndex: this.tabIndexValue }, this.heading)), h("div", { class: "icon mf-listen", id: this.trackerId, onClick: () => this.dropdownToggle(), onKeyDown: this.handleKeyDown, tabIndex: this.tabIndexValue }, h("icon-asset", { type: "ptc", color: "black", size: "xxx-small", name: icon })))
|
|
97
144
|
: null, h("div", { class: "content", style: scrollHeight }, h("slot", null))));
|
|
98
145
|
}
|
|
99
146
|
static get is() { return "ptc-icon-minimize"; }
|
|
@@ -196,6 +243,24 @@ export class PtcIconMinimize {
|
|
|
196
243
|
},
|
|
197
244
|
"attribute": "tracker-id",
|
|
198
245
|
"reflect": false
|
|
246
|
+
},
|
|
247
|
+
"tabIndexValue": {
|
|
248
|
+
"type": "number",
|
|
249
|
+
"mutable": false,
|
|
250
|
+
"complexType": {
|
|
251
|
+
"original": "number",
|
|
252
|
+
"resolved": "number",
|
|
253
|
+
"references": {}
|
|
254
|
+
},
|
|
255
|
+
"required": false,
|
|
256
|
+
"optional": false,
|
|
257
|
+
"docs": {
|
|
258
|
+
"tags": [],
|
|
259
|
+
"text": ""
|
|
260
|
+
},
|
|
261
|
+
"attribute": "tab-index-value",
|
|
262
|
+
"reflect": false,
|
|
263
|
+
"defaultValue": "0"
|
|
199
264
|
}
|
|
200
265
|
};
|
|
201
266
|
}
|
|
@@ -1151,15 +1151,16 @@ ptc-preloader-section.min-height {
|
|
|
1151
1151
|
}
|
|
1152
1152
|
|
|
1153
1153
|
ptc-nav-submenu {
|
|
1154
|
+
margin-top: 6px;
|
|
1154
1155
|
border-left: 2px solid transparent;
|
|
1155
1156
|
border-right: 2px solid transparent;
|
|
1157
|
+
border-bottom: 2px solid transparent;
|
|
1156
1158
|
}
|
|
1157
1159
|
ptc-nav-submenu:focus-visible, ptc-nav-submenu:focus {
|
|
1160
|
+
margin-top: 4px;
|
|
1158
1161
|
border-radius: var(--ptc-border-radius-standard);
|
|
1159
1162
|
border: 2px solid white;
|
|
1160
1163
|
outline: 5px solid var(--keyboard-nav-outline);
|
|
1161
|
-
margin-top: -2px;
|
|
1162
|
-
margin-bottom: -2px;
|
|
1163
1164
|
}
|
|
1164
1165
|
|
|
1165
1166
|
a {
|
|
@@ -1190,26 +1191,26 @@ a:focus-visible {
|
|
|
1190
1191
|
border-radius: var(--ptc-border-radius-standard);
|
|
1191
1192
|
}
|
|
1192
1193
|
|
|
1193
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
1194
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a), .background-plm-grey a.light-link {
|
|
1194
1195
|
color: var(--color-blue-04);
|
|
1195
1196
|
margin: -2px;
|
|
1196
1197
|
border: 2px solid transparent;
|
|
1197
1198
|
}
|
|
1198
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
1199
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited, .background-plm-grey a.light-link:visited {
|
|
1199
1200
|
color: var(--color-blue-06);
|
|
1200
1201
|
}
|
|
1201
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
1202
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
|
|
1202
1203
|
transition: none;
|
|
1203
1204
|
color: var(--color-blue-07);
|
|
1204
1205
|
}
|
|
1205
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
1206
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
|
|
1206
1207
|
color: var(--color-blue-05);
|
|
1207
1208
|
}
|
|
1208
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
1209
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a).disabled, .background-plm-grey a.light-link.disabled {
|
|
1209
1210
|
color: var(--color-gray-04) !important;
|
|
1210
1211
|
cursor: not-allowed;
|
|
1211
1212
|
}
|
|
1212
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
1213
|
+
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .vjs-social-share-links a):focus-visible, .background-plm-grey a.light-link:focus-visible {
|
|
1213
1214
|
border-radius: var(--ptc-border-radius-standard);
|
|
1214
1215
|
border: 2px solid white;
|
|
1215
1216
|
outline: 5px solid var(--keyboard-nav-outline);
|
|
@@ -1267,6 +1268,13 @@ a:focus-visible {
|
|
|
1267
1268
|
color: var(--color-green-06);
|
|
1268
1269
|
}
|
|
1269
1270
|
|
|
1271
|
+
.vjs-social-share-links a {
|
|
1272
|
+
color: var(--color-white);
|
|
1273
|
+
}
|
|
1274
|
+
.vjs-social-share-links a:hover {
|
|
1275
|
+
color: var(--color-white);
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1270
1278
|
:host {
|
|
1271
1279
|
display: block;
|
|
1272
1280
|
}
|
|
@@ -5,9 +5,10 @@ export class PtcMinimizedNav {
|
|
|
5
5
|
this.imgSrc = '';
|
|
6
6
|
this.imgAlt = 'PTC';
|
|
7
7
|
this.navType = 'minimized-header';
|
|
8
|
+
this.trackerId = undefined;
|
|
8
9
|
}
|
|
9
10
|
render() {
|
|
10
|
-
return (h(Host, null, this.navType == 'minimized-header' ? (h("div", { class: "minimized-header
|
|
11
|
+
return (h(Host, null, this.navType == 'minimized-header' ? (h("div", { class: "minimized-header" }, h("div", { class: "header" }, h("div", { class: "ptc-container mf-listen", id: this.trackerId }, h("a", { class: "mini-navbar-logo", href: this.linkUrl, tabindex: "0" }, h("img", { src: this.imgSrc, alt: this.imgAlt })))))) : null, this.navType == 'minimized-footer' ? (h("div", { class: "ptc-min-footer mini-footer" }, h("div", { class: "min-footer-copyright-wrapper" }, h("ul", { class: "min-footer-nav-list min-footer-copyright-list" }, h("slot", null))))) : null));
|
|
11
12
|
}
|
|
12
13
|
static get is() { return "ptc-minimized-nav"; }
|
|
13
14
|
static get encapsulation() { return "shadow"; }
|
|
@@ -94,6 +95,23 @@ export class PtcMinimizedNav {
|
|
|
94
95
|
"attribute": "nav-type",
|
|
95
96
|
"reflect": false,
|
|
96
97
|
"defaultValue": "'minimized-header'"
|
|
98
|
+
},
|
|
99
|
+
"trackerId": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"mutable": false,
|
|
102
|
+
"complexType": {
|
|
103
|
+
"original": "string",
|
|
104
|
+
"resolved": "string",
|
|
105
|
+
"references": {}
|
|
106
|
+
},
|
|
107
|
+
"required": false,
|
|
108
|
+
"optional": true,
|
|
109
|
+
"docs": {
|
|
110
|
+
"tags": [],
|
|
111
|
+
"text": ""
|
|
112
|
+
},
|
|
113
|
+
"attribute": "tracker-id",
|
|
114
|
+
"reflect": false
|
|
97
115
|
}
|
|
98
116
|
};
|
|
99
117
|
}
|
|
@@ -82,7 +82,6 @@ ptc-link, ptc-square-card,
|
|
|
82
82
|
align-content: flex-end;
|
|
83
83
|
z-index: 50020;
|
|
84
84
|
transform: translateY(-100%);
|
|
85
|
-
position: relative;
|
|
86
85
|
}
|
|
87
86
|
@media only screen and (min-width: 992px) {
|
|
88
87
|
.wrapper .modal-popup {
|
|
@@ -98,9 +97,6 @@ ptc-link, ptc-square-card,
|
|
|
98
97
|
.wrapper .modal-popup.xl {
|
|
99
98
|
max-width: 64.0625rem;
|
|
100
99
|
}
|
|
101
|
-
.wrapper .modal-popup.fit-content {
|
|
102
|
-
max-width: fit-content;
|
|
103
|
-
}
|
|
104
100
|
.wrapper .modal-popup.max {
|
|
105
101
|
width: calc(100% - 4rem);
|
|
106
102
|
max-width: 75rem;
|
|
@@ -429,6 +425,8 @@ ptc-link, ptc-square-card,
|
|
|
429
425
|
transform: translateY(-100%);
|
|
430
426
|
border-radius: var(--ptc-border-radius-standard) var(--ptc-border-radius-standard) 0px 0px;
|
|
431
427
|
align-items: center;
|
|
428
|
+
padding: var(--ptc-element-spacing-06);
|
|
429
|
+
box-sizing: border-box;
|
|
432
430
|
}
|
|
433
431
|
:host .wrapper .event-list-header::before {
|
|
434
432
|
content: "";
|
|
@@ -440,10 +438,19 @@ ptc-link, ptc-square-card,
|
|
|
440
438
|
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
|
|
441
439
|
z-index: 1;
|
|
442
440
|
}
|
|
441
|
+
:host .wrapper .event-list-header + .close {
|
|
442
|
+
margin-top: 0px;
|
|
443
|
+
margin-right: 0px;
|
|
444
|
+
width: 40px;
|
|
445
|
+
height: 40px;
|
|
446
|
+
display: flex;
|
|
447
|
+
justify-content: center;
|
|
448
|
+
align-items: center;
|
|
449
|
+
}
|
|
443
450
|
:host .wrapper .event-list-header .text-wrapper {
|
|
444
451
|
display: flex;
|
|
445
|
-
|
|
446
|
-
gap: 0.5em;
|
|
452
|
+
flex-wrap: wrap;
|
|
453
|
+
column-gap: 0.5em;
|
|
447
454
|
}
|
|
448
455
|
:host .wrapper .event-list-header .text-wrapper span {
|
|
449
456
|
display: inline-block;
|
|
@@ -34,9 +34,6 @@ export class PtcModal {
|
|
|
34
34
|
const wrapperEle = this.el.shadowRoot.querySelector('.wrapper');
|
|
35
35
|
wrapperEle && wrapperEle.focus();
|
|
36
36
|
}, 100);
|
|
37
|
-
setTimeout(() => {
|
|
38
|
-
this.setInitialFocus();
|
|
39
|
-
}, 150);
|
|
40
37
|
}
|
|
41
38
|
componentWillLoad() {
|
|
42
39
|
let body = document.querySelector('body');
|
|
@@ -130,20 +127,6 @@ export class PtcModal {
|
|
|
130
127
|
close() {
|
|
131
128
|
this.show = false;
|
|
132
129
|
}
|
|
133
|
-
setInitialFocus() {
|
|
134
|
-
var _a, _b, _c;
|
|
135
|
-
const firstFocusableElement = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('button, a, input, select, textarea, [tabindex]:not([tabindex="-1"]), ptc-close-icon');
|
|
136
|
-
const closeIcon = (_b = this.el.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('ptc-close-icon');
|
|
137
|
-
const closeSvg = (_c = closeIcon === null || closeIcon === void 0 ? void 0 : closeIcon.shadowRoot) === null || _c === void 0 ? void 0 : _c.querySelector('svg');
|
|
138
|
-
if (closeSvg) {
|
|
139
|
-
console.log('close svg found');
|
|
140
|
-
closeSvg.focus();
|
|
141
|
-
}
|
|
142
|
-
else if (firstFocusableElement) {
|
|
143
|
-
console.log('first focus ele found!');
|
|
144
|
-
firstFocusableElement.focus();
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
130
|
render() {
|
|
148
131
|
let content;
|
|
149
132
|
let overlay;
|
|
@@ -244,8 +227,8 @@ export class PtcModal {
|
|
|
244
227
|
"type": "string",
|
|
245
228
|
"mutable": true,
|
|
246
229
|
"complexType": {
|
|
247
|
-
"original": "'sm' | 'md' | 'lg' | 'xl' | '
|
|
248
|
-
"resolved": "\"
|
|
230
|
+
"original": "'sm' | 'md' | 'lg' | 'xl' | 'max'| 'sm-modal'",
|
|
231
|
+
"resolved": "\"lg\" | \"max\" | \"md\" | \"sm\" | \"sm-modal\" | \"xl\"",
|
|
249
232
|
"references": {}
|
|
250
233
|
},
|
|
251
234
|
"required": false,
|
|
@@ -165,6 +165,19 @@ export class PtcPagenation {
|
|
|
165
165
|
this.setupEventPresets();
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
|
+
componentDidLoad() {
|
|
169
|
+
const filterContainer = this.el.shadowRoot.querySelector(".standard-filter");
|
|
170
|
+
if (!filterContainer)
|
|
171
|
+
return;
|
|
172
|
+
filterContainer.addEventListener("keydown", (event) => {
|
|
173
|
+
if (event.key === "Enter") {
|
|
174
|
+
const target = event.target;
|
|
175
|
+
if (target.tagName === "A") {
|
|
176
|
+
this.paginationItemKeydown.emit();
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
}
|
|
168
181
|
setupStandardPresets() {
|
|
169
182
|
if (this.clickedPageNumber < 1) {
|
|
170
183
|
this.clickedPageNumber == 1;
|
|
@@ -545,6 +558,21 @@ export class PtcPagenation {
|
|
|
545
558
|
}
|
|
546
559
|
static get events() {
|
|
547
560
|
return [{
|
|
561
|
+
"method": "paginationItemKeydown",
|
|
562
|
+
"name": "paginationItemKeydown",
|
|
563
|
+
"bubbles": true,
|
|
564
|
+
"cancelable": true,
|
|
565
|
+
"composed": true,
|
|
566
|
+
"docs": {
|
|
567
|
+
"tags": [],
|
|
568
|
+
"text": ""
|
|
569
|
+
},
|
|
570
|
+
"complexType": {
|
|
571
|
+
"original": "number",
|
|
572
|
+
"resolved": "number",
|
|
573
|
+
"references": {}
|
|
574
|
+
}
|
|
575
|
+
}, {
|
|
548
576
|
"method": "pageClicked",
|
|
549
577
|
"name": "pageClicked",
|
|
550
578
|
"bubbles": true,
|
|
@@ -561,6 +589,7 @@ export class PtcPagenation {
|
|
|
561
589
|
}
|
|
562
590
|
}];
|
|
563
591
|
}
|
|
592
|
+
static get elementRef() { return "el"; }
|
|
564
593
|
static get listeners() {
|
|
565
594
|
return [{
|
|
566
595
|
"name": "resize",
|
|
@@ -185,8 +185,8 @@ export class PtcPara {
|
|
|
185
185
|
"type": "string",
|
|
186
186
|
"mutable": false,
|
|
187
187
|
"complexType": {
|
|
188
|
-
"original": "'primary-grey' | '
|
|
189
|
-
"resolved": "\"gray-darker\" | \"primary-
|
|
188
|
+
"original": "'primary-grey' | 'white' | 'gray-darker'",
|
|
189
|
+
"resolved": "\"gray-darker\" | \"primary-grey\" | \"white\"",
|
|
190
190
|
"references": {}
|
|
191
191
|
},
|
|
192
192
|
"required": false,
|