@ptcwebops/ptcw-design 0.7.6 → 0.7.8

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 (293) hide show
  1. package/dist/cjs/dropdown-item.cjs.entry.js +2 -2
  2. package/dist/cjs/icon-asset.cjs.entry.js +10 -22
  3. package/dist/cjs/{index-b3fabe79.js → index-8745a0a3.js} +486 -255
  4. package/dist/cjs/list-item.cjs.entry.js +2 -2
  5. package/dist/cjs/loader.cjs.js +3 -3
  6. package/dist/cjs/lottie-player.cjs.entry.js +2 -2
  7. package/dist/cjs/my-component.cjs.entry.js +5 -2
  8. package/dist/cjs/ptc-accordion-item.cjs.entry.js +2 -16
  9. package/dist/cjs/ptc-accordion.cjs.entry.js +2 -5
  10. package/dist/cjs/ptc-announcement.cjs.entry.js +11 -22
  11. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +2 -2
  12. package/dist/cjs/ptc-button.cjs.entry.js +3 -34
  13. package/dist/cjs/ptc-card-bottom.cjs.entry.js +4 -2
  14. package/dist/cjs/ptc-card-content.cjs.entry.js +4 -2
  15. package/dist/cjs/ptc-card-plm.cjs.entry.js +5 -2
  16. package/dist/cjs/ptc-card_6.cjs.entry.js +27 -135
  17. package/dist/cjs/ptc-checkbox.cjs.entry.js +5 -3
  18. package/dist/cjs/ptc-collapse-list.cjs.entry.js +13 -2
  19. package/dist/cjs/ptc-container.cjs.entry.js +2 -5
  20. package/dist/cjs/ptc-dropdown.cjs.entry.js +7 -7
  21. package/dist/cjs/ptc-dynamic-card.cjs.entry.js +32 -25
  22. package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +3 -2
  23. package/dist/cjs/ptc-filter-tag.cjs.entry.js +4 -3
  24. package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +5 -2
  25. package/dist/cjs/ptc-hero.cjs.entry.js +3 -5
  26. package/dist/cjs/ptc-icon-list.cjs.entry.js +3 -15
  27. package/dist/cjs/ptc-icon-minimize.cjs.entry.js +3 -2
  28. package/dist/cjs/ptc-link.cjs.entry.js +4 -20
  29. package/dist/cjs/ptc-list.cjs.entry.js +2 -2
  30. package/dist/cjs/ptc-lottie.cjs.entry.js +3 -5
  31. package/dist/cjs/ptc-minimized-footer.cjs.entry.js +2 -2
  32. package/dist/cjs/ptc-minimized-header.cjs.entry.js +2 -2
  33. package/dist/cjs/ptc-mobile-select.cjs.entry.js +5 -20
  34. package/dist/cjs/ptc-modal.cjs.entry.js +5 -23
  35. package/dist/cjs/ptc-overlay.cjs.entry.js +5 -5
  36. package/dist/cjs/ptc-pagenation.cjs.entry.js +13 -12
  37. package/dist/cjs/ptc-previous-url.cjs.entry.js +4 -2
  38. package/dist/cjs/ptc-pricing-block.cjs.entry.js +3 -2
  39. package/dist/cjs/ptc-quote.cjs.entry.js +6 -8
  40. package/dist/cjs/ptc-readmore_2.cjs.entry.js +4 -37
  41. package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +2 -2
  42. package/dist/cjs/ptc-shopping-cart.cjs.entry.js +3 -2
  43. package/dist/cjs/ptc-social-share.cjs.entry.js +8 -13
  44. package/dist/cjs/ptc-span.cjs.entry.js +3 -8
  45. package/dist/cjs/ptc-sticky-icons.cjs.entry.js +43 -0
  46. package/dist/cjs/ptc-svg-btn.cjs.entry.js +3 -5
  47. package/dist/cjs/ptc-tab-list.cjs.entry.js +3 -2
  48. package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +5 -9
  49. package/dist/cjs/ptc-title.cjs.entry.js +9 -17
  50. package/dist/cjs/ptc-two-column-media.cjs.entry.js +3 -2
  51. package/dist/cjs/ptcw-design.cjs.js +3 -3
  52. package/dist/cjs/tab-content.cjs.entry.js +3 -2
  53. package/dist/cjs/tab-header.cjs.entry.js +3 -2
  54. package/dist/collection/collection-manifest.json +3 -4
  55. package/dist/collection/components/dropdown-item/dropdown-item.js +51 -46
  56. package/dist/collection/components/icon-asset/icon-asset.css +3 -0
  57. package/dist/collection/components/icon-asset/icon-asset.js +167 -185
  58. package/dist/collection/components/list-item/list-item.js +85 -81
  59. package/dist/collection/components/my-component/my-component.js +70 -61
  60. package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +199 -208
  61. package/dist/collection/components/ptc-accordion/ptc-accordion.js +43 -39
  62. package/dist/collection/components/ptc-announcement/ptc-announcement.js +199 -209
  63. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +12 -11
  64. package/dist/collection/components/ptc-button/ptc-button.js +221 -250
  65. package/dist/collection/components/ptc-card/ptc-card.css +167 -6
  66. package/dist/collection/components/ptc-card/ptc-card.js +261 -291
  67. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +85 -76
  68. package/dist/collection/components/ptc-card-content/ptc-card-content.js +85 -76
  69. package/dist/collection/components/ptc-card-plm/ptc-card-plm.js +85 -78
  70. package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +86 -82
  71. package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +238 -225
  72. package/dist/collection/components/ptc-container/ptc-container.js +85 -84
  73. package/dist/collection/components/ptc-date/ptc-date.js +160 -171
  74. package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +108 -103
  75. package/dist/collection/components/ptc-dynamic-card/media/nav-active-dotslick.svg +16 -0
  76. package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.css +4 -0
  77. package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.js +158 -131
  78. package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +89 -82
  79. package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +58 -50
  80. package/dist/collection/components/ptc-hero/ptc-hero.js +51 -51
  81. package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +70 -69
  82. package/dist/collection/components/ptc-icon-list/ptc-icon-list.css +3 -0
  83. package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +102 -121
  84. package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +51 -50
  85. package/dist/collection/components/ptc-img/ptc-img.js +162 -179
  86. package/dist/collection/components/ptc-link/ptc-link.js +160 -174
  87. package/dist/collection/components/ptc-list/ptc-list.js +51 -46
  88. package/dist/collection/components/ptc-lottie/ptc-lottie.js +50 -46
  89. package/dist/collection/components/ptc-minimized-footer/ptc-minimized-footer.js +12 -11
  90. package/dist/collection/components/ptc-minimized-header/ptc-minimized-header.js +68 -67
  91. package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +156 -168
  92. package/dist/collection/components/ptc-modal/ptc-modal.js +206 -224
  93. package/dist/collection/components/ptc-overlay/ptc-overlay.js +84 -78
  94. package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +221 -216
  95. package/dist/collection/components/ptc-para/ptc-para.js +136 -145
  96. package/dist/collection/components/ptc-picture/ptc-picture.js +319 -340
  97. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +53 -47
  98. package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +36 -32
  99. package/dist/collection/components/ptc-quote/ptc-quote.js +120 -130
  100. package/dist/collection/components/ptc-readmore/ptc-readmore.js +97 -107
  101. package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +12 -9
  102. package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +51 -45
  103. package/dist/collection/components/ptc-social-share/ptc-social-share.js +177 -144
  104. package/dist/collection/components/ptc-spacer/ptc-spacer.js +67 -70
  105. package/dist/collection/components/ptc-span/ptc-span.js +68 -70
  106. package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.css +32 -0
  107. package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.js +51 -0
  108. package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +52 -51
  109. package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +35 -30
  110. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.js +103 -109
  111. package/dist/collection/components/ptc-title/ptc-title.js +221 -227
  112. package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +119 -136
  113. package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +36 -28
  114. package/dist/collection/components/tab-content/tab-content.js +57 -47
  115. package/dist/collection/components/tab-header/tab-header.js +74 -62
  116. package/dist/custom-elements/index.d.ts +6 -12
  117. package/dist/custom-elements/index.js +258 -586
  118. package/dist/esm/dropdown-item.entry.js +2 -2
  119. package/dist/esm/icon-asset.entry.js +10 -22
  120. package/dist/esm/{index-5ff11327.js → index-0c73b51e.js} +486 -255
  121. package/dist/esm/list-item.entry.js +2 -2
  122. package/dist/esm/loader.js +3 -3
  123. package/dist/esm/lottie-player.entry.js +2 -2
  124. package/dist/esm/my-component.entry.js +5 -2
  125. package/dist/esm/polyfills/css-shim.js +1 -1
  126. package/dist/esm/ptc-accordion-item.entry.js +2 -16
  127. package/dist/esm/ptc-accordion.entry.js +2 -5
  128. package/dist/esm/ptc-announcement.entry.js +11 -22
  129. package/dist/esm/ptc-breadcrumb.entry.js +2 -2
  130. package/dist/esm/ptc-button.entry.js +3 -34
  131. package/dist/esm/ptc-card-bottom.entry.js +4 -2
  132. package/dist/esm/ptc-card-content.entry.js +4 -2
  133. package/dist/esm/ptc-card-plm.entry.js +5 -2
  134. package/dist/esm/ptc-card_6.entry.js +27 -135
  135. package/dist/esm/ptc-checkbox.entry.js +5 -3
  136. package/dist/esm/ptc-collapse-list.entry.js +13 -2
  137. package/dist/esm/ptc-container.entry.js +2 -5
  138. package/dist/esm/ptc-dropdown.entry.js +7 -7
  139. package/dist/esm/ptc-dynamic-card.entry.js +32 -25
  140. package/dist/esm/ptc-ellipsis-dropdown.entry.js +3 -2
  141. package/dist/esm/ptc-filter-tag.entry.js +4 -3
  142. package/dist/esm/ptc-hero-footer-cta.entry.js +5 -2
  143. package/dist/esm/ptc-hero.entry.js +3 -5
  144. package/dist/esm/ptc-icon-list.entry.js +3 -15
  145. package/dist/esm/ptc-icon-minimize.entry.js +3 -2
  146. package/dist/esm/ptc-link.entry.js +4 -20
  147. package/dist/esm/ptc-list.entry.js +2 -2
  148. package/dist/esm/ptc-lottie.entry.js +3 -5
  149. package/dist/esm/ptc-minimized-footer.entry.js +2 -2
  150. package/dist/esm/ptc-minimized-header.entry.js +2 -2
  151. package/dist/esm/ptc-mobile-select.entry.js +5 -20
  152. package/dist/esm/ptc-modal.entry.js +5 -23
  153. package/dist/esm/ptc-overlay.entry.js +5 -5
  154. package/dist/esm/ptc-pagenation.entry.js +13 -12
  155. package/dist/esm/ptc-previous-url.entry.js +4 -2
  156. package/dist/esm/ptc-pricing-block.entry.js +3 -2
  157. package/dist/esm/ptc-quote.entry.js +6 -8
  158. package/dist/esm/ptc-readmore_2.entry.js +4 -37
  159. package/dist/esm/ptc-responsive-wrapper.entry.js +2 -2
  160. package/dist/esm/ptc-shopping-cart.entry.js +3 -2
  161. package/dist/esm/ptc-social-share.entry.js +8 -13
  162. package/dist/esm/ptc-span.entry.js +3 -8
  163. package/dist/esm/ptc-sticky-icons.entry.js +39 -0
  164. package/dist/esm/ptc-svg-btn.entry.js +3 -5
  165. package/dist/esm/ptc-tab-list.entry.js +3 -2
  166. package/dist/esm/ptc-text-copy-with-background.entry.js +5 -9
  167. package/dist/esm/ptc-title.entry.js +9 -17
  168. package/dist/esm/ptc-two-column-media.entry.js +3 -2
  169. package/dist/esm/ptcw-design.js +3 -3
  170. package/dist/esm/tab-content.entry.js +3 -2
  171. package/dist/esm/tab-header.entry.js +3 -2
  172. package/dist/ptcw-design/media/nav-active-dotslick.svg +16 -0
  173. package/dist/ptcw-design/p-009001dc.js +2 -0
  174. package/dist/ptcw-design/p-00c1343b.entry.js +1 -0
  175. package/dist/ptcw-design/p-188d69d9.entry.js +1 -0
  176. package/dist/ptcw-design/p-1964f1f4.entry.js +1 -0
  177. package/dist/ptcw-design/p-1e80c01f.entry.js +1 -0
  178. package/dist/ptcw-design/p-21e27f2b.entry.js +1 -0
  179. package/dist/ptcw-design/p-24321c52.entry.js +1 -0
  180. package/dist/ptcw-design/{p-7599491c.entry.js → p-2dcea9db.entry.js} +1 -1
  181. package/dist/ptcw-design/p-36a453d4.entry.js +1 -0
  182. package/dist/ptcw-design/p-3db835e4.entry.js +1 -0
  183. package/dist/ptcw-design/p-3f85b469.entry.js +1 -0
  184. package/dist/ptcw-design/p-482a8bc9.entry.js +1 -0
  185. package/dist/ptcw-design/p-4de70656.entry.js +1 -0
  186. package/dist/ptcw-design/p-5105d9e5.entry.js +1 -0
  187. package/dist/ptcw-design/p-58e06eee.entry.js +1 -0
  188. package/dist/ptcw-design/p-5bb7354a.entry.js +1 -0
  189. package/dist/ptcw-design/p-5d585b54.entry.js +1 -0
  190. package/dist/ptcw-design/p-5dbf98a9.entry.js +1 -0
  191. package/dist/ptcw-design/p-6065a1d1.entry.js +1 -0
  192. package/dist/ptcw-design/p-60843852.entry.js +1 -0
  193. package/dist/ptcw-design/p-6131b9a1.entry.js +1 -0
  194. package/dist/ptcw-design/p-6b1fdce6.entry.js +1 -0
  195. package/dist/ptcw-design/p-6d713986.entry.js +1 -0
  196. package/dist/ptcw-design/p-8637cefc.entry.js +1 -0
  197. package/dist/ptcw-design/p-8808ecc8.entry.js +1 -0
  198. package/dist/ptcw-design/p-88e1778e.entry.js +1 -0
  199. package/dist/ptcw-design/p-8b197833.entry.js +1 -0
  200. package/dist/ptcw-design/p-8b5b5614.entry.js +1 -0
  201. package/dist/ptcw-design/p-8bb41e7c.entry.js +1 -0
  202. package/dist/ptcw-design/p-9311ee3f.entry.js +1 -0
  203. package/dist/ptcw-design/p-97e00dfa.entry.js +1 -0
  204. package/dist/ptcw-design/p-a05fe3d0.entry.js +1 -0
  205. package/dist/ptcw-design/p-a0f25c98.entry.js +1 -0
  206. package/dist/ptcw-design/p-a4900673.entry.js +1 -0
  207. package/dist/ptcw-design/p-a749c353.entry.js +1 -0
  208. package/dist/ptcw-design/p-adcc9906.entry.js +1 -0
  209. package/dist/ptcw-design/p-afea5c1f.entry.js +1 -0
  210. package/dist/ptcw-design/p-b420e81a.entry.js +1 -0
  211. package/dist/ptcw-design/p-b701bbc0.entry.js +1 -0
  212. package/dist/ptcw-design/p-bc033578.entry.js +1 -0
  213. package/dist/ptcw-design/p-c3f73953.entry.js +1 -0
  214. package/dist/ptcw-design/p-c4e20f99.entry.js +1 -0
  215. package/dist/ptcw-design/p-ca9efc42.entry.js +1 -0
  216. package/dist/ptcw-design/p-d56b953e.entry.js +1 -0
  217. package/dist/ptcw-design/{p-5e845a15.entry.js → p-d910c9d6.entry.js} +2 -2
  218. package/dist/ptcw-design/p-e3280772.entry.js +1 -0
  219. package/dist/ptcw-design/p-e34d194d.entry.js +1 -0
  220. package/dist/ptcw-design/p-e87bc2cd.entry.js +1 -0
  221. package/dist/ptcw-design/p-f2cb8bc4.entry.js +1 -0
  222. package/dist/ptcw-design/p-f9694131.entry.js +1 -0
  223. package/dist/ptcw-design/p-fbd43055.entry.js +1 -0
  224. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  225. package/dist/types/components/icon-asset/icon-asset.d.ts +1 -1
  226. package/dist/types/components/ptc-dynamic-card/ptc-dynamic-card.d.ts +11 -3
  227. package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +8 -0
  228. package/dist/types/components/ptc-sticky-icons/ptc-sticky-icons.d.ts +7 -0
  229. package/dist/types/components.d.ts +117 -113
  230. package/dist/types/stencil-public-runtime.d.ts +20 -4
  231. package/loader/package.json +1 -0
  232. package/package.json +4 -3
  233. package/readme.md +1 -1
  234. package/dist/cjs/ptc-nav-item.cjs.entry.js +0 -94
  235. package/dist/cjs/ptc-nav.cjs.entry.js +0 -19
  236. package/dist/collection/components/ptc-nav/ptc-nav.css +0 -29
  237. package/dist/collection/components/ptc-nav/ptc-nav.js +0 -21
  238. package/dist/collection/components/ptc-nav-item/ptc-nav-item.css +0 -81
  239. package/dist/collection/components/ptc-nav-item/ptc-nav-item.js +0 -252
  240. package/dist/esm/ptc-nav-item.entry.js +0 -90
  241. package/dist/esm/ptc-nav.entry.js +0 -15
  242. package/dist/ptcw-design/p-09351f78.entry.js +0 -1
  243. package/dist/ptcw-design/p-10385027.entry.js +0 -1
  244. package/dist/ptcw-design/p-15ec8469.entry.js +0 -1
  245. package/dist/ptcw-design/p-1743d0ef.entry.js +0 -1
  246. package/dist/ptcw-design/p-1a77a824.entry.js +0 -1
  247. package/dist/ptcw-design/p-1ec512ea.entry.js +0 -1
  248. package/dist/ptcw-design/p-2de688ba.entry.js +0 -1
  249. package/dist/ptcw-design/p-2f6ecdf8.entry.js +0 -1
  250. package/dist/ptcw-design/p-39b8d25b.entry.js +0 -1
  251. package/dist/ptcw-design/p-3a4bb2b1.entry.js +0 -1
  252. package/dist/ptcw-design/p-3b87cd6f.entry.js +0 -1
  253. package/dist/ptcw-design/p-3b994b78.entry.js +0 -1
  254. package/dist/ptcw-design/p-4355ed7c.js +0 -1
  255. package/dist/ptcw-design/p-446423fc.entry.js +0 -1
  256. package/dist/ptcw-design/p-493b2571.entry.js +0 -1
  257. package/dist/ptcw-design/p-4ab335ac.entry.js +0 -1
  258. package/dist/ptcw-design/p-4da25d67.entry.js +0 -1
  259. package/dist/ptcw-design/p-53790fb4.entry.js +0 -1
  260. package/dist/ptcw-design/p-5bf5932c.entry.js +0 -1
  261. package/dist/ptcw-design/p-5c02f876.entry.js +0 -1
  262. package/dist/ptcw-design/p-5c5c8f25.entry.js +0 -1
  263. package/dist/ptcw-design/p-5fd37a0e.entry.js +0 -1
  264. package/dist/ptcw-design/p-5fd60b15.entry.js +0 -1
  265. package/dist/ptcw-design/p-6ab5aee9.entry.js +0 -1
  266. package/dist/ptcw-design/p-70d2c46d.entry.js +0 -1
  267. package/dist/ptcw-design/p-74a31734.entry.js +0 -1
  268. package/dist/ptcw-design/p-7a37d762.entry.js +0 -1
  269. package/dist/ptcw-design/p-83a9720c.entry.js +0 -1
  270. package/dist/ptcw-design/p-85e7bbc3.entry.js +0 -1
  271. package/dist/ptcw-design/p-87f9430f.entry.js +0 -1
  272. package/dist/ptcw-design/p-8ba6cef7.entry.js +0 -1
  273. package/dist/ptcw-design/p-8c0ba2d5.entry.js +0 -1
  274. package/dist/ptcw-design/p-8c594b35.entry.js +0 -1
  275. package/dist/ptcw-design/p-8d46a06e.entry.js +0 -1
  276. package/dist/ptcw-design/p-8e2e81c8.entry.js +0 -1
  277. package/dist/ptcw-design/p-96bfb95b.entry.js +0 -1
  278. package/dist/ptcw-design/p-baa7d351.entry.js +0 -1
  279. package/dist/ptcw-design/p-bcfd05dc.entry.js +0 -1
  280. package/dist/ptcw-design/p-be32e928.entry.js +0 -1
  281. package/dist/ptcw-design/p-c05f0c98.entry.js +0 -1
  282. package/dist/ptcw-design/p-c267b720.entry.js +0 -1
  283. package/dist/ptcw-design/p-c460a62d.entry.js +0 -1
  284. package/dist/ptcw-design/p-c91a875b.entry.js +0 -1
  285. package/dist/ptcw-design/p-cd2404f0.entry.js +0 -1
  286. package/dist/ptcw-design/p-ce5ee58d.entry.js +0 -1
  287. package/dist/ptcw-design/p-d39668ca.entry.js +0 -1
  288. package/dist/ptcw-design/p-e955c833.entry.js +0 -1
  289. package/dist/ptcw-design/p-f0cd0fb4.entry.js +0 -1
  290. package/dist/ptcw-design/p-f7d18b93.entry.js +0 -1
  291. package/dist/ptcw-design/p-fce72f70.entry.js +0 -1
  292. package/dist/types/components/ptc-nav/ptc-nav.d.ts +0 -3
  293. package/dist/types/components/ptc-nav-item/ptc-nav-item.d.ts +0 -53
