@ptcwebops/ptcw-design 0.4.5 → 0.4.7

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 (198) hide show
  1. package/LICENSE +21 -21
  2. package/dist/cjs/{icon-asset_4.cjs.entry.js → icon-asset_8.cjs.entry.js} +299 -220
  3. package/dist/cjs/{interfaces-0ecd8027.js → interfaces-574e6df7.js} +9 -9
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/lottie-player.cjs.entry.js +354 -354
  6. package/dist/cjs/my-component.cjs.entry.js +13 -13
  7. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +12 -12
  8. package/dist/cjs/ptc-button.cjs.entry.js +65 -65
  9. package/dist/cjs/ptc-card-bottom.cjs.entry.js +31 -31
  10. package/dist/cjs/ptc-card-content.cjs.entry.js +31 -31
  11. package/dist/cjs/ptc-card-plm.cjs.entry.js +16 -16
  12. package/dist/cjs/ptc-card.cjs.entry.js +68 -68
  13. package/dist/cjs/ptc-countdown.cjs.entry.js +8 -8
  14. package/dist/cjs/ptc-date.cjs.entry.js +48 -48
  15. package/dist/cjs/ptc-footer.cjs.entry.js +8 -8
  16. package/dist/cjs/ptc-form.cjs.entry.js +104 -104
  17. package/dist/cjs/ptc-hero.cjs.entry.js +18 -18
  18. package/dist/cjs/ptc-img_2.cjs.entry.js +169 -169
  19. package/dist/cjs/ptc-input.cjs.entry.js +20 -20
  20. package/dist/cjs/ptc-link.cjs.entry.js +43 -43
  21. package/dist/cjs/ptc-list.cjs.entry.js +20 -20
  22. package/dist/cjs/ptc-lottie.cjs.entry.js +12 -12
  23. package/dist/cjs/ptc-modal.cjs.entry.js +103 -103
  24. package/dist/cjs/ptc-nav-item.cjs.entry.js +83 -83
  25. package/dist/cjs/ptc-nav.cjs.entry.js +8 -8
  26. package/dist/cjs/ptc-para.cjs.entry.js +39 -39
  27. package/dist/cjs/ptc-picture.cjs.entry.js +158 -158
  28. package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +54 -54
  29. package/dist/cjs/ptc-select.cjs.entry.js +24 -24
  30. package/dist/cjs/ptc-social-share.cjs.entry.js +64 -64
  31. package/dist/cjs/ptc-spacer.cjs.entry.js +35 -35
  32. package/dist/cjs/ptc-span.cjs.entry.js +23 -23
  33. package/dist/cjs/ptc-title.cjs.entry.js +44 -44
  34. package/dist/cjs/ptcw-design.cjs.js +1 -1
  35. package/dist/collection/collection-manifest.json +3 -0
  36. package/dist/collection/components/icon-asset/icon-asset.css +4 -4
  37. package/dist/collection/components/icon-asset/icon-asset.js +178 -178
  38. package/dist/collection/components/icon-asset/media/brands.svg +1381 -1381
  39. package/dist/collection/components/icon-asset/media/designer.svg +316 -316
  40. package/dist/collection/components/icon-asset/media/regular.svg +463 -463
  41. package/dist/collection/components/icon-asset/media/solid.svg +3013 -3013
  42. package/dist/collection/components/icon-asset/media/svg-with-js.min.css +4 -4
  43. package/dist/collection/components/list-item/list-item.css +31 -0
  44. package/dist/collection/components/list-item/list-item.js +103 -84
  45. package/dist/collection/components/my-component/my-component.css +3 -3
  46. package/dist/collection/components/my-component/my-component.js +73 -73
  47. package/dist/collection/components/ptc-announcement/ptc-announcement.css +11 -5
  48. package/dist/collection/components/ptc-announcement/ptc-announcement.js +170 -170
  49. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +21 -21
  50. package/dist/collection/components/ptc-button/ptc-button.js +293 -293
  51. package/dist/collection/components/ptc-card/ptc-card.js +282 -282
  52. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +105 -105
  53. package/dist/collection/components/ptc-card-content/ptc-card-content.js +105 -105
  54. package/dist/collection/components/ptc-card-plm/ptc-card-plm.js +97 -97
  55. package/dist/collection/components/ptc-countdown/ptc-countdown.js +15 -15
  56. package/dist/collection/components/ptc-date/ptc-date.js +201 -201
  57. package/dist/collection/components/ptc-footer/ptc-footer.js +25 -25
  58. package/dist/collection/components/ptc-form/ptc-form.js +118 -118
  59. package/dist/collection/components/ptc-form/validation/FormValidation.js +4234 -4234
  60. package/dist/collection/components/ptc-hero/ptc-hero.js +67 -67
  61. package/dist/collection/components/ptc-img/ptc-img.js +314 -314
  62. package/dist/collection/components/ptc-input/ptc-input.js +133 -133
  63. package/dist/collection/components/ptc-link/ptc-link.css +1 -1
  64. package/dist/collection/components/ptc-link/ptc-link.js +198 -198
  65. package/dist/collection/components/ptc-list/ptc-list.js +63 -63
  66. package/dist/collection/components/ptc-lottie/ptc-lottie.css +5 -5
  67. package/dist/collection/components/ptc-lottie/ptc-lottie.js +58 -58
  68. package/dist/collection/components/ptc-minimized-footer/ptc-minimized-footer.css +44 -0
  69. package/dist/collection/components/ptc-minimized-footer/ptc-minimized-footer.js +17 -0
  70. package/dist/collection/components/ptc-minimized-header/ptc-minimized-header.css +77 -0
  71. package/dist/collection/components/ptc-minimized-header/ptc-minimized-header.js +80 -0
  72. package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +220 -220
  73. package/dist/collection/components/ptc-modal/ptc-modal.js +252 -252
  74. package/dist/collection/components/ptc-nav/ptc-nav.js +21 -21
  75. package/dist/collection/components/ptc-nav-item/ptc-nav-item.js +252 -252
  76. package/dist/collection/components/ptc-overlay/ptc-overlay.js +99 -99
  77. package/dist/collection/components/ptc-para/ptc-para.js +157 -157
  78. package/dist/collection/components/ptc-picture/ptc-picture.js +428 -428
  79. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +24 -0
  80. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +54 -0
  81. package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.css +3 -3
  82. package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +62 -62
  83. package/dist/collection/components/ptc-select/ptc-select.js +105 -105
  84. package/dist/collection/components/ptc-social-share/ptc-social-share.js +206 -206
  85. package/dist/collection/components/ptc-spacer/ptc-spacer.css +322 -322
  86. package/dist/collection/components/ptc-spacer/ptc-spacer.js +99 -99
  87. package/dist/collection/components/ptc-span/ptc-span.js +89 -89
  88. package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.css +16 -0
  89. package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +71 -69
  90. package/dist/collection/components/ptc-title/ptc-title.js +231 -231
  91. package/dist/collection/index.js +1 -1
  92. package/dist/collection/media/svg-imgs/Back-arrow.svg +11 -0
  93. package/dist/collection/media/svg-imgs/close.svg +10 -10
  94. package/dist/collection/media/svg-imgs/slider-arrow-left.svg +18 -18
  95. package/dist/collection/media/svg-imgs/slider-arrow-right.svg +18 -18
  96. package/dist/collection/utils/interfaces.js +11 -11
  97. package/dist/collection/utils/utils.js +3 -3
  98. package/dist/custom-elements/index.d.ts +18 -0
  99. package/dist/custom-elements/index.js +2058 -1993
  100. package/dist/esm/{icon-asset_4.entry.js → icon-asset_8.entry.js} +296 -221
  101. package/dist/esm/{interfaces-c1c73092.js → interfaces-7c0243be.js} +9 -9
  102. package/dist/esm/loader.js +1 -1
  103. package/dist/esm/lottie-player.entry.js +354 -354
  104. package/dist/esm/my-component.entry.js +13 -13
  105. package/dist/esm/polyfills/core-js.js +0 -0
  106. package/dist/esm/polyfills/dom.js +0 -0
  107. package/dist/esm/polyfills/es5-html-element.js +0 -0
  108. package/dist/esm/polyfills/index.js +0 -0
  109. package/dist/esm/polyfills/system.js +0 -0
  110. package/dist/esm/ptc-breadcrumb.entry.js +12 -12
  111. package/dist/esm/ptc-button.entry.js +65 -65
  112. package/dist/esm/ptc-card-bottom.entry.js +31 -31
  113. package/dist/esm/ptc-card-content.entry.js +31 -31
  114. package/dist/esm/ptc-card-plm.entry.js +16 -16
  115. package/dist/esm/ptc-card.entry.js +68 -68
  116. package/dist/esm/ptc-countdown.entry.js +8 -8
  117. package/dist/esm/ptc-date.entry.js +48 -48
  118. package/dist/esm/ptc-footer.entry.js +8 -8
  119. package/dist/esm/ptc-form.entry.js +104 -104
  120. package/dist/esm/ptc-hero.entry.js +18 -18
  121. package/dist/esm/ptc-img_2.entry.js +169 -169
  122. package/dist/esm/ptc-input.entry.js +20 -20
  123. package/dist/esm/ptc-link.entry.js +43 -43
  124. package/dist/esm/ptc-list.entry.js +20 -20
  125. package/dist/esm/ptc-lottie.entry.js +12 -12
  126. package/dist/esm/ptc-modal.entry.js +103 -103
  127. package/dist/esm/ptc-nav-item.entry.js +83 -83
  128. package/dist/esm/ptc-nav.entry.js +8 -8
  129. package/dist/esm/ptc-para.entry.js +39 -39
  130. package/dist/esm/ptc-picture.entry.js +158 -158
  131. package/dist/esm/ptc-responsive-wrapper.entry.js +54 -54
  132. package/dist/esm/ptc-select.entry.js +24 -24
  133. package/dist/esm/ptc-social-share.entry.js +64 -64
  134. package/dist/esm/ptc-spacer.entry.js +35 -35
  135. package/dist/esm/ptc-span.entry.js +23 -23
  136. package/dist/esm/ptc-title.entry.js +44 -44
  137. package/dist/esm/ptcw-design.js +1 -1
  138. package/dist/ptcw-design/media/brands.svg +1381 -1381
  139. package/dist/ptcw-design/media/designer.svg +316 -316
  140. package/dist/ptcw-design/media/regular.svg +463 -463
  141. package/dist/ptcw-design/media/solid.svg +3013 -3013
  142. package/dist/ptcw-design/media/svg-with-js.min.css +4 -4
  143. package/dist/ptcw-design/{p-1e39bc14.entry.js → p-894e8c85.entry.js} +1 -1
  144. package/dist/ptcw-design/p-ba5ae1ea.entry.js +1 -0
  145. package/dist/ptcw-design/{p-b7981c22.entry.js → p-e87c04ae.entry.js} +2 -2
  146. package/dist/ptcw-design/{p-27538cac.entry.js → p-f2f1c015.entry.js} +1 -1
  147. package/dist/ptcw-design/ptcw-design.css +1 -1
  148. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  149. package/dist/ptcw-design/validation/FormValidation.js +4234 -4234
  150. package/dist/types/components/icon-asset/icon-asset.d.ts +32 -32
  151. package/dist/types/components/list-item/list-item.d.ts +8 -7
  152. package/dist/types/components/my-component/my-component.d.ts +16 -16
  153. package/dist/types/components/ptc-announcement/ptc-announcement.d.ts +35 -35
  154. package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +4 -4
  155. package/dist/types/components/ptc-button/ptc-button.d.ts +56 -56
  156. package/dist/types/components/ptc-card/ptc-card.d.ts +50 -50
  157. package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +15 -15
  158. package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +15 -15
  159. package/dist/types/components/ptc-card-plm/ptc-card-plm.d.ts +8 -8
  160. package/dist/types/components/ptc-countdown/ptc-countdown.d.ts +3 -3
  161. package/dist/types/components/ptc-date/ptc-date.d.ts +41 -41
  162. package/dist/types/components/ptc-footer/ptc-footer.d.ts +3 -3
  163. package/dist/types/components/ptc-form/ptc-form.d.ts +11 -11
  164. package/dist/types/components/ptc-hero/ptc-hero.d.ts +12 -12
  165. package/dist/types/components/ptc-img/ptc-img.d.ts +51 -51
  166. package/dist/types/components/ptc-input/ptc-input.d.ts +19 -19
  167. package/dist/types/components/ptc-link/ptc-link.d.ts +36 -36
  168. package/dist/types/components/ptc-list/ptc-list.d.ts +6 -6
  169. package/dist/types/components/ptc-lottie/ptc-lottie.d.ts +12 -12
  170. package/dist/types/components/ptc-minimized-footer/ptc-minimized-footer.d.ts +3 -0
  171. package/dist/types/components/ptc-minimized-header/ptc-minimized-header.d.ts +6 -0
  172. package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +40 -40
  173. package/dist/types/components/ptc-modal/ptc-modal.d.ts +46 -46
  174. package/dist/types/components/ptc-nav/ptc-nav.d.ts +3 -3
  175. package/dist/types/components/ptc-nav-item/ptc-nav-item.d.ts +53 -53
  176. package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +20 -20
  177. package/dist/types/components/ptc-para/ptc-para.d.ts +28 -28
  178. package/dist/types/components/ptc-picture/ptc-picture.d.ts +82 -82
  179. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +5 -0
  180. package/dist/types/components/ptc-responsive-wrapper/ptc-responsive-wrapper.d.ts +8 -8
  181. package/dist/types/components/ptc-select/ptc-select.d.ts +9 -9
  182. package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +25 -25
  183. package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +16 -16
  184. package/dist/types/components/ptc-span/ptc-span.d.ts +16 -16
  185. package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +12 -12
  186. package/dist/types/components/ptc-title/ptc-title.d.ts +41 -41
  187. package/dist/types/components.d.ts +77 -26
  188. package/dist/types/global.d.ts +1072 -1072
  189. package/dist/types/index.d.ts +1 -1
  190. package/dist/types/utils/interfaces.d.ts +14 -14
  191. package/dist/types/utils/utils.d.ts +1 -1
  192. package/package.json +58 -58
  193. package/readme.md +11 -11
  194. package/dist/cjs/list-item.cjs.entry.js +0 -29
  195. package/dist/esm/list-item.entry.js +0 -25
  196. package/dist/ptcw-design/p-5672aca0.entry.js +0 -1
  197. package/dist/ptcw-design/p-80c03571.entry.js +0 -1
  198. /package/dist/ptcw-design/{p-50e52c88.js → p-ee1183b2.js} +0 -0
