@primer/react-brand 0.24.0-rc.f34efaa → 0.24.1-rc.eeedf49

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 (273) hide show
  1. package/lib/CTABanner/CTABanner.d.ts +2 -4
  2. package/lib/FAQ/FAQ.d.ts +3 -4
  3. package/lib/Heading/Heading.d.ts +1 -1
  4. package/lib/Label/Label.d.ts +1 -1
  5. package/lib/MinimalFooter/MinimalFooter.d.ts +1 -1
  6. package/lib/Testimonial/Testimonial.d.ts +8 -2
  7. package/lib/Text/Text.d.ts +1 -1
  8. package/lib/css/main.css +642 -433
  9. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  10. package/lib/design-tokens/css/tokens/base/colors/color-scales.css +1 -1
  11. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  12. package/lib/design-tokens/css/tokens/base/typography/typography.css +2 -2
  13. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  14. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  15. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  16. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  17. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  18. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  26. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  27. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  28. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +15 -0
  55. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +31 -0
  56. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +2 -2
  57. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/size/size.css +15 -28
  64. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +79 -124
  65. package/lib/design-tokens/css/tokens/functional/typography/typography.css +35 -32
  66. package/lib/design-tokens/js/module/tokens/base/colors/color-scales.js +1 -1
  67. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  68. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +3 -3
  69. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  70. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  71. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  72. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  73. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  74. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  75. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  76. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  77. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  78. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  79. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  80. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  81. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  82. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  83. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  84. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  85. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  86. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  87. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  88. package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
  89. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  90. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  91. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  92. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +157 -0
  93. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +465 -0
  94. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +3 -3
  95. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  96. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  97. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  98. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  99. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  100. package/lib/design-tokens/js/module/tokens/functional/size/size.js +60 -282
  101. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  102. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +318 -50
  103. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +153 -847
  104. package/lib/design-tokens/js/tokens/base/colors/color-scales.js +1 -1
  105. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  106. package/lib/design-tokens/js/tokens/base/typography/typography.js +2 -2
  107. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  108. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  109. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  110. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  111. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  112. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  113. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  114. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  115. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  116. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  117. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  118. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  119. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  120. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  121. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  122. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  123. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  124. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  125. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  126. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  127. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  128. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  129. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  130. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +13 -0
  131. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +29 -0
  132. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +2 -2
  133. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  134. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  135. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  136. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  137. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  138. package/lib/design-tokens/js/tokens/functional/size/size.js +15 -28
  139. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  140. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +20 -5
  141. package/lib/design-tokens/js/tokens/functional/typography/typography.js +35 -32
  142. package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +1 -1
  143. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  144. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +2 -2
  145. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  146. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  147. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  148. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  149. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  150. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  151. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  152. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  153. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  154. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  155. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  156. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  157. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  158. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  159. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  160. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  161. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  162. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  163. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  164. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  165. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  166. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  167. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  168. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +12 -0
  169. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +28 -0
  170. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +2 -2
  171. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  172. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  173. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  174. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  175. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  176. package/lib/design-tokens/scss/tokens/functional/size/size.scss +15 -28
  177. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  178. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +20 -5
  179. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +35 -32
  180. package/lib/design-tokens/ts/tokens/base/colors/color-scales.d.ts +1 -1
  181. package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +1 -1
  182. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  183. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  184. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +3 -3
  185. package/lib/design-tokens/ts/tokens/base/typography/typography.js +2 -2
  186. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  187. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  188. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  189. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  190. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  191. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  192. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  193. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  194. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  195. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  196. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  197. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  198. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  199. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  200. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  201. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  202. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  203. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  204. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  205. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  206. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  207. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  208. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  209. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  210. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  211. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  212. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  213. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  214. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  215. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  216. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  217. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  218. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  219. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  220. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  221. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  222. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  223. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  224. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  225. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  226. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  227. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  228. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  229. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  230. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  231. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  232. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +32 -0
  233. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +31 -0
  234. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +50 -0
  235. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +49 -0
  236. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  237. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +2 -2
  238. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  239. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  240. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  241. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  242. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  243. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  244. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  245. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  246. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  247. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  248. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +8 -29
  249. package/lib/design-tokens/ts/tokens/functional/size/size.js +18 -39
  250. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  251. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  252. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +31 -2
  253. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +34 -5
  254. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +4 -1
  255. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +35 -32
  256. package/lib/findElementInChildren.d.ts +3 -0
  257. package/lib/forms/index.d.ts +0 -1
  258. package/lib/index.d.ts +1 -1
  259. package/lib/index.js +1 -1
  260. package/lib/{River → river/River}/River.d.ts +2 -2
  261. package/lib/river/RiverBreakout/RiverBreakout.d.ts +22 -0
  262. package/lib/river/RiverBreakout/RiverBreakout.visual.spec.d.ts +1 -0
  263. package/lib/river/RiverBreakout/index.d.ts +1 -0
  264. package/lib/river/index.d.ts +2 -0
  265. package/package.json +1 -1
  266. package/lib/design-tokens/css/tokens/functional/components/control/base.css +0 -18
  267. package/lib/design-tokens/js/module/tokens/functional/components/control/base.js +0 -195
  268. package/lib/design-tokens/js/tokens/functional/components/control/base.js +0 -16
  269. package/lib/design-tokens/scss/tokens/functional/components/control/base.scss +0 -15
  270. package/lib/design-tokens/ts/tokens/functional/components/control/base.d.ts +0 -33
  271. package/lib/design-tokens/ts/tokens/functional/components/control/base.js +0 -32
  272. /package/lib/{River → river/River}/River.visual.spec.d.ts +0 -0
  273. /package/lib/{River → river/River}/index.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 14 Aug 2023 12:38:49 GMT
