@ptcwebops/ptcw-design 6.4.10 → 6.4.11-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (215) hide show
  1. package/dist/cjs/blogs-search-section.cjs.entry.js +4 -1
  2. package/dist/cjs/buying-option-cards-slider.cjs.entry.js +1 -1
  3. package/dist/cjs/{component-35540bfb.js → component-6a178a16.js} +2643 -832
  4. package/dist/cjs/dynamic-box-bundle.cjs.entry.js +3 -1
  5. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  6. package/dist/cjs/homepage-toggled-content.cjs.entry.js +3 -1
  7. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  8. package/dist/cjs/loader.cjs.js +1 -1
  9. package/dist/cjs/modal-form-example.cjs.entry.js +109 -0
  10. package/dist/cjs/ptc-announcement.cjs.entry.js +2 -1
  11. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-button.cjs.entry.js +1 -1
  13. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +3 -1
  14. package/dist/cjs/ptc-card-content.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-card_2.cjs.entry.js +5 -4
  16. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +24 -24
  18. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -2
  19. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  21. package/dist/cjs/{ptc-form-checkbox_2.cjs.entry.js → ptc-form-checkbox_4.cjs.entry.js} +723 -5
  22. package/dist/cjs/ptc-img.cjs.entry.js +87 -7
  23. package/dist/cjs/ptc-jumbotron.cjs.entry.js +11 -5
  24. package/dist/cjs/ptc-modal-quiz.cjs.entry.js +4 -1
  25. package/dist/cjs/ptc-para.cjs.entry.js +1 -1
  26. package/dist/cjs/ptc-picture.cjs.entry.js +0 -17
  27. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-preloader.cjs.entry.js +1 -1
  29. package/dist/cjs/ptc-previous-url.cjs.entry.js +11 -2
  30. package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +25 -9
  31. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
  32. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  33. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  34. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  36. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  37. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  38. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  39. package/dist/cjs/ptc-white-paper.cjs.entry.js +19 -9
  40. package/dist/cjs/ptcw-design.cjs.js +1 -1
  41. package/dist/collection/collection-manifest.json +1 -1
  42. package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.css +0 -9
  43. package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +3 -1
  44. package/dist/collection/components/icon-asset/media/designer-v6.0.7.svg +30 -2
  45. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +24 -0
  46. package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.js +4 -1
  47. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +24 -0
  48. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +26 -0
  49. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +114 -0
  50. package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.js +3 -1
  51. package/dist/collection/components/ptc-announcement/ptc-announcement.js +2 -1
  52. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +24 -0
  53. package/dist/collection/components/ptc-button/ptc-button.css +0 -2
  54. package/dist/collection/components/ptc-card-content/ptc-card-content.css +3 -21
  55. package/dist/collection/components/ptc-card-content/ptc-card-content.js +2 -2
  56. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +3 -1
  57. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +24 -0
  58. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +24 -0
  59. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +24 -0
  60. package/dist/collection/components/ptc-img/ptc-img.css +76 -0
  61. package/dist/collection/components/ptc-img/ptc-img.js +132 -7
  62. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +24 -6
  63. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +28 -4
  64. package/dist/collection/components/ptc-modal/ptc-modal.css +5 -0
  65. package/dist/collection/components/ptc-modal/ptc-modal.js +25 -25
  66. package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.js +4 -1
  67. package/dist/collection/components/ptc-para/ptc-para.css +3 -0
  68. package/dist/collection/components/ptc-para/ptc-para.js +2 -2
  69. package/dist/collection/components/ptc-picture/ptc-picture.js +0 -40
  70. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +24 -0
  71. package/dist/collection/components/ptc-preloader/ptc-preloader.css +147 -111
  72. package/dist/collection/components/ptc-preloader/ptc-preloader.js +1 -1
  73. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +1 -2
  74. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +4 -3
  75. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +16 -0
  76. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +28 -1
  77. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +25 -9
  78. package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +1 -1
  79. package/dist/collection/components/ptc-product-card/ptc-product-card.css +24 -0
  80. package/dist/collection/components/ptc-product-category/ptc-product-category.css +24 -0
  81. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +24 -0
  82. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +24 -0
  83. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +24 -0
  84. package/dist/collection/components/ptc-textfield/ptc-textfield.js +3 -5
  85. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +24 -0
  86. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +24 -0
  87. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +27 -3
  88. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +18 -8
  89. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +45 -0
  90. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +47 -0
  91. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +157 -0
  92. package/dist/custom-elements/index.d.ts +6 -6
  93. package/dist/custom-elements/index.js +333 -642
  94. package/dist/esm/blogs-search-section.entry.js +4 -1
  95. package/dist/esm/buying-option-cards-slider.entry.js +1 -1
  96. package/dist/esm/{component-8c53e377.js → component-80f298b4.js} +2592 -793
  97. package/dist/esm/dynamic-box-bundle.entry.js +3 -1
  98. package/dist/esm/featured-list.entry.js +1 -1
  99. package/dist/esm/homepage-toggled-content.entry.js +3 -1
  100. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  101. package/dist/esm/loader.js +1 -1
  102. package/dist/esm/modal-form-example.entry.js +105 -0
  103. package/dist/esm/ptc-announcement.entry.js +2 -1
  104. package/dist/esm/ptc-bio-card.entry.js +1 -1
  105. package/dist/esm/ptc-button.entry.js +1 -1
  106. package/dist/esm/ptc-card-bottom_2.entry.js +3 -1
  107. package/dist/esm/ptc-card-content.entry.js +1 -1
  108. package/dist/esm/ptc-card_2.entry.js +5 -4
  109. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  110. package/dist/esm/ptc-close-icon_2.entry.js +24 -24
  111. package/dist/esm/ptc-data-lookup.entry.js +1 -2
  112. package/dist/esm/ptc-featured-list.entry.js +1 -1
  113. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  114. package/dist/esm/{ptc-form-checkbox_2.entry.js → ptc-form-checkbox_4.entry.js} +722 -6
  115. package/dist/esm/ptc-img.entry.js +87 -7
  116. package/dist/esm/ptc-jumbotron.entry.js +11 -5
  117. package/dist/esm/ptc-modal-quiz.entry.js +4 -1
  118. package/dist/esm/ptc-para.entry.js +1 -1
  119. package/dist/esm/ptc-picture.entry.js +0 -17
  120. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  121. package/dist/esm/ptc-preloader.entry.js +1 -1
  122. package/dist/esm/ptc-previous-url.entry.js +11 -2
  123. package/dist/esm/ptc-pricing-packaging-table.entry.js +25 -9
  124. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  125. package/dist/esm/ptc-product-card.entry.js +1 -1
  126. package/dist/esm/ptc-product-category.entry.js +1 -1
  127. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  128. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  129. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  130. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  131. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  132. package/dist/esm/ptc-white-paper.entry.js +19 -9
  133. package/dist/esm/ptcw-design.js +1 -1
  134. package/dist/ptcw-design/media/designer-v6.0.7.svg +30 -2
  135. package/dist/ptcw-design/{p-614b66d8.entry.js → p-0451b768.entry.js} +1 -1
  136. package/dist/ptcw-design/p-04891836.entry.js +1 -0
  137. package/dist/ptcw-design/p-17b8281a.entry.js +1 -0
  138. package/dist/ptcw-design/p-187ef77b.entry.js +1 -0
  139. package/dist/ptcw-design/p-2670ac97.entry.js +1 -0
  140. package/dist/ptcw-design/{p-4b41fe4e.entry.js → p-312c41b8.entry.js} +1 -1
  141. package/dist/ptcw-design/{p-1d789cd7.entry.js → p-32bec5ef.entry.js} +1 -1
  142. package/dist/ptcw-design/p-349f43d5.entry.js +1 -0
  143. package/dist/ptcw-design/p-390c0dee.entry.js +1 -0
  144. package/dist/ptcw-design/p-3b40bfbf.entry.js +68 -0
  145. package/dist/ptcw-design/p-502f534b.entry.js +1 -0
  146. package/dist/ptcw-design/p-5aaf4e15.entry.js +1 -0
  147. package/dist/ptcw-design/p-672a349f.js +336 -0
  148. package/dist/ptcw-design/p-6f9f55b3.entry.js +1 -0
  149. package/dist/ptcw-design/{p-365646b8.entry.js → p-7218fe2c.entry.js} +1 -1
  150. package/dist/ptcw-design/{p-2a3c8a30.entry.js → p-7235425a.entry.js} +1 -1
  151. package/dist/ptcw-design/p-74097f89.entry.js +1 -0
  152. package/dist/ptcw-design/p-799afee5.entry.js +1 -0
  153. package/dist/ptcw-design/p-7fe4d383.entry.js +1 -0
  154. package/dist/ptcw-design/p-8fb48953.entry.js +1 -0
  155. package/dist/ptcw-design/p-96f346c4.entry.js +1 -0
  156. package/dist/ptcw-design/{p-db882e62.entry.js → p-9da57f76.entry.js} +1 -1
  157. package/dist/ptcw-design/{p-121a9ef6.entry.js → p-b0a16f1a.entry.js} +1 -1
  158. package/dist/ptcw-design/p-b684ca9d.entry.js +1 -0
  159. package/dist/ptcw-design/p-c09a8288.entry.js +1 -0
  160. package/dist/ptcw-design/p-cb0e3ec2.entry.js +1 -0
  161. package/dist/ptcw-design/p-de960790.entry.js +1 -0
  162. package/dist/ptcw-design/p-e3a6ed56.entry.js +1 -0
  163. package/dist/ptcw-design/p-ef870202.entry.js +1 -0
  164. package/dist/ptcw-design/{p-f0958536.entry.js → p-f010c07f.entry.js} +1 -1
  165. package/dist/ptcw-design/p-f6b70f68.entry.js +1 -0
  166. package/dist/ptcw-design/ptcw-design.css +4 -3
  167. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  168. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +25 -0
  169. package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +1 -1
  170. package/dist/types/components/ptc-img/ptc-img.d.ts +29 -1
  171. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +4 -0
  172. package/dist/types/components/ptc-mobile-select/mobile-select/dist/mobile-select.d.ts +209 -0
  173. package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -1
  174. package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
  175. package/dist/types/components/ptc-picture/ptc-picture.d.ts +0 -2
  176. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +2 -0
  177. package/dist/types/components.d.ts +53 -26
  178. package/dist/types/utils/eloqua.d.ts +9 -0
  179. package/package.json +1 -1
  180. package/readme.md +5 -1
  181. package/dist/cjs/component-1b8ad4d2.js +0 -1819
  182. package/dist/cjs/ptc-multi-select_2.cjs.entry.js +0 -730
  183. package/dist/cjs/ptc-subnav-v2.cjs.entry.js +0 -533
  184. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.css +0 -411
  185. package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.js +0 -585
  186. package/dist/collection/stories/organisms/ptc/Subnav New/preview.stories.js +0 -360
  187. package/dist/esm/component-9beac35b.js +0 -1802
  188. package/dist/esm/ptc-multi-select_2.entry.js +0 -725
  189. package/dist/esm/ptc-subnav-v2.entry.js +0 -529
  190. package/dist/ptcw-design/p-009fbf1f.entry.js +0 -1
  191. package/dist/ptcw-design/p-00e21489.entry.js +0 -1
  192. package/dist/ptcw-design/p-1a853854.entry.js +0 -1
  193. package/dist/ptcw-design/p-1f15239e.entry.js +0 -1
  194. package/dist/ptcw-design/p-2bfd8371.entry.js +0 -1
  195. package/dist/ptcw-design/p-2e6e2a9d.entry.js +0 -1
  196. package/dist/ptcw-design/p-3ed4a7ed.entry.js +0 -1
  197. package/dist/ptcw-design/p-56a73429.entry.js +0 -1
  198. package/dist/ptcw-design/p-80ee97a2.entry.js +0 -1
  199. package/dist/ptcw-design/p-850a6205.entry.js +0 -1
  200. package/dist/ptcw-design/p-8aeb229a.entry.js +0 -1
  201. package/dist/ptcw-design/p-8ef0e26e.entry.js +0 -68
  202. package/dist/ptcw-design/p-9027d2d9.entry.js +0 -1
  203. package/dist/ptcw-design/p-9493dfa0.entry.js +0 -1
  204. package/dist/ptcw-design/p-95efe7ee.entry.js +0 -1
  205. package/dist/ptcw-design/p-98426799.js +0 -203
  206. package/dist/ptcw-design/p-98844b50.js +0 -134
  207. package/dist/ptcw-design/p-b44f4fb1.entry.js +0 -1
  208. package/dist/ptcw-design/p-b5e849da.entry.js +0 -1
  209. package/dist/ptcw-design/p-b89136c6.entry.js +0 -1
  210. package/dist/ptcw-design/p-c42e9110.entry.js +0 -1
  211. package/dist/ptcw-design/p-cad4b517.entry.js +0 -1
  212. package/dist/ptcw-design/p-e976a798.entry.js +0 -1
  213. package/dist/ptcw-design/p-f13c7959.entry.js +0 -1
  214. package/dist/ptcw-design/p-f3d3c161.entry.js +0 -1
  215. package/dist/types/components/ptc-subnav-v2/ptc-subnav-v2.d.ts +0 -66
