@primer/react-brand 0.73.0 → 0.74.0-rc.101f122b

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 (459) hide show
  1. package/docs/components/Card/react.md +39 -31
  2. package/docs/components/InlineCode/index.md +53 -0
  3. package/docs/components/MinimalFooter/index.md +54 -10
  4. package/docs/components/index.md +2 -1
  5. package/docs/index.md +4 -3
  6. package/docs/introduction/mcp.md +3 -1
  7. package/esm/CTABanner/CTABanner.d.ts +1 -0
  8. package/esm/CTABanner/CTABanner.d.ts.map +1 -1
  9. package/esm/CTABanner/CTABanner.js +4 -3
  10. package/esm/CTABanner/CTABanner.js.map +1 -1
  11. package/esm/CTABanner/{CTABanner.module-CDLOww8c.css → CTABanner.module-D4pYR4mY.css} +1 -1
  12. package/esm/CTABanner/CTABanner.module.js +1 -2
  13. package/esm/CTABanner/CTABanner.module.js.map +1 -1
  14. package/esm/Card/Card.d.ts +1 -0
  15. package/esm/Card/Card.d.ts.map +1 -1
  16. package/esm/Card/Card.js +2 -1
  17. package/esm/Card/Card.js.map +1 -1
  18. package/esm/Card/Card.module-Svi04dp7.css +1 -0
  19. package/esm/Card/Card.module.js +1 -4
  20. package/esm/Card/Card.module.js.map +1 -1
  21. package/esm/Card/index.d.ts +0 -1
  22. package/esm/Card/index.d.ts.map +1 -1
  23. package/esm/InlineCode/InlineCode.d.ts +19 -0
  24. package/esm/InlineCode/InlineCode.d.ts.map +1 -0
  25. package/esm/InlineCode/InlineCode.js +22 -0
  26. package/esm/InlineCode/InlineCode.js.map +1 -0
  27. package/esm/InlineCode/InlineCode.module-Br3-YmSA.css +1 -0
  28. package/esm/InlineCode/InlineCode.module.js +9 -0
  29. package/esm/InlineCode/InlineCode.module.js.map +1 -0
  30. package/esm/InlineCode/index.d.ts +2 -0
  31. package/esm/InlineCode/index.d.ts.map +1 -0
  32. package/esm/MinimalFooter/MinimalFooter.d.ts +25 -1
  33. package/esm/MinimalFooter/MinimalFooter.d.ts.map +1 -1
  34. package/esm/MinimalFooter/MinimalFooter.js +140 -100
  35. package/esm/MinimalFooter/MinimalFooter.js.map +1 -1
  36. package/esm/MinimalFooter/MinimalFooter.module-CGtOtT5r.css +1 -0
  37. package/esm/MinimalFooter/MinimalFooter.module.js +26 -13
  38. package/esm/MinimalFooter/MinimalFooter.module.js.map +1 -1
  39. package/esm/Stack/Stack.js +1 -1
  40. package/esm/animation/AnimationProvider/AnimationProvider.js +1 -1
  41. package/esm/css/stylesheets.d.ts +2 -0
  42. package/esm/css/stylesheets.d.ts.map +1 -1
  43. package/esm/css/stylesheets.js +3 -1
  44. package/esm/css/stylesheets.js.map +1 -1
  45. package/esm/index.d.ts +1 -0
  46. package/esm/index.d.ts.map +1 -1
  47. package/esm/index.esm.js +25 -25
  48. package/esm/node_modules/@primer/octicons-react/dist/index.esm.js +22 -28
  49. package/esm/node_modules/@primer/octicons-react/dist/index.esm.js.map +1 -1
  50. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/footer/base-C0fjI9_t.css +1 -0
  51. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes-CMFhnjfv.css +1 -0
  52. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/inline-code/colors-with-modes-Bj7XtHMY.css +1 -0
  53. package/esm/river/River/River.d.ts +1 -0
  54. package/esm/river/River/River.d.ts.map +1 -1
  55. package/esm/river/River/River.js +3 -3
  56. package/esm/river/River/River.js.map +1 -1
  57. package/esm/river/river-shared.module-B1HvdKsP.css +1 -0
  58. package/esm/river/river-shared.module.js +1 -2
  59. package/esm/river/river-shared.module.js.map +1 -1
  60. package/lib/CTABanner/CTABanner.d.ts +1 -0
  61. package/lib/Card/Card.d.ts +1 -0
  62. package/lib/Card/index.d.ts +0 -1
  63. package/lib/InlineCode/InlineCode.d.ts +18 -0
  64. package/lib/InlineCode/index.d.ts +1 -0
  65. package/lib/MinimalFooter/MinimalFooter.d.ts +25 -1
  66. package/lib/css/main.css +500 -335
  67. package/lib/css/stylesheets.d.ts +2 -0
  68. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  69. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  70. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  71. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  89. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  90. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  91. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  92. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  93. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  94. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  95. package/lib/design-tokens/css/tokens/functional/components/footer/base.css +8 -0
  96. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +19 -3
  97. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +10 -2
  98. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  99. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  100. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  101. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  102. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  103. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  104. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  105. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  106. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  107. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  108. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  109. package/lib/design-tokens/css/tokens/functional/components/inline-code/colors-with-modes.css +17 -0
  110. package/lib/design-tokens/css/tokens/functional/components/inline-code/colors.css +10 -0
  111. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  112. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  113. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  114. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  115. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  116. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  117. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  118. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  119. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  120. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  121. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors-with-modes.css +1 -1
  122. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +1 -1
  123. package/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes.css +1 -1
  124. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  125. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  126. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  127. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  128. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  129. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  130. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  131. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  132. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  133. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  134. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  135. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  136. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  137. package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
  138. package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
  139. package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
  140. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  141. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  142. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  143. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes.css +1 -1
  144. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors.css +1 -1
  145. package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
  146. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  147. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  148. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  149. package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
  150. package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
  151. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  152. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  153. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  154. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  155. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  156. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  157. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  158. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  159. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  160. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  161. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  162. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  163. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  164. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  165. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  166. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  167. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  168. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  169. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  170. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  171. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  172. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  173. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  174. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  175. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  176. package/lib/design-tokens/js/module/tokens/functional/components/footer/base.js +14 -0
  177. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +41 -3
  178. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  179. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  180. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  181. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  182. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  183. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  184. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  185. package/lib/design-tokens/js/module/tokens/functional/components/inline-code/colors.js +27 -0
  186. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  187. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  188. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  189. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  190. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  191. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  192. package/lib/design-tokens/js/module/tokens/functional/components/media-playlist/colors.js +1 -1
  193. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
  194. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  195. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  196. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  197. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  198. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  199. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  200. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  201. package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
  202. package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
  203. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  204. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  205. package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  206. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  207. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  208. package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
  209. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  210. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  211. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  212. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  213. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  214. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  215. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  216. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  217. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  218. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  219. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  220. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  221. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  222. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  223. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  224. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  225. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  226. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  227. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  228. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  229. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  230. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  231. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  232. package/lib/design-tokens/js/tokens/functional/components/footer/base.js +6 -0
  233. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +10 -2
  234. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  235. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  236. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  237. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  238. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  239. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  240. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  241. package/lib/design-tokens/js/tokens/functional/components/inline-code/colors.js +8 -0
  242. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  243. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  244. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  245. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  246. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  247. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  248. package/lib/design-tokens/js/tokens/functional/components/media-playlist/colors.js +1 -1
  249. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  250. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  251. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  252. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  253. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  254. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  255. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  256. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  257. package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
  258. package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
  259. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  260. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  261. package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  262. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  263. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  264. package/lib/design-tokens/js/tokens/functional/components/token/colors.js +1 -1
  265. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  266. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  267. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  268. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  269. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  270. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  271. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  272. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  273. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  274. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  275. package/lib/design-tokens/json/colors.json +11 -1
  276. package/lib/design-tokens/json/size.json +78 -0
  277. package/lib/design-tokens/json/typography.json +111 -0
  278. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  279. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  280. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  281. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  282. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  283. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  284. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  285. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  286. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  287. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  288. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  289. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  290. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  291. package/lib/design-tokens/scss/tokens/functional/components/footer/base.scss +5 -0
  292. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +10 -2
  293. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  294. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  295. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  296. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  297. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  298. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  299. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  300. package/lib/design-tokens/scss/tokens/functional/components/inline-code/colors.scss +7 -0
  301. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  302. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  303. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  304. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  305. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  306. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  307. package/lib/design-tokens/scss/tokens/functional/components/media-playlist/colors.scss +1 -1
  308. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  309. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  310. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  311. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  312. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  313. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  314. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  315. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  316. package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
  317. package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
  318. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  319. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  320. package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/colors.scss +1 -1
  321. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  322. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  323. package/lib/design-tokens/scss/tokens/functional/components/token/colors.scss +1 -1
  324. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  325. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  326. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  327. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  328. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  329. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  330. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  331. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  332. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  333. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  334. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  335. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  336. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  337. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  338. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  339. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  340. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  341. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  342. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  343. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  344. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  345. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  346. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  347. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  348. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  349. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  350. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  351. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  352. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  353. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  354. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  355. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  356. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  357. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  358. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  359. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  360. package/lib/design-tokens/ts/tokens/functional/components/footer/base.d.ts +17 -0
  361. package/lib/design-tokens/ts/tokens/functional/components/footer/base.js +14 -0
  362. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +15 -1
  363. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +16 -2
  364. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
  365. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  366. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  367. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  368. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  369. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  370. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  371. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  372. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
  373. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
  374. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  375. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  376. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  377. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  378. package/lib/design-tokens/ts/tokens/functional/components/inline-code/colors.d.ts +21 -0
  379. package/lib/design-tokens/ts/tokens/functional/components/inline-code/colors.js +18 -0
  380. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  381. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  382. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  383. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  384. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  385. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  386. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  387. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  388. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  389. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  390. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  391. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  392. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.d.ts +1 -1
  393. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.js +1 -1
  394. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
  395. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
  396. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  397. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  398. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  399. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  400. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  401. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  402. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  403. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  404. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  405. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  406. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  407. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  408. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  409. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  410. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
  411. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
  412. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
  413. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
  414. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  415. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  416. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  417. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  418. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.d.ts +1 -1
  419. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  420. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  421. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  422. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  423. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  424. package/lib/design-tokens/ts/tokens/functional/components/token/colors.d.ts +1 -1
  425. package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
  426. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  427. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  428. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  429. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  430. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  431. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  432. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  433. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  434. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  435. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  436. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  437. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  438. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  439. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  440. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  441. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  442. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  443. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  444. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  445. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  446. package/lib/index.d.ts +1 -0
  447. package/lib/index.js +1 -1
  448. package/lib/river/River/River.d.ts +1 -0
  449. package/llms.txt +4 -3
  450. package/package.json +1 -1
  451. package/esm/Card/Card.module-4GGxtM9r.css +0 -1
  452. package/esm/Card/CardSkewEffect.d.ts +0 -9
  453. package/esm/Card/CardSkewEffect.d.ts.map +0 -1
  454. package/esm/Card/CardSkewEffect.js +0 -42
  455. package/esm/Card/CardSkewEffect.js.map +0 -1
  456. package/esm/MinimalFooter/MinimalFooter.module-Cl2g38SO.css +0 -1
  457. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes-DhME9i-y.css +0 -1
  458. package/esm/river/river-shared.module-5fefR7ip.css +0 -1
  459. package/lib/Card/CardSkewEffect.d.ts +0 -8
