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
@@ -4,7 +4,7 @@
4
4
  constructor (config) { // (version, extraCssPromise, assetsUrl, config ) {
5
5
  this.tokens = {"COLORS|color":{"primary":{"01":["rgba(31,74,5,1)"],"02":["rgba(51,111,3,1)"],"03":["rgba(65,134,9,1)"],"04":["rgba(79,151,21,1)"],"05":["rgba(99,166,10,1)"],"":["rgba(99,166,10,1)"],"06":["rgba(132,201,41,1)"],"07":["rgba(165,228,85,1)"],"08":["rgba(187,234,128,1)"],"09":["rgba(214,244,174,1)"],"092":["rgba(231,250,200,1)"],"095":["rgba(243,252,230,1)"]},"grey":{"10":["rgba(255,255,255,1)"],"00":["rgba(0,0,0,1)"],"01":["rgba(29,31,32,1)"],"02":["rgba(73,77,79,1)"],"03":["rgba(96,100,102,1)"],"04":["rgba(114,118,121,1)"],"05":["rgba(146,147,150,1)"],"":["rgba(146,147,150,1)"],"06":["rgba(176,176,176,1)"],"07":["rgba(202,202,202,1)"],"08":["rgba(226,226,226,1)"],"09":["rgba(239,239,239,1)"],"092":["rgba(246,246,246,1)"],"095":["rgba(248,248,248,1)"]},"error":{"":["rgba(218,52,61,1)"],"light":["rgba(249,230,230,1)"],"dark":["rgba(158,0,0,1)"]},"warning":{"":["rgba(255,134,66,1)"],"light":["rgba(255,214,191,1)"],"dark":["rgba(128,46,0,1)"]},"success":{"":["rgba(123,209,8,1)"],"light":["rgba(213,233,187,1)"],"dark":["rgba(72,121,6,1)"]},"information":{"":["rgba(252,231,40,1)"],"light":["rgba(255,250,208,1)"],"dark":["rgba(170,153,0,1)"]},"icon":{"":["rgba(1,1,1,1)"]},"secondary":{"":["rgba(87,90,93,1)"]},"mortgage":{"01":["rgba(74,2,57,1)"],"02":["rgba(92,1,75,1)"],"03":["rgba(107,4,83,1)"],"04":["rgba(136,6,105,1)"],"05":["rgba(162,0,125,1)"],"":["rgba(162,0,125,1)"],"06":["rgba(193,64,164,1)"],"07":["rgba(214,121,192,1)"],"08":["rgba(235,169,220,1)"],"09":["rgba(247,220,242,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(253,240,250,1)"]},"investments":{"01":["rgba(15,14,88,1)"],"02":["rgba(37,37,124,1)"],"03":["rgba(52,52,145,1)"],"04":["rgba(65,64,157,1)"],"05":["rgba(85,84,177,1)"],"":["rgba(85,84,177,1)"],"06":["rgba(117,116,195,1)"],"07":["rgba(160,159,219,1)"],"08":["rgba(200,199,237,1)"],"09":["rgba(227,226,248,1)"],"092":["rgba(232,231,249,1)"],"095":["rgba(244,244,255,1)"]},"credit-cards":{"01":["rgba(1,51,77,1)"],"02":["rgba(1,70,106,1)"],"03":["rgba(1,88,132,1)"],"04":["rgba(1,104,157,1)"],"05":["rgba(0,122,185,1)"],"":["rgba(0,122,185,1)"],"06":["rgba(46,147,199,1)"],"07":["rgba(94,173,213,1)"],"08":["rgba(140,197,227,1)"],"09":["rgba(189,224,242,1)"],"092":["rgba(227,241,249,1)"],"095":["rgba(236,249,255,1)"]},"student":{"01":["rgba(1,56,49,1)"],"02":["rgba(0,75,67,1)"],"03":["rgba(0,94,83,1)"],"04":["rgba(0,113,100,1)"],"05":["rgba(0,131,116,1)"],"":["rgba(0,131,116,1)"],"06":["rgba(46,156,143,1)"],"07":["rgba(105,185,176,1)"],"08":["rgba(157,217,211,1)"],"09":["rgba(209,240,237,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(237,253,252,1)"]},"savings":{"01":["rgba(119,33,0,1)"],"02":["rgba(149,41,0,1)"],"03":["rgba(163,46,2,1)"],"04":["rgba(178,51,3,1)"],"05":["rgba(195,75,0,1)"],"":["rgba(195,75,0,1)"],"06":["rgba(230,118,47,1)"],"07":["rgba(242,165,109,1)"],"08":["rgba(250,209,167,1)"],"09":["rgba(255,235,211,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(253,247,239,1)"]},"checking":{"01":["rgba(49,6,67,1)"],"02":["rgba(64,21,83,1)"],"03":["rgba(92,40,114,1)"],"04":["rgba(119,57,145,1)"],"05":["rgba(148,77,178,1)"],"":["rgba(148,77,178,1)"],"06":["rgba(168,108,193,1)"],"07":["rgba(198,151,217,1)"],"08":["rgba(218,187,232,1)"],"09":["rgba(233,213,240,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(249,237,252,1)"]},"red-shoes":{"01":["rgba(90,7,9,1)"],"02":["rgba(117,15,18,1)"],"03":["rgba(143,23,27,1)"],"04":["rgba(171,31,36,1)"],"05":["rgba(201,40,45,1)"],"":["rgba(201,40,45,1)"],"06":["rgba(214,80,84,1)"],"07":["rgba(226,119,121,1)"],"08":["rgba(240,162,164,1)"],"09":["rgba(255,219,220,1)"],"092":["rgba(255,236,236,1)"],"095":["rgba(255,240,241,1)"]},"business":{"01":["rgba(83,72,1,1)"],"02":["rgba(111,96,1,1)"],"03":["rgba(141,122,1,1)"],"04":["rgba(168,145,1,1)"],"05":["rgba(199,172,0,1)"],"":["rgba(199,172,0,1)"],"06":["rgba(212,190,46,1)"],"07":["rgba(227,209,98,1)"],"08":["rgba(241,229,149,1)"],"09":["rgba(251,246,214,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(255,252,231,1)"]},"personal":{"01":["rgba(1,40,60,1)"],"02":["rgba(1,59,90,1)"],"03":["rgba(1,80,121,1)"],"04":["rgba(1,99,150,1)"],"05":["rgba(0,122,185,1)"],"":["rgba(0,122,185,1)"],"06":["rgba(48,149,202,1)"],"07":["rgba(100,179,220,1)"],"08":["rgba(154,210,238,1)"],"09":["rgba(202,237,255,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(226,245,255,1)"]},"heloc":{"01":["rgba(41,17,75,1)"],"02":["rgba(56,28,92,1)"],"03":["rgba(76,44,118,1)"],"04":["rgba(101,63,149,1)"],"05":["rgba(128,91,177,1)"],"":["rgba(128,91,177,1)"],"06":["rgba(159,126,201,1)"],"07":["rgba(189,164,221,1)"],"08":["rgba(207,191,229,1)"],"09":["rgba(229,219,244,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(243,239,252,1)"]}},"TYPOGRAPHY|type":{"text":{"10":["3.375rem","'Proxima Nova'","400","3.875rem","0rem","none"],"09":["2.5rem","'Proxima Nova'","400","3.045rem","0rem","none"],"08":["2rem","'Proxima Nova'","400","2.436rem","0rem","none"],"07":["1.5rem","'Proxima Nova'","400","1.827rem","0rem","none"],"06":["1.25rem","'Proxima Nova'","400","1.938rem","0rem","none"],"05":["1.125rem","'Proxima Nova'","400","1.688rem","0rem","none"],"":["1.125rem","'Proxima Nova'","400","1.688rem","0rem","none"],"04":["1rem","'Proxima Nova'","400","1.5rem","0rem","none"],"03":["0.9375rem","'Proxima Nova'","400","1.406rem","0rem","none"],"02":["0.8125rem","'Proxima Nova'","400","1.219rem","0rem","none"],"01":["0.6875rem","'Proxima Nova'","400","1.031rem","0rem","none"]},"text-semibold":{"10":["3.375rem","'Proxima Nova'","600","3.875rem","0rem","none"],"09":["3rem","'Proxima Nova'","600","3.654rem","0rem","none"],"08":["2rem","'Proxima Nova'","600","2.436rem","0rem","none"],"07":["1.5rem","'Proxima Nova'","600","1.827rem","0rem","none"],"06":["1.25rem","'Proxima Nova'","600","1.938rem","0rem","none"],"05":["1.125rem","'Proxima Nova'","600","1.688rem","0rem","none"],"":["1.125rem","'Proxima Nova'","600","1.688rem","0rem","none"],"04":["1rem","'Proxima Nova'","600","1.5rem","0rem","none"],"03":["0.9375rem","'Proxima Nova'","600","1.406rem","0rem","none"],"02":["0.8125rem","'Proxima Nova'","600","1.219rem","0rem","none"],"01":["0.6875rem","'Proxima Nova'","600","1.031rem","0rem","none"]},"text-extrabold":{"10":["3.375rem","'Proxima Nova'","800","3.875rem","0rem","none"],"09":["2.5rem","'Proxima Nova'","800","3.045rem","0rem","none"],"08":["1.875rem","'Proxima Nova'","800","2.284rem","0rem","none"],"07":["1.5rem","'Proxima Nova'","800","1.827rem","0rem","none"],"06":["1.25rem","'Proxima Nova'","800","1.875rem","0rem","none"],"05":["1.125rem","'Proxima Nova'","800","1.688rem","0rem","none"],"":["1.125rem","'Proxima Nova'","800","1.688rem","0rem","none"],"04":["1rem","'Proxima Nova'","800","1.5rem","0rem","none"],"03":["0.9375rem","'Proxima Nova'","800","1.406rem","0rem","none"],"02":["0.8125rem","'Proxima Nova'","800","1.219rem","0rem","none"],"01":["0.6875rem","'Proxima Nova'","800","1.031rem","0rem","none"]},"text-bold":{"10":["3.375rem","'Proxima Nova'","700","3.875rem","0rem","none"],"09":["2.5rem","'Proxima Nova'","700","3.045rem","0rem","none"],"08":["2rem","'Proxima Nova'","700","2.436rem","0rem","none"],"07":["1.5rem","'Proxima Nova'","700","1.827rem","0rem","none"],"06":["1.25rem","'Proxima Nova'","700","1.938rem","0rem","none"],"05":["1.125rem","'Proxima Nova'","700","1.688rem","0rem","none"],"":["1.125rem","'Proxima Nova'","700","1.688rem","0rem","none"],"04":["1rem","'Proxima Nova'","700","1.5rem","0rem","none"],"03":["0.9375rem","'Proxima Nova'","700","1.406rem","0rem","none"],"02":["0.8125rem","'Proxima Nova'","700","1.219rem","0rem","none"],"01":["0.6875rem","'Proxima Nova'","700","1.031rem","0rem","none"]},"text-mono":{"10":["3.375rem","'Proxima Nova'","400","4.111rem","0rem","none","\"lnum\", \"tnum\""],"09":["2.5rem","'Proxima Nova'","400","3.045rem","0rem","none","\"lnum\", \"tnum\""],"08":["1.875rem","'Proxima Nova'","400","2.284rem","0rem","none","\"lnum\", \"tnum\""],"07":["1.5rem","'Proxima Nova'","400","1.827rem","0rem","none","\"lnum\", \"tnum\""],"06":["1.25rem","'Proxima Nova'","400","1.875rem","0rem","none","\"lnum\", \"tnum\""],"05":["1.125rem","'Proxima Nova'","400","1.688rem","0rem","none","\"lnum\", \"tnum\""],"":["1.125rem","'Proxima Nova'","400","1.688rem","0rem","none","\"lnum\", \"tnum\""],"04":["1rem","'Proxima Nova'","400","1.5rem","0rem","none","\"lnum\", \"tnum\""],"03":["0.9375rem","'Proxima Nova'","400","1.172rem","0rem","none","\"lnum\", \"tnum\""],"02":["0.8125rem","'Proxima Nova'","400","1.016rem","0rem","none","\"lnum\", \"tnum\""],"01":["0.6875rem","'Proxima Nova'","400","0.859rem","0rem","none","\"lnum\", \"tnum\""]},"text-bold-condensed":{"10":["2.5rem","'Proxima Nova Condensed'","700","3.375rem","0rem","none"],"09":["1.875rem","'Proxima Nova Condensed'","700","2.531rem","0rem","none"],"08":["1.5rem","'Proxima Nova Condensed'","700","2.025rem","0rem","none"],"07":["1.25rem","'Proxima Nova Condensed'","700","1.688rem","0rem","none"],"06":["1.125rem","'Proxima Nova Condensed'","700","1.688rem","0rem","none"],"05":["1rem","'Proxima Nova Condensed'","700","1.5rem","0rem","none"],"":["1rem","'Proxima Nova Condensed'","700","1.5rem","0rem","none"],"04":["0.875rem","'Proxima Nova Condensed'","700","1.313rem","0rem","none"],"03":["0.75rem","'Proxima Nova Condensed'","700","0.938rem","0rem","none"],"02":["0.6875rem","'Proxima Nova Condensed'","700","0.859rem","0rem","none"],"01":["0.5625rem","'Proxima Nova Condensed'","700","0.703rem","0rem","none"]}},"EFFECTS|effect":{"shadow":{"":["0px 0px 8px 0px rgba(0,0,0,0.27)"]},"focus":{"":["0px 0px 0px 2px rgba(53,155,249,1)"]}},"ICONS|icon":{"placeholder":{"svg":[""]},"close":{"svg":[""]},"instagram":{"svg":[""]},"check":{"svg":[""]},"download":{"svg":[""]},"upload":{"svg":[""]},"menu":{"svg":[""]},"tester":{"svg":[""]},"loading-spinner":{"svg":[""]},"copy":{"svg":[""]},"quote-left":{"svg":[""]},"linkedin":{"svg":[""]},"facebook":{"svg":[""]},"tiktok":{"svg":[""]},"location":{"svg":[""]},"location-dot":{"svg":[""]},"search":{"svg":[""]},"visible":{"svg":[""]},"hidden":{"svg":[""]},"lock":{"svg":[""]},"edit":{"svg":[""]},"envelope":{"svg":[""]},"external-link":{"svg":[""]},"crosshairs":{"svg":[""]},"message":{"svg":[""]},"message-outline":{"svg":[""]},"minus":{"svg":[""]},"mobile":{"svg":[""]},"pdf":{"svg":[""]},"plus":{"svg":[""]},"chevron-up":{"svg":[""]},"chevron-down":{"svg":[""]},"chevron-left":{"svg":[""]},"chevron-right":{"svg":[""]},"clock":{"svg":[""]},"star":{"svg":[""]},"info":{"svg":[""]},"question-circle":{"svg":[""]},"user":{"svg":[""]},"circle":{"svg":[""]},"code":{"svg":[""]},"print":{"svg":[""]},"close-circle":{"svg":[""]},"exclamation-circle":{"svg":[""]},"phone":{"svg":[""]},"check-circle":{"svg":[""]},"envelope-solid":{"svg":[""]},"instant-issue":{"svg":[""]},"night-deposit":{"svg":[""]},"drive-through-video-teller":{"svg":[""]},"drive-through":{"svg":[""]},"safe-deposit-box":{"svg":[""]},"smart-locker":{"svg":[""]},"notary":{"svg":[""]},"video-teller":{"svg":[""]},"card-group":{"svg":[""]},"car":{"svg":[""]},"chat-house":{"svg":[""]},"checklist":{"svg":[""]},"contactless-payment-2":{"svg":[""]},"debit-card-rate":{"svg":[""]},"hand-wave":{"svg":[""]},"heart-outlines":{"svg":[""]},"mobile-money-chat":{"svg":[""]},"mobile-transfer":{"svg":[""]},"resource-calculator":{"svg":[""]},"resource-checklist":{"svg":[""]},"resource-worksheet":{"svg":[""]},"resources":{"svg":[""]},"mobile-wallet":{"svg":[""]},"no-check":{"svg":[""]},"percentage":{"svg":[""]},"mobile-phone":{"svg":[""]},"mobile-phone-diagonal":{"svg":[""]},"mobile-phone-location":{"svg":[""]},"high-five":{"svg":[""]},"magnifying-glass-secure":{"svg":[""]},"mobile-deposit":{"svg":[""]},"hands":{"svg":[""]},"handshake":{"svg":[""]},"heart-hand":{"svg":[""]},"debit-card-stars":{"svg":[""]},"graduation-hat":{"svg":[""]},"graph":{"svg":[""]},"contract":{"svg":[""]},"credit-card":{"svg":[""]},"debit-card":{"svg":[""]},"computer-mortgage":{"svg":[""]},"connection":{"svg":[""]},"contactless-payment":{"svg":[""]},"chat-summit":{"svg":[""]},"cash-stack-large":{"svg":[""]},"cash-stack-small":{"svg":[""]},"chat-calculator":{"svg":[""]},"atm":{"svg":[""]},"branch":{"svg":[""]},"calculator":{"svg":[""]},"school":{"svg":[""]},"testimonial":{"svg":[""]},"women":{"svg":[""]},"zelle-1":{"svg":[""]},"zelle-2":{"svg":[""]},"zelle-3":{"svg":[""]},"alert-thermometer":{"svg":[""]},"alert-sad-face":{"svg":[""]},"alert-light-bulb":{"svg":[""]},"alert-exclamation":{"svg":[""]},"alert-snowflake":{"svg":[""]},"alert-thumbs-up":{"svg":[""]},"atm-circle":{"svg":[""]},"24-hr-atm":{"svg":[""]},"coin-machine":{"svg":[""]},"drive-through-teller":{"svg":[""]},"slider":{"svg":[""]},"document":{"svg":[""]},"checkbox":{"svg":[""]},"radio":{"svg":[""]},"checkbox-selected":{"svg":[""]},"radio-selected":{"svg":[""]},"checkbox-hover":{"svg":[""]},"radio-hover":{"svg":[""]},"checkbox-selected-hover":{"svg":[""]},"radio-selected-hover":{"svg":[""]},"checkbox-disabled":{"svg":[""]},"radio-disabled":{"svg":[""]},"checkbox-selected-disabled":{"svg":[""]},"radio-selected-disabled":{"svg":[""]},"color-test":{"svg":[""]},"alert-warning":{"svg":[""]},"alert-success":{"svg":[""]},"alert-info":{"svg":[""]},"alert-fail":{"svg":[""]},"circle-plus":{"svg":[""]}},"GRAPHICS|graphic":{"apple-app-store":{"svg":[""],"":["159px","47px"]},"logo":{"svg":[""],"":["143px","64px"]},"ncua":{"svg":[""],"":["108px","50px"]},"ehl":{"svg":[""],"":["53px","53px"]},"google-play-store":{"svg":[""],"":["159px","47px"]}},"LAYOUTS|":{"spacing":{"1":["0.625rem"]},"col":{"1":["8.3333%"]},"colvw":{"1":["8.3333vw"]}},"FONTS|font":{"proxima_nova condensed-700-normal":{"":["Proxima Nova Condensed","font-proxima_nova condensed-700-normal.otf","700","normal"]},"proxima_nova-700-normal":{"":["Proxima Nova","font-proxima_nova-700-normal.otf","700","normal"]},"proxima_nova-600-normal":{"":["Proxima Nova","font-proxima_nova-600-normal.otf","600","normal"]},"proxima_nova-800-normal":{"":["Proxima Nova","font-proxima_nova-800-normal.otf","800","normal"]},"proxima_nova-300-normal":{"":["Proxima Nova","font-proxima_nova-300-normal.otf","300","normal"]}},"BREAKPOINTS|breakpoint":{"sm":{"":["sm","0px","576px","1"]},"md":{"":["md","0px","768px","2"]},"lg":{"":["lg","0px","992px","3"]},"xlg":{"":["xlg","0px","1200px","4"]}}};
6
6
  this.prefix = 'scw';// dynamic
7
- this.uuid = '5f7a233e-4192-4efc-85f9-32c702641690';// dynamic
7
+ this.uuid = '7398d948-8cc0-4c9d-b87b-f8e1dbfdd22a';// dynamic
8
8
 
9
9
  this.initialized = false;
10
10
  this.lookup;
@@ -30,8 +30,8 @@
30
30
  "outputSegmentRef": "footer-scw-link-base-label-label-vars.$text-transform"
31
31
  },