@@ -3,97 +3,147 @@ import { c as createCommonjsModule } from './_commonjsHelpers-8b28c6fa.js';
3
3
 
4
4
  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}icon-asset.sc-icon-asset{vertical-align:middle}svg.sc-icon-asset{transition:all var(--ptc-transition-medium) var(--ptc-standard-ease)}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.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.white.sc-icon-asset{fill:var(--color-white)}svg.black.sc-icon-asset{fill:var(--color-black)}svg.ptc-green.sc-icon-asset{fill:var(--color-primary-green)}svg.gray.sc-icon-asset{fill:var(--color-gray-06)}svg.inherit.sc-icon-asset{fill:inherit}";
5
5
 
6
- let IconAsset = class {
7
- constructor(hostRef) {
8
- registerInstance(this, hostRef);
9
- /**
10
- * Icon Size
11
- */
12
- this.size = 'small';
13
- /**
14
- * Icon Type
15
- */
16
- this.type = 'regular';
17
- /**
18
- * Icon Spin Animation (not valid for ptc type)
19
- */
20
- this.spin = '';
21
- /**
22
- * Icon Pulse Animation (not valid for ptc type)
23
- */
24
- this.pulse = '';
25
- /**
26
- * Icon Color
27
- */
28
- this.color = 'default';
29
- this.regularSprite = getAssetPath('./media/regular.svg');
30
- this.solidSprite = getAssetPath('./media/solid.svg');
31
- this.brandSprite = getAssetPath('./media/brands.svg');
32
- this.ptcSprite = getAssetPath('./media/designer.svg');
33
- }
34
- render() {
35
- const classMap = this.getCssClassMap();
36
- if (this.type == 'brands') {
37
- return (h(Host, null, h("svg", { class: classMap }, h("use", { href: `${this.brandSprite}#${this.name}` }))));
38
- }
39
- else if (this.type == 'solid') {
40
- return (h(Host, null, h("svg", { class: classMap }, h("use", { href: `${this.solidSprite}#${this.name}` }))));
41
- }
42
- else if (this.type == 'ptc') {
43
- return (h(Host, null, h("svg", { class: classMap }, h("use", { href: `${this.ptcSprite}#${this.name}` }))));
44
- }
45
- else {
46
- return (h(Host, null, h("svg", { class: classMap }, h("use", { href: `${this.regularSprite}#${this.name}` }))));
47
- }
48
- }
49
- getCssClassMap() {
50
- return {
51
- [this.size]: true,
52
- [this.spin]: true,
53
- [this.pulse]: true,
54
- [this.color]: true,
55
- };
56
- }
57
- static get assetsDirs() { return ["media"]; }
58
- };
6
+ let IconAsset = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ /**
10
+ * Icon Size
11
+ */
12
+ this.size = 'small';
13
+ /**
14
+ * Icon Type
15
+ */
16
+ this.type = 'regular';
17
+ /**
18
+ * Icon Spin Animation (not valid for ptc type)
19
+ */
20
+ this.spin = '';
21
+ /**
22
+ * Icon Pulse Animation (not valid for ptc type)
23
+ */
24
+ this.pulse = '';
25
+ /**
26
+ * Icon Color
27
+ */
28
+ this.color = 'default';
29
+ this.regularSprite = getAssetPath('./media/regular.svg');
30
+ this.solidSprite = getAssetPath('./media/solid.svg');
31
+ this.brandSprite = getAssetPath('./media/brands.svg');
32
+ this.ptcSprite = getAssetPath('./media/designer.svg');
33
+ }
34
+ render() {
35
+ const classMap = this.getCssClassMap();
36
+ if (this.type == 'brands') {
37
+ return (h(Host, null, h("svg", { class: classMap }, h("use", { href: `${this.brandSprite}#${this.name}` }))));
38
+ }
39
+ else if (this.type == 'solid') {
40
+ return (h(Host, null, h("svg", { class: classMap }, h("use", { href: `${this.solidSprite}#${this.name}` }))));
41
+ }
42
+ else if (this.type == 'ptc') {
43
+ return (h(Host, null, h("svg", { class: classMap }, h("use", { href: `${this.ptcSprite}#${this.name}` }))));
44
+ }
45
+ else {
46
+ return (h(Host, null, h("svg", { class: classMap }, h("use", { href: `${this.regularSprite}#${this.name}` }))));
47
+ }
48
+ }
49
+ getCssClassMap() {
50
+ return {
51
+ [this.size]: true,
52
+ [this.spin]: true,
53
+ [this.pulse]: true,
54
+ [this.color]: true,
55
+ };
56
+ }
57
+ static get assetsDirs() { return ["media"]; }
58
+ };
59
59
  IconAsset.style = iconAssetCss;
