@ptcwebops/ptcw-design 6.3.59-beta → 6.3.61-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 (196) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/ptc-button.cjs.entry.js +89 -0
  3. package/dist/cjs/ptc-card_2.cjs.entry.js +3 -2
  4. package/dist/cjs/ptc-img.cjs.entry.js +85 -8
  5. package/dist/cjs/ptc-jumbotron.cjs.entry.js +6 -2
  6. package/dist/cjs/ptc-para.cjs.entry.js +127 -0
  7. package/dist/cjs/ptc-picture.cjs.entry.js +162 -0
  8. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  9. package/dist/cjs/ptc-title.cjs.entry.js +152 -0
  10. package/dist/cjs/ptcw-design.cjs.js +1 -1
  11. package/dist/collection/components/ptc-card/ptc-card.js +21 -2
  12. package/dist/collection/components/ptc-img/ptc-img.css +47 -0
  13. package/dist/collection/components/ptc-img/ptc-img.js +129 -7
  14. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +24 -2
  15. package/dist/collection/stories/ResponsiveWrapper.stories.js +21 -0
  16. package/dist/collection/stories/organisms/ptc/Academic Form/preview.stories.js +22 -0
  17. package/dist/collection/stories/organisms/ptc/All Products/preview.stories.js +1616 -0
  18. package/dist/collection/stories/organisms/ptc/Announcement/preview.stories.js +58 -0
  19. package/dist/collection/stories/organisms/ptc/Background Video/preview.stories.js +58 -0
  20. package/dist/collection/stories/organisms/ptc/Blog Author Listing/preview.stories.js +32 -0
  21. package/dist/collection/stories/organisms/ptc/Blog Content/preview.stories.js +317 -0
  22. package/dist/collection/stories/organisms/ptc/Blog Detail/preview.stories.js +500 -0
  23. package/dist/collection/stories/organisms/ptc/Blogs Listing Page/preview.stories.js +368 -0
  24. package/dist/collection/stories/organisms/ptc/Bureau New Dynamic/preview.stories.js +54 -0
  25. package/dist/collection/stories/organisms/ptc/Case Studies/preview.stories.js +243 -0
  26. package/dist/collection/stories/organisms/ptc/Case Studies Detail Page/preview.stories.js +456 -0
  27. package/dist/collection/stories/organisms/ptc/Case Studies Slider/preview.stories.js +384 -0
  28. package/dist/collection/stories/organisms/ptc/Case Studies Slider New/preview.stories.js +171 -0
  29. package/dist/collection/stories/organisms/ptc/Clq Modal Quiz/preview.stories.js +100 -0
  30. package/dist/collection/stories/organisms/ptc/Contact Free Trial Form/preview.stories.js +22 -0
  31. package/dist/collection/stories/organisms/ptc/Countdown Example/preview.stories.js +29 -0
  32. package/dist/collection/stories/organisms/ptc/E Store Build Listing/preview.stories.js +543 -0
  33. package/dist/collection/stories/organisms/ptc/E Store Build Product/preview.stories.js +427 -0
  34. package/dist/collection/stories/organisms/ptc/Eloqua Library Contact Info/preview.stories.js +168 -0
  35. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor PCenter/preview.stories.js +60 -0
  36. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor Recipient Id/preview.stories.js +59 -0
  37. package/dist/collection/stories/organisms/ptc/Embedded Form/preview.stories.js +23 -0
  38. package/dist/collection/stories/organisms/ptc/Embedded Form Floating/preview.stories.js +165 -0
  39. package/dist/collection/stories/organisms/ptc/Event Detail/preview.stories.js +16 -0
  40. package/dist/collection/stories/organisms/ptc/Event Jumbotron/preview.stories.js +470 -0
  41. package/dist/collection/stories/organisms/ptc/Event Podcast Slider/preview.stories.js +142 -0
  42. package/dist/collection/stories/organisms/ptc/Events Listing Cards/preview.stories.js +169 -0
  43. package/dist/collection/stories/organisms/ptc/Events Listing Cards Horizontal/preview.stories.js +169 -0
  44. package/dist/collection/stories/organisms/ptc/Featured Events Slider/preview.stories.js +165 -0
  45. package/dist/collection/stories/organisms/ptc/Featured List/preview.stories.js +16 -0
  46. package/dist/collection/stories/organisms/ptc/Filter Level Theater/preview.stories.js +18 -0
  47. package/dist/collection/stories/organisms/ptc/Five Card Value Prop/preview.stories.js +64 -0
  48. package/dist/collection/stories/organisms/ptc/Footer Form/preview.stories.js +18 -0
  49. package/dist/collection/stories/organisms/ptc/Footer V2/preview.stories.js +138 -0
  50. package/dist/collection/stories/organisms/ptc/Footer V2 Cn/preview.stories.js +146 -0
  51. package/dist/collection/stories/organisms/ptc/Form Radio Button/preview.stories.js +42 -0
  52. package/dist/collection/stories/organisms/ptc/Framed Video 16 9/preview.stories.js +31 -0
  53. package/dist/collection/stories/organisms/ptc/Homepage Image Feature/preview.stories.js +41 -0
  54. package/dist/collection/stories/organisms/ptc/Homepage Jumbotron/preview.stories.js +166 -0
  55. package/dist/collection/stories/organisms/ptc/Homepage Toggled Content/preview.stories.js +227 -0
  56. package/dist/collection/stories/organisms/ptc/Hub Of Hubs/preview.stories.js +417 -0
  57. package/dist/collection/stories/organisms/ptc/Intro/preview.stories.js +41 -0
  58. package/dist/collection/stories/organisms/ptc/Jumbotron/preview.stories.js +431 -0
  59. package/dist/collection/stories/organisms/ptc/Jumbotron With Logos/preview.stories.js +431 -0
  60. package/dist/collection/stories/organisms/ptc/Large Bulleted List/preview.stories.js +224 -0
  61. package/dist/collection/stories/organisms/ptc/Large Bulleted List V2/preview.stories.js +326 -0
  62. package/dist/collection/stories/organisms/ptc/Listing Filter/preview.stories.js +256 -0
  63. package/dist/collection/stories/organisms/ptc/Main Nav Product Solutions Tab/preview.stories.js +200 -0
  64. package/dist/collection/stories/organisms/ptc/Mathcad Start Page/preview.stories.js +100 -0
  65. package/dist/collection/stories/organisms/ptc/Media Kit Speed Bump/preview.stories.js +39 -0
  66. package/dist/collection/stories/organisms/ptc/Most Popular News/preview.stories.js +28 -0
  67. package/dist/collection/stories/organisms/ptc/Mvc Form/preview.stories.js +22 -0
  68. package/dist/collection/stories/organisms/ptc/New Buttons/preview.stories.js +125 -0
  69. package/dist/collection/stories/organisms/ptc/Partners Detail/preview.stories.js +151 -0
  70. package/dist/collection/stories/organisms/ptc/Partners Listing/preview.stories.js +394 -0
  71. package/dist/collection/stories/organisms/ptc/Pdf Portal/preview.stories.js +140 -0
  72. package/dist/collection/stories/organisms/ptc/Plm On Demand 1/preview.stories.js +205 -0
  73. package/dist/collection/stories/organisms/ptc/Plm On Demand 2/preview.stories.js +180 -0
  74. package/dist/collection/stories/organisms/ptc/Podcast List/preview.stories.js +175 -0
  75. package/dist/collection/stories/organisms/ptc/Preference Center/preview.stories.js +235 -0
  76. package/dist/collection/stories/organisms/ptc/Preference Center Exit Page/preview.stories.js +85 -0
  77. package/dist/collection/stories/organisms/ptc/Preference Center Update Email/preview.stories.js +54 -0
  78. package/dist/collection/stories/organisms/ptc/Preference Center Update Personal Info/preview.stories.js +59 -0
  79. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table/preview.stories.js +399 -0
  80. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table Subnav/preview.stories.js +179 -0
  81. package/dist/collection/stories/organisms/ptc/Ptc 3 Card Value Prop/preview.stories.js +46 -0
  82. package/dist/collection/stories/organisms/ptc/Ptc Bio Cards/preview.stories.js +741 -0
  83. package/dist/collection/stories/organisms/ptc/Ptc Creo Start Page/preview.stories.js +111 -0
  84. package/dist/collection/stories/organisms/ptc/Ptc Editorial/preview.stories.js +84 -0
  85. package/dist/collection/stories/organisms/ptc/Ptc Form/preview.stories.js +18 -0
  86. package/dist/collection/stories/organisms/ptc/Ptc Icon Card Slider/preview.stories.js +121 -0
  87. package/dist/collection/stories/organisms/ptc/Ptc Icon Component/preview.stories.js +185 -0
  88. package/dist/collection/stories/organisms/ptc/Ptc Icon Sprites/preview.stories.js +150 -0
  89. package/dist/collection/stories/organisms/ptc/Ptc Innovator Toggle/preview.stories.js +421 -0
  90. package/dist/collection/stories/organisms/ptc/Ptc Media Cards/preview.stories.js +133 -0
  91. package/dist/collection/stories/organisms/ptc/Ptc News Detail/preview.stories.js +142 -0
  92. package/dist/collection/stories/organisms/ptc/Ptc News Detail Alternate/preview.stories.js +140 -0
  93. package/dist/collection/stories/organisms/ptc/Ptc Offices/preview.stories.js +405 -0
  94. package/dist/collection/stories/organisms/ptc/Ptc Readmore V3/preview.stories.js +71 -0
  95. package/dist/collection/stories/organisms/ptc/Ptc Showcase Card/preview.stories.js +177 -0
  96. package/dist/collection/stories/organisms/ptc/Ptc Sticky Share Icons/preview.stories.js +184 -0
  97. package/dist/collection/stories/organisms/ptc/Ptc Subnav V1/preview.stories.js +149 -0
  98. package/dist/collection/stories/organisms/ptc/Ptc Subnav V2/preview.stories.js +91 -0
  99. package/dist/collection/stories/organisms/ptc/Ptc Text Copy With Background/preview.stories.js +226 -0
  100. package/dist/collection/stories/organisms/ptc/Ptc Title Demo/preview.stories.js +24 -0
  101. package/dist/collection/stories/organisms/ptc/Ptc Tooltip V3/preview.stories.js +85 -0
  102. package/dist/collection/stories/organisms/ptc/Ptc Two Column Two Media/preview.stories.js +126 -0
  103. package/dist/collection/stories/organisms/ptc/Read More/preview.stories.js +278 -0
  104. package/dist/collection/stories/organisms/ptc/Related Cards/preview.stories.js +107 -0
  105. package/dist/collection/stories/organisms/ptc/Resource Center/preview.stories.js +149 -0
  106. package/dist/collection/stories/organisms/ptc/Search Result/preview.stories.js +62 -0
  107. package/dist/collection/stories/organisms/ptc/Search Result News/preview.stories.js +72 -0
  108. package/dist/collection/stories/organisms/ptc/Searchbar Plm On Demand/preview.stories.js +62 -0
  109. package/dist/collection/stories/organisms/ptc/Seo Test/preview.stories.js +215 -0
  110. package/dist/collection/stories/organisms/ptc/Sequential Slider/preview.stories.js +38 -0
  111. package/dist/collection/stories/organisms/ptc/Sequential Slider Mobile/preview.stories.js +90 -0
  112. package/dist/collection/stories/organisms/ptc/Shortform Agileworx/preview.stories.js +22 -0
  113. package/dist/collection/stories/organisms/ptc/Storefront Enhanced Product Listing/preview.stories.js +132 -0
  114. package/dist/collection/stories/organisms/ptc/Success Path Details Page/preview.stories.js +236 -0
  115. package/dist/collection/stories/organisms/ptc/Three Column Text/preview.stories.js +75 -0
  116. package/dist/collection/stories/organisms/ptc/Three Up Text Cards/preview.stories.js +134 -0
  117. package/dist/collection/stories/organisms/ptc/Two Column Media/preview.stories.js +181 -0
  118. package/dist/collection/stories/organisms/ptc/Two Column With Toggle/preview.stories.js +549 -0
  119. package/dist/collection/stories/organisms/ptc/Value Led Resource/preview.stories.js +479 -0
  120. package/dist/collection/stories/organisms/ptc/Volvo Three Col/preview.stories.js +115 -0
  121. package/dist/collection/stories/organisms/ptc/Vuforia Quiz/preview.stories.js +26 -0
  122. package/dist/collection/stories/organisms/ptc/White Paper/preview.stories.js +174 -0
  123. package/dist/custom-elements/index.js +97 -15
  124. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  125. package/dist/esm/blog-detail-layout.entry.js +1 -1
  126. package/dist/esm/blogs-search-section.entry.js +1 -1
  127. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  128. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  129. package/dist/esm/{interfaces-7c0243be.js → interfaces-4caedd26.js} +1 -1
  130. package/dist/esm/loader.js +1 -1
  131. package/dist/esm/most-popular-news.entry.js +1 -1
  132. package/dist/esm/my-component.entry.js +1 -1
  133. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  134. package/dist/esm/ptc-background-video.entry.js +1 -1
  135. package/dist/esm/ptc-button.entry.js +85 -0
  136. package/dist/esm/ptc-card_2.entry.js +3 -2
  137. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  138. package/dist/esm/ptc-form-checkbox_4.entry.js +1 -1
  139. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  140. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  141. package/dist/esm/ptc-icon-card.entry.js +1 -1
  142. package/dist/esm/ptc-img.entry.js +86 -9
  143. package/dist/esm/ptc-jumbotron.entry.js +6 -2
  144. package/dist/esm/ptc-link.entry.js +1 -1
  145. package/dist/esm/ptc-media-card.entry.js +1 -1
  146. package/dist/esm/ptc-para.entry.js +123 -0
  147. package/dist/esm/ptc-picture.entry.js +158 -0
  148. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  149. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  150. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  151. package/dist/esm/ptc-spacer.entry.js +34 -0
  152. package/dist/esm/ptc-title.entry.js +148 -0
  153. package/dist/esm/ptcw-design.js +1 -1
  154. package/dist/esm/{utils-7c68b88a.js → utils-2f12c081.js} +1 -1
  155. package/dist/ptcw-design/p-0c4918f5.entry.js +1 -0
  156. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  157. package/dist/ptcw-design/{p-dffcfa42.entry.js → p-14b7693f.entry.js} +1 -1
  158. package/dist/ptcw-design/{p-30bfb2f9.entry.js → p-1eb40265.entry.js} +1 -1
  159. package/dist/ptcw-design/{p-068ea6b7.entry.js → p-1efb0486.entry.js} +1 -1
  160. package/dist/ptcw-design/{p-673cfd2e.entry.js → p-257267e3.entry.js} +1 -1
  161. package/dist/ptcw-design/{p-4056c365.entry.js → p-297a14cb.entry.js} +1 -1
  162. package/dist/ptcw-design/p-2cc7e2a8.entry.js +1 -0
  163. package/dist/ptcw-design/{p-16d47ac5.entry.js → p-45b1f3fc.entry.js} +1 -1
  164. package/dist/ptcw-design/{p-81e65926.entry.js → p-4702c233.entry.js} +1 -1
  165. package/dist/ptcw-design/{p-531caca4.entry.js → p-4ca956c1.entry.js} +1 -1
  166. package/dist/ptcw-design/{p-55e344bc.entry.js → p-52e17d34.entry.js} +1 -1
  167. package/dist/ptcw-design/p-539639ff.entry.js +1 -0
  168. package/dist/ptcw-design/{p-ee1183b2.js → p-711bcdad.js} +1 -1
  169. package/dist/ptcw-design/{p-e813ea2b.entry.js → p-76dab076.entry.js} +1 -1
  170. package/dist/ptcw-design/{p-826c17e8.js → p-80122e26.js} +1 -1
  171. package/dist/ptcw-design/{p-a5ad0eff.entry.js → p-8c121480.entry.js} +1 -1
  172. package/dist/ptcw-design/{p-5bd8b4be.entry.js → p-8cea8943.entry.js} +1 -1
  173. package/dist/ptcw-design/{p-757e3edb.entry.js → p-8e42a22d.entry.js} +1 -1
  174. package/dist/ptcw-design/{p-0252726c.entry.js → p-901c31b3.entry.js} +1 -1
  175. package/dist/ptcw-design/{p-2ba1ef9d.entry.js → p-9dbcfcee.entry.js} +1 -1
  176. package/dist/ptcw-design/{p-24a6eefa.entry.js → p-a5fc048f.entry.js} +1 -1
  177. package/dist/ptcw-design/p-a8872ce3.entry.js +1 -0
  178. package/dist/ptcw-design/{p-50770cc0.entry.js → p-b647f7a1.entry.js} +1 -1
  179. package/dist/ptcw-design/{p-80588c84.entry.js → p-d51438de.entry.js} +1 -1
  180. package/dist/ptcw-design/p-e4eb925f.entry.js +1 -0
  181. package/dist/ptcw-design/p-e94353a4.entry.js +1 -0
  182. package/dist/ptcw-design/{p-37c4f168.entry.js → p-f1734520.entry.js} +1 -1
  183. package/dist/ptcw-design/p-ff4d3794.entry.js +1 -0
  184. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  185. package/dist/types/components/ptc-card/ptc-card.d.ts +1 -0
  186. package/dist/types/components/ptc-img/ptc-img.d.ts +29 -1
  187. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +5 -0
  188. package/dist/types/components.d.ts +26 -0
  189. package/package.json +1 -1
  190. package/readme.md +1 -1
  191. package/dist/cjs/ptc-button_5.cjs.entry.js +0 -542
  192. package/dist/esm/ptc-button_5.entry.js +0 -534
  193. package/dist/ptcw-design/p-0529caaa.entry.js +0 -1
  194. package/dist/ptcw-design/p-5ca42138.entry.js +0 -1
  195. package/dist/ptcw-design/p-a3977a9e.entry.js +0 -1
  196. package/dist/ptcw-design/p-e9c5e74e.entry.js +0 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-63ddc79c.js');