32
32
  "color": {
33
- "output": "$comp-scw-rate-table-footer-scw-link-base-label-label-color: var( --scw-color-grey-04 );",
34
- "outputSegment": "$color: var( --scw-color-grey-04 );",
33
+ "output": "$comp-scw-rate-table-footer-scw-link-base-label-label-color: var( --scw-color-grey-03 );",
34
+ "outputSegment": "$color: var( --scw-color-grey-03 );",
35
35
  "outputSegmentRef": "footer-scw-link-base-label-label-vars.$color"
36
36
  },
37
37
  "font-family": {
@@ -30,8 +30,8 @@
30
30
  "outputSegmentRef": "footer-text-vars.$text-transform"
31
31
  },
32
32
  "color": {
33
- "output": "$comp-scw-rate-table-footer-text-color: var( --scw-color-grey-04 );",
34
- "outputSegment": "$color: var( --scw-color-grey-04 );",
33
+ "output": "$comp-scw-rate-table-footer-text-color: var( --scw-color-grey-03 );",
34
+ "outputSegment": "$color: var( --scw-color-grey-03 );",
35
35
  "outputSegmentRef": "footer-text-vars.$color"
36
36
  },
37
37
  "font-family": {
@@ -30,8 +30,8 @@
30
30
  "outputSegmentRef": "footer-scw-link-base-label-label-vars.$text-transform"
31
31
  },
