@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
|
@@ -5602,26 +5602,26 @@ a:focus-visible {
|
|
|
5602
5602
|
border-radius: var(--ptc-border-radius-standard);
|
|
5603
5603
|
}
|
|
5604
5604
|
|
|
5605
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
5605
|
+
.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 {
|
|
5606
5606
|
color: var(--color-blue-04);
|
|
5607
5607
|
margin: -2px;
|
|
5608
5608
|
border: 2px solid transparent;
|
|
5609
5609
|
}
|
|
5610
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
5610
|
+
.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 {
|
|
5611
5611
|
color: var(--color-blue-06);
|
|
5612
5612
|
}
|
|
5613
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
5613
|
+
.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 {
|
|
5614
5614
|
transition: none;
|
|
5615
5615
|
color: var(--color-blue-07);
|
|
5616
5616
|
}
|
|
5617
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
5617
|
+
.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 {
|
|
5618
5618
|
color: var(--color-blue-05);
|
|
5619
5619
|
}
|
|
5620
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
5620
|
+
.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 {
|
|
5621
5621
|
color: var(--color-gray-04) !important;
|
|
5622
5622
|
cursor: not-allowed;
|
|
5623
5623
|
}
|
|
5624
|
-
.light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .
|
|
5624
|
+
.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 {
|
|
5625
5625
|
border-radius: var(--ptc-border-radius-standard);
|
|
5626
5626
|
border: 2px solid white;
|
|
5627
5627
|
outline: 5px solid var(--keyboard-nav-outline);
|
|
@@ -5679,6 +5679,13 @@ a:focus-visible {
|
|
|
5679
5679
|
color: var(--color-green-06);
|
|
5680
5680
|
}
|
|
5681
5681
|
|
|
5682
|
+
.vjs-social-share-links a {
|
|
5683
|
+
color: var(--color-white);
|
|
5684
|
+
}
|
|
5685
|
+
.vjs-social-share-links a:hover {
|
|
5686
|
+
color: var(--color-white);
|
|
5687
|
+
}
|
|
5688
|
+
|
|
5682
5689
|
:host {
|
|
5683
5690
|
display: block;
|
|
5684
5691
|
padding: 2rem 0;
|
|
@@ -246,6 +246,11 @@ ptc-link, ptc-square-card,
|
|
|
246
246
|
.skeleton-block.medium {
|
|
247
247
|
width: 50%;
|
|
248
248
|
}
|
|
249
|
+
@media only screen and (min-width: 992px) {
|
|
250
|
+
.skeleton-block.medium-md {
|
|
251
|
+
width: 50%;
|
|
252
|
+
}
|
|
253
|
+
}
|
|
249
254
|
.skeleton-block.short {
|
|
250
255
|
width: 30%;
|
|
251
256
|
}
|
|
@@ -476,18 +481,18 @@ ptc-link, ptc-square-card,
|
|
|
476
481
|
align-items: center;
|
|
477
482
|
justify-content: space-between;
|
|
478
483
|
flex-wrap: nowrap;
|
|
484
|
+
column-gap: 40px;
|
|
479
485
|
}
|
|
480
486
|
.skeleton-home-page .slide-container .skeleton-slides .slide {
|
|
481
487
|
background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
|
|
482
488
|
background-size: 200% 100%;
|
|
483
489
|
animation: loading 2.5s linear infinite;
|
|
484
490
|
border-radius: 4px;
|
|
485
|
-
width:
|
|
491
|
+
width: 100%;
|
|
486
492
|
height: 140px;
|
|
487
493
|
}
|
|
488
494
|
@media only screen and (min-width: 992px) {
|
|
489
495
|
.skeleton-home-page .slide-container .skeleton-slides .slide {
|
|
490
|
-
width: 356px;
|
|
491
496
|
height: 116px;
|
|
492
497
|
}
|
|
493
498
|
}
|
|
@@ -1999,7 +2004,7 @@ ptc-link, ptc-square-card,
|
|
|
1999
2004
|
margin-bottom: 38px;
|
|
2000
2005
|
margin-top: 22px;
|
|
2001
2006
|
}
|
|
2002
|
-
@media only screen and (min-width:
|
|
2007
|
+
@media only screen and (min-width: 992px) {
|
|
2003
2008
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-1 {
|
|
2004
2009
|
margin-bottom: 40px;
|
|
2005
2010
|
}
|
|
@@ -2009,7 +2014,7 @@ ptc-link, ptc-square-card,
|
|
|
2009
2014
|
margin-bottom: 24px;
|
|
2010
2015
|
align-self: center;
|
|
2011
2016
|
}
|
|
2012
|
-
@media only screen and (min-width:
|
|
2017
|
+
@media only screen and (min-width: 992px) {
|
|
2013
2018
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-2 {
|
|
2014
2019
|
margin-bottom: 25px;
|
|
2015
2020
|
}
|
|
@@ -2023,7 +2028,7 @@ ptc-link, ptc-square-card,
|
|
|
2023
2028
|
width: 335px;
|
|
2024
2029
|
}
|
|
2025
2030
|
}
|
|
2026
|
-
@media only screen and (min-width:
|
|
2031
|
+
@media only screen and (min-width: 992px) {
|
|
2027
2032
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-3 {
|
|
2028
2033
|
width: 445px;
|
|
2029
2034
|
}
|
|
@@ -2037,7 +2042,7 @@ ptc-link, ptc-square-card,
|
|
|
2037
2042
|
width: 397px;
|
|
2038
2043
|
}
|
|
2039
2044
|
}
|
|
2040
|
-
@media only screen and (min-width:
|
|
2045
|
+
@media only screen and (min-width: 992px) {
|
|
2041
2046
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-4 {
|
|
2042
2047
|
width: 525px;
|
|
2043
2048
|
}
|
|
@@ -2047,7 +2052,7 @@ ptc-link, ptc-square-card,
|
|
|
2047
2052
|
align-self: center;
|
|
2048
2053
|
margin-bottom: 20px;
|
|
2049
2054
|
}
|
|
2050
|
-
@media only screen and (min-width:
|
|
2055
|
+
@media only screen and (min-width: 992px) {
|
|
2051
2056
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-5 {
|
|
2052
2057
|
width: 769px;
|
|
2053
2058
|
}
|
|
@@ -2061,7 +2066,7 @@ ptc-link, ptc-square-card,
|
|
|
2061
2066
|
width: 411px;
|
|
2062
2067
|
}
|
|
2063
2068
|
}
|
|
2064
|
-
@media only screen and (min-width:
|
|
2069
|
+
@media only screen and (min-width: 992px) {
|
|
2065
2070
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-6 {
|
|
2066
2071
|
width: 621px;
|
|
2067
2072
|
}
|
|
@@ -2075,7 +2080,7 @@ ptc-link, ptc-square-card,
|
|
|
2075
2080
|
width: 383px;
|
|
2076
2081
|
}
|
|
2077
2082
|
}
|
|
2078
|
-
@media only screen and (min-width:
|
|
2083
|
+
@media only screen and (min-width: 992px) {
|
|
2079
2084
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-7 {
|
|
2080
2085
|
display: none;
|
|
2081
2086
|
}
|
|
@@ -2089,7 +2094,7 @@ ptc-link, ptc-square-card,
|
|
|
2089
2094
|
width: 435px;
|
|
2090
2095
|
}
|
|
2091
2096
|
}
|
|
2092
|
-
@media only screen and (min-width:
|
|
2097
|
+
@media only screen and (min-width: 992px) {
|
|
2093
2098
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-8 {
|
|
2094
2099
|
display: none;
|
|
2095
2100
|
}
|
|
@@ -2103,7 +2108,7 @@ ptc-link, ptc-square-card,
|
|
|
2103
2108
|
width: 199px;
|
|
2104
2109
|
}
|
|
2105
2110
|
}
|
|
2106
|
-
@media only screen and (min-width:
|
|
2111
|
+
@media only screen and (min-width: 992px) {
|
|
2107
2112
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-9 {
|
|
2108
2113
|
display: none;
|
|
2109
2114
|
}
|
|
@@ -2119,7 +2124,7 @@ ptc-link, ptc-square-card,
|
|
|
2119
2124
|
width: 411px;
|
|
2120
2125
|
}
|
|
2121
2126
|
}
|
|
2122
|
-
@media only screen and (min-width:
|
|
2127
|
+
@media only screen and (min-width: 992px) {
|
|
2123
2128
|
.preloader-events-listing .jumbotron .jumbotron-bg .short-10 {
|
|
2124
2129
|
width: 232px;
|
|
2125
2130
|
margin-top: 35px;
|
|
@@ -2144,7 +2149,7 @@ ptc-link, ptc-square-card,
|
|
|
2144
2149
|
width: 65%;
|
|
2145
2150
|
margin-bottom: 20px;
|
|
2146
2151
|
}
|
|
2147
|
-
@media only screen and (min-width:
|
|
2152
|
+
@media only screen and (min-width: 992px) {
|
|
2148
2153
|
.preloader-events-listing .short-16 {
|
|
2149
2154
|
width: 275px;
|
|
2150
2155
|
}
|
|
@@ -2152,7 +2157,7 @@ ptc-link, ptc-square-card,
|
|
|
2152
2157
|
.preloader-events-listing .short-11 {
|
|
2153
2158
|
width: 95%;
|
|
2154
2159
|
}
|
|
2155
|
-
@media only screen and (min-width:
|
|
2160
|
+
@media only screen and (min-width: 992px) {
|
|
2156
2161
|
.preloader-events-listing .short-11 {
|
|
2157
2162
|
width: 60%;
|
|
2158
2163
|
}
|
|
@@ -2160,7 +2165,7 @@ ptc-link, ptc-square-card,
|
|
|
2160
2165
|
.preloader-events-listing .short-12 {
|
|
2161
2166
|
width: 89%;
|
|
2162
2167
|
}
|
|
2163
|
-
@media only screen and (min-width:
|
|
2168
|
+
@media only screen and (min-width: 992px) {
|
|
2164
2169
|
.preloader-events-listing .short-12 {
|
|
2165
2170
|
display: none;
|
|
2166
2171
|
}
|
|
@@ -2175,13 +2180,18 @@ ptc-link, ptc-square-card,
|
|
|
2175
2180
|
width: 290px;
|
|
2176
2181
|
}
|
|
2177
2182
|
}
|
|
2183
|
+
@media only screen and (min-width: 992px) {
|
|
2184
|
+
.preloader-events-listing .short-15 {
|
|
2185
|
+
display: none;
|
|
2186
|
+
}
|
|
2187
|
+
}
|
|
2178
2188
|
.preloader-events-listing .grid-cards {
|
|
2179
2189
|
display: flex;
|
|
2180
2190
|
flex-direction: row;
|
|
2181
2191
|
column-gap: 24px;
|
|
2182
2192
|
overflow-x: hidden;
|
|
2183
2193
|
}
|
|
2184
|
-
@media only screen and (min-width:
|
|
2194
|
+
@media only screen and (min-width: 992px) {
|
|
2185
2195
|
.preloader-events-listing .grid-cards {
|
|
2186
2196
|
margin: 0 120px;
|
|
2187
2197
|
}
|
|
@@ -2194,7 +2204,7 @@ ptc-link, ptc-square-card,
|
|
|
2194
2204
|
flex-grow: 1;
|
|
2195
2205
|
min-width: 250px;
|
|
2196
2206
|
}
|
|
2197
|
-
@media only screen and (min-width:
|
|
2207
|
+
@media only screen and (min-width: 992px) {
|
|
2198
2208
|
.preloader-events-listing .grid-cards .short-17 {
|
|
2199
2209
|
width: 270px;
|
|
2200
2210
|
min-width: 270px;
|
|
@@ -2204,12 +2214,13 @@ ptc-link, ptc-square-card,
|
|
|
2204
2214
|
.preloader-events-listing .grid-cards-desktop {
|
|
2205
2215
|
display: none;
|
|
2206
2216
|
}
|
|
2207
|
-
@media only screen and (min-width:
|
|
2217
|
+
@media only screen and (min-width: 992px) {
|
|
2208
2218
|
.preloader-events-listing .grid-cards-desktop {
|
|
2209
2219
|
display: flex;
|
|
2210
2220
|
flex-direction: row;
|
|
2211
2221
|
column-gap: 24px;
|
|
2212
2222
|
overflow-x: hidden;
|
|
2223
|
+
justify-content: center;
|
|
2213
2224
|
}
|
|
2214
2225
|
}
|
|
2215
2226
|
.preloader-events-listing .grid-cards-desktop .short-17 {
|
|
@@ -2220,11 +2231,20 @@ ptc-link, ptc-square-card,
|
|
|
2220
2231
|
flex-grow: 1;
|
|
2221
2232
|
min-width: 250px;
|
|
2222
2233
|
}
|
|
2234
|
+
@media only screen and (min-width: 992px) {
|
|
2235
|
+
.preloader-events-listing .grid-cards-desktop .short-17 {
|
|
2236
|
+
width: 22%;
|
|
2237
|
+
min-width: 22%;
|
|
2238
|
+
height: 530px;
|
|
2239
|
+
flex-grow: initial;
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2223
2242
|
@media only screen and (min-width: 1440px) {
|
|
2224
2243
|
.preloader-events-listing .grid-cards-desktop .short-17 {
|
|
2225
|
-
width:
|
|
2226
|
-
min-width:
|
|
2244
|
+
width: 275px;
|
|
2245
|
+
min-width: 275px;
|
|
2227
2246
|
height: 530px;
|
|
2247
|
+
flex-grow: initial;
|
|
2228
2248
|
}
|
|
2229
2249
|
}
|
|
2230
2250
|
.preloader-events-listing .grid-long-cards-mobile {
|
|
@@ -2239,17 +2259,18 @@ ptc-link, ptc-square-card,
|
|
|
2239
2259
|
width: 100%;
|
|
2240
2260
|
height: 391px;
|
|
2241
2261
|
}
|
|
2242
|
-
@media only screen and (min-width:
|
|
2262
|
+
@media only screen and (min-width: 992px) {
|
|
2243
2263
|
.preloader-events-listing .grid-long-cards-mobile .short-13 {
|
|
2244
2264
|
width: 996px;
|
|
2245
2265
|
height: 391px;
|
|
2246
2266
|
min-width: 996px;
|
|
2267
|
+
display: none;
|
|
2247
2268
|
}
|
|
2248
2269
|
}
|
|
2249
2270
|
.preloader-events-listing .grid-long-cards-mobile .short-14 {
|
|
2250
2271
|
display: none;
|
|
2251
2272
|
}
|
|
2252
|
-
@media only screen and (min-width:
|
|
2273
|
+
@media only screen and (min-width: 992px) {
|
|
2253
2274
|
.preloader-events-listing .grid-long-cards-mobile .short-14 {
|
|
2254
2275
|
display: block;
|
|
2255
2276
|
width: 996px;
|
|
@@ -2266,6 +2287,12 @@ ptc-link, ptc-square-card,
|
|
|
2266
2287
|
margin-bottom: 30px;
|
|
2267
2288
|
display: none;
|
|
2268
2289
|
}
|
|
2290
|
+
@media only screen and (min-width: 992px) {
|
|
2291
|
+
.preloader-events-listing .grid-long-cards {
|
|
2292
|
+
margin-left: 24px;
|
|
2293
|
+
display: flex;
|
|
2294
|
+
}
|
|
2295
|
+
}
|
|
2269
2296
|
@media only screen and (min-width: 1440px) {
|
|
2270
2297
|
.preloader-events-listing .grid-long-cards {
|
|
2271
2298
|
margin-left: 120px;
|
|
@@ -2276,17 +2303,17 @@ ptc-link, ptc-square-card,
|
|
|
2276
2303
|
width: 100%;
|
|
2277
2304
|
height: 391px;
|
|
2278
2305
|
}
|
|
2279
|
-
@media only screen and (min-width:
|
|
2306
|
+
@media only screen and (min-width: 992px) {
|
|
2280
2307
|
.preloader-events-listing .grid-long-cards .short-13 {
|
|
2281
|
-
width:
|
|
2308
|
+
width: 80%;
|
|
2282
2309
|
height: 391px;
|
|
2283
|
-
min-width:
|
|
2310
|
+
min-width: 80%;
|
|
2284
2311
|
}
|
|
2285
2312
|
}
|
|
2286
2313
|
.preloader-events-listing .grid-long-cards .short-14 {
|
|
2287
2314
|
display: none;
|
|
2288
2315
|
}
|
|
2289
|
-
@media only screen and (min-width:
|
|
2316
|
+
@media only screen and (min-width: 992px) {
|
|
2290
2317
|
.preloader-events-listing .grid-long-cards .short-14 {
|
|
2291
2318
|
display: block;
|
|
2292
2319
|
width: 996px;
|
|
@@ -2661,6 +2688,217 @@ ptc-link, ptc-square-card,
|
|
|
2661
2688
|
}
|
|
2662
2689
|
}
|
|
2663
2690
|
|
|
2691
|
+
.news-skeleton-preloader .thick-on-mobile {
|
|
2692
|
+
height: 94px;
|
|
2693
|
+
}
|
|
2694
|
+
@media only screen and (min-width: 768px) {
|
|
2695
|
+
.news-skeleton-preloader .thick-on-mobile {
|
|
2696
|
+
height: 48px;
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2699
|
+
.news-skeleton-preloader .big-block {
|
|
2700
|
+
height: 700px;
|
|
2701
|
+
}
|
|
2702
|
+
@media only screen and (min-width: 992px) {
|
|
2703
|
+
.news-skeleton-preloader .big-block {
|
|
2704
|
+
height: 547px;
|
|
2705
|
+
}
|
|
2706
|
+
}
|
|
2707
|
+
.news-skeleton-preloader .card-block {
|
|
2708
|
+
height: 500px;
|
|
2709
|
+
}
|
|
2710
|
+
.news-skeleton-preloader .big-card-block {
|
|
2711
|
+
height: calc(100% - 8px);
|
|
2712
|
+
display: none;
|
|
2713
|
+
}
|
|
2714
|
+
@media only screen and (min-width: 992px) {
|
|
2715
|
+
.news-skeleton-preloader .big-card-block {
|
|
2716
|
+
display: block;
|
|
2717
|
+
}
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
.resource-center-skeleton-preloader .skeleton-jumbotron {
|
|
2721
|
+
background-color: var(--color-gray-02);
|
|
2722
|
+
padding-top: 24px;
|
|
2723
|
+
padding-bottom: 24px;
|
|
2724
|
+
margin-bottom: 24px;
|
|
2725
|
+
}
|
|
2726
|
+
@media only screen and (min-width: 992px) {
|
|
2727
|
+
.resource-center-skeleton-preloader .skeleton-jumbotron {
|
|
2728
|
+
background-color: var(--color-gray-01);
|
|
2729
|
+
padding-top: 106px;
|
|
2730
|
+
padding-bottom: 106px;
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2733
|
+
@media only screen and (min-width: 768px) {
|
|
2734
|
+
.resource-center-skeleton-preloader .skeleton-jumbotron {
|
|
2735
|
+
margin-bottom: 48px;
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2738
|
+
.resource-center-skeleton-preloader .jumbo-image-mobile {
|
|
2739
|
+
display: block;
|
|
2740
|
+
background-color: var(--color-gray-01);
|
|
2741
|
+
height: 300px;
|
|
2742
|
+
}
|
|
2743
|
+
@media only screen and (min-width: 992px) {
|
|
2744
|
+
.resource-center-skeleton-preloader .jumbo-image-mobile {
|
|
2745
|
+
display: none;
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2748
|
+
.resource-center-skeleton-preloader .card-block {
|
|
2749
|
+
width: 100%;
|
|
2750
|
+
height: 347px;
|
|
2751
|
+
margin: 0;
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2754
|
+
.preloader-search-results {
|
|
2755
|
+
position: relative;
|
|
2756
|
+
width: 100%;
|
|
2757
|
+
top: 0px;
|
|
2758
|
+
left: 0px;
|
|
2759
|
+
}
|
|
2760
|
+
.preloader-search-results .ptc-container {
|
|
2761
|
+
padding-right: 0px;
|
|
2762
|
+
padding-left: 0px;
|
|
2763
|
+
}
|
|
2764
|
+
.preloader-search-results .content-container {
|
|
2765
|
+
z-index: 3;
|
|
2766
|
+
position: relative;
|
|
2767
|
+
}
|
|
2768
|
+
.preloader-search-results .content-container .content-container-child {
|
|
2769
|
+
background-color: --color-standard-gray;
|
|
2770
|
+
position: relative;
|
|
2771
|
+
}
|
|
2772
|
+
.preloader-search-results .content-container .grid-top {
|
|
2773
|
+
margin-bottom: 30px;
|
|
2774
|
+
}
|
|
2775
|
+
.preloader-search-results .content-container .row-margin-btm {
|
|
2776
|
+
margin-bottom: 10px;
|
|
2777
|
+
}
|
|
2778
|
+
.preloader-search-results .content-container .grid-top-2 {
|
|
2779
|
+
margin-bottom: 20px;
|
|
2780
|
+
}
|
|
2781
|
+
.preloader-search-results .content-container .block-1 {
|
|
2782
|
+
height: 527px;
|
|
2783
|
+
}
|
|
2784
|
+
.preloader-search-results .content-container .skeleton {
|
|
2785
|
+
padding: 4px 0 0 0;
|
|
2786
|
+
}
|
|
2787
|
+
.preloader-search-results .content-container .skeleton .skeleton-block {
|
|
2788
|
+
margin-bottom: 6px;
|
|
2789
|
+
}
|
|
2790
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2791
|
+
width: 568px;
|
|
2792
|
+
}
|
|
2793
|
+
@media only screen and (min-width: 360px) {
|
|
2794
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2795
|
+
width: 199px;
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
@media only screen and (min-width: 480px) {
|
|
2799
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2800
|
+
width: 275px;
|
|
2801
|
+
}
|
|
2802
|
+
}
|
|
2803
|
+
@media only screen and (min-width: 768px) {
|
|
2804
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2805
|
+
width: 459px;
|
|
2806
|
+
}
|
|
2807
|
+
}
|
|
2808
|
+
@media only screen and (min-width: 992px) {
|
|
2809
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2810
|
+
width: 393px;
|
|
2811
|
+
}
|
|
2812
|
+
}
|
|
2813
|
+
@media only screen and (min-width: 1200px) {
|
|
2814
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2815
|
+
width: 538px;
|
|
2816
|
+
}
|
|
2817
|
+
}
|
|
2818
|
+
@media only screen and (min-width: 1440px) {
|
|
2819
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2820
|
+
width: 568px;
|
|
2821
|
+
}
|
|
2822
|
+
}
|
|
2823
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2824
|
+
width: 754px;
|
|
2825
|
+
}
|
|
2826
|
+
@media only screen and (min-width: 360px) {
|
|
2827
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2828
|
+
width: 264px;
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
@media only screen and (min-width: 480px) {
|
|
2832
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2833
|
+
width: 366px;
|
|
2834
|
+
}
|
|
2835
|
+
}
|
|
2836
|
+
@media only screen and (min-width: 768px) {
|
|
2837
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2838
|
+
width: 611px;
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
@media only screen and (min-width: 992px) {
|
|
2842
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2843
|
+
width: 523px;
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
@media only screen and (min-width: 1200px) {
|
|
2847
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2848
|
+
width: 714px;
|
|
2849
|
+
}
|
|
2850
|
+
}
|
|
2851
|
+
@media only screen and (min-width: 1440px) {
|
|
2852
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2853
|
+
width: 754px;
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2857
|
+
width: 366px;
|
|
2858
|
+
}
|
|
2859
|
+
@media only screen and (min-width: 360px) {
|
|
2860
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2861
|
+
width: 129px;
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
@media only screen and (min-width: 480px) {
|
|
2865
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2866
|
+
width: 179px;
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2869
|
+
@media only screen and (min-width: 768px) {
|
|
2870
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2871
|
+
width: 297px;
|
|
2872
|
+
}
|
|
2873
|
+
}
|
|
2874
|
+
@media only screen and (min-width: 992px) {
|
|
2875
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2876
|
+
width: 254px;
|
|
2877
|
+
}
|
|
2878
|
+
}
|
|
2879
|
+
@media only screen and (min-width: 1200px) {
|
|
2880
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2881
|
+
width: 347px;
|
|
2882
|
+
}
|
|
2883
|
+
}
|
|
2884
|
+
@media only screen and (min-width: 1440px) {
|
|
2885
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2886
|
+
width: 366px;
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2889
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.small {
|
|
2890
|
+
width: 100%;
|
|
2891
|
+
}
|
|
2892
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.thin {
|
|
2893
|
+
height: 16px;
|
|
2894
|
+
}
|
|
2895
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.thinner {
|
|
2896
|
+
height: 1px;
|
|
2897
|
+
}
|
|
2898
|
+
.preloader-search-results .content-container .skeleton .skeleton-block.bold {
|
|
2899
|
+
height: 26px;
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2664
2902
|
@keyframes pulse {
|
|
2665
2903
|
0% {
|
|
2666
2904
|
opacity: 0.5;
|
|
@@ -70,7 +70,7 @@ export class PtcPreloaderSection {
|
|
|
70
70
|
return (h("div", { class: "preloader-wrapper preloader-generic-form" }, h("div", { class: "jumbotron" }, h("div", { class: "ptc-container skeleton-jumbotron" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }), h("div", { class: "skeleton-block cta" }))))))), h("div", { class: "ptc-container" }, h("div", { class: "is-grid block form-block-1" }, h("div", { class: "is-col-12" }, Array.from({ length: 7 }).map(() => (h("div", { class: "skeleton form-block-skeleton" }, h("div", { class: "skeleton-block bold" })))), h("div", { class: "skeleton" }, h("div", { class: "skeleton-block very-bold" })))), h("div", { class: "is-grid block grid-1" }, h("div", { class: "is-col-12-xs is-col-12-sm is-col-10-md is-col-7-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin line-1" }), h("div", { class: "skeleton-block thin line-2" }), h("div", { class: "skeleton-block thin line-3" }), h("div", { class: "skeleton-block thin line-4" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin line-6" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" })), h("div", { class: "skeleton-block block-2" }))), h("div", { class: "is-col-1-lg" }), h("div", { class: "is-col-12-xs is-col-12-sm is-col-4-lg form-block-2" }, Array.from({ length: 7 }).map(() => (h("div", { class: "skeleton form-block-skeleton" }, h("div", { class: "skeleton-block bold" })))), h("div", { class: "skeleton" }, h("div", { class: "skeleton-block very-bold" })))))));
|
|
71
71
|
}
|
|
72
72
|
case 'events-listing': {
|
|
73
|
-
return (h("div", { class: "preloader-wrapper preloader-events-listing" }, h("div", { class: "jumbotron " }, h("div", { class: "jumbotron-bg" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin short-1" }), h("div", { class: "skeleton-block thin short-2" }), h("div", { class: "skeleton-block bold short-3" }), h("div", { class: "skeleton-block thin short-4" }), h("div", { class: "skeleton-block thin short-5" }), h("div", { class: "skeleton-block thin short-6" }), h("div", { class: "skeleton-block thin short-7" }), h("div", { class: "skeleton-block thin short-8" }), h("div", { class: "skeleton-block thin short-9" }), h("div", { class: "skeleton-block thick short-10" }))))), h("div", { class: "grid-cards-div" }, h("div", { class: "skeleton grid-cards" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" })), h("div", { class: "skeleton grid-cards-desktop ptc-container" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }))), h("div", { class: "white-placeholder" }))), h("div", { class: "ptc-container grid-2" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick short-16" }), h("div", { class: "skeleton-block thin short-11" }), h("div", { class: "skeleton-block thin short-12" }))))), h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "ptc-container skeleton
|
|
73
|
+
return (h("div", { class: "preloader-wrapper preloader-events-listing" }, h("div", { class: "jumbotron " }, h("div", { class: "jumbotron-bg" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin short-1" }), h("div", { class: "skeleton-block thin short-2" }), h("div", { class: "skeleton-block bold short-3" }), h("div", { class: "skeleton-block thin short-4" }), h("div", { class: "skeleton-block thin short-5" }), h("div", { class: "skeleton-block thin short-6" }), h("div", { class: "skeleton-block thin short-7" }), h("div", { class: "skeleton-block thin short-8" }), h("div", { class: "skeleton-block thin short-9" }), h("div", { class: "skeleton-block thick short-10" }))))), h("div", { class: "grid-cards-div" }, h("div", { class: "skeleton grid-cards" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" })), h("div", { class: "skeleton grid-cards-desktop ptc-container" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }))), h("div", { class: "white-placeholder" }))), h("div", { class: "ptc-container grid-2" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick short-16" }), h("div", { class: "skeleton-block thin short-11" }), h("div", { class: "skeleton-block thin short-12" }))))), h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "ptc-container skeleton grid-long-cards-mobile" }, h("div", { class: "skeleton-block short-13" })), h("div", { class: "skeleton" }, h("div", { class: "grid-long-cards" }, h("div", { class: "skeleton-block short-13" }), h("div", { class: "skeleton-block short-14" })), h("div", { class: "skeleton-block bold short-15" }))))));
|
|
74
74
|
}
|
|
75
75
|
case 'pdf-skeleton': {
|
|
76
76
|
return (h("div", { class: "preloader-wrapper pdf-skeleton-preloader" }, h("div", { class: "jumbotron-sec" }, h("div", { class: "ptc-container skeleton-jumbotron" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }))))))), h("div", { class: "ptc-container" }, h("div", { class: "section-1" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block line-1" }), h("div", { class: "skeleton-block line-2 thin" }), h("div", { class: "skeleton-block line-3 thin" }), h("div", { class: "skeleton-block line-4 thin" }))), h("div", { class: "pdf-area" }, h("div", { class: "pdf-section" }, h("div", { class: "top-border" }), h("div", { class: "pdf-body" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thick-block" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }))))))));
|
|
@@ -78,6 +78,14 @@ export class PtcPreloaderSection {
|
|
|
78
78
|
case 'ppc-skeleton': {
|
|
79
79
|
return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ppc-skeleton-preloader" }, h("div", { class: "ptc-container " }, h("div", { class: "dots-loader" })))));
|
|
80
80
|
}
|
|
81
|
+
case 'news': {
|
|
82
|
+
return (h("div", { class: "preloader-wrapper" }, h("div", { class: "news-skeleton-preloader" }, h("div", { class: "ptc-container ptc-section-standard" }, h("ptc-spacer", { breakpoint: "large", size: "medium" }), h("div", { class: "is-grid has-row-gap-md" }, h("div", { class: "is-col-6-lg skeleton-block thick thick-on-mobile" }), h("div", { class: "is-col-6-lg skeleton-block thick medium-md right" })), h("ptc-spacer", { size: "xxx-large" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block narrow thick center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block short thin center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block big-block" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" })))));
|
|
83
|
+
}
|
|
84
|
+
case 'resource-center':
|
|
85
|
+
return (h("div", { class: "preloader-wrapper resource-center-skeleton-preloader" }, h("div", { class: "skeleton jumbo-image-mobile" }), h("div", { class: "skeleton-jumbotron" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }), h("div", { class: "skeleton-block cta" }))))))), h("div", { class: 'ptc-container' }, h("div", { class: "is-grid desktop-cards" }, h("div", { class: "is-col-12-xs is-col-3-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin medium" }), h("div", { class: "skeleton-block bold long" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }))), h("div", { class: "is-col-12-xs is-col-9-lg" }, h("div", { class: "is-grid" }, Array.from({ length: 15 }).map(() => (h("div", { class: "is-col-6-sm is-col-4-xl skeleton-block card-block" })))))))));
|
|
86
|
+
case 'search-results': {
|
|
87
|
+
return (h("div", { class: "preloader-wrapper" }, h("div", { class: "preloader-search-results" }, h("div", { class: "ptc-container content-container" }, h("div", { class: "content-container-child" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }))), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" })))));
|
|
88
|
+
}
|
|
81
89
|
default:
|
|
82
90
|
return (h("div", { class: "ptc-section-standard preload-min-height" }, h("div", { class: "ptc-container" }, h("max-width-container", { "max-width": "960", breakpoint: 1200 }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-header" }, h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block wide bold" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block narrow" }), h("div", { class: "skeleton-block short" })), h("div", { class: "skeleton-image" }), h("div", { class: "skeleton-text" }, h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block narrow" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block wide" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block short bold" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block wide" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" })))))));
|
|
83
91
|
}
|
|
@@ -82,20 +82,4 @@ ptc-link, ptc-square-card,
|
|
|
82
82
|
text-decoration: underline;
|
|
83
83
|
text-decoration-color: var(--color-green-07);
|
|
84
84
|
outline: none;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.light {
|
|
88
|
-
display: inline-block;
|
|
89
|
-
background: rgba(0, 0, 0, 0.54);
|
|
90
|
-
border-radius: 4px;
|
|
91
|
-
padding: 0.5rem 0.75rem;
|
|
92
|
-
padding: 0.25rem 1rem 0.5rem 0.75rem;
|
|
93
|
-
cursor: pointer;
|
|
94
|
-
position: relative;
|
|
95
|
-
display: block;
|
|
96
|
-
}
|
|
97
|
-
.light:hover span {
|
|
98
|
-
text-decoration: underline;
|
|
99
|
-
text-decoration-color: var(--color-green-07);
|
|
100
|
-
outline: none;
|
|
101
85
|
}
|