6
6
  const interfaces = require('./interfaces-574e6df7.js');
7
7
 
8
- const ptcImgCss = "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}}.smart-bg{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.smart-img{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-standard-top{border-top-left-radius:var(--ptc-border-radius-standard);border-top-right-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.radius-large-top{border-top-left-radius:var(--ptc-border-radius-large);border-top-right-radius:var(--ptc-border-radius-large)}.lazy-bg{background-image:none !important;background-color:var(--color-gray-03)}@media only screen and (min-width: 768px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media only screen and (min-width: 768px){.hidden-lg{display:none !important}}";
8
+ const ptcImgCss = "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}}.smart-bg{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.smart-img{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-standard-top{border-top-left-radius:var(--ptc-border-radius-standard);border-top-right-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.radius-large-top{border-top-left-radius:var(--ptc-border-radius-large);border-top-right-radius:var(--ptc-border-radius-large)}.lazy-bg{background-image:none !important;background-color:var(--color-gray-03)}@media only screen and (min-width: 768px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media only screen and (min-width: 768px){.hidden-lg{display:none !important}}.lazy-bg{background-image:none !important;background-color:var(--color-gray-03)}.ptc-img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center center}img{width:100%;height:auto;display:block}.low-quality,.medium-quality,.high-quality{position:absolute;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center center;transition:opacity 0.5s ease-in-out}.low-quality{z-index:1}.medium-quality{z-index:2;opacity:0}.high-quality{z-index:3;opacity:0}";
9
9
 
