scu-web-components 1.2.4 → 1.2.5

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 (225) hide show
  1. package/dist/custom-elements.json +18 -0
  2. package/dist/custom-elements.json.gz +0 -0
  3. package/dist/docs/components/ScwTestimonialCard.json +26 -3
  4. package/dist/docs/components/manifest.json +6 -6
  5. package/dist/docs/config.json +5 -5
  6. package/dist/scw-components.js +48 -20
  7. package/dist/scw-components.js.gz +0 -0
  8. package/dist/scw.js +46 -18
  9. package/dist/scw.js.gz +0 -0
  10. package/dist/tokens/segments/comp-scw-rate-table/_footer-scw-link-base-label-label-mixins.scss +2 -2
  11. package/dist/tokens/segments/comp-scw-rate-table/_footer-scw-link-base-label-label-vars.scss +1 -1
  12. package/dist/tokens/segments/comp-scw-rate-table/_footer-text-mixins.scss +2 -2
  13. package/dist/tokens/segments/comp-scw-rate-table/_footer-text-vars.scss +1 -1
  14. package/dist/tokens/segments/comp-scw-rate-table-mobile/_footer-scw-link-base-label-label-mixins.scss +2 -2
  15. package/dist/tokens/segments/comp-scw-rate-table-mobile/_footer-scw-link-base-label-label-vars.scss +1 -1
  16. package/dist/tokens/segments/comp-scw-rate-table-mobile/_footer-text-mixins.scss +2 -2
  17. package/dist/tokens/segments/comp-scw-rate-table-mobile/_footer-text-vars.scss +1 -1
  18. package/dist/tokens/segments/comp-scw-testimonial-card/_default-mixins.scss +2 -2
  19. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-body-mixins.scss +6 -6
  20. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-body-vars.scss +4 -4
  21. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-quote-left-mixins.scss +10 -10
  22. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-quote-left-vars.scss +6 -6
  23. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-quote-left-vector-mixins.scss +16 -16
  24. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-quote-left-vector-vars.scss +6 -6
  25. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-author-mixins.scss +3 -3
  26. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-author-vars.scss +6 -6
  27. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-description-mixins.scss +2 -2
  28. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-description-vars.scss +2 -2
  29. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-mixins.scss +4 -4
  30. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-source-vars.scss +3 -3
  31. package/dist/tokens/segments/comp-scw-testimonial-card/_default-vars.scss +2 -2
  32. package/dist/tokens/segments/comp-scw-testimonial-card/_index-mixins.scss +2 -2
  33. package/dist/tokens/segments/comp-scw-testimonial-card/_index-vars.scss +1 -1
  34. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-mixins.scss +2 -2
  35. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-body-mixins.scss +6 -6
  36. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-body-vars.scss +4 -4
  37. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-quote-left-mixins.scss +10 -10
  38. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-quote-left-vars.scss +6 -6
  39. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-quote-left-vector-mixins.scss +16 -16
  40. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-quote-left-vector-vars.scss +6 -6
  41. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-author-mixins.scss +3 -3
  42. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-author-vars.scss +6 -6
  43. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-description-mixins.scss +2 -2
  44. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-description-vars.scss +2 -2
  45. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-mixins.scss +4 -4
  46. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-testimonial-container-source-vars.scss +3 -3
  47. package/dist/tokens/segments/comp-scw-testimonial-card/_state-default-vars.scss +2 -2
  48. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-mixins.scss +72 -0
  49. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-body-mixins.scss +56 -0
  50. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-body-vars.scss +32 -0
  51. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-mixins.scss +72 -0
  52. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-author-mixins.scss +55 -0
  53. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-author-vars.scss +31 -0
  54. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-description-mixins.scss +55 -0
  55. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-description-vars.scss +31 -0
  56. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-mixins.scss +68 -0
  57. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-source-vars.scss +25 -0
  58. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-vars.scss +36 -0
  59. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-wrapper-image-mixins.scss +57 -0
  60. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-wrapper-image-vars.scss +26 -0
  61. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-wrapper-mixins.scss +69 -0
  62. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-testimonial-container-wrapper-vars.scss +30 -0
  63. package/dist/tokens/segments/comp-scw-testimonial-card/_state-image-vars.scss +25 -0
  64. package/dist/tokens/source/assets/graphic-apple-app-store.js +1 -1
  65. package/dist/tokens/source/assets/graphic-apple-app-store.js.gz +0 -0
  66. package/dist/tokens/source/assets/graphic-apple-app-store.svg +1 -1
  67. package/dist/tokens/source/assets/graphic-apple-app-store.svg.gz +0 -0
  68. package/dist/tokens/source/assets/graphic-ehl.js +1 -1
  69. package/dist/tokens/source/assets/graphic-ehl.js.gz +0 -0
  70. package/dist/tokens/source/assets/graphic-ehl.svg +1 -1
  71. package/dist/tokens/source/assets/graphic-ehl.svg.gz +0 -0
  72. package/dist/tokens/source/assets/graphic-google-play-store.js +1 -1
  73. package/dist/tokens/source/assets/graphic-google-play-store.js.gz +0 -0
  74. package/dist/tokens/source/assets/graphic-google-play-store.svg +1 -1
  75. package/dist/tokens/source/assets/graphic-google-play-store.svg.gz +0 -0
  76. package/dist/tokens/source/assets/graphic-logo.js +1 -1
  77. package/dist/tokens/source/assets/graphic-logo.js.gz +0 -0
  78. package/dist/tokens/source/assets/graphic-logo.svg +1 -1
  79. package/dist/tokens/source/assets/graphic-logo.svg.gz +0 -0
  80. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-footer-scw-link-base-label-label-.json +2 -2
  81. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-footer-scw-link-base-label-label-.json.gz +0 -0
  82. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-footer-text-.json +2 -2
  83. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-footer-text-.json.gz +0 -0
  84. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-mobile-footer-scw-link-base-label-label-.json +2 -2
  85. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-mobile-footer-scw-link-base-label-label-.json.gz +0 -0
  86. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-mobile-footer-text-.json +2 -2
  87. package/dist/tokens/source/componentScssMixins/components-scw-rate-table-mobile-footer-text-.json.gz +0 -0
  88. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-.json +4 -4
  89. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-.json.gz +0 -0
  90. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-.json +4 -4
  91. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-.json.gz +0 -0
  92. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-body-.json +8 -8
  93. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-body-.json.gz +0 -0
  94. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-quote-left-.json +10 -10
  95. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-quote-left-.json.gz +0 -0
  96. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-quote-left-vector-.json +12 -12
  97. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-quote-left-vector-.json.gz +0 -0
  98. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-.json +8 -8
  99. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-.json.gz +0 -0
  100. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-author-.json +6 -6
  101. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-author-.json.gz +0 -0
  102. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-description-.json +4 -4
  103. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-source-description-.json.gz +0 -0
  104. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-.json +4 -4
  105. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-.json.gz +0 -0
  106. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-body-.json +8 -8
  107. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-body-.json.gz +0 -0
  108. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-quote-left-.json +10 -10
  109. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-quote-left-.json.gz +0 -0
  110. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-.json +12 -12
  111. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-.json.gz +0 -0
  112. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-.json +8 -8
  113. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-.json.gz +0 -0
  114. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-author-.json +6 -6
  115. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-author-.json.gz +0 -0
  116. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-description-.json +4 -4
  117. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-default-testimonial-container-source-description-.json.gz +0 -0
  118. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-.json +52 -0
  119. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-.json.gz +0 -0
  120. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-.json +52 -0
  121. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-.json.gz +0 -0
  122. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-body-.json +47 -0
  123. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-body-.json.gz +0 -0
  124. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-.json +52 -0
  125. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-.json.gz +0 -0
  126. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-author-.json +47 -0
  127. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-author-.json.gz +0 -0
  128. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-description-.json +47 -0
  129. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-source-description-.json.gz +0 -0
  130. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-wrapper-.json +52 -0
  131. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-wrapper-.json.gz +0 -0
  132. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image-.json +52 -0
  133. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image-.json.gz +0 -0
  134. package/dist/tokens/source/componentScssMixins.json +517 -116
  135. package/dist/tokens/source/componentScssMixins.json.gz +0 -0
  136. package/dist/tokens/source/componentScssMixins.scss +592 -96
  137. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-body.json +10 -0
  138. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-body.json.gz +0 -0
  139. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source-author.json +10 -0
  140. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source-author.json.gz +0 -0
  141. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source-description.json +10 -0
  142. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source-description.json.gz +0 -0
  143. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source.json +10 -0
  144. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-source.json.gz +0 -0
  145. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image.json +10 -0
  146. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image.json.gz +0 -0
  147. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-wrapper.json +10 -0
  148. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container-wrapper.json.gz +0 -0
  149. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container.json +10 -0
  150. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image-testimonial-container.json.gz +0 -0
  151. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image.json +10 -0
  152. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card-state-image.json.gz +0 -0
  153. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card.json +2 -2
  154. package/dist/tokens/source/htmlStubs/components-scw-testimonial-card.json.gz +0 -0
  155. package/dist/tokens/source/htmlStubs.json +82 -2
  156. package/dist/tokens/source/htmlStubs.json.gz +0 -0
  157. package/dist/tokens/source/jsCss.js +1 -1
  158. package/dist/tokens/source/jsCss.js.gz +0 -0
  159. package/dist/tokens/source/jsCssGenerator.js +1 -1
  160. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  161. package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
  162. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  163. package/dist/tokens/source/scssVariables/components-scw-rate-table-footer-scw-link-base-label-label-.json +2 -2
  164. package/dist/tokens/source/scssVariables/components-scw-rate-table-footer-scw-link-base-label-label-.json.gz +0 -0
  165. package/dist/tokens/source/scssVariables/components-scw-rate-table-footer-text-.json +2 -2
  166. package/dist/tokens/source/scssVariables/components-scw-rate-table-footer-text-.json.gz +0 -0
  167. package/dist/tokens/source/scssVariables/components-scw-rate-table-mobile-footer-scw-link-base-label-label-.json +2 -2
  168. package/dist/tokens/source/scssVariables/components-scw-rate-table-mobile-footer-scw-link-base-label-label-.json.gz +0 -0
  169. package/dist/tokens/source/scssVariables/components-scw-rate-table-mobile-footer-text-.json +2 -2
  170. package/dist/tokens/source/scssVariables/components-scw-rate-table-mobile-footer-text-.json.gz +0 -0
  171. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-.json +2 -2
  172. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-.json.gz +0 -0
  173. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-.json +4 -4
  174. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-.json.gz +0 -0
  175. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-body-.json +8 -8
  176. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-body-.json.gz +0 -0
  177. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-quote-left-.json +12 -12
  178. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-quote-left-.json.gz +0 -0
  179. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-quote-left-vector-.json +12 -12
  180. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-quote-left-vector-.json.gz +0 -0
  181. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-.json +6 -6
  182. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-.json.gz +0 -0
  183. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-author-.json +12 -12
  184. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-author-.json.gz +0 -0
  185. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-description-.json +4 -4
  186. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-source-description-.json.gz +0 -0
  187. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-.json +4 -4
  188. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-.json.gz +0 -0
  189. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-body-.json +8 -8
  190. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-body-.json.gz +0 -0
  191. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-quote-left-.json +12 -12
  192. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-quote-left-.json.gz +0 -0
  193. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-.json +12 -12
  194. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-.json.gz +0 -0
  195. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-.json +6 -6
  196. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-.json.gz +0 -0
  197. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-author-.json +12 -12
  198. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-author-.json.gz +0 -0
  199. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-description-.json +4 -4
  200. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-default-testimonial-container-source-description-.json.gz +0 -0
  201. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-.json +122 -0
  202. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-.json.gz +0 -0
  203. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-.json +177 -0
  204. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-.json.gz +0 -0
  205. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-body-.json +157 -0
  206. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-body-.json.gz +0 -0
  207. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-.json +122 -0
  208. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-.json.gz +0 -0
  209. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-author-.json +152 -0
  210. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-author-.json.gz +0 -0
  211. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-description-.json +152 -0
  212. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-source-description-.json.gz +0 -0
  213. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-wrapper-.json +147 -0
  214. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-wrapper-.json.gz +0 -0
  215. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image-.json +127 -0
  216. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-state-image-testimonial-container-wrapper-image-.json.gz +0 -0
  217. package/dist/tokens/source/scssVariables.json +1282 -126
  218. package/dist/tokens/source/scssVariables.json.gz +0 -0
  219. package/dist/tokens/source/scssVariables.scss +292 -64
  220. package/dist/tokens/source/tokens.json +1427 -384
  221. package/dist/tokens/source/tokens.json.gz +0 -0
  222. package/dist-node/scw-components.js +185 -157
  223. package/dist-node/scw.js +185 -157
  224. package/package.json +1 -1
  225. package/scripts/publish/releaseNotes.mjs +5 -0
