@ptcwebops/ptcw-design 6.2.15-beta → 6.2.16-beta

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.
Files changed (102) hide show
  1. package/dist/cjs/event-jumbotron-example.cjs.entry.js +146 -0
  2. package/dist/cjs/icon-asset.cjs.entry.js +65 -0
  3. package/dist/cjs/list-item.cjs.entry.js +48 -0
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +47 -0
  6. package/dist/cjs/ptc-button.cjs.entry.js +87 -0
  7. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +134 -0
  8. package/dist/cjs/ptc-card-content.cjs.entry.js +68 -0
  9. package/dist/cjs/ptc-card_2.cjs.entry.js +4 -1
  10. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +222 -0
  11. package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-img.cjs.entry.js +133 -0
  13. package/dist/cjs/ptc-link.cjs.entry.js +87 -0
  14. package/dist/cjs/ptc-para.cjs.entry.js +127 -0
  15. package/dist/cjs/ptc-scroll-button.cjs.entry.js +136 -0
  16. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  17. package/dist/cjs/ptc-title.cjs.entry.js +152 -0
  18. package/dist/cjs/ptcw-design.cjs.js +1 -1
  19. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +273 -0
  20. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +3 -0
  21. package/dist/collection/components/ptc-textfield/ptc-textfield.js +1 -1
  22. package/dist/custom-elements/index.js +5 -2
  23. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  24. package/dist/esm/blog-detail-layout.entry.js +1 -1
  25. package/dist/esm/blogs-search-section.entry.js +1 -1
  26. package/dist/esm/event-jumbotron-example.entry.js +142 -0
  27. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  28. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  29. package/dist/esm/icon-asset.entry.js +61 -0
  30. package/dist/esm/list-item.entry.js +44 -0
  31. package/dist/esm/loader.js +1 -1
  32. package/dist/esm/most-popular-news.entry.js +1 -1
  33. package/dist/esm/my-component.entry.js +1 -1
  34. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  35. package/dist/esm/ptc-background-video.entry.js +1 -1
  36. package/dist/esm/ptc-breadcrumb.entry.js +43 -0
  37. package/dist/esm/ptc-button.entry.js +83 -0
  38. package/dist/esm/ptc-card-bottom_2.entry.js +129 -0
  39. package/dist/esm/ptc-card-content.entry.js +64 -0
  40. package/dist/esm/ptc-card_2.entry.js +4 -1
  41. package/dist/esm/ptc-close-icon_2.entry.js +217 -0
  42. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  43. package/dist/esm/ptc-form-checkbox_4.entry.js +2 -2
  44. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  45. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  46. package/dist/esm/ptc-icon-card.entry.js +1 -1
  47. package/dist/esm/ptc-img.entry.js +129 -0
  48. package/dist/esm/ptc-link.entry.js +83 -0
  49. package/dist/esm/ptc-media-card.entry.js +1 -1
  50. package/dist/esm/ptc-para.entry.js +123 -0
  51. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  52. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  53. package/dist/esm/ptc-scroll-button.entry.js +132 -0
  54. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  55. package/dist/esm/ptc-spacer.entry.js +34 -0
  56. package/dist/esm/ptc-title.entry.js +148 -0
  57. package/dist/esm/ptcw-design.js +1 -1
  58. package/dist/esm/{utils-ff65c75b.js → utils-63eab4bd.js} +1 -1
  59. package/dist/ptcw-design/p-01075feb.entry.js +1 -0
  60. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  61. package/dist/ptcw-design/{p-a2caf246.entry.js → p-0d992cda.entry.js} +2 -2
  62. package/dist/ptcw-design/p-1070f8a3.entry.js +1 -0
  63. package/dist/ptcw-design/p-122c54b0.entry.js +1 -0
  64. package/dist/ptcw-design/{p-ae970a60.entry.js → p-17f6e145.entry.js} +1 -1
  65. package/dist/ptcw-design/p-25a25451.entry.js +1 -0
  66. package/dist/ptcw-design/p-28371371.entry.js +1 -0
  67. package/dist/ptcw-design/{p-e4000363.entry.js → p-28be539b.entry.js} +1 -1
  68. package/dist/ptcw-design/{p-58f138a3.entry.js → p-29240ef8.entry.js} +1 -1
  69. package/dist/ptcw-design/{p-d9abe7e8.entry.js → p-48c33817.entry.js} +1 -1
  70. package/dist/ptcw-design/{p-e3f8e5d5.entry.js → p-49e54079.entry.js} +1 -1
  71. package/dist/ptcw-design/{p-2c6fc745.entry.js → p-4ee98a3e.entry.js} +1 -1
  72. package/dist/ptcw-design/{p-d10cb999.entry.js → p-627103d8.entry.js} +1 -1
  73. package/dist/ptcw-design/{p-c95f423e.entry.js → p-6a3caf2b.entry.js} +1 -1
  74. package/dist/ptcw-design/{p-7a9611b4.entry.js → p-6f5fecae.entry.js} +1 -1
  75. package/dist/ptcw-design/p-7793babb.entry.js +1 -0
  76. package/dist/ptcw-design/{p-8872161f.js → p-77b1221e.js} +1 -1
  77. package/dist/ptcw-design/{p-c37a3bd2.entry.js → p-821f0ff9.entry.js} +1 -1
  78. package/dist/ptcw-design/p-8e297cd7.entry.js +1 -0
  79. package/dist/ptcw-design/p-92d22c78.entry.js +1 -0
  80. package/dist/ptcw-design/p-94b52339.entry.js +1 -0
  81. package/dist/ptcw-design/p-9a6bd91f.entry.js +1 -0
  82. package/dist/ptcw-design/p-9e9ae28c.entry.js +1 -0
  83. package/dist/ptcw-design/p-b3bbd17d.entry.js +1 -0
  84. package/dist/ptcw-design/p-b8ee8699.entry.js +1 -0
  85. package/dist/ptcw-design/p-bf18b622.entry.js +1 -0
  86. package/dist/ptcw-design/{p-1b257420.entry.js → p-c01ea76f.entry.js} +1 -1
  87. package/dist/ptcw-design/{p-6d3326da.entry.js → p-cbee4653.entry.js} +1 -1
  88. package/dist/ptcw-design/{p-11e0edaf.entry.js → p-d2825140.entry.js} +1 -1
  89. package/dist/ptcw-design/{p-c66b8926.entry.js → p-d3229458.entry.js} +1 -1
  90. package/dist/ptcw-design/{p-da82dc93.entry.js → p-e577ad62.entry.js} +1 -1
  91. package/dist/ptcw-design/{p-808ec62a.entry.js → p-eec2f3da.entry.js} +1 -1
  92. package/dist/ptcw-design/{p-36007a57.entry.js → p-fd394e84.entry.js} +1 -1
  93. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  94. package/package.json +1 -1
  95. package/readme.md +1 -1
  96. package/dist/cjs/event-jumbotron-example_15.cjs.entry.js +0 -1369
  97. package/dist/cjs/ptc-card-bottom.cjs.entry.js +0 -46
  98. package/dist/esm/event-jumbotron-example_15.entry.js +0 -1351
  99. package/dist/esm/ptc-card-bottom.entry.js +0 -42
  100. package/dist/ptcw-design/p-56a2a9dc.entry.js +0 -1
  101. package/dist/ptcw-design/p-9e915e82.entry.js +0 -1
  102. package/dist/ptcw-design/p-a2d9831c.entry.js +0 -1