10
10
  const PtcImg = class {
11
11
  constructor(hostRef) {
@@ -19,26 +19,93 @@ const PtcImg = class {
19
19
  this.borderRadius = '';
20
20
  this.loadMode = 'lazy-bg';
21
21
  this.styles = undefined;
22
+ this.enableLazyLoad = false;
23
+ this.delay = 2000;
24
+ this.bgSrcLazy = undefined;
25
+ this.bgSrcMedium = undefined;
26
+ this.bgSrcHigh = undefined;
27
+ this.isInViewport = false;
28
+ this.isImageUpgraded = false;
22
29
  }
23
- /**
24
- * Image Z Index
25
- */
26
- // @Prop() imageZIndex: 'z-index-auto' | 'z-index-n-2' | 'z-index-n-1' | 'z-index-p-1' | 'z-index-p-2' = 'z-index-auto';
27
30
  WindowResize() {
28
31
  this.setResponsiveBg();
29
32
  }
30
33
  render() {
31
34
  const classMap = this.getCssClassMap();
32
- return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap, "data-xs": `${this.imgUrl}`, "data-sm": `${this.imgUrl}`, "data-md": `${this.imgUrl}`, "data-lg": `${this.imgUrl}` }, this.imageType == 'smart-bg' ? index.h("slot", null) : null)));
35
+ if (this.enableLazyLoad && this.imgUrl) {
36
+ // Lazy loading functionality
37
+ return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap }, index.h("div", { class: "low-quality", style: {
38
+ backgroundImage: `url(${this.bgSrcLazy})`,
39
+ opacity: '1',
40
+ transition: 'opacity 0.5s ease-in-out',
41
+ } }), index.h("div", { class: "medium-quality", style: {
42
+ backgroundImage: `url(${this.bgSrcMedium})`,
43
+ opacity: '0',
44
+ transition: 'opacity 0.5s ease-in-out',
45
+ } }), index.h("div", { class: "high-quality", style: {
46
+ backgroundImage: `url(${this.bgSrcHigh})`,
47
+ opacity: '0',
48
+ transition: 'opacity 0.5s ease-in-out',
49
+ } }), this.imageType == 'smart-bg' ? index.h("slot", null) : null)));
50
+ }
51
+ else {
52
+ return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap, "data-xs": this.bgSrcLazy || this.imgUrl, "data-sm": this.bgSrcLazy || this.imgUrl, "data-md": this.bgSrcLazy || this.imgUrl, "data-lg": this.bgSrcLazy || this.imgUrl, style: { backgroundImage: `url(${this.bgSrcLazy || this.imgUrl})` } }, this.imageType == 'smart-bg' ? index.h("slot", null) : null)));
53
+ }
54
+ }
55
+ componentWillLoad() {
56
+ if (this.enableLazyLoad) {
57
+ this.isInViewport = false;
58
+ }
59
+ if (this.enableLazyLoad && this.imgUrl) {
60
+ this.bgSrcLazy = this.getImageUrl('lq');
61
+ this.bgSrcMedium = this.getImageUrl('mq');
62
+ this.bgSrcHigh = this.getImageUrl('hq');
63
+ }
64
+ else {
65
+ console.warn('Image URL is undefined or invalid.');
66
+ this.bgSrcLazy = '';
67
+ this.bgSrcMedium = '';
68
+ this.bgSrcHigh = '';
69
+ }
33
70
  }
