@ptcwebops/ptcw-design 0.9.2 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/dist/cjs/bundle-example.cjs.entry.js +15 -15
- package/dist/cjs/dropdown-item.cjs.entry.js +10 -10
- package/dist/cjs/icon-asset.cjs.entry.js +42 -42
- package/dist/cjs/list-item.cjs.entry.js +19 -19
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/lottie-player.cjs.entry.js +354 -354
- package/dist/cjs/max-width-container.cjs.entry.js +29 -29
- package/dist/cjs/my-component.cjs.entry.js +15 -15
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +83 -83
- package/dist/cjs/ptc-accordion.cjs.entry.js +35 -35
- package/dist/cjs/ptc-announcement.cjs.entry.js +50 -50
- package/dist/cjs/ptc-background-video.cjs.entry.js +16 -16
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +12 -12
- package/dist/cjs/ptc-button.cjs.entry.js +35 -35
- package/dist/cjs/ptc-card-bottom_3.cjs.entry.js +130 -130
- package/dist/cjs/ptc-card-content.cjs.entry.js +51 -51
- package/dist/cjs/ptc-card_6.cjs.entry.js +441 -441
- package/dist/cjs/ptc-checkbox.cjs.entry.js +33 -33
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +346 -346
- package/dist/cjs/ptc-container.cjs.entry.js +32 -32
- package/dist/cjs/ptc-dropdown.cjs.entry.js +64 -64
- package/dist/cjs/ptc-dynamic-card.cjs.entry.js +46 -46
- package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +38 -38
- package/dist/cjs/ptc-filter-tag.cjs.entry.js +57 -57
- package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +11 -11
- package/dist/cjs/ptc-hero.cjs.entry.js +18 -18
- package/dist/cjs/ptc-icon-list.cjs.entry.js +21 -21
- package/dist/cjs/ptc-icon-minimize.cjs.entry.js +36 -36
- package/dist/cjs/ptc-link.cjs.entry.js +31 -29
- package/dist/cjs/ptc-list.cjs.entry.js +49 -49
- package/dist/cjs/ptc-lottie.cjs.entry.js +10 -10
- package/dist/cjs/ptc-media-card.cjs.entry.js +24 -24
- package/dist/cjs/ptc-minimized-footer.cjs.entry.js +8 -8
- package/dist/cjs/ptc-minimized-header.cjs.entry.js +11 -11
- package/dist/cjs/ptc-mobile-select.cjs.entry.js +53 -53
- package/dist/cjs/ptc-modal.cjs.entry.js +143 -143
- package/dist/cjs/ptc-nav-card.cjs.entry.js +49 -0
- package/dist/cjs/ptc-overlay.cjs.entry.js +23 -23
- package/dist/cjs/ptc-pagenation.cjs.entry.js +105 -105
- package/dist/cjs/ptc-previous-url.cjs.entry.js +10 -10
- package/dist/cjs/ptc-pricing-block.cjs.entry.js +20 -20
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +77 -0
- package/dist/cjs/ptc-quote.cjs.entry.js +23 -23
- package/dist/cjs/ptc-readmore.cjs.entry.js +63 -0
- package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +54 -54
- package/dist/cjs/ptc-search-field.cjs.entry.js +42 -42
- package/dist/cjs/ptc-shopping-cart.cjs.entry.js +50 -50
- package/dist/cjs/ptc-social-share.cjs.entry.js +59 -59
- package/dist/cjs/ptc-span.cjs.entry.js +18 -18
- package/dist/cjs/ptc-sticky-icons.cjs.entry.js +32 -32
- package/dist/cjs/ptc-svg-btn.cjs.entry.js +73 -73
- package/dist/cjs/ptc-tab-list.cjs.entry.js +125 -125
- package/dist/cjs/ptc-tab.cjs.entry.js +20 -20
- package/dist/cjs/ptc-tabs.cjs.entry.js +47 -47
- package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +27 -27
- package/dist/cjs/ptc-title.cjs.entry.js +67 -67
- package/dist/cjs/ptc-tooltip.cjs.entry.js +68 -0
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +15 -15
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/tab-content.cjs.entry.js +27 -27
- package/dist/cjs/tab-header.cjs.entry.js +45 -45
- package/dist/cjs/{utils-9eb22041.js → utils-416c94fe.js} +90 -90
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/bundle-example/bundle-example.css +5 -5
- package/dist/collection/components/bundle-example/bundle-example.js +32 -32
- 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.js +107 -107
- package/dist/collection/components/max-width-container/max-width-container.css +7 -7
- package/dist/collection/components/max-width-container/max-width-container.js +80 -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.js +22 -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.css +27 -0
- package/dist/collection/components/ptc-card-content/ptc-card-content.js +187 -187
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +197 -197
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +118 -118
- 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 +190 -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.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-link/ptc-link.css +28 -0
- package/dist/collection/components/ptc-link/ptc-link.js +222 -203
- 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.css +108 -0
- package/dist/collection/components/ptc-nav-card/ptc-nav-card.js +208 -0
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +131 -131
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +322 -322
- package/dist/collection/components/ptc-para/ptc-para.js +224 -224
- 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 +775 -0
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +148 -0
- package/dist/collection/components/ptc-quote/ptc-quote.js +144 -144
- package/dist/collection/components/ptc-readmore/ptc-readmore.js +277 -277
- 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 +140 -140
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +97 -97
- package/dist/collection/components/ptc-skeleton/ptc-skeleton.js +146 -146
- 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 +72 -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.js +310 -310
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +227 -228
- 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 +136 -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/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 +10 -4
- package/dist/custom-elements/index.js +3687 -3596
- package/dist/esm/bundle-example.entry.js +15 -15
- package/dist/esm/dropdown-item.entry.js +10 -10
- package/dist/esm/icon-asset.entry.js +42 -42
- package/dist/esm/list-item.entry.js +19 -19
- package/dist/esm/loader.js +1 -1
- package/dist/esm/lottie-player.entry.js +354 -354
- package/dist/esm/max-width-container.entry.js +29 -29
- package/dist/esm/my-component.entry.js +15 -15
- 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 +83 -83
- package/dist/esm/ptc-accordion.entry.js +35 -35
- package/dist/esm/ptc-announcement.entry.js +50 -50
- package/dist/esm/ptc-background-video.entry.js +16 -16
- package/dist/esm/ptc-breadcrumb.entry.js +12 -12
- package/dist/esm/ptc-button.entry.js +35 -35
- package/dist/esm/ptc-card-bottom_3.entry.js +130 -130
- package/dist/esm/ptc-card-content.entry.js +51 -51
- package/dist/esm/ptc-card_6.entry.js +441 -441
- package/dist/esm/ptc-checkbox.entry.js +33 -33
- package/dist/esm/ptc-collapse-list.entry.js +346 -346
- package/dist/esm/ptc-container.entry.js +32 -32
- package/dist/esm/ptc-dropdown.entry.js +64 -64
- package/dist/esm/ptc-dynamic-card.entry.js +46 -46
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +38 -38
- package/dist/esm/ptc-filter-tag.entry.js +57 -57
- package/dist/esm/ptc-hero-footer-cta.entry.js +11 -11
- package/dist/esm/ptc-hero.entry.js +18 -18
- package/dist/esm/ptc-icon-list.entry.js +21 -21
- package/dist/esm/ptc-icon-minimize.entry.js +36 -36
- package/dist/esm/ptc-link.entry.js +31 -29
- package/dist/esm/ptc-list.entry.js +49 -49
- package/dist/esm/ptc-lottie.entry.js +10 -10
- package/dist/esm/ptc-media-card.entry.js +24 -24
- package/dist/esm/ptc-minimized-footer.entry.js +8 -8
- package/dist/esm/ptc-minimized-header.entry.js +11 -11
- package/dist/esm/ptc-mobile-select.entry.js +53 -53
- package/dist/esm/ptc-modal.entry.js +143 -143
- package/dist/esm/ptc-nav-card.entry.js +45 -0
- package/dist/esm/ptc-overlay.entry.js +23 -23
- package/dist/esm/ptc-pagenation.entry.js +105 -105
- package/dist/esm/ptc-previous-url.entry.js +10 -10
- package/dist/esm/ptc-pricing-block.entry.js +20 -20
- package/dist/esm/ptc-pricing-tabs.entry.js +73 -0
- package/dist/esm/ptc-quote.entry.js +23 -23
- package/dist/esm/ptc-readmore.entry.js +59 -0
- package/dist/esm/ptc-responsive-wrapper.entry.js +54 -54
- package/dist/esm/ptc-search-field.entry.js +42 -42
- package/dist/esm/ptc-shopping-cart.entry.js +50 -50
- package/dist/esm/ptc-social-share.entry.js +59 -59
- package/dist/esm/ptc-span.entry.js +18 -18
- package/dist/esm/ptc-sticky-icons.entry.js +32 -32
- package/dist/esm/ptc-svg-btn.entry.js +73 -73
- package/dist/esm/ptc-tab-list.entry.js +125 -125
- package/dist/esm/ptc-tab.entry.js +20 -20
- package/dist/esm/ptc-tabs.entry.js +47 -47
- package/dist/esm/ptc-text-copy-with-background.entry.js +27 -27
- package/dist/esm/ptc-title.entry.js +67 -67
- package/dist/esm/ptc-tooltip.entry.js +64 -0
- package/dist/esm/ptc-two-column-media.entry.js +15 -15
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/esm/tab-content.entry.js +27 -27
- package/dist/esm/tab-header.entry.js +45 -45
- package/dist/esm/{utils-38decc43.js → utils-f937097d.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-0d8841a4.entry.js +1 -0
- package/dist/ptcw-design/p-13e70d43.entry.js +1 -0
- package/dist/ptcw-design/p-166d584d.entry.js +1 -0
- package/dist/ptcw-design/p-195dece6.entry.js +1 -0
- package/dist/ptcw-design/{p-8bcb2fab.entry.js → p-32b81dde.entry.js} +1 -1
- package/dist/ptcw-design/{p-b48a3e6f.entry.js → p-45c0076d.entry.js} +1 -1
- package/dist/ptcw-design/{p-fa17a02e.entry.js → p-8d210676.entry.js} +1 -1
- package/dist/ptcw-design/p-b9f12c38.entry.js +1 -0
- package/dist/ptcw-design/{p-9962aa65.entry.js → p-c460476d.entry.js} +1 -1
- package/dist/ptcw-design/p-dd1576c8.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 +5 -5
- 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 +8 -8
- package/dist/types/components/max-width-container/max-width-container.d.ts +9 -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 +4 -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 +18 -18
- package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +23 -23
- package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +11 -11
- 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 +41 -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-link/ptc-link.d.ts +44 -40
- 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 +42 -0
- package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +21 -21
- package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +27 -27
- package/dist/types/components/ptc-para/ptc-para.d.ts +43 -43
- 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 +31 -0
- package/dist/types/components/ptc-quote/ptc-quote.d.ts +29 -29
- package/dist/types/components/ptc-readmore/ptc-readmore.d.ts +56 -56
- 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 +14 -14
- 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 +12 -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 +42 -42
- 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 +14 -14
- package/dist/types/components.d.ts +227 -121
- 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/ptc-pricing-options-component.cjs.entry.js +0 -33
- package/dist/cjs/ptc-readmore_2.cjs.entry.js +0 -125
- package/dist/collection/components/ptc-pricing-options-component/ptc-pricing-options-component.css +0 -56
- package/dist/collection/components/ptc-pricing-options-component/ptc-pricing-options-component.js +0 -39
- package/dist/esm/ptc-pricing-options-component.entry.js +0 -29
- package/dist/esm/ptc-readmore_2.entry.js +0 -120
- package/dist/ptcw-design/p-071b6a69.entry.js +0 -1
- package/dist/ptcw-design/p-30007bf3.entry.js +0 -1
- package/dist/ptcw-design/p-52092387.entry.js +0 -1
- package/dist/ptcw-design/p-6b71e273.entry.js +0 -1
- package/dist/types/components/ptc-pricing-options-component/ptc-pricing-options-component.d.ts +0 -6
- /package/dist/ptcw-design/{p-36665caa.js → p-ea875d9e.js} +0 -0
|
@@ -226,15 +226,15 @@ export namespace Components {
|
|
|
226
226
|
/**
|
|
227
227
|
* Card Type Specify Card Type, default to simple card
|
|
228
228
|
*/
|
|
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'
|
|
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
238
|
| 'case-studies-card';
|
|
239
239
|
/**
|
|
240
240
|
* Event Type
|
|
@@ -289,7 +289,7 @@ export namespace Components {
|
|
|
289
289
|
"styles"?: string;
|
|
290
290
|
}
|
|
291
291
|
interface PtcCardContent {
|
|
292
|
-
"cardType"?: 'card-video' | 'card-tall' | 'card-2up' | 'card-wide' | 'speed-bump' | 'card-playlist' | 'card-video-intro' | 'card-dynamic' | 'extra-tall' | 'color-outlined';
|
|
292
|
+
"cardType"?: 'card-video' | 'card-tall' | 'card-2up' | 'card-wide' | 'speed-bump' | 'card-playlist' | 'card-video-intro' | 'card-dynamic' | 'extra-tall' | 'color-outlined' | 'thumbnail-video-preview';
|
|
293
293
|
"outlineColor"?: 'o-red' | 'o-orange' | 'o-blue' | 'o-slate-grey' | 'o-green';
|
|
294
294
|
"removeInlineHeight": () => Promise<void>;
|
|
295
295
|
"setHeight": (height: number) => Promise<void>;
|
|
@@ -499,6 +499,10 @@ export namespace Components {
|
|
|
499
499
|
* Font Size
|
|
500
500
|
*/
|
|
501
501
|
"fontSize": 'small' | 'medium' | 'large' | 'medium-large';
|
|
502
|
+
/**
|
|
503
|
+
* Font Weight
|
|
504
|
+
*/
|
|
505
|
+
"fontWeight"?: 'w-thin' | 'w-regular' | 'w-medium' | 'w-semibold' | 'w-bold' | 'w-extrabold' | 'w-black';
|
|
502
506
|
/**
|
|
503
507
|
* href
|
|
504
508
|
*/
|
|
@@ -651,6 +655,40 @@ export namespace Components {
|
|
|
651
655
|
*/
|
|
652
656
|
"size"?: 'sm' | 'md' | 'lg' | 'xl';
|
|
653
657
|
}
|
|
658
|
+
interface PtcNavCard {
|
|
659
|
+
/**
|
|
660
|
+
* Card Link URL (Optional)
|
|
661
|
+
*/
|
|
662
|
+
"cardHref"?: string;
|
|
663
|
+
/**
|
|
664
|
+
* Card Link URL Alt text(Optional)
|
|
665
|
+
*/
|
|
666
|
+
"cardHrefAlt"?: string;
|
|
667
|
+
/**
|
|
668
|
+
* If this card has Image
|
|
669
|
+
*/
|
|
670
|
+
"cardLogo"?: string;
|
|
671
|
+
/**
|
|
672
|
+
* Card Type Specify Card Type
|
|
673
|
+
*/
|
|
674
|
+
"cardType": 'media-card' | 'links-card' | 'cta-card';
|
|
675
|
+
/**
|
|
676
|
+
* Card description
|
|
677
|
+
*/
|
|
678
|
+
"description"?: string;
|
|
679
|
+
/**
|
|
680
|
+
* Card heading
|
|
681
|
+
*/
|
|
682
|
+
"heading"?: string;
|
|
683
|
+
/**
|
|
684
|
+
* (optional) Link card rel
|
|
685
|
+
*/
|
|
686
|
+
"rel"?: string;
|
|
687
|
+
/**
|
|
688
|
+
* (optional) Link card target
|
|
689
|
+
*/
|
|
690
|
+
"target"?: string;
|
|
691
|
+
}
|
|
654
692
|
interface PtcOverlay {
|
|
655
693
|
/**
|
|
656
694
|
* Overlay border shape
|
|
@@ -659,21 +697,21 @@ export namespace Components {
|
|
|
659
697
|
/**
|
|
660
698
|
* Filter Color
|
|
661
699
|
*/
|
|
662
|
-
"filterColor": | 'blue'
|
|
663
|
-
| 'red'
|
|
664
|
-
| 'orange'
|
|
665
|
-
| 'green'
|
|
666
|
-
| 'black-1'
|
|
667
|
-
| 'black-2'
|
|
668
|
-
| 'black-3'
|
|
669
|
-
| 'black-4'
|
|
670
|
-
| 'black-5'
|
|
671
|
-
| 'slate-grey'
|
|
672
|
-
| 'bright-blue'
|
|
673
|
-
| 'bright-red'
|
|
674
|
-
| 'bright-orange'
|
|
675
|
-
| 'bright-green'
|
|
676
|
-
| 'bright-slate-grey'
|
|
700
|
+
"filterColor": | 'blue'
|
|
701
|
+
| 'red'
|
|
702
|
+
| 'orange'
|
|
703
|
+
| 'green'
|
|
704
|
+
| 'black-1'
|
|
705
|
+
| 'black-2'
|
|
706
|
+
| 'black-3'
|
|
707
|
+
| 'black-4'
|
|
708
|
+
| 'black-5'
|
|
709
|
+
| 'slate-grey'
|
|
710
|
+
| 'bright-blue'
|
|
711
|
+
| 'bright-red'
|
|
712
|
+
| 'bright-orange'
|
|
713
|
+
| 'bright-green'
|
|
714
|
+
| 'bright-slate-grey'
|
|
677
715
|
| string;
|
|
678
716
|
/**
|
|
679
717
|
* Overlay z-index
|
|
@@ -725,24 +763,24 @@ export namespace Components {
|
|
|
725
763
|
/**
|
|
726
764
|
* Paragraph Margin
|
|
727
765
|
*/
|
|
728
|
-
"paraMargin"?: | 'margin-flush'
|
|
729
|
-
| 'maring-top-1'
|
|
730
|
-
| 'margin-top-2'
|
|
731
|
-
| 'margin-top-3'
|
|
732
|
-
| 'margin-top-4'
|
|
733
|
-
| 'margin-top-5'
|
|
734
|
-
| 'margin-top-6'
|
|
735
|
-
| 'margin-bottom-1'
|
|
736
|
-
| 'margin-bottom-2'
|
|
737
|
-
| 'margin-bottom-3'
|
|
738
|
-
| 'margin-bottom-4'
|
|
739
|
-
| 'margin-bottom-5'
|
|
740
|
-
| 'margin-bottom-6'
|
|
741
|
-
| 'margin-1'
|
|
742
|
-
| 'margin-2'
|
|
743
|
-
| 'margin-3'
|
|
744
|
-
| 'margin-4'
|
|
745
|
-
| 'margin-5'
|
|
766
|
+
"paraMargin"?: | 'margin-flush'
|
|
767
|
+
| 'maring-top-1'
|
|
768
|
+
| 'margin-top-2'
|
|
769
|
+
| 'margin-top-3'
|
|
770
|
+
| 'margin-top-4'
|
|
771
|
+
| 'margin-top-5'
|
|
772
|
+
| 'margin-top-6'
|
|
773
|
+
| 'margin-bottom-1'
|
|
774
|
+
| 'margin-bottom-2'
|
|
775
|
+
| 'margin-bottom-3'
|
|
776
|
+
| 'margin-bottom-4'
|
|
777
|
+
| 'margin-bottom-5'
|
|
778
|
+
| 'margin-bottom-6'
|
|
779
|
+
| 'margin-1'
|
|
780
|
+
| 'margin-2'
|
|
781
|
+
| 'margin-3'
|
|
782
|
+
| 'margin-4'
|
|
783
|
+
| 'margin-5'
|
|
746
784
|
| 'margin-6';
|
|
747
785
|
/**
|
|
748
786
|
* Paragraph Style
|
|
@@ -824,10 +862,18 @@ export namespace Components {
|
|
|
824
862
|
"text": string | undefined;
|
|
825
863
|
}
|
|
826
864
|
interface PtcPricingBlock {
|
|
827
|
-
"active":
|
|
865
|
+
"active": boolean;
|
|
828
866
|
"optionClicked": boolean;
|
|
829
867
|
}
|
|
830
|
-
interface
|
|
868
|
+
interface PtcPricingTabs {
|
|
869
|
+
/**
|
|
870
|
+
* Header of the pricing block
|
|
871
|
+
*/
|
|
872
|
+
"header": string;
|
|
873
|
+
/**
|
|
874
|
+
* Sub title tag the shows in top left corner
|
|
875
|
+
*/
|
|
876
|
+
"productTag": string;
|
|
831
877
|
}
|
|
832
878
|
interface PtcQuote {
|
|
833
879
|
/**
|
|
@@ -1058,18 +1104,18 @@ export namespace Components {
|
|
|
1058
1104
|
/**
|
|
1059
1105
|
* Title Margin
|
|
1060
1106
|
*/
|
|
1061
|
-
"titleMargin"?: | 'margin-flush'
|
|
1062
|
-
| 'margin-top-3'
|
|
1063
|
-
| 'margin-top-4'
|
|
1064
|
-
| 'margin-top-5'
|
|
1065
|
-
| 'margin-top-6'
|
|
1066
|
-
| 'margin-bottom-3'
|
|
1067
|
-
| 'margin-bottom-4'
|
|
1068
|
-
| 'margin-bottom-5'
|
|
1069
|
-
| 'margin-bottom-6'
|
|
1070
|
-
| 'margin-3'
|
|
1071
|
-
| 'margin-4'
|
|
1072
|
-
| 'margin-5'
|
|
1107
|
+
"titleMargin"?: | 'margin-flush'
|
|
1108
|
+
| 'margin-top-3'
|
|
1109
|
+
| 'margin-top-4'
|
|
1110
|
+
| 'margin-top-5'
|
|
1111
|
+
| 'margin-top-6'
|
|
1112
|
+
| 'margin-bottom-3'
|
|
1113
|
+
| 'margin-bottom-4'
|
|
1114
|
+
| 'margin-bottom-5'
|
|
1115
|
+
| 'margin-bottom-6'
|
|
1116
|
+
| 'margin-3'
|
|
1117
|
+
| 'margin-4'
|
|
1118
|
+
| 'margin-5'
|
|
1073
1119
|
| 'margin-6';
|
|
1074
1120
|
/**
|
|
1075
1121
|
* Title Shadow
|
|
@@ -1195,6 +1241,10 @@ export interface PtcPagenationCustomEvent<T> extends CustomEvent<T> {
|
|
|
1195
1241
|
detail: T;
|
|
1196
1242
|
target: HTMLPtcPagenationElement;
|
|
1197
1243
|
}
|
|
1244
|
+
export interface PtcPricingTabsCustomEvent<T> extends CustomEvent<T> {
|
|
1245
|
+
detail: T;
|
|
1246
|
+
target: HTMLPtcPricingTabsElement;
|
|
1247
|
+
}
|
|
1198
1248
|
export interface PtcSearchFieldCustomEvent<T> extends CustomEvent<T> {
|
|
1199
1249
|
detail: T;
|
|
1200
1250
|
target: HTMLPtcSearchFieldElement;
|
|
@@ -1430,6 +1480,12 @@ declare global {
|
|
|
1430
1480
|
prototype: HTMLPtcModalElement;
|
|
1431
1481
|
new (): HTMLPtcModalElement;
|
|
1432
1482
|
};
|
|
1483
|
+
interface HTMLPtcNavCardElement extends Components.PtcNavCard, HTMLStencilElement {
|
|
1484
|
+
}
|
|
1485
|
+
var HTMLPtcNavCardElement: {
|
|
1486
|
+
prototype: HTMLPtcNavCardElement;
|
|
1487
|
+
new (): HTMLPtcNavCardElement;
|
|
1488
|
+
};
|
|
1433
1489
|
interface HTMLPtcOverlayElement extends Components.PtcOverlay, HTMLStencilElement {
|
|
1434
1490
|
}
|
|
1435
1491
|
var HTMLPtcOverlayElement: {
|
|
@@ -1466,11 +1522,11 @@ declare global {
|
|
|
1466
1522
|
prototype: HTMLPtcPricingBlockElement;
|
|
1467
1523
|
new (): HTMLPtcPricingBlockElement;
|
|
1468
1524
|
};
|
|
1469
|
-
interface
|
|
1525
|
+
interface HTMLPtcPricingTabsElement extends Components.PtcPricingTabs, HTMLStencilElement {
|
|
1470
1526
|
}
|
|
1471
|
-
var
|
|
1472
|
-
prototype:
|
|
1473
|
-
new ():
|
|
1527
|
+
var HTMLPtcPricingTabsElement: {
|
|
1528
|
+
prototype: HTMLPtcPricingTabsElement;
|
|
1529
|
+
new (): HTMLPtcPricingTabsElement;
|
|
1474
1530
|
};
|
|
1475
1531
|
interface HTMLPtcQuoteElement extends Components.PtcQuote, HTMLStencilElement {
|
|
1476
1532
|
}
|
|
@@ -1630,13 +1686,14 @@ declare global {
|
|
|
1630
1686
|
"ptc-minimized-header": HTMLPtcMinimizedHeaderElement;
|
|
1631
1687
|
"ptc-mobile-select": HTMLPtcMobileSelectElement;
|
|
1632
1688
|
"ptc-modal": HTMLPtcModalElement;
|
|
1689
|
+
"ptc-nav-card": HTMLPtcNavCardElement;
|
|
1633
1690
|
"ptc-overlay": HTMLPtcOverlayElement;
|
|
1634
1691
|
"ptc-pagenation": HTMLPtcPagenationElement;
|
|
1635
1692
|
"ptc-para": HTMLPtcParaElement;
|
|
1636
1693
|
"ptc-picture": HTMLPtcPictureElement;
|
|
1637
1694
|
"ptc-previous-url": HTMLPtcPreviousUrlElement;
|
|
1638
1695
|
"ptc-pricing-block": HTMLPtcPricingBlockElement;
|
|
1639
|
-
"ptc-pricing-
|
|
1696
|
+
"ptc-pricing-tabs": HTMLPtcPricingTabsElement;
|
|
1640
1697
|
"ptc-quote": HTMLPtcQuoteElement;
|
|
1641
1698
|
"ptc-readmore": HTMLPtcReadmoreElement;
|
|
1642
1699
|
"ptc-responsive-wrapper": HTMLPtcResponsiveWrapperElement;
|
|
@@ -1892,15 +1949,15 @@ declare namespace LocalJSX {
|
|
|
1892
1949
|
/**
|
|
1893
1950
|
* Card Type Specify Card Type, default to simple card
|
|
1894
1951
|
*/
|
|
1895
|
-
"cardType"?: | 'simple-card'
|
|
1896
|
-
| 'lottie-card'
|
|
1897
|
-
| 'custom-card'
|
|
1898
|
-
| 'clip-edge-card'
|
|
1899
|
-
| 'hightlight-card'
|
|
1900
|
-
| 'listing-card'
|
|
1901
|
-
| 'horizontal-card'
|
|
1902
|
-
| 'listing-card-horizontal'
|
|
1903
|
-
| 'resource-center-card'
|
|
1952
|
+
"cardType"?: | 'simple-card'
|
|
1953
|
+
| 'lottie-card'
|
|
1954
|
+
| 'custom-card'
|
|
1955
|
+
| 'clip-edge-card'
|
|
1956
|
+
| 'hightlight-card'
|
|
1957
|
+
| 'listing-card'
|
|
1958
|
+
| 'horizontal-card'
|
|
1959
|
+
| 'listing-card-horizontal'
|
|
1960
|
+
| 'resource-center-card'
|
|
1904
1961
|
| 'case-studies-card';
|
|
1905
1962
|
/**
|
|
1906
1963
|
* Event Type
|
|
@@ -1957,7 +2014,7 @@ declare namespace LocalJSX {
|
|
|
1957
2014
|
"styles"?: string;
|
|
1958
2015
|
}
|
|
1959
2016
|
interface PtcCardContent {
|
|
1960
|
-
"cardType"?: 'card-video' | 'card-tall' | 'card-2up' | 'card-wide' | 'speed-bump' | 'card-playlist' | 'card-video-intro' | 'card-dynamic' | 'extra-tall' | 'color-outlined';
|
|
2017
|
+
"cardType"?: 'card-video' | 'card-tall' | 'card-2up' | 'card-wide' | 'speed-bump' | 'card-playlist' | 'card-video-intro' | 'card-dynamic' | 'extra-tall' | 'color-outlined' | 'thumbnail-video-preview';
|
|
1961
2018
|
"onHoverEvent"?: (event: PtcCardContentCustomEvent<void>) => void;
|
|
1962
2019
|
"onLeaveEvent"?: (event: PtcCardContentCustomEvent<void>) => void;
|
|
1963
2020
|
"outlineColor"?: 'o-red' | 'o-orange' | 'o-blue' | 'o-slate-grey' | 'o-green';
|
|
@@ -2177,6 +2234,10 @@ declare namespace LocalJSX {
|
|
|
2177
2234
|
* Font Size
|
|
2178
2235
|
*/
|
|
2179
2236
|
"fontSize"?: 'small' | 'medium' | 'large' | 'medium-large';
|
|
2237
|
+
/**
|
|
2238
|
+
* Font Weight
|
|
2239
|
+
*/
|
|
2240
|
+
"fontWeight"?: 'w-thin' | 'w-regular' | 'w-medium' | 'w-semibold' | 'w-bold' | 'w-extrabold' | 'w-black';
|
|
2180
2241
|
/**
|
|
2181
2242
|
* href
|
|
2182
2243
|
*/
|
|
@@ -2337,6 +2398,40 @@ declare namespace LocalJSX {
|
|
|
2337
2398
|
*/
|
|
2338
2399
|
"size"?: 'sm' | 'md' | 'lg' | 'xl';
|
|
2339
2400
|
}
|
|
2401
|
+
interface PtcNavCard {
|
|
2402
|
+
/**
|
|
2403
|
+
* Card Link URL (Optional)
|
|
2404
|
+
*/
|
|
2405
|
+
"cardHref"?: string;
|
|
2406
|
+
/**
|
|
2407
|
+
* Card Link URL Alt text(Optional)
|
|
2408
|
+
*/
|
|
2409
|
+
"cardHrefAlt"?: string;
|
|
2410
|
+
/**
|
|
2411
|
+
* If this card has Image
|
|
2412
|
+
*/
|
|
2413
|
+
"cardLogo"?: string;
|
|
2414
|
+
/**
|
|
2415
|
+
* Card Type Specify Card Type
|
|
2416
|
+
*/
|
|
2417
|
+
"cardType"?: 'media-card' | 'links-card' | 'cta-card';
|
|
2418
|
+
/**
|
|
2419
|
+
* Card description
|
|
2420
|
+
*/
|
|
2421
|
+
"description"?: string;
|
|
2422
|
+
/**
|
|
2423
|
+
* Card heading
|
|
2424
|
+
*/
|
|
2425
|
+
"heading"?: string;
|
|
2426
|
+
/**
|
|
2427
|
+
* (optional) Link card rel
|
|
2428
|
+
*/
|
|
2429
|
+
"rel"?: string;
|
|
2430
|
+
/**
|
|
2431
|
+
* (optional) Link card target
|
|
2432
|
+
*/
|
|
2433
|
+
"target"?: string;
|
|
2434
|
+
}
|
|
2340
2435
|
interface PtcOverlay {
|
|
2341
2436
|
/**
|
|
2342
2437
|
* Overlay border shape
|
|
@@ -2345,21 +2440,21 @@ declare namespace LocalJSX {
|
|
|
2345
2440
|
/**
|
|
2346
2441
|
* Filter Color
|
|
2347
2442
|
*/
|
|
2348
|
-
"filterColor"?: | 'blue'
|
|
2349
|
-
| 'red'
|
|
2350
|
-
| 'orange'
|
|
2351
|
-
| 'green'
|
|
2352
|
-
| 'black-1'
|
|
2353
|
-
| 'black-2'
|
|
2354
|
-
| 'black-3'
|
|
2355
|
-
| 'black-4'
|
|
2356
|
-
| 'black-5'
|
|
2357
|
-
| 'slate-grey'
|
|
2358
|
-
| 'bright-blue'
|
|
2359
|
-
| 'bright-red'
|
|
2360
|
-
| 'bright-orange'
|
|
2361
|
-
| 'bright-green'
|
|
2362
|
-
| 'bright-slate-grey'
|
|
2443
|
+
"filterColor"?: | 'blue'
|
|
2444
|
+
| 'red'
|
|
2445
|
+
| 'orange'
|
|
2446
|
+
| 'green'
|
|
2447
|
+
| 'black-1'
|
|
2448
|
+
| 'black-2'
|
|
2449
|
+
| 'black-3'
|
|
2450
|
+
| 'black-4'
|
|
2451
|
+
| 'black-5'
|
|
2452
|
+
| 'slate-grey'
|
|
2453
|
+
| 'bright-blue'
|
|
2454
|
+
| 'bright-red'
|
|
2455
|
+
| 'bright-orange'
|
|
2456
|
+
| 'bright-green'
|
|
2457
|
+
| 'bright-slate-grey'
|
|
2363
2458
|
| string;
|
|
2364
2459
|
/**
|
|
2365
2460
|
* Overlay z-index
|
|
@@ -2411,24 +2506,24 @@ declare namespace LocalJSX {
|
|
|
2411
2506
|
/**
|
|
2412
2507
|
* Paragraph Margin
|
|
2413
2508
|
*/
|
|
2414
|
-
"paraMargin"?: | 'margin-flush'
|
|
2415
|
-
| 'maring-top-1'
|
|
2416
|
-
| 'margin-top-2'
|
|
2417
|
-
| 'margin-top-3'
|
|
2418
|
-
| 'margin-top-4'
|
|
2419
|
-
| 'margin-top-5'
|
|
2420
|
-
| 'margin-top-6'
|
|
2421
|
-
| 'margin-bottom-1'
|
|
2422
|
-
| 'margin-bottom-2'
|
|
2423
|
-
| 'margin-bottom-3'
|
|
2424
|
-
| 'margin-bottom-4'
|
|
2425
|
-
| 'margin-bottom-5'
|
|
2426
|
-
| 'margin-bottom-6'
|
|
2427
|
-
| 'margin-1'
|
|
2428
|
-
| 'margin-2'
|
|
2429
|
-
| 'margin-3'
|
|
2430
|
-
| 'margin-4'
|
|
2431
|
-
| 'margin-5'
|
|
2509
|
+
"paraMargin"?: | 'margin-flush'
|
|
2510
|
+
| 'maring-top-1'
|
|
2511
|
+
| 'margin-top-2'
|
|
2512
|
+
| 'margin-top-3'
|
|
2513
|
+
| 'margin-top-4'
|
|
2514
|
+
| 'margin-top-5'
|
|
2515
|
+
| 'margin-top-6'
|
|
2516
|
+
| 'margin-bottom-1'
|
|
2517
|
+
| 'margin-bottom-2'
|
|
2518
|
+
| 'margin-bottom-3'
|
|
2519
|
+
| 'margin-bottom-4'
|
|
2520
|
+
| 'margin-bottom-5'
|
|
2521
|
+
| 'margin-bottom-6'
|
|
2522
|
+
| 'margin-1'
|
|
2523
|
+
| 'margin-2'
|
|
2524
|
+
| 'margin-3'
|
|
2525
|
+
| 'margin-4'
|
|
2526
|
+
| 'margin-5'
|
|
2432
2527
|
| 'margin-6';
|
|
2433
2528
|
/**
|
|
2434
2529
|
* Paragraph Style
|
|
@@ -2510,10 +2605,19 @@ declare namespace LocalJSX {
|
|
|
2510
2605
|
"text"?: string | undefined;
|
|
2511
2606
|
}
|
|
2512
2607
|
interface PtcPricingBlock {
|
|
2513
|
-
"active"?:
|
|
2608
|
+
"active"?: boolean;
|
|
2514
2609
|
"optionClicked"?: boolean;
|
|
2515
2610
|
}
|
|
2516
|
-
interface
|
|
2611
|
+
interface PtcPricingTabs {
|
|
2612
|
+
/**
|
|
2613
|
+
* Header of the pricing block
|
|
2614
|
+
*/
|
|
2615
|
+
"header"?: string;
|
|
2616
|
+
"onTabChanged"?: (event: PtcPricingTabsCustomEvent<any>) => void;
|
|
2617
|
+
/**
|
|
2618
|
+
* Sub title tag the shows in top left corner
|
|
2619
|
+
*/
|
|
2620
|
+
"productTag"?: string;
|
|
2517
2621
|
}
|
|
2518
2622
|
interface PtcQuote {
|
|
2519
2623
|
/**
|
|
@@ -2746,18 +2850,18 @@ declare namespace LocalJSX {
|
|
|
2746
2850
|
/**
|
|
2747
2851
|
* Title Margin
|
|
2748
2852
|
*/
|
|
2749
|
-
"titleMargin"?: | 'margin-flush'
|
|
2750
|
-
| 'margin-top-3'
|
|
2751
|
-
| 'margin-top-4'
|
|
2752
|
-
| 'margin-top-5'
|
|
2753
|
-
| 'margin-top-6'
|
|
2754
|
-
| 'margin-bottom-3'
|
|
2755
|
-
| 'margin-bottom-4'
|
|
2756
|
-
| 'margin-bottom-5'
|
|
2757
|
-
| 'margin-bottom-6'
|
|
2758
|
-
| 'margin-3'
|
|
2759
|
-
| 'margin-4'
|
|
2760
|
-
| 'margin-5'
|
|
2853
|
+
"titleMargin"?: | 'margin-flush'
|
|
2854
|
+
| 'margin-top-3'
|
|
2855
|
+
| 'margin-top-4'
|
|
2856
|
+
| 'margin-top-5'
|
|
2857
|
+
| 'margin-top-6'
|
|
2858
|
+
| 'margin-bottom-3'
|
|
2859
|
+
| 'margin-bottom-4'
|
|
2860
|
+
| 'margin-bottom-5'
|
|
2861
|
+
| 'margin-bottom-6'
|
|
2862
|
+
| 'margin-3'
|
|
2863
|
+
| 'margin-4'
|
|
2864
|
+
| 'margin-5'
|
|
2761
2865
|
| 'margin-6';
|
|
2762
2866
|
/**
|
|
2763
2867
|
* Title Shadow
|
|
@@ -2867,13 +2971,14 @@ declare namespace LocalJSX {
|
|
|
2867
2971
|
"ptc-minimized-header": PtcMinimizedHeader;
|
|
2868
2972
|
"ptc-mobile-select": PtcMobileSelect;
|
|
2869
2973
|
"ptc-modal": PtcModal;
|
|
2974
|
+
"ptc-nav-card": PtcNavCard;
|
|
2870
2975
|
"ptc-overlay": PtcOverlay;
|
|
2871
2976
|
"ptc-pagenation": PtcPagenation;
|
|
2872
2977
|
"ptc-para": PtcPara;
|
|
2873
2978
|
"ptc-picture": PtcPicture;
|
|
2874
2979
|
"ptc-previous-url": PtcPreviousUrl;
|
|
2875
2980
|
"ptc-pricing-block": PtcPricingBlock;
|
|
2876
|
-
"ptc-pricing-
|
|
2981
|
+
"ptc-pricing-tabs": PtcPricingTabs;
|
|
2877
2982
|
"ptc-quote": PtcQuote;
|
|
2878
2983
|
"ptc-readmore": PtcReadmore;
|
|
2879
2984
|
"ptc-responsive-wrapper": PtcResponsiveWrapper;
|
|
@@ -2937,13 +3042,14 @@ declare module "@stencil/core" {
|
|
|
2937
3042
|
"ptc-minimized-header": LocalJSX.PtcMinimizedHeader & JSXBase.HTMLAttributes<HTMLPtcMinimizedHeaderElement>;
|
|
2938
3043
|
"ptc-mobile-select": LocalJSX.PtcMobileSelect & JSXBase.HTMLAttributes<HTMLPtcMobileSelectElement>;
|
|
2939
3044
|
"ptc-modal": LocalJSX.PtcModal & JSXBase.HTMLAttributes<HTMLPtcModalElement>;
|
|
3045
|
+
"ptc-nav-card": LocalJSX.PtcNavCard & JSXBase.HTMLAttributes<HTMLPtcNavCardElement>;
|
|
2940
3046
|
"ptc-overlay": LocalJSX.PtcOverlay & JSXBase.HTMLAttributes<HTMLPtcOverlayElement>;
|
|
2941
3047
|
"ptc-pagenation": LocalJSX.PtcPagenation & JSXBase.HTMLAttributes<HTMLPtcPagenationElement>;
|
|
2942
3048
|
"ptc-para": LocalJSX.PtcPara & JSXBase.HTMLAttributes<HTMLPtcParaElement>;
|
|
2943
3049
|
"ptc-picture": LocalJSX.PtcPicture & JSXBase.HTMLAttributes<HTMLPtcPictureElement>;
|
|
2944
3050
|
"ptc-previous-url": LocalJSX.PtcPreviousUrl & JSXBase.HTMLAttributes<HTMLPtcPreviousUrlElement>;
|
|
2945
3051
|
"ptc-pricing-block": LocalJSX.PtcPricingBlock & JSXBase.HTMLAttributes<HTMLPtcPricingBlockElement>;
|
|
2946
|
-
"ptc-pricing-
|
|
3052
|
+
"ptc-pricing-tabs": LocalJSX.PtcPricingTabs & JSXBase.HTMLAttributes<HTMLPtcPricingTabsElement>;
|
|
2947
3053
|
"ptc-quote": LocalJSX.PtcQuote & JSXBase.HTMLAttributes<HTMLPtcQuoteElement>;
|
|
2948
3054
|
"ptc-readmore": LocalJSX.PtcReadmore & JSXBase.HTMLAttributes<HTMLPtcReadmoreElement>;
|
|
2949
3055
|
"ptc-responsive-wrapper": LocalJSX.PtcResponsiveWrapper & JSXBase.HTMLAttributes<HTMLPtcResponsiveWrapperElement>;
|