@ptcwebops/ptcw-design 6.2.28-beta → 6.2.30-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/dist/cjs/{component-6a178a16.js → component-4dd13907.js} +1 -1
  2. package/dist/cjs/event-jumbotron-example_15.cjs.entry.js +1433 -0
  3. package/dist/cjs/event-podcast-slider-example.cjs.entry.js +54 -32
  4. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  5. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  8. package/dist/cjs/ptc-card-bottom.cjs.entry.js +67 -0
  9. package/dist/cjs/ptc-card_2.cjs.entry.js +4 -4
  10. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  11. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  13. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  14. package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +2 -2
  15. package/dist/cjs/ptc-jumbotron.cjs.entry.js +1 -1
  16. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  18. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  19. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  21. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  22. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  23. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  24. package/dist/cjs/ptc-white-paper.cjs.entry.js +2 -2
  25. package/dist/cjs/ptcw-design.cjs.js +1 -1
  26. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +12 -12
  27. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +4 -4
  28. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.css +25 -3
  29. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.js +3 -1
  30. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +18 -15
  31. package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.js +53 -55
  32. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +12 -12
  33. package/dist/collection/components/ptc-card/ptc-card.css +1 -0
  34. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +12 -12
  35. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +12 -12
  36. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +12 -12
  37. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +12 -12
  38. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +12 -12
  39. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +38 -34
  40. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +2 -2
  41. package/dist/collection/components/ptc-product-card/ptc-product-card.css +12 -12
  42. package/dist/collection/components/ptc-product-category/ptc-product-category.css +12 -12
  43. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +12 -12
  44. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +12 -12
  45. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +12 -12
  46. package/dist/collection/components/ptc-textfield/ptc-textfield.js +1 -1
  47. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +12 -12
  48. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +12 -12
  49. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +12 -12
  50. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +1 -1
  51. package/dist/custom-elements/index.js +82 -58
  52. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  53. package/dist/esm/blog-detail-layout.entry.js +1 -1
  54. package/dist/esm/blogs-search-section.entry.js +1 -1
  55. package/dist/esm/{component-80f298b4.js → component-9c921cc6.js} +1 -1
  56. package/dist/esm/event-jumbotron-example_15.entry.js +1415 -0
  57. package/dist/esm/event-podcast-slider-example.entry.js +54 -32
  58. package/dist/esm/featured-list.entry.js +1 -1
  59. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  60. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  61. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  62. package/dist/esm/loader.js +1 -1
  63. package/dist/esm/most-popular-news.entry.js +1 -1
  64. package/dist/esm/my-component.entry.js +1 -1
  65. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  66. package/dist/esm/ptc-background-video.entry.js +1 -1
  67. package/dist/esm/ptc-bio-card.entry.js +1 -1
  68. package/dist/esm/ptc-card-bottom.entry.js +63 -0
  69. package/dist/esm/ptc-card_2.entry.js +4 -4
  70. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  71. package/dist/esm/ptc-collapse-list.entry.js +1 -1
  72. package/dist/esm/ptc-data-lookup.entry.js +1 -1
  73. package/dist/esm/ptc-featured-list.entry.js +1 -1
  74. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  75. package/dist/esm/ptc-form-checkbox_4.entry.js +3 -3
  76. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  77. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  78. package/dist/esm/ptc-icon-card.entry.js +1 -1
  79. package/dist/esm/ptc-jumbotron.entry.js +1 -1
  80. package/dist/esm/ptc-media-card.entry.js +1 -1
  81. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  82. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  83. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  84. package/dist/esm/ptc-product-card.entry.js +1 -1
  85. package/dist/esm/ptc-product-category.entry.js +1 -1
  86. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  87. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  88. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  89. package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
  90. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  91. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  92. package/dist/esm/ptc-white-paper.entry.js +2 -2
  93. package/dist/esm/ptcw-design.js +1 -1
  94. package/dist/esm/{utils-63eab4bd.js → utils-ff65c75b.js} +1 -1
  95. package/dist/ptcw-design/{p-d756db27.entry.js → p-076a1178.entry.js} +1 -1
  96. package/dist/ptcw-design/{p-fc0348a7.entry.js → p-1118ed9e.entry.js} +2 -2
  97. package/dist/ptcw-design/p-11ee8673.entry.js +1 -0
  98. package/dist/ptcw-design/p-18c567cb.entry.js +1 -0
  99. package/dist/ptcw-design/{p-c01ea76f.entry.js → p-1b257420.entry.js} +1 -1
  100. package/dist/ptcw-design/{p-34c50b3e.entry.js → p-20688186.entry.js} +1 -1
  101. package/dist/ptcw-design/p-275963f5.entry.js +1 -0
  102. package/dist/ptcw-design/{p-4ee98a3e.entry.js → p-2c6fc745.entry.js} +1 -1
  103. package/dist/ptcw-design/p-3377162c.entry.js +1 -0
  104. package/dist/ptcw-design/{p-fd394e84.entry.js → p-36007a57.entry.js} +1 -1
  105. package/dist/ptcw-design/p-3860e022.entry.js +1 -0
  106. package/dist/ptcw-design/p-3a011909.entry.js +1 -0
  107. package/dist/ptcw-design/p-5764bb89.entry.js +1 -0
  108. package/dist/ptcw-design/p-5a0dabad.entry.js +1 -0
  109. package/dist/ptcw-design/p-672722b1.entry.js +1 -0
  110. package/dist/ptcw-design/{p-cbee4653.entry.js → p-6d3326da.entry.js} +1 -1
  111. package/dist/ptcw-design/{p-6f5fecae.entry.js → p-7a9611b4.entry.js} +1 -1
  112. package/dist/ptcw-design/p-7f4e4bdc.entry.js +1 -0
  113. package/dist/ptcw-design/{p-eec2f3da.entry.js → p-808ec62a.entry.js} +1 -1
  114. package/dist/ptcw-design/{p-2749c178.entry.js → p-85522932.entry.js} +1 -1
  115. package/dist/ptcw-design/{p-77b1221e.js → p-8872161f.js} +1 -1
  116. package/dist/ptcw-design/p-9fe0c27d.entry.js +1 -0
  117. package/dist/ptcw-design/{p-291072b4.entry.js → p-a3b57ede.entry.js} +1 -1
  118. package/dist/ptcw-design/{p-d361afd1.entry.js → p-a5c2584e.entry.js} +1 -1
  119. package/dist/ptcw-design/{p-17f6e145.entry.js → p-ae970a60.entry.js} +1 -1
  120. package/dist/ptcw-design/p-aee8144b.entry.js +1 -0
  121. package/dist/ptcw-design/{p-ea7369e9.entry.js → p-b633cd89.entry.js} +1 -1
  122. package/dist/ptcw-design/{p-0d809708.entry.js → p-bc62cf59.entry.js} +1 -1
  123. package/dist/ptcw-design/{p-821f0ff9.entry.js → p-c37a3bd2.entry.js} +1 -1
  124. package/dist/ptcw-design/{p-d3229458.entry.js → p-c66b8926.entry.js} +1 -1
  125. package/dist/ptcw-design/{p-6a3caf2b.entry.js → p-c95f423e.entry.js} +1 -1
  126. package/dist/ptcw-design/{p-627103d8.entry.js → p-d10cb999.entry.js} +1 -1
  127. package/dist/ptcw-design/p-d899dd7c.entry.js +1 -0
  128. package/dist/ptcw-design/{p-48c33817.entry.js → p-d9abe7e8.entry.js} +1 -1
  129. package/dist/ptcw-design/{p-e577ad62.entry.js → p-da82dc93.entry.js} +1 -1
  130. package/dist/ptcw-design/{p-16e70f20.entry.js → p-e0b873d0.entry.js} +1 -1
  131. package/dist/ptcw-design/{p-49e54079.entry.js → p-e3f8e5d5.entry.js} +1 -1
  132. package/dist/ptcw-design/{p-28be539b.entry.js → p-e4000363.entry.js} +1 -1
  133. package/dist/ptcw-design/p-f29df451.entry.js +1 -0
  134. package/dist/ptcw-design/p-fa6edf0f.entry.js +1 -0
  135. package/dist/ptcw-design/ptcw-design.css +1 -1
  136. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  137. package/dist/types/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.d.ts +0 -1
  138. package/dist/types/components.d.ts +0 -2
  139. package/package.json +1 -1
  140. package/readme.md +1 -1
  141. package/dist/cjs/event-jumbotron-example.cjs.entry.js +0 -146
  142. package/dist/cjs/icon-asset.cjs.entry.js +0 -65
  143. package/dist/cjs/list-item.cjs.entry.js +0 -48
  144. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -47
  145. package/dist/cjs/ptc-button.cjs.entry.js +0 -87
  146. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +0 -156
  147. package/dist/cjs/ptc-card-content.cjs.entry.js +0 -76
  148. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +0 -275
  149. package/dist/cjs/ptc-img.cjs.entry.js +0 -133
  150. package/dist/cjs/ptc-link.cjs.entry.js +0 -87
  151. package/dist/cjs/ptc-para.cjs.entry.js +0 -127
  152. package/dist/cjs/ptc-scroll-button.cjs.entry.js +0 -136
  153. package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
  154. package/dist/cjs/ptc-title.cjs.entry.js +0 -152
  155. package/dist/esm/event-jumbotron-example.entry.js +0 -142
  156. package/dist/esm/icon-asset.entry.js +0 -61
  157. package/dist/esm/list-item.entry.js +0 -44
  158. package/dist/esm/ptc-breadcrumb.entry.js +0 -43
  159. package/dist/esm/ptc-button.entry.js +0 -83
  160. package/dist/esm/ptc-card-bottom_2.entry.js +0 -151
  161. package/dist/esm/ptc-card-content.entry.js +0 -72
  162. package/dist/esm/ptc-close-icon_2.entry.js +0 -270
  163. package/dist/esm/ptc-img.entry.js +0 -129
  164. package/dist/esm/ptc-link.entry.js +0 -83
  165. package/dist/esm/ptc-para.entry.js +0 -123
  166. package/dist/esm/ptc-scroll-button.entry.js +0 -132
  167. package/dist/esm/ptc-spacer.entry.js +0 -34
  168. package/dist/esm/ptc-title.entry.js +0 -148
  169. package/dist/ptcw-design/p-01075feb.entry.js +0 -1
  170. package/dist/ptcw-design/p-0c69ea52.entry.js +0 -1
  171. package/dist/ptcw-design/p-1070f8a3.entry.js +0 -1
  172. package/dist/ptcw-design/p-257deac0.entry.js +0 -1
  173. package/dist/ptcw-design/p-25a25451.entry.js +0 -1
  174. package/dist/ptcw-design/p-28371371.entry.js +0 -1
  175. package/dist/ptcw-design/p-2ac5ed9c.entry.js +0 -1
  176. package/dist/ptcw-design/p-45b40ea6.entry.js +0 -1
  177. package/dist/ptcw-design/p-50d68602.entry.js +0 -1
  178. package/dist/ptcw-design/p-5ef23b5c.entry.js +0 -1
  179. package/dist/ptcw-design/p-7793babb.entry.js +0 -1
  180. package/dist/ptcw-design/p-7fe4d383.entry.js +0 -1
  181. package/dist/ptcw-design/p-8fbe5eed.entry.js +0 -1
  182. package/dist/ptcw-design/p-90c4f08b.entry.js +0 -1
  183. package/dist/ptcw-design/p-92d22c78.entry.js +0 -1
  184. package/dist/ptcw-design/p-99355e65.entry.js +0 -1
  185. package/dist/ptcw-design/p-9c1057ce.entry.js +0 -1
  186. package/dist/ptcw-design/p-b1ebac6f.entry.js +0 -1
  187. package/dist/ptcw-design/p-b651c1cb.entry.js +0 -1
  188. package/dist/ptcw-design/p-b8ee8699.entry.js +0 -1
  189. package/dist/ptcw-design/p-ba8c58a7.entry.js +0 -1
  190. package/dist/ptcw-design/p-bb902570.entry.js +0 -1
  191. package/dist/ptcw-design/p-bf18b622.entry.js +0 -1
  192. package/dist/ptcw-design/p-d2e26642.entry.js +0 -1
  193. package/dist/ptcw-design/p-d3e2a446.entry.js +0 -1
  194. package/dist/ptcw-design/p-e2a935fa.entry.js +0 -1
  195. package/dist/ptcw-design/p-f8512dc9.entry.js +0 -1
  196. /package/dist/ptcw-design/{p-672a349f.js → p-bcab66bf.js} +0 -0