34
71
  componentDidLoad() {
35
72
  this.addIntersectionObserver();
36
73
  this.setResponsiveBg();
74
+ if (this.enableLazyLoad && this.imgUrl) {
75
+ const that = this;
76
+ setTimeout(() => {
77
+ that.upgradeImageQuality();
78
+ }, that.delay);
79
+ }
37
80
  }
38
81
  componentWillUpdate() {
39
82
  this.addIntersectionObserver();
40
83
  this.setResponsiveBg();
41
84
  }
85
+ upgradeImageQuality() {
86
+ if (this.isInViewport && !this.isImageUpgraded) {
87
+ console.log('Low-quality image is visible.');
88
+ this.isImageUpgraded = true;
89
+ setTimeout(() => {
90
+ const mediumLayer = this.el.querySelector('.medium-quality');
91
+ if (mediumLayer) {
92
+ mediumLayer.style.opacity = '1';
93
+ console.log('Medium-quality image is now visible.');
94
+ }
95
+ setTimeout(() => {
96
+ const highLayer = this.el.querySelector('.high-quality');
97
+ if (highLayer) {
98
+ highLayer.style.opacity = '1';
99
+ console.log('High-quality image is now visible.');
100
+ }
101
+ if (mediumLayer) {
102
+ mediumLayer.style.opacity = '0';
103
+ console.log('Medium-quality image is hidden.');
104
+ }
105
+ }, this.delay);
106
+ }, this.delay / 2);
107
+ }
108
+ }
42
109
  //responsive image
