@ptcwebops/ptcw-design 0.7.6 → 0.7.8
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/dropdown-item.cjs.entry.js +2 -2
- package/dist/cjs/icon-asset.cjs.entry.js +10 -22
- package/dist/cjs/{index-b3fabe79.js → index-8745a0a3.js} +486 -255
- package/dist/cjs/list-item.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/lottie-player.cjs.entry.js +2 -2
- package/dist/cjs/my-component.cjs.entry.js +5 -2
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +2 -16
- package/dist/cjs/ptc-accordion.cjs.entry.js +2 -5
- package/dist/cjs/ptc-announcement.cjs.entry.js +11 -22
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/ptc-button.cjs.entry.js +3 -34
- package/dist/cjs/ptc-card-bottom.cjs.entry.js +4 -2
- package/dist/cjs/ptc-card-content.cjs.entry.js +4 -2
- package/dist/cjs/ptc-card-plm.cjs.entry.js +5 -2
- package/dist/cjs/ptc-card_6.cjs.entry.js +27 -135
- package/dist/cjs/ptc-checkbox.cjs.entry.js +5 -3
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +13 -2
- package/dist/cjs/ptc-container.cjs.entry.js +2 -5
- package/dist/cjs/ptc-dropdown.cjs.entry.js +7 -7
- package/dist/cjs/ptc-dynamic-card.cjs.entry.js +32 -25
- package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +3 -2
- package/dist/cjs/ptc-filter-tag.cjs.entry.js +4 -3
- package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +5 -2
- package/dist/cjs/ptc-hero.cjs.entry.js +3 -5
- package/dist/cjs/ptc-icon-list.cjs.entry.js +3 -15
- package/dist/cjs/ptc-icon-minimize.cjs.entry.js +3 -2
- package/dist/cjs/ptc-link.cjs.entry.js +4 -20
- package/dist/cjs/ptc-list.cjs.entry.js +2 -2
- package/dist/cjs/ptc-lottie.cjs.entry.js +3 -5
- package/dist/cjs/ptc-minimized-footer.cjs.entry.js +2 -2
- package/dist/cjs/ptc-minimized-header.cjs.entry.js +2 -2
- package/dist/cjs/ptc-mobile-select.cjs.entry.js +5 -20
- package/dist/cjs/ptc-modal.cjs.entry.js +5 -23
- package/dist/cjs/ptc-overlay.cjs.entry.js +5 -5
- package/dist/cjs/ptc-pagenation.cjs.entry.js +13 -12
- package/dist/cjs/ptc-previous-url.cjs.entry.js +4 -2
- package/dist/cjs/ptc-pricing-block.cjs.entry.js +3 -2
- package/dist/cjs/ptc-quote.cjs.entry.js +6 -8
- package/dist/cjs/ptc-readmore_2.cjs.entry.js +4 -37
- package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +2 -2
- package/dist/cjs/ptc-shopping-cart.cjs.entry.js +3 -2
- package/dist/cjs/ptc-social-share.cjs.entry.js +8 -13
- package/dist/cjs/ptc-span.cjs.entry.js +3 -8
- package/dist/cjs/ptc-sticky-icons.cjs.entry.js +43 -0
- package/dist/cjs/ptc-svg-btn.cjs.entry.js +3 -5
- package/dist/cjs/ptc-tab-list.cjs.entry.js +3 -2
- package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +5 -9
- package/dist/cjs/ptc-title.cjs.entry.js +9 -17
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +3 -2
- package/dist/cjs/ptcw-design.cjs.js +3 -3
- package/dist/cjs/tab-content.cjs.entry.js +3 -2
- package/dist/cjs/tab-header.cjs.entry.js +3 -2
- package/dist/collection/collection-manifest.json +3 -4
- package/dist/collection/components/dropdown-item/dropdown-item.js +51 -46
- package/dist/collection/components/icon-asset/icon-asset.css +3 -0
- package/dist/collection/components/icon-asset/icon-asset.js +167 -185
- package/dist/collection/components/list-item/list-item.js +85 -81
- package/dist/collection/components/my-component/my-component.js +70 -61
- package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +199 -208
- package/dist/collection/components/ptc-accordion/ptc-accordion.js +43 -39
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +199 -209
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +12 -11
- package/dist/collection/components/ptc-button/ptc-button.js +221 -250
- package/dist/collection/components/ptc-card/ptc-card.css +167 -6
- package/dist/collection/components/ptc-card/ptc-card.js +261 -291
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +85 -76
- package/dist/collection/components/ptc-card-content/ptc-card-content.js +85 -76
- package/dist/collection/components/ptc-card-plm/ptc-card-plm.js +85 -78
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +86 -82
- package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +238 -225
- package/dist/collection/components/ptc-container/ptc-container.js +85 -84
- package/dist/collection/components/ptc-date/ptc-date.js +160 -171
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +108 -103
- package/dist/collection/components/ptc-dynamic-card/media/nav-active-dotslick.svg +16 -0
- package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.css +4 -0
- package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.js +158 -131
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +89 -82
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +58 -50
- package/dist/collection/components/ptc-hero/ptc-hero.js +51 -51
- package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +70 -69
- package/dist/collection/components/ptc-icon-list/ptc-icon-list.css +3 -0
- package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +102 -121
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +51 -50
- package/dist/collection/components/ptc-img/ptc-img.js +162 -179
- package/dist/collection/components/ptc-link/ptc-link.js +160 -174
- package/dist/collection/components/ptc-list/ptc-list.js +51 -46
- package/dist/collection/components/ptc-lottie/ptc-lottie.js +50 -46
- package/dist/collection/components/ptc-minimized-footer/ptc-minimized-footer.js +12 -11
- package/dist/collection/components/ptc-minimized-header/ptc-minimized-header.js +68 -67
- package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +156 -168
- package/dist/collection/components/ptc-modal/ptc-modal.js +206 -224
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +84 -78
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +221 -216
- package/dist/collection/components/ptc-para/ptc-para.js +136 -145
- package/dist/collection/components/ptc-picture/ptc-picture.js +319 -340
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +53 -47
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +36 -32
- package/dist/collection/components/ptc-quote/ptc-quote.js +120 -130
- package/dist/collection/components/ptc-readmore/ptc-readmore.js +97 -107
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +12 -9
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +51 -45
- package/dist/collection/components/ptc-social-share/ptc-social-share.js +177 -144
- package/dist/collection/components/ptc-spacer/ptc-spacer.js +67 -70
- package/dist/collection/components/ptc-span/ptc-span.js +68 -70
- package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.css +32 -0
- package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.js +51 -0
- package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +52 -51
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +35 -30
- package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.js +103 -109
- package/dist/collection/components/ptc-title/ptc-title.js +221 -227
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +119 -136
- package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +36 -28
- package/dist/collection/components/tab-content/tab-content.js +57 -47
- package/dist/collection/components/tab-header/tab-header.js +74 -62
- package/dist/custom-elements/index.d.ts +6 -12
- package/dist/custom-elements/index.js +258 -586
- package/dist/esm/dropdown-item.entry.js +2 -2
- package/dist/esm/icon-asset.entry.js +10 -22
- package/dist/esm/{index-5ff11327.js → index-0c73b51e.js} +486 -255
- package/dist/esm/list-item.entry.js +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/lottie-player.entry.js +2 -2
- package/dist/esm/my-component.entry.js +5 -2
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/ptc-accordion-item.entry.js +2 -16
- package/dist/esm/ptc-accordion.entry.js +2 -5
- package/dist/esm/ptc-announcement.entry.js +11 -22
- package/dist/esm/ptc-breadcrumb.entry.js +2 -2
- package/dist/esm/ptc-button.entry.js +3 -34
- package/dist/esm/ptc-card-bottom.entry.js +4 -2
- package/dist/esm/ptc-card-content.entry.js +4 -2
- package/dist/esm/ptc-card-plm.entry.js +5 -2
- package/dist/esm/ptc-card_6.entry.js +27 -135
- package/dist/esm/ptc-checkbox.entry.js +5 -3
- package/dist/esm/ptc-collapse-list.entry.js +13 -2
- package/dist/esm/ptc-container.entry.js +2 -5
- package/dist/esm/ptc-dropdown.entry.js +7 -7
- package/dist/esm/ptc-dynamic-card.entry.js +32 -25
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +3 -2
- package/dist/esm/ptc-filter-tag.entry.js +4 -3
- package/dist/esm/ptc-hero-footer-cta.entry.js +5 -2
- package/dist/esm/ptc-hero.entry.js +3 -5
- package/dist/esm/ptc-icon-list.entry.js +3 -15
- package/dist/esm/ptc-icon-minimize.entry.js +3 -2
- package/dist/esm/ptc-link.entry.js +4 -20
- package/dist/esm/ptc-list.entry.js +2 -2
- package/dist/esm/ptc-lottie.entry.js +3 -5
- package/dist/esm/ptc-minimized-footer.entry.js +2 -2
- package/dist/esm/ptc-minimized-header.entry.js +2 -2
- package/dist/esm/ptc-mobile-select.entry.js +5 -20
- package/dist/esm/ptc-modal.entry.js +5 -23
- package/dist/esm/ptc-overlay.entry.js +5 -5
- package/dist/esm/ptc-pagenation.entry.js +13 -12
- package/dist/esm/ptc-previous-url.entry.js +4 -2
- package/dist/esm/ptc-pricing-block.entry.js +3 -2
- package/dist/esm/ptc-quote.entry.js +6 -8
- package/dist/esm/ptc-readmore_2.entry.js +4 -37
- package/dist/esm/ptc-responsive-wrapper.entry.js +2 -2
- package/dist/esm/ptc-shopping-cart.entry.js +3 -2
- package/dist/esm/ptc-social-share.entry.js +8 -13
- package/dist/esm/ptc-span.entry.js +3 -8
- package/dist/esm/ptc-sticky-icons.entry.js +39 -0
- package/dist/esm/ptc-svg-btn.entry.js +3 -5
- package/dist/esm/ptc-tab-list.entry.js +3 -2
- package/dist/esm/ptc-text-copy-with-background.entry.js +5 -9
- package/dist/esm/ptc-title.entry.js +9 -17
- package/dist/esm/ptc-two-column-media.entry.js +3 -2
- package/dist/esm/ptcw-design.js +3 -3
- package/dist/esm/tab-content.entry.js +3 -2
- package/dist/esm/tab-header.entry.js +3 -2
- package/dist/ptcw-design/media/nav-active-dotslick.svg +16 -0
- package/dist/ptcw-design/p-009001dc.js +2 -0
- package/dist/ptcw-design/p-00c1343b.entry.js +1 -0
- package/dist/ptcw-design/p-188d69d9.entry.js +1 -0
- package/dist/ptcw-design/p-1964f1f4.entry.js +1 -0
- package/dist/ptcw-design/p-1e80c01f.entry.js +1 -0
- package/dist/ptcw-design/p-21e27f2b.entry.js +1 -0
- package/dist/ptcw-design/p-24321c52.entry.js +1 -0
- package/dist/ptcw-design/{p-7599491c.entry.js → p-2dcea9db.entry.js} +1 -1
- package/dist/ptcw-design/p-36a453d4.entry.js +1 -0
- package/dist/ptcw-design/p-3db835e4.entry.js +1 -0
- package/dist/ptcw-design/p-3f85b469.entry.js +1 -0
- package/dist/ptcw-design/p-482a8bc9.entry.js +1 -0
- package/dist/ptcw-design/p-4de70656.entry.js +1 -0
- package/dist/ptcw-design/p-5105d9e5.entry.js +1 -0
- package/dist/ptcw-design/p-58e06eee.entry.js +1 -0
- package/dist/ptcw-design/p-5bb7354a.entry.js +1 -0
- package/dist/ptcw-design/p-5d585b54.entry.js +1 -0
- package/dist/ptcw-design/p-5dbf98a9.entry.js +1 -0
- package/dist/ptcw-design/p-6065a1d1.entry.js +1 -0
- package/dist/ptcw-design/p-60843852.entry.js +1 -0
- package/dist/ptcw-design/p-6131b9a1.entry.js +1 -0
- package/dist/ptcw-design/p-6b1fdce6.entry.js +1 -0
- package/dist/ptcw-design/p-6d713986.entry.js +1 -0
- package/dist/ptcw-design/p-8637cefc.entry.js +1 -0
- package/dist/ptcw-design/p-8808ecc8.entry.js +1 -0
- package/dist/ptcw-design/p-88e1778e.entry.js +1 -0
- package/dist/ptcw-design/p-8b197833.entry.js +1 -0
- package/dist/ptcw-design/p-8b5b5614.entry.js +1 -0
- package/dist/ptcw-design/p-8bb41e7c.entry.js +1 -0
- package/dist/ptcw-design/p-9311ee3f.entry.js +1 -0
- package/dist/ptcw-design/p-97e00dfa.entry.js +1 -0
- package/dist/ptcw-design/p-a05fe3d0.entry.js +1 -0
- package/dist/ptcw-design/p-a0f25c98.entry.js +1 -0
- package/dist/ptcw-design/p-a4900673.entry.js +1 -0
- package/dist/ptcw-design/p-a749c353.entry.js +1 -0
- package/dist/ptcw-design/p-adcc9906.entry.js +1 -0
- package/dist/ptcw-design/p-afea5c1f.entry.js +1 -0
- package/dist/ptcw-design/p-b420e81a.entry.js +1 -0
- package/dist/ptcw-design/p-b701bbc0.entry.js +1 -0
- package/dist/ptcw-design/p-bc033578.entry.js +1 -0
- package/dist/ptcw-design/p-c3f73953.entry.js +1 -0
- package/dist/ptcw-design/p-c4e20f99.entry.js +1 -0
- package/dist/ptcw-design/p-ca9efc42.entry.js +1 -0
- package/dist/ptcw-design/p-d56b953e.entry.js +1 -0
- package/dist/ptcw-design/{p-5e845a15.entry.js → p-d910c9d6.entry.js} +2 -2
- package/dist/ptcw-design/p-e3280772.entry.js +1 -0
- package/dist/ptcw-design/p-e34d194d.entry.js +1 -0
- package/dist/ptcw-design/p-e87bc2cd.entry.js +1 -0
- package/dist/ptcw-design/p-f2cb8bc4.entry.js +1 -0
- package/dist/ptcw-design/p-f9694131.entry.js +1 -0
- package/dist/ptcw-design/p-fbd43055.entry.js +1 -0
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/icon-asset/icon-asset.d.ts +1 -1
- package/dist/types/components/ptc-dynamic-card/ptc-dynamic-card.d.ts +11 -3
- package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +8 -0
- package/dist/types/components/ptc-sticky-icons/ptc-sticky-icons.d.ts +7 -0
- package/dist/types/components.d.ts +117 -113
- package/dist/types/stencil-public-runtime.d.ts +20 -4
- package/loader/package.json +1 -0
- package/package.json +4 -3
- package/readme.md +1 -1
- package/dist/cjs/ptc-nav-item.cjs.entry.js +0 -94
- package/dist/cjs/ptc-nav.cjs.entry.js +0 -19
- package/dist/collection/components/ptc-nav/ptc-nav.css +0 -29
- package/dist/collection/components/ptc-nav/ptc-nav.js +0 -21
- package/dist/collection/components/ptc-nav-item/ptc-nav-item.css +0 -81
- package/dist/collection/components/ptc-nav-item/ptc-nav-item.js +0 -252
- package/dist/esm/ptc-nav-item.entry.js +0 -90
- package/dist/esm/ptc-nav.entry.js +0 -15
- package/dist/ptcw-design/p-09351f78.entry.js +0 -1
- package/dist/ptcw-design/p-10385027.entry.js +0 -1
- package/dist/ptcw-design/p-15ec8469.entry.js +0 -1
- package/dist/ptcw-design/p-1743d0ef.entry.js +0 -1
- package/dist/ptcw-design/p-1a77a824.entry.js +0 -1
- package/dist/ptcw-design/p-1ec512ea.entry.js +0 -1
- package/dist/ptcw-design/p-2de688ba.entry.js +0 -1
- package/dist/ptcw-design/p-2f6ecdf8.entry.js +0 -1
- package/dist/ptcw-design/p-39b8d25b.entry.js +0 -1
- package/dist/ptcw-design/p-3a4bb2b1.entry.js +0 -1
- package/dist/ptcw-design/p-3b87cd6f.entry.js +0 -1
- package/dist/ptcw-design/p-3b994b78.entry.js +0 -1
- package/dist/ptcw-design/p-4355ed7c.js +0 -1
- package/dist/ptcw-design/p-446423fc.entry.js +0 -1
- package/dist/ptcw-design/p-493b2571.entry.js +0 -1
- package/dist/ptcw-design/p-4ab335ac.entry.js +0 -1
- package/dist/ptcw-design/p-4da25d67.entry.js +0 -1
- package/dist/ptcw-design/p-53790fb4.entry.js +0 -1
- package/dist/ptcw-design/p-5bf5932c.entry.js +0 -1
- package/dist/ptcw-design/p-5c02f876.entry.js +0 -1
- package/dist/ptcw-design/p-5c5c8f25.entry.js +0 -1
- package/dist/ptcw-design/p-5fd37a0e.entry.js +0 -1
- package/dist/ptcw-design/p-5fd60b15.entry.js +0 -1
- package/dist/ptcw-design/p-6ab5aee9.entry.js +0 -1
- package/dist/ptcw-design/p-70d2c46d.entry.js +0 -1
- package/dist/ptcw-design/p-74a31734.entry.js +0 -1
- package/dist/ptcw-design/p-7a37d762.entry.js +0 -1
- package/dist/ptcw-design/p-83a9720c.entry.js +0 -1
- package/dist/ptcw-design/p-85e7bbc3.entry.js +0 -1
- package/dist/ptcw-design/p-87f9430f.entry.js +0 -1
- package/dist/ptcw-design/p-8ba6cef7.entry.js +0 -1
- package/dist/ptcw-design/p-8c0ba2d5.entry.js +0 -1
- package/dist/ptcw-design/p-8c594b35.entry.js +0 -1
- package/dist/ptcw-design/p-8d46a06e.entry.js +0 -1
- package/dist/ptcw-design/p-8e2e81c8.entry.js +0 -1
- package/dist/ptcw-design/p-96bfb95b.entry.js +0 -1
- package/dist/ptcw-design/p-baa7d351.entry.js +0 -1
- package/dist/ptcw-design/p-bcfd05dc.entry.js +0 -1
- package/dist/ptcw-design/p-be32e928.entry.js +0 -1
- package/dist/ptcw-design/p-c05f0c98.entry.js +0 -1
- package/dist/ptcw-design/p-c267b720.entry.js +0 -1
- package/dist/ptcw-design/p-c460a62d.entry.js +0 -1
- package/dist/ptcw-design/p-c91a875b.entry.js +0 -1
- package/dist/ptcw-design/p-cd2404f0.entry.js +0 -1
- package/dist/ptcw-design/p-ce5ee58d.entry.js +0 -1
- package/dist/ptcw-design/p-d39668ca.entry.js +0 -1
- package/dist/ptcw-design/p-e955c833.entry.js +0 -1
- package/dist/ptcw-design/p-f0cd0fb4.entry.js +0 -1
- package/dist/ptcw-design/p-f7d18b93.entry.js +0 -1
- package/dist/ptcw-design/p-fce72f70.entry.js +0 -1
- package/dist/types/components/ptc-nav/ptc-nav.d.ts +0 -3
- package/dist/types/components/ptc-nav-item/ptc-nav-item.d.ts +0 -53
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
const listItemCss = ":host(.list-primary){display:block}:host(.flush-before) li::before{content:\"\" !important}:host(.breadcrumb){display:inline-block}:host(.breadcrumb) li{position:relative;display:inline-block;color:var(--color-white);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-xxx-small);line-height:var(--ptc-line-height-densest)}:host(.breadcrumb) li::before{content:\"/\";top:0;left:0}:host(.breadcrumb) li a.item-link{color:var(--color-white);font-weight:var(--ptc-font-weight-bold) !important;font-size:var(--ptc-font-size-xxx-small) !important;line-height:var(--ptc-line-height-densest);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:2px;text-decoration-thickness:1px;outline:none;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.breadcrumb) li a.item-link:hover{text-decoration:underline;text-decoration-color:var(--color-green-07);outline:none}:host(:not(.flush-before)) li::before{margin-right:2px}:host(.list-footer) li{display:inline-block;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-regular);font-style:normal;font-stretch:normal;line-height:var(--ptc-line-height-denser);letter-spacing:normal;color:var(--color-white);margin:0 0.5rem}:host(.list-footer) li a{color:var(--color-white-grey);border-bottom:1px solid transparent;display:inline-block;text-decoration:none}:host(.list-footer) li a:hover,:host(.list-footer) li a:focus,:host(.list-footer) li a:active{text-decoration:none;border-bottom:1px solid var(--color-green-06);color:var(--color-white-grey);transition:border var(--ptc-ease-inout) var(--ptc-transition-medium)}:host(.list-footer) li a:focus{outline:3px solid var(--color-blue-07);outline-offset:2px;border-radius:var(--ptc-border-radius-standard);text-decoration:none;border-color:transparent !important}";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const ListItem = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
12
|
this.listType = 'list-primary';
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Esm v2.
|
|
8
|
+
Stencil Client Patch Esm v2.20.0 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
const patchEsm = () => {
|
|
11
11
|
return index.promiseResolve();
|
|
@@ -14,7 +14,7 @@ const patchEsm = () => {
|
|
|
14
14
|
const defineCustomElements = (win, options) => {
|
|
15
15
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
16
|
return patchEsm().then(() => {
|
|
17
|
-
return index.bootstrapLazy([["ptc-announcement.cjs",[[1,"ptc-announcement",{"barTitle":[1025,"bar-title"],"description":[1025],"linkText":[513,"link-text"],"linkTitle":[513,"link-title"],"visible":[1540],"linkUrl":[1537,"link-url"],"insideContainer":[4,"inside-container"],"target":[1025],"windowSize":[32]},[[9,"resize","handleResize"]]]]],["ptc-dynamic-card.cjs",[[1,"ptc-dynamic-card",{"cardType":[1,"card-type"],"cardTitle":[1,"card-title"],"cardImgSrc":[1,"card-img-src"],"cardImgAlt":[1,"card-img-alt"],"
|
|
17
|
+
return index.bootstrapLazy([["ptc-announcement.cjs",[[1,"ptc-announcement",{"barTitle":[1025,"bar-title"],"description":[1025],"linkText":[513,"link-text"],"linkTitle":[513,"link-title"],"visible":[1540],"linkUrl":[1537,"link-url"],"insideContainer":[4,"inside-container"],"target":[1025],"windowSize":[32]},[[9,"resize","handleResize"]]]]],["ptc-dynamic-card.cjs",[[1,"ptc-dynamic-card",{"cardType":[1,"card-type"],"cardTitle":[1,"card-title"],"cardImgSrc":[1,"card-img-src"],"cardImgAlt":[1,"card-img-alt"],"outCardState":[1025,"out-card-state"],"cardStatus":[32],"overlayExists":[32],"changeState":[64]}]]],["ptc-tab-list.cjs",[[4,"ptc-tab-list",{"selectedValue":[32]},[[0,"tabClicked","onSelectedTab"],[9,"resize","calculateHeaderTabsRendering"]]]]],["ptc-breadcrumb.cjs",[[1,"ptc-breadcrumb"]]],["ptc-collapse-list.cjs",[[1,"ptc-collapse-list",{"listItems":[1040],"placeholderText":[1025,"placeholder-text"],"debounceUpdateDelay":[1026,"debounce-update-delay"],"data":[32],"searchText":[32],"header":[32],"selectedValue":[32],"selectedItems":[32],"hashMap":[32],"debouncedUpdatedEvent":[32],"refreshBuffer":[32],"removeSelectedItem":[64],"addSelectedItem":[64]}]]],["ptc-hero.cjs",[[1,"ptc-hero",{"heroType":[1,"hero-type"],"bgUrl":[1,"bg-url"]}]]],["ptc-previous-url.cjs",[[1,"ptc-previous-url",{"href":[1],"text":[1]}]]],["ptc-checkbox.cjs",[[1,"ptc-checkbox",{"checked":[1025],"value":[1025],"inputName":[1,"input-name"]}]]],["ptc-dropdown.cjs",[[1,"ptc-dropdown",{"theme":[1],"label":[1],"listItems":[16],"toggle":[32],"selectedItem":[32]},[[4,"click","offClick"]]]]],["ptc-filter-tag.cjs",[[1,"ptc-filter-tag",{"theme":[1],"iconColorMap":[32]}]]],["ptc-icon-minimize.cjs",[[1,"ptc-icon-minimize",{"heading":[1025],"opened":[1028]}]]],["ptc-link.cjs",[[1,"ptc-link",{"disabled":[516],"external":[516],"href":[1],"target":[1],"linkTitle":[1,"link-title"],"theme":[1],"uppercase":[4],"fontSize":[1,"font-size"]}]]],["ptc-list.cjs",[[1,"ptc-list",{"listType":[1,"list-type"],"listItems":[16]}]]],["ptc-lottie.cjs",[[1,"ptc-lottie",{"jsonSrc":[1025,"json-src"],"speed":[1026]}]]],["ptc-mobile-select.cjs",[[0,"ptc-mobile-select",{"triggerName":[1,"trigger-name"],"selectedText":[1,"selected-text"],"wheelData":[1040],"selectedId":[1,"selected-id"],"ensureBtnText":[1,"ensure-btn-text"],"cancelBtnText":[1,"cancel-btn-text"],"listTitle":[1,"list-title"],"linkUrl":[1025,"link-url"]}]]],["ptc-quote.cjs",[[1,"ptc-quote",{"quoteType":[1025,"quote-type"],"quoteName":[1025,"quote-name"],"ctaText":[1,"cta-text"],"ctaUrl":[1,"cta-url"],"imgSrc":[1,"img-src"],"imgTitle":[1,"img-title"]}]]],["ptc-social-share.cjs",[[1,"ptc-social-share",{"display":[1],"shareType":[1,"share-type"],"shareTitle":[1,"share-title"],"text":[1],"url":[1],"source":[1],"recipient":[1],"iconColor":[1,"icon-color"],"iconHoverColor":[1,"icon-hover-color"],"isHover":[32]}]]],["my-component.cjs",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]],["ptc-accordion.cjs",[[1,"ptc-accordion",{"multiple":[4]},[[0,"opened","openHandler"]]]]],["ptc-accordion-item.cjs",[[1,"ptc-accordion-item",{"heading":[1],"headingTag":[1,"heading-tag"],"autoHeight":[4,"auto-height"],"active":[1540],"hasHeadingSlot":[32],"hasArrowSlot":[32],"toggle":[64],"close":[64],"open":[64]}]]],["ptc-card-bottom.cjs",[[1,"ptc-card-bottom",{"cardType":[1,"card-type"],"styles":[1]}]]],["ptc-card-plm.cjs",[[1,"ptc-card-plm",{"cardType":[1,"card-type"],"cardLink":[1,"card-link"],"linkTitle":[1,"link-title"],"linkTarget":[1,"link-target"]}]]],["ptc-container.cjs",[[1,"ptc-container",{"backgroundColor":[1,"background-color"],"elevation":[1],"containerType":[1,"container-type"],"spacing":[1]}]]],["ptc-hero-footer-cta.cjs",[[6,"ptc-hero-footer-cta",{"ctaTitle":[1,"cta-title"],"description":[1],"backgroundImage":[1,"background-image"]}]]],["ptc-icon-list.cjs",[[1,"ptc-icon-list",{"listType":[1,"list-type"],"valueWithUnit":[1,"value-with-unit"],"valueText":[1,"value-text"],"listContent":[1,"list-content"],"isLastItem":[4,"is-last-item"]}]]],["ptc-minimized-footer.cjs",[[1,"ptc-minimized-footer"]]],["ptc-minimized-header.cjs",[[1,"ptc-minimized-header",{"linkUrl":[513,"link-url"],"imgSrc":[513,"img-src"],"imgAlt":[513,"img-alt"]}]]],["ptc-modal.cjs",[[1,"ptc-modal",{"iframeUrl":[1025,"iframe-url"],"size":[1025],"show":[1028],"overlay":[1028],"fixed":[1028],"closeOnBlur":[1028,"close-on-blur"],"rounded":[1028],"showHeaderFooter":[1028,"show-header-footer"],"overlayHeight":[32],"bodyOverflowSetting":[32]}]]],["ptc-pagenation.cjs",[[1,"ptc-pagenation",{"totalCount":[2,"total-count"],"numberOfItems":[2,"number-of-items"],"previousValue":[1,"previous-value"],"lastValue":[1,"last-value"],"minPageNumber":[2,"min-page-number"],"maxPageNumber":[2,"max-page-number"],"clickedPageNumber":[2,"clicked-page-number"],"appendArray":[4,"append-array"],"prevArrowImg":[1,"prev-arrow-img"],"nextArrowImg":[1,"next-arrow-img"],"pageNumbers":[32]}]]],["ptc-pricing-block.cjs",[[1,"ptc-pricing-block",{"active":[1]}]]],["ptc-responsive-wrapper.cjs",[[1,"ptc-responsive-wrapper"]]],["ptc-shopping-cart.cjs",[[1,"ptc-shopping-cart",{"cartCount":[1,"cart-count"],"color":[1]}]]],["ptc-span.cjs",[[1,"ptc-span",{"spanStyle":[1,"span-style"],"display":[1],"styles":[1]}]]],["ptc-sticky-icons.cjs",[[1,"ptc-sticky-icons",null,[[9,"resize","handleResize"]]]]],["ptc-text-copy-with-background.cjs",[[1,"ptc-text-copy-with-background",{"type":[1],"backgroundImage":[1,"background-image"],"ImageAltText":[1,"image-alt-text"],"topSlitBackgroundColor":[1,"top-slit-background-color"],"isBackgroundBlur":[4,"is-background-blur"]}]]],["ptc-two-column-media.cjs",[[1,"ptc-two-column-media",{"componentType":[1,"component-type"]}]]],["tab-content.cjs",[[4,"tab-content",{"name":[1],"isSelected":[32],"getChild":[64]}]]],["tab-header.cjs",[[4,"tab-header",{"name":[1],"isSelected":[32],"getChild":[64]}]]],["ptc-ellipsis-dropdown.cjs",[[1,"ptc-ellipsis-dropdown",{"dataItems":[16],"selectedTab":[1,"selected-tab"],"isDropdownOpen":[32]},[[4,"click","offClick"]]]]],["lottie-player.cjs",[[1,"lottie-player",{"mode":[1],"autoplay":[4],"background":[513],"controls":[4],"count":[2],"direction":[2],"hover":[4],"loop":[516],"renderer":[1],"speed":[2],"src":[1],"currentState":[1,"current-state"],"seeker":[8],"intermission":[2],"play":[64],"pause":[64],"stop":[64],"seek":[64],"getLottie":[64],"setSpeed":[64],"setDirection":[64],"setLooping":[64],"togglePlay":[64],"toggleLooping":[64]}]]],["ptc-button.cjs",[[1,"ptc-button",{"disabled":[516],"type":[1],"color":[1],"iconAnimation":[1,"icon-animation"],"iconPosition":[1,"icon-position"],"linkHref":[1,"link-href"],"linkTitle":[1,"link-title"],"target":[1],"rel":[1],"tabNav":[2,"tab-nav"],"styles":[1]}]]],["ptc-card-content.cjs",[[1,"ptc-card-content",{"cardType":[1,"card-type"],"styles":[1]}]]],["ptc-svg-btn.cjs",[[1,"ptc-svg-btn",{"svgName":[1,"svg-name"],"display":[1]}]]],["ptc-title.cjs",[[6,"ptc-title",{"isPlmHub":[4,"is-plm-hub"],"type":[1],"textAlign":[1,"text-align"],"upperline":[1],"titleShadow":[1,"title-shadow"],"titleColor":[1,"title-color"],"titleMargin":[1,"title-margin"],"titleWeight":[1,"title-weight"],"titleSize":[1,"title-size"],"titleHeight":[1,"title-height"],"styles":[1],"ellipsisLineCutoff":[2,"ellipsis-line-cutoff"]}]]],["ptc-readmore_2.cjs",[[1,"ptc-readmore",{"moreText":[1,"more-text"],"display":[1],"visibleLines":[1,"visible-lines"],"zIndex":[1,"z-index"]},[[9,"resize","addBtnTruncated"]]],[1,"ptc-tooltip",{"textDisplay":[1,"text-display"],"maxLength":[2,"max-length"],"description":[1],"zIndex":[1,"z-index"],"position":[1],"styles":[1]}]]],["dropdown-item.cjs",[[4,"dropdown-item",{"linkHref":[1,"link-href"],"linkTarget":[1,"link-target"]}]]],["ptc-overlay.cjs",[[1,"ptc-overlay",{"filterColor":[1,"filter-color"],"borderRadius":[1,"border-radius"],"overlayZIndex":[1,"overlay-z-index"],"styles":[1]}]]],["list-item.cjs",[[1,"list-item",{"listType":[1,"list-type"],"linkHref":[1,"link-href"],"flushBefore":[4,"flush-before"],"linkTarget":[1,"link-target"]}]]],["ptc-card_6.cjs",[[1,"ptc-card",{"cardType":[1,"card-type"],"cardHref":[1,"card-href"],"target":[1],"rel":[1],"hasImage":[4,"has-image"],"hasVideo":[4,"has-video"],"hasLottie":[4,"has-lottie"],"heading":[1],"headingTransform":[1,"heading-transform"],"cardDate":[1,"card-date"],"styles":[1],"ribbonText":[1,"ribbon-text"],"eventType":[1,"event-type"],"cardLogo":[1,"card-logo"]}],[1,"ptc-para",{"fontSize":[1,"font-size"],"fontWeight":[1,"font-weight"],"paraStyle":[1,"para-style"],"paraColor":[1,"para-color"],"paraLineH":[1,"para-line-h"],"paraMargin":[1,"para-margin"],"ellipsisLineCutoff":[2,"ellipsis-line-cutoff"]}],[1,"ptc-spacer",{"breakpoint":[1],"size":[1],"direction":[1]}],[1,"ptc-date",{"year":[2],"month":[2],"day":[2],"country":[1],"dateString":[1,"date-string"],"dateColor":[1,"date-color"],"dateStyles":[1,"date-styles"],"dataSize":[1,"data-size"]}],[4,"ptc-img",{"sizeXs":[1025,"size-xs"],"sizeSm":[1025,"size-sm"],"sizeMd":[1025,"size-md"],"sizeLg":[1025,"size-lg"],"imgUrl":[1,"img-url"],"imageType":[1,"image-type"],"borderRadius":[1,"border-radius"],"loadMode":[1,"load-mode"]},[[9,"resize","WindowResize"]]],[1,"ptc-picture",{"src":[1],"alt":[1],"sizeXs":[1025,"size-xs"],"sizeSm":[1025,"size-sm"],"sizeMd":[1025,"size-md"],"sizeLg":[1025,"size-lg"],"imagePosition":[1,"image-position"],"borderRadius":[1,"border-radius"],"height":[1],"width":[1],"objectFit":[1,"object-fit"],"isFullHeight":[4,"is-full-height"],"isFullWidth":[4,"is-full-width"],"styles":[1],"imageAlignment":[1,"image-alignment"],"maxWidth":[1,"max-width"],"oldSrc":[32]},[[9,"resize","WindowResize"]]]]],["icon-asset.cjs",[[2,"icon-asset",{"name":[1],"size":[1],"type":[1],"spin":[1],"pulse":[1],"color":[1],"isMobileSelect":[4,"is-mobile-select"],"injectedStyle":[1,"injected-style"]}]]]], options);
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
const _commonjsHelpers = require('./_commonjsHelpers-119ffc74.js');
|
|
7
7
|
|
|
8
8
|
var lottie_svg = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
@@ -13104,7 +13104,7 @@ var PlayMode;
|
|
|
13104
13104
|
|
|
13105
13105
|
const lottiePlayerCss = ":host{--lottie-player-toolbar-height:35px;--lottie-player-toolbar-background-color:transparent;--lottie-player-toolbar-icon-color:#999;--lottie-player-toolbar-icon-hover-color:#222;--lottie-player-toolbar-icon-active-color:#555;--lottie-player-seeker-track-color:#CCC;--lottie-player-seeker-thumb-color:rgba(0, 107, 120, 0.8);display:block;width:100%;height:100%}.main{box-sizing:border-box;display:inline-grid;grid-auto-columns:auto;grid-template-rows:auto;position:relative;height:inherit;width:inherit}.main.controls{grid-template-rows:1fr var(--lottie-player-toolbar-height)}.animation{overflow:hidden;height:calc(1fr - var(--lottie-player-toolbar-height))}.toolbar{display:grid;grid-template-columns:32px 32px 1fr 32px 32px;align-items:center;justify-items:center;background-color:var(--lottie-player-toolbar-background-color)}.toolbar button{cursor:pointer;fill:var(--lottie-player-toolbar-icon-color);display:flex;background:none;border:0;padding:0;outline:none;height:100%}.toolbar button:hover{fill:var(--lottie-player-toolbar-icon-hover-color)}.toolbar button.active{fill:var(--lottie-player-toolbar-icon-active-color)}.toolbar button.disabled svg{display:none}.toolbar a{filter:grayscale(100%);display:flex;transition:filter .5s, opacity 0.5s;opacity:0.4;height:100%;align-items:center}.toolbar a:hover{filter:none;display:flex;opacity:1}.seeker{-webkit-appearance:none;width:95%;outline:none}.seeker::-webkit-slider-runnable-track{width:100%;height:5px;cursor:pointer;background:var(--lottie-player-seeker-track-color);border-radius:3px}.seeker::-webkit-slider-thumb{height:15px;width:15px;border-radius:50%;background:var(--lottie-player-seeker-thumb-color);cursor:pointer;-webkit-appearance:none;margin-top:-5px}.seeker:focus::-webkit-slider-runnable-track{background:#999}.seeker::-moz-range-track{width:100%;height:5px;cursor:pointer;background:var(--lottie-player-seeker-track-color);border-radius:3px}.seeker::-moz-range-thumb{height:15px;width:15px;border-radius:50%;background:var(--lottie-player-seeker-thumb-color);cursor:pointer}.seeker::-ms-track{width:100%;height:5px;cursor:pointer;background:transparent;border-color:transparent;color:transparent}.seeker::-ms-fill-lower{background:var(--lottie-player-seeker-track-color);border-radius:3px}.seeker::-ms-fill-upper{background:var(--lottie-player-seeker-track-color);border-radius:3px}.seeker::-ms-thumb{border:0;height:15px;width:15px;border-radius:50%;background:var(--lottie-player-seeker-thumb-color);cursor:pointer}.seeker:focus::-ms-fill-lower{background:var(--lottie-player-seeker-track-color)}.seeker:focus::-ms-fill-upper{background:var(--lottie-player-seeker-track-color)}.error{display:flex;justify-content:center;height:100%;align-items:center}";
|
|
13106
13106
|
|
|
13107
|
-
|
|
13107
|
+
const LottiePlayer = class {
|
|
13108
13108
|
constructor(hostRef) {
|
|
13109
13109
|
index.registerInstance(this, hostRef);
|
|
13110
13110
|
this.error = index.createEvent(this, "error", 7);
|
|
@@ -2,14 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
const utils = require('./utils-5245e89c.js');
|
|
7
7
|
|
|
8
8
|
const myComponentCss = ":host{display:block}";
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
const MyComponent = class {
|
|
11
11
|
constructor(hostRef) {
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
|
+
this.first = undefined;
|
|
14
|
+
this.middle = undefined;
|
|
15
|
+
this.last = undefined;
|
|
13
16
|
}
|
|
14
17
|
getText() {
|
|
15
18
|
return utils.format(this.first, this.middle, this.last);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
const hasSlot = (parentEl, slotName) => {
|
|
8
8
|
return !!parentEl.querySelector(':scope > [slot="' + slotName + '"'); // cast boolean
|
|
@@ -10,30 +10,16 @@ const hasSlot = (parentEl, slotName) => {
|
|
|
10
10
|
|
|
11
11
|
const ptcAccordionItemCss = ":host{display:block}:host .heading{display:flex;align-items:center;justify-content:initial;width:100%;border:none;text-align:left;padding:var(--ptc-element-spacing-06);padding-left:0;cursor:pointer;transition:border-radius var(--ptc-transition-fast) ease var(--ptc-transition-fast);background-color:transparent;border-bottom:1px solid var(--color-gray-03)}:host .heading .heading-text{color:var(--color-gray-10);margin:0;font-weight:var(--ptc-font-weight-bold);flex:1;font-size:var(--ptc-font-size-large);font-family:var(--ptc-font-latin)}:host .heading .arrow{color:var(--color-green-06);margin-right:var(--ptc-element-spacing-05);transition:transform var(--ptc-transition-fast) ease-in-out}:host .heading .arrow svg{width:34px;height:34px}:host .heading .arrow svg path{fill:currentColor}:host .body-container{overflow:hidden;max-height:0;transition:max-height var(--ptc-transition-fast) ease-in-out;scrollbar-width:none;}:host .body-container::-webkit-scrollbar{display:none;}:host .body-container .body{border-top-left-radius:0;border-top-right-radius:0;overflow:hidden;padding:var(--ptc-layout-spacing-02)}:host(.autoHeight) .body-container{overflow:hidden}:host(.active) .heading{border-bottom-left-radius:0;border-bottom-right-radius:0;transition:border-radius 0s ease;border-color:var(--color-gray-02)}:host(.active) .heading .arrow{transform:rotate(180deg)}:host(.active) .heading .arrow svg{color:var(--color-gray-03)}:host(.active) .body-container{max-height:var(--ptc-accordion-item-body-max-height)}";
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
const PtcAccordionItem = class {
|
|
14
14
|
constructor(hostRef) {
|
|
15
15
|
index.registerInstance(this, hostRef);
|
|
16
16
|
this.opened = index.createEvent(this, "opened", 7);
|
|
17
17
|
this.opening = index.createEvent(this, "opening", 7);
|
|
18
18
|
this.closed = index.createEvent(this, "closed", 7);
|
|
19
19
|
this.closing = index.createEvent(this, "closing", 7);
|
|
20
|
-
/**
|
|
21
|
-
* Heading text.
|
|
22
|
-
* This will be overwritten by `heading` slot
|
|
23
|
-
*/
|
|
24
20
|
this.heading = null;
|
|
25
|
-
/**
|
|
26
|
-
* The HTML tag to be applied to the heading text.
|
|
27
|
-
* This will be overwritten by `heading` slot
|
|
28
|
-
*/
|
|
29
21
|
this.headingTag = 'h3';
|
|
30
|
-
/**
|
|
31
|
-
* If expanded height should be automatically calculated. If set, the `--ptc-accordion-item-body-max-height` CSS variable will be set automatically to the content height
|
|
32
|
-
*/
|
|
33
22
|
this.autoHeight = false;
|
|
34
|
-
/**
|
|
35
|
-
* If the accordion item should be opened by default
|
|
36
|
-
*/
|
|
37
23
|
this.active = false;
|
|
38
24
|
this.hasHeadingSlot = true;
|
|
39
25
|
this.hasArrowSlot = true;
|
|
@@ -2,16 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
const ptcAccordionCss = ":host{--ptc-accordion-item-body-max-height:100vh}";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const PtcAccordion = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
|
-
/**
|
|
13
|
-
* If multiple `<ptc-accordion-item>`s can open at the same time
|
|
14
|
-
*/
|
|
15
12
|
this.multiple = false;
|
|
16
13
|
}
|
|
17
14
|
componentWillLoad() {
|
|
@@ -2,34 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
const ptcAnnouncementCss = ":host{display:block}.announcement{width:100%;position:relative;background-color:var(--color-gray-02);z-index:860;background-size:cover;background-repeat:repeat-x;border-top:3px solid var(--color-green-07);box-shadow:var(--ptc-shadow-medium);z-index:999;display:none}.visible{display:block}.content-wrapper{display:flex;padding:var(--ptc-element-spacing-03) var(--ptc-element-spacing-06) var(--ptc-element-spacing-03) var(--ptc-element-spacing-05);margin:0 auto;align-items:center;justify-content:space-between;max-width:1200px}@media only screen and (min-width: 768px){.content-wrapper{padding:var(--ptc-element-spacing-03) var(--ptc-element-spacing-06)}}@media only screen and (min-width: 1200px){.content-wrapper{padding:var(--ptc-element-spacing-03) 44px var(--ptc-element-spacing-03) 67px}}.left-content{max-width:calc(100% - 76px);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative}.title{font-family:Raleway;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-densest);letter-spacing:var(--ptc-letter-spacing-dense);text-align:left;color:var(--color-gray-10);margin-bottom:var(--ptc-element-spacing-02);max-width:100%}.description{font-family:Raleway;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-regular);line-height:var(--ptc-line-height-densest);letter-spacing:var(--ptc-letter-spacing-normal);text-align:left;color:var(--color-gray-10);max-width:100%}.description div{display:inline-block;padding-right:var(--ptc-element-spacing-01);vertical-align:middle}.cta-link{color:var(--color-blue-07);font-size:var(--ptc-font-size-x-small);-webkit-transition:color var(--ptc-transition-slow) var(--ptc-ease-inout);-o-transition:color var(--ptc-transition-slow) var(--ptc-ease-inout);transition:color var(--ptc-transition-slow) var(--ptc-ease-inout);font-weight:var(--ptc-font-weight-bold);text-decoration:underline;display:inline-block;vertical-align:middle;cursor:pointer}.cta-link::before{content:\"\";position:absolute;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1}.cta-link:link{color:var(--color-blue-07)}.cta-link:hover{color:var(--color-blue-08)}.cta-link:active{color:var(--color-gray-09)}.cta-link:focus{outline:2px solid var(--color-blue-07);outline-offset:0.25rem}.bar-close{max-width:36px;cursor:pointer;margin-left:var(--ptc-element-spacing-08);position:relative}.bar-close::before{content:\"\";position:absolute;width:44px;height:44px;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1}@media only screen and (min-width: 992px){.left-content{flex-direction:row;max-width:calc(100% - 58px);flex:1 1 1032px}.bar-close{max-width:18px}.bar-close::before{width:34px;height:34px}.title{margin-right:var(--ptc-element-spacing-04);margin-bottom:0;flex:0 1 auto;max-width:248px}.title.max-title{max-width:unset !important;flex:2 1 560px}.description{flex:1 1 768px}}";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const PtcAnnouncement = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
12
|
this.close = index.createEvent(this, "close", 7);
|
|
13
|
-
/**
|
|
14
|
-
* bar title
|
|
15
|
-
*/
|
|
16
|
-
this.barTitle = '';
|
|
17
|
-
/**
|
|
18
|
-
* bar description
|
|
19
|
-
*/
|
|
20
|
-
this.description = '';
|
|
21
|
-
/**
|
|
22
|
-
* Link Url
|
|
23
|
-
*/
|
|
24
|
-
this.linkUrl = '#';
|
|
25
|
-
/**
|
|
26
|
-
* Target
|
|
27
|
-
*/
|
|
28
|
-
this.target = '_self';
|
|
29
|
-
/**
|
|
30
|
-
* Window Size
|
|
31
|
-
*/
|
|
32
|
-
this.windowSize = 'mobile';
|
|
33
13
|
this.closeClick = () => {
|
|
34
14
|
this.visible = false;
|
|
35
15
|
this.close.emit();
|
|
@@ -40,6 +20,15 @@ let PtcAnnouncement = class {
|
|
|
40
20
|
this.isMaxWidthTitle = () => {
|
|
41
21
|
return !!this.description ? '' : ' max-title';
|
|
42
22
|
};
|
|
23
|
+
this.barTitle = '';
|
|
24
|
+
this.description = '';
|
|
25
|
+
this.linkText = undefined;
|
|
26
|
+
this.linkTitle = undefined;
|
|
27
|
+
this.visible = undefined;
|
|
28
|
+
this.linkUrl = '#';
|
|
29
|
+
this.insideContainer = undefined;
|
|
30
|
+
this.target = '_self';
|
|
31
|
+
this.windowSize = 'mobile';
|
|
43
32
|
}
|
|
44
33
|
handleResize() {
|
|
45
34
|
//console.log('window width:', window.innerWidth);
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
const ptcBreadcrumbCss = ":host{display:block;margin-top:var(--ptc-element-spacing-05)}::slotted(*){transform:translate(-2px, -2px)}";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const PtcBreadcrumb = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
12
|
}
|
|
@@ -2,56 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
const ptcButtonCss = "button.disabled{pointer-events:none;opacity:0.6}button{background-color:var(--color-gray-10);display:inline-block;border-style:solid;border-width:1px;white-space:normal;position:relative;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer;padding:9.4px 17.5px;border-radius:var(--ptc-border-radius-standard)}button.animation-right ::slotted([slot=slot-after-text]),button.animation-right ::slotted([slot=slot-before-text]),button.animation-down ::slotted([slot=slot-after-text]),button.animation-down ::slotted([slot=slot-before-text]){transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout);position:relative;display:inline-block}button:hover.animation-right ::slotted([slot=slot-after-text]),button:hover.animation-right ::slotted([slot=slot-before-text]){transform:translateX(var(--ptc-element-spacing-02))}button:hover.animation-down ::slotted([slot=slot-after-text]),button:hover.animation-down ::slotted([slot=slot-before-text]){transform:translateY(var(--ptc-element-spacing-02))}button span{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:bold;line-height:var(--ptc-line-height-densest)}.icon-left ::slotted([slot=slot-before-text]){margin-right:var(--ptc-element-spacing-01)}.icon-right ::slotted([slot=slot-after-text]){margin-left:var(--ptc-element-spacing-01)}.blackgrey{box-shadow:var(--ptc-shadow-x-small);border:solid 1px var(--color-gray-10);background-image:linear-gradient(285deg, var(--color-gray-10) 155%, var(--color-gray-07) 62%)}.blackgrey:hover{box-shadow:var(--ptc-shadow-x-large)}.blackgrey span{color:var(--color-white)}.turtlegreen{box-shadow:var(--ptc-shadow-x-small);border:solid 1px var(--color-green-07);background-image:linear-gradient(285deg, var(--color-green-07) 155%, var(--color-green-07) 62%)}.turtlegreen:hover{box-shadow:var(--ptc-shadow-x-large)}.turtlegreen span{color:var(--color-white)}.offwhite{box-shadow:var(--ptc-shadow-x-small);border:solid 1px var(--color-gray-10);background-image:linear-gradient(to right, var(--color-white), var(--color-gray-02), var(--color-gray-01))}.offwhite:hover{box-shadow:var(--ptc-shadow-x-large)}.offwhite span{color:var(--color-gray-10)}.legacy-green{margin-left:10px;padding:10px 20px;margin-bottom:var(--ptc-element-spacing-01);margin-top:var(--ptc-element-spacing-01);box-shadow:var(--ptc-shadow-large);border:solid 2.5px var(--color-green-08);background-image:linear-gradient(to right, var(--color-green-06), var(--color-green-08))}.legacy-green:after{position:absolute;content:\"\";top:-1px;left:0;bottom:0;right:0;width:100%;height:103%;background-image:linear-gradient(to right, var(--color-green-08), var(--color-green-06));opacity:0;transition:opacity var(--ptc-transition-x-slow) var(--ptc-ease-inout);border-radius:2px}.legacy-green:hover{box-shadow:var(--ptc-shadow-x-large)}.legacy-green:hover span{color:var(--color-white)}.legacy-green:hover:after{opacity:1}.legacy-green span{font-family:var(--ptc-font-secondary-latin);color:var(--color-white);z-index:100;position:relative;text-transform:uppercase;font-weight:var(--ptc-font-weight-bold);letter-spacing:var(--ptc-letter-spacing-normal);font-size:var(--ptc-font-size-x-small)}@media only screen and (min-width: 768px){.legacy-green span{font-size:var(--ptc-font-size-small);letter-spacing:var(--ptc-letter-spacing-loose)}}.legacy-green icon-asset{display:inline}a{border-style:solid;border-width:1px;position:relative;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;padding:9.4px 17.5px;border-radius:var(--ptc-border-radius-standard);display:inline-block;position:relative}a.animation-right ::slotted([slot=slot-after-text]),a.animation-right ::slotted([slot=slot-before-text]),a.animation-down ::slotted([slot=slot-after-text]),a.animation-down ::slotted([slot=slot-before-text]){transition:all var(--ptc-ease-inout) var(--ptc-transition-medium);position:relative;display:inline-block;margin-left:5px}a:hover.animation-right ::slotted([slot=slot-after-text]),a:hover.animation-right ::slotted([slot=slot-before-text]){transform:translateX(var(--ptc-element-spacing-02))}a:hover.animation-down ::slotted([slot=slot-after-text]),a:hover.animation-down ::slotted([slot=slot-before-text]){transform:translateY(var(--ptc-element-spacing-02))}.nav{font-family:var(--ptc-font-latin);background-color:var(--color-gray-10);border-radius:var(--ptc-border-radius-standard);border:1px solid var(--color-white);border-bottom-style:solid;border-bottom-width:1px;box-sizing:border-box;color:var(--color-white);display:inline-block;font-size:var(--ptc-font-size-xx-small);font-stretch:100%;font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-loose);list-style:none;padding:3px var(--ptc-element-spacing-04);position:relative;text-align:center;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;transition:background-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.nav:focus{outline:3px solid var(--color-blue-07);outline-offset:2px}.nav:hover{background-color:var(--color-gray-12)}.ptc-primary,.ptc-quaternary,.ptc-secondary,.ptc-tertiary{padding:var(--ptc-font-size-xx-small) var(--ptc-font-size-medium);transition:background-color var(--ptc-ease-inout) var(--ptc-transition-medium);line-height:20px}.ptc-primary.disabled,.ptc-quaternary.disabled,.ptc-secondary.disabled,.ptc-tertiary.disabled{pointer-events:none;border-color:var(--color-gray-03);background:var(--color-gray-02)}.ptc-primary.disabled span,.ptc-quaternary.disabled span,.ptc-secondary.disabled span,.ptc-tertiary.disabled span{color:var(--color-gray-03)}.ptc-primary.disabled ::slotted([slot=slot-after-text]),.ptc-quaternary.disabled ::slotted([slot=slot-after-text]),.ptc-secondary.disabled ::slotted([slot=slot-after-text]),.ptc-tertiary.disabled ::slotted([slot=slot-after-text]){fill:var(--color-gray-03) !important}.ptc-primary:focus,.ptc-quaternary:focus,.ptc-secondary:focus,.ptc-tertiary:focus{outline:3px solid var(--color-blue-07);outline-offset:2px}.ptc-primary span,.ptc-quaternary span,.ptc-secondary span,.ptc-tertiary span{font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-densest);letter-spacing:normal}.ptc-primary{background:var(--color-gray-10);border:2px solid var(--color-green-07);border-radius:var(--ptc-border-radius-standard)}.ptc-primary:hover{background-color:var(--color-gray-12)}.ptc-primary:active{background-color:var(--color-black)}.ptc-primary span{color:var(--color-white)}.ptc-primary ::slotted([slot=slot-after-text]){fill:var(--color-white) !important}.ptc-secondary{background:var(--color-gray-10);border:2px solid var(--color-gray-08);border-radius:var(--ptc-border-radius-standard)}.ptc-secondary:hover{background-color:var(--color-gray-12)}.ptc-secondary:active{background-color:var(--color-black)}.ptc-secondary span{color:var(--color-white)}.ptc-secondary ::slotted([slot=slot-after-text]){fill:var(--color-white) !important}.ptc-tertiary{background:var(--color-white);border:2px solid var(--color-gray-10);border-radius:var(--ptc-border-radius-standard)}.ptc-tertiary:hover{background-color:var(--color-gray-02)}.ptc-tertiary:active{background-color:var(--color-gray-03)}.ptc-tertiary span{color:var(--color-gray-10)}.ptc-tertiary ::slotted([slot=slot-after-text]){fill:var(--color-gray-10) !important}.ptc-quaternary{background:var(--color-green-07);border:2px solid var(--color-green-07);border-radius:var(--ptc-border-radius-standard)}.ptc-quaternary:hover{background-color:var(--color-green-08)}.ptc-quaternary:active{background-color:var(--color-green-09)}.ptc-quaternary span{color:var(--color-white)}.ptc-quaternary ::slotted([slot=slot-after-text]){fill:var(--color-white) !important}";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const PtcButton = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
12
|
this.clickEvent = index.createEvent(this, "clickEvent", 7);
|
|
13
|
-
/**
|
|
14
|
-
* Disabled button
|
|
15
|
-
*/
|
|
16
13
|
this.disabled = false;
|
|
17
|
-
/**
|
|
18
|
-
* Button type
|
|
19
|
-
*/
|
|
20
14
|
this.type = 'button';
|
|
21
|
-
/**
|
|
22
|
-
* Button theme color
|
|
23
|
-
*/
|
|
24
15
|
this.color = 'ptc-primary';
|
|
25
|
-
/**
|
|
26
|
-
* Icon Animation
|
|
27
|
-
*/
|
|
28
16
|
this.iconAnimation = '';
|
|
29
|
-
/**
|
|
30
|
-
* Icon Position
|
|
31
|
-
*/
|
|
32
17
|
this.iconPosition = 'icon-right';
|
|
33
|
-
/**
|
|
34
|
-
* Link URL
|
|
35
|
-
*/
|
|
36
18
|
this.linkHref = undefined;
|
|
37
|
-
/**
|
|
38
|
-
* link Title
|
|
39
|
-
*/
|
|
40
19
|
this.linkTitle = undefined;
|
|
41
|
-
/**
|
|
42
|
-
* Link target
|
|
43
|
-
* */
|
|
44
20
|
this.target = '_self';
|
|
45
|
-
/**
|
|
46
|
-
* Link rel
|
|
47
|
-
* */
|
|
48
21
|
this.rel = undefined;
|
|
49
|
-
/**
|
|
50
|
-
* (optional) tab-nav.
|
|
51
|
-
* indicates that its element can be focused, and where it participates in sequential keyboard navigation.
|
|
52
|
-
* A negative value (usually tabindex="-1") means that the element is not reachable via sequential keyboard navigation
|
|
53
|
-
*/
|
|
54
22
|
this.tabNav = 0;
|
|
23
|
+
this.styles = undefined;
|
|
55
24
|
}
|
|
56
25
|
clickEventHandler() {
|
|
57
26
|
this.clickEvent.emit();
|
|
@@ -2,15 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
const ptcCardBottomCss = ":host{display:block}:host(.card-tall) .ptc-card-bottom-wrapper,:host(.card-wide) .ptc-card-bottom-wrapper{position:absolute;bottom:0;left:0;padding:0 var(--ptc-element-spacing-07) var(--ptc-element-spacing-07) var(--ptc-element-spacing-06);z-index:2}:host(.card-2up) .ptc-card-bottom-wrapper{position:absolute;bottom:0;left:0;padding:0px 24px 24px 16px}:host(.card-playlist){flex:72% 2 1;align-self:center}:host(.mouse-hover-card-bottom) .ptc-card-bottom-wrapper{z-index:5;cursor:pointer}@media only screen and (min-width: 768px){:host(.card-2up) .ptc-card-bottom-wrapper{padding:0 32px 32px 24px}}@media only screen and (min-width: 1200px){:host(.card-video-intro){flex:20% 2 1;justify-content:flex-end}:host(.card-video-intro) .ptc-card-bottom-wrapper{display:flex;justify-content:flex-end}}@media only screen and (min-width: 1440px){:host(.card-2up) .ptc-card-bottom-wrapper{width:70%}}@media only screen and (min-width: 1980px){:host(.card-2up) .ptc-card-bottom-wrapper{width:60%}}";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const PtcCardBottom = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
12
|
this.hoverEvent = index.createEvent(this, "hoverEvent", 7);
|
|
13
13
|
this.leaveEvent = index.createEvent(this, "leaveEvent", 7);
|
|
14
|
+
this.cardType = undefined;
|
|
15
|
+
this.styles = undefined;
|
|
14
16
|
}
|
|
15
17
|
hoverEventHandler() {
|
|
16
18
|
this.hoverEvent.emit();
|
|
@@ -2,15 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
const ptcCardContentCss = ":host{display:block;height:100%}:host(.speed-bump){border:1px solid var(--color-gray-08);border-radius:var(--ptc-border-radius-large);padding:var(--ptc-element-spacing-06) 28px var(--ptc-element-spacing-06) 28px;text-align:center}:host(.speed-bump-2){border:1px solid var(--color-gray-08);border-radius:var(--ptc-border-radius-large);padding:var(--ptc-element-spacing-07) var(--ptc-element-spacing-05);text-align:center}@media only screen and (min-width: 768px){:host(.speed-bump){text-align:left}}@media only screen and (min-width: 768px){:host(.speed-bump-2){text-align:left}}:host(.card-tall) .ptc-card-content-wrapper,:host(.card-video) .ptc-card-content-wrapper,:host(.card-wide) .ptc-card-content-wrapper,:host(.card-playlist) .ptc-card-content-wrapper{border-radius:var(--ptc-border-radius-large);position:relative}:host(.card-tall) .ptc-card-content-wrapper::before,:host(.card-video) .ptc-card-content-wrapper::before,:host(.card-wide) .ptc-card-content-wrapper::before,:host(.card-playlist) .ptc-card-content-wrapper::before{content:\"\";position:absolute;width:100%;height:100%;border-radius:var(--ptc-border-radius-large);top:0;left:0;background:transparent;z-index:1;box-shadow:var(--ptc-shadow-x-small);transition:background var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.card-tall) .ptc-card-content-wrapper::after,:host(.card-video) .ptc-card-content-wrapper::after,:host(.card-wide) .ptc-card-content-wrapper::after,:host(.card-playlist) .ptc-card-content-wrapper::after{content:url(\"data:image/svg+xml,%3Csvg width='54' height='56' viewBox='0 0 54 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_126_10476)'%3E%3Cpath d='M42 20L12 36V4L42 20Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_126_10476' x='0' y='0' width='54' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_126_10476'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_126_10476' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A\");position:absolute;opacity:0;top:52.5%;left:50%;transform:translate(-50%, -50%);z-index:2;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.card-2up) .ptc-card-content-wrapper{border-radius:var(--ptc-border-radius-large);position:relative}:host(.card-2up) .ptc-card-content-wrapper::before{content:\"\";position:absolute;width:100%;height:100%;border-radius:var(--ptc-border-radius-large);top:0;left:0;background:transparent;z-index:1;box-shadow:var(--ptc-shadow-x-small);transition:background var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.card-2up) .ptc-card-content-wrapper::after{content:\"\";position:absolute;opacity:0;top:52.5%;left:50%;transform:translate(-50%, -50%);z-index:2;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.card-playlist) .ptc-card-content-wrapper{width:112px;height:112px}:host(.card-playlist) .ptc-card-content-wrapper::before{width:112px;height:112px}:host(.card-playlist) .ptc-card-content-wrapper::after{content:url(\"data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_126_10337)'%3E%3Cpath d='M34 16L12 28V4L34 16Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_126_10337' x='0' y='0' width='46' height='48' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_126_10337'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_126_10337' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A\");width:40px;height:30px;top:50%}:host(.card-video) .ptc-card-content-wrapper::after{top:59.5%}:host(.mouse-hover) .ptc-card-content-wrapper::before{background:rgba(0, 0, 0, 0.6)}:host(.mouse-hover) .ptc-card-content-wrapper::after{opacity:1}:host(.card-tall) .ptc-card-content-wrapper::before,:host(.card-wide) .ptc-card-content-wrapper::before,:host(.card-2up) .ptc-card-content-wrapper::before{height:100%}:host(.card-playlist){flex:1 2 0%;margin-right:var(--ptc-element-spacing-04)}@media only screen and (min-width: 768px){:host(.card-playlist){margin-right:var(--ptc-element-spacing-03)}}@media only screen and (min-width: 992px){:host(.card-playlist) .ptc-card-content-wrapper{width:88px;height:88px}:host(.card-playlist) .ptc-card-content-wrapper::before{width:88px;height:88px}}@media only screen and (min-width: 768px){:host(.card-playlist) .ptc-card-content-wrapper{width:112px;height:112px}:host(.card-playlist) .ptc-card-content-wrapper::before{width:112px;height:112px}}@media screen and (min-width: 1981px){:host(.card-playlist){margin-right:var(--ptc-element-spacing-04)}}@media only screen and (min-width: 1200px){:host(.card-video-intro){flex:80% 8 1}}:host(.card-video) .ptc-card-content-wrapper{padding-bottom:56.25%}:host(.card-video) .ptc-card-content-wrapper ::slotted(*){position:absolute;width:100%;height:100%;top:0;left:0}:host(.card-tall) .ptc-card-content-wrapper{height:322px}:host(.card-tall) .ptc-card-content-wrapper ::slotted(*){height:322px}:host(.card-wide) .ptc-card-content-wrapper{height:268px}:host(.card-wide) .ptc-card-content-wrapper ::slotted(*){height:268px}:host(.card-2up) .ptc-card-content-wrapper{height:322px}:host(.card-2up) .ptc-card-content-wrapper ::slotted(*){height:322px}@media only screen and (min-width: 768px){:host(.card-tall) .ptc-card-content-wrapper{height:325px}:host(.card-tall) .ptc-card-content-wrapper ::slotted(*){height:325px}:host(.card-wide) .ptc-card-content-wrapper{height:268px}:host(.card-wide) .ptc-card-content-wrapper ::slotted(*){height:268px}:host(.card-2up) .ptc-card-content-wrapper{height:268px}:host(.card-2up) .ptc-card-content-wrapper ::slotted(*){height:268px}}@media only screen and (min-width: 992px){:host(.card-tall) .ptc-card-content-wrapper{height:380px}:host(.card-tall) .ptc-card-content-wrapper ::slotted(*){height:380px}}@media only screen and (min-width: 1980px){:host(.card-tall) .ptc-card-content-wrapper{height:546px}:host(.card-tall) .ptc-card-content-wrapper ::slotted(*){height:546px}:host(.card-wide) .ptc-card-content-wrapper{height:376px}:host(.card-wide) .ptc-card-content-wrapper ::slotted(*){height:376px}:host(.card-2up) .ptc-card-content-wrapper{height:376px}:host(.card-2up) .ptc-card-content-wrapper ::slotted(*){height:376px}}";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const PtcCardContent = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
12
|
this.hoverEvent = index.createEvent(this, "hoverEvent", 7);
|
|
13
13
|
this.leaveEvent = index.createEvent(this, "leaveEvent", 7);
|
|
14
|
+
this.cardType = undefined;
|
|
15
|
+
this.styles = undefined;
|
|
14
16
|
}
|
|
15
17
|
hoverEventHandler() {
|
|
16
18
|
if (!this.el.classList.contains('speed-bump') && !this.el.classList.contains('card-video-intro') && !this.el.classList.contains('card-dynamic')) {
|
|
@@ -2,13 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-8745a0a3.js');
|
|
6
6
|
|
|
7
7
|
const ptcCardPlmCss = ":host{display:block}:host(.card-tall),:host(.card-wide),:host(.card-video),:host(.card-playlist),:host(.card-2up){position:relative}:host(.card-tall) a,:host(.card-wide) a,:host(.card-video) a,:host(.card-playlist) a,:host(.card-2up) a{text-decoration:none !important}:host(.card-tall) a:hover,:host(.card-wide) a:hover,:host(.card-video) a:hover,:host(.card-playlist) a:hover,:host(.card-2up) a:hover{text-decoration:none}:host(.card-tall) a:focus,:host(.card-wide) a:focus,:host(.card-video) a:focus,:host(.card-playlist) a:focus,:host(.card-2up) a:focus{outline:none;text-decoration:none}:host(.card-tall) a:focus-visible,:host(.card-wide) a:focus-visible,:host(.card-video) a:focus-visible,:host(.card-playlist) a:focus-visible,:host(.card-2up) a:focus-visible{outline:none;text-decoration:none}:host(.card-playlist) div,:host(.card-playlist) a{display:flex;text-decoration:none;outline:none}:host(.card-playlist) div:hover,:host(.card-playlist) a:hover{text-decoration:none;outline:none}:host(.card-video-intro){border-bottom-left-radius:var(--ptc-border-radius-large);border-bottom-right-radius:var(--ptc-border-radius-large)}:host(.card-video-intro) div{display:block}:host(.card-video-shadow){box-shadow:var(--ptc-shadow-x-small)}:host(.card-video-p){padding:var(--ptc-element-spacing-05);padding-bottom:var(--ptc-element-spacing-06)}:host(.card-m-right){margin-right:var(--ptc-element-spacing-02)}:host(.card-m-left){margin-left:var(--ptc-element-spacing-02)}@media only screen and (min-width: 768px){:host(.card-m-right){margin-right:var(--ptc-element-spacing-03)}:host(.card-m-left){margin-left:var(--ptc-element-spacing-03)}}@media only screen and (min-width: 992px){:host(.card-m-right){margin-right:var(--ptc-element-spacing-04)}:host(.card-m-left){margin-left:var(--ptc-element-spacing-04)}}@media only screen and (min-width: 1200px){:host(.card-video-intro) div{display:flex}}";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const PtcCardPlm = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
|
+
this.cardType = undefined;
|
|
13
|
+
this.cardLink = undefined;
|
|
14
|
+
this.linkTitle = undefined;
|
|
12
15
|
this.linkTarget = '_self';
|
|
13
16
|
}
|
|
14
17
|
render() {
|