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
@@ -13,16 +13,16 @@
13
13
  }
14
14
 
15
15
  @mixin sizing {
16
- width: 41.6667px;
17
- height: 29.7619px;
16
+ width: 33.3333px;
17
+ height: 23.8095px;
18
18
  }
19
19
 
20
20
  @mixin width {
21
- width: 41.6667px;
21
+ width: 33.3333px;
22
22
  }
23
23
 
24
24
  @mixin height {
25
- height: 29.7619px;
25
+ height: 23.8095px;
26
26
  }
27
27
 
28
28
  @mixin padding {
@@ -38,24 +38,24 @@
38
38
 
39
39
  @mixin absolute-layout {
40
40
  position: absolute;
41
- left: calc( var( --scw-spacing-1 ) * 0.41669921875 );
42
- right: calc( var( --scw-spacing-1 ) * 0.41663436889648436 );
43
- top: var( --scw-spacing-1 );
44
- bottom: calc( var( --scw-spacing-1 ) * 1.0238094329833984 );
41
+ left: calc( var( --scw-spacing-1 ) * 0.33330078125 );
42
+ right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );
43
+ top: calc( var( --scw-spacing-1 ) * 0.8 );
44
+ bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );
45
45
  }
46
46
 
47
47
  @mixin html-autolayout-margins {
48
48
  display: inline-block;
49
- margin-left: calc( var( --scw-spacing-1 ) * 0.41669921875 );
50
- margin-right: calc( var( --scw-spacing-1 ) * 0.41663436889648436 );
51
- margin-top: var( --scw-spacing-1 );
52
- margin-bottom: calc( var( --scw-spacing-1 ) * 1.0238094329833984 );
49
+ margin-left: calc( var( --scw-spacing-1 ) * 0.33330078125 );
50
+ margin-right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );
51
+ margin-top: calc( var( --scw-spacing-1 ) * 0.8 );
52
+ margin-bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );
53
53
  }
54
54
 
55
55
  @mixin html-autolayout-padding {
56
56
  display: inline-block;
57
- padding-left: calc( var( --scw-spacing-1 ) * 0.41669921875 );
58
- padding-right: calc( var( --scw-spacing-1 ) * 0.41663436889648436 );
59
- padding-top: var( --scw-spacing-1 );
60
- padding-bottom: calc( var( --scw-spacing-1 ) * 1.0238094329833984 );
57
+ padding-left: calc( var( --scw-spacing-1 ) * 0.33330078125 );
58
+ padding-right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );
59
+ padding-top: calc( var( --scw-spacing-1 ) * 0.8 );
60
+ padding-bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );
61
61
  }
@@ -2,8 +2,8 @@
2
2
 
3
3
  $background-color: var( --scw-color-grey-08 );
4
4
  $blend-mode: NORMAL;
5
- $width: 41.6667px;
6
- $height: 29.7619px;
5
+ $width: 33.3333px;
6
+ $height: 23.8095px;
7
7
  $constraint-horizontal: STRETCH;
8
8
  $constraint-vertical: STRETCH;
9
9
  $constrain-proportions: false;
@@ -14,12 +14,12 @@ $counter-axis-align-items: MIN;
14
14
  $item-spacing: 0px;
15
15
  $layout-align: MIN;
16
16
  $layout-grow: 0;
17
- $top: var( --scw-spacing-1 );
17
+ $top: calc( var( --scw-spacing-1 ) * 0.8 );
18
18
  $top-percent: 49.76%;
19
- $bottom: calc( var( --scw-spacing-1 ) * 1.0238094329833984 );
20
- $left: calc( var( --scw-spacing-1 ) * 0.41669921875 );
19
+ $bottom: calc( var( --scw-spacing-1 ) * 0.8190475463867187 );
20
+ $left: calc( var( --scw-spacing-1 ) * 0.33330078125 );
21
21
  $left-percent: 50%;
22
- $right: calc( var( --scw-spacing-1 ) * 0.41663436889648436 );
22
+ $right: calc( var( --scw-spacing-1 ) * 0.33336563110351564 );
23
23
  $padding-left: 0px;
24
24
  $padding-right: 0px;
