@primer/react-brand 0.73.0 → 0.74.0-rc.6f254662

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 (438) hide show
  1. package/docs/components/Card/react.md +39 -31
  2. package/docs/components/InlineCode/index.md +53 -0
  3. package/docs/components/index.md +1 -0
  4. package/docs/index.md +3 -2
  5. package/docs/introduction/mcp.md +3 -1
  6. package/esm/CTABanner/CTABanner.d.ts +1 -0
  7. package/esm/CTABanner/CTABanner.d.ts.map +1 -1
  8. package/esm/CTABanner/CTABanner.js +4 -3
  9. package/esm/CTABanner/CTABanner.js.map +1 -1
  10. package/esm/CTABanner/{CTABanner.module-CDLOww8c.css → CTABanner.module-D4pYR4mY.css} +1 -1
  11. package/esm/CTABanner/CTABanner.module.js +1 -2
  12. package/esm/CTABanner/CTABanner.module.js.map +1 -1
  13. package/esm/Card/Card.d.ts +1 -0
  14. package/esm/Card/Card.d.ts.map +1 -1
  15. package/esm/Card/Card.js +2 -1
  16. package/esm/Card/Card.js.map +1 -1
  17. package/esm/Card/Card.module-Svi04dp7.css +1 -0
  18. package/esm/Card/Card.module.js +1 -4
  19. package/esm/Card/Card.module.js.map +1 -1
  20. package/esm/Card/index.d.ts +0 -1
  21. package/esm/Card/index.d.ts.map +1 -1
  22. package/esm/InlineCode/InlineCode.d.ts +19 -0
  23. package/esm/InlineCode/InlineCode.d.ts.map +1 -0
  24. package/esm/InlineCode/InlineCode.js +22 -0
  25. package/esm/InlineCode/InlineCode.js.map +1 -0
  26. package/esm/InlineCode/InlineCode.module-Br3-YmSA.css +1 -0
  27. package/esm/InlineCode/InlineCode.module.js +9 -0
  28. package/esm/InlineCode/InlineCode.module.js.map +1 -0
  29. package/esm/InlineCode/index.d.ts +2 -0
  30. package/esm/InlineCode/index.d.ts.map +1 -0
  31. package/esm/Stack/Stack.js +1 -1
  32. package/esm/animation/AnimationProvider/AnimationProvider.js +1 -1
  33. package/esm/css/stylesheets.d.ts +2 -0
  34. package/esm/css/stylesheets.d.ts.map +1 -1
  35. package/esm/css/stylesheets.js +3 -1
  36. package/esm/css/stylesheets.js.map +1 -1
  37. package/esm/index.d.ts +1 -0
  38. package/esm/index.d.ts.map +1 -1
  39. package/esm/index.esm.js +25 -25
  40. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/inline-code/colors-with-modes-Bj7XtHMY.css +1 -0
  41. package/esm/river/River/River.d.ts +1 -0
  42. package/esm/river/River/River.d.ts.map +1 -1
  43. package/esm/river/River/River.js +3 -3
  44. package/esm/river/River/River.js.map +1 -1
  45. package/esm/river/river-shared.module-B1HvdKsP.css +1 -0
  46. package/esm/river/river-shared.module.js +1 -2
  47. package/esm/river/river-shared.module.js.map +1 -1
  48. package/lib/CTABanner/CTABanner.d.ts +1 -0
  49. package/lib/Card/Card.d.ts +1 -0
  50. package/lib/Card/index.d.ts +0 -1
  51. package/lib/InlineCode/InlineCode.d.ts +18 -0
  52. package/lib/InlineCode/index.d.ts +1 -0
  53. package/lib/css/main.css +251 -263
  54. package/lib/css/stylesheets.d.ts +2 -0
  55. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  56. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  57. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  58. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  66. package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  89. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  90. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  91. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  92. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  93. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  94. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  95. package/lib/design-tokens/css/tokens/functional/components/inline-code/colors-with-modes.css +17 -0
  96. package/lib/design-tokens/css/tokens/functional/components/inline-code/colors.css +10 -0
  97. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  98. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  99. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  100. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  101. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  102. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  103. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  104. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  105. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  106. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  107. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors-with-modes.css +1 -1
  108. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +1 -1
  109. package/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes.css +1 -1
  110. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  111. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  112. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  113. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  114. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  115. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  116. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  117. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  118. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  119. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  120. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  121. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  122. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  123. package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
  124. package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
  125. package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
  126. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  127. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  128. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  129. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes.css +1 -1
  130. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors.css +1 -1
  131. package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
  132. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  133. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  134. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  135. package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
  136. package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
  137. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  138. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  139. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  140. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  141. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  142. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  143. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  144. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  145. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  146. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  147. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  148. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  149. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  150. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  151. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  152. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  153. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  154. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  155. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  156. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  157. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  158. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  159. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  160. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  161. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  162. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  163. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  164. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  165. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  166. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  167. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  168. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  169. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  170. package/lib/design-tokens/js/module/tokens/functional/components/inline-code/colors.js +27 -0
  171. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  172. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  173. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  174. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  175. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  176. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  177. package/lib/design-tokens/js/module/tokens/functional/components/media-playlist/colors.js +1 -1
  178. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
  179. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  180. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  181. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  182. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  183. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  184. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  185. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  186. package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
  187. package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
  188. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  189. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  190. package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  191. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  192. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  193. package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
  194. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  195. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  196. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  197. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  198. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  199. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  200. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  201. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  202. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  203. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  204. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  205. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  206. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  207. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  208. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  209. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  210. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  211. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  212. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  213. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  214. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  215. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  216. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  217. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  218. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  219. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  220. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  221. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  222. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  223. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  224. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  225. package/lib/design-tokens/js/tokens/functional/components/inline-code/colors.js +8 -0
  226. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  227. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  228. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  229. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  230. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  231. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  232. package/lib/design-tokens/js/tokens/functional/components/media-playlist/colors.js +1 -1
  233. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  234. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  235. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  236. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  237. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  238. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  239. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  240. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  241. package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
  242. package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
  243. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  244. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  245. package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  246. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  247. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  248. package/lib/design-tokens/js/tokens/functional/components/token/colors.js +1 -1
  249. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  250. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  251. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  252. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  253. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  254. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  255. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  256. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  257. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  258. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  259. package/lib/design-tokens/json/colors.json +3 -0
  260. package/lib/design-tokens/json/size.json +78 -0
  261. package/lib/design-tokens/json/typography.json +111 -0
  262. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  263. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  264. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  265. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  266. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  267. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  268. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  269. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  270. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  271. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  272. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  273. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  274. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  275. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  276. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  277. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  278. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  279. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  280. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  281. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  282. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  283. package/lib/design-tokens/scss/tokens/functional/components/inline-code/colors.scss +7 -0
  284. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  285. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  286. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  287. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  288. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  289. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  290. package/lib/design-tokens/scss/tokens/functional/components/media-playlist/colors.scss +1 -1
  291. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  292. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  293. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  294. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  295. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  296. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  297. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  298. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  299. package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
  300. package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
  301. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  302. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  303. package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/colors.scss +1 -1
  304. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  305. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  306. package/lib/design-tokens/scss/tokens/functional/components/token/colors.scss +1 -1
  307. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  308. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  309. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  310. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  311. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  312. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  313. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  314. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  315. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  316. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  317. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  318. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  319. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  320. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  321. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  322. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  323. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  324. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  325. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  326. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  327. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  328. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  329. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  330. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  331. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  332. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  333. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  334. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  335. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  336. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  337. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  338. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  339. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  340. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  341. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  342. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  343. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  344. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  345. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
  346. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  347. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  348. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  349. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  350. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  351. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  352. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  353. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
  354. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
  355. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  356. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  357. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  358. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  359. package/lib/design-tokens/ts/tokens/functional/components/inline-code/colors.d.ts +21 -0
  360. package/lib/design-tokens/ts/tokens/functional/components/inline-code/colors.js +18 -0
  361. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  362. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  363. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  364. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  365. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  366. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  367. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  368. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  369. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  370. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  371. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  372. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  373. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.d.ts +1 -1
  374. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.js +1 -1
  375. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
  376. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
  377. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  378. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  379. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  380. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  381. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  382. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  383. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  384. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  385. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  386. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  387. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  388. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  389. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  390. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  391. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
  392. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
  393. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
  394. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
  395. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  396. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  397. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  398. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  399. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.d.ts +1 -1
  400. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  401. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  402. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  403. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  404. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  405. package/lib/design-tokens/ts/tokens/functional/components/token/colors.d.ts +1 -1
  406. package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
  407. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  408. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  409. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  410. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  411. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  412. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  413. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  414. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  415. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  416. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  417. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  418. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  419. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  420. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  421. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  422. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  423. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  424. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  425. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  426. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  427. package/lib/index.d.ts +1 -0
  428. package/lib/index.js +1 -1
  429. package/lib/river/River/River.d.ts +1 -0
  430. package/llms.txt +3 -2
  431. package/package.json +1 -1
  432. package/esm/Card/Card.module-4GGxtM9r.css +0 -1
  433. package/esm/Card/CardSkewEffect.d.ts +0 -9
  434. package/esm/Card/CardSkewEffect.d.ts.map +0 -1
  435. package/esm/Card/CardSkewEffect.js +0 -42
  436. package/esm/Card/CardSkewEffect.js.map +0 -1
  437. package/esm/river/river-shared.module-5fefR7ip.css +0 -1
  438. 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:23 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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 Thu, 20 Aug 2026 20:11:24 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,7 +15844,7 @@ 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 Thu, 20 Aug 2026 20:11:24 GMT