@@ -57818,7 +57818,7 @@ $comp-scw-rate-table-footer-text-font-size: 0.8125rem;
57818
57818
  $comp-scw-rate-table-footer-text-text-align-horizontal: LEFT;
57819
57819
  $comp-scw-rate-table-footer-text-text-align-vertical: TOP;
57820
57820
  $comp-scw-rate-table-footer-text-text-transform: none;
57821
- $comp-scw-rate-table-footer-text-color: var( --scw-color-grey-04 );
57821
+ $comp-scw-rate-table-footer-text-color: var( --scw-color-grey-03 );
57822
57822
  $comp-scw-rate-table-footer-text-font-family: 'Proxima Nova';
57823
57823
  $comp-scw-rate-table-footer-text-font-weight: 400;
57824
57824
  $comp-scw-rate-table-footer-text-line-height: 1.219rem;
@@ -57975,7 +57975,7 @@ $comp-scw-rate-table-footer-scw-link-base-label-label-font-size: 0.8125rem;
57975
57975
  $comp-scw-rate-table-footer-scw-link-base-label-label-text-align-horizontal: LEFT;
57976
57976
  $comp-scw-rate-table-footer-scw-link-base-label-label-text-align-vertical: CENTER;
57977
57977
  $comp-scw-rate-table-footer-scw-link-base-label-label-text-transform: none;