43
110
  setResponsiveBg() {
44
111
  // Define local variables
@@ -66,12 +133,14 @@ const PtcImg = class {
66
133
  }
67
134
  if ('IntersectionObserver' in window) {
68
135
  let lazyLoadBgs = (this.el || document).querySelectorAll('.lazy-bg');
69
- let bgObserver = new IntersectionObserver(entries => {
70
- entries.forEach(entry => {
136
+ let bgObserver = new IntersectionObserver((entries) => {
137
+ entries.forEach((entry) => {
71
138
  if (entry.isIntersecting) {
72
139
  const image = entry.target;
73
140
  image.classList.remove('lazy-bg');
74
141
  bgObserver.unobserve(image);
142
+ this.isInViewport = true;
143
+ this.upgradeImageQuality();
75
144
  }
76
145
  });
77
146
  });
@@ -80,6 +149,14 @@ const PtcImg = class {
80
149
  });
81
150
  }
82
151
  }
152
+ getImageUrl(quality) {
153
+ if (this.imgUrl && this.imgUrl.includes('?')) {
154
+ return `${this.imgUrl}&t=ptcjumbdesk${quality}`;
155
+ }
156
+ else {
157
+ return `${this.imgUrl}?t=ptcjumbdesk${quality}`;
158
+ }
159
+ }
83
160
  getCssClassMap() {
84
161
  return {
85
162
  [this.imageType]: true,
@@ -38,6 +38,7 @@ const PtcJumbotron = class {
38
38
  this.hasCountdown = false;
39
39
  this.logo = "";
40
40
  this.styles = undefined;
41
+ this.enableLazy = false;
41
42
  this.defer = undefined;
42
43
  this.hasCtaSlot = undefined;
43
44
  }
@@ -54,6 +55,9 @@ const PtcJumbotron = class {
54
55
  componentDidLoad() {
55
56
  //this.adjustJumbotronHeight();
56
57
  }
58
+ componentDidUpdate() {
59
+ this.getContentBackground();
60
+ }
57
61
  render() {
58
62
  const classMap = this.getCssClassMap();
59
63
  let mediaElement;
@@ -73,10 +77,10 @@ const PtcJumbotron = class {
73
77
  break;
74
78
  case 'dark':
75
79
  case 'light':
76
- mediaElement = (index.h("div", { class: 'dl-img-wrap' }, index.h("ptc-img", { "img-url": this.bgSrc, styles: ".smart-bg{background-position:right !important;}" }), this.hasPopupVideo && this.isMobile ? (index.h("div", { class: "mobile-modal-play-btn" }, ' ', index.h("slot", { name: "video" }))) : null));
80
+ mediaElement = (index.h("div", { class: 'dl-img-wrap' }, index.h("ptc-img", { "img-url": this.bgSrc, "enable-lazy-load": this.enableLazy, styles: ".smart-bg{background-position:right !important;}" }), this.hasPopupVideo && this.isMobile ? (index.h("div", { class: "mobile-modal-play-btn" }, ' ', index.h("slot", { name: "video" }))) : null));
77
81
  break;
78
82
  default:
79
- mediaElement = index.h("ptc-img", { "img-url": this.bgSrc, styles: ".smart-bg{background-position:right !important;}" });
83
+ mediaElement = index.h("ptc-img", { "img-url": this.bgSrc, "enable-lazy-load": this.enableLazy, styles: ".smart-bg{background-position:right !important;}" });
80
84
  }
81
85
  return (index.h(index.Host, { class: classMap }, this.styles && index.h("style", null, this.styles), index.h("div", { class: { 'parent': true, 'light-links': this.jumbotronType === 'dark' || this.jumbotronType === 'dark-video', 'hp-adjustments': this.isHomepage, 'transitioning': this.isTransitioning } }, index.h("div", { class: `div1 image-container ${this.jumbotronType === 'text' ? 'hidden' : ''}` }, mediaElement), index.h("div", { class: "div2 content-container" }, index.h("div", { class: "bg-overlay", style: { background: this.contentBackground } }), index.h("div", { class: { "ptc-container": true, "content-layout": true, 'hp-container': this.isHomepage, 'blog-container': (this.jumbotronType === "blog") } }, index.h("max-width-container", { "max-width-p": "60", breakpoint: 992, "content-align": this.jumbotronType === 'text' ? 'center' : this.textAlign, styles: ":host{z-index: 999}" }, index.h("slot", { name: "breadcrumb" }), !!this.logo && index.h("div", { class: "logo-frame" }, index.h("img", { alt: "Logo", src: this.logo })), index.h("span", { class: "main-content-items" }, index.h("ptc-spacer", { breakpoint: "small", size: "small" }), index.h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), index.h("slot", { name: "main-title" }), index.h("slot", { name: "hp-sub-title" }), (this.jumbotronType !== 'text' || (this.jumbotronType === 'text' && this.subTitle)) && (!this.isHomepage) && (index.h("div", null, index.h("ptc-spacer", { breakpoint: "small", size: "small" }), index.h("ptc-spacer", { breakpoint: "x-small", size: "medium" }))), !this.isHomepage && (index.h("ptc-para", { styles: `p{color: ${this.contentColor}!important;}`, "font-size": this.jumbotronType === 'text' && this.isMobile ? 'x-small' : 'small', "font-weight": "w-4", "para-margin": `${this.jumbotronType === 'text' || this.jumbotronType === 'blog' ? 'margin-flush' : 'margin-bottom-6'}`, "para-color": "white", "para-line-h": "line-height-p", "para-align": this.jumbotronType === 'text' ? 'center' : 'left', "seo-compatibility-mode": true }, index.h("p", { innerHTML: this.subTitle, style: { margin: '0' } }), index.h("p", { style: { margin: '0' } }, index.h("slot", { name: "blog-date" })), this.jumbotronType === 'blog' && index.h("div", null, index.h("ptc-spacer", { breakpoint: 'x-small', size: 'medium' }), index.h("ptc-spacer", { breakpoint: 'small', size: 'small' }), index.h("div", { id: "header-blog-author", slot: "blog-author" }, index.h("div", { class: "image" }, index.h("img", { alt: this.blogAuthorImageAlt, src: this.blogAuthorImage })), index.h("ptc-para", { "font-size": "small", "font-weight": "w-4", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, index.h("a", { class: "blog-author-name mf-listen", tabindex: "0", href: this.blogAuthorQueryHref, target: this.blogAuthorQueryTarget, "aria-label": "Other blogs by author" }, this.blogAuthorName)))))), this.hasCtaSlot && (index.h("div", { class: `u-flex u-flex-wrap gap-adjustment${this.jumbotronType === 'text' ? ' text-adjustment' : ''}` }, index.h("slot", { name: "j-cta" }))))), this.hasPopupVideo && this.jumbotronType !== 'png' ? index.h("slot", { name: "video" }) : null, this.hasCountdown ? index.h("slot", { name: "countdown" }) : null, this.jumbotronType === 'png' ? (index.h("div", { class: "desktop-media-image" }, index.h("div", { class: "media-image-wrapper" }, index.h("ptc-picture", { "is-full-width": true, src: this.pngSrc, styles: `img {${this.pngImgStyles}}` }), this.hasPopupVideo ? index.h("slot", { name: "video" }) : null))) : null, this.jumbotronType === 'gif' ? (index.h("div", { class: "desktop-media-image desk-gif-adjustment" }, index.h("img", { src: this.gifSrc }))) : null, this.jumbotronType === 'blog' ? (index.h("div", { class: "desktop-media-image" }, index.h("div", { class: "media-image-wrapper" }, index.h("ptc-picture", { "is-full-width": true, src: this.pngSrc, styles: "img {height: 100%;}" })))) : null)))));
82
86
  }
@@ -0,0 +1,127 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+ const utils = require('./utils-b63aef52.js');
7
+
8
+ const ptcParaCss = "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{position:relative;z-index:1}:host .tooltip-enabled{position:relative}:host(.white){color:var(--color-white)}:host(.z-1){z-index:1}:host(.z-2){z-index:2}:host(.z-3){z-index:3}:host(.z-99){z-index:99}:host(.z-999){z-index:999}:host(.z-auto){z-index:auto}p.default{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}p.main{text-shadow:0 3px 6px var(--color-white);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10)}p.primary-grey{color:var(--color-gray-10)}p.primary-green{color:var(--color-green-06)}p.gray-darker{color:var(--color-gray-11)}p.white{color:var(--color-white)}p.xxx-small{font-size:var(--ptc-font-size-xxx-small)}p.xx-small{font-size:var(--ptc-font-size-xx-small)}p.x-small{font-size:var(--ptc-font-size-x-small)}p.small{font-size:var(--ptc-font-size-small)}p.medium{font-size:var(--ptc-font-size-medium)}p.large{font-size:var(--ptc-font-size-large)}p.x-large{font-size:var(--ptc-font-size-x-large)}p.xx-large{font-size:var(--ptc-font-size-xx-large)}p.xxx-large{font-size:var(--ptc-font-size-xxx-large)}p.xxxx-large{font-size:var(--ptc-font-size-xxxx-large)}p.htmlquote-para{font-size:var(--ptc-font-size-small)}@media only screen and (min-width: 992px){p.htmlquote-para{font-size:var(--ptc-font-size-large)}}p.w-3{font-weight:var(--ptc-font-weight-thin)}p.w-4{font-weight:var(--ptc-font-weight-regular)}p.w-5{font-weight:var(--ptc-font-weight-medium)}p.w-6{font-weight:var(--ptc-font-weight-semibold)}p.w-7{font-weight:var(--ptc-font-weight-bold)}p.w-8{font-weight:var(--ptc-font-weight-extrabold)}p.w-8 ::slotted(a){font-weight:var(--ptc-font-weight-extrabold) !important}p.w-9{font-weight:var(--ptc-font-weight-black)}p.w-9 ::slotted(a){font-weight:var(--ptc-font-weight-black) !important}p.margin-flush{margin-top:0;margin-bottom:0}p.margin-top-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:0}p.margin-top-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}p.margin-top-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}p.margin-top-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}p.margin-top-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}p.margin-top-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}p.margin-bottom-1{margin-bottom:var(--ptc-element-spacing-01);margin-top:0}p.margin-bottom-2{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}p.margin-bottom-3{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}p.margin-bottom-4{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}p.margin-bottom-5{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}p.margin-bottom-6{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}p.margin-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:var(--ptc-element-spacing-01)}p.margin-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}p.margin-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}p.margin-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}p.margin-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}p.margin-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}p.line-height-densest{line-height:var(--ptc-line-height-densest)}p.line-height-denser{line-height:var(--ptc-line-height-denser)}p.line-height-p{line-height:var(--ptc-line-height-p)}p.line-height-dense{line-height:var(--ptc-line-height-dense)}p.line-height-normal{line-height:var(--ptc-line-height-normal)}p.line-height-loose{line-height:var(--ptc-line-height-loose)}p.line-height-looser{line-height:var(--ptc-line-height-looser)}p.left{text-align:left}p.right{text-align:right}p.center{text-align:center}p.justify{text-align:justify}p.right-768above{text-align:left}@media (min-width: 768px){p.right-768above{text-align:right}}p.announcement{text-transform:uppercase;font-size:var(--ptc-font-size-small);color:var(--color-gray-07);line-height:var(--ptc-line-height-looser);letter-spacing:var(--ptc-letter-spacing-loose)}p.ellipsis-boxing{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}p.line-clamp-title{display:-webkit-box !important;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){:host(.hide-tooltip-on-mobile) .line-clamp-title{-webkit-line-clamp:initial !important}}";
9
+
10
+ const PtcPara = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.fontSize = 'x-small';
14
+ this.fontWeight = 'w-4';
15
+ this.paraStyle = 'default';
16
+ this.paraColor = 'primary-grey';
17
+ this.paraLineH = 'line-height-normal';
18
+ this.paraMargin = undefined;
19
+ this.paraAlign = undefined;
20
+ this.ellipsisLineCutoff = undefined;
21
+ this.paraZIndex = undefined;
22
+ this.styles = undefined;
23
+ this.seoCompatibilityMode = false;
24
+ this.tooltipZIndex = 'auto';
25
+ this.tooltipPosition = 'bottom';
26
+ this.tooltipTheme = 'standard';
27
+ this.enableTooltip = false;
28
+ this.maxChars = undefined;
29
+ this.maxLines = undefined;
30
+ this.hideTooltipOnMobile = false;
31
+ this.ismob = undefined;
32
+ this.noOverflow = false;
33
+ this.tooltipWidth = 'default';
34
+ }
35
+ // Tooltip Properties ends
36
+ render() {
37
+ if (this.seoCompatibilityMode) {
38
+ utils.seoSlotReset(this.el);
39
+ }
40
+ return this.standardRender();
41
+ }
42
+ //tooltip code
43
+ getSortedText(content) {
44
+ if (!this.enableTooltip)
45
+ return;
46
+ const trimmedContent = content.trim();
47
+ const shouldTruncate = (trimmedContent.length > this.maxChars) && !this.maxLines;
48
+ return shouldTruncate ? `${trimmedContent.slice(0, this.maxChars).trimEnd()}\u00A0\u2026` : trimmedContent;
49
+ }
50
+ componentDidLoad() {
51
+ if (this.hideTooltipOnMobile) {
52
+ this.el.classList.add('hide-tooltip-on-mobile');
53
+ }
54
+ this.el.addEventListener('mouseenter', () => { this.toggleTitleTooltip(true); });
55
+ this.el.addEventListener('mouseleave', () => { this.toggleTitleTooltip(false); });
56
+ if (this.enableTooltip) {
57
+ let paraContent = this.el.innerText || this.el.textContent;
58
+ this.tooltipText = paraContent.trim();
59
+ this.el.innerText = this.getSortedText(paraContent);
60
+ }
61
+ }
62
+ toggleTitleTooltip(show) {
63
+ const tooltipClass = 'tooltip-box';
64
+ const existingTooltip = this.el.querySelector(`.${tooltipClass}`);
65
+ const text = this.el.shadowRoot.querySelectorAll('.line-clamp-title');
66
+ let maxLinesShowCheck = false;
67
+ if (text) {
68
+ text.forEach(t => {
69
+ maxLinesShowCheck = t.scrollHeight > t.clientHeight;
70
+ });
71
+ }
72
+ const ifCharExceeds = this.maxChars ? (this.tooltipText.length > this.maxChars) && !this.maxLines : false;
73
+ const ifLinesExceeds = this.maxLines && maxLinesShowCheck;
74
+ if (show && this.enableTooltip) {
75
+ if (((!existingTooltip && ifCharExceeds) || (!existingTooltip && ifLinesExceeds)) && !this.noOverflow) {
76
+ const tooltipMarkup = document.createElement('div');
77
+ tooltipMarkup.className = tooltipClass;
78
+ tooltipMarkup.innerText = this.tooltipText;
79
+ tooltipMarkup.style.zIndex = String(this.tooltipZIndex); // Ensures zIndex is a string
80
+ tooltipMarkup.classList.add(this.tooltipPosition, this.tooltipTheme, this.tooltipWidth);
81
+ if (this.hideTooltipOnMobile) {
82
+ tooltipMarkup.classList.add('hide-tooltip-mobile');
83
+ }
84
+ this.el.appendChild(tooltipMarkup);
85
+ }
86
+ }
87
+ else {
88
+ existingTooltip === null || existingTooltip === void 0 ? void 0 : existingTooltip.remove();
89
+ }
90
+ }
91
+ //tooltip code ends
92
+ standardRender() {
93
+ const classMap = this.getCssClassMap();
94
+ const colorClass = this.addWhiteClass();
95
+ const cutOff = this.getLineCuttoff();
96
+ return (index.h(index.Host, { class: `${colorClass} ${this.paraZIndex} trunc-text` }, this.styles && index.h("style", null, this.styles), index.h("p", { class: classMap, part: "part-para", style: cutOff }, index.h("slot", null))));
97
+ }
98
+ getCssClassMap() {
99
+ return {
100
+ [this.fontSize]: true,
101
+ [this.fontWeight]: true,
102
+ [this.paraStyle]: true,
103
+ [this.paraMargin]: !!this.paraMargin ? true : false,
104
+ [this.paraColor]: true,
105
+ [this.paraLineH]: true,
106
+ [this.paraAlign]: !!this.paraAlign ? true : false,
107
+ ['ellipsis-boxing']: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
108
+ ['line-clamp-title']: this.maxLines && this.maxLines > 0, //tooltip code,
109
+ };
110
+ }
111
+ //WEB-2392
112
+ addWhiteClass() {
113
+ if (this.paraColor == 'white') {
114
+ return {
115
+ [this.paraColor]: true,
116
+ };
117
+ }
118
+ }
119
+ getLineCuttoff() {
120
+ const lineClamp = this.ellipsisLineCutoff > 0 ? this.ellipsisLineCutoff : this.maxLines;
121
+ return lineClamp > 0 ? { '-webkit-line-clamp': `${lineClamp}` } : {};
122
+ }
123
+ get el() { return index.getElement(this); }
124
+ };
125
+ PtcPara.style = ptcParaCss;
126
+
127
+ exports.ptc_para = PtcPara;
@@ -0,0 +1,162 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+ const interfaces = require('./interfaces-574e6df7.js');
7
+
8
+ const ptcPictureCss = "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;overflow:hidden}:host .inline{display:inline}:host .inline-block{display:inline-block}:host .block{display:block}:host(.relative){position:relative}:host(.static){position:static}:host(.absoltue){position:absolute}img{max-width:100%}.cover{object-fit:cover}.fill{object-fit:fill}.contain{object-fit:contain}.scale-down{object-fit:scale-down}.none{object-fit:none}.initial{object-fit:initial}.inherit{object-fit:inherit}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.radius-pill{border-radius:var(--ptc-border-radius-pill)}.radius-circle{border-radius:var(--ptc-border-radius-circle)}.is-full-height{height:100%}.is-full-width{width:100%}:host(.left){text-align:left}:host(.right){text-align:right}:host(.center){text-align:center}";
9
+
10
+ const PtcPicture = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.src = undefined;
14
+ this.alt = 'image';
15
+ this.sizeXs = '510x340';
16
+ this.sizeSm = '1240x496';
17
+ this.sizeMd = '1366x500';
18
+ this.sizeLg = '1920x1080';
19
+ this.disableResize = false;
20
+ this.oldSrc = undefined;
21
+ this.imagePosition = 'static';
22
+ this.borderRadius = undefined;
23
+ this.height = undefined;
24
+ this.width = undefined;
25
+ this.objectFit = 'cover';
26
+ this.isFullHeight = false;
27
+ this.isFullWidth = false;
28
+ this.styles = undefined;
29
+ this.imageAlignment = 'left';
30
+ this.maxWidth = undefined;
31
+ this.displayImage = 'block';
32
+ }
33
+ WindowResize() {
34
+ this.addIntersectionObserver();
35
+ }
36
+ componentWillLoad() {
37
+ if (this.disableResize) {
38
+ this.sizeXs = undefined;
39
+ this.sizeSm = undefined;
40
+ this.sizeMd = undefined;
41
+ this.sizeLg = undefined;
42
+ }
43
+ }
44
+ componentDidLoad() {
45
+ this.addIntersectionObserver();
46
+ }
47
+ componentWillUpdate() {
48
+ if (this.src !== this.oldSrc) {
49
+ this.addIntersectionObserver();
50
+ }
51
+ this.oldSrc = this.src;
52
+ }
53
+ //lazy-loading
54
+ addIntersectionObserver() {
55
+ if (!this.src) {
56
+ return;
57
+ }
58
+ if ('IntersectionObserver' in window) {
59
+ let lazyLoadImages = new IntersectionObserver(entries => {
60
+ entries.forEach(entry => {
61
+ if (entry.isIntersecting) {
62
+ const image = this.el.shadowRoot.querySelector('img');
63
+ image.src = this.setResponsiveBg();
64
+ lazyLoadImages.unobserve(image);
65
+ }
66
+ });
67
+ });
68
+ let tempImg = this.el.shadowRoot.querySelector('img');
69
+ if (tempImg) {
70
+ lazyLoadImages.observe(tempImg);
71
+ }
72
+ }
73
+ else {
74
+ // fall back to setTimeout for Safari and IE
75
+ setTimeout(() => {
76
+ const image = this.el.shadowRoot.querySelector('img');
77
+ image.src = this.setResponsiveBg();
78
+ image.onload = () => {
79
+ image.removeAttribute('data-src');
80
+ };
81
+ }, 5000);
82
+ }
83
+ }
84
+ //responsive image
85
+ setResponsiveBg() {
86
+ // Define local variables
87
+ let backgrounds = (this.el.shadowRoot || document).querySelectorAll('img'), el, elData, currentBreakpoint = this.getCurrentBreakPoints();
88
+ for (var i = 0, len = backgrounds.length; i < len; i++) {
89
+ // Set current variables
90
+ el = backgrounds[i];
91
+ elData = el.getAttribute('data-' + currentBreakpoint);
92
+ if (elData !== null) {
93
+ return elData;
94
+ }
95
+ else {
96
+ if (typeof console == 'object') {
97
+ console.warn('Data attribute: data-' + currentBreakpoint + ' not found on element:\n\n' + el.outerHTML + '\n\n\n');
98
+ }
99
+ }
100
+ }
101
+ }
102
+ render() {
103
+ const classMap = this.getCssClassMap();
104
+ const classMapHost = this.getCssClassMapHost();
105
+ return (index.h(index.Host, { class: classMapHost }, this.styles && index.h("style", null, this.styles), index.h("img", Object.assign({ class: classMap, "data-xs": !!this.sizeXs ? `${this.src}` : `${this.src}`, "data-sm": !!this.sizeSm ? `${this.src}` : `${this.src}`, "data-md": !!this.sizeMd ? `${this.src}` : `${this.src}`, "data-lg": !!this.sizeLg ? `${this.src}` : `${this.src}` }, (!!this.width ? { width: this.width } : {}), (!!this.height ? { height: this.height } : {}), { alt: this.alt, style: Object.assign({}, (!!this.maxWidth ? { maxWidth: this.maxWidth + 'px' } : {})) })), index.h("slot", null)));
106
+ }
107
+ getCurrentBreakPoints() {
108
+ // Define local variables
109
+ let doc = window.document, temp = doc.createElement('div'), env;
110
+ // Append test node
111
+ doc.body.appendChild(temp);
112
+ // Loop through breakpoints
113
+ for (let i = interfaces.ResponsivePictureVariables.envs.length - 1; i >= 0; i--) {
114
+ env = interfaces.ResponsivePictureVariables.envs[i];
115
+ // Add classes
116
+ temp.className = 'hidden-' + env;
117
+ // Found breakpoint
118
+ if (temp.offsetParent === null) {
119
+ // Remove our test node
120
+ doc.body.removeChild(temp);
121
+ // Return current breakpoint
122
+ return env;
123
+ }
124
+ }
125
+ // Breakpoint not found, try fallback
126
+ doc.body.removeChild(temp);
127
+ return this.getFallbackBreakpoint();
128
+ }
129
+ getFallbackBreakpoint() {
130
+ if (window.matchMedia('(min-width: 992px)').matches) {
131
+ return 'lg';
132
+ }
133
+ else if (window.matchMedia('(min-width: 768px)').matches) {
134
+ return 'md';
135
+ }
136
+ else if (window.matchMedia('(min-width: 576px)').matches) {
137
+ return 'sm';
138
+ }
139
+ else {
140
+ return 'xs';
141
+ }
142
+ }
143
+ getCssClassMap() {
144
+ return {
145
+ [this.borderRadius]: this.borderRadius ? true : false,
146
+ [this.objectFit]: true,
147
+ [this.isFullHeight ? 'is-full-height' : 'is-normal-height']: true,
148
+ [this.isFullWidth ? 'is-full-width' : 'is-normal-width']: true,
149
+ [this.displayImage]: true
150
+ };
151
+ }
152
+ getCssClassMapHost() {
153
+ return {
154
+ [this.imagePosition]: true,
155
+ [this.imageAlignment]: true,
156
+ };
157
+ }
158
+ get el() { return index.getElement(this); }
159
+ };
160
+ PtcPicture.style = ptcPictureCss;
161
+
162
+ exports.ptc_picture = PtcPicture;
@@ -0,0 +1,38 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-63ddc79c.js');
6
+
7
+ const ptcSpacerCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;display:block;width:12px;min-width:12px;height:12px}@media (min-width: 36em){:host{width:16px;min-width:16px;height:16px}}:host(.ptc-spacer-horizontal){display:inline-block;height:100% !important}:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px}}:host(.ptc-spacer-horizontal.x-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-small){width:8px;min-width:8px}}:host(.ptc-spacer-horizontal.small){width:8px;min-width:8px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.small){width:12px;min-width:12px}}:host(.ptc-spacer-horizontal.medium){height:100%}:host(.ptc-spacer-horizontal.large){width:16px;min-width:16px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.large){width:20px;min-width:20px}}:host(.ptc-spacer-horizontal.x-large){width:20px;min-width:20px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-large){width:28px;min-width:28px}}:host(.ptc-spacer-horizontal.xx-large){width:28px;min-width:28px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-large){width:36px;min-width:36px}}:host(.ptc-spacer-horizontal.xxx-large){width:36px;min-width:36px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxx-large){width:48px;min-width:48px}}:host(.ptc-spacer-horizontal.xxxx-large){width:48px;min-width:48px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxxx-large){width:72px;min-width:72px}}:host(.ptc-spacer-vertical.xx-small){width:100%;height:4px;min-height:4px}:host(.ptc-spacer-vertical.x-small){width:100%;height:4px;min-height:4px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-small){height:8px;min-height:8px}}:host(.ptc-spacer-vertical.small){width:100%;height:8px;min-height:8px}@media (min-width: 36em){:host(.ptc-spacer-vertical.small){height:12px;min-height:12px}}:host(.ptc-spacer-vertical.medium){width:100%}:host(.ptc-spacer-vertical.large){width:100%;height:16px;min-height:16px}@media (min-width: 36em){:host(.ptc-spacer-vertical.large){height:20px;min-height:20px}}:host(.ptc-spacer-vertical.x-large){width:100%;height:20px;min-height:20px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-large){height:28px;min-height:28px}}:host(.ptc-spacer-vertical.xx-large){width:100%;height:28px;min-height:28px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xx-large){height:36px;min-height:36px}}:host(.ptc-spacer-vertical.xxx-large){width:100%;height:36px;min-height:36px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxx-large){height:48px;min-height:48px}}:host(.ptc-spacer-vertical.xxxx-large){width:100%;height:48px;min-height:48px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxxx-large){height:72px;min-height:72px}}:host(.ptc-spacer-vertical.space-144){width:100%;height:144px;min-height:144px}:host(.ptc-spacer-vertical.space-120){width:100%;height:120px;min-height:120px}:host(.ptc-spacer-vertical.space-128){width:100%;height:128px;min-height:128px}:host(.ptc-spacer-xx-small){display:none}@media (max-width: 22.5em){:host(.ptc-spacer-xx-small){display:block}}:host(.ptc-spacer-x-small){display:none}@media (max-width: 35.99em){:host(.ptc-spacer-x-small){display:block}}:host(.ptc-spacer-small){display:none}@media (min-width: 36em){:host(.ptc-spacer-small){display:block}}:host(.ptc-spacer-medium){display:none}@media (min-width: 48em){:host(.ptc-spacer-medium){display:block}}:host(.ptc-spacer-large){display:none}@media (min-width: 62em){:host(.ptc-spacer-large){display:block}}:host(.ptc-spacer-x-large){display:none}@media (min-width: 64.0625em){:host(.ptc-spacer-x-large){display:block}}:host(.ptc-spacer-xx-large){display:none}@media (min-width: 75em){:host(.ptc-spacer-xx-large){display:block}}:host(.ptc-spacer-xxx-large){display:none}@media (min-width: 90em){:host(.ptc-spacer-xxx-large){display:block}}";
8
+
9
+ const PtcSpacer = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ this.breakpoint = '';
13
+ this.size = 'medium';
14
+ this.direction = 'vertical';
15
+ }
16
+ render() {
17
+ const classMap = this.getCssClassMap();
18
+ return (index.h(index.Host, { class: classMap }));
19
+ }
20
+ getCssClassMap() {
21
+ return {
22
+ [this.size]: true,
23
+ ['ptc-spacer-horizontal']: this.direction === 'horizontal',
24
+ ['ptc-spacer-vertical']: this.direction === 'vertical',
25
+ ['ptc-spacer-xx-small']: this.breakpoint === 'xx-small',
26
+ ['ptc-spacer-x-small']: this.breakpoint === 'x-small',
27
+ ['ptc-spacer-small']: this.breakpoint === 'small',
28
+ ['ptc-spacer-medium']: this.breakpoint === 'medium',
29
+ ['ptc-spacer-large']: this.breakpoint === 'large',
30
+ ['ptc-spacer-x-large']: this.breakpoint === 'x-large',
31
+ ['ptc-spacer-xx-large']: this.breakpoint === 'xx-large',
32
+ ['ptc-spacer-xxx-large']: this.breakpoint === 'xxx-large',
33
+ };
34
+ }
35
+ };
36
+ PtcSpacer.style = ptcSpacerCss;
37
+
38
+ exports.ptc_spacer = PtcSpacer;