60
60
 
61
- const ptcAnnouncementCss = ":host{display:block}.announcement{width:100%;position:relative;background-color:#e4e7e9;z-index:860;background-size:cover;background-repeat:repeat-x;border:1px solid var(--color-secondary-turtlegreen);-webkit-box-shadow:1px 1px 9px 0 rgba(0, 0, 0, 0.56);box-shadow:1px 1px 9px 0 rgba(0, 0, 0, 0.56);z-index:999;display:none}.visible{display:block}.content-wrapper{display:flex;padding:5px 15px;margin:0 auto;align-items:center;justify-content:space-between}@media screen and (min-width: 768px){.content-wrapper{padding:10px 15px}}@media screen and (min-width: 768px){.temp-container{width:750px}}@media screen and (min-width: 992px){.temp-container{width:970px}}@media screen and (min-width: 1200px){.temp-container{width:1170px}}@media screen and (min-width: 1440px){.temp-container{width:1400px}}@media screen and (min-width: 1600px){.temp-container{width:1560px}}.left-content{display:flex;flex-basis:82%;flex-direction:column}@media screen and (min-width: 768px){.left-content{align-items:flex-start;justify-content:flex-start}}.title{flex-basis:18%;font-family:Raleway;font-size:13px;font-weight:800;font-stretch:normal;font-style:normal;line-height:2.6;letter-spacing:1px;text-align:left;color:#40434a;text-transform:uppercase}.ptc-svg-btn{flex-basis:18%}.bar-close{padding-right:15px}.description{flex-basis:82%;font-family:Raleway;font-size:13px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#40434a;}a{color:#3b4550;-webkit-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease;font-weight:700;border-bottom:0.15rem solid #74c34d;text-decoration:none;margin-left:16px}a:hover{color:#74c34d;text-decoration:none}@media (min-width: 768px){.bar-close{padding-right:0px}}@media (min-width: 992px){.left-content{flex-direction:row;align-items:center}.title{font-size:14px;font-weight:800;line-height:1.86;letter-spacing:1.4px}.description{font-size:16px;font-weight:500;line-height:1.6}}";
61
+ const listItemCss = ":host(.list-primary){display:block}:host(.flush-before) li::before{content:\"\" !important}:host(.breadcrumb){display:inline-block}:host(.breadcrumb) li{position:relative;display:inline-block;color:white;font-weight:700;font-size:12px;line-height:14px}:host(.breadcrumb) li::before{content:\"/\";top:0;left:0}:host(.breadcrumb) li a.item-link{color:white;font-weight:var(--ptc-font-weight-bold) !important;font-size:var(--ptc-font-size-x-small) !important;line-height:14px;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:2px;text-decoration-thickness:1px;outline:none;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-acceletated-ease)}:host(.breadcrumb) li a.item-link:hover{text-decoration:underline;text-decoration-color:#3DAB49;outline:none}:host(:not(.flush-before)) li::before{margin-right:2px}:host(.list-footer) li{display:inline-block;font-size:13px;font-weight:var(--ptc-font-weight-normal);font-style:normal;font-stretch:normal;line-height:1.3;letter-spacing:normal;color:var(--color-white);margin:0 0.5rem}:host(.list-footer) li a{color:var(--color-white-grey);border-bottom:1px solid transparent;display:inline-block;text-decoration:none}:host(.list-footer) li a:hover,:host(.list-footer) li a:focus,:host(.list-footer) li a:active{text-decoration:none;border-bottom:1px solid var(--color-secondary-turtlegreen);color:var(--color-white-grey);transition:border ease-in-out 250ms}:host(.list-footer) li a:focus{outline:3px solid #0092D1;outline-offset:2px;border-radius:4px;text-decoration:none;border-color:transparent !important}";
62
62
 