57978
- $comp-scw-rate-table-footer-scw-link-base-label-label-color: var( --scw-color-grey-04 );
57978
+ $comp-scw-rate-table-footer-scw-link-base-label-label-color: var( --scw-color-grey-03 );
57979
57979
  $comp-scw-rate-table-footer-scw-link-base-label-label-font-family: 'Proxima Nova';
57980
57980
  $comp-scw-rate-table-footer-scw-link-base-label-label-font-weight: 400;
57981
57981
  $comp-scw-rate-table-footer-scw-link-base-label-label-line-height: 1.016rem;
@@ -60316,7 +60316,7 @@ $comp-scw-rate-table-mobile-footer-text-font-size: 0.8125rem;
60316
60316
  $comp-scw-rate-table-mobile-footer-text-text-align-horizontal: LEFT;
60317
60317
  $comp-scw-rate-table-mobile-footer-text-text-align-vertical: TOP;
60318
60318
  $comp-scw-rate-table-mobile-footer-text-text-transform: none;
60319
- $comp-scw-rate-table-mobile-footer-text-color: var( --scw-color-grey-04 );
60319
+ $comp-scw-rate-table-mobile-footer-text-color: var( --scw-color-grey-03 );
60320
60320
  $comp-scw-rate-table-mobile-footer-text-font-family: 'Proxima Nova';
60321
60321
  $comp-scw-rate-table-mobile-footer-text-font-weight: 400;
60322
60322
  $comp-scw-rate-table-mobile-footer-text-line-height: 1.219rem;
@@ -60473,7 +60473,7 @@ $comp-scw-rate-table-mobile-footer-scw-link-base-label-label-font-size: 0.8125re
60473
60473
  $comp-scw-rate-table-mobile-footer-scw-link-base-label-label-text-align-horizontal: LEFT;
60474
60474
  $comp-scw-rate-table-mobile-footer-scw-link-base-label-label-text-align-vertical: CENTER;
60475
60475
  $comp-scw-rate-table-mobile-footer-scw-link-base-label-label-text-transform: none;
60476
- $comp-scw-rate-table-mobile-footer-scw-link-base-label-label-color: var( --scw-color-grey-04 );
60476
+ $comp-scw-rate-table-mobile-footer-scw-link-base-label-label-color: var( --scw-color-grey-03 );
60477
60477
  $comp-scw-rate-table-mobile-footer-scw-link-base-label-label-font-family: 'Proxima Nova';
60478
60478
  $comp-scw-rate-table-mobile-footer-scw-link-base-label-label-font-weight: 400;
60479
60479
  $comp-scw-rate-table-mobile-footer-scw-link-base-label-label-line-height: 1.016rem;
@@ -91004,7 +91004,7 @@ $comp-scw-testimonial-card-corner-radius-top-left: 5px;
91004
91004
  $comp-scw-testimonial-card-corner-radius-top-right: 5px;
91005
91005
  $comp-scw-testimonial-card-corner-radius-bottom-right: 5px;
91006
91006
  $comp-scw-testimonial-card-corner-radius-bottom-left: 5px;
91007
- $comp-scw-testimonial-card-width: 832px;
91007
+ $comp-scw-testimonial-card-width: 1244px;
91008
91008
  $comp-scw-testimonial-card-height: 349px;
91009
91009
  $comp-scw-testimonial-card-constraint-horizontal: MIN;
91010
91010
  $comp-scw-testimonial-card-constraint-vertical: MIN;
@@ -91044,8 +91044,8 @@ $comp-scw-testimonial-card-default-top: calc( var( --scw-spacing-1 ) * 1.75 );
91044
91044
  $comp-scw-testimonial-card-default-top-percent: 47.99%;
91045
91045
  $comp-scw-testimonial-card-default-bottom: calc( var( --scw-spacing-1 ) * 3.15 );
91046
91046
  $comp-scw-testimonial-card-default-left: var( --scw-spacing-2 );
91047
- $comp-scw-testimonial-card-default-left-percent: 24.04%;
91048
- $comp-scw-testimonial-card-default-right: calc( var( --scw-spacing-1 ) * 45.2 );
91047
+ $comp-scw-testimonial-card-default-left-percent: 16.08%;
91048
+ $comp-scw-testimonial-card-default-right: calc( var( --scw-spacing-1 ) * 86.4 );
91049
91049
  $comp-scw-testimonial-card-default-padding-left: 0px;
91050
91050
  $comp-scw-testimonial-card-default-padding-right: 0px;
91051
91051
  $comp-scw-testimonial-card-default-padding-top: 0px;
@@ -91087,8 +91087,8 @@ $comp-scw-testimonial-card-default-testimonial-container-padding-top: var( --scw
91087
91087
  $comp-scw-testimonial-card-default-testimonial-container-padding-bottom: var( --scw-spacing-2 );
91088
91088
 
91089
91089
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-background-color: rgba(0,0,0,0);
91090
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-width: 60px;
91091
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-height: 60px;
91090
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-width: 40px;
91091
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-height: 40px;
91092
91092
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-constraint-horizontal: MIN;
91093
91093
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-constraint-vertical: MIN;
91094
91094
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-constrain-proportions: false;
@@ -91100,11 +91100,11 @@ $comp-scw-testimonial-card-default-testimonial-container-quote-left-item-spacing
91100
91100
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-layout-align: INHERIT;
91101
91101
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-layout-grow: 0;
91102
91102
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-top: var( --scw-spacing-2 );
91103
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-top-percent: 16.67%;
91104
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-bottom: calc( var( --scw-spacing-1 ) * 22 );
91105
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-left: calc( var( --scw-spacing-1 ) * 15 );
91103
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-top-percent: 13.33%;
91104
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-bottom: calc( var( --scw-spacing-1 ) * 24 );
91105
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-left: calc( var( --scw-spacing-1 ) * 16 );
91106
91106
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-left-percent: 50%;
91107
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-right: calc( var( --scw-spacing-1 ) * 15 );
91107
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-right: calc( var( --scw-spacing-1 ) * 16 );
91108
91108
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-padding-left: 0px;
91109
91109
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-padding-right: 0px;
91110
91110
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-padding-top: 0px;
@@ -91113,8 +91113,8 @@ $comp-scw-testimonial-card-default-testimonial-container-quote-left-margin-botto
91113
91113
 
91114
91114
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-background-color: var( --scw-color-primary-03 );
91115
91115
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-blend-mode: NORMAL;
91116
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-width: 50px;
91117
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-height: 35.7143px;
91116
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-width: 33.3333px;
91117
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-height: 23.8095px;
91118
91118
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-constraint-horizontal: STRETCH;
91119
91119
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-constraint-vertical: STRETCH;
91120
91120
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-constrain-proportions: false;
@@ -91125,12 +91125,12 @@ $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-count
91125
91125
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-item-spacing: 0px;
91126
91126
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-layout-align: MIN;
91127
91127
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-layout-grow: 0;
91128
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-top: calc( var( --scw-spacing-1 ) * 1.2 );
91128
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-top: calc( var( --scw-spacing-1 ) * 0.8 );
91129
91129
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-top-percent: 49.76%;
91130
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-bottom: calc( var( --scw-spacing-1 ) * 1.228571319580078 );
91131
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-left: calc( var( --scw-spacing-1 ) * 0.5 );
91130
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );
91131
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-left: calc( var( --scw-spacing-1 ) * 0.33330078125 );
91132
91132
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-left-percent: 50%;
91133
- $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-right: calc( var( --scw-spacing-1 ) * 0.5 );
91133
+ $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );
91134
91134
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-padding-left: 0px;
91135
91135
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-padding-right: 0px;
91136
91136
  $comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-padding-top: 0px;