package/lib/css/main.css CHANGED
@@ -74,7 +74,7 @@ select {
74
74
 
75
75
  /**
76
76
  * Do not edit directly
77
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
77
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
78
78
  */
79
79
 
80
80
  :root,
@@ -352,7 +352,7 @@ select {
352
352
 
353
353
  /**
354
354
  * Do not edit directly
355
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
355
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
356
356
  */
357
357
 
358
358
  :root {
@@ -381,7 +381,7 @@ select {
381
381
 
382
382
  /**
383
383
  * Do not edit directly
384
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
384
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
385
385
  */
386
386
 
387
387
  :root {
@@ -398,7 +398,92 @@ select {
398
398
 
399
399
  /**
400
400
  * Do not edit directly
401
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
401
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
402
+ */
403
+
404
+ :root {
405
+ --brand-animation-variant-scaleInLeft-end: 1;
406
+ --brand-animation-variant-scaleInLeft-start: 0.90;
407
+ --brand-animation-variant-scaleInLeft-distance: 1.25rem;
408
+ --brand-animation-variant-scaleInRight-end: 1;
409
+ --brand-animation-variant-scaleInRight-start: 0.90;
410
+ --brand-animation-variant-scaleInRight-distance: -1.25rem;
411
+ --brand-animation-variant-scaleInTop-distance: ;
412
+ --brand-animation-variant-scaleIn-end: 1;
413
+ --brand-animation-variant-scaleIn-start: 0.96;
414
+ --brand-animation-variant-scaleInDown-end: 1;
415
+ --brand-animation-variant-scaleInDown-start: 0;
416
+ --brand-animation-variant-scaleInDown-distance: -3.125rem;
417
+ --brand-animation-variant-scaleInUp-end: 1;
418
+ --brand-animation-variant-scaleInUp-start: 0.96;
419
+ --brand-animation-variant-scaleInUp-distance: 1.5rem;
420
+ --brand-animation-variant-slideInRight-distance: -0.9375rem;
421
+ --brand-animation-variant-slideInLeft-distance: 0.9375rem;
422
+ --brand-animation-variant-slideInDown-distance: -0.9375rem;
423
+ --brand-animation-variant-slideInUp-distance: 0.9375rem;
424
+ --brand-animation-transition-default: opacity var(--brand-animation-duration-default) var(--brand-animation-easing-default), transform var(--brand-animation-duration-default) var(--brand-animation-easing-default);
425
+ --brand-animation-easing-glide: cubic-bezier(0.33, 1, 0.68, 1);
426
+ --brand-animation-easing-default: cubic-bezier(0.16, 1, 0.3, 1);
427
+ --brand-animation-duration-extended: 0.7s;
428
+ --brand-animation-duration-default: 0.6s;
429
+ --brand-animation-duration-fast: 0.3s;
430
+ --brand-animation-duration-faster: 0.2s;
431
+ }
432
+
433
+ /**
434
+ * Do not edit directly
435
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
436
+ */
437
+
438
+ :root {
439
+ --brand-control-animation-easing: var(--brand-animation-easing-glide);
440
+ --brand-control-animation-duration: 80ms;
441
+ --brand-control-large-size: 3.75rem;
442
+ --brand-control-medium-size: 2.6875rem;
443
+ --brand-controlStack-large-gap-spacious: var(--base-size-12);
444
+ --brand-controlStack-large-gap-condensed: var(--base-size-8);
445
+ --brand-controlStack-large-gap-auto: var(--base-size-8);
446
+ --brand-controlStack-medium-gap-spacious: var(--base-size-12);
447
+ --brand-controlStack-medium-gap-condensed: var(--base-size-8);
448
+ --brand-controlStack-small-gap-spacious: var(--base-size-16);
449
+ --brand-controlStack-small-gap-condensed: var(--base-size-8);
450
+ --brand-stack-gap-spacious: var(--base-size-48);
451
+ --brand-stack-gap-normal: var(--base-size-24);
452
+ --brand-stack-gap-condensed: var(--base-size-16);
453
+ --brand-stack-padding-spacious: var(--base-size-48);
454
+ --brand-stack-padding-normal: var(--base-size-24);
455
+ --brand-stack-padding-condensed: var(--base-size-16);
456
+ --brand-box-spacing-spacious: var(--base-size-48);
457
+ --brand-box-spacing-normal: var(--base-size-24);
458
+ --brand-box-spacing-condensed: var(--base-size-16);
459
+ --brand-control-large-gap: var(--base-size-16);
460
+ --brand-control-large-paddingInline-spacious: var(--base-size-32);
461
+ --brand-control-large-paddingInline-normal: var(--base-size-20);
462
+ --brand-control-large-paddingInline-condensed: var(--base-size-16);
463
+ --brand-control-large-paddingBlock-normal: var(--base-size-20);
464
+ --brand-control-large-paddingBlock-condensed: var(--base-size-12);
465
+ --brand-control-large-lineBoxHeight: var(--base-size-20);
466
+ --brand-control-medium-gap: var(--base-size-12);
467
+ --brand-control-medium-paddingInline-spacious: var(--base-size-28);
468
+ --brand-control-medium-paddingInline-normal: var(--base-size-16);
469
+ --brand-control-medium-paddingInline-condensed: var(--base-size-12);
470
+ --brand-control-medium-paddingBlock-normal: var(--base-size-16);
471
+ --brand-control-medium-paddingBlock-condensed: var(--base-size-6);
472
+ --brand-control-medium-lineBoxHeight: var(--base-size-16);
473
+ --brand-control-small-gap: var(--base-size-8);
474
+ --brand-control-small-paddingInline-spacious: var(--base-size-24);
475
+ --brand-control-small-paddingInline-normal: var(--base-size-12);
476
+ --brand-control-small-paddingInline-condensed: var(--base-size-8);
477
+ --brand-control-small-paddingBlock: var(--base-size-8);
478
+ --brand-control-small-lineBoxHeight: var(--base-size-12);
479
+ --brand-control-small-size: var(--base-size-32);
480
+ --brand-control-minTarget-coarse: var(--base-size-44);
481
+ --brand-control-minTarget-fine: var(--base-size-16);
482
+ }
483
+
484
+ /**
485
+ * Do not edit directly
486
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
402
487
  */
403
488
 
404
489
  :root {
@@ -556,7 +641,7 @@ select {
556
641
 
557
642
  /**
558
643
  * Do not edit directly
559
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
644
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
560
645
  */
561
646
 
562
647
  :root {
@@ -570,7 +655,7 @@ select {
570
655
 
571
656
  /**
572
657
  * Do not edit directly
573
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
658
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
574
659
  */
575
660
 
576
661
  :root {
@@ -589,7 +674,7 @@ select {
589
674
 
590
675
  /**
591
676
  * Do not edit directly
592
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
677
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
593
678
  */
594
679
 
595
680
  :root,
@@ -691,7 +776,7 @@ select {
691
776
 
692
777
  /**
693
778
  * Do not edit directly
694
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
779
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
695
780
  */
696
781
 
697
782
  :root {
@@ -718,7 +803,7 @@ select {
718
803
 
719
804
  /**
720
805
  * Do not edit directly
721
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
806
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
722
807
  */
723
808
 
724
809
  :root,
@@ -1489,40 +1574,6 @@ select {
1489
1574
  }
1490
1575
  }
1491
1576
 
1492
- /**
1493
- * Do not edit directly
1494
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
1495
- */
1496
-
1497
- :root {
1498
- --brand-animation-variant-scaleInLeft-end: 1;
1499
- --brand-animation-variant-scaleInLeft-start: 0.90;
1500
- --brand-animation-variant-scaleInLeft-distance: 1.25rem;
1501
- --brand-animation-variant-scaleInRight-end: 1;
1502
- --brand-animation-variant-scaleInRight-start: 0.90;
1503
- --brand-animation-variant-scaleInRight-distance: -1.25rem;
1504
- --brand-animation-variant-scaleInTop-distance: ;
1505
- --brand-animation-variant-scaleIn-end: 1;
1506
- --brand-animation-variant-scaleIn-start: 0.96;
1507
- --brand-animation-variant-scaleInDown-end: 1;
1508
- --brand-animation-variant-scaleInDown-start: 0;
1509
- --brand-animation-variant-scaleInDown-distance: -3.125rem;
1510
- --brand-animation-variant-scaleInUp-end: 1;
1511
- --brand-animation-variant-scaleInUp-start: 0.96;
1512
- --brand-animation-variant-scaleInUp-distance: 1.5rem;
1513
- --brand-animation-variant-slideInRight-distance: -0.9375rem;
1514
- --brand-animation-variant-slideInLeft-distance: 0.9375rem;
1515
- --brand-animation-variant-slideInDown-distance: -0.9375rem;
1516
- --brand-animation-variant-slideInUp-distance: 0.9375rem;
1517
- --brand-animation-transition-default: opacity var(--brand-animation-duration-default) var(--brand-animation-easing-default), transform var(--brand-animation-duration-default) var(--brand-animation-easing-default);
1518
- --brand-animation-easing-glide: cubic-bezier(0.33, 1, 0.68, 1);
1519
- --brand-animation-easing-default: cubic-bezier(0.16, 1, 0.3, 1);
1520
- --brand-animation-duration-extended: 0.7s;
1521
- --brand-animation-duration-default: 0.6s;
1522
- --brand-animation-duration-fast: 0.3s;
1523
- --brand-animation-duration-faster: 0.2s;
1524
- }
1525
-
1526
1577
  .Primer_Brand__Animation-module__Animation___KNtEW {
1527
1578
  transition: var(--brand-animation-transition-default);
1528
1579
  }
@@ -1743,57 +1794,6 @@ select {
1743
1794
  }
1744
1795
  }
1745
1796
 
1746
- /**
1747
- * Do not edit directly
1748
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
1749
- */
1750
-
1751
- :root {
1752
- --brand-control-animation-easing: var(--brand-animation-easing-glide);
1753
- --brand-control-animation-duration: 80ms;
1754
- --brand-control-large-size: 3.75rem;
1755
- --brand-control-medium-size: 2.6875rem;
1756
- --brand-controlStack-large-gap-spacious: var(--base-size-12);
1757
- --brand-controlStack-large-gap-condensed: var(--base-size-8);
1758
- --brand-controlStack-large-gap-auto: var(--base-size-8);
1759
- --brand-controlStack-medium-gap-spacious: var(--base-size-12);
1760
- --brand-controlStack-medium-gap-condensed: var(--base-size-8);
1761
- --brand-controlStack-small-gap-spacious: var(--base-size-16);
1762
- --brand-controlStack-small-gap-condensed: var(--base-size-8);
1763
- --brand-stack-gap-spacious: var(--base-size-48);
1764
- --brand-stack-gap-normal: var(--base-size-24);
1765
- --brand-stack-gap-condensed: var(--base-size-16);
1766
- --brand-stack-padding-spacious: var(--base-size-48);
1767
- --brand-stack-padding-normal: var(--base-size-24);
1768
- --brand-stack-padding-condensed: var(--base-size-16);
1769
- --brand-box-spacing-spacious: var(--base-size-48);
1770
- --brand-box-spacing-normal: var(--base-size-24);
1771
- --brand-box-spacing-condensed: var(--base-size-16);
1772
- --brand-control-large-gap: var(--base-size-16);
1773
- --brand-control-large-paddingInline-spacious: var(--base-size-32);
1774
- --brand-control-large-paddingInline-normal: var(--base-size-20);
1775
- --brand-control-large-paddingInline-condensed: var(--base-size-16);
1776
- --brand-control-large-paddingBlock-normal: var(--base-size-20);
1777
- --brand-control-large-paddingBlock-condensed: var(--base-size-12);
1778
- --brand-control-large-lineBoxHeight: var(--base-size-20);
1779
- --brand-control-medium-gap: var(--base-size-12);
1780
- --brand-control-medium-paddingInline-spacious: var(--base-size-28);
1781
- --brand-control-medium-paddingInline-normal: var(--base-size-16);
1782
- --brand-control-medium-paddingInline-condensed: var(--base-size-12);
1783
- --brand-control-medium-paddingBlock-normal: var(--base-size-16);
1784
- --brand-control-medium-paddingBlock-condensed: var(--base-size-6);
1785
- --brand-control-medium-lineBoxHeight: var(--base-size-16);
1786
- --brand-control-small-gap: var(--base-size-8);
1787
- --brand-control-small-paddingInline-spacious: var(--base-size-24);
1788
- --brand-control-small-paddingInline-normal: var(--base-size-12);
1789
- --brand-control-small-paddingInline-condensed: var(--base-size-8);
1790
- --brand-control-small-paddingBlock: var(--base-size-8);
1791
- --brand-control-small-lineBoxHeight: var(--base-size-12);
1792
- --brand-control-small-size: var(--base-size-32);
1793
- --brand-control-minTarget-coarse: var(--base-size-44);
1794
- --brand-control-minTarget-fine: var(--base-size-16);
1795
- }
1796
-
1797
1797
  .Primer_Brand__Stack-module__Stack___tASKe {
1798
1798
  display: flex;
1799
1799
  }
@@ -6119,7 +6119,7 @@ select {
6119
6119
 
6120
6120
  /**
6121
6121
  * Do not edit directly
6122
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
6122
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
6123
6123
  */
6124
6124
 
6125
6125
  :root,
@@ -7028,7 +7028,7 @@ select {
7028
7028
 
7029
7029
  /**
7030
7030
  * Do not edit directly
7031
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
7031
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
7032
7032
  */
7033
7033
 
7034
7034
  :root,
@@ -7339,7 +7339,7 @@ select {
7339
7339
 
7340
7340
  /**
7341
7341
  * Do not edit directly
7342
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
7342
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
7343
7343
  */
7344
7344
 
7345
7345
  :root,
@@ -7726,7 +7726,7 @@ select {
7726
7726
 
7727
7727
  /**
7728
7728
  * Do not edit directly
7729
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
7729
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
7730
7730
  */
7731
7731
 
7732
7732
  :root {
@@ -7851,7 +7851,7 @@ select {
7851
7851
 
7852
7852
  /**
7853
7853
  * Do not edit directly
7854
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
7854
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
7855
7855
  */
7856
7856
 
7857
7857
  :root,
@@ -7867,7 +7867,7 @@ select {
7867
7867
 
7868
7868
  /**
7869
7869
  * Do not edit directly
7870
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
7870
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
7871
7871
  */
7872
7872
 
7873
7873
  :root {
@@ -8301,7 +8301,7 @@ select {
8301
8301
 
8302
8302
  /**
8303
8303
  * Do not edit directly
8304
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
8304
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
8305
8305
  */
8306
8306
 
8307
8307
  :root,
@@ -8568,7 +8568,7 @@ select {
8568
8568
 
8569
8569
  /**
8570
8570
  * Do not edit directly
8571
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
8571
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
8572
8572
  */
8573
8573
 
8574
8574
  :root {
@@ -8577,6 +8577,24 @@ select {
8577
8577
  --brand-River-heading-margin: var(--base-size-16);
8578
8578
  }
8579
8579
 
8580
+ /**
8581
+ * Do not edit directly
8582
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
8583
+ */
8584
+
8585
+ :root,
8586
+ [data-color-mode="light"] {
8587
+ --brand-InlineCode-color-fg-default: var(--brand-color-text-muted);
8588
+ --brand-InlineCode-color-fg-heading: var(--brand-color-text-default);
8589
+ --brand-InlineCode-bgColor: var(--base-color-scale-gray-1);
8590
+ }
8591
+
8592
+ [data-color-mode="dark"] {
8593
+ --brand-InlineCode-color-fg-default: var(--brand-color-text-muted);
8594
+ --brand-InlineCode-color-fg-heading: var(--brand-color-text-default);
8595
+ --brand-InlineCode-bgColor: var(--base-color-scale-gray-7);
8596
+ }
8597
+
8580
8598
  .Primer_Brand__river-shared-module__River___eSXvR {
8581
8599
  display: grid;
8582
8600
  grid-gap: var(--brand-River-spacing-inner);
@@ -8711,32 +8729,21 @@ select {
8711
8729
 
8712
8730
  .Primer_Brand__river-shared-module__River__heading___tl6zS code,
8713
8731
  .Primer_Brand__river-shared-module__River__text___TQQhU code {
8714
- font-size: inherit;
8715
- font-family: var(--brand-fontStack-monospace) !important;
8716
- background-color: var(--brand-color-canvas-subtle);
8717
- padding: 0 var(--base-size-4) var(--base-size-2);
8718
- margin-inline: var(--base-size-2);
8719
- border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
8720
- border-radius: var(--brand-borderRadius-small);
8721
- box-shadow: var(--brand-borderWidth-thin) var(--brand-borderWidth-thin) 0 0 var(--brand-color-border-default);
8722
- }
8723
-
8724
- .Primer_Brand__river-shared-module__River__text___TQQhU code {
8725
- padding: var(--base-size-2) var(--base-size-4) 0;
8726
- }
8727
-
8728
- .Primer_Brand__river-shared-module__River__heading-inner___HlgBo:has(code) {
8729
- line-height: calc(1lh * 1.8);
8730
- }
8731
-
8732
- @media screen and (min-width: 64rem) {
8733
- .Primer_Brand__river-shared-module__River__heading-inner___HlgBo:has(code) {
8734
- line-height: calc(1lh * 2.1);
8735
- }
8736
- }
8737
-
8738
- .Primer_Brand__river-shared-module__River__text___TQQhU:has(code) {
8739
- line-height: calc(1lh * 1.1);
8732
+ font-family: var(--brand-fontStack-monospace);
8733
+ /* optical resize relative to parent. monospace tends to be a little taller than sans-serif */
8734
+ font-size: calc(1em - 1px);
8735
+ font-weight: var(--base-text-weight-regular);
8736
+ /* Keep the background clear of adjacent lines when large text wraps. */
8737
+ line-height: 1.6;
8738
+ color: var(--brand-InlineCode-color-fg-default);
8739
+ background-color: var(--brand-InlineCode-bgColor);
8740
+ padding-block: 0;
8741
+ padding-inline: var(--base-size-4);
8742
+ border-radius: var(--base-size-2);
8743
+ white-space: normal;
8744
+ word-wrap: anywhere;
8745
+ -webkit-box-decoration-break: clone;
8746
+ box-decoration-break: clone;
8740
8747
  }
8741
8748
 
8742
8749
  .Primer_Brand__river-shared-module__River__leadingComponent___RBKiv img, .Primer_Brand__river-shared-module__River__leadingComponent___RBKiv picture, .Primer_Brand__river-shared-module__River__trailingComponent___bjdxv img, .Primer_Brand__river-shared-module__River__trailingComponent___bjdxv picture {
@@ -9371,7 +9378,7 @@ select {
9371
9378
 
9372
9379
  /**
9373
9380
  * Do not edit directly
9374
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
9381
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
9375
9382
  */
9376
9383
 
9377
9384
  :root,
@@ -10001,7 +10008,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10001
10008
 
10002
10009
  /**
10003
10010
  * Do not edit directly
10004
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
10011
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
10005
10012
  */
10006
10013
 
10007
10014
  :root {
@@ -10037,7 +10044,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10037
10044
 
10038
10045
  /**
10039
10046
  * Do not edit directly
10040
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
10047
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
10041
10048
  */
10042
10049
 
10043
10050
  :root,
@@ -10921,7 +10928,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10921
10928
 
10922
10929
  /**
10923
10930
  * Do not edit directly
10924
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
10931
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
10925
10932
  */
10926
10933
 
10927
10934
  :root,
@@ -11018,7 +11025,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
11018
11025
 
11019
11026
  /**
11020
11027
  * Do not edit directly
11021
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
11028
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
11022
11029
  */
11023
11030
 
11024
11031
  :root,
@@ -11407,7 +11414,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
11407
11414
 
11408
11415
  /**
11409
11416
  * Do not edit directly
11410
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
11417
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
11411
11418
  */
11412
11419
 
11413
11420
  :root,
@@ -13261,7 +13268,7 @@ Fixes safari bug where outline doesn't respect border-radius
13261
13268
 
13262
13269
  /**
13263
13270
  * Do not edit directly
13264
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
13271
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
13265
13272
  */
13266
13273
 
13267
13274
  :root,
@@ -13289,7 +13296,7 @@ Fixes safari bug where outline doesn't respect border-radius
13289
13296
 
13290
13297
  /**
13291
13298
  * Do not edit directly
13292
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
13299
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
13293
13300
  */
13294
13301
 
13295
13302
  :root,
@@ -13305,7 +13312,7 @@ Fixes safari bug where outline doesn't respect border-radius
13305
13312
 
13306
13313
  /**
13307
13314
  * Do not edit directly
13308
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
13315
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
13309
13316
  */
13310
13317
 
13311
13318
  :root {
@@ -13356,9 +13363,48 @@ Fixes safari bug where outline doesn't respect border-radius
13356
13363
  }
13357
13364
  }
13358
13365
 
13366
+ .Primer_Brand__InlineCode-module__InlineCode___NJ7el {
13367
+ font-family: var(--brand-fontStack-monospace);
13368
+ /* optical resize relative to parent. monospace tends to be a little taller than sans-serif */
13369
+ font-size: calc(1em - 1px);
13370
+ font-weight: var(--base-text-weight-regular);
13371
+ /* Keep the background clear of adjacent lines when large text wraps. */
13372
+ line-height: 1.6;
13373
+ color: var(--brand-InlineCode-color-fg-default);
13374
+ background-color: var(--brand-InlineCode-bgColor);
13375
+ padding-block: 0;
13376
+ padding-inline: var(--base-size-4);
13377
+ border-radius: var(--base-size-2);
13378
+ -webkit-box-decoration-break: clone;
13379
+ box-decoration-break: clone;
13380
+ white-space: normal;
13381
+ word-wrap: anywhere;
13382
+ }
13383
+
13384
+ .Primer_Brand__InlineCode-module__InlineCode___NJ7el.Primer_Brand__InlineCode-module__InlineCode--nowrap___mcEPL {
13385
+ white-space: nowrap;
13386
+ word-wrap: normal;
13387
+ }
13388
+
13389
+ :where(h1, h2, h3, h4, h5, h6) .Primer_Brand__InlineCode-module__InlineCode___NJ7el {
13390
+ border-radius: var(--base-size-4);
13391
+ }
13392
+
13393
+ :where(h1, h2, h3, h4, h5, h6) .Primer_Brand__InlineCode-module__InlineCode__text___N7vdd {
13394
+ color: var(--brand-InlineCode-color-fg-heading);
13395
+ }
13396
+
13397
+ .Primer_Brand__InlineCode-module__InlineCode__text___N7vdd {
13398
+ position: relative;
13399
+ /* TODO: this is some optical correction, but doesn't work well for uppercase. */
13400
+ inset-block-start: -0.03em;
13401
+ -webkit-font-smoothing: antialiased;
13402
+ -moz-osx-font-smoothing: auto;
13403
+ }
13404
+
13359
13405
  /**
13360
13406
  * Do not edit directly
13361
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
13407
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
13362
13408
  */
13363
13409
 
13364
13410
  :root,
@@ -13522,7 +13568,7 @@ Fixes safari bug where outline doesn't respect border-radius
13522
13568
 
13523
13569
  /**
13524
13570
  * Do not edit directly
13525
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
13571
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
13526
13572
  */
13527
13573
 
13528
13574
  :root {
@@ -13531,7 +13577,7 @@ Fixes safari bug where outline doesn't respect border-radius
13531
13577
 
13532
13578
  /**
13533
13579
  * Do not edit directly
13534
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
13580
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
13535
13581
  */
13536
13582
 
13537
13583
  :root,
@@ -13553,7 +13599,7 @@ Fixes safari bug where outline doesn't respect border-radius
13553
13599
 
13554
13600
  /**
13555
13601
  * Do not edit directly
13556
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
13602
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
13557
13603
  */
13558
13604
 
13559
13605
  :root {
@@ -14025,7 +14071,7 @@ Fixes safari bug where outline doesn't respect border-radius
14025
14071
 
14026
14072
  /**
14027
14073
  * Do not edit directly
14028
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
14074
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
14029
14075
  */
14030
14076
 
14031
14077
  :root {
@@ -14039,7 +14085,7 @@ Fixes safari bug where outline doesn't respect border-radius
14039
14085
 
14040
14086
  /**
14041
14087
  * Do not edit directly
14042
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
14088
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
14043
14089
  */
14044
14090
 
14045
14091
  :root,
@@ -14590,7 +14636,7 @@ Fixes safari bug where outline doesn't respect border-radius
14590
14636
 
14591
14637
  /**
14592
14638
  * Do not edit directly
14593
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
14639
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
14594
14640
  */
14595
14641
 
14596
14642
  :root,
@@ -14606,7 +14652,7 @@ Fixes safari bug where outline doesn't respect border-radius
14606
14652
 
14607
14653
  /**
14608
14654
  * Do not edit directly
14609
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
14655
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
14610
14656
  */
14611
14657
 
14612
14658
  :root {
@@ -15351,7 +15397,7 @@ Fixes safari bug where outline doesn't respect border-radius
15351
15397
 
15352
15398
  /**
15353
15399
  * Do not edit directly
15354
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
15400
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
15355
15401
  */
15356
15402
 
15357
15403
  :root,
@@ -15367,7 +15413,7 @@ Fixes safari bug where outline doesn't respect border-radius
15367
15413
 
15368
15414
  /**
15369
15415
  * Do not edit directly
15370
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
15416
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
15371
15417
  */
15372
15418
 
15373
15419
  :root,
@@ -15678,41 +15724,21 @@ Fixes safari bug where outline doesn't respect border-radius
15678
15724
 
15679
15725
  .Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV code,
15680
15726
  .Primer_Brand__CTABanner-module__CTABanner-description___I7md6 code {
15681
- font-size: inherit;
15682
15727
  font-family: var(--brand-fontStack-monospace);
15683
- background-color: var(--brand-color-canvas-default);
15684
- padding: 0 var(--base-size-4) 0;
15685
- margin-inline: var(--base-size-2);
15686
- border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
15687
- border-radius: var(--brand-borderRadius-small);
15688
- box-shadow: var(--brand-borderWidth-thin) var(--brand-borderWidth-thin) 0 0 var(--brand-color-border-default);
15689
- }
15690
-
15691
- .Primer_Brand__CTABanner-module__CTABanner--bgColor-default___ST6SJ .Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV code,
15692
- .Primer_Brand__CTABanner-module__CTABanner--bgColor-default___ST6SJ .Primer_Brand__CTABanner-module__CTABanner-description___I7md6 code {
15693
- background-color: var(--brand-color-canvas-subtle);
15694
- }
15695
-
15696
- .Primer_Brand__CTABanner-module__CTABanner-description___I7md6 code {
15697
- padding: 0 var(--base-size-4) 0;
15698
- }
15699
-
15700
- .Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV.Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV:has(code) {
15701
- line-height: calc(1lh * 2);
15702
- }
15703
-
15704
- @media screen and (min-width: 63.25rem) {
15705
- .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV.Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV:has(code) {
15706
- line-height: calc(1lh * 2.8);
15707
- }
15708
- }
15709
-
15710
- .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV.Primer_Brand__CTABanner-module__CTABanner-heading___JYhUV:has(code) {
15711
- line-height: calc(1lh * 1.9);
15712
- }
15713
-
15714
- .Primer_Brand__CTABanner-module__CTABanner-description___I7md6.Primer_Brand__CTABanner-module__CTABanner-description___I7md6:has(code) {
15715
- line-height: calc(1lh * 1.25);
15728
+ /* optical resize relative to parent. monospace tends to be a little taller than sans-serif */
15729
+ font-size: calc(1em - 1px);
15730
+ font-weight: var(--base-text-weight-regular);
15731
+ /* Keep the background clear of adjacent lines when large text wraps. */
15732
+ line-height: 1.6;
15733
+ color: var(--brand-InlineCode-color-fg-default);
15734
+ background-color: var(--brand-InlineCode-bgColor);
15735
+ padding-block: 0;
15736
+ padding-inline: var(--base-size-4);
15737
+ border-radius: var(--base-size-2);
15738
+ white-space: normal;
15739
+ word-wrap: anywhere;
15740
+ -webkit-box-decoration-break: clone;
15741
+ box-decoration-break: clone;
15716
15742
  }
15717
15743
 
15718
15744
  .Primer_Brand__CTABanner-module__CTABanner-buttonGroup___UMs1W {
@@ -15818,62 +15844,204 @@ Fixes safari bug where outline doesn't respect border-radius
15818
15844
 
15819
15845
  /**
15820
15846
  * Do not edit directly
15821
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
15847
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
15822
15848
  */
15823
15849
 
15824
15850
  :root,
15825
15851
  [data-color-mode="light"] {
15826
- --brand-footer-bg-color: var(--base-color-scale-white);
15852
+ --brand-footer-borderColor: var(--base-color-scale-green-6);
15853
+ --brand-footer-bg-color: var(--brand-color-canvas-subtle);
15854
+ --brand-footer-backToTop-borderColor-rest: var(--base-color-scale-gray-2);
15855
+ --brand-footer-backToTop-borderColor-hover: var(--base-color-scale-gray-2);
15856
+ --brand-footer-backToTop-borderColor-active: var(--base-color-scale-gray-2);
15857
+ --brand-footer-backToTop-bgColor-rest: rgba(0, 0, 0, 0.01);
15858
+ --brand-footer-backToTop-bgColor-hover: rgba(0, 0, 0, 0.1164);
15859
+ --brand-footer-backToTop-bgColor-active: rgba(0, 0, 0, 0.2104);
15860
+ --brand-footer-socialIcon-restFilter: sepia(37%) saturate(152%) hue-rotate(77deg) brightness(57%);
15827
15861
  --brand-footer-socialIcon-hoverFilter: brightness(0);
15828
15862
  }
15829
15863
 
15830
15864
  [data-color-mode="dark"] {
15831
- --brand-footer-bg-color: var(--base-color-scale-gray-9);
15865
+ --brand-footer-borderColor: var(--base-color-scale-green-3);
15866
+ --brand-footer-bg-color: var(--brand-color-canvas-subtle);
15867
+ --brand-footer-backToTop-borderColor-rest: var(--base-color-scale-gray-6);
15868
+ --brand-footer-backToTop-borderColor-hover: rgba(255, 255, 255, 0.12);
15869
+ --brand-footer-backToTop-borderColor-active: rgba(255, 255, 255, 0.12);
15870
+ --brand-footer-backToTop-bgColor-rest: rgba(0, 0, 0, 0.01);
15871
+ --brand-footer-backToTop-bgColor-hover: rgba(255, 255, 255, 0.16);
15872
+ --brand-footer-backToTop-bgColor-active: rgba(255, 255, 255, 0.24);
15873
+ --brand-footer-socialIcon-restFilter: saturate(73%) hue-rotate(-89deg) brightness(110%);
15832
15874
  --brand-footer-socialIcon-hoverFilter: brightness(2);
15833
15875
  }
15834
15876
 
15835
- .Primer_Brand__MinimalFooter-module__Footer___oqJdA {
15877
+ /**
15878
+ * Do not edit directly
15879
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
15880
+ */
15881
+
15882
+ :root {
15883
+ --brand-footer-backToTop-minTarget: var(--base-size-44);
15884
+ }
15885
+
15886
+ .Primer_Brand__MinimalFooter-module__MinimalFooter___QucKd {
15836
15887
  position: relative;
15888
+ border-top: var(--brand-borderWidth-thick) solid var(--brand-footer-borderColor);
15837
15889
  background-color: var(--brand-footer-bg-color);
15838
15890
  }
15839
15891
 
15892
+ .Primer_Brand__MinimalFooter-module__MinimalFooter--withFootnotes___r5iQL {
15893
+ border-top: 0;
15894
+ }
15895
+
15840
15896
  /**
15841
- * Footer shared styles
15897
+ * MinimalFooter shared styles
15842
15898
  */
15843
- .Primer_Brand__MinimalFooter-module__Footer__container___UqVWS {
15899
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__container___phzVn {
15844
15900
  max-width: 1280px;
15845
15901
  max-width: var(--brand-footer-max-width, 1280px);
15846
- padding: 0 28px; /* should match SubdomainNavBar */
15902
+ padding-inline: var(--base-size-20);
15847
15903
  margin-right: auto;
15848
15904
  margin-left: auto;
15849
15905
  }
15850
15906
 
15907
+ @media screen and (min-width: 48rem) {
15908
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__container___phzVn {
15909
+ padding-inline: var(--base-size-32);
15910
+ }
15911
+ }
15912
+
15851
15913
  /**
15852
- * Footer terms section
15914
+ * MinimalFooter terms section
15853
15915
  */
15854
- .Primer_Brand__MinimalFooter-module__Footer__terms___ACl36 {
15916
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__terms___wPthK {
15855
15917
  padding: var(--base-size-48) 0;
15856
15918
  }
15857
15919
 
15858
- .Primer_Brand__MinimalFooter-module__Footer__terms-item___Z1f1_ {
15920
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__terms-item___ex9bL {
15859
15921
  margin-bottom: var(--base-size-24);
15860
15922
  }
15861
15923
 
15862
- .Primer_Brand__MinimalFooter-module__Footer__terms-item___Z1f1_ sup {
15924
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__terms-item___ex9bL sup {
15863
15925
  font-size: var(--base-size-12);
15864
15926
  vertical-align: super;
15865
15927
  display: inline-block;
15866
15928
  margin-right: var(--base-size-4);
15867
15929
  }
15868
15930
 
15869
- .Primer_Brand__MinimalFooter-module__Footer__terms-item___Z1f1_:last-child {
15931
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__terms-item___ex9bL:last-child {
15870
15932
  margin-bottom: 0;
15871
15933
  }
15872
15934
 
15873
15935
  /**
15874
- * Footer social and logomarks section
15936
+ * MinimalFooter top section
15937
+ */
15938
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__top___H_7ju {
15939
+ padding-top: var(--base-size-48);
15940
+ padding-bottom: var(--base-size-32);
15941
+ border-bottom: var(--brand-borderWidth-thin) solid var(--brand-color-border-subtle);
15942
+ }
15943
+
15944
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__top-row___ZGvWR {
15945
+ display: grid;
15946
+ grid-template-columns: auto 1fr;
15947
+ align-items: center;
15948
+ grid-gap: var(--base-size-24);
15949
+ gap: var(--base-size-24);
15950
+ }
15951
+
15952
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__top-actions___QIaDM {
15953
+ display: contents;
15954
+ }
15955
+
15956
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__top-actions___QIaDM > .Primer_Brand__MinimalFooter-module__MinimalFooter__links___ukZs1 {
15957
+ grid-column: 1 / -1;
15958
+ grid-row: 2;
15959
+ justify-content: flex-start;
15960
+ }
15961
+
15962
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__top-actions___QIaDM > .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop___uK0Ho {
15963
+ grid-column: 2;
15964
+ grid-row: 1;
15965
+ justify-self: flex-end;
15966
+ }
15967
+
15968
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__logo___GvtJc {
15969
+ display: inline-flex;
15970
+ color: var(--brand-color-text-default);
15971
+ }
15972
+
15973
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__logo___GvtJc > svg {
15974
+ width: var(--base-size-24);
15975
+ height: var(--base-size-24);
15976
+ }
15977
+
15978
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__bottom___yXxek {
15979
+ padding-top: var(--base-size-32);
15980
+ padding-bottom: var(--base-size-32);
15981
+ }
15982
+
15983
+ @media screen and (min-width: 80rem) {
15984
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__top___H_7ju {
15985
+ padding-top: var(--base-size-32);
15986
+ }
15987
+
15988
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__top-row___ZGvWR {
15989
+ display: flex;
15990
+ justify-content: space-between;
15991
+ }
15992
+
15993
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__top-actions___QIaDM {
15994
+ display: flex;
15995
+ flex: 1;
15996
+ flex-wrap: wrap;
15997
+ align-items: center;
15998
+ justify-content: flex-end;
15999
+ gap: var(--base-size-20);
16000
+ min-width: 0;
16001
+ }
16002
+
16003
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__top-actions___QIaDM > .Primer_Brand__MinimalFooter-module__MinimalFooter__links___ukZs1 {
16004
+ justify-content: flex-end;
16005
+ }
16006
+
16007
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__logo___GvtJc > svg {
16008
+ width: var(--base-size-32);
16009
+ height: var(--base-size-32);
16010
+ }
16011
+ }
16012
+
16013
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__section____O9_E {
16014
+ min-width: 0;
16015
+ }
16016
+
16017
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__section--footnotes___iIJlL {
16018
+ border-bottom: var(--brand-borderWidth-thick) solid var(--brand-footer-borderColor);
16019
+ background-color: var(--brand-color-canvas-default);
16020
+ }
16021
+
16022
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__section--center___Tq8St > .Primer_Brand__MinimalFooter-module__MinimalFooter__container___phzVn {
16023
+ padding-top: var(--base-size-32);
16024
+ padding-bottom: var(--base-size-32);
16025
+ }
16026
+
16027
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__section--center___Tq8St + .Primer_Brand__MinimalFooter-module__MinimalFooter__section--bottom___KBLLb {
16028
+ border-top: var(--brand-borderWidth-thin) solid var(--brand-color-border-subtle);
16029
+ }
16030
+
16031
+ /**
16032
+ * MinimalFooter bottom section
15875
16033
  */
15876
- .Primer_Brand__MinimalFooter-module__Footer__social-links___hRWfd {
16034
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__bottom-row___Utlyc {
16035
+ display: flex;
16036
+ }
16037
+
16038
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__bottom-row___Utlyc {
16039
+ flex-direction: column;
16040
+ align-items: flex-start;
16041
+ gap: var(--base-size-24);
16042
+ }
16043
+
16044
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__social-links___L0cTI {
15877
16045
  display: flex;
15878
16046
  padding: 0;
15879
16047
  margin: 0;
@@ -15883,98 +16051,133 @@ Fixes safari bug where outline doesn't respect border-radius
15883
16051
  gap: var(--base-size-16);
15884
16052
  }
15885
16053
 
15886
- .Primer_Brand__MinimalFooter-module__Footer__logomarks___Weh9I {
15887
- border-top: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
15888
- border-bottom: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
15889
- }
15890
-
15891
- .Primer_Brand__MinimalFooter-module__Footer__logomarks___Weh9I,
15892
- .Primer_Brand__MinimalFooter-module__Footer__legal-and-links___gaF8g {
15893
- padding-top: var(--base-size-48);
15894
- padding-bottom: var(--base-size-48);
15895
- }
15896
-
15897
- .Primer_Brand__MinimalFooter-module__Footer__social-link___evPYT {
16054
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__social-link___T7oRV {
15898
16055
  position: relative;
15899
- }
15900
-
15901
- .Primer_Brand__MinimalFooter-module__Footer__social-link___evPYT::before {
15902
- content: '';
15903
- display: block;
15904
- position: absolute;
16056
+ display: flex;
16057
+ align-items: center;
16058
+ justify-content: center;
15905
16059
  min-width: var(--base-size-24);
15906
16060
  min-height: var(--base-size-24);
15907
16061
  }
15908
16062
 
15909
- .Primer_Brand__MinimalFooter-module__Footer__social-link___evPYT:hover .Primer_Brand__MinimalFooter-module__Footer__social-icon___SxNsP,
15910
- .Primer_Brand__MinimalFooter-module__Footer__social-link___evPYT:focus-visible .Primer_Brand__MinimalFooter-module__Footer__social-icon___SxNsP {
16063
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__social-link___T7oRV:hover .Primer_Brand__MinimalFooter-module__MinimalFooter__social-icon___rQIEL,
16064
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__social-link___T7oRV:focus-visible .Primer_Brand__MinimalFooter-module__MinimalFooter__social-icon___rQIEL {
15911
16065
  filter: var(--brand-footer-socialIcon-hoverFilter);
15912
16066
  }
15913
16067
 
15914
- .Primer_Brand__MinimalFooter-module__Footer__social-icon___SxNsP {
16068
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__social-icon___rQIEL {
15915
16069
  display: block;
15916
- width: 24px;
16070
+ width: auto;
15917
16071
  height: auto;
16072
+ max-height: var(--base-size-20);
16073
+ filter: var(--brand-footer-socialIcon-restFilter);
15918
16074
  }
15919
16075
 
15920
- [data-color-mode='light'] .Primer_Brand__MinimalFooter-module__Footer__social-icon___SxNsP {
15921
- filter: brightness(95%) saturate(100%);
16076
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__copyright___Zz0yX {
16077
+ margin: 0;
16078
+ text-transform: uppercase;
15922
16079
  }
15923
16080
 
15924
- /**
15925
- * Footer legal section
15926
- */
16081
+ /* Keep the size-100 text rhythm, but use the approved 12px size token for footer chrome. */
16082
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__metaText___NDwZ3 {
16083
+ font-size: var(--base-size-12);
16084
+ }
15927
16085
 
15928
- .Primer_Brand__MinimalFooter-module__Footer__copyright___c9JB5 {
16086
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__links___ukZs1 {
15929
16087
  display: flex;
15930
- order: 2;
15931
- padding-bottom: var(--base-size-4);
16088
+ flex-wrap: wrap;
16089
+ align-items: center;
16090
+ gap: var(--base-size-20);
15932
16091
  }
15933
16092
 
15934
- @media screen and (min-width: 48rem) {
15935
- .Primer_Brand__MinimalFooter-module__Footer__copyright___c9JB5 {
15936
- order: 1;
15937
- }
16093
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__link___zi47c {
16094
+ align-self: center;
16095
+ color: var(--brand-color-text-muted);
16096
+ -webkit-text-decoration: none;
16097
+ text-decoration: none;
16098
+ border: 0;
16099
+ background-color: transparent;
16100
+ cursor: pointer;
16101
+ padding: 0;
16102
+ text-transform: uppercase;
15938
16103
  }
15939
16104
 
15940
- .Primer_Brand__MinimalFooter-module__Footer__links___sXNki {
15941
- order: 1;
16105
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__link___zi47c:hover {
16106
+ -webkit-text-decoration: underline;
16107
+ text-decoration: underline;
15942
16108
  }
15943
16109
 
15944
16110
  @media screen and (min-width: 48rem) {
15945
- .Primer_Brand__MinimalFooter-module__Footer__links___sXNki {
15946
- order: 2;
16111
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__social-links___L0cTI {
16112
+ gap: var(--base-size-20);
15947
16113
  }
15948
16114
  }
15949
16115
 
15950
- .Primer_Brand__MinimalFooter-module__Footer__link___K13BH {
15951
- align-self: flex-start;
15952
- color: var(--brand-color-text-muted);
15953
- -webkit-text-decoration: none;
15954
- text-decoration: none;
15955
- border-top: none;
15956
- border-right: none;
15957
- border-left: none;
15958
- border-bottom: var(--brand-borderWidth-thin) solid transparent;
15959
- background-color: inherit;
15960
- cursor: pointer;
15961
- padding: 0 0 var(--base-size-4) 0;
15962
- transition: border var(--brand-animation-duration-fast) var(--brand-animation-easing-glide);
16116
+ @media screen and (min-width: 80rem) {
16117
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__bottom-row___Utlyc {
16118
+ flex-direction: row;
16119
+ align-items: center;
16120
+ justify-content: space-between;
16121
+ }
15963
16122
  }
15964
16123
 
15965
- .Primer_Brand__MinimalFooter-module__Footer__link___K13BH:hover {
16124
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop___uK0Ho {
16125
+ -webkit-appearance: none;
16126
+ -moz-appearance: none;
16127
+ appearance: none;
16128
+ display: inline-flex;
16129
+ padding: 0;
16130
+ border: 0;
15966
16131
  color: var(--brand-color-text-default);
15967
- border-bottom-color: var(--brand-color-text-muted);
15968
- -webkit-text-decoration: none;
15969
- text-decoration: none;
16132
+ background: none;
16133
+ cursor: pointer;
16134
+ }
16135
+
16136
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop___uK0Ho:focus-visible {
16137
+ outline: var(--base-size-4) solid var(--brand-color-focus);
16138
+ outline-offset: var(--base-size-2);
16139
+ }
16140
+
16141
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop___uK0Ho:disabled,
16142
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop___uK0Ho[aria-disabled='true'] {
16143
+ cursor: not-allowed;
16144
+ }
16145
+
16146
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop-content___fAoRM {
16147
+ display: inline-flex;
16148
+ align-items: center;
16149
+ gap: var(--base-size-12);
16150
+ }
16151
+
16152
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop-icon___tpnv3 {
16153
+ display: inline-flex;
16154
+ align-items: center;
16155
+ justify-content: center;
16156
+ border: var(--brand-borderWidth-thin) solid var(--brand-footer-backToTop-borderColor-rest);
16157
+ border-radius: var(--base-size-6);
16158
+ background-color: var(--brand-footer-backToTop-bgColor-rest);
16159
+ min-width: var(--brand-footer-backToTop-minTarget);
16160
+ min-height: var(--brand-footer-backToTop-minTarget);
16161
+ transition: background-color var(--brand-animation-duration-fast) var(--brand-animation-easing-glide),
16162
+ border-color var(--brand-animation-duration-fast) var(--brand-animation-easing-glide);
16163
+ }
16164
+
16165
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop___uK0Ho:not([disabled]):not([aria-disabled='true']):hover .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop-icon___tpnv3 {
16166
+ border-color: var(--brand-footer-backToTop-borderColor-hover);
16167
+ background-color: var(--brand-footer-backToTop-bgColor-hover);
16168
+ }
16169
+
16170
+ .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop___uK0Ho:not([disabled]):not([aria-disabled='true']):active .Primer_Brand__MinimalFooter-module__MinimalFooter__backToTop-icon___tpnv3 {
16171
+ border-color: var(--brand-footer-backToTop-borderColor-active);
16172
+ background-color: var(--brand-footer-backToTop-bgColor-active);
15970
16173
  }
15971
16174
 
15972
16175
  /* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
15973
16176
  @media (prefers-reduced-motion: reduce) {
15974
- .Primer_Brand__MinimalFooter-module__Footer___oqJdA,
15975
- .Primer_Brand__MinimalFooter-module__Footer___oqJdA::before,
15976
- .Primer_Brand__MinimalFooter-module__Footer___oqJdA::after,
15977
- .Primer_Brand__MinimalFooter-module__Footer___oqJdA * {
16177
+ .Primer_Brand__MinimalFooter-module__MinimalFooter___QucKd,
16178
+ .Primer_Brand__MinimalFooter-module__MinimalFooter___QucKd::before,
16179
+ .Primer_Brand__MinimalFooter-module__MinimalFooter___QucKd::after,
16180
+ .Primer_Brand__MinimalFooter-module__MinimalFooter___QucKd * {
15978
16181
  animation: none !important;
15979
16182
  transition: none !important;
15980
16183
  scroll-behavior: auto !important;
@@ -16046,7 +16249,7 @@ Fixes safari bug where outline doesn't respect border-radius
16046
16249
 
16047
16250
  /**
16048
16251
  * Do not edit directly
16049
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
16252
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
16050
16253
  */
16051
16254
 
16052
16255
  :root {
@@ -16059,7 +16262,7 @@ Fixes safari bug where outline doesn't respect border-radius
16059
16262
 
16060
16263
  /**
16061
16264
  * Do not edit directly
16062
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
16265
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
16063
16266
  */
16064
16267
 
16065
16268
  :root,
@@ -16273,25 +16476,21 @@ Fixes safari bug where outline doesn't respect border-radius
16273
16476
 
16274
16477
  .Primer_Brand__Card-module__Card__link___Ye5mq code,
16275
16478
  .Primer_Brand__Card-module__Card__description___KN9CH code {
16276
- font-size: inherit;
16277
16479
  font-family: var(--brand-fontStack-monospace);
16278
- background-color: var(--brand-color-canvas-subtle);
16279
- padding: 0 var(--base-size-4) var(--base-size-2);
16280
- margin-inline: var(--base-size-2);
16281
- border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
16282
- border-radius: var(--brand-borderRadius-small);
16283
- box-shadow: var(--brand-borderWidth-thin) var(--brand-borderWidth-thin) 0 0 var(--brand-color-border-default);
16284
- }
16285
-
16286
- .Primer_Brand__Card-module__Card__description___KN9CH code {
16287
- padding: var(--base-size-2) var(--base-size-4) 0;
16288
- }
16289
- .Primer_Brand__Card-module__Card__link___Ye5mq:has(code) {
16290
- line-height: calc(1lh * 1.4);
16291
- }
16292
-
16293
- .Primer_Brand__Card-module__Card__description___KN9CH.Primer_Brand__Card-module__Card__description___KN9CH:has(code) {
16294
- line-height: calc(1lh * 1.25);
16480
+ /* optical resize relative to parent. monospace tends to be a little taller than sans-serif */
16481
+ font-size: calc(1em - 1px);
16482
+ font-weight: var(--base-text-weight-regular);
16483
+ /* Keep the background clear of adjacent lines when large text wraps. */
16484
+ line-height: 1.6;
16485
+ color: var(--brand-InlineCode-color-fg-default);
16486
+ background-color: var(--brand-InlineCode-bgColor);
16487
+ padding-block: 0;
16488
+ padding-inline: var(--base-size-4);
16489
+ border-radius: var(--base-size-2);
16490
+ white-space: normal;
16491
+ word-wrap: anywhere;
16492
+ -webkit-box-decoration-break: clone;
16493
+ box-decoration-break: clone;
16295
16494
  }
16296
16495
 
16297
16496
  .Primer_Brand__Card-module__Card--disableAnimation___Zv8eW:hover .Primer_Brand__Card-module__Card__link___Ye5mq {
@@ -16537,40 +16736,6 @@ Fixes safari bug where outline doesn't respect border-radius
16537
16736
  cursor: inherit;
16538
16737
  }
16539
16738
 
16540
- .Primer_Brand__Card-module__Card--skew___pEeoW:focus-within {
16541
- outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
16542
- }
16543
-
16544
- .Primer_Brand__Card-module__Card--skew___pEeoW:hover .Primer_Brand__Card-module__Card__torch___KkYgP {
16545
- opacity: 0.85;
16546
- }
16547
-
16548
- .Primer_Brand__Card-module__Card__skew-bounding___Fz3yy {
16549
- border-radius: var(--brand-borderRadius-medium);
16550
- position: relative;
16551
- overflow: hidden;
16552
- z-index: 1;
16553
- height: 100%;
16554
- background-color: var(--brand-Card-background-default);
16555
- }
16556
-
16557
- .Primer_Brand__Card-module__Card__torch___KkYgP {
16558
- width: 650px;
16559
- height: 650px;
16560
- background-color: var(--brand-color-accent-primary);
16561
- filter: blur(180px);
16562
- border-radius: 300px;
16563
- opacity: 0;
16564
- transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
16565
- mix-blend-mode: soft-light;
16566
- will-change: transform;
16567
- pointer-events: none;
16568
- position: absolute;
16569
- bottom: 0;
16570
- right: 0;
16571
- z-index: -1;
16572
- }
16573
-
16574
16739
  .Primer_Brand__Card-module__Card--expandableArrow___ORmuZ {
16575
16740
  margin-inline-start: var(--base-size-4);
16576
16741
  }
@@ -17346,7 +17511,7 @@ Fixes safari bug where outline doesn't respect border-radius
17346
17511
 
17347
17512
  /**
17348
17513
  * Do not edit directly
17349
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
17514
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
17350
17515
  */
17351
17516
 
17352
17517
  :root {
@@ -17357,7 +17522,7 @@ Fixes safari bug where outline doesn't respect border-radius
17357
17522
 
17358
17523
  /**
17359
17524
  * Do not edit directly
17360
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
17525
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
17361
17526
  */
17362
17527
 
17363
17528
  :root,
@@ -17856,7 +18021,7 @@ Fixes safari bug where outline doesn't respect border-radius
17856
18021
 
17857
18022
  /**
17858
18023
  * Do not edit directly
17859
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
18024
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
17860
18025
  */
17861
18026
 
17862
18027
  :root {
@@ -17876,7 +18041,7 @@ Fixes safari bug where outline doesn't respect border-radius
17876
18041
 
17877
18042
  /**
17878
18043
  * Do not edit directly
17879
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
18044
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
17880
18045
  */
17881
18046
 
17882
18047
  :root,
@@ -17965,7 +18130,7 @@ Fixes safari bug where outline doesn't respect border-radius
17965
18130
 
17966
18131
  /**
17967
18132
  * Do not edit directly
17968
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
18133
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
17969
18134
  */
17970
18135
 
17971
18136
  :root,
@@ -17989,7 +18154,7 @@ Fixes safari bug where outline doesn't respect border-radius
17989
18154
 
17990
18155
  /**
17991
18156
  * Do not edit directly
17992
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
18157
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
17993
18158
  */
17994
18159
 
17995
18160
  :root {
@@ -18465,7 +18630,7 @@ Fixes safari bug where outline doesn't respect border-radius
18465
18630
 
18466
18631
  /**
18467
18632
  * Do not edit directly
18468
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
18633
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
18469
18634
  */
18470
18635
 
18471
18636
  :root,
@@ -18479,7 +18644,7 @@ Fixes safari bug where outline doesn't respect border-radius
18479
18644
 
18480
18645
  /**
18481
18646
  * Do not edit directly
18482
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
18647
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
18483
18648
  */
18484
18649
 
18485
18650
  :root {
@@ -18493,7 +18658,7 @@ Fixes safari bug where outline doesn't respect border-radius
18493
18658
 
18494
18659
  /**
18495
18660
  * Do not edit directly
18496
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
18661
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
18497
18662
  */
18498
18663
 
18499
18664
  :root {
@@ -20669,7 +20834,7 @@ Fixes safari bug where outline doesn't respect border-radius
20669
20834
 
20670
20835
  /**
20671
20836
  * Do not edit directly
20672
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
20837
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
20673
20838
  */
20674
20839
 
20675
20840
  :root {
@@ -20693,7 +20858,7 @@ Fixes safari bug where outline doesn't respect border-radius
20693
20858
 
20694
20859
  /**
20695
20860
  * Do not edit directly
20696
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
20861
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
20697
20862
  */
20698
20863
 
20699
20864
  :root,
@@ -21352,7 +21517,7 @@ Fixes safari bug where outline doesn't respect border-radius
21352
21517
 
21353
21518
  /**
21354
21519
  * Do not edit directly
21355
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
21520
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
21356
21521
  */
21357
21522
 
21358
21523
  :root,
@@ -21366,7 +21531,7 @@ Fixes safari bug where outline doesn't respect border-radius
21366
21531
 
21367
21532
  /**
21368
21533
  * Do not edit directly
21369
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
21534
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
21370
21535
  */
21371
21536
 
21372
21537
  :root {
@@ -21382,7 +21547,7 @@ Fixes safari bug where outline doesn't respect border-radius
21382
21547
 
21383
21548
  /**
21384
21549
  * Do not edit directly
21385
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
21550
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
21386
21551
  */
21387
21552
 
21388
21553
  :root,
@@ -22179,7 +22344,7 @@ Fixes safari bug where outline doesn't respect border-radius
22179
22344
 
22180
22345
  /**
22181
22346
  * Do not edit directly
22182
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
22347
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
22183
22348
  */
22184
22349
 
22185
22350
  :root {
@@ -22188,7 +22353,7 @@ Fixes safari bug where outline doesn't respect border-radius
22188
22353
 
22189
22354
  /**
22190
22355
  * Do not edit directly
22191
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
22356
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
22192
22357
  */
22193
22358
 
22194
22359
  :root,
@@ -23014,7 +23179,7 @@ Fixes safari bug where outline doesn't respect border-radius
23014
23179
 
23015
23180
  /**
23016
23181
  * Do not edit directly
23017
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
23182
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
23018
23183
  */
23019
23184
 
23020
23185
  :root,
@@ -23560,7 +23725,7 @@ Fixes safari bug where outline doesn't respect border-radius
23560
23725
 
23561
23726
  /**
23562
23727
  * Do not edit directly
23563
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
23728
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
23564
23729
  */
23565
23730
 
23566
23731
  :root {
@@ -23569,7 +23734,7 @@ Fixes safari bug where outline doesn't respect border-radius
23569
23734
 
23570
23735
  /**
23571
23736
  * Do not edit directly
23572
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
23737
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
23573
23738
  */
23574
23739
 
23575
23740
  :root,
@@ -24065,7 +24230,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24065
24230
 
24066
24231
  /**
24067
24232
  * Do not edit directly
24068
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
24233
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
24069
24234
  */
24070
24235
 
24071
24236
  :root,
@@ -24164,7 +24329,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24164
24329
 
24165
24330
  /**
24166
24331
  * Do not edit directly
24167
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
24332
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
24168
24333
  */
24169
24334
 
24170
24335
  :root {
@@ -24351,7 +24516,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24351
24516
 
24352
24517
  /**
24353
24518
  * Do not edit directly
24354
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
24519
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
24355
24520
  */
24356
24521
 
24357
24522
  :root {
@@ -24643,7 +24808,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24643
24808
 
24644
24809
  /**
24645
24810
  * Do not edit directly
24646
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
24811
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
24647
24812
  */
24648
24813
 
24649
24814
  :root {
@@ -24654,7 +24819,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24654
24819
 
24655
24820
  /**
24656
24821
  * Do not edit directly
24657
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
24822
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
24658
24823
  */
24659
24824
 
24660
24825
  :root,
@@ -24915,7 +25080,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24915
25080
 
24916
25081
  /**
24917
25082
  * Do not edit directly
24918
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
25083
+ * Generated on Mon, 24 Aug 2026 19:29:20 GMT
24919
25084
  */
24920
25085
 
24921
25086
  :root {
@@ -24924,7 +25089,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24924
25089
 
24925
25090
  /**
24926
25091
  * Do not edit directly
24927
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
25092
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
24928
25093
  */
24929
25094
 
24930
25095
  :root,
@@ -25170,7 +25335,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
25170
25335
 
25171
25336
  /**
25172
25337
  * Do not edit directly
25173
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
25338
+ * Generated on Mon, 24 Aug 2026 19:29:21 GMT
25174
25339
  */
25175
25340
 
25176
25341
  :root,