@ptcwebops/ptcw-design 6.4.3-beta → 6.4.3

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 (343) hide show
  1. package/dist/cjs/blog-detail-content_2.cjs.entry.js +1 -1
  2. package/dist/cjs/blog-detail-layout.cjs.entry.js +1 -1
  3. package/dist/cjs/blogs-search-section.cjs.entry.js +2 -5
  4. package/dist/cjs/buying-option-card.cjs.entry.js +184 -0
  5. package/dist/cjs/buying-option-cards-slider.cjs.entry.js +140 -0
  6. package/dist/cjs/component-1b8ad4d2.js +1819 -0
  7. package/dist/cjs/{component-6a178a16.js → component-35540bfb.js} +1494 -3305
  8. package/dist/cjs/dynamic-box-bundle.cjs.entry.js +1 -3
  9. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  10. package/dist/cjs/homepage-jumbotron.cjs.entry.js +1 -1
  11. package/dist/cjs/homepage-toggled-content.cjs.entry.js +2 -4
  12. package/dist/cjs/icon-asset.cjs.entry.js +1 -1
  13. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/cjs/most-popular-news.cjs.entry.js +1 -1
  16. package/dist/cjs/my-component.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-accordion-item.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-announcement.cjs.entry.js +1 -2
  19. package/dist/cjs/ptc-back-to-top.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-background-video.cjs.entry.js +28 -92
  21. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  22. package/dist/cjs/ptc-button.cjs.entry.js +117 -0
  23. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +1 -3
  24. package/dist/cjs/ptc-card_2.cjs.entry.js +3 -4
  25. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  26. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +24 -24
  27. package/dist/cjs/ptc-collapse-list.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-data-lookup.cjs.entry.js +2 -1
  29. package/dist/cjs/ptc-date.cjs.entry.js +1 -1
  30. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  31. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  32. package/dist/cjs/{ptc-form-checkbox_4.cjs.entry.js → ptc-form-checkbox_2.cjs.entry.js} +6 -724
  33. package/dist/cjs/ptc-form-radio-button.cjs.entry.js +13 -0
  34. package/dist/cjs/ptc-homepage-image-feature.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +1 -1
  36. package/dist/cjs/ptc-icon-card.cjs.entry.js +1 -1
  37. package/dist/cjs/ptc-img.cjs.entry.js +7 -87
  38. package/dist/cjs/ptc-jumbotron.cjs.entry.js +5 -11
  39. package/dist/cjs/ptc-link.cjs.entry.js +1 -1
  40. package/dist/cjs/ptc-media-card.cjs.entry.js +1 -1
  41. package/dist/cjs/ptc-modal-quiz.cjs.entry.js +1 -4
  42. package/dist/cjs/ptc-multi-select_2.cjs.entry.js +730 -0
  43. package/dist/cjs/ptc-para.cjs.entry.js +139 -0
  44. package/dist/cjs/ptc-picture.cjs.entry.js +168 -0
  45. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  46. package/dist/cjs/ptc-preloader.cjs.entry.js +1 -1
  47. package/dist/cjs/ptc-previous-url.cjs.entry.js +2 -11
  48. package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +11 -27
  49. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +2 -2
  50. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  51. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  52. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  53. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  54. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  55. package/dist/cjs/ptc-social-icons-footer.cjs.entry.js +1 -1
  56. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  57. package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +1 -1
  58. package/dist/cjs/ptc-title.cjs.entry.js +161 -0
  59. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  60. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  61. package/dist/cjs/ptc-white-paper.cjs.entry.js +9 -19
  62. package/dist/cjs/ptcw-design.cjs.js +1 -1
  63. package/dist/cjs/{utils-0ff09a53.js → utils-b63aef52.js} +0 -13
  64. package/dist/collection/collection-manifest.json +2 -1
  65. package/dist/collection/components/buying-option-card/buying-option-card.css +124 -0
  66. package/dist/collection/components/buying-option-card/buying-option-card.js +227 -0
  67. package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.css +1148 -0
  68. package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.js +135 -0
  69. package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +1 -3
  70. package/dist/collection/components/icon-asset/icon-asset.css +8 -0
  71. package/dist/collection/components/icon-asset/icon-asset.js +2 -2
  72. package/dist/collection/components/icon-asset/media/designer-v6.0.7.svg +2 -30
  73. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +0 -24
  74. package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.js +1 -4
  75. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +4 -5
  76. package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.js +1 -3
  77. package/dist/collection/components/ptc-announcement/ptc-announcement.js +1 -2
  78. package/dist/collection/components/ptc-back-to-top/ptc-back-to-top.css +1 -0
  79. package/dist/collection/components/ptc-background-video/ptc-background-video.css +0 -21
  80. package/dist/collection/components/ptc-background-video/ptc-background-video.js +43 -103
  81. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +0 -24
  82. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +1 -3
  83. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +0 -24
  84. package/dist/collection/components/ptc-date/ptc-date.js +2 -2
  85. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +0 -24
  86. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +0 -24
  87. package/dist/collection/components/ptc-form-radio-button/ptc-form-radio-button.js +18 -2
  88. package/dist/collection/components/ptc-img/ptc-img.css +0 -76
  89. package/dist/collection/components/ptc-img/ptc-img.js +7 -132
  90. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +0 -24
  91. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +4 -28
  92. package/dist/collection/components/ptc-modal/ptc-modal.css +0 -4
  93. package/dist/collection/components/ptc-modal/ptc-modal.js +25 -25
  94. package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.js +1 -4
  95. package/dist/collection/components/ptc-para/ptc-para.css +0 -3
  96. package/dist/collection/components/ptc-para/ptc-para.js +2 -2
  97. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +0 -24
  98. package/dist/collection/components/ptc-preloader/ptc-preloader.css +111 -147
  99. package/dist/collection/components/ptc-preloader/ptc-preloader.js +1 -1
  100. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +3 -4
  101. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +0 -16
  102. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +1 -28
  103. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +10 -26
  104. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +1 -1
  105. package/dist/collection/components/ptc-product-card/ptc-product-card.css +0 -24
  106. package/dist/collection/components/ptc-product-category/ptc-product-category.css +0 -24
  107. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +0 -24
  108. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +0 -24
  109. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +0 -24
  110. package/dist/collection/components/ptc-seo-title/ptc-seo-title.js +3 -3
  111. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.css +0 -19
  112. package/dist/collection/components/ptc-textfield/ptc-textfield.js +5 -3
  113. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +0 -24
  114. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +0 -24
  115. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +3 -27
  116. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +8 -18
  117. package/dist/collection/stories/Announcement.stories.js +0 -7
  118. package/dist/collection/stories/BackgroundImage.stories.js +0 -7
  119. package/dist/collection/stories/Breadcrumb.stories.js +44 -37
  120. package/dist/collection/stories/CardWrapper.stories.js +0 -32
  121. package/dist/collection/stories/Countdown.stories.js +67 -6
  122. package/dist/collection/stories/Date.stories.js +26 -42
  123. package/dist/collection/stories/FormCheckbox.stories.js +3 -3
  124. package/dist/collection/stories/FormRadioButton.stories.js +3 -3
  125. package/dist/collection/stories/Icon.stories.js +6 -30
  126. package/dist/collection/stories/Jumbotron.stories.js +0 -36
  127. package/dist/collection/stories/Link.stories.js +3 -3
  128. package/dist/collection/stories/ListItem.stories.js +1 -7
  129. package/dist/collection/stories/MobileSelect.stories.js +1 -1
  130. package/dist/collection/stories/Select.stories.js +33 -21
  131. package/dist/collection/stories/Span.stories.js +4 -10
  132. package/dist/collection/stories/SvgButton.stories.js +1 -1
  133. package/dist/collection/stories/Textfield.stories.js +0 -14
  134. package/dist/collection/stories/organisms/ptc/Buying Options Cards Slider/preview.stories.js +264 -0
  135. package/dist/collection/utils/utils.js +0 -11
  136. package/dist/custom-elements/index.d.ts +12 -6
  137. package/dist/custom-elements/index.js +7832 -7820
  138. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  139. package/dist/esm/blog-detail-layout.entry.js +1 -1
  140. package/dist/esm/blogs-search-section.entry.js +2 -5
  141. package/dist/esm/buying-option-card.entry.js +180 -0
  142. package/dist/esm/buying-option-cards-slider.entry.js +136 -0
  143. package/dist/esm/{component-80f298b4.js → component-8c53e377.js} +1482 -3281
  144. package/dist/esm/component-9beac35b.js +1802 -0
  145. package/dist/esm/dynamic-box-bundle.entry.js +1 -3
  146. package/dist/esm/featured-list.entry.js +1 -1
  147. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  148. package/dist/esm/homepage-toggled-content.entry.js +2 -4
  149. package/dist/esm/icon-asset.entry.js +1 -1
  150. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  151. package/dist/esm/{interfaces-7c0243be.js → interfaces-4caedd26.js} +1 -1
  152. package/dist/esm/loader.js +1 -1
  153. package/dist/esm/most-popular-news.entry.js +1 -1
  154. package/dist/esm/my-component.entry.js +1 -1
  155. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  156. package/dist/esm/ptc-announcement.entry.js +1 -2
  157. package/dist/esm/ptc-back-to-top.entry.js +1 -1
  158. package/dist/esm/ptc-background-video.entry.js +28 -92
  159. package/dist/esm/ptc-bio-card.entry.js +1 -1
  160. package/dist/esm/ptc-button.entry.js +113 -0
  161. package/dist/esm/ptc-card-bottom_2.entry.js +1 -3
  162. package/dist/esm/ptc-card_2.entry.js +3 -4
  163. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  164. package/dist/esm/ptc-close-icon_2.entry.js +24 -24
  165. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  166. package/dist/esm/ptc-data-lookup.entry.js +2 -1
  167. package/dist/esm/ptc-date.entry.js +1 -1
  168. package/dist/esm/ptc-featured-list.entry.js +1 -1
  169. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  170. package/dist/esm/{ptc-form-checkbox_4.entry.js → ptc-form-checkbox_2.entry.js} +7 -723
  171. package/dist/esm/ptc-form-radio-button.entry.js +13 -0
  172. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  173. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  174. package/dist/esm/ptc-icon-card.entry.js +1 -1
  175. package/dist/esm/ptc-img.entry.js +8 -88
  176. package/dist/esm/ptc-jumbotron.entry.js +5 -11
  177. package/dist/esm/ptc-link.entry.js +1 -1
  178. package/dist/esm/ptc-media-card.entry.js +1 -1
  179. package/dist/esm/ptc-modal-quiz.entry.js +1 -4
  180. package/dist/esm/ptc-multi-select_2.entry.js +725 -0
  181. package/dist/esm/ptc-para.entry.js +135 -0
  182. package/dist/esm/ptc-picture.entry.js +164 -0
  183. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  184. package/dist/esm/ptc-preloader.entry.js +1 -1
  185. package/dist/esm/ptc-previous-url.entry.js +2 -11
  186. package/dist/esm/ptc-pricing-packaging-table.entry.js +11 -27
  187. package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
  188. package/dist/esm/ptc-product-card.entry.js +1 -1
  189. package/dist/esm/ptc-product-category.entry.js +1 -1
  190. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  191. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  192. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  193. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  194. package/dist/esm/ptc-spacer.entry.js +34 -0
  195. package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
  196. package/dist/esm/ptc-title.entry.js +157 -0
  197. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  198. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  199. package/dist/esm/ptc-white-paper.entry.js +9 -19
  200. package/dist/esm/ptcw-design.js +1 -1
  201. package/dist/esm/{utils-f0d200c9.js → utils-2f12c081.js} +1 -12
  202. package/dist/ptcw-design/media/designer-v6.0.7.svg +2 -30
  203. package/dist/ptcw-design/p-009fbf1f.entry.js +1 -0
  204. package/dist/ptcw-design/p-00e21489.entry.js +1 -0
  205. package/dist/ptcw-design/p-0a7cc9e4.entry.js +1 -0
  206. package/dist/ptcw-design/p-0c69ea52.entry.js +1 -0
  207. package/dist/ptcw-design/p-19a407ff.entry.js +68 -0
  208. package/dist/ptcw-design/p-1f15239e.entry.js +1 -0
  209. package/dist/ptcw-design/p-214d9da6.entry.js +1 -0
  210. package/dist/ptcw-design/{p-db1dcce0.entry.js → p-23cb5b5b.entry.js} +1 -1
  211. package/dist/ptcw-design/p-24776ca2.entry.js +1 -0
  212. package/dist/ptcw-design/{p-ba18dd47.entry.js → p-257267e3.entry.js} +1 -1
  213. package/dist/ptcw-design/{p-7235425a.entry.js → p-2a3c8a30.entry.js} +1 -1
  214. package/dist/ptcw-design/p-2bfd8371.entry.js +1 -0
  215. package/dist/ptcw-design/p-2e6e2a9d.entry.js +1 -0
  216. package/dist/ptcw-design/p-352e87c0.entry.js +1 -0
  217. package/dist/ptcw-design/{p-884c335c.entry.js → p-37f92bb4.entry.js} +1 -1
  218. package/dist/ptcw-design/p-38e5e590.entry.js +1 -0
  219. package/dist/ptcw-design/p-3ed4a7ed.entry.js +1 -0
  220. package/dist/ptcw-design/{p-46af64c4.entry.js → p-45b1f3fc.entry.js} +1 -1
  221. package/dist/ptcw-design/{p-312c41b8.entry.js → p-4b41fe4e.entry.js} +1 -1
  222. package/dist/ptcw-design/{p-040bf1bb.entry.js → p-52e17d34.entry.js} +1 -1
  223. package/dist/ptcw-design/{p-dc677485.entry.js → p-54f5a5be.entry.js} +1 -1
  224. package/dist/ptcw-design/p-56a73429.entry.js +1 -0
  225. package/dist/ptcw-design/{p-f57f32ee.entry.js → p-5dec76bd.entry.js} +1 -1
  226. package/dist/ptcw-design/p-605b13a2.entry.js +1 -0
  227. package/dist/ptcw-design/p-64026649.entry.js +1 -0
  228. package/dist/ptcw-design/{p-ee1183b2.js → p-711bcdad.js} +1 -1
  229. package/dist/ptcw-design/{p-7a4ceaad.entry.js → p-76dab076.entry.js} +1 -1
  230. package/dist/ptcw-design/{p-5a8e7557.entry.js → p-78370e3d.entry.js} +1 -1
  231. package/dist/ptcw-design/p-80122e26.js +1 -0
  232. package/dist/ptcw-design/p-81e5fa38.entry.js +1 -0
  233. package/dist/ptcw-design/{p-1616b11e.entry.js → p-8c121480.entry.js} +1 -1
  234. package/dist/ptcw-design/{p-7f9668d9.entry.js → p-8cea8943.entry.js} +1 -1
  235. package/dist/ptcw-design/{p-93da022d.entry.js → p-901c31b3.entry.js} +1 -1
  236. package/dist/ptcw-design/p-9493dfa0.entry.js +1 -0
  237. package/dist/ptcw-design/p-96163196.entry.js +1 -0
  238. package/dist/ptcw-design/p-9681188f.entry.js +1 -0
  239. package/dist/ptcw-design/p-98426799.js +203 -0
  240. package/dist/ptcw-design/p-98844b50.js +134 -0
  241. package/dist/ptcw-design/{p-79bbedee.entry.js → p-9dbcfcee.entry.js} +1 -1
  242. package/dist/ptcw-design/{p-46b7fdf1.entry.js → p-9f01419b.entry.js} +1 -1
  243. package/dist/ptcw-design/{p-3a40c41f.entry.js → p-a3868e6a.entry.js} +1 -1
  244. package/dist/ptcw-design/{p-98434ba1.entry.js → p-a5fc048f.entry.js} +1 -1
  245. package/dist/ptcw-design/p-a7ac0ecb.entry.js +1 -0
  246. package/dist/ptcw-design/p-a8872ce3.entry.js +1 -0
  247. package/dist/ptcw-design/{p-ffa2849b.entry.js → p-abadbe5b.entry.js} +1 -1
  248. package/dist/ptcw-design/p-abca6130.entry.js +1 -0
  249. package/dist/ptcw-design/p-b44f4fb1.entry.js +1 -0
  250. package/dist/ptcw-design/p-bbbfd2e5.entry.js +1 -0
  251. package/dist/ptcw-design/{p-89275cb9.entry.js → p-c3022c48.entry.js} +1 -1
  252. package/dist/ptcw-design/p-c6431ebc.entry.js +1 -0
  253. package/dist/ptcw-design/p-cad4b517.entry.js +1 -0
  254. package/dist/ptcw-design/{p-5ca0b5b6.entry.js → p-d0fb9bfb.entry.js} +1 -1
  255. package/dist/ptcw-design/p-d51438de.entry.js +1 -0
  256. package/dist/ptcw-design/{p-82ef17f5.entry.js → p-d875f96d.entry.js} +1 -1
  257. package/dist/ptcw-design/{p-d3ac3758.entry.js → p-db0fc94d.entry.js} +1 -1
  258. package/dist/ptcw-design/p-e4eb925f.entry.js +1 -0
  259. package/dist/ptcw-design/{p-81bcde85.entry.js → p-f7c47857.entry.js} +1 -1
  260. package/dist/ptcw-design/{p-fa4a494e.entry.js → p-fe8392c4.entry.js} +1 -1
  261. package/dist/ptcw-design/ptcw-design.css +3 -4
  262. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  263. package/dist/types/components/buying-option-card/buying-option-card.d.ts +44 -0
  264. package/dist/types/components/buying-option-cards-slider/buying-option-cards-slider.d.ts +10 -0
  265. package/dist/types/components/icon-asset/icon-asset.d.ts +1 -1
  266. package/dist/types/components/organism-bundles/blogs-search-section/blogs-search-section.d.ts +1 -1
  267. package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +47 -31
  268. package/dist/types/components/ptc-form-radio-button/ptc-form-radio-button.d.ts +2 -0
  269. package/dist/types/components/ptc-img/ptc-img.d.ts +1 -29
  270. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +0 -4
  271. package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -1
  272. package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +1 -1
  273. package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
  274. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +0 -2
  275. package/dist/types/components.d.ts +130 -139
  276. package/dist/types/utils/utils.d.ts +0 -2
  277. package/package.json +1 -1
  278. package/readme.md +1 -5
  279. package/dist/cjs/modal-form-example.cjs.entry.js +0 -109
  280. package/dist/cjs/ptc-button_5.cjs.entry.js +0 -597
  281. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +0 -26
  282. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +0 -114
  283. package/dist/collection/stories/Breadcrumb2.stories.js +0 -62
  284. package/dist/collection/stories/BrightcovVideo.stories.js +0 -21
  285. package/dist/collection/stories/Button.stories.js +0 -204
  286. package/dist/collection/stories/Checkbox.stories.js +0 -21
  287. package/dist/collection/stories/CheckboxGroup.stories.js +0 -27
  288. package/dist/collection/stories/CloseIcon.stories.js +0 -10
  289. package/dist/collection/stories/CollapseList.stories.js +0 -14
  290. package/dist/collection/stories/DataLookup.stories.js +0 -21
  291. package/dist/collection/stories/EllipsisDropdown.stories.js +0 -14
  292. package/dist/collection/stories/Hero.stories.js +0 -35
  293. package/dist/collection/stories/HeroFooterCTA.stories.js +0 -21
  294. package/dist/collection/stories/MinimizedFooter.stories.js +0 -18
  295. package/dist/collection/stories/MinimizedHeader.stories.js +0 -37
  296. package/dist/collection/stories/MultiSelect.stories.js +0 -10
  297. package/dist/collection/stories/Paragraph.stories.js +0 -104
  298. package/dist/collection/stories/ReadMore.stories.js +0 -100
  299. package/dist/collection/stories/ReadmoreV2.stories.js +0 -37
  300. package/dist/collection/stories/ScrollButton.stories.js +0 -14
  301. package/dist/collection/stories/SearchField.stories.js +0 -21
  302. package/dist/collection/stories/SocialShare.stories.js +0 -83
  303. package/dist/collection/stories/SvgBtn.stories.js +0 -36
  304. package/dist/collection/stories/TextCopyWithBackground.stories.js +0 -100
  305. package/dist/collection/stories/TheaterVideo.stories.js +0 -21
  306. package/dist/collection/stories/Title.stories.js +0 -127
  307. package/dist/collection/stories/Tooltip.stories.js +0 -112
  308. package/dist/collection/stories/VideoEmbed.stories.js +0 -10
  309. package/dist/collection/stories/backToTop.stories.js +0 -10
  310. package/dist/collection/stories/backgroundVideo.stories.js +0 -115
  311. package/dist/collection/stories/jumbotronSubMenu.stories.js +0 -14
  312. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +0 -45
  313. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +0 -47
  314. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +0 -157
  315. package/dist/collection/stories/ptcLink2.stories.js +0 -142
  316. package/dist/esm/modal-form-example.entry.js +0 -105
  317. package/dist/esm/ptc-button_5.entry.js +0 -589
  318. package/dist/ptcw-design/p-051f2611.entry.js +0 -1
  319. package/dist/ptcw-design/p-06e14543.entry.js +0 -1
  320. package/dist/ptcw-design/p-1519b36f.entry.js +0 -1
  321. package/dist/ptcw-design/p-1e3bf09c.entry.js +0 -1
  322. package/dist/ptcw-design/p-21db0a85.entry.js +0 -1
  323. package/dist/ptcw-design/p-2670ac97.entry.js +0 -1
  324. package/dist/ptcw-design/p-2e8bc448.entry.js +0 -1
  325. package/dist/ptcw-design/p-349f43d5.entry.js +0 -1
  326. package/dist/ptcw-design/p-390c0dee.entry.js +0 -1
  327. package/dist/ptcw-design/p-3b5cae50.js +0 -1
  328. package/dist/ptcw-design/p-50308f02.entry.js +0 -1
  329. package/dist/ptcw-design/p-508d7501.entry.js +0 -68
  330. package/dist/ptcw-design/p-5c81c755.entry.js +0 -1
  331. package/dist/ptcw-design/p-672a349f.js +0 -336
  332. package/dist/ptcw-design/p-684ef1e5.entry.js +0 -1
  333. package/dist/ptcw-design/p-74097f89.entry.js +0 -1
  334. package/dist/ptcw-design/p-799afee5.entry.js +0 -1
  335. package/dist/ptcw-design/p-8fb48953.entry.js +0 -1
  336. package/dist/ptcw-design/p-af831c13.entry.js +0 -1
  337. package/dist/ptcw-design/p-b684ca9d.entry.js +0 -1
  338. package/dist/ptcw-design/p-c09a8288.entry.js +0 -1
  339. package/dist/ptcw-design/p-cb0e3ec2.entry.js +0 -1
  340. package/dist/ptcw-design/p-db83b720.entry.js +0 -1
  341. package/dist/ptcw-design/p-dc85c302.entry.js +0 -1
  342. package/dist/ptcw-design/p-de960790.entry.js +0 -1
  343. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