@@ -1,13 +1,11 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcHeroCss = ":host{display:block;position:relative}:host(.jumbotron) .ptc-hero-wrapper,:host(.footer-cta) .ptc-hero-wrapper{position:relative}:host(.footer-cta) .ptc-hero-wrapper div>*{text-align:center}";
4
4
 
5
- let PtcHero = class {
5
+ const PtcHero = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
- /**
9
- * Hero Background Image URL
10
- */
8
+ this.heroType = undefined;
11
9
  this.bgUrl = undefined;
12
10
  }
13
11
  render() {
@@ -1,25 +1,13 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
- const ptcIconListCss = ":host{display:block;padding-bottom:var(--ptc-element-spacing-03)}:host .ptc-icon-list{display:flex;align-items:center}:host .ptc-icon-list .value-text{font-size:var(--ptc-font-size-small);white-space:nowrap}:host .ptc-icon-list .ptc-numbered-values{margin-left:var(--ptc-element-spacing-03);font-family:var(--ptc-font-secondary-latin);white-space:nowrap}:host .ptc-icon-list .ptc-numbered-subtitle{margin:0;font-size:var(--ptc-font-size-medium);font-family:var(--ptc-font-secondary-latin)}@media only screen and (min-width: 992px){:host .ptc-icon-list .ptc-numbered-subtitle{font-size:var(--ptc-font-size-large)}}:host .ptc-icon-list .ptc-content{font-family:var(--ptc-font-secondary-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-bold);font-stretch:normal;font-style:normal;line-height:var(--ptc-line-height-dense);letter-spacing:normal;text-align:left;color:var(--color-gray-10);margin:0 0 0 var(--ptc-element-spacing-03);line-height:var(--ptc-line-height-densest)}:host .ptc-icon-list .ptc-content-simple{margin:0 0 0 var(--ptc-element-spacing-03);font-size:var(--ptc-font-size-small);font-stretch:normal;font-style:normal;line-height:var(--ptc-line-height-dense);letter-spacing:normal;text-align:left;color:var(--color-gray-10);line-height:var(--ptc-line-height-densest)}:host ::slotted(icon-asset){display:flex;align-self:center}:host(.icon-top-align-list) ::slotted(icon-asset){display:flex;align-self:flex-start;transform:translateY(40%)}:host(.last-item){margin-bottom:var(--ptc-layout-spacing-03)}";
3
+ const ptcIconListCss = ":host{display:block;padding-bottom:var(--ptc-element-spacing-03)}:host .ptc-icon-list{display:flex;align-items:center}:host .ptc-icon-list .value-text{font-size:var(--ptc-font-size-small);white-space:nowrap}:host .ptc-icon-list .ptc-numbered-values{margin-left:var(--ptc-element-spacing-03);font-family:var(--ptc-font-secondary-latin);white-space:nowrap}:host .ptc-icon-list .ptc-numbered-subtitle{margin:0;font-size:var(--ptc-font-size-medium);font-family:var(--ptc-font-secondary-latin)}@media only screen and (min-width: 992px){:host .ptc-icon-list .ptc-numbered-subtitle{font-size:var(--ptc-font-size-large)}}:host .ptc-icon-list .ptc-content{font-family:var(--ptc-font-secondary-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-bold);font-stretch:normal;font-style:normal;line-height:var(--ptc-line-height-dense);letter-spacing:normal;text-align:left;color:var(--color-gray-10);margin:0 0 0 var(--ptc-element-spacing-03);line-height:var(--ptc-line-height-densest)}:host .ptc-icon-list .ptc-content-simple{margin:0 0 0 var(--ptc-element-spacing-03);font-size:var(--ptc-font-size-small);font-stretch:normal;font-style:normal;line-height:var(--ptc-line-height-dense);letter-spacing:normal;text-align:left;color:var(--color-gray-10);line-height:var(--ptc-line-height-densest)}:host ::slotted(icon-asset){display:flex;align-self:center}:host ::slotted(ptc-picture){min-width:24px}:host(.icon-top-align-list) ::slotted(icon-asset){display:flex;align-self:flex-start;transform:translateY(40%)}:host(.last-item){margin-bottom:var(--ptc-layout-spacing-03)}";
4
4
 
5
- let PtcIconList = class {
5
+ const PtcIconList = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
- /**
9
- * List item type
10
- */
11
8
  this.listType = 'simple-icon-list';
12
- /**
13
- * List value with unit Example: 60%
14
- */
15
9
  this.valueWithUnit = '';
16
- /**
17
- * List value text Example: up to
18
- */
19
10
  this.valueText = '';
20
- /**
21
- * List value with unit Example: Increase in Operator Productivity
22
- */
23
11
  this.listContent = '';
24
12
  this.isLastItem = false;
25
13
  }
@@ -1,10 +1,11 @@
1
- import { r as registerInstance, h, g as getElement } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcIconMinimizeCss = ".content{transition:max-height ease-out 250ms;overflow:hidden;max-height:0}.ptc-icon-minimize .header{display:flex;justify-content:space-between;align-items:center;align-content:center}.ptc-icon-minimize .header .title{color:var(--color-gray-10);font-family:\"Raleway\";font-style:normal;font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-normal)}.ptc-icon-minimize .header .icon{cursor:pointer;border:1px solid var(--color-gray-10);border-radius:2px;transition:background-color ease-out 250ms;background-color:transparent;height:1.25rem;width:1.25rem;text-align:center;display:flex;align-items:center;justify-content:center}.ptc-icon-minimize .header .icon:hover{background-color:var(--color-gray-02)}.ptc-icon-minimize .header .icon icon-asset{position:relative;width:var(--ptc-font-size-xxx-small);height:var(--ptc-font-size-xxx-small);display:flex}";
4
4
 
5
- let PtcIconMinimize = class {
5
+ const PtcIconMinimize = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
+ this.heading = undefined;
8
9
  this.opened = true;
9
10
  }
10
11
  componentDidLoad() {
@@ -1,33 +1,17 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcLinkCss = ":host{display:block}.disabled{pointer-events:none;cursor:default;text-decoration:none}.ptc-link{display:inline-block;color:var(--color-gray-10);font-weight:var(--ptc-font-weight-black);position:relative;line-height:var(--ptc-line-height-normal);outline:none;text-decoration:none}.simple::after{content:\"\";position:absolute;width:100%;left:0px;bottom:2px;transition:opacity var(--ptc-transition-fast) var(--ptc-ease-inout);border-bottom:2px solid var(--color-green-07);opacity:0}.simple:hover.simple::after{opacity:1}.product-link{font-weight:var(--ptc-font-weight-extrabold)}.product-link::after{content:\"\";position:absolute;width:100%;left:0px;bottom:2px;transition:opacity var(--ptc-transition-fast) var(--ptc-ease-inout);border-bottom:2px solid var(--color-green-07);opacity:1;color:var(--color-green-07)}.product-link:hover.product-link{color:var(--color-green-07)}.product-link:hover.product-link::after{opacity:1}.arrow{margin-right:var(--ptc-element-spacing-01)}.arrow::after{position:absolute;display:block;content:\"\";width:var(--ptc-element-spacing-07);border-bottom:2px solid var(--color-green-07);bottom:1px;transition:width var(--ptc-transition-fast) var(--ptc-ease-inout)}.arrow:hover.arrow::after{width:100%}.underline{border-bottom:2px solid var(--color-green-07)}.underline:hover{color:#00890B;border-bottom:2px solid #00890B}.uppercase{text-transform:uppercase}.small{font-size:var(--ptc-font-size-xx-small)}.medium{font-size:var(--ptc-font-size-x-small)}.large{font-size:var(--ptc-font-size-medium)}.ptc-link.arrow icon-asset{position:absolute;right:-25px;transition:transform var(--ptc-transition-fast) var(--ptc-ease-inout);transform:translateY(2px)}.ptc-link.arrow icon-asset svg{fill:var(--color-green-07) !important}.ptc-link.arrow-plm icon-asset{position:absolute;right:-6.75px;transform:translate(100%, 3%)}.ptc-link.arrow-plm svg{fill:var(--color-green-07) !important}.ptc-link:hover.arrow icon-asset{transform:translate(var(--ptc-element-spacing-04), 2px)}.nav-title:focus,.nav-title-link:focus,.primary-nav-link:focus,.secondary-nav-link:focus,.footer-nav-link:focus,.copyright-link:focus{outline:3px solid var(--color-blue-07);outline-offset:2px}.nav-title{box-sizing:border-box;color:var(--color-white);display:inline-block;font-size:var(--ptc-font-size-x-small);font-stretch:100%;font-weight:var(--ptc-font-weight-extrabold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-dense);list-style:none;margin-bottom:var(--ptc-element-spacing-02);text-align:left}.primary-nav-link{background-color:transparent;box-sizing:border-box;color:var(--color-gray-01);display:inline-block;font-size:var(--ptc-font-size-x-small);font-stretch:100%;font-weight:var(--ptc-font-weight-extrabold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-dense);list-style:none;margin:var(--ptc-element-spacing-01) var(--ptc-element-spacing-03);padding:var(--ptc-element-spacing-02) var(--ptc-element-spacing-06);position:relative;text-decoration:none;transition:background-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.primary-nav-link:hover{border-radius:var(--ptc-border-radius-standard);background-color:var(--color-gray-12);text-decoration:none;outline:none}.nav-title-link{background-color:transparent;box-sizing:border-box;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-stretch:100%;font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest);list-style:none;text-align:left;text-decoration-color:var(--color-white);text-decoration:none;transition:border-color var(--ptc-transition-medium) var(--ptc-ease-inout);border-bottom:1.5px solid transparent;display:inline-block}.nav-title-link:hover{color:var(--color-white);border-bottom:1.5px solid var(--color-green-06)}.secondary-nav-link{display:inline-block;background-color:transparent;box-sizing:border-box;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-stretch:100%;font-style:normal;font-weight:var(--ptc-font-weight-semibold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-densest);list-style:none;margin-bottom:var(--ptc-element-spacing-03);text-align:left;text-decoration:none;transition:border-color var(--ptc-transition-medium) var(--ptc-ease-inout);border-bottom:1.5px solid transparent;white-space:nowrap}.secondary-nav-link:hover{color:var(--color-white);border-bottom:1.5px solid var(--color-green-06);border-radius:0;text-decoration:none}.footer-nav-link{color:var(--color-white);transition:border var(--ptc-transition-medium) var(--ptc-ease-inout), color var(--ptc-transition-medium) var(--ptc-ease-inout);border-bottom:1px solid transparent;outline:none;text-decoration:none;font-weight:var(--ptc-font-weight-semibold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-densest);text-align:left;font-size:var(--ptc-font-size-x-small)}.footer-nav-link:hover{outline:none;text-decoration:none;border-bottom:0.1rem solid var(--color-green-06);color:var(--color-green-06)}.copyright-link{color:var(--color-white);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-normal);line-height:var(--ptc-line-height-loose);display:inline-block}.arrow-plm{color:var(--color-white);font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest);text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:transparent;text-underline-offset:2px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.arrow-plm:hover{text-decoration-color:var(--color-green-07)}";
4
4
 
5
- let PtcLink = class {
5
+ const PtcLink = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
- /**
9
- * Disabled link
10
- */
11
8
  this.disabled = false;
12
- /**
13
- * Rxternal link
14
- * */
15
9
  this.external = false;
16
- /**
17
- * Target
18
- */
10
+ this.href = undefined;
19
11
  this.target = '_self';
20
- /**
21
- * Theme
22
- */
12
+ this.linkTitle = undefined;
23
13
  this.theme = 'simple';
24
- /**
25
- * Uppercase
26
- */
27
14
  this.uppercase = false;
28
- /**
29
- * Font Size
30
- */
31
15
  this.fontSize = 'medium';
32
16
  }
33
17
  render() {
@@ -1,10 +1,10 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcListCss = ":host{display:block}:host(.list-primary) li{font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-normal);letter-spacing:var(--ptc-letter-spacing-normal);list-style:none}:host(.list-primary) li:not(:last-child){margin-bottom:0.625rem}:host(.list-primary) li a{color:var(--color-white);outline:none;text-decoration:none;font-family:Rajdhani;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-normal);text-transform:uppercase;letter-spacing:var(--ptc-letter-spacing-normal)}:host(.list-primary) li a:hover{color:var(--color-white);border-bottom:1.5px solid var(--color-green-07)}";
4
4
 
5
5
  class ListItem {
6
6
  }
7
- let PtcList = class {
7
+ const PtcList = class {
8
8
  constructor(hostRef) {
9
9
  registerInstance(this, hostRef);
10
10
  this.listType = 'list-primary';
@@ -1,13 +1,11 @@
1
- import { r as registerInstance, h } from './index-5ff11327.js';
1
+ import { r as registerInstance, h } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcLottieCss = ":host{display:block;width:100%;height:auto}";
4
4
 
5
- let PtcLottie = class {
5
+ const PtcLottie = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
- /**
9
- * Animation speed
10
- */
8
+ this.jsonSrc = undefined;
11
9
  this.speed = 1;
12
10
  }
13
11
  render() {
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcMinimizedFooterCss = ":host{box-shadow:var(--ptc-shadow-medium);color:var(--color-white);position:relative;overflow:hidden;position:relative;z-index:1000;padding:0;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-gray-10)}.min-footer-nav-list{margin:0;padding:0;list-style:none}.min-footer-copyright-wrapper{text-align:center;position:relative;z-index:20}.min-footer-copyright-wrapper .min-footer-copyright-list{padding:var(--ptc-element-spacing-04) 0;display:flex;flex-direction:row}@media screen-sm{.min-footer-copyright-wrapper .min-footer-copyright-list{padding:var(--ptc-element-spacing-04) 0}}";
4
4
 
5
- let PtcMinimizedFooter = class {
5
+ const PtcMinimizedFooter = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  }
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcMinimizedHeaderCss = ":host{display:block}.minimized-header .header{overflow:hidden;height:48px;background-color:var(--color-gray-10);display:flex;align-items:center;justify-content:center}.minimized-header .header a{float:left;color:var(--color-black);text-align:center;padding:0px 0;text-decoration:none;font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-p);border-radius:var(--ptc-border-radius-standard)}.minimized-header .header a.mini-navbar-logo{font-size:var(--ptc-font-size-large);font-weight:var(--ptc-font-weight-bold)}.minimized-header .header a.mini-navbar-logo img{width:65px;vertical-align:middle;border:0;height:auto}.mini-navbar-logo{outline:3px solid transparent}.mini-navbar-logo:focus{outline:3px solid var(--color-blue-07);outline-offset:2px;border-radius:var(--ptc-border-radius-standard);text-decoration:none;border-color:transparent !important}@media only screen and (min-width: 768px){.temp-container{width:750px}}@media only screen and (min-width: 992px){.temp-container{width:970px}}@media only screen and (min-width: 1200px){.temp-container{width:1170px}}@media only screen and (min-width: 1440px){.temp-container{width:1400px}}@media only screen and (min-width: 1600px){.temp-container{width:1560px}}@media screen-xs{.minimized-header .header a{float:none;display:block;text-align:left}}";
4
4
 
5
- let PtcMinimizedHeader = class {
5
+ const PtcMinimizedHeader = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  this.linkUrl = '#';
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-5ff11327.js';
1
+ import { r as registerInstance, h } from './index-0c73b51e.js';
2
2
  import { c as createCommonjsModule } from './_commonjsHelpers-8b28c6fa.js';
3
3
 
4
4
  var mobileSelect = createCommonjsModule(function (module, exports) {
@@ -717,31 +717,16 @@ var mobileSelect = createCommonjsModule(function (module, exports) {
717
717
 
718
718
  const ptcMobileSelectCss = ".mobileSelect{position:relative;z-index:0;opacity:0;visibility:hidden;-webkit-transition:opacity 0.4s, z-index 0.4s;transition:opacity 0.4s, z-index 0.4s}.mobileSelect *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.mobileSelect .grayLayer{position:fixed;top:0;left:0;bottom:0;right:0;background:#eee;background:rgba(0, 0, 0, 0.7);z-index:888;display:block}.mobileSelect .content{width:100%;display:block;position:fixed;z-index:889;color:black;-webkit-transition:all 0.4s;transition:all 0.4s;bottom:-350px;left:0;background:white}.mobileSelect .content .fixWidth{width:90%;margin:0 auto;position:relative}.mobileSelect .content .fixWidth:after{content:\".\";display:block;height:0;clear:both;visibility:hidden}.mobileSelect .content .btnBar{border-bottom:1px solid #DCDCDC;font-size:15px;height:45px;position:relative;text-align:center;line-height:45px}.mobileSelect .content .btnBar .cancel,.mobileSelect .content .btnBar .ensure{height:45px;width:55px;cursor:pointer;position:absolute;top:0}.mobileSelect .content .btnBar .cancel{left:0;color:#666}.mobileSelect .content .btnBar .ensure{right:0;color:#1e83d3}.mobileSelect .content .btnBar .title{font-size:15px;padding:0 15%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mobileSelect .content .panel:after{content:\".\";display:block;height:0;clear:both;visibility:hidden}.mobileSelect .content .panel .wheels{width:100%;height:200px;overflow:hidden}.mobileSelect .content .panel .wheel{position:relative;z-index:0;float:left;width:50%;height:200px;overflow:hidden;-webkit-transition:width 0.3s ease;transition:width 0.3s ease}.mobileSelect .content .panel .wheel .selectContainer{display:block;text-align:center;-webkit-transition:-webkit-transform 0.18s ease-out;transition:-webkit-transform 0.18s ease-out;transition:transform 0.18s ease-out;transition:transform 0.18s ease-out, -webkit-transform 0.18s ease-out}.mobileSelect .content .panel .wheel .selectContainer li{font-size:15px;display:block;height:40px;line-height:40px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mobileSelect .content .panel .selectLine{height:40px;width:100%;position:absolute;top:80px;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #DCDCDC;border-bottom:1px solid #DCDCDC}.mobileSelect .content .panel .shadowMask{position:absolute;top:0;width:100%;height:200px;background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(rgba(255, 255, 255, 0)), to(#ffffff));background:-webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);background:linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);opacity:0.9;pointer-events:none}.mobileSelect-show{opacity:1;z-index:10000;visibility:visible}.mobileSelect-show .content{bottom:0}.mobile-select-wrapper{display:block}.mobile-select-wrapper div{display:inline;margin-right:var(--ptc-element-spacing-03);width:100%;font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-regular);font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-densest);color:var(--color-white);height:18px}.mobileSelect .content{top:auto}.mobileSelect .content .btnBar{border-color:var(--color-gray-10)}.mobileSelect .content .btnBar .cancel,.mobileSelect .content .btnBar .ensure,.mobileSelect .content .btnBar .title{font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-densest)}.mobileSelect .content .btnBar .ensure,.mobileSelect .content .btnBar .cancel{transform:translateY(12.5px);width:125px}.mobileSelect .content .panel .wheel .selectContainer li{font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-densest);height:45px}ptc-responsive-wrapper.xsmall .mobile-select-wrapper,ptc-responsive-wrapper.small .mobile-select-wrapper{display:block}ptc-responsive-wrapper.medium .mobile-select-wrapper,ptc-responsive-wrapper.large .mobile-select-wrapper,ptc-responsive-wrapper.xlarge .mobile-select-wrapper,ptc-responsive-wrapper.xxlarge .mobile-select-wrapper,ptc-responsive-wrapper.large2k .mobile-select-wrapper,ptc-responsive-wrapper.large4k .mobile-select-wrapper{display:none}";
719
719
 
720
- let PtcMobileSelect = class {
720
+ const PtcMobileSelect = class {
721
721
  constructor(hostRef) {
722
722
  registerInstance(this, hostRef);
723
- /**
724
- * Selected Id
725
- * - initialize the id(string) of default wheel
726
- */
723
+ this.triggerName = undefined;
724
+ this.selectedText = undefined;
725
+ this.wheelData = undefined;
727
726
  this.selectedId = '';
728
- /**
729
- * Confirm Text
730
- * - translation goes here
731
- */
732
727
  this.ensureBtnText = 'Confirm';
733
- /**
734
- * Cancel Text
735
- * - translation goes here
736
- */
737
728
  this.cancelBtnText = 'Cancel';
738
- /**
739
- * Mobile select list title (Optional)
740
- */
741
729
  this.listTitle = undefined;
742
- /**
743
- * link url
744
- */
745
730
  this.linkUrl = undefined;
746
731
  }
747
732
  render() {
@@ -1,40 +1,22 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-5ff11327.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcModalCss = ":host{display:block}.wrapper{position:absolute;width:100vw;height:100%;top:0;left:0;z-index:3000;display:none}.wrapper.fixed{position:fixed}.wrapper .modal-popup{margin:7.5rem auto 1rem;background-color:var(--color-white);box-shadow:var(--ptc-shadow-large);max-width:22.5625rem;width:80%;display:flex;flex-direction:column;align-items:flex-end;align-content:flex-end;z-index:3020;transform:translateY(-100%)}@media only screen and (min-width: 992px){.wrapper .modal-popup{max-width:29.125rem}}.wrapper .modal-popup.md{max-width:44.125rem}.wrapper .modal-popup.lg{max-width:56.25rem}.wrapper .modal-popup.xl{max-width:64.0625rem}.wrapper .modal-popup .modal-body{width:100%}.wrapper .modal-popup .modal-body iframe{opacity:0;overflow:hidden;width:100%;border:0;transition:opacity var(--ptc-ease-inout) var(--ptc-transition-medium)}.wrapper .modal-popup .modal-body iframe.ready{opacity:1}.wrapper .modal-popup .modal-body.frame{overflow:hidden}.wrapper .modal-popup .modal-body.html{overflow:hidden}.wrapper .modal-popup .close{margin-right:var(--ptc-element-spacing-03);margin-top:var(--ptc-element-spacing-03)}.wrapper .modal-popup.shadow-scroller{max-height:756px}.wrapper .modal-popup.shadow-scroller .modal-header{transition:box-shadow ease-in-out 250ms;position:relative;min-height:57px;border-bottom:1px solid var(--color-gray-02);width:100%}.wrapper .modal-popup.shadow-scroller .modal-header .close{position:absolute;top:var(--spacing-md);right:var(--spacing-md);margin:0}.wrapper .modal-popup.shadow-scroller .modal-body{min-height:200px;overflow-x:hidden;overflow-y:auto}.wrapper .modal-popup.shadow-scroller .modal-footer{transition:box-shadow ease-in-out 250ms;width:100%;min-height:72px;border-top:1px solid var(--color-gray-02);padding-top:1rem}.wrapper .modal-popup.shadow-scroller.scroll-top .modal-header{box-shadow:0px 4px 12px rgba(0, 0, 0, 0.12)}.wrapper .modal-popup.shadow-scroller.scroll-bottom .modal-footer{box-shadow:0px -8px 12px rgba(0, 0, 0, 0.12)}.wrapper.show{display:flex;align-items:flex-start}.wrapper.show .modal-popup{transform:translateY(0)}.wrapper.show .modal-popup.rounded{border-radius:var(--ptc-border-radius-standard)}.overlay{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:3010;display:block;background-color:rgba(0, 0, 0, 0.6)}";
4
4
 
5
- let PtcModal = class {
5
+ const PtcModal = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  this.closed = createEvent(this, "closed", 7);
9
9
  this.opened = createEvent(this, "opened", 7);
10
- /**
11
- * Sets if popup should close if click on outside
12
- */
10
+ this.iframeUrl = undefined;
13
11
  this.size = 'sm';
14
- /**
15
- * Set whether or not to display modal
16
- */
17
12
  this.show = false;
18
- /**
19
- * Sets if popup should overlay
20
- */
21
13
  this.overlay = true;
22
- /**
23
- * Sets if popup should overlay
24
- */
25
14
  this.fixed = false;
26
- /**
27
- * Sets if popup should close if click on outside
28
- */
29
15
  this.closeOnBlur = false;
30
- /**
31
- * Sets if popup should have rounded corners
32
- */
33
16
  this.rounded = false;
34
- /**
35
- * Sets if popup should have header footer sections
36
- */
37
17
  this.showHeaderFooter = false;
18
+ this.overlayHeight = undefined;
19
+ this.bodyOverflowSetting = undefined;
38
20
  }
39
21
  fireOnClosed(modal) {
40
22
  this.closed.emit(modal);
@@ -1,14 +1,14 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcOverlayCss = ":host{display:block;position:absolute;top:0;left:0;width:100%;height:100%}:host(.blue){background:linear-gradient(180deg, rgba(25, 123, 192, 0.2) 0%, var(--color-blue-07) 100%)}:host(.red){background:linear-gradient(180deg, rgba(209, 44, 58, 0.2) 0%, var(--color-red-07) 100%)}:host(.orange){background:linear-gradient(180deg, rgba(195, 119, 41, 0.2) 0%, var(--color-orange-07) 100%)}:host(.green){background:linear-gradient(180deg, rgba(0, 137, 11, 0.2) 0%, var(--color-green-07) 100%)}:host(.black-1){background:linear-gradient(270deg, rgba(32, 38, 42, 0.32) 33.33%, var(--color-gray-12) 100%)}:host(.black-2){background:linear-gradient(180deg, rgba(32, 38, 42, 0) 0%, var(--color-gray-12) 100%)}@media only screen and (min-width: 768px){:host(.black-1){background:linear-gradient(270deg, rgba(32, 38, 42, 0) 33.33%, var(--color-gray-12) 100%)}:host(.black-2){background:linear-gradient(180deg, rgba(32, 38, 42, 0) 0%, var(--color-gray-12) 100%)}}:host(.black-3){background:linear-gradient(180deg, var(--color-gray-12) 0%, rgba(32, 38, 42, 0.55) 100%)}:host(.slate-grey){background:linear-gradient(180deg, rgba(97, 116, 128, 0.2) 0%, var(--color-gray-07) 100%)}:host(.radius-standard){border-radius:var(--ptc-border-radius-standard)}:host(.radius-large){border-radius:var(--ptc-border-radius-large)}:host(.z-index-auto){z-index:auto}:host(.z-index-n-1){z-index:-1}:host(.z-index-n-2){z-index:-2}:host(.z-index-p-1){z-index:1}:host(.z-index-p-2){z-index:2}";
4
4
 
5
- let PtcOverlay = class {
5
+ const PtcOverlay = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
- /**
9
- * Overlay z-index
10
- */
8
+ this.filterColor = undefined;
9
+ this.borderRadius = undefined;
11
10
  this.overlayZIndex = 'z-index-auto';
11
+ this.styles = undefined;
12
12
  }
13
13
  render() {
14
14
  const classMap = this.getCssClassMap();
@@ -1,21 +1,11 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-5ff11327.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcPagenationCss = ":host{display:block}.events-filter{padding:20px 32px 20px 0;text-align:center}@media (min-width: 992px){.events-filter{padding:10px 40px 10px 0px}}.events-filter .pagenation-arrow{width:40px;height:40px;margin:0 15px;vertical-align:middle}.show-page{display:inline}.hide-page{display:none}.prev-text{display:none}.last-text{display:none}@media (min-width: 992px){.prev-text{display:inline}.last-text{display:inline}}.events-filter-item{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-semibold);font-stretch:normal;font-style:var(--ptc-font-style-normal);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:left;padding:6px;color:var(--color-gray-10);text-decoration:none}.events-filter .active{font-family:var(--ptc-font-latin);border-bottom:2px solid var(--color-green-13);font-weight:var(--ptc-font-weight-semibold)}.events-filter-item:hover,.events-filter-item:focus{text-decoration:none;outline:0;color:var(--color-green-14)}span.events-filter-item:hover,span.events-filter-item:focus{text-decoration:none;outline:0;color:var(--color-gray-10)}span.events-filter-item.disabled{color:var(--color-white-01)}.events-filter .disabled{color:var(--color-white-01)}.events-filter-dots{padding:0rem;font-weight:var(--ptc-font-weight-extrabold);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-xx-small);font-stretch:normal;font-style:var(--ptc-font-style-normal);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:left;color:var(--color-gray-10);text-decoration:none}.events-disable-arrows{opacity:0.35}.events-enable-arrows{opacity:1}.events-small-dots{height:60px;margin-top:-25px}@media (min-width: 992px){.events-small-dots{height:80px;margin-top:-40px}}.last-page{transform:rotate(180deg)}";
4
4
 
5
- let PtcPagenation = class {
5
+ const PtcPagenation = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  this.pageClicked = createEvent(this, "pageClicked", 7);
9
- this.numberOfItems = 9; //page size
10
- this.previousValue = "Previous";
11
- this.lastValue = "Next";
12
- this.pageNumbers = [];
13
- this.minPageNumber = 1;
14
- this.maxPageNumber = 4;
15
- this.clickedPageNumber = 1;
16
- this.appendArray = true;
17
- this.prevArrowImg = "/dist/ptc/images/sidescroll-left-curved.svg";
18
- this.nextArrowImg = "/dist/ptc/images/sidescroll-right-curved.svg";
19
9
  this.handleClick = () => {
20
10
  if (this.clickedPageNumber < this.getPageCount()) {
21
11
  if (this.clickedPageNumber + 1 <= this.maxPageNumber) {
@@ -85,6 +75,17 @@ let PtcPagenation = class {
85
75
  }
86
76
  return this.pageNumbers;
87
77
  };
78
+ this.totalCount = undefined;
79
+ this.numberOfItems = 9;
80
+ this.previousValue = "Previous";
81
+ this.lastValue = "Next";
82
+ this.pageNumbers = [];
83
+ this.minPageNumber = 1;
84
+ this.maxPageNumber = 4;
85
+ this.clickedPageNumber = 1;
86
+ this.appendArray = true;
87
+ this.prevArrowImg = "/dist/ptc/images/sidescroll-left-curved.svg";
88
+ this.nextArrowImg = "/dist/ptc/images/sidescroll-right-curved.svg";
88
89
  }
89
90
  render() {
90
91
  let pageCountValue = this.getPageCount();
@@ -1,10 +1,12 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcPreviousUrlCss = ":host{display:block;margin-top:var(--ptc-element-spacing-03)}.back-to-videos{display:inline-block;font-family:var(--ptc-font-latin);font-style:normal;font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-xx-small);line-height:var(--ptc-line-height-dense)}.back-to-videos:hover{text-decoration:underline;text-decoration-color:var(--color-green-07);outline:none}::slotted(*){transform:translate(-2px, -2px)}.backarrow:hover+.back-to-videos{text-decoration:underline;text-decoration-color:var(--color-green-07);outline:none}";
4
4
 
5
- let PtcPreviousUrl = class {
5
+ const PtcPreviousUrl = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
+ this.href = undefined;
9
+ this.text = undefined;
8
10
  }
9
11
  render() {
10
12
  return (h(Host, null, h("list-item", { listType: 'breadcrumb', flushBefore: true, "link-href": this.href }, h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }), h("a", { class: "back-to-videos" }, this.text)), h("slot", null)));
@@ -1,10 +1,11 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcPricingBlockCss = ":host{display:block}:host .ptc-pricing-block{width:100%;background-color:var(--color-gray-02);border-radius:var(--ptc-border-radius-standard);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-dense);display:block}:host .ptc-pricing-block.active{background-color:var(--color-gray-12);color:var(--color-white)}:host .right-text{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-dense);text-align:right;float:right;margin:15px 20px 15px 15px;display:block}:host .left-text{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-dense);text-align:left;margin:15px 15px 15px 20px;display:inline-block}";
4
4
 
5
- let PtcPricingBlock = class {
5
+ const PtcPricingBlock = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
+ this.active = undefined;
8
9
  }
9
10
  render() {
10
11
  const classMap = this.getCssClassMap();
@@ -1,20 +1,18 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const QuotationMark = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48.12 32.76"><defs><style>.cls-1{isolation:isolate;}.cls-2{fill:#cac8c8;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g class="cls-1"><g class="cls-1"><path class="cls-2" d="M24,0,18,15.12h5.4L19.68,32.76H0l3.72-18L11.4,0ZM48.12,0l-6,15.12h5.4L43.8,32.76H24.12l3.72-18L35.52,0Z"/></g></g></g></g></svg>`;
4
4
 
5
5
  const ptcQuoteCss = ":host{display:flex;width:100%;position:relative;overflow:hidden;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:flex-start}:host(.image-quote) .quote-media{position:relative;flex-basis:auto}:host(.image-quote) .quote-media img{width:100%}:host(.image-quote) .quote-media .our-leadership{width:89%;padding:var(--ptc-element-spacing-04) var(--ptc-element-spacing-04) var(--ptc-element-spacing-02) var(--ptc-element-spacing-04);top:0px;margin:0px auto;display:flex;position:relative;box-shadow:var(--ptc-shadow-large);background-color:var(--color-white);transform:translateY(-50%)}:host(.image-quote) .quote-media .our-leadership p{font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-black);color:var(--color-gray-10);line-height:var(--ptc-line-height-p);letter-spacing:var(--ptc-letter-spacing-loose);margin-block-end:0;margin-block-start:0}:host(.image-quote) .quote-media .our-leadership .line{height:2px;width:82%;position:absolute;top:20%}:host(.image-quote) .quote-media .our-leadership .line .green-line{width:30%;height:2px;background-color:var(--color-green-05);display:inline-block;position:absolute}:host(.image-quote) .quote-media .our-leadership .line .grey-line{width:70%;height:1px;background-color:var(--color-gray-03);display:inline-block;position:absolute;left:30%}:host(.image-quote) .quote-content{flex-basis:auto;display:flex;flex-flow:column nowrap}:host(.image-quote) .quote-content .quotemarks{flex-basis:7%;width:15%;margin-bottom:var(--ptc-element-spacing-03);max-width:2.5rem}:host(.image-quote) .quote-content blockquote{flex-basis:93%;margin-block-start:calc(-1 * var(--ptc-element-spacing-04));margin-inline-start:0;margin-inline-end:0}:host(.image-quote) .quote-content blockquote p{font-weight:var(--ptc-font-weight-medium);font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-p);font-style:var(--ptc-font-style-italic);color:var(--color-gray-10);letter-spacing:var(--ptc-letter-spacing-loose);margin:var(--ptc-element-spacing-04) 0}:host(.image-quote) .quote-content .quote-name{display:block;margin-bottom:var(--ptc-element-spacing-07);font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-medium)}@media only screen and (min-width: 768px){:host(.image-quote) .quote-media .our-leadership{width:65%;padding:var(--ptc-element-spacing-06) var(--ptc-element-spacing-06) var(--ptc-element-spacing-03) var(--ptc-element-spacing-06);transform:translateY(-25%)}:host(.image-quote) .quote-media .our-leadership p{font-size:var(--ptc-font-size-large)}:host(.image-quote) .quote-content .quotemarks{width:10%}:host(.image-quote) .quote-content blockquote p{font-size:var(--ptc-font-size-medium);letter-spacing:var(--ptc-letter-spacing-normal)}:host(.image-quote) .quote-content .quote-name{font-size:var(--ptc-font-size-medium);letter-spacing:var(--ptc-letter-spacing-normal)}}@media only screen and (min-width: 992px){:host(.image-quote) .quote-content{margin-right:5%;margin-left:5%}:host(.image-quote) .quote-content blockquote p{font-size:var(--ptc-font-size-large)}:host(.image-quote) .quote-content .quote-name{font-size:var(--ptc-font-size-large)}}@media only screen and (min-width: 1200px){:host(.image-quote){flex-direction:row}:host(.image-quote) .quote-media{flex-basis:40%;padding:unset;margin:var(--ptc-layout-spacing-05) 0px 0px calc(var(--ptc-layout-spacing-06) * 2);padding-right:var(--ptc-element-spacing-08)}:host(.image-quote) .quote-media .our-leadership{width:78%;transform:translateY(-50%)}:host(.image-quote) .quote-media .our-leadership .line{top:18%}:host(.image-quote) .quote-content{flex-basis:58%;flex-flow:row nowrap;margin-left:unset;margin-right:unset}:host(.image-quote) .quote-content .quotemarks{flex-basis:8%;margin-right:var(--ptc-element-spacing-03)}}:host(.plain-quote) blockquote{margin:0 auto;padding:0 0 var(--ptc-element-spacing-04) var(--ptc-element-spacing-04);border-left:5px solid var(--color-green-05)}:host(.plain-quote) blockquote p{font-weight:var(--ptc-font-weight-regular);font-size:var(--ptc-font-size-medium);line-height:var(--ptc-line-height-p);font-style:var(--ptc-font-style-italic);color:var(--color-gray-10);margin:var(--ptc-element-spacing-04) 0}:host(.plain-quote) .quote-content{flex-basis:auto}:host(.plain-quote) .quote-content .quote-name{display:block;margin-bottom:var(--ptc-element-spacing-07);font-size:var(--ptc-font-size-x-small)}";
6
6
 
7
- let PtcQuote = class {
7
+ const PtcQuote = class {
8
8
  constructor(hostRef) {
9
9
  registerInstance(this, hostRef);
10
- /**
11
- * Quote Type
12
- */
13
10
  this.quoteType = "image-quote";
14
- /**
15
- * Quote Name
16
- */
17
11
  this.quoteName = 'John Smith';
12
+ this.ctaText = undefined;
13
+ this.ctaUrl = undefined;
14
+ this.imgSrc = undefined;
15
+ this.imgTitle = undefined;
18
16
  }
19
17
  getImageTitle() {
20
18
  return (h("div", { class: "our-leadership" }, h("div", { class: "line" }, h("div", { class: "green-line" }), h("div", { class: "grey-line" })), h("p", null, this.imgTitle)));
@@ -1,26 +1,13 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcReadmoreCss = ":host{display:block}.box input{opacity:0;position:absolute;pointer-events:none}.box .read-more-text{display:-webkit-box;-webkit-box-orient:vertical;margin:0;overflow:hidden}.box .line1{-webkit-line-clamp:1}.box .line2{-webkit-line-clamp:2}.box .line3{-webkit-line-clamp:3}.box .line4{-webkit-line-clamp:4}.box .line5{-webkit-line-clamp:5}.box input~label{display:block;position:relative;cursor:pointer;right:0;margin-top:var(--ptc-element-spacing-02);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-densest);text-decoration-line:underline;color:var(--color-blue-07);text-align:right;transform:translateX(-36px)}.box .z-auto{z-index:auto}.box .z-1{z-index:1}.box .z-2{z-index:2}.box .z-3{z-index:3}.box .z-999{z-index:999}.box input:checked+.read-more-text{-webkit-line-clamp:unset}.box input:checked~label,.box .read-more-text:not(.truncated)~label{display:none}";
4
4
 
5
- let PtcReadmore = class {
5
+ const PtcReadmore = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
- /**
9
- * customize read more text
10
- */
11
8
  this.moreText = 'read more';
12
- /**
13
- *
14
- * @returns string
15
- */
16
9
  this.display = 'inline';
17
- /**
18
- * visible lines
19
- */
20
10
  this.visibleLines = 'line2';
21
- /**
22
- * index of hover lable
23
- */
24
11
  this.zIndex = 'z-auto';
25
12
  }
26
13
  addBtnTruncated() {
@@ -48,35 +35,15 @@ PtcReadmore.style = ptcReadmoreCss;
48
35
 
49
36
  const ptcTooltipCss = ":host{position:relative}:host(.inline){display:inline}:host(.block){display:block}.text-ellipsis{position:relative;display:inline}.text-ellipsis:not(.truncated){z-index:auto !important}.z-auto{z-index:auto}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-999{z-index:999}.tooltip{position:absolute;padding:8px;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-weight:var(--ptc-font-weight-semibold);background:var(--color-gray-09);box-shadow:0px 2px 4px rgba(0, 0, 0, 0.3);border:none;border-radius:2px;width:273px;height:auto;visibility:hidden}.tooltip.bottom{bottom:-12px;transform:translateY(100%)}.tooltip.bottom::after{top:1px;left:50%;transform:translate(-50%, -100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.left{bottom:-12px;transform:translate(-80%, 100%)}.tooltip.left::after{top:1px;right:8px;transform:translateY(-100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.right{bottom:-12px;transform:translateY(100%);right:0px}.tooltip.right::after{top:1px;left:8px;transform:translateY(-100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.top{top:-8px;transform:translateY(-100%)}.tooltip.top::after{left:50%;bottom:1px;transform:translate(-50%, 100%);border:8px solid transparent;border-top:8px solid var(--color-gray-09)}.truncated{cursor:help}.truncated:hover+.tooltip{visibility:visible;z-index:9999}.tooltip::after{content:\"\";position:absolute}";
50
37
 
51
- let PtcTooltip = class {
38
+ const PtcTooltip = class {
52
39
  constructor(hostRef) {
53
40
  registerInstance(this, hostRef);
54
- /**
55
- * Component Display
56
- * please don't set it to be inline-block
57
- */
58
41
  this.textDisplay = 'inline';
59
- /**
60
- * max length
61
- */
62
42
  this.maxLength = 45;
63
- /**
64
- * Ellipsis apply to X lines
65
- * @returns string
66
- */
67
- // @Prop() textLines?: 'line-1' | 'line-2' | 'line-4' | 'line-1';
68
- /**
69
- * injected Description
70
- */
71
43
  this.description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ';
72
- /**
73
- * index of hover element
74
- */
75
44
  this.zIndex = 'z-auto';
76
- /**
77
- * Tooltip position
78
- */
79
45
  this.position = 'bottom';
46
+ this.styles = undefined;
80
47
  }
81
48
  // @Listen('resize', { target: 'window' })
82
49
  // addTruncatedTooltip() {
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, h, g as getElement } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcResponsiveWrapperCss = ":host{display:block}";
4
4
 
5
- let PtcResponsiveWrapper = class {
5
+ const PtcResponsiveWrapper = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  }
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const ShoppingCartBlack = `<svg width="26" height="24" viewBox="0 0 26 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
4
  <path fill-rule="evenodd" clip-rule="evenodd" d="M22.0047 16.9625H7.80762L6.89267 18.9387H22.1419V20.4358H21.288C21.5163 20.7841 21.6448 21.1863 21.66 21.6002C21.6753 22.0141 21.5767 22.4243 21.3747 22.7879C21.1726 23.1514 20.8746 23.4548 20.5118 23.6662C20.1491 23.8776 19.735 23.9892 19.3132 23.9892C18.8914 23.9892 18.4773 23.8776 18.1146 23.6662C17.7518 23.4548 17.4538 23.1514 17.2517 22.7879C17.0497 22.4243 16.9511 22.0141 16.9663 21.6002C16.9816 21.1863 17.1101 20.7841 17.3384 20.4358H9.27155C9.47218 20.7382 9.59773 21.0825 9.63811 21.4412C9.67848 21.7998 9.63255 22.1627 9.50401 22.5008C9.37547 22.8388 9.16791 23.1425 8.89803 23.3875C8.62815 23.6324 8.30348 23.8117 7.95014 23.911C7.5968 24.0103 7.22465 24.0268 6.86364 23.9591C6.50263 23.8915 6.16283 23.7416 5.87158 23.5215C5.58033 23.3014 5.34576 23.0173 5.18674 22.692C5.02772 22.3667 4.94869 22.0093 4.95601 21.6485C4.96201 21.221 5.08301 20.8027 5.30675 20.4358H4.33079L6.49619 14.9713H18.6041V13.7137H6.23695L2.33314 2.08101L0 1.25759V0L3.20235 1.10788L4.43754 4.49139H26L22.0047 16.9625ZM6.64528 22.5946C6.83586 22.7196 7.05993 22.7863 7.28915 22.7863C7.59652 22.7863 7.8913 22.6665 8.10865 22.4531C8.32599 22.2397 8.44809 21.9503 8.44809 21.6485C8.44809 21.4235 8.38012 21.2035 8.25278 21.0164C8.12543 20.8293 7.94443 20.6834 7.73266 20.5973C7.52089 20.5112 7.28786 20.4887 7.06305 20.5326C6.83824 20.5765 6.63173 20.6848 6.46965 20.844C6.30757 21.0031 6.19719 21.2058 6.15247 21.4265C6.10776 21.6473 6.13071 21.876 6.21843 22.0839C6.30614 22.2919 6.45469 22.4696 6.64528 22.5946ZM18.6769 22.5946C18.8675 22.7196 19.0916 22.7863 19.3208 22.7863C19.6282 22.7863 19.923 22.6665 20.1403 22.4531C20.3577 22.2397 20.4798 21.9503 20.4798 21.6485C20.4798 21.4235 20.4118 21.2035 20.2845 21.0164C20.1571 20.8293 19.9761 20.6834 19.7643 20.5973C19.5526 20.5112 19.3195 20.4887 19.0947 20.5326C18.8699 20.5765 18.6634 20.6848 18.5013 20.844C18.3392 21.0031 18.2289 21.2058 18.1841 21.4265C18.1394 21.6473 18.1624 21.876 18.2501 22.0839C18.3378 22.2919 18.4864 22.4696 18.6769 22.5946ZM19.3206 21.1395C19.2138 21.1365 19.1086 21.1651 19.0185 21.2215C18.9284 21.278 18.8577 21.3596 18.8154 21.456C18.7731 21.5523 18.7613 21.6589 18.7814 21.7619C18.8015 21.8649 18.8526 21.9596 18.9282 22.0338C19.0037 22.108 19.1002 22.1582 19.2051 22.1779C19.3101 22.1977 19.4186 22.186 19.5167 22.1445C19.6149 22.103 19.698 22.0336 19.7555 21.9451C19.813 21.8567 19.8421 21.7534 19.8391 21.6485C19.8391 21.5135 19.7845 21.384 19.6872 21.2886C19.59 21.1931 19.4581 21.1395 19.3206 21.1395ZM7.28896 21.1395C7.18276 21.1395 7.07899 21.1707 6.99092 21.2289C6.90285 21.2872 6.83449 21.3699 6.79458 21.4665C6.75467 21.5632 6.74503 21.6693 6.76689 21.7713C6.78875 21.8734 6.84111 21.9667 6.91729 22.0393C6.99347 22.112 7.08999 22.1607 7.1945 22.1791C7.29902 22.1976 7.40678 22.1851 7.504 22.1431C7.60122 22.1012 7.68348 22.0317 7.74025 21.9436C7.79702 21.8555 7.82572 21.7527 7.82269 21.6485C7.81872 21.5121 7.76074 21.3827 7.66107 21.2876C7.56141 21.1926 7.42791 21.1394 7.28896 21.1395Z" fill="#20262A"/>
@@ -12,9 +12,10 @@ const ShoppingCartWhite = `<svg width="26" height="24" viewBox="0 0 26 24" fill=
12
12
 
13
13
  const ptcShoppingCartCss = ":host .cart{border-radius:4px;display:inline-block;padding:0.45rem;max-height:28px}:host .cart .cart__count{position:relative;background:#D33E3E;height:20px;width:20px;text-align:center;border-radius:50%;color:white;left:18px;bottom:38px;vertical-align:middle;display:flex;justify-content:center;align-items:center;text-align:center;font-family:Raleway;font-size:14px;font-weight:600;line-height:21px;letter-spacing:0em}:host .cart.black-background{background:rgba(0, 0, 0, 0.54)}:host .cart.clear-background{background:rgba(0, 0, 0, 0)}";
14
14
 
15
- let PtcShoppingCart = class {
15
+ const PtcShoppingCart = class {
16
16
  constructor(hostRef) {
17
17
  registerInstance(this, hostRef);
18
+ this.cartCount = undefined;
18
19
  this.color = 'white';
19
20
  }
20
21
  render() {
@@ -1,29 +1,24 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcSocialShareCss = ":host(.inline-block){display:inline-block}:host(.block){display:block}:host(.inline){display:inline}:host(.flex){display:flex}:host(.ptc-social-share){cursor:pointer}@media only screen and (min-width: 1200px){:host(.ptc-social-m-left){margin-left:var(--ptc-element-spacing-04)}}";
4
4
 
5
- let PtcSocialShare = class {
5
+ const PtcSocialShare = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  this.display = 'inline-block';
9
9
  this.shareType = 'twitter';
10
- /**
11
- * Optional - source for linkedin
12
- */
10
+ this.shareTitle = undefined;
11
+ this.text = undefined;
12
+ this.url = undefined;
13
13
  this.source = '';
14
- /**
15
- * Email recipient.
16
- * If you want to use mail share, you need to use this property
17
- */
18
14
  this.recipient = '';
19
- /**
20
- * is hover or not
21
- */
15
+ this.iconColor = 'white';
16
+ this.iconHoverColor = 'gray';
22
17
  this.isHover = false;
23
18
  }
24
19
  render() {
25
20
  const classMap = this.getCssClassMap();
26
- return (h(Host, { class: classMap }, h("div", { onClick: () => this.share(), onMouseEnter: () => this.hoverToggle(), onMouseLeave: () => this.hoverToggle() }, this.shareType == 'mail' ? h("icon-asset", Object.assign({ type: "ptc", size: "large", name: "plm-mail" }, (this.isHover ? { color: 'gray' } : { color: 'white' }))) : null, this.shareType == 'linkedin' ? h("icon-asset", Object.assign({ type: "ptc", size: "large", name: "plm-linkedin" }, (this.isHover ? { color: 'gray' } : { color: 'white' }))) : null, this.shareType == 'twitter' ? h("icon-asset", Object.assign({ type: "ptc", size: "large", name: "plm-twitter" }, (this.isHover ? { color: 'gray' } : { color: 'white' }))) : null, this.shareType == 'facebook' ? h("icon-asset", Object.assign({ type: "ptc", size: "large", name: "plm-fb" }, (this.isHover ? { color: 'gray' } : { color: 'white' }))) : null, this.shareType == 'share-api' ? h("icon-asset", Object.assign({ type: "solid", size: "large", name: "share-square" }, (this.isHover ? { color: 'gray' } : { color: 'white' }))) : null)));
21
+ return (h(Host, { class: classMap }, h("div", { onClick: () => this.share(), onMouseEnter: () => this.hoverToggle(), onMouseLeave: () => this.hoverToggle() }, this.shareType == 'mail' ? h("icon-asset", Object.assign({ type: "ptc", size: "large", name: "plm-mail" }, (this.isHover ? { color: this.iconHoverColor } : { color: this.iconColor }))) : null, this.shareType == 'linkedin' ? h("icon-asset", Object.assign({ type: "ptc", size: "large", name: "plm-linkedin" }, (this.isHover ? { color: this.iconHoverColor } : { color: this.iconColor }))) : null, this.shareType == 'twitter' ? h("icon-asset", Object.assign({ type: "ptc", size: "large", name: "plm-twitter" }, (this.isHover ? { color: this.iconHoverColor } : { color: this.iconColor }))) : null, this.shareType == 'facebook' ? h("icon-asset", Object.assign({ type: "ptc", size: "large", name: "plm-fb" }, (this.isHover ? { color: this.iconHoverColor } : { color: this.iconColor }))) : null, this.shareType == 'share-api' ? h("icon-asset", Object.assign({ type: "solid", size: "large", name: "share-square" }, (this.isHover ? { color: this.iconHoverColor } : { color: this.iconColor }))) : null)));
27
22
  }
28
23
  getCssClassMap() {
29
24
  return {
@@ -1,18 +1,13 @@
1
- import { r as registerInstance, h, H as Host } from './index-5ff11327.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c73b51e.js';
2
2
 
3
3
  const ptcSpanCss = ":host{z-index:1}:host span{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}:host(.link-style) span{color:var(--color-gray-10);font-weight:var(--ptc-font-weight-black);position:relative;line-height:var(--ptc-line-height-normal)}:host(.nav-style) span{display:block;color:var(--color-gray-03);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-dense);text-transform:capitalize;padding-left:var(--ptc-element-spacing-06);font-size:var(--ptc-font-size-small);padding-bottom:var(--ptc-element-spacing-03)}:host(.tag-style) span{font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-dense);font-weight:var(--ptc-font-weight-regular);color:var(--color-gray-10)}:host(.plm-hub-style) span{font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-medium);color:var(--color-white)}:host(.inline) span{display:inline}:host(.block) span{display:block}:host(.inline-block) span{display:inline-block}:host(.white) span{color:var(--color-white)}:host(.primary-grey) span{color:var(--color-gray-10)}";
4
4
 
5
- let PtcSpan = class {
5
+ const PtcSpan = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
- /**
9
- * Span Style
10
- */
11
8
  this.spanStyle = 'tag-style';
12
- /**
13
- * Display
14
- */
15
9
  this.display = 'inline';
10
+ this.styles = undefined;
16
11
  }
17
12
  render() {
18
13
  const classMap = this.getCssClassMap();
@@ -0,0 +1,39 @@
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-0c73b51e.js';
2
+
3
+ const ptcStickyIconsCss = "@media only screen and (min-width: 992px){:host{z-index:105;margin:auto;position:sticky;top:10%;right:0;float:right;margin-right:-40px}}:host .icon-container{padding:var(--ptc-element-spacing-03) 0}@media only screen and (min-width: 992px){:host .icon-container{padding:0 0 0 var(--ptc-element-spacing-03);display:flex;flex-direction:column}}:host ::slotted(ptc-social-share){margin:0 var(--ptc-element-spacing-03) 0 0}@media only screen and (min-width: 992px){:host ::slotted(ptc-social-share){margin:0 0 var(--ptc-element-spacing-03) 0;display:flex;align-items:center;justify-content:center}}";
4
+
5
+ const PtcStickyIcons = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ }
9
+ handleResize() {
10
+ this.setHostLocation();
11
+ }
12
+ componentWillLoad() {
13
+ this.setHostLocation();
14
+ }
15
+ render() {
16
+ return (h(Host, null, h("div", { class: "icon-container" }, h("slot", null))));
17
+ }
18
+ setHostLocation() {
19
+ let width = (window.innerWidth > 0) ? window.innerWidth : screen.width;
20
+ let currEle = this.el;
21
+ // get the element
22
+ const element = document.querySelector("ptc-sticky-icons");
23
+ if (element) {
24
+ currEle.parentElement.style.position = "relative";
25
+ if (width < 992) {
26
+ currEle.parentElement.appendChild(currEle);
27
+ currEle.parentElement.style.paddingRight = "0px";
28
+ }
29
+ else {
30
+ currEle.parentElement.prepend(currEle);
31
+ currEle.parentElement.style.paddingRight = "40px";
32
+ }
33
+ }
34
+ }
35
+ get el() { return getElement(this); }
36
+ };
37
+ PtcStickyIcons.style = ptcStickyIconsCss;
38
+
39
+ export { PtcStickyIcons as ptc_sticky_icons };