32
32
  "color": {
33
- "output": "$comp-scw-rate-table-mobile-footer-scw-link-base-label-label-color: var( --scw-color-grey-04 );",
34
- "outputSegment": "$color: var( --scw-color-grey-04 );",
33
+ "output": "$comp-scw-rate-table-mobile-footer-scw-link-base-label-label-color: var( --scw-color-grey-03 );",
34
+ "outputSegment": "$color: var( --scw-color-grey-03 );",
35
35
  "outputSegmentRef": "footer-scw-link-base-label-label-vars.$color"
36
36
  },
37
37
  "font-family": {
@@ -30,8 +30,8 @@
30
30
  "outputSegmentRef": "footer-text-vars.$text-transform"
31
31
  },
32
32
  "color": {
33
- "output": "$comp-scw-rate-table-mobile-footer-text-color: var( --scw-color-grey-04 );",
34
- "outputSegment": "$color: var( --scw-color-grey-04 );",
33
+ "output": "$comp-scw-rate-table-mobile-footer-text-color: var( --scw-color-grey-03 );",
34
+ "outputSegment": "$color: var( --scw-color-grey-03 );",
35
35
  "outputSegmentRef": "footer-text-vars.$color"
36
36
  },
37
37
  "font-family": {
@@ -45,8 +45,8 @@
45
45
  "outputSegmentRef": "index-vars.$corner-radius-bottom-left"
46
46
  },