@@ -91148,7 +91148,7 @@ $comp-scw-testimonial-card-default-testimonial-container-body-line-height: 1.5re
91148
91148
  $comp-scw-testimonial-card-default-testimonial-container-body-letter-spacing: 0rem;
91149
91149
  $comp-scw-testimonial-card-default-testimonial-container-body-font: var( --scw-type-text-bold-04-font );
91150
91150
  $comp-scw-testimonial-card-default-testimonial-container-body-width: 300px;
91151
- $comp-scw-testimonial-card-default-testimonial-container-body-height: 110px;
91151
+ $comp-scw-testimonial-card-default-testimonial-container-body-height: 133px;
91152
91152
  $comp-scw-testimonial-card-default-testimonial-container-body-constraint-horizontal: MIN;
91153
91153
  $comp-scw-testimonial-card-default-testimonial-container-body-constraint-vertical: MIN;
91154
91154
  $comp-scw-testimonial-card-default-testimonial-container-body-constrain-proportions: false;
@@ -91159,9 +91159,9 @@ $comp-scw-testimonial-card-default-testimonial-container-body-counter-axis-align
91159
91159
  $comp-scw-testimonial-card-default-testimonial-container-body-item-spacing: 0px;
91160
91160
  $comp-scw-testimonial-card-default-testimonial-container-body-layout-align: STRETCH;
91161
91161
  $comp-scw-testimonial-card-default-testimonial-container-body-layout-grow: 1;
91162
- $comp-scw-testimonial-card-default-testimonial-container-body-top: var( --scw-spacing-10 );
91163
- $comp-scw-testimonial-card-default-testimonial-container-body-top-percent: 51.67%;
91164
- $comp-scw-testimonial-card-default-testimonial-container-body-bottom: var( --scw-spacing-9 );
91162
+ $comp-scw-testimonial-card-default-testimonial-container-body-top: var( --scw-spacing-8 );
91163
+ $comp-scw-testimonial-card-default-testimonial-container-body-top-percent: 48.83%;
91164
+ $comp-scw-testimonial-card-default-testimonial-container-body-bottom: calc( var( --scw-spacing-1 ) * 8.7 );
91165
91165
  $comp-scw-testimonial-card-default-testimonial-container-body-left: var( --scw-spacing-3 );
91166
91166
  $comp-scw-testimonial-card-default-testimonial-container-body-left-percent: 50%;
91167
91167
  $comp-scw-testimonial-card-default-testimonial-container-body-right: var( --scw-spacing-3 );
@@ -91169,7 +91169,7 @@ $comp-scw-testimonial-card-default-testimonial-container-body-margin-bottom: 0px
91169
91169
 
91170
91170
  $comp-scw-testimonial-card-default-testimonial-container-source-background-color: rgba(0,0,0,0);
91171
91171
  $comp-scw-testimonial-card-default-testimonial-container-source-width: 182px;
91172
- $comp-scw-testimonial-card-default-testimonial-container-source-height: 50px;
91172
+ $comp-scw-testimonial-card-default-testimonial-container-source-height: 47px;
91173
91173
  $comp-scw-testimonial-card-default-testimonial-container-source-constraint-horizontal: MIN;
91174
91174
  $comp-scw-testimonial-card-default-testimonial-container-source-constraint-vertical: MIN;
91175
91175
  $comp-scw-testimonial-card-default-testimonial-container-source-constrain-proportions: false;
@@ -91180,8 +91180,8 @@ $comp-scw-testimonial-card-default-testimonial-container-source-counter-axis-ali
91180
91180
  $comp-scw-testimonial-card-default-testimonial-container-source-item-spacing: 0px;
91181
91181
  $comp-scw-testimonial-card-default-testimonial-container-source-layout-align: INHERIT;
91182
91182
  $comp-scw-testimonial-card-default-testimonial-container-source-layout-grow: 0;
91183
- $comp-scw-testimonial-card-default-testimonial-container-source-top: calc( var( --scw-spacing-1 ) * 23 );
91184
- $comp-scw-testimonial-card-default-testimonial-container-source-top-percent: 85%;
91183
+ $comp-scw-testimonial-card-default-testimonial-container-source-top: calc( var( --scw-spacing-1 ) * 23.3 );
91184
+ $comp-scw-testimonial-card-default-testimonial-container-source-top-percent: 85.5%;
91185
91185
  $comp-scw-testimonial-card-default-testimonial-container-source-bottom: var( --scw-spacing-2 );
91186
91186
  $comp-scw-testimonial-card-default-testimonial-container-source-left: calc( var( --scw-spacing-1 ) * 8.9 );
91187
91187
  $comp-scw-testimonial-card-default-testimonial-container-source-left-percent: 50%;
@@ -91192,18 +91192,18 @@ $comp-scw-testimonial-card-default-testimonial-container-source-padding-top: 0px
91192
91192
  $comp-scw-testimonial-card-default-testimonial-container-source-padding-bottom: 0px;
91193
91193
 
91194
91194
  $comp-scw-testimonial-card-default-testimonial-container-source-author-characters: 'Name';
91195
- $comp-scw-testimonial-card-default-testimonial-container-source-author-font-size: 1.125rem;
91195
+ $comp-scw-testimonial-card-default-testimonial-container-source-author-font-size: 1rem;
91196
91196
  $comp-scw-testimonial-card-default-testimonial-container-source-author-text-align-horizontal: CENTER;
91197
91197
  $comp-scw-testimonial-card-default-testimonial-container-source-author-text-align-vertical: TOP;
91198
91198
  $comp-scw-testimonial-card-default-testimonial-container-source-author-text-transform: none;
91199
91199
  $comp-scw-testimonial-card-default-testimonial-container-source-author-color: var( --scw-color-grey-02 );
91200
91200
  $comp-scw-testimonial-card-default-testimonial-container-source-author-font-family: 'Proxima Nova';
91201
- $comp-scw-testimonial-card-default-testimonial-container-source-author-font-weight: 600;
91202
- $comp-scw-testimonial-card-default-testimonial-container-source-author-line-height: 1.688rem;
91201
+ $comp-scw-testimonial-card-default-testimonial-container-source-author-font-weight: 400;
91202
+ $comp-scw-testimonial-card-default-testimonial-container-source-author-line-height: 1.5rem;
91203
91203
  $comp-scw-testimonial-card-default-testimonial-container-source-author-letter-spacing: 0rem;
91204
- $comp-scw-testimonial-card-default-testimonial-container-source-author-font: var( --scw-type-text-semibold-font );
91204
+ $comp-scw-testimonial-card-default-testimonial-container-source-author-font: var( --scw-type-text-04-font );
91205
91205
  $comp-scw-testimonial-card-default-testimonial-container-source-author-width: 182px;
91206
- $comp-scw-testimonial-card-default-testimonial-container-source-author-height: 27px;
91206
+ $comp-scw-testimonial-card-default-testimonial-container-source-author-height: 24px;
91207
91207
  $comp-scw-testimonial-card-default-testimonial-container-source-author-constraint-horizontal: MIN;