63
- let PtcAnnouncement = class {
64
- constructor(hostRef) {
65
- registerInstance(this, hostRef);
66
- this.close = createEvent(this, "close", 7);
67
- /**
68
- * bar title
69
- */
70
- this.barTitle = "";
71
- /**
72
- * bar description
73
- */
74
- this.Description = "";
75
- /**
76
- * Link Url
77
- */
78
- this.linkUrl = '#';
79
- this.closeClick = () => {
80
- this.visible = false;
81
- this.close.emit();
82
- };
83
- }
84
- render() {
85
- const classMap = this.getCssClassMap();
86
- return (h(Host, null, h("div", { class: classMap, part: "part-announcement" }, h("div", { class: this.tempContainer ? 'content-wrapper temp-container' : 'content-wrapper' }, h("div", { class: "left-content", part: "part-left-content" }, !!this.barTitle ? h("div", { class: "title" }, this.barTitle) : null, h("div", { class: "description" }, !!this.Description ? h("span", null, this.Description) : null, !!this.linkText ? (h("a", { href: this.linkUrl, title: this.linkText }, this.linkText)) : null)), h("ptc-svg-btn", { class: "bar-close", "svg-name": "close", onClick: this.closeClick })))));
87
- }
88
- getCssClassMap() {
89
- return {
90
- ['announcement']: true,
91
- [this.visible ? 'visible' : '']: true,
92
- };
93
- }
94
- };
63
+ let ListItem = class {
64
+ constructor(hostRef) {
65
+ registerInstance(this, hostRef);
66
+ this.listType = 'list-primary';
67
+ this.linkHref = undefined;
68
+ this.flushBefore = false;
69
+ this.linkTarget = '_self';
70
+ }
71
+ render() {
72
+ const classMap = this.getCssClassMap();
73
+ return (h(Host, { class: classMap }, h("li", null, this.linkHref ? (h("a", Object.assign({ class: "item-link", target: this.linkTarget }, (this.linkHref ? { href: this.linkHref } : {})), h("slot", null))) : (h("slot", null)))));
74
+ }
75
+ getCssClassMap() {
76
+ return {
77
+ [this.listType]: true,
78
+ ['flush-before']: this.flushBefore ? true : false
79
+ };
80
+ }
81
+ };
82
+ ListItem.style = listItemCss;
83
+
84
+ const ptcAnnouncementCss = ":host{display:block}.announcement{width:100%;position:relative;background-color:#e4e7e9;z-index:860;background-size:cover;background-repeat:repeat-x;border:1px solid var(--color-secondary-turtlegreen);-webkit-box-shadow:1px 1px 9px 0 rgba(0, 0, 0, 0.56);box-shadow:1px 1px 9px 0 rgba(0, 0, 0, 0.56);z-index:999;display:none}.visible{display:block}.content-wrapper{display:flex;padding:5px 15px;margin:0 auto;align-items:center;justify-content:space-between}@media screen and (min-width: 768px){.content-wrapper{padding:10px 15px}}@media screen and (min-width: 768px){.temp-container{width:750px}}@media screen and (min-width: 992px){.temp-container{width:970px}}@media screen and (min-width: 1200px){.temp-container{width:1170px}}@media screen and (min-width: 1440px){.temp-container{width:1400px}}@media screen and (min-width: 1600px){.temp-container{width:1560px}}.left-content{display:flex;flex-basis:82%;flex-direction:column}@media screen and (min-width: 768px){.left-content{align-items:flex-start;justify-content:flex-start}}.title{flex-basis:18%;font-family:Raleway;font-size:13px;font-weight:800;font-stretch:normal;font-style:normal;line-height:2.6;letter-spacing:1px;text-align:left;color:#40434a;text-transform:uppercase}.ptc-svg-btn{flex-basis:18%}.bar-close{padding-right:15px}.description{flex-basis:82%;font-family:Raleway;font-size:13px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#40434a;}a{color:var(--color-blue-07);-webkit-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease;font-weight:700;text-decoration:underline;margin-left:16px}a:hover{color:var(--color-blue-08)}a:focus{outline:3px solid var(--color-blue-07);outline-offset:0.25rem;border-radius:4px}a:visited{color:var(--color-blue-09)}@media (min-width: 768px){.bar-close{padding-right:0px}}@media (min-width: 992px){.left-content{flex-direction:row;align-items:center}.title{font-size:14px;font-weight:800;line-height:1.86;letter-spacing:1.4px}.description{font-size:16px;font-weight:500;line-height:1.6}}";
85
+
86
+ let PtcAnnouncement = class {
87
+ constructor(hostRef) {
88
+ registerInstance(this, hostRef);
89
+ this.close = createEvent(this, "close", 7);
90
+ /**
91
+ * bar title
92
+ */
93
+ this.barTitle = "";
94
+ /**
95
+ * bar description
96
+ */
97
+ this.Description = "";
98
+ /**
99
+ * Link Url
100
+ */
101
+ this.linkUrl = '#';
102
+ this.closeClick = () => {
103
+ this.visible = false;
104
+ this.close.emit();
105
+ };
106
+ }
107
+ render() {
108
+ const classMap = this.getCssClassMap();
109
+ return (h(Host, null, h("div", { class: classMap, part: "part-announcement" }, h("div", { class: this.tempContainer ? 'content-wrapper temp-container' : 'content-wrapper' }, h("div", { class: "left-content", part: "part-left-content" }, !!this.barTitle ? h("div", { class: "title" }, this.barTitle) : null, h("div", { class: "description" }, !!this.Description ? h("span", null, this.Description) : null, !!this.linkText ? (h("a", { href: this.linkUrl, title: this.linkText }, this.linkText)) : null)), h("ptc-svg-btn", { class: "bar-close", "svg-name": "close", onClick: this.closeClick })))));
110
+ }
111
+ getCssClassMap() {
112
+ return {
113
+ ['announcement']: true,
114
+ [this.visible ? 'visible' : '']: true,
115
+ };
116
+ }
117
+ };
95
118
  PtcAnnouncement.style = ptcAnnouncementCss;
