@ptcwebops/ptcw-design 6.4.36-beta → 6.5.0-upgrade

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 (1423) hide show
  1. package/LICENSE +1 -1
  2. package/dist/cjs/fef-stencil-v4.cjs.js +25 -0
  3. package/dist/cjs/fef-stencil-v4.cjs.js.map +1 -0
  4. package/dist/cjs/index-NEB64XqD.js +1521 -0
  5. package/dist/cjs/index-NEB64XqD.js.map +1 -0
  6. package/dist/cjs/index.cjs.js +6 -0
  7. package/dist/cjs/index.cjs.js.map +1 -0
  8. package/dist/cjs/loader.cjs.js +6 -17
  9. package/dist/cjs/loader.cjs.js.map +1 -0
  10. package/dist/cjs/my-component.cjs.entry.js +26 -18
  11. package/dist/cjs/my-component.entry.cjs.js.map +1 -0
  12. package/dist/collection/collection-manifest.json +4 -187
  13. package/dist/collection/components/atoms/my-component/my-component.js +96 -0
  14. package/dist/collection/components/atoms/my-component/my-component.js.map +1 -0
  15. package/dist/collection/components/atoms/my-component/my-component.stories.js +40 -0
  16. package/dist/collection/components/atoms/my-component/my-component.stories.js.map +1 -0
  17. package/dist/collection/global/global.js +10 -7
  18. package/dist/collection/global/global.js.map +1 -0
  19. package/dist/collection/index.js +11 -1
  20. package/dist/collection/index.js.map +1 -0
  21. package/dist/collection/utils/component.js +4 -3
  22. package/dist/collection/utils/component.js.map +1 -0
  23. package/dist/collection/utils/elq-lib.js +533 -534
  24. package/dist/collection/utils/elq-lib.js.map +1 -0
  25. package/dist/collection/utils/fef-logger.js +22 -23
  26. package/dist/collection/utils/fef-logger.js.map +1 -0
  27. package/dist/collection/utils/interfaces.js +12 -11
  28. package/dist/collection/utils/interfaces.js.map +1 -0
  29. package/dist/collection/utils/utils.js +310 -308
  30. package/dist/collection/utils/utils.js.map +1 -0
  31. package/dist/collection/utils/validation-messages.js +173 -170
  32. package/dist/collection/utils/validation-messages.js.map +1 -0
  33. package/dist/components/index.d.ts +33 -0
  34. package/dist/components/index.js +7 -0
  35. package/dist/components/index.js.map +1 -0
  36. package/dist/components/my-component.d.ts +11 -0
  37. package/dist/components/my-component.js +58 -0
  38. package/dist/components/my-component.js.map +1 -0
  39. package/dist/components/p-mYazRhBV.js +1329 -0
  40. package/dist/components/p-mYazRhBV.js.map +1 -0
  41. package/dist/esm/fef-stencil-v4.js +21 -0
  42. package/dist/esm/fef-stencil-v4.js.map +1 -0
  43. package/dist/esm/index-Cp34vyj8.js +1514 -0
  44. package/dist/esm/index-Cp34vyj8.js.map +1 -0
  45. package/dist/esm/index.js +5 -0
  46. package/dist/esm/index.js.map +1 -0
  47. package/dist/esm/loader.js +7 -16
  48. package/dist/esm/loader.js.map +1 -0
  49. package/dist/esm/my-component.entry.js +26 -16
  50. package/dist/esm/my-component.entry.js.map +1 -0
  51. package/dist/fef-stencil-v4/fef-stencil-v4.css +8 -0
  52. package/dist/fef-stencil-v4/fef-stencil-v4.esm.js +2 -0
  53. package/dist/fef-stencil-v4/fef-stencil-v4.esm.js.map +1 -0
  54. package/dist/fef-stencil-v4/index.esm.js +2 -0
  55. package/dist/fef-stencil-v4/index.esm.js.map +1 -0
  56. package/dist/fef-stencil-v4/loader.esm.js.map +1 -0
  57. package/dist/fef-stencil-v4/my-component.entry.esm.js.map +1 -0
  58. package/dist/fef-stencil-v4/p-3c43bcea.entry.js +2 -0
  59. package/dist/fef-stencil-v4/p-3c43bcea.entry.js.map +1 -0
  60. package/dist/fef-stencil-v4/p-Cp34vyj8.js +3 -0
  61. package/dist/fef-stencil-v4/p-Cp34vyj8.js.map +1 -0
  62. package/dist/types/components/atoms/my-component/my-component.d.ts +16 -0
  63. package/dist/types/components/atoms/my-component/my-component.stories.d.ts +7 -0
  64. package/dist/types/components.d.ts +18 -8137
  65. package/dist/types/global/global.d.ts +5 -4
  66. package/dist/types/index.d.ts +11 -1
  67. package/dist/types/stencil-public-runtime.d.ts +122 -29
  68. package/dist/types/utils/component.d.ts +1 -1
  69. package/dist/types/utils/elq-lib.d.ts +67 -61
  70. package/dist/types/utils/fef-logger.d.ts +10 -10
  71. package/dist/types/utils/interfaces.d.ts +34 -34
  72. package/dist/types/utils/utils.d.ts +35 -30
  73. package/dist/types/utils/validation-messages.d.ts +4 -4
  74. package/loader/cdn.js +1 -3
  75. package/loader/index.cjs.js +1 -3
  76. package/loader/index.d.ts +5 -2
  77. package/loader/index.es2017.js +1 -3
  78. package/loader/index.js +1 -3
  79. package/package.json +50 -78
  80. package/readme.md +102 -14
  81. package/dist/cjs/_commonjsHelpers-537d719a.js +0 -20
  82. package/dist/cjs/academic-form-test.cjs.entry.js +0 -82
  83. package/dist/cjs/author-listing-example.cjs.entry.js +0 -245
  84. package/dist/cjs/blog-detail-content_2.cjs.entry.js +0 -275
  85. package/dist/cjs/blog-detail-layout.cjs.entry.js +0 -69
  86. package/dist/cjs/blogs-search-section.cjs.entry.js +0 -218
  87. package/dist/cjs/bundle-example.cjs.entry.js +0 -53
  88. package/dist/cjs/bundle-jumbotron-example.cjs.entry.js +0 -63
  89. package/dist/cjs/buying-option-card.cjs.entry.js +0 -184
  90. package/dist/cjs/buying-option-cards-slider.cjs.entry.js +0 -175
  91. package/dist/cjs/component-6a178a16.js +0 -6476
  92. package/dist/cjs/core-58fa1795.js +0 -3889
  93. package/dist/cjs/dropdown-item.cjs.entry.js +0 -21
  94. package/dist/cjs/dynamic-box-bundle.cjs.entry.js +0 -38
  95. package/dist/cjs/embedded-form.cjs.entry.js +0 -105
  96. package/dist/cjs/event-jumbotron-example.cjs.entry.js +0 -233
  97. package/dist/cjs/event-podcast-slider-example.cjs.entry.js +0 -68
  98. package/dist/cjs/featured-events-slider-example.cjs.entry.js +0 -62
  99. package/dist/cjs/featured-list.cjs.entry.js +0 -108
  100. package/dist/cjs/fl-tab-content_3.cjs.entry.js +0 -104
  101. package/dist/cjs/focus-trap.esm-8c5a8938.js +0 -1558
  102. package/dist/cjs/footer-form.cjs.entry.js +0 -64
  103. package/dist/cjs/global-418c14b4.js +0 -33
  104. package/dist/cjs/homepage-clickable-tab.cjs.entry.js +0 -60
  105. package/dist/cjs/homepage-jumbotron.cjs.entry.js +0 -128
  106. package/dist/cjs/homepage-toggled-content.cjs.entry.js +0 -154
  107. package/dist/cjs/icon-asset_2.cjs.entry.js +0 -154
  108. package/dist/cjs/index-63ddc79c.js +0 -2134
  109. package/dist/cjs/innovator-toggle-container.cjs.entry.js +0 -68
  110. package/dist/cjs/interfaces-574e6df7.js +0 -15
  111. package/dist/cjs/jumbotron-sub-menu.cjs.entry.js +0 -41
  112. package/dist/cjs/jumbotron-sub-mune.cjs.entry.js +0 -55
  113. package/dist/cjs/list-item.cjs.entry.js +0 -52
  114. package/dist/cjs/max-width-container.cjs.entry.js +0 -54
  115. package/dist/cjs/modal-form-example.cjs.entry.js +0 -109
  116. package/dist/cjs/most-popular-news.cjs.entry.js +0 -43
  117. package/dist/cjs/mousewheel-e9520f0f.js +0 -391
  118. package/dist/cjs/news-search-result.cjs.entry.js +0 -30
  119. package/dist/cjs/pagination-96df6fcc.js +0 -668
  120. package/dist/cjs/ptc-accordion-item.cjs.entry.js +0 -124
  121. package/dist/cjs/ptc-accordion.cjs.entry.js +0 -91
  122. package/dist/cjs/ptc-announcement.cjs.entry.js +0 -77
  123. package/dist/cjs/ptc-back-to-top.cjs.entry.js +0 -100
  124. package/dist/cjs/ptc-background-video.cjs.entry.js +0 -152
  125. package/dist/cjs/ptc-badge.cjs.entry.js +0 -30
  126. package/dist/cjs/ptc-bio-card.cjs.entry.js +0 -61
  127. package/dist/cjs/ptc-blue-pill-announcement-bar.cjs.entry.js +0 -23
  128. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -63
  129. package/dist/cjs/ptc-brightcov-video.cjs.entry.js +0 -24
  130. package/dist/cjs/ptc-button.cjs.entry.js +0 -117
  131. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +0 -199
  132. package/dist/cjs/ptc-card-content.cjs.entry.js +0 -92
  133. package/dist/cjs/ptc-card_2.cjs.entry.js +0 -302
  134. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +0 -1209
  135. package/dist/cjs/ptc-checkbox-group.cjs.entry.js +0 -50
  136. package/dist/cjs/ptc-checkbox.cjs.entry.js +0 -74
  137. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +0 -360
  138. package/dist/cjs/ptc-collapse-list.cjs.entry.js +0 -543
  139. package/dist/cjs/ptc-container.cjs.entry.js +0 -44
  140. package/dist/cjs/ptc-countdown.cjs.entry.js +0 -176
  141. package/dist/cjs/ptc-data-lookup.cjs.entry.js +0 -684
  142. package/dist/cjs/ptc-date.cjs.entry.js +0 -61
  143. package/dist/cjs/ptc-dropdown.cjs.entry.js +0 -79
  144. package/dist/cjs/ptc-dynamic-card.cjs.entry.js +0 -141
  145. package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +0 -201
  146. package/dist/cjs/ptc-embedded-quiz.cjs.entry.js +0 -299
  147. package/dist/cjs/ptc-enhanced-product-listing-card.cjs.entry.js +0 -73
  148. package/dist/cjs/ptc-featured-list.cjs.entry.js +0 -48
  149. package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +0 -381
  150. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +0 -193
  151. package/dist/cjs/ptc-filter-tag_2.cjs.entry.js +0 -429
  152. package/dist/cjs/ptc-footer.cjs.entry.js +0 -68
  153. package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +0 -5200
  154. package/dist/cjs/ptc-form-radio-button.cjs.entry.js +0 -56
  155. package/dist/cjs/ptc-form-radio-group.cjs.entry.js +0 -56
  156. package/dist/cjs/ptc-form.cjs.entry.js +0 -156
  157. package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +0 -22
  158. package/dist/cjs/ptc-hero.cjs.entry.js +0 -32
  159. package/dist/cjs/ptc-homepage-image-feature.cjs.entry.js +0 -24
  160. package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +0 -204
  161. package/dist/cjs/ptc-icon-card-slider-example.cjs.entry.js +0 -72
  162. package/dist/cjs/ptc-icon-card.cjs.entry.js +0 -30
  163. package/dist/cjs/ptc-icon-component.cjs.entry.js +0 -126
  164. package/dist/cjs/ptc-icon-list.cjs.entry.js +0 -34
  165. package/dist/cjs/ptc-icon-minimize.cjs.entry.js +0 -173
  166. package/dist/cjs/ptc-image-download-strip.cjs.entry.js +0 -32
  167. package/dist/cjs/ptc-img.cjs.entry.js +0 -216
  168. package/dist/cjs/ptc-info-tile.cjs.entry.js +0 -50
  169. package/dist/cjs/ptc-inline-cta.cjs.entry.js +0 -138
  170. package/dist/cjs/ptc-jumbotron.cjs.entry.js +0 -190
  171. package/dist/cjs/ptc-link.cjs.entry.js +0 -91
  172. package/dist/cjs/ptc-list.cjs.entry.js +0 -60
  173. package/dist/cjs/ptc-media-card.cjs.entry.js +0 -171
  174. package/dist/cjs/ptc-minimized-nav.cjs.entry.js +0 -24
  175. package/dist/cjs/ptc-mobile-select.cjs.entry.js +0 -566
  176. package/dist/cjs/ptc-modal-quiz.cjs.entry.js +0 -187
  177. package/dist/cjs/ptc-nav-card.cjs.entry.js +0 -42
  178. package/dist/cjs/ptc-nav-link.cjs.entry.js +0 -48
  179. package/dist/cjs/ptc-nav-pills.cjs.entry.js +0 -19
  180. package/dist/cjs/ptc-nav-skip-to-content.cjs.entry.js +0 -70
  181. package/dist/cjs/ptc-nav-slider.cjs.entry.js +0 -115
  182. package/dist/cjs/ptc-nav-submenu.cjs.entry.js +0 -48
  183. package/dist/cjs/ptc-nav-tile.cjs.entry.js +0 -20
  184. package/dist/cjs/ptc-news.cjs.entry.js +0 -31
  185. package/dist/cjs/ptc-office-location-card.cjs.entry.js +0 -65
  186. package/dist/cjs/ptc-office-locations.cjs.entry.js +0 -345
  187. package/dist/cjs/ptc-overlay.cjs.entry.js +0 -34
  188. package/dist/cjs/ptc-para.cjs.entry.js +0 -139
  189. package/dist/cjs/ptc-picture.cjs.entry.js +0 -185
  190. package/dist/cjs/ptc-podcast-card.cjs.entry.js +0 -22
  191. package/dist/cjs/ptc-preferance-center-form.cjs.entry.js +0 -46
  192. package/dist/cjs/ptc-preloader.cjs.entry.js +0 -22
  193. package/dist/cjs/ptc-previous-url.cjs.entry.js +0 -31
  194. package/dist/cjs/ptc-pricing-add-on-card.cjs.entry.js +0 -29
  195. package/dist/cjs/ptc-pricing-add-on-section.cjs.entry.js +0 -51
  196. package/dist/cjs/ptc-pricing-block.cjs.entry.js +0 -33
  197. package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +0 -532
  198. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +0 -142
  199. package/dist/cjs/ptc-product-card.cjs.entry.js +0 -61
  200. package/dist/cjs/ptc-product-category.cjs.entry.js +0 -20
  201. package/dist/cjs/ptc-product-dropdown.cjs.entry.js +0 -80
  202. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +0 -28
  203. package/dist/cjs/ptc-product-list.cjs.entry.js +0 -172
  204. package/dist/cjs/ptc-product-sidebar.cjs.entry.js +0 -178
  205. package/dist/cjs/ptc-progress-bar.cjs.entry.js +0 -27
  206. package/dist/cjs/ptc-quantity-counter.cjs.entry.js +0 -99
  207. package/dist/cjs/ptc-quote.cjs.entry.js +0 -40
  208. package/dist/cjs/ptc-readmore-char.cjs.entry.js +0 -44
  209. package/dist/cjs/ptc-readmore-new.cjs.entry.js +0 -106
  210. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +0 -127
  211. package/dist/cjs/ptc-readmore.cjs.entry.js +0 -186
  212. package/dist/cjs/ptc-related-card-rail.cjs.entry.js +0 -258
  213. package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +0 -65
  214. package/dist/cjs/ptc-scroll-button.cjs.entry.js +0 -135
  215. package/dist/cjs/ptc-seo-title.cjs.entry.js +0 -82
  216. package/dist/cjs/ptc-shopping-cart.cjs.entry.js +0 -69
  217. package/dist/cjs/ptc-showcase-card.cjs.entry.js +0 -21
  218. package/dist/cjs/ptc-skeleton.cjs.entry.js +0 -32
  219. package/dist/cjs/ptc-slit-card.cjs.entry.js +0 -40
  220. package/dist/cjs/ptc-social-icons-footer.cjs.entry.js +0 -92
  221. package/dist/cjs/ptc-social-icons.cjs.entry.js +0 -33
  222. package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
  223. package/dist/cjs/ptc-span.cjs.entry.js +0 -31
  224. package/dist/cjs/ptc-square-card.cjs.entry.js +0 -25
  225. package/dist/cjs/ptc-sticky-icons.cjs.entry.js +0 -54
  226. package/dist/cjs/ptc-sticky-section.cjs.entry.js +0 -70
  227. package/dist/cjs/ptc-sticky-title.cjs.entry.js +0 -50
  228. package/dist/cjs/ptc-store-card-list.cjs.entry.js +0 -105
  229. package/dist/cjs/ptc-store-card.cjs.entry.js +0 -24
  230. package/dist/cjs/ptc-subnav-card.cjs.entry.js +0 -27
  231. package/dist/cjs/ptc-subnav-v2.cjs.entry.js +0 -595
  232. package/dist/cjs/ptc-subnav.cjs.entry.js +0 -36
  233. package/dist/cjs/ptc-svg-btn.cjs.entry.js +0 -118
  234. package/dist/cjs/ptc-tab-list.cjs.entry.js +0 -274
  235. package/dist/cjs/ptc-tab.cjs.entry.js +0 -31
  236. package/dist/cjs/ptc-tabs.cjs.entry.js +0 -58
  237. package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +0 -67
  238. package/dist/cjs/ptc-theater-video-modal.cjs.entry.js +0 -121
  239. package/dist/cjs/ptc-title.cjs.entry.js +0 -161
  240. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +0 -80
  241. package/dist/cjs/ptc-tooltip-v3.cjs.entry.js +0 -119
  242. package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -113
  243. package/dist/cjs/ptc-two-column-media.cjs.entry.js +0 -26
  244. package/dist/cjs/ptc-value-led-card.cjs.entry.js +0 -21
  245. package/dist/cjs/ptc-value-led-content-highlight.cjs.entry.js +0 -19
  246. package/dist/cjs/ptc-value-led-content.cjs.entry.js +0 -20
  247. package/dist/cjs/ptc-value-led-intro.cjs.entry.js +0 -20
  248. package/dist/cjs/ptc-value-led-layout.cjs.entry.js +0 -284
  249. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +0 -35
  250. package/dist/cjs/ptc-value-prop-card.cjs.entry.js +0 -24
  251. package/dist/cjs/ptc-video-embed.cjs.entry.js +0 -84
  252. package/dist/cjs/ptc-white-paper.cjs.entry.js +0 -151
  253. package/dist/cjs/ptcw-design.cjs.js +0 -25
  254. package/dist/cjs/scrollbar-18e63a0e.js +0 -352
  255. package/dist/cjs/sequential-bundle-example.cjs.entry.js +0 -119
  256. package/dist/cjs/sequential-bundle.cjs.entry.js +0 -99
  257. package/dist/cjs/show-map-icon-c1cca913.js +0 -10
  258. package/dist/cjs/storefront-enhanced-product-list-alt-example.cjs.entry.js +0 -66
  259. package/dist/cjs/storefront-enhanced-product-list-example.cjs.entry.js +0 -66
  260. package/dist/cjs/tab-content.cjs.entry.js +0 -50
  261. package/dist/cjs/tab-header.cjs.entry.js +0 -82
  262. package/dist/cjs/utils-0ff09a53.js +0 -300
  263. package/dist/cjs/validation-messages-f1d373e7.js +0 -172
  264. package/dist/cjs/x-d5052f9b.js +0 -22
  265. package/dist/collection/components/buying-option-card/buying-option-card.css +0 -153
  266. package/dist/collection/components/buying-option-card/buying-option-card.js +0 -227
  267. package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.css +0 -1171
  268. package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.js +0 -170
  269. package/dist/collection/components/dropdown-item/dropdown-item.css +0 -94
  270. package/dist/collection/components/dropdown-item/dropdown-item.js +0 -61
  271. package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.css +0 -115
  272. package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +0 -116
  273. package/dist/collection/components/homepage-clickable-tab/homepage-clickable-tab.css +0 -206
  274. package/dist/collection/components/homepage-clickable-tab/homepage-clickable-tab.js +0 -173
  275. package/dist/collection/components/icon-asset/icon-asset.css +0 -186
  276. package/dist/collection/components/icon-asset/icon-asset.js +0 -264
  277. package/dist/collection/components/icon-asset/media/brands.svg +0 -1381
  278. package/dist/collection/components/icon-asset/media/designer-v6.0.7.svg +0 -765
  279. package/dist/collection/components/icon-asset/media/regular.svg +0 -463
  280. package/dist/collection/components/icon-asset/media/solid.svg +0 -3016
  281. package/dist/collection/components/icon-asset/media/svg-with-js.min.css +0 -5
  282. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +0 -383
  283. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.js +0 -124
  284. package/dist/collection/components/jumbotron-sub-menu/jumbotron-sub-menu.css +0 -232
  285. package/dist/collection/components/jumbotron-sub-menu/jumbotron-sub-menu.js +0 -65
  286. package/dist/collection/components/jumbotron-sub-mune/jumbotron-sub-mune.css +0 -154
  287. package/dist/collection/components/jumbotron-sub-mune/jumbotron-sub-mune.js +0 -83
  288. package/dist/collection/components/list-item/list-item.css +0 -232
  289. package/dist/collection/components/list-item/list-item.js +0 -216
  290. package/dist/collection/components/max-width-container/max-width-container.css +0 -12
  291. package/dist/collection/components/max-width-container/max-width-container.js +0 -146
  292. package/dist/collection/components/my-component/my-component.js +0 -82
  293. package/dist/collection/components/organism-bundles/author-listing-example/author-listing-example.css +0 -69
  294. package/dist/collection/components/organism-bundles/author-listing-example/author-listing-example.js +0 -284
  295. package/dist/collection/components/organism-bundles/blog-detail-content/blog-detail-content.css +0 -250
  296. package/dist/collection/components/organism-bundles/blog-detail-content/blog-detail-content.js +0 -252
  297. package/dist/collection/components/organism-bundles/blog-detail-layout/blog-detail-layout.css +0 -106
  298. package/dist/collection/components/organism-bundles/blog-detail-layout/blog-detail-layout.js +0 -74
  299. package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.css +0 -104
  300. package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.js +0 -315
  301. package/dist/collection/components/organism-bundles/bundle-example/bundle-example.css +0 -26
  302. package/dist/collection/components/organism-bundles/bundle-example/bundle-example.js +0 -78
  303. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +0 -411
  304. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.js +0 -130
  305. package/dist/collection/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.css +0 -3
  306. package/dist/collection/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.js +0 -104
  307. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.css +0 -312
  308. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.js +0 -285
  309. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +0 -1168
  310. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.js +0 -63
  311. package/dist/collection/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.css +0 -1203
  312. package/dist/collection/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.js +0 -57
  313. package/dist/collection/components/organism-bundles/form/academic-form/academic-form-test.css +0 -90
  314. package/dist/collection/components/organism-bundles/form/academic-form/academic-form-test.js +0 -87
  315. package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.css +0 -110
  316. package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.js +0 -111
  317. package/dist/collection/components/organism-bundles/form/footer-form/footer-form.css +0 -89
  318. package/dist/collection/components/organism-bundles/form/footer-form/footer-form.js +0 -70
  319. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +0 -26
  320. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +0 -114
  321. package/dist/collection/components/organism-bundles/form/ptc-form/ptc-form.css +0 -14
  322. package/dist/collection/components/organism-bundles/form/ptc-form/ptc-form.js +0 -161
  323. package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.css +0 -847
  324. package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.js +0 -269
  325. package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.css +0 -393
  326. package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.js +0 -164
  327. package/dist/collection/components/organism-bundles/most-popular-news/most-popular-news.css +0 -118
  328. package/dist/collection/components/organism-bundles/most-popular-news/most-popular-news.js +0 -50
  329. package/dist/collection/components/organism-bundles/news-search-result/news-search-result.css +0 -88
  330. package/dist/collection/components/organism-bundles/news-search-result/news-search-result.js +0 -40
  331. package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.css +0 -1142
  332. package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.js +0 -67
  333. package/dist/collection/components/organism-bundles/sequential-bundle/sequential-bundle.css +0 -82
  334. package/dist/collection/components/organism-bundles/sequential-bundle/sequential-bundle.js +0 -115
  335. package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.css +0 -786
  336. package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.js +0 -165
  337. package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-alt-example.js +0 -63
  338. package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.css +0 -1151
  339. package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.js +0 -63
  340. package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.css +0 -173
  341. package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +0 -367
  342. package/dist/collection/components/ptc-accordion/ptc-accordion.css +0 -118
  343. package/dist/collection/components/ptc-accordion/ptc-accordion.js +0 -194
  344. package/dist/collection/components/ptc-announcement/ptc-announcement.css +0 -328
  345. package/dist/collection/components/ptc-announcement/ptc-announcement.js +0 -288
  346. package/dist/collection/components/ptc-back-to-top/ptc-back-to-top.css +0 -103
  347. package/dist/collection/components/ptc-back-to-top/ptc-back-to-top.js +0 -137
  348. package/dist/collection/components/ptc-background-video/ptc-background-video.css +0 -262
  349. package/dist/collection/components/ptc-background-video/ptc-background-video.js +0 -411
  350. package/dist/collection/components/ptc-badge/ptc-badge.css +0 -87
  351. package/dist/collection/components/ptc-badge/ptc-badge.js +0 -87
  352. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +0 -574
  353. package/dist/collection/components/ptc-bio-card/ptc-bio-card.js +0 -174
  354. package/dist/collection/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.css +0 -95
  355. package/dist/collection/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.js +0 -46
  356. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.css +0 -203
  357. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +0 -173
  358. package/dist/collection/components/ptc-brightcov-video/ptc-brightcov-video.css +0 -78
  359. package/dist/collection/components/ptc-brightcov-video/ptc-brightcov-video.js +0 -46
  360. package/dist/collection/components/ptc-button/ptc-button.css +0 -717
  361. package/dist/collection/components/ptc-button/ptc-button.js +0 -530
  362. package/dist/collection/components/ptc-card/ptc-card.css +0 -1580
  363. package/dist/collection/components/ptc-card/ptc-card.js +0 -632
  364. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.css +0 -175
  365. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +0 -184
  366. package/dist/collection/components/ptc-card-content/ptc-card-content.css +0 -448
  367. package/dist/collection/components/ptc-card-content/ptc-card-content.js +0 -254
  368. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.css +0 -292
  369. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +0 -367
  370. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +0 -1169
  371. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.js +0 -246
  372. package/dist/collection/components/ptc-checkbox/ptc-checkbox.css +0 -144
  373. package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +0 -201
  374. package/dist/collection/components/ptc-checkbox-group/ptc-checkbox-group.css +0 -121
  375. package/dist/collection/components/ptc-checkbox-group/ptc-checkbox-group.js +0 -90
  376. package/dist/collection/components/ptc-close-icon/ptc-close-icon.css +0 -97
  377. package/dist/collection/components/ptc-close-icon/ptc-close-icon.js +0 -18
  378. package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.css +0 -336
  379. package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +0 -791
  380. package/dist/collection/components/ptc-container/ptc-container.css +0 -122
  381. package/dist/collection/components/ptc-container/ptc-container.js +0 -138
  382. package/dist/collection/components/ptc-countdown/ptc-countdown.css +0 -180
  383. package/dist/collection/components/ptc-countdown/ptc-countdown.js +0 -344
  384. package/dist/collection/components/ptc-data-lookup/ptc-data-lookup.css +0 -114
  385. package/dist/collection/components/ptc-data-lookup/ptc-data-lookup.js +0 -459
  386. package/dist/collection/components/ptc-data-lookup/test/__mocks__/@material__select__component.js +0 -5
  387. package/dist/collection/components/ptc-date/ptc-date.css +0 -87
  388. package/dist/collection/components/ptc-date/ptc-date.js +0 -224
  389. package/dist/collection/components/ptc-dropdown/ptc-dropdown.css +0 -176
  390. package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +0 -183
  391. package/dist/collection/components/ptc-dynamic-card/media/nav-active-dotslick.svg +0 -16
  392. package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.css +0 -207
  393. package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.js +0 -343
  394. package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.css +0 -249
  395. package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +0 -311
  396. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.css +0 -298
  397. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.js +0 -398
  398. package/dist/collection/components/ptc-enhanced-product-listing-card/ptc-enhanced-product-listing-card.css +0 -158
  399. package/dist/collection/components/ptc-enhanced-product-listing-card/ptc-enhanced-product-listing-card.js +0 -154
  400. package/dist/collection/components/ptc-featured-list/fl-tab-content/fl-tab-content.css +0 -59
  401. package/dist/collection/components/ptc-featured-list/fl-tab-content/fl-tab-content.js +0 -80
  402. package/dist/collection/components/ptc-featured-list/fl-tab-header/fl-tab-header.css +0 -89
  403. package/dist/collection/components/ptc-featured-list/fl-tab-header/fl-tab-header.js +0 -213
  404. package/dist/collection/components/ptc-featured-list/fl-tab-image/fl-tab-image.css +0 -83
  405. package/dist/collection/components/ptc-featured-list/fl-tab-image/fl-tab-image.js +0 -61
  406. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +0 -407
  407. package/dist/collection/components/ptc-featured-list/ptc-featured-list.js +0 -70
  408. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.css +0 -229
  409. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.js +0 -252
  410. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +0 -646
  411. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.js +0 -258
  412. package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.css +0 -160
  413. package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +0 -160
  414. package/dist/collection/components/ptc-footer/ptc-footer-v2.css +0 -435
  415. package/dist/collection/components/ptc-footer/ptc-footer.js +0 -105
  416. package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.css +0 -1207
  417. package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.js +0 -331
  418. package/dist/collection/components/ptc-form-radio-button/ptc-form-radio-button.css +0 -114
  419. package/dist/collection/components/ptc-form-radio-button/ptc-form-radio-button.js +0 -139
  420. package/dist/collection/components/ptc-form-radio-group/ptc-form-radio-group.css +0 -63
  421. package/dist/collection/components/ptc-form-radio-group/ptc-form-radio-group.js +0 -101
  422. package/dist/collection/components/ptc-hero/ptc-hero.css +0 -97
  423. package/dist/collection/components/ptc-hero/ptc-hero.js +0 -89
  424. package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.css +0 -138
  425. package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +0 -78
  426. package/dist/collection/components/ptc-homepage-image-feature/ptc-homepage-image-feature.css +0 -140
  427. package/dist/collection/components/ptc-homepage-image-feature/ptc-homepage-image-feature.js +0 -23
  428. package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.css +0 -465
  429. package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.js +0 -355
  430. package/dist/collection/components/ptc-icon-card/ptc-icon-card.css +0 -141
  431. package/dist/collection/components/ptc-icon-card/ptc-icon-card.js +0 -104
  432. package/dist/collection/components/ptc-icon-component/ptc-icon-component.css +0 -932
  433. package/dist/collection/components/ptc-icon-component/ptc-icon-component.js +0 -139
  434. package/dist/collection/components/ptc-icon-component/test/__mocks__/swiper.js +0 -17
  435. package/dist/collection/components/ptc-icon-list/ptc-icon-list.css +0 -184
  436. package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +0 -164
  437. package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.css +0 -140
  438. package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +0 -308
  439. package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.css +0 -113
  440. package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.js +0 -71
  441. package/dist/collection/components/ptc-img/ptc-img.css +0 -207
  442. package/dist/collection/components/ptc-img/ptc-img.js +0 -439
  443. package/dist/collection/components/ptc-info-tile/ptc-info-tile.css +0 -229
  444. package/dist/collection/components/ptc-info-tile/ptc-info-tile.js +0 -176
  445. package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.css +0 -348
  446. package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.js +0 -239
  447. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +0 -1839
  448. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +0 -704
  449. package/dist/collection/components/ptc-link/ptc-link.css +0 -508
  450. package/dist/collection/components/ptc-link/ptc-link.js +0 -342
  451. package/dist/collection/components/ptc-list/ptc-list.css +0 -88
  452. package/dist/collection/components/ptc-list/ptc-list.js +0 -99
  453. package/dist/collection/components/ptc-media-card/ptc-media-card.css +0 -250
  454. package/dist/collection/components/ptc-media-card/ptc-media-card.js +0 -431
  455. package/dist/collection/components/ptc-minimized-nav/ptc-minimized-nav.css +0 -188
  456. package/dist/collection/components/ptc-minimized-nav/ptc-minimized-nav.js +0 -118
  457. package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.es.js +0 -441
  458. package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.iife.js +0 -661
  459. package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.iife.min.js +0 -7
  460. package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.umd.js +0 -22
  461. package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.css +0 -287
  462. package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +0 -288
  463. package/dist/collection/components/ptc-modal/ptc-modal.css +0 -510
  464. package/dist/collection/components/ptc-modal/ptc-modal.js +0 -875
  465. package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.css +0 -218
  466. package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.js +0 -272
  467. package/dist/collection/components/ptc-multi-select/ptc-multi-select.css +0 -301
  468. package/dist/collection/components/ptc-multi-select/ptc-multi-select.js +0 -526
  469. package/dist/collection/components/ptc-nav-card/ptc-nav-card.css +0 -317
  470. package/dist/collection/components/ptc-nav-card/ptc-nav-card.js +0 -237
  471. package/dist/collection/components/ptc-nav-pills/ptc-nav-pills.css +0 -85
  472. package/dist/collection/components/ptc-nav-pills/ptc-nav-pills.js +0 -18
  473. package/dist/collection/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.css +0 -93
  474. package/dist/collection/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.js +0 -162
  475. package/dist/collection/components/ptc-nav-tile/ptc-nav-tile.css +0 -87
  476. package/dist/collection/components/ptc-nav-tile/ptc-nav-tile.js +0 -40
  477. package/dist/collection/components/ptc-news/ptc-news.css +0 -95
  478. package/dist/collection/components/ptc-news/ptc-news.js +0 -104
  479. package/dist/collection/components/ptc-office-location-card/ptc-office-location-card.css +0 -125
  480. package/dist/collection/components/ptc-office-location-card/ptc-office-location-card.js +0 -189
  481. package/dist/collection/components/ptc-office-locations/ptc-office-locations.css +0 -414
  482. package/dist/collection/components/ptc-office-locations/ptc-office-locations.js +0 -482
  483. package/dist/collection/components/ptc-overlay/ptc-overlay.css +0 -210
  484. package/dist/collection/components/ptc-overlay/ptc-overlay.js +0 -131
  485. package/dist/collection/components/ptc-pagenation/ptc-pagenation.css +0 -292
  486. package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +0 -627
  487. package/dist/collection/components/ptc-para/ptc-para.css +0 -327
  488. package/dist/collection/components/ptc-para/ptc-para.js +0 -502
  489. package/dist/collection/components/ptc-picture/ptc-picture.css +0 -160
  490. package/dist/collection/components/ptc-picture/ptc-picture.js +0 -545
  491. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +0 -5838
  492. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.js +0 -78
  493. package/dist/collection/components/ptc-preferance-center-form/ptc-preferance-center-form.css +0 -81
  494. package/dist/collection/components/ptc-preferance-center-form/ptc-preferance-center-form.js +0 -45
  495. package/dist/collection/components/ptc-preloader/ptc-preloader.css +0 -147
  496. package/dist/collection/components/ptc-preloader/ptc-preloader.js +0 -62
  497. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +0 -3758
  498. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +0 -238
  499. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +0 -105
  500. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +0 -105
  501. package/dist/collection/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.css +0 -75
  502. package/dist/collection/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.js +0 -158
  503. package/dist/collection/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.css +0 -63
  504. package/dist/collection/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.js +0 -113
  505. package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.css +0 -124
  506. package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +0 -89
  507. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.css +0 -384
  508. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +0 -721
  509. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +0 -1217
  510. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +0 -279
  511. package/dist/collection/components/ptc-product-card/ptc-product-card.css +0 -393
  512. package/dist/collection/components/ptc-product-card/ptc-product-card.js +0 -182
  513. package/dist/collection/components/ptc-product-category/ptc-product-category.css +0 -430
  514. package/dist/collection/components/ptc-product-category/ptc-product-category.js +0 -42
  515. package/dist/collection/components/ptc-product-dropdown/ptc-product-dropdown.css +0 -145
  516. package/dist/collection/components/ptc-product-dropdown/ptc-product-dropdown.js +0 -185
  517. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +0 -310
  518. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.js +0 -172
  519. package/dist/collection/components/ptc-product-list/ptc-product-list.css +0 -83
  520. package/dist/collection/components/ptc-product-list/ptc-product-list.js +0 -272
  521. package/dist/collection/components/ptc-product-sidebar/ptc-product-sidebar.css +0 -227
  522. package/dist/collection/components/ptc-product-sidebar/ptc-product-sidebar.js +0 -399
  523. package/dist/collection/components/ptc-progress-bar/ptc-progress-bar.css +0 -73
  524. package/dist/collection/components/ptc-progress-bar/ptc-progress-bar.js +0 -42
  525. package/dist/collection/components/ptc-quantity-counter/ptc-quantity-counter.css +0 -160
  526. package/dist/collection/components/ptc-quantity-counter/ptc-quantity-counter.js +0 -180
  527. package/dist/collection/components/ptc-quote/ptc-quote.css +0 -273
  528. package/dist/collection/components/ptc-quote/ptc-quote.js +0 -165
  529. package/dist/collection/components/ptc-readmore/ptc-readmore.css +0 -199
  530. package/dist/collection/components/ptc-readmore/ptc-readmore.js +0 -454
  531. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +0 -318
  532. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.js +0 -173
  533. package/dist/collection/components/ptc-readmore-new/ptc-readmore-new.css +0 -78
  534. package/dist/collection/components/ptc-readmore-new/ptc-readmore-new.js +0 -229
  535. package/dist/collection/components/ptc-readmore-v2/ptc-readmore-v2.css +0 -78
  536. package/dist/collection/components/ptc-readmore-v2/ptc-readmore-v2.js +0 -170
  537. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +0 -315
  538. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.js +0 -285
  539. package/dist/collection/components/ptc-related-card-rail/ptc-related-card-rail.css +0 -211
  540. package/dist/collection/components/ptc-related-card-rail/ptc-related-card-rail.js +0 -328
  541. package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.css +0 -3
  542. package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +0 -65
  543. package/dist/collection/components/ptc-scroll-button/ptc-scroll-button.css +0 -98
  544. package/dist/collection/components/ptc-scroll-button/ptc-scroll-button.js +0 -288
  545. package/dist/collection/components/ptc-search-field/ptc-search-field.css +0 -270
  546. package/dist/collection/components/ptc-search-field/ptc-search-field.js +0 -276
  547. package/dist/collection/components/ptc-select/ptc-select.css +0 -6251
  548. package/dist/collection/components/ptc-select/ptc-select.js +0 -647
  549. package/dist/collection/components/ptc-seo-title/ptc-seo-title.css +0 -677
  550. package/dist/collection/components/ptc-seo-title/ptc-seo-title.js +0 -314
  551. package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.css +0 -129
  552. package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +0 -119
  553. package/dist/collection/components/ptc-showcase-card/ptc-showcase-card.css +0 -94
  554. package/dist/collection/components/ptc-showcase-card/ptc-showcase-card.js +0 -60
  555. package/dist/collection/components/ptc-skeleton/ptc-skeleton.css +0 -100
  556. package/dist/collection/components/ptc-skeleton/ptc-skeleton.js +0 -144
  557. package/dist/collection/components/ptc-slit-card/ptc-slit-card.css +0 -148
  558. package/dist/collection/components/ptc-slit-card/ptc-slit-card.js +0 -185
  559. package/dist/collection/components/ptc-social-icons/ptc-social-icons.css +0 -82
  560. package/dist/collection/components/ptc-social-icons/ptc-social-icons.js +0 -140
  561. package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.css +0 -132
  562. package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.js +0 -539
  563. package/dist/collection/components/ptc-social-share/ptc-social-share.css +0 -98
  564. package/dist/collection/components/ptc-social-share/ptc-social-share.js +0 -328
  565. package/dist/collection/components/ptc-spacer/ptc-spacer.css +0 -333
  566. package/dist/collection/components/ptc-spacer/ptc-spacer.js +0 -97
  567. package/dist/collection/components/ptc-span/ptc-span.css +0 -186
  568. package/dist/collection/components/ptc-span/ptc-span.js +0 -107
  569. package/dist/collection/components/ptc-square-card/ptc-square-card.css +0 -128
  570. package/dist/collection/components/ptc-square-card/ptc-square-card.js +0 -64
  571. package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.css +0 -92
  572. package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.js +0 -62
  573. package/dist/collection/components/ptc-sticky-section/ptc-sticky-section.css +0 -70
  574. package/dist/collection/components/ptc-sticky-section/ptc-sticky-section.js +0 -108
  575. package/dist/collection/components/ptc-sticky-title/media/logo.png +0 -0
  576. package/dist/collection/components/ptc-sticky-title/ptc-sticky-title.css +0 -183
  577. package/dist/collection/components/ptc-sticky-title/ptc-sticky-title.js +0 -105
  578. package/dist/collection/components/ptc-store-card/ptc-store-card.css +0 -100
  579. package/dist/collection/components/ptc-store-card/ptc-store-card.js +0 -25
  580. package/dist/collection/components/ptc-store-card-list/ptc-store-card-list.css +0 -1246
  581. package/dist/collection/components/ptc-store-card-list/ptc-store-card-list.js +0 -103
  582. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.css +0 -411
  583. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.js +0 -647
  584. package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.css +0 -178
  585. package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +0 -111
  586. package/dist/collection/components/ptc-tab-list/ptc-tab-list.css +0 -209
  587. package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +0 -373
  588. package/dist/collection/components/ptc-tabs/ptc-tab.js +0 -121
  589. package/dist/collection/components/ptc-tabs/ptc-tabs.css +0 -126
  590. package/dist/collection/components/ptc-tabs/ptc-tabs.js +0 -104
  591. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.css +0 -363
  592. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.js +0 -230
  593. package/dist/collection/components/ptc-textfield/ptc-textfield.css +0 -3892
  594. package/dist/collection/components/ptc-textfield/ptc-textfield.js +0 -744
  595. package/dist/collection/components/ptc-theater-video/ptc-theater-video.css +0 -136
  596. package/dist/collection/components/ptc-theater-video/ptc-theater-video.js +0 -181
  597. package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.css +0 -5792
  598. package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.js +0 -181
  599. package/dist/collection/components/ptc-theater-video-playlist/ptc-theater-video-playlist.css +0 -72
  600. package/dist/collection/components/ptc-theater-video-playlist/ptc-theater-video-playlist.js +0 -170
  601. package/dist/collection/components/ptc-title/ptc-title.css +0 -659
  602. package/dist/collection/components/ptc-title/ptc-title.js +0 -558
  603. package/dist/collection/components/ptc-tooltip/ptc-tooltip.css +0 -283
  604. package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +0 -367
  605. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +0 -388
  606. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.js +0 -243
  607. package/dist/collection/components/ptc-tooltip-v3/ptc-tooltip-v3.css +0 -193
  608. package/dist/collection/components/ptc-tooltip-v3/ptc-tooltip-v3.js +0 -307
  609. package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.css +0 -69
  610. package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +0 -48
  611. package/dist/collection/components/ptc-value-led-card/ptc-value-led-card.css +0 -97
  612. package/dist/collection/components/ptc-value-led-card/ptc-value-led-card.js +0 -60
  613. package/dist/collection/components/ptc-value-led-content/ptc-value-led-content.css +0 -79
  614. package/dist/collection/components/ptc-value-led-content/ptc-value-led-content.js +0 -42
  615. package/dist/collection/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.css +0 -91
  616. package/dist/collection/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.js +0 -18
  617. package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.css +0 -82
  618. package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.js +0 -42
  619. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.css +0 -468
  620. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.js +0 -385
  621. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +0 -376
  622. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.js +0 -100
  623. package/dist/collection/components/ptc-value-prop-card/ptc-value-prop-card.css +0 -141
  624. package/dist/collection/components/ptc-value-prop-card/ptc-value-prop-card.js +0 -117
  625. package/dist/collection/components/ptc-video-embed/ptc-video-embed.css +0 -118
  626. package/dist/collection/components/ptc-video-embed/ptc-video-embed.js +0 -158
  627. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +0 -6241
  628. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +0 -261
  629. package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.css +0 -172
  630. package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.js +0 -149
  631. package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.css +0 -149
  632. package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.js +0 -181
  633. package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.css +0 -267
  634. package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.js +0 -172
  635. package/dist/collection/components/subnav/ptc-subnav/ptc-subnav.css +0 -144
  636. package/dist/collection/components/subnav/ptc-subnav/ptc-subnav.js +0 -79
  637. package/dist/collection/components/subnav/ptc-subnav-card/ptc-subnav-card.css +0 -85
  638. package/dist/collection/components/subnav/ptc-subnav-card/ptc-subnav-card.js +0 -151
  639. package/dist/collection/components/tab-content/tab-content.css +0 -91
  640. package/dist/collection/components/tab-content/tab-content.js +0 -96
  641. package/dist/collection/components/tab-header/tab-header.css +0 -123
  642. package/dist/collection/components/tab-header/tab-header.js +0 -189
  643. package/dist/collection/media/svg-imgs/Back-arrow.svg +0 -11
  644. package/dist/collection/media/svg-imgs/NumberOneGreenBadge.svg +0 -4
  645. package/dist/collection/media/svg-imgs/NumberThreeGreenBadge.svg +0 -4
  646. package/dist/collection/media/svg-imgs/NumberTwoGreenBadge.svg +0 -4
  647. package/dist/collection/media/svg-imgs/close.svg +0 -11
  648. package/dist/collection/media/svg-imgs/collapse.svg +0 -8
  649. package/dist/collection/media/svg-imgs/email.svg +0 -4
  650. package/dist/collection/media/svg-imgs/expand.svg +0 -8
  651. package/dist/collection/media/svg-imgs/facebook.svg +0 -3
  652. package/dist/collection/media/svg-imgs/filter.svg +0 -12
  653. package/dist/collection/media/svg-imgs/hide-map-icon.svg +0 -6
  654. package/dist/collection/media/svg-imgs/icon-info-green.svg +0 -16
  655. package/dist/collection/media/svg-imgs/icon-info.svg +0 -16
  656. package/dist/collection/media/svg-imgs/instagram.svg +0 -3
  657. package/dist/collection/media/svg-imgs/linkedin.svg +0 -5
  658. package/dist/collection/media/svg-imgs/nav-active-dotslick.svg +0 -16
  659. package/dist/collection/media/svg-imgs/phone.svg +0 -4
  660. package/dist/collection/media/svg-imgs/play-button-dark.svg +0 -20
  661. package/dist/collection/media/svg-imgs/ptc-shopping-cart-black.svg +0 -3
  662. package/dist/collection/media/svg-imgs/ptc-shopping-cart-white.svg +0 -3
  663. package/dist/collection/media/svg-imgs/quotation-mark.svg +0 -1
  664. package/dist/collection/media/svg-imgs/show-all.svg +0 -14
  665. package/dist/collection/media/svg-imgs/show-map-icon.svg +0 -5
  666. package/dist/collection/media/svg-imgs/slider-arrow-left.svg +0 -18
  667. package/dist/collection/media/svg-imgs/slider-arrow-right.svg +0 -18
  668. package/dist/collection/media/svg-imgs/union.svg +0 -3
  669. package/dist/collection/media/svg-imgs/wechat.svg +0 -3
  670. package/dist/collection/media/svg-imgs/weibo.svg +0 -3
  671. package/dist/collection/media/svg-imgs/x.svg +0 -3
  672. package/dist/collection/media/svg-imgs/yk.svg +0 -3
  673. package/dist/collection/media/svg-imgs/youtube.svg +0 -3
  674. package/dist/collection/stories/Accordian.stories.js +0 -220
  675. package/dist/collection/stories/Announcement.stories.js +0 -86
  676. package/dist/collection/stories/BackgroundImage.stories.js +0 -53
  677. package/dist/collection/stories/BluePillAnnouncementBar.stories.js +0 -20
  678. package/dist/collection/stories/Breadcrumb.stories.js +0 -64
  679. package/dist/collection/stories/Card.stories.js +0 -89
  680. package/dist/collection/stories/CardWrapper.stories.js +0 -238
  681. package/dist/collection/stories/Countdown.stories.js +0 -71
  682. package/dist/collection/stories/Date.stories.js +0 -60
  683. package/dist/collection/stories/Dropdown.stories.js +0 -44
  684. package/dist/collection/stories/DynamicCard.stories.js +0 -69
  685. package/dist/collection/stories/FilterTag.stories.js +0 -73
  686. package/dist/collection/stories/FormCheckbox.stories.js +0 -58
  687. package/dist/collection/stories/FormRadioButton.stories.js +0 -37
  688. package/dist/collection/stories/Icon.stories.js +0 -48
  689. package/dist/collection/stories/IconList.stories.js +0 -114
  690. package/dist/collection/stories/IconMinimize.stories.js +0 -41
  691. package/dist/collection/stories/InlineCta.stories.js +0 -111
  692. package/dist/collection/stories/Jumbotron.stories.js +0 -691
  693. package/dist/collection/stories/Link.stories.js +0 -119
  694. package/dist/collection/stories/ListItem.stories.js +0 -28
  695. package/dist/collection/stories/MaxWidthContainer.stories.js +0 -46
  696. package/dist/collection/stories/MobileSelect.stories.js +0 -70
  697. package/dist/collection/stories/Modal.stories.js +0 -106
  698. package/dist/collection/stories/Overlay.stories.js +0 -44
  699. package/dist/collection/stories/Pagination.stories.js +0 -102
  700. package/dist/collection/stories/Picture.stories.js +0 -140
  701. package/dist/collection/stories/PreviousUrl.stories.js +0 -80
  702. package/dist/collection/stories/Quote.stories.js +0 -107
  703. package/dist/collection/stories/ResponsiveWrapper.stories.js +0 -21
  704. package/dist/collection/stories/Select.stories.js +0 -39
  705. package/dist/collection/stories/Spacer.stories.js +0 -49
  706. package/dist/collection/stories/Span.stories.js +0 -45
  707. package/dist/collection/stories/SvgButton.stories.js +0 -34
  708. package/dist/collection/stories/Tabs.stories.js +0 -214
  709. package/dist/collection/stories/Textfield.stories.js +0 -111
  710. package/dist/collection/stories/assets/code-brackets.svg +0 -1
  711. package/dist/collection/stories/assets/colors.svg +0 -1
  712. package/dist/collection/stories/assets/comments.svg +0 -1
  713. package/dist/collection/stories/assets/direction.svg +0 -1
  714. package/dist/collection/stories/assets/flow.svg +0 -1
  715. package/dist/collection/stories/assets/plugin.svg +0 -1
  716. package/dist/collection/stories/assets/repo.svg +0 -1
  717. package/dist/collection/stories/assets/stackalt.svg +0 -1
  718. package/dist/collection/stories/design-tokens/color/Color.stories.js +0 -96
  719. package/dist/collection/stories/design-tokens/color/Temp.stories.js +0 -98
  720. package/dist/collection/stories/design-tokens/containers/About.stories.js +0 -19
  721. package/dist/collection/stories/design-tokens/elevations/About.stories.js +0 -68
  722. package/dist/collection/stories/design-tokens/grid/About.stories.js +0 -22
  723. package/dist/collection/stories/design-tokens/motion/About.stories.js +0 -13
  724. package/dist/collection/stories/design-tokens/shape/About.stories.js +0 -69
  725. package/dist/collection/stories/design-tokens/space/About.stories.js +0 -128
  726. package/dist/collection/stories/design-tokens/typography/About.stories.js +0 -20
  727. package/dist/collection/stories/organisms/eSupport/AlertsPage/preview.stories.js +0 -57
  728. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +0 -45
  729. package/dist/collection/stories/organisms/eSupport/CustomerSupportGuide/preview.stories.js +0 -117
  730. package/dist/collection/stories/organisms/eSupport/HelpCenter/preview.stories.js +0 -81
  731. package/dist/collection/stories/organisms/eSupport/OnDemandSystemScan/preview.stories.js +0 -27
  732. package/dist/collection/stories/organisms/eSupport/ProductHomePage/preview.stories.js +0 -32
  733. package/dist/collection/stories/organisms/eSupport/PublishingTroubleshooter/preview.stories.js +0 -44
  734. package/dist/collection/stories/organisms/eSupport/SuccessPaths/Cards/preview.stories.js +0 -122
  735. package/dist/collection/stories/organisms/eSupport/SuccessPaths/CloudEngagement/preview.stories.js +0 -59
  736. package/dist/collection/stories/organisms/eSupport/SuccessPaths/DetailsPage/preview.stories.js +0 -235
  737. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +0 -47
  738. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +0 -157
  739. package/dist/collection/stories/organisms/ptc/Academic Form/preview.stories.js +0 -22
  740. package/dist/collection/stories/organisms/ptc/All Products/preview.stories.js +0 -1616
  741. package/dist/collection/stories/organisms/ptc/Announcement/preview.stories.js +0 -58
  742. package/dist/collection/stories/organisms/ptc/Background Video/preview.stories.js +0 -58
  743. package/dist/collection/stories/organisms/ptc/Blog Author Listing/preview.stories.js +0 -32
  744. package/dist/collection/stories/organisms/ptc/Blog Content/preview.stories.js +0 -317
  745. package/dist/collection/stories/organisms/ptc/Blog Detail/preview.stories.js +0 -500
  746. package/dist/collection/stories/organisms/ptc/Blogs Listing Page/preview.stories.js +0 -368
  747. package/dist/collection/stories/organisms/ptc/Bureau New Dynamic/preview.stories.js +0 -54
  748. package/dist/collection/stories/organisms/ptc/Buying Options Cards Slider/preview.stories.js +0 -187
  749. package/dist/collection/stories/organisms/ptc/Case Studies/preview.stories.js +0 -243
  750. package/dist/collection/stories/organisms/ptc/Case Studies Detail Page/preview.stories.js +0 -456
  751. package/dist/collection/stories/organisms/ptc/Case Studies Slider/preview.stories.js +0 -384
  752. package/dist/collection/stories/organisms/ptc/Case Studies Slider New/preview.stories.js +0 -171
  753. package/dist/collection/stories/organisms/ptc/Clq Modal Quiz/preview.stories.js +0 -100
  754. package/dist/collection/stories/organisms/ptc/Contact Free Trial Form/preview.stories.js +0 -22
  755. package/dist/collection/stories/organisms/ptc/Countdown Example/preview.stories.js +0 -29
  756. package/dist/collection/stories/organisms/ptc/E Store Build Listing/preview.stories.js +0 -543
  757. package/dist/collection/stories/organisms/ptc/E Store Build Product/preview.stories.js +0 -438
  758. package/dist/collection/stories/organisms/ptc/E Store Creo Extension/preview.stories.js +0 -798
  759. package/dist/collection/stories/organisms/ptc/Eloqua Library Contact Info/preview.stories.js +0 -168
  760. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor PCenter/preview.stories.js +0 -60
  761. package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor Recipient Id/preview.stories.js +0 -59
  762. package/dist/collection/stories/organisms/ptc/Embedded Form/preview.stories.js +0 -23
  763. package/dist/collection/stories/organisms/ptc/Embedded Form Floating/preview.stories.js +0 -165
  764. package/dist/collection/stories/organisms/ptc/Event Detail/preview.stories.js +0 -16
  765. package/dist/collection/stories/organisms/ptc/Event Jumbotron/preview.stories.js +0 -470
  766. package/dist/collection/stories/organisms/ptc/Event Podcast Slider/preview.stories.js +0 -142
  767. package/dist/collection/stories/organisms/ptc/Events Listing Cards/preview.stories.js +0 -169
  768. package/dist/collection/stories/organisms/ptc/Events Listing Cards Horizontal/preview.stories.js +0 -169
  769. package/dist/collection/stories/organisms/ptc/Featured Events Slider/preview.stories.js +0 -165
  770. package/dist/collection/stories/organisms/ptc/Featured List/preview.stories.js +0 -16
  771. package/dist/collection/stories/organisms/ptc/Filter Level Theater/preview.stories.js +0 -18
  772. package/dist/collection/stories/organisms/ptc/Five Card Value Prop/preview.stories.js +0 -64
  773. package/dist/collection/stories/organisms/ptc/Footer Form/preview.stories.js +0 -18
  774. package/dist/collection/stories/organisms/ptc/Footer V2/preview.stories.js +0 -138
  775. package/dist/collection/stories/organisms/ptc/Footer V2 Cn/preview.stories.js +0 -146
  776. package/dist/collection/stories/organisms/ptc/Form Radio Button/preview.stories.js +0 -42
  777. package/dist/collection/stories/organisms/ptc/Framed Video 16 9/preview.stories.js +0 -31
  778. package/dist/collection/stories/organisms/ptc/Homepage Image Feature/preview.stories.js +0 -41
  779. package/dist/collection/stories/organisms/ptc/Homepage Jumbotron/preview.stories.js +0 -166
  780. package/dist/collection/stories/organisms/ptc/Homepage Toggled Content/preview.stories.js +0 -227
  781. package/dist/collection/stories/organisms/ptc/Hub Of Hubs/preview.stories.js +0 -417
  782. package/dist/collection/stories/organisms/ptc/Intro/preview.stories.js +0 -41
  783. package/dist/collection/stories/organisms/ptc/Jumbotron/preview.stories.js +0 -431
  784. package/dist/collection/stories/organisms/ptc/Jumbotron With Logos/preview.stories.js +0 -431
  785. package/dist/collection/stories/organisms/ptc/Large Bulleted List/preview.stories.js +0 -224
  786. package/dist/collection/stories/organisms/ptc/Large Bulleted List V2/preview.stories.js +0 -326
  787. package/dist/collection/stories/organisms/ptc/Listing Filter/preview.stories.js +0 -256
  788. package/dist/collection/stories/organisms/ptc/Main Nav Product Solutions Tab/preview.stories.js +0 -200
  789. package/dist/collection/stories/organisms/ptc/Mathcad Start Page/preview.stories.js +0 -100
  790. package/dist/collection/stories/organisms/ptc/Media Kit Speed Bump/preview.stories.js +0 -39
  791. package/dist/collection/stories/organisms/ptc/Most Popular News/preview.stories.js +0 -28
  792. package/dist/collection/stories/organisms/ptc/Mvc Form/preview.stories.js +0 -22
  793. package/dist/collection/stories/organisms/ptc/New Buttons/preview.stories.js +0 -125
  794. package/dist/collection/stories/organisms/ptc/Partners Detail/preview.stories.js +0 -151
  795. package/dist/collection/stories/organisms/ptc/Partners Listing/preview.stories.js +0 -394
  796. package/dist/collection/stories/organisms/ptc/Pdf Portal/preview.stories.js +0 -140
  797. package/dist/collection/stories/organisms/ptc/Plm On Demand 1/preview.stories.js +0 -205
  798. package/dist/collection/stories/organisms/ptc/Plm On Demand 2/preview.stories.js +0 -180
  799. package/dist/collection/stories/organisms/ptc/Podcast List/preview.stories.js +0 -175
  800. package/dist/collection/stories/organisms/ptc/Preference Center/preview.stories.js +0 -235
  801. package/dist/collection/stories/organisms/ptc/Preference Center Exit Page/preview.stories.js +0 -85
  802. package/dist/collection/stories/organisms/ptc/Preference Center Update Email/preview.stories.js +0 -54
  803. package/dist/collection/stories/organisms/ptc/Preference Center Update Personal Info/preview.stories.js +0 -59
  804. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table/preview.stories.js +0 -399
  805. package/dist/collection/stories/organisms/ptc/Pricing Packaging Table Subnav/preview.stories.js +0 -179
  806. package/dist/collection/stories/organisms/ptc/Ptc 3 Card Value Prop/preview.stories.js +0 -46
  807. package/dist/collection/stories/organisms/ptc/Ptc Bio Cards/preview.stories.js +0 -741
  808. package/dist/collection/stories/organisms/ptc/Ptc Creo Start Page/preview.stories.js +0 -111
  809. package/dist/collection/stories/organisms/ptc/Ptc Editorial/preview.stories.js +0 -84
  810. package/dist/collection/stories/organisms/ptc/Ptc Form/preview.stories.js +0 -18
  811. package/dist/collection/stories/organisms/ptc/Ptc Icon Card Slider/preview.stories.js +0 -121
  812. package/dist/collection/stories/organisms/ptc/Ptc Icon Component/preview.stories.js +0 -185
  813. package/dist/collection/stories/organisms/ptc/Ptc Icon Sprites/preview.stories.js +0 -150
  814. package/dist/collection/stories/organisms/ptc/Ptc Innovator Toggle/preview.stories.js +0 -421
  815. package/dist/collection/stories/organisms/ptc/Ptc Media Cards/preview.stories.js +0 -133
  816. package/dist/collection/stories/organisms/ptc/Ptc News Detail/preview.stories.js +0 -142
  817. package/dist/collection/stories/organisms/ptc/Ptc News Detail Alternate/preview.stories.js +0 -140
  818. package/dist/collection/stories/organisms/ptc/Ptc Offices/preview.stories.js +0 -405
  819. package/dist/collection/stories/organisms/ptc/Ptc Readmore V3/preview.stories.js +0 -71
  820. package/dist/collection/stories/organisms/ptc/Ptc Showcase Card/preview.stories.js +0 -177
  821. package/dist/collection/stories/organisms/ptc/Ptc Sticky Share Icons/preview.stories.js +0 -184
  822. package/dist/collection/stories/organisms/ptc/Ptc Subnav V1/preview.stories.js +0 -149
  823. package/dist/collection/stories/organisms/ptc/Ptc Subnav V2/preview.stories.js +0 -91
  824. package/dist/collection/stories/organisms/ptc/Ptc Text Copy With Background/preview.stories.js +0 -226
  825. package/dist/collection/stories/organisms/ptc/Ptc Title Demo/preview.stories.js +0 -24
  826. package/dist/collection/stories/organisms/ptc/Ptc Tooltip V3/preview.stories.js +0 -85
  827. package/dist/collection/stories/organisms/ptc/Ptc Two Column Two Media/preview.stories.js +0 -126
  828. package/dist/collection/stories/organisms/ptc/Read More/preview.stories.js +0 -278
  829. package/dist/collection/stories/organisms/ptc/Related Cards/preview.stories.js +0 -107
  830. package/dist/collection/stories/organisms/ptc/Resource Center/preview.stories.js +0 -149
  831. package/dist/collection/stories/organisms/ptc/Search Result/preview.stories.js +0 -62
  832. package/dist/collection/stories/organisms/ptc/Search Result News/preview.stories.js +0 -72
  833. package/dist/collection/stories/organisms/ptc/Searchbar Plm On Demand/preview.stories.js +0 -62
  834. package/dist/collection/stories/organisms/ptc/Seo Test/preview.stories.js +0 -215
  835. package/dist/collection/stories/organisms/ptc/Sequential Slider/preview.stories.js +0 -38
  836. package/dist/collection/stories/organisms/ptc/Sequential Slider Mobile/preview.stories.js +0 -90
  837. package/dist/collection/stories/organisms/ptc/Shortform Agileworx/preview.stories.js +0 -22
  838. package/dist/collection/stories/organisms/ptc/Storefront Enhanced Product Listing/preview.stories.js +0 -132
  839. package/dist/collection/stories/organisms/ptc/Subnav New/preview.stories.js +0 -360
  840. package/dist/collection/stories/organisms/ptc/Success Path Details Page/preview.stories.js +0 -236
  841. package/dist/collection/stories/organisms/ptc/Three Column Text/preview.stories.js +0 -75
  842. package/dist/collection/stories/organisms/ptc/Three Up Text Cards/preview.stories.js +0 -134
  843. package/dist/collection/stories/organisms/ptc/Two Column Media/preview.stories.js +0 -181
  844. package/dist/collection/stories/organisms/ptc/Two Column With Toggle/preview.stories.js +0 -549
  845. package/dist/collection/stories/organisms/ptc/Value Led Resource/preview.stories.js +0 -479
  846. package/dist/collection/stories/organisms/ptc/Volvo Three Col/preview.stories.js +0 -115
  847. package/dist/collection/stories/organisms/ptc/Vuforia Quiz/preview.stories.js +0 -26
  848. package/dist/collection/stories/organisms/ptc/White Paper/preview.stories.js +0 -174
  849. package/dist/collection/utils/__mocks__/@material__select__component.js +0 -5
  850. package/dist/custom-elements/index.d.ts +0 -1143
  851. package/dist/custom-elements/index.js +0 -38289
  852. package/dist/esm/_commonjsHelpers-9943807e.js +0 -17
  853. package/dist/esm/academic-form-test.entry.js +0 -78
  854. package/dist/esm/author-listing-example.entry.js +0 -241
  855. package/dist/esm/blog-detail-content_2.entry.js +0 -270
  856. package/dist/esm/blog-detail-layout.entry.js +0 -65
  857. package/dist/esm/blogs-search-section.entry.js +0 -214
  858. package/dist/esm/bundle-example.entry.js +0 -49
  859. package/dist/esm/bundle-jumbotron-example.entry.js +0 -59
  860. package/dist/esm/buying-option-card.entry.js +0 -180
  861. package/dist/esm/buying-option-cards-slider.entry.js +0 -171
  862. package/dist/esm/component-80f298b4.js +0 -6462
  863. package/dist/esm/core-9dcd68aa.js +0 -3874
  864. package/dist/esm/dropdown-item.entry.js +0 -17
  865. package/dist/esm/dynamic-box-bundle.entry.js +0 -34
  866. package/dist/esm/embedded-form.entry.js +0 -101
  867. package/dist/esm/event-jumbotron-example.entry.js +0 -229
  868. package/dist/esm/event-podcast-slider-example.entry.js +0 -64
  869. package/dist/esm/featured-events-slider-example.entry.js +0 -58
  870. package/dist/esm/featured-list.entry.js +0 -104
  871. package/dist/esm/fl-tab-content_3.entry.js +0 -98
  872. package/dist/esm/focus-trap.esm-d205300d.js +0 -1556
  873. package/dist/esm/footer-form.entry.js +0 -60
  874. package/dist/esm/global-1a5f28d5.js +0 -31
  875. package/dist/esm/homepage-clickable-tab.entry.js +0 -56
  876. package/dist/esm/homepage-jumbotron.entry.js +0 -124
  877. package/dist/esm/homepage-toggled-content.entry.js +0 -150
  878. package/dist/esm/icon-asset_2.entry.js +0 -149
  879. package/dist/esm/index-0bf594c4.js +0 -2103
  880. package/dist/esm/innovator-toggle-container.entry.js +0 -64
  881. package/dist/esm/interfaces-4caedd26.js +0 -12
  882. package/dist/esm/jumbotron-sub-menu.entry.js +0 -37
  883. package/dist/esm/jumbotron-sub-mune.entry.js +0 -51
  884. package/dist/esm/list-item.entry.js +0 -48
  885. package/dist/esm/max-width-container.entry.js +0 -50
  886. package/dist/esm/modal-form-example.entry.js +0 -105
  887. package/dist/esm/most-popular-news.entry.js +0 -39
  888. package/dist/esm/mousewheel-6b2f6590.js +0 -389
  889. package/dist/esm/news-search-result.entry.js +0 -26
  890. package/dist/esm/pagination-191217c1.js +0 -664
  891. package/dist/esm/polyfills/core-js.js +0 -11
  892. package/dist/esm/polyfills/css-shim.js +0 -1
  893. package/dist/esm/polyfills/dom.js +0 -79
  894. package/dist/esm/polyfills/es5-html-element.js +0 -1
  895. package/dist/esm/polyfills/index.js +0 -34
  896. package/dist/esm/polyfills/system.js +0 -6
  897. package/dist/esm/ptc-accordion-item.entry.js +0 -120
  898. package/dist/esm/ptc-accordion.entry.js +0 -87
  899. package/dist/esm/ptc-announcement.entry.js +0 -73
  900. package/dist/esm/ptc-back-to-top.entry.js +0 -96
  901. package/dist/esm/ptc-background-video.entry.js +0 -148
  902. package/dist/esm/ptc-badge.entry.js +0 -26
  903. package/dist/esm/ptc-bio-card.entry.js +0 -57
  904. package/dist/esm/ptc-blue-pill-announcement-bar.entry.js +0 -19
  905. package/dist/esm/ptc-breadcrumb.entry.js +0 -59
  906. package/dist/esm/ptc-brightcov-video.entry.js +0 -20
  907. package/dist/esm/ptc-button.entry.js +0 -113
  908. package/dist/esm/ptc-card-bottom_2.entry.js +0 -194
  909. package/dist/esm/ptc-card-content.entry.js +0 -88
  910. package/dist/esm/ptc-card_2.entry.js +0 -297
  911. package/dist/esm/ptc-case-studies-slider.entry.js +0 -1205
  912. package/dist/esm/ptc-checkbox-group.entry.js +0 -46
  913. package/dist/esm/ptc-checkbox.entry.js +0 -70
  914. package/dist/esm/ptc-close-icon_2.entry.js +0 -355
  915. package/dist/esm/ptc-collapse-list.entry.js +0 -539
  916. package/dist/esm/ptc-container.entry.js +0 -40
  917. package/dist/esm/ptc-countdown.entry.js +0 -172
  918. package/dist/esm/ptc-data-lookup.entry.js +0 -680
  919. package/dist/esm/ptc-date.entry.js +0 -57
  920. package/dist/esm/ptc-dropdown.entry.js +0 -75
  921. package/dist/esm/ptc-dynamic-card.entry.js +0 -137
  922. package/dist/esm/ptc-ellipsis-dropdown.entry.js +0 -197
  923. package/dist/esm/ptc-embedded-quiz.entry.js +0 -295
  924. package/dist/esm/ptc-enhanced-product-listing-card.entry.js +0 -69
  925. package/dist/esm/ptc-featured-list.entry.js +0 -44
  926. package/dist/esm/ptc-filter-dropdown_4.entry.js +0 -374
  927. package/dist/esm/ptc-filter-level-theater.entry.js +0 -189
  928. package/dist/esm/ptc-filter-tag_2.entry.js +0 -424
  929. package/dist/esm/ptc-footer.entry.js +0 -64
  930. package/dist/esm/ptc-form-checkbox_4.entry.js +0 -5193
  931. package/dist/esm/ptc-form-radio-button.entry.js +0 -52
  932. package/dist/esm/ptc-form-radio-group.entry.js +0 -52
  933. package/dist/esm/ptc-form.entry.js +0 -152
  934. package/dist/esm/ptc-hero-footer-cta.entry.js +0 -18
  935. package/dist/esm/ptc-hero.entry.js +0 -28
  936. package/dist/esm/ptc-homepage-image-feature.entry.js +0 -20
  937. package/dist/esm/ptc-homepage-video-background.entry.js +0 -200
  938. package/dist/esm/ptc-icon-card-slider-example.entry.js +0 -68
  939. package/dist/esm/ptc-icon-card.entry.js +0 -26
  940. package/dist/esm/ptc-icon-component.entry.js +0 -122
  941. package/dist/esm/ptc-icon-list.entry.js +0 -30
  942. package/dist/esm/ptc-icon-minimize.entry.js +0 -169
  943. package/dist/esm/ptc-image-download-strip.entry.js +0 -28
  944. package/dist/esm/ptc-img.entry.js +0 -212
  945. package/dist/esm/ptc-info-tile.entry.js +0 -46
  946. package/dist/esm/ptc-inline-cta.entry.js +0 -134
  947. package/dist/esm/ptc-jumbotron.entry.js +0 -186
  948. package/dist/esm/ptc-link.entry.js +0 -87
  949. package/dist/esm/ptc-list.entry.js +0 -56
  950. package/dist/esm/ptc-media-card.entry.js +0 -167
  951. package/dist/esm/ptc-minimized-nav.entry.js +0 -20
  952. package/dist/esm/ptc-mobile-select.entry.js +0 -562
  953. package/dist/esm/ptc-modal-quiz.entry.js +0 -183
  954. package/dist/esm/ptc-nav-card.entry.js +0 -38
  955. package/dist/esm/ptc-nav-link.entry.js +0 -44
  956. package/dist/esm/ptc-nav-pills.entry.js +0 -15
  957. package/dist/esm/ptc-nav-skip-to-content.entry.js +0 -66
  958. package/dist/esm/ptc-nav-slider.entry.js +0 -111
  959. package/dist/esm/ptc-nav-submenu.entry.js +0 -44
  960. package/dist/esm/ptc-nav-tile.entry.js +0 -16
  961. package/dist/esm/ptc-news.entry.js +0 -27
  962. package/dist/esm/ptc-office-location-card.entry.js +0 -61
  963. package/dist/esm/ptc-office-locations.entry.js +0 -341
  964. package/dist/esm/ptc-overlay.entry.js +0 -30
  965. package/dist/esm/ptc-para.entry.js +0 -135
  966. package/dist/esm/ptc-picture.entry.js +0 -181
  967. package/dist/esm/ptc-podcast-card.entry.js +0 -18
  968. package/dist/esm/ptc-preferance-center-form.entry.js +0 -42
  969. package/dist/esm/ptc-preloader.entry.js +0 -18
  970. package/dist/esm/ptc-previous-url.entry.js +0 -27
  971. package/dist/esm/ptc-pricing-add-on-card.entry.js +0 -25
  972. package/dist/esm/ptc-pricing-add-on-section.entry.js +0 -47
  973. package/dist/esm/ptc-pricing-block.entry.js +0 -29
  974. package/dist/esm/ptc-pricing-packaging-table.entry.js +0 -528
  975. package/dist/esm/ptc-pricing-tabs.entry.js +0 -138
  976. package/dist/esm/ptc-product-card.entry.js +0 -57
  977. package/dist/esm/ptc-product-category.entry.js +0 -16
  978. package/dist/esm/ptc-product-dropdown.entry.js +0 -76
  979. package/dist/esm/ptc-product-highlight-card.entry.js +0 -24
  980. package/dist/esm/ptc-product-list.entry.js +0 -168
  981. package/dist/esm/ptc-product-sidebar.entry.js +0 -174
  982. package/dist/esm/ptc-progress-bar.entry.js +0 -23
  983. package/dist/esm/ptc-quantity-counter.entry.js +0 -95
  984. package/dist/esm/ptc-quote.entry.js +0 -36
  985. package/dist/esm/ptc-readmore-char.entry.js +0 -40
  986. package/dist/esm/ptc-readmore-new.entry.js +0 -102
  987. package/dist/esm/ptc-readmore-v3.entry.js +0 -123
  988. package/dist/esm/ptc-readmore.entry.js +0 -182
  989. package/dist/esm/ptc-related-card-rail.entry.js +0 -254
  990. package/dist/esm/ptc-responsive-wrapper.entry.js +0 -61
  991. package/dist/esm/ptc-scroll-button.entry.js +0 -131
  992. package/dist/esm/ptc-seo-title.entry.js +0 -78
  993. package/dist/esm/ptc-shopping-cart.entry.js +0 -65
  994. package/dist/esm/ptc-showcase-card.entry.js +0 -17
  995. package/dist/esm/ptc-skeleton.entry.js +0 -28
  996. package/dist/esm/ptc-slit-card.entry.js +0 -36
  997. package/dist/esm/ptc-social-icons-footer.entry.js +0 -88
  998. package/dist/esm/ptc-social-icons.entry.js +0 -29
  999. package/dist/esm/ptc-spacer.entry.js +0 -34
  1000. package/dist/esm/ptc-span.entry.js +0 -27
  1001. package/dist/esm/ptc-square-card.entry.js +0 -21
  1002. package/dist/esm/ptc-sticky-icons.entry.js +0 -50
  1003. package/dist/esm/ptc-sticky-section.entry.js +0 -66
  1004. package/dist/esm/ptc-sticky-title.entry.js +0 -46
  1005. package/dist/esm/ptc-store-card-list.entry.js +0 -101
  1006. package/dist/esm/ptc-store-card.entry.js +0 -20
  1007. package/dist/esm/ptc-subnav-card.entry.js +0 -23
  1008. package/dist/esm/ptc-subnav-v2.entry.js +0 -591
  1009. package/dist/esm/ptc-subnav.entry.js +0 -32
  1010. package/dist/esm/ptc-svg-btn.entry.js +0 -114
  1011. package/dist/esm/ptc-tab-list.entry.js +0 -270
  1012. package/dist/esm/ptc-tab.entry.js +0 -27
  1013. package/dist/esm/ptc-tabs.entry.js +0 -54
  1014. package/dist/esm/ptc-text-copy-with-background.entry.js +0 -63
  1015. package/dist/esm/ptc-theater-video-modal.entry.js +0 -117
  1016. package/dist/esm/ptc-title.entry.js +0 -157
  1017. package/dist/esm/ptc-tooltip-v2.entry.js +0 -76
  1018. package/dist/esm/ptc-tooltip-v3.entry.js +0 -115
  1019. package/dist/esm/ptc-tooltip.entry.js +0 -109
  1020. package/dist/esm/ptc-two-column-media.entry.js +0 -22
  1021. package/dist/esm/ptc-value-led-card.entry.js +0 -17
  1022. package/dist/esm/ptc-value-led-content-highlight.entry.js +0 -15
  1023. package/dist/esm/ptc-value-led-content.entry.js +0 -16
  1024. package/dist/esm/ptc-value-led-intro.entry.js +0 -16
  1025. package/dist/esm/ptc-value-led-layout.entry.js +0 -280
  1026. package/dist/esm/ptc-value-led-speed-bump.entry.js +0 -31
  1027. package/dist/esm/ptc-value-prop-card.entry.js +0 -20
  1028. package/dist/esm/ptc-video-embed.entry.js +0 -80
  1029. package/dist/esm/ptc-white-paper.entry.js +0 -147
  1030. package/dist/esm/ptcw-design.js +0 -20
  1031. package/dist/esm/scrollbar-b41be07f.js +0 -350
  1032. package/dist/esm/sequential-bundle-example.entry.js +0 -115
  1033. package/dist/esm/sequential-bundle.entry.js +0 -95
  1034. package/dist/esm/show-map-icon-6d9dce32.js +0 -8
  1035. package/dist/esm/storefront-enhanced-product-list-alt-example.entry.js +0 -62
  1036. package/dist/esm/storefront-enhanced-product-list-example.entry.js +0 -62
  1037. package/dist/esm/tab-content.entry.js +0 -46
  1038. package/dist/esm/tab-header.entry.js +0 -78
  1039. package/dist/esm/utils-bdd0cc16.js +0 -282
  1040. package/dist/esm/validation-messages-1379b825.js +0 -169
  1041. package/dist/esm/x-cd64dee4.js +0 -18
  1042. package/dist/ptcw-design/index.esm.js +0 -0
  1043. package/dist/ptcw-design/media/brands.svg +0 -1381
  1044. package/dist/ptcw-design/media/designer-v6.0.7.svg +0 -765
  1045. package/dist/ptcw-design/media/logo.png +0 -0
  1046. package/dist/ptcw-design/media/nav-active-dotslick.svg +0 -16
  1047. package/dist/ptcw-design/media/regular.svg +0 -463
  1048. package/dist/ptcw-design/media/solid.svg +0 -3016
  1049. package/dist/ptcw-design/media/svg-with-js.min.css +0 -5
  1050. package/dist/ptcw-design/p-00c5879b.entry.js +0 -1
  1051. package/dist/ptcw-design/p-0229f63c.entry.js +0 -68
  1052. package/dist/ptcw-design/p-03a1e1a5.entry.js +0 -1
  1053. package/dist/ptcw-design/p-068b64a1.entry.js +0 -1
  1054. package/dist/ptcw-design/p-07b46e6e.entry.js +0 -1
  1055. package/dist/ptcw-design/p-0abb6e77.entry.js +0 -1
  1056. package/dist/ptcw-design/p-0b33279e.js +0 -10
  1057. package/dist/ptcw-design/p-0bb3ea9a.entry.js +0 -1
  1058. package/dist/ptcw-design/p-0dac6766.entry.js +0 -1
  1059. package/dist/ptcw-design/p-0ea22cdc.entry.js +0 -1
  1060. package/dist/ptcw-design/p-0ec2a26d.entry.js +0 -1
  1061. package/dist/ptcw-design/p-0ed4609e.entry.js +0 -1
  1062. package/dist/ptcw-design/p-0efedf59.js +0 -1
  1063. package/dist/ptcw-design/p-112455b1.js +0 -1
  1064. package/dist/ptcw-design/p-1149e673.entry.js +0 -1
  1065. package/dist/ptcw-design/p-11e86045.entry.js +0 -1
  1066. package/dist/ptcw-design/p-1238e070.entry.js +0 -1
  1067. package/dist/ptcw-design/p-14c77b5e.entry.js +0 -1
  1068. package/dist/ptcw-design/p-183ba1ca.entry.js +0 -1
  1069. package/dist/ptcw-design/p-1ab6201b.entry.js +0 -1
  1070. package/dist/ptcw-design/p-1acd3617.entry.js +0 -1
  1071. package/dist/ptcw-design/p-1b3394a7.entry.js +0 -1
  1072. package/dist/ptcw-design/p-1e4d0bb7.entry.js +0 -1
  1073. package/dist/ptcw-design/p-1e9f25fc.entry.js +0 -1
  1074. package/dist/ptcw-design/p-20dfd7bd.entry.js +0 -1
  1075. package/dist/ptcw-design/p-212cdacd.entry.js +0 -1
  1076. package/dist/ptcw-design/p-23411b93.entry.js +0 -1
  1077. package/dist/ptcw-design/p-27cd474f.entry.js +0 -1
  1078. package/dist/ptcw-design/p-290012e3.entry.js +0 -1
  1079. package/dist/ptcw-design/p-2ba77e9d.entry.js +0 -1
  1080. package/dist/ptcw-design/p-2bc4bf65.entry.js +0 -1
  1081. package/dist/ptcw-design/p-2e288e60.entry.js +0 -1
  1082. package/dist/ptcw-design/p-2efd18d8.entry.js +0 -1
  1083. package/dist/ptcw-design/p-2f4f6ccd.js +0 -1
  1084. package/dist/ptcw-design/p-2f7b6437.entry.js +0 -1
  1085. package/dist/ptcw-design/p-2f82de8f.entry.js +0 -1
  1086. package/dist/ptcw-design/p-2fd01953.entry.js +0 -1
  1087. package/dist/ptcw-design/p-2fdd81d4.entry.js +0 -1
  1088. package/dist/ptcw-design/p-315b7885.entry.js +0 -1
  1089. package/dist/ptcw-design/p-36cb30ee.js +0 -1
  1090. package/dist/ptcw-design/p-36d6e662.entry.js +0 -1
  1091. package/dist/ptcw-design/p-384548ef.entry.js +0 -1
  1092. package/dist/ptcw-design/p-39255f59.entry.js +0 -1
  1093. package/dist/ptcw-design/p-3ada2482.entry.js +0 -1
  1094. package/dist/ptcw-design/p-3b9fbbaa.js +0 -1
  1095. package/dist/ptcw-design/p-3c52fabe.entry.js +0 -1
  1096. package/dist/ptcw-design/p-3c941935.entry.js +0 -1
  1097. package/dist/ptcw-design/p-3e13b735.entry.js +0 -1
  1098. package/dist/ptcw-design/p-3e13f29c.entry.js +0 -1
  1099. package/dist/ptcw-design/p-4313edfb.entry.js +0 -1
  1100. package/dist/ptcw-design/p-43756439.entry.js +0 -1
  1101. package/dist/ptcw-design/p-47aa1583.entry.js +0 -1
  1102. package/dist/ptcw-design/p-4fd2afc0.entry.js +0 -1
  1103. package/dist/ptcw-design/p-5119fb48.entry.js +0 -1
  1104. package/dist/ptcw-design/p-522cb451.entry.js +0 -1
  1105. package/dist/ptcw-design/p-5292a000.js +0 -1
  1106. package/dist/ptcw-design/p-5344a1f4.entry.js +0 -1
  1107. package/dist/ptcw-design/p-53d2547b.entry.js +0 -1
  1108. package/dist/ptcw-design/p-54891548.entry.js +0 -1
  1109. package/dist/ptcw-design/p-561a622f.entry.js +0 -1
  1110. package/dist/ptcw-design/p-562a3e36.entry.js +0 -1
  1111. package/dist/ptcw-design/p-575c7fc0.entry.js +0 -1
  1112. package/dist/ptcw-design/p-5b00a563.entry.js +0 -1
  1113. package/dist/ptcw-design/p-5bbfd7b3.entry.js +0 -1
  1114. package/dist/ptcw-design/p-5dd9b00c.entry.js +0 -1
  1115. package/dist/ptcw-design/p-5fb671ee.entry.js +0 -1
  1116. package/dist/ptcw-design/p-61a5012d.entry.js +0 -1
  1117. package/dist/ptcw-design/p-6251a6d6.entry.js +0 -1
  1118. package/dist/ptcw-design/p-6481e853.entry.js +0 -1
  1119. package/dist/ptcw-design/p-672a349f.js +0 -336
  1120. package/dist/ptcw-design/p-674c828e.entry.js +0 -1
  1121. package/dist/ptcw-design/p-6cfb5642.entry.js +0 -1
  1122. package/dist/ptcw-design/p-6d628113.entry.js +0 -1
  1123. package/dist/ptcw-design/p-6f1cc5e5.entry.js +0 -1
  1124. package/dist/ptcw-design/p-709cc1f0.entry.js +0 -1
  1125. package/dist/ptcw-design/p-711bcdad.js +0 -1
  1126. package/dist/ptcw-design/p-73293d32.entry.js +0 -1
  1127. package/dist/ptcw-design/p-746337da.entry.js +0 -1
  1128. package/dist/ptcw-design/p-74a845fd.entry.js +0 -1
  1129. package/dist/ptcw-design/p-752159e2.entry.js +0 -1
  1130. package/dist/ptcw-design/p-75c8fceb.entry.js +0 -1
  1131. package/dist/ptcw-design/p-75d8b6ec.entry.js +0 -1
  1132. package/dist/ptcw-design/p-7777753a.entry.js +0 -1
  1133. package/dist/ptcw-design/p-7815e38b.entry.js +0 -1
  1134. package/dist/ptcw-design/p-79762cf6.entry.js +0 -1
  1135. package/dist/ptcw-design/p-79a6e764.entry.js +0 -1
  1136. package/dist/ptcw-design/p-7b89a8e1.entry.js +0 -1
  1137. package/dist/ptcw-design/p-7c6d6a5e.entry.js +0 -1
  1138. package/dist/ptcw-design/p-7f2c5da5.js +0 -1
  1139. package/dist/ptcw-design/p-804dac0c.entry.js +0 -1
  1140. package/dist/ptcw-design/p-807ad5c4.entry.js +0 -1
  1141. package/dist/ptcw-design/p-80c56c81.entry.js +0 -1
  1142. package/dist/ptcw-design/p-81736d6a.entry.js +0 -1
  1143. package/dist/ptcw-design/p-828edda6.entry.js +0 -1
  1144. package/dist/ptcw-design/p-83c3d6c9.entry.js +0 -1
  1145. package/dist/ptcw-design/p-83dabf2e.entry.js +0 -1
  1146. package/dist/ptcw-design/p-850e6e8c.entry.js +0 -1
  1147. package/dist/ptcw-design/p-87215e3a.entry.js +0 -1
  1148. package/dist/ptcw-design/p-87e4c337.entry.js +0 -1
  1149. package/dist/ptcw-design/p-89da867f.entry.js +0 -1
  1150. package/dist/ptcw-design/p-8cdcfb51.entry.js +0 -1
  1151. package/dist/ptcw-design/p-8eb36507.entry.js +0 -1
  1152. package/dist/ptcw-design/p-8efaac1b.entry.js +0 -1
  1153. package/dist/ptcw-design/p-9050ab76.entry.js +0 -1
  1154. package/dist/ptcw-design/p-908ad455.entry.js +0 -1
  1155. package/dist/ptcw-design/p-91a9f126.entry.js +0 -1
  1156. package/dist/ptcw-design/p-91e5c8d4.entry.js +0 -1
  1157. package/dist/ptcw-design/p-944c5be8.js +0 -2
  1158. package/dist/ptcw-design/p-973b06d1.entry.js +0 -1
  1159. package/dist/ptcw-design/p-973c69d8.entry.js +0 -1
  1160. package/dist/ptcw-design/p-9a28ded2.entry.js +0 -1
  1161. package/dist/ptcw-design/p-9d8a9a72.entry.js +0 -1
  1162. package/dist/ptcw-design/p-9df3c31f.entry.js +0 -1
  1163. package/dist/ptcw-design/p-9e8e2835.entry.js +0 -1
  1164. package/dist/ptcw-design/p-a1dc7ae5.entry.js +0 -1
  1165. package/dist/ptcw-design/p-a22d7ae8.entry.js +0 -1
  1166. package/dist/ptcw-design/p-a2710bbf.entry.js +0 -1
  1167. package/dist/ptcw-design/p-a318a793.entry.js +0 -1
  1168. package/dist/ptcw-design/p-a3ef1660.entry.js +0 -1
  1169. package/dist/ptcw-design/p-a81833cd.entry.js +0 -1
  1170. package/dist/ptcw-design/p-a974f98f.entry.js +0 -1
  1171. package/dist/ptcw-design/p-afb5bdb9.entry.js +0 -1
  1172. package/dist/ptcw-design/p-b0fb4c93.entry.js +0 -1
  1173. package/dist/ptcw-design/p-b1053240.entry.js +0 -1
  1174. package/dist/ptcw-design/p-b154bbdb.entry.js +0 -1
  1175. package/dist/ptcw-design/p-b1c51eb4.entry.js +0 -1
  1176. package/dist/ptcw-design/p-b293a0b1.entry.js +0 -1
  1177. package/dist/ptcw-design/p-b2fcbbd8.entry.js +0 -1
  1178. package/dist/ptcw-design/p-b6cc4c2a.entry.js +0 -1
  1179. package/dist/ptcw-design/p-b82dd7f9.entry.js +0 -1
  1180. package/dist/ptcw-design/p-bca81995.entry.js +0 -1
  1181. package/dist/ptcw-design/p-bdbf2c61.entry.js +0 -1
  1182. package/dist/ptcw-design/p-be00fb74.entry.js +0 -1
  1183. package/dist/ptcw-design/p-bf2f9183.entry.js +0 -1
  1184. package/dist/ptcw-design/p-c5417010.entry.js +0 -1
  1185. package/dist/ptcw-design/p-c7e948b2.js +0 -1
  1186. package/dist/ptcw-design/p-c80265d9.entry.js +0 -1
  1187. package/dist/ptcw-design/p-c8de7309.entry.js +0 -1
  1188. package/dist/ptcw-design/p-c9762c88.entry.js +0 -1
  1189. package/dist/ptcw-design/p-c9a73ad1.entry.js +0 -1
  1190. package/dist/ptcw-design/p-ca039722.entry.js +0 -1
  1191. package/dist/ptcw-design/p-cab0274c.entry.js +0 -1
  1192. package/dist/ptcw-design/p-ce125ef2.entry.js +0 -1
  1193. package/dist/ptcw-design/p-ce39cff2.entry.js +0 -1
  1194. package/dist/ptcw-design/p-cf0f6559.entry.js +0 -1
  1195. package/dist/ptcw-design/p-d1f57070.entry.js +0 -1
  1196. package/dist/ptcw-design/p-d3c11c68.entry.js +0 -1
  1197. package/dist/ptcw-design/p-d428ba40.entry.js +0 -1
  1198. package/dist/ptcw-design/p-d4dcba82.entry.js +0 -1
  1199. package/dist/ptcw-design/p-d6271974.entry.js +0 -1
  1200. package/dist/ptcw-design/p-d9c54a1d.js +0 -1
  1201. package/dist/ptcw-design/p-d9ec506c.entry.js +0 -1
  1202. package/dist/ptcw-design/p-dabb1b70.entry.js +0 -1
  1203. package/dist/ptcw-design/p-dadbab48.entry.js +0 -1
  1204. package/dist/ptcw-design/p-dd38bf84.entry.js +0 -1
  1205. package/dist/ptcw-design/p-de663192.entry.js +0 -1
  1206. package/dist/ptcw-design/p-e00c5964.entry.js +0 -1
  1207. package/dist/ptcw-design/p-e1373325.entry.js +0 -1
  1208. package/dist/ptcw-design/p-e1bd2c43.entry.js +0 -1
  1209. package/dist/ptcw-design/p-e249cd90.entry.js +0 -1
  1210. package/dist/ptcw-design/p-e2e33ddb.entry.js +0 -1
  1211. package/dist/ptcw-design/p-e65cbdb9.entry.js +0 -1
  1212. package/dist/ptcw-design/p-e6ebc832.entry.js +0 -1
  1213. package/dist/ptcw-design/p-e87a4ff8.entry.js +0 -1
  1214. package/dist/ptcw-design/p-e880b556.entry.js +0 -1
  1215. package/dist/ptcw-design/p-e8b51e7d.entry.js +0 -1
  1216. package/dist/ptcw-design/p-ec22d0b8.entry.js +0 -1
  1217. package/dist/ptcw-design/p-ec395ae9.entry.js +0 -1
  1218. package/dist/ptcw-design/p-ecfc8211.entry.js +0 -1
  1219. package/dist/ptcw-design/p-ed53cb3a.entry.js +0 -1
  1220. package/dist/ptcw-design/p-ed5a467e.entry.js +0 -1
  1221. package/dist/ptcw-design/p-ef55ab3c.entry.js +0 -1
  1222. package/dist/ptcw-design/p-efe8563a.entry.js +0 -1
  1223. package/dist/ptcw-design/p-f004e5de.entry.js +0 -1
  1224. package/dist/ptcw-design/p-f2006b03.entry.js +0 -1
  1225. package/dist/ptcw-design/p-f20e4230.entry.js +0 -1
  1226. package/dist/ptcw-design/p-f418ef26.entry.js +0 -1
  1227. package/dist/ptcw-design/p-f4ae5a99.entry.js +0 -1
  1228. package/dist/ptcw-design/p-f5665cfe.entry.js +0 -1
  1229. package/dist/ptcw-design/p-f5dfa530.js +0 -1
  1230. package/dist/ptcw-design/p-fb0c3eeb.entry.js +0 -1
  1231. package/dist/ptcw-design/p-fe56e336.entry.js +0 -1
  1232. package/dist/ptcw-design/p-fef688c2.entry.js +0 -1
  1233. package/dist/ptcw-design/p-ff369ed7.entry.js +0 -1
  1234. package/dist/ptcw-design/ptcw-design.css +0 -9
  1235. package/dist/ptcw-design/ptcw-design.esm.js +0 -1
  1236. package/dist/types/components/buying-option-card/buying-option-card.d.ts +0 -44
  1237. package/dist/types/components/buying-option-cards-slider/buying-option-cards-slider.d.ts +0 -11
  1238. package/dist/types/components/dropdown-item/dropdown-item.d.ts +0 -5
  1239. package/dist/types/components/dynamic-box-bundle/dynamic-box-bundle.d.ts +0 -10
  1240. package/dist/types/components/homepage-clickable-tab/homepage-clickable-tab.d.ts +0 -19
  1241. package/dist/types/components/icon-asset/icon-asset.d.ts +0 -45
  1242. package/dist/types/components/innovator-toggle-container/innovator-toggle-container.d.ts +0 -20
  1243. package/dist/types/components/jumbotron-sub-menu/jumbotron-sub-menu.d.ts +0 -11
  1244. package/dist/types/components/jumbotron-sub-mune/jumbotron-sub-mune.d.ts +0 -10
  1245. package/dist/types/components/list-item/list-item.d.ts +0 -20
  1246. package/dist/types/components/max-width-container/max-width-container.d.ts +0 -16
  1247. package/dist/types/components/my-component/my-component.d.ts +0 -16
  1248. package/dist/types/components/organism-bundles/author-listing-example/author-listing-example.d.ts +0 -12
  1249. package/dist/types/components/organism-bundles/blog-detail-content/blog-detail-content.d.ts +0 -32
  1250. package/dist/types/components/organism-bundles/blog-detail-layout/blog-detail-layout.d.ts +0 -10
  1251. package/dist/types/components/organism-bundles/blogs-search-section/blogs-search-section.d.ts +0 -24
  1252. package/dist/types/components/organism-bundles/bundle-example/bundle-example.d.ts +0 -14
  1253. package/dist/types/components/organism-bundles/bundle-featured-list/featured-list.d.ts +0 -12
  1254. package/dist/types/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.d.ts +0 -5
  1255. package/dist/types/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.d.ts +0 -37
  1256. package/dist/types/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.d.ts +0 -10
  1257. package/dist/types/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.d.ts +0 -10
  1258. package/dist/types/components/organism-bundles/form/academic-form/academic-form-test.d.ts +0 -25
  1259. package/dist/types/components/organism-bundles/form/embedded-form/embedded-form.d.ts +0 -31
  1260. package/dist/types/components/organism-bundles/form/footer-form/footer-form.d.ts +0 -14
  1261. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
  1262. package/dist/types/components/organism-bundles/form/ptc-form/ptc-form.d.ts +0 -25
  1263. package/dist/types/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.d.ts +0 -34
  1264. package/dist/types/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.d.ts +0 -41
  1265. package/dist/types/components/organism-bundles/most-popular-news/most-popular-news.d.ts +0 -6
  1266. package/dist/types/components/organism-bundles/news-search-result/news-search-result.d.ts +0 -10
  1267. package/dist/types/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.d.ts +0 -10
  1268. package/dist/types/components/organism-bundles/sequential-bundle/sequential-bundle.d.ts +0 -12
  1269. package/dist/types/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.d.ts +0 -18
  1270. package/dist/types/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-alt-example.d.ts +0 -10
  1271. package/dist/types/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.d.ts +0 -10
  1272. package/dist/types/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.d.ts +0 -68
  1273. package/dist/types/components/ptc-accordion/ptc-accordion.d.ts +0 -23
  1274. package/dist/types/components/ptc-announcement/ptc-announcement.d.ts +0 -60
  1275. package/dist/types/components/ptc-back-to-top/ptc-back-to-top.d.ts +0 -11
  1276. package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +0 -53
  1277. package/dist/types/components/ptc-badge/ptc-badge.d.ts +0 -7
  1278. package/dist/types/components/ptc-bio-card/ptc-bio-card.d.ts +0 -28
  1279. package/dist/types/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.d.ts +0 -4
  1280. package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +0 -29
  1281. package/dist/types/components/ptc-brightcov-video/ptc-brightcov-video.d.ts +0 -6
  1282. package/dist/types/components/ptc-button/ptc-button.d.ts +0 -92
  1283. package/dist/types/components/ptc-card/ptc-card.d.ts +0 -94
  1284. package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +0 -17
  1285. package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +0 -20
  1286. package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +0 -40
  1287. package/dist/types/components/ptc-case-studies-slider/ptc-case-studies-slider.d.ts +0 -25
  1288. package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +0 -17
  1289. package/dist/types/components/ptc-checkbox-group/ptc-checkbox-group.d.ts +0 -10
  1290. package/dist/types/components/ptc-close-icon/ptc-close-icon.d.ts +0 -3
  1291. package/dist/types/components/ptc-collapse-list/ptc-collapse-list.d.ts +0 -66
  1292. package/dist/types/components/ptc-container/ptc-container.d.ts +0 -13
  1293. package/dist/types/components/ptc-countdown/ptc-countdown.d.ts +0 -28
  1294. package/dist/types/components/ptc-data-lookup/ptc-data-lookup.d.ts +0 -29
  1295. package/dist/types/components/ptc-date/ptc-date.d.ts +0 -46
  1296. package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +0 -20
  1297. package/dist/types/components/ptc-dynamic-card/ptc-dynamic-card.d.ts +0 -57
  1298. package/dist/types/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.d.ts +0 -29
  1299. package/dist/types/components/ptc-embedded-quiz/ptc-embedded-quiz.d.ts +0 -35
  1300. package/dist/types/components/ptc-enhanced-product-listing-card/ptc-enhanced-product-listing-card.d.ts +0 -23
  1301. package/dist/types/components/ptc-featured-list/fl-tab-content/fl-tab-content.d.ts +0 -6
  1302. package/dist/types/components/ptc-featured-list/fl-tab-header/fl-tab-header.d.ts +0 -16
  1303. package/dist/types/components/ptc-featured-list/fl-tab-image/fl-tab-image.d.ts +0 -5
  1304. package/dist/types/components/ptc-featured-list/ptc-featured-list.d.ts +0 -10
  1305. package/dist/types/components/ptc-filter-dropdown/ptc-filter-dropdown.d.ts +0 -30
  1306. package/dist/types/components/ptc-filter-level-theater/ptc-filter-level-theater.d.ts +0 -19
  1307. package/dist/types/components/ptc-filter-tag/ptc-filter-tag.d.ts +0 -23
  1308. package/dist/types/components/ptc-footer/ptc-footer.d.ts +0 -9
  1309. package/dist/types/components/ptc-form-checkbox/ptc-form-checkbox.d.ts +0 -31
  1310. package/dist/types/components/ptc-form-radio-button/ptc-form-radio-button.d.ts +0 -14
  1311. package/dist/types/components/ptc-form-radio-group/ptc-form-radio-group.d.ts +0 -16
  1312. package/dist/types/components/ptc-hero/ptc-hero.d.ts +0 -16
  1313. package/dist/types/components/ptc-hero-footer-cta/ptc-hero-footer-cta.d.ts +0 -6
  1314. package/dist/types/components/ptc-homepage-image-feature/ptc-homepage-image-feature.d.ts +0 -5
  1315. package/dist/types/components/ptc-homepage-video-background/ptc-homepage-video-background.d.ts +0 -75
  1316. package/dist/types/components/ptc-icon-card/ptc-icon-card.d.ts +0 -12
  1317. package/dist/types/components/ptc-icon-component/ptc-icon-component.d.ts +0 -23
  1318. package/dist/types/components/ptc-icon-component/test/__mocks__/swiper.d.ts +0 -12
  1319. package/dist/types/components/ptc-icon-list/ptc-icon-list.d.ts +0 -23
  1320. package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +0 -19
  1321. package/dist/types/components/ptc-image-download-strip/ptc-image-download-strip.d.ts +0 -13
  1322. package/dist/types/components/ptc-img/ptc-img.d.ts +0 -83
  1323. package/dist/types/components/ptc-info-tile/ptc-info-tile.d.ts +0 -19
  1324. package/dist/types/components/ptc-inline-cta/ptc-inline-cta.d.ts +0 -23
  1325. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +0 -52
  1326. package/dist/types/components/ptc-link/ptc-link.d.ts +0 -66
  1327. package/dist/types/components/ptc-list/ptc-list.d.ts +0 -8
  1328. package/dist/types/components/ptc-media-card/ptc-media-card.d.ts +0 -81
  1329. package/dist/types/components/ptc-minimized-nav/ptc-minimized-nav.d.ts +0 -8
  1330. package/dist/types/components/ptc-mobile-select/mobile-select/dist/mobile-select.d.ts +0 -209
  1331. package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +0 -49
  1332. package/dist/types/components/ptc-modal/ptc-modal.d.ts +0 -113
  1333. package/dist/types/components/ptc-modal-quiz/ptc-modal-quiz.d.ts +0 -38
  1334. package/dist/types/components/ptc-multi-select/ptc-multi-select.d.ts +0 -52
  1335. package/dist/types/components/ptc-nav-card/ptc-nav-card.d.ts +0 -47
  1336. package/dist/types/components/ptc-nav-pills/ptc-nav-pills.d.ts +0 -3
  1337. package/dist/types/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.d.ts +0 -17
  1338. package/dist/types/components/ptc-nav-tile/ptc-nav-tile.d.ts +0 -7
  1339. package/dist/types/components/ptc-news/ptc-news.d.ts +0 -20
  1340. package/dist/types/components/ptc-office-location-card/ptc-office-location-card.d.ts +0 -16
  1341. package/dist/types/components/ptc-office-locations/ptc-office-locations.d.ts +0 -42
  1342. package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +0 -21
  1343. package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +0 -43
  1344. package/dist/types/components/ptc-para/ptc-para.d.ts +0 -81
  1345. package/dist/types/components/ptc-picture/ptc-picture.d.ts +0 -104
  1346. package/dist/types/components/ptc-podcast-card/ptc-podcast-card.d.ts +0 -15
  1347. package/dist/types/components/ptc-preferance-center-form/ptc-preferance-center-form.d.ts +0 -7
  1348. package/dist/types/components/ptc-preloader/ptc-preloader.d.ts +0 -5
  1349. package/dist/types/components/ptc-preloader-section/ptc-preloader-section.d.ts +0 -14
  1350. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +0 -11
  1351. package/dist/types/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.d.ts +0 -35
  1352. package/dist/types/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.d.ts +0 -30
  1353. package/dist/types/components/ptc-pricing-block/ptc-pricing-block.d.ts +0 -8
  1354. package/dist/types/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.d.ts +0 -115
  1355. package/dist/types/components/ptc-pricing-tabs/ptc-pricing-tabs.d.ts +0 -53
  1356. package/dist/types/components/ptc-product-card/ptc-product-card.d.ts +0 -33
  1357. package/dist/types/components/ptc-product-category/ptc-product-category.d.ts +0 -4
  1358. package/dist/types/components/ptc-product-dropdown/ptc-product-dropdown.d.ts +0 -18
  1359. package/dist/types/components/ptc-product-highlight-card/ptc-product-highlight-card.d.ts +0 -33
  1360. package/dist/types/components/ptc-product-list/ptc-product-list.d.ts +0 -21
  1361. package/dist/types/components/ptc-product-sidebar/ptc-product-sidebar.d.ts +0 -40
  1362. package/dist/types/components/ptc-progress-bar/ptc-progress-bar.d.ts +0 -5
  1363. package/dist/types/components/ptc-quantity-counter/ptc-quantity-counter.d.ts +0 -20
  1364. package/dist/types/components/ptc-quote/ptc-quote.d.ts +0 -33
  1365. package/dist/types/components/ptc-readmore/ptc-readmore.d.ts +0 -72
  1366. package/dist/types/components/ptc-readmore-char/ptc-readmore-char.d.ts +0 -35
  1367. package/dist/types/components/ptc-readmore-new/ptc-readmore-new.d.ts +0 -21
  1368. package/dist/types/components/ptc-readmore-v2/ptc-readmore-v2.d.ts +0 -27
  1369. package/dist/types/components/ptc-readmore-v3/ptc-readmore-v3.d.ts +0 -27
  1370. package/dist/types/components/ptc-related-card-rail/ptc-related-card-rail.d.ts +0 -47
  1371. package/dist/types/components/ptc-responsive-wrapper/ptc-responsive-wrapper.d.ts +0 -8
  1372. package/dist/types/components/ptc-scroll-button/ptc-scroll-button.d.ts +0 -28
  1373. package/dist/types/components/ptc-search-field/ptc-search-field.d.ts +0 -24
  1374. package/dist/types/components/ptc-select/ptc-select.d.ts +0 -41
  1375. package/dist/types/components/ptc-seo-title/ptc-seo-title.d.ts +0 -55
  1376. package/dist/types/components/ptc-shopping-cart/ptc-shopping-cart.d.ts +0 -7
  1377. package/dist/types/components/ptc-showcase-card/ptc-showcase-card.d.ts +0 -5
  1378. package/dist/types/components/ptc-skeleton/ptc-skeleton.d.ts +0 -10
  1379. package/dist/types/components/ptc-slit-card/ptc-slit-card.d.ts +0 -36
  1380. package/dist/types/components/ptc-social-icons/ptc-social-icons.d.ts +0 -11
  1381. package/dist/types/components/ptc-social-icons-footer/ptc-social-icons-footer.d.ts +0 -36
  1382. package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +0 -43
  1383. package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +0 -16
  1384. package/dist/types/components/ptc-span/ptc-span.d.ts +0 -20
  1385. package/dist/types/components/ptc-square-card/ptc-square-card.d.ts +0 -11
  1386. package/dist/types/components/ptc-sticky-icons/ptc-sticky-icons.d.ts +0 -7
  1387. package/dist/types/components/ptc-sticky-section/ptc-sticky-section.d.ts +0 -12
  1388. package/dist/types/components/ptc-sticky-title/ptc-sticky-title.d.ts +0 -10
  1389. package/dist/types/components/ptc-store-card/ptc-store-card.d.ts +0 -6
  1390. package/dist/types/components/ptc-store-card-list/ptc-store-card-list.d.ts +0 -18
  1391. package/dist/types/components/ptc-subnav-v2/ptc-subnav-v2.d.ts +0 -70
  1392. package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +0 -20
  1393. package/dist/types/components/ptc-tab-list/ptc-tab-list.d.ts +0 -36
  1394. package/dist/types/components/ptc-tabs/ptc-tab.d.ts +0 -9
  1395. package/dist/types/components/ptc-tabs/ptc-tabs.d.ts +0 -10
  1396. package/dist/types/components/ptc-text-copy-with-background/ptc-text-copy-with-background.d.ts +0 -44
  1397. package/dist/types/components/ptc-textfield/ptc-textfield.d.ts +0 -99
  1398. package/dist/types/components/ptc-theater-video/ptc-theater-video.d.ts +0 -14
  1399. package/dist/types/components/ptc-theater-video-modal/ptc-theater-video-modal.d.ts +0 -21
  1400. package/dist/types/components/ptc-theater-video-playlist/ptc-theater-video-playlist.d.ts +0 -26
  1401. package/dist/types/components/ptc-title/ptc-title.d.ts +0 -86
  1402. package/dist/types/components/ptc-tooltip/ptc-tooltip.d.ts +0 -63
  1403. package/dist/types/components/ptc-tooltip-v2/ptc-tooltip-v2.d.ts +0 -21
  1404. package/dist/types/components/ptc-tooltip-v3/ptc-tooltip-v3.d.ts +0 -44
  1405. package/dist/types/components/ptc-two-column-media/ptc-two-column-media.d.ts +0 -9
  1406. package/dist/types/components/ptc-value-led-card/ptc-value-led-card.d.ts +0 -5
  1407. package/dist/types/components/ptc-value-led-content/ptc-value-led-content.d.ts +0 -4
  1408. package/dist/types/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.d.ts +0 -3
  1409. package/dist/types/components/ptc-value-led-intro/ptc-value-led-intro.d.ts +0 -4
  1410. package/dist/types/components/ptc-value-led-layout/ptc-value-led-layout.d.ts +0 -33
  1411. package/dist/types/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.d.ts +0 -10
  1412. package/dist/types/components/ptc-value-prop-card/ptc-value-prop-card.d.ts +0 -23
  1413. package/dist/types/components/ptc-video-embed/ptc-video-embed.d.ts +0 -15
  1414. package/dist/types/components/ptc-white-paper/ptc-white-paper.d.ts +0 -44
  1415. package/dist/types/components/subnav/ptc-nav-link/ptc-nav-link.d.ts +0 -30
  1416. package/dist/types/components/subnav/ptc-nav-slider/ptc-nav-slider.d.ts +0 -19
  1417. package/dist/types/components/subnav/ptc-nav-submenu/ptc-nav-submenu.d.ts +0 -35
  1418. package/dist/types/components/subnav/ptc-subnav/ptc-subnav.d.ts +0 -11
  1419. package/dist/types/components/subnav/ptc-subnav-card/ptc-subnav-card.d.ts +0 -31
  1420. package/dist/types/components/tab-content/tab-content.d.ts +0 -16
  1421. package/dist/types/components/tab-header/tab-header.d.ts +0 -23
  1422. package/loader/package.json +0 -11
  1423. /package/dist/collection/components/{my-component → atoms/my-component}/my-component.css +0 -0