15822
15848
  */
15823
15849
 
15824
15850
  :root,
@@ -16046,7 +16072,7 @@ Fixes safari bug where outline doesn't respect border-radius
16046
16072
 
16047
16073
  /**
16048
16074
  * Do not edit directly
16049
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
16075
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
16050
16076
  */
16051
16077
 
16052
16078
  :root {
@@ -16059,7 +16085,7 @@ Fixes safari bug where outline doesn't respect border-radius
16059
16085
 
16060
16086
  /**
16061
16087
  * Do not edit directly
16062
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
16088
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
16063
16089
  */
16064
16090
 
16065
16091
  :root,
@@ -16273,25 +16299,21 @@ Fixes safari bug where outline doesn't respect border-radius
16273
16299
 
16274
16300
  .Primer_Brand__Card-module__Card__link___Ye5mq code,
16275
16301
  .Primer_Brand__Card-module__Card__description___KN9CH code {
16276
- font-size: inherit;
16277
16302
  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);
16303
+ /* optical resize relative to parent. monospace tends to be a little taller than sans-serif */
16304
+ font-size: calc(1em - 1px);
16305
+ font-weight: var(--base-text-weight-regular);
16306
+ /* Keep the background clear of adjacent lines when large text wraps. */
16307
+ line-height: 1.6;
16308
+ color: var(--brand-InlineCode-color-fg-default);
16309
+ background-color: var(--brand-InlineCode-bgColor);
16310
+ padding-block: 0;
16311
+ padding-inline: var(--base-size-4);
16312
+ border-radius: var(--base-size-2);
16313
+ white-space: normal;
16314
+ word-wrap: anywhere;
16315
+ -webkit-box-decoration-break: clone;
16316
+ box-decoration-break: clone;
16295
16317
  }
