@primer/react-brand 0.27.2-rc.0af329f → 0.27.2-rc.30e4e47

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 (265) hide show
  1. package/lib/Box/Box.d.ts +5 -1
  2. package/lib/Stack/Stack.d.ts +2 -2
  3. package/lib/css/main.css +126 -61
  4. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  5. package/lib/design-tokens/css/tokens/base/colors/color-scales.css +1 -1
  6. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  7. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  8. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  9. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  10. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  11. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  12. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  13. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  14. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  15. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  16. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  17. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  18. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  26. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  27. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  28. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  63. package/lib/design-tokens/js/module/tokens/base/colors/color-scales.js +1 -1
  64. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  65. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  66. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  67. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  68. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  69. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  70. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  71. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  72. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  73. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  74. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  75. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  76. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  77. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  78. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  79. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  80. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  81. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  82. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  83. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  84. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  85. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  86. package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
  87. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  88. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  89. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  90. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  91. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  92. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  93. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  94. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  95. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  96. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  97. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  98. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  99. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  100. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  101. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  102. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  103. package/lib/design-tokens/js/tokens/base/colors/color-scales.js +1 -1
  104. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  105. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  106. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  107. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  108. package/lib/design-tokens/js/tokens/functional/components/bento/base.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 +1 -1
  131. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  132. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  133. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  134. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  135. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  136. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  137. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  138. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  139. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  140. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  141. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  142. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  143. package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +1 -1
  144. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  145. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  146. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  147. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  148. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  149. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  150. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  151. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  152. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  153. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  154. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  155. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  156. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  157. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  158. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  159. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  160. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  161. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  162. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  163. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  164. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  165. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  166. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  167. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  168. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  169. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  170. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  171. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  172. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  173. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  174. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  175. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  176. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  177. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  178. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  179. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  180. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  181. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  182. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  183. package/lib/design-tokens/ts/tokens/base/colors/color-scales.d.ts +1 -1
  184. package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +1 -1
  185. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  186. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  187. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  188. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  189. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  190. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  191. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  192. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  193. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  194. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  195. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  196. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  197. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  198. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  199. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  200. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  201. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  202. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  203. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  204. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  205. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  206. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  207. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  208. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  209. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  210. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  211. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  212. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  213. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  214. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  215. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  216. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  217. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  218. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  219. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  220. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  221. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  222. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  223. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  224. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  225. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  226. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  227. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  228. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  229. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  230. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  231. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  232. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  233. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  234. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  235. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  236. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  237. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  238. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  239. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  240. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  241. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  242. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  243. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  244. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  245. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  246. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  247. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  248. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  249. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  250. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  251. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  252. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  253. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  254. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  255. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  256. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  257. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  258. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  259. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  260. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  261. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  262. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  263. package/lib/forms/TextInput/TextInput.d.ts +1 -1
  264. package/lib/index.js +1 -1
  265. package/package.json +1 -1