91208
91208
  $comp-scw-testimonial-card-default-testimonial-container-source-author-constraint-vertical: MIN;
91209
91209
  $comp-scw-testimonial-card-default-testimonial-container-source-author-constrain-proportions: false;
@@ -91215,7 +91215,7 @@ $comp-scw-testimonial-card-default-testimonial-container-source-author-item-spac
91215
91215
  $comp-scw-testimonial-card-default-testimonial-container-source-author-layout-align: STRETCH;
91216
91216
  $comp-scw-testimonial-card-default-testimonial-container-source-author-layout-grow: 0;
91217
91217
  $comp-scw-testimonial-card-default-testimonial-container-source-author-top: 0px;
91218
- $comp-scw-testimonial-card-default-testimonial-container-source-author-top-percent: 27%;
91218
+ $comp-scw-testimonial-card-default-testimonial-container-source-author-top-percent: 25.53%;
91219
91219
  $comp-scw-testimonial-card-default-testimonial-container-source-author-bottom: calc( var( --scw-spacing-1 ) * 2.3 );
91220
91220
  $comp-scw-testimonial-card-default-testimonial-container-source-author-left: 0px;
91221
91221
  $comp-scw-testimonial-card-default-testimonial-container-source-author-left-percent: 50%;
@@ -91244,8 +91244,8 @@ $comp-scw-testimonial-card-default-testimonial-container-source-description-coun
91244
91244
  $comp-scw-testimonial-card-default-testimonial-container-source-description-item-spacing: 0px;
91245
91245
  $comp-scw-testimonial-card-default-testimonial-container-source-description-layout-align: STRETCH;
91246
91246
  $comp-scw-testimonial-card-default-testimonial-container-source-description-layout-grow: 0;
91247
- $comp-scw-testimonial-card-default-testimonial-container-source-description-top: calc( var( --scw-spacing-1 ) * 2.7 );
91248
- $comp-scw-testimonial-card-default-testimonial-container-source-description-top-percent: 77%;
91247
+ $comp-scw-testimonial-card-default-testimonial-container-source-description-top: calc( var( --scw-spacing-1 ) * 2.4 );
91248
+ $comp-scw-testimonial-card-default-testimonial-container-source-description-top-percent: 75.53%;
91249
91249
  $comp-scw-testimonial-card-default-testimonial-container-source-description-bottom: 0px;
91250
91250
  $comp-scw-testimonial-card-default-testimonial-container-source-description-left: 0px;
91251
91251
  $comp-scw-testimonial-card-default-testimonial-container-source-description-left-percent: 50%;
@@ -91268,8 +91268,8 @@ $comp-scw-testimonial-card-state-default-top: var( --scw-spacing-2 );
91268
91268
  $comp-scw-testimonial-card-state-default-top-percent: 48.71%;
91269
91269
  $comp-scw-testimonial-card-state-default-bottom: calc( var( --scw-spacing-1 ) * 2.9 );
91270
91270
  $comp-scw-testimonial-card-state-default-left: calc( var( --scw-spacing-1 ) * 44.2 );
91271
- $comp-scw-testimonial-card-state-default-left-percent: 74.76%;
91272
- $comp-scw-testimonial-card-state-default-right: var( --scw-spacing-3 );
91271
+ $comp-scw-testimonial-card-state-default-left-percent: 50%;
91272
+ $comp-scw-testimonial-card-state-default-right: calc( var( --scw-spacing-1 ) * 44.2 );
91273
91273
  $comp-scw-testimonial-card-state-default-padding-left: 0px;
91274
91274
  $comp-scw-testimonial-card-state-default-padding-right: 0px;
91275
91275
  $comp-scw-testimonial-card-state-default-padding-top: 0px;
@@ -91311,8 +91311,8 @@ $comp-scw-testimonial-card-state-default-testimonial-container-padding-top: var(
91311
91311
  $comp-scw-testimonial-card-state-default-testimonial-container-padding-bottom: var( --scw-spacing-2 );
91312
91312
 
91313
91313
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-background-color: rgba(0,0,0,0);
91314
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-width: 50px;
91315
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-height: 50px;
91314
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-width: 40px;
91315
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-height: 40px;
91316
91316
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-constraint-horizontal: MIN;
91317
91317
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-constraint-vertical: MIN;
91318
91318
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-constrain-proportions: false;
@@ -91324,11 +91324,11 @@ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-item-s
91324
91324
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-layout-align: INHERIT;
91325
91325
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-layout-grow: 0;
91326
91326
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-top: var( --scw-spacing-2 );
91327
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-top-percent: 15%;
91328
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-bottom: calc( var( --scw-spacing-1 ) * 23 );
91329
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-left: calc( var( --scw-spacing-1 ) * 15.5 );
91327
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-top-percent: 13.33%;
91328
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-bottom: calc( var( --scw-spacing-1 ) * 24 );
91329
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-left: calc( var( --scw-spacing-1 ) * 16 );
91330
91330
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-left-percent: 50%;
91331
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-right: calc( var( --scw-spacing-1 ) * 15.5 );
91331
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-right: calc( var( --scw-spacing-1 ) * 16 );
91332
91332
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-padding-left: 0px;
91333
91333
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-padding-right: 0px;
91334
91334
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-padding-top: 0px;
@@ -91337,8 +91337,8 @@ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-margin
91337
91337
 
91338
91338
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-background-color: var( --scw-color-grey-08 );
91339
91339
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-blend-mode: NORMAL;
91340
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-width: 41.6667px;
91341
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-height: 29.7619px;
91340
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-width: 33.3333px;
91341
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-height: 23.8095px;
91342
91342
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-constraint-horizontal: STRETCH;
91343
91343
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-constraint-vertical: STRETCH;
91344
91344
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-constrain-proportions: false;
@@ -91349,12 +91349,12 @@ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector
91349
91349
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-item-spacing: 0px;
91350
91350
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-layout-align: MIN;
91351
91351
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-layout-grow: 0;
91352
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-top: var( --scw-spacing-1 );
91352
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-top: calc( var( --scw-spacing-1 ) * 0.8 );
91353
91353
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-top-percent: 49.76%;
91354
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-bottom: calc( var( --scw-spacing-1 ) * 1.0238094329833984 );
91355
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-left: calc( var( --scw-spacing-1 ) * 0.41669921875 );
91354
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );
91355
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-left: calc( var( --scw-spacing-1 ) * 0.33330078125 );
91356
91356
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-left-percent: 50%;
91357
- $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-right: calc( var( --scw-spacing-1 ) * 0.41663436889648436 );
91357
+ $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );
91358
91358
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-padding-left: 0px;
91359
91359
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-padding-right: 0px;
91360
91360
  $comp-scw-testimonial-card-state-default-testimonial-container-quote-left-vector-padding-top: 0px;
@@ -91372,7 +91372,7 @@ $comp-scw-testimonial-card-state-default-testimonial-container-body-line-height:
91372
91372
  $comp-scw-testimonial-card-state-default-testimonial-container-body-letter-spacing: 0rem;
91373
91373
  $comp-scw-testimonial-card-state-default-testimonial-container-body-font: var( --scw-type-text-bold-04-font );