47
47
  "width": {
48
- "output": "$comp-scw-testimonial-card-width: 832px;",
49
- "outputSegment": "$width: 832px;",
48
+ "output": "$comp-scw-testimonial-card-width: 1244px;",
49
+ "outputSegment": "$width: 1244px;",
50
50
  "outputSegmentRef": "index-vars.$width"
51
51
  },
52
52
  "height": {
@@ -90,13 +90,13 @@
90
90
  "outputSegmentRef": "default-vars.$left"
91
91
  },
92
92
  "left-percent": {
93
- "output": "$comp-scw-testimonial-card-default-left-percent: 24.04%;",
94
- "outputSegment": "$left-percent: 24.04%;",
93
+ "output": "$comp-scw-testimonial-card-default-left-percent: 16.08%;",
94
+ "outputSegment": "$left-percent: 16.08%;",
95
95
  "outputSegmentRef": "default-vars.$left-percent"
96
96
  },
97
97
  "right": {
98
- "output": "$comp-scw-testimonial-card-default-right: calc( var( --scw-spacing-1 ) * 45.2 );",
99
- "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 45.2 );",
98
+ "output": "$comp-scw-testimonial-card-default-right: calc( var( --scw-spacing-1 ) * 86.4 );",
99
+ "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 86.4 );",
100
100
  "outputSegmentRef": "default-vars.$right"
101
101
  },
