@ptcwebops/ptcw-design 1.4.9 → 1.5.0
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 +30 -30
- package/dist/cjs/bundle-jumbotron-example_16.cjs.entry.js +1095 -1095
- package/dist/cjs/dropdown-item.cjs.entry.js +10 -10
- package/dist/cjs/dynamic-box-bundle.cjs.entry.js +25 -25
- package/dist/cjs/innovator-toggle-container.cjs.entry.js +32 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/lottie-player.cjs.entry.js +354 -354
- 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-bio-card.cjs.entry.js +24 -24
- package/dist/cjs/ptc-card-bottom_3.cjs.entry.js +122 -122
- package/dist/cjs/ptc-card-content.cjs.entry.js +57 -57
- package/dist/cjs/ptc-card.cjs.entry.js +66 -66
- package/dist/cjs/ptc-checkbox.cjs.entry.js +50 -50
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +346 -346
- package/dist/cjs/ptc-container.cjs.entry.js +33 -33
- package/dist/cjs/ptc-date.cjs.entry.js +50 -50
- package/dist/cjs/ptc-dropdown.cjs.entry.js +64 -64
- package/dist/cjs/ptc-dynamic-card.cjs.entry.js +47 -47
- 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 +43 -43
- package/dist/cjs/ptc-link.cjs.entry.js +35 -35
- 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 +58 -58
- 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-nav-card.cjs.entry.js +36 -36
- package/dist/cjs/ptc-nav-link.cjs.entry.js +36 -36
- package/dist/cjs/ptc-nav-slider.cjs.entry.js +83 -83
- package/dist/cjs/ptc-nav-submenu.cjs.entry.js +18 -18
- package/dist/cjs/ptc-overlay.cjs.entry.js +23 -23
- package/dist/cjs/ptc-pagenation.cjs.entry.js +307 -307
- 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 +125 -125
- package/dist/cjs/ptc-quote.cjs.entry.js +23 -23
- package/dist/cjs/ptc-readmore.cjs.entry.js +73 -73
- package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +54 -54
- package/dist/cjs/ptc-search-field.cjs.entry.js +71 -71
- 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-sticky-section.cjs.entry.js +27 -27
- package/dist/cjs/ptc-subnav-card.cjs.entry.js +15 -15
- package/dist/cjs/ptc-subnav.cjs.entry.js +21 -21
- 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 +41 -41
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +15 -15
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/sequential-bundle-example.cjs.entry.js +100 -100
- package/dist/cjs/sequential-bundle.cjs.entry.js +88 -88
- package/dist/cjs/tab-content.cjs.entry.js +27 -27
- package/dist/cjs/tab-header.cjs.entry.js +65 -65
- package/dist/cjs/{utils-416c94fe.js → utils-9eb22041.js} +90 -90
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +61 -61
- package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +114 -114
- 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 +397 -397
- 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/innovator-toggle-container/innovator-toggle-container.css +90 -0
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.js +89 -0
- package/dist/collection/components/list-item/list-item.js +144 -144
- package/dist/collection/components/max-width-container/max-width-container.css +11 -11
- package/dist/collection/components/max-width-container/max-width-container.js +105 -105
- 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/organism-bundles/bundle-example/bundle-example.css +25 -25
- package/dist/collection/components/organism-bundles/bundle-example/bundle-example.js +58 -58
- package/dist/collection/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.css +3 -3
- package/dist/collection/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.js +88 -88
- package/dist/collection/components/organism-bundles/sequential-bundle/sequential-bundle.js +116 -116
- package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.css +89 -89
- package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.js +152 -152
- 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 +237 -237
- package/dist/collection/components/ptc-background-video/ptc-background-video.js +128 -128
- package/dist/collection/components/ptc-bio-card/ptc-bio-card.js +130 -130
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +105 -105
- package/dist/collection/components/ptc-button/ptc-button.js +283 -283
- package/dist/collection/components/ptc-card/ptc-card.js +362 -362
- 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 +138 -138
- package/dist/collection/components/ptc-date/ptc-date.js +224 -224
- 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 +174 -174
- 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 +119 -119
- package/dist/collection/components/ptc-img/ptc-img.js +311 -311
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +13 -0
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +317 -317
- package/dist/collection/components/ptc-link/ptc-link.js +209 -209
- 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 +240 -240
- 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 +389 -389
- package/dist/collection/components/ptc-nav-card/ptc-nav-card.js +224 -224
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +131 -131
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.css +1 -1
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +573 -573
- package/dist/collection/components/ptc-para/ptc-para.js +242 -242
- package/dist/collection/components/ptc-picture/ptc-picture.js +453 -453
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +78 -78
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.css +3 -2
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +70 -70
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +20 -11
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +272 -272
- 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 +247 -247
- 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-sticky-section/ptc-sticky-section.js +46 -46
- package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +109 -109
- 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 +180 -180
- package/dist/collection/components/ptc-title/ptc-title.css +8 -0
- package/dist/collection/components/ptc-title/ptc-title.js +310 -310
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +322 -322
- package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +48 -48
- package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.js +114 -114
- package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.js +126 -126
- package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.js +85 -85
- package/dist/collection/components/subnav/ptc-subnav/ptc-subnav.js +47 -47
- package/dist/collection/components/subnav/ptc-subnav-card/ptc-subnav-card.js +133 -133
- package/dist/collection/components/tab-content/tab-content.js +84 -84
- package/dist/collection/components/tab-header/tab-header.css +1 -1
- package/dist/collection/components/tab-header/tab-header.js +182 -182
- 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 -20
- 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 +6 -0
- package/dist/custom-elements/index.js +4867 -4838
- package/dist/esm/bundle-example.entry.js +30 -30
- package/dist/esm/bundle-jumbotron-example_16.entry.js +1095 -1095
- package/dist/esm/dropdown-item.entry.js +10 -10
- package/dist/esm/dynamic-box-bundle.entry.js +25 -25
- package/dist/esm/innovator-toggle-container.entry.js +28 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/lottie-player.entry.js +354 -354
- 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-bio-card.entry.js +24 -24
- package/dist/esm/ptc-card-bottom_3.entry.js +122 -122
- package/dist/esm/ptc-card-content.entry.js +57 -57
- package/dist/esm/ptc-card.entry.js +66 -66
- package/dist/esm/ptc-checkbox.entry.js +50 -50
- package/dist/esm/ptc-collapse-list.entry.js +346 -346
- package/dist/esm/ptc-container.entry.js +33 -33
- package/dist/esm/ptc-date.entry.js +50 -50
- package/dist/esm/ptc-dropdown.entry.js +64 -64
- package/dist/esm/ptc-dynamic-card.entry.js +47 -47
- 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 +43 -43
- package/dist/esm/ptc-link.entry.js +35 -35
- 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 +58 -58
- 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-nav-card.entry.js +36 -36
- package/dist/esm/ptc-nav-link.entry.js +36 -36
- package/dist/esm/ptc-nav-slider.entry.js +83 -83
- package/dist/esm/ptc-nav-submenu.entry.js +18 -18
- package/dist/esm/ptc-overlay.entry.js +23 -23
- package/dist/esm/ptc-pagenation.entry.js +307 -307
- 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 +125 -125
- package/dist/esm/ptc-quote.entry.js +23 -23
- package/dist/esm/ptc-readmore.entry.js +73 -73
- package/dist/esm/ptc-responsive-wrapper.entry.js +54 -54
- package/dist/esm/ptc-search-field.entry.js +71 -71
- 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-sticky-section.entry.js +27 -27
- package/dist/esm/ptc-subnav-card.entry.js +15 -15
- package/dist/esm/ptc-subnav.entry.js +21 -21
- 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 +41 -41
- package/dist/esm/ptc-two-column-media.entry.js +15 -15
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/esm/sequential-bundle-example.entry.js +100 -100
- package/dist/esm/sequential-bundle.entry.js +88 -88
- package/dist/esm/tab-content.entry.js +27 -27
- package/dist/esm/tab-header.entry.js +65 -65
- 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 +397 -397
- 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-009cf875.entry.js +1 -0
- package/dist/ptcw-design/{p-2ae39c65.entry.js → p-1bd6ad59.entry.js} +1 -1
- package/dist/ptcw-design/p-26880c78.entry.js +1 -0
- package/dist/ptcw-design/{p-ed0c7f10.entry.js → p-469482ba.entry.js} +1 -1
- package/dist/ptcw-design/{p-8a6acf0d.entry.js → p-4702f4e4.entry.js} +1 -1
- package/dist/ptcw-design/{p-a6d831ba.entry.js → p-4977dc6d.entry.js} +1 -1
- package/dist/ptcw-design/p-6b99bc0c.entry.js +1 -0
- package/dist/ptcw-design/{p-d716bd70.entry.js → p-9e230e0f.entry.js} +1 -1
- package/dist/ptcw-design/{p-ddce141a.entry.js → p-ba3372d4.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.css +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +5 -5
- package/dist/types/components/dynamic-box-bundle/dynamic-box-bundle.d.ts +10 -10
- package/dist/types/components/icon-asset/icon-asset.d.ts +40 -40
- package/dist/types/components/innovator-toggle-container/innovator-toggle-container.d.ts +17 -0
- package/dist/types/components/list-item/list-item.d.ts +16 -16
- package/dist/types/components/max-width-container/max-width-container.d.ts +11 -11
- package/dist/types/components/my-component/my-component.d.ts +16 -16
- package/dist/types/components/organism-bundles/bundle-example/bundle-example.d.ts +10 -10
- package/dist/types/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.d.ts +5 -5
- package/dist/types/components/organism-bundles/sequential-bundle/sequential-bundle.d.ts +12 -12
- package/dist/types/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.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 +31 -31
- package/dist/types/components/ptc-bio-card/ptc-bio-card.d.ts +27 -27
- package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +20 -20
- package/dist/types/components/ptc-button/ptc-button.d.ts +60 -60
- package/dist/types/components/ptc-card/ptc-card.d.ts +71 -71
- 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 +13 -13
- package/dist/types/components/ptc-date/ptc-date.d.ts +46 -46
- package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +19 -19
- package/dist/types/components/ptc-dynamic-card/ptc-dynamic-card.d.ts +23 -23
- 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 +12 -12
- package/dist/types/components/ptc-img/ptc-img.d.ts +55 -55
- package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +23 -23
- package/dist/types/components/ptc-link/ptc-link.d.ts +40 -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 +52 -52
- 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 +67 -67
- 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 +40 -40
- 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 +9 -9
- 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 +52 -52
- 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 +23 -23
- 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-sticky-section/ptc-sticky-section.d.ts +9 -9
- package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +20 -20
- 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 +34 -34
- package/dist/types/components/ptc-title/ptc-title.d.ts +54 -54
- package/dist/types/components/ptc-tooltip/ptc-tooltip.d.ts +55 -55
- package/dist/types/components/ptc-two-column-media/ptc-two-column-media.d.ts +9 -9
- package/dist/types/components/subnav/ptc-nav-link/ptc-nav-link.d.ts +21 -21
- package/dist/types/components/subnav/ptc-nav-slider/ptc-nav-slider.d.ts +11 -11
- package/dist/types/components/subnav/ptc-nav-submenu/ptc-nav-submenu.d.ts +18 -18
- package/dist/types/components/subnav/ptc-subnav/ptc-subnav.d.ts +7 -7
- package/dist/types/components/subnav/ptc-subnav-card/ptc-subnav-card.d.ts +27 -27
- package/dist/types/components/tab-content/tab-content.d.ts +12 -12
- package/dist/types/components/tab-header/tab-header.d.ts +22 -22
- package/dist/types/components.d.ts +169 -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 +60 -60
- package/readme.md +18 -18
- package/dist/ptcw-design/p-df1fb0aa.entry.js +0 -1
- package/dist/ptcw-design/p-eb7efacf.entry.js +0 -1
- /package/dist/ptcw-design/{p-ea875d9e.js → p-36665caa.js} +0 -0
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export declare class PtcSubnavCard {
|
|
2
|
-
/**
|
|
3
|
-
* card title
|
|
4
|
-
*/
|
|
5
|
-
cardTitle: string;
|
|
6
|
-
/**
|
|
7
|
-
* card title
|
|
8
|
-
*/
|
|
9
|
-
cardHref: string;
|
|
10
|
-
/**
|
|
11
|
-
* card image src
|
|
12
|
-
*/
|
|
13
|
-
cardImageSrc: string;
|
|
14
|
-
/**
|
|
15
|
-
* card image alt
|
|
16
|
-
*/
|
|
17
|
-
cardImageAlt: string;
|
|
18
|
-
/**
|
|
19
|
-
* Cta Text Ex: Download Asset
|
|
20
|
-
*/
|
|
21
|
-
ctaText: string;
|
|
22
|
-
/**
|
|
23
|
-
* Cta Icon name Ex: download
|
|
24
|
-
*/
|
|
25
|
-
ctaIconAssetName: string;
|
|
26
|
-
render(): any;
|
|
27
|
-
}
|
|
1
|
+
export declare class PtcSubnavCard {
|
|
2
|
+
/**
|
|
3
|
+
* card title
|
|
4
|
+
*/
|
|
5
|
+
cardTitle: string;
|
|
6
|
+
/**
|
|
7
|
+
* card title
|
|
8
|
+
*/
|
|
9
|
+
cardHref: string;
|
|
10
|
+
/**
|
|
11
|
+
* card image src
|
|
12
|
+
*/
|
|
13
|
+
cardImageSrc: string;
|
|
14
|
+
/**
|
|
15
|
+
* card image alt
|
|
16
|
+
*/
|
|
17
|
+
cardImageAlt: string;
|
|
18
|
+
/**
|
|
19
|
+
* Cta Text Ex: Download Asset
|
|
20
|
+
*/
|
|
21
|
+
ctaText: string;
|
|
22
|
+
/**
|
|
23
|
+
* Cta Icon name Ex: download
|
|
24
|
+
*/
|
|
25
|
+
ctaIconAssetName: string;
|
|
26
|
+
render(): any;
|
|
27
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export declare class TabContent {
|
|
2
|
-
name: string;
|
|
3
|
-
isSelected: boolean;
|
|
4
|
-
getChild(): Promise<{
|
|
5
|
-
select: any;
|
|
6
|
-
unselect: any;
|
|
7
|
-
name: string;
|
|
8
|
-
}>;
|
|
9
|
-
unselect(): void;
|
|
10
|
-
select(): void;
|
|
11
|
-
render(): any;
|
|
12
|
-
}
|
|
1
|
+
export declare class TabContent {
|
|
2
|
+
name: string;
|
|
3
|
+
isSelected: boolean;
|
|
4
|
+
getChild(): Promise<{
|
|
5
|
+
select: any;
|
|
6
|
+
unselect: any;
|
|
7
|
+
name: string;
|
|
8
|
+
}>;
|
|
9
|
+
unselect(): void;
|
|
10
|
+
select(): void;
|
|
11
|
+
render(): any;
|
|
12
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
export declare class TabHeader {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
tooltip: string;
|
|
6
|
-
tabClicked: EventEmitter;
|
|
7
|
-
isSelected: boolean;
|
|
8
|
-
maxLength: number;
|
|
9
|
-
/**
|
|
10
|
-
* Tab header name will go here, Ex: tab-header-text="Overview"
|
|
11
|
-
*/
|
|
12
|
-
tabHeaderText: string;
|
|
13
|
-
handleWindowResize(): void;
|
|
14
|
-
updateMaxLength(windowWidth: any): void;
|
|
15
|
-
getChild(): Promise<unknown>;
|
|
16
|
-
unselect(): void;
|
|
17
|
-
select(): void;
|
|
18
|
-
onClick(): void;
|
|
19
|
-
generateId(): string;
|
|
20
|
-
componentDidLoad(): void;
|
|
21
|
-
render(): any[];
|
|
22
|
-
}
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class TabHeader {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
tooltip: string;
|
|
6
|
+
tabClicked: EventEmitter;
|
|
7
|
+
isSelected: boolean;
|
|
8
|
+
maxLength: number;
|
|
9
|
+
/**
|
|
10
|
+
* Tab header name will go here, Ex: tab-header-text="Overview"
|
|
11
|
+
*/
|
|
12
|
+
tabHeaderText: string;
|
|
13
|
+
handleWindowResize(): void;
|
|
14
|
+
updateMaxLength(windowWidth: any): void;
|
|
15
|
+
getChild(): Promise<unknown>;
|
|
16
|
+
unselect(): void;
|
|
17
|
+
select(): void;
|
|
18
|
+
onClick(): void;
|
|
19
|
+
generateId(): string;
|
|
20
|
+
componentDidLoad(): void;
|
|
21
|
+
render(): any[];
|
|
22
|
+
}
|
|
@@ -55,6 +55,20 @@ export namespace Components {
|
|
|
55
55
|
*/
|
|
56
56
|
"type": 'solid' | 'brands' | 'ptc' | 'regular';
|
|
57
57
|
}
|
|
58
|
+
interface InnovatorToggleContainer {
|
|
59
|
+
/**
|
|
60
|
+
* Section background image
|
|
61
|
+
*/
|
|
62
|
+
"backgroundImage"?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Section Description
|
|
65
|
+
*/
|
|
66
|
+
"description"?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Section Title
|
|
69
|
+
*/
|
|
70
|
+
"sectionTitle"?: string;
|
|
71
|
+
}
|
|
58
72
|
interface ListItem {
|
|
59
73
|
/**
|
|
60
74
|
* Theme color
|
|
@@ -286,16 +300,16 @@ export namespace Components {
|
|
|
286
300
|
/**
|
|
287
301
|
* Card Type Specify Card Type, default to simple card
|
|
288
302
|
*/
|
|
289
|
-
"cardType": | 'simple-card'
|
|
290
|
-
| 'lottie-card'
|
|
291
|
-
| 'custom-card'
|
|
292
|
-
| 'clip-edge-card'
|
|
293
|
-
| 'hightlight-card'
|
|
294
|
-
| 'listing-card'
|
|
295
|
-
| 'horizontal-card'
|
|
296
|
-
| 'listing-card-horizontal'
|
|
297
|
-
| 'resource-center-card'
|
|
298
|
-
| 'case-studies-card'
|
|
303
|
+
"cardType": | 'simple-card'
|
|
304
|
+
| 'lottie-card'
|
|
305
|
+
| 'custom-card'
|
|
306
|
+
| 'clip-edge-card'
|
|
307
|
+
| 'hightlight-card'
|
|
308
|
+
| 'listing-card'
|
|
309
|
+
| 'horizontal-card'
|
|
310
|
+
| 'listing-card-horizontal'
|
|
311
|
+
| 'resource-center-card'
|
|
312
|
+
| 'case-studies-card'
|
|
299
313
|
| 'related-card';
|
|
300
314
|
/**
|
|
301
315
|
* Card Date
|
|
@@ -354,16 +368,16 @@ export namespace Components {
|
|
|
354
368
|
"styles"?: string;
|
|
355
369
|
}
|
|
356
370
|
interface PtcCardContent {
|
|
357
|
-
"cardType"?: | 'card-video'
|
|
358
|
-
| 'card-tall'
|
|
359
|
-
| 'card-2up'
|
|
360
|
-
| 'card-wide'
|
|
361
|
-
| 'speed-bump'
|
|
362
|
-
| 'card-playlist'
|
|
363
|
-
| 'card-video-intro'
|
|
364
|
-
| 'card-dynamic'
|
|
365
|
-
| 'extra-tall'
|
|
366
|
-
| 'color-outlined'
|
|
371
|
+
"cardType"?: | 'card-video'
|
|
372
|
+
| 'card-tall'
|
|
373
|
+
| 'card-2up'
|
|
374
|
+
| 'card-wide'
|
|
375
|
+
| 'speed-bump'
|
|
376
|
+
| 'card-playlist'
|
|
377
|
+
| 'card-video-intro'
|
|
378
|
+
| 'card-dynamic'
|
|
379
|
+
| 'extra-tall'
|
|
380
|
+
| 'color-outlined'
|
|
367
381
|
| 'thumbnail-video-preview';
|
|
368
382
|
"isLoading"?: boolean;
|
|
369
383
|
"outlineColor"?: 'o-red' | 'o-orange' | 'o-blue' | 'o-slate-grey' | 'o-green';
|
|
@@ -833,21 +847,21 @@ export namespace Components {
|
|
|
833
847
|
/**
|
|
834
848
|
* Filter Color
|
|
835
849
|
*/
|
|
836
|
-
"filterColor": | 'blue'
|
|
837
|
-
| 'red'
|
|
838
|
-
| 'orange'
|
|
839
|
-
| 'green'
|
|
840
|
-
| 'black-1'
|
|
841
|
-
| 'black-2'
|
|
842
|
-
| 'black-3'
|
|
843
|
-
| 'black-4'
|
|
844
|
-
| 'black-5'
|
|
845
|
-
| 'slate-grey'
|
|
846
|
-
| 'bright-blue'
|
|
847
|
-
| 'bright-red'
|
|
848
|
-
| 'bright-orange'
|
|
849
|
-
| 'bright-green'
|
|
850
|
-
| 'bright-slate-grey'
|
|
850
|
+
"filterColor": | 'blue'
|
|
851
|
+
| 'red'
|
|
852
|
+
| 'orange'
|
|
853
|
+
| 'green'
|
|
854
|
+
| 'black-1'
|
|
855
|
+
| 'black-2'
|
|
856
|
+
| 'black-3'
|
|
857
|
+
| 'black-4'
|
|
858
|
+
| 'black-5'
|
|
859
|
+
| 'slate-grey'
|
|
860
|
+
| 'bright-blue'
|
|
861
|
+
| 'bright-red'
|
|
862
|
+
| 'bright-orange'
|
|
863
|
+
| 'bright-green'
|
|
864
|
+
| 'bright-slate-grey'
|
|
851
865
|
| string;
|
|
852
866
|
/**
|
|
853
867
|
* Overlay z-index
|
|
@@ -904,24 +918,24 @@ export namespace Components {
|
|
|
904
918
|
/**
|
|
905
919
|
* Paragraph Margin
|
|
906
920
|
*/
|
|
907
|
-
"paraMargin"?: | 'margin-flush'
|
|
908
|
-
| 'maring-top-1'
|
|
909
|
-
| 'margin-top-2'
|
|
910
|
-
| 'margin-top-3'
|
|
911
|
-
| 'margin-top-4'
|
|
912
|
-
| 'margin-top-5'
|
|
913
|
-
| 'margin-top-6'
|
|
914
|
-
| 'margin-bottom-1'
|
|
915
|
-
| 'margin-bottom-2'
|
|
916
|
-
| 'margin-bottom-3'
|
|
917
|
-
| 'margin-bottom-4'
|
|
918
|
-
| 'margin-bottom-5'
|
|
919
|
-
| 'margin-bottom-6'
|
|
920
|
-
| 'margin-1'
|
|
921
|
-
| 'margin-2'
|
|
922
|
-
| 'margin-3'
|
|
923
|
-
| 'margin-4'
|
|
924
|
-
| 'margin-5'
|
|
921
|
+
"paraMargin"?: | 'margin-flush'
|
|
922
|
+
| 'maring-top-1'
|
|
923
|
+
| 'margin-top-2'
|
|
924
|
+
| 'margin-top-3'
|
|
925
|
+
| 'margin-top-4'
|
|
926
|
+
| 'margin-top-5'
|
|
927
|
+
| 'margin-top-6'
|
|
928
|
+
| 'margin-bottom-1'
|
|
929
|
+
| 'margin-bottom-2'
|
|
930
|
+
| 'margin-bottom-3'
|
|
931
|
+
| 'margin-bottom-4'
|
|
932
|
+
| 'margin-bottom-5'
|
|
933
|
+
| 'margin-bottom-6'
|
|
934
|
+
| 'margin-1'
|
|
935
|
+
| 'margin-2'
|
|
936
|
+
| 'margin-3'
|
|
937
|
+
| 'margin-4'
|
|
938
|
+
| 'margin-5'
|
|
925
939
|
| 'margin-6';
|
|
926
940
|
/**
|
|
927
941
|
* Paragraph Style
|
|
@@ -1310,18 +1324,18 @@ export namespace Components {
|
|
|
1310
1324
|
/**
|
|
1311
1325
|
* Title Margin
|
|
1312
1326
|
*/
|
|
1313
|
-
"titleMargin"?: | 'margin-flush'
|
|
1314
|
-
| 'margin-top-3'
|
|
1315
|
-
| 'margin-top-4'
|
|
1316
|
-
| 'margin-top-5'
|
|
1317
|
-
| 'margin-top-6'
|
|
1318
|
-
| 'margin-bottom-3'
|
|
1319
|
-
| 'margin-bottom-4'
|
|
1320
|
-
| 'margin-bottom-5'
|
|
1321
|
-
| 'margin-bottom-6'
|
|
1322
|
-
| 'margin-3'
|
|
1323
|
-
| 'margin-4'
|
|
1324
|
-
| 'margin-5'
|
|
1327
|
+
"titleMargin"?: | 'margin-flush'
|
|
1328
|
+
| 'margin-top-3'
|
|
1329
|
+
| 'margin-top-4'
|
|
1330
|
+
| 'margin-top-5'
|
|
1331
|
+
| 'margin-top-6'
|
|
1332
|
+
| 'margin-bottom-3'
|
|
1333
|
+
| 'margin-bottom-4'
|
|
1334
|
+
| 'margin-bottom-5'
|
|
1335
|
+
| 'margin-bottom-6'
|
|
1336
|
+
| 'margin-3'
|
|
1337
|
+
| 'margin-4'
|
|
1338
|
+
| 'margin-5'
|
|
1325
1339
|
| 'margin-6';
|
|
1326
1340
|
/**
|
|
1327
1341
|
* Title Shadow
|
|
@@ -1330,7 +1344,7 @@ export namespace Components {
|
|
|
1330
1344
|
/**
|
|
1331
1345
|
* Title size
|
|
1332
1346
|
*/
|
|
1333
|
-
"titleSize": 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' | 'xxx-large' | 'xxxx-large' | 'xxxx-large-allbp' | 'xx-large-allbp';
|
|
1347
|
+
"titleSize": 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' | 'xxx-large' | 'xxxx-large' | 'xxxx-large-allbp' | 'xx-large-allbp'| 'xxxx-large-store';
|
|
1334
1348
|
/**
|
|
1335
1349
|
* Title weight
|
|
1336
1350
|
*/
|
|
@@ -1516,6 +1530,12 @@ declare global {
|
|
|
1516
1530
|
prototype: HTMLIconAssetElement;
|
|
1517
1531
|
new (): HTMLIconAssetElement;
|
|
1518
1532
|
};
|
|
1533
|
+
interface HTMLInnovatorToggleContainerElement extends Components.InnovatorToggleContainer, HTMLStencilElement {
|
|
1534
|
+
}
|
|
1535
|
+
var HTMLInnovatorToggleContainerElement: {
|
|
1536
|
+
prototype: HTMLInnovatorToggleContainerElement;
|
|
1537
|
+
new (): HTMLInnovatorToggleContainerElement;
|
|
1538
|
+
};
|
|
1519
1539
|
interface HTMLListItemElement extends Components.ListItem, HTMLStencilElement {
|
|
1520
1540
|
}
|
|
1521
1541
|
var HTMLListItemElement: {
|
|
@@ -1954,6 +1974,7 @@ declare global {
|
|
|
1954
1974
|
"dropdown-item": HTMLDropdownItemElement;
|
|
1955
1975
|
"dynamic-box-bundle": HTMLDynamicBoxBundleElement;
|
|
1956
1976
|
"icon-asset": HTMLIconAssetElement;
|
|
1977
|
+
"innovator-toggle-container": HTMLInnovatorToggleContainerElement;
|
|
1957
1978
|
"list-item": HTMLListItemElement;
|
|
1958
1979
|
"max-width-container": HTMLMaxWidthContainerElement;
|
|
1959
1980
|
"my-component": HTMLMyComponentElement;
|
|
@@ -2078,6 +2099,20 @@ declare namespace LocalJSX {
|
|
|
2078
2099
|
*/
|
|
2079
2100
|
"type"?: 'solid' | 'brands' | 'ptc' | 'regular';
|
|
2080
2101
|
}
|
|
2102
|
+
interface InnovatorToggleContainer {
|
|
2103
|
+
/**
|
|
2104
|
+
* Section background image
|
|
2105
|
+
*/
|
|
2106
|
+
"backgroundImage"?: string;
|
|
2107
|
+
/**
|
|
2108
|
+
* Section Description
|
|
2109
|
+
*/
|
|
2110
|
+
"description"?: string;
|
|
2111
|
+
/**
|
|
2112
|
+
* Section Title
|
|
2113
|
+
*/
|
|
2114
|
+
"sectionTitle"?: string;
|
|
2115
|
+
}
|
|
2081
2116
|
interface ListItem {
|
|
2082
2117
|
/**
|
|
2083
2118
|
* Theme color
|
|
@@ -2321,16 +2356,16 @@ declare namespace LocalJSX {
|
|
|
2321
2356
|
/**
|
|
2322
2357
|
* Card Type Specify Card Type, default to simple card
|
|
2323
2358
|
*/
|
|
2324
|
-
"cardType"?: | 'simple-card'
|
|
2325
|
-
| 'lottie-card'
|
|
2326
|
-
| 'custom-card'
|
|
2327
|
-
| 'clip-edge-card'
|
|
2328
|
-
| 'hightlight-card'
|
|
2329
|
-
| 'listing-card'
|
|
2330
|
-
| 'horizontal-card'
|
|
2331
|
-
| 'listing-card-horizontal'
|
|
2332
|
-
| 'resource-center-card'
|
|
2333
|
-
| 'case-studies-card'
|
|
2359
|
+
"cardType"?: | 'simple-card'
|
|
2360
|
+
| 'lottie-card'
|
|
2361
|
+
| 'custom-card'
|
|
2362
|
+
| 'clip-edge-card'
|
|
2363
|
+
| 'hightlight-card'
|
|
2364
|
+
| 'listing-card'
|
|
2365
|
+
| 'horizontal-card'
|
|
2366
|
+
| 'listing-card-horizontal'
|
|
2367
|
+
| 'resource-center-card'
|
|
2368
|
+
| 'case-studies-card'
|
|
2334
2369
|
| 'related-card';
|
|
2335
2370
|
/**
|
|
2336
2371
|
* Card Date
|
|
@@ -2391,16 +2426,16 @@ declare namespace LocalJSX {
|
|
|
2391
2426
|
"styles"?: string;
|
|
2392
2427
|
}
|
|
2393
2428
|
interface PtcCardContent {
|
|
2394
|
-
"cardType"?: | 'card-video'
|
|
2395
|
-
| 'card-tall'
|
|
2396
|
-
| 'card-2up'
|
|
2397
|
-
| 'card-wide'
|
|
2398
|
-
| 'speed-bump'
|
|
2399
|
-
| 'card-playlist'
|
|
2400
|
-
| 'card-video-intro'
|
|
2401
|
-
| 'card-dynamic'
|
|
2402
|
-
| 'extra-tall'
|
|
2403
|
-
| 'color-outlined'
|
|
2429
|
+
"cardType"?: | 'card-video'
|
|
2430
|
+
| 'card-tall'
|
|
2431
|
+
| 'card-2up'
|
|
2432
|
+
| 'card-wide'
|
|
2433
|
+
| 'speed-bump'
|
|
2434
|
+
| 'card-playlist'
|
|
2435
|
+
| 'card-video-intro'
|
|
2436
|
+
| 'card-dynamic'
|
|
2437
|
+
| 'extra-tall'
|
|
2438
|
+
| 'color-outlined'
|
|
2404
2439
|
| 'thumbnail-video-preview';
|
|
2405
2440
|
"isLoading"?: boolean;
|
|
2406
2441
|
"onHoverEvent"?: (event: PtcCardContentCustomEvent<void>) => void;
|
|
@@ -2892,21 +2927,21 @@ declare namespace LocalJSX {
|
|
|
2892
2927
|
/**
|
|
2893
2928
|
* Filter Color
|
|
2894
2929
|
*/
|
|
2895
|
-
"filterColor"?: | 'blue'
|
|
2896
|
-
| 'red'
|
|
2897
|
-
| 'orange'
|
|
2898
|
-
| 'green'
|
|
2899
|
-
| 'black-1'
|
|
2900
|
-
| 'black-2'
|
|
2901
|
-
| 'black-3'
|
|
2902
|
-
| 'black-4'
|
|
2903
|
-
| 'black-5'
|
|
2904
|
-
| 'slate-grey'
|
|
2905
|
-
| 'bright-blue'
|
|
2906
|
-
| 'bright-red'
|
|
2907
|
-
| 'bright-orange'
|
|
2908
|
-
| 'bright-green'
|
|
2909
|
-
| 'bright-slate-grey'
|
|
2930
|
+
"filterColor"?: | 'blue'
|
|
2931
|
+
| 'red'
|
|
2932
|
+
| 'orange'
|
|
2933
|
+
| 'green'
|
|
2934
|
+
| 'black-1'
|
|
2935
|
+
| 'black-2'
|
|
2936
|
+
| 'black-3'
|
|
2937
|
+
| 'black-4'
|
|
2938
|
+
| 'black-5'
|
|
2939
|
+
| 'slate-grey'
|
|
2940
|
+
| 'bright-blue'
|
|
2941
|
+
| 'bright-red'
|
|
2942
|
+
| 'bright-orange'
|
|
2943
|
+
| 'bright-green'
|
|
2944
|
+
| 'bright-slate-grey'
|
|
2910
2945
|
| string;
|
|
2911
2946
|
/**
|
|
2912
2947
|
* Overlay z-index
|
|
@@ -2963,24 +2998,24 @@ declare namespace LocalJSX {
|
|
|
2963
2998
|
/**
|
|
2964
2999
|
* Paragraph Margin
|
|
2965
3000
|
*/
|
|
2966
|
-
"paraMargin"?: | 'margin-flush'
|
|
2967
|
-
| 'maring-top-1'
|
|
2968
|
-
| 'margin-top-2'
|
|
2969
|
-
| 'margin-top-3'
|
|
2970
|
-
| 'margin-top-4'
|
|
2971
|
-
| 'margin-top-5'
|
|
2972
|
-
| 'margin-top-6'
|
|
2973
|
-
| 'margin-bottom-1'
|
|
2974
|
-
| 'margin-bottom-2'
|
|
2975
|
-
| 'margin-bottom-3'
|
|
2976
|
-
| 'margin-bottom-4'
|
|
2977
|
-
| 'margin-bottom-5'
|
|
2978
|
-
| 'margin-bottom-6'
|
|
2979
|
-
| 'margin-1'
|
|
2980
|
-
| 'margin-2'
|
|
2981
|
-
| 'margin-3'
|
|
2982
|
-
| 'margin-4'
|
|
2983
|
-
| 'margin-5'
|
|
3001
|
+
"paraMargin"?: | 'margin-flush'
|
|
3002
|
+
| 'maring-top-1'
|
|
3003
|
+
| 'margin-top-2'
|
|
3004
|
+
| 'margin-top-3'
|
|
3005
|
+
| 'margin-top-4'
|
|
3006
|
+
| 'margin-top-5'
|
|
3007
|
+
| 'margin-top-6'
|
|
3008
|
+
| 'margin-bottom-1'
|
|
3009
|
+
| 'margin-bottom-2'
|
|
3010
|
+
| 'margin-bottom-3'
|
|
3011
|
+
| 'margin-bottom-4'
|
|
3012
|
+
| 'margin-bottom-5'
|
|
3013
|
+
| 'margin-bottom-6'
|
|
3014
|
+
| 'margin-1'
|
|
3015
|
+
| 'margin-2'
|
|
3016
|
+
| 'margin-3'
|
|
3017
|
+
| 'margin-4'
|
|
3018
|
+
| 'margin-5'
|
|
2984
3019
|
| 'margin-6';
|
|
2985
3020
|
/**
|
|
2986
3021
|
* Paragraph Style
|
|
@@ -3372,18 +3407,18 @@ declare namespace LocalJSX {
|
|
|
3372
3407
|
/**
|
|
3373
3408
|
* Title Margin
|
|
3374
3409
|
*/
|
|
3375
|
-
"titleMargin"?: | 'margin-flush'
|
|
3376
|
-
| 'margin-top-3'
|
|
3377
|
-
| 'margin-top-4'
|
|
3378
|
-
| 'margin-top-5'
|
|
3379
|
-
| 'margin-top-6'
|
|
3380
|
-
| 'margin-bottom-3'
|
|
3381
|
-
| 'margin-bottom-4'
|
|
3382
|
-
| 'margin-bottom-5'
|
|
3383
|
-
| 'margin-bottom-6'
|
|
3384
|
-
| 'margin-3'
|
|
3385
|
-
| 'margin-4'
|
|
3386
|
-
| 'margin-5'
|
|
3410
|
+
"titleMargin"?: | 'margin-flush'
|
|
3411
|
+
| 'margin-top-3'
|
|
3412
|
+
| 'margin-top-4'
|
|
3413
|
+
| 'margin-top-5'
|
|
3414
|
+
| 'margin-top-6'
|
|
3415
|
+
| 'margin-bottom-3'
|
|
3416
|
+
| 'margin-bottom-4'
|
|
3417
|
+
| 'margin-bottom-5'
|
|
3418
|
+
| 'margin-bottom-6'
|
|
3419
|
+
| 'margin-3'
|
|
3420
|
+
| 'margin-4'
|
|
3421
|
+
| 'margin-5'
|
|
3387
3422
|
| 'margin-6';
|
|
3388
3423
|
/**
|
|
3389
3424
|
* Title Shadow
|
|
@@ -3392,7 +3427,7 @@ declare namespace LocalJSX {
|
|
|
3392
3427
|
/**
|
|
3393
3428
|
* Title size
|
|
3394
3429
|
*/
|
|
3395
|
-
"titleSize"?: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' | 'xxx-large' | 'xxxx-large' | 'xxxx-large-allbp' | 'xx-large-allbp';
|
|
3430
|
+
"titleSize"?: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' | 'xxx-large' | 'xxxx-large' | 'xxxx-large-allbp' | 'xx-large-allbp'| 'xxxx-large-store';
|
|
3396
3431
|
/**
|
|
3397
3432
|
* Title weight
|
|
3398
3433
|
*/
|
|
@@ -3479,6 +3514,7 @@ declare namespace LocalJSX {
|
|
|
3479
3514
|
"dropdown-item": DropdownItem;
|
|
3480
3515
|
"dynamic-box-bundle": DynamicBoxBundle;
|
|
3481
3516
|
"icon-asset": IconAsset;
|
|
3517
|
+
"innovator-toggle-container": InnovatorToggleContainer;
|
|
3482
3518
|
"list-item": ListItem;
|
|
3483
3519
|
"max-width-container": MaxWidthContainer;
|
|
3484
3520
|
"my-component": MyComponent;
|
|
@@ -3562,6 +3598,7 @@ declare module "@stencil/core" {
|
|
|
3562
3598
|
"dropdown-item": LocalJSX.DropdownItem & JSXBase.HTMLAttributes<HTMLDropdownItemElement>;
|
|
3563
3599
|
"dynamic-box-bundle": LocalJSX.DynamicBoxBundle & JSXBase.HTMLAttributes<HTMLDynamicBoxBundleElement>;
|
|
3564
3600
|
"icon-asset": LocalJSX.IconAsset & JSXBase.HTMLAttributes<HTMLIconAssetElement>;
|
|
3601
|
+
"innovator-toggle-container": LocalJSX.InnovatorToggleContainer & JSXBase.HTMLAttributes<HTMLInnovatorToggleContainerElement>;
|
|
3565
3602
|
"list-item": LocalJSX.ListItem & JSXBase.HTMLAttributes<HTMLListItemElement>;
|
|
3566
3603
|
"max-width-container": LocalJSX.MaxWidthContainer & JSXBase.HTMLAttributes<HTMLMaxWidthContainerElement>;
|
|
3567
3604
|
"my-component": LocalJSX.MyComponent & JSXBase.HTMLAttributes<HTMLMyComponentElement>;
|