@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 = {
@@ -40,20 +40,20 @@ module.exports = {
40
40
  ]
41
41
  }
42
42
  },
43
- "xsmall": {
43
+ "medium": {
44
44
  "size": {
45
- "value": "1.5rem",
45
+ "value": "3rem",
46
46
  "filePath": "tokens/functional/size/size.json",
47
47
  "isSource": true,
48
48
  "original": {
49
- "value": "{base.size.24}"
49
+ "value": "{base.size.48}"
50
50
  },
51
51
  "name": "size",
52
52
  "attributes": {},
53
53
  "path": [
54
54
  "brand",
55
55
  "control",
56
- "xsmall",
56
+ "medium",
57
57
  "size"
58
58
  ]
59
59
  },
@@ -69,110 +69,110 @@ module.exports = {
69
69
  "path": [
70
70
  "brand",
71
71
  "control",
72
- "xsmall",
72
+ "medium",
73
73
  "lineBoxHeight"
74
74
  ]
75
75
  },
76
76
  "paddingBlock": {
77
- "value": "calc((1.5rem - 1.25rem) / 2)",
77
+ "value": "0.75rem",
78
78
  "filePath": "tokens/functional/size/size.json",
79
79
  "isSource": true,
80
80
  "original": {
81
- "value": "calc(({brand.control.xsmall.size} - {brand.control.xsmall.lineBoxHeight}) / 2)"
81
+ "value": "{base.size.12}"
82
82
  },
83
83
  "name": "paddingBlock",
84
84
  "attributes": {},
85
85
  "path": [
86
86
  "brand",
87
87
  "control",
88
- "xsmall",
88
+ "medium",
89
89
  "paddingBlock"
90
90
  ]
91
91
  },
92
92
  "paddingInline": {
93
93
  "condensed": {
94
- "value": "0.25rem",
94
+ "value": "0.75rem",
95
95
  "filePath": "tokens/functional/size/size.json",
96
96
  "isSource": true,
97
97
  "original": {
98
- "value": "{base.size.4}"
98
+ "value": "{base.size.12}"
99
99
  },
100
100
  "name": "condensed",
101
101
  "attributes": {},
102
102
  "path": [
103
103
  "brand",
104
104
  "control",
105
- "xsmall",
105
+ "medium",
106
106
  "paddingInline",
107
107
  "condensed"
108
108
  ]
109
109
  },
110
110
  "normal": {
111
- "value": "0.5rem",
111
+ "value": "1rem",
112
112
  "filePath": "tokens/functional/size/size.json",
113
113
  "isSource": true,
114
114
  "original": {
115
- "value": "{base.size.8}"
115
+ "value": "{base.size.16}"
116
116
  },
117
117
  "name": "normal",
118
118
  "attributes": {},
119
119
  "path": [
120
120
  "brand",
121
121
  "control",
122
- "xsmall",
122
+ "medium",
123
123
  "paddingInline",
124
124
  "normal"
125
125
  ]
126
126
  },
127
127
  "spacious": {
128
- "value": "0.75rem",
128
+ "value": "1.5rem",
129
129
  "filePath": "tokens/functional/size/size.json",
130
130
  "isSource": true,
131
131
  "original": {
132
- "value": "{base.size.12}"
132
+ "value": "{base.size.24}"
133
133
  },
134
134
  "name": "spacious",
135
135
  "attributes": {},
136
136
  "path": [
137
137
  "brand",
138
138
  "control",
139
- "xsmall",
139
+ "medium",
140
140
  "paddingInline",
141
141
  "spacious"
142
142
  ]
143
143
  }
144
144
  },
145
145
  "gap": {
146
- "value": "0.25rem",
146
+ "value": "0.5rem",
147
147
  "filePath": "tokens/functional/size/size.json",
148
148
  "isSource": true,
149
149
  "original": {
150
- "value": "{base.size.4}"
150
+ "value": "{base.size.8}"
151
151
  },
152
152
  "name": "gap",
153
153
  "attributes": {},
154
154
  "path": [
155
155
  "brand",
156
156
  "control",
157
- "xsmall",
157
+ "medium",
158
158
  "gap"
159
159
  ]
160
160
  }
161
161
  },
162
- "small": {
162
+ "large": {
163
163
  "size": {
164
- "value": "1.75rem",
164
+ "value": "3.5rem",
165
165
  "filePath": "tokens/functional/size/size.json",
166
166
  "isSource": true,
167
167
  "original": {
168
- "value": "{base.size.28}"
168
+ "value": "56px"
169
169
  },
170
170
  "name": "size",
171
171
  "attributes": {},
172
172
  "path": [
173
173
  "brand",
174
174
  "control",
175
- "small",
175
+ "large",
176
176
  "size"
177
177
  ]
178
178
  },
@@ -188,222 +188,50 @@ module.exports = {
188
188
  "path": [
189
189
  "brand",
190
190
  "control",
191
- "small",
192
- "lineBoxHeight"
193
- ]
194
- },
195
- "paddingBlock": {
196
- "value": "calc((1.75rem - 1.25rem) / 2)",
197
- "filePath": "tokens/functional/size/size.json",
198
- "isSource": true,
199
- "original": {
200
- "value": "calc(({brand.control.small.size} - {brand.control.small.lineBoxHeight}) / 2)"
201
- },
202
- "name": "paddingBlock",
203
- "attributes": {},
204
- "path": [
205
- "brand",
206
- "control",
207
- "small",
208
- "paddingBlock"
209
- ]
210
- },
211
- "paddingInline": {
212
- "condensed": {
213
- "value": "0.5rem",
214
- "filePath": "tokens/functional/size/size.json",
215
- "isSource": true,
216
- "original": {
217
- "value": "{base.size.8}"
218
- },
219
- "name": "condensed",
220
- "attributes": {},
221
- "path": [
222
- "brand",
223
- "control",
224
- "small",
225
- "paddingInline",
226
- "condensed"
227
- ]
228
- },
229
- "normal": {
230
- "value": "0.75rem",
231
- "filePath": "tokens/functional/size/size.json",
232
- "isSource": true,
233
- "original": {
234
- "value": "{base.size.12}"
235
- },
236
- "name": "normal",
237
- "attributes": {},
238
- "path": [
239
- "brand",
240
- "control",
241
- "small",
242
- "paddingInline",
243
- "normal"
244
- ]
245
- }
246
- },
247
- "gap": {
248
- "value": "0.25rem",
249
- "filePath": "tokens/functional/size/size.json",
250
- "isSource": true,
251
- "original": {
252
- "value": "{base.size.4}"
253
- },
254
- "name": "gap",
255
- "attributes": {},
256
- "path": [
257
- "brand",
258
- "control",
259
- "small",
260
- "gap"
261
- ]
262
- }
263
- },
264
- "medium": {
265
- "lineBoxHeight": {
266
- "value": "1.25rem",
267
- "filePath": "tokens/functional/size/size.json",
268
- "isSource": true,
269
- "original": {
270
- "value": "{base.size.20}"
271
- },
272
- "name": "lineBoxHeight",
273
- "attributes": {},
274
- "path": [
275
- "brand",
276
- "control",
277
- "medium",
191
+ "large",
278
192
  "lineBoxHeight"
279
193
  ]
280
194
  },
281
195
  "paddingBlock": {
282
- "value": "calc((2.5rem - 1.25rem) / 2)",
196
+ "value": "1.125rem",
283
197
  "filePath": "tokens/functional/size/size.json",
284
198
  "isSource": true,
285
199
  "original": {
286
- "value": "calc(({brand.control.medium.size} - {brand.control.medium.lineBoxHeight}) / 2)"
200
+ "value": "18px"
287
201
  },
288
202
  "name": "paddingBlock",
289
203
  "attributes": {},
290
204
  "path": [
291
205
  "brand",
292
206
  "control",
293
- "medium",
207
+ "large",
294
208
  "paddingBlock"
295
209
  ]
296
210
  },
297
211
  "paddingInline": {
298
212
  "condensed": {
299
- "value": "0.5rem",
300
- "filePath": "tokens/functional/size/size.json",
301
- "isSource": true,
302
- "original": {
303
- "value": "{base.size.8}"
304
- },
305
- "name": "condensed",
306
- "attributes": {},
307
- "path": [
308
- "brand",
309
- "control",
310
- "medium",
311
- "paddingInline",
312
- "condensed"
313
- ]
314
- },
315
- "normal": {
316
- "value": "0.75rem",
317
- "filePath": "tokens/functional/size/size.json",
318
- "isSource": true,
319
- "original": {
320
- "value": "{base.size.12}"
321
- },
322
- "name": "normal",
323
- "attributes": {},
324
- "path": [
325
- "brand",
326
- "control",
327
- "medium",
328
- "paddingInline",
329
- "normal"
330
- ]
331
- },
332
- "spacious": {
333
213
  "value": "1rem",
334
214
  "filePath": "tokens/functional/size/size.json",
335
215
  "isSource": true,
336
216
  "original": {
337
217
  "value": "{base.size.16}"
338
218
  },
339
- "name": "spacious",
219
+ "name": "condensed",
340
220
  "attributes": {},
341
221
  "path": [
342
222
  "brand",
343
223
  "control",
344
- "medium",
224
+ "large",
345
225
  "paddingInline",
346
- "spacious"
226
+ "condensed"
347
227
  ]
348
- }
349
- },
350
- "gap": {
351
- "value": "0.5rem",
352
- "filePath": "tokens/functional/size/size.json",
353
- "isSource": true,
354
- "original": {
355
- "value": "{base.size.8}"
356
- },
357
- "name": "gap",
358
- "attributes": {},
359
- "path": [
360
- "brand",
361
- "control",
362
- "medium",
363
- "gap"
364
- ]
365
- }
366
- },
367
- "large": {
368
- "lineBoxHeight": {
369
- "value": "1.25rem",
370
- "filePath": "tokens/functional/size/size.json",
371
- "isSource": true,
372
- "original": {
373
- "value": "{base.size.20}"
374
- },
375
- "name": "lineBoxHeight",
376
- "attributes": {},
377
- "path": [
378
- "brand",
379
- "control",
380
- "large",
381
- "lineBoxHeight"
382
- ]
383
- },
384
- "paddingBlock": {
385
- "value": "calc((var(--base-size-48) - 1.25rem) / 2)",
386
- "filePath": "tokens/functional/size/size.json",
387
- "isSource": true,
388
- "original": {
389
- "value": "calc(({brand.control.large.size} - {brand.control.large.lineBoxHeight}) / 2)"
390
228
  },
391
- "name": "paddingBlock",
392
- "attributes": {},
393
- "path": [
394
- "brand",
395
- "control",
396
- "large",
397
- "paddingBlock"
398
- ]
399
- },
400
- "paddingInline": {
401
229
  "normal": {
402
- "value": "0.75rem",
230
+ "value": "1.25rem",
403
231
  "filePath": "tokens/functional/size/size.json",
404
232
  "isSource": true,
405
233
  "original": {
406
- "value": "{base.size.12}"
234
+ "value": "{base.size.20}"
407
235
  },
408
236
  "name": "normal",
409
237
  "attributes": {},
@@ -416,11 +244,11 @@ module.exports = {
416
244
  ]
417
245
  },
418
246
  "spacious": {
419
- "value": "1rem",
247
+ "value": "2rem",
420
248
  "filePath": "tokens/functional/size/size.json",
421
249
  "isSource": true,
422
250
  "original": {
423
- "value": "{base.size.16}"
251
+ "value": "{base.size.32}"
424
252
  },
425
253
  "name": "spacious",
426
254
  "attributes": {},
@@ -434,11 +262,11 @@ module.exports = {
434
262
  }
435
263
  },
436
264
  "gap": {
437
- "value": "0.5rem",
265
+ "value": "1rem",
438
266
  "filePath": "tokens/functional/size/size.json",
439
267
  "isSource": true,
440
268
  "original": {
441
- "value": "{base.size.8}"
269
+ "value": "{base.size.16}"
442
270
  },
443
271
  "name": "gap",
444
272
  "attributes": {},
@@ -450,105 +278,55 @@ module.exports = {
450
278
  ]
451
279
  }
452
280
  },
453
- "xlarge": {
454
- "size": {
455
- "value": "3rem",
281
+ "border": {
282
+ "radius": {
283
+ "value": "var(--brand-borderRadius-medium)",
456
284
  "filePath": "tokens/functional/size/size.json",
457
285
  "isSource": true,
458
286
  "original": {
459
- "value": "{base.size.48}"
287
+ "value": "var(--brand-borderRadius-medium)"
460
288
  },
461
- "name": "size",
289
+ "name": "radius",
462
290
  "attributes": {},
463
291
  "path": [
464
292
  "brand",
465
293
  "control",
466
- "xlarge",
467
- "size"
294
+ "border",
295
+ "radius"
468
296
  ]
469
- },
470
- "lineBoxHeight": {
471
- "value": "1.25rem",
297
+ }
298
+ },
299
+ "animation": {
300
+ "duration": {
301
+ "value": "80ms",
472
302
  "filePath": "tokens/functional/size/size.json",
473
303
  "isSource": true,
474
304
  "original": {
475
- "value": "{base.size.20}"
305
+ "value": "80ms"
476
306
  },
477
- "name": "lineBoxHeight",
307
+ "name": "duration",
478
308
  "attributes": {},
479
309
  "path": [
480
310
  "brand",
481
311
  "control",
482
- "xlarge",
483
- "lineBoxHeight"
312
+ "animation",
313
+ "duration"
484
314
  ]
485
315
  },
486
- "paddingBlock": {
487
- "value": "calc((3rem - 1.25rem) / 2)",
316
+ "easing": {
317
+ "value": "var(--brand-animation-easing-glide)",
488
318
  "filePath": "tokens/functional/size/size.json",
489
319
  "isSource": true,
490
320
  "original": {
491
- "value": "calc(({brand.control.xlarge.size} - {brand.control.xlarge.lineBoxHeight}) / 2)"
321
+ "value": "var(--brand-animation-easing-glide)"
492
322
  },
493
- "name": "paddingBlock",
323
+ "name": "easing",
494
324
  "attributes": {},
495
325
  "path": [
496
326
  "brand",
497
327
  "control",
498
- "xlarge",
499
- "paddingBlock"
500
- ]
501
- },
502
- "paddingInline": {
503
- "normal": {
504
- "value": "0.75rem",
505
- "filePath": "tokens/functional/size/size.json",
506
- "isSource": true,
507
- "original": {
508
- "value": "{base.size.12}"
509
- },
510
- "name": "normal",
511
- "attributes": {},
512
- "path": [
513
- "brand",
514
- "control",
515
- "xlarge",
516
- "paddingInline",
517
- "normal"
518
- ]
519
- },
520
- "spacious": {
521
- "value": "1rem",
522
- "filePath": "tokens/functional/size/size.json",
523
- "isSource": true,
524
- "original": {
525
- "value": "{base.size.16}"
526
- },
527
- "name": "spacious",
528
- "attributes": {},
529
- "path": [
530
- "brand",
531
- "control",
532
- "xlarge",
533
- "paddingInline",
534
- "spacious"
535
- ]
536
- }
537
- },
538
- "gap": {
539
- "value": "0.5rem",
540
- "filePath": "tokens/functional/size/size.json",
541
- "isSource": true,
542
- "original": {
543
- "value": "{base.size.8}"
544
- },
545
- "name": "gap",
546
- "attributes": {},
547
- "path": [
548
- "brand",
549
- "control",
550
- "xlarge",
551
- "gap"
328
+ "animation",
329
+ "easing"
552
330
  ]
553
331
  }
554
332
  }
@@ -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 = {