102
102
  "padding-left": {
@@ -65,8 +65,8 @@
65
65
  "outputSegmentRef": "default-testimonial-container-body-vars.$width"
66
66
  },
67
67
  "height": {
68
- "output": "$comp-scw-testimonial-card-default-testimonial-container-body-height: 110px;",
69
- "outputSegment": "$height: 110px;",
68
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-body-height: 133px;",
69
+ "outputSegment": "$height: 133px;",
70
70
  "outputSegmentRef": "default-testimonial-container-body-vars.$height"
71
71
  },
72
72
  "constraint-horizontal": {
@@ -120,18 +120,18 @@
120
120
  "outputSegmentRef": "default-testimonial-container-body-vars.$layout-grow"
121
121
  },
122
122
  "top": {
123
- "output": "$comp-scw-testimonial-card-default-testimonial-container-body-top: var( --scw-spacing-10 );",
124
- "outputSegment": "$top: var( --scw-spacing-10 );",
123
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-body-top: var( --scw-spacing-8 );",
124
+ "outputSegment": "$top: var( --scw-spacing-8 );",
125
125
  "outputSegmentRef": "default-testimonial-container-body-vars.$top"
126
126
  },
127
127
  "top-percent": {
128
- "output": "$comp-scw-testimonial-card-default-testimonial-container-body-top-percent: 51.67%;",
129
- "outputSegment": "$top-percent: 51.67%;",
128
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-body-top-percent: 48.83%;",
129
+ "outputSegment": "$top-percent: 48.83%;",
130
130
  "outputSegmentRef": "default-testimonial-container-body-vars.$top-percent"
131
131
  },
