@ptcwebops/ptcw-design 6.2.30-beta → 6.2.32-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 (181) hide show
  1. package/dist/cjs/{component-4dd13907.js → component-6a178a16.js} +1 -1
  2. package/dist/cjs/event-jumbotron-example.cjs.entry.js +148 -0
  3. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  4. package/dist/cjs/icon-asset.cjs.entry.js +65 -0
  5. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  6. package/dist/cjs/list-item.cjs.entry.js +48 -0
  7. package/dist/cjs/loader.cjs.js +1 -1
  8. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  9. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +47 -0
  10. package/dist/cjs/ptc-button.cjs.entry.js +87 -0
  11. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +156 -0
  12. package/dist/cjs/ptc-card-content.cjs.entry.js +76 -0
  13. package/dist/cjs/ptc-card_2.cjs.entry.js +4 -1
  14. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +275 -0
  16. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  19. package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-img.cjs.entry.js +133 -0
  21. package/dist/cjs/ptc-jumbotron.cjs.entry.js +1 -1
  22. package/dist/cjs/ptc-link.cjs.entry.js +87 -0
  23. package/dist/cjs/ptc-para.cjs.entry.js +127 -0
  24. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  25. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  26. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  27. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  29. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  30. package/dist/cjs/ptc-scroll-button.cjs.entry.js +136 -0
  31. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  32. package/dist/cjs/ptc-title.cjs.entry.js +152 -0
  33. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  34. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-white-paper.cjs.entry.js +1 -1
  36. package/dist/cjs/ptcw-design.cjs.js +1 -1
  37. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +13 -6
  38. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +9 -2
  39. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +13 -6
  40. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +13 -6
  41. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +13 -6
  42. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +13 -6
  43. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +13 -6
  44. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +13 -6
  45. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +255 -0
  46. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +3 -0
  47. package/dist/collection/components/ptc-product-card/ptc-product-card.css +13 -6
  48. package/dist/collection/components/ptc-product-category/ptc-product-category.css +13 -6
  49. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +13 -6
  50. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +13 -6
  51. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +13 -6
  52. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +13 -6
  53. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +13 -6
  54. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +13 -6
  55. package/dist/custom-elements/index.js +21 -18
  56. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  57. package/dist/esm/blog-detail-layout.entry.js +1 -1
  58. package/dist/esm/blogs-search-section.entry.js +1 -1
  59. package/dist/esm/{component-9c921cc6.js → component-80f298b4.js} +1 -1
  60. package/dist/esm/event-jumbotron-example.entry.js +144 -0
  61. package/dist/esm/featured-list.entry.js +1 -1
  62. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  63. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  64. package/dist/esm/icon-asset.entry.js +61 -0
  65. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  66. package/dist/esm/list-item.entry.js +44 -0
  67. package/dist/esm/loader.js +1 -1
  68. package/dist/esm/most-popular-news.entry.js +1 -1
  69. package/dist/esm/my-component.entry.js +1 -1
  70. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  71. package/dist/esm/ptc-background-video.entry.js +1 -1
  72. package/dist/esm/ptc-bio-card.entry.js +1 -1
  73. package/dist/esm/ptc-breadcrumb.entry.js +43 -0
  74. package/dist/esm/ptc-button.entry.js +83 -0
  75. package/dist/esm/ptc-card-bottom_2.entry.js +151 -0
  76. package/dist/esm/ptc-card-content.entry.js +72 -0
  77. package/dist/esm/ptc-card_2.entry.js +4 -1
  78. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  79. package/dist/esm/ptc-close-icon_2.entry.js +270 -0
  80. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  81. package/dist/esm/ptc-data-lookup.entry.js +1 -1
  82. package/dist/esm/ptc-featured-list.entry.js +1 -1
  83. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  84. package/dist/esm/ptc-form-checkbox_4.entry.js +2 -2
  85. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  86. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  87. package/dist/esm/ptc-icon-card.entry.js +1 -1
  88. package/dist/esm/ptc-img.entry.js +129 -0
  89. package/dist/esm/ptc-jumbotron.entry.js +1 -1
  90. package/dist/esm/ptc-link.entry.js +83 -0
  91. package/dist/esm/ptc-media-card.entry.js +1 -1
  92. package/dist/esm/ptc-para.entry.js +123 -0
  93. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  94. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  95. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  96. package/dist/esm/ptc-product-card.entry.js +1 -1
  97. package/dist/esm/ptc-product-category.entry.js +1 -1
  98. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  99. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  100. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  101. package/dist/esm/ptc-scroll-button.entry.js +132 -0
  102. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  103. package/dist/esm/ptc-spacer.entry.js +34 -0
  104. package/dist/esm/ptc-title.entry.js +148 -0
  105. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  106. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  107. package/dist/esm/ptc-white-paper.entry.js +1 -1
  108. package/dist/esm/ptcw-design.js +1 -1
  109. package/dist/esm/{utils-ff65c75b.js → utils-63eab4bd.js} +1 -1
  110. package/dist/ptcw-design/p-01075feb.entry.js +1 -0
  111. package/dist/ptcw-design/{p-b633cd89.entry.js → p-0b515839.entry.js} +1 -1
  112. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  113. package/dist/ptcw-design/p-0d223232.entry.js +1 -0
  114. package/dist/ptcw-design/p-1070f8a3.entry.js +1 -0
  115. package/dist/ptcw-design/{p-e0b873d0.entry.js → p-16e70f20.entry.js} +1 -1
  116. package/dist/ptcw-design/{p-ae970a60.entry.js → p-17f6e145.entry.js} +1 -1
  117. package/dist/ptcw-design/{p-3a011909.entry.js → p-21aa746d.entry.js} +1 -1
  118. package/dist/ptcw-design/p-25a25451.entry.js +1 -0
  119. package/dist/ptcw-design/{p-e4000363.entry.js → p-28be539b.entry.js} +1 -1
  120. package/dist/ptcw-design/{p-a3b57ede.entry.js → p-291072b4.entry.js} +1 -1
  121. package/dist/ptcw-design/p-32f64f48.entry.js +1 -0
  122. package/dist/ptcw-design/{p-20688186.entry.js → p-3dd0ded9.entry.js} +1 -1
  123. package/dist/ptcw-design/{p-aee8144b.entry.js → p-4055f4f7.entry.js} +1 -1
  124. package/dist/ptcw-design/p-43532800.entry.js +1 -0
  125. package/dist/ptcw-design/{p-85522932.entry.js → p-445329ed.entry.js} +1 -1
  126. package/dist/ptcw-design/{p-d9abe7e8.entry.js → p-48c33817.entry.js} +1 -1
  127. package/dist/ptcw-design/{p-e3f8e5d5.entry.js → p-49e54079.entry.js} +1 -1
  128. package/dist/ptcw-design/{p-2c6fc745.entry.js → p-4ee98a3e.entry.js} +1 -1
  129. package/dist/ptcw-design/{p-d10cb999.entry.js → p-627103d8.entry.js} +1 -1
  130. package/dist/ptcw-design/p-67c248ec.entry.js +1 -0
  131. package/dist/ptcw-design/{p-c95f423e.entry.js → p-6a3caf2b.entry.js} +1 -1
  132. package/dist/ptcw-design/{p-7a9611b4.entry.js → p-6f5fecae.entry.js} +1 -1
  133. package/dist/ptcw-design/p-75390f63.entry.js +1 -0
  134. package/dist/ptcw-design/p-7793babb.entry.js +1 -0
  135. package/dist/ptcw-design/{p-8872161f.js → p-77b1221e.js} +1 -1
  136. package/dist/ptcw-design/p-7fe4d383.entry.js +1 -0
  137. package/dist/ptcw-design/{p-c37a3bd2.entry.js → p-821f0ff9.entry.js} +1 -1
  138. package/dist/ptcw-design/p-92d22c78.entry.js +1 -0
  139. package/dist/ptcw-design/{p-bc62cf59.entry.js → p-94b8b3fe.entry.js} +1 -1
  140. package/dist/ptcw-design/p-9501995f.entry.js +1 -0
  141. package/dist/ptcw-design/p-99355e65.entry.js +1 -0
  142. package/dist/ptcw-design/p-ad718ee1.entry.js +1 -0
  143. package/dist/ptcw-design/p-b651c1cb.entry.js +1 -0
  144. package/dist/ptcw-design/p-b8ee8699.entry.js +1 -0
  145. package/dist/ptcw-design/p-baff4d44.entry.js +1 -0
  146. package/dist/ptcw-design/p-bd6af63e.entry.js +1 -0
  147. package/dist/ptcw-design/p-bf18b622.entry.js +1 -0
  148. package/dist/ptcw-design/{p-1b257420.entry.js → p-c01ea76f.entry.js} +1 -1
  149. package/dist/ptcw-design/{p-6d3326da.entry.js → p-cbee4653.entry.js} +1 -1
  150. package/dist/ptcw-design/{p-c66b8926.entry.js → p-d3229458.entry.js} +1 -1
  151. package/dist/ptcw-design/{p-a5c2584e.entry.js → p-d361afd1.entry.js} +1 -1
  152. package/dist/ptcw-design/p-d3e2a446.entry.js +1 -0
  153. package/dist/ptcw-design/{p-076a1178.entry.js → p-d73cc053.entry.js} +1 -1
  154. package/dist/ptcw-design/p-e2a935fa.entry.js +1 -0
  155. package/dist/ptcw-design/{p-da82dc93.entry.js → p-e577ad62.entry.js} +1 -1
  156. package/dist/ptcw-design/p-e6a272d9.entry.js +1 -0
  157. package/dist/ptcw-design/{p-1118ed9e.entry.js → p-e8e39b10.entry.js} +1 -1
  158. package/dist/ptcw-design/{p-808ec62a.entry.js → p-eec2f3da.entry.js} +1 -1
  159. package/dist/ptcw-design/{p-36007a57.entry.js → p-fd394e84.entry.js} +1 -1
  160. package/dist/ptcw-design/p-fe40421e.entry.js +1 -0
  161. package/dist/ptcw-design/ptcw-design.css +1 -1
  162. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  163. package/package.json +1 -1
  164. package/readme.md +1 -1
  165. package/dist/cjs/event-jumbotron-example_15.cjs.entry.js +0 -1433
  166. package/dist/cjs/ptc-card-bottom.cjs.entry.js +0 -67
  167. package/dist/esm/event-jumbotron-example_15.entry.js +0 -1415
  168. package/dist/esm/ptc-card-bottom.entry.js +0 -63
  169. package/dist/ptcw-design/p-18c567cb.entry.js +0 -1
  170. package/dist/ptcw-design/p-275963f5.entry.js +0 -1
  171. package/dist/ptcw-design/p-3377162c.entry.js +0 -1
  172. package/dist/ptcw-design/p-3860e022.entry.js +0 -1
  173. package/dist/ptcw-design/p-5764bb89.entry.js +0 -1
  174. package/dist/ptcw-design/p-5a0dabad.entry.js +0 -1
  175. package/dist/ptcw-design/p-672722b1.entry.js +0 -1
  176. package/dist/ptcw-design/p-7f4e4bdc.entry.js +0 -1
  177. package/dist/ptcw-design/p-9fe0c27d.entry.js +0 -1
  178. package/dist/ptcw-design/p-d899dd7c.entry.js +0 -1
  179. package/dist/ptcw-design/p-f29df451.entry.js +0 -1
  180. package/dist/ptcw-design/p-fa6edf0f.entry.js +0 -1
  181. /package/dist/ptcw-design/{p-bcab66bf.js → p-672a349f.js} +0 -0