@@ -1,65 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-63ddc79c.js');
6
- const showMapIcon = require('./show-map-icon-c1cca913.js');
7
-
8
- const phone = `
9
- <svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
10
- <path d="M15.9902 16.6115C15.9672 16.448 15.6893 16.163 15.1565 15.7565C15.0145 15.6335 12.6694 13.5744 12.559 13.4924C12.4485 13.4104 12.3345 13.3585 12.2177 13.3373C12.0513 13.3071 11.822 13.3915 11.5297 13.5904C11.2369 13.7907 10.9611 14.0162 10.7055 14.2646C10.5444 14.4209 10.212 14.705 10.212 14.705L9.84109 14.9888C9.59663 15.1585 9.40545 15.2308 9.26754 15.2056C9.1924 15.1919 8.29273 14.5193 8.27776 14.5077C7.24698 13.648 6.37687 12.7367 5.70389 11.7471C5.03092 10.7576 4.49606 9.60254 4.06403 8.3109C4.05882 8.29161 4.02462 8.20179 3.962 8.04012C3.89938 7.87844 3.75234 7.1916 3.76559 7.11459C3.78959 6.97451 3.91815 6.81662 4.15017 6.64077L4.53583 6.37819C4.72177 6.26033 4.91515 6.14922 5.11598 6.04487C5.42974 5.88223 5.72956 5.6925 6.01221 5.47772C6.29477 5.26306 6.45049 5.06975 6.47938 4.8978C6.49974 4.77807 6.49158 4.64997 6.45453 4.51516C6.41724 4.37965 5.34032 1.4061 5.27662 1.2267C5.17083 0.861105 5.07258 0.585353 4.98186 0.39945C4.91025 0.252936 4.84323 0.162222 4.78081 0.127311C4.75216 0.108083 4.71438 0.0908609 4.66746 0.0756436C4.6208 0.0608755 4.57324 0.0492726 4.52511 0.0409101C4.30025 0.000202494 3.999 -0.0101256 3.62135 0.00992609C3.24371 0.0299777 2.94267 0.0682131 2.71823 0.124632C2.60239 0.151743 2.48103 0.201406 2.35414 0.273619C2.32869 0.28815 2.30301 0.303559 2.27708 0.319847L1.90066 0.607067C1.6583 0.821784 1.3991 1.10462 1.12306 1.45558C1.03738 1.56652 0.956681 1.67822 0.880955 1.79068C0.458524 2.41695 0.189921 3.06519 0.0751441 3.73541C0.0358113 3.9615 0.0116542 4.19011 0.00284494 4.41961C-0.00547723 4.64394 0.00445899 4.90045 0.032653 5.18914C0.0606603 5.47734 0.0862267 5.6921 0.109353 5.83342C0.132479 5.97474 0.177157 6.22857 0.243388 6.59491C0.309805 6.96112 0.348735 7.18468 0.360098 7.26696C0.508457 8.16162 0.725847 8.97588 1.01227 9.70974C1.48239 10.9277 2.18658 12.2265 3.12482 13.6059C3.63237 14.3522 4.14183 15.0243 4.65322 15.6224C5.08653 16.129 5.52131 16.5823 5.95756 16.9824C6.00291 17.0243 6.04877 17.066 6.09516 17.1074C6.63551 17.5885 7.25834 18.0358 7.96364 18.4492C8.0342 18.4883 8.22538 18.6026 8.53719 18.7921C8.84797 18.9813 9.06402 19.1112 9.18536 19.1819C9.30699 19.2533 9.49432 19.3508 9.74783 19.4775C10.0015 19.6029 10.2322 19.7 10.44 19.7686C10.6521 19.8388 10.8687 19.8939 11.0882 19.9334C11.8558 20.0728 12.6689 19.9946 13.5275 19.6989C13.9475 19.5497 14.2978 19.3934 14.5782 19.23L14.9674 18.9624C15.1049 18.8482 15.2114 18.7308 15.2868 18.6102C15.2879 18.6086 15.2889 18.607 15.2899 18.6055C15.4179 18.4077 15.5543 18.1312 15.7011 17.7755C15.8485 17.4169 15.9422 17.1218 15.9822 16.8902C16.0029 16.7695 16.0055 16.677 15.9902 16.6115Z" fill="#40434A"/>
11
- </svg>
12
- `;
13
-
14
- const showAll = `<svg class="ol-full-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
15
- <path
16
- d="M7.51557e-07 5.8973C7.45775e-07 6.09464 0.0783039 6.2839 0.217689 6.42346C0.357075 6.56302 0.546129 6.64145 0.743274 6.64149H0.758399C0.955544 6.64145 1.1446 6.56302 1.28398 6.42346C1.42337 6.2839 1.50167 6.09464 1.50167 5.8973V2.56619L4.93013 5.99805C5.06957 6.13756 5.25865 6.21592 5.4558 6.21592C5.65295 6.21592 5.84203 6.13756 5.98148 5.99805L5.9921 5.98742C6.13146 5.84784 6.20975 5.65857 6.20975 5.46122C6.20975 5.26388 6.13146 5.07461 5.9921 4.93503L2.56365 1.50316H5.84067C5.93833 1.50323 6.03505 1.48404 6.1253 1.44669C6.21555 1.40933 6.29757 1.35454 6.36666 1.28545C6.43575 1.21636 6.49056 1.13432 6.52797 1.04401C6.56538 0.953708 6.58464 0.856911 6.58467 0.759152V0.744012C6.58462 0.546672 6.50627 0.35743 6.36685 0.217906C6.22743 0.0783817 6.03836 7.46516e-07 5.84121 7.52304e-07H0.54107C0.469983 -0.000117944 0.399571 0.0138101 0.333872 0.0409864C0.268173 0.0681627 0.208479 0.108053 0.158212 0.158369C0.107945 0.208686 0.068095 0.268439 0.0409457 0.334204C0.0137964 0.399968 -0.000117827 0.47045 7.51557e-07 0.541608V5.8973Z"
17
- fill="#40434A" />
18
- <path
19
- d="M9.3584 0.744087V0.759227C9.35845 0.956505 9.43675 1.14569 9.57609 1.28521C9.71543 1.42472 9.90441 1.50314 10.1015 1.50324H13.3785L9.95096 4.9351C9.8116 5.07469 9.73331 5.26395 9.73331 5.4613C9.73331 5.65864 9.8116 5.84791 9.95096 5.9875L9.96159 5.99813C10.101 6.13763 10.2901 6.216 10.4873 6.216C10.6844 6.216 10.8735 6.13763 11.0129 5.99813L14.4409 2.56627V5.89738C14.4409 5.99511 14.4601 6.09188 14.4974 6.18217C14.5348 6.27246 14.5896 6.3545 14.6586 6.4236C14.7276 6.49271 14.8096 6.54752 14.8998 6.58492C14.99 6.62232 15.0867 6.64157 15.1843 6.64157H15.1993C15.2969 6.64157 15.3936 6.62232 15.4838 6.58492C15.574 6.54752 15.6559 6.49271 15.725 6.4236C15.794 6.3545 15.8488 6.27246 15.8861 6.18217C15.9235 6.09188 15.9427 5.99511 15.9427 5.89738V0.541683C15.9427 0.398279 15.8858 0.260748 15.7845 0.159346C15.6832 0.0579437 15.5458 0.000976563 15.4025 0.000976562H10.1015C9.90457 0.00107184 9.71572 0.0793713 9.5764 0.21869C9.43709 0.358009 9.35868 0.546965 9.3584 0.744087Z"
20
- fill="#40434A" />
21
- <path
22
- d="M5.9921 10.0125L5.98148 10.0018C5.84203 9.86234 5.65295 9.78397 5.4558 9.78397C5.25865 9.78397 5.06957 9.86234 4.93013 10.0018L1.50167 13.4337V10.1026C1.50167 9.90525 1.42337 9.71599 1.28398 9.57643C1.1446 9.43687 0.955543 9.35845 0.758398 9.3584H0.743273C0.546128 9.35845 0.357074 9.43687 0.217689 9.57643C0.0783032 9.71599 -5.78131e-09 9.90525 0 10.1026L0 15.4583C-9.86272e-08 15.5294 0.0140016 15.5998 0.0412039 15.6654C0.0684062 15.7311 0.108275 15.7907 0.15853 15.8409C0.208785 15.8912 0.268439 15.931 0.334079 15.9581C0.39972 15.9852 0.470058 15.9991 0.54107 15.999H5.84121C6.03836 15.999 6.22743 15.9206 6.36685 15.7811C6.50627 15.6416 6.58462 15.4523 6.58467 15.255V15.2398C6.58462 15.0425 6.50627 14.8533 6.36685 14.7137C6.22743 14.5742 6.03836 14.4958 5.84121 14.4958H2.56418L5.9921 11.0649C6.13146 10.9253 6.20975 10.736 6.20975 10.5387C6.20975 10.3413 6.13146 10.1521 5.9921 10.0125Z"
23
- fill="#40434A" />
24
- <path
25
- d="M14.4983 13.4337L11.0698 10.0027C10.9304 9.86324 10.7413 9.78487 10.5442 9.78487C10.347 9.78487 10.1579 9.86324 10.0185 10.0027L10.0079 10.0134C9.8685 10.153 9.79021 10.3422 9.79021 10.5396C9.79021 10.7369 9.8685 10.9262 10.0079 11.0658L13.4363 14.4967H10.1593C9.96216 14.4967 9.77311 14.5751 9.63372 14.7146C9.49432 14.8542 9.41602 15.0434 9.41602 15.2407V15.2559C9.41602 15.4532 9.49432 15.6424 9.63372 15.782C9.77311 15.9215 9.96216 15.9999 10.1593 15.9999H15.4589C15.6022 15.9999 15.7395 15.9429 15.8408 15.8415C15.9422 15.7401 15.9991 15.6026 15.9991 15.4592V10.1026C15.9991 9.90525 15.9208 9.71599 15.7814 9.57643C15.642 9.43687 15.4529 9.35845 15.2558 9.3584H15.2407C15.0435 9.35845 14.8545 9.43687 14.7151 9.57643C14.5757 9.71599 14.4974 9.90525 14.4974 10.1026L14.4983 13.4337Z"
26
- fill="#40434A" />
27
- </svg>
28
- `;
29
-
30
- const ptcOfficeLocationCardCss = "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;position:relative}:host .ofc-card-wrapper{padding:2rem;border:1px solid var(--color-gray-02);cursor:pointer;color:var(--color-gray-10);height:100%;box-sizing:border-box;border-radius:var(--ptc-border-radius-standard);transition:border-color var(--ptc-transition-medium) var(--ptc-ease-inout)}:host .ofc-card-wrapper:hover{border-color:var(--color-gray-10)}:host .ofc-card-wrapper:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .map-link,:host .contact-number{margin-top:20px;display:flex;align-items:center;color:var(--color-gray-10)}:host .map-link a,:host .contact-number a{color:#2bad56 !important}:host .ofc-icon{margin-right:1rem}:host .show-full-cta{position:absolute;top:12px;right:12px;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-densest);display:flex;text-decoration:none;transition:-webkit-text-decoration var(--ptc-transition-medium) var(--ptc-ease-inout);transition:text-decoration var(--ptc-transition-medium) var(--ptc-ease-inout);transition:text-decoration var(--ptc-transition-medium) var(--ptc-ease-inout), -webkit-text-decoration var(--ptc-transition-medium) var(--ptc-ease-inout);align-items:center}:host .show-full-cta:hover{text-decoration:underline}:host .show-full-cta:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .show-full-cta span{margin-left:8px}:host .ofc-title{color:var(--color-gray-10);font-size:var(--ptc-font-size-large);font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest)}";
31
-
32
- const PtcOfficeLocationCard = class {
33
- constructor(hostRef) {
34
- index.registerInstance(this, hostRef);
35
- this.officeCardClicked = index.createEvent(this, "officeCardClicked", 7);
36
- this.region = undefined;
37
- this.country = undefined;
38
- this.address = undefined;
39
- this.isContactEmpty = false;
40
- this.officeName = undefined;
41
- this.showFullAddressModal = false;
42
- this.showFullAddressText = "Show Full Address";
43
- }
44
- handleClick(e) {
45
- e.preventDefault();
46
- // Emit the addressClicked event with the address as the detail
47
- this.officeCardClicked.emit(this.address);
48
- }
49
- showFullAddress(event) {
50
- event.stopPropagation();
51
- const modal = this.hostElement.shadowRoot.querySelector("#show-full-add");
52
- modal.show = true;
53
- }
54
- render() {
55
- return (index.h(index.Host, null, index.h("div", { class: "ofc-card-wrapper", onClick: (e) => this.handleClick(e), onKeyPress: (e) => this.handleClick(e), tabindex: 0 }, this.showFullAddressModal && (index.h("div", { class: "show-full-cta", onClick: (e) => {
56
- this.showFullAddress(e);
57
- }, tabindex: 0, onKeyPress: (e) => {
58
- this.showFullAddress(e);
59
- } }, this.showFullAddressText, index.h("span", { innerHTML: showAll }))), index.h("div", { class: "ofc-title" }, this.officeName), index.h("div", { class: "map-link" }, index.h("span", { class: "ofc-icon", innerHTML: showMapIcon.showMapSVG }), index.h("slot", { name: "map-link" })), index.h("div", { class: "contact-number" }, !this.isContactEmpty && (index.h("span", { class: "ofc-icon", innerHTML: phone })), index.h("slot", { name: "contact-number" })), index.h("slot", null)), this.showFullAddressModal && (index.h("ptc-modal", { id: "show-full-add", show: false, size: "md", fixed: true, rounded: true, overlay: true, "keep-in-viewport": true, styles: ".modal-body{padding: 0 32px 32px 32px;box-sizing: border-box;}" }, index.h("div", { class: "ofc-title" }, this.officeName), index.h("div", { class: "map-link" }, index.h("span", { class: "ofc-icon", innerHTML: showMapIcon.showMapSVG }), index.h("slot", { name: "map-link-modal" })), index.h("div", { class: "contact-number" }, !this.isContactEmpty && (index.h("span", { class: "ofc-icon", innerHTML: phone })), index.h("slot", { name: "contact-number-modal" }))))));
60
- }
61
- get hostElement() { return index.getElement(this); }
62
- };
63
- PtcOfficeLocationCard.style = ptcOfficeLocationCardCss;
64
-
65
- exports.ptc_office_location_card = PtcOfficeLocationCard;
@@ -1,345 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-63ddc79c.js');
6
- const showMapIcon = require('./show-map-icon-c1cca913.js');
7
-
8
- const filterSVG = `
9
- <svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg">
10
- <path d="M18.3883 7.52054H6.17773C6.24693 7.83585 6.24693 8.16265 6.17773 8.47797H18.3883C18.4509 8.47867 18.5131 8.4668 18.5712 8.44305C18.6292 8.41931 18.6821 8.38416 18.7266 8.33964C18.7712 8.29511 18.8065 8.2421 18.8307 8.18368C18.8548 8.12525 18.8672 8.06256 18.8672 7.99925C18.8672 7.93594 18.8548 7.87325 18.8307 7.81483C18.8065 7.7564 18.7712 7.70339 18.7266 7.65887C18.6821 7.61435 18.6292 7.5792 18.5712 7.55545C18.5131 7.53171 18.4509 7.51984 18.3883 7.52054V7.52054Z" fill="#40434A"/>
11
- <path d="M1.88029 7.52054H0.478934C0.41629 7.51984 0.354131 7.53171 0.296055 7.55545C0.237979 7.5792 0.185141 7.61435 0.140598 7.65887C0.096056 7.70339 0.0606943 7.7564 0.0365604 7.81483C0.0124266 7.87325 0 7.93594 0 7.99925C0 8.06256 0.0124266 8.12525 0.0365604 8.18368C0.0606943 8.2421 0.096056 8.29511 0.140598 8.33964C0.185141 8.38416 0.237979 8.41931 0.296055 8.44305C0.354131 8.4668 0.41629 8.47867 0.478934 8.47797H1.88029C1.81109 8.16265 1.81109 7.83585 1.88029 7.52054V7.52054Z" fill="#40434A"/>
12
- <path d="M18.3894 1.74612H17.207C17.2762 2.06144 17.2762 2.38824 17.207 2.70356H18.3894C18.4521 2.70426 18.5142 2.69239 18.5723 2.66865C18.6304 2.6449 18.6832 2.60975 18.7278 2.56523C18.7723 2.52071 18.8077 2.4677 18.8318 2.40927C18.8559 2.35084 18.8684 2.28816 18.8684 2.22484C18.8684 2.16153 18.8559 2.09884 18.8318 2.04041C18.8077 1.98199 18.7723 1.92898 18.7278 1.88446C18.6832 1.83993 18.6304 1.80478 18.5723 1.78104C18.5142 1.75729 18.4521 1.74543 18.3894 1.74612V1.74612Z" fill="#40434A"/>
13
- <path d="M12.9086 1.74612H0.478933C0.416289 1.74543 0.35413 1.75729 0.296054 1.78104C0.237979 1.80478 0.18514 1.83993 0.140598 1.88446C0.0960558 1.92898 0.0606941 1.98199 0.0365603 2.04041C0.0124266 2.09884 0 2.16153 0 2.22484C0 2.28816 0.0124266 2.35084 0.0365603 2.40927C0.0606941 2.4677 0.0960558 2.52071 0.140598 2.56523C0.18514 2.60975 0.237979 2.6449 0.296054 2.66865C0.35413 2.69239 0.416289 2.70426 0.478933 2.70356H12.9086C12.8394 2.38824 12.8394 2.06144 12.9086 1.74612V1.74612Z" fill="#40434A"/>
14
- <path d="M18.3886 13.2969H13.2285C13.2978 13.6122 13.2978 13.939 13.2285 14.2543H18.3886C18.4512 14.255 18.5134 14.2432 18.5715 14.2194C18.6295 14.1957 18.6824 14.1605 18.7269 14.116C18.7715 14.0715 18.8068 14.0185 18.831 13.96C18.8551 13.9016 18.8675 13.8389 18.8675 13.7756C18.8675 13.7123 18.8551 13.6496 18.831 13.5912C18.8068 13.5328 18.7715 13.4798 18.7269 13.4352C18.6824 13.3907 18.6295 13.3556 18.5715 13.3318C18.5134 13.3081 18.4512 13.2962 18.3886 13.2969V13.2969Z" fill="#40434A"/>
15
- <path d="M8.93086 13.2969H0.478936C0.416291 13.2962 0.354132 13.3081 0.296056 13.3318C0.23798 13.3556 0.185142 13.3907 0.140599 13.4352C0.0960564 13.4798 0.0606945 13.5328 0.0365606 13.5912C0.0124266 13.6496 0 13.7123 0 13.7756C0 13.8389 0.0124266 13.9016 0.0365606 13.96C0.0606945 14.0185 0.0960564 14.0715 0.140599 14.116C0.185142 14.1605 0.23798 14.1957 0.296056 14.2194C0.354132 14.2432 0.416291 14.255 0.478936 14.2543H8.93086C8.86166 13.939 8.86166 13.6122 8.93086 13.2969V13.2969Z" fill="#40434A"/>
16
- <path d="M17.2049 1.74544C16.9877 0.748413 16.107 0 15.0561 0C14.0052 0 13.1245 0.748413 12.9074 1.74544C12.8382 2.06076 12.8382 2.38756 12.9074 2.70288C13.1247 3.69991 14.0053 4.44838 15.0563 4.44838C16.1072 4.44838 16.9877 3.69991 17.2049 2.70317C17.2741 2.38785 17.2741 2.06105 17.2049 1.74573V1.74544ZM15.0561 3.49094C14.365 3.49094 13.8027 2.92266 13.8027 2.22419C13.8027 1.52572 14.365 0.957435 15.0561 0.957435C15.7472 0.957435 16.3095 1.52566 16.3095 2.22419C16.3095 2.92271 15.7472 3.49094 15.0561 3.49094Z" fill="#40434A"/>
17
- <path d="M6.17784 7.5218C5.96049 6.52478 5.0798 5.77637 4.02893 5.77637C2.97806 5.77637 2.09737 6.52478 1.88002 7.5218C1.81083 7.83711 1.81083 8.16392 1.88002 8.47923C2.09737 9.47626 2.97801 10.2247 4.02893 10.2247C5.07986 10.2247 5.96049 9.47626 6.17784 8.47923C6.24704 8.16392 6.24704 7.83711 6.17784 7.5218V7.5218ZM4.02893 9.26724C3.33781 9.26724 2.77549 8.69901 2.77549 8.00049C2.77549 7.30196 3.33781 6.7338 4.02893 6.7338C4.72006 6.7338 5.28237 7.30208 5.28237 8.00049C5.28237 8.69889 4.72006 9.26724 4.02893 9.26724Z" fill="#40434A"/>
18
- <path d="M13.2286 13.2973C13.0113 12.3002 12.1306 11.5518 11.0797 11.5518C10.0287 11.5518 9.1481 12.3002 8.9308 13.2973C8.86161 13.6126 8.86161 13.9394 8.9308 14.2547C9.1481 15.2517 10.0288 16.0002 11.0797 16.0002C12.1305 16.0002 13.0113 15.2517 13.2286 14.2547C13.2978 13.9394 13.2978 13.6126 13.2286 13.2973ZM11.0797 15.0427C10.3885 15.0427 9.82628 14.4745 9.82628 13.776C9.82628 13.0774 10.3885 12.5092 11.0797 12.5092C11.7708 12.5092 12.3333 13.0775 12.3333 13.776C12.3333 14.4744 11.7708 15.0427 11.0797 15.0427Z" fill="#40434A"/>
19
- </svg>
20
- `;
21
-
22
- const hideMapSVG = `<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
23
- <path fill-rule="evenodd" clip-rule="evenodd"
24
- d="M10.5868 2.58474C9.80356 2.2099 8.92629 2 8 2C4.68629 2 2 4.68629 2 8C2 8.72579 2.28784 9.5654 2.73742 10.4342L5.00454 8.16703C5.00151 8.11174 4.99997 8.05605 4.99997 8.00001C4.99997 6.34315 6.34312 5.00001 7.99997 5.00001C8.05602 5.00001 8.11171 5.00154 8.16699 5.00458L10.5868 2.58474ZM7.83299 10.9954C7.88826 10.9985 7.94394 11 7.99997 11C9.65683 11 11 9.65686 11 8.00001C11 7.94397 10.9984 7.8883 10.9954 7.83302L13.4153 5.41317C13.7901 6.19644 14 7.07371 14 8C14 11.3137 8 17 8 17C8 17 6.52564 15.6027 5.03862 13.7898L7.83299 10.9954Z"
25
- fill="#40434A" />
26
- <path d="M1 15L15 1" stroke="#40434A" />
27
- </svg>
28
- `;
29
-
30
- const ptcOfficeLocationsCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}:host .country-list{z-index:1056;min-width:278px;position:absolute;top:100%;left:16px;width:-moz-max-content;width:max-content;margin-top:8px;-webkit-box-orient:vertical;border-radius:var(--ptc-border-radius-standard);box-shadow:0 8px 24px rgba(0, 0, 0, 0.25);background-color:var(--color-white);border-top:none;overflow:hidden;max-height:0;transition:max-height 0.25s ease-out}:host .country-list ul{list-style:none;margin:0;padding:24px 24px 8px 24px;border-bottom:1px solid var(--color-gray-02);max-height:480px}@media only screen and (min-width: 992px){:host .country-list ul{overflow:auto}}:host .country-list ul::-webkit-scrollbar{width:8px}:host .country-list ul::-webkit-scrollbar-track{background:transparent}:host .country-list ul::-webkit-scrollbar-thumb{background:var(--color-gray-02);border-radius:var(--ptc-border-radius-pill)}:host .country-list li{margin-bottom:1rem;cursor:pointer;transition:background-color 0.3s ease}:host .country-list li label{display:inline-block;position:relative;padding:0 0 4px 32px;font-weight:var(--ptc-font-weight-medium);color:var(--color-gray-10);cursor:pointer}:host .country-list li label .checkmark{background-color:var(--color-white);border:1px solid var(--color-gray-12);border-radius:var(--ptc-border-radius-standard);box-sizing:border-box;height:20px;left:0;position:absolute;top:0;width:20px}:host .country-list li label .checkmark::after{background-image:url('data:image/svg+xml,<svg width=\"14\" height=\"10\" viewBox=\"0 0 14 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.5 4L5.5 8L12.5 1\" stroke=\"white\" stroke-width=\"2\"/></svg>');background-position:50%;background-repeat:no-repeat;background-size:75% 100%;content:\"\";display:none;height:20px;left:-1px;position:absolute;top:-1px;width:20px}:host .country-list li label input[type=checkbox]{cursor:pointer;height:0;opacity:0;position:absolute;width:0;margin:0}:host .country-list li label input:checked~.checkmark{background-color:#1f2024}:host .country-list li label input:checked~.checkmark::after{display:block}:host .country-list li label:hover .checkmark{background-color:var(--color-gray-02)}:host .country-list li label:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline);padding-bottom:0px}:host .country-list .country-list-footer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:1rem}:host .country-list.country-list-mobile{display:block;position:relative;overflow:auto;max-height:100%;width:100%;box-shadow:none;margin:0;padding:24px 32px;border-top:1px solid var(--color-gray-02)}:host .country-list.country-list-mobile .continent-name{color:var(--color-gray-10);font-size:var(--ptc-font-size-large);font-weight:var(--ptc-font-weight-bold);margin-bottom:1rem}:host .country-list.country-list-mobile ul{border:none;padding:16px 0 0 0}:host .region-list{display:flex;justify-content:center;height:100%}:host .region-list .region{position:relative}:host .region-list .region .region-btn{margin:0 0.5rem;height:100%;display:flex;cursor:pointer;position:relative}:host .region-list .region .region-btn .continent-arrow,:host .region-list .region .region-btn .continent-name{background-color:var(--color-gray-02);transition:background-color ease-out 250ms;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-semibold);color:var(--color-gray-10)}:host .region-list .region .region-btn .continent-arrow:hover,:host .region-list .region .region-btn .continent-name:hover{background-color:var(--color-gray-03)}:host .region-list .region .region-btn .continent-name{display:flex;border-top-left-radius:270px;border-bottom-left-radius:270px;align-items:center;padding:12px 8px 12px 16px;border-right:1px solid var(--color-gray-03);text-align:center}@media only screen and (min-width: 1200px){:host .region-list .region .region-btn .continent-name{padding:12px 12px 12px 20px}}:host .region-list .region .region-btn .continent-name:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline);z-index:9}:host .region-list .region .region-btn .continent-arrow{display:flex;align-items:center;border-top-right-radius:270px;border-bottom-right-radius:270px;padding:12px 16px 12px 12px}@media only screen and (min-width: 1200px){:host .region-list .region .region-btn .continent-arrow{padding:12px 18px 12px 12px}}:host .region-list .region .region-btn .continent-arrow svg{transition:transform ease-out 250ms}:host .region-list .region .region-btn .continent-arrow:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .region-list .region.active .country-list{max-height:800px;}:host .region-list .region.active .region-btn .continent-arrow svg{transform:rotate(-180deg)}:host .region-list .region.selected .continent-arrow,:host .region-list .region.selected .continent-name{background-color:var(--color-gray-12);transition:background-color ease-out 250ms;color:var(--color-white)}:host .region-list .region.selected .continent-arrow:hover,:host .region-list .region.selected .continent-name:hover{background-color:var(--color-gray-12);color:var(--color-white)}:host .region-list .region.selected .continent-arrow svg path{stroke:var(--color-white)}:host .office-location-list-wrapper{opacity:1;transition:opacity 0.25s ease-out;margin-top:2rem}:host .office-location-list-wrapper.updating{opacity:0}:host .office-location-list-wrapper .ol-list-bg{background-color:var(--color-white);display:grid;align-content:flex-start;padding:16px;-moz-column-gap:16px;column-gap:16px;row-gap:16px;grid-template-columns:1fr;overflow-y:auto}@media only screen and (min-width: 768px){:host .office-location-list-wrapper .ol-list-bg{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 1200px){:host .office-location-list-wrapper .ol-list-bg{grid-template-columns:1fr 1fr 1fr}}:host .office-location-list-wrapper .map-embed{display:none}:host .office-location-list-wrapper.showing-map{display:flex;flex-direction:row;height:56rem;max-width:1736rem}:host .office-location-list-wrapper.showing-map .ol-list-bg{width:100%;grid-template-columns:1fr}@media only screen and (min-width: 992px){:host .office-location-list-wrapper.showing-map .ol-list-bg{width:40%}}@media only screen and (min-width: 1200px){:host .office-location-list-wrapper.showing-map .ol-list-bg{width:35%}}@media only screen and (min-width: 1440px){:host .office-location-list-wrapper.showing-map .ol-list-bg{width:65%;grid-template-columns:1fr 1fr}}@media only screen and (min-width: 992px){:host .office-location-list-wrapper.showing-map .map-embed{width:60%}}@media only screen and (min-width: 1200px){:host .office-location-list-wrapper.showing-map .map-embed{width:65%}}@media only screen and (min-width: 1440px){:host .office-location-list-wrapper.showing-map .map-embed{width:35%}}:host .office-location-list-wrapper.showing-map .map-embed{display:block}:host .filter-cta{background:var(--color-white);border:1px solid transparent;border-radius:var(--ptc-border-radius-pill);display:flex;flex-direction:row;margin:0 auto;padding:12px 20px;transition:border 0.25s ease-out;font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-x-small);color:var(--color-gray-10)}:host .filter-cta svg{margin-right:10px}:host .filter-cta:hover{border:1px solid var(--color-gray-02)}:host .filter-cta:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .modal-footer{display:flex;justify-items:center;justify-content:space-between;padding:0 1rem}:host .map-btn{margin:0 0.5rem;height:100%;display:flex;align-items:center;cursor:pointer;position:relative;background-color:var(--color-white);padding:9px 20px;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-semibold);border-radius:var(--ptc-border-radius-pill);color:var(--color-gray-10);border:1px solid transparent;transition:border 0.25s ease-out;box-sizing:border-box}@media only screen and (min-width: 1200px){:host .map-btn{margin:0 1rem}}:host .map-btn:hover{border:1px solid var(--color-gray-04)}:host .map-btn:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .map-btn .map-icon{margin-right:10px;min-height:20px}";
31
-
32
- const PtcOfficeLocations = class {
33
- constructor(hostRef) {
34
- index.registerInstance(this, hostRef);
35
- this.locations = [];
36
- this.regions = [];
37
- this.checkboxes = [];
38
- this.openRegion = "";
39
- this.isMobile = undefined;
40
- this.address = undefined;
41
- this.regionListManual = undefined;
42
- this.showMapText = "Show Map";
43
- this.hideMapText = "Hide Map";
44
- this.filtersText = "Filters";
45
- this.allRegionsText = "All Regions";
46
- this.applyText = "Apply";
47
- this.clearText = "Clear";
48
- this.showMap = false;
49
- this.cardScroll = false;
50
- }
51
- handleResize() {
52
- this.isMobile = window.innerWidth < 992;
53
- if (this.isMobile) {
54
- this.showMap = false;
55
- }
56
- }
57
- handleAddressClicked(event) {
58
- // CustomEvent's detail property contains the address
59
- event.preventDefault();
60
- this.address = event.detail;
61
- if (!this.isMobile) {
62
- this.showMap = true;
63
- if (!this.cardScroll) {
64
- const mapTop = this.hostEl.shadowRoot.querySelector(".office-location-list-wrapper");
65
- setTimeout(() => {
66
- mapTop === null || mapTop === void 0 ? void 0 : mapTop.scrollIntoView({
67
- inline: "nearest",
68
- block: "start",
69
- });
70
- }, 100);
71
- setTimeout(() => {
72
- var _a;
73
- (_a = event.target) === null || _a === void 0 ? void 0 : _a.scrollIntoView({
74
- inline: "nearest",
75
- block: "center",
76
- });
77
- this.cardScroll = this.showMap;
78
- mapTop === null || mapTop === void 0 ? void 0 : mapTop.scrollIntoView({
79
- inline: "nearest",
80
- block: "start",
81
- });
82
- }, 500);
83
- }
84
- }
85
- }
86
- watchStateHandler() {
87
- this.checkboxes = Array.from(this.hostEl.shadowRoot.querySelectorAll('.country-list input[type="checkbox"]:checked')).map((checkbox) => [
88
- checkbox.value,
89
- checkbox.getAttribute("data-continent"),
90
- ]);
91
- }
92
- componentDidUpdate() {
93
- this.selectCheckboxesOnScreenResize();
94
- }
95
- selectCheckboxesOnScreenResize() {
96
- const selectedOptions = this.checkboxes;
97
- selectedOptions.forEach((region) => {
98
- const regionWrap = this.hostEl.shadowRoot.querySelector(`#region-wrap-${region[1].replace(/\s+/g, "")}`);
99
- const checkboxSelected = this.hostEl.shadowRoot.querySelector(`#${region[0].replace(/\s+/g, "")}`);
100
- if (!regionWrap.classList.contains("selected")) {
101
- regionWrap.classList.add("selected");
102
- }
103
- if (!checkboxSelected.checked) {
104
- checkboxSelected.checked = true;
105
- }
106
- });
107
- this.checkboxes = [];
108
- }
109
- componentWillLoad() {
110
- this.isMobile = window.innerWidth < 992;
111
- const officeCards = document.querySelectorAll("ptc-office-location-card");
112
- officeCards.forEach((card, index) => {
113
- const region = card.getAttribute("region");
114
- const country = card.getAttribute("country");
115
- if (region && country) {
116
- this.locations.push({ id: index, region, country });
117
- }
118
- });
119
- if (this.regionListManual) {
120
- const regionList = this.regionListManual
121
- .split(",")
122
- .map((item) => item.trim());
123
- this.regions = regionList;
124
- }
125
- else {
126
- // Extract unique regions from locations array
127
- const uniqueRegions = Array.from(new Set(this.locations.map((location) => location.region)));
128
- // Save unique regions to regions array
129
- this.regions = uniqueRegions;
130
- }
131
- this.showFirstMap();
132
- }
133
- toggleCountryList(region) {
134
- let regionListID = this.hostEl.shadowRoot.querySelector(`#region-wrap-${region.replace(/\s+/g, "")}`);
135
- // Toggle open/close state for the clicked region
136
- if (this.openRegion === region) {
137
- // If the clicked region is already open, close it
138
- this.openRegion = "";
139
- if (regionListID) {
140
- let labelsList = regionListID.querySelectorAll("label");
141
- labelsList.forEach((i) => {
142
- i.tabIndex = -1;
143
- });
144
- let btnsList = regionListID.querySelectorAll("ptc-button");
145
- btnsList.forEach((i) => {
146
- i.tabIndex = -1;
147
- });
148
- }
149
- }
150
- else {
151
- // Close any previously open region and open the clicked region
152
- this.openRegion = region;
153
- if (regionListID) {
154
- let labelsList = regionListID.querySelectorAll("label");
155
- labelsList.forEach((i) => {
156
- i.tabIndex = 0;
157
- });
158
- let btnsList = regionListID.querySelectorAll("ptc-button");
159
- btnsList.forEach((i) => {
160
- i.removeAttribute("tabIndex");
161
- });
162
- }
163
- }
164
- }
165
- getCheckboxes(region) {
166
- return this.hostEl.shadowRoot.querySelectorAll(`.country-list #region-list-${region.replace(/\s+/g, "")} input[type="checkbox"]`);
167
- }
168
- selectedCheckboxes() {
169
- const selectedOptions = Array.from(this.hostEl.shadowRoot.querySelectorAll('.country-list input[type="checkbox"]:checked')).map((checkbox) => checkbox.value);
170
- return selectedOptions;
171
- }
172
- updateOfficeList() {
173
- const selectedOptions = this.selectedCheckboxes();
174
- const officeCards = document.querySelectorAll("ptc-office-location-card");
175
- officeCards.forEach((card) => {
176
- const region = card.getAttribute("region");
177
- const country = card.getAttribute("country");
178
- // Hide show checboxes
179
- if (selectedOptions.length > 0) {
180
- if (selectedOptions.includes(region) ||
181
- selectedOptions.includes(country)) {
182
- card.style.display = "block";
183
- }
184
- else {
185
- card.style.display = "none";
186
- }
187
- }
188
- else {
189
- card.style.display = "block";
190
- }
191
- });
192
- this.showFirstMap();
193
- }
194
- applyFilter(region) {
195
- this.updateOfficeList();
196
- this.toggleCountryList(region);
197
- }
198
- clearFilter(region) {
199
- const checkboxes = this.getCheckboxes(region);
200
- const regionWrap = this.hostEl.shadowRoot.querySelector(`#region-wrap-${region.replace(/\s+/g, "")}`);
201
- checkboxes.forEach((checkbox) => {
202
- checkbox.checked = false;
203
- });
204
- regionWrap.classList.remove("selected");
205
- this.updateOfficeList();
206
- this.toggleCountryList(region);
207
- }
208
- updateCheckboxStatusOnenter(region, e) {
209
- if (e.keyCode == 13) {
210
- this.updateCheckboxStatus(region, e);
211
- }
212
- }
213
- updateCheckboxStatus(region, e) {
214
- const regionWrap = this.hostEl.shadowRoot.querySelector(`#region-wrap-${region.replace(/\s+/g, "")}`);
215
- const checkboxes = this.getCheckboxes(region);
216
- const isAllRegionsCheckboxClicked = e.target.id === `all-regions-${region.replace(/\s+/g, "")}` ||
217
- (e.keyCode === 13 &&
218
- e.target.getAttribute("data-id") ===
219
- `all-regions-${region.replace(/\s+/g, "")}`);
220
- let AllRegionsCheckBoxSelected = e.target.checked;
221
- if (e.keyCode === 13) {
222
- const checkBoxSelected = e.target.querySelector("input");
223
- if (checkBoxSelected) {
224
- checkBoxSelected.checked = !checkBoxSelected.checked;
225
- AllRegionsCheckBoxSelected = checkBoxSelected.checked;
226
- }
227
- }
228
- let anyCheckboxSelected = false;
229
- checkboxes.forEach((checkbox) => {
230
- if (isAllRegionsCheckboxClicked) {
231
- checkbox.checked = checkbox.classList.contains("all-region-label")
232
- ? AllRegionsCheckBoxSelected
233
- : false;
234
- }
235
- else if (checkbox.classList.contains("all-region-label")) {
236
- checkbox.checked = false;
237
- }
238
- if (checkbox.checked) {
239
- anyCheckboxSelected = true;
240
- }
241
- });
242
- regionWrap.classList.toggle("selected", anyCheckboxSelected);
243
- }
244
- updateSelectedClass(region) {
245
- this.fadeInWrapper();
246
- const regionWrap = this.hostEl.shadowRoot.querySelector(`#region-wrap-${region.replace(/\s+/g, "")}`);
247
- const checkboxes = this.getCheckboxes(region);
248
- let isAllRegionSelected;
249
- checkboxes.forEach((checkbox) => {
250
- if (!checkbox.classList.contains("all-region-label")) {
251
- checkbox.checked = false;
252
- }
253
- if (checkbox.classList.contains("all-region-label")) {
254
- checkbox.checked = !checkbox.checked;
255
- isAllRegionSelected = checkbox.checked;
256
- }
257
- });
258
- regionWrap.classList.toggle("selected", isAllRegionSelected);
259
- this.updateOfficeList();
260
- this.toggleCountryList("");
261
- }
262
- fadeInWrapper() {
263
- const ele = this.hostEl.shadowRoot.querySelector(".office-location-list-wrapper");
264
- ele.classList.add("updating");
265
- // Listen for transitionend event to remove the class after the transition completes
266
- ele.addEventListener("transitionend", () => {
267
- ele.classList.remove("updating");
268
- }, { once: true });
269
- }
270
- // mobile functions
271
- openFilterModal() {
272
- const modal = this.hostEl.shadowRoot.querySelector("ptc-modal");
273
- modal.show = true;
274
- }
275
- clearFiltersMobile() {
276
- const allChecboxes = this.hostEl.shadowRoot.querySelectorAll(`input[type=checkbox]`);
277
- allChecboxes.forEach((checkbox) => {
278
- checkbox.checked = false;
279
- });
280
- this.updateOfficeList();
281
- const modal = this.hostEl.shadowRoot.querySelector("ptc-modal");
282
- modal.show = false;
283
- }
284
- applyFilterMobile() {
285
- this.updateOfficeList();
286
- const modal = this.hostEl.shadowRoot.querySelector("ptc-modal");
287
- modal.show = false;
288
- }
289
- renderCountrylist(region) {
290
- const uniqueLocations = [
291
- ...new Map(this.locations
292
- .filter((location) => location.region === region)
293
- .map((item) => [item["country"], item])).values(),
294
- ];
295
- return (index.h("ul", { id: "region-list-" + region.replace(/\s+/g, "") }, index.h("li", { id: "all-regions-id-" + region.replace(/\s+/g, ""), class: "mf-listen" }, index.h("label", { htmlFor: "all-regions-" + region.replace(/\s+/g, ""), "data-id": "all-regions-" + region.replace(/\s+/g, ""), onKeyDown: (e) => this.updateCheckboxStatusOnenter(region.replace(/\s+/g, ""), e), tabindex: this.isMobile ? 0 : -1 }, this.allRegionsText, index.h("input", { type: "checkbox", class: "all-region-label", tabindex: -1, id: "all-regions-" + region.replace(/\s+/g, ""), value: region, "data-continent": region, onChange: (e) => this.updateCheckboxStatus(region.replace(/\s+/g, ""), e) }), index.h("span", { class: "checkmark" }))), uniqueLocations.map((location) => (index.h("li", { key: location.id, id: location.id + "id", class: "mf-listen" }, index.h("label", { htmlFor: location.country, tabindex: this.isMobile ? 0 : -1, "data-id": location.country, onKeyDown: (e) => this.updateCheckboxStatusOnenter(region.replace(/\s+/g, ""), e) }, location.country, index.h("input", { type: "checkbox", id: location.country, tabindex: -1, value: location.country, "data-continent": region, onChange: (e) => this.updateCheckboxStatus(region.replace(/\s+/g, ""), e) }), index.h("span", { class: "checkmark" })))))));
296
- }
297
- toggleMap() {
298
- this.showMap = !this.showMap;
299
- this.cardScroll = this.showMap;
300
- }
301
- showFirstMap() {
302
- const nodeList = document.querySelectorAll("ptc-office-location-card");
303
- const elementsArray = Array.from(nodeList);
304
- const filteredElements = elementsArray.filter((element) => {
305
- return (element.style.display === "" ||
306
- element.style.display === "block");
307
- });
308
- const firstMatchingElement = filteredElements.length > 0 ? filteredElements[0] : null;
309
- this.address = firstMatchingElement.getAttribute("address");
310
- }
311
- render() {
312
- const classMap = this.getCssClassMap();
313
- return (index.h(index.Host, null, !this.isMobile && (index.h("div", { class: "region-list" }, this.regions.map((region) => (index.h("div", { class: `region mf-listen ${this.openRegion === region ? "active" : ""}`, key: region.id, id: "region-wrap-" + region.replace(/\s+/g, "") }, index.h("span", { class: "region-btn" }, index.h("span", { class: "continent-name", onClick: () => {
314
- this.updateSelectedClass(region.replace(/\s+/g, ""));
315
- }, onKeyPress: () => {
316
- this.updateSelectedClass(region.replace(/\s+/g, ""));
317
- }, tabindex: "0" }, region), index.h("span", { class: "continent-arrow", onClick: () => this.toggleCountryList(region), onKeyPress: () => this.toggleCountryList(region), tabindex: "0" }, index.h("svg", { width: "10", height: "7", viewBox: "0 0 10 7", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("path", { d: "M1 1L5 5L9 1", stroke: "#40434A", "stroke-width": "2", "stroke-linecap": "round" })))), index.h("div", { class: `country-list country-list-desktop` }, this.renderCountrylist(region), index.h("div", { class: "country-list-footer" }, index.h("ptc-button", { "tracker-id": "clearBtnID", color: "ptc-tertiary", tabIndex: -1, "link-title": "Clear", type: "button", size: "small", onClick: () => this.clearFilter(region), styles: "button { border: none !important;} button:hover { background-color: transparent !important;} button:hover span{ text-decoration: underline !important}" }, this.clearText), index.h("ptc-button", { "tracker-id": "applyBtnID", color: "ptc-secondary", tabIndex: -1, "link-title": "Apply", type: "button", size: "small", onClick: () => this.applyFilter(region) }, this.applyText)))))), index.h("span", { class: "map-btn mf-listen", id: "mapBtnID", onClick: () => {
318
- this.toggleMap();
319
- }, onKeyPress: () => {
320
- this.toggleMap();
321
- }, tabindex: 0 }, index.h("span", { class: "map-icon", innerHTML: this.showMap ? hideMapSVG : showMapIcon.showMapSVG }), index.h("span", null, this.showMap
322
- ? this.hideMapText
323
- : this.showMapText, " ")))), this.isMobile && (index.h("button", { class: "filter-cta", onClick: () => {
324
- this.openFilterModal();
325
- } }, " ", index.h("span", { class: "svg-close", innerHTML: filterSVG }), this.filtersText)), this.isMobile && (index.h("ptc-modal", { id: "modal-example", show: false, size: "lg", fixed: true, rounded: true, "show-header-footer": "true" }, index.h("div", { slot: "header" }, index.h("ptc-title", { type: "h4", upperline: "no-upperline", "text-align": "center", "title-margin": "margin-5" }, this.filtersText)), index.h("div", { slot: "footer", class: "modal-footer" }, index.h("ptc-button", { "tracker-id": "mobileClearBtnID", color: "ptc-tertiary", "link-title": "Clear", type: "button", size: "small", onClick: () => {
326
- this.clearFiltersMobile();
327
- }, styles: "button { border: none !important;} button:hover { background-color: transparent !important;} button:hover span{ text-decoration: underline !important}" }, this.clearText), index.h("ptc-button", { "tracker-id": "mobileApplyBtnID", color: "ptc-secondary", "link-title": "Apply", type: "button", size: "small", onClick: () => {
328
- this.applyFilterMobile();
329
- } }, this.applyText)), index.h("div", { slot: "body" }, index.h("div", { class: "filter-modal-body" }, this.regions.map((region) => (index.h("div", { class: "country-list country-list-mobile mf-listen", key: region.id, id: "region-wrap-" +
330
- region.replace(/\s+/g, "") }, index.h("span", { class: "continent-name" }, region), this.renderCountrylist(region)))))))), index.h("div", { class: classMap }, index.h("div", { class: `ol-list-bg ` }, index.h("slot", null)), !this.isMobile && (index.h("div", { class: "map-embed" }, index.h("iframe", { frameborder: "0", referrerPolicy: "no-referrer-when-downgrade", width: "100%", height: "100%", style: { border: "0" }, allowfullScreen: true, src: `https://www.google.com/maps/embed/v1/place?key=AIzaSyATvSgSVv2hH0yXiKMcBYsF26j67d3oPLg&q=${this.address}` }))))));
331
- }
332
- getCssClassMap() {
333
- return {
334
- ["office-location-list-wrapper"]: true,
335
- ["showing-map"]: this.showMap,
336
- };
337
- }
338
- get hostEl() { return index.getElement(this); }
339
- static get watchers() { return {
340
- "isMobile": ["watchStateHandler"]
341
- }; }
342
- };
343
- PtcOfficeLocations.style = ptcOfficeLocationsCss;
344
-
345
- exports.ptc_office_locations = PtcOfficeLocations;
@@ -1,34 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-63ddc79c.js');
6
-
7
- const ptcOverlayCss = "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;position:absolute;top:0;left:0;width:100%;height:100%;transition:background var(--ptc-transition-medium) var(--ptc-ease-inout)}: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%)}:host(.black-4){background:rgba(0, 0, 0, 0.66)}:host(.black-5){background:rgba(0, 0, 0, 0.76)}@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(.bright-blue){background:linear-gradient(180deg, rgba(25, 123, 192, 0.72) 0%, rgba(25, 123, 192, 0.85) 69.27%, rgba(25, 123, 192, 0.4) 100%)}:host(.bright-red){background:linear-gradient(180deg, rgba(211, 62, 62, 0.72) 0%, rgba(211, 62, 62, 0.85) 69.27%, rgba(211, 62, 62, 0.4) 100%)}:host(.bright-orange){background:linear-gradient(180deg, rgba(195, 119, 41, 0.72) 0%, rgba(195, 119, 41, 0.85) 69.27%, rgba(195, 119, 41, 0.4) 100%)}:host(.bright-green){background:linear-gradient(180deg, rgba(0, 137, 11, 0.72) 0%, rgba(0, 137, 11, 0.85) 69.27%, rgba(0, 137, 11, 0.4) 100%)}:host(.bright-slate-grey){background:linear-gradient(180deg, rgba(97, 116, 128, 0.72) 0%, rgba(97, 116, 128, 0.85) 69.27%, rgba(97, 116, 128, 0.4) 100%)}:host(.solid-black-1){background:rgba(16, 19, 20, 0.85)}:host(.solid-black-2){background:rgba(16, 19, 20, 0.7)}:host(.hp-blue){background:linear-gradient(180deg, #197bc0 0%, #4795cd 100%)}:host(.hp-green){background:linear-gradient(180deg, #00890b 0%, #33a13c 100%)}:host(.hp-red){background:linear-gradient(180deg, #d33e3e 0%, #dc6565 100%)}:host(.hp-gray){background:linear-gradient(180deg, #617480 0%, #819099 100%)}:host(.hp-orange){background:linear-gradient(180deg, #c37729 0%, #cf9254 100%)}:host(.transparent){background:linear-gradient(180deg, transparent 0%, transparent 100%)}:host(.white-bottom){background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #fff 100%)}:host(.radius-standard){border-radius:var(--ptc-border-radius-standard)}:host(.radius-large){border-radius:var(--ptc-border-radius-large)}:host(.radius-pill){border-radius:var(--ptc-border-radius-pill)}:host(.radius-circle){border-radius:var(--ptc-border-radius-circle)}: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}";
8
-
9
- const PtcOverlay = class {
10
- constructor(hostRef) {
11
- index.registerInstance(this, hostRef);
12
- this.filterColor = undefined;
13
- this.borderRadius = undefined;
14
- this.overlayZIndex = "z-index-auto";
15
- this.styles = undefined;
16
- }
17
- async setOverlay(overlayName) {
18
- this.filterColor = overlayName;
19
- }
20
- render() {
21
- const classMap = this.getCssClassMap();
22
- return index.h(index.Host, { class: classMap });
23
- }
24
- getCssClassMap() {
25
- return {
26
- [this.filterColor]: !!this.filterColor ? true : false,
27
- [this.borderRadius]: !!this.borderRadius ? true : false,
28
- [this.overlayZIndex]: true,
29
- };
30
- }
31
- };
32
- PtcOverlay.style = ptcOverlayCss;
33
-
34
- exports.ptc_overlay = PtcOverlay;
@@ -1,139 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-63ddc79c.js');
6
- const utils = require('./utils-0ff09a53.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
49
- ? `${trimmedContent.slice(0, this.maxChars).trimEnd()}\u00A0\u2026`
50
- : trimmedContent;
51
- }
52
- componentDidLoad() {
53
- if (this.hideTooltipOnMobile) {
54
- this.el.classList.add("hide-tooltip-on-mobile");
55
- }
56
- this.el.addEventListener("mouseenter", () => {
57
- this.toggleTitleTooltip(true);
58
- });
59
- this.el.addEventListener("mouseleave", () => {
60
- this.toggleTitleTooltip(false);
61
- });
62
- if (this.enableTooltip) {
63
- let paraContent = this.el.innerText || this.el.textContent;
64
- this.tooltipText = paraContent.trim();
65
- this.el.innerText = this.getSortedText(paraContent);
66
- }
67
- }
68
- toggleTitleTooltip(show) {
69
- const tooltipClass = "tooltip-box";
70
- const existingTooltip = this.el.querySelector(`.${tooltipClass}`);
71
- const text = this.el.shadowRoot.querySelectorAll(".line-clamp-title");
72
- let maxLinesShowCheck = false;
73
- if (text) {
74
- text.forEach((t) => {
75
- maxLinesShowCheck = t.scrollHeight > t.clientHeight;
76
- });
77
- }
78
- const ifCharExceeds = this.maxChars
79
- ? this.tooltipText.length > this.maxChars && !this.maxLines
80
- : false;
81
- const ifLinesExceeds = this.maxLines && maxLinesShowCheck;
82
- if (show && this.enableTooltip) {
83
- if (((!existingTooltip && ifCharExceeds) ||
84
- (!existingTooltip && ifLinesExceeds)) &&
85
- !this.noOverflow) {
86
- const tooltipMarkup = document.createElement("div");
87
- tooltipMarkup.className = tooltipClass;
88
- tooltipMarkup.innerText = this.tooltipText;
89
- tooltipMarkup.style.zIndex = String(this.tooltipZIndex); // Ensures zIndex is a string
90
- tooltipMarkup.classList.add(this.tooltipPosition, this.tooltipTheme, this.tooltipWidth);
91
- if (this.hideTooltipOnMobile) {
92
- tooltipMarkup.classList.add("hide-tooltip-mobile");
93
- }
94
- this.el.appendChild(tooltipMarkup);
95
- }
96
- }
97
- else {
98
- existingTooltip === null || existingTooltip === void 0 ? void 0 : existingTooltip.remove();
99
- }
100
- }
101
- //tooltip code ends
102
- standardRender() {
103
- const classMap = this.getCssClassMap();
104
- const colorClass = this.addWhiteClass();
105
- const cutOff = this.getLineCuttoff();
106
- 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))));
107
- }
108
- getCssClassMap() {
109
- return {
110
- [this.fontSize]: true,
111
- [this.fontWeight]: true,
112
- [this.paraStyle]: true,
113
- [this.paraMargin]: !!this.paraMargin ? true : false,
114
- [this.paraColor]: true,
115
- [this.paraLineH]: true,
116
- [this.paraAlign]: !!this.paraAlign ? true : false,
117
- ["ellipsis-boxing"]: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
118
- ["line-clamp-title"]: this.maxLines && this.maxLines > 0, //tooltip code,
119
- };
120
- }
121
- //WEB-2392
122
- addWhiteClass() {
123
- if (this.paraColor == "white") {
124
- return {
125
- [this.paraColor]: true,
126
- };
127
- }
128
- }
129
- getLineCuttoff() {
130
- const lineClamp = this.ellipsisLineCutoff > 0
131
- ? this.ellipsisLineCutoff
132
- : this.maxLines;
133
- return lineClamp > 0 ? { "-webkit-line-clamp": `${lineClamp}` } : {};
134
- }
135
- get el() { return index.getElement(this); }
136
- };
137
- PtcPara.style = ptcParaCss;
138
-
139
- exports.ptc_para = PtcPara;