132
132
  "bottom": {
133
- "output": "$comp-scw-testimonial-card-default-testimonial-container-body-bottom: var( --scw-spacing-9 );",
134
- "outputSegment": "$bottom: var( --scw-spacing-9 );",
133
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-body-bottom: calc( var( --scw-spacing-1 ) * 8.7 );",
134
+ "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 8.7 );",
135
135
  "outputSegmentRef": "default-testimonial-container-body-vars.$bottom"
136
136
  },
137
137
  "left": {
@@ -10,13 +10,13 @@
10
10
  "outputSegmentRef": "default-testimonial-container-quote-left-vars.$background-color"
11
11
  },
12
12
  "width": {
13
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-width: 60px;",
14
- "outputSegment": "$width: 60px;",
13
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-width: 40px;",
14
+ "outputSegment": "$width: 40px;",
15
15
  "outputSegmentRef": "default-testimonial-container-quote-left-vars.$width"
16
16
  },
17
17
  "height": {
18
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-height: 60px;",
19
- "outputSegment": "$height: 60px;",
18
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-height: 40px;",
19
+ "outputSegment": "$height: 40px;",
20
20
  "outputSegmentRef": "default-testimonial-container-quote-left-vars.$height"
21
21
  },
22
22
  "constraint-horizontal": {
@@ -75,18 +75,18 @@
75
75
  "outputSegmentRef": "default-testimonial-container-quote-left-vars.$top"
76
76
  },
77
77
  "top-percent": {
78
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-top-percent: 16.67%;",
79
- "outputSegment": "$top-percent: 16.67%;",
78
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-top-percent: 13.33%;",
79
+ "outputSegment": "$top-percent: 13.33%;",
80
80
  "outputSegmentRef": "default-testimonial-container-quote-left-vars.$top-percent"
81
81
  },
82
82
  "bottom": {
83
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-bottom: calc( var( --scw-spacing-1 ) * 22 );",
84
- "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 22 );",
83
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-bottom: calc( var( --scw-spacing-1 ) * 24 );",
84
+ "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 24 );",
85
85
  "outputSegmentRef": "default-testimonial-container-quote-left-vars.$bottom"
86
86
  },
87
87
  "left": {
88
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-left: calc( var( --scw-spacing-1 ) * 15 );",
89
- "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 15 );",
88
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-left: calc( var( --scw-spacing-1 ) * 16 );",
89
+ "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 16 );",
90
90
  "outputSegmentRef": "default-testimonial-container-quote-left-vars.$left"
91
91
  },
92
92
  "left-percent": {
@@ -95,8 +95,8 @@
95
95
  "outputSegmentRef": "default-testimonial-container-quote-left-vars.$left-percent"
96
96
  },
97
97
  "right": {
98
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-right: calc( var( --scw-spacing-1 ) * 15 );",
99
- "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 15 );",
98
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-right: calc( var( --scw-spacing-1 ) * 16 );",
99
+ "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 16 );",
100
100
  "outputSegmentRef": "default-testimonial-container-quote-left-vars.$right"
101
101
  },
102
102
  "padding-left": {
@@ -15,13 +15,13 @@
15
15
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$blend-mode"
16
16
  },
17
17
  "width": {
18
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-width: 50px;",
19
- "outputSegment": "$width: 50px;",
18
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-width: 33.3333px;",
19
+ "outputSegment": "$width: 33.3333px;",
20
20
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$width"
21
21
  },
22
22
  "height": {
23
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-height: 35.7143px;",
24
- "outputSegment": "$height: 35.7143px;",
23
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-height: 23.8095px;",
24
+ "outputSegment": "$height: 23.8095px;",
25
25
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$height"
26
26
  },
27
27
  "constraint-horizontal": {
@@ -75,8 +75,8 @@
75
75
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$layout-grow"
76
76
  },
77
77
  "top": {
78
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-top: calc( var( --scw-spacing-1 ) * 1.2 );",
79
- "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 1.2 );",
78
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-top: calc( var( --scw-spacing-1 ) * 0.8 );",
79
+ "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 0.8 );",
80
80
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$top"
81
81
  },
82
82
  "top-percent": {
@@ -85,13 +85,13 @@
85
85
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$top-percent"
86
86
  },
87
87
  "bottom": {
88
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-bottom: calc( var( --scw-spacing-1 ) * 1.228571319580078 );",
89
- "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 1.228571319580078 );",
88
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );",
89
+ "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );",
90
90
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$bottom"
91
91
  },
92
92
  "left": {
93
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-left: calc( var( --scw-spacing-1 ) * 0.5 );",
94
- "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 0.5 );",
93
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-left: calc( var( --scw-spacing-1 ) * 0.33330078125 );",
94
+ "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 0.33330078125 );",
95
95
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$left"
96
96
  },
97
97
  "left-percent": {
@@ -100,8 +100,8 @@
100
100
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$left-percent"
101
101
  },
102
102
  "right": {
103
- "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-right: calc( var( --scw-spacing-1 ) * 0.5 );",
104
- "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 0.5 );",
103
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-quote-left-vector-right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );",
104
+ "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );",
105
105
  "outputSegmentRef": "default-testimonial-container-quote-left-vector-vars.$right"