@@ -0,0 +1,156 @@
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
+ if (this.el.classList.contains('event-podcast')) {
25
+ this.addClassOnDefaultSlot();
26
+ }
27
+ }
28
+ leaveEventHandler() {
29
+ this.hoverEvent.emit();
30
+ //if statement: the card type that doesn't need a hover event
31
+ if (!this.el.classList.contains('card-video') && !this.el.classList.contains('card-playlist') && !this.el.classList.contains('extra-tall')) {
32
+ this.el.previousElementSibling.classList.remove('mouse-hover');
33
+ this.el.classList.remove('mouse-hover-card-bottom');
34
+ }
35
+ if (this.el.classList.contains('event-podcast')) {
36
+ this.removeClassOnDefaultSlot();
37
+ }
38
+ }
39
+ async addClassOnDefaultSlot() {
40
+ const slot = this.el.shadowRoot.querySelector('slot:not([name])');
41
+ console.log('slot: ' + slot);
42
+ const assignedElements = slot.assignedElements();
43
+ assignedElements.forEach((ele) => {
44
+ !ele.classList.contains('event-podcast') && ele.classList.add('event-podcast');
45
+ });
46
+ }
47
+ async removeClassOnDefaultSlot() {
48
+ const slot = this.el.shadowRoot.querySelector('slot:not([name])');
49
+ const assignedElements = slot.assignedElements();
50
+ assignedElements.forEach((ele) => {
51
+ ele.classList.contains('event-podcast') && ele.classList.remove('event-podcast');
52
+ });
53
+ }
54
+ render() {
55
+ const classMap = this.getCssClassMap();
56
+ 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))));
57
+ }
58
+ getCssClassMap() {
59
+ return {
60
+ [this.cardType]: this.cardType ? true : false,
61
+ };
62
+ }
63
+ get el() { return index.getElement(this); }
64
+ };
65
+ PtcCardBottom.style = ptcCardBottomCss;
66
+
67
+ 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);border:2px solid white;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;border:2px solid white;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}:host(.event-podcast) 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}";
68
+
69
+ const PtcCardPlm = class {
70
+ constructor(hostRef) {
71
+ index.registerInstance(this, hostRef);
72
+ this.hoverEvent = index.createEvent(this, "hoverEvent", 7);
73
+ this.leaveEvent = index.createEvent(this, "leaveEvent", 7);
74
+ this.squareHeightChanged = index.createEvent(this, "squareHeightChanged", 7);
75
+ this.cardType = undefined;
76
+ this.cardLink = undefined;
77
+ this.linkTitle = undefined;
78
+ this.linkTarget = '_self';
79
+ this.isLoading = false;
80
+ this.trackerId = undefined;
81
+ this.disabled = false;
82
+ this.hideLinkTitle = false;
83
+ this.styles = undefined;
84
+ this.darkFocusState = false;
85
+ }
86
+ handleResize() {
87
+ this.checkScreenSize();
88
+ this.emitHeight();
89
+ }
90
+ hoverEventHandler() {
91
+ if (this.el.classList.contains('extra-tall')) {
92
+ this.hoverEvent.emit();
93
+ this.el.classList.add('extraT-overlay');
94
+ }
95
+ if (this.el.classList.contains('color-outlined')) {
96
+ this.hoverEvent.emit();
97
+ const cardOverlay = this.el.querySelector('ptc-overlay');
98
+ cardOverlay.setOverlay('black-5');
99
+ }
100
+ }
101
+ leaveEventHandler() {
102
+ if (this.el.classList.contains('extra-tall')) {
103
+ this.hoverEvent.emit();
104
+ this.el.classList.remove('extraT-overlay');
105
+ }
106
+ if (this.el.classList.contains('color-outlined')) {
107
+ this.hoverEvent.emit();
108
+ const cardOverlay = this.el.querySelector('ptc-overlay');
109
+ cardOverlay.setOverlay('black-4');
110
+ }
111
+ }
112
+ componentDidLoad() {
113
+ this.checkScreenSize();
114
+ this.emitHeight();
115
+ }
116
+ render() {
117
+ const classMap = this.getCssClassMap();
118
+ const Tag = !!this.cardLink ? 'a' : 'div';
119
+ 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 && !this.hideLinkTitle ? { title: this.linkTitle ? this.linkTitle : this.cardLink } : {})), index.h("slot", null)))));
120
+ }
121
+ getCssClassMap() {
122
+ return {
123
+ [this.cardType]: this.cardType ? true : false,
124
+ ['disabled']: this.disabled,
125
+ };
126
+ }
127
+ emitHeight() {
128
+ const height = this.el.offsetHeight;
129
+ this.squareHeightChanged.emit(height);
130
+ }
131
+ getBtmContentHeight() {
132
+ const bottomContent = this.el.querySelector('ptc-card-bottom');
133
+ return bottomContent.offsetHeight;
134
+ }
135
+ checkScreenSize() {
136
+ if (this.cardType === 'extra-tall') {
137
+ if (window.innerWidth < 768) {
138
+ const cardContent = this.el.querySelector('ptc-card-content');
139
+ if (cardContent) {
140
+ cardContent.setHeight(this.getBtmContentHeight());
141
+ }
142
+ }
143
+ else {
144
+ const cardContent = this.el.querySelector('ptc-card-content');
145
+ if (cardContent) {
146
+ cardContent.removeInlineHeight();
147
+ }
148
+ }
149
+ }
150
+ }
151
+ get el() { return index.getElement(this); }
152
+ };
153
+ PtcCardPlm.style = ptcCardWrapperCss;
154
+
155
+ exports.ptc_card_bottom = PtcCardBottom;
156
+ exports.ptc_card_wrapper = PtcCardPlm;
@@ -0,0 +1,76 @@
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
+ if (this.el.classList.contains('event-podcast')) {
31
+ const bottomComponent = this.el.nextElementSibling;
32
+ bottomComponent.addClassOnDefaultSlot();
33
+ }
34
+ }
35
+ leaveEventHandler() {
36
+ if (!this.el.classList.contains('speed-bump') &&
37
+ !this.el.classList.contains('card-video-intro') &&
38
+ !this.el.classList.contains('card-dynamic') &&
39
+ !this.el.classList.contains('extra-tall')) {
40
+ this.hoverEvent.emit();
41
+ this.el.classList.remove('mouse-hover');
42
+ if (!this.el.classList.contains('card-video') && !this.el.classList.contains('card-playlist') && this.el.nextElementSibling) {
43
+ this.el.nextElementSibling.classList.remove('mouse-hover-card-bottom');
44
+ }
45
+ }
46
+ if (this.el.classList.contains('event-podcast')) {
47
+ const bottomComponent = this.el.nextElementSibling;
48
+ bottomComponent.removeClassOnDefaultSlot();
49
+ }
50
+ }
51
+ async setHeight(height) {
52
+ this.el.style.height = height + 'px';
53
+ const image = this.el.querySelector('ptc-picture');
54
+ image.style.height = height + 'px';
55
+ }
56
+ async removeInlineHeight() {
57
+ this.el.style.removeProperty('height');
58
+ const image = this.el.querySelector('ptc-picture');
59
+ if (image)
60
+ image.style.removeProperty('height');
61
+ }
62
+ render() {
63
+ const classMap = this.getCssClassMap();
64
+ 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))));
65
+ }
66
+ getCssClassMap() {
67
+ return {
68
+ [this.cardType]: !!this.cardType ? true : false,
69
+ [this.outlineColor]: !!this.outlineColor ? true : false,
70
+ };
71
+ }
72
+ get el() { return index.getElement(this); }
73
+ };
74
+ PtcCardContent.style = ptcCardContentCss;
75
+
76
+ exports.ptc_card_content = PtcCardContent;