@primer/react-brand 0.34.0-rc.e0c354d → 0.34.0

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 (319) hide show
  1. package/lib/CTABanner/CTABanner.d.ts +6 -8
  2. package/lib/Card/Card.d.ts +4 -0
  3. package/lib/Heading/Heading.d.ts +1 -1
  4. package/lib/Hero/Hero.d.ts +4 -2
  5. package/lib/Image/Image.d.ts +4 -1
  6. package/lib/LogoSuite/LogoSuite.d.ts +10 -10
  7. package/lib/Prose/Prose.d.ts +7 -0
  8. package/lib/Stack/Stack.d.ts +2 -2
  9. package/lib/Text/Text.d.ts +1 -1
  10. package/lib/css/main.css +205 -91
  11. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  12. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  13. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  14. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  15. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  16. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  17. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  18. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  26. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  27. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  28. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +3 -2
  42. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  66. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  84. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  85. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  86. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  87. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  88. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  89. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  90. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  91. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  92. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  93. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  94. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  95. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  96. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  97. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  98. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  99. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +13 -3
  100. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  101. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  102. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  103. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  104. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  105. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  106. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  107. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  108. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  109. package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
  110. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  111. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  112. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  113. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  114. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  115. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  116. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  117. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  118. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  119. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  120. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  121. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  122. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  123. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  124. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  125. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  126. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  127. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  128. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  129. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  130. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  131. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  132. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  133. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  134. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  135. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  136. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  137. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  138. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  139. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  140. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  141. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  142. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  143. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  144. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  145. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  146. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  147. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  148. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  149. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  150. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  151. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  152. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  153. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  154. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  155. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  156. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  157. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  158. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  159. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  160. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  161. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  162. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  163. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  164. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  165. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  166. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  167. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  168. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  169. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  170. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  171. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  172. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  173. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  174. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  175. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  176. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  177. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  178. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  179. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  180. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  181. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  182. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  183. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  184. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  185. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  186. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  187. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  188. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  189. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  190. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  191. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  192. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  193. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  194. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  195. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  196. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  197. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  198. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  199. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  200. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  201. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  202. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  203. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  204. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  205. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  206. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  207. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  208. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  209. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  210. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  211. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  212. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  213. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  214. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  215. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  216. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  217. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  218. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  219. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  220. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  221. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  222. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  223. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  224. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  225. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  226. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  227. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  228. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  229. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  230. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  231. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  232. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  233. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  234. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  235. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  236. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  237. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  238. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  239. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  240. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  241. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  242. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  243. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  244. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  245. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  246. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  247. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  248. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  249. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  250. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  251. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  252. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  253. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  254. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  255. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  256. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  257. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  258. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  259. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  260. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  261. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  262. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  263. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  264. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  265. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  266. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  267. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  268. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  269. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  270. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  271. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  272. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  273. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  274. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  275. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  276. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  277. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  278. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  279. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  280. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  281. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  282. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  283. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  284. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  285. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  286. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  287. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  288. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  289. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  290. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  291. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  292. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  293. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  294. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  295. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  296. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  297. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  298. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  299. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  300. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  301. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  302. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  303. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  304. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  305. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  306. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  307. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  308. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  309. package/lib/forms/TextInput/TextInput.d.ts +1 -1
  310. package/lib/forms/Textarea/Textarea.d.ts +1 -1
  311. package/lib/index.js +1 -1
  312. package/lib/recipes/seo/Article/Article.d.ts +11 -0
  313. package/lib/recipes/seo/Article/Article.visual.spec.d.ts +1 -0
  314. package/lib/recipes/seo/Article/index.d.ts +1 -0
  315. package/lib/recipes/seo/Category/CategoryPage.d.ts +9 -0
  316. package/lib/recipes/seo/Category/index.d.ts +1 -0
  317. package/lib/recipes/seo/index.d.ts +0 -0
  318. package/lib/river/RiverBreakout/RiverBreakout.d.ts +1 -1
  319. package/package.json +1 -1