106
106
  },
107
107
  "padding-left": {
@@ -15,8 +15,8 @@
15
15
  "outputSegmentRef": "default-testimonial-container-source-vars.$width"
16
16
  },
17
17
  "height": {
18
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-height: 50px;",
19
- "outputSegment": "$height: 50px;",
18
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-height: 47px;",
19
+ "outputSegment": "$height: 47px;",
20
20
  "outputSegmentRef": "default-testimonial-container-source-vars.$height"
21
21
  },
22
22
  "constraint-horizontal": {
@@ -70,13 +70,13 @@
70
70
  "outputSegmentRef": "default-testimonial-container-source-vars.$layout-grow"
71
71
  },
72
72
  "top": {
73
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-top: calc( var( --scw-spacing-1 ) * 23 );",
74
- "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 23 );",
73
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-top: calc( var( --scw-spacing-1 ) * 23.3 );",
74
+ "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 23.3 );",
75
75
  "outputSegmentRef": "default-testimonial-container-source-vars.$top"
76
76
  },
77
77
  "top-percent": {
78
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-top-percent: 85%;",
79
- "outputSegment": "$top-percent: 85%;",
78
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-top-percent: 85.5%;",
79
+ "outputSegment": "$top-percent: 85.5%;",
80
80
  "outputSegmentRef": "default-testimonial-container-source-vars.$top-percent"
81
81
  },
82
82
  "bottom": {
@@ -10,8 +10,8 @@
10
10
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$characters"
11
11
  },
12
12
  "font-size": {
13
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-font-size: 1.125rem;",
14
- "outputSegment": "$font-size: 1.125rem;",
13
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-font-size: 1rem;",
14
+ "outputSegment": "$font-size: 1rem;",
15
15
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$font-size"
16
16
  },
17
17
  "text-align-horizontal": {
@@ -40,13 +40,13 @@
40
40
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$font-family"
41
41
  },
42
42
  "font-weight": {
43
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-font-weight: 600;",
44
- "outputSegment": "$font-weight: 600;",
43
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-font-weight: 400;",
44
+ "outputSegment": "$font-weight: 400;",
45
45
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$font-weight"
46
46
  },
47
47
  "line-height": {
48
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-line-height: 1.688rem;",
49
- "outputSegment": "$line-height: 1.688rem;",
48
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-line-height: 1.5rem;",
49
+ "outputSegment": "$line-height: 1.5rem;",
50
50
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$line-height"
51
51
  },
52
52
  "letter-spacing": {
@@ -55,8 +55,8 @@
55
55
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$letter-spacing"
56
56
  },
57
57
  "font": {
58
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-font: var( --scw-type-text-semibold-font );",
59
- "outputSegment": "$font: var( --scw-type-text-semibold-font );",
58
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-font: var( --scw-type-text-04-font );",
59
+ "outputSegment": "$font: var( --scw-type-text-04-font );",
60
60
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$font"
61
61
  },
62
62
  "width": {
@@ -65,8 +65,8 @@
65
65
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$width"
66
66
  },
67
67
  "height": {
68
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-height: 27px;",
69
- "outputSegment": "$height: 27px;",
68
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-height: 24px;",
69
+ "outputSegment": "$height: 24px;",
70
70
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$height"
71
71
  },
72
72
  "constraint-horizontal": {
@@ -125,8 +125,8 @@
125
125
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$top"
126
126
  },
127
127
  "top-percent": {
128
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-top-percent: 27%;",
129
- "outputSegment": "$top-percent: 27%;",
128
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-author-top-percent: 25.53%;",
129
+ "outputSegment": "$top-percent: 25.53%;",
130
130
  "outputSegmentRef": "default-testimonial-container-source-author-vars.$top-percent"
131
131
  },
132
132
  "bottom": {
@@ -120,13 +120,13 @@
120
120
  "outputSegmentRef": "default-testimonial-container-source-description-vars.$layout-grow"
121
121
  },
122
122
  "top": {
123
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-description-top: calc( var( --scw-spacing-1 ) * 2.7 );",
124
- "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 2.7 );",
123
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-description-top: calc( var( --scw-spacing-1 ) * 2.4 );",
124
+ "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 2.4 );",
125
125
  "outputSegmentRef": "default-testimonial-container-source-description-vars.$top"
126
126
  },
127
127
  "top-percent": {
128
- "output": "$comp-scw-testimonial-card-default-testimonial-container-source-description-top-percent: 77%;",
129
- "outputSegment": "$top-percent: 77%;",
128
+ "output": "$comp-scw-testimonial-card-default-testimonial-container-source-description-top-percent: 75.53%;",
129
+ "outputSegment": "$top-percent: 75.53%;",
130
130
  "outputSegmentRef": "default-testimonial-container-source-description-vars.$top-percent"
131
131
  },
132
132
  "bottom": {
@@ -90,13 +90,13 @@
90
90
  "outputSegmentRef": "state-default-vars.$left"
91
91
  },