25
25
  $padding-top: 0px;
@@ -5,7 +5,7 @@
5
5
  $themeVar: false
6
6
  ) {
7
7
  text-align: CENTER;
8
- font: var( --scw-type-text-semibold-font );
8
+ font: var( --scw-type-text-04-font );
9
9
  @if $themeVar {
10
10
  color: var( #{$themeVar}-02 , var( --scw-color-grey-02 ) );
11
11
  } @else {
@@ -16,7 +16,7 @@
16
16
 
17
17
  @mixin sizing {
18
18
  width: 182px;
19
- height: 27px;
19
+ height: 24px;
20
20
  }
21
21
 
22
22
  @mixin width {
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  @mixin height {
27
- height: 27px;
27
+ height: 24px;
28
28
  }
29
29
 
30
30
  @mixin padding {
@@ -1,18 +1,18 @@
1
1
 
2
2
 
3
3
  $characters: 'Name';
4
- $font-size: 1.125rem;
4
+ $font-size: 1rem;
5
5
  $text-align-horizontal: CENTER;
6
6
  $text-align-vertical: TOP;
7
7
  $text-transform: none;
8
8
  $color: var( --scw-color-grey-02 );
9
9
  $font-family: 'Proxima Nova';
10
- $font-weight: 600;
11
- $line-height: 1.688rem;
10
+ $font-weight: 400;
11
+ $line-height: 1.5rem;
12
12
  $letter-spacing: 0rem;
13
- $font: var( --scw-type-text-semibold-font );
13
+ $font: var( --scw-type-text-04-font );
14
14
  $width: 182px;
15
- $height: 27px;
15
+ $height: 24px;
16
16
  $constraint-horizontal: MIN;
17
17
  $constraint-vertical: MIN;
18
18
  $constrain-proportions: false;
@@ -24,7 +24,7 @@ $item-spacing: 0px;
24
24
  $layout-align: STRETCH;
25
25
  $layout-grow: 0;
26
26
  $top: 0px;
27
- $top-percent: 27%;
27
+ $top-percent: 25.53%;
28
28
  $bottom: calc( var( --scw-spacing-1 ) * 2.3 );
29
29
  $left: 0px;
30
30
  $left-percent: 50%;
@@ -42,7 +42,7 @@
42
42
  display: inline-block;
43
43
  margin-left: 0px;
44
44
  margin-right: 0px;
45
- margin-top: calc( var( --scw-spacing-1 ) * 2.7 );
45
+ margin-top: calc( var( --scw-spacing-1 ) * 2.4 );
46
46
  margin-bottom: 0px;
47
47
  }
48
48
 
@@ -50,6 +50,6 @@
50
50
  display: inline-block;
51
51
  padding-left: 0px;
52
52
  padding-right: 0px;
53
- padding-top: calc( var( --scw-spacing-1 ) * 2.7 );
53
+ padding-top: calc( var( --scw-spacing-1 ) * 2.4 );
54
54
  padding-bottom: 0px;
55
55
  }
@@ -23,8 +23,8 @@ $counter-axis-align-items: MIN;
23
23
  $item-spacing: 0px;
24
24
  $layout-align: STRETCH;
25
25
  $layout-grow: 0;
26
- $top: calc( var( --scw-spacing-1 ) * 2.7 );
27
- $top-percent: 77%;
26
+ $top: calc( var( --scw-spacing-1 ) * 2.4 );
27
+ $top-percent: 75.53%;
28
28
  $bottom: 0px;
29
29
  $left: 0px;
30
30
  $left-percent: 50%;
@@ -14,7 +14,7 @@
14
14
 
15
15
  @mixin sizing {
16
16
  width: 182px;
17
- height: 50px;
17
+ height: 47px;
18
18
  }
19
19
 
20
20
  @mixin width {
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  @mixin height {
25
- height: 50px;
25
+ height: 47px;
26
26
  }
27
27
 
28
28
  @mixin padding {
@@ -55,7 +55,7 @@
55
55
  display: inline-block;
56
56
  margin-left: calc( var( --scw-spacing-1 ) * 8.9 );
57
57
  margin-right: calc( var( --scw-spacing-1 ) * 8.9 );
58
- margin-top: calc( var( --scw-spacing-1 ) * 23 );
58
+ margin-top: calc( var( --scw-spacing-1 ) * 23.3 );
59
59
  margin-bottom: var( --scw-spacing-2 );
60
60
  }
61
61
 
@@ -63,6 +63,6 @@
63
63
  display: inline-block;
64
64
  padding-left: calc( var( --scw-spacing-1 ) * 8.9 );
65
65
  padding-right: calc( var( --scw-spacing-1 ) * 8.9 );
66
- padding-top: calc( var( --scw-spacing-1 ) * 23 );
66
+ padding-top: calc( var( --scw-spacing-1 ) * 23.3 );
67
67
  padding-bottom: var( --scw-spacing-2 );
68
68
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  $background-color: rgba(0,0,0,0);
4
4
  $width: 182px;
5
- $height: 50px;
5
+ $height: 47px;
6
6
  $constraint-horizontal: MIN;
7
7
  $constraint-vertical: MIN;
8
8
  $constrain-proportions: false;
@@ -13,8 +13,8 @@ $counter-axis-align-items: CENTER;
13
13
  $item-spacing: 0px;
14
14
  $layout-align: INHERIT;
15
15
  $layout-grow: 0;
16
- $top: calc( var( --scw-spacing-1 ) * 23 );
17
- $top-percent: 85%;
16
+ $top: calc( var( --scw-spacing-1 ) * 23.3 );
17
+ $top-percent: 85.5%;
18
18
  $bottom: var( --scw-spacing-2 );
19
19
  $left: calc( var( --scw-spacing-1 ) * 8.9 );
20
20
  $left-percent: 50%;
@@ -17,8 +17,8 @@ $top: var( --scw-spacing-2 );
17
17
  $top-percent: 48.71%;
18
18
  $bottom: calc( var( --scw-spacing-1 ) * 2.9 );
19
19
  $left: calc( var( --scw-spacing-1 ) * 44.2 );
20
- $left-percent: 74.76%;
21
- $right: var( --scw-spacing-3 );
20
+ $left-percent: 50%;
21
+ $right: calc( var( --scw-spacing-1 ) * 44.2 );
22
22
  $padding-left: 0px;
23
23
  $padding-right: 0px;
24
24
  $padding-top: 0px;
@@ -0,0 +1,72 @@
1
+
2
+
3
+
4
+ @mixin box (
5
+ $bgThemeVar: false,
6
+ $borderThemeVar: false
7
+ ) {
8
+ @if $bgThemeVar {
9
+ background-color: var( #{$bgThemeVar} , rgba(0,0,0,0) );
10
+ } @else {
11
+ background-color: rgba(0,0,0,0);
12
+ }
13
+ }
14
+
15
+ @mixin sizing {
16
+ width: 360px;
17
+ height: 300px;
18
+ }
19
+
20
+ @mixin width {
21
+ width: 360px;
22
+ }
23
+
24
+ @mixin height {
25
+ height: 300px;
26
+ }
27
+
28
+ @mixin padding {
29
+ padding-left: 0px;
30
+ padding-right: 0px;
31
+ padding-top: 0px;
32
+ padding-bottom: 0px;
33
+ }
34
+
35
+ @mixin figma-autolayout {
36
+ display: flex;
37
+ flex-flow: column nowrap;
38
+ justify-content: flex-start;
39
+ align-items: flex-start;
40
+ padding-left: 0px;
41
+ padding-right: 0px;
42
+ padding-top: 0px;
43
+ padding-bottom: 0px;
44
+ & > *:not(:last-child) {
45
+ margin-bottom: calc( var( --scw-spacing-1 ) * 2.5 );
46
+ --margin-bottom: calc( var( --scw-spacing-1 ) * 2.5 );
47
+ }
48
+ }
49
+
50
+ @mixin absolute-layout {
51
+ position: absolute;
52
+ left: calc( var( --scw-spacing-1 ) * 86.4 );
53
+ width: 360px;
54
+ top: calc( var( --scw-spacing-1 ) * 1.75 );
55
+ height: 300px;
56
+ }
57
+
58
+ @mixin html-autolayout-margins {
59
+ display: inline-block;
60
+ margin-left: calc( var( --scw-spacing-1 ) * 86.4 );
61
+ margin-right: var( --scw-spacing-2 );
62
+ margin-top: calc( var( --scw-spacing-1 ) * 1.75 );
63
+ margin-bottom: calc( var( --scw-spacing-1 ) * 3.15 );
64
+ }
65
+
66
+ @mixin html-autolayout-padding {
67
+ display: inline-block;
68
+ padding-left: calc( var( --scw-spacing-1 ) * 86.4 );
69
+ padding-right: var( --scw-spacing-2 );
70
+ padding-top: calc( var( --scw-spacing-1 ) * 1.75 );
71
+ padding-bottom: calc( var( --scw-spacing-1 ) * 3.15 );
72
+ }
@@ -0,0 +1,56 @@
1
+
2
+
3
+
4
+ @mixin text (
5
+ $themeVar: false
6
+ ) {
7
+ text-align: CENTER;
8
+ font: var( --scw-type-text-bold-04-font );
9
+ @if $themeVar {
10
+ color: var( #{$themeVar}-02 , var( --scw-color-grey-02 ) );
11
+ } @else {
12
+ color: var( --scw-color-grey-02 );
13
+ }
14
+ align-self: stretch;
15
+ flex: 1;
16
+ }
17
+
18
+ @mixin sizing {
19
+ width: 300px;
20
+ height: 93px;
21
+ }
22
+
23
+ @mixin width {
24
+ width: 300px;
25
+ }
26
+
27
+ @mixin height {
28
+ height: 93px;
29
+ }
30
+
31
+ @mixin padding {
32
+ padding-left: initial;
33
+ padding-right: initial;
34
+ padding-top: initial;
35
+ padding-bottom: initial;
36
+ }
37
+
38
+ @mixin absolute-layout {
39
+
40
+ }
41
+
42
+ @mixin html-autolayout-margins {
43
+ display: inline-block;
44
+ margin-left: var( --scw-spacing-3 );
45
+ margin-right: var( --scw-spacing-3 );
46
+ margin-top: var( --scw-spacing-12 );
47
+ margin-bottom: calc( var( --scw-spacing-1 ) * 8.7 );
48
+ }
49
+
50
+ @mixin html-autolayout-padding {
51
+ display: inline-block;
52
+ padding-left: var( --scw-spacing-3 );
53
+ padding-right: var( --scw-spacing-3 );
54
+ padding-top: var( --scw-spacing-12 );
55
+ padding-bottom: calc( var( --scw-spacing-1 ) * 8.7 );
56
+ }
@@ -0,0 +1,32 @@
1
+
2
+
3
+ $characters: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur suscipit, eros vel malesuada aliquet, sapien felis cursus eros, sit amet elementum nulla justo.';
4
+ $font-size: 1rem;
5
+ $text-align-horizontal: CENTER;
6
+ $text-align-vertical: CENTER;
7
+ $text-transform: none;
8
+ $color: var( --scw-color-grey-02 );
9
+ $font-family: 'Proxima Nova';
10
+ $font-weight: 700;
11
+ $line-height: 1.5rem;
12
+ $letter-spacing: 0rem;
13
+ $font: var( --scw-type-text-bold-04-font );
14
+ $width: 300px;
15
+ $height: 93px;
16
+ $constraint-horizontal: MIN;
17
+ $constraint-vertical: MIN;
18
+ $constrain-proportions: false;
19
+ $layout-context: FLEX;
20
+ $layout-mode: NONE;
21
+ $primary-axis-align-items: MIN;
22
+ $counter-axis-align-items: MIN;
23
+ $item-spacing: 0px;
24
+ $layout-align: STRETCH;
25
+ $layout-grow: 1;
26
+ $top: var( --scw-spacing-12 );
27
+ $top-percent: 55.5%;
28
+ $bottom: calc( var( --scw-spacing-1 ) * 8.7 );
29
+ $left: var( --scw-spacing-3 );
30
+ $left-percent: 50%;
31
+ $right: var( --scw-spacing-3 );
32
+ $margin-bottom: 0px;
@@ -0,0 +1,72 @@
1
+
2
+
3
+
4
+ @mixin box (
5
+ $bgThemeVar: false,
6
+ $borderThemeVar: false
7
+ ) {
8
+ @if $bgThemeVar {
9
+ background-color: var( #{$bgThemeVar}-10 , var( --scw-color-grey-10 ) );
10
+ } @else {
11
+ background-color: var( --scw-color-grey-10 );
12
+ }
13
+ border-radius: 10px 10px 10px 10px;
14
+ box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.09);
15
+ align-self: stretch;
16
+ flex: 1;
17
+ }
18
+
19
+ @mixin sizing {
20
+ width: 360px;
21
+ height: 300px;
22
+ }
23
+
24
+ @mixin width {
25
+ width: 360px;
26
+ }
27
+
28
+ @mixin height {
29
+ height: 300px;
30
+ }
31
+
32
+ @mixin padding {
33
+ padding-left: var( --scw-spacing-3 );
34
+ padding-right: var( --scw-spacing-3 );
35
+ padding-top: var( --scw-spacing-2 );
36
+ padding-bottom: var( --scw-spacing-2 );
37
+ }
38
+
39
+ @mixin figma-autolayout {
40
+ display: flex;
41
+ flex-flow: column nowrap;
42
+ justify-content: flex-start;
43
+ align-items: center;
44
+ padding-left: var( --scw-spacing-3 );
45
+ padding-right: var( --scw-spacing-3 );
46
+ padding-top: var( --scw-spacing-2 );
47
+ padding-bottom: var( --scw-spacing-2 );
48
+ & > *:not(:last-child) {
49
+ margin-bottom: var( --scw-spacing-2 );
50
+ --margin-bottom: var( --scw-spacing-2 );
51
+ }
52
+ }
53
+
54
+ @mixin absolute-layout {
55
+
56
+ }
57
+
58
+ @mixin html-autolayout-margins {
59
+ display: inline-block;
60
+ margin-left: 0px;
61
+ margin-right: 0px;
62
+ margin-top: 0px;
63
+ margin-bottom: 0px;
64
+ }
65
+
66
+ @mixin html-autolayout-padding {
67
+ display: inline-block;
68
+ padding-left: 0px;
69
+ padding-right: 0px;
70
+ padding-top: 0px;
71
+ padding-bottom: 0px;
72
+ }
@@ -0,0 +1,55 @@
1
+
2
+
3
+
4
+ @mixin text (
5
+ $themeVar: false
6
+ ) {
7
+ text-align: CENTER;
8
+ font: var( --scw-type-text-04-font );
9
+ @if $themeVar {
10
+ color: var( #{$themeVar}-02 , var( --scw-color-grey-02 ) );
11
+ } @else {
12
+ color: var( --scw-color-grey-02 );
13
+ }
14
+ align-self: stretch;
15
+ }
16
+
17
+ @mixin sizing {
18
+ width: 182px;
19
+ height: 24px;
20
+ }
21
+
22
+ @mixin width {
23
+ width: 182px;
24
+ }
25
+
26
+ @mixin height {
27
+ height: 24px;
28
+ }
29
+
30
+ @mixin padding {
31
+ padding-left: initial;
32
+ padding-right: initial;
33
+ padding-top: initial;
34
+ padding-bottom: initial;
35
+ }
36
+
37
+ @mixin absolute-layout {
38
+
39
+ }
40
+
41
+ @mixin html-autolayout-margins {
42
+ display: inline-block;
43
+ margin-left: 0px;
44
+ margin-right: 0px;
45
+ margin-top: 0px;
46
+ margin-bottom: calc( var( --scw-spacing-1 ) * 2.3 );
47
+ }
48
+
49
+ @mixin html-autolayout-padding {
50
+ display: inline-block;
51
+ padding-left: 0px;
52
+ padding-right: 0px;
53
+ padding-top: 0px;
54
+ padding-bottom: calc( var( --scw-spacing-1 ) * 2.3 );
55
+ }
@@ -0,0 +1,31 @@
1
+
2
+
3
+ $characters: 'Name';
4
+ $font-size: 1rem;
5
+ $text-align-horizontal: CENTER;
6
+ $text-align-vertical: TOP;
7
+ $text-transform: none;
8
+ $color: var( --scw-color-grey-02 );
9
+ $font-family: 'Proxima Nova';
10
+ $font-weight: 400;
11
+ $line-height: 1.5rem;
12
+ $letter-spacing: 0rem;
13
+ $font: var( --scw-type-text-04-font );
14
+ $width: 182px;
15
+ $height: 24px;
16
+ $constraint-horizontal: MIN;
17
+ $constraint-vertical: MIN;
18
+ $constrain-proportions: false;
19
+ $layout-context: FLEX;
20
+ $layout-mode: NONE;
21
+ $primary-axis-align-items: MIN;
22
+ $counter-axis-align-items: MIN;
23
+ $item-spacing: 0px;
24
+ $layout-align: STRETCH;
25
+ $layout-grow: 0;
26
+ $top: 0px;
27
+ $top-percent: 25.53%;
28
+ $bottom: calc( var( --scw-spacing-1 ) * 2.3 );
29
+ $left: 0px;
30
+ $left-percent: 50%;
31
+ $right: 0px;
@@ -0,0 +1,55 @@
1
+
2
+
3
+
4
+ @mixin text (
5
+ $themeVar: false
6
+ ) {
7
+ text-align: CENTER;
8
+ font: 400 0.9375rem/1.406rem 'Proxima Nova';
9
+ @if $themeVar {
10
+ color: var( #{$themeVar}-02 , var( --scw-color-grey-02 ) );
11
+ } @else {
12
+ color: var( --scw-color-grey-02 );
13
+ }
14
+ align-self: stretch;
15
+ }
16
+
17
+ @mixin sizing {
18
+ width: 182px;
19
+ height: 23px;
20
+ }
21
+
22
+ @mixin width {
23
+ width: 182px;
24
+ }
25
+
26
+ @mixin height {
27
+ height: 23px;
28
+ }
29
+
30
+ @mixin padding {
31
+ padding-left: initial;
32
+ padding-right: initial;
33
+ padding-top: initial;
34
+ padding-bottom: initial;
35
+ }
36
+
37
+ @mixin absolute-layout {
38
+
39
+ }
40
+
41
+ @mixin html-autolayout-margins {
42
+ display: inline-block;
43
+ margin-left: 0px;
44
+ margin-right: 0px;
45
+ margin-top: calc( var( --scw-spacing-1 ) * 2.4 );
46
+ margin-bottom: 0px;
47
+ }
48
+
49
+ @mixin html-autolayout-padding {
50
+ display: inline-block;
51
+ padding-left: 0px;
52
+ padding-right: 0px;
53
+ padding-top: calc( var( --scw-spacing-1 ) * 2.4 );
54
+ padding-bottom: 0px;
55
+ }
@@ -0,0 +1,31 @@
1
+
2
+
3
+ $characters: 'Description';
4
+ $font-size: 0.9375rem;
5
+ $text-align-horizontal: CENTER;
6
+ $text-align-vertical: TOP;
7
+ $text-transform: none;
8
+ $color: var( --scw-color-grey-02 );
9
+ $font-family: 'Proxima Nova';
10
+ $font-weight: 400;
11
+ $line-height: 1.406rem;
12
+ $letter-spacing: 0rem;
13
+ $font: 400 0.9375rem/1.406rem 'Proxima Nova';
14
+ $width: 182px;
15
+ $height: 23px;
16
+ $constraint-horizontal: MIN;
17
+ $constraint-vertical: MIN;
18
+ $constrain-proportions: false;
19
+ $layout-context: FLEX;
20
+ $layout-mode: NONE;
21
+ $primary-axis-align-items: MIN;
22
+ $counter-axis-align-items: MIN;
23
+ $item-spacing: 0px;
24
+ $layout-align: STRETCH;
25
+ $layout-grow: 0;
26
+ $top: calc( var( --scw-spacing-1 ) * 2.4 );
27
+ $top-percent: 75.53%;
28
+ $bottom: 0px;
29
+ $left: 0px;
30
+ $left-percent: 50%;
31
+ $right: 0px;