package/lib/Box/Box.d.ts CHANGED
@@ -58,6 +58,10 @@ type BoxProps = {
58
58
  backgroundColor?: BackgroundColors;
59
59
  borderRadius?: BorderRadiusOptions;
60
60
  borderWidth?: BorderWidthOptions;
61
+ borderBlockStartWidth?: BorderWidthOptions;
62
+ borderInlineEndWidth?: BorderWidthOptions;
63
+ borderBlockEndWidth?: BorderWidthOptions;
64
+ borderInlineStartWidth?: BorderWidthOptions;
61
65
  borderColor?: BorderColorOptions;
62
66
  borderStyle?: BorderStyleOptions;
63
67
  /**
@@ -73,5 +77,5 @@ type BoxProps = {
73
77
  * Use Box to apply fine-grained styling to content.
74
78
  * @see https://primer.style/brand/components/Box
75
79
  */
76
- export declare const Box: ({ animate, children, className, "data-testid": testId, style, padding, paddingBlockStart, paddingInlineEnd, paddingBlockEnd, paddingInlineStart, margin, marginBlockStart, marginInlineEnd, marginBlockEnd, marginInlineStart, backgroundColor, borderRadius, borderWidth, borderColor, borderStyle, ...rest }: PropsWithChildren<BoxProps>) => JSX.Element;
80
+ export declare const Box: ({ animate, children, className, "data-testid": testId, style, padding, paddingBlockStart, paddingInlineEnd, paddingBlockEnd, paddingInlineStart, margin, marginBlockStart, marginInlineEnd, marginBlockEnd, marginInlineStart, backgroundColor, borderRadius, borderWidth, borderBlockStartWidth, borderInlineEndWidth, borderBlockEndWidth, borderInlineStartWidth, borderColor, borderStyle, ...rest }: PropsWithChildren<BoxProps>) => JSX.Element;
77
81
  export {};
@@ -96,7 +96,7 @@ export declare const Stack: React.ForwardRefExoticComponent<Omit<BaseProps<HTMLE
96
96
  * A string value will be applied to all viewports.
97
97
  * An object can be used to define different values for different viewports.
98
98
  */
99
- gap?: "normal" | 4 | "none" | "condensed" | 24 | 16 | 8 | 12 | "spacious" | 20 | 28 | 32 | 36 | 40 | 44 | 48 | 64 | 80 | 96 | 112 | 128 | ResponsiveSpacingMap | undefined;
99
+ gap?: "normal" | 4 | "none" | "condensed" | 8 | 12 | "spacious" | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 64 | 80 | 96 | 112 | 128 | ResponsiveSpacingMap | undefined;
100
100
  /**
101
101
  * Applies vertical alignment to child elements relative to the Stack, using the align-items CSS property.
102
102
  * A string value will be applied to all viewports.
@@ -108,7 +108,7 @@ export declare const Stack: React.ForwardRefExoticComponent<Omit<BaseProps<HTMLE
108
108
  * A string value will be applied to all viewports.
109
109
  * An object can be used to define different values for different viewports.
110
110
  */
111
- padding?: "normal" | 4 | "none" | "condensed" | 24 | 16 | 8 | 12 | "spacious" | 20 | 28 | 32 | 36 | 40 | 44 | 48 | 64 | 80 | 96 | 112 | 128 | ResponsiveSpacingMap | undefined;
111
+ padding?: "normal" | 4 | "none" | "condensed" | 8 | 12 | "spacious" | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 64 | 80 | 96 | 112 | 128 | ResponsiveSpacingMap | undefined;
112
112
  /**
113
113
  * Applies horizontal alignment to child elements relative to the Stack, using the justify-content CSS property.
114
114
  * A string value will be applied to all viewports.
package/lib/css/main.css CHANGED
@@ -41,6 +41,11 @@ html:focus-within {
41
41
  scroll-behavior: smooth;
42
42
  }
43
43
 
44
+ html {
45
+ -webkit-font-smoothing: antialiased;
46
+ -moz-osx-font-smoothing: grayscale;
47
+ }
48
+
44
49
  /* Set core body defaults */
45
50
  body {
46
51
  min-height: 100vh;
@@ -89,7 +94,7 @@ select {
89
94
 
90
95
  /**
91
96
  * Do not edit directly
92
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
97
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
93
98
  */
94
99
 
95
100
  :root,
@@ -629,7 +634,7 @@ select {
629
634
 
630
635
  /**
631
636
  * Do not edit directly
632
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
637
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
633
638
  */
634
639
 
635
640
  :root {
@@ -654,7 +659,7 @@ select {
654
659
 
655
660
  /**
656
661
  * Do not edit directly
657
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
662
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
658
663
  */
659
664
 
660
665
  :root {
@@ -669,7 +674,7 @@ select {
669
674
 
670
675
  /**
671
676
  * Do not edit directly
672
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
677
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
673
678
  */
674
679
 
675
680
  :root {
@@ -796,7 +801,7 @@ select {
796
801
 
797
802
  /**
798
803
  * Do not edit directly
799
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
804
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
800
805
  */
801
806
 
802
807
  :root {
@@ -810,7 +815,7 @@ select {
810
815
 
811
816
  /**
812
817
  * Do not edit directly
813
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
818
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
814
819
  */
815
820
 
816
821
  :root {
@@ -829,7 +834,7 @@ select {
829
834
 
830
835
  /**
831
836
  * Do not edit directly
832
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
837
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
833
838
  */
834
839
 
835
840
  :root,
@@ -914,7 +919,7 @@ select {
914
919
  }
915
920
 
916
921
  .Primer_Brand__Hero-module__Hero--align-start___m8GEr {
917
- align-items: start;
922
+ align-items: flex-start;
918
923
  text-align: left;
919
924
  }
920
925
 
@@ -1182,7 +1187,7 @@ select {
1182
1187
 
1183
1188
  /**
1184
1189
  * Do not edit directly
1185
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
1190
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
1186
1191
  */
1187
1192
 
1188
1193
  :root,
@@ -1736,7 +1741,7 @@ select {
1736
1741
 
1737
1742
  /**
1738
1743
  * Do not edit directly
1739
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
1744
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
1740
1745
  */
1741
1746
 
1742
1747
  :root {
@@ -1963,7 +1968,7 @@ select {
1963
1968
 
1964
1969
  /**
1965
1970
  * Do not edit directly
1966
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
1971
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
1967
1972
  */
1968
1973
 
1969
1974
  :root,
@@ -2222,7 +2227,7 @@ select {
2222
2227
 
2223
2228
  /**
2224
2229
  * Do not edit directly
2225
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
2230
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
2226
2231
  */
2227
2232
 
2228
2233
  :root {
@@ -2248,7 +2253,7 @@ select {
2248
2253
 
2249
2254
  /**
2250
2255
  * Do not edit directly
2251
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
2256
+ * Generated on Tue, 17 Oct 2023 08:53:41 GMT
2252
2257
  */
2253
2258
 
2254
2259
  :root,
@@ -3006,7 +3011,7 @@ select {
3006
3011
 
3007
3012
  /**
3008
3013
  * Do not edit directly
3009
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
3014
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
3010
3015
  */
3011
3016
 
3012
3017
  :root {
@@ -3842,7 +3847,7 @@ select {
3842
3847
 
3843
3848
  /**
3844
3849
  * Do not edit directly
3845
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
3850
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
3846
3851
  */
3847
3852
 
3848
3853
  :root {
@@ -3863,7 +3868,7 @@ select {
3863
3868
 
3864
3869
  /**
3865
3870
  * Do not edit directly
3866
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
3871
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
3867
3872
  */
3868
3873
 
3869
3874
  :root {
@@ -3873,7 +3878,7 @@ select {
3873
3878
 
3874
3879
  /**
3875
3880
  * Do not edit directly
3876
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
3881
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
3877
3882
  */
3878
3883
 
3879
3884
  :root {
@@ -4783,7 +4788,7 @@ select {
4783
4788
 
4784
4789
  /**
4785
4790
  * Do not edit directly
4786
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
4791
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
4787
4792
  */
4788
4793
 
4789
4794
  :root,
@@ -4811,7 +4816,7 @@ select {
4811
4816
 
4812
4817
  /**
4813
4818
  * Do not edit directly
4814
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
4819
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
4815
4820
  */
4816
4821
 
4817
4822
  :root,
@@ -4827,7 +4832,7 @@ select {
4827
4832
 
4828
4833
  /**
4829
4834
  * Do not edit directly
4830
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
4835
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
4831
4836
  */
4832
4837
 
4833
4838
  :root {
@@ -4949,7 +4954,7 @@ select {
4949
4954
 
4950
4955
  /**
4951
4956
  * Do not edit directly
4952
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
4957
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
4953
4958
  */
4954
4959
 
4955
4960
  :root,
@@ -4965,7 +4970,7 @@ select {
4965
4970
 
4966
4971
  /**
4967
4972
  * Do not edit directly
4968
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
4973
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
4969
4974
  */
4970
4975
 
4971
4976
  :root,
@@ -5178,7 +5183,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5178
5183
 
5179
5184
  /**
5180
5185
  * Do not edit directly
5181
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
5186
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
5182
5187
  */
5183
5188
 
5184
5189
  :root {
@@ -5187,7 +5192,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5187
5192
 
5188
5193
  /**
5189
5194
  * Do not edit directly
5190
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
5195
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
5191
5196
  */
5192
5197
 
5193
5198
  :root,
@@ -5205,7 +5210,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5205
5210
 
5206
5211
  /**
5207
5212
  * Do not edit directly
5208
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
5213
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
5209
5214
  */
5210
5215
 
5211
5216
  :root {
@@ -5293,7 +5298,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5293
5298
  }
5294
5299
 
5295
5300
  .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC {
5296
- justify-content: start;
5301
+ justify-content: flex-start;
5297
5302
  }
5298
5303
 
5299
5304
  .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC > span {
@@ -5322,7 +5327,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5322
5327
 
5323
5328
  /**
5324
5329
  * Do not edit directly
5325
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
5330
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
5326
5331
  */
5327
5332
 
5328
5333
  :root,
@@ -6423,7 +6428,7 @@ Fixes safari bug where outline doesn't respect border-radius
6423
6428
 
6424
6429
  /**
6425
6430
  * Do not edit directly
6426
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
6431
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
6427
6432
  */
6428
6433
 
6429
6434
  :root {
@@ -6437,7 +6442,7 @@ Fixes safari bug where outline doesn't respect border-radius
6437
6442
 
6438
6443
  /**
6439
6444
  * Do not edit directly
6440
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
6445
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
6441
6446
  */
6442
6447
 
6443
6448
  :root {
@@ -6647,7 +6652,7 @@ Fixes safari bug where outline doesn't respect border-radius
6647
6652
 
6648
6653
  /**
6649
6654
  * Do not edit directly
6650
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
6655
+ * Generated on Tue, 17 Oct 2023 08:53:41 GMT
6651
6656
  */
6652
6657
 
6653
6658
  :root,
@@ -6663,7 +6668,7 @@ Fixes safari bug where outline doesn't respect border-radius
6663
6668
 
6664
6669
  /**
6665
6670
  * Do not edit directly
6666
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
6671
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
6667
6672
  */
6668
6673
 
6669
6674
  :root {
@@ -6981,7 +6986,7 @@ Fixes safari bug where outline doesn't respect border-radius
6981
6986
 
6982
6987
  /**
6983
6988
  * Do not edit directly
6984
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
6989
+ * Generated on Tue, 17 Oct 2023 08:53:41 GMT
6985
6990
  */
6986
6991
 
6987
6992
  :root,
@@ -7397,7 +7402,7 @@ html {
7397
7402
 
7398
7403
  /**
7399
7404
  * Do not edit directly
7400
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
7405
+ * Generated on Tue, 17 Oct 2023 08:53:41 GMT
7401
7406
  */
7402
7407
 
7403
7408
  :root,
@@ -7575,7 +7580,7 @@ html {
7575
7580
 
7576
7581
  /**
7577
7582
  * Do not edit directly
7578
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
7583
+ * Generated on Tue, 17 Oct 2023 08:53:41 GMT
7579
7584
  */
7580
7585
 
7581
7586
  :root,
@@ -7702,7 +7707,7 @@ html {
7702
7707
 
7703
7708
  /**
7704
7709
  * Do not edit directly
7705
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
7710
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
7706
7711
  */
7707
7712
 
7708
7713
  :root,
@@ -7832,7 +7837,7 @@ html {
7832
7837
 
7833
7838
  /**
7834
7839
  * Do not edit directly
7835
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
7840
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
7836
7841
  */
7837
7842
 
7838
7843
  :root {
@@ -7844,7 +7849,7 @@ html {
7844
7849
 
7845
7850
  /**
7846
7851
  * Do not edit directly
7847
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
7852
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
7848
7853
  */
7849
7854
 
7850
7855
  :root,
@@ -8217,7 +8222,7 @@ html {
8217
8222
 
8218
8223
  /**
8219
8224
  * Do not edit directly
8220
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
8225
+ * Generated on Tue, 17 Oct 2023 08:53:41 GMT
8221
8226
  */
8222
8227
 
8223
8228
  :root,
@@ -8661,7 +8666,7 @@ html {
8661
8666
 
8662
8667
  /**
8663
8668
  * Do not edit directly
8664
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
8669
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
8665
8670
  */
8666
8671
 
8667
8672
  :root {
@@ -12384,6 +12389,66 @@ html {
12384
12389
  border-width: var(--brand-borderWidth-thicker);
12385
12390
  }
12386
12391
 
12392
+ .Primer_Brand__Box-module__Box-borderBlockStartWidth--thin___y3sZf {
12393
+ border-width: 0;
12394
+ border-top-width: var(--brand-borderWidth-thin);
12395
+ }
12396
+
12397
+ .Primer_Brand__Box-module__Box-borderBlockStartWidth--thick___kV7nz {
12398
+ border-width: 0;
12399
+ border-top-width: var(--brand-borderWidth-thick);
12400
+ }
12401
+
12402
+ .Primer_Brand__Box-module__Box-borderBlockStartWidth--thicker___lU32t {
12403
+ border-width: 0;
12404
+ border-top-width: var(--brand-borderWidth-thicker);
12405
+ }
12406
+
12407
+ .Primer_Brand__Box-module__Box-borderInlineEndWidth--thin___irPIY {
12408
+ border-width: 0;
12409
+ border-right-width: var(--brand-borderWidth-thin);
12410
+ }
12411
+
12412
+ .Primer_Brand__Box-module__Box-borderInlineEndWidth--thick___OolZ3 {
12413
+ border-width: 0;
12414
+ border-right-width: var(--brand-borderWidth-thick);
12415
+ }
12416
+
12417
+ .Primer_Brand__Box-module__Box-borderInlineEndWidth--thicker___bxZek {
12418
+ border-width: 0;
12419
+ border-right-width: var(--brand-borderWidth-thicker);
12420
+ }
12421
+
12422
+ .Primer_Brand__Box-module__Box-borderBlockEndWidth--thin___aOdjf {
12423
+ border-width: 0;
12424
+ border-bottom-width: var(--brand-borderWidth-thin);
12425
+ }
12426
+
12427
+ .Primer_Brand__Box-module__Box-borderBlockEndWidth--thick___ROxs5 {
12428
+ border-width: 0;
12429
+ border-bottom-width: var(--brand-borderWidth-thick);
12430
+ }
12431
+
12432
+ .Primer_Brand__Box-module__Box-borderBlockEndWidth--thicker___sED4_ {
12433
+ border-width: 0;
12434
+ border-bottom-width: var(--brand-borderWidth-thicker);
12435
+ }
12436
+
12437
+ .Primer_Brand__Box-module__Box-borderInlineStartWidth--thin___A4ZPo {
12438
+ border-width: 0;
12439
+ border-left-width: var(--brand-borderWidth-thin);
12440
+ }
12441
+
12442
+ .Primer_Brand__Box-module__Box-borderInlineStartWidth--thick___OelxP {
12443
+ border-width: 0;
12444
+ border-left-width: var(--brand-borderWidth-thick);
12445
+ }
12446
+
12447
+ .Primer_Brand__Box-module__Box-borderInlineStartWidth--thicker___yWUW3 {
12448
+ border-width: 0;
12449
+ border-left-width: var(--brand-borderWidth-thicker);
12450
+ }
12451
+
12387
12452
  /*
12388
12453
  * 14. Border Color
12389
12454
  */
@@ -12500,7 +12565,7 @@ html {
12500
12565
  color: var(--base-color-scale-gray-0);
12501
12566
  display: grid;
12502
12567
  align-items: center;
12503
- justify-content: start;
12568
+ justify-content: flex-start;
12504
12569
  grid-gap: 10px;
12505
12570
  grid-template-columns: auto auto;
12506
12571
  background: hsl(var(--base-color-scale-black-0-hsl) / 80%);
@@ -12835,7 +12900,7 @@ html {
12835
12900
 
12836
12901
  /**
12837
12902
  * Do not edit directly
12838
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
12903
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
12839
12904
  */
12840
12905
 
12841
12906
  :root {
@@ -12853,7 +12918,7 @@ html {
12853
12918
 
12854
12919
  /**
12855
12920
  * Do not edit directly
12856
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
12921
+ * Generated on Tue, 17 Oct 2023 08:53:41 GMT
12857
12922
  */
12858
12923
 
12859
12924
  :root,
@@ -12869,7 +12934,7 @@ html {
12869
12934
 
12870
12935
  /**
12871
12936
  * Do not edit directly
12872
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
12937
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
12873
12938
  */
12874
12939
 
12875
12940
  :root {
@@ -13094,7 +13159,7 @@ html {
13094
13159
 
13095
13160
  /**
13096
13161
  * Do not edit directly
13097
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
13162
+ * Generated on Tue, 17 Oct 2023 08:53:41 GMT
13098
13163
  */
13099
13164
 
13100
13165
  :root,
@@ -13108,7 +13173,7 @@ html {
13108
13173
 
13109
13174
  /**
13110
13175
  * Do not edit directly
13111
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
13176
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
13112
13177
  */
13113
13178
 
13114
13179
  :root {
@@ -13122,7 +13187,7 @@ html {
13122
13187
 
13123
13188
  /**
13124
13189
  * Do not edit directly
13125
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
13190
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
13126
13191
  */
13127
13192
 
13128
13193
  :root {
@@ -13195,7 +13260,7 @@ html {
13195
13260
  .Primer_Brand__Bento-module__Bento__Content___BhnY8 {
13196
13261
  display: flex;
13197
13262
  flex-direction: column;
13198
- align-items: start;
13263
+ align-items: flex-start;
13199
13264
  height: 100%;
13200
13265
  color: var(--brand-color-text-default);
13201
13266
  }
@@ -13519,7 +13584,7 @@ html {
13519
13584
 
13520
13585
  /* Bento Item Vertical Align */
13521
13586
  .Primer_Brand__Bento-module__Bento__Item--verticalAlign-start___uJAby {
13522
- justify-content: start;
13587
+ justify-content: flex-start;
13523
13588
  }
13524
13589
 
13525
13590
  .Primer_Brand__Bento-module__Bento__Item--verticalAlign-start___uJAby .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
@@ -13550,7 +13615,7 @@ html {
13550
13615
  text-align: right;
13551
13616
  }
13552
13617
  .Primer_Brand__Bento-module__Bento__Item--horizontalAlign-start___apVss {
13553
- align-items: start;
13618
+ align-items: flex-start;
13554
13619
  }
13555
13620
 
13556
13621
  .Primer_Brand__Bento-module__Bento__Item--horizontalAlign-center___DJpgD {
@@ -13791,7 +13856,7 @@ html {
13791
13856
 
13792
13857
  /* XSMALL Vertical Align */
13793
13858
  .Primer_Brand__Bento-module__Bento__Item--xsmall-verticalAlign-start___cWQRy {
13794
- justify-content: start;
13859
+ justify-content: flex-start;
13795
13860
  }
13796
13861
 
13797
13862
  .Primer_Brand__Bento-module__Bento__Item--xsmall-verticalAlign-start___cWQRy .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
@@ -13816,7 +13881,7 @@ html {
13816
13881
 
13817
13882
  /* XSMALL Horizontal Align */
13818
13883
  .Primer_Brand__Bento-module__Bento__Item--xsmall-horizontalAlign-start___dT6ng {
13819
- align-items: start;
13884
+ align-items: flex-start;
13820
13885
  }
13821
13886
 
13822
13887
  .Primer_Brand__Bento-module__Bento__Item--xsmall-horizontalAlign-center___xcsj2 {
@@ -14077,7 +14142,7 @@ html {
14077
14142
 
14078
14143
  /* SMALL Vertical Align */
14079
14144
  .Primer_Brand__Bento-module__Bento__Item--small-verticalAlign-start___QMpW2 {
14080
- justify-content: start;
14145
+ justify-content: flex-start;
14081
14146
  }
14082
14147
 
14083
14148
  .Primer_Brand__Bento-module__Bento__Item--small-verticalAlign-start___QMpW2 .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
@@ -14102,7 +14167,7 @@ html {
14102
14167
 
14103
14168
  /* SMALL Horizontal Align */
14104
14169
  .Primer_Brand__Bento-module__Bento__Item--small-horizontalAlign-start____az8o {
14105
- align-items: start;
14170
+ align-items: flex-start;
14106
14171
  }
14107
14172
 
14108
14173
  .Primer_Brand__Bento-module__Bento__Item--small-horizontalAlign-center___hIKKU {
@@ -14363,7 +14428,7 @@ html {
14363
14428
 
14364
14429
  /* MEDIUM Vertical Align */
14365
14430
  .Primer_Brand__Bento-module__Bento__Item--medium-verticalAlign-start___DOGQs {
14366
- justify-content: start;
14431
+ justify-content: flex-start;
14367
14432
  }
14368
14433
 
14369
14434
  .Primer_Brand__Bento-module__Bento__Item--medium-verticalAlign-start___DOGQs .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
@@ -14388,7 +14453,7 @@ html {
14388
14453
 
14389
14454
  /* MEDIUM Horizontal Align */
14390
14455
  .Primer_Brand__Bento-module__Bento__Item--medium-horizontalAlign-start___nzIvg {
14391
- align-items: start;
14456
+ align-items: flex-start;
14392
14457
  }
14393
14458
 
14394
14459
  .Primer_Brand__Bento-module__Bento__Item--medium-horizontalAlign-center___aHFRW {
@@ -14649,7 +14714,7 @@ html {
14649
14714
 
14650
14715
  /* LARGE Vertical Align */
14651
14716
  .Primer_Brand__Bento-module__Bento__Item--large-verticalAlign-start___VDcbn {
14652
- justify-content: start;
14717
+ justify-content: flex-start;
14653
14718
  }
14654
14719
 
14655
14720
  .Primer_Brand__Bento-module__Bento__Item--large-verticalAlign-start___VDcbn .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
@@ -14674,7 +14739,7 @@ html {
14674
14739
 
14675
14740
  /* LARGE Horizontal Align */
14676
14741
  .Primer_Brand__Bento-module__Bento__Item--large-horizontalAlign-start___YQT1t {
14677
- align-items: start;
14742
+ align-items: flex-start;
14678
14743
  }
14679
14744
 
14680
14745
  .Primer_Brand__Bento-module__Bento__Item--large-horizontalAlign-center___YtwaR {
@@ -14935,7 +15000,7 @@ html {
14935
15000
 
14936
15001
  /* XLARGE Vertical Align */
14937
15002
  .Primer_Brand__Bento-module__Bento__Item--xlarge-verticalAlign-start___EyXCQ {
14938
- justify-content: start;
15003
+ justify-content: flex-start;
14939
15004
  }
14940
15005
 
14941
15006
  .Primer_Brand__Bento-module__Bento__Item--xlarge-verticalAlign-start___EyXCQ .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
@@ -14960,7 +15025,7 @@ html {
14960
15025
 
14961
15026
  /* XLARGE Horizontal Align */
14962
15027
  .Primer_Brand__Bento-module__Bento__Item--xlarge-horizontalAlign-start___zzvpZ {
14963
- align-items: start;
15028
+ align-items: flex-start;
14964
15029
  }
14965
15030
 
14966
15031
  .Primer_Brand__Bento-module__Bento__Item--xlarge-horizontalAlign-center___mfany {
@@ -15221,7 +15286,7 @@ html {
15221
15286
 
15222
15287
  /* XXLARGE Vertical Align */
15223
15288
  .Primer_Brand__Bento-module__Bento__Item--xxlarge-verticalAlign-start___KQhGN {
15224
- justify-content: start;
15289
+ justify-content: flex-start;
15225
15290
  }
15226
15291
 
15227
15292
  .Primer_Brand__Bento-module__Bento__Item--xxlarge-verticalAlign-start___KQhGN .Primer_Brand__Bento-module__Bento__call-to-action___CF7bA {
@@ -15246,7 +15311,7 @@ html {
15246
15311
 
15247
15312
  /* XXLARGE Horizontal Align */
15248
15313
  .Primer_Brand__Bento-module__Bento__Item--xxlarge-horizontalAlign-start___BPlw7 {
15249
- align-items: start;
15314
+ align-items: flex-start;
15250
15315
  }
15251
15316
 
15252
15317
  .Primer_Brand__Bento-module__Bento__Item--xxlarge-horizontalAlign-center___QFMr_ {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
3
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
4
4
  */
5
5
 
6
6
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
3
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
3
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
3
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Oct 2023 11:53:36 GMT
3
+ * Generated on Tue, 17 Oct 2023 08:53:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Oct 2023 11:53:37 GMT
3
+ * Generated on Tue, 17 Oct 2023 08:53:40 GMT
4
4
  */
5
5
 
6
6
  :root,