91374
91374
  $comp-scw-testimonial-card-state-default-testimonial-container-body-width: 300px;
91375
- $comp-scw-testimonial-card-state-default-testimonial-container-body-height: 120px;
91375
+ $comp-scw-testimonial-card-state-default-testimonial-container-body-height: 133px;
91376
91376
  $comp-scw-testimonial-card-state-default-testimonial-container-body-constraint-horizontal: MIN;
91377
91377
  $comp-scw-testimonial-card-state-default-testimonial-container-body-constraint-vertical: MIN;
91378
91378
  $comp-scw-testimonial-card-state-default-testimonial-container-body-constrain-proportions: false;
@@ -91383,9 +91383,9 @@ $comp-scw-testimonial-card-state-default-testimonial-container-body-counter-axis
91383
91383
  $comp-scw-testimonial-card-state-default-testimonial-container-body-item-spacing: 0px;
91384
91384
  $comp-scw-testimonial-card-state-default-testimonial-container-body-layout-align: STRETCH;
91385
91385
  $comp-scw-testimonial-card-state-default-testimonial-container-body-layout-grow: 1;
91386
- $comp-scw-testimonial-card-state-default-testimonial-container-body-top: var( --scw-spacing-9 );
91387
- $comp-scw-testimonial-card-state-default-testimonial-container-body-top-percent: 50%;
91388
- $comp-scw-testimonial-card-state-default-testimonial-container-body-bottom: var( --scw-spacing-9 );
91386
+ $comp-scw-testimonial-card-state-default-testimonial-container-body-top: var( --scw-spacing-8 );
91387
+ $comp-scw-testimonial-card-state-default-testimonial-container-body-top-percent: 48.83%;
91388
+ $comp-scw-testimonial-card-state-default-testimonial-container-body-bottom: calc( var( --scw-spacing-1 ) * 8.7 );
91389
91389
  $comp-scw-testimonial-card-state-default-testimonial-container-body-left: var( --scw-spacing-3 );
91390
91390
  $comp-scw-testimonial-card-state-default-testimonial-container-body-left-percent: 50%;
91391
91391
  $comp-scw-testimonial-card-state-default-testimonial-container-body-right: var( --scw-spacing-3 );
@@ -91393,7 +91393,7 @@ $comp-scw-testimonial-card-state-default-testimonial-container-body-margin-botto
91393
91393
 
91394
91394
  $comp-scw-testimonial-card-state-default-testimonial-container-source-background-color: rgba(0,0,0,0);
91395
91395
  $comp-scw-testimonial-card-state-default-testimonial-container-source-width: 182px;
91396
- $comp-scw-testimonial-card-state-default-testimonial-container-source-height: 50px;
91396
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-height: 47px;
91397
91397
  $comp-scw-testimonial-card-state-default-testimonial-container-source-constraint-horizontal: MIN;
91398
91398
  $comp-scw-testimonial-card-state-default-testimonial-container-source-constraint-vertical: MIN;
91399
91399
  $comp-scw-testimonial-card-state-default-testimonial-container-source-constrain-proportions: false;
@@ -91404,8 +91404,8 @@ $comp-scw-testimonial-card-state-default-testimonial-container-source-counter-ax
91404
91404
  $comp-scw-testimonial-card-state-default-testimonial-container-source-item-spacing: 0px;
91405
91405
  $comp-scw-testimonial-card-state-default-testimonial-container-source-layout-align: INHERIT;
91406
91406
  $comp-scw-testimonial-card-state-default-testimonial-container-source-layout-grow: 0;
91407
- $comp-scw-testimonial-card-state-default-testimonial-container-source-top: calc( var( --scw-spacing-1 ) * 23 );
91408
- $comp-scw-testimonial-card-state-default-testimonial-container-source-top-percent: 85%;
91407
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-top: calc( var( --scw-spacing-1 ) * 23.3 );
91408
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-top-percent: 85.5%;
91409
91409
  $comp-scw-testimonial-card-state-default-testimonial-container-source-bottom: var( --scw-spacing-2 );
91410
91410
  $comp-scw-testimonial-card-state-default-testimonial-container-source-left: calc( var( --scw-spacing-1 ) * 8.9 );
91411
91411
  $comp-scw-testimonial-card-state-default-testimonial-container-source-left-percent: 50%;
@@ -91416,18 +91416,18 @@ $comp-scw-testimonial-card-state-default-testimonial-container-source-padding-to
91416
91416
  $comp-scw-testimonial-card-state-default-testimonial-container-source-padding-bottom: 0px;
91417
91417
 
91418
91418
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-characters: 'Name';
91419
- $comp-scw-testimonial-card-state-default-testimonial-container-source-author-font-size: 1.125rem;
91419
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-author-font-size: 1rem;
91420
91420
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-text-align-horizontal: CENTER;
91421
91421
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-text-align-vertical: TOP;
91422
91422
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-text-transform: none;
91423
91423
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-color: var( --scw-color-grey-02 );
91424
91424
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-font-family: 'Proxima Nova';
91425
- $comp-scw-testimonial-card-state-default-testimonial-container-source-author-font-weight: 600;
91426
- $comp-scw-testimonial-card-state-default-testimonial-container-source-author-line-height: 1.688rem;
91425
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-author-font-weight: 400;
91426
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-author-line-height: 1.5rem;
91427
91427
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-letter-spacing: 0rem;
91428
- $comp-scw-testimonial-card-state-default-testimonial-container-source-author-font: var( --scw-type-text-semibold-font );
91428
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-author-font: var( --scw-type-text-04-font );
91429
91429
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-width: 182px;
91430
- $comp-scw-testimonial-card-state-default-testimonial-container-source-author-height: 27px;
91430
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-author-height: 24px;
91431
91431
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-constraint-horizontal: MIN;
91432
91432
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-constraint-vertical: MIN;
91433
91433
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-constrain-proportions: false;
@@ -91439,7 +91439,7 @@ $comp-scw-testimonial-card-state-default-testimonial-container-source-author-ite
91439
91439
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-layout-align: STRETCH;
91440
91440
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-layout-grow: 0;
91441
91441
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-top: 0px;
91442
- $comp-scw-testimonial-card-state-default-testimonial-container-source-author-top-percent: 27%;
91442
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-author-top-percent: 25.53%;
91443
91443
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-bottom: calc( var( --scw-spacing-1 ) * 2.3 );
91444
91444
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-left: 0px;
91445
91445
  $comp-scw-testimonial-card-state-default-testimonial-container-source-author-left-percent: 50%;
@@ -91468,9 +91468,237 @@ $comp-scw-testimonial-card-state-default-testimonial-container-source-descriptio
91468
91468
  $comp-scw-testimonial-card-state-default-testimonial-container-source-description-item-spacing: 0px;
91469
91469
  $comp-scw-testimonial-card-state-default-testimonial-container-source-description-layout-align: STRETCH;
91470
91470
  $comp-scw-testimonial-card-state-default-testimonial-container-source-description-layout-grow: 0;