@@ -1,111 +1,147 @@
1
- :host {
2
- display: block;
3
- }
4
-
5
- .skeleton {
6
- display: flex;
7
- flex-direction: column;
8
- &.centered {
9
- justify-content: center;
10
- }
11
-
12
- &.padding-left-sm {
13
- padding-left: 14px;
14
- }
15
- }
16
-
17
- .skeleton-block {
18
- height: 24px;
19
- background: linear-gradient(
20
- to right,
21
- #f6f6f6 25%,
22
- #e4e7e9 50%,
23
- #f6f6f6 75%
24
- );
25
- background-size: 200% 100%;
26
- margin-bottom: 8px;
27
- border-radius: 4px;
28
- animation: loading 2.5s ease-in-out infinite;
29
- width: 100%;
30
- }
31
-
32
- .skeleton-block {
33
- &.long {
34
- width: 80%;
35
- }
36
-
37
- &.wide {
38
- width: 70%;
39
- }
40
-
41
- &.wide-sm {
42
- width: 60%;
43
- }
44
-
45
- &.medium {
46
- width: 50%;
47
- }
48
-
49
- /* &.medium-md {
50
- @include screen-md {
51
- width: 50%;
52
- }
53
- } */
54
-
55
- &.short {
56
- width: 30%;
57
- }
58
-
59
- &.narrow {
60
- width: 20%;
61
- }
62
-
63
- &.center {
64
- margin-left: auto;
65
- margin-right: auto;
66
- }
67
-
68
- &.left {
69
- margin-right: auto;
70
- }
71
-
72
- &.right {
73
- margin-left: auto;
74
- }
75
-
76
- &.caption {
77
- height: 32px;
78
- }
79
-
80
- &.para {
81
- height: 96px;
82
- }
83
-
84
- &.text-body {
85
- height: 192px;
86
- }
87
-
88
- &.button {
89
- height: 48px;
90
- }
91
-
92
- &.small-para {
93
- height: 40px;
94
- }
95
-
96
- &.divider {
97
- height: 1px;
98
- }
99
-
100
- &.multi-line{
101
- height: 24px;
102
- }
103
-
104
- &.title {
105
- height: 16px;
106
- }
107
-
108
- &.line {
109
- height: 8px;
110
- }
111
- }
1
+ h1,
2
+ h2,
3
+ h3,
4
+ h4,
5
+ h5,
6
+ h6,
7
+ p,
8
+ ul,
9
+ li,
10
+ ptc-subnav,
11
+ ptc-tab-list,
12
+ ptc-link,
13
+ ptc-square-card,
14
+ .hyphenate-text,
15
+ ptc-footer {
16
+ word-break: break-word;
17
+ hyphens: manual;
18
+ -webkit-hyphens: manual;
19
+ -moz-hyphens: manual;
20
+ -ms-hyphens: manual;
21
+ }
22
+ @supports (hyphenate-limit-chars: 12 3 3) {
23
+ h1,
24
+ h2,
25
+ h3,
26
+ h4,
27
+ h5,
28
+ h6,
29
+ p,
30
+ ul,
31
+ li,
32
+ ptc-subnav,
33
+ ptc-tab-list,
34
+ ptc-link,
35
+ ptc-square-card,
36
+ .hyphenate-text,
37
+ ptc-footer {
38
+ hyphens: auto;
39
+ -webkit-hyphenate-limit-before: 3;
40
+ /* For Safari */
41
+ -webkit-hyphenate-limit-after: 3;
42
+ /* For Safari */
43
+ hyphenate-limit-chars: 12 3 3;
44
+ hyphenate-limit-lines: 2;
45
+ hyphenate-limit-last: always;
46
+ hyphenate-limit-zone: 6%;
47
+ -webkit-hyphens: auto;
48
+ -webkit-hyphenate-limit-before: 3;
49
+ -webkit-hyphenate-limit-after: 3;
50
+ -webkit-hyphenate-limit-chars: 12 3 3;
51
+ -webkit-hyphenate-limit-lines: 2;
52
+ -moz-hyphens: auto;
53
+ -moz-hyphenate-limit-chars: 12 3 3;
54
+ -moz-hyphenate-limit-lines: 2;
55
+ -ms-hyphens: auto;
56
+ -ms-hyphenate-limit-chars: 12 3 3;
57
+ -ms-hyphenate-limit-lines: 2;
58
+ }
59
+ }
60
+
61
+ :host {
62
+ display: block;
63
+ }
64
+
65
+ .skeleton {
66
+ display: flex;
67
+ flex-direction: column;
68
+ }
69
+ .skeleton.centered {
70
+ justify-content: center;
71
+ }
72
+ .skeleton.padding-left-sm {
73
+ padding-left: 14px;
74
+ }
75
+
76
+ .skeleton-block {
77
+ height: 24px;
78
+ background: linear-gradient(to right, #f6f6f6 25%, #e4e7e9 50%, #f6f6f6 75%);
79
+ background-size: 200% 100%;
80
+ margin-bottom: 8px;
81
+ border-radius: 4px;
82
+ animation: loading 2.5s ease-in-out infinite;
83
+ width: 100%;
84
+ }
85
+
86
+ .skeleton-block {
87
+ /* &.medium-md {
88
+ @include screen-md {
89
+ width: 50%;
90
+ }
91
+ } */
92
+ }
93
+ .skeleton-block.long {
94
+ width: 80%;
95
+ }
96
+ .skeleton-block.wide {
97
+ width: 70%;
98
+ }
99
+ .skeleton-block.wide-sm {
100
+ width: 60%;
101
+ }
102
+ .skeleton-block.medium {
103
+ width: 50%;
104
+ }
105
+ .skeleton-block.short {
106
+ width: 30%;
107
+ }
108
+ .skeleton-block.narrow {
109
+ width: 20%;
110
+ }
111
+ .skeleton-block.center {
112
+ margin-left: auto;
113
+ margin-right: auto;
114
+ }
115
+ .skeleton-block.left {
116
+ margin-right: auto;
117
+ }
118
+ .skeleton-block.right {
119
+ margin-left: auto;
120
+ }
121
+ .skeleton-block.caption {
122
+ height: 32px;
123
+ }
124
+ .skeleton-block.para {
125
+ height: 96px;
126
+ }
127
+ .skeleton-block.text-body {
128
+ height: 192px;
129
+ }
130
+ .skeleton-block.button {
131
+ height: 48px;
132
+ }
133
+ .skeleton-block.small-para {
134
+ height: 40px;
135
+ }
136
+ .skeleton-block.divider {
137
+ height: 1px;
138
+ }
139
+ .skeleton-block.multi-line {
140
+ height: 24px;
141
+ }
142
+ .skeleton-block.title {
143
+ height: 16px;
144
+ }
145
+ .skeleton-block.line {
146
+ height: 8px;
147
+ }
@@ -12,7 +12,7 @@ export class PtcPreloader {
12
12
  static get encapsulation() { return "shadow"; }
13
13
  static get originalStyleUrls() {
14
14
  return {
15
- "$": ["ptc-preloader.css"]
15
+ "$": ["ptc-preloader.scss"]
16
16
  };
17
17
  }
18
18
  static get styleUrls() {
@@ -3720,8 +3720,7 @@ ptc-footer {
3720
3720
  .skeleton-homepage-toggle .block,
3721
3721
  .skeleton-blog-detail .skeleton-block,
3722
3722
  .skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image,
3723
- .skeleton-on-demand .skeleton-block,
3724
- .ppc-skeleton-preloader .dots-loader {
3723
+ .skeleton-on-demand .skeleton-block {
3725
3724
  animation: none;
3726
3725
  }
3727
3726
  }
@@ -81,13 +81,14 @@ export class PtcPreloaderSection {
81
81
  case "ppc-skeleton": {
82
82
  return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ppc-skeleton-preloader" }, h("div", { class: "ptc-container " }, h("div", { class: "dots-loader" })))));
83
83
  }
84
+ case "search-results": {
85
+ return (h("div", { class: "preloader-wrapper" }, h("div", { class: "preloader-search-results" }, h("div", { class: "ptc-container content-container" }, h("div", { class: "content-container-child" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }))), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" })))));
86
+ }
84
87
  case "news": {
85
88
  return (h("div", { class: "preloader-wrapper" }, h("div", { class: "news-skeleton-preloader" }, h("div", { class: "ptc-container ptc-section-standard" }, h("ptc-spacer", { breakpoint: "large", size: "medium" }), h("div", { class: "is-grid has-row-gap-md" }, h("div", { class: "is-col-6-lg skeleton-block thick thick-on-mobile" }), h("div", { class: "is-col-6-lg skeleton-block thick medium-md right" })), h("ptc-spacer", { size: "xxx-large" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block narrow thick center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block short thin center" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block big-block" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" }), h("ptc-spacer", { size: "xxx-large" }), h("div", { class: "skeleton-block bold medium" }), h("ptc-spacer", { size: "medium" }), h("div", { class: "is-grid has-row-gap-md has-col-gap-lg" }, h("div", { class: "is-col-8-lg" }, h("div", { class: "is-grid has-col-gap-lg" }, h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }), h("div", { class: "is-col-6-md skeleton-block card-block" }))), h("div", { class: "is-col-4-lg skeleton-block big-card-block" })), h("ptc-spacer", { size: "medium" }), h("div", { class: "skeleton-block cta thick center" })))));
86
89
  }
87
- case "resource-center":
90
+ case "resource-center": {
88
91
  return (h("div", { class: "preloader-wrapper resource-center-skeleton-preloader" }, h("div", { class: "skeleton jumbo-image-mobile" }), h("div", { class: "skeleton-jumbotron" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }), h("div", { class: "skeleton-block cta" }))))))), h("div", { class: "ptc-container" }, h("div", { class: "is-grid desktop-cards" }, h("div", { class: "is-col-12-xs is-col-3-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin medium" }), h("div", { class: "skeleton-block bold long" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }))), h("div", { class: "is-col-12-xs is-col-9-lg" }, h("div", { class: "is-grid" }, Array.from({ length: 15 }).map(() => (h("div", { class: "is-col-6-sm is-col-4-xl skeleton-block card-block" })))))))));
89
- case "search-results": {
90
- return (h("div", { class: "preloader-wrapper" }, h("div", { class: "preloader-search-results" }, h("div", { class: "ptc-container content-container" }, h("div", { class: "content-container-child" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium bold" }), h("div", { class: "skeleton-block thin longest" }), h("div", { class: "skeleton-block thin longer" }), h("div", { class: "skeleton-block thinner small" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }))), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" })))));
91
92
  }
92
93
  case "ppc-embedded-form-skeleton": {
93
94
  return (h("div", { class: "preloader-wrapper preloader-ppc-embedded-form" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid grid-1" }, h("div", { class: "is-col-12-xs is-col-12-sm is-col-10-md is-col-7-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block very-bold line-1" }), h("div", { class: "skeleton-block thin line-2" }), h("div", { class: "skeleton-block thin line-3" }), h("div", { class: "skeleton-block thin line-4" }), h("div", { class: "skeleton-block thin line-5" }), h("div", { class: "skeleton-block thin line-6" }), h("div", { class: "skeleton-block thin line-7" }), h("div", { class: "skeleton-block thin line-3" }), h("div", { class: "skeleton-block thin line-4" }), h("div", { class: "skeleton-block thin line-5" }), h("div", { class: "skeleton-block thin line-8" }))), h("div", { class: "is-col-1-lg" }), h("div", { class: "is-col-12-xs is-col-12-sm is-col-4-lg form-block-2" })))));
@@ -86,4 +86,20 @@ ptc-footer {
86
86
  text-decoration: underline;
87
87
  text-decoration-color: var(--color-green-07);
88
88
  outline: none;
89
+ }
90
+
91
+ .light {
92
+ display: inline-block;
93
+ background: rgba(0, 0, 0, 0.54);
94
+ border-radius: 4px;
95
+ padding: 0.5rem 0.75rem;
96
+ padding: 0.25rem 1rem 0.5rem 0.75rem;
97
+ cursor: pointer;
98
+ position: relative;
99
+ display: block;
100
+ }
101
+ .light:hover span {
102
+ text-decoration: underline;
103
+ text-decoration-color: var(--color-green-07);
104
+ outline: none;
89
105
  }
@@ -3,10 +3,19 @@ export class PtcPreviousUrl {
3
3
  constructor() {
4
4
  this.href = undefined;
5
5
  this.text = undefined;
6
+ this.theme = "standard";
6
7
  this.styles = undefined;
7
8
  }
8
9
  render() {
9
- return (h(Host, null, this.styles && h("style", null, this.styles), h("list-item", { listType: "breadcrumb", flushBefore: true, "link-href": this.href }, h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }), h("a", { class: "back-to-videos" }, this.text)), h("slot", null)));
10
+ return (h(Host, null, this.styles && h("style", null, this.styles), h("list-item", { listType: "breadcrumb", flushBefore: true, "link-href": this.href }, this.theme == "light" ? (h("a", { class: this.getCssClassMap() }, h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }), h("span", { class: "back-to-videos" }, this.text))) : ([
11
+ h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }),
12
+ h("a", { class: "back-to-videos" }, this.text),
13
+ ])), h("slot", null)));
14
+ }
15
+ getCssClassMap() {
16
+ return {
17
+ [this.theme]: true,
18
+ };
10
19
  }
11
20
  static get is() { return "ptc-previous-url"; }
12
21
  static get encapsulation() { return "shadow"; }
@@ -56,6 +65,24 @@ export class PtcPreviousUrl {
56
65
  "attribute": "text",
57
66
  "reflect": false
58
67
  },
68
+ "theme": {
69
+ "type": "string",
70
+ "mutable": false,
71
+ "complexType": {
72
+ "original": "\"standard\" | \"light\"",
73
+ "resolved": "\"light\" | \"standard\"",
74
+ "references": {}
75
+ },
76
+ "required": false,
77
+ "optional": false,
78
+ "docs": {
79
+ "tags": [],
80
+ "text": ""
81
+ },
82
+ "attribute": "theme",
83
+ "reflect": false,
84
+ "defaultValue": "\"standard\""
85
+ },
59
86
  "styles": {
60
87
  "type": "string",
61
88
  "mutable": false,
@@ -33,8 +33,10 @@ export class PtcPricingPackagingTable {
33
33
  tableHeader.getBoundingClientRect().bottom) {
34
34
  if (tableHeader.getBoundingClientRect().top <
35
35
  this.stickyTopAt) {
36
- tableHeader.style.top = `${Math.min(tableContainer.getBoundingClientRect().bottom - tableHeader.clientHeight, this.stickyTopAt)}px`;
37
- verticalScrollContentClipper.style.top = `${tableHeader.getBoundingClientRect().top - verticalScrollContentClipper.clientHeight}px`;
36
+ tableHeader.style.top = `${Math.min(tableContainer.getBoundingClientRect().bottom -
37
+ tableHeader.clientHeight, this.stickyTopAt)}px`;
38
+ verticalScrollContentClipper.style.top = `${tableHeader.getBoundingClientRect().top -
39
+ verticalScrollContentClipper.clientHeight}px`;
38
40
  }
39
41
  }
40
42
  }
@@ -53,8 +55,10 @@ export class PtcPricingPackagingTable {
53
55
  // Scroll the sticky header back into view along with the table
54
56
  if (tableContainer.getBoundingClientRect().bottom <=
55
57
  tableHeader.getBoundingClientRect().bottom) {
56
- tableHeader.style.top = `${tableContainer.getBoundingClientRect().bottom - tableHeader.clientHeight}px`;
57
- verticalScrollContentClipper.style.top = `${tableHeader.getBoundingClientRect().top - verticalScrollContentClipper.clientHeight}px`;
58
+ tableHeader.style.top = `${tableContainer.getBoundingClientRect().bottom -
59
+ tableHeader.clientHeight}px`;
60
+ verticalScrollContentClipper.style.top = `${tableHeader.getBoundingClientRect().top -
61
+ verticalScrollContentClipper.clientHeight}px`;
58
62
  }
59
63
  }
60
64
  }
@@ -459,7 +463,9 @@ export class PtcPricingPackagingTable {
459
463
  };
460
464
  const TableHeader = () => {
461
465
  return (h("div", { id: "table-header", class: this.headerType, onScroll: () => this.handleHorizontalScroll() }, h("div", { class: `desktop-header-first-cell` }, this.isDesktopView ? (h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "left", "para-color": "white", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, h("slot", { name: "desktop-header-first-cell" }))) : null, h("div", { class: "scroll-button mf-listen", id: "previous-scroll-button" }, h("div", { class: "mf-listen", onClick: () => this.handleBackwardScroll(), onKeyDown: (e) => this.handleScrollButtonClick(e, -1), tabIndex: 0, id: `previous-scroll-button-${this.sectionId}` }, h("icon-asset", { type: "solid", size: "medium", name: "chevron-left", color: "primary-gray" }), h("ptc-para", { "font-size": "small", "font-weight": "w-6", "para-align": "justify", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, this.moreText))), h("div", { class: "scroll-button mf-listen", id: "next-scroll-button" }, h("div", { class: "mf-listen", onClick: () => this.handleForwardScroll(), onKeyDown: (e) => this.handleScrollButtonClick(e, 1), tabIndex: 0, id: `next-scroll-button-${this.sectionId}` }, h("ptc-para", { "font-size": "small", "font-weight": "w-6", "para-align": "justify", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, this.moreText), h("icon-asset", { type: "solid", size: "medium", name: "chevron-right", color: "primary-gray" })))), [...Array(this.dataCols).keys()].map((col) => {
462
- return (h("div", { class: `table-cell ${col + 1 === this.dataCols ? "table-last-cell" : ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `column-header-${col + 1}` })), this.columnHeaderLinks.length ===
466
+ return (h("div", { class: `table-cell ${col + 1 === this.dataCols
467
+ ? "table-last-cell"
468
+ : ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `column-header-${col + 1}` })), this.columnHeaderLinks.length ===
463
469
  this.dataCols &&
464
470
  this.columnHeaderLinks[col] ? (h(Fragment, null, h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-link", { "dark-focus-state": true, "font-size": "medium", "font-weight": "w-extrabold", href: `${this.columnHeaderLinks[col].linkHref}`, "link-area": "undefined", target: `${this.columnHeaderLinks[col].linkTarget}`, theme: "d-green-underline", styles: "a.ptc-link {line-height: var(--ptc-line-height-p);}", "link-title": this.columnHeaderLinks[col]
465
471
  .linkTitle, onFocus: (e) => this.handleAutoScrollOnFocus(e), "tracker-id": `column-header-${col + 1}-link-${this.sectionId}` }, this.isDesktopView ? (h("ptc-tooltip", { class: col ===
@@ -471,7 +477,9 @@ export class PtcPricingPackagingTable {
471
477
  };
472
478
  const TableHeaderPlaceholder = () => {
473
479
  return (h("div", { id: "table-header-placeholder", class: this.headerType }, h("div", { class: `desktop-header-first-cell` }, this.isDesktopView ? (h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "left", "para-color": "white", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, h("slot", { name: "placeholder-desktop-header-first-cell" }))) : null), [...Array(this.dataCols).keys()].map((col) => {
474
- return (h("div", { class: `table-cell ${col + 1 === this.dataCols ? "table-last-cell" : ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `placeholder-column-header-${col + 1}` })), this.columnHeaderLinks.length ===
480
+ return (h("div", { class: `table-cell ${col + 1 === this.dataCols
481
+ ? "table-last-cell"
482
+ : ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `placeholder-column-header-${col + 1}` })), this.columnHeaderLinks.length ===
475
483
  this.dataCols &&
476
484
  this.columnHeaderLinks[col] ? (h(Fragment, null, h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-link", { "font-size": "medium", "font-weight": "w-extrabold", href: `${this.columnHeaderLinks[col].linkHref}`, "link-area": "undefined", target: `${this.columnHeaderLinks[col].linkTarget}`, theme: "d-green-underline", styles: "a.ptc-link {line-height: var(--ptc-line-height-p);}", "link-title": this.columnHeaderLinks[col]
477
485
  .linkTitle, "tab-nav": "-1" }, this.isDesktopView ? (h("ptc-tooltip", { class: col ===
@@ -483,14 +491,22 @@ export class PtcPricingPackagingTable {
483
491
  };
484
492
  const TableDataRows = () => {
485
493
  return [...Array(this.dataRows).keys()].map((row) => {
486
- return (h(Fragment, null, !this.isDesktopView ? (h("div", { class: "mobile-sticky-row-header" }, h("slot", { name: `row-header-${row + 1}` }))) : null, h("div", { class: `mf-listen table-row ${this.isDesktopView && row % 2 != 0 ? "desktop-alternate-row" : ""}` }, this.isDesktopView ? (h("div", { class: `desktop-sticky-row-header ${this.isDesktopView && row % 2 != 0 ? "desktop-alternate-row" : ""}` }, h("slot", { name: `row-header-${row + 1}` }))) : null, [...Array(this.dataCols).keys()].map((col) => {
487
- return (h("div", { class: `table-cell ${col + 1 === this.dataCols ? "table-last-cell" : ""}`, "data-cell-slot": `cell-r${row + 1}-c${col + 1}`, onFocusin: (e) => this.handleAutoScrollOnFocus(e, `cell-r${row + 1}-c${col + 1}`) }, h("slot", { name: `cell-r${row + 1}-c${col + 1}` })));
494
+ return (h(Fragment, null, !this.isDesktopView ? (h("div", { class: "mobile-sticky-row-header" }, h("slot", { name: `row-header-${row + 1}` }))) : null, h("div", { class: `mf-listen table-row ${this.isDesktopView && row % 2 != 0
495
+ ? "desktop-alternate-row"
496
+ : ""}` }, this.isDesktopView ? (h("div", { class: `desktop-sticky-row-header ${this.isDesktopView && row % 2 != 0
497
+ ? "desktop-alternate-row"
498
+ : ""}` }, h("slot", { name: `row-header-${row + 1}` }))) : null, [...Array(this.dataCols).keys()].map((col) => {
499
+ return (h("div", { class: `table-cell ${col + 1 === this.dataCols
500
+ ? "table-last-cell"
501
+ : ""}`, "data-cell-slot": `cell-r${row + 1}-c${col + 1}`, onFocusin: (e) => this.handleAutoScrollOnFocus(e, `cell-r${row + 1}-c${col + 1}`) }, h("slot", { name: `cell-r${row + 1}-c${col + 1}` })));
488
502
  }), h("div", { class: `table-filler-cell ${this.showFillerCells ? "show" : ""}` }))));
489
503
  });
490
504
  };
491
505
  const TableCtaRow = () => {
492
506
  return this.showCtaButtonsRow ? (h("div", { class: "table-cta-row" }, this.isDesktopView ? (h("div", { class: "desktop-sticky-row-header" })) : null, [...Array(this.dataCols).keys()].map((col) => {
493
- return (h("div", { class: `table-cell ${col + 1 === this.dataCols ? "table-last-cell" : ""}` }, this.ctaButtons[col] ? (h("ptc-button", { "tracker-id": `pricing-cta-${col}-${this.sectionId}`, type: "link", color: "ptc-tertiary", "link-href": this.ctaButtons[col].linkHref, target: `${this.ctaButtons[col].linkTarget}`, "link-title": this.ctaButtons[col].linkTitle, onFocus: this.handleAutoScrollOnFocus }, this.isDesktopView ? (h("ptc-tooltip", { class: col === this.dataCols - 1
507
+ return (h("div", { class: `table-cell ${col + 1 === this.dataCols
508
+ ? "table-last-cell"
509
+ : ""}` }, this.ctaButtons[col] ? (h("ptc-button", { "tracker-id": `pricing-cta-${col}-${this.sectionId}`, type: "link", color: "ptc-tertiary", "link-href": this.ctaButtons[col].linkHref, target: `${this.ctaButtons[col].linkTarget}`, "link-title": this.ctaButtons[col].linkTitle, onFocus: this.handleAutoScrollOnFocus }, this.isDesktopView ? (h("ptc-tooltip", { class: col === this.dataCols - 1
494
510
  ? "last-column-tooltip"
495
511
  : "", "text-display": "inline", "max-length": "30", "z-index": "z-2", description: this.ctaButtons[col]
496
512
  .linkText, position: "top" })) : (this.ctaButtons[col].linkText))) : null));
@@ -117,7 +117,7 @@ export class PtcPricingTabs {
117
117
  }
118
118
  renderTabs() {
119
119
  let tabs = this.getCurrentTabs();
120
- return (h("div", { class: "tabs" }, h("ptc-para", { styles: "p.primary-grey { margin: 1.5rem 0 .75rem 0;", "font-size": "x-small", "font-weight": "w-4" }, this.tabLabel, h("div", { class: "attached" }, h("slot", { name: "attached" }))), tabs &&
120
+ return (h("div", { class: "tabs" }, h("ptc-para", { styles: "p.primary-grey { margin: 1.5rem 0 .75rem 0; max-width: 64%; }", "font-size": "x-small", "font-weight": "w-4" }, this.tabLabel, h("div", { class: "attached" }, h("slot", { name: "attached" }))), tabs &&
121
121
  tabs.map((tab, index) => (h("ptc-pricing-block", { "data-id": tab.id, active: tab.active, onClick: () => this.handleTabClick(tab, index), onKeyDown: (event) => this.handleKeyDown(event, tab, index), tabindex: "0", "tracker-id": `pricing-block-${index}` }, h("span", { slot: "left-text", innerHTML: tab.header }), h("span", { slot: "right-text", innerHTML: tab.label }))))));
122
122
  }
123
123
  render() {
@@ -88,14 +88,17 @@ a:focus-visible {
88
88
 
89
89
  .light-links a:not(.hero-footer-form-wrapper a,
90
90
  ptc-modal inline-form a,
91
+ .podcast-cta-section a,
91
92
  .vjs-social-share-links a),
92
93
  .light-links a.light-link,
93
94
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
94
95
  ptc-modal inline-form a,
96
+ .podcast-cta-section a,
95
97
  .vjs-social-share-links a),
96
98
  .background-grey-10 a.light-link,
97
99
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
98
100
  ptc-modal inline-form a,
101
+ .podcast-cta-section a,
99
102
  .vjs-social-share-links a),
100
103
  .background-plm-grey a.light-link {
101
104
  color: var(--color-blue-04);
@@ -104,38 +107,47 @@ ptc-modal inline-form a,
104
107
  }
105
108
  .light-links a:not(.hero-footer-form-wrapper a,
106
109
  ptc-modal inline-form a,
110
+ .podcast-cta-section a,
107
111
  .vjs-social-share-links a):visited,
108
112
  .light-links a.light-link:visited,
109
113
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
110
114
  ptc-modal inline-form a,
115
+ .podcast-cta-section a,
111
116
  .vjs-social-share-links a):visited,
112
117
  .background-grey-10 a.light-link:visited,
113
118
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
114
119
  ptc-modal inline-form a,
120
+ .podcast-cta-section a,
115
121
  .vjs-social-share-links a):visited,
116
122
  .background-plm-grey a.light-link:visited {
117
123
  color: var(--color-blue-06);
118
124
  }
119
125
  .light-links a:not(.hero-footer-form-wrapper a,
120
126
  ptc-modal inline-form a,
127
+ .podcast-cta-section a,
121
128
  .vjs-social-share-links a):active, .light-links a:not(.hero-footer-form-wrapper a,
122
129
  ptc-modal inline-form a,
130
+ .podcast-cta-section a,
123
131
  .vjs-social-share-links a):visited:active,
124
132
  .light-links a.light-link:active,
125
133
  .light-links a.light-link:visited:active,
126
134
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
127
135
  ptc-modal inline-form a,
136
+ .podcast-cta-section a,
128
137
  .vjs-social-share-links a):active,
129
138
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
130
139
  ptc-modal inline-form a,
140
+ .podcast-cta-section a,
131
141
  .vjs-social-share-links a):visited:active,
132
142
  .background-grey-10 a.light-link:active,
133
143
  .background-grey-10 a.light-link:visited:active,
134
144
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
135
145
  ptc-modal inline-form a,
146
+ .podcast-cta-section a,
136
147
  .vjs-social-share-links a):active,
137
148
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
138
149
  ptc-modal inline-form a,
150
+ .podcast-cta-section a,
139
151
  .vjs-social-share-links a):visited:active,
140
152
  .background-plm-grey a.light-link:active,
141
153
  .background-plm-grey a.light-link:visited:active {
@@ -144,24 +156,30 @@ ptc-modal inline-form a,
144
156
  }
145
157
  .light-links a:not(.hero-footer-form-wrapper a,
146
158
  ptc-modal inline-form a,
159
+ .podcast-cta-section a,
147
160
  .vjs-social-share-links a):hover, .light-links a:not(.hero-footer-form-wrapper a,
148
161
  ptc-modal inline-form a,
162
+ .podcast-cta-section a,
149
163
  .vjs-social-share-links a):visited:hover,
150
164
  .light-links a.light-link:hover,
151
165
  .light-links a.light-link:visited:hover,
152
166
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
153
167
  ptc-modal inline-form a,
168
+ .podcast-cta-section a,
154
169
  .vjs-social-share-links a):hover,
155
170
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
156
171
  ptc-modal inline-form a,
172
+ .podcast-cta-section a,
157
173
  .vjs-social-share-links a):visited:hover,
158
174
  .background-grey-10 a.light-link:hover,
159
175
  .background-grey-10 a.light-link:visited:hover,
160
176
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
161
177
  ptc-modal inline-form a,
178
+ .podcast-cta-section a,
162
179
  .vjs-social-share-links a):hover,
163
180
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
164
181
  ptc-modal inline-form a,
182
+ .podcast-cta-section a,
165
183
  .vjs-social-share-links a):visited:hover,
166
184
  .background-plm-grey a.light-link:hover,
167
185
  .background-plm-grey a.light-link:visited:hover {
@@ -169,14 +187,17 @@ ptc-modal inline-form a,
169
187
  }
170
188
  .light-links a:not(.hero-footer-form-wrapper a,
171
189
  ptc-modal inline-form a,
190
+ .podcast-cta-section a,
172
191
  .vjs-social-share-links a).disabled,
173
192
  .light-links a.light-link.disabled,
174
193
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
175
194
  ptc-modal inline-form a,
195
+ .podcast-cta-section a,
176
196
  .vjs-social-share-links a).disabled,
177
197
  .background-grey-10 a.light-link.disabled,
178
198
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
179
199
  ptc-modal inline-form a,
200
+ .podcast-cta-section a,
180
201
  .vjs-social-share-links a).disabled,
181
202
  .background-plm-grey a.light-link.disabled {
182
203
  color: var(--color-gray-04) !important;
@@ -184,14 +205,17 @@ ptc-modal inline-form a,
184
205
  }
185
206
  .light-links a:not(.hero-footer-form-wrapper a,
186
207
  ptc-modal inline-form a,
208
+ .podcast-cta-section a,
187
209
  .vjs-social-share-links a):focus-visible,
188
210
  .light-links a.light-link:focus-visible,
189
211
  .background-grey-10 a:not(.hero-footer-form-wrapper a,
190
212
  ptc-modal inline-form a,
213
+ .podcast-cta-section a,
191
214
  .vjs-social-share-links a):focus-visible,
192
215
  .background-grey-10 a.light-link:focus-visible,
193
216
  .background-plm-grey a:not(.hero-footer-form-wrapper a,
194
217
  ptc-modal inline-form a,
218
+ .podcast-cta-section a,
195
219
  .vjs-social-share-links a):focus-visible,
196
220
  .background-plm-grey a.light-link:focus-visible {
197
221
  border-radius: var(--ptc-border-radius-standard);