92
92
  "left-percent": {
93
- "output": "$comp-scw-testimonial-card-state-default-left-percent: 74.76%;",
94
- "outputSegment": "$left-percent: 74.76%;",
93
+ "output": "$comp-scw-testimonial-card-state-default-left-percent: 50%;",
94
+ "outputSegment": "$left-percent: 50%;",
95
95
  "outputSegmentRef": "state-default-vars.$left-percent"
96
96
  },
97
97
  "right": {
98
- "output": "$comp-scw-testimonial-card-state-default-right: var( --scw-spacing-3 );",
99
- "outputSegment": "$right: var( --scw-spacing-3 );",
98
+ "output": "$comp-scw-testimonial-card-state-default-right: calc( var( --scw-spacing-1 ) * 44.2 );",
99
+ "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 44.2 );",
100
100
  "outputSegmentRef": "state-default-vars.$right"
101
101
  },
102
102
  "padding-left": {
@@ -65,8 +65,8 @@
65
65
  "outputSegmentRef": "state-default-testimonial-container-body-vars.$width"
66
66
  },
67
67
  "height": {
68
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-body-height: 120px;",
69
- "outputSegment": "$height: 120px;",
68
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-body-height: 133px;",
69
+ "outputSegment": "$height: 133px;",
70
70
  "outputSegmentRef": "state-default-testimonial-container-body-vars.$height"
71
71
  },
72
72
  "constraint-horizontal": {
@@ -120,18 +120,18 @@
120
120
  "outputSegmentRef": "state-default-testimonial-container-body-vars.$layout-grow"
121
121
  },
122
122
  "top": {
123
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-body-top: var( --scw-spacing-9 );",
124
- "outputSegment": "$top: var( --scw-spacing-9 );",
123
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-body-top: var( --scw-spacing-8 );",
124
+ "outputSegment": "$top: var( --scw-spacing-8 );",
125
125
  "outputSegmentRef": "state-default-testimonial-container-body-vars.$top"
126
126
  },
127
127
  "top-percent": {
128
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-body-top-percent: 50%;",
129
- "outputSegment": "$top-percent: 50%;",
128
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-body-top-percent: 48.83%;",
129
+ "outputSegment": "$top-percent: 48.83%;",
130
130
  "outputSegmentRef": "state-default-testimonial-container-body-vars.$top-percent"
131
131
  },
132
132
  "bottom": {
133
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-body-bottom: var( --scw-spacing-9 );",
134
- "outputSegment": "$bottom: var( --scw-spacing-9 );",
133
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-body-bottom: calc( var( --scw-spacing-1 ) * 8.7 );",
134
+ "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 8.7 );",
135
135
  "outputSegmentRef": "state-default-testimonial-container-body-vars.$bottom"
136
136
  },
137
137
  "left": {
@@ -10,13 +10,13 @@
10
10
  "outputSegmentRef": "state-default-testimonial-container-quote-left-vars.$background-color"
11
11
  },
12
12
  "width": {
13
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-width: 50px;",
14
- "outputSegment": "$width: 50px;",
13
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-width: 40px;",
14
+ "outputSegment": "$width: 40px;",
15
15
  "outputSegmentRef": "state-default-testimonial-container-quote-left-vars.$width"
16
16
  },
17
17
  "height": {
18
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-height: 50px;",
19
- "outputSegment": "$height: 50px;",
18
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-height: 40px;",
19
+ "outputSegment": "$height: 40px;",
20
20
  "outputSegmentRef": "state-default-testimonial-container-quote-left-vars.$height"
21
21
  },
22
22
  "constraint-horizontal": {
@@ -75,18 +75,18 @@
75
75
  "outputSegmentRef": "state-default-testimonial-container-quote-left-vars.$top"
76
76
  },
77
77
  "top-percent": {
78
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-top-percent: 15%;",
79
- "outputSegment": "$top-percent: 15%;",
78
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-top-percent: 13.33%;",
79
+ "outputSegment": "$top-percent: 13.33%;",
80
80
  "outputSegmentRef": "state-default-testimonial-container-quote-left-vars.$top-percent"
81
81
  },
82
82
  "bottom": {
83
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-bottom: calc( var( --scw-spacing-1 ) * 23 );",
84
- "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 23 );",
83
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-bottom: calc( var( --scw-spacing-1 ) * 24 );",
84
+ "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 24 );",
85
85
  "outputSegmentRef": "state-default-testimonial-container-quote-left-vars.$bottom"
86
86
  },
87
87
  "left": {
88
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-left: calc( var( --scw-spacing-1 ) * 15.5 );",
89
- "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 15.5 );",
88
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-left: calc( var( --scw-spacing-1 ) * 16 );",
89
+ "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 16 );",
90
90
  "outputSegmentRef": "state-default-testimonial-container-quote-left-vars.$left"
91
91
  },
92
92
  "left-percent": {
@@ -95,8 +95,8 @@
95
95
  "outputSegmentRef": "state-default-testimonial-container-quote-left-vars.$left-percent"
96
96
  },
97
97
  "right": {
98
- "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-right: calc( var( --scw-spacing-1 ) * 15.5 );",
99
- "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 15.5 );",
98
+ "output": "$comp-scw-testimonial-card-state-default-testimonial-container-quote-left-right: calc( var( --scw-spacing-1 ) * 16 );",
99
+ "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 16 );",
100
100
  "outputSegmentRef": "state-default-testimonial-container-quote-left-vars.$right"
101
101
  },
102
102
  "padding-left": {