@@ -1,112 +0,0 @@
1
- import { html } from 'lit';
2
-
3
- export default {
4
- title: 'Atoms/ptc-tooltip',
5
- tags: ['autodocs'],
6
- argTypes: {
7
- textLines: {
8
- name: 'Maximum lines',
9
- description: "Set maximum length in lines of content",
10
-
11
- },
12
- maxLength: {
13
- name: 'Maximum chars',
14
- description: "Set maximum length in chars of content",
15
- defaultValue: { summary: 45 }
16
- },
17
- position: {
18
- name: 'Position',
19
- description: "Set position of the the tooltip box",
20
- control: { type: 'select' },
21
- options: ['left', 'right', 'bottom', 'bottom-right', 'top'],
22
- defaultValue: { summary: 'bottom' }
23
- },
24
- width: {
25
- name: 'width',
26
- description: "Fill-width will make the tooltip box full-width relative to its parent",
27
- control: { type: 'select' },
28
- options: ['full-width', 'default'],
29
- defaultValue: { summary: 'default' }
30
-
31
- },
32
- theme: {
33
- name: 'Theme',
34
- description: "Set the theme",
35
- control: { type: 'select' },
36
- options: ['standard', 'danger'],
37
- defaultValue: { summary: 'standard' },
38
- },
39
- zIndex: {
40
- name: 'zIndex',
41
- description: "Set the zIndex of tooltip box",
42
- control: { type: 'select' },
43
- options: ['z-auto', 'z-1', 'z-2', 'z-3', 'z-999'],
44
- defaultValue: { summary: 'z-auto' },
45
- },
46
- hideOnMobile: {
47
- name: 'Hide tooltip box on mobile',
48
- description: "Set true to hide the tooltip on mobile",
49
- control: { type: 'boolean' },
50
- defaultValue: { summary: false },
51
- },
52
- textDisplay: {
53
- name: 'Text Display css property',
54
- description: "Set textDisplay propety inline or block for tooltip text",
55
- control: { type: 'select' },
56
- options: ['inline', 'block'],
57
- defaultValue: { summary: 'inline' },
58
- },
59
- description: {
60
- name: 'Tooltip content',
61
- description: "Set content in the follwing textarea",
62
- defaultValue: { summary: 'This is a tooltip text placeholder' },
63
- },
64
-
65
- }
66
- };
67
-
68
- const Template = args => {
69
- return html `<ptc-tooltip
70
- text-display="${args.textDisplay}"
71
- text-lines="${args.textLines}"
72
- max-length="${args.maxLength}"
73
- description="${args.description}"
74
- position="${args.position}"
75
- width="${args.width}"
76
- zIndex="${args.zIndex}"
77
- theme="${args.theme}"
78
- hide-on-mobile="${args.hideOnMobile}"
79
- ></ptc-tooltip>`
80
- };
81
-
82
-
83
- export const TooltipWithLinesLimit = Template.bind({});
84
- TooltipWithLinesLimit.args = {
85
- textLines: 2,
86
- position: 'bottom',
87
- width: "default",
88
- theme: "standard",
89
- hideOnMobile: false,
90
- zIndex: "z-auto",
91
- textDisplay: "inline",
92
- description: "Nulla ut nunc id nulla aliquam feugiat. Maecenas quis dui rhoncus, mattis risus ac, tincidunt massa. Cras dictum aliquet eleifend. Etiam condimentum suscipit vulputate. In tempus ante at eros elementum volutpat. Ut aliquam mattis velit, sed malesuada lorem. Donec eu posuere nisl, eget scelerisque lectus. Donec id nibh quis lectus euismod semper eget in sem. Ut vulputate cursus libero ut pharetra. Aliquam convallis vulputate dignissim. Mauris vel elit sit amet nibh porta cursus eu id urna.",
93
-
94
- }
95
-
96
-
97
- export const TooltipWithCharLimit = Template.bind({});
98
- TooltipWithCharLimit.args = {
99
- maxLength: 45,
100
- position: 'bottom',
101
- width: "default",
102
- theme: "standard",
103
- hideOnMobile: false,
104
- zIndex: "z-auto",
105
- textDisplay: "inline",
106
- description: "Nulla ut nunc id nulla aliquam feugiat. Maecenas quis dui rhoncus, mattis risus ac, tincidunt massa. Cras dictum ",
107
-
108
- }
109
-
110
-
111
-
112
-
@@ -1,10 +0,0 @@
1
- import { html } from 'lit';
2
-
3
- export default { title: 'New/ptc-video-embed', tags: [ 'autodocs' ], argTypes: {} };
4
- const Template = (args) => {
5
- return html`<ptc-video-embed
6
- >
7
- </ptc-video-embed>`;
8
- };
9
- export const Example = Template.bind({});
10
- Example.args = {};
@@ -1,10 +0,0 @@
1
- import { html } from 'lit';
2
-
3
- export default { title: 'New/ptc-back-to-top', tags: [ 'autodocs' ], argTypes: {} };
4
- const Template = (args) => {
5
- return html`<ptc-back-to-top
6
- >
7
- </ptc-back-to-top>`;
8
- };
9
- export const Example = Template.bind({});
10
- Example.args = {};
@@ -1,115 +0,0 @@
1
- import { html } from 'lit';
2
-
3
- export default {
4
- title: 'New/ptc-background-video',
5
- tags: [ 'autodocs' ],
6
- argTypes: {
7
- videoSrc: {
8
- description: ' Video url',
9
- defaultValue: { summary: '' },
10
- control: 'text'
11
- },
12
- posterSrc: {
13
- description: ' Poster url(Placeholder image till the video get the loaded)',
14
- defaultValue: { summary: '' },
15
- control: 'text'
16
- },
17
- overlay: {
18
- description: ' Overlay(Optional, By default is true)',
19
- defaultValue: { summary: 'true' },
20
- control: 'boolean'
21
- },
22
- overlayType: {
23
- description: ' Overlay Type standard is gray gradient. dark is dark gradient',
24
- defaultValue: { summary: 'standard' },
25
- control: 'select',
26
- options: [ 'standard', 'dark' ]
27
- },
28
- playButtonTitle: {
29
- description: ' Play Button Title',
30
- defaultValue: { summary: '' },
31
- control: 'text'
32
- },
33
- pauseButtonTitle: {
34
- description: ' Pause Button Title',
35
- defaultValue: { summary: '' },
36
- control: 'text'
37
- },
38
- buttonLocation: {
39
- description: ' Pause Button Location',
40
- defaultValue: { summary: 'bottom-right' },
41
- control: 'select',
42
- options: [
43
- 'top-left',
44
- 'top-right',
45
- 'bottom-left',
46
- 'bottom-right',
47
- 'allbp-bottom-right'
48
- ]
49
- },
50
- buttonTabIndex: {
51
- description: ' Play/Pause Index',
52
- defaultValue: { summary: '0' }
53
- },
54
- trackerId: {
55
- description: ' Play and Pause Video / @State() paused: boolean; / tracker Id',
56
- defaultValue: { summary: '' },
57
- control: 'text'
58
- },
59
- defer: {
60
- description: ' delay loading of video to improve perfomance',
61
- defaultValue: { summary: '' },
62
- control: 'boolean'
63
- },
64
- type: {
65
- description: ' Video implementation type: default: Content need to add in tag Ex: <ptc-background-video>Content </ptc-background-video> legacy: Add the blank tag in any other setcon having relative parent. Ex: <div class="section" style="position: relative;"> <ptc-background-video></ptc-background-video> Content </div>',
66
- defaultValue: { summary: 'default' },
67
- control: 'select',
68
- options: [ 'default', 'legacy' ]
69
- },
70
- isIframe: {
71
- description: ' Is it a iframe?',
72
- defaultValue: { summary: 'false' },
73
- control: 'boolean'
74
- },
75
- default: {
76
- description: 'Default slot content',
77
- control: 'text',
78
- table: { category: 'slots' }
79
- }
80
- }
81
- };
82
- const Template = (args) => {
83
- return html`<ptc-background-video
84
- videoSrc=${args.videoSrc}
85
- posterSrc=${args.posterSrc}
86
- overlay=${args.overlay}
87
- overlayType=${args.overlayType}
88
- playButtonTitle=${args.playButtonTitle}
89
- pauseButtonTitle=${args.pauseButtonTitle}
90
- buttonLocation=${args.buttonLocation}
91
- buttonTabIndex=${args.buttonTabIndex}
92
- trackerId=${args.trackerId}
93
- defer=${args.defer}
94
- type=${args.type}
95
- isIframe=${args.isIframe}
96
- >
97
- ${args.default}
98
- </ptc-background-video>`;
99
- };
100
- export const Example = Template.bind({});
101
- Example.args = {
102
- videoSrc: '',
103
- posterSrc: '',
104
- overlay: 'true',
105
- overlayType: 'standard',
106
- playButtonTitle: '',
107
- pauseButtonTitle: '',
108
- buttonLocation: 'bottom-right',
109
- buttonTabIndex: '0',
110
- trackerId: '',
111
- defer: '',
112
- type: 'default',
113
- isIframe: 'false',
114
- default: 'Lorem ipsum text'
115
- };
@@ -1,14 +0,0 @@
1
- import { html } from 'lit';
2
-
3
- export default {
4
- title: 'New/jumbotron-sub-menu',
5
- tags: [ 'autodocs' ],
6
- argTypes: {}
7
- };
8
- const Template = (args) => {
9
- return html`<jumbotron-sub-menu
10
- >
11
- </jumbotron-sub-menu>`;
12
- };
13
- export const Example = Template.bind({});
14
- Example.args = {};
@@ -1,45 +0,0 @@
1
- import { html } from 'lit';
2
-
3
- export default {
4
- title: 'Organisms/E-Support Organisms/Case Tracker'
5
-
6
- }
7
- const CaseTracker = args => {
8
- return html `
9
-
10
- <ptc-spacer></ptc-spacer>
11
- <ptc-spacer></ptc-spacer>
12
- <ptc-spacer></ptc-spacer>
13
- <div class="ptc-container is-grid">
14
- <div class="is-col-12 is-col-6-md">
15
- <ptc-title upperline="none">Case Tracker - Authorized Use Only</ptc-title>
16
- <ptc-spacer></ptc-spacer>
17
- <ptc-spacer></ptc-spacer>
18
- <ptc-para>If you want to use this application on behalf of a customer use this search from to lookup the customer record. When you have found the customer hit the Next > button</ptc-para>
19
- <ptc-textfield field-id="contact-email" label-text="Customer Name" type="text" ptc-data-eloqua-name="C_EmailAddress" field-name="email"></ptc-textfield>
20
- <ptc-textfield field-id="contact-email" label-text="Customer Number" type="text" ptc-data-eloqua-name="C_EmailAddress" field-name="email"></ptc-textfield>
21
- <ptc-button color="ptc-quaternary" disabled="false" link-href="https://www.ptc.com" link-title="PTC" rel="undefined" tab-nav="0" target="_self" text-align="undefined" type="button">Search</ptc-button>
22
- <ptc-button color="ptc-quaternary" disabled="false" link-href="https://www.ptc.com" link-title="PTC" rel="undefined" tab-nav="0" target="_self" text-align="undefined" type="button">Next</ptc-button>
23
- </div>
24
- <div class="is-col-12 is-col-2-md">
25
-
26
- </div>
27
- <div class="is-col-12 is-col-3-md">
28
- <ptc-spacer></ptc-spacer>
29
- <ptc-spacer></ptc-spacer>
30
- <ptc-spacer></ptc-spacer>
31
- <ptc-spacer></ptc-spacer>
32
- <div style="border: solid; padding: 5px;">
33
- <ptc-title upperline="none" type="h3">search tips</ptc-title>
34
- <ul>
35
- <li>You can use this search form to use this application on behalf of a customer.</li>
36
- <li>You can use this search form to use this application on behalf of a customer.</li>
37
- </ul>
38
- </div>
39
- </div>
40
-
41
-
42
- </div>
43
- `;}
44
-
45
- export const Preview = CaseTracker.bind();
@@ -1,47 +0,0 @@
1
- import { html } from 'lit';
2
-
3
- export default {
4
- title: 'Organisms/E-Support Organisms/Support Article'
5
-
6
- }
7
- const ArticlePage = args => {
8
- return html `
9
-
10
- <div class="ptc-container">
11
-
12
- <ptc-title upperline="" type="h4" title-color="grey">How to run Apache, Tomcat, Windchill Directory Server </ptc-title>
13
- <ptc-para>Modified: 23-Nov-2023 | LastSeen: 17-Jun-2024
14
- <ptc-dropdown label="Available in:" listitems="" theme="support">
15
- <item selected="" label="English"></item>
16
- <item label="English"></item>
17
- <item label="English"></item>
18
-
19
- </ptc-dropdown>
20
-
21
- </ptc-para>
22
-
23
- <div style="background-color: rgb(238, 238, 238);; padding:2px">
24
- <ptc-title type="h5" upperline="">Public</ptc-title>
25
- <ptc-para >
26
- Created by Steven Jin and improved by Mi Yeon Grace Jin, Amit Deshpande, Hideyuki Akiyama, Lily Liu, Arshad Imam, Luis Barbosa, Feng Xiang Cliff Tian, Swapnil Deshmukh, Kellan Chen, Teresa Man, Chao Max Wang, Saurabh Ghewande, Mahesh Lomate, Aditya Chaure, Tsutomu Seki, Salesforce Data Manipulation User, Steven Jin, Shirley Yang
27
- Customer Views: 24559 | Useful Ratings (Customers): 118 | Useful Ratings (PTC): 45 | Cases Solved: 154
28
- </ptc-para>
29
-
30
- </div>
31
- <ptc-spacer></ptc-spacer>
32
- <ptc-spacer></ptc-spacer>
33
- <div>
34
- <ptc-title upperline="" type="h4">Description</ptc-title>
35
- <hr style="color:green">
36
- <ptc-para>
37
- <ul>
38
- <li>How to run Apache HTTP Server, Tomcat, WindchillDS and, Windchill as a Windows service</li>
39
- <li>How to run Apache HTTP Server, Tomcat, WindchillDS and, Windchill as a Windows service</li>
40
- <li>How to run Apache HTTP Server, Tomcat, WindchillDS and, Windchill as a Windows service</li>
41
- </ul>
42
- </ptc-para>
43
- </div>
44
- </div>
45
- `;}
46
-
47
- export const Preview = ArticlePage.bind();
@@ -1,157 +0,0 @@
1
- import { html } from 'lit';
2
-
3
- export default {
4
- title: 'Organisms/E-Support Organisms/Support Page'
5
-
6
- }
7
- const SupportPage = args => {
8
- return html `
9
-
10
- <ptc-spacer></ptc-spacer>
11
- <ptc-spacer></ptc-spacer>
12
- <ptc-spacer></ptc-spacer>
13
- <ptc-spacer></ptc-spacer>
14
- <div class="ptc-container is-grid has-col-gap green-container">
15
- <div class="is-col-12 is-col-7-md search-container">
16
-
17
- <ptc-spacer></ptc-spacer>
18
- <ptc-spacer></ptc-spacer>
19
- <ptc-spacer></ptc-spacer>
20
- <ptc-title type="h2" text-align="center" title-size="x-large" title-color="white" upperline="no-upperline" title-display="inline-block" title-shadow="" title-height="densest" title-margin="margin-3" title-weight="w-8" is-plm-hub="false">
21
- Search the Knowledge Base
22
- </ptc-title>
23
- <ptc-search-field placeholder-label="Search Technical Support Documentation and Articles" ></ptc-search-field>
24
- </div>
25
- <div class="is-col-12 is-col-5-md form-section">
26
- <ptc-title upperline="none">Popular Tasks</ptc-title>
27
- <!-- <ul> -->
28
- <ptc-link>Product Pages</ptc-link>
29
- <ptc-link>Product Pages</ptc-link>
30
- <ptc-link>Product Pages</ptc-link>
31
- <ptc-link>Product Pages</ptc-link>
32
-
33
- </div>
34
- </div>
35
-
36
- <ptc-spacer></ptc-spacer>
37
- <ptc-spacer></ptc-spacer>
38
-
39
- <div class="ptc-container is-grid has-col-gap link-container ">
40
- <div class="is-col-1"></div>
41
- <div class="is-col-2 links"><ptc-link>Support</ptc-link>
42
- <button class="btn" role="button" >
43
- <span class="arrow">
44
- <icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
45
- </span>
46
- </button>
47
- </div>
48
- <div class="is-col-2 llinks"><ptc-link>Manage and monitor software</ptc-link>
49
- <button class="btn" role="button" >
50
- <span class="arrow">
51
- <icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
52
- </span>
53
- </button>
54
- </div>
55
- <div class="is-col-2 llinks"><ptc-link>Learn</ptc-link>
56
- <button class="btn" role="button" >
57
- <span class="arrow">
58
- <icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
59
- </span>
60
- </button>
61
- </div>
62
- <div class="is-col-2 llinks"><ptc-link>Service and Expertise</ptc-link>
63
- <button class="btn" role="button" >
64
- <span class="arrow">
65
- <icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
66
- </span>
67
- </button>
68
- </div>
69
- <div class="is-col-2 llinks"><ptc-link>PTC Partner Network</ptc-link>
70
- <button class="btn" role="button" >
71
- <span class="arrow">
72
- <icon-asset slot="icon" type="solid" size="large" name="arrow-down" color="ptc-green"></icon-asset>
73
- </span>
74
- </button>
75
- </div>
76
- <div class="is-col-1 links"></div>
77
- </div>
78
- <style>
79
-
80
-
81
- .btn {
82
- display: none;
83
- padding: 10px;
84
- font-size: 16px;
85
- font-weight: 500;
86
- border: none;
87
- background-color: transparent;
88
- cursor: pointer;
89
- align-items: center;
90
- span {
91
- margin-right: 8px;
92
- align-items: center;
93
- }
94
-
95
-
96
-
97
- }
98
-
99
- .llinks:hover .btn {
100
- display: block;
101
-
102
-
103
- }
104
-
105
- .links:hover .btn {
106
- display: flex;
107
- }
108
- .green-container {
109
- background-color:#b3dda4 ;
110
- padding: 10px;
111
- .search-container{
112
- background-color: #00890B;
113
- padding:10px;
114
- align-items: center;
115
- }
116
- .form-section {
117
- background-color: white;
118
- padding: 10px;
119
-
120
- ptc-link {
121
- padding: 5px;
122
- }
123
- }
124
- }
125
- .links {
126
- align-content: center;
127
- text-align: center;
128
- padding-bottom: 16px;
129
- align-items: center;
130
- display: flex;
131
- flex-direction: column;
132
- align-items: center;
133
- justify-content: space-between;
134
- }
135
-
136
- .llinks {
137
- align-content: center;
138
- text-align: center;
139
- padding-bottom: 16px;
140
- border-left: solid 2px #b3dda4;
141
- padding: 10px;
142
- display: flex;
143
- flex-direction: column;
144
- align-items: center;
145
- justify-content: space-between;
146
-
147
- }
148
- .link-container {
149
- border-bottom: solid 2px #b3dda4;
150
- /* margin: 15px; */
151
- }
152
-
153
-
154
- </style>
155
- `;}
156
-
157
- export const Preview = SupportPage.bind();
@@ -1,142 +0,0 @@
1
- import { html } from 'lit';
2
-
3
- export default {
4
- title: 'New/ptc-link-new',
5
- tags: [ 'autodocs' ],
6
- argTypes: {
7
- disabled: {
8
- description: ' Disabled link',
9
- defaultValue: { summary: 'false' },
10
- control: 'boolean'
11
- },
12
- external: {
13
- description: ' Rxternal link ',
14
- defaultValue: { summary: 'false' },
15
- control: 'boolean'
16
- },
17
- href: {
18
- description: ' href',
19
- defaultValue: { summary: '' },
20
- control: 'select',
21
- options: [ 'string', 'undefined' ]
22
- },
23
- target: {
24
- description: ' Target',
25
- defaultValue: { summary: '_self' },
26
- control: 'select',
27
- options: [ 'string', 'undefined' ]
28
- },
29
- linkTitle: {
30
- description: ' Title',
31
- defaultValue: { summary: '' },
32
- control: 'select',
33
- options: [ 'string', 'undefined' ]
34
- },
35
- theme: {
36
- description: ' Theme',
37
- defaultValue: { summary: 'simple' },
38
- control: 'select',
39
- options: [
40
- '', 'simple',
41
- 'underline', 'nav-title',
42
- 'primary-nav-link', 'nav-title-link',
43
- 'nav-card-link', 'secondary-nav-link',
44
- 'footer-nav-link', 'copyright-link',
45
- 'product-link', 'd-green-underline',
46
- 'd-white-underline', 'global',
47
- 'utility-nav-link', 'standard-link'
48
- ]
49
- },
50
- fontSize: {
51
- description: ' Font Size',
52
- defaultValue: { summary: 'medium' },
53
- control: 'select',
54
- options: [ 'small', 'medium', 'large', 'medium-large' ]
55
- },
56
- fontWeight: {
57
- description: ' Font Weight',
58
- defaultValue: { summary: '' },
59
- control: 'select',
60
- options: [
61
- 'w-thin',
62
- 'w-regular',
63
- 'w-medium',
64
- 'w-semibold',
65
- 'w-bold',
66
- 'w-extrabold',
67
- 'w-black'
68
- ]
69
- },
70
- linkArea: {
71
- description: ' Optional Link Area',
72
- defaultValue: { summary: '' }
73
- },
74
- seoCompatibilityMode: {
75
- description: ' (optional) enable support for seo tools that can only view source',
76
- defaultValue: { summary: 'false' },
77
- control: 'boolean'
78
- },
79
- styles: {
80
- description: ' (optional) Injected CSS Styles',
81
- defaultValue: { summary: '' },
82
- control: 'text'
83
- },
84
- trackerId: {
85
- description: ' trackerId added for Mouseflow id',
86
- defaultValue: { summary: '' },
87
- control: 'text'
88
- },
89
- tabNav: {
90
- description: ' (optional) tab-nav. indicates that its element can be focused, and where it participates in sequential keyboard navigation. A negative value (usually tabindex="-1") means that the element is not reachable via sequential keyboard navigation',
91
- defaultValue: { summary: '0' }
92
- },
93
- darkFocusState: {
94
- description: ' darkFocusState for dark background',
95
- defaultValue: { summary: 'false' },
96
- control: 'boolean'
97
- },
98
- default: {
99
- description: 'Default slot content',
100
- control: 'text',
101
- table: { category: 'slots' }
102
- }
103
- }
104
- };
105
- const Template = (args) => {
106
- return html`<ptc-link
107
- disabled=${args.disabled}
108
- external=${args.external}
109
- href=${args.href}
110
- target=${args.target}
111
- linkTitle=${args.linkTitle}
112
- theme=${args.theme}
113
- fontSize=${args.fontSize}
114
- fontWeight=${args.fontWeight}
115
- linkArea=${args.linkArea}
116
- seoCompatibilityMode=${args.seoCompatibilityMode}
117
- styles=${args.styles}
118
- trackerId=${args.trackerId}
119
- tabNav=${args.tabNav}
120
- darkFocusState=${args.darkFocusState}
121
- >
122
- ${args.default}
123
- </ptc-link>`;
124
- };
125
- export const Example = Template.bind({});
126
- Example.args = {
127
- disabled: 'false',
128
- external: 'false',
129
- href: '',
130
- target: '_self',
131
- linkTitle: '',
132
- theme: 'simple',
133
- fontSize: 'medium',
134
- fontWeight: '',
135
- linkArea: '',
136
- seoCompatibilityMode: 'false',
137
- styles: '',
138
- trackerId: '',
139
- tabNav: '0',
140
- darkFocusState: 'false',
141
- default: 'Lorem ipsum text'
142
- };