96
119
 
120
+ const ptcMinimizedFooterCss = ":host{-webkit-box-shadow:1px 1px 9px 0 rgba(0, 0, 0, 0.56);box-shadow:1px 1px 9px 0 rgba(0, 0, 0, 0.56);color:var(--color-white);position:relative;overflow:hidden;position:relative;z-index:1000;padding:0;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#3b4550}.min-footer-nav-list{margin:0;padding:0;list-style:none}.min-footer-copyright-wrapper{text-align:center;position:relative;z-index:20}.min-footer-copyright-wrapper .min-footer-copyright-list{padding:0.9rem 0;display:flex;flex-direction:row}@media screen-sm{.min-footer-copyright-wrapper .min-footer-copyright-list{padding:0.9rem 0}}";
121
+
122
+ let PtcMinimizedFooter = class {
123
+ constructor(hostRef) {
124
+ registerInstance(this, hostRef);
125
+ }
126
+ render() {
127
+ return (h(Host, { class: "ptc-min-footer mini-footer" }, h("div", { class: "min-footer-copyright-wrapper" }, h("ul", { class: "min-footer-nav-list min-footer-copyright-list" }, h("slot", null)))));
128
+ }
129
+ };
130
+ PtcMinimizedFooter.style = ptcMinimizedFooterCss;
131
+
132
+ const ptcMinimizedHeaderCss = ":host{display:block}.minimized-header .header{overflow:hidden;height:48px;background-color:var(--color-gray-10);display:flex;align-items:center;justify-content:center}.minimized-header .header a{float:left;color:var(--color-black);text-align:center;padding:0px 0;text-decoration:none;font-size:18px;line-height:25px;border-radius:4px}.minimized-header .header a.mini-navbar-logo{font-size:25px;font-weight:bold}.minimized-header .header a.mini-navbar-logo img{width:65px;vertical-align:middle;border:0;height:auto}.mini-navbar-logo{outline:3px solid transparent}.mini-navbar-logo:focus{outline:3px solid #0092D1;outline-offset:2px;border-radius:4px;text-decoration:none;border-color:transparent !important}@media screen and (min-width: 768px){.temp-container{width:750px}}@media screen and (min-width: 992px){.temp-container{width:970px}}@media screen and (min-width: 1200px){.temp-container{width:1170px}}@media screen and (min-width: 1440px){.temp-container{width:1400px}}@media screen and (min-width: 1600px){.temp-container{width:1560px}}@media screen-xs{.minimized-header .header a{float:none;display:block;text-align:left}}";
133
+
134
+ let PtcMinimizedHeader = class {
135
+ constructor(hostRef) {
136
+ registerInstance(this, hostRef);
137
+ this.linkUrl = '#';
138
+ this.imgSrc = '';
139
+ this.imgAlt = 'PTC';
140
+ }
141
+ render() {
142
+ return (h(Host, null, h("div", { class: "minimized-header" }, h("div", { class: "header" }, h("div", { class: "temp-container" }, h("a", { class: "mini-navbar-logo", href: this.linkUrl }, h("img", { src: this.imgSrc, alt: this.imgAlt })))))));
143
+ }
144
+ };
145
+ PtcMinimizedHeader.style = ptcMinimizedHeaderCss;
146
+
97
147
  var mobileSelect = createCommonjsModule(function (module, exports) {
98
148
  /*!
99
149
  * mobileSelect.js
@@ -810,149 +860,174 @@ var mobileSelect = createCommonjsModule(function (module, exports) {
810
860
 
811
861
  const ptcMobileSelectCss = ".mobileSelect{position:relative;z-index:0;opacity:0;visibility:hidden;-webkit-transition:opacity 0.4s, z-index 0.4s;transition:opacity 0.4s, z-index 0.4s}.mobileSelect *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.mobileSelect .grayLayer{position:fixed;top:0;left:0;bottom:0;right:0;background:#eee;background:rgba(0, 0, 0, 0.7);z-index:888;display:block}.mobileSelect .content{width:100%;display:block;position:fixed;z-index:889;color:black;-webkit-transition:all 0.4s;transition:all 0.4s;bottom:-350px;left:0;background:white}.mobileSelect .content .fixWidth{width:90%;margin:0 auto;position:relative}.mobileSelect .content .fixWidth:after{content:\".\";display:block;height:0;clear:both;visibility:hidden}.mobileSelect .content .btnBar{border-bottom:1px solid #DCDCDC;font-size:15px;height:45px;position:relative;text-align:center;line-height:45px}.mobileSelect .content .btnBar .cancel,.mobileSelect .content .btnBar .ensure{height:45px;width:55px;cursor:pointer;position:absolute;top:0}.mobileSelect .content .btnBar .cancel{left:0;color:#666}.mobileSelect .content .btnBar .ensure{right:0;color:#1e83d3}.mobileSelect .content .btnBar .title{font-size:15px;padding:0 15%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mobileSelect .content .panel:after{content:\".\";display:block;height:0;clear:both;visibility:hidden}.mobileSelect .content .panel .wheels{width:100%;height:200px;overflow:hidden}.mobileSelect .content .panel .wheel{position:relative;z-index:0;float:left;width:50%;height:200px;overflow:hidden;-webkit-transition:width 0.3s ease;transition:width 0.3s ease}.mobileSelect .content .panel .wheel .selectContainer{display:block;text-align:center;-webkit-transition:-webkit-transform 0.18s ease-out;transition:-webkit-transform 0.18s ease-out;transition:transform 0.18s ease-out;transition:transform 0.18s ease-out, -webkit-transform 0.18s ease-out}.mobileSelect .content .panel .wheel .selectContainer li{font-size:15px;display:block;height:40px;line-height:40px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mobileSelect .content .panel .selectLine{height:40px;width:100%;position:absolute;top:80px;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #DCDCDC;border-bottom:1px solid #DCDCDC}.mobileSelect .content .panel .shadowMask{position:absolute;top:0;width:100%;height:200px;background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(rgba(255, 255, 255, 0)), to(#ffffff));background:-webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);background:linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);opacity:0.9;pointer-events:none}.mobileSelect-show{opacity:1;z-index:10000;visibility:visible}.mobileSelect-show .content{bottom:0}.mobile-select-wrapper{display:block}.mobile-select-wrapper div{display:inline;margin-right:10px;width:100%;font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-regular);font-size:var(--ptc-font-size-15);line-height:var(--ptc-line-height-18);color:var(--color-white);height:var(--ptc-line-height-18)}.mobileSelect .content{top:auto}.mobileSelect .content .btnBar{border-color:var(--color-gray-10)}.mobileSelect .content .btnBar .cancel,.mobileSelect .content .btnBar .ensure,.mobileSelect .content .btnBar .title{font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-medium);line-height:var(--ptc-line-height-19)}.mobileSelect .content .btnBar .ensure,.mobileSelect .content .btnBar .cancel{transform:translateY(12.5px)}.mobileSelect .content .panel .wheel .selectContainer li{font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-medium);line-height:var(--ptc-line-height-19);height:45px}ptc-responsive-wrapper.xsmall .mobile-select-wrapper,ptc-responsive-wrapper.small .mobile-select-wrapper{display:block}ptc-responsive-wrapper.medium .mobile-select-wrapper,ptc-responsive-wrapper.large .mobile-select-wrapper,ptc-responsive-wrapper.xlarge .mobile-select-wrapper,ptc-responsive-wrapper.xxlarge .mobile-select-wrapper,ptc-responsive-wrapper.large2k .mobile-select-wrapper,ptc-responsive-wrapper.large4k .mobile-select-wrapper{display:none}";
812
862
 
813
- let PtcMobileSelect = class {
814
- constructor(hostRef) {
815
- registerInstance(this, hostRef);
816
- /**
817
- * Selected Id
818
- * - initialize the id(string) of default wheel
819
- */
820
- this.selectedId = '';
821
- /**
822
- * Confirm Text
823
- * - translation goes here
824
- */
825
- this.ensureBtnText = 'Confirm';
826
- /**
827
- * Cancel Text
828
- * - translation goes here
829
- */
830
- this.cancelBtnText = 'Cancel';
831
- /**
832
- * Mobile select list title (Optional)
833
- */
834
- this.listTitle = undefined;
835
- /**
836
- * link url
837
- */
838
- this.linkUrl = undefined;
839
- }
840
- render() {
841
- return (h("div", { class: "mobile-select-wrapper" }, h("div", { id: this.triggerName }, this.selectedText), h("icon-asset", { type: "ptc", size: "x-small", name: "chevron-down", color: "white" })));
842
- }
843
- componentDidRender() {
844
- let currentId = this.selectedId; //input current lang
845
- let storeIndex = 0;
846
- new mobileSelect({
847
- trigger: `#${this.triggerName}`,
848
- title: `${this.listTitle ? this.listTitle : ''}`,
849
- wheels: this.wheelData ? [{ data: this.wheelData }] : [{ data: ['test1', 'test2'] }],
850
- position: [0],
851
- ensureBtnText: this.ensureBtnText,
852
- cancelBtnText: this.cancelBtnText,
853
- ensureBtnColor: 'var(--color-gray-12)',
854
- cancelBtnColor: 'var(--color-gray-12)',
855
- titleColor: 'var(--color-gray-12)',
856
- onShow: function (e) {
857
- if (currentId) {
858
- let liEle = document.querySelectorAll('.selectContainer li');
859
- liEle.forEach((currentValue, currentIndex) => {
860
- if (currentValue.getAttribute('data-id') == currentId) {
861
- storeIndex = currentIndex;
862
- return;
863
- }
864
- });
865
- e.locatePosition(0, storeIndex);
866
- }
867
- else {
868
- return;
869
- }
870
- },
871
- callback: function (indexArr, data) {
872
- if (this.linkUrl !== undefined) {
873
- window.location.href = this.linkUrl + '/' + data[0].id;
874
- }
875
- else {
876
- console.log('index: ' + indexArr + ', id: ' + data[0].id + '; No link url founded!');
877
- }
878
- }.bind(this),
879
- });
880
- }
881
- };
863
+ let PtcMobileSelect = class {
864
+ constructor(hostRef) {
865
+ registerInstance(this, hostRef);
866
+ /**
867
+ * Selected Id
868
+ * - initialize the id(string) of default wheel
869
+ */
870
+ this.selectedId = '';
871
+ /**
872
+ * Confirm Text
873
+ * - translation goes here
874
+ */
875
+ this.ensureBtnText = 'Confirm';
876
+ /**
877
+ * Cancel Text
878
+ * - translation goes here
879
+ */
880
+ this.cancelBtnText = 'Cancel';
881
+ /**
882
+ * Mobile select list title (Optional)
883
+ */
884
+ this.listTitle = undefined;
885
+ /**
886
+ * link url
887
+ */
888
+ this.linkUrl = undefined;
889
+ }
890
+ render() {
891
+ return (h("div", { class: "mobile-select-wrapper" }, h("div", { id: this.triggerName }, this.selectedText), h("icon-asset", { type: "ptc", size: "x-small", name: "chevron-down", color: "white" })));
892
+ }
893
+ componentDidRender() {
894
+ let currentId = this.selectedId; //input current lang
895
+ let storeIndex = 0;
896
+ new mobileSelect({
897
+ trigger: `#${this.triggerName}`,
898
+ title: `${this.listTitle ? this.listTitle : ''}`,
899
+ wheels: this.wheelData ? [{ data: this.wheelData }] : [{ data: ['test1', 'test2'] }],
900
+ position: [0],
901
+ ensureBtnText: this.ensureBtnText,
902
+ cancelBtnText: this.cancelBtnText,
903
+ ensureBtnColor: 'var(--color-gray-12)',
904
+ cancelBtnColor: 'var(--color-gray-12)',
905
+ titleColor: 'var(--color-gray-12)',
906
+ onShow: function (e) {
907
+ if (currentId) {
908
+ let liEle = document.querySelectorAll('.selectContainer li');
909
+ liEle.forEach((currentValue, currentIndex) => {
910
+ if (currentValue.getAttribute('data-id') == currentId) {
911
+ storeIndex = currentIndex;
912
+ return;
913
+ }
914
+ });
915
+ e.locatePosition(0, storeIndex);
916
+ }
917
+ else {
918
+ return;
919
+ }
920
+ },
921
+ callback: function (indexArr, data) {
922
+ if (this.linkUrl !== undefined) {
923
+ window.location.href = this.linkUrl + '/' + data[0].id;
924
+ }
925
+ else {
926
+ console.log('index: ' + indexArr + ', id: ' + data[0].id + '; No link url founded!');
927
+ }
928
+ }.bind(this),
929
+ });
930
+ }
931
+ };
882
932
  PtcMobileSelect.style = ptcMobileSelectCss;
