@ptcwebops/ptcw-design 1.6.6 → 1.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{esm/core-1c9d4889.js → cjs/core-5a811549.js} +26 -1
- package/dist/cjs/{icon-asset_17.cjs.entry.js → icon-asset_16.cjs.entry.js} +43 -37
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1685 -0
- package/dist/cjs/ptc-image-download-strip.cjs.entry.js +29 -0
- package/dist/cjs/ptc-jumbotron.cjs.entry.js +3 -2
- package/dist/cjs/ptc-news.cjs.entry.js +28 -0
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ptc-progress-bar_2.cjs.entry.js +11 -1
- package/dist/cjs/ptc-slit-card.cjs.entry.js +36 -0
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/sequential-bundle-example.cjs.entry.js +1 -1
- package/dist/cjs/sequential-bundle.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/icon-asset/media/designer.svg +33 -3
- package/dist/collection/components/ptc-button/ptc-button.css +18 -0
- package/dist/collection/components/ptc-button/ptc-button.js +20 -1
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +831 -0
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.js +91 -0
- package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.css +49 -0
- package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.js +51 -0
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +3 -17
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +2 -1
- package/dist/collection/components/ptc-news/ptc-news.css +47 -0
- package/dist/collection/components/ptc-news/ptc-news.js +169 -0
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +0 -17
- package/dist/collection/components/ptc-product-card/ptc-product-card.css +22 -1
- package/dist/collection/components/ptc-product-card/ptc-product-card.js +3 -2
- package/dist/collection/components/ptc-product-list/ptc-product-list.js +23 -0
- package/dist/collection/components/ptc-product-sidebar/ptc-product-sidebar.css +6 -1
- package/dist/collection/components/ptc-product-sidebar/ptc-product-sidebar.js +18 -2
- package/dist/collection/components/ptc-social-share/ptc-social-share.js +32 -4
- package/dist/custom-elements/index.d.ts +18 -0
- package/dist/custom-elements/index.js +9734 -7942
- package/dist/{cjs/core-fd18b67a.js → esm/core-2af05469.js} +14 -3
- package/dist/esm/{icon-asset_17.entry.js → icon-asset_16.entry.js} +44 -37
- package/dist/esm/loader.js +1 -1
- package/dist/esm/ptc-case-studies-slider.entry.js +1681 -0
- package/dist/esm/ptc-image-download-strip.entry.js +25 -0
- package/dist/esm/ptc-jumbotron.entry.js +3 -2
- package/dist/esm/ptc-news.entry.js +24 -0
- package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
- package/dist/esm/ptc-progress-bar_2.entry.js +11 -1
- package/dist/esm/ptc-slit-card.entry.js +32 -0
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/esm/sequential-bundle-example.entry.js +1 -1
- package/dist/esm/sequential-bundle.entry.js +1 -1
- package/dist/ptcw-design/media/designer.svg +33 -3
- package/dist/ptcw-design/{p-9e23fa0e.entry.js → p-1cea4b9e.entry.js} +1 -1
- package/dist/ptcw-design/p-4e551e25.entry.js +1 -0
- package/dist/ptcw-design/p-5507ef4b.entry.js +1 -0
- package/dist/ptcw-design/p-575de112.js +1 -0
- package/dist/ptcw-design/{p-b1a63c48.entry.js → p-7753a23d.entry.js} +1 -1
- package/dist/ptcw-design/p-7bc132c4.entry.js +1 -0
- package/dist/ptcw-design/p-aa942e3b.entry.js +1 -0
- package/dist/ptcw-design/p-b5d7c48e.entry.js +1 -0
- package/dist/ptcw-design/p-c5fadad0.entry.js +1 -0
- package/dist/ptcw-design/{p-9cb33f7d.entry.js → p-d9f4813a.entry.js} +1 -1
- package/dist/ptcw-design/p-f1f1b19d.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/ptc-button/ptc-button.d.ts +4 -0
- package/dist/types/components/ptc-case-studies-slider/ptc-case-studies-slider.d.ts +14 -0
- package/dist/types/components/ptc-image-download-strip/ptc-image-download-strip.d.ts +9 -0
- package/dist/types/components/ptc-news/ptc-news.d.ts +35 -0
- package/dist/types/components/ptc-product-list/ptc-product-list.d.ts +1 -0
- package/dist/types/components/ptc-product-sidebar/ptc-product-sidebar.d.ts +1 -0
- package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +5 -1
- package/dist/types/components.d.ts +133 -6
- package/package.json +1 -1
- package/readme.md +1 -1
- package/dist/ptcw-design/p-28ade7e9.entry.js +0 -1
- package/dist/ptcw-design/p-2c23c489.entry.js +0 -1
- package/dist/ptcw-design/p-69dddd51.js +0 -1
- package/dist/ptcw-design/p-c26920ef.entry.js +0 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Swiper } from 'swiper';
|
|
2
|
+
export declare class PtcCaseStudiesSlider {
|
|
3
|
+
hostElement: HTMLElement;
|
|
4
|
+
caseStudiesThumbs: Swiper;
|
|
5
|
+
caseStudiesSlides: Swiper;
|
|
6
|
+
caeStudiesThumbRef?: HTMLDivElement;
|
|
7
|
+
caseStudiesSlidesRef?: HTMLDivElement;
|
|
8
|
+
paginationRef?: HTMLDivElement;
|
|
9
|
+
componentDidLoad(): void;
|
|
10
|
+
private initSlider;
|
|
11
|
+
private slideChangeHandler;
|
|
12
|
+
private renderSlides;
|
|
13
|
+
render(): any;
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare class PtcNews {
|
|
2
|
+
/**
|
|
3
|
+
* News tag
|
|
4
|
+
*/
|
|
5
|
+
newsTag?: string;
|
|
6
|
+
/**
|
|
7
|
+
* News Title
|
|
8
|
+
*/
|
|
9
|
+
newsTitle: string;
|
|
10
|
+
/**
|
|
11
|
+
* News Secondary Title
|
|
12
|
+
*/
|
|
13
|
+
newsSecondaryTitle?: string;
|
|
14
|
+
/**
|
|
15
|
+
* News Date
|
|
16
|
+
*/
|
|
17
|
+
newsDate?: string;
|
|
18
|
+
/**
|
|
19
|
+
* News summary
|
|
20
|
+
*/
|
|
21
|
+
newsSummary?: string;
|
|
22
|
+
/**
|
|
23
|
+
* News Image
|
|
24
|
+
*/
|
|
25
|
+
newsImage?: string;
|
|
26
|
+
/**
|
|
27
|
+
* News Image
|
|
28
|
+
*/
|
|
29
|
+
newsImageAlt?: string;
|
|
30
|
+
/**
|
|
31
|
+
* News download url
|
|
32
|
+
*/
|
|
33
|
+
newsDownloadUrl?: string;
|
|
34
|
+
render(): any;
|
|
35
|
+
}
|
|
@@ -11,6 +11,7 @@ export declare class PtcProductList {
|
|
|
11
11
|
sortMultipleCards(searchItems: string[]): void;
|
|
12
12
|
sortCards(searchItem: any): void;
|
|
13
13
|
componentDidLoad(): void;
|
|
14
|
+
hideAllCards(selectedCard: any): void;
|
|
14
15
|
handleClick(event: MouseEvent): void;
|
|
15
16
|
addIds(): void;
|
|
16
17
|
render(): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare class PtcSocialShare {
|
|
2
2
|
el: HTMLElement;
|
|
3
3
|
display?: 'inline-block' | 'block' | 'inline' | 'flex';
|
|
4
|
-
shareType?: 'mail' | 'twitter' | 'linkedin' | 'facebook' | 'share-api' | 'blog-mail' | 'blog-twitter' | 'blog-linkedin' | 'blog-facebook';
|
|
4
|
+
shareType?: 'mail' | 'twitter' | 'linkedin' | 'facebook' | 'share-api' | 'download' | 'blog-mail' | 'blog-twitter' | 'blog-linkedin' | 'blog-facebook';
|
|
5
5
|
shareTitle: string;
|
|
6
6
|
text: string;
|
|
7
7
|
url: string;
|
|
@@ -26,6 +26,10 @@ export declare class PtcSocialShare {
|
|
|
26
26
|
* is hover or not
|
|
27
27
|
*/
|
|
28
28
|
isHover: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Icon Size
|
|
31
|
+
*/
|
|
32
|
+
iconSize?: 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' | 'xxx-large' | 'xxxx-large';
|
|
29
33
|
render(): any;
|
|
30
34
|
private getCssClassMap;
|
|
31
35
|
private hoverToggle;
|
|
@@ -286,13 +286,17 @@ export namespace Components {
|
|
|
286
286
|
*/
|
|
287
287
|
"styles"?: string;
|
|
288
288
|
/**
|
|
289
|
-
* (optional) tab-nav.
|
|
289
|
+
* (optional) tab-nav. indicates that its element can be focused, and where it participates in sequential keyboard navigation. A negative value (usually tabindex="-1") means that the element is not reachable via sequential keyboard navigation
|
|
290
290
|
*/
|
|
291
291
|
"tabNav": number;
|
|
292
292
|
/**
|
|
293
293
|
* Link target
|
|
294
294
|
*/
|
|
295
295
|
"target"?: string;
|
|
296
|
+
/**
|
|
297
|
+
* Text Align
|
|
298
|
+
*/
|
|
299
|
+
"textAlign"?: 'left' | 'right' | 'center';
|
|
296
300
|
/**
|
|
297
301
|
* Button type
|
|
298
302
|
*/
|
|
@@ -424,6 +428,8 @@ export namespace Components {
|
|
|
424
428
|
*/
|
|
425
429
|
"linkTitle"?: string;
|
|
426
430
|
}
|
|
431
|
+
interface PtcCaseStudiesSlider {
|
|
432
|
+
}
|
|
427
433
|
interface PtcCheckbox {
|
|
428
434
|
"checked": 'checked' | 'unchecked';
|
|
429
435
|
"disabled": boolean;
|
|
@@ -570,6 +576,12 @@ export namespace Components {
|
|
|
570
576
|
"heading": string;
|
|
571
577
|
"opened": boolean;
|
|
572
578
|
}
|
|
579
|
+
interface PtcImageDownloadStrip {
|
|
580
|
+
/**
|
|
581
|
+
* News download url
|
|
582
|
+
*/
|
|
583
|
+
"downloadUrl"?: string;
|
|
584
|
+
}
|
|
573
585
|
interface PtcImg {
|
|
574
586
|
/**
|
|
575
587
|
* Image border shape
|
|
@@ -859,6 +871,40 @@ export namespace Components {
|
|
|
859
871
|
*/
|
|
860
872
|
"label": string;
|
|
861
873
|
}
|
|
874
|
+
interface PtcNews {
|
|
875
|
+
/**
|
|
876
|
+
* News Date
|
|
877
|
+
*/
|
|
878
|
+
"newsDate"?: string;
|
|
879
|
+
/**
|
|
880
|
+
* News download url
|
|
881
|
+
*/
|
|
882
|
+
"newsDownloadUrl"?: string;
|
|
883
|
+
/**
|
|
884
|
+
* News Image
|
|
885
|
+
*/
|
|
886
|
+
"newsImage"?: string;
|
|
887
|
+
/**
|
|
888
|
+
* News Image
|
|
889
|
+
*/
|
|
890
|
+
"newsImageAlt"?: string;
|
|
891
|
+
/**
|
|
892
|
+
* News Secondary Title
|
|
893
|
+
*/
|
|
894
|
+
"newsSecondaryTitle"?: string;
|
|
895
|
+
/**
|
|
896
|
+
* News summary
|
|
897
|
+
*/
|
|
898
|
+
"newsSummary"?: string;
|
|
899
|
+
/**
|
|
900
|
+
* News tag
|
|
901
|
+
*/
|
|
902
|
+
"newsTag"?: string;
|
|
903
|
+
/**
|
|
904
|
+
* News Title
|
|
905
|
+
*/
|
|
906
|
+
"newsTitle": string;
|
|
907
|
+
}
|
|
862
908
|
interface PtcOverlay {
|
|
863
909
|
/**
|
|
864
910
|
* Overlay border shape
|
|
@@ -1272,17 +1318,21 @@ export namespace Components {
|
|
|
1272
1318
|
/**
|
|
1273
1319
|
* Icon asset color
|
|
1274
1320
|
*/
|
|
1275
|
-
"iconColor"?: 'black' | 'white' | 'ptc-green' | 'gray' | 'primary-gray' |'inherit';
|
|
1321
|
+
"iconColor"?: 'black' | 'white' | 'ptc-green' | 'gray' | 'primary-gray' | 'inherit';
|
|
1276
1322
|
/**
|
|
1277
1323
|
* Icon asset hover color
|
|
1278
1324
|
*/
|
|
1279
1325
|
"iconHoverColor"?: 'black' | 'white' | 'ptc-green' | 'gray' | 'primary-gray' | 'inherit';
|
|
1326
|
+
/**
|
|
1327
|
+
* Icon Size
|
|
1328
|
+
*/
|
|
1329
|
+
"iconSize"?: 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' | 'xxx-large' | 'xxxx-large';
|
|
1280
1330
|
/**
|
|
1281
1331
|
* Email recipient. If you want to use mail share, you need to use this property
|
|
1282
1332
|
*/
|
|
1283
1333
|
"recipient"?: string;
|
|
1284
1334
|
"shareTitle": string;
|
|
1285
|
-
"shareType"?: 'mail' | 'twitter' | 'linkedin' | 'facebook' | 'share-api' | 'blog-mail' | 'blog-twitter' | 'blog-linkedin' | 'blog-facebook';
|
|
1335
|
+
"shareType"?: 'mail' | 'twitter' | 'linkedin' | 'facebook' | 'share-api' | 'download' | 'blog-mail' | 'blog-twitter' | 'blog-linkedin' | 'blog-facebook';
|
|
1286
1336
|
/**
|
|
1287
1337
|
* Optional - source for linkedin
|
|
1288
1338
|
*/
|
|
@@ -1772,6 +1822,12 @@ declare global {
|
|
|
1772
1822
|
prototype: HTMLPtcCardWrapperElement;
|
|
1773
1823
|
new (): HTMLPtcCardWrapperElement;
|
|
1774
1824
|
};
|
|
1825
|
+
interface HTMLPtcCaseStudiesSliderElement extends Components.PtcCaseStudiesSlider, HTMLStencilElement {
|
|
1826
|
+
}
|
|
1827
|
+
var HTMLPtcCaseStudiesSliderElement: {
|
|
1828
|
+
prototype: HTMLPtcCaseStudiesSliderElement;
|
|
1829
|
+
new (): HTMLPtcCaseStudiesSliderElement;
|
|
1830
|
+
};
|
|
1775
1831
|
interface HTMLPtcCheckboxElement extends Components.PtcCheckbox, HTMLStencilElement {
|
|
1776
1832
|
}
|
|
1777
1833
|
var HTMLPtcCheckboxElement: {
|
|
@@ -1844,6 +1900,12 @@ declare global {
|
|
|
1844
1900
|
prototype: HTMLPtcIconMinimizeElement;
|
|
1845
1901
|
new (): HTMLPtcIconMinimizeElement;
|
|
1846
1902
|
};
|
|
1903
|
+
interface HTMLPtcImageDownloadStripElement extends Components.PtcImageDownloadStrip, HTMLStencilElement {
|
|
1904
|
+
}
|
|
1905
|
+
var HTMLPtcImageDownloadStripElement: {
|
|
1906
|
+
prototype: HTMLPtcImageDownloadStripElement;
|
|
1907
|
+
new (): HTMLPtcImageDownloadStripElement;
|
|
1908
|
+
};
|
|
1847
1909
|
interface HTMLPtcImgElement extends Components.PtcImg, HTMLStencilElement {
|
|
1848
1910
|
}
|
|
1849
1911
|
var HTMLPtcImgElement: {
|
|
@@ -1928,6 +1990,12 @@ declare global {
|
|
|
1928
1990
|
prototype: HTMLPtcNavSubmenuElement;
|
|
1929
1991
|
new (): HTMLPtcNavSubmenuElement;
|
|
1930
1992
|
};
|
|
1993
|
+
interface HTMLPtcNewsElement extends Components.PtcNews, HTMLStencilElement {
|
|
1994
|
+
}
|
|
1995
|
+
var HTMLPtcNewsElement: {
|
|
1996
|
+
prototype: HTMLPtcNewsElement;
|
|
1997
|
+
new (): HTMLPtcNewsElement;
|
|
1998
|
+
};
|
|
1931
1999
|
interface HTMLPtcOverlayElement extends Components.PtcOverlay, HTMLStencilElement {
|
|
1932
2000
|
}
|
|
1933
2001
|
var HTMLPtcOverlayElement: {
|
|
@@ -2196,6 +2264,7 @@ declare global {
|
|
|
2196
2264
|
"ptc-card-bottom": HTMLPtcCardBottomElement;
|
|
2197
2265
|
"ptc-card-content": HTMLPtcCardContentElement;
|
|
2198
2266
|
"ptc-card-wrapper": HTMLPtcCardWrapperElement;
|
|
2267
|
+
"ptc-case-studies-slider": HTMLPtcCaseStudiesSliderElement;
|
|
2199
2268
|
"ptc-checkbox": HTMLPtcCheckboxElement;
|
|
2200
2269
|
"ptc-collapse-list": HTMLPtcCollapseListElement;
|
|
2201
2270
|
"ptc-container": HTMLPtcContainerElement;
|
|
@@ -2208,6 +2277,7 @@ declare global {
|
|
|
2208
2277
|
"ptc-hero-footer-cta": HTMLPtcHeroFooterCtaElement;
|
|
2209
2278
|
"ptc-icon-list": HTMLPtcIconListElement;
|
|
2210
2279
|
"ptc-icon-minimize": HTMLPtcIconMinimizeElement;
|
|
2280
|
+
"ptc-image-download-strip": HTMLPtcImageDownloadStripElement;
|
|
2211
2281
|
"ptc-img": HTMLPtcImgElement;
|
|
2212
2282
|
"ptc-jumbotron": HTMLPtcJumbotronElement;
|
|
2213
2283
|
"ptc-link": HTMLPtcLinkElement;
|
|
@@ -2222,6 +2292,7 @@ declare global {
|
|
|
2222
2292
|
"ptc-nav-link": HTMLPtcNavLinkElement;
|
|
2223
2293
|
"ptc-nav-slider": HTMLPtcNavSliderElement;
|
|
2224
2294
|
"ptc-nav-submenu": HTMLPtcNavSubmenuElement;
|
|
2295
|
+
"ptc-news": HTMLPtcNewsElement;
|
|
2225
2296
|
"ptc-overlay": HTMLPtcOverlayElement;
|
|
2226
2297
|
"ptc-pagenation": HTMLPtcPagenationElement;
|
|
2227
2298
|
"ptc-para": HTMLPtcParaElement;
|
|
@@ -2558,13 +2629,17 @@ declare namespace LocalJSX {
|
|
|
2558
2629
|
*/
|
|
2559
2630
|
"styles"?: string;
|
|
2560
2631
|
/**
|
|
2561
|
-
* (optional) tab-nav.
|
|
2632
|
+
* (optional) tab-nav. indicates that its element can be focused, and where it participates in sequential keyboard navigation. A negative value (usually tabindex="-1") means that the element is not reachable via sequential keyboard navigation
|
|
2562
2633
|
*/
|
|
2563
2634
|
"tabNav"?: number;
|
|
2564
2635
|
/**
|
|
2565
2636
|
* Link target
|
|
2566
2637
|
*/
|
|
2567
2638
|
"target"?: string;
|
|
2639
|
+
/**
|
|
2640
|
+
* Text Align
|
|
2641
|
+
*/
|
|
2642
|
+
"textAlign"?: 'left' | 'right' | 'center';
|
|
2568
2643
|
/**
|
|
2569
2644
|
* Button type
|
|
2570
2645
|
*/
|
|
@@ -2700,6 +2775,8 @@ declare namespace LocalJSX {
|
|
|
2700
2775
|
"onHoverEvent"?: (event: PtcCardWrapperCustomEvent<void>) => void;
|
|
2701
2776
|
"onLeaveEvent"?: (event: PtcCardWrapperCustomEvent<void>) => void;
|
|
2702
2777
|
}
|
|
2778
|
+
interface PtcCaseStudiesSlider {
|
|
2779
|
+
}
|
|
2703
2780
|
interface PtcCheckbox {
|
|
2704
2781
|
"checked"?: 'checked' | 'unchecked';
|
|
2705
2782
|
"disabled"?: boolean;
|
|
@@ -2854,6 +2931,12 @@ declare namespace LocalJSX {
|
|
|
2854
2931
|
"heading"?: string;
|
|
2855
2932
|
"opened"?: boolean;
|
|
2856
2933
|
}
|
|
2934
|
+
interface PtcImageDownloadStrip {
|
|
2935
|
+
/**
|
|
2936
|
+
* News download url
|
|
2937
|
+
*/
|
|
2938
|
+
"downloadUrl"?: string;
|
|
2939
|
+
}
|
|
2857
2940
|
interface PtcImg {
|
|
2858
2941
|
/**
|
|
2859
2942
|
* Image border shape
|
|
@@ -3155,6 +3238,40 @@ declare namespace LocalJSX {
|
|
|
3155
3238
|
*/
|
|
3156
3239
|
"onDropdownClickEvent"?: (event: PtcNavSubmenuCustomEvent<any>) => void;
|
|
3157
3240
|
}
|
|
3241
|
+
interface PtcNews {
|
|
3242
|
+
/**
|
|
3243
|
+
* News Date
|
|
3244
|
+
*/
|
|
3245
|
+
"newsDate"?: string;
|
|
3246
|
+
/**
|
|
3247
|
+
* News download url
|
|
3248
|
+
*/
|
|
3249
|
+
"newsDownloadUrl"?: string;
|
|
3250
|
+
/**
|
|
3251
|
+
* News Image
|
|
3252
|
+
*/
|
|
3253
|
+
"newsImage"?: string;
|
|
3254
|
+
/**
|
|
3255
|
+
* News Image
|
|
3256
|
+
*/
|
|
3257
|
+
"newsImageAlt"?: string;
|
|
3258
|
+
/**
|
|
3259
|
+
* News Secondary Title
|
|
3260
|
+
*/
|
|
3261
|
+
"newsSecondaryTitle"?: string;
|
|
3262
|
+
/**
|
|
3263
|
+
* News summary
|
|
3264
|
+
*/
|
|
3265
|
+
"newsSummary"?: string;
|
|
3266
|
+
/**
|
|
3267
|
+
* News tag
|
|
3268
|
+
*/
|
|
3269
|
+
"newsTag"?: string;
|
|
3270
|
+
/**
|
|
3271
|
+
* News Title
|
|
3272
|
+
*/
|
|
3273
|
+
"newsTitle"?: string;
|
|
3274
|
+
}
|
|
3158
3275
|
interface PtcOverlay {
|
|
3159
3276
|
/**
|
|
3160
3277
|
* Overlay border shape
|
|
@@ -3578,17 +3695,21 @@ declare namespace LocalJSX {
|
|
|
3578
3695
|
/**
|
|
3579
3696
|
* Icon asset color
|
|
3580
3697
|
*/
|
|
3581
|
-
"iconColor"?: 'black' | 'white' | 'ptc-green' | 'gray' | 'primary-gray' |'inherit';
|
|
3698
|
+
"iconColor"?: 'black' | 'white' | 'ptc-green' | 'gray' | 'primary-gray' | 'inherit';
|
|
3582
3699
|
/**
|
|
3583
3700
|
* Icon asset hover color
|
|
3584
3701
|
*/
|
|
3585
3702
|
"iconHoverColor"?: 'black' | 'white' | 'ptc-green' | 'gray' | 'primary-gray' | 'inherit';
|
|
3703
|
+
/**
|
|
3704
|
+
* Icon Size
|
|
3705
|
+
*/
|
|
3706
|
+
"iconSize"?: 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' | 'xxx-large' | 'xxxx-large';
|
|
3586
3707
|
/**
|
|
3587
3708
|
* Email recipient. If you want to use mail share, you need to use this property
|
|
3588
3709
|
*/
|
|
3589
3710
|
"recipient"?: string;
|
|
3590
3711
|
"shareTitle"?: string;
|
|
3591
|
-
"shareType"?: 'mail' | 'twitter' | 'linkedin' | 'facebook' | 'share-api' | 'blog-mail' | 'blog-twitter' | 'blog-linkedin' | 'blog-facebook';
|
|
3712
|
+
"shareType"?: 'mail' | 'twitter' | 'linkedin' | 'facebook' | 'share-api' | 'download' | 'blog-mail' | 'blog-twitter' | 'blog-linkedin' | 'blog-facebook';
|
|
3592
3713
|
/**
|
|
3593
3714
|
* Optional - source for linkedin
|
|
3594
3715
|
*/
|
|
@@ -3887,6 +4008,7 @@ declare namespace LocalJSX {
|
|
|
3887
4008
|
"ptc-card-bottom": PtcCardBottom;
|
|
3888
4009
|
"ptc-card-content": PtcCardContent;
|
|
3889
4010
|
"ptc-card-wrapper": PtcCardWrapper;
|
|
4011
|
+
"ptc-case-studies-slider": PtcCaseStudiesSlider;
|
|
3890
4012
|
"ptc-checkbox": PtcCheckbox;
|
|
3891
4013
|
"ptc-collapse-list": PtcCollapseList;
|
|
3892
4014
|
"ptc-container": PtcContainer;
|
|
@@ -3899,6 +4021,7 @@ declare namespace LocalJSX {
|
|
|
3899
4021
|
"ptc-hero-footer-cta": PtcHeroFooterCta;
|
|
3900
4022
|
"ptc-icon-list": PtcIconList;
|
|
3901
4023
|
"ptc-icon-minimize": PtcIconMinimize;
|
|
4024
|
+
"ptc-image-download-strip": PtcImageDownloadStrip;
|
|
3902
4025
|
"ptc-img": PtcImg;
|
|
3903
4026
|
"ptc-jumbotron": PtcJumbotron;
|
|
3904
4027
|
"ptc-link": PtcLink;
|
|
@@ -3913,6 +4036,7 @@ declare namespace LocalJSX {
|
|
|
3913
4036
|
"ptc-nav-link": PtcNavLink;
|
|
3914
4037
|
"ptc-nav-slider": PtcNavSlider;
|
|
3915
4038
|
"ptc-nav-submenu": PtcNavSubmenu;
|
|
4039
|
+
"ptc-news": PtcNews;
|
|
3916
4040
|
"ptc-overlay": PtcOverlay;
|
|
3917
4041
|
"ptc-pagenation": PtcPagenation;
|
|
3918
4042
|
"ptc-para": PtcPara;
|
|
@@ -3981,6 +4105,7 @@ declare module "@stencil/core" {
|
|
|
3981
4105
|
"ptc-card-bottom": LocalJSX.PtcCardBottom & JSXBase.HTMLAttributes<HTMLPtcCardBottomElement>;
|
|
3982
4106
|
"ptc-card-content": LocalJSX.PtcCardContent & JSXBase.HTMLAttributes<HTMLPtcCardContentElement>;
|
|
3983
4107
|
"ptc-card-wrapper": LocalJSX.PtcCardWrapper & JSXBase.HTMLAttributes<HTMLPtcCardWrapperElement>;
|
|
4108
|
+
"ptc-case-studies-slider": LocalJSX.PtcCaseStudiesSlider & JSXBase.HTMLAttributes<HTMLPtcCaseStudiesSliderElement>;
|
|
3984
4109
|
"ptc-checkbox": LocalJSX.PtcCheckbox & JSXBase.HTMLAttributes<HTMLPtcCheckboxElement>;
|
|
3985
4110
|
"ptc-collapse-list": LocalJSX.PtcCollapseList & JSXBase.HTMLAttributes<HTMLPtcCollapseListElement>;
|
|
3986
4111
|
"ptc-container": LocalJSX.PtcContainer & JSXBase.HTMLAttributes<HTMLPtcContainerElement>;
|
|
@@ -3993,6 +4118,7 @@ declare module "@stencil/core" {
|
|
|
3993
4118
|
"ptc-hero-footer-cta": LocalJSX.PtcHeroFooterCta & JSXBase.HTMLAttributes<HTMLPtcHeroFooterCtaElement>;
|
|
3994
4119
|
"ptc-icon-list": LocalJSX.PtcIconList & JSXBase.HTMLAttributes<HTMLPtcIconListElement>;
|
|
3995
4120
|
"ptc-icon-minimize": LocalJSX.PtcIconMinimize & JSXBase.HTMLAttributes<HTMLPtcIconMinimizeElement>;
|
|
4121
|
+
"ptc-image-download-strip": LocalJSX.PtcImageDownloadStrip & JSXBase.HTMLAttributes<HTMLPtcImageDownloadStripElement>;
|
|
3996
4122
|
"ptc-img": LocalJSX.PtcImg & JSXBase.HTMLAttributes<HTMLPtcImgElement>;
|
|
3997
4123
|
"ptc-jumbotron": LocalJSX.PtcJumbotron & JSXBase.HTMLAttributes<HTMLPtcJumbotronElement>;
|
|
3998
4124
|
"ptc-link": LocalJSX.PtcLink & JSXBase.HTMLAttributes<HTMLPtcLinkElement>;
|
|
@@ -4007,6 +4133,7 @@ declare module "@stencil/core" {
|
|
|
4007
4133
|
"ptc-nav-link": LocalJSX.PtcNavLink & JSXBase.HTMLAttributes<HTMLPtcNavLinkElement>;
|
|
4008
4134
|
"ptc-nav-slider": LocalJSX.PtcNavSlider & JSXBase.HTMLAttributes<HTMLPtcNavSliderElement>;
|
|
4009
4135
|
"ptc-nav-submenu": LocalJSX.PtcNavSubmenu & JSXBase.HTMLAttributes<HTMLPtcNavSubmenuElement>;
|
|
4136
|
+
"ptc-news": LocalJSX.PtcNews & JSXBase.HTMLAttributes<HTMLPtcNewsElement>;
|
|
4010
4137
|
"ptc-overlay": LocalJSX.PtcOverlay & JSXBase.HTMLAttributes<HTMLPtcOverlayElement>;
|
|
4011
4138
|
"ptc-pagenation": LocalJSX.PtcPagenation & JSXBase.HTMLAttributes<HTMLPtcPagenationElement>;
|
|
4012
4139
|
"ptc-para": LocalJSX.PtcPara & JSXBase.HTMLAttributes<HTMLPtcParaElement>;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
# PTC Design 1.6.
|
|
3
|
+
# PTC Design 1.6.9
|
|
4
4
|
The site is the place for documentation on PTC Design System
|
|
5
5
|
|
|
6
6
|
## Building the Site
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as a,H as i,a as e}from"./p-63c06667.js";const n=class{constructor(a){t(this,a),this.jumbotronType="light",this.hasPopupVideo=!1,this.mainTitle="Lorem Ipsum Dolor Sit Amet Consectetur",this.subTitle="Lorem Ipsum Dolor Sit Amet Consectetur Adipiscing Lorem Ipsum Dolor Sit Amet Consectetur Adipisci Lorem Ipsum Dolor Sit Amet",this.pngSrc=void 0,this.gifSrc=void 0,this.bgVideoSrc=void 0,this.bgSrc=void 0,this.isIframe=!1,this.playButtonTitle=void 0,this.pauseButtonTitle=void 0,this.contentBackground=void 0,this.contentColor=void 0,this.textAlign="left",this.isMobile=void 0}handleResize(){this.getContentBackground(),this.adjustJumbotronHeight()}connectedCallback(){this.getContentBackground()}componentDidLoad(){this.adjustJumbotronHeight()}render(){console.log("render");const t=this.getCssClassMap();let e;switch(this.jumbotronType){case"png":e=a("div",{class:"mobile-media-image"},a("ptc-picture",{src:this.pngSrc}));break;case"gif":e=a("div",{class:"mobile-media-image gif-bg"},a("img",{src:this.gifSrc}));break;case"dark-video":case"light-video":e=a("ptc-background-video",{class:"video-ratio",overlay:!1,"video-src":this.bgVideoSrc,isIframe:this.isIframe,"play-button-title":this.playButtonTitle,"pause-button-title":this.pauseButtonTitle});break;default:e=a("ptc-img",{"img-url":this.bgSrc,styles:".smart-bg{background-position:right !important;}"})}return a(i,{class:t},a("div",{class:"parent"},a("div",{class:"div1 image-container "+("text"===this.jumbotronType?"hidden":"")},e),a("div",{class:"div2 content-container"},a("div",{class:"bg-overlay",style:{background:this.contentBackground}}),a("div",{class:"ptc-container content-layout"},a("max-width-container",{"max-width":"578",breakpoint:992,"content-align":"text"===this.jumbotronType?"center":this.textAlign,styles:":host{z-index: 999}"},a("slot",{name:"breadcrumb"}),a("ptc-spacer",{breakpoint:"small",size:"small"}),a("ptc-spacer",{breakpoint:"x-small",size:"medium"}),a("slot",{name:"main-title"}),a("ptc-spacer",{breakpoint:"small",size:"small"}),a("ptc-spacer",{breakpoint:"x-small",size:"medium"}),a("ptc-para",{"font-size":"text"===this.jumbotronType&&this.isMobile?"x-small":"small","font-weight":"w-4","para-margin":"margin-bottom-6","para-color":"white","para-line-h":"line-height-p","para-align":"text"===this.jumbotronType?"center":"left"},a("ptc-tooltip",{"text-lines":"8",description:this.subTitle,position:"right",styles:`.ellipsis-by-line-boxing{color: ${this.contentColor};}`})),a("div",{class:"u-flex u-flex-wrap gap-adjustment"+("text"===this.jumbotronType?" text-adjustment":"")},a("slot",{name:"j-cta"}))),this.hasPopupVideo?a("slot",{name:"video"}):null,"png"===this.jumbotronType?a("div",{class:"desktop-media-image"},a("ptc-picture",{"is-full-width":!0,src:this.pngSrc})):null,"gif"===this.jumbotronType?a("div",{class:"desktop-media-image desk-gif-adjustment"},a("img",{src:this.gifSrc})):null))))}getCssClassMap(){return{}}getContentBackground(){if(window.innerWidth<992){switch(this.jumbotronType){case"light":case"light-video":this.contentBackground="var(--color-white)",this.contentColor="var(--color-gray-10)";break;case"dark":case"dark-video":this.contentBackground="var(--color-gray-09)",this.contentColor="var(--color-gray-01)";break;default:this.contentBackground="transparent",this.contentColor="var(--color-gray-10)"}this.isMobile=!0}else{switch(this.jumbotronType){case"light":case"light-video":this.contentBackground="linear-gradient(90.19deg, rgba(255, 255, 255, 0.9) 62.55%, rgba(228, 231, 233, 0) 99.86%)",this.contentColor="var(--color-gray-10)";break;case"dark":case"dark-video":this.contentBackground="linear-gradient(90deg, rgba(0, 0, 0, 0.63) 52.42%, rgba(40, 47, 53, 0) 100%)",this.contentColor="var(--color-gray-01)";break;case"gif":this.contentBackground="#F3F3F3",this.contentColor="var(--color-gray-10)";break;default:this.contentBackground="transparent",this.contentColor="var(--color-gray-10)"}this.isMobile=!1}}adjustJumbotronHeight(){const t=this.el.shadowRoot.querySelector(".content-container").clientHeight,a=this.el.shadowRoot.querySelector(".video-ratio")?this.el.shadowRoot.querySelector(".video-ratio"):null;t<500&&a&&!this.isMobile?a.style.paddingBottom="500px":a&&(a.style.paddingBottom="")}get el(){return e(this)}};n.style=".ptc-container{padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media only screen and (min-width: 1200px){.ptc-container{padding-left:0;padding-right:0;max-width:1136px}}@media only screen and (min-width: 1440px){.ptc-container{padding-left:0;padding-right:0;max-width:1200px}}.ptc-container-lg{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media only screen and (min-width: 480px){.ptc-container-lg{padding-left:var(--ptc-layout-spacing-03);padding-right:var(--ptc-layout-spacing-03)}}@media only screen and (min-width: 768px){.ptc-container-lg{padding-left:var(--ptc-layout-spacing-04);padding-right:var(--ptc-layout-spacing-04)}}@media only screen and (min-width: 992px){.ptc-container-lg{padding-left:var(--ptc-element-spacing-08);padding-right:var(--ptc-element-spacing-08)}}@media only screen and (min-width: 1980px){.ptc-container-lg{padding-left:0;padding-right:0;max-width:1900px}}.ptc-container-fluid{width:100%}.u-para-sm{font-size:var(--ptc-font-size-small) !important}.u-para-md{font-size:var(--ptc-font-size-medium) !important}.u-para-lg{font-size:var(--ptc-font-size-large) !important}.u-para-xl{font-size:var(--ptc-font-size-x-large) !important}.u-para-xxl{font-size:var(--ptc-font-size-xx-large) !important}.u-para-xxxl{font-size:var(--ptc-font-size-xxx-large) !important}@media only screen and (min-width: 768px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.05vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.05vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.05vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.05vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.05vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.05vw) !important}}@media only screen and (min-width: 992px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.1vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.1vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.1vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.1vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.1vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.1vw) !important}}@media only screen and (min-width: 1200px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.15vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.15vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.15vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.15vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.15vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.15vw) !important}}@media only screen and (min-width: 1440px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.2vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.2vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.2vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.2vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.2vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.2vw) !important}}@media only screen and (min-width: 1600px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.25vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.25vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.25vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.25vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.25vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.25vw) !important}}@media only screen and (min-width: 1980px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.3vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.3vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.3vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.3vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.3vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.3vw) !important}}@media only screen and (min-width: 2600px){.u-para-sm{font-size:calc(var(--ptc-font-size-small) + 0.35vw) !important}.u-para-md{font-size:calc(var(--ptc-font-size-medium) + 0.35vw) !important}.u-para-lg{font-size:calc(var(--ptc-font-size-large) + 0.35vw) !important}.u-para-xl{font-size:calc(var(--ptc-font-size-x-large) + 0.35vw) !important}.u-para-xxl{font-size:calc(var(--ptc-font-size-xx-large) + 0.35vw) !important}.u-para-xxxl{font-size:calc(var(--ptc-font-size-xxx-large) + 0.35vw) !important}}.u-para-body{font-size:var(--ptc-font-size-medium) !important}.u-color-white{color:var(--color-white) !important}.u-uppercase{text-transform:uppercase !important}.u-margin-flush{margin:0 !important}.u-marginTop-flush{margin-top:0 !important}.u-marginLeft-flush{margin-left:0 !important}.u-marginRight-flush{margin-right:0 !important}.u-marginBottom-flush{margin-bottom:0 !important}.u-padding-flush{padding:0 !important}.u-paddingTop-flush{padding-top:0 !important}.u-paddingLeft-flush{padding-left:0 !important}.u-paddingRight-flush{padding-right:0 !important}.u-paddingBottom-flush{padding-bottom:0 !important}.u-margin-xs{margin:var(--ptc-element-spacing-01) !important}.u-marginTop-xs{margin-top:var(--ptc-element-spacing-01) !important}.u-marginLeft-xs{margin-left:var(--ptc-element-spacing-01) !important}.u-marginRight-xs{margin-right:var(--ptc-element-spacing-01) !important}.u-marginBottom-xs{margin-bottom:var(--ptc-element-spacing-01) !important}.u-margin-sm{margin:var(--ptc-element-spacing-02) !important}.u-marginTop-sm{margin-top:var(--ptc-element-spacing-02) !important}.u-marginLeft-sm{margin-left:var(--ptc-element-spacing-02) !important}.u-marginRight-sm{margin-right:var(--ptc-element-spacing-02) !important}.u-marginBottom-sm{margin-bottom:var(--ptc-element-spacing-02) !important}.u-margin-md{margin:var(--ptc-element-spacing-03) !important}.u-marginTop-md{margin-top:var(--ptc-element-spacing-03) !important}.u-marginLeft-md{margin-left:var(--ptc-element-spacing-03) !important}.u-marginRight-md{margin-right:var(--ptc-element-spacing-03) !important}.u-marginBottom-md{margin-bottom:var(--ptc-element-spacing-03) !important}.u-margin-lg{margin:var(--ptc-element-spacing-04) !important}.u-marginTop-lg{margin-top:var(--ptc-element-spacing-04) !important}.u-marginLeft-lg{margin-left:var(--ptc-element-spacing-04) !important}.u-marginRight-lg{margin-right:var(--ptc-element-spacing-04) !important}.u-marginBottom-lg{margin-bottom:var(--ptc-element-spacing-04) !important}.u-margin-xl{margin:var(--ptc-element-spacing-05) !important}.u-marginTop-xl{margin-top:var(--ptc-element-spacing-05) !important}.u-marginLeft-xl{margin-left:var(--ptc-element-spacing-05) !important}.u-marginRight-xl{margin-right:var(--ptc-element-spacing-05) !important}.u-marginBottom-xl{margin-bottom:var(--ptc-element-spacing-05) !important}.u-margin-xxl{margin:var(--ptc-element-spacing-06) !important}.u-marginTop-xxl{margin-top:var(--ptc-element-spacing-06) !important}.u-marginLeft-xxl{margin-left:var(--ptc-element-spacing-06) !important}.u-marginRight-xxl{margin-right:var(--ptc-element-spacing-06) !important}.u-marginBottom-xxl{margin-bottom:var(--ptc-element-spacing-06) !important}.u-margin-xxxl{margin:var(--ptc-element-spacing-07) !important}.u-marginTop-xxxl{margin-top:var(--ptc-element-spacing-07) !important}.u-marginLeft-xxxl{margin-left:var(--ptc-element-spacing-07) !important}.u-marginRight-xxxl{margin-right:var(--ptc-element-spacing-07) !important}.u-marginBottom-xxxl{margin-bottom:var(--ptc-element-spacing-07) !important}.u-margin-4xl{margin:var(--ptc-element-spacing-08) !important}.u-marginTop-4xl{margin-top:var(--ptc-element-spacing-08) !important}.u-marginLeft-4xl{margin-left:var(--ptc-element-spacing-08) !important}.u-marginRight-4xl{margin-right:var(--ptc-element-spacing-08) !important}.u-marginBottom-4xl{margin-bottom:var(--ptc-element-spacing-08) !important}.u-textAlign-ctr{text-align:center !important}.u-textAlign-right{text-align:right !important}.u-textAlign-left{text-align:left !important}.u-textWhite{color:var(--color-white) !important}.u-textGreen1{color:var(--color-green-07) !important}.u-textGreen2{color:var(--color-green-06) !important}.u-text-nowrap{white-space:nowrap}.u-text-bold{font-weight:var(--ptc-font-weight-bold)}.u-text-thin{font-weight:var(--ptc-font-weight-thin)}.u-textStyle-normal{font-style:normal !important}.u-no-scroll{overflow:hidden}.u-background-white{background-color:var(--color-white)}.u-background-reset{background-color:transparent !important}.u-white-overylay{background:rgba(242, 242, 242, 0.9)}.u-cursor-pointer{cursor:pointer}.u-clear{clear:both}.u-border-radius-standard{border-radius:var(--ptc-border-radius-standard)}.u-border-radius-large{border-radius:var(--ptc-border-radius-large)}.u-border-radius-pill{border-radius:var(--ptc-border-radius-pill)}.u-border-radius-circle{border-radius:var(--ptc-border-radius-circle)}@media only screen and (min-width: 768px){.u-hero-width{width:525px}.u-margin-center{margin:0 auto}.u-justify-self-end{justify-self:flex-end}}.u-hero-pushup{transform:translateY(-120px)}@media only screen and (min-width: 768px){.u-hero-pushup{transform:translateY(-144px)}}@media only screen and (min-width: 768px){.grid-order-1-md{order:1}.grid-order-2-md{order:2}.grid-order-3-md{order:3}}@media only screen and (min-width: 992px){.grid-order-1-lg{order:1}.grid-order-2-lg{order:2}.grid-order-3-lg{order:3}}.standard-list{list-style:none;margin-left:0;margin-bottom:20px;padding:0}.is-spaced-between{justify-content:space-between}.grid-large-col-gap-md{column-gap:0}@media only screen and (min-width: 992px){.grid-large-col-gap-md{column-gap:3rem}}.grid-large-col-gap-sm{column-gap:0}@media only screen and (min-width: 768px){.grid-large-col-gap-sm{column-gap:3rem}}.grid-x-large-col-gap-md{column-gap:0}@media only screen and (min-width: 992px){.grid-x-large-col-gap-md{column-gap:4rem}}.grid-x-large-col-gap-sm{column-gap:0}@media only screen and (min-width: 768px){.grid-x-large-col-gap-sm{column-gap:4rem}}.grid-medium-col-gap-md{column-gap:0}@media only screen and (min-width: 992px){.grid-medium-col-gap-md{column-gap:2rem}}.grid-medium-col-gap-sm{column-gap:0}@media only screen and (min-width: 768px){.grid-medium-col-gap-sm{column-gap:2rem}}.is-float-left{float:left}.is-float-right{float:right}.is-mobile{display:block}.is-desktop{display:none}@media only screen and (min-width: 992px){.is-mobile{display:none}.is-desktop{display:block}}.ptc-section{padding-top:2rem;padding-bottom:2rem}@media only screen and (min-width: 992px){.ptc-section{padding-top:3rem;padding-bottom:3rem}}.ptc-section-standard{padding-top:3rem;padding-bottom:3rem}.ptc-section-half{padding-top:1.5rem;padding-bottom:1.5rem}.u-flex{display:flex}@media only screen and (min-width: 480px){.u-flex-xs{display:flex}}@media only screen and (min-width: 768px){.u-flex-sm{display:flex}}@media only screen and (min-width: 992px){.u-flex-md{display:flex}}@media only screen and (min-width: 1200px){.u-flex-lg{display:flex}}@media only screen and (min-width: 1440px){.u-flex-xl{display:flex}}@media only screen and (min-width: 1600px){.u-flex-xxl{display:flex}}@media only screen and (min-width: 1980px){.u-flex-2k{display:flex}}@media only screen and (min-width: 2600px){.u-flex-4k{display:flex}}.u-align-center{margin:auto;align-self:center}.u-align-left{margin-right:auto;align-self:center}.u-align-right{margin-left:auto;align-self:center}.u-align-x-center{margin-right:auto;margin-left:auto}.u-align-x-left{margin-right:auto}.u-align-x-right{margin-left:auto}.u-align-y-center{align-self:center}.u-align-y-top{align-self:flex-start}.u-align-y-bottom{align-self:flex-end}.is-flex-column{flex-direction:column}.flex-align-items{align-items:flex-end}.flex-align-items-center{align-items:center}.u-flex-nowrap{flex-wrap:nowrap}.u-flex-wrap{flex-wrap:wrap}.u-align-self-start{align-self:start}.u-align-self-center{align-self:center}.u-align-self-stretch{align-self:stretch}.u-justify-self-start{justify-self:start}.u-justify-self-center{justify-self:center}.u-justify-self-stretch{justify-self:stretch}.u-flex-justify-center{justify-content:center}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.fef-two-column-two-media .has-col-gap-lg{grid-column-gap:var(--spacing-md)}@media only screen and (min-width: 992px){.fef-two-column-two-media .has-col-gap-lg{grid-column-gap:var(--spacing-lg)}}.fef-two-column-two-media .is-col-6-md{padding-bottom:3rem}.fef-two-column-two-media .is-col-6-md:last-child{padding-bottom:0rem}@media only screen and (min-width: 768px){.fef-two-column-two-media .is-col-6-md{padding-bottom:0rem}}@media only screen and (min-width: 768px){.is-grid.grid-large-col-gap-xs-0{row-gap:0}}.max-content{max-width:90%;margin:auto}@media only screen and (min-width: 480px){.max-content{max-width:80%}}.product-tab ptc-title h3{font-size:20px !important;font-weight:900}@media only screen and (min-width: 1200px){.product-tab ptc-title h3{font-size:15px !important;font-weight:800}}.product-tab .is-grid{grid-column-gap:20px;grid-row-gap:12px}ptc-bio-card .bio-modal-open-content{color:var(--color-gray-10);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-denser)}ptc-bio-card .bio-modal-open-content h3{letter-spacing:0.08rem;margin-bottom:2px;font-size:var(--ptc-font-size-small)}ptc-bio-card .bio-modal-open-content ul{margin-top:0}ptc-bio-card .bio-modal-open-content ul li{line-height:var(--ptc-line-height-p)}ptc-bio-card .bio-modal-open-content ul li a{text-decoration:none;color:var(--color-green-06);transition:color 0.3s ease}ptc-bio-card .bio-modal-open-content ul li a:hover{color:var(--color-gray-10);transition:color 0.3s ease}ptc-bio-card .bio-modal-open-content .btn-blackgrey{background-color:var(--color-gray-10);display:inline-block;border-style:solid;border-width:1px;white-space:normal;position:relative;text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer;padding:14px 20px;border:2px solid var(--color-gray-08);border-radius:var(--ptc-border-radius-standard);color:var(--color-white);font-weight:700}ptc-bio-card .bio-modal-open-content .btn-blackgrey:hover{background-color:var(--color-gray-09);border-color:var(--color-gray-08)}ptc-bio-card .bio-modal-open-content .btn-blackgrey svg{display:none}ptc-bio-card .bio-modal-open-content hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.u-justify-space-between{justify-content:space-between}ptc-nav-submenu .dropdown-content{display:none}ptc-nav-submenu .dropdown-content.open{padding-top:5px;padding-bottom:5px;display:block}ptc-nav-submenu.short-dropdown .dropdown-content.open{padding:var(--ptc-layout-spacing-04)}@media only screen and (min-width: 1200px){ptc-nav-submenu.short-dropdown .dropdown-content.open{padding:var(--ptc-layout-spacing-03) var(--ptc-layout-spacing-04)}}.all-product-banner{padding:50px 0 44px 0px}@media only screen and (min-width: 992px){.all-product-banner{padding:50px 0 72px 0px;display:flex;min-height:300px;justify-content:center;align-items:center}}.all-product-gradient{background:linear-gradient(180deg, #f3f3f3 2.6%, rgba(225, 241, 226, 0.2) 40.63%, #f3f3f3 82.29%), linear-gradient(0deg, #f3f3f3, #f3f3f3)}:host{display:block}.parent{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-column-gap:0px;grid-row-gap:0px;position:unset;z-index:999}.div1{grid-area:1/1/2/2;min-height:300px}.div1.hidden{display:none}.mobile-media-image{display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 992px){.mobile-media-image{display:none}}.gif-bg{background-color:#F3F3F3}.gif-bg img{width:100%;height:auto}@media only screen and (min-width: 768px){.gif-bg img{width:auto}}.video-ratio{position:relative;overflow:hidden;height:0;padding-bottom:100%}@media screen and (min-width: 550px){.video-ratio{padding-bottom:56.25%}}@media only screen and (min-width: 768px){.video-ratio{padding-bottom:56.25%}}@media only screen and (min-width: 992px){.video-ratio{padding-bottom:59.37%;max-height:500px}}@media only screen and (min-width: 1200px){.video-ratio{padding-bottom:min(578px, 46.67%)}}@media only screen and (min-width: 1440px){.video-ratio{padding-bottom:min(578px, 39.67%)}}.div2{grid-area:2/1/3/2;position:relative}.bg-overlay{position:absolute;width:100%;height:100%;top:0;left:0}.content-layout{display:flex;flex-direction:column}@media only screen and (min-width: 992px){.content-layout{flex-direction:row}}.gap-adjustment{gap:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-07)}@media only screen and (min-width: 992px){.gap-adjustment{gap:var(--ptc-element-spacing-07)}}.text-adjustment{justify-content:flex-start}@media only screen and (min-width: 992px){.text-adjustment{justify-content:center}}.desktop-media-image{width:40%;display:none}@media only screen and (min-width: 992px){.desktop-media-image{display:block}}.desk-gif-adjustment{z-index:3;display:none;justify-content:center;align-items:center}@media only screen and (min-width: 992px){.desk-gif-adjustment{display:flex}}.desk-gif-adjustment img{width:100%}@media only screen and (min-width: 992px){.parent{grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;min-height:500px;position:relative}.div1{grid-area:1/1/2/2;min-height:unset}.div2{grid-area:1/1/2/2;align-self:center;position:unset}}";export{n as ptc_jumbotron}
|