package/lib/css/main.css CHANGED
@@ -89,7 +89,7 @@ select {
89
89
 
90
90
  /**
91
91
  * Do not edit directly
92
- * Generated on Fri, 10 May 2024 14:51:08 GMT
92
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
93
93
  */
94
94
 
95
95
  :root,
@@ -367,7 +367,7 @@ select {
367
367
 
368
368
  /**
369
369
  * Do not edit directly
370
- * Generated on Fri, 10 May 2024 14:51:07 GMT
370
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
371
371
  */
372
372
 
373
373
  :root {
@@ -392,7 +392,7 @@ select {
392
392
 
393
393
  /**
394
394
  * Do not edit directly
395
- * Generated on Fri, 10 May 2024 14:51:07 GMT
395
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
396
396
  */
397
397
 
398
398
  :root {
@@ -408,7 +408,7 @@ select {
408
408
 
409
409
  /**
410
410
  * Do not edit directly
411
- * Generated on Fri, 10 May 2024 14:51:07 GMT
411
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
412
412
  */
413
413
 
414
414
  :root {
@@ -540,7 +540,7 @@ select {
540
540
 
541
541
  /**
542
542
  * Do not edit directly
543
- * Generated on Fri, 10 May 2024 14:51:07 GMT
543
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
544
544
  */
545
545
 
546
546
  :root {
@@ -554,7 +554,7 @@ select {
554
554
 
555
555
  /**
556
556
  * Do not edit directly
557
- * Generated on Fri, 10 May 2024 14:51:07 GMT
557
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
558
558
  */
559
559
 
560
560
  :root {
@@ -573,7 +573,7 @@ select {
573
573
 
574
574
  /**
575
575
  * Do not edit directly
576
- * Generated on Fri, 10 May 2024 14:51:08 GMT
576
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
577
577
  */
578
578
 
579
579
  :root,
@@ -782,6 +782,10 @@ select {
782
782
  font-family: var(--brand-body-fontFamilyAlt);
783
783
  }
784
784
 
785
+ .Primer_Brand__Text-module__Text-font--monospace___Mifnv {
786
+ font-family: var(--brand-fontStack-monospace);
787
+ }
788
+
785
789
  .Primer_Brand__Text-module__Text--700___cOggy {
786
790
  font-weight: var(--brand-text-weight-700);
787
791
  font-size: var(--brand-text-size-700);
@@ -959,7 +963,7 @@ select {
959
963
 
960
964
  /**
961
965
  * Do not edit directly
962
- * Generated on Fri, 10 May 2024 14:51:08 GMT
966
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
963
967
  */
964
968
 
965
969
  :root,
@@ -1259,9 +1263,14 @@ select {
1259
1263
  }
1260
1264
 
1261
1265
  .Primer_Brand__Heading-module__Heading___IVpmp {
1266
+ --condensed-stretch: 75%;
1262
1267
  color: var(--brand-color-text-default);
1263
1268
  }
1264
1269
 
1270
+ .Primer_Brand__Heading-module__Heading-font--hubot-sans___w3_5f {
1271
+ --condensed-stretch: 90%;
1272
+ }
1273
+
1265
1274
  [data-color-mode='dark'] .Primer_Brand__Heading-module__Heading___IVpmp {
1266
1275
  -webkit-font-smoothing: antialiased;
1267
1276
  -moz-osx-font-smoothing: grayscale;
@@ -1275,6 +1284,10 @@ select {
1275
1284
  font-family: var(--brand-heading-fontFamilyAlt);
1276
1285
  }
1277
1286
 
1287
+ .Primer_Brand__Heading-module__Heading-font--monospace___dFpiK {
1288
+ font-family: var(--brand-fontStack-monospace);
1289
+ }
1290
+
1278
1291
  .Primer_Brand__Heading-module__Heading--display___xFecE {
1279
1292
  font-weight: var(--brand-heading-weight-1000);
1280
1293
  font-size: var(--brand-text-size-1000);
@@ -1446,7 +1459,7 @@ select {
1446
1459
 
1447
1460
  .Primer_Brand__Heading-module__Heading--stretch-condensed____i8A2,
1448
1461
  .Primer_Brand__Heading-module__Heading-narrow--stretch-condensed___koHLR {
1449
- font-stretch: 75%;
1462
+ font-stretch: var(--condensed-stretch);
1450
1463
  }
1451
1464
 
1452
1465
  .Primer_Brand__Heading-module__Heading--stretch-normal___apWVy,
@@ -1461,7 +1474,7 @@ select {
1461
1474
 
1462
1475
  @media screen and (min-width: 48rem) {
1463
1476
  .Primer_Brand__Heading-module__Heading-regular--stretch-condensed___CHFa4 {
1464
- font-stretch: 75%;
1477
+ font-stretch: var(--condensed-stretch);
1465
1478
  }
1466
1479
 
1467
1480
  .Primer_Brand__Heading-module__Heading-regular--stretch-normal___IX9Vl {
@@ -1475,7 +1488,7 @@ select {
1475
1488
 
1476
1489
  @media screen and (min-width: 80rem) {
1477
1490
  .Primer_Brand__Heading-module__Heading-narrow--weight-expanded___jvotv .Primer_Brand__Heading-module__Heading-wide--stretch-condensed___d3GoN {
1478
- font-stretch: 75%;
1491
+ font-stretch: var(--condensed-stretch);
1479
1492
  }
1480
1493
 
1481
1494
  .Primer_Brand__Heading-module__Heading-wide--stretch-normal___te0lW {
@@ -1536,7 +1549,7 @@ select {
1536
1549
 
1537
1550
  /**
1538
1551
  * Do not edit directly
1539
- * Generated on Fri, 10 May 2024 14:51:07 GMT
1552
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
1540
1553
  */
1541
1554
 
1542
1555
  :root {
@@ -1763,7 +1776,7 @@ select {
1763
1776
 
1764
1777
  /**
1765
1778
  * Do not edit directly
1766
- * Generated on Fri, 10 May 2024 14:51:08 GMT
1779
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
1767
1780
  */
1768
1781
 
1769
1782
  :root,
@@ -2020,9 +2033,34 @@ select {
2020
2033
  --brand-image-aspectRatio: 4 / 3;
2021
2034
  }
2022
2035
 
2036
+ .Primer_Brand__Image-module__Image--borderRadius-small___p94p1 {
2037
+ display: block;
2038
+ border-radius: var(--brand-borderRadius-small);
2039
+ }
2040
+
2041
+ .Primer_Brand__Image-module__Image--borderRadius-medium___VsUEt {
2042
+ display: block;
2043
+ border-radius: var(--brand-borderRadius-medium);
2044
+ }
2045
+
2046
+ .Primer_Brand__Image-module__Image--borderRadius-large___ivnDN {
2047
+ display: block;
2048
+ border-radius: var(--brand-borderRadius-large);
2049
+ }
2050
+
2051
+ .Primer_Brand__Image-module__Image--borderRadius-xlarge___X8Rkm {
2052
+ display: block;
2053
+ border-radius: var(--brand-borderRadius-xlarge);
2054
+ }
2055
+
2056
+ .Primer_Brand__Image-module__Image--borderRadius-full___AlwaQ {
2057
+ display: block;
2058
+ border-radius: var(--brand-borderRadius-full);
2059
+ }
2060
+
2023
2061
  /**
2024
2062
  * Do not edit directly
2025
- * Generated on Fri, 10 May 2024 14:51:08 GMT
2063
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
2026
2064
  */
2027
2065
 
2028
2066
  :root {
@@ -2035,7 +2073,7 @@ select {
2035
2073
  :root {
2036
2074
  --brand-Grid-spacing-margin: var(--base-size-40);
2037
2075
  --brand-Grid-spacing-column-gap: var(--base-size-32);
2038
- --brand-Grid-spacing-row: var(--base-size-24);
2076
+ --brand-Grid-spacing-row: var(--base-size-32);
2039
2077
  }
2040
2078
  }
2041
2079
 
@@ -2043,12 +2081,13 @@ select {
2043
2081
  :root {
2044
2082
  --brand-Grid-spacing-margin: var(--base-size-16);
2045
2083
  --brand-Grid-spacing-column-gap: var(--base-size-48);
2084
+ --brand-Grid-spacing-row: var(--base-size-48);
2046
2085
  }
2047
2086
  }
2048
2087
 
2049
2088
  /**
2050
2089
  * Do not edit directly
2051
- * Generated on Fri, 10 May 2024 14:51:08 GMT
2090
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
2052
2091
  */
2053
2092
 
2054
2093
  :root,
@@ -2806,7 +2845,7 @@ select {
2806
2845
 
2807
2846
  /**
2808
2847
  * Do not edit directly
2809
- * Generated on Fri, 10 May 2024 14:51:07 GMT
2848
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
2810
2849
  */
2811
2850
 
2812
2851
  :root {
@@ -3649,7 +3688,7 @@ select {
3649
3688
 
3650
3689
  /**
3651
3690
  * Do not edit directly
3652
- * Generated on Fri, 10 May 2024 14:51:07 GMT
3691
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
3653
3692
  */
3654
3693
 
3655
3694
  :root {
@@ -3670,7 +3709,7 @@ select {
3670
3709
 
3671
3710
  /**
3672
3711
  * Do not edit directly
3673
- * Generated on Fri, 10 May 2024 14:51:07 GMT
3712
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
3674
3713
  */
3675
3714
 
3676
3715
  :root {
@@ -3681,7 +3720,7 @@ select {
3681
3720
 
3682
3721
  /**
3683
3722
  * Do not edit directly
3684
- * Generated on Fri, 10 May 2024 14:51:08 GMT
3723
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
3685
3724
  */
3686
3725
 
3687
3726
  :root {
@@ -4616,7 +4655,7 @@ select {
4616
4655
 
4617
4656
  /**
4618
4657
  * Do not edit directly
4619
- * Generated on Fri, 10 May 2024 14:51:08 GMT
4658
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
4620
4659
  */
4621
4660
 
4622
4661
  :root,
@@ -4644,7 +4683,7 @@ select {
4644
4683
 
4645
4684
  /**
4646
4685
  * Do not edit directly
4647
- * Generated on Fri, 10 May 2024 14:51:08 GMT
4686
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
4648
4687
  */
4649
4688
 
4650
4689
  :root,
@@ -4660,7 +4699,7 @@ select {
4660
4699
 
4661
4700
  /**
4662
4701
  * Do not edit directly
4663
- * Generated on Fri, 10 May 2024 14:51:07 GMT
4702
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
4664
4703
  */
4665
4704
 
4666
4705
  :root {
@@ -4784,7 +4823,7 @@ select {
4784
4823
 
4785
4824
  /**
4786
4825
  * Do not edit directly
4787
- * Generated on Fri, 10 May 2024 14:51:08 GMT
4826
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
4788
4827
  */
4789
4828
 
4790
4829
  :root,
@@ -4800,7 +4839,7 @@ select {
4800
4839
 
4801
4840
  /**
4802
4841
  * Do not edit directly
4803
- * Generated on Fri, 10 May 2024 14:51:08 GMT
4842
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
4804
4843
  */
4805
4844
 
4806
4845
  :root,
@@ -5046,7 +5085,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5046
5085
 
5047
5086
  /**
5048
5087
  * Do not edit directly
5049
- * Generated on Fri, 10 May 2024 14:51:07 GMT
5088
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
5050
5089
  */
5051
5090
 
5052
5091
  :root {
@@ -5055,7 +5094,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5055
5094
 
5056
5095
  /**
5057
5096
  * Do not edit directly
5058
- * Generated on Fri, 10 May 2024 14:51:08 GMT
5097
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
5059
5098
  */
5060
5099
 
5061
5100
  :root,
@@ -5073,7 +5112,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5073
5112
 
5074
5113
  /**
5075
5114
  * Do not edit directly
5076
- * Generated on Fri, 10 May 2024 14:51:08 GMT
5115
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
5077
5116
  */
5078
5117
 
5079
5118
  :root {
@@ -5204,7 +5243,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5204
5243
 
5205
5244
  /**
5206
5245
  * Do not edit directly
5207
- * Generated on Fri, 10 May 2024 14:51:08 GMT
5246
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
5208
5247
  */
5209
5248
 
5210
5249
  :root,
@@ -6305,7 +6344,7 @@ Fixes safari bug where outline doesn't respect border-radius
6305
6344
 
6306
6345
  /**
6307
6346
  * Do not edit directly
6308
- * Generated on Fri, 10 May 2024 14:51:07 GMT
6347
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
6309
6348
  */
6310
6349
 
6311
6350
  :root {
@@ -6319,7 +6358,7 @@ Fixes safari bug where outline doesn't respect border-radius
6319
6358
 
6320
6359
  /**
6321
6360
  * Do not edit directly
6322
- * Generated on Fri, 10 May 2024 14:51:08 GMT
6361
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
6323
6362
  */
6324
6363
 
6325
6364
  :root,
@@ -6557,7 +6596,7 @@ Fixes safari bug where outline doesn't respect border-radius
6557
6596
 
6558
6597
  /**
6559
6598
  * Do not edit directly
6560
- * Generated on Fri, 10 May 2024 14:51:08 GMT
6599
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
6561
6600
  */
6562
6601
 
6563
6602
  :root,
@@ -6573,7 +6612,7 @@ Fixes safari bug where outline doesn't respect border-radius
6573
6612
 
6574
6613
  /**
6575
6614
  * Do not edit directly
6576
- * Generated on Fri, 10 May 2024 14:51:08 GMT
6615
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
6577
6616
  */
6578
6617
 
6579
6618
  :root {
@@ -6891,7 +6930,7 @@ Fixes safari bug where outline doesn't respect border-radius
6891
6930
 
6892
6931
  /**
6893
6932
  * Do not edit directly
6894
- * Generated on Fri, 10 May 2024 14:51:08 GMT
6933
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
6895
6934
  */
6896
6935
 
6897
6936
  :root,
@@ -7332,7 +7371,7 @@ html {
7332
7371
 
7333
7372
  /**
7334
7373
  * Do not edit directly
7335
- * Generated on Fri, 10 May 2024 14:51:08 GMT
7374
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
7336
7375
  */
7337
7376
 
7338
7377
  :root,
@@ -7521,7 +7560,7 @@ html {
7521
7560
 
7522
7561
  /**
7523
7562
  * Do not edit directly
7524
- * Generated on Fri, 10 May 2024 14:51:08 GMT
7563
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
7525
7564
  */
7526
7565
 
7527
7566
  :root,
@@ -7660,7 +7699,7 @@ html {
7660
7699
 
7661
7700
  /**
7662
7701
  * Do not edit directly
7663
- * Generated on Fri, 10 May 2024 14:51:08 GMT
7702
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
7664
7703
  */
7665
7704
 
7666
7705
  :root,
@@ -7790,7 +7829,7 @@ html {
7790
7829
 
7791
7830
  /**
7792
7831
  * Do not edit directly
7793
- * Generated on Fri, 10 May 2024 14:51:07 GMT
7832
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
7794
7833
  */
7795
7834
 
7796
7835
  :root {
@@ -7801,7 +7840,7 @@ html {
7801
7840
 
7802
7841
  /**
7803
7842
  * Do not edit directly
7804
- * Generated on Fri, 10 May 2024 14:51:08 GMT
7843
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
7805
7844
  */
7806
7845
 
7807
7846
  :root,
@@ -7874,8 +7913,8 @@ html {
7874
7913
  text-decoration: none;
7875
7914
  color: var(--brand-color-text-default);
7876
7915
  border-radius: var(--brand-borderRadius-large);
7877
- padding: var(--base-size-32);
7878
7916
  transition: transform var(--brand-Card-animation-duration) var(--brand-Card-animation-easing);
7917
+ padding: var(--base-size-32);
7879
7918
  display: grid;
7880
7919
  grid-template-columns: 1fr 1fr;
7881
7920
  grid-template-areas:
@@ -7891,6 +7930,10 @@ html {
7891
7930
  height: 100%;
7892
7931
  }
7893
7932
 
7933
+ .Primer_Brand__Card-module__Card--variant-minimal___lq45H {
7934
+ padding: 0;
7935
+ }
7936
+
7894
7937
  .Primer_Brand__Card-module__Card--colorMode-light___LXDwj {
7895
7938
  background-color: var(--brand-Card-background-default);
7896
7939
  }
@@ -7903,6 +7946,14 @@ html {
7903
7946
  outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
7904
7947
  }
7905
7948
 
7949
+ .Primer_Brand__Card-module__Card--variant-minimal___lq45H[focus-within] {
7950
+ outline-offset: var(--base-size-16);
7951
+ }
7952
+
7953
+ .Primer_Brand__Card-module__Card--variant-minimal___lq45H:focus-within {
7954
+ outline-offset: var(--base-size-16);
7955
+ }
7956
+
7906
7957
  .Primer_Brand__Card-module__Card___ByGEk:hover {
7907
7958
  text-decoration: none;
7908
7959
  }
@@ -7959,7 +8010,7 @@ html {
7959
8010
  align-self: center;
7960
8011
  }
7961
8012
 
7962
- .Primer_Brand__Card-module__Card--colorMode-light___LXDwj:not(.Primer_Brand__Card-module__Card--disableAnimation___Zv8eW):hover {
8013
+ .Primer_Brand__Card-module__Card___ByGEk:not(.Primer_Brand__Card-module__Card--disableAnimation___Zv8eW):not(.Primer_Brand__Card-module__Card--variant-default___nSKnF.Primer_Brand__Card-module__Card--colorMode-dark___Sz8BE):hover {
7963
8014
  transform: scale3d(1.025, 1.025, 1);
7964
8015
  }
7965
8016
 
@@ -8225,7 +8276,7 @@ html {
8225
8276
 
8226
8277
  /**
8227
8278
  * Do not edit directly
8228
- * Generated on Fri, 10 May 2024 14:51:08 GMT
8279
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
8229
8280
  */
8230
8281
 
8231
8282
  :root,
@@ -8450,6 +8501,11 @@ html {
8450
8501
  color: var(--brand-color-text-default);
8451
8502
  }
8452
8503
 
8504
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo {
8505
+ font-size: var(--brand-text-size-300);
8506
+ line-height: 1.7;
8507
+ }
8508
+
8453
8509
  /* ---------------------------------------------------------- */
8454
8510
  /* 2. Element spacing */
8455
8511
  /* ---------------------------------------------------------- */
@@ -8459,6 +8515,10 @@ html {
8459
8515
  margin-top: var(--spacing, 1em);
8460
8516
  }
8461
8517
 
8518
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo * + * {
8519
+ --spacing: var(--base-size-40);
8520
+ }
8521
+
8462
8522
  /* ---------------------------------------------------------- */
8463
8523
  /* 3. Line-length control */
8464
8524
  /* ---------------------------------------------------------- */
@@ -8472,11 +8532,11 @@ html {
8472
8532
  /* ---------------------------------------------------------- */
8473
8533
 
8474
8534
  .Primer_Brand__Prose-module__Prose___X2BXE h1 {
8475
- font-weight: var(--brand-heading-weight-900);
8476
- font-size: var(--brand-text-size-900);
8477
- line-height: var(--brand-text-lineHeight-900);
8535
+ font-weight: var(--brand-heading-weight-700);
8536
+ font-size: var(--brand-text-size-700);
8537
+ line-height: var(--brand-text-lineHeight-700);
8478
8538
  font-family: var(--brand-heading-fontFamily);
8479
- letter-spacing: var(--brand-text-letterSpacing-900);
8539
+ letter-spacing: var(--brand-text-letterSpacing-700);
8480
8540
  }
8481
8541
 
8482
8542
  .Primer_Brand__Prose-module__Prose--lineLength___ws7gn h1 {
@@ -8484,11 +8544,11 @@ html {
8484
8544
  }
8485
8545
 
8486
8546
  .Primer_Brand__Prose-module__Prose___X2BXE h2 {
8487
- font-weight: var(--brand-heading-weight-800);
8488
- font-size: var(--brand-text-size-800);
8489
- line-height: var(--brand-text-lineHeight-800);
8547
+ font-weight: var(--brand-heading-weight-600);
8548
+ font-size: var(--brand-text-size-600);
8549
+ line-height: var(--brand-text-lineHeight-600);
8490
8550
  font-family: var(--brand-heading-fontFamily);
8491
- letter-spacing: var(--brand-text-letterSpacing-800);
8551
+ letter-spacing: var(--brand-text-letterSpacing-600);
8492
8552
  }
8493
8553
 
8494
8554
  .Primer_Brand__Prose-module__Prose--lineLength___ws7gn h2 {
@@ -8496,11 +8556,11 @@ html {
8496
8556
  }
8497
8557
 
8498
8558
  .Primer_Brand__Prose-module__Prose___X2BXE h3 {
8499
- font-weight: var(--brand-heading-weight-700);
8500
- font-size: var(--brand-text-size-700);
8501
- line-height: var(--brand-heading-lineHeight-700);
8559
+ font-weight: var(--brand-heading-weight-500);
8560
+ font-size: var(--brand-text-size-500);
8561
+ line-height: var(--brand-heading-lineHeight-500);
8502
8562
  font-family: var(--brand-heading-fontFamily);
8503
- letter-spacing: var(--brand-heading-letterSpacing-700);
8563
+ letter-spacing: var(--brand-heading-letterSpacing-500);
8504
8564
  }
8505
8565
 
8506
8566
  .Primer_Brand__Prose-module__Prose--lineLength___ws7gn h1 {
@@ -8509,29 +8569,29 @@ html {
8509
8569
 
8510
8570
  .Primer_Brand__Prose-module__Prose___X2BXE h4 {
8511
8571
  --spacing: var(--base-size-48);
8512
- font-weight: var(--brand-heading-weight-600);
8513
- font-size: var(--brand-text-size-600);
8514
- line-height: var(--brand-text-lineHeight-600);
8572
+ font-weight: var(--brand-heading-weight-400);
8573
+ font-size: var(--brand-text-size-400);
8574
+ line-height: var(--brand-text-lineHeight-400);
8515
8575
  font-family: var(--brand-heading-fontFamily);
8516
- letter-spacing: var(--brand-heading-letterSpacing-600);
8576
+ letter-spacing: var(--brand-heading-letterSpacing-400);
8517
8577
  }
8518
8578
 
8519
8579
  .Primer_Brand__Prose-module__Prose___X2BXE h5 {
8520
8580
  --spacing: var(--base-size-48);
8521
- font-weight: var(--brand-heading-weight-500);
8522
- font-size: var(--brand-text-size-500);
8523
- line-height: var(--brand-text-lineHeight-500);
8581
+ font-weight: var(--brand-text-subhead-weight-large);
8582
+ font-size: var(--brand-text-subhead-size-large);
8583
+ line-height: var(--brand-text-subhead-lineHeight-large);
8524
8584
  font-family: var(--brand-heading-fontFamily);
8525
- letter-spacing: var(--brand-heading-letterSpacing-500);
8585
+ letter-spacing: var(--brand-heading-letterSpacing-300);
8526
8586
  }
8527
8587
 
8528
8588
  .Primer_Brand__Prose-module__Prose___X2BXE h6 {
8529
8589
  --spacing: var(--base-size-48);
8530
- font-weight: var(--brand-heading-weight-400);
8531
- font-size: var(--brand-text-size-400);
8532
- line-height: var(--brand-text-lineHeight-400);
8590
+ font-weight: var(--brand-text-subhead-weight-medium);
8591
+ font-size: var(--brand-text-subhead-size-medium);
8592
+ line-height: var(--brand-text-subhead-lineHeight-medium);
8533
8593
  font-family: var(--brand-heading-fontFamily);
8534
- letter-spacing: var(--brand-heading-letterSpacing-400);
8594
+ letter-spacing: var(--brand-heading-letterSpacing-200);
8535
8595
  }
8536
8596
 
8537
8597
  .Primer_Brand__Prose-module__Prose___X2BXE h1 {
@@ -8566,6 +8626,10 @@ html {
8566
8626
  --spacing: var(--base-size-24);
8567
8627
  }
8568
8628
 
8629
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo p {
8630
+ --spacing: var(--base-size-40);
8631
+ }
8632
+
8569
8633
  /* ---------------------------------------------------------- */
8570
8634
  /* 6. Lists */
8571
8635
  /* ---------------------------------------------------------- */
@@ -8590,6 +8654,13 @@ html {
8590
8654
  line-height: var(--brand-text-lineHeight-300);
8591
8655
  }
8592
8656
 
8657
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo ul,
8658
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo ol {
8659
+ --spacing: var(--base-size-48);
8660
+ gap: var(--base-size-16);
8661
+ line-height: 1.7;
8662
+ }
8663
+
8593
8664
  .Primer_Brand__Prose-module__Prose___X2BXE ul {
8594
8665
  list-style-type: image;
8595
8666
  list-style-image: var(--brand-Prose-unorderedList-imageUrl);
@@ -8666,6 +8737,12 @@ html {
8666
8737
  margin-bottom: var(--spacing);
8667
8738
  }
8668
8739
 
8740
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo figure img {
8741
+ margin-bottom: 0;
8742
+ border-radius: var(--brand-borderRadius-medium);
8743
+ display: block;
8744
+ }
8745
+
8669
8746
  /* ---------------------------------------------------------- */
8670
8747
  /* 9. Block elements */
8671
8748
  /* ---------------------------------------------------------- */
@@ -8676,11 +8753,28 @@ html {
8676
8753
  font-size: var(--brand-text-size-400);
8677
8754
  line-height: var(--brand-text-lineHeight-400);
8678
8755
  padding-top: var(--base-size-48);
8679
- padding-left: var(--base-size-40);
8680
8756
  padding-bottom: var(--base-size-8);
8681
8757
  margin-bottom: var(--spacing);
8682
8758
  }
8683
8759
 
8760
+ .Primer_Brand__Prose-module__Prose--default___ZqcxT blockquote {
8761
+ padding-left: var(--base-size-40);
8762
+ }
8763
+
8764
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo blockquote {
8765
+ font-size: var(--brand-text-size-500);
8766
+ line-height: var(--brand-text-lineHeight-500);
8767
+ font-weight: var(--brand-text-weight-500);
8768
+ padding-top: var(--base-size-64);
8769
+ }
8770
+
8771
+ @media screen and (min-width: 90rem) {
8772
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo blockquote {
8773
+ margin-top: var(--base-size-40);
8774
+ margin-bottom: var(--base-size-40);
8775
+ }
8776
+ }
8777
+
8684
8778
  .Primer_Brand__Prose-module__Prose___X2BXE blockquote::before {
8685
8779
  content: '“';
8686
8780
  font-size: var(--base-size-48);
@@ -8690,7 +8784,13 @@ html {
8690
8784
  top: 0;
8691
8785
  }
8692
8786
 
8693
- .Primer_Brand__Prose-module__Prose___X2BXE blockquote::after {
8787
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo blockquote::before {
8788
+ color: var(--brand-color-accent-primary);
8789
+ font-size: var(--base-size-64);
8790
+ line-height: var(--base-size-64);
8791
+ }
8792
+
8793
+ .Primer_Brand__Prose-module__Prose--default___ZqcxT blockquote::after {
8694
8794
  content: '';
8695
8795
  display: block;
8696
8796
  position: absolute;
@@ -8703,15 +8803,29 @@ html {
8703
8803
  }
8704
8804
 
8705
8805
  .Primer_Brand__Prose-module__Prose___X2BXE figure figcaption {
8806
+ --spacing: var(--base-size-24);
8706
8807
  font-family: var(--brand-fontStack-monospace);
8707
8808
  font-size: var(--brand-text-size-100);
8708
8809
  line-height: var(--brand-text-lineHeight-100);
8709
8810
  color: var(--brand-color-text-muted);
8710
8811
  }
8711
8812
 
8813
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo figcaption {
8814
+ font-size: var(--brand-text-size-100);
8815
+ line-height: var(--brand-text-lineHeight-100);
8816
+ font-weight: var(--brand-text-weight-100);
8817
+ }
8818
+
8819
+ .Primer_Brand__Prose-module__Prose--editorial___DtuDo hr {
8820
+ --spacing: var(--base-size-64);
8821
+ margin-top: var(--spacing);
8822
+ margin-bottom: var(--spacing);
8823
+ border: 1px solid var(--brand-color-border-muted);
8824
+ }
8825
+
8712
8826
  /**
8713
8827
  * Do not edit directly
8714
- * Generated on Fri, 10 May 2024 14:51:07 GMT
8828
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
8715
8829
  */
8716
8830
 
8717
8831
  :root {
@@ -8722,7 +8836,7 @@ html {
8722
8836
 
8723
8837
  /**
8724
8838
  * Do not edit directly
8725
- * Generated on Fri, 10 May 2024 14:51:08 GMT
8839
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
8726
8840
  */
8727
8841
 
8728
8842
  :root,
@@ -12956,7 +13070,7 @@ html {
12956
13070
 
12957
13071
  /**
12958
13072
  * Do not edit directly
12959
- * Generated on Fri, 10 May 2024 14:51:07 GMT
13073
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
12960
13074
  */
12961
13075
 
12962
13076
  :root {
@@ -12974,7 +13088,7 @@ html {
12974
13088
 
12975
13089
  /**
12976
13090
  * Do not edit directly
12977
- * Generated on Fri, 10 May 2024 14:51:08 GMT
13091
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
12978
13092
  */
12979
13093
 
12980
13094
  :root,
@@ -13010,7 +13124,7 @@ html {
13010
13124
 
13011
13125
  /**
13012
13126
  * Do not edit directly
13013
- * Generated on Fri, 10 May 2024 14:51:08 GMT
13127
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
13014
13128
  */
13015
13129
 
13016
13130
  :root,
@@ -13026,7 +13140,7 @@ html {
13026
13140
 
13027
13141
  /**
13028
13142
  * Do not edit directly
13029
- * Generated on Fri, 10 May 2024 14:51:07 GMT
13143
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
13030
13144
  */
13031
13145
 
13032
13146
  :root {
@@ -13274,7 +13388,7 @@ html {
13274
13388
 
13275
13389
  /**
13276
13390
  * Do not edit directly
13277
- * Generated on Fri, 10 May 2024 14:51:08 GMT
13391
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
13278
13392
  */
13279
13393
 
13280
13394
  :root,
@@ -13288,7 +13402,7 @@ html {
13288
13402
 
13289
13403
  /**
13290
13404
  * Do not edit directly
13291
- * Generated on Fri, 10 May 2024 14:51:07 GMT
13405
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
13292
13406
  */
13293
13407
 
13294
13408
  :root {
@@ -13302,7 +13416,7 @@ html {
13302
13416
 
13303
13417
  /**
13304
13418
  * Do not edit directly
13305
- * Generated on Fri, 10 May 2024 14:51:07 GMT
13419
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
13306
13420
  */
13307
13421
 
13308
13422
  :root {
@@ -15481,7 +15595,7 @@ html {
15481
15595
 
15482
15596
  /**
15483
15597
  * Do not edit directly
15484
- * Generated on Fri, 10 May 2024 14:51:08 GMT
15598
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
15485
15599
  */
15486
15600
 
15487
15601
  :root {
@@ -15505,7 +15619,7 @@ html {
15505
15619
 
15506
15620
  /**
15507
15621
  * Do not edit directly
15508
- * Generated on Fri, 10 May 2024 14:51:08 GMT
15622
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
15509
15623
  */
15510
15624
 
15511
15625
  :root,
@@ -15959,7 +16073,7 @@ html {
15959
16073
 
15960
16074
  /**
15961
16075
  * Do not edit directly
15962
- * Generated on Fri, 10 May 2024 14:51:08 GMT
16076
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
15963
16077
  */
15964
16078
 
15965
16079
  :root {
@@ -16356,7 +16470,7 @@ html {
16356
16470
 
16357
16471
  /**
16358
16472
  * Do not edit directly
16359
- * Generated on Fri, 10 May 2024 14:51:07 GMT
16473
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
16360
16474
  */
16361
16475
 
16362
16476
  :root {
@@ -16365,7 +16479,7 @@ html {
16365
16479
 
16366
16480
  /**
16367
16481
  * Do not edit directly
16368
- * Generated on Fri, 10 May 2024 14:51:08 GMT
16482
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
16369
16483
  */
16370
16484
 
16371
16485
  :root,
@@ -16523,7 +16637,7 @@ html {
16523
16637
  text-decoration: none;
16524
16638
  }
16525
16639
 
16526
- .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current] * {
16640
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) * {
16527
16641
  color: var(--brand-SubNav-color-link-active);
16528
16642
  }
16529
16643
 
@@ -16630,12 +16744,12 @@ html {
16630
16744
  }
16631
16745
 
16632
16746
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover *,
16633
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current] * {
16747
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) * {
16634
16748
  text-decoration: none !important;
16635
16749
  }
16636
16750
 
16637
16751
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover *,
16638
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current] * {
16752
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) * {
16639
16753
  color: var(--brand-SubNav-color-link-active); /* dotcom override */
16640
16754
  }
16641
16755
 
@@ -16656,7 +16770,7 @@ html {
16656
16770
 
16657
16771
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
16658
16772
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:focus .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
16659
- .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current] .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
16773
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
16660
16774
  opacity: 1;
16661
16775
  transform: translate3d(0, 0.2em, 0);
16662
16776
  transform: scale(0.8, 1);
@@ -16778,7 +16892,7 @@ html {
16778
16892
 
16779
16893
  /**
16780
16894
  * Do not edit directly
16781
- * Generated on Fri, 10 May 2024 14:51:07 GMT
16895
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
16782
16896
  */
16783
16897
 
16784
16898
  :root {
@@ -16787,7 +16901,7 @@ html {
16787
16901
 
16788
16902
  /**
16789
16903
  * Do not edit directly
16790
- * Generated on Fri, 10 May 2024 14:51:08 GMT
16904
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
16791
16905
  */
16792
16906
 
16793
16907
  :root,
@@ -17242,7 +17356,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17242
17356
 
17243
17357
  /**
17244
17358
  * Do not edit directly
17245
- * Generated on Fri, 10 May 2024 14:51:08 GMT
17359
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
17246
17360
  */
17247
17361
 
17248
17362
  :root,
@@ -17343,7 +17457,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17343
17457
 
17344
17458
  /**
17345
17459
  * Do not edit directly
17346
- * Generated on Fri, 10 May 2024 14:51:08 GMT
17460
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
17347
17461
  */
17348
17462
 
17349
17463
  :root,
@@ -17679,7 +17793,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17679
17793
 
17680
17794
  /**
17681
17795
  * Do not edit directly
17682
- * Generated on Fri, 10 May 2024 14:51:08 GMT
17796
+ * Generated on Sun, 12 May 2024 15:17:14 GMT
17683
17797
  */
17684
17798
 
17685
17799
  :root,