883
933
 
884
- const closeSvg = `<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 42 41.485">
885
- <g id="Group_1042" data-name="Group 1042" transform="rotate(180 108.25 87.993)">
886
- <path id="Line_446" d="M0 0v39.486" class="cls-1" data-name="Line 446"></path>
887
- <path id="Line_447" d="M0 0h40" class="cls-1" data-name="Line 447"></path>
888
- <path id="Line_448" d="M0 33.592V0" class="cls-1" data-name="Line 448"></path>
889
- <path id="Line_449" d="M23.994 0H0" class="cls-1" data-name="Line 449"></path>
890
- <path id="Line_450" d="M0 0l17.596 17.596" class="cls-2" data-name="Line 450" transform="translate(187.229 147.226)"></path>
891
- <path id="Line_451" d="M0 7.198L7.199 0" class="cls-2" data-name="Line 451" transform="translate(197.55 147.312)"></path>
892
- <path id="Path_114" d="M0 7.2L7.2 0" class="cls-2" data-name="Path 114" transform="translate(187.313 157.549)"></path>
893
- </g>
934
+ const ptcPreviousUrlCss = ":host{display:block;margin-top:11px;background-color:var(--color-gray-10)}.back-to-videos{display:inline-block;font-family:var(--ptc-font-latin);font-style:normal;font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-dense)}.back-to-videos:hover{text-decoration:underline;text-decoration-color:var(--color-underline-green);outline:none}::slotted(*){transform:translate(-2px, -2px)}";
935
+
936
+ let PtcPreviousUrl = class {
937
+ constructor(hostRef) {
938
+ registerInstance(this, hostRef);
939
+ }
940
+ render() {
941
+ return (h(Host, null, h("list-item", { listType: 'breadcrumb', flushBefore: true, "link-href": this.href }, h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }), h("a", { class: "back-to-videos" }, this.text)), h("slot", null)));
942
+ }
943
+ };
944
+ PtcPreviousUrl.style = ptcPreviousUrlCss;
945
+
946
+ const closeSvg = `<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 42 41.485">
947
+ <g id="Group_1042" data-name="Group 1042" transform="rotate(180 108.25 87.993)">
948
+ <path id="Line_446" d="M0 0v39.486" class="cls-1" data-name="Line 446"></path>
949
+ <path id="Line_447" d="M0 0h40" class="cls-1" data-name="Line 447"></path>
950
+ <path id="Line_448" d="M0 33.592V0" class="cls-1" data-name="Line 448"></path>
951
+ <path id="Line_449" d="M23.994 0H0" class="cls-1" data-name="Line 449"></path>
952
+ <path id="Line_450" d="M0 0l17.596 17.596" class="cls-2" data-name="Line 450" transform="translate(187.229 147.226)"></path>
953
+ <path id="Line_451" d="M0 7.198L7.199 0" class="cls-2" data-name="Line 451" transform="translate(197.55 147.312)"></path>
954
+ <path id="Path_114" d="M0 7.2L7.2 0" class="cls-2" data-name="Path 114" transform="translate(187.313 157.549)"></path>
955
+ </g>
894
956
  </svg>`;
895
957
 
896
- const arrowSvgLeft = `<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
897
- <g filter="url(#filter0_d_494_37)">
898
- <circle cx="24" cy="22" r="20" fill="white"/>
899
- <path d="M23.1444 16L23.1444 20.5762L31 20.5762L31 23.4239L23.1444 23.4239L23.1444 28L17 21.9669L23.1444 16Z" class="arrow"/>
900
- </g>
901
- <defs>
902
- <filter id="filter0_d_494_37" x="0" y="0" width="48" height="48" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
903
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
904
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
905
- <feOffset dy="2"/>
906
- <feGaussianBlur stdDeviation="2"/>
907
- <feComposite in2="hardAlpha" operator="out"/>
908
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
909
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_494_37"/>
910
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_494_37" result="shape"/>
911
- </filter>
912
- </defs>
913
- </svg>
958
+ const arrowSvgLeft = `<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
959
+ <g filter="url(#filter0_d_494_37)">
960
+ <circle cx="24" cy="22" r="20" fill="white"/>
961
+ <path d="M23.1444 16L23.1444 20.5762L31 20.5762L31 23.4239L23.1444 23.4239L23.1444 28L17 21.9669L23.1444 16Z" class="arrow"/>
962
+ </g>
963
+ <defs>
964
+ <filter id="filter0_d_494_37" x="0" y="0" width="48" height="48" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
965
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
966
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
967
+ <feOffset dy="2"/>
968
+ <feGaussianBlur stdDeviation="2"/>
969
+ <feComposite in2="hardAlpha" operator="out"/>
970
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
971
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_494_37"/>
972
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_494_37" result="shape"/>
973
+ </filter>
974
+ </defs>
975
+ </svg>
976
+ `;
977
+
978
+ const arrowSvgRight = `<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
979
+ <g filter="url(#filter0_d_494_34)">
980
+ <circle cx="24" cy="22" r="20" fill="white"/>
981
+ <path d="M24.8556 16L24.8556 20.5762L17 20.5762L17 23.4239L24.8556 23.4239L24.8556 28L31 21.9669L24.8556 16Z" class="arrow"/>
982
+ </g>
983
+ <defs>
984
+ <filter id="filter0_d_494_34" x="0" y="0" width="48" height="48" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
985
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
986
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
987
+ <feOffset dy="2"/>
988
+ <feGaussianBlur stdDeviation="2"/>
989
+ <feComposite in2="hardAlpha" operator="out"/>
990
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
991
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_494_34"/>
992
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_494_34" result="shape"/>
993
+ </filter>
994
+ </defs>
995
+ </svg>
914
996
  `;