16296
16318
 
16297
16319
  .Primer_Brand__Card-module__Card--disableAnimation___Zv8eW:hover .Primer_Brand__Card-module__Card__link___Ye5mq {
@@ -16537,40 +16559,6 @@ Fixes safari bug where outline doesn't respect border-radius
16537
16559
  cursor: inherit;
16538
16560
  }
16539
16561
 
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
16562
  .Primer_Brand__Card-module__Card--expandableArrow___ORmuZ {
16575
16563
  margin-inline-start: var(--base-size-4);
16576
16564
  }
@@ -17346,7 +17334,7 @@ Fixes safari bug where outline doesn't respect border-radius
17346
17334
 
17347
17335
  /**
17348
17336
  * Do not edit directly
17349
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
17337
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
17350
17338
  */
17351
17339
 
17352
17340
  :root {
@@ -17357,7 +17345,7 @@ Fixes safari bug where outline doesn't respect border-radius
17357
17345
 
17358
17346
  /**
17359
17347
  * Do not edit directly
17360
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
17348
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
17361
17349
  */
17362
17350
 
17363
17351
  :root,
@@ -17856,7 +17844,7 @@ Fixes safari bug where outline doesn't respect border-radius
17856
17844
 
17857
17845
  /**
17858
17846
  * Do not edit directly
17859
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
17847
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
17860
17848
  */
17861
17849
 
17862
17850
  :root {
@@ -17876,7 +17864,7 @@ Fixes safari bug where outline doesn't respect border-radius
17876
17864
 
17877
17865
  /**
17878
17866
  * Do not edit directly
17879
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
17867
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
17880
17868
  */
17881
17869
 
17882
17870
  :root,
@@ -17965,7 +17953,7 @@ Fixes safari bug where outline doesn't respect border-radius
17965
17953
 
17966
17954
  /**
17967
17955
  * Do not edit directly
17968
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
17956
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
17969
17957
  */
17970
17958
 
17971
17959
  :root,
@@ -17989,7 +17977,7 @@ Fixes safari bug where outline doesn't respect border-radius
17989
17977
 
17990
17978
  /**
17991
17979
  * Do not edit directly
17992
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
17980
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
17993
17981
  */
17994
17982
 
17995
17983
  :root {
@@ -18465,7 +18453,7 @@ Fixes safari bug where outline doesn't respect border-radius
18465
18453
 
18466
18454
  /**
18467
18455
  * Do not edit directly
18468
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
18456
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
18469
18457
  */
18470
18458
 
18471
18459
  :root,
@@ -18479,7 +18467,7 @@ Fixes safari bug where outline doesn't respect border-radius
18479
18467
 
18480
18468
  /**
18481
18469
  * Do not edit directly
18482
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
18470
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
18483
18471
  */
18484
18472
 
18485
18473
  :root {
@@ -18493,7 +18481,7 @@ Fixes safari bug where outline doesn't respect border-radius
18493
18481
 
18494
18482
  /**
18495
18483
  * Do not edit directly
18496
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
18484
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
18497
18485
  */
18498
18486
 
18499
18487
  :root {
@@ -20669,7 +20657,7 @@ Fixes safari bug where outline doesn't respect border-radius
20669
20657
 
20670
20658
  /**
20671
20659
  * Do not edit directly
20672
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
20660
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
20673
20661
  */
20674
20662
 
20675
20663
  :root {
@@ -20693,7 +20681,7 @@ Fixes safari bug where outline doesn't respect border-radius
20693
20681
 
20694
20682
  /**
20695
20683
  * Do not edit directly
20696
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
20684
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
20697
20685
  */
20698
20686
 
20699
20687
  :root,
@@ -21352,7 +21340,7 @@ Fixes safari bug where outline doesn't respect border-radius
21352
21340
 
21353
21341
  /**
21354
21342
  * Do not edit directly
21355
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
21343
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
21356
21344
  */
21357
21345
 
21358
21346
  :root,
@@ -21366,7 +21354,7 @@ Fixes safari bug where outline doesn't respect border-radius
21366
21354
 
21367
21355
  /**
21368
21356
  * Do not edit directly
21369
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
21357
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
21370
21358
  */
21371
21359
 
21372
21360
  :root {
@@ -21382,7 +21370,7 @@ Fixes safari bug where outline doesn't respect border-radius
21382
21370
 
21383
21371
  /**
21384
21372
  * Do not edit directly
21385
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
21373
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
21386
21374
  */
21387
21375
 
21388
21376
  :root,
@@ -22179,7 +22167,7 @@ Fixes safari bug where outline doesn't respect border-radius
22179
22167
 
22180
22168
  /**
22181
22169
  * Do not edit directly
22182
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
22170
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
22183
22171
  */
22184
22172
 
22185
22173
  :root {
@@ -22188,7 +22176,7 @@ Fixes safari bug where outline doesn't respect border-radius
22188
22176
 
22189
22177
  /**
22190
22178
  * Do not edit directly
22191
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
22179
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
22192
22180
  */
22193
22181
 
22194
22182
  :root,
@@ -23014,7 +23002,7 @@ Fixes safari bug where outline doesn't respect border-radius
23014
23002
 
23015
23003
  /**
23016
23004
  * Do not edit directly
23017
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
23005
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
23018
23006
  */
23019
23007
 
23020
23008
  :root,
@@ -23560,7 +23548,7 @@ Fixes safari bug where outline doesn't respect border-radius
23560
23548
 
23561
23549
  /**
23562
23550
  * Do not edit directly
23563
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
23551
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
23564
23552
  */
23565
23553
 
23566
23554
  :root {
@@ -23569,7 +23557,7 @@ Fixes safari bug where outline doesn't respect border-radius
23569
23557
 
23570
23558
  /**
23571
23559
  * Do not edit directly
23572
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
23560
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
23573
23561
  */
23574
23562
 
23575
23563
  :root,
@@ -24065,7 +24053,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24065
24053
 
24066
24054
  /**
24067
24055
  * Do not edit directly
24068
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
24056
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
24069
24057
  */
24070
24058
 
24071
24059
  :root,
@@ -24164,7 +24152,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24164
24152
 
24165
24153
  /**
24166
24154
  * Do not edit directly
24167
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
24155
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
24168
24156
  */
24169
24157
 
24170
24158
  :root {
@@ -24351,7 +24339,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24351
24339
 
24352
24340
  /**
24353
24341
  * Do not edit directly
24354
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
24342
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
24355
24343
  */
24356
24344
 
24357
24345
  :root {
@@ -24643,7 +24631,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24643
24631
 
24644
24632
  /**
24645
24633
  * Do not edit directly
24646
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
24634
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
24647
24635
  */
24648
24636
 
24649
24637
  :root {
@@ -24654,7 +24642,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24654
24642
 
24655
24643
  /**
24656
24644
  * Do not edit directly
24657
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
24645
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
24658
24646
  */
24659
24647
 
24660
24648
  :root,
@@ -24915,7 +24903,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24915
24903
 
24916
24904
  /**
24917
24905
  * Do not edit directly
24918
- * Generated on Wed, 12 Aug 2026 10:13:51 GMT
24906
+ * Generated on Thu, 20 Aug 2026 20:11:23 GMT
24919
24907
  */
24920
24908
 
24921
24909
  :root {
@@ -24924,7 +24912,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24924
24912
 
24925
24913
  /**
24926
24914
  * Do not edit directly
24927
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
24915
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
24928
24916
  */
24929
24917
 
24930
24918
  :root,
@@ -25170,7 +25158,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
25170
25158
 
25171
25159
  /**
25172
25160
  * Do not edit directly
25173
- * Generated on Wed, 12 Aug 2026 10:13:52 GMT
25161
+ * Generated on Thu, 20 Aug 2026 20:11:24 GMT
25174
25162
  */
25175
25163
 
25176
25164
  :root,