@@ -1,136 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-63ddc79c.js');
6
-
7
- const ptcScrollButtonCss = "h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block}.scroll-btn{position:absolute;top:50%;transform:translate(0%, -50%);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0px 4px 4px 0px;background:var(--color-gray-12);box-shadow:var(--ptc-shadow-medium);width:36px;height:36px;padding:var(--ptc-element-spacing-02)}.scroll-btn.left{left:0%}.scroll-btn.right{left:100%;transform:translate(-100%, -50%)}.scroll-btn:focus{outline:none}.scroll-btn[tabIndex=\"0\"]:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}.scroll-btn icon-asset{width:20px;height:20px}";
8
-
9
- const PtcScrollButton = class {
10
- constructor(hostRef) {
11
- index.registerInstance(this, hostRef);
12
- //slider!: HTMLElement;
13
- this.startX = 0;
14
- this.scrollLeft = 0;
15
- this.startDragging = (e) => {
16
- this.isMouseDown = true;
17
- this.isDragging = false;
18
- this.containerCards.forEach((card) => {
19
- card.disabled = false;
20
- });
21
- this.startX = e.pageX;
22
- this.scrollLeft = this.scrollContainer.scrollLeft;
23
- };
24
- this.performDragging = (e) => {
25
- if (!this.isMouseDown)
26
- return;
27
- const x = e.pageX - this.scrollContainer.offsetLeft;
28
- const walk = x - this.startX;
29
- this.isDragging = Math.abs(walk) > 5;
30
- this.scrollContainer.scrollLeft = this.scrollLeft - walk;
31
- this.containerCards.forEach((card) => {
32
- card.disabled = true;
33
- });
34
- };
35
- this.stopDragging = () => {
36
- this.isMouseDown = false;
37
- this.containerCards.forEach((card) => {
38
- card.disabled = false;
39
- });
40
- };
41
- this.handleScroll = () => {
42
- this.updateVisibility();
43
- };
44
- this.handleClick = () => {
45
- if (!this.scrollContainer)
46
- return;
47
- const scrollValue = this.scrollAmount * (this.direction === 'left' || this.direction === 'up' ? -1 : 1);
48
- if (this.orientation === 'horizontal') {
49
- console.log('hello, left/right scroll click!');
50
- this.scrollContainer.scrollBy({
51
- left: scrollValue,
52
- behavior: 'smooth',
53
- });
54
- }
55
- else if (this.orientation === 'vertical') {
56
- this.scrollContainer.scrollBy({
57
- top: scrollValue,
58
- behavior: 'smooth',
59
- });
60
- }
61
- };
62
- this.direction = undefined;
63
- this.scrollContainerClass = undefined;
64
- this.scrollAmount = 100;
65
- this.orientation = 'horizontal';
66
- this.trackerId = undefined;
67
- this.styles = undefined;
68
- this.isVisible = true;
69
- this.isDragging = false;
70
- this.isMouseDown = false;
71
- }
72
- componentWillLoad() {
73
- this.scrollContainer = document.querySelector(`.${this.scrollContainerClass}`);
74
- if (this.scrollContainer) {
75
- this.scrollContainer.classList.add('hide-scrollbar');
76
- this.updateVisibility(); // Initial visibility check
77
- this.scrollContainer.addEventListener('scroll', this.handleScroll);
78
- }
79
- else {
80
- console.error('scrollContainer ele not found');
81
- }
82
- }
83
- componentDidLoad() {
84
- this.containerCards = document.querySelectorAll(`.${this.scrollContainerClass} ptc-card-wrapper`);
85
- if (this.scrollContainer) {
86
- this.enableDragging();
87
- }
88
- }
89
- disconnectedCallback() {
90
- if (this.scrollContainer) {
91
- this.scrollContainer.removeEventListener('scroll', this.handleScroll);
92
- this.disableDragging();
93
- }
94
- }
95
- async initVisibility() {
96
- this.updateVisibility();
97
- }
98
- enableDragging() {
99
- this.scrollContainer.addEventListener('mousedown', this.startDragging);
100
- this.scrollContainer.addEventListener('mousemove', this.performDragging);
101
- ['mouseup', 'mouseleave'].forEach(event => this.scrollContainer.addEventListener(event, this.stopDragging));
102
- }
103
- disableDragging() {
104
- this.scrollContainer.removeEventListener('mousedown', this.startDragging);
105
- this.scrollContainer.removeEventListener('mousemove', this.performDragging);
106
- ['mouseup', 'mouseleave'].forEach(event => this.scrollContainer.removeEventListener(event, this.stopDragging));
107
- }
108
- updateVisibility() {
109
- if (!this.scrollContainer)
110
- return;
111
- const { scrollLeft, scrollTop, scrollWidth, scrollHeight, clientWidth, clientHeight } = this.scrollContainer;
112
- if (this.orientation === 'horizontal') {
113
- if (this.direction === 'left') {
114
- this.isVisible = scrollLeft > 0;
115
- }
116
- else if (this.direction === 'right') {
117
- this.isVisible = scrollLeft + clientWidth + 1 < scrollWidth; // "+1" adjustments after adding margin-right 40px
118
- // console.log('scorllLeft: ' + scrollLeft + ", scrollWidth: " + scrollWidth + ", clientWidth: " + clientWidth);
119
- }
120
- }
121
- else if (this.orientation === 'vertical') {
122
- if (this.direction === 'up') {
123
- this.isVisible = scrollTop > 0;
124
- }
125
- else if (this.direction === 'down') {
126
- this.isVisible = scrollTop + clientHeight < scrollHeight;
127
- }
128
- }
129
- }
130
- render() {
131
- return (index.h(index.Host, { "is-dragging": this.isDragging }, this.styles && index.h("style", null, this.styles), this.isVisible && (index.h("button", { id: this.trackerId, onClick: this.handleClick, class: `scroll-btn ${this.direction}`, "aria-label": this.direction, tabindex: "0" }, this.direction === 'left' && index.h("icon-asset", { name: "left-scroll-arrow", size: "small", color: "white", type: "ptc", "injected-style": "svg:focus{outline:none;}" }), this.direction === 'right' && index.h("icon-asset", { name: "right-scroll-arrow", size: "small", color: "white", type: "ptc", "injected-style": "svg:focus{outline:none;}" }), this.direction === 'up' && '▲', this.direction === 'down' && '▼'))));
132
- }
133
- };
134
- PtcScrollButton.style = ptcScrollButtonCss;
135
-
136
- exports.ptc_scroll_button = PtcScrollButton;
@@ -1,38 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-63ddc79c.js');
6
-
7
- const ptcSpacerCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;display:block;width:12px;min-width:12px;height:12px}@media (min-width: 36em){:host{width:16px;min-width:16px;height:16px}}:host(.ptc-spacer-horizontal){display:inline-block;height:100% !important}:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px}}:host(.ptc-spacer-horizontal.x-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-small){width:8px;min-width:8px}}:host(.ptc-spacer-horizontal.small){width:8px;min-width:8px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.small){width:12px;min-width:12px}}:host(.ptc-spacer-horizontal.medium){height:100%}:host(.ptc-spacer-horizontal.large){width:16px;min-width:16px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.large){width:20px;min-width:20px}}:host(.ptc-spacer-horizontal.x-large){width:20px;min-width:20px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-large){width:28px;min-width:28px}}:host(.ptc-spacer-horizontal.xx-large){width:28px;min-width:28px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-large){width:36px;min-width:36px}}:host(.ptc-spacer-horizontal.xxx-large){width:36px;min-width:36px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxx-large){width:48px;min-width:48px}}:host(.ptc-spacer-horizontal.xxxx-large){width:48px;min-width:48px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxxx-large){width:72px;min-width:72px}}:host(.ptc-spacer-vertical.xx-small){width:100%;height:4px;min-height:4px}:host(.ptc-spacer-vertical.x-small){width:100%;height:4px;min-height:4px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-small){height:8px;min-height:8px}}:host(.ptc-spacer-vertical.small){width:100%;height:8px;min-height:8px}@media (min-width: 36em){:host(.ptc-spacer-vertical.small){height:12px;min-height:12px}}:host(.ptc-spacer-vertical.medium){width:100%}:host(.ptc-spacer-vertical.large){width:100%;height:16px;min-height:16px}@media (min-width: 36em){:host(.ptc-spacer-vertical.large){height:20px;min-height:20px}}:host(.ptc-spacer-vertical.x-large){width:100%;height:20px;min-height:20px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-large){height:28px;min-height:28px}}:host(.ptc-spacer-vertical.xx-large){width:100%;height:28px;min-height:28px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xx-large){height:36px;min-height:36px}}:host(.ptc-spacer-vertical.xxx-large){width:100%;height:36px;min-height:36px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxx-large){height:48px;min-height:48px}}:host(.ptc-spacer-vertical.xxxx-large){width:100%;height:48px;min-height:48px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxxx-large){height:72px;min-height:72px}}:host(.ptc-spacer-vertical.space-144){width:100%;height:144px;min-height:144px}:host(.ptc-spacer-vertical.space-120){width:100%;height:120px;min-height:120px}:host(.ptc-spacer-vertical.space-128){width:100%;height:128px;min-height:128px}:host(.ptc-spacer-xx-small){display:none}@media (max-width: 22.5em){:host(.ptc-spacer-xx-small){display:block}}:host(.ptc-spacer-x-small){display:none}@media (max-width: 35.99em){:host(.ptc-spacer-x-small){display:block}}:host(.ptc-spacer-small){display:none}@media (min-width: 36em){:host(.ptc-spacer-small){display:block}}:host(.ptc-spacer-medium){display:none}@media (min-width: 48em){:host(.ptc-spacer-medium){display:block}}:host(.ptc-spacer-large){display:none}@media (min-width: 62em){:host(.ptc-spacer-large){display:block}}:host(.ptc-spacer-x-large){display:none}@media (min-width: 64.0625em){:host(.ptc-spacer-x-large){display:block}}:host(.ptc-spacer-xx-large){display:none}@media (min-width: 75em){:host(.ptc-spacer-xx-large){display:block}}:host(.ptc-spacer-xxx-large){display:none}@media (min-width: 90em){:host(.ptc-spacer-xxx-large){display:block}}";
8
-
9
- const PtcSpacer = class {
10
- constructor(hostRef) {
11
- index.registerInstance(this, hostRef);
12
- this.breakpoint = '';
13
- this.size = 'medium';
14
- this.direction = 'vertical';
15
- }
16
- render() {
17
- const classMap = this.getCssClassMap();
18
- return (index.h(index.Host, { class: classMap }));
19
- }
20
- getCssClassMap() {
21
- return {
22
- [this.size]: true,
23
- ['ptc-spacer-horizontal']: this.direction === 'horizontal',
24
- ['ptc-spacer-vertical']: this.direction === 'vertical',
25
- ['ptc-spacer-xx-small']: this.breakpoint === 'xx-small',
26
- ['ptc-spacer-x-small']: this.breakpoint === 'x-small',
27
- ['ptc-spacer-small']: this.breakpoint === 'small',
28
- ['ptc-spacer-medium']: this.breakpoint === 'medium',
29
- ['ptc-spacer-large']: this.breakpoint === 'large',
30
- ['ptc-spacer-x-large']: this.breakpoint === 'x-large',
31
- ['ptc-spacer-xx-large']: this.breakpoint === 'xx-large',
32
- ['ptc-spacer-xxx-large']: this.breakpoint === 'xxx-large',
33
- };
34
- }
35
- };
36
- PtcSpacer.style = ptcSpacerCss;
37
-
38
- exports.ptc_spacer = PtcSpacer;
@@ -1,152 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-63ddc79c.js');
6
- const utils = require('./utils-ad441b07.js');
7
-
8
- const ptcTitleCss = "h1.sc-ptc-title,h2.sc-ptc-title,h3.sc-ptc-title,h4.sc-ptc-title,h5.sc-ptc-title,h6.sc-ptc-title,p.sc-ptc-title,ul.sc-ptc-title,li.sc-ptc-title,ptc-subnav.sc-ptc-title,ptc-tab-list.sc-ptc-title,ptc-link.sc-ptc-title,ptc-square-card.sc-ptc-title,.hyphenate-text.sc-ptc-title,ptc-footer.sc-ptc-title{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1.sc-ptc-title,h2.sc-ptc-title,h3.sc-ptc-title,h4.sc-ptc-title,h5.sc-ptc-title,h6.sc-ptc-title,p.sc-ptc-title,ul.sc-ptc-title,li.sc-ptc-title,ptc-subnav.sc-ptc-title,ptc-tab-list.sc-ptc-title,ptc-link.sc-ptc-title,ptc-square-card.sc-ptc-title,.hyphenate-text.sc-ptc-title,ptc-footer.sc-ptc-title{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}div.center.sc-ptc-title{text-align:center}div.center.dotted.sc-ptc-title h1.sc-ptc-title::before,div.center.dotted.sc-ptc-title h2.sc-ptc-title::before,div.center.dotted.sc-ptc-title h3.sc-ptc-title::before,div.center.dotted.sc-ptc-title h4.sc-ptc-title::before,div.center.dotted.sc-ptc-title h5.sc-ptc-title::before,div.center.dotted.sc-ptc-title h6.sc-ptc-title::before{left:50%;transform:translateX(-50%)}div.left.sc-ptc-title{text-align:left;width:100%}div.left.dotted.sc-ptc-title h1.sc-ptc-title::before,div.left.dotted.sc-ptc-title h2.sc-ptc-title::before,div.left.dotted.sc-ptc-title h3.sc-ptc-title::before,div.left.dotted.sc-ptc-title h4.sc-ptc-title::before,div.left.dotted.sc-ptc-title h5.sc-ptc-title::before,div.left.dotted.sc-ptc-title h6.sc-ptc-title::before{left:0%}div.right.sc-ptc-title{text-align:right}div.right.dotted.sc-ptc-title h1.sc-ptc-title::before,div.right.dotted.sc-ptc-title h2.sc-ptc-title::before,div.right.dotted.sc-ptc-title h3.sc-ptc-title::before,div.right.dotted.sc-ptc-title h4.sc-ptc-title::before,div.right.dotted.sc-ptc-title h5.sc-ptc-title::before,div.right.dotted.sc-ptc-title h6.sc-ptc-title::before{right:0%}div.inherit.sc-ptc-title{text-align:inherit}div.dotted.sc-ptc-title h1.sc-ptc-title::before,div.dotted.sc-ptc-title h2.sc-ptc-title::before,div.dotted.sc-ptc-title h3.sc-ptc-title::before,div.dotted.sc-ptc-title h4.sc-ptc-title::before,div.dotted.sc-ptc-title h5.sc-ptc-title::before,div.dotted.sc-ptc-title h6.sc-ptc-title::before{content:\"\";position:absolute;top:-6px;width:30%;display:block;border-top:3px dashed var(--color-green-07)}div.solid.sc-ptc-title h1.sc-ptc-title,div.solid.sc-ptc-title h2.sc-ptc-title,div.solid.sc-ptc-title h3.sc-ptc-title,div.solid.sc-ptc-title h4.sc-ptc-title,div.solid.sc-ptc-title h5.sc-ptc-title,div.solid.sc-ptc-title h6.sc-ptc-title{padding-top:12px}div.solid.sc-ptc-title h1.sc-ptc-title::before,div.solid.sc-ptc-title h2.sc-ptc-title::before,div.solid.sc-ptc-title h3.sc-ptc-title::before,div.solid.sc-ptc-title h4.sc-ptc-title::before,div.solid.sc-ptc-title h5.sc-ptc-title::before,div.solid.sc-ptc-title h6.sc-ptc-title::before{content:\"\";position:absolute;width:100%;height:0.7px;background-color:var(--color-gray-03);opacity:0.9;left:0px;top:0}div.solid.sc-ptc-title h1.sc-ptc-title::after,div.solid.sc-ptc-title h2.sc-ptc-title::after,div.solid.sc-ptc-title h3.sc-ptc-title::after,div.solid.sc-ptc-title h4.sc-ptc-title::after,div.solid.sc-ptc-title h5.sc-ptc-title::after,div.solid.sc-ptc-title h6.sc-ptc-title::after{content:\"\";position:absolute;width:56px;height:2px;background-color:var(--color-green-07);top:-2px;left:0px}div.is-standard.sc-ptc-title h1.sc-ptc-title,div.is-standard.sc-ptc-title h2.sc-ptc-title,div.is-standard.sc-ptc-title h3.sc-ptc-title,div.is-standard.sc-ptc-title h4.sc-ptc-title,div.is-standard.sc-ptc-title h5.sc-ptc-title,div.is-standard.sc-ptc-title h6.sc-ptc-title{display:inline-block;position:relative}div.is-standard.sc-ptc-title h1.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);letter-spacing:0px;color:var(--color-gray-10)}@media only screen and (min-width: 768px){div.is-standard.sc-ptc-title h1.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.is-standard.sc-ptc-title h2.sc-ptc-title{font-size:var(--ptc-font-size-x-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-extrabold);color:var(--color-gray-10)}@media only screen and (min-width: 768px){div.is-standard.sc-ptc-title h2.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}}div.is-plm-hub.sc-ptc-title h1.sc-ptc-title,div.is-plm-hub.sc-ptc-title h2.sc-ptc-title,div.is-plm-hub.sc-ptc-title h3.sc-ptc-title,div.is-plm-hub.sc-ptc-title h4.sc-ptc-title,div.is-plm-hub.sc-ptc-title h5.sc-ptc-title,div.is-plm-hub.sc-ptc-title h6.sc-ptc-title{display:inline-block;position:relative;margin-block-start:0em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px;color:var(--color-white) !important}div.margin-flush.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-flush.sc-ptc-title h1.sc-ptc-title,div.margin-flush.sc-ptc-title h2.sc-ptc-title,div.margin-flush.sc-ptc-title h3.sc-ptc-title,div.margin-flush.sc-ptc-title h4.sc-ptc-title,div.margin-flush.sc-ptc-title h5.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-top-2.sc-ptc-title{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}div.margin-top-3.sc-ptc-title{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}div.margin-top-4.sc-ptc-title{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}div.margin-top-5.sc-ptc-title{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}div.margin-top-6.sc-ptc-title{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}div.margin-bottom-2.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}div.margin-bottom-3.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}div.margin-bottom-4.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}div.margin-bottom-5.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}div.margin-bottom-6.sc-ptc-title{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}div.margin-2.sc-ptc-title{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}div.margin-3.sc-ptc-title{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}div.margin-4.sc-ptc-title{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}div.margin-5.sc-ptc-title{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}div.margin-5.sc-ptc-title h4.sc-ptc-title{margin-top:0;margin-bottom:0}div.margin-6.sc-ptc-title{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}div.margin-9.sc-ptc-title{margin-top:var(--ptc-element-spacing-09);margin-bottom:var(--ptc-element-spacing-09)}div.green.sc-ptc-title h1.sc-ptc-title,div.green.sc-ptc-title h2.sc-ptc-title,div.green.sc-ptc-title h3.sc-ptc-title,div.green.sc-ptc-title h4.sc-ptc-title,div.green.sc-ptc-title h5.sc-ptc-title,div.green.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-green-07)}div.blue.sc-ptc-title h1.sc-ptc-title,div.blue.sc-ptc-title h2.sc-ptc-title,div.blue.sc-ptc-title h3.sc-ptc-title,div.blue.sc-ptc-title h4.sc-ptc-title,div.blue.sc-ptc-title h5.sc-ptc-title,div.blue.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-blue-07)}div.red.sc-ptc-title h1.sc-ptc-title,div.red.sc-ptc-title h2.sc-ptc-title,div.red.sc-ptc-title h3.sc-ptc-title,div.red.sc-ptc-title h4.sc-ptc-title,div.red.sc-ptc-title h5.sc-ptc-title,div.red.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-red-07)}div.orange.sc-ptc-title h1.sc-ptc-title,div.orange.sc-ptc-title h2.sc-ptc-title,div.orange.sc-ptc-title h3.sc-ptc-title,div.orange.sc-ptc-title h4.sc-ptc-title,div.orange.sc-ptc-title h5.sc-ptc-title,div.orange.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-orange-07)}div.slate-grey.sc-ptc-title h1.sc-ptc-title,div.slate-grey.sc-ptc-title h2.sc-ptc-title,div.slate-grey.sc-ptc-title h3.sc-ptc-title,div.slate-grey.sc-ptc-title h4.sc-ptc-title,div.slate-grey.sc-ptc-title h5.sc-ptc-title,div.slate-grey.sc-ptc-title h6.sc-ptc-title{text-shadow:0px 0px var(--ptc-element-spacing-03) var(--color-gray-07)}div.w-3.sc-ptc-title h1.sc-ptc-title,div.w-3.sc-ptc-title h2.sc-ptc-title,div.w-3.sc-ptc-title h3.sc-ptc-title,div.w-3.sc-ptc-title h4.sc-ptc-title,div.w-3.sc-ptc-title h5.sc-ptc-title,div.w-3.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-thin)}div.w-4.sc-ptc-title h1.sc-ptc-title,div.w-4.sc-ptc-title h2.sc-ptc-title,div.w-4.sc-ptc-title h3.sc-ptc-title,div.w-4.sc-ptc-title h4.sc-ptc-title,div.w-4.sc-ptc-title h5.sc-ptc-title,div.w-4.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-regular)}div.w-5.sc-ptc-title h1.sc-ptc-title,div.w-5.sc-ptc-title h2.sc-ptc-title,div.w-5.sc-ptc-title h3.sc-ptc-title,div.w-5.sc-ptc-title h4.sc-ptc-title,div.w-5.sc-ptc-title h5.sc-ptc-title,div.w-5.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-medium)}div.w-6.sc-ptc-title h1.sc-ptc-title,div.w-6.sc-ptc-title h2.sc-ptc-title,div.w-6.sc-ptc-title h3.sc-ptc-title,div.w-6.sc-ptc-title h4.sc-ptc-title,div.w-6.sc-ptc-title h5.sc-ptc-title,div.w-6.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-semibold)}div.w-7.sc-ptc-title h1.sc-ptc-title,div.w-7.sc-ptc-title h2.sc-ptc-title,div.w-7.sc-ptc-title h3.sc-ptc-title,div.w-7.sc-ptc-title h4.sc-ptc-title,div.w-7.sc-ptc-title h5.sc-ptc-title,div.w-7.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-bold)}div.w-8.sc-ptc-title h1.sc-ptc-title,div.w-8.sc-ptc-title h2.sc-ptc-title,div.w-8.sc-ptc-title h3.sc-ptc-title,div.w-8.sc-ptc-title h4.sc-ptc-title,div.w-8.sc-ptc-title h5.sc-ptc-title,div.w-8.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-extrabold)}div.w-9.sc-ptc-title h1.sc-ptc-title,div.w-9.sc-ptc-title h2.sc-ptc-title,div.w-9.sc-ptc-title h3.sc-ptc-title,div.w-9.sc-ptc-title h4.sc-ptc-title,div.w-9.sc-ptc-title h5.sc-ptc-title,div.w-9.sc-ptc-title h6.sc-ptc-title{font-weight:var(--ptc-font-weight-black)}div.xx-small.sc-ptc-title h1.sc-ptc-title,div.xx-small.sc-ptc-title h2.sc-ptc-title,div.xx-small.sc-ptc-title h3.sc-ptc-title,div.xx-small.sc-ptc-title h4.sc-ptc-title,div.xx-small.sc-ptc-title h5.sc-ptc-title,div.xx-small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-small)}div.x-small.sc-ptc-title h1.sc-ptc-title,div.x-small.sc-ptc-title h2.sc-ptc-title,div.x-small.sc-ptc-title h3.sc-ptc-title,div.x-small.sc-ptc-title h4.sc-ptc-title,div.x-small.sc-ptc-title h5.sc-ptc-title,div.x-small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-x-small)}div.small.sc-ptc-title h1.sc-ptc-title,div.small.sc-ptc-title h2.sc-ptc-title,div.small.sc-ptc-title h3.sc-ptc-title,div.small.sc-ptc-title h4.sc-ptc-title,div.small.sc-ptc-title h5.sc-ptc-title,div.small.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-small)}div.medium.sc-ptc-title h1.sc-ptc-title,div.medium.sc-ptc-title h2.sc-ptc-title,div.medium.sc-ptc-title h3.sc-ptc-title,div.medium.sc-ptc-title h4.sc-ptc-title,div.medium.sc-ptc-title h5.sc-ptc-title,div.medium.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-medium)}div.large.sc-ptc-title h1.sc-ptc-title,div.large.sc-ptc-title h2.sc-ptc-title,div.large.sc-ptc-title h3.sc-ptc-title,div.large.sc-ptc-title h4.sc-ptc-title,div.large.sc-ptc-title h5.sc-ptc-title,div.large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-large)}div.large.sc-ptc-title h3.sc-ptc-title{font-size:var(--ptc-font-size-medium)}@media only screen and (min-width: 768px){div.large.sc-ptc-title h3.sc-ptc-title{font-size:var(--ptc-font-size-large)}}div.x-large.sc-ptc-title h1.sc-ptc-title,div.x-large.sc-ptc-title h2.sc-ptc-title,div.x-large.sc-ptc-title h3.sc-ptc-title,div.x-large.sc-ptc-title h4.sc-ptc-title,div.x-large.sc-ptc-title h5.sc-ptc-title,div.x-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-x-large)}div.xx-large.sc-ptc-title h1.sc-ptc-title,div.xx-large.sc-ptc-title h2.sc-ptc-title,div.xx-large.sc-ptc-title h3.sc-ptc-title,div.xx-large.sc-ptc-title h4.sc-ptc-title{font-size:var(--ptc-font-size-x-large)}@media only screen and (min-width: 768px){div.xx-large.sc-ptc-title h1.sc-ptc-title,div.xx-large.sc-ptc-title h2.sc-ptc-title,div.xx-large.sc-ptc-title h3.sc-ptc-title,div.xx-large.sc-ptc-title h4.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}}div.xxx-large.sc-ptc-title h1.sc-ptc-title,div.xxx-large.sc-ptc-title h2.sc-ptc-title,div.xxx-large.sc-ptc-title h3.sc-ptc-title,div.xxx-large.sc-ptc-title h4.sc-ptc-title,div.xxx-large.sc-ptc-title h5.sc-ptc-title,div.xxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}@media only screen and (min-width: 768px){div.xxx-large.sc-ptc-title h1.sc-ptc-title,div.xxx-large.sc-ptc-title h2.sc-ptc-title,div.xxx-large.sc-ptc-title h3.sc-ptc-title,div.xxx-large.sc-ptc-title h4.sc-ptc-title,div.xxx-large.sc-ptc-title h5.sc-ptc-title,div.xxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}}div.xxxx-large.sc-ptc-title h1.sc-ptc-title,div.xxxx-large.sc-ptc-title h2.sc-ptc-title,div.xxxx-large.sc-ptc-title h3.sc-ptc-title,div.xxxx-large.sc-ptc-title h4.sc-ptc-title,div.xxxx-large.sc-ptc-title h5.sc-ptc-title,div.xxxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 768px){div.xxxx-large.sc-ptc-title h1.sc-ptc-title,div.xxxx-large.sc-ptc-title h2.sc-ptc-title,div.xxxx-large.sc-ptc-title h3.sc-ptc-title,div.xxxx-large.sc-ptc-title h4.sc-ptc-title,div.xxxx-large.sc-ptc-title h5.sc-ptc-title,div.xxxx-large.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.xx-large-allbp.sc-ptc-title h1.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h2.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h3.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h4.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h5.sc-ptc-title,div.xx-large-allbp.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xx-large)}div.xxxx-large-allbp.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-allbp.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}div.xxxx-large-desktop.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 992px){div.xxxx-large-desktop.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-desktop.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.xxxx-large-store.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxx-large)}@media only screen and (min-width: 992px){div.xxxx-large-store.sc-ptc-title h1.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h2.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h3.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h4.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h5.sc-ptc-title,div.xxxx-large-store.sc-ptc-title h6.sc-ptc-title{font-size:var(--ptc-font-size-xxxx-large)}}div.densest.sc-ptc-title h1.sc-ptc-title,div.densest.sc-ptc-title h2.sc-ptc-title,div.densest.sc-ptc-title h3.sc-ptc-title,div.densest.sc-ptc-title h4.sc-ptc-title,div.densest.sc-ptc-title h5.sc-ptc-title,div.densest.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-densest)}div.denser.sc-ptc-title h1.sc-ptc-title,div.denser.sc-ptc-title h2.sc-ptc-title,div.denser.sc-ptc-title h3.sc-ptc-title,div.denser.sc-ptc-title h4.sc-ptc-title,div.denser.sc-ptc-title h5.sc-ptc-title,div.denser.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-denser)}div.dense.sc-ptc-title h1.sc-ptc-title,div.dense.sc-ptc-title h2.sc-ptc-title,div.dense.sc-ptc-title h3.sc-ptc-title,div.dense.sc-ptc-title h4.sc-ptc-title,div.dense.sc-ptc-title h5.sc-ptc-title,div.dense.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-dense)}div.normal.sc-ptc-title h1.sc-ptc-title,div.normal.sc-ptc-title h2.sc-ptc-title,div.normal.sc-ptc-title h3.sc-ptc-title,div.normal.sc-ptc-title h4.sc-ptc-title,div.normal.sc-ptc-title h5.sc-ptc-title,div.normal.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-normal)}div.loose.sc-ptc-title h1.sc-ptc-title,div.loose.sc-ptc-title h2.sc-ptc-title,div.loose.sc-ptc-title h3.sc-ptc-title,div.loose.sc-ptc-title h4.sc-ptc-title,div.loose.sc-ptc-title h5.sc-ptc-title,div.loose.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-loose)}div.looser.sc-ptc-title h1.sc-ptc-title,div.looser.sc-ptc-title h2.sc-ptc-title,div.looser.sc-ptc-title h3.sc-ptc-title,div.looser.sc-ptc-title h4.sc-ptc-title,div.looser.sc-ptc-title h5.sc-ptc-title,div.looser.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-looser)}div.paragraph.sc-ptc-title h1.sc-ptc-title,div.paragraph.sc-ptc-title h2.sc-ptc-title,div.paragraph.sc-ptc-title h3.sc-ptc-title,div.paragraph.sc-ptc-title h4.sc-ptc-title,div.paragraph.sc-ptc-title h5.sc-ptc-title,div.paragraph.sc-ptc-title h6.sc-ptc-title{line-height:var(--ptc-line-height-paragraph)}div.black.sc-ptc-title h1.sc-ptc-title,div.black.sc-ptc-title h2.sc-ptc-title,div.black.sc-ptc-title h3.sc-ptc-title,div.black.sc-ptc-title h4.sc-ptc-title,div.black.sc-ptc-title h5.sc-ptc-title,div.black.sc-ptc-title h6.sc-ptc-title{color:var(--color-black)}div.white.sc-ptc-title h1.sc-ptc-title,div.white.sc-ptc-title h2.sc-ptc-title,div.white.sc-ptc-title h3.sc-ptc-title,div.white.sc-ptc-title h4.sc-ptc-title,div.white.sc-ptc-title h5.sc-ptc-title,div.white.sc-ptc-title h6.sc-ptc-title{color:var(--color-white)}div.gray-1.sc-ptc-title h1.sc-ptc-title,div.gray-1.sc-ptc-title h2.sc-ptc-title,div.gray-1.sc-ptc-title h3.sc-ptc-title,div.gray-1.sc-ptc-title h4.sc-ptc-title,div.gray-1.sc-ptc-title h5.sc-ptc-title,div.gray-1.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-01)}div.gray.sc-ptc-title h1.sc-ptc-title,div.gray.sc-ptc-title h2.sc-ptc-title,div.gray.sc-ptc-title h3.sc-ptc-title,div.gray.sc-ptc-title h4.sc-ptc-title,div.gray.sc-ptc-title h5.sc-ptc-title,div.gray.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-10)}div.gray-darker.sc-ptc-title h1.sc-ptc-title,div.gray-darker.sc-ptc-title h2.sc-ptc-title,div.gray-darker.sc-ptc-title h3.sc-ptc-title,div.gray-darker.sc-ptc-title h4.sc-ptc-title,div.gray-darker.sc-ptc-title h5.sc-ptc-title,div.gray-darker.sc-ptc-title h6.sc-ptc-title{color:var(--color-gray-11)}div.ellipsis-boxing.sc-ptc-title h1.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h2.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h3.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h4.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h5.sc-ptc-title,div.ellipsis-boxing.sc-ptc-title h6.sc-ptc-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;padding-bottom:0}div.block.sc-ptc-title h1.sc-ptc-title,div.block.sc-ptc-title h2.sc-ptc-title,div.block.sc-ptc-title h3.sc-ptc-title,div.block.sc-ptc-title h4.sc-ptc-title,div.block.sc-ptc-title h5.sc-ptc-title,div.block.sc-ptc-title h6.sc-ptc-title{display:block}.line-clamp-title.sc-ptc-title{display:-webkit-box !important;-webkit-box-orient:vertical;overflow:hidden}.sc-ptc-title-h{display:block}.sc-ptc-title-h div.sc-ptc-title{position:relative}";
9
-
10
- const PtcTitle = class {
11
- constructor(hostRef) {
12
- index.registerInstance(this, hostRef);
13
- this.isPlmHub = false;
14
- this.type = 'h2';
15
- this.textAlign = undefined;
16
- this.upperline = 'dotted';
17
- this.titleShadow = undefined;
18
- this.titleColor = 'gray';
19
- this.titleMargin = undefined;
20
- this.titleWeight = undefined;
21
- this.titleSize = undefined;
22
- this.titleHeight = 'densest';
23
- this.styles = undefined;
24
- this.ellipsisLineCutoff = undefined;
25
- this.titleDisplay = 'inline-block';
26
- this.seoCompatibilityMode = false;
27
- this.tooltipZIndex = 'auto';
28
- this.tooltipPosition = 'bottom';
29
- this.tooltipTheme = 'standard';
30
- this.enableTooltip = false;
31
- this.maxChars = undefined;
32
- this.maxLines = undefined;
33
- this.hideTooltipOnMobile = false;
34
- this.ismob = undefined;
35
- this.tooltipWidth = 'default';
36
- }
37
- // Tooltip Properties ends
38
- componentDidLoad() {
39
- if (this.hideTooltipOnMobile) {
40
- this.el.classList.add('hide-tooltip-on-mobile');
41
- }
42
- this.el.addEventListener('mouseenter', () => this.toggleTitleTooltip(true));
43
- this.el.addEventListener('mouseleave', () => this.toggleTitleTooltip(false));
44
- }
45
- render() {
46
- if (this.seoCompatibilityMode) {
47
- return this.seoCompRender();
48
- }
49
- else {
50
- return this.standardRender();
51
- }
52
- }
53
- getSortedText(content) {
54
- if (!this.enableTooltip)
55
- return;
56
- const trimmedContent = content.trim();
57
- const shouldTruncate = (trimmedContent.length > this.maxChars) && !this.maxLines;
58
- return shouldTruncate ? trimmedContent.slice(0, this.maxChars) + '...' : trimmedContent;
59
- }
60
- toggleTitleTooltip(show) {
61
- var _a;
62
- const tooltipClass = 'tooltip-box';
63
- const existingTooltip = this.el.querySelector(`.${tooltipClass}`);
64
- const text = this.el.querySelectorAll('.line-clamp-title');
65
- let maxLinesShowCheck = false;
66
- if (text) {
67
- text.forEach(t => {
68
- maxLinesShowCheck = t.scrollHeight > t.clientHeight;
69
- });
70
- }
71
- const ifCharExceeds = this.tooltipText && (this.tooltipText.length > this.maxChars) && !this.maxLines;
72
- const ifLinesExceeds = this.maxLines && maxLinesShowCheck;
73
- if (show && this.enableTooltip) {
74
- if ((!existingTooltip && ifCharExceeds) || (!existingTooltip && ifLinesExceeds)) {
75
- const tooltipMarkup = document.createElement('div');
76
- tooltipMarkup.className = tooltipClass;
77
- tooltipMarkup.innerText = this.tooltipText;
78
- tooltipMarkup.style.zIndex = String(this.tooltipZIndex); // Ensures zIndex is a string
79
- tooltipMarkup.classList.add(this.tooltipPosition, this.tooltipTheme, this.tooltipWidth);
80
- if (this.hideTooltipOnMobile) {
81
- tooltipMarkup.classList.add('hide-tooltip-mobile');
82
- }
83
- (_a = this.el.querySelector('div')) === null || _a === void 0 ? void 0 : _a.appendChild(tooltipMarkup);
84
- }
85
- }
86
- else {
87
- existingTooltip === null || existingTooltip === void 0 ? void 0 : existingTooltip.remove();
88
- }
89
- }
90
- seoCompRender() {
91
- const classMap = this.getCssClassMap();
92
- const cutOff = this.getLineCuttoff();
93
- const [TagType, firstChild] = utils.getSeoTagType(this.el, this.type);
94
- let html = firstChild && firstChild.innerHTML;
95
- // added for tooltip
96
- this.tooltipText = html.trim();
97
- let eleText = firstChild && firstChild.innerText;
98
- html = (this.enableTooltip) ? this.getSortedText(eleText) : html;
99
- if (this.el == firstChild) {
100
- this.el.innerHTML = '';
101
- }
102
- return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap }, index.h(TagType, { innerHTML: html, style: cutOff, class: this.maxLines && this.maxLines > 0 ? 'line-clamp-title' : '' }))));
103
- }
104
- standardRender() {
105
- const classMap = this.getCssClassMap();
106
- const cutOff = this.getLineCuttoff();
107
- let TagType;
108
- switch (this.type) {
109
- case 'h1':
110
- TagType = 'h1';
111
- break;
112
- case 'h3':
113
- TagType = 'h3';
114
- break;
115
- case 'h4':
116
- TagType = 'h4';
117
- break;
118
- case 'h5':
119
- TagType = 'h5';
120
- break;
121
- case 'h6':
122
- TagType = 'h6';
123
- break;
124
- default:
125
- TagType = 'h2';
126
- }
127
- return (index.h(index.Host, null, this.styles && index.h("style", null, this.styles), index.h("div", { class: classMap }, index.h(TagType, { style: cutOff }, index.h("slot", null)))));
128
- }
129
- getCssClassMap() {
130
- return {
131
- [this.textAlign]: !!this.textAlign ? true : false,
132
- [this.upperline]: true,
133
- [this.isPlmHub ? 'is-plm-hub' : 'is-standard']: true,
134
- [this.titleMargin]: !!this.titleMargin ? true : false,
135
- [this.titleShadow]: !!this.titleShadow ? true : false,
136
- [this.titleWeight]: !!this.titleWeight ? true : false,
137
- [this.titleSize]: !!this.titleSize ? true : false,
138
- [this.titleHeight]: !!this.titleHeight ? true : false,
139
- [this.titleColor]: !!this.titleColor ? true : false,
140
- ['ellipsis-boxing']: this.ellipsisLineCutoff && this.ellipsisLineCutoff > 0,
141
- [this.titleDisplay]: !!this.titleDisplay ? true : false,
142
- };
143
- }
144
- getLineCuttoff() {
145
- const lineClamp = this.ellipsisLineCutoff > 0 ? this.ellipsisLineCutoff : this.maxLines;
146
- return lineClamp > 0 ? { '-webkit-line-clamp': `${lineClamp}` } : {};
147
- }
148
- get el() { return index.getElement(this); }
149
- };
150
- PtcTitle.style = ptcTitleCss;
151
-
152
- exports.ptc_title = PtcTitle;
@@ -1,142 +0,0 @@
1
- import { r as registerInstance, h, g as getElement } from './index-c83db688.js';
2
-
3
- const eventJumbotronExampleCss = "h1.sc-event-jumbotron-example,h2.sc-event-jumbotron-example,h3.sc-event-jumbotron-example,h4.sc-event-jumbotron-example,h5.sc-event-jumbotron-example,h6.sc-event-jumbotron-example,p.sc-event-jumbotron-example,ul.sc-event-jumbotron-example,li.sc-event-jumbotron-example,ptc-subnav.sc-event-jumbotron-example,ptc-tab-list.sc-event-jumbotron-example,ptc-link.sc-event-jumbotron-example,ptc-square-card.sc-event-jumbotron-example,.hyphenate-text.sc-event-jumbotron-example,ptc-footer.sc-event-jumbotron-example{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1.sc-event-jumbotron-example,h2.sc-event-jumbotron-example,h3.sc-event-jumbotron-example,h4.sc-event-jumbotron-example,h5.sc-event-jumbotron-example,h6.sc-event-jumbotron-example,p.sc-event-jumbotron-example,ul.sc-event-jumbotron-example,li.sc-event-jumbotron-example,ptc-subnav.sc-event-jumbotron-example,ptc-tab-list.sc-event-jumbotron-example,ptc-link.sc-event-jumbotron-example,ptc-square-card.sc-event-jumbotron-example,.hyphenate-text.sc-event-jumbotron-example,ptc-footer.sc-event-jumbotron-example{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}.sc-event-jumbotron-example-h{display:block;position:relative}.event-jumbotron.sc-event-jumbotron-example{margin-bottom:3rem;width:100%}.white-placeholder.sc-event-jumbotron-example{position:absolute;height:130px;width:100%;background-color:#F3f3f3;bottom:0px}.jumbotron-cards-wrapper.sc-event-jumbotron-example{z-index:1;position:relative;display:flex;flex-direction:column}.jumbotron-cards.sc-event-jumbotron-example{display:flex;gap:24px;overflow-x:auto;padding:0 24px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;cursor:grab}.jumbotron-cards.sc-event-jumbotron-example::-webkit-scrollbar{display:none}.jumbotron-cards.dragging.sc-event-jumbotron-example{cursor:grabbing}.card.sc-event-jumbotron-example{flex:1 0 auto;width:250px;height:414px;background:transparent;border-radius:var(--ptc-border-radius-standard);display:flex;justify-content:center;align-items:center;text-align:center;box-shadow:0 2px 8px rgba(0, 0, 0, 0.1);flex-direction:column;padding:24px;position:relative}.card.sc-event-jumbotron-example ptc-img.sc-event-jumbotron-example::after{content:\"\";top:0px;left:0px;position:absolute;width:100%;height:100%;border-radius:var(--ptc-border-radius-standard);background:linear-gradient(0deg, black 0%, black 100%);opacity:0.7;transition:opacity var(--ptc-transition-slow) ease-in-out}.card.sc-event-jumbotron-example:hover ptc-img.sc-event-jumbotron-example::after{opacity:0.8}.card.sc-event-jumbotron-example:focus ptc-img.sc-event-jumbotron-example::after,.card.sc-event-jumbotron-example:active ptc-img.sc-event-jumbotron-example::after{opacity:0.85}.text-wrapper.sc-event-jumbotron-example{align-self:flex-start;text-align:left}.card-title.sc-event-jumbotron-example{color:var(--color-white);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-x-large);font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest);position:relative;z-index:2;margin-top:0;margin-bottom:var(--ptc-element-spacing-06)}.card-title.sc-event-jumbotron-example span.sc-event-jumbotron-example{font-weight:var(--ptc-font-weight-medium);display:inline-block}.cta-all.sc-event-jumbotron-example{margin-right:20px}.panel.sc-event-jumbotron-example{display:none;visibility:hidden}@media only screen and (min-width: 992px){.cta-group.sc-event-jumbotron-example{margin-bottom:88px}.jumbotron-cards.sc-event-jumbotron-example{overflow-x:visible;justify-content:space-between;cursor:auto;transition:transform 0.3s ease-in-out;width:100%}.card.sc-event-jumbotron-example{width:auto;height:530px;padding:24px;cursor:pointer;flex:1}.card.hidden.sc-event-jumbotron-example{opacity:0;pointer-events:none}.card.active.sc-event-jumbotron-example{border-top-right-radius:0px;border-bottom-right-radius:0px;box-shadow:var(--ptc-shadow-x-large)}.panel.sc-event-jumbotron-example{visibility:hidden;opacity:0;position:absolute;top:0;left:0;height:530px;padding:40px;background:var(--color-white);border-radius:var(--ptc-border-radius-standard);box-shadow:0 2px 8px rgba(0, 0, 0, 0.1);transition:opacity 0.3s ease-in-out, transform 0.3s ease-in-out;z-index:10}.panel.visible.sc-event-jumbotron-example{visibility:visible;opacity:1;border-top-left-radius:0px;border-bottom-left-radius:0px;box-shadow:var(--ptc-shadow-x-large)}.close-panel.sc-event-jumbotron-example{position:absolute;top:0px;right:0px;background:var(--color-white);border:none;text-align:center;cursor:pointer;padding:0px;margin:5px}.hide-scrollbar.sc-event-jumbotron-example{margin-left:-40px;margin-right:-40px}}@media only screen and (min-width: 1200px){.card-title.sc-event-jumbotron-example{font-size:32px}.card-title.sc-event-jumbotron-example span.sc-event-jumbotron-example{font-size:32px}.jumbotron-cards.sc-event-jumbotron-example{padding:0;gap:32px}}@media only screen and (min-width: 1440px){.jumbotron-cards.sc-event-jumbotron-example{gap:40px}}";
4
-
5
- const EventJumbotronExample = class {
6
- constructor(hostRef) {
7
- registerInstance(this, hostRef);
8
- this.startX = 0;
9
- this.scrollLeft = 0;
10
- this.updateContainerClass = () => {
11
- if (this.isDesktop) {
12
- this.sliderWrapper.classList.add('ptc-container', 'u-paddingRight-flush', 'u-paddingLeft-flush');
13
- this.disableDragging();
14
- }
15
- else {
16
- this.sliderWrapper.classList.remove('ptc-container', 'u-paddingRight-flush', 'u-paddingLeft-flush');
17
- this.enableDragging();
18
- }
19
- };
20
- this.startDragging = (e) => {
21
- this.isMouseDown = true;
22
- this.isDragging = false;
23
- this.startX = e.pageX;
24
- this.scrollLeft = this.slider.scrollLeft;
25
- };
26
- this.performDragging = (e) => {
27
- if (!this.isMouseDown)
28
- return;
29
- const x = e.pageX - this.slider.offsetLeft;
30
- const walk = x - this.startX;
31
- this.isDragging = Math.abs(walk) > 5;
32
- this.slider.scrollLeft = this.scrollLeft - walk;
33
- };
34
- this.stopDragging = () => {
35
- this.isMouseDown = false;
36
- };
37
- this.closeActiveModal = () => {
38
- document.querySelectorAll('ptc-modal').forEach((modal) => {
39
- if (modal.show)
40
- modal.show = false;
41
- });
42
- };
43
- this.cards = [];
44
- this.modalBtnCloseText = "Close";
45
- this.activePanel = null;
46
- this.isDragging = false;
47
- this.isMouseDown = false;
48
- this.isDesktop = window.innerWidth >= 992;
49
- }
50
- onScreenStatusChange() {
51
- !this.isDesktop && this.closeActiveModal();
52
- }
53
- handleCardClick(cardIndex) {
54
- const card = this.slider.children[cardIndex];
55
- const panelID = `panel-${cardIndex}`;
56
- const panel = document.getElementById(panelID);
57
- if (this.isDesktop && panel) {
58
- this.showPanel(card, panel);
59
- }
60
- else if (!this.isDesktop) {
61
- if (!this.isDragging) {
62
- const modal = document.getElementById(`modal-${cardIndex}`);
63
- console.log('open: ' + modal.id);
64
- modal.show = true;
65
- }
66
- }
67
- }
68
- showPanel(card, panel) {
69
- if (this.activePanel)
70
- return;
71
- this.slider.style.transform = `translateX(-${card.offsetLeft}px)`;
72
- Array.from(this.slider.children).forEach(c => {
73
- if (c !== card)
74
- c.classList.add('hidden');
75
- });
76
- panel.style.display = 'block';
77
- panel.style.width = `calc(100% - ${card.getBoundingClientRect().width}px`;
78
- this.arrowButtons = document.querySelectorAll('ptc-scroll-button');
79
- setTimeout(() => {
80
- panel.style.transform = `translateX(${card.offsetWidth}px)`;
81
- panel.classList.add('visible');
82
- card.classList.add('active');
83
- this.arrowButtons.forEach(button => button.initVisibility());
84
- this.activePanel = panel.id;
85
- }, 100);
86
- }
87
- closePanel(panelId) {
88
- const panel = document.getElementById(panelId);
89
- if (panel) {
90
- panel.classList.remove('visible');
91
- panel.addEventListener('transitionend', () => {
92
- if (!panel.classList.contains('visible')) {
93
- panel.style.display = 'none';
94
- }
95
- }, { once: true });
96
- }
97
- this.activePanel = null;
98
- this.slider.style.transform = 'translateX(0)';
99
- Array.from(this.slider.children).forEach(card => {
100
- card.classList.remove('hidden', 'active');
101
- });
102
- }
103
- enableDragging() {
104
- this.slider.addEventListener('mousedown', this.startDragging);
105
- this.slider.addEventListener('mousemove', this.performDragging);
106
- ['mouseup', 'mouseleave'].forEach(event => this.slider.addEventListener(event, this.stopDragging));
107
- }
108
- disableDragging() {
109
- this.slider.removeEventListener('mousedown', this.startDragging);
110
- this.slider.removeEventListener('mousemove', this.performDragging);
111
- ['mouseup', 'mouseleave'].forEach(event => this.slider.removeEventListener(event, this.stopDragging));
112
- }
113
- componentDidLoad() {
114
- // const cardOverlays = document.querySelectorAll('overlay');
115
- this.sliderWrapper = document.querySelector('.jumbotron-cards-wrapper');
116
- this.slider = document.querySelector('.jumbotron-cards');
117
- this.updateContainerClass();
118
- window.addEventListener('resize', () => {
119
- this.isDesktop = window.innerWidth >= 992;
120
- this.updateContainerClass();
121
- this.activePanel && this.closePanel(this.activePanel);
122
- });
123
- // cardOverlays.forEach( (ele=> {(ele as HTMLPtcOverlayElement).setOverlayColorValue('linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%)')}))
124
- }
125
- render() {
126
- const modalContentSlots = Array.from(this.el.querySelectorAll('template'));
127
- return [
128
- h("div", { class: {
129
- 'event-jumbotron': true,
130
- 'ptc-container': this.isDesktop,
131
- } }, h("div", { class: "jumbotron-cards-wrapper" }, h("div", { class: "jumbotron-cards" }, this.cards.map((card, index) => (h("div", { class: "card", onClick: () => this.handleCardClick(index), "data-panel": `panel-${index}` }, h("ptc-img", { "border-radius": "radius-standard", "image-type": "smart-bg", "img-url": card.cardBg, "load-mode": "lazy-bg", styles: "ptc-img{position: absolute; width: 100%; height: 100%; z-index: 0}" }), h("div", { class: "text-wrapper" }, h("h3", { class: "card-title" }, card.title, ' ', h("span", null, card.description)), !this.activePanel && [h("div", { innerHTML: card.panelContent })]))))), this.cards.map((_, index) => (h("div", { id: `panel-${index}`, class: "panel" }, h("button", { tabindex: "-1", class: "close-panel", onClick: () => this.closePanel(`panel-${index}`), "aria-label": "Close panel" }, h("ptc-close-icon", null)), h("slot", { name: `panel-content-${index}` })))), !this.isDesktop && this.cards.map((_, index) => (h("ptc-modal", { id: `modal-${index}`, show: false, "close-on-blur": true, "modal-type": "event-listing", "custom-class": "event-mobile-modal", headerOnlyText1: this.cards[index].title, headerOnlyText2: this.cards[index].description, headerOnlyBg: this.cards[index].cardBg, bottomCloseBtn: this.modalBtnCloseText }, h("div", { innerHTML: modalContentSlots[index].innerHTML })))))),
132
- h("div", { class: "white-placeholder" }),
133
- ];
134
- }
135
- get el() { return getElement(this); }
136
- static get watchers() { return {
137
- "isDesktop": ["onScreenStatusChange"]
138
- }; }
139
- };
140
- EventJumbotronExample.style = eventJumbotronExampleCss;
141
-
142
- export { EventJumbotronExample as event_jumbotron_example };
@@ -1,61 +0,0 @@
1
- import { r as registerInstance, c as createEvent, a as getAssetPath, h, H as Host } from './index-c83db688.js';
2
-
3
- const iconAssetCss = ".svg-inline--fa.sc-icon-asset,svg.sc-icon-asset:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa.sc-icon-asset{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg.sc-icon-asset{vertical-align:-.225em}.svg-inline--fa.fa-w-1.sc-icon-asset{width:.0625em}.svg-inline--fa.fa-w-2.sc-icon-asset{width:.125em}.svg-inline--fa.fa-w-3.sc-icon-asset{width:.1875em}.svg-inline--fa.fa-w-4.sc-icon-asset{width:.25em}.svg-inline--fa.fa-w-5.sc-icon-asset{width:.3125em}.svg-inline--fa.fa-w-6.sc-icon-asset{width:.375em}.svg-inline--fa.fa-w-7.sc-icon-asset{width:.4375em}.svg-inline--fa.fa-w-8.sc-icon-asset{width:.5em}.svg-inline--fa.fa-w-9.sc-icon-asset{width:.5625em}.svg-inline--fa.fa-w-10.sc-icon-asset{width:.625em}.svg-inline--fa.fa-w-11.sc-icon-asset{width:.6875em}.svg-inline--fa.fa-w-12.sc-icon-asset{width:.75em}.svg-inline--fa.fa-w-13.sc-icon-asset{width:.8125em}.svg-inline--fa.fa-w-14.sc-icon-asset{width:.875em}.svg-inline--fa.fa-w-15.sc-icon-asset{width:.9375em}.svg-inline--fa.fa-w-16.sc-icon-asset{width:1em}.svg-inline--fa.fa-w-17.sc-icon-asset{width:1.0625em}.svg-inline--fa.fa-w-18.sc-icon-asset{width:1.125em}.svg-inline--fa.fa-w-19.sc-icon-asset{width:1.1875em}.svg-inline--fa.fa-w-20.sc-icon-asset{width:1.25em}.svg-inline--fa.fa-pull-left.sc-icon-asset{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right.sc-icon-asset{margin-left:.3em;width:auto}.svg-inline--fa.fa-border.sc-icon-asset{height:1.5em}.svg-inline--fa.fa-li.sc-icon-asset{width:2em}.svg-inline--fa.fa-fw.sc-icon-asset{width:1.25em}.fa-layers.sc-icon-asset svg.svg-inline--fa.sc-icon-asset{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers.sc-icon-asset{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers.sc-icon-asset svg.svg-inline--fa.sc-icon-asset{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter.sc-icon-asset,.fa-layers-text.sc-icon-asset{display:inline-block;position:absolute;text-align:center}.fa-layers-text.sc-icon-asset{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter.sc-icon-asset{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right.sc-icon-asset{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left.sc-icon-asset{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right.sc-icon-asset{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left.sc-icon-asset{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg.sc-icon-asset{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs.sc-icon-asset{font-size:.75em}.fa-sm.sc-icon-asset{font-size:.875em}.fa-1x.sc-icon-asset{font-size:1em}.fa-2x.sc-icon-asset{font-size:2em}.fa-3x.sc-icon-asset{font-size:3em}.fa-4x.sc-icon-asset{font-size:4em}.fa-5x.sc-icon-asset{font-size:5em}.fa-6x.sc-icon-asset{font-size:6em}.fa-7x.sc-icon-asset{font-size:7em}.fa-8x.sc-icon-asset{font-size:8em}.fa-9x.sc-icon-asset{font-size:9em}.fa-10x.sc-icon-asset{font-size:10em}.fa-fw.sc-icon-asset{text-align:center;width:1.25em}.fa-ul.sc-icon-asset{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul.sc-icon-asset>li.sc-icon-asset{position:relative}.fa-li.sc-icon-asset{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border.sc-icon-asset{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left.sc-icon-asset{float:left}.fa-pull-right.sc-icon-asset{float:right}.fa.fa-pull-left.sc-icon-asset,.fab.fa-pull-left.sc-icon-asset,.fal.fa-pull-left.sc-icon-asset,.far.fa-pull-left.sc-icon-asset,.fas.fa-pull-left.sc-icon-asset{margin-right:.3em}.fa.fa-pull-right.sc-icon-asset,.fab.fa-pull-right.sc-icon-asset,.fal.fa-pull-right.sc-icon-asset,.far.fa-pull-right.sc-icon-asset,.fas.fa-pull-right.sc-icon-asset{margin-left:.3em}.fa-spin.sc-icon-asset{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse.sc-icon-asset{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical.sc-icon-asset{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both.sc-icon-asset,.fa-flip-horizontal.fa-flip-vertical.sc-icon-asset,.fa-flip-vertical.sc-icon-asset{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\"}.fa-flip-both.sc-icon-asset,.fa-flip-horizontal.fa-flip-vertical.sc-icon-asset{-webkit-transform:scale(-1);transform:scale(-1)}.sc-icon-asset:root .fa-flip-both.sc-icon-asset,.sc-icon-asset:root .fa-flip-horizontal.sc-icon-asset,.sc-icon-asset:root .fa-flip-vertical.sc-icon-asset,.sc-icon-asset:root .fa-rotate-90.sc-icon-asset,.sc-icon-asset:root .fa-rotate-180.sc-icon-asset,.sc-icon-asset:root .fa-rotate-270.sc-icon-asset{-webkit-filter:none;filter:none}.fa-stack.sc-icon-asset{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x.sc-icon-asset,.fa-stack-2x.sc-icon-asset{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x.sc-icon-asset{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x.sc-icon-asset{height:2em;width:2.5em}.fa-inverse.sc-icon-asset{color:#fff}.sr-only.sc-icon-asset{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable.sc-icon-asset:active,.sr-only-focusable.sc-icon-asset:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa.sc-icon-asset .fa-primary.sc-icon-asset{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa.sc-icon-asset .fa-secondary.sc-icon-asset{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa.sc-icon-asset .fa-secondary.sc-icon-asset,.svg-inline--fa.fa-swap-opacity.sc-icon-asset .fa-primary.sc-icon-asset{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity.sc-icon-asset .fa-secondary.sc-icon-asset{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa.sc-icon-asset mask.sc-icon-asset .fa-primary.sc-icon-asset,.svg-inline--fa.sc-icon-asset mask.sc-icon-asset .fa-secondary.sc-icon-asset{fill:#000}.fad.fa-inverse.sc-icon-asset{color:#fff}h1.sc-icon-asset,h2.sc-icon-asset,h3.sc-icon-asset,h4.sc-icon-asset,h5.sc-icon-asset,h6.sc-icon-asset,p.sc-icon-asset,ul.sc-icon-asset,li.sc-icon-asset,ptc-subnav.sc-icon-asset,ptc-tab-list.sc-icon-asset,ptc-link.sc-icon-asset,ptc-square-card.sc-icon-asset,.hyphenate-text.sc-icon-asset,ptc-footer.sc-icon-asset{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1.sc-icon-asset,h2.sc-icon-asset,h3.sc-icon-asset,h4.sc-icon-asset,h5.sc-icon-asset,h6.sc-icon-asset,p.sc-icon-asset,ul.sc-icon-asset,li.sc-icon-asset,ptc-subnav.sc-icon-asset,ptc-tab-list.sc-icon-asset,ptc-link.sc-icon-asset,ptc-square-card.sc-icon-asset,.hyphenate-text.sc-icon-asset,ptc-footer.sc-icon-asset{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}icon-asset.sc-icon-asset{vertical-align:middle}svg.sc-icon-asset{transition:all var(--ptc-transition-medium) var(--ptc-ease-inout)}svg.micro.sc-icon-asset{width:calc(var(--ptc-font-size-x-small) / 2);height:calc(var(--ptc-font-size-x-small) / 2)}svg.xxx-small.sc-icon-asset{width:var(--ptc-font-size-xxx-small);height:var(--ptc-font-size-xxx-small)}svg.xx-small.sc-icon-asset{width:var(--ptc-font-size-xx-small);height:var(--ptc-font-size-xx-small)}svg.x-small.sc-icon-asset{width:var(--ptc-font-size-x-small);height:var(--ptc-font-size-x-small)}svg.small.sc-icon-asset{width:var(--ptc-font-size-small);height:var(--ptc-font-size-small)}svg.medium.sc-icon-asset{width:var(--ptc-font-size-medium);height:var(--ptc-font-size-medium)}svg.large.sc-icon-asset{width:var(--ptc-font-size-large);height:var(--ptc-font-size-large)}svg.x-large.sc-icon-asset{width:var(--ptc-font-size-x-large);height:var(--ptc-font-size-x-large)}svg.xx-large.sc-icon-asset{width:var(--ptc-font-size-xx-large);height:var(--ptc-font-size-xx-large)}svg.xxx-large.sc-icon-asset{width:var(--ptc-font-size-xxx-large);height:var(--ptc-font-size-xxx-large)}svg.xxxx-large.sc-icon-asset{width:var(--ptc-font-size-xxxx-large);height:var(--ptc-font-size-xxxx-large)}svg.white.sc-icon-asset{fill:var(--color-white)}svg.white.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.white.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.white.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-white)}svg.black.sc-icon-asset{fill:var(--color-black)}svg.black.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.black.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.black.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-black)}svg.ptc-green.sc-icon-asset{fill:var(--color-green-07)}svg.ptc-green.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.ptc-green.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.ptc-green.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-green-07)}svg.gray.sc-icon-asset{fill:var(--color-gray-06)}svg.gray.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.gray.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.gray.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-gray-06)}svg.light-gray.sc-icon-asset{fill:var(--color-gray-05)}svg.light-gray.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.light-gray.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.light-gray.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:var(--color-gray-05)}svg.primary-gray.sc-icon-asset{fill:var(--color-gray-10)}svg.inherit.sc-icon-asset{fill:inherit}svg.inherit.sc-icon-asset use[href$=\"#minus\"].sc-icon-asset,svg.inherit.sc-icon-asset use[href$=\"#plus\"].sc-icon-asset,svg.inherit.sc-icon-asset use[href$=\"#checkmark\"].sc-icon-asset{stroke:inherit}svg.sc-icon-asset:focus{outline:none !important}svg[tabIndex=\"0\"].sc-icon-asset:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}svg[tabIndex=\"0\"].sc-icon-asset:focus{outline:none !important}";
4
-
5
- const IconAsset = class {
6
- constructor(hostRef) {
7
- registerInstance(this, hostRef);
8
- this.ready = createEvent(this, "ready", 7);
9
- this.regularSprite = getAssetPath('./media/regular.svg');
10
- this.solidSprite = getAssetPath('./media/solid.svg');
11
- this.brandSprite = getAssetPath('./media/brands.svg');
12
- this.ptcSprite = getAssetPath('./media/designer-v6.0.6.svg');
13
- this.name = undefined;
14
- this.size = 'xx-small';
15
- this.type = 'regular';
16
- this.spin = '';
17
- this.pulse = '';
18
- this.color = 'default';
19
- this.isMobileSelect = undefined;
20
- this.injectedStyle = undefined;
21
- this.focusOn = false;
22
- this.trackerId = "";
23
- }
24
- componentDidLoad() {
25
- this.ready.emit({
26
- 'regular-icons': this.regularSprite,
27
- 'sold-icons': this.solidSprite,
28
- 'brand-icons': this.brandSprite,
29
- 'ptc-icons': this.ptcSprite
30
- });
31
- }
32
- render() {
33
- const classMap = this.getCssClassMap();
34
- if (this.type == 'brands') {
35
- return (h(Host, null, this.injectedStyle && h("style", null, this.injectedStyle), h("svg", { class: classMap }, h("use", { href: `${this.brandSprite}#${this.name}` }))));
36
- }
37
- else if (this.type == 'solid') {
38
- return (h(Host, null, this.injectedStyle && h("style", null, this.injectedStyle), h("svg", { class: classMap }, h("use", { href: `${this.solidSprite}#${this.name}` }))));
39
- }
40
- else if (this.type == 'ptc') {
41
- return (h(Host, null, this.injectedStyle && h("style", null, this.injectedStyle), h("svg", { class: classMap, "aria-hidden": this.isMobileSelect && "true", tabindex: this.focusOn ? 0 : -1, id: this.trackerId }, h("use", { href: `${this.ptcSprite}#${this.name}` }))));
42
- }
43
- else {
44
- return (h(Host, null, this.injectedStyle && h("style", null, this.injectedStyle), h("svg", { class: classMap }, h("use", { href: `${this.regularSprite}#${this.name}` }))));
45
- }
46
- }
47
- getCssClassMap() {
48
- return {
49
- [this.size]: true,
50
- [this.spin]: true,
51
- [this.pulse]: true,
52
- [this.color]: true,
53
- ['ismobileselect']: this.isMobileSelect ? true : false,
54
- ['mf-listen']: this.trackerId !== "" ? true : false
55
- };
56
- }
57
- static get assetsDirs() { return ["media"]; }
58
- };
59
- IconAsset.style = iconAssetCss;
60
-
61
- export { IconAsset as icon_asset };