91471
- $comp-scw-testimonial-card-state-default-testimonial-container-source-description-top: calc( var( --scw-spacing-1 ) * 2.7 );
91472
- $comp-scw-testimonial-card-state-default-testimonial-container-source-description-top-percent: 77%;
91471
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-description-top: calc( var( --scw-spacing-1 ) * 2.4 );
91472
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-description-top-percent: 75.53%;
91473
91473
  $comp-scw-testimonial-card-state-default-testimonial-container-source-description-bottom: 0px;
91474
91474
  $comp-scw-testimonial-card-state-default-testimonial-container-source-description-left: 0px;
91475
91475
  $comp-scw-testimonial-card-state-default-testimonial-container-source-description-left-percent: 50%;
91476
- $comp-scw-testimonial-card-state-default-testimonial-container-source-description-right: 0px;
91476
+ $comp-scw-testimonial-card-state-default-testimonial-container-source-description-right: 0px;
91477
+
91478
+ $comp-scw-testimonial-card-state-image-background-color: rgba(0,0,0,0);
91479
+ $comp-scw-testimonial-card-state-image-width: 360px;
91480
+ $comp-scw-testimonial-card-state-image-height: 300px;
91481
+ $comp-scw-testimonial-card-state-image-constraint-horizontal: MIN;
91482
+ $comp-scw-testimonial-card-state-image-constraint-vertical: MIN;
91483
+ $comp-scw-testimonial-card-state-image-constrain-proportions: false;
91484
+ $comp-scw-testimonial-card-state-image-layout-context: ABSOLUTE;
91485
+ $comp-scw-testimonial-card-state-image-layout-mode: VERTICAL;
91486
+ $comp-scw-testimonial-card-state-image-primary-axis-align-items: MIN;
91487
+ $comp-scw-testimonial-card-state-image-counter-axis-align-items: MIN;
91488
+ $comp-scw-testimonial-card-state-image-item-spacing: calc( var( --scw-spacing-1 ) * 2.5 );
91489
+ $comp-scw-testimonial-card-state-image-layout-align: MIN;
91490
+ $comp-scw-testimonial-card-state-image-layout-grow: 0;
91491
+ $comp-scw-testimonial-card-state-image-top: calc( var( --scw-spacing-1 ) * 1.75 );
91492
+ $comp-scw-testimonial-card-state-image-top-percent: 47.99%;
91493
+ $comp-scw-testimonial-card-state-image-bottom: calc( var( --scw-spacing-1 ) * 3.15 );
91494
+ $comp-scw-testimonial-card-state-image-left: calc( var( --scw-spacing-1 ) * 86.4 );
91495
+ $comp-scw-testimonial-card-state-image-left-percent: 83.92%;
91496
+ $comp-scw-testimonial-card-state-image-right: var( --scw-spacing-2 );
91497
+ $comp-scw-testimonial-card-state-image-padding-left: 0px;
91498
+ $comp-scw-testimonial-card-state-image-padding-right: 0px;
91499
+ $comp-scw-testimonial-card-state-image-padding-top: 0px;
91500
+ $comp-scw-testimonial-card-state-image-padding-bottom: 0px;
91501
+
91502
+ $comp-scw-testimonial-card-state-image-testimonial-container-background-color: var( --scw-color-grey-10 );
91503
+ $comp-scw-testimonial-card-state-image-testimonial-container-blend-mode: NORMAL;
91504
+ $comp-scw-testimonial-card-state-image-testimonial-container-corner-radius-top-left: 10px;
91505
+ $comp-scw-testimonial-card-state-image-testimonial-container-corner-radius-top-right: 10px;
91506
+ $comp-scw-testimonial-card-state-image-testimonial-container-corner-radius-bottom-right: 10px;
91507
+ $comp-scw-testimonial-card-state-image-testimonial-container-corner-radius-bottom-left: 10px;
91508
+ $comp-scw-testimonial-card-state-image-testimonial-container-shadow-color: rgba(0,0,0,0.09);
91509
+ $comp-scw-testimonial-card-state-image-testimonial-container-shadow-offset-x: 0px;
91510
+ $comp-scw-testimonial-card-state-image-testimonial-container-shadow-offset-y: 2px;
91511
+ $comp-scw-testimonial-card-state-image-testimonial-container-shadow-radius: 19px;
91512
+ $comp-scw-testimonial-card-state-image-testimonial-container-shadow-spread: 0px;
91513
+ $comp-scw-testimonial-card-state-image-testimonial-container-shadow: 0px 2px 19px 0px rgba(0,0,0,0.09);
91514
+ $comp-scw-testimonial-card-state-image-testimonial-container-width: 360px;
91515
+ $comp-scw-testimonial-card-state-image-testimonial-container-height: 300px;
91516
+ $comp-scw-testimonial-card-state-image-testimonial-container-constraint-horizontal: MIN;
91517
+ $comp-scw-testimonial-card-state-image-testimonial-container-constraint-vertical: MIN;
91518
+ $comp-scw-testimonial-card-state-image-testimonial-container-constrain-proportions: false;
91519
+ $comp-scw-testimonial-card-state-image-testimonial-container-layout-context: FLEX;
91520
+ $comp-scw-testimonial-card-state-image-testimonial-container-layout-mode: VERTICAL;
91521
+ $comp-scw-testimonial-card-state-image-testimonial-container-primary-axis-align-items: MIN;
91522
+ $comp-scw-testimonial-card-state-image-testimonial-container-counter-axis-align-items: CENTER;
91523
+ $comp-scw-testimonial-card-state-image-testimonial-container-item-spacing: var( --scw-spacing-2 );
91524
+ $comp-scw-testimonial-card-state-image-testimonial-container-layout-align: STRETCH;
91525
+ $comp-scw-testimonial-card-state-image-testimonial-container-layout-grow: 1;
91526
+ $comp-scw-testimonial-card-state-image-testimonial-container-top: 0px;
91527
+ $comp-scw-testimonial-card-state-image-testimonial-container-top-percent: 50%;
91528
+ $comp-scw-testimonial-card-state-image-testimonial-container-bottom: 0px;
91529
+ $comp-scw-testimonial-card-state-image-testimonial-container-left: 0px;
91530
+ $comp-scw-testimonial-card-state-image-testimonial-container-left-percent: 50%;
91531
+ $comp-scw-testimonial-card-state-image-testimonial-container-right: 0px;
91532
+ $comp-scw-testimonial-card-state-image-testimonial-container-padding-left: var( --scw-spacing-3 );
91533
+ $comp-scw-testimonial-card-state-image-testimonial-container-padding-right: var( --scw-spacing-3 );
91534
+ $comp-scw-testimonial-card-state-image-testimonial-container-padding-top: var( --scw-spacing-2 );
91535
+ $comp-scw-testimonial-card-state-image-testimonial-container-padding-bottom: var( --scw-spacing-2 );
91536
+
91537
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-background-color: rgba(0,0,0,0);
91538
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-corner-radius-top-left: 100px;
91539
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-corner-radius-top-right: 100px;
91540
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-corner-radius-bottom-right: 100px;
91541
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-corner-radius-bottom-left: 100px;
91542
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-width: 80px;
91543
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-height: 80px;
91544
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-constraint-horizontal: MIN;
91545
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-constraint-vertical: MIN;
91546
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-constrain-proportions: false;
91547
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-layout-context: FLEX;
91548
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-layout-mode: VERTICAL;
91549
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-primary-axis-align-items: MIN;
91550
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-counter-axis-align-items: CENTER;
91551
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-item-spacing: calc( var( --scw-spacing-1 ) * -0.5 );
91552
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-layout-align: INHERIT;
91553
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-layout-grow: 0;
91554
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-top: var( --scw-spacing-2 );
91555
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-top-percent: 20%;
91556
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-bottom: calc( var( --scw-spacing-1 ) * 20 );
91557
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-left: calc( var( --scw-spacing-1 ) * 14 );
91558
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-left-percent: 50%;
91559
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-right: calc( var( --scw-spacing-1 ) * 14 );
91560
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-padding-left: 0px;
91561
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-padding-right: 0px;
91562
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-padding-top: 0px;
91563
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-padding-bottom: 0px;
91564
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-margin-bottom: calc( var( --scw-spacing-1 ) * -0.5 );
91565
+
91566
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-background-color: rgba(0,0,0,0);
91567
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-blend-mode: NORMAL;
91568
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-width: 108.1903px;
91569
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-height: 81.1429px;
91570
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-constraint-horizontal: MIN;
91571
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-constraint-vertical: MIN;
91572
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-constrain-proportions: false;
91573
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-layout-context: FLEX;
91574
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-layout-mode: NONE;
91575
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-primary-axis-align-items: MIN;
91576
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-counter-axis-align-items: MIN;
91577
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-item-spacing: 0px;
91578
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-layout-align: INHERIT;
91579
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-layout-grow: 0;
91580
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-top: 0px;
91581
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-top-percent: 50.71%;
91582
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-bottom: calc( var( --scw-spacing-1 ) * -0.11428680419921874 );
91583
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-left: calc( var( --scw-spacing-1 ) * -1.40947265625 );
91584
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-left-percent: 50%;
91585
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-right: calc( var( --scw-spacing-1 ) * -1.4095596313476562 );
91586
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-padding-left: 0px;
91587
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-padding-right: 0px;
91588
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-padding-top: 0px;
91589
+ $comp-scw-testimonial-card-state-image-testimonial-container-wrapper-image-padding-bottom: 0px;
91590
+
91591
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-characters: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur suscipit, eros vel malesuada aliquet, sapien felis cursus eros, sit amet elementum nulla justo.';
91592
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-font-size: 1rem;
91593
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-text-align-horizontal: CENTER;
91594
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-text-align-vertical: CENTER;
91595
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-text-transform: none;
91596
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-color: var( --scw-color-grey-02 );
91597
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-font-family: 'Proxima Nova';
91598
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-font-weight: 700;
91599
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-line-height: 1.5rem;
91600
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-letter-spacing: 0rem;
91601
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-font: var( --scw-type-text-bold-04-font );
91602
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-width: 300px;
91603
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-height: 93px;
91604
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-constraint-horizontal: MIN;
91605
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-constraint-vertical: MIN;
91606
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-constrain-proportions: false;
91607
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-layout-context: FLEX;
91608
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-layout-mode: NONE;
91609
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-primary-axis-align-items: MIN;
91610
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-counter-axis-align-items: MIN;
91611
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-item-spacing: 0px;
91612
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-layout-align: STRETCH;
91613
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-layout-grow: 1;
91614
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-top: var( --scw-spacing-12 );
91615
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-top-percent: 55.5%;
91616
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-bottom: calc( var( --scw-spacing-1 ) * 8.7 );
91617
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-left: var( --scw-spacing-3 );
91618
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-left-percent: 50%;
91619
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-right: var( --scw-spacing-3 );
91620
+ $comp-scw-testimonial-card-state-image-testimonial-container-body-margin-bottom: 0px;
91621
+
91622
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-background-color: rgba(0,0,0,0);
91623
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-width: 182px;
91624
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-height: 47px;
91625
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-constraint-horizontal: MIN;
91626
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-constraint-vertical: MIN;
91627
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-constrain-proportions: false;
91628
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-layout-context: FLEX;
91629
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-layout-mode: VERTICAL;
91630
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-primary-axis-align-items: MIN;
91631
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-counter-axis-align-items: CENTER;
91632
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-item-spacing: 0px;
91633
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-layout-align: INHERIT;
91634
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-layout-grow: 0;
91635
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-top: calc( var( --scw-spacing-1 ) * 23.3 );
91636
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-top-percent: 85.5%;
91637
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-bottom: var( --scw-spacing-2 );
91638
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-left: calc( var( --scw-spacing-1 ) * 8.9 );
91639
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-left-percent: 50%;
91640
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-right: calc( var( --scw-spacing-1 ) * 8.9 );
91641
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-padding-left: 0px;
91642
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-padding-right: 0px;
91643
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-padding-top: 0px;
91644
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-padding-bottom: 0px;
91645
+
91646
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-characters: 'Name';
91647
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-font-size: 1rem;
91648
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-text-align-horizontal: CENTER;
91649
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-text-align-vertical: TOP;
91650
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-text-transform: none;
91651
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-color: var( --scw-color-grey-02 );
91652
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-font-family: 'Proxima Nova';
91653
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-font-weight: 400;
91654
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-line-height: 1.5rem;
91655
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-letter-spacing: 0rem;
91656
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-font: var( --scw-type-text-04-font );
91657
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-width: 182px;
91658
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-height: 24px;
91659
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-constraint-horizontal: MIN;
91660
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-constraint-vertical: MIN;
91661
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-constrain-proportions: false;
91662
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-layout-context: FLEX;
91663
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-layout-mode: NONE;
91664
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-primary-axis-align-items: MIN;
91665
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-counter-axis-align-items: MIN;
91666
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-item-spacing: 0px;
91667
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-layout-align: STRETCH;
91668
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-layout-grow: 0;
91669
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-top: 0px;
91670
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-top-percent: 25.53%;
91671
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-bottom: calc( var( --scw-spacing-1 ) * 2.3 );
91672
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-left: 0px;
91673
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-left-percent: 50%;
91674
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-author-right: 0px;
91675
+
91676
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-characters: 'Description';
91677
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-font-size: 0.9375rem;
91678
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-text-align-horizontal: CENTER;
91679
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-text-align-vertical: TOP;
91680
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-text-transform: none;
91681
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-color: var( --scw-color-grey-02 );
91682
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-font-family: 'Proxima Nova';
91683
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-font-weight: 400;
91684
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-line-height: 1.406rem;
91685
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-letter-spacing: 0rem;
91686
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-font: 400 0.9375rem/1.406rem 'Proxima Nova';
91687
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-width: 182px;
91688
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-height: 23px;
91689
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-constraint-horizontal: MIN;
91690
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-constraint-vertical: MIN;
91691
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-constrain-proportions: false;
91692
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-layout-context: FLEX;
91693
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-layout-mode: NONE;
91694
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-primary-axis-align-items: MIN;
91695
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-counter-axis-align-items: MIN;
91696
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-item-spacing: 0px;
91697
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-layout-align: STRETCH;
91698
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-layout-grow: 0;
91699
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-top: calc( var( --scw-spacing-1 ) * 2.4 );
91700
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-top-percent: 75.53%;
91701
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-bottom: 0px;
91702
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-left: 0px;
91703
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-left-percent: 50%;
91704
+ $comp-scw-testimonial-card-state-image-testimonial-container-source-description-right: 0px;