3
+ * Generated on Wed, 23 Aug 2023 13:30:04 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -103,34 +103,10 @@ module.exports = {
103
103
  "weight": {
104
104
  "400": {
105
105
  "value": "var(--base-text-weight-semibold)",
106
- "responsive": {
107
- "768px": {
108
- "value": "var(--base-text-weight-semibold)",
109
- "filePath": "tokens/functional/typography/typography.json",
110
- "isSource": true
111
- },
112
- "1012px": {
113
- "value": "var(--base-text-weight-semibold)",
114
- "filePath": "tokens/functional/typography/typography.json",
115
- "isSource": true
116
- }
117
- },
118
106
  "filePath": "tokens/functional/typography/typography.json",
119
107
  "isSource": true,
120
108
  "original": {
121
- "value": "var(--base-text-weight-semibold)",
122
- "responsive": {
123
- "768px": {
124
- "value": "var(--base-text-weight-semibold)",
125
- "filePath": "tokens/functional/typography/typography.json",
126
- "isSource": true
127
- },
128
- "1012px": {
129
- "value": "var(--base-text-weight-semibold)",
130
- "filePath": "tokens/functional/typography/typography.json",
131
- "isSource": true
132
- }
133
- }
109
+ "value": "var(--base-text-weight-semibold)"
134
110
  },
135
111
  "name": "400",
136
112
  "attributes": {},
@@ -143,34 +119,10 @@ module.exports = {
143
119
  },
144
120
  "500": {
145
121
  "value": "var(--base-text-weight-semibold)",
146
- "responsive": {
147
- "768px": {
148
- "value": "var(--base-text-weight-semibold)",
149
- "filePath": "tokens/functional/typography/typography.json",
150
- "isSource": true
151
- },
152
- "1012px": {
153
- "value": "var(--base-text-weight-semibold)",
154
- "filePath": "tokens/functional/typography/typography.json",
155
- "isSource": true
156
- }
157
- },
158
122
  "filePath": "tokens/functional/typography/typography.json",
159
123
  "isSource": true,
160
124
  "original": {
161
- "value": "var(--base-text-weight-semibold)",
162
- "responsive": {
163
- "768px": {
164
- "value": "var(--base-text-weight-semibold)",
165
- "filePath": "tokens/functional/typography/typography.json",
166
- "isSource": true
167
- },
168
- "1012px": {
169
- "value": "var(--base-text-weight-semibold)",
170
- "filePath": "tokens/functional/typography/typography.json",
171
- "isSource": true
172
- }
173
- }
125
+ "value": "var(--base-text-weight-semibold)"
174
126
  },
175
127
  "name": "500",
176
128
  "attributes": {},
@@ -183,34 +135,10 @@ module.exports = {
183
135
  },
184
136
  "600": {
185
137
  "value": "var(--base-text-weight-semibold)",
186
- "responsive": {
187
- "768px": {
188
- "value": "var(--base-text-weight-semibold)",
189
- "filePath": "tokens/functional/typography/typography.json",
190
- "isSource": true
191
- },
192
- "1012px": {
193
- "value": "var(--base-text-weight-semibold)",
194
- "filePath": "tokens/functional/typography/typography.json",
195
- "isSource": true
196
- }
197
- },
198
138
  "filePath": "tokens/functional/typography/typography.json",
199
139
  "isSource": true,
200
140
  "original": {
201
- "value": "var(--base-text-weight-semibold)",
202
- "responsive": {
203
- "768px": {
204
- "value": "var(--base-text-weight-semibold)",
205
- "filePath": "tokens/functional/typography/typography.json",
206
- "isSource": true
207
- },
208
- "1012px": {
209
- "value": "var(--base-text-weight-semibold)",
210
- "filePath": "tokens/functional/typography/typography.json",
211
- "isSource": true
212
- }
213
- }
141
+ "value": "var(--base-text-weight-semibold)"
214
142
  },
215
143
  "name": "600",
216
144
  "attributes": {},
@@ -222,35 +150,11 @@ module.exports = {
222
150
  ]
223
151
  },
224
152
  "700": {
225
- "value": "var(--base-text-weight-bold)",
226
- "responsive": {
227
- "768px": {
228
- "value": "var(--base-text-weight-bold)",
229
- "filePath": "tokens/functional/typography/typography.json",
230
- "isSource": true
231
- },
232
- "1012px": {
233
- "value": "var(--base-text-weight-bold)",
234
- "filePath": "tokens/functional/typography/typography.json",
235
- "isSource": true
236
- }
237
- },
153
+ "value": "var(--base-text-weight-semibold)",
238
154
  "filePath": "tokens/functional/typography/typography.json",
239
155
  "isSource": true,
240
156
  "original": {
241
- "value": "var(--base-text-weight-bold)",
242
- "responsive": {
243
- "768px": {
244
- "value": "var(--base-text-weight-bold)",
245
- "filePath": "tokens/functional/typography/typography.json",
246
- "isSource": true
247
- },
248
- "1012px": {
249
- "value": "var(--base-text-weight-bold)",
250
- "filePath": "tokens/functional/typography/typography.json",
251
- "isSource": true
252
- }
253
- }
157
+ "value": "var(--base-text-weight-semibold)"
254
158
  },
255
159
  "name": "700",
256
160
  "attributes": {},
@@ -265,34 +169,10 @@ module.exports = {
265
169
  "letterSpacing": {
266
170
  "400": {
267
171
  "value": "-0.01em",
268
- "responsive": {
269
- "768px": {
270
- "value": "-0.01em",
271
- "filePath": "tokens/functional/typography/typography.json",
272
- "isSource": true
273
- },
274
- "1012px": {
275
- "value": "-0.01em",
276
- "filePath": "tokens/functional/typography/typography.json",
277
- "isSource": true
278
- }
279
- },
280
172
  "filePath": "tokens/functional/typography/typography.json",
281
173
  "isSource": true,
282
174
  "original": {
283
- "value": "-0.01em",
284
- "responsive": {
285
- "768px": {
286
- "value": "-0.01em",
287
- "filePath": "tokens/functional/typography/typography.json",
288
- "isSource": true
289
- },
290
- "1012px": {
291
- "value": "-0.01em",
292
- "filePath": "tokens/functional/typography/typography.json",
293
- "isSource": true
294
- }
295
- }
175
+ "value": "-0.01em"
296
176
  },
297
177
  "name": "400",
298
178
  "attributes": {},
@@ -305,34 +185,10 @@ module.exports = {
305
185
  },
306
186
  "500": {
307
187
  "value": "-0.01em",
308
- "responsive": {
309
- "768px": {
310
- "value": "-0.01em",
311
- "filePath": "tokens/functional/typography/typography.json",
312
- "isSource": true
313
- },
314
- "1012px": {
315
- "value": "-0.01em",
316
- "filePath": "tokens/functional/typography/typography.json",
317
- "isSource": true
318
- }
319
- },
320
188
  "filePath": "tokens/functional/typography/typography.json",
321
189
  "isSource": true,
322
190
  "original": {
323
- "value": "-0.01em",
324
- "responsive": {
325
- "768px": {
326
- "value": "-0.01em",
327
- "filePath": "tokens/functional/typography/typography.json",
328
- "isSource": true
329
- },
330
- "1012px": {
331
- "value": "-0.01em",
332
- "filePath": "tokens/functional/typography/typography.json",
333
- "isSource": true
334
- }
335
- }
191
+ "value": "-0.01em"
336
192
  },
337
193
  "name": "500",
338
194
  "attributes": {},
@@ -344,35 +200,11 @@ module.exports = {
344
200
  ]
345
201
  },
346
202
  "600": {
347
- "value": "-0.01em",
348
- "responsive": {
349
- "768px": {
350
- "value": "-0.01em",
351
- "filePath": "tokens/functional/typography/typography.json",
352
- "isSource": true
353
- },
354
- "1012px": {
355
- "value": "-0.01em",
356
- "filePath": "tokens/functional/typography/typography.json",
357
- "isSource": true
358
- }
359
- },
203
+ "value": "-0.02em",
360
204
  "filePath": "tokens/functional/typography/typography.json",
361
205
  "isSource": true,
362
206
  "original": {
363
- "value": "-0.01em",
364
- "responsive": {
365
- "768px": {
366
- "value": "-0.01em",
367
- "filePath": "tokens/functional/typography/typography.json",
368
- "isSource": true
369
- },
370
- "1012px": {
371
- "value": "-0.01em",
372
- "filePath": "tokens/functional/typography/typography.json",
373
- "isSource": true
374
- }
375
- }
207
+ "value": "-0.02em"
376
208
  },
377
209
  "name": "600",
378
210
  "attributes": {},
@@ -384,15 +216,10 @@ module.exports = {
384
216
  ]
385
217
  },
386
218
  "700": {
387
- "value": "-0.01em",
219
+ "value": "-0.02em",
388
220
  "responsive": {
389
- "768px": {
390
- "value": "-0.01em",
391
- "filePath": "tokens/functional/typography/typography.json",
392
- "isSource": true
393
- },
394
221
  "1012px": {
395
- "value": "-0.01em",
222
+ "value": "-0.03em",
396
223
  "filePath": "tokens/functional/typography/typography.json",
397
224
  "isSource": true
398
225
  }
@@ -400,15 +227,10 @@ module.exports = {
400
227
  "filePath": "tokens/functional/typography/typography.json",
401
228
  "isSource": true,
402
229
  "original": {
403
- "value": "-0.01em",
230
+ "value": "-0.02em",
404
231
  "responsive": {
405
- "768px": {
406
- "value": "-0.01em",
407
- "filePath": "tokens/functional/typography/typography.json",
408
- "isSource": true
409
- },
410
232
  "1012px": {
411
- "value": "-0.01em",
233
+ "value": "-0.03em",
412
234
  "filePath": "tokens/functional/typography/typography.json",
413
235
  "isSource": true
414
236
  }
@@ -429,34 +251,10 @@ module.exports = {
429
251
  "weight": {
430
252
  "100": {
431
253
  "value": "var(--base-text-weight-normal)",
432
- "responsive": {
433
- "768px": {
434
- "value": "var(--base-text-weight-normal)",
435
- "filePath": "tokens/functional/typography/typography.json",
436
- "isSource": true
437
- },
438
- "1012px": {
439
- "value": "var(--base-text-weight-normal)",
440
- "filePath": "tokens/functional/typography/typography.json",
441
- "isSource": true
442
- }
443
- },
444
254
  "filePath": "tokens/functional/typography/typography.json",
445
255
  "isSource": true,
446
256
  "original": {
447
- "value": "var(--base-text-weight-normal)",
448
- "responsive": {
449
- "768px": {
450
- "value": "var(--base-text-weight-normal)",
451
- "filePath": "tokens/functional/typography/typography.json",
452
- "isSource": true
453
- },
454
- "1012px": {
455
- "value": "var(--base-text-weight-normal)",
456
- "filePath": "tokens/functional/typography/typography.json",
457
- "isSource": true
458
- }
459
- }
257
+ "value": "var(--base-text-weight-normal)"
460
258
  },
461
259
  "name": "100",
462
260
  "attributes": {},
@@ -469,34 +267,10 @@ module.exports = {
469
267
  },
470
268
  "200": {
471
269
  "value": "var(--base-text-weight-normal)",
472
- "responsive": {
473
- "768px": {
474
- "value": "var(--base-text-weight-normal)",
475
- "filePath": "tokens/functional/typography/typography.json",
476
- "isSource": true
477
- },
478
- "1012px": {
479
- "value": "var(--base-text-weight-normal)",
480
- "filePath": "tokens/functional/typography/typography.json",
481
- "isSource": true
482
- }
483
- },
484
270
  "filePath": "tokens/functional/typography/typography.json",
485
271
  "isSource": true,
486
272
  "original": {
487
- "value": "var(--base-text-weight-normal)",
488
- "responsive": {
489
- "768px": {
490
- "value": "var(--base-text-weight-normal)",
491
- "filePath": "tokens/functional/typography/typography.json",
492
- "isSource": true
493
- },
494
- "1012px": {
495
- "value": "var(--base-text-weight-normal)",
496
- "filePath": "tokens/functional/typography/typography.json",
497
- "isSource": true
498
- }
499
- }
273
+ "value": "var(--base-text-weight-normal)"
500
274
  },
501
275
  "name": "200",
502
276
  "attributes": {},
@@ -509,34 +283,10 @@ module.exports = {
509
283
  },
510
284
  "300": {
511
285
  "value": "var(--base-text-weight-normal)",
512
- "responsive": {
513
- "768px": {
514
- "value": "var(--base-text-weight-normal)",
515
- "filePath": "tokens/functional/typography/typography.json",
516
- "isSource": true
517
- },
518
- "1012px": {
519
- "value": "var(--base-text-weight-normal)",
520
- "filePath": "tokens/functional/typography/typography.json",
521
- "isSource": true
522
- }
523
- },
524
286
  "filePath": "tokens/functional/typography/typography.json",
525
287
  "isSource": true,
526
288
  "original": {
527
- "value": "var(--base-text-weight-normal)",
528
- "responsive": {
529
- "768px": {
530
- "value": "var(--base-text-weight-normal)",
531
- "filePath": "tokens/functional/typography/typography.json",
532
- "isSource": true
533
- },
534
- "1012px": {
535
- "value": "var(--base-text-weight-normal)",
536
- "filePath": "tokens/functional/typography/typography.json",
537
- "isSource": true
538
- }
539
- }
289
+ "value": "var(--base-text-weight-normal)"
540
290
  },
541
291
  "name": "300",
542
292
  "attributes": {},
@@ -548,35 +298,11 @@ module.exports = {
548
298
  ]
549
299
  },
550
300
  "400": {
551
- "value": "var(--base-text-weight-normal)",
552
- "responsive": {
553
- "768px": {
554
- "value": "var(--base-text-weight-normal)",
555
- "filePath": "tokens/functional/typography/typography.json",
556
- "isSource": true
557
- },
558
- "1012px": {
559
- "value": "var(--base-text-weight-normal)",
560
- "filePath": "tokens/functional/typography/typography.json",
561
- "isSource": true
562
- }
563
- },
301
+ "value": "var(--base-text-weight-semibold)",
564
302
  "filePath": "tokens/functional/typography/typography.json",
565
303
  "isSource": true,
566
304
  "original": {
567
- "value": "var(--base-text-weight-normal)",
568
- "responsive": {
569
- "768px": {
570
- "value": "var(--base-text-weight-normal)",
571
- "filePath": "tokens/functional/typography/typography.json",
572
- "isSource": true
573
- },
574
- "1012px": {
575
- "value": "var(--base-text-weight-normal)",
576
- "filePath": "tokens/functional/typography/typography.json",
577
- "isSource": true
578
- }
579
- }
305
+ "value": "var(--base-text-weight-semibold)"
580
306
  },
581
307
  "name": "400",
582
308
  "attributes": {},
@@ -588,35 +314,11 @@ module.exports = {
588
314
  ]
589
315
  },
590
316
  "500": {
591
- "value": "var(--base-text-weight-normal)",
592
- "responsive": {
593
- "768px": {
594
- "value": "var(--base-text-weight-normal)",
595
- "filePath": "tokens/functional/typography/typography.json",
596
- "isSource": true
597
- },
598
- "1012px": {
599
- "value": "var(--base-text-weight-normal)",
600
- "filePath": "tokens/functional/typography/typography.json",
601
- "isSource": true
602
- }
603
- },
317
+ "value": "var(--base-text-weight-semibold)",
604
318
  "filePath": "tokens/functional/typography/typography.json",
605
319
  "isSource": true,
606
320
  "original": {
607
- "value": "var(--base-text-weight-normal)",
608
- "responsive": {
609
- "768px": {
610
- "value": "var(--base-text-weight-normal)",
611
- "filePath": "tokens/functional/typography/typography.json",
612
- "isSource": true
613
- },
614
- "1012px": {
615
- "value": "var(--base-text-weight-normal)",
616
- "filePath": "tokens/functional/typography/typography.json",
617
- "isSource": true
618
- }
619
- }
321
+ "value": "var(--base-text-weight-semibold)"
620
322
  },
621
323
  "name": "500",
622
324
  "attributes": {},
@@ -628,35 +330,11 @@ module.exports = {
628
330
  ]
629
331
  },
630
332
  "600": {
631
- "value": "var(--base-text-weight-normal)",
632
- "responsive": {
633
- "768px": {
634
- "value": "var(--base-text-weight-normal)",
635
- "filePath": "tokens/functional/typography/typography.json",
636
- "isSource": true
637
- },
638
- "1012px": {
639
- "value": "var(--base-text-weight-normal)",
640
- "filePath": "tokens/functional/typography/typography.json",
641
- "isSource": true
642
- }
643
- },
333
+ "value": "var(--base-text-weight-semibold)",
644
334
  "filePath": "tokens/functional/typography/typography.json",
645
335
  "isSource": true,
646
336
  "original": {
647
- "value": "var(--base-text-weight-normal)",
648
- "responsive": {
649
- "768px": {
650
- "value": "var(--base-text-weight-normal)",
651
- "filePath": "tokens/functional/typography/typography.json",
652
- "isSource": true
653
- },
654
- "1012px": {
655
- "value": "var(--base-text-weight-normal)",
656
- "filePath": "tokens/functional/typography/typography.json",
657
- "isSource": true
658
- }
659
- }
337
+ "value": "var(--base-text-weight-semibold)"
660
338
  },
661
339
  "name": "600",
662
340
  "attributes": {},
@@ -668,35 +346,11 @@ module.exports = {
668
346
  ]
669
347
  },
670
348
  "700": {
671
- "value": "var(--base-text-weight-normal)",
672
- "responsive": {
673
- "768px": {
674
- "value": "var(--base-text-weight-normal)",
675
- "filePath": "tokens/functional/typography/typography.json",
676
- "isSource": true
677
- },
678
- "1012px": {
679
- "value": "var(--base-text-weight-normal)",
680
- "filePath": "tokens/functional/typography/typography.json",
681
- "isSource": true
682
- }
683
- },
349
+ "value": "var(--base-text-weight-semibold)",
684
350
  "filePath": "tokens/functional/typography/typography.json",
685
351
  "isSource": true,
686
352
  "original": {
687
- "value": "var(--base-text-weight-normal)",
688
- "responsive": {
689
- "768px": {
690
- "value": "var(--base-text-weight-normal)",
691
- "filePath": "tokens/functional/typography/typography.json",
692
- "isSource": true
693
- },
694
- "1012px": {
695
- "value": "var(--base-text-weight-normal)",
696
- "filePath": "tokens/functional/typography/typography.json",
697
- "isSource": true
698
- }
699
- }
353
+ "value": "var(--base-text-weight-semibold)"
700
354
  },
701
355
  "name": "700",
702
356
  "attributes": {},
@@ -708,35 +362,11 @@ module.exports = {
708
362
  ]
709
363
  },
710
364
  "800": {
711
- "value": "var(--base-text-weight-extrabold)",
712
- "responsive": {
713
- "768px": {
714
- "value": "var(--base-text-weight-extrabold)",
715
- "filePath": "tokens/functional/typography/typography.json",
716
- "isSource": true
717
- },
718
- "1012px": {
719
- "value": "var(--base-text-weight-extrabold)",
720
- "filePath": "tokens/functional/typography/typography.json",
721
- "isSource": true
722
- }
723
- },
365
+ "value": "var(--base-text-weight-semibold)",
724
366
  "filePath": "tokens/functional/typography/typography.json",
725
367
  "isSource": true,
726
368
  "original": {
727
- "value": "var(--base-text-weight-extrabold)",
728
- "responsive": {
729
- "768px": {
730
- "value": "var(--base-text-weight-extrabold)",
731
- "filePath": "tokens/functional/typography/typography.json",
732
- "isSource": true
733
- },
734
- "1012px": {
735
- "value": "var(--base-text-weight-extrabold)",
736
- "filePath": "tokens/functional/typography/typography.json",
737
- "isSource": true
738
- }
739
- }
369
+ "value": "var(--base-text-weight-semibold)"
740
370
  },
741
371
  "name": "800",
742
372
  "attributes": {},
@@ -748,35 +378,11 @@ module.exports = {
748
378
  ]
749
379
  },
750
380
  "900": {
751
- "value": "var(--base-text-weight-extrabold)",
752
- "responsive": {
753
- "768px": {
754
- "value": "var(--base-text-weight-extrabold)",
755
- "filePath": "tokens/functional/typography/typography.json",
756
- "isSource": true
757
- },
758
- "1012px": {
759
- "value": "var(--base-text-weight-extrabold)",
760
- "filePath": "tokens/functional/typography/typography.json",
761
- "isSource": true
762
- }
763
- },
381
+ "value": "var(--base-text-weight-semibold)",
764
382
  "filePath": "tokens/functional/typography/typography.json",
765
383
  "isSource": true,
766
384
  "original": {
767
- "value": "var(--base-text-weight-extrabold)",
768
- "responsive": {
769
- "768px": {
770
- "value": "var(--base-text-weight-extrabold)",
771
- "filePath": "tokens/functional/typography/typography.json",
772
- "isSource": true
773
- },
774
- "1012px": {
775
- "value": "var(--base-text-weight-extrabold)",
776
- "filePath": "tokens/functional/typography/typography.json",
777
- "isSource": true
778
- }
779
- }
385
+ "value": "var(--base-text-weight-semibold)"
780
386
  },
781
387
  "name": "900",
782
388
  "attributes": {},
@@ -788,35 +394,11 @@ module.exports = {
788
394
  ]
789
395
  },
790
396
  "1000": {
791
- "value": "var(--base-text-weight-extrabold)",
792
- "responsive": {
793
- "768px": {
794
- "value": "var(--base-text-weight-extrabold)",
795
- "filePath": "tokens/functional/typography/typography.json",
796
- "isSource": true
797
- },
798
- "1012px": {
799
- "value": "var(--base-text-weight-extrabold)",
800
- "filePath": "tokens/functional/typography/typography.json",
801
- "isSource": true
802
- }
803
- },
397
+ "value": "var(--base-text-weight-bold)",
804
398
  "filePath": "tokens/functional/typography/typography.json",
805
399
  "isSource": true,
806
400
  "original": {
807
- "value": "var(--base-text-weight-extrabold)",
808
- "responsive": {
809
- "768px": {
810
- "value": "var(--base-text-weight-extrabold)",
811
- "filePath": "tokens/functional/typography/typography.json",
812
- "isSource": true
813
- },
814
- "1012px": {
815
- "value": "var(--base-text-weight-extrabold)",
816
- "filePath": "tokens/functional/typography/typography.json",
817
- "isSource": true
818
- }
819
- }
401
+ "value": "var(--base-text-weight-bold)"
820
402
  },
821
403
  "name": "1000",
822
404
  "attributes": {},
@@ -830,35 +412,11 @@ module.exports = {
830
412
  },
831
413
  "size": {
832
414
  "100": {
833
- "value": "0.75rem",
834
- "responsive": {
835
- "768px": {
836
- "value": "12px",
837
- "filePath": "tokens/functional/typography/typography.json",
838
- "isSource": true
839
- },
840
- "1012px": {
841
- "value": "12px",
842
- "filePath": "tokens/functional/typography/typography.json",
843
- "isSource": true
844
- }
845
- },
415
+ "value": "0.875rem",
846
416
  "filePath": "tokens/functional/typography/typography.json",
847
417
  "isSource": true,
848
418
  "original": {
849
- "value": "12px",
850
- "responsive": {
851
- "768px": {
852
- "value": "12px",
853
- "filePath": "tokens/functional/typography/typography.json",
854
- "isSource": true
855
- },
856
- "1012px": {
857
- "value": "12px",
858
- "filePath": "tokens/functional/typography/typography.json",
859
- "isSource": true
860
- }
861
- }
419
+ "value": "14px"
862
420
  },
863
421
  "name": "100",
864
422
  "attributes": {},
@@ -870,35 +428,11 @@ module.exports = {
870
428
  ]
871
429
  },
872
430
  "200": {
873
- "value": "0.875rem",
874
- "responsive": {
875
- "768px": {
876
- "value": "14px",
877
- "filePath": "tokens/functional/typography/typography.json",
878
- "isSource": true
879
- },
880
- "1012px": {
881
- "value": "14px",
882
- "filePath": "tokens/functional/typography/typography.json",
883
- "isSource": true
884
- }
885
- },
431
+ "value": "1rem",
886
432
  "filePath": "tokens/functional/typography/typography.json",
887
433
  "isSource": true,
888
434
  "original": {
889
- "value": "14px",
890
- "responsive": {
891
- "768px": {
892
- "value": "14px",
893
- "filePath": "tokens/functional/typography/typography.json",
894
- "isSource": true
895
- },
896
- "1012px": {
897
- "value": "14px",
898
- "filePath": "tokens/functional/typography/typography.json",
899
- "isSource": true
900
- }
901
- }
435
+ "value": "16px"
902
436
  },
903
437
  "name": "200",
904
438
  "attributes": {},
@@ -910,35 +444,11 @@ module.exports = {
910
444
  ]
911
445
  },
912
446
  "300": {
913
- "value": "1rem",
914
- "responsive": {
915
- "768px": {
916
- "value": "16px",
917
- "filePath": "tokens/functional/typography/typography.json",
918
- "isSource": true
919
- },
920
- "1012px": {
921
- "value": "16px",
922
- "filePath": "tokens/functional/typography/typography.json",
923
- "isSource": true
924
- }
925
- },
447
+ "value": "1.125rem",
926
448
  "filePath": "tokens/functional/typography/typography.json",
927
449
  "isSource": true,
928
450
  "original": {
929
- "value": "16px",
930
- "responsive": {
931
- "768px": {
932
- "value": "16px",
933
- "filePath": "tokens/functional/typography/typography.json",
934
- "isSource": true
935
- },
936
- "1012px": {
937
- "value": "16px",
938
- "filePath": "tokens/functional/typography/typography.json",
939
- "isSource": true
940
- }
941
- }
451
+ "value": "18px"
942
452
  },
943
453
  "name": "300",
944
454
  "attributes": {},
@@ -950,15 +460,10 @@ module.exports = {
950
460
  ]
951
461
  },
952
462
  "400": {
953
- "value": "1rem",
463
+ "value": "1.25rem",
954
464
  "responsive": {
955
- "768px": {
956
- "value": "20px",
957
- "filePath": "tokens/functional/typography/typography.json",
958
- "isSource": true
959
- },
960
465
  "1012px": {
961
- "value": "20px",
466
+ "value": "24px",
962
467
  "filePath": "tokens/functional/typography/typography.json",
963
468
  "isSource": true
964
469
  }
@@ -966,15 +471,10 @@ module.exports = {
966
471
  "filePath": "tokens/functional/typography/typography.json",
967
472
  "isSource": true,
968
473
  "original": {
969
- "value": "16px",
474
+ "value": "20px",
970
475
  "responsive": {
971
- "768px": {
972
- "value": "20px",
973
- "filePath": "tokens/functional/typography/typography.json",
974
- "isSource": true
975
- },
976
476
  "1012px": {
977
- "value": "20px",
477
+ "value": "24px",
978
478
  "filePath": "tokens/functional/typography/typography.json",
979
479
  "isSource": true
980
480
  }
@@ -990,15 +490,10 @@ module.exports = {
990
490
  ]
991
491
  },
992
492
  "500": {
993
- "value": "1.25rem",
493
+ "value": "1.375rem",
994
494
  "responsive": {
995
- "768px": {
996
- "value": "20px",
997
- "filePath": "tokens/functional/typography/typography.json",
998
- "isSource": true
999
- },
1000
495
  "1012px": {
1001
- "value": "24px",
496
+ "value": "32px",
1002
497
  "filePath": "tokens/functional/typography/typography.json",
1003
498
  "isSource": true
1004
499
  }
@@ -1006,15 +501,10 @@ module.exports = {
1006
501
  "filePath": "tokens/functional/typography/typography.json",
1007
502
  "isSource": true,
1008
503
  "original": {
1009
- "value": "20px",
504
+ "value": "22px",
1010
505
  "responsive": {
1011
- "768px": {
1012
- "value": "20px",
1013
- "filePath": "tokens/functional/typography/typography.json",
1014
- "isSource": true
1015
- },
1016
506
  "1012px": {
1017
- "value": "24px",
507
+ "value": "32px",
1018
508
  "filePath": "tokens/functional/typography/typography.json",
1019
509
  "isSource": true
1020
510
  }
@@ -1033,12 +523,12 @@ module.exports = {
1033
523
  "value": "1.5rem",
1034
524
  "responsive": {
1035
525
  "768px": {
1036
- "value": "28px",
526
+ "value": "32px",
1037
527
  "filePath": "tokens/functional/typography/typography.json",
1038
528
  "isSource": true
1039
529
  },
1040
530
  "1012px": {
1041
- "value": "32px",
531
+ "value": "40px",
1042
532
  "filePath": "tokens/functional/typography/typography.json",
1043
533
  "isSource": true
1044
534
  }
@@ -1049,12 +539,12 @@ module.exports = {
1049
539
  "value": "24px",
1050
540
  "responsive": {
1051
541
  "768px": {
1052
- "value": "28px",
542
+ "value": "32px",
1053
543
  "filePath": "tokens/functional/typography/typography.json",
1054
544
  "isSource": true
1055
545
  },
1056
546
  "1012px": {
1057
- "value": "32px",
547
+ "value": "40px",
1058
548
  "filePath": "tokens/functional/typography/typography.json",
1059
549
  "isSource": true
1060
550
  }
@@ -1073,7 +563,7 @@ module.exports = {
1073
563
  "value": "1.75rem",
1074
564
  "responsive": {
1075
565
  "768px": {
1076
- "value": "40px",
566
+ "value": "36px",
1077
567
  "filePath": "tokens/functional/typography/typography.json",
1078
568
  "isSource": true
1079
569
  },
@@ -1089,7 +579,7 @@ module.exports = {
1089
579
  "value": "28px",
1090
580
  "responsive": {
1091
581
  "768px": {
1092
- "value": "40px",
582
+ "value": "36px",
1093
583
  "filePath": "tokens/functional/typography/typography.json",
1094
584
  "isSource": true
1095
585
  },
@@ -1113,7 +603,7 @@ module.exports = {
1113
603
  "value": "2rem",
1114
604
  "responsive": {
1115
605
  "768px": {
1116
- "value": "48px",
606
+ "value": "36px",
1117
607
  "filePath": "tokens/functional/typography/typography.json",
1118
608
  "isSource": true
1119
609
  },
@@ -1129,7 +619,7 @@ module.exports = {
1129
619
  "value": "32px",
1130
620
  "responsive": {
1131
621
  "768px": {
1132
- "value": "48px",
622
+ "value": "36px",
1133
623
  "filePath": "tokens/functional/typography/typography.json",
1134
624
  "isSource": true
1135
625
  },
@@ -1150,10 +640,10 @@ module.exports = {
1150
640
  ]
1151
641
  },
1152
642
  "900": {
1153
- "value": "2.5rem",
643
+ "value": "2.25rem",
1154
644
  "responsive": {
1155
645
  "768px": {
1156
- "value": "56px",
646
+ "value": "48px",
1157
647
  "filePath": "tokens/functional/typography/typography.json",
1158
648
  "isSource": true
1159
649
  },
@@ -1166,10 +656,10 @@ module.exports = {
1166
656
  "filePath": "tokens/functional/typography/typography.json",
1167
657
  "isSource": true,
1168
658
  "original": {
1169
- "value": "40px",
659
+ "value": "36px",
1170
660
  "responsive": {
1171
661
  "768px": {
1172
- "value": "56px",
662
+ "value": "48px",
1173
663
  "filePath": "tokens/functional/typography/typography.json",
1174
664
  "isSource": true
1175
665
  },
@@ -1190,10 +680,10 @@ module.exports = {
1190
680
  ]
1191
681
  },
1192
682
  "1000": {
1193
- "value": "3rem",
683
+ "value": "2.5rem",
1194
684
  "responsive": {
1195
685
  "768px": {
1196
- "value": "72px",
686
+ "value": "64px",
1197
687
  "filePath": "tokens/functional/typography/typography.json",
1198
688
  "isSource": true
1199
689
  },
@@ -1206,10 +696,10 @@ module.exports = {
1206
696
  "filePath": "tokens/functional/typography/typography.json",
1207
697
  "isSource": true,
1208
698
  "original": {
1209
- "value": "48px",
699
+ "value": "40px",
1210
700
  "responsive": {
1211
701
  "768px": {
1212
- "value": "72px",
702
+ "value": "64px",
1213
703
  "filePath": "tokens/functional/typography/typography.json",
1214
704
  "isSource": true
1215
705
  },
@@ -1232,35 +722,11 @@ module.exports = {
1232
722
  },
1233
723
  "lineHeight": {
1234
724
  "100": {
1235
- "value": "1.25rem",
1236
- "responsive": {
1237
- "768px": {
1238
- "value": "20px",
1239
- "filePath": "tokens/functional/typography/typography.json",
1240
- "isSource": true
1241
- },
1242
- "1012px": {
1243
- "value": "20px",
1244
- "filePath": "tokens/functional/typography/typography.json",
1245
- "isSource": true
1246
- }
1247
- },
725
+ "value": "1.5",
1248
726
  "filePath": "tokens/functional/typography/typography.json",
1249
- "isSource": true,
1250
- "original": {
1251
- "value": "20px",
1252
- "responsive": {
1253
- "768px": {
1254
- "value": "20px",
1255
- "filePath": "tokens/functional/typography/typography.json",
1256
- "isSource": true
1257
- },
1258
- "1012px": {
1259
- "value": "20px",
1260
- "filePath": "tokens/functional/typography/typography.json",
1261
- "isSource": true
1262
- }
1263
- }
727
+ "isSource": true,
728
+ "original": {
729
+ "value": "1.5"
1264
730
  },
1265
731
  "name": "100",
1266
732
  "attributes": {},
@@ -1272,35 +738,11 @@ module.exports = {
1272
738
  ]
1273
739
  },
1274
740
  "200": {
1275
- "value": "1.25rem",
1276
- "responsive": {
1277
- "768px": {
1278
- "value": "20px",
1279
- "filePath": "tokens/functional/typography/typography.json",
1280
- "isSource": true
1281
- },
1282
- "1012px": {
1283
- "value": "20px",
1284
- "filePath": "tokens/functional/typography/typography.json",
1285
- "isSource": true
1286
- }
1287
- },
741
+ "value": "1.5",
1288
742
  "filePath": "tokens/functional/typography/typography.json",
1289
743
  "isSource": true,
1290
744
  "original": {
1291
- "value": "20px",
1292
- "responsive": {
1293
- "768px": {
1294
- "value": "20px",
1295
- "filePath": "tokens/functional/typography/typography.json",
1296
- "isSource": true
1297
- },
1298
- "1012px": {
1299
- "value": "20px",
1300
- "filePath": "tokens/functional/typography/typography.json",
1301
- "isSource": true
1302
- }
1303
- }
745
+ "value": "1.5"
1304
746
  },
1305
747
  "name": "200",
1306
748
  "attributes": {},
@@ -1312,35 +754,11 @@ module.exports = {
1312
754
  ]
1313
755
  },
1314
756
  "300": {
1315
- "value": "1.5rem",
1316
- "responsive": {
1317
- "768px": {
1318
- "value": "24px",
1319
- "filePath": "tokens/functional/typography/typography.json",
1320
- "isSource": true
1321
- },
1322
- "1012px": {
1323
- "value": "24px",
1324
- "filePath": "tokens/functional/typography/typography.json",
1325
- "isSource": true
1326
- }
1327
- },
757
+ "value": "1.5",
1328
758
  "filePath": "tokens/functional/typography/typography.json",
1329
759
  "isSource": true,
1330
760
  "original": {
1331
- "value": "24px",
1332
- "responsive": {
1333
- "768px": {
1334
- "value": "24px",
1335
- "filePath": "tokens/functional/typography/typography.json",
1336
- "isSource": true
1337
- },
1338
- "1012px": {
1339
- "value": "24px",
1340
- "filePath": "tokens/functional/typography/typography.json",
1341
- "isSource": true
1342
- }
1343
- }
761
+ "value": "1.5"
1344
762
  },
1345
763
  "name": "300",
1346
764
  "attributes": {},
@@ -1352,35 +770,11 @@ module.exports = {
1352
770
  ]
1353
771
  },
1354
772
  "400": {
1355
- "value": "1.5rem",
1356
- "responsive": {
1357
- "768px": {
1358
- "value": "28px",
1359
- "filePath": "tokens/functional/typography/typography.json",
1360
- "isSource": true
1361
- },
1362
- "1012px": {
1363
- "value": "28px",
1364
- "filePath": "tokens/functional/typography/typography.json",
1365
- "isSource": true
1366
- }
1367
- },
773
+ "value": "1.3",
1368
774
  "filePath": "tokens/functional/typography/typography.json",
1369
775
  "isSource": true,
1370
776
  "original": {
1371
- "value": "24px",
1372
- "responsive": {
1373
- "768px": {
1374
- "value": "28px",
1375
- "filePath": "tokens/functional/typography/typography.json",
1376
- "isSource": true
1377
- },
1378
- "1012px": {
1379
- "value": "28px",
1380
- "filePath": "tokens/functional/typography/typography.json",
1381
- "isSource": true
1382
- }
1383
- }
777
+ "value": "1.3"
1384
778
  },
1385
779
  "name": "400",
1386
780
  "attributes": {},
@@ -1392,15 +786,10 @@ module.exports = {
1392
786
  ]
1393
787
  },
1394
788
  "500": {
1395
- "value": "1.75rem",
789
+ "value": "1.3",
1396
790
  "responsive": {
1397
- "768px": {
1398
- "value": "28px",
1399
- "filePath": "tokens/functional/typography/typography.json",
1400
- "isSource": true
1401
- },
1402
791
  "1012px": {
1403
- "value": "32px",
792
+ "value": "1.2",
1404
793
  "filePath": "tokens/functional/typography/typography.json",
1405
794
  "isSource": true
1406
795
  }
@@ -1408,15 +797,10 @@ module.exports = {
1408
797
  "filePath": "tokens/functional/typography/typography.json",
1409
798
  "isSource": true,
1410
799
  "original": {
1411
- "value": "28px",
800
+ "value": "1.3",
1412
801
  "responsive": {
1413
- "768px": {
1414
- "value": "28px",
1415
- "filePath": "tokens/functional/typography/typography.json",
1416
- "isSource": true
1417
- },
1418
802
  "1012px": {
1419
- "value": "32px",
803
+ "value": "1.2",
1420
804
  "filePath": "tokens/functional/typography/typography.json",
1421
805
  "isSource": true
1422
806
  }
@@ -1432,35 +816,11 @@ module.exports = {
1432
816
  ]
1433
817
  },
1434
818
  "600": {
1435
- "value": "2rem",
1436
- "responsive": {
1437
- "768px": {
1438
- "value": "40px",
1439
- "filePath": "tokens/functional/typography/typography.json",
1440
- "isSource": true
1441
- },
1442
- "1012px": {
1443
- "value": "44px",
1444
- "filePath": "tokens/functional/typography/typography.json",
1445
- "isSource": true
1446
- }
1447
- },
819
+ "value": "1.2",
1448
820
  "filePath": "tokens/functional/typography/typography.json",
1449
821
  "isSource": true,
1450
822
  "original": {
1451
- "value": "32px",
1452
- "responsive": {
1453
- "768px": {
1454
- "value": "40px",
1455
- "filePath": "tokens/functional/typography/typography.json",
1456
- "isSource": true
1457
- },
1458
- "1012px": {
1459
- "value": "44px",
1460
- "filePath": "tokens/functional/typography/typography.json",
1461
- "isSource": true
1462
- }
1463
- }
823
+ "value": "1.2"
1464
824
  },
1465
825
  "name": "600",
1466
826
  "attributes": {},
@@ -1472,35 +832,11 @@ module.exports = {
1472
832
  ]
1473
833
  },
1474
834
  "700": {
1475
- "value": "2.5rem",
1476
- "responsive": {
1477
- "768px": {
1478
- "value": "52px",
1479
- "filePath": "tokens/functional/typography/typography.json",
1480
- "isSource": true
1481
- },
1482
- "1012px": {
1483
- "value": "64px",
1484
- "filePath": "tokens/functional/typography/typography.json",
1485
- "isSource": true
1486
- }
1487
- },
835
+ "value": "1.2",
1488
836
  "filePath": "tokens/functional/typography/typography.json",
1489
837
  "isSource": true,
1490
838
  "original": {
1491
- "value": "40px",
1492
- "responsive": {
1493
- "768px": {
1494
- "value": "52px",
1495
- "filePath": "tokens/functional/typography/typography.json",
1496
- "isSource": true
1497
- },
1498
- "1012px": {
1499
- "value": "64px",
1500
- "filePath": "tokens/functional/typography/typography.json",
1501
- "isSource": true
1502
- }
1503
- }
839
+ "value": "1.2"
1504
840
  },
1505
841
  "name": "700",
1506
842
  "attributes": {},
@@ -1512,35 +848,11 @@ module.exports = {
1512
848
  ]
1513
849
  },
1514
850
  "800": {
1515
- "value": "2.25rem",
1516
- "responsive": {
1517
- "768px": {
1518
- "value": "52px",
1519
- "filePath": "tokens/functional/typography/typography.json",
1520
- "isSource": true
1521
- },
1522
- "1012px": {
1523
- "value": "68px",
1524
- "filePath": "tokens/functional/typography/typography.json",
1525
- "isSource": true
1526
- }
1527
- },
851
+ "value": "1.2",
1528
852
  "filePath": "tokens/functional/typography/typography.json",
1529
853
  "isSource": true,
1530
854
  "original": {
1531
- "value": "36px",
1532
- "responsive": {
1533
- "768px": {
1534
- "value": "52px",
1535
- "filePath": "tokens/functional/typography/typography.json",
1536
- "isSource": true
1537
- },
1538
- "1012px": {
1539
- "value": "68px",
1540
- "filePath": "tokens/functional/typography/typography.json",
1541
- "isSource": true
1542
- }
1543
- }
855
+ "value": "1.2"
1544
856
  },
1545
857
  "name": "800",
1546
858
  "attributes": {},
@@ -1552,15 +864,15 @@ module.exports = {
1552
864
  ]
1553
865
  },
1554
866
  "900": {
1555
- "value": "2.75rem",
867
+ "value": "1.1",
1556
868
  "responsive": {
1557
869
  "768px": {
1558
- "value": "60px",
870
+ "value": "1.05",
1559
871
  "filePath": "tokens/functional/typography/typography.json",
1560
872
  "isSource": true
1561
873
  },
1562
874
  "1012px": {
1563
- "value": "76px",
875
+ "value": "1",
1564
876
  "filePath": "tokens/functional/typography/typography.json",
1565
877
  "isSource": true
1566
878
  }
@@ -1568,15 +880,15 @@ module.exports = {
1568
880
  "filePath": "tokens/functional/typography/typography.json",
1569
881
  "isSource": true,
1570
882
  "original": {
1571
- "value": "44px",
883
+ "value": "1.1",
1572
884
  "responsive": {
1573
885
  "768px": {
1574
- "value": "60px",
886
+ "value": "1.05",
1575
887
  "filePath": "tokens/functional/typography/typography.json",
1576
888
  "isSource": true
1577
889
  },
1578
890
  "1012px": {
1579
- "value": "76px",
891
+ "value": "1",
1580
892
  "filePath": "tokens/functional/typography/typography.json",
1581
893
  "isSource": true
1582
894
  }
@@ -1592,15 +904,15 @@ module.exports = {
1592
904
  ]
1593
905
  },
1594
906
  "1000": {
1595
- "value": "3.25rem",
907
+ "value": "1.1",
1596
908
  "responsive": {
1597
909
  "768px": {
1598
- "value": "76px",
910
+ "value": "1.05",
1599
911
  "filePath": "tokens/functional/typography/typography.json",
1600
912
  "isSource": true
1601
913
  },
1602
914
  "1012px": {
1603
- "value": "100px",
915
+ "value": "1",
1604
916
  "filePath": "tokens/functional/typography/typography.json",
1605
917
  "isSource": true
1606
918
  }
@@ -1608,15 +920,15 @@ module.exports = {
1608
920
  "filePath": "tokens/functional/typography/typography.json",
1609
921
  "isSource": true,
1610
922
  "original": {
1611
- "value": "52px",
923
+ "value": "1.1",
1612
924
  "responsive": {
1613
925
  "768px": {
1614
- "value": "76px",
926
+ "value": "1.05",
1615
927
  "filePath": "tokens/functional/typography/typography.json",
1616
928
  "isSource": true
1617
929
  },
1618
930
  "1012px": {
1619
- "value": "100px",
931
+ "value": "1",
1620
932
  "filePath": "tokens/functional/typography/typography.json",
1621
933
  "isSource": true
1622
934
  }
@@ -1633,16 +945,59 @@ module.exports = {
1633
945
  }
1634
946
  },
1635
947
  "letterSpacing": {
1636
- "700": {
948
+ "400": {
949
+ "value": "-0.01em",
950
+ "filePath": "tokens/functional/typography/typography.json",
951
+ "isSource": true,
952
+ "original": {
953
+ "value": "-0.01em"
954
+ },
955
+ "name": "400",
956
+ "attributes": {},
957
+ "path": [
958
+ "brand",
959
+ "text",
960
+ "letterSpacing",
961
+ "400"
962
+ ]
963
+ },
964
+ "500": {
1637
965
  "value": "-0.01em",
966
+ "filePath": "tokens/functional/typography/typography.json",
967
+ "isSource": true,
968
+ "original": {
969
+ "value": "-0.01em"
970
+ },
971
+ "name": "500",
972
+ "attributes": {},
973
+ "path": [
974
+ "brand",
975
+ "text",
976
+ "letterSpacing",
977
+ "500"
978
+ ]
979
+ },
980
+ "600": {
981
+ "value": "-0.02em",
982
+ "filePath": "tokens/functional/typography/typography.json",
983
+ "isSource": true,
984
+ "original": {
985
+ "value": "-0.02em"
986
+ },
987
+ "name": "600",
988
+ "attributes": {},
989
+ "path": [
990
+ "brand",
991
+ "text",
992
+ "letterSpacing",
993
+ "600"
994
+ ]
995
+ },
996
+ "700": {
997
+ "value": "-0.02em",
1638
998
  "responsive": {
1639
- "768px": {
1640
- "value": "-0.01em",
1641
- "filePath": "tokens/functional/typography/typography.json",
1642
- "isSource": true
1643
- },
1644
999
  "1012px": {
1645
- "value": "-0.01em",
1000
+ "value": "-0.03em",
1646
1001
  "filePath": "tokens/functional/typography/typography.json",
1647
1002
  "isSource": true
1648
1003
  }
@@ -1650,15 +1005,10 @@ module.exports = {
1650
1005
  "filePath": "tokens/functional/typography/typography.json",
1651
1006
  "isSource": true,
1652
1007
  "original": {
1653
- "value": "-0.01em",
1008
+ "value": "-0.02em",
1654
1009
  "responsive": {
1655
- "768px": {
1656
- "value": "-0.01em",
1657
- "filePath": "tokens/functional/typography/typography.json",
1658
- "isSource": true
1659
- },
1660
1010
  "1012px": {
1661
- "value": "-0.01em",
1011
+ "value": "-0.03em",
1662
1012
  "filePath": "tokens/functional/typography/typography.json",
1663
1013
  "isSource": true
1664
1014
  }
@@ -1674,15 +1024,10 @@ module.exports = {
1674
1024
  ]
1675
1025
  },
1676
1026
  "800": {
1677
- "value": "-0.01em",
1027
+ "value": "-0.02em",
1678
1028
  "responsive": {
1679
- "768px": {
1680
- "value": "-0.01em",
1681
- "filePath": "tokens/functional/typography/typography.json",
1682
- "isSource": true
1683
- },
1684
1029
  "1012px": {
1685
- "value": "-0.01em",
1030
+ "value": "-0.03em",
1686
1031
  "filePath": "tokens/functional/typography/typography.json",
1687
1032
  "isSource": true
1688
1033
  }
@@ -1690,15 +1035,10 @@ module.exports = {
1690
1035
  "filePath": "tokens/functional/typography/typography.json",
1691
1036
  "isSource": true,
1692
1037
  "original": {
1693
- "value": "-0.01em",
1038
+ "value": "-0.02em",
1694
1039
  "responsive": {
1695
- "768px": {
1696
- "value": "-0.01em",
1697
- "filePath": "tokens/functional/typography/typography.json",
1698
- "isSource": true
1699
- },
1700
1040
  "1012px": {
1701
- "value": "-0.01em",
1041
+ "value": "-0.03em",
1702
1042
  "filePath": "tokens/functional/typography/typography.json",
1703
1043
  "isSource": true
1704
1044
  }
@@ -1714,33 +1054,23 @@ module.exports = {
1714
1054
  ]
1715
1055
  },
1716
1056
  "900": {
1717
- "value": "-0.01em",
1057
+ "value": "-0.02em",
1718
1058
  "responsive": {
1719
1059
  "768px": {
1720
1060
  "value": "-0.03em",
1721
1061
  "filePath": "tokens/functional/typography/typography.json",
1722
1062
  "isSource": true
1723
- },
1724
- "1012px": {
1725
- "value": "-0.03em",
1726
- "filePath": "tokens/functional/typography/typography.json",
1727
- "isSource": true
1728
1063
  }
1729
1064
  },
1730
1065
  "filePath": "tokens/functional/typography/typography.json",
1731
1066
  "isSource": true,
1732
1067
  "original": {
1733
- "value": "-0.01em",
1068
+ "value": "-0.02em",
1734
1069
  "responsive": {
1735
1070
  "768px": {
1736
1071
  "value": "-0.03em",
1737
1072
  "filePath": "tokens/functional/typography/typography.json",
1738
1073
  "isSource": true
1739
- },
1740
- "1012px": {
1741
- "value": "-0.03em",
1742
- "filePath": "tokens/functional/typography/typography.json",
1743
- "isSource": true
1744
1074
  }
1745
1075
  }
1746
1076
  },
@@ -1754,35 +1084,11 @@ module.exports = {
1754
1084
  ]
1755
1085
  },
1756
1086
  "1000": {
1757
- "value": "-0.01em",
1758
- "responsive": {
1759
- "768px": {
1760
- "value": "-0.03em",
1761
- "filePath": "tokens/functional/typography/typography.json",
1762
- "isSource": true
1763
- },
1764
- "1012px": {
1765
- "value": "-0.03em",
1766
- "filePath": "tokens/functional/typography/typography.json",
1767
- "isSource": true
1768
- }
1769
- },
1087
+ "value": "-0.03em",
1770
1088
  "filePath": "tokens/functional/typography/typography.json",
1771
1089
  "isSource": true,
1772
1090
  "original": {
1773
- "value": "-0.01em",
1774
- "responsive": {
1775
- "768px": {
1776
- "value": "-0.03em",
1777
- "filePath": "tokens/functional/typography/typography.json",
1778
- "isSource": true
1779
- },
1780
- "1012px": {
1781
- "value": "-0.03em",
1782
- "filePath": "tokens/functional/typography/typography.json",
1783
- "isSource": true
1784
- }
1785
- }
1091
+ "value": "-0.03em"
1786
1092
  },
1787
1093
  "name": "1000",
1788
1094
  "attributes": {},