@@ -0,0 +1,134 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+
7
+ const ptcCardBottomCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}:host ::slotted([slot=seo-content]){display:none}:host(.card-tall) .ptc-card-bottom-wrapper,:host(.card-wide) .ptc-card-bottom-wrapper{position:absolute;bottom:0;left:0;padding:0 var(--ptc-element-spacing-07) var(--ptc-element-spacing-07) var(--ptc-element-spacing-06);z-index:2}:host(.card-2up) .ptc-card-bottom-wrapper{position:absolute;bottom:0;left:0;padding:0px 24px 24px 16px}:host(.card-playlist){flex:72% 2 1;align-self:center}:host(.mouse-hover-card-bottom) .ptc-card-bottom-wrapper{z-index:5;cursor:pointer}:host(.extra-tall){position:absolute;top:0;left:0}:host(.extra-tall) .ptc-card-bottom-wrapper{position:relative;top:0px;left:0px;bottom:0px;right:0px;display:flex;flex-direction:column;align-items:center;width:calc(100% - 64px);padding:var(--ptc-layout-spacing-05) var(--ptc-element-spacing-07);padding-bottom:calc(var(--ptc-layout-spacing-03) + var(--ptc-layout-spacing-05));z-index:2}@media only screen and (min-width: 768px){:host(.extra-tall) .ptc-card-bottom-wrapper{padding-bottom:var(--ptc-layout-spacing-05)}}@media only screen and (min-width: 992px){:host(.extra-tall) .ptc-card-bottom-wrapper{padding-top:var(--ptc-layout-spacing-05)}}@media only screen and (min-width: 1200px){:host(.extra-tall) .ptc-card-bottom-wrapper{padding-top:calc(var(--ptc-layout-spacing-04) + var(--ptc-layout-spacing-05))}}@media only screen and (min-width: 1440px){:host(.extra-tall) .ptc-card-bottom-wrapper{padding-top:calc(var(--ptc-layout-spacing-05) * 2)}}:host(.color-outlined) .ptc-card-bottom-wrapper{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;flex-direction:column;align-items:center;width:calc(100% - 80px);height:100%;padding:0px var(--ptc-element-spacing-08)}:host(.most-popular){padding:0 16px 14px 16px}@media only screen and (min-width: 768px){:host(.card-2up) .ptc-card-bottom-wrapper{padding:0 32px 32px 24px}}@media only screen and (min-width: 1200px){:host(.card-video-intro){flex:20% 2 1;justify-content:flex-end}:host(.card-video-intro) .ptc-card-bottom-wrapper{display:flex;justify-content:flex-end}}@media only screen and (min-width: 1440px){:host(.card-2up) .ptc-card-bottom-wrapper{width:70%}}@media only screen and (min-width: 1980px){:host(.card-2up) .ptc-card-bottom-wrapper{width:60%}}";
8
+
9
+ const PtcCardBottom = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ this.hoverEvent = index.createEvent(this, "hoverEvent", 7);
13
+ this.leaveEvent = index.createEvent(this, "leaveEvent", 7);
14
+ this.cardType = undefined;
15
+ this.styles = undefined;
16
+ }
17
+ hoverEventHandler() {
18
+ this.hoverEvent.emit();
19
+ //if statement: the card type that doesn't need a hover event
20
+ if (!this.el.classList.contains('card-video') && !this.el.classList.contains('card-playlist') && !this.el.classList.contains('extra-tall')) {
21
+ this.el.previousElementSibling.classList.add('mouse-hover');
22
+ this.el.classList.add('mouse-hover-card-bottom');
23
+ }
24
+ }
25
+ leaveEventHandler() {
26
+ this.hoverEvent.emit();
27
+ //if statement: the card type that doesn't need a hover event
28
+ if (!this.el.classList.contains('card-video') && !this.el.classList.contains('card-playlist') && !this.el.classList.contains('extra-tall')) {
29
+ this.el.previousElementSibling.classList.remove('mouse-hover');
30
+ this.el.classList.remove('mouse-hover-card-bottom');
31
+ }
32
+ }
33
+ render() {
34
+ const classMap = this.getCssClassMap();
35
+ return (index.h(index.Host, { part: "card-bottom", class: classMap, onMouseEnter: this.hoverEventHandler.bind(this), onMouseLeave: this.leaveEventHandler.bind(this) }, this.styles && index.h("style", null, this.styles), index.h("slot", { name: "slot-content" }), index.h("div", { class: "ptc-card-bottom-wrapper" }, index.h("slot", null))));
36
+ }
37
+ getCssClassMap() {
38
+ return {
39
+ [this.cardType]: this.cardType ? true : false,
40
+ };
41
+ }
42
+ get el() { return index.getElement(this); }
43
+ };
44
+ PtcCardBottom.style = ptcCardBottomCss;
45
+
46
+ const ptcCardWrapperCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}:host(.card-tall),:host(.card-wide),:host(.card-video),:host(.card-playlist),:host(.card-2up){position:relative}:host(.card-tall) a,:host(.card-wide) a,:host(.card-video) a,:host(.card-playlist) a,:host(.card-2up) a{text-decoration:none !important}:host(.card-tall) a:hover,:host(.card-wide) a:hover,:host(.card-video) a:hover,:host(.card-playlist) a:hover,:host(.card-2up) a:hover{text-decoration:none}:host(.card-tall) a:focus,:host(.card-wide) a:focus,:host(.card-video) a:focus,:host(.card-playlist) a:focus,:host(.card-2up) a:focus{outline:none;text-decoration:none}:host(.card-tall) a:focus-visible,:host(.card-wide) a:focus-visible,:host(.card-video) a:focus-visible,:host(.card-playlist) a:focus-visible,:host(.card-2up) a:focus-visible{outline:none;text-decoration:none}:host(.card-tall) a:focus-visible::before,:host(.card-wide) a:focus-visible::before,:host(.card-video) a:focus-visible::before,:host(.card-playlist) a:focus-visible::before,:host(.card-2up) a:focus-visible::before{content:\"\";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;border-radius:var(--ptc-border-radius-large);outline:5px solid var(--keyboard-nav-outline)}:host(.card-tall) a.focus-state-dark-background:focus-visible::before,:host(.card-wide) a.focus-state-dark-background:focus-visible::before,:host(.card-video) a.focus-state-dark-background:focus-visible::before,:host(.card-playlist) a.focus-state-dark-background:focus-visible::before,:host(.card-2up) a.focus-state-dark-background:focus-visible::before{border:2px solid white}:host(.card-playlist) div:not(.tracker-div),:host(.card-playlist) a{display:flex;text-decoration:none;outline:none}:host(.card-playlist) div:not(.tracker-div):hover,:host(.card-playlist) a:hover{text-decoration:none;outline:none}:host(.card-video-intro){border-bottom-left-radius:var(--ptc-border-radius-large);border-bottom-right-radius:var(--ptc-border-radius-large)}:host(.card-video-intro) div:not(.tracker-div){display:block}:host(.card-video-shadow){box-shadow:var(--ptc-shadow-x-small)}:host(.extra-tall){position:relative}:host(.extra-tall) a{position:relative;display:block;width:100%;height:100%;inset:0px}:host(.extra-tall) a::after{content:\"\";position:absolute;width:100%;height:100%;background:rgba(0, 0, 0, 0);bottom:0;left:0;border-radius:var(--ptc-border-radius-large);transition:background var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.extra-tall) a:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host(.color-outlined){position:relative;border-radius:var(--ptc-border-radius-large)}:host(.color-outlined) a:focus-visible{box-shadow:0 0 0 5px var(--keyboard-nav-outline);border-radius:var(--ptc-border-radius-standard) !important;display:block;outline:none}:host(.card-video-p){padding:var(--ptc-element-spacing-05);padding-bottom:var(--ptc-element-spacing-06)}:host(.card-m-right){margin-right:var(--ptc-element-spacing-02)}:host(.card-m-left){margin-left:var(--ptc-element-spacing-02)}:host(.extraT-overlay) a::after{background:rgba(0, 0, 0, 0.6)}@media only screen and (min-width: 768px){:host(.card-m-right){margin-right:var(--ptc-element-spacing-03)}:host(.card-m-left){margin-left:var(--ptc-element-spacing-03)}}@media only screen and (min-width: 992px){:host(.card-m-right){margin-right:var(--ptc-element-spacing-04)}:host(.card-m-left){margin-left:var(--ptc-element-spacing-04)}}@media only screen and (min-width: 1200px){:host(.card-video-intro) div:not(.tracker-div){display:flex}}:host(.result-box){width:505px;border:1px solid #6A6A6A;padding-top:56px;padding-bottom:56px;border-radius:var(--ptc-border-radius-large)}:host(.result-box) div:not(.tracker-div){display:flex;justify-content:center;align-items:center;flex-direction:column}:host(.simple-card){border-radius:var(--ptc-border-radius-standard);background-color:var(--color-white);box-shadow:var(--ptc-shadow-small);padding:var(--ptc-layout-spacing-03)}:host(.simple-card) a{text-decoration:none}:host(.simple-card) a:hover{text-decoration:none}:host(.most-popular){position:relative;margin:12px;background-color:var(--color-white)}:host(.most-popular) a{text-decoration:none}:host(.most-popular) a:hover{text-decoration:none}:host(.most-popular) a:focus-visible{box-shadow:0 0 0 5px var(--keyboard-nav-outline);border-radius:var(--ptc-border-radius-standard) !important;display:block;outline:none}:host(.disabled) a{pointer-events:none;cursor:default;text-decoration:none}";
47
+
48
+ const PtcCardPlm = class {
49
+ constructor(hostRef) {
50
+ index.registerInstance(this, hostRef);
51
+ this.hoverEvent = index.createEvent(this, "hoverEvent", 7);
52
+ this.leaveEvent = index.createEvent(this, "leaveEvent", 7);
53
+ this.squareHeightChanged = index.createEvent(this, "squareHeightChanged", 7);
54
+ this.cardType = undefined;
55
+ this.cardLink = undefined;
56
+ this.linkTitle = undefined;
57
+ this.linkTarget = '_self';
58
+ this.isLoading = false;
59
+ this.trackerId = undefined;
60
+ this.disabled = false;
61
+ this.styles = undefined;
62
+ this.darkFocusState = false;
63
+ }
64
+ handleResize() {
65
+ this.checkScreenSize();
66
+ this.emitHeight();
67
+ }
68
+ hoverEventHandler() {
69
+ if (this.el.classList.contains('extra-tall')) {
70
+ this.hoverEvent.emit();
71
+ this.el.classList.add('extraT-overlay');
72
+ }
73
+ if (this.el.classList.contains('color-outlined')) {
74
+ this.hoverEvent.emit();
75
+ const cardOverlay = this.el.querySelector('ptc-overlay');
76
+ cardOverlay.setOverlay('black-5');
77
+ }
78
+ }
79
+ leaveEventHandler() {
80
+ if (this.el.classList.contains('extra-tall')) {
81
+ this.hoverEvent.emit();
82
+ this.el.classList.remove('extraT-overlay');
83
+ }
84
+ if (this.el.classList.contains('color-outlined')) {
85
+ this.hoverEvent.emit();
86
+ const cardOverlay = this.el.querySelector('ptc-overlay');
87
+ cardOverlay.setOverlay('black-4');
88
+ }
89
+ }
90
+ componentDidLoad() {
91
+ this.checkScreenSize();
92
+ this.emitHeight();
93
+ }
94
+ render() {
95
+ const classMap = this.getCssClassMap();
96
+ const Tag = !!this.cardLink ? 'a' : 'div';
97
+ return (index.h(index.Host, Object.assign({ class: classMap }, (!this.isLoading ? { onMouseEnter: this.hoverEventHandler.bind(this) } : {}), (!this.isLoading ? { onMouseLeave: this.leaveEventHandler.bind(this) } : {})), this.styles && index.h("style", null, this.styles), index.h("div", { class: "tracker-div mf-listen", id: this.trackerId }, index.h(Tag, Object.assign({ class: `mf-listen ${this.darkFocusState ? "focus-state-dark-background" : ""}` }, (!!this.cardLink && this.cardType !== "simple-card" ? { tabindex: '0' } : { tabindex: '-1' }), (!!this.cardLink && !this.isLoading ? { href: this.cardLink } : {}), (!!this.linkTarget && !!this.cardLink && !this.isLoading ? { target: this.linkTarget } : {}), (!!this.cardLink && !this.isLoading ? { title: this.linkTitle ? this.linkTitle : this.cardLink } : {})), index.h("slot", null)))));
98
+ }
99
+ getCssClassMap() {
100
+ return {
101
+ [this.cardType]: this.cardType ? true : false,
102
+ ['disabled']: this.disabled,
103
+ };
104
+ }
105
+ emitHeight() {
106
+ const height = this.el.offsetHeight;
107
+ this.squareHeightChanged.emit(height);
108
+ }
109
+ getBtmContentHeight() {
110
+ const bottomContent = this.el.querySelector('ptc-card-bottom');
111
+ return bottomContent.offsetHeight;
112
+ }
113
+ checkScreenSize() {
114
+ if (this.cardType === 'extra-tall') {
115
+ if (window.innerWidth < 768) {
116
+ const cardContent = this.el.querySelector('ptc-card-content');
117
+ if (cardContent) {
118
+ cardContent.setHeight(this.getBtmContentHeight());
119
+ }
120
+ }
121
+ else {
122
+ const cardContent = this.el.querySelector('ptc-card-content');
123
+ if (cardContent) {
124
+ cardContent.removeInlineHeight();
125
+ }
126
+ }
127
+ }
128
+ }
129
+ get el() { return index.getElement(this); }
130
+ };
131
+ PtcCardPlm.style = ptcCardWrapperCss;
132
+
133
+ exports.ptc_card_bottom = PtcCardBottom;
134
+ exports.ptc_card_wrapper = PtcCardPlm;
@@ -0,0 +1,68 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+
7
+ const ptcCardContentCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block;height:100%}:host ::slotted([slot=seo-content]){display:none}:host(.speed-bump){border:1px solid var(--color-gray-08);border-radius:var(--ptc-border-radius-large);padding:var(--ptc-element-spacing-06) 28px var(--ptc-element-spacing-06) 28px;text-align:center}:host(.speed-bump-2){border:1px solid var(--color-gray-08);border-radius:var(--ptc-border-radius-large);padding:var(--ptc-element-spacing-07) var(--ptc-element-spacing-05);text-align:center}@media only screen and (min-width: 768px){:host(.speed-bump){text-align:left}}@media only screen and (min-width: 768px){:host(.speed-bump-2){text-align:left}}:host(.card-tall) .ptc-card-content-wrapper,:host(.card-video) .ptc-card-content-wrapper,:host(.card-wide) .ptc-card-content-wrapper,:host(.card-playlist) .ptc-card-content-wrapper{border-radius:var(--ptc-border-radius-large);position:relative}:host(.card-tall) .ptc-card-content-wrapper::before,:host(.card-video) .ptc-card-content-wrapper::before,:host(.card-wide) .ptc-card-content-wrapper::before,:host(.card-playlist) .ptc-card-content-wrapper::before{content:\"\";position:absolute;width:100%;height:100%;border-radius:var(--ptc-border-radius-large);top:0;left:0;background:transparent;z-index:1;box-shadow:var(--ptc-shadow-x-small);transition:background var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.card-tall) .ptc-card-content-wrapper::after,:host(.card-video) .ptc-card-content-wrapper::after,:host(.card-wide) .ptc-card-content-wrapper::after,:host(.card-playlist) .ptc-card-content-wrapper::after{content:url(\"data:image/svg+xml,%3Csvg width='54' height='56' viewBox='0 0 54 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_126_10476)'%3E%3Cpath d='M42 20L12 36V4L42 20Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_126_10476' x='0' y='0' width='54' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_126_10476'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_126_10476' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A\");position:absolute;opacity:0;top:52.5%;left:50%;transform:translate(-50%, -50%);z-index:2;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.extra-tall) .ptc-card-content-wrapper{border-radius:var(--ptc-border-radius-large);position:relative;box-shadow:0px 4px 4px rgba(0, 0, 0, 0.12)}:host(.card-2up) .ptc-card-content-wrapper{border-radius:var(--ptc-border-radius-large);position:relative}:host(.card-2up) .ptc-card-content-wrapper::before{content:\"\";position:absolute;width:100%;height:100%;border-radius:var(--ptc-border-radius-large);top:0;left:0;background:transparent;z-index:1;box-shadow:var(--ptc-shadow-x-small);transition:background var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.card-2up) .ptc-card-content-wrapper::after{content:\"\";position:absolute;opacity:0;top:52.5%;left:50%;transform:translate(-50%, -50%);z-index:2;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.card-playlist) .ptc-card-content-wrapper{width:112px;height:112px}:host(.card-playlist) .ptc-card-content-wrapper::before{width:112px;height:112px}:host(.card-playlist) .ptc-card-content-wrapper::after{content:url(\"data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_126_10337)'%3E%3Cpath d='M34 16L12 28V4L34 16Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_126_10337' x='0' y='0' width='46' height='48' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_126_10337'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_126_10337' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A\");width:40px;height:30px;top:50%}:host(.thumbnail-video-preview) .ptc-card-content-wrapper{cursor:pointer;position:relative}:host(.thumbnail-video-preview) .ptc-card-content-wrapper::before{content:\"\";position:absolute;width:100%;height:100%;top:0;left:0;background:transparent;z-index:1;box-shadow:var(--ptc-shadow-x-small);transition:background var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.thumbnail-video-preview) .ptc-card-content-wrapper::after{content:url(\"data:image/svg+xml,%3Csvg width='54' height='56' viewBox='0 0 54 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_126_10476)'%3E%3Cpath d='M42 20L12 36V4L42 20Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_126_10476' x='0' y='0' width='54' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_126_10476'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_126_10476' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A\");position:absolute;opacity:1;top:60%;left:50%;transform:translate(-50%, -50%);z-index:2;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.card-video) .ptc-card-content-wrapper::after{top:59.5%}:host(.mouse-hover) .ptc-card-content-wrapper::before{background:rgba(0, 0, 0, 0.6)}:host(.mouse-hover) .ptc-card-content-wrapper::after{opacity:1}:host(.card-tall) .ptc-card-content-wrapper::before,:host(.card-wide) .ptc-card-content-wrapper::before,:host(.card-2up) .ptc-card-content-wrapper::before{height:100%}:host(.card-playlist){flex:1 2 0%;margin-right:var(--ptc-element-spacing-04)}@media only screen and (min-width: 768px){:host(.card-playlist){margin-right:var(--ptc-element-spacing-03)}}@media only screen and (min-width: 992px){:host(.card-playlist) .ptc-card-content-wrapper{width:88px;height:88px}:host(.card-playlist) .ptc-card-content-wrapper::before{width:88px;height:88px}}@media only screen and (min-width: 768px){:host(.card-playlist) .ptc-card-content-wrapper{width:112px;height:112px}:host(.card-playlist) .ptc-card-content-wrapper::before{width:112px;height:112px}}@media screen and (min-width: 1981px){:host(.card-playlist){margin-right:var(--ptc-element-spacing-04)}}@media only screen and (min-width: 1200px){:host(.card-video-intro){flex:80% 8 1}}:host(.card-video) .ptc-card-content-wrapper{padding-bottom:56.25%}:host(.card-video) .ptc-card-content-wrapper ::slotted(*){position:absolute;width:100%;height:100%;top:0;left:0}:host(.card-tall) .ptc-card-content-wrapper{height:322px}:host(.card-tall) .ptc-card-content-wrapper ::slotted(*){height:322px}:host(.card-wide) .ptc-card-content-wrapper{height:268px}:host(.card-wide) .ptc-card-content-wrapper ::slotted(*){height:268px}:host(.card-2up) .ptc-card-content-wrapper{height:322px}:host(.card-2up) .ptc-card-content-wrapper ::slotted(*){height:322px}:host(.extra-tall) .ptc-card-content-wrapper{height:auto}:host(.extra-tall) .ptc-card-content-wrapper ::slotted(*){height:auto}:host(.color-outlined){border-radius:var(--ptc-border-radius-large);box-shadow:0px 4px 4px rgba(0, 0, 0, 0.12)}:host(.color-outlined) .ptc-card-content-wrapper{height:235px}:host(.color-outlined) .ptc-card-content-wrapper ::slotted(*){height:235px}@media only screen and (min-width: 480px){:host(.extra-tall) .ptc-card-content-wrapper{height:435px}:host(.extra-tall) .ptc-card-content-wrapper ::slotted(*){height:435px}}@media only screen and (min-width: 768px){:host(.card-tall) .ptc-card-content-wrapper{height:325px}:host(.card-tall) .ptc-card-content-wrapper ::slotted(*){height:325px}:host(.card-wide) .ptc-card-content-wrapper{height:268px}:host(.card-wide) .ptc-card-content-wrapper ::slotted(*){height:268px}:host(.card-2up) .ptc-card-content-wrapper{height:268px}:host(.card-2up) .ptc-card-content-wrapper ::slotted(*){height:268px}:host(.extra-tall) .ptc-card-content-wrapper{height:507px}:host(.extra-tall) .ptc-card-content-wrapper ::slotted(*){height:507px}}@media only screen and (min-width: 992px){:host(.card-tall) .ptc-card-content-wrapper{height:380px}:host(.card-tall) .ptc-card-content-wrapper ::slotted(*){height:380px}}@media only screen and (min-width: 1200px){:host(.extra-tall) .ptc-card-content-wrapper{height:663px}:host(.extra-tall) .ptc-card-content-wrapper ::slotted(*){height:663px}}@media only screen and (min-width: 1980px){:host(.card-tall) .ptc-card-content-wrapper{height:546px}:host(.card-tall) .ptc-card-content-wrapper ::slotted(*){height:546px}:host(.card-wide) .ptc-card-content-wrapper{height:376px}:host(.card-wide) .ptc-card-content-wrapper ::slotted(*){height:376px}:host(.card-2up) .ptc-card-content-wrapper{height:376px}:host(.card-2up) .ptc-card-content-wrapper ::slotted(*){height:376px}}:host(.o-red){border:2px solid var(--color-red-07)}:host(.o-green){border:2px solid var(--color-green-07)}:host(.o-slate-grey){border:2px solid var(--color-gray-07)}:host(.o-orange){border:2px solid var(--color-orange-07)}:host(.o-blue){border:2px solid var(--color-blue-07)}";
8
+
9
+ const PtcCardContent = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ this.hoverEvent = index.createEvent(this, "hoverEvent", 7);
13
+ this.leaveEvent = index.createEvent(this, "leaveEvent", 7);
14
+ this.cardType = undefined;
15
+ this.outlineColor = undefined;
16
+ this.styles = undefined;
17
+ this.isLoading = false;
18
+ }
19
+ hoverEventHandler() {
20
+ if (!this.el.classList.contains('speed-bump') &&
21
+ !this.el.classList.contains('card-video-intro') &&
22
+ !this.el.classList.contains('card-dynamic') &&
23
+ !this.el.classList.contains('extra-tall')) {
24
+ this.hoverEvent.emit();
25
+ this.el.classList.add('mouse-hover');
26
+ if (!this.el.classList.contains('card-video') && !this.el.classList.contains('card-playlist') && this.el.nextElementSibling) {
27
+ this.el.nextElementSibling.classList.add('mouse-hover-card-bottom');
28
+ }
29
+ }
30
+ }
31
+ leaveEventHandler() {
32
+ if (!this.el.classList.contains('speed-bump') &&
33
+ !this.el.classList.contains('card-video-intro') &&
34
+ !this.el.classList.contains('card-dynamic') &&
35
+ !this.el.classList.contains('extra-tall')) {
36
+ this.hoverEvent.emit();
37
+ this.el.classList.remove('mouse-hover');
38
+ if (!this.el.classList.contains('card-video') && !this.el.classList.contains('card-playlist') && this.el.nextElementSibling) {
39
+ this.el.nextElementSibling.classList.remove('mouse-hover-card-bottom');
40
+ }
41
+ }
42
+ }
43
+ async setHeight(height) {
44
+ this.el.style.height = height + 'px';
45
+ const image = this.el.querySelector('ptc-picture');
46
+ image.style.height = height + 'px';
47
+ }
48
+ async removeInlineHeight() {
49
+ this.el.style.removeProperty('height');
50
+ const image = this.el.querySelector('ptc-picture');
51
+ if (image)
52
+ image.style.removeProperty('height');
53
+ }
54
+ render() {
55
+ const classMap = this.getCssClassMap();
56
+ return (index.h(index.Host, Object.assign({ part: "card-content", class: classMap }, (!this.isLoading ? { onMouseEnter: this.hoverEventHandler.bind(this) } : {}), (!this.isLoading ? { onMouseLeave: this.leaveEventHandler.bind(this) } : {})), this.styles && index.h("style", null, this.styles), index.h("slot", { name: "slot-content" }), index.h("div", { class: "ptc-card-content-wrapper" }, index.h("slot", null))));
57
+ }
58
+ getCssClassMap() {
59
+ return {
60
+ [this.cardType]: !!this.cardType ? true : false,
61
+ [this.outlineColor]: !!this.outlineColor ? true : false,
62
+ };
63
+ }
64
+ get el() { return index.getElement(this); }
65
+ };
66
+ PtcCardContent.style = ptcCardContentCss;
67
+
68
+ exports.ptc_card_content = PtcCardContent;