@ptcwebops/ptcw-design 1.0.5 → 1.0.7
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/LICENSE +21 -21
- package/dist/cjs/bundle-example.cjs.entry.js +31 -31
- package/dist/cjs/bundle-jumbotron-example_16.cjs.entry.js +1131 -0
- package/dist/cjs/dropdown-item.cjs.entry.js +11 -11
- package/dist/cjs/{index-c27e52b2.js → index-88135a6b.js} +8 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/lottie-player.cjs.entry.js +355 -355
- package/dist/cjs/my-component.cjs.entry.js +16 -16
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +84 -84
- package/dist/cjs/ptc-accordion.cjs.entry.js +36 -36
- package/dist/cjs/ptc-announcement.cjs.entry.js +51 -51
- package/dist/cjs/ptc-card-bottom_3.cjs.entry.js +123 -123
- package/dist/cjs/ptc-card-content.cjs.entry.js +58 -58
- package/dist/cjs/{ptc-card_6.cjs.entry.js → ptc-card.cjs.entry.js} +66 -470
- package/dist/cjs/ptc-checkbox.cjs.entry.js +51 -51
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +347 -347
- package/dist/cjs/ptc-container.cjs.entry.js +33 -33
- package/dist/cjs/ptc-date.cjs.entry.js +61 -0
- package/dist/cjs/ptc-dropdown.cjs.entry.js +65 -65
- package/dist/cjs/ptc-dynamic-card.cjs.entry.js +47 -47
- package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +40 -40
- package/dist/cjs/ptc-filter-tag.cjs.entry.js +58 -58
- package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +12 -12
- package/dist/cjs/ptc-hero.cjs.entry.js +19 -19
- package/dist/cjs/ptc-icon-list.cjs.entry.js +22 -22
- package/dist/cjs/ptc-icon-minimize.cjs.entry.js +37 -37
- package/dist/cjs/ptc-link.cjs.entry.js +31 -31
- package/dist/cjs/ptc-list.cjs.entry.js +50 -50
- package/dist/cjs/ptc-lottie.cjs.entry.js +11 -11
- package/dist/cjs/ptc-media-card.cjs.entry.js +25 -25
- package/dist/cjs/ptc-minimized-footer.cjs.entry.js +9 -9
- package/dist/cjs/ptc-minimized-header.cjs.entry.js +12 -12
- package/dist/cjs/ptc-mobile-select.cjs.entry.js +54 -54
- package/dist/cjs/ptc-nav-card.cjs.entry.js +40 -40
- package/dist/cjs/ptc-overlay.cjs.entry.js +24 -24
- package/dist/cjs/ptc-pagenation.cjs.entry.js +210 -210
- package/dist/cjs/ptc-previous-url.cjs.entry.js +11 -11
- package/dist/cjs/ptc-pricing-block.cjs.entry.js +21 -21
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +117 -117
- package/dist/cjs/ptc-quote.cjs.entry.js +24 -24
- package/dist/cjs/ptc-readmore.cjs.entry.js +74 -74
- package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +55 -55
- package/dist/cjs/ptc-search-field.cjs.entry.js +68 -52
- package/dist/cjs/ptc-shopping-cart.cjs.entry.js +51 -51
- package/dist/cjs/ptc-social-share.cjs.entry.js +60 -60
- package/dist/cjs/ptc-span.cjs.entry.js +19 -19
- package/dist/cjs/ptc-sticky-icons.cjs.entry.js +33 -33
- package/dist/cjs/ptc-tab-list.cjs.entry.js +126 -126
- package/dist/cjs/ptc-tab.cjs.entry.js +21 -21
- package/dist/cjs/ptc-tabs.cjs.entry.js +48 -48
- package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +28 -28
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +16 -16
- package/dist/cjs/ptcw-design.cjs.js +2 -2
- package/dist/cjs/tab-content.cjs.entry.js +28 -28
- package/dist/cjs/tab-header.cjs.entry.js +47 -46
- package/dist/cjs/{utils-416c94fe.js → utils-9eb22041.js} +90 -90
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/bundle-example/bundle-example.css +15 -15
- package/dist/collection/components/bundle-example/bundle-example.js +58 -58
- package/dist/collection/components/bundle-jumbotron-example/bundle-jumbotron-example.css +3 -0
- package/dist/collection/components/bundle-jumbotron-example/bundle-jumbotron-example.js +66 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +61 -61
- package/dist/collection/components/icon-asset/icon-asset.css +4 -4
- package/dist/collection/components/icon-asset/icon-asset.js +199 -199
- package/dist/collection/components/icon-asset/media/brands.svg +1381 -1381
- package/dist/collection/components/icon-asset/media/designer.svg +387 -387
- package/dist/collection/components/icon-asset/media/regular.svg +463 -463
- package/dist/collection/components/icon-asset/media/solid.svg +3013 -3013
- package/dist/collection/components/icon-asset/media/svg-with-js.min.css +4 -4
- package/dist/collection/components/list-item/list-item.css +14 -0
- package/dist/collection/components/list-item/list-item.js +144 -107
- package/dist/collection/components/max-width-container/max-width-container.css +12 -7
- package/dist/collection/components/max-width-container/max-width-container.js +105 -80
- package/dist/collection/components/my-component/my-component.css +3 -3
- package/dist/collection/components/my-component/my-component.js +82 -82
- package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +287 -287
- package/dist/collection/components/ptc-accordion/ptc-accordion.js +78 -78
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +238 -238
- package/dist/collection/components/ptc-background-video/ptc-background-video.js +102 -102
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.css +19 -0
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +105 -22
- package/dist/collection/components/ptc-button/ptc-button.js +283 -283
- package/dist/collection/components/ptc-card/ptc-card.js +344 -344
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +116 -116
- package/dist/collection/components/ptc-card-content/ptc-card-content.js +212 -212
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +214 -214
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +152 -152
- package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +586 -586
- package/dist/collection/components/ptc-container/ptc-container.js +120 -120
- package/dist/collection/components/ptc-date/ptc-date.js +224 -190
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +162 -162
- package/dist/collection/components/ptc-dynamic-card/media/nav-active-dotslick.svg +15 -15
- package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.js +182 -182
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.css +6 -1
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +122 -122
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +113 -113
- package/dist/collection/components/ptc-hero/ptc-hero.js +86 -86
- package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +78 -78
- package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +127 -127
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +87 -87
- package/dist/collection/components/ptc-img/ptc-img.js +293 -293
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +947 -0
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +274 -0
- package/dist/collection/components/ptc-link/ptc-link.js +222 -222
- package/dist/collection/components/ptc-list/ptc-list.js +99 -99
- package/dist/collection/components/ptc-lottie/ptc-lottie.css +5 -5
- package/dist/collection/components/ptc-lottie/ptc-lottie.js +62 -62
- package/dist/collection/components/ptc-media-card/ptc-media-card.js +216 -216
- package/dist/collection/components/ptc-minimized-footer/ptc-minimized-footer.js +18 -18
- package/dist/collection/components/ptc-minimized-header/ptc-minimized-header.js +81 -81
- package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +190 -190
- package/dist/collection/components/ptc-modal/ptc-modal.js +347 -347
- package/dist/collection/components/ptc-nav-card/ptc-nav-card.js +227 -227
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +131 -131
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +447 -447
- package/dist/collection/components/ptc-para/ptc-para.js +242 -242
- package/dist/collection/components/ptc-picture/ptc-picture.js +450 -450
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +60 -60
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +70 -70
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +12 -0
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +245 -245
- package/dist/collection/components/ptc-quote/ptc-quote.js +144 -144
- package/dist/collection/components/ptc-readmore/ptc-readmore.js +298 -298
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.css +3 -3
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +65 -65
- package/dist/collection/components/ptc-search-field/ptc-search-field.js +193 -149
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +97 -97
- package/dist/collection/components/ptc-skeleton/ptc-skeleton.js +139 -139
- package/dist/collection/components/ptc-social-share/ptc-social-share.js +239 -239
- package/dist/collection/components/ptc-spacer/ptc-spacer.css +332 -332
- package/dist/collection/components/ptc-spacer/ptc-spacer.js +97 -97
- package/dist/collection/components/ptc-span/ptc-span.js +87 -87
- package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.js +51 -51
- package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +109 -72
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +177 -177
- package/dist/collection/components/ptc-tabs/ptc-tab.js +121 -121
- package/dist/collection/components/ptc-tabs/ptc-tabs.js +104 -104
- package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.js +166 -166
- package/dist/collection/components/ptc-title/ptc-title.css +1 -1
- package/dist/collection/components/ptc-title/ptc-title.js +310 -310
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.css +1 -0
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +267 -267
- package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +48 -48
- package/dist/collection/components/tab-content/tab-content.js +84 -84
- package/dist/collection/components/tab-header/tab-header.js +154 -136
- package/dist/collection/index.js +1 -1
- package/dist/collection/media/svg-imgs/Back-arrow.svg +11 -11
- package/dist/collection/media/svg-imgs/close.svg +10 -10
- package/dist/collection/media/svg-imgs/play-button-dark.svg +20 -0
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-black.svg +3 -3
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-white.svg +3 -3
- package/dist/collection/media/svg-imgs/slider-arrow-left.svg +18 -18
- package/dist/collection/media/svg-imgs/slider-arrow-right.svg +18 -18
- package/dist/collection/media/svg-imgs/union.svg +3 -3
- package/dist/collection/utils/component.js +3 -3
- package/dist/collection/utils/interfaces.js +11 -11
- package/dist/collection/utils/utils.js +92 -92
- package/dist/custom-elements/index.d.ts +12 -0
- package/dist/custom-elements/index.js +4166 -3940
- package/dist/esm/bundle-example.entry.js +31 -31
- package/dist/esm/bundle-jumbotron-example_16.entry.js +1112 -0
- package/dist/esm/dropdown-item.entry.js +11 -11
- package/dist/esm/{index-40bc29fc.js → index-8e63c32d.js} +9 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/lottie-player.entry.js +355 -355
- package/dist/esm/my-component.entry.js +16 -16
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/ptc-accordion-item.entry.js +84 -84
- package/dist/esm/ptc-accordion.entry.js +36 -36
- package/dist/esm/ptc-announcement.entry.js +51 -51
- package/dist/esm/ptc-card-bottom_3.entry.js +123 -123
- package/dist/esm/ptc-card-content.entry.js +58 -58
- package/dist/esm/{ptc-card_6.entry.js → ptc-card.entry.js} +67 -466
- package/dist/esm/ptc-checkbox.entry.js +51 -51
- package/dist/esm/ptc-collapse-list.entry.js +347 -347
- package/dist/esm/ptc-container.entry.js +33 -33
- package/dist/esm/ptc-date.entry.js +57 -0
- package/dist/esm/ptc-dropdown.entry.js +65 -65
- package/dist/esm/ptc-dynamic-card.entry.js +47 -47
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +40 -40
- package/dist/esm/ptc-filter-tag.entry.js +58 -58
- package/dist/esm/ptc-hero-footer-cta.entry.js +12 -12
- package/dist/esm/ptc-hero.entry.js +19 -19
- package/dist/esm/ptc-icon-list.entry.js +22 -22
- package/dist/esm/ptc-icon-minimize.entry.js +37 -37
- package/dist/esm/ptc-link.entry.js +31 -31
- package/dist/esm/ptc-list.entry.js +50 -50
- package/dist/esm/ptc-lottie.entry.js +11 -11
- package/dist/esm/ptc-media-card.entry.js +25 -25
- package/dist/esm/ptc-minimized-footer.entry.js +9 -9
- package/dist/esm/ptc-minimized-header.entry.js +12 -12
- package/dist/esm/ptc-mobile-select.entry.js +54 -54
- package/dist/esm/ptc-nav-card.entry.js +40 -40
- package/dist/esm/ptc-overlay.entry.js +24 -24
- package/dist/esm/ptc-pagenation.entry.js +210 -210
- package/dist/esm/ptc-previous-url.entry.js +11 -11
- package/dist/esm/ptc-pricing-block.entry.js +21 -21
- package/dist/esm/ptc-pricing-tabs.entry.js +117 -117
- package/dist/esm/ptc-quote.entry.js +24 -24
- package/dist/esm/ptc-readmore.entry.js +74 -74
- package/dist/esm/ptc-responsive-wrapper.entry.js +55 -55
- package/dist/esm/ptc-search-field.entry.js +68 -52
- package/dist/esm/ptc-shopping-cart.entry.js +51 -51
- package/dist/esm/ptc-social-share.entry.js +60 -60
- package/dist/esm/ptc-span.entry.js +19 -19
- package/dist/esm/ptc-sticky-icons.entry.js +33 -33
- package/dist/esm/ptc-tab-list.entry.js +126 -126
- package/dist/esm/ptc-tab.entry.js +21 -21
- package/dist/esm/ptc-tabs.entry.js +48 -48
- package/dist/esm/ptc-text-copy-with-background.entry.js +28 -28
- package/dist/esm/ptc-two-column-media.entry.js +16 -16
- package/dist/esm/ptcw-design.js +3 -3
- package/dist/esm/tab-content.entry.js +28 -28
- package/dist/esm/tab-header.entry.js +47 -46
- package/dist/esm/{utils-f937097d.js → utils-38decc43.js} +90 -90
- package/dist/ptcw-design/media/brands.svg +1381 -1381
- package/dist/ptcw-design/media/designer.svg +387 -387
- package/dist/ptcw-design/media/nav-active-dotslick.svg +15 -15
- package/dist/ptcw-design/media/regular.svg +463 -463
- package/dist/ptcw-design/media/solid.svg +3013 -3013
- package/dist/ptcw-design/media/svg-with-js.min.css +4 -4
- package/dist/ptcw-design/{p-62cabff9.entry.js → p-00c9ae79.entry.js} +1 -1
- package/dist/ptcw-design/{p-bc0181f3.entry.js → p-0f8784e9.entry.js} +1 -1
- package/dist/ptcw-design/{p-2cc97b88.entry.js → p-12780f09.entry.js} +1 -1
- package/dist/ptcw-design/{p-c325283e.entry.js → p-1996ad89.entry.js} +1 -1
- package/dist/ptcw-design/{p-0099616c.entry.js → p-1bc06d03.entry.js} +1 -1
- package/dist/ptcw-design/{p-8d210676.entry.js → p-1bd6ad59.entry.js} +1 -1
- package/dist/ptcw-design/{p-71f68949.entry.js → p-1cddde0e.entry.js} +1 -1
- package/dist/ptcw-design/{p-8d48362b.entry.js → p-2181c8c7.entry.js} +1 -1
- package/dist/ptcw-design/{p-b9f12c38.entry.js → p-24aff0bd.entry.js} +1 -1
- package/dist/ptcw-design/p-24df6392.entry.js +1 -0
- package/dist/ptcw-design/{p-dcf0d341.entry.js → p-324a6ee8.entry.js} +1 -1
- package/dist/ptcw-design/{p-de6b444f.entry.js → p-366528df.entry.js} +1 -1
- package/dist/ptcw-design/{p-c7247cc9.entry.js → p-379f7e39.entry.js} +1 -1
- package/dist/ptcw-design/{p-d24446b2.entry.js → p-3bb54c51.entry.js} +1 -1
- package/dist/ptcw-design/{p-45c0076d.entry.js → p-3bbd8add.entry.js} +1 -1
- package/dist/ptcw-design/{p-424ae8e1.entry.js → p-451ed028.entry.js} +1 -1
- package/dist/ptcw-design/{p-63fab352.entry.js → p-462567d1.entry.js} +1 -1
- package/dist/ptcw-design/{p-854cbe46.entry.js → p-46afd828.entry.js} +1 -1
- package/dist/ptcw-design/{p-32b81dde.entry.js → p-4702f4e4.entry.js} +1 -1
- package/dist/ptcw-design/{p-1def8f3c.entry.js → p-47b2c76f.entry.js} +1 -1
- package/dist/ptcw-design/p-514c2df0.entry.js +1 -0
- package/dist/ptcw-design/p-55d298f5.entry.js +1 -0
- package/dist/ptcw-design/{p-fed5edd3.entry.js → p-59058faa.entry.js} +1 -1
- package/dist/ptcw-design/{p-ad487b1e.entry.js → p-610dc9d3.entry.js} +1 -1
- package/dist/ptcw-design/{p-9fb2ab8c.js → p-63c06667.js} +2 -2
- package/dist/ptcw-design/{p-013f5355.entry.js → p-6e8222ce.entry.js} +1 -1
- package/dist/ptcw-design/{p-6ae2fd80.entry.js → p-77f4e77b.entry.js} +1 -1
- package/dist/ptcw-design/{p-91512aeb.entry.js → p-8a1c2577.entry.js} +1 -1
- package/dist/ptcw-design/{p-673121e2.entry.js → p-8c6b069b.entry.js} +1 -1
- package/dist/ptcw-design/p-a43f3c42.entry.js +1 -0
- package/dist/ptcw-design/{p-a2145afa.entry.js → p-a7b20fe7.entry.js} +1 -1
- package/dist/ptcw-design/p-ab28cfc5.entry.js +1 -0
- package/dist/ptcw-design/{p-7a728178.entry.js → p-af3d5be7.entry.js} +1 -1
- package/dist/ptcw-design/{p-159d9a80.entry.js → p-af975d78.entry.js} +1 -1
- package/dist/ptcw-design/p-b755e12b.entry.js +1 -0
- package/dist/ptcw-design/{p-e66a28aa.entry.js → p-b922e3a5.entry.js} +1 -1
- package/dist/ptcw-design/p-bbff3792.entry.js +1 -0
- package/dist/ptcw-design/{p-b4d92914.entry.js → p-c7bd4d99.entry.js} +1 -1
- package/dist/ptcw-design/{p-586d9c9d.entry.js → p-ca6d7814.entry.js} +1 -1
- package/dist/ptcw-design/{p-2eb5ef88.entry.js → p-cdff68d4.entry.js} +1 -1
- package/dist/ptcw-design/{p-727ef7a7.entry.js → p-ce9f0355.entry.js} +1 -1
- package/dist/ptcw-design/{p-329cc205.entry.js → p-d43ff8d4.entry.js} +1 -1
- package/dist/ptcw-design/{p-34db9e46.entry.js → p-dd6501a8.entry.js} +1 -1
- package/dist/ptcw-design/{p-01783129.entry.js → p-e4cd7ef5.entry.js} +1 -1
- package/dist/ptcw-design/{p-3fc703a5.entry.js → p-e4f1e8fd.entry.js} +1 -1
- package/dist/ptcw-design/p-e91fbd67.entry.js +1 -0
- package/dist/ptcw-design/{p-65aa6afd.entry.js → p-ea19d8f6.entry.js} +1 -1
- package/dist/ptcw-design/{p-fd50c3b4.entry.js → p-f55984c2.entry.js} +1 -1
- package/dist/ptcw-design/{p-d625bb90.entry.js → p-f6fe5efe.entry.js} +1 -1
- package/dist/ptcw-design/{p-bf48a5e7.entry.js → p-f81d880d.entry.js} +1 -1
- package/dist/ptcw-design/{p-50c88717.entry.js → p-f8b8554e.entry.js} +1 -1
- package/dist/ptcw-design/p-fe1ff7d2.entry.js +1 -0
- package/dist/ptcw-design/ptcw-design.css +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/bundle-example/bundle-example.d.ts +10 -10
- package/dist/types/components/bundle-jumbotron-example/bundle-jumbotron-example.d.ts +4 -0
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +5 -5
- package/dist/types/components/icon-asset/icon-asset.d.ts +40 -40
- package/dist/types/components/list-item/list-item.d.ts +16 -8
- package/dist/types/components/max-width-container/max-width-container.d.ts +11 -9
- package/dist/types/components/my-component/my-component.d.ts +16 -16
- package/dist/types/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.d.ts +59 -59
- package/dist/types/components/ptc-accordion/ptc-accordion.d.ts +13 -13
- package/dist/types/components/ptc-announcement/ptc-announcement.d.ts +51 -51
- package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +26 -26
- package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +20 -4
- package/dist/types/components/ptc-button/ptc-button.d.ts +60 -60
- package/dist/types/components/ptc-card/ptc-card.d.ts +67 -67
- package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +15 -15
- package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +19 -19
- package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +24 -24
- package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +14 -14
- package/dist/types/components/ptc-collapse-list/ptc-collapse-list.d.ts +56 -56
- package/dist/types/components/ptc-container/ptc-container.d.ts +12 -12
- package/dist/types/components/ptc-date/ptc-date.d.ts +46 -41
- package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +19 -19
- package/dist/types/components/ptc-dynamic-card/ptc-dynamic-card.d.ts +24 -24
- package/dist/types/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.d.ts +12 -12
- package/dist/types/components/ptc-filter-tag/ptc-filter-tag.d.ts +17 -17
- package/dist/types/components/ptc-hero/ptc-hero.d.ts +16 -16
- package/dist/types/components/ptc-hero-footer-cta/ptc-hero-footer-cta.d.ts +6 -6
- package/dist/types/components/ptc-icon-list/ptc-icon-list.d.ts +21 -21
- package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +9 -9
- package/dist/types/components/ptc-img/ptc-img.d.ts +51 -51
- package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +20 -0
- package/dist/types/components/ptc-link/ptc-link.d.ts +44 -44
- package/dist/types/components/ptc-list/ptc-list.d.ts +8 -8
- package/dist/types/components/ptc-lottie/ptc-lottie.d.ts +12 -12
- package/dist/types/components/ptc-media-card/ptc-media-card.d.ts +45 -45
- package/dist/types/components/ptc-minimized-footer/ptc-minimized-footer.d.ts +3 -3
- package/dist/types/components/ptc-minimized-header/ptc-minimized-header.d.ts +6 -6
- package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +36 -36
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +59 -59
- package/dist/types/components/ptc-nav-card/ptc-nav-card.d.ts +46 -46
- package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +21 -21
- package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +31 -31
- package/dist/types/components/ptc-para/ptc-para.d.ts +47 -47
- package/dist/types/components/ptc-picture/ptc-picture.d.ts +93 -93
- package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +5 -5
- package/dist/types/components/ptc-pricing-block/ptc-pricing-block.d.ts +7 -7
- package/dist/types/components/ptc-pricing-tabs/ptc-pricing-tabs.d.ts +47 -47
- package/dist/types/components/ptc-quote/ptc-quote.d.ts +29 -29
- package/dist/types/components/ptc-readmore/ptc-readmore.d.ts +57 -57
- package/dist/types/components/ptc-responsive-wrapper/ptc-responsive-wrapper.d.ts +8 -8
- package/dist/types/components/ptc-search-field/ptc-search-field.d.ts +18 -15
- package/dist/types/components/ptc-shopping-cart/ptc-shopping-cart.d.ts +6 -6
- package/dist/types/components/ptc-skeleton/ptc-skeleton.d.ts +10 -10
- package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +33 -33
- package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +16 -16
- package/dist/types/components/ptc-span/ptc-span.d.ts +16 -16
- package/dist/types/components/ptc-sticky-icons/ptc-sticky-icons.d.ts +7 -7
- package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +20 -12
- package/dist/types/components/ptc-tab-list/ptc-tab-list.d.ts +19 -19
- package/dist/types/components/ptc-tabs/ptc-tab.d.ts +9 -9
- package/dist/types/components/ptc-tabs/ptc-tabs.d.ts +10 -10
- package/dist/types/components/ptc-text-copy-with-background/ptc-text-copy-with-background.d.ts +33 -33
- package/dist/types/components/ptc-title/ptc-title.d.ts +54 -54
- package/dist/types/components/ptc-tooltip/ptc-tooltip.d.ts +47 -47
- package/dist/types/components/ptc-two-column-media/ptc-two-column-media.d.ts +9 -9
- package/dist/types/components/tab-content/tab-content.d.ts +12 -12
- package/dist/types/components/tab-header/tab-header.d.ts +18 -14
- package/dist/types/components.d.ts +259 -132
- package/dist/types/global.d.ts +1072 -1072
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/component.d.ts +1 -1
- package/dist/types/utils/interfaces.d.ts +31 -31
- package/dist/types/utils/utils.d.ts +5 -5
- package/package.json +61 -61
- package/readme.md +18 -18
- package/dist/cjs/icon-asset.cjs.entry.js +0 -53
- package/dist/cjs/list-item.cjs.entry.js +0 -30
- package/dist/cjs/max-width-container.cjs.entry.js +0 -40
- package/dist/cjs/ptc-background-video.cjs.entry.js +0 -27
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -23
- package/dist/cjs/ptc-button.cjs.entry.js +0 -46
- package/dist/cjs/ptc-modal.cjs.entry.js +0 -154
- package/dist/cjs/ptc-svg-btn.cjs.entry.js +0 -92
- package/dist/cjs/ptc-title.cjs.entry.js +0 -78
- package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -90
- package/dist/esm/icon-asset.entry.js +0 -49
- package/dist/esm/list-item.entry.js +0 -26
- package/dist/esm/max-width-container.entry.js +0 -36
- package/dist/esm/ptc-background-video.entry.js +0 -23
- package/dist/esm/ptc-breadcrumb.entry.js +0 -19
- package/dist/esm/ptc-button.entry.js +0 -42
- package/dist/esm/ptc-modal.entry.js +0 -150
- package/dist/esm/ptc-svg-btn.entry.js +0 -88
- package/dist/esm/ptc-title.entry.js +0 -74
- package/dist/esm/ptc-tooltip.entry.js +0 -86
- package/dist/ptcw-design/p-03a0ed56.entry.js +0 -1
- package/dist/ptcw-design/p-0828fe2e.entry.js +0 -1
- package/dist/ptcw-design/p-0f937cff.entry.js +0 -1
- package/dist/ptcw-design/p-13b0d8c3.entry.js +0 -1
- package/dist/ptcw-design/p-2a66ec9b.entry.js +0 -1
- package/dist/ptcw-design/p-2ac518f1.entry.js +0 -1
- package/dist/ptcw-design/p-2de0f980.entry.js +0 -1
- package/dist/ptcw-design/p-31fbba12.entry.js +0 -1
- package/dist/ptcw-design/p-8b5e393e.entry.js +0 -1
- package/dist/ptcw-design/p-96883fd7.entry.js +0 -1
- package/dist/ptcw-design/p-a6960def.entry.js +0 -1
- package/dist/ptcw-design/p-bbeb95bd.entry.js +0 -1
- package/dist/ptcw-design/p-c1b0de20.entry.js +0 -1
- package/dist/ptcw-design/p-c693e1c5.entry.js +0 -1
- package/dist/ptcw-design/p-c8e804a7.entry.js +0 -1
- package/dist/ptcw-design/p-ce3627b8.entry.js +0 -1
- package/dist/ptcw-design/p-e353a8e8.entry.js +0 -1
- /package/dist/ptcw-design/{p-ea875d9e.js → p-36665caa.js} +0 -0
|
@@ -8,6 +8,9 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
|
8
8
|
export namespace Components {
|
|
9
9
|
interface BundleExample {
|
|
10
10
|
}
|
|
11
|
+
interface BundleJumbotronExample {
|
|
12
|
+
"jumbotron": string;
|
|
13
|
+
}
|
|
11
14
|
interface DropdownItem {
|
|
12
15
|
"linkHref"?: string;
|
|
13
16
|
"linkTarget": string | undefined;
|
|
@@ -47,13 +50,22 @@ export namespace Components {
|
|
|
47
50
|
"type": 'solid' | 'brands' | 'ptc' | 'regular';
|
|
48
51
|
}
|
|
49
52
|
interface ListItem {
|
|
53
|
+
/**
|
|
54
|
+
* Theme color
|
|
55
|
+
*/
|
|
56
|
+
"color"?: 'white' | 'primary-gray';
|
|
50
57
|
"flushBefore": boolean;
|
|
51
58
|
"linkHref"?: string;
|
|
52
59
|
"linkTarget": string | undefined;
|
|
53
60
|
"listType": 'list-primary' | 'list-footer' | 'breadcrumb';
|
|
61
|
+
/**
|
|
62
|
+
* (optional) Injected CSS styles
|
|
63
|
+
*/
|
|
64
|
+
"styles"?: string;
|
|
54
65
|
}
|
|
55
66
|
interface MaxWidthContainer {
|
|
56
67
|
"breakpoint": number;
|
|
68
|
+
"contentAlign": 'left' | 'center' | 'right';
|
|
57
69
|
"maxWidth": number;
|
|
58
70
|
}
|
|
59
71
|
interface MyComponent {
|
|
@@ -159,6 +171,22 @@ export namespace Components {
|
|
|
159
171
|
"videoSrc": string;
|
|
160
172
|
}
|
|
161
173
|
interface PtcBreadcrumb {
|
|
174
|
+
/**
|
|
175
|
+
* Theme Color
|
|
176
|
+
*/
|
|
177
|
+
"color": 'black' | 'white' | 'ptc-green' | 'gray' | 'light-gray' | 'primary-gray' | 'default' | 'inherit';
|
|
178
|
+
/**
|
|
179
|
+
* breadcrumb position
|
|
180
|
+
*/
|
|
181
|
+
"position"?: 'left' | 'center' | 'right';
|
|
182
|
+
/**
|
|
183
|
+
* remove topMargin
|
|
184
|
+
*/
|
|
185
|
+
"removeTopMargin": boolean;
|
|
186
|
+
/**
|
|
187
|
+
* (optional) Injected CSS styles
|
|
188
|
+
*/
|
|
189
|
+
"styles"?: string;
|
|
162
190
|
}
|
|
163
191
|
interface PtcButton {
|
|
164
192
|
/**
|
|
@@ -226,16 +254,16 @@ export namespace Components {
|
|
|
226
254
|
/**
|
|
227
255
|
* Card Type Specify Card Type, default to simple card
|
|
228
256
|
*/
|
|
229
|
-
"cardType": | 'simple-card'
|
|
230
|
-
| 'lottie-card'
|
|
231
|
-
| 'custom-card'
|
|
232
|
-
| 'clip-edge-card'
|
|
233
|
-
| 'hightlight-card'
|
|
234
|
-
| 'listing-card'
|
|
235
|
-
| 'horizontal-card'
|
|
236
|
-
| 'listing-card-horizontal'
|
|
237
|
-
| 'resource-center-card'
|
|
238
|
-
| 'case-studies-card'
|
|
257
|
+
"cardType": | 'simple-card'
|
|
258
|
+
| 'lottie-card'
|
|
259
|
+
| 'custom-card'
|
|
260
|
+
| 'clip-edge-card'
|
|
261
|
+
| 'hightlight-card'
|
|
262
|
+
| 'listing-card'
|
|
263
|
+
| 'horizontal-card'
|
|
264
|
+
| 'listing-card-horizontal'
|
|
265
|
+
| 'resource-center-card'
|
|
266
|
+
| 'case-studies-card'
|
|
239
267
|
| 'related-card';
|
|
240
268
|
/**
|
|
241
269
|
* Event Type
|
|
@@ -290,16 +318,16 @@ export namespace Components {
|
|
|
290
318
|
"styles"?: string;
|
|
291
319
|
}
|
|
292
320
|
interface PtcCardContent {
|
|
293
|
-
"cardType"?: | 'card-video'
|
|
294
|
-
| 'card-tall'
|
|
295
|
-
| 'card-2up'
|
|
296
|
-
| 'card-wide'
|
|
297
|
-
| 'speed-bump'
|
|
298
|
-
| 'card-playlist'
|
|
299
|
-
| 'card-video-intro'
|
|
300
|
-
| 'card-dynamic'
|
|
301
|
-
| 'extra-tall'
|
|
302
|
-
| 'color-outlined'
|
|
321
|
+
"cardType"?: | 'card-video'
|
|
322
|
+
| 'card-tall'
|
|
323
|
+
| 'card-2up'
|
|
324
|
+
| 'card-wide'
|
|
325
|
+
| 'speed-bump'
|
|
326
|
+
| 'card-playlist'
|
|
327
|
+
| 'card-video-intro'
|
|
328
|
+
| 'card-dynamic'
|
|
329
|
+
| 'extra-tall'
|
|
330
|
+
| 'color-outlined'
|
|
303
331
|
| 'thumbnail-video-preview';
|
|
304
332
|
"isLoading"?: boolean;
|
|
305
333
|
"outlineColor"?: 'o-red' | 'o-orange' | 'o-blue' | 'o-slate-grey' | 'o-green';
|
|
@@ -351,7 +379,7 @@ export namespace Components {
|
|
|
351
379
|
* Theme
|
|
352
380
|
*/
|
|
353
381
|
"backgroundColor": 'white' | 'gray';
|
|
354
|
-
"containerType": '
|
|
382
|
+
"containerType": 'large' | 'none' | '';
|
|
355
383
|
"elevation": 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
356
384
|
"spacing": 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xxx-large' | 'xxx-large';
|
|
357
385
|
}
|
|
@@ -380,6 +408,10 @@ export namespace Components {
|
|
|
380
408
|
* Day An integer between 1 and 31 representing the day of the month. If omitted, defaults to 1.
|
|
381
409
|
*/
|
|
382
410
|
"day": number;
|
|
411
|
+
/**
|
|
412
|
+
* Custom object for formatting date e.i. { weekday: "long", year: "numeric", month: "long", day: "numeric" }
|
|
413
|
+
*/
|
|
414
|
+
"formatOptions"?: string;
|
|
383
415
|
/**
|
|
384
416
|
* Month An integer between 1 (January) and 12 (December) representing the month.If omitted, defaults to 0.
|
|
385
417
|
*/
|
|
@@ -503,6 +535,16 @@ export namespace Components {
|
|
|
503
535
|
*/
|
|
504
536
|
"sizeXs": string;
|
|
505
537
|
}
|
|
538
|
+
interface PtcJumbotron {
|
|
539
|
+
"bgSrc"?: string;
|
|
540
|
+
"bgVideoSrc"?: string;
|
|
541
|
+
"gifSrc"?: string;
|
|
542
|
+
"jumbotronType": string;
|
|
543
|
+
"mainTitle": string;
|
|
544
|
+
"pngSrc"?: string;
|
|
545
|
+
"popupVideo"?: string;
|
|
546
|
+
"subTitle": string;
|
|
547
|
+
}
|
|
506
548
|
interface PtcLink {
|
|
507
549
|
/**
|
|
508
550
|
* Disabled link
|
|
@@ -718,21 +760,21 @@ export namespace Components {
|
|
|
718
760
|
/**
|
|
719
761
|
* Filter Color
|
|
720
762
|
*/
|
|
721
|
-
"filterColor": | 'blue'
|
|
722
|
-
| 'red'
|
|
723
|
-
| 'orange'
|
|
724
|
-
| 'green'
|
|
725
|
-
| 'black-1'
|
|
726
|
-
| 'black-2'
|
|
727
|
-
| 'black-3'
|
|
728
|
-
| 'black-4'
|
|
729
|
-
| 'black-5'
|
|
730
|
-
| 'slate-grey'
|
|
731
|
-
| 'bright-blue'
|
|
732
|
-
| 'bright-red'
|
|
733
|
-
| 'bright-orange'
|
|
734
|
-
| 'bright-green'
|
|
735
|
-
| 'bright-slate-grey'
|
|
763
|
+
"filterColor": | 'blue'
|
|
764
|
+
| 'red'
|
|
765
|
+
| 'orange'
|
|
766
|
+
| 'green'
|
|
767
|
+
| 'black-1'
|
|
768
|
+
| 'black-2'
|
|
769
|
+
| 'black-3'
|
|
770
|
+
| 'black-4'
|
|
771
|
+
| 'black-5'
|
|
772
|
+
| 'slate-grey'
|
|
773
|
+
| 'bright-blue'
|
|
774
|
+
| 'bright-red'
|
|
775
|
+
| 'bright-orange'
|
|
776
|
+
| 'bright-green'
|
|
777
|
+
| 'bright-slate-grey'
|
|
736
778
|
| string;
|
|
737
779
|
/**
|
|
738
780
|
* Overlay z-index
|
|
@@ -785,24 +827,24 @@ export namespace Components {
|
|
|
785
827
|
/**
|
|
786
828
|
* Paragraph Margin
|
|
787
829
|
*/
|
|
788
|
-
"paraMargin"?: | 'margin-flush'
|
|
789
|
-
| 'maring-top-1'
|
|
790
|
-
| 'margin-top-2'
|
|
791
|
-
| 'margin-top-3'
|
|
792
|
-
| 'margin-top-4'
|
|
793
|
-
| 'margin-top-5'
|
|
794
|
-
| 'margin-top-6'
|
|
795
|
-
| 'margin-bottom-1'
|
|
796
|
-
| 'margin-bottom-2'
|
|
797
|
-
| 'margin-bottom-3'
|
|
798
|
-
| 'margin-bottom-4'
|
|
799
|
-
| 'margin-bottom-5'
|
|
800
|
-
| 'margin-bottom-6'
|
|
801
|
-
| 'margin-1'
|
|
802
|
-
| 'margin-2'
|
|
803
|
-
| 'margin-3'
|
|
804
|
-
| 'margin-4'
|
|
805
|
-
| 'margin-5'
|
|
830
|
+
"paraMargin"?: | 'margin-flush'
|
|
831
|
+
| 'maring-top-1'
|
|
832
|
+
| 'margin-top-2'
|
|
833
|
+
| 'margin-top-3'
|
|
834
|
+
| 'margin-top-4'
|
|
835
|
+
| 'margin-top-5'
|
|
836
|
+
| 'margin-top-6'
|
|
837
|
+
| 'margin-bottom-1'
|
|
838
|
+
| 'margin-bottom-2'
|
|
839
|
+
| 'margin-bottom-3'
|
|
840
|
+
| 'margin-bottom-4'
|
|
841
|
+
| 'margin-bottom-5'
|
|
842
|
+
| 'margin-bottom-6'
|
|
843
|
+
| 'margin-1'
|
|
844
|
+
| 'margin-2'
|
|
845
|
+
| 'margin-3'
|
|
846
|
+
| 'margin-4'
|
|
847
|
+
| 'margin-5'
|
|
806
848
|
| 'margin-6';
|
|
807
849
|
/**
|
|
808
850
|
* Paragraph Style
|
|
@@ -984,6 +1026,7 @@ export namespace Components {
|
|
|
984
1026
|
interface PtcResponsiveWrapper {
|
|
985
1027
|
}
|
|
986
1028
|
interface PtcSearchField {
|
|
1029
|
+
"clearSearchValue": () => Promise<void>;
|
|
987
1030
|
"darkTheme": boolean;
|
|
988
1031
|
"placeholderLabel": string;
|
|
989
1032
|
"textValue": string;
|
|
@@ -1058,10 +1101,18 @@ export namespace Components {
|
|
|
1058
1101
|
* Display
|
|
1059
1102
|
*/
|
|
1060
1103
|
"display": 'block' | 'inline' | 'inline-block' | 'flex';
|
|
1104
|
+
/**
|
|
1105
|
+
* Injected Styles
|
|
1106
|
+
*/
|
|
1107
|
+
"styles"?: number;
|
|
1061
1108
|
/**
|
|
1062
1109
|
* Options: "close", "slider-left", "slider-right", "back-arrow"
|
|
1063
1110
|
*/
|
|
1064
1111
|
"svgName"?: string;
|
|
1112
|
+
/**
|
|
1113
|
+
* Z-Index
|
|
1114
|
+
*/
|
|
1115
|
+
"zIndex"?: string;
|
|
1065
1116
|
}
|
|
1066
1117
|
interface PtcTab {
|
|
1067
1118
|
"active": boolean;
|
|
@@ -1138,18 +1189,18 @@ export namespace Components {
|
|
|
1138
1189
|
/**
|
|
1139
1190
|
* Title Margin
|
|
1140
1191
|
*/
|
|
1141
|
-
"titleMargin"?: | 'margin-flush'
|
|
1142
|
-
| 'margin-top-3'
|
|
1143
|
-
| 'margin-top-4'
|
|
1144
|
-
| 'margin-top-5'
|
|
1145
|
-
| 'margin-top-6'
|
|
1146
|
-
| 'margin-bottom-3'
|
|
1147
|
-
| 'margin-bottom-4'
|
|
1148
|
-
| 'margin-bottom-5'
|
|
1149
|
-
| 'margin-bottom-6'
|
|
1150
|
-
| 'margin-3'
|
|
1151
|
-
| 'margin-4'
|
|
1152
|
-
| 'margin-5'
|
|
1192
|
+
"titleMargin"?: | 'margin-flush'
|
|
1193
|
+
| 'margin-top-3'
|
|
1194
|
+
| 'margin-top-4'
|
|
1195
|
+
| 'margin-top-5'
|
|
1196
|
+
| 'margin-top-6'
|
|
1197
|
+
| 'margin-bottom-3'
|
|
1198
|
+
| 'margin-bottom-4'
|
|
1199
|
+
| 'margin-bottom-5'
|
|
1200
|
+
| 'margin-bottom-6'
|
|
1201
|
+
| 'margin-3'
|
|
1202
|
+
| 'margin-4'
|
|
1203
|
+
| 'margin-5'
|
|
1153
1204
|
| 'margin-6';
|
|
1154
1205
|
/**
|
|
1155
1206
|
* Title Shadow
|
|
@@ -1224,6 +1275,10 @@ export namespace Components {
|
|
|
1224
1275
|
interface TabHeader {
|
|
1225
1276
|
"getChild": () => Promise<unknown>;
|
|
1226
1277
|
"name": string;
|
|
1278
|
+
/**
|
|
1279
|
+
* Tab header name will go here, Ex: tab-header-text="Overview"
|
|
1280
|
+
*/
|
|
1281
|
+
"tabHeaderText": string;
|
|
1227
1282
|
"tooltip": string;
|
|
1228
1283
|
}
|
|
1229
1284
|
}
|
|
@@ -1302,6 +1357,12 @@ declare global {
|
|
|
1302
1357
|
prototype: HTMLBundleExampleElement;
|
|
1303
1358
|
new (): HTMLBundleExampleElement;
|
|
1304
1359
|
};
|
|
1360
|
+
interface HTMLBundleJumbotronExampleElement extends Components.BundleJumbotronExample, HTMLStencilElement {
|
|
1361
|
+
}
|
|
1362
|
+
var HTMLBundleJumbotronExampleElement: {
|
|
1363
|
+
prototype: HTMLBundleJumbotronExampleElement;
|
|
1364
|
+
new (): HTMLBundleJumbotronExampleElement;
|
|
1365
|
+
};
|
|
1305
1366
|
interface HTMLDropdownItemElement extends Components.DropdownItem, HTMLStencilElement {
|
|
1306
1367
|
}
|
|
1307
1368
|
var HTMLDropdownItemElement: {
|
|
@@ -1470,6 +1531,12 @@ declare global {
|
|
|
1470
1531
|
prototype: HTMLPtcImgElement;
|
|
1471
1532
|
new (): HTMLPtcImgElement;
|
|
1472
1533
|
};
|
|
1534
|
+
interface HTMLPtcJumbotronElement extends Components.PtcJumbotron, HTMLStencilElement {
|
|
1535
|
+
}
|
|
1536
|
+
var HTMLPtcJumbotronElement: {
|
|
1537
|
+
prototype: HTMLPtcJumbotronElement;
|
|
1538
|
+
new (): HTMLPtcJumbotronElement;
|
|
1539
|
+
};
|
|
1473
1540
|
interface HTMLPtcLinkElement extends Components.PtcLink, HTMLStencilElement {
|
|
1474
1541
|
}
|
|
1475
1542
|
var HTMLPtcLinkElement: {
|
|
@@ -1688,6 +1755,7 @@ declare global {
|
|
|
1688
1755
|
};
|
|
1689
1756
|
interface HTMLElementTagNameMap {
|
|
1690
1757
|
"bundle-example": HTMLBundleExampleElement;
|
|
1758
|
+
"bundle-jumbotron-example": HTMLBundleJumbotronExampleElement;
|
|
1691
1759
|
"dropdown-item": HTMLDropdownItemElement;
|
|
1692
1760
|
"icon-asset": HTMLIconAssetElement;
|
|
1693
1761
|
"list-item": HTMLListItemElement;
|
|
@@ -1716,6 +1784,7 @@ declare global {
|
|
|
1716
1784
|
"ptc-icon-list": HTMLPtcIconListElement;
|
|
1717
1785
|
"ptc-icon-minimize": HTMLPtcIconMinimizeElement;
|
|
1718
1786
|
"ptc-img": HTMLPtcImgElement;
|
|
1787
|
+
"ptc-jumbotron": HTMLPtcJumbotronElement;
|
|
1719
1788
|
"ptc-link": HTMLPtcLinkElement;
|
|
1720
1789
|
"ptc-list": HTMLPtcListElement;
|
|
1721
1790
|
"ptc-lottie": HTMLPtcLottieElement;
|
|
@@ -1757,6 +1826,9 @@ declare global {
|
|
|
1757
1826
|
declare namespace LocalJSX {
|
|
1758
1827
|
interface BundleExample {
|
|
1759
1828
|
}
|
|
1829
|
+
interface BundleJumbotronExample {
|
|
1830
|
+
"jumbotron"?: string;
|
|
1831
|
+
}
|
|
1760
1832
|
interface DropdownItem {
|
|
1761
1833
|
"linkHref"?: string;
|
|
1762
1834
|
"linkTarget"?: string | undefined;
|
|
@@ -1796,13 +1868,22 @@ declare namespace LocalJSX {
|
|
|
1796
1868
|
"type"?: 'solid' | 'brands' | 'ptc' | 'regular';
|
|
1797
1869
|
}
|
|
1798
1870
|
interface ListItem {
|
|
1871
|
+
/**
|
|
1872
|
+
* Theme color
|
|
1873
|
+
*/
|
|
1874
|
+
"color"?: 'white' | 'primary-gray';
|
|
1799
1875
|
"flushBefore"?: boolean;
|
|
1800
1876
|
"linkHref"?: string;
|
|
1801
1877
|
"linkTarget"?: string | undefined;
|
|
1802
1878
|
"listType"?: 'list-primary' | 'list-footer' | 'breadcrumb';
|
|
1879
|
+
/**
|
|
1880
|
+
* (optional) Injected CSS styles
|
|
1881
|
+
*/
|
|
1882
|
+
"styles"?: string;
|
|
1803
1883
|
}
|
|
1804
1884
|
interface MaxWidthContainer {
|
|
1805
1885
|
"breakpoint"?: number;
|
|
1886
|
+
"contentAlign"?: 'left' | 'center' | 'right';
|
|
1806
1887
|
"maxWidth"?: number;
|
|
1807
1888
|
}
|
|
1808
1889
|
interface MyComponent {
|
|
@@ -1916,6 +1997,22 @@ declare namespace LocalJSX {
|
|
|
1916
1997
|
"videoSrc"?: string;
|
|
1917
1998
|
}
|
|
1918
1999
|
interface PtcBreadcrumb {
|
|
2000
|
+
/**
|
|
2001
|
+
* Theme Color
|
|
2002
|
+
*/
|
|
2003
|
+
"color"?: 'black' | 'white' | 'ptc-green' | 'gray' | 'light-gray' | 'primary-gray' | 'default' | 'inherit';
|
|
2004
|
+
/**
|
|
2005
|
+
* breadcrumb position
|
|
2006
|
+
*/
|
|
2007
|
+
"position"?: 'left' | 'center' | 'right';
|
|
2008
|
+
/**
|
|
2009
|
+
* remove topMargin
|
|
2010
|
+
*/
|
|
2011
|
+
"removeTopMargin"?: boolean;
|
|
2012
|
+
/**
|
|
2013
|
+
* (optional) Injected CSS styles
|
|
2014
|
+
*/
|
|
2015
|
+
"styles"?: string;
|
|
1919
2016
|
}
|
|
1920
2017
|
interface PtcButton {
|
|
1921
2018
|
/**
|
|
@@ -1987,16 +2084,16 @@ declare namespace LocalJSX {
|
|
|
1987
2084
|
/**
|
|
1988
2085
|
* Card Type Specify Card Type, default to simple card
|
|
1989
2086
|
*/
|
|
1990
|
-
"cardType"?: | 'simple-card'
|
|
1991
|
-
| 'lottie-card'
|
|
1992
|
-
| 'custom-card'
|
|
1993
|
-
| 'clip-edge-card'
|
|
1994
|
-
| 'hightlight-card'
|
|
1995
|
-
| 'listing-card'
|
|
1996
|
-
| 'horizontal-card'
|
|
1997
|
-
| 'listing-card-horizontal'
|
|
1998
|
-
| 'resource-center-card'
|
|
1999
|
-
| 'case-studies-card'
|
|
2087
|
+
"cardType"?: | 'simple-card'
|
|
2088
|
+
| 'lottie-card'
|
|
2089
|
+
| 'custom-card'
|
|
2090
|
+
| 'clip-edge-card'
|
|
2091
|
+
| 'hightlight-card'
|
|
2092
|
+
| 'listing-card'
|
|
2093
|
+
| 'horizontal-card'
|
|
2094
|
+
| 'listing-card-horizontal'
|
|
2095
|
+
| 'resource-center-card'
|
|
2096
|
+
| 'case-studies-card'
|
|
2000
2097
|
| 'related-card';
|
|
2001
2098
|
/**
|
|
2002
2099
|
* Event Type
|
|
@@ -2053,16 +2150,16 @@ declare namespace LocalJSX {
|
|
|
2053
2150
|
"styles"?: string;
|
|
2054
2151
|
}
|
|
2055
2152
|
interface PtcCardContent {
|
|
2056
|
-
"cardType"?: | 'card-video'
|
|
2057
|
-
| 'card-tall'
|
|
2058
|
-
| 'card-2up'
|
|
2059
|
-
| 'card-wide'
|
|
2060
|
-
| 'speed-bump'
|
|
2061
|
-
| 'card-playlist'
|
|
2062
|
-
| 'card-video-intro'
|
|
2063
|
-
| 'card-dynamic'
|
|
2064
|
-
| 'extra-tall'
|
|
2065
|
-
| 'color-outlined'
|
|
2153
|
+
"cardType"?: | 'card-video'
|
|
2154
|
+
| 'card-tall'
|
|
2155
|
+
| 'card-2up'
|
|
2156
|
+
| 'card-wide'
|
|
2157
|
+
| 'speed-bump'
|
|
2158
|
+
| 'card-playlist'
|
|
2159
|
+
| 'card-video-intro'
|
|
2160
|
+
| 'card-dynamic'
|
|
2161
|
+
| 'extra-tall'
|
|
2162
|
+
| 'color-outlined'
|
|
2066
2163
|
| 'thumbnail-video-preview';
|
|
2067
2164
|
"isLoading"?: boolean;
|
|
2068
2165
|
"onHoverEvent"?: (event: PtcCardContentCustomEvent<void>) => void;
|
|
@@ -2122,7 +2219,7 @@ declare namespace LocalJSX {
|
|
|
2122
2219
|
* Theme
|
|
2123
2220
|
*/
|
|
2124
2221
|
"backgroundColor"?: 'white' | 'gray';
|
|
2125
|
-
"containerType"?: '
|
|
2222
|
+
"containerType"?: 'large' | 'none' | '';
|
|
2126
2223
|
"elevation"?: 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
2127
2224
|
"spacing"?: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xxx-large' | 'xxx-large';
|
|
2128
2225
|
}
|
|
@@ -2151,6 +2248,10 @@ declare namespace LocalJSX {
|
|
|
2151
2248
|
* Day An integer between 1 and 31 representing the day of the month. If omitted, defaults to 1.
|
|
2152
2249
|
*/
|
|
2153
2250
|
"day"?: number;
|
|
2251
|
+
/**
|
|
2252
|
+
* Custom object for formatting date e.i. { weekday: "long", year: "numeric", month: "long", day: "numeric" }
|
|
2253
|
+
*/
|
|
2254
|
+
"formatOptions"?: string;
|
|
2154
2255
|
/**
|
|
2155
2256
|
* Month An integer between 1 (January) and 12 (December) representing the month.If omitted, defaults to 0.
|
|
2156
2257
|
*/
|
|
@@ -2276,6 +2377,16 @@ declare namespace LocalJSX {
|
|
|
2276
2377
|
*/
|
|
2277
2378
|
"sizeXs"?: string;
|
|
2278
2379
|
}
|
|
2380
|
+
interface PtcJumbotron {
|
|
2381
|
+
"bgSrc"?: string;
|
|
2382
|
+
"bgVideoSrc"?: string;
|
|
2383
|
+
"gifSrc"?: string;
|
|
2384
|
+
"jumbotronType"?: string;
|
|
2385
|
+
"mainTitle"?: string;
|
|
2386
|
+
"pngSrc"?: string;
|
|
2387
|
+
"popupVideo"?: string;
|
|
2388
|
+
"subTitle"?: string;
|
|
2389
|
+
}
|
|
2279
2390
|
interface PtcLink {
|
|
2280
2391
|
/**
|
|
2281
2392
|
* Disabled link
|
|
@@ -2499,21 +2610,21 @@ declare namespace LocalJSX {
|
|
|
2499
2610
|
/**
|
|
2500
2611
|
* Filter Color
|
|
2501
2612
|
*/
|
|
2502
|
-
"filterColor"?: | 'blue'
|
|
2503
|
-
| 'red'
|
|
2504
|
-
| 'orange'
|
|
2505
|
-
| 'green'
|
|
2506
|
-
| 'black-1'
|
|
2507
|
-
| 'black-2'
|
|
2508
|
-
| 'black-3'
|
|
2509
|
-
| 'black-4'
|
|
2510
|
-
| 'black-5'
|
|
2511
|
-
| 'slate-grey'
|
|
2512
|
-
| 'bright-blue'
|
|
2513
|
-
| 'bright-red'
|
|
2514
|
-
| 'bright-orange'
|
|
2515
|
-
| 'bright-green'
|
|
2516
|
-
| 'bright-slate-grey'
|
|
2613
|
+
"filterColor"?: | 'blue'
|
|
2614
|
+
| 'red'
|
|
2615
|
+
| 'orange'
|
|
2616
|
+
| 'green'
|
|
2617
|
+
| 'black-1'
|
|
2618
|
+
| 'black-2'
|
|
2619
|
+
| 'black-3'
|
|
2620
|
+
| 'black-4'
|
|
2621
|
+
| 'black-5'
|
|
2622
|
+
| 'slate-grey'
|
|
2623
|
+
| 'bright-blue'
|
|
2624
|
+
| 'bright-red'
|
|
2625
|
+
| 'bright-orange'
|
|
2626
|
+
| 'bright-green'
|
|
2627
|
+
| 'bright-slate-grey'
|
|
2517
2628
|
| string;
|
|
2518
2629
|
/**
|
|
2519
2630
|
* Overlay z-index
|
|
@@ -2566,24 +2677,24 @@ declare namespace LocalJSX {
|
|
|
2566
2677
|
/**
|
|
2567
2678
|
* Paragraph Margin
|
|
2568
2679
|
*/
|
|
2569
|
-
"paraMargin"?: | 'margin-flush'
|
|
2570
|
-
| 'maring-top-1'
|
|
2571
|
-
| 'margin-top-2'
|
|
2572
|
-
| 'margin-top-3'
|
|
2573
|
-
| 'margin-top-4'
|
|
2574
|
-
| 'margin-top-5'
|
|
2575
|
-
| 'margin-top-6'
|
|
2576
|
-
| 'margin-bottom-1'
|
|
2577
|
-
| 'margin-bottom-2'
|
|
2578
|
-
| 'margin-bottom-3'
|
|
2579
|
-
| 'margin-bottom-4'
|
|
2580
|
-
| 'margin-bottom-5'
|
|
2581
|
-
| 'margin-bottom-6'
|
|
2582
|
-
| 'margin-1'
|
|
2583
|
-
| 'margin-2'
|
|
2584
|
-
| 'margin-3'
|
|
2585
|
-
| 'margin-4'
|
|
2586
|
-
| 'margin-5'
|
|
2680
|
+
"paraMargin"?: | 'margin-flush'
|
|
2681
|
+
| 'maring-top-1'
|
|
2682
|
+
| 'margin-top-2'
|
|
2683
|
+
| 'margin-top-3'
|
|
2684
|
+
| 'margin-top-4'
|
|
2685
|
+
| 'margin-top-5'
|
|
2686
|
+
| 'margin-top-6'
|
|
2687
|
+
| 'margin-bottom-1'
|
|
2688
|
+
| 'margin-bottom-2'
|
|
2689
|
+
| 'margin-bottom-3'
|
|
2690
|
+
| 'margin-bottom-4'
|
|
2691
|
+
| 'margin-bottom-5'
|
|
2692
|
+
| 'margin-bottom-6'
|
|
2693
|
+
| 'margin-1'
|
|
2694
|
+
| 'margin-2'
|
|
2695
|
+
| 'margin-3'
|
|
2696
|
+
| 'margin-4'
|
|
2697
|
+
| 'margin-5'
|
|
2587
2698
|
| 'margin-6';
|
|
2588
2699
|
/**
|
|
2589
2700
|
* Paragraph Style
|
|
@@ -2843,10 +2954,18 @@ declare namespace LocalJSX {
|
|
|
2843
2954
|
* Display
|
|
2844
2955
|
*/
|
|
2845
2956
|
"display"?: 'block' | 'inline' | 'inline-block' | 'flex';
|
|
2957
|
+
/**
|
|
2958
|
+
* Injected Styles
|
|
2959
|
+
*/
|
|
2960
|
+
"styles"?: number;
|
|
2846
2961
|
/**
|
|
2847
2962
|
* Options: "close", "slider-left", "slider-right", "back-arrow"
|
|
2848
2963
|
*/
|
|
2849
2964
|
"svgName"?: string;
|
|
2965
|
+
/**
|
|
2966
|
+
* Z-Index
|
|
2967
|
+
*/
|
|
2968
|
+
"zIndex"?: string;
|
|
2850
2969
|
}
|
|
2851
2970
|
interface PtcTab {
|
|
2852
2971
|
"active"?: boolean;
|
|
@@ -2923,18 +3042,18 @@ declare namespace LocalJSX {
|
|
|
2923
3042
|
/**
|
|
2924
3043
|
* Title Margin
|
|
2925
3044
|
*/
|
|
2926
|
-
"titleMargin"?: | 'margin-flush'
|
|
2927
|
-
| 'margin-top-3'
|
|
2928
|
-
| 'margin-top-4'
|
|
2929
|
-
| 'margin-top-5'
|
|
2930
|
-
| 'margin-top-6'
|
|
2931
|
-
| 'margin-bottom-3'
|
|
2932
|
-
| 'margin-bottom-4'
|
|
2933
|
-
| 'margin-bottom-5'
|
|
2934
|
-
| 'margin-bottom-6'
|
|
2935
|
-
| 'margin-3'
|
|
2936
|
-
| 'margin-4'
|
|
2937
|
-
| 'margin-5'
|
|
3045
|
+
"titleMargin"?: | 'margin-flush'
|
|
3046
|
+
| 'margin-top-3'
|
|
3047
|
+
| 'margin-top-4'
|
|
3048
|
+
| 'margin-top-5'
|
|
3049
|
+
| 'margin-top-6'
|
|
3050
|
+
| 'margin-bottom-3'
|
|
3051
|
+
| 'margin-bottom-4'
|
|
3052
|
+
| 'margin-bottom-5'
|
|
3053
|
+
| 'margin-bottom-6'
|
|
3054
|
+
| 'margin-3'
|
|
3055
|
+
| 'margin-4'
|
|
3056
|
+
| 'margin-5'
|
|
2938
3057
|
| 'margin-6';
|
|
2939
3058
|
/**
|
|
2940
3059
|
* Title Shadow
|
|
@@ -3008,10 +3127,15 @@ declare namespace LocalJSX {
|
|
|
3008
3127
|
interface TabHeader {
|
|
3009
3128
|
"name"?: string;
|
|
3010
3129
|
"onTabClicked"?: (event: TabHeaderCustomEvent<any>) => void;
|
|
3130
|
+
/**
|
|
3131
|
+
* Tab header name will go here, Ex: tab-header-text="Overview"
|
|
3132
|
+
*/
|
|
3133
|
+
"tabHeaderText"?: string;
|
|
3011
3134
|
"tooltip"?: string;
|
|
3012
3135
|
}
|
|
3013
3136
|
interface IntrinsicElements {
|
|
3014
3137
|
"bundle-example": BundleExample;
|
|
3138
|
+
"bundle-jumbotron-example": BundleJumbotronExample;
|
|
3015
3139
|
"dropdown-item": DropdownItem;
|
|
3016
3140
|
"icon-asset": IconAsset;
|
|
3017
3141
|
"list-item": ListItem;
|
|
@@ -3040,6 +3164,7 @@ declare namespace LocalJSX {
|
|
|
3040
3164
|
"ptc-icon-list": PtcIconList;
|
|
3041
3165
|
"ptc-icon-minimize": PtcIconMinimize;
|
|
3042
3166
|
"ptc-img": PtcImg;
|
|
3167
|
+
"ptc-jumbotron": PtcJumbotron;
|
|
3043
3168
|
"ptc-link": PtcLink;
|
|
3044
3169
|
"ptc-list": PtcList;
|
|
3045
3170
|
"ptc-lottie": PtcLottie;
|
|
@@ -3083,6 +3208,7 @@ declare module "@stencil/core" {
|
|
|
3083
3208
|
export namespace JSX {
|
|
3084
3209
|
interface IntrinsicElements {
|
|
3085
3210
|
"bundle-example": LocalJSX.BundleExample & JSXBase.HTMLAttributes<HTMLBundleExampleElement>;
|
|
3211
|
+
"bundle-jumbotron-example": LocalJSX.BundleJumbotronExample & JSXBase.HTMLAttributes<HTMLBundleJumbotronExampleElement>;
|
|
3086
3212
|
"dropdown-item": LocalJSX.DropdownItem & JSXBase.HTMLAttributes<HTMLDropdownItemElement>;
|
|
3087
3213
|
"icon-asset": LocalJSX.IconAsset & JSXBase.HTMLAttributes<HTMLIconAssetElement>;
|
|
3088
3214
|
"list-item": LocalJSX.ListItem & JSXBase.HTMLAttributes<HTMLListItemElement>;
|
|
@@ -3111,6 +3237,7 @@ declare module "@stencil/core" {
|
|
|
3111
3237
|
"ptc-icon-list": LocalJSX.PtcIconList & JSXBase.HTMLAttributes<HTMLPtcIconListElement>;
|
|
3112
3238
|
"ptc-icon-minimize": LocalJSX.PtcIconMinimize & JSXBase.HTMLAttributes<HTMLPtcIconMinimizeElement>;
|
|
3113
3239
|
"ptc-img": LocalJSX.PtcImg & JSXBase.HTMLAttributes<HTMLPtcImgElement>;
|
|
3240
|
+
"ptc-jumbotron": LocalJSX.PtcJumbotron & JSXBase.HTMLAttributes<HTMLPtcJumbotronElement>;
|
|
3114
3241
|
"ptc-link": LocalJSX.PtcLink & JSXBase.HTMLAttributes<HTMLPtcLinkElement>;
|
|
3115
3242
|
"ptc-list": LocalJSX.PtcList & JSXBase.HTMLAttributes<HTMLPtcListElement>;
|
|
3116
3243
|
"ptc-lottie": LocalJSX.PtcLottie & JSXBase.HTMLAttributes<HTMLPtcLottieElement>;
|