915
997
 
916
- const arrowSvgRight = `<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
917
- <g filter="url(#filter0_d_494_34)">
918
- <circle cx="24" cy="22" r="20" fill="white"/>
919
- <path d="M24.8556 16L24.8556 20.5762L17 20.5762L17 23.4239L24.8556 23.4239L24.8556 28L31 21.9669L24.8556 16Z" class="arrow"/>
920
- </g>
921
- <defs>
922
- <filter id="filter0_d_494_34" x="0" y="0" width="48" height="48" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
923
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
924
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
925
- <feOffset dy="2"/>
926
- <feGaussianBlur stdDeviation="2"/>
927
- <feComposite in2="hardAlpha" operator="out"/>
928
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
929
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_494_34"/>
930
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_494_34" result="shape"/>
931
- </filter>
932
- </defs>
933
- </svg>
998
+ const backarrow = `<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 311 512">
999
+ <defs>
1000
+ <style>
1001
+ .cls-1 {
1002
+ fill: #fff;
1003
+ fill-rule: evenodd;
1004
+ }
1005
+ </style>
1006
+ </defs>
1007
+ <path class="cls-1" d="M251.762,512L311,452.638,114.774,256,311,59.362,251.762,0,0,252.29Z"/>
1008
+ </svg>
934
1009
  `;
935
1010
 
936
- const ptcSvgBtnCss = ":host{cursor:pointer}:host(.block){display:block}:host(.inline){display:inline}:host(.inline-block){display:inline-block}:host(.flex){display:flex}:host(:focus-visible){outline:none}:focus-visible{outline:none}.svg-close svg .cls-1,.svg-close svg .cls-2{fill:none;stroke-width:2px}.svg-close svg .cls-1{stroke:#40434A;stroke-linecap:square}.svg-close svg .cls-2{stroke:#40434A}.svg-close svg path{-webkit-transition:all 0.25s ease-in-out;-o-transition:all ease-in-out 0.25s;transition:all 0.25s ease-in-out}.svg-close svg .cls-1:first-child{-webkit-transform:translate(175.5px, 135.5px);-ms-transform:translate(175.5px, 135.5px);transform:translate(175.5px, 135.5px)}.svg-close svg .cls-1:nth-child(2){-webkit-transform:translate(175.5px, 174.985px);-ms-transform:translate(175.5px, 174.985px);transform:translate(175.5px, 174.985px)}.svg-close svg .cls-1:nth-child(3){-webkit-transform:translate(215.5px, 141.393px);-ms-transform:translate(215.5px, 141.393px);transform:translate(215.5px, 141.393px)}.svg-close svg .cls-1:nth-child(4){-webkit-transform:translate(175.5px, 135.5px);-ms-transform:translate(175.5px, 135.5px);transform:translate(175.5px, 135.5px)}.svg-close:hover svg .cls-1:first-child{-webkit-transform:translate(175.5px, 162px);-ms-transform:translate(175.5px, 162px);transform:translate(175.5px, 162px)}.svg-close:hover svg .cls-1:nth-child(2){-webkit-transform:translate(149px, 174.985px);-ms-transform:translate(149px, 174.985px);transform:translate(149px, 174.985px)}.svg-close:hover svg .cls-1:nth-child(3){-webkit-transform:translate(215.5px, 174px);-ms-transform:translate(215.5px, 174px);transform:translate(215.5px, 174px)}.svg-close:hover svg .cls-1:nth-child(4){-webkit-transform:translate(152.5px, 135.5px);-ms-transform:translate(152.5px, 135.5px);transform:translate(152.5px, 135.5px)}.svg-close.svg-close-white .cls-1{stroke:#fff}.slider-left,.slider-right{transition:all var(--ptc-transition-medium) var(--ptc-standard-ease)}.slider-left svg .arrow,.slider-right svg .arrow{fill:var(--color-primary-grey)}.slider-left:hover svg .arrow,.slider-right:hover svg .arrow{fill:var(--color-green-06)}";
1011
+ const ptcSvgBtnCss = ":host{cursor:pointer}:host(.block){display:block}:host(.inline){display:inline}:host(.inline-block){display:inline-block}:host(.flex){display:flex}:host(:focus-visible){outline:none}:host(.backarrow){margin:16px 8px 12px -2px}:focus-visible{outline:none}.svg-close svg .cls-1,.svg-close svg .cls-2{fill:none;stroke-width:2px}.svg-close svg .cls-1{stroke:#40434A;stroke-linecap:square}.svg-close svg .cls-2{stroke:#40434A}.svg-close svg path{-webkit-transition:all 0.25s ease-in-out;-o-transition:all ease-in-out 0.25s;transition:all 0.25s ease-in-out}.svg-close svg .cls-1:first-child{-webkit-transform:translate(175.5px, 135.5px);-ms-transform:translate(175.5px, 135.5px);transform:translate(175.5px, 135.5px)}.svg-close svg .cls-1:nth-child(2){-webkit-transform:translate(175.5px, 174.985px);-ms-transform:translate(175.5px, 174.985px);transform:translate(175.5px, 174.985px)}.svg-close svg .cls-1:nth-child(3){-webkit-transform:translate(215.5px, 141.393px);-ms-transform:translate(215.5px, 141.393px);transform:translate(215.5px, 141.393px)}.svg-close svg .cls-1:nth-child(4){-webkit-transform:translate(175.5px, 135.5px);-ms-transform:translate(175.5px, 135.5px);transform:translate(175.5px, 135.5px)}.svg-close:hover svg .cls-1:first-child{-webkit-transform:translate(175.5px, 162px);-ms-transform:translate(175.5px, 162px);transform:translate(175.5px, 162px)}.svg-close:hover svg .cls-1:nth-child(2){-webkit-transform:translate(149px, 174.985px);-ms-transform:translate(149px, 174.985px);transform:translate(149px, 174.985px)}.svg-close:hover svg .cls-1:nth-child(3){-webkit-transform:translate(215.5px, 174px);-ms-transform:translate(215.5px, 174px);transform:translate(215.5px, 174px)}.svg-close:hover svg .cls-1:nth-child(4){-webkit-transform:translate(152.5px, 135.5px);-ms-transform:translate(152.5px, 135.5px);transform:translate(152.5px, 135.5px)}.svg-close.svg-close-white .cls-1{stroke:#fff}.slider-left,.slider-right{transition:all var(--ptc-transition-medium) var(--ptc-standard-ease)}.slider-left svg .arrow,.slider-right svg .arrow{fill:var(--color-primary-grey)}.slider-left:hover svg .arrow,.slider-right:hover svg .arrow{fill:var(--color-green-06)}.backarrow{display:inline-block;fill:none;stroke-width:30px;stroke:var(--color-gray-10);stroke-linecap:square;height:10px;width:20px;position:relative;top:1px}";
937
1012
 
938
- let PtcSvgBtn = class {
939
- constructor(hostRef) {
940
- registerInstance(this, hostRef);
941
- /**
942
- * Display
943
- */
944
- this.display = 'block';
945
- }
946
- render() {
947
- const classMap = this.getCssClassMap();
948
- return (h(Host, { class: classMap }, !!this.svgName && this.svgName === 'close' ? h("div", { class: 'svg-close', innerHTML: closeSvg }) : null, !!this.svgName && this.svgName === 'slider-left' ? h("div", { class: 'slider-left', innerHTML: arrowSvgLeft }) : null, !!this.svgName && this.svgName === 'slider-right' ? h("div", { class: 'slider-right', innerHTML: arrowSvgRight }) : null));
949
- }
950
- getCssClassMap() {
951
- return {
952
- [this.display]: true
953
- };
954
- }
955
- };
1013
+ let PtcSvgBtn = class {
1014
+ constructor(hostRef) {
1015
+ registerInstance(this, hostRef);
1016
+ /**
1017
+ * Display
1018
+ */
1019
+ this.display = 'block';
1020
+ }
1021
+ render() {
1022
+ const classMap = this.getCssClassMap();
1023
+ return (h(Host, { class: classMap }, !!this.svgName && this.svgName === 'close' ? h("div", { class: 'svg-close', innerHTML: closeSvg }) : null, !!this.svgName && this.svgName === 'slider-left' ? h("div", { class: 'slider-left', innerHTML: arrowSvgLeft }) : null, !!this.svgName && this.svgName === 'slider-right' ? h("div", { class: 'slider-right', innerHTML: arrowSvgRight }) : null, !!this.svgName && this.svgName === 'back-arrow' ? h("div", { class: 'back-arrow', innerHTML: backarrow }) : null));
1024
+ }
1025
+ getCssClassMap() {
1026
+ return {
1027
+ [this.display]: true
1028
+ };
1029
+ }
1030
+ };
956
1031
  PtcSvgBtn.style = ptcSvgBtnCss;
957
1032
 
958
- export { IconAsset as icon_asset, PtcAnnouncement as ptc_announcement, PtcMobileSelect as ptc_mobile_select, PtcSvgBtn as ptc_svg_btn };
1033
+ export { IconAsset as icon_asset, ListItem as list_item, PtcAnnouncement as ptc_announcement, PtcMinimizedFooter as ptc_minimized_footer, PtcMinimizedHeader as ptc_minimized_header, PtcMobileSelect as ptc_mobile_select, PtcPreviousUrl as ptc_previous_url, PtcSvgBtn as ptc_svg_btn };
@@ -1,12 +1,12 @@
1
- let ResponsiveBgVariables = {
2
- envs: ['xs', 'sm', 'md', 'lg'],
3
- selector: '.ptc-img',
4
- interval: 250
5
- };
6
- let ResponsivePictureVariables = {
7
- envs: ['xs', 'sm', 'md', 'lg'],
8
- selector: '.ptc-picture',
9
- interval: 250
1
+ let ResponsiveBgVariables = {
2
+ envs: ['xs', 'sm', 'md', 'lg'],
3
+ selector: '.ptc-img',
4
+ interval: 250
5
+ };
6
+ let ResponsivePictureVariables = {
7
+ envs: ['xs', 'sm', 'md', 'lg'],
8
+ selector: '.ptc-picture',
9
+ interval: 250
10
10
  };
11
11
 
12
12
  export { ResponsivePictureVariables as R, ResponsiveBgVariables as a };