@primer/react-brand 0.72.0 → 0.72.1-rc.72b4db43

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 (391) hide show
  1. package/docs/components/Card/react.md +62 -13
  2. package/docs/index.md +2 -2
  3. package/esm/ButtonGroup/ButtonGroup.d.ts +2 -1
  4. package/esm/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  5. package/esm/ButtonGroup/ButtonGroup.js.map +1 -1
  6. package/esm/Card/Card.d.ts +6 -3
  7. package/esm/Card/Card.d.ts.map +1 -1
  8. package/esm/Card/Card.js +28 -28
  9. package/esm/Card/Card.js.map +1 -1
  10. package/esm/Card/Card.module-4GGxtM9r.css +1 -0
  11. package/esm/Card/Card.module.js +4 -1
  12. package/esm/Card/Card.module.js.map +1 -1
  13. package/esm/Testimonial/Testimonial.d.ts.map +1 -1
  14. package/esm/Testimonial/Testimonial.js +20 -16
  15. package/esm/Testimonial/Testimonial.js.map +1 -1
  16. package/esm/Testimonial/Testimonial.module-BEV0y2jl.css +1 -0
  17. package/esm/Testimonial/Testimonial.module.js +3 -1
  18. package/esm/Testimonial/Testimonial.module.js.map +1 -1
  19. package/esm/index.esm.js +25 -25
  20. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/card/base-DgOt50dE.css +1 -0
  21. package/lib/ButtonGroup/ButtonGroup.d.ts +2 -1
  22. package/lib/Card/Card.d.ts +6 -3
  23. package/lib/css/main.css +298 -139
  24. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  25. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  26. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  27. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  28. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/card/base.css +3 -1
  39. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  66. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors-with-modes.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  89. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  90. package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
  91. package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
  92. package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
  93. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  94. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  95. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  96. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes.css +1 -1
  97. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors.css +1 -1
  98. package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
  99. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  100. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  101. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  102. package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
  103. package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
  104. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  105. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  106. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  107. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  108. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  109. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  110. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  111. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  112. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  113. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  114. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  115. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  116. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  117. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  118. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  119. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  120. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  121. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  122. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +5 -1
  123. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  124. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  125. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  126. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  127. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  128. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  129. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  130. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  131. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  132. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  133. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  134. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  135. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  136. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  137. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  138. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  139. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  140. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  141. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  142. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  143. package/lib/design-tokens/js/module/tokens/functional/components/media-playlist/colors.js +1 -1
  144. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
  145. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  146. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  147. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  148. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  149. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  150. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  151. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  152. package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
  153. package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
  154. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  155. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  156. package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  157. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  158. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  159. package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
  160. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  161. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  162. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  163. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  164. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  165. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  166. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  167. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  168. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  169. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  170. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  171. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  172. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  173. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  174. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  175. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  176. package/lib/design-tokens/js/tokens/functional/components/card/base.js +3 -1
  177. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  178. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  179. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  180. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  181. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  182. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  183. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  184. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  185. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  186. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  187. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  188. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  189. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  190. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  191. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  192. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  193. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  194. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  195. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  196. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  197. package/lib/design-tokens/js/tokens/functional/components/media-playlist/colors.js +1 -1
  198. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  199. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  200. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  201. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  202. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  203. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  204. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  205. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  206. package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
  207. package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
  208. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  209. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  210. package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  211. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  212. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  213. package/lib/design-tokens/js/tokens/functional/components/token/colors.js +1 -1
  214. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  215. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  216. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  217. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  218. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  219. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  220. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  221. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  222. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  223. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  224. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  225. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  226. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  227. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  228. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  229. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  230. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +3 -1
  231. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  232. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  233. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  234. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  235. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  236. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  237. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  238. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  239. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  240. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  241. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  242. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  243. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  244. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  245. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  246. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  247. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  248. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  249. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  250. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  251. package/lib/design-tokens/scss/tokens/functional/components/media-playlist/colors.scss +1 -1
  252. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  253. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  254. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  255. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  256. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  257. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  258. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  259. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  260. package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
  261. package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
  262. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  263. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  264. package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/colors.scss +1 -1
  265. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  266. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  267. package/lib/design-tokens/scss/tokens/functional/components/token/colors.scss +1 -1
  268. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  269. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  270. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  271. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  272. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  273. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  274. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  275. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  276. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  277. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  278. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  279. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  280. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  281. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  282. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  283. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  284. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  285. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  286. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  287. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  288. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  289. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  290. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +5 -1
  291. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +5 -1
  292. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  293. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  294. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  295. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  296. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  297. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  298. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  299. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  300. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  301. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  302. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  303. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  304. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  305. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  306. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
  307. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  308. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  309. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  310. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  311. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  312. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  313. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  314. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
  315. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
  316. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  317. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  318. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  319. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  320. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  321. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  322. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  323. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  324. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  325. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  326. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  327. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  328. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  329. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  330. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  331. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  332. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.d.ts +1 -1
  333. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.js +1 -1
  334. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
  335. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
  336. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  337. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  338. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  339. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  340. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  341. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  342. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  343. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  344. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  345. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  346. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  347. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  348. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  349. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  350. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
  351. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
  352. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
  353. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
  354. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  355. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  356. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  357. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  358. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.d.ts +1 -1
  359. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  360. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  361. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  362. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  363. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  364. package/lib/design-tokens/ts/tokens/functional/components/token/colors.d.ts +1 -1
  365. package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
  366. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  367. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  368. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  369. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  370. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  371. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  372. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  373. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  374. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  375. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  376. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  377. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  378. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  379. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  380. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  381. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  382. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  383. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  384. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  385. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  386. package/lib/index.js +1 -1
  387. package/llms.txt +2 -2
  388. package/package.json +1 -1
  389. package/esm/Card/Card.module-B41BqbuX.css +0 -1
  390. package/esm/Testimonial/Testimonial.module-BEBpUSD7.css +0 -1
  391. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/card/base-BRKNIzyd.css +0 -1
package/lib/css/main.css CHANGED
@@ -74,7 +74,7 @@ select {
74
74
 
75
75
  /**
76
76
  * Do not edit directly
77
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
77
+ * Generated on Mon, 10 Aug 2026 17:48:23 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 Tue, 28 Jul 2026 20:18:31 GMT
355
+ * Generated on Mon, 10 Aug 2026 17:48:23 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 Tue, 28 Jul 2026 20:18:31 GMT
384
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
385
385
  */
386
386
 
387
387
  :root {
@@ -398,7 +398,7 @@ select {
398
398
 
399
399
  /**
400
400
  * Do not edit directly
401
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
401
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
402
402
  */
403
403
 
404
404
  :root {
@@ -556,7 +556,7 @@ select {
556
556
 
557
557
  /**
558
558
  * Do not edit directly
559
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
559
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
560
560
  */
561
561
 
562
562
  :root {
@@ -570,7 +570,7 @@ select {
570
570
 
571
571
  /**
572
572
  * Do not edit directly
573
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
573
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
574
574
  */
575
575
 
576
576
  :root {
@@ -589,7 +589,7 @@ select {
589
589
 
590
590
  /**
591
591
  * Do not edit directly
592
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
592
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
593
593
  */
594
594
 
595
595
  :root,
@@ -691,7 +691,7 @@ select {
691
691
 
692
692
  /**
693
693
  * Do not edit directly
694
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
694
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
695
695
  */
696
696
 
697
697
  :root {
@@ -718,7 +718,7 @@ select {
718
718
 
719
719
  /**
720
720
  * Do not edit directly
721
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
721
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
722
722
  */
723
723
 
724
724
  :root,
@@ -1491,7 +1491,7 @@ select {
1491
1491
 
1492
1492
  /**
1493
1493
  * Do not edit directly
1494
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
1494
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
1495
1495
  */
1496
1496
 
1497
1497
  :root {
@@ -1745,7 +1745,7 @@ select {
1745
1745
 
1746
1746
  /**
1747
1747
  * Do not edit directly
1748
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
1748
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
1749
1749
  */
1750
1750
 
1751
1751
  :root {
@@ -6119,7 +6119,7 @@ select {
6119
6119
 
6120
6120
  /**
6121
6121
  * Do not edit directly
6122
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
6122
+ * Generated on Mon, 10 Aug 2026 17:48:23 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 Tue, 28 Jul 2026 20:18:31 GMT
7031
+ * Generated on Mon, 10 Aug 2026 17:48:23 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 Tue, 28 Jul 2026 20:18:31 GMT
7342
+ * Generated on Mon, 10 Aug 2026 17:48:23 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 Tue, 28 Jul 2026 20:18:30 GMT
7729
+ * Generated on Mon, 10 Aug 2026 17:48:22 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 Tue, 28 Jul 2026 20:18:31 GMT
7854
+ * Generated on Mon, 10 Aug 2026 17:48:23 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 Tue, 28 Jul 2026 20:18:31 GMT
7870
+ * Generated on Mon, 10 Aug 2026 17:48:23 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 Tue, 28 Jul 2026 20:18:31 GMT
8304
+ * Generated on Mon, 10 Aug 2026 17:48:23 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 Tue, 28 Jul 2026 20:18:30 GMT
8571
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
8572
8572
  */
8573
8573
 
8574
8574
  :root {
@@ -9371,7 +9371,7 @@ select {
9371
9371
 
9372
9372
  /**
9373
9373
  * Do not edit directly
9374
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
9374
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
9375
9375
  */
9376
9376
 
9377
9377
  :root,
@@ -10001,7 +10001,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10001
10001
 
10002
10002
  /**
10003
10003
  * Do not edit directly
10004
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
10004
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
10005
10005
  */
10006
10006
 
10007
10007
  :root {
@@ -10037,7 +10037,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10037
10037
 
10038
10038
  /**
10039
10039
  * Do not edit directly
10040
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
10040
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
10041
10041
  */
10042
10042
 
10043
10043
  :root,
@@ -10921,7 +10921,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10921
10921
 
10922
10922
  /**
10923
10923
  * Do not edit directly
10924
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
10924
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
10925
10925
  */
10926
10926
 
10927
10927
  :root,
@@ -11018,7 +11018,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
11018
11018
 
11019
11019
  /**
11020
11020
  * Do not edit directly
11021
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
11021
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
11022
11022
  */
11023
11023
 
11024
11024
  :root,
@@ -11407,7 +11407,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
11407
11407
 
11408
11408
  /**
11409
11409
  * Do not edit directly
11410
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
11410
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
11411
11411
  */
11412
11412
 
11413
11413
  :root,
@@ -13261,7 +13261,7 @@ Fixes safari bug where outline doesn't respect border-radius
13261
13261
 
13262
13262
  /**
13263
13263
  * Do not edit directly
13264
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
13264
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
13265
13265
  */
13266
13266
 
13267
13267
  :root,
@@ -13289,7 +13289,7 @@ Fixes safari bug where outline doesn't respect border-radius
13289
13289
 
13290
13290
  /**
13291
13291
  * Do not edit directly
13292
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
13292
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
13293
13293
  */
13294
13294
 
13295
13295
  :root,
@@ -13305,7 +13305,7 @@ Fixes safari bug where outline doesn't respect border-radius
13305
13305
 
13306
13306
  /**
13307
13307
  * Do not edit directly
13308
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
13308
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
13309
13309
  */
13310
13310
 
13311
13311
  :root {
@@ -13358,7 +13358,7 @@ Fixes safari bug where outline doesn't respect border-radius
13358
13358
 
13359
13359
  /**
13360
13360
  * Do not edit directly
13361
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
13361
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
13362
13362
  */
13363
13363
 
13364
13364
  :root,
@@ -13522,7 +13522,7 @@ Fixes safari bug where outline doesn't respect border-radius
13522
13522
 
13523
13523
  /**
13524
13524
  * Do not edit directly
13525
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
13525
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
13526
13526
  */
13527
13527
 
13528
13528
  :root {
@@ -13531,7 +13531,7 @@ Fixes safari bug where outline doesn't respect border-radius
13531
13531
 
13532
13532
  /**
13533
13533
  * Do not edit directly
13534
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
13534
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
13535
13535
  */
13536
13536
 
13537
13537
  :root,
@@ -13553,7 +13553,7 @@ Fixes safari bug where outline doesn't respect border-radius
13553
13553
 
13554
13554
  /**
13555
13555
  * Do not edit directly
13556
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
13556
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
13557
13557
  */
13558
13558
 
13559
13559
  :root {
@@ -14011,7 +14011,7 @@ Fixes safari bug where outline doesn't respect border-radius
14011
14011
 
14012
14012
  /**
14013
14013
  * Do not edit directly
14014
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
14014
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
14015
14015
  */
14016
14016
 
14017
14017
  :root {
@@ -14025,7 +14025,7 @@ Fixes safari bug where outline doesn't respect border-radius
14025
14025
 
14026
14026
  /**
14027
14027
  * Do not edit directly
14028
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
14028
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
14029
14029
  */
14030
14030
 
14031
14031
  :root,
@@ -14294,67 +14294,79 @@ Fixes safari bug where outline doesn't respect border-radius
14294
14294
  .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM {
14295
14295
  display: flex;
14296
14296
  flex-direction: column;
14297
- gap: var(--base-size-48);
14298
- }
14299
-
14300
- @media screen and (min-width: 48rem) {
14301
- .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM {
14302
- flex-direction: row;
14303
- align-items: flex-end;
14304
- gap: var(--base-size-96);
14305
- }
14297
+ gap: var(--base-size-36);
14298
+ width: 100%;
14299
+ max-width: 1176px;
14300
+ padding-inline: var(--base-size-20);
14301
+ padding-block: var(--base-size-40);
14306
14302
  }
14307
14303
 
14308
14304
  .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__quoteWrapper___M9wR7 {
14309
14305
  display: flex;
14310
14306
  flex-direction: column;
14311
14307
  align-items: flex-start;
14312
- gap: var(--base-size-24);
14313
- flex: 1 1 0;
14308
+ gap: var(--base-size-36);
14314
14309
  min-width: 0;
14315
14310
  }
14316
14311
 
14317
14312
  .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
14318
14313
  flex-direction: column;
14319
14314
  align-items: flex-start;
14320
- gap: var(--base-size-24);
14315
+ gap: var(--base-size-28);
14321
14316
  margin-block-start: 0;
14322
- flex: 0 0 auto;
14317
+ width: 100%;
14318
+ }
14319
+
14320
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-avatar___Kaxqh {
14321
+ width: var(--base-size-40);
14322
+ height: var(--base-size-40);
14323
14323
  }
14324
14324
 
14325
14325
  .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-caption___Wvb67 {
14326
14326
  border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
14327
- padding-block-start: var(--base-size-24);
14327
+ padding-block-start: var(--base-size-20);
14328
14328
  width: 100%;
14329
- gap: var(--base-size-8);
14329
+ gap: var(--base-size-6);
14330
14330
  }
14331
14331
 
14332
14332
  @media screen and (min-width: 48rem) {
14333
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__quoteWrapper___M9wR7 {
14334
+ gap: var(--base-size-40);
14335
+ }
14336
+
14333
14337
  .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
14334
- min-width: 240px;
14335
- max-width: 320px;
14338
+ width: 356px;
14336
14339
  }
14337
14340
  }
14338
14341
 
14339
14342
  .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-from___Kfj__ {
14340
14343
  display: flex;
14341
14344
  align-items: center;
14342
- gap: var(--base-size-8);
14345
+ gap: calc(var(--base-size-8) + var(--base-size-2));
14343
14346
  font-family: var(--brand-fontStack-monospace);
14344
- font-weight: var(--base-text-weight-medium);
14347
+ font-size: var(--brand-text-size-100);
14348
+ font-weight: var(--brand-heading-weight-500);
14349
+ line-height: var(--brand-text-lineHeight-100);
14345
14350
  text-transform: uppercase;
14346
- letter-spacing: 0.01em;
14351
+ letter-spacing: 0.0107em;
14347
14352
  }
14348
14353
 
14349
14354
  .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-from___Kfj__::before {
14350
14355
  content: '';
14351
14356
  display: inline-block;
14352
- width: 9px;
14353
- height: 14px;
14354
- background-color: var(--testimonial-accent-color, var(--brand-Testimonial-quoteMarkColor-default));
14357
+ width: 0.5625rem;
14358
+ height: 0.875rem;
14359
+ background-color: var(--brand-color-text-emphasized);
14355
14360
  flex-shrink: 0;
14356
14361
  }
14357
14362
 
14363
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-position___j2h0f {
14364
+ font-size: var(--brand-text-size-200);
14365
+ font-weight: var(--base-text-weight-normal);
14366
+ line-height: 1.6;
14367
+ letter-spacing: 0.01em;
14368
+ }
14369
+
14358
14370
  .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__quoteMark___cC2M1 {
14359
14371
  font-family: var(--brand-fontStack-monospace);
14360
14372
  font-weight: var(--brand-fontWeight-300);
@@ -14370,14 +14382,98 @@ Fixes safari bug where outline doesn't respect border-radius
14370
14382
 
14371
14383
  .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F {
14372
14384
  font-family: var(--brand-fontStack-monospace);
14373
- line-height: var(--brand-text-lineHeight-400);
14374
- font-weight: var(--base-text-weight-normal);
14385
+ font-size: 1.5rem;
14386
+ font-weight: 425;
14387
+ letter-spacing: -0.01em;
14388
+ line-height: var(--brand-text-lineHeight-100);
14389
+ -webkit-font-smoothing: antialiased;
14390
+ -moz-osx-font-smoothing: grayscale;
14391
+ }
14392
+
14393
+ @media screen and (min-width: 48rem) {
14394
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM {
14395
+ max-width: 618px;
14396
+ margin-inline: auto;
14397
+ padding-inline: var(--base-size-36);
14398
+ padding-block: var(--base-size-44);
14399
+ }
14400
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F {
14401
+ font-size: 1.625rem;
14402
+ letter-spacing: -0.02em;
14403
+ }
14404
+ }
14405
+
14406
+ @media screen and (min-width: 63.25rem) {
14407
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM {
14408
+ display: grid;
14409
+ grid-template-columns: minmax(0, 744px) 312px;
14410
+ grid-column-gap: calc(var(--base-size-96) + var(--base-size-24));
14411
+ -moz-column-gap: calc(var(--base-size-96) + var(--base-size-24));
14412
+ column-gap: calc(var(--base-size-96) + var(--base-size-24));
14413
+ align-items: end;
14414
+ max-width: 1176px;
14415
+ margin-inline: auto;
14416
+ padding-inline: var(--base-size-48);
14417
+ padding-block: var(--base-size-88);
14418
+ }
14419
+
14420
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM.Primer_Brand__Testimonial-module__Testimonial--hasLink___Qr_M5 {
14421
+ row-gap: var(--base-size-48);
14422
+ }
14423
+
14424
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__quoteWrapper___M9wR7 {
14425
+ grid-column: 1;
14426
+ grid-row: 1;
14427
+ gap: var(--base-size-48);
14428
+ }
14429
+
14430
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
14431
+ grid-column: 2;
14432
+ grid-row: 1;
14433
+ width: 312px;
14434
+ gap: var(--base-size-32);
14435
+ }
14436
+
14437
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM.Primer_Brand__Testimonial-module__Testimonial--hasLink___Qr_M5 .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
14438
+ grid-row: 1 / span 2;
14439
+ }
14440
+
14441
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-caption___Wvb67 {
14442
+ padding-block-start: var(--base-size-24);
14443
+ }
14444
+
14445
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F {
14446
+ font-size: var(--base-size-32);
14447
+ }
14448
+
14449
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-link___gHJ58 {
14450
+ grid-column: 1;
14451
+ grid-row: 2;
14452
+ }
14453
+ }
14454
+
14455
+ @media screen and (min-width: 80rem) {
14456
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM {
14457
+ padding-inline: 0;
14458
+ }
14459
+
14460
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-avatar___Kaxqh {
14461
+ width: var(--base-size-48);
14462
+ height: var(--base-size-48);
14463
+ }
14375
14464
  }
14376
14465
 
14377
14466
  .Primer_Brand__Testimonial-module__Testimonial-link___gHJ58 {
14378
14467
  margin-top: var(--base-size-8);
14379
14468
  }
14380
14469
 
14470
+ .Primer_Brand__Testimonial-module__Testimonial--variant-expressive___VLMNM .Primer_Brand__Testimonial-module__Testimonial-link___gHJ58 {
14471
+ align-self: flex-start;
14472
+ width: -moz-fit-content;
14473
+ width: fit-content;
14474
+ margin-top: 0;
14475
+ }
14476
+
14381
14477
  .Primer_Brand__Testimonial-module__Testimonial__quoteMark--default___nAhKC {
14382
14478
  --brand-Testimonial-quoteMarkColor: var(--brand-Testimonial-quoteMarkColor-default);
14383
14479
  --brand-Testimonial-quoteMarkBackground: var(--brand-Testimonial-quoteMarkBackground-default);
@@ -14480,7 +14576,7 @@ Fixes safari bug where outline doesn't respect border-radius
14480
14576
 
14481
14577
  /**
14482
14578
  * Do not edit directly
14483
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
14579
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
14484
14580
  */
14485
14581
 
14486
14582
  :root,
@@ -14496,7 +14592,7 @@ Fixes safari bug where outline doesn't respect border-radius
14496
14592
 
14497
14593
  /**
14498
14594
  * Do not edit directly
14499
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
14595
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
14500
14596
  */
14501
14597
 
14502
14598
  :root {
@@ -15241,7 +15337,7 @@ Fixes safari bug where outline doesn't respect border-radius
15241
15337
 
15242
15338
  /**
15243
15339
  * Do not edit directly
15244
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
15340
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
15245
15341
  */
15246
15342
 
15247
15343
  :root,
@@ -15257,7 +15353,7 @@ Fixes safari bug where outline doesn't respect border-radius
15257
15353
 
15258
15354
  /**
15259
15355
  * Do not edit directly
15260
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
15356
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
15261
15357
  */
15262
15358
 
15263
15359
  :root,
@@ -15708,7 +15804,7 @@ Fixes safari bug where outline doesn't respect border-radius
15708
15804
 
15709
15805
  /**
15710
15806
  * Do not edit directly
15711
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
15807
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
15712
15808
  */
15713
15809
 
15714
15810
  :root,
@@ -15936,18 +16032,20 @@ Fixes safari bug where outline doesn't respect border-radius
15936
16032
 
15937
16033
  /**
15938
16034
  * Do not edit directly
15939
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
16035
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
15940
16036
  */
15941
16037
 
15942
16038
  :root {
15943
16039
  --brand-Card-animation-easing: cubic-bezier(0.01, 0.73, 0.08, 0.93);
15944
16040
  --brand-Card-animation-duration: 400ms;
16041
+ --brand-Card-padding-inline: var(--base-size-20);
16042
+ --brand-Card-padding-block: var(--base-size-32);
15945
16043
  --brand-Card-maxWidth: 26.25rem;
15946
16044
  }
15947
16045
 
15948
16046
  /**
15949
16047
  * Do not edit directly
15950
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
16048
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
15951
16049
  */
15952
16050
 
15953
16051
  :root,
@@ -15970,8 +16068,7 @@ Fixes safari bug where outline doesn't respect border-radius
15970
16068
  text-decoration: none;
15971
16069
  color: var(--brand-color-text-default);
15972
16070
 
15973
- transition: transform var(--brand-Card-animation-duration) var(--brand-Card-animation-easing);
15974
- padding: var(--base-size-32);
16071
+ padding: var(--brand-Card-padding-block) var(--brand-Card-padding-inline);
15975
16072
  display: grid;
15976
16073
  grid-template-columns: 1fr 1fr;
15977
16074
  grid-template-areas:
@@ -15991,14 +16088,22 @@ Fixes safari bug where outline doesn't respect border-radius
15991
16088
  border-radius: var(--brand-borderRadius-medium);
15992
16089
  }
15993
16090
 
16091
+ @media screen and (min-width: 64rem) {
16092
+ .Primer_Brand__Card-module__Card___ByGEk {
16093
+ --brand-Card-padding-inline: var(--base-size-32);
16094
+ }
16095
+ }
16096
+
15994
16097
  .Primer_Brand__Card-module__Card--align-center___geXUu .Primer_Brand__Card-module__Card___ByGEk {
16098
+ --brand-Card-padding-block: var(--base-size-64);
16099
+ --brand-Card-padding-inline: var(--base-size-40);
16100
+
15995
16101
  text-align: center;
15996
- padding: var(--base-size-64) var(--base-size-40);
15997
16102
  }
15998
16103
 
15999
16104
  @media screen and (min-width: 64rem) {
16000
16105
  .Primer_Brand__Card-module__Card--align-center___geXUu .Primer_Brand__Card-module__Card___ByGEk {
16001
- padding: var(--base-size-64) var(--base-size-80);
16106
+ --brand-Card-padding-inline: var(--base-size-80);
16002
16107
  }
16003
16108
  }
16004
16109
 
@@ -16111,7 +16216,8 @@ Fixes safari bug where outline doesn't respect border-radius
16111
16216
  }
16112
16217
 
16113
16218
  .Primer_Brand__Card-module__Card--hasLeadingVisual___JnH6q {
16114
- padding: var(--base-size-64) var(--base-size-40);
16219
+ --brand-Card-padding-block: var(--base-size-64);
16220
+ --brand-Card-padding-inline: var(--base-size-40);
16115
16221
  }
16116
16222
 
16117
16223
  .Primer_Brand__Card-module__Card--imagePos-block-end___I2w2f .Primer_Brand__Card-module__Card__image___zt4oH {
@@ -16214,10 +16320,6 @@ Fixes safari bug where outline doesn't respect border-radius
16214
16320
  ); /* This value is adjusted so that, when combined with the container's border radius, the total border radius equals `var(--brand-borderRadius-medium)` */
16215
16321
  }
16216
16322
 
16217
- .Primer_Brand__Card-module__Card___ByGEk:not(.Primer_Brand__Card-module__Card--disableAnimation___Zv8eW):hover {
16218
- transform: scale3d(1.025, 1.025, 1);
16219
- }
16220
-
16221
16323
  .Primer_Brand__Card-module__Card__image___zt4oH {
16222
16324
  margin-block-end: var(--base-size-28);
16223
16325
  border-radius: var(--brand-borderRadius-medium);
@@ -16225,6 +16327,41 @@ Fixes safari bug where outline doesn't respect border-radius
16225
16327
  grid-area: image;
16226
16328
  }
16227
16329
 
16330
+ .Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
16331
+ margin-inline: calc(var(--brand-Card-padding-inline) * -1);
16332
+ }
16333
+
16334
+ .Primer_Brand__Card-module__Card__image--position-block-start___r8NDr.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
16335
+ margin-block-start: calc(var(--brand-Card-padding-block) * -1);
16336
+ }
16337
+
16338
+ .Primer_Brand__Card-module__Card__image--position-block-end___FHlIj.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
16339
+ margin-block-end: calc(var(--brand-Card-padding-block) * -1);
16340
+ }
16341
+
16342
+ .Primer_Brand__Card-module__Card--border___nNZlZ .Primer_Brand__Card-module__Card__image--position-block-start___r8NDr.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
16343
+ border-end-start-radius: 0;
16344
+ border-end-end-radius: 0;
16345
+ }
16346
+
16347
+ .Primer_Brand__Card-module__Card--border___nNZlZ .Primer_Brand__Card-module__Card__image--position-block-end___FHlIj.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
16348
+ border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
16349
+ border-start-start-radius: 0;
16350
+ border-start-end-radius: 0;
16351
+ }
16352
+
16353
+ .Primer_Brand__Card-module__Card--variant-minimal___lq45H .Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
16354
+ margin-inline: 0;
16355
+ }
16356
+
16357
+ .Primer_Brand__Card-module__Card--variant-minimal___lq45H .Primer_Brand__Card-module__Card__image--position-block-start___r8NDr.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
16358
+ margin-block-start: 0;
16359
+ }
16360
+
16361
+ .Primer_Brand__Card-module__Card--variant-minimal___lq45H .Primer_Brand__Card-module__Card__image--position-block-end___FHlIj.Primer_Brand__Card-module__Card__image--padding-none___k5R8r {
16362
+ margin-block-end: 0;
16363
+ }
16364
+
16228
16365
  .Primer_Brand__Card-module__Card__image___zt4oH img,
16229
16366
  .Primer_Brand__Card-module__Card__image___zt4oH picture,
16230
16367
  .Primer_Brand__Card-module__Card__image___zt4oH span {
@@ -16308,9 +16445,9 @@ Fixes safari bug where outline doesn't respect border-radius
16308
16445
  .Primer_Brand__Card-module__Card__actionLabel___nT5Pl {
16309
16446
  display: block;
16310
16447
  min-inline-size: 0;
16311
- overflow: hidden;
16312
- text-overflow: ellipsis;
16313
- white-space: nowrap;
16448
+ overflow: visible;
16449
+ text-overflow: clip;
16450
+ white-space: normal;
16314
16451
  }
16315
16452
 
16316
16453
  .Primer_Brand__Card-module__Card___ByGEk:not(.Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa) .Primer_Brand__Card-module__Card__action___C6sRY {
@@ -16334,23 +16471,7 @@ Fixes safari bug where outline doesn't respect border-radius
16334
16471
  }
16335
16472
 
16336
16473
  .Primer_Brand__Card-module__Card__actionLabelClip___XkCTY {
16337
- --actionLabelClip-duration: 400ms;
16338
- display: inline-flex;
16339
- flex: 1 1 auto;
16340
- align-items: center;
16341
- align-self: stretch;
16342
- min-inline-size: 0;
16343
- overflow: hidden;
16344
- max-inline-size: 0;
16345
- background-color: transparent;
16346
- opacity: 0;
16347
- transform: translateX(calc(var(--base-size-12) * -1));
16348
- transition: max-inline-size 400ms var(--brand-Card-animation-easing),
16349
- opacity 400ms ease-out, transform 400ms ease-out,
16350
- margin-inline 400ms ease-out, padding-inline 400ms ease-out;
16351
- transition: max-inline-size var(--actionLabelClip-duration) var(--brand-Card-animation-easing),
16352
- opacity var(--actionLabelClip-duration) ease-out, transform var(--actionLabelClip-duration) ease-out,
16353
- margin-inline var(--actionLabelClip-duration) ease-out, padding-inline var(--actionLabelClip-duration) ease-out;
16474
+ display: contents;
16354
16475
  }
16355
16476
 
16356
16477
  .Primer_Brand__Card-module__Card--tokensPosition-block-end___eF64M .Primer_Brand__Card-module__Card__action___C6sRY {
@@ -16366,23 +16487,16 @@ Fixes safari bug where outline doesn't respect border-radius
16366
16487
  min-inline-size: 0;
16367
16488
  max-inline-size: calc(100% - var(--Card-arrowAction-endInset));
16368
16489
  justify-content: flex-start;
16369
- -moz-column-gap: 0;
16370
- column-gap: 0;
16490
+ -moz-column-gap: var(--base-size-8);
16491
+ column-gap: var(--base-size-8);
16371
16492
  padding-block: var(--base-size-4);
16372
- padding-inline: 0;
16373
- border: var(--brand-borderWidth-thin) solid transparent;
16493
+ padding-inline-start: var(--base-size-12);
16494
+ padding-inline-end: var(--base-size-4);
16495
+ border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
16374
16496
  border-radius: var(--brand-borderRadius-full);
16375
- background-color: transparent;
16497
+ background-color: var(--brand-Card-background-overlay);
16376
16498
  flex-shrink: 0;
16377
16499
  overflow: hidden;
16378
- transition: border-color 300ms ease-out, background-color 300ms ease-out,
16379
- column-gap 300ms ease-out, padding-inline 300ms ease-out;
16380
- transition: border-color 300ms ease-out, background-color 300ms ease-out,
16381
- column-gap 300ms ease-out, padding-inline 300ms ease-out, -moz-column-gap 300ms ease-out;
16382
- transition: border-color var(--actionArrow-duration) ease-out, background-color var(--actionArrow-duration) ease-out,
16383
- column-gap var(--actionArrow-duration) ease-out, padding-inline var(--actionArrow-duration) ease-out;
16384
- transition: border-color var(--actionArrow-duration) ease-out, background-color var(--actionArrow-duration) ease-out,
16385
- column-gap var(--actionArrow-duration) ease-out, padding-inline var(--actionArrow-duration) ease-out, -moz-column-gap var(--actionArrow-duration) ease-out;
16386
16500
  }
16387
16501
 
16388
16502
  .Primer_Brand__Card-module__Card__actionIcon--arrowOnly___Vi3cC {
@@ -16460,15 +16574,54 @@ Fixes safari bug where outline doesn't respect border-radius
16460
16574
  margin-bottom: var(--base-size-12);
16461
16575
  }
16462
16576
 
16463
- .Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa:not(.Primer_Brand__Card-module__Card--disableAnimation___Zv8eW):hover {
16464
- transform: none;
16465
- }
16466
-
16467
16577
  .Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa .Primer_Brand__Card-module__Card__action___C6sRY {
16468
16578
  min-inline-size: 0;
16469
16579
  justify-self: start;
16470
16580
  }
16471
16581
 
16582
+ @media (hover: hover) {
16583
+ .Primer_Brand__Card-module__Card__action--arrowOnly____4i56 {
16584
+ -moz-column-gap: 0;
16585
+ column-gap: 0;
16586
+ padding-inline: 0;
16587
+ border-color: transparent;
16588
+ background-color: transparent;
16589
+ transition: border-color var(--actionArrow-duration) ease-out, background-color var(--actionArrow-duration) ease-out,
16590
+ column-gap var(--actionArrow-duration) ease-out, padding-inline var(--actionArrow-duration) ease-out;
16591
+ transition: border-color var(--actionArrow-duration) ease-out, background-color var(--actionArrow-duration) ease-out,
16592
+ column-gap var(--actionArrow-duration) ease-out, padding-inline var(--actionArrow-duration) ease-out, -moz-column-gap var(--actionArrow-duration) ease-out;
16593
+ }
16594
+
16595
+ .Primer_Brand__Card-module__Card__actionLabelClip___XkCTY {
16596
+ --actionLabelClip-duration: 400ms;
16597
+
16598
+ display: inline-flex;
16599
+ flex: 1 1 auto;
16600
+ align-items: center;
16601
+ align-self: stretch;
16602
+ min-inline-size: 0;
16603
+ overflow: hidden;
16604
+ max-inline-size: 0;
16605
+ background-color: transparent;
16606
+ opacity: 0;
16607
+ transform: translateX(calc(var(--base-size-12) * -1));
16608
+ margin-inline: 0;
16609
+ padding-inline: 0;
16610
+ transition: max-inline-size 400ms var(--brand-Card-animation-easing),
16611
+ opacity 400ms ease-out, transform 400ms ease-out,
16612
+ margin-inline 400ms ease-out, padding-inline 400ms ease-out;
16613
+ transition: max-inline-size var(--actionLabelClip-duration) var(--brand-Card-animation-easing),
16614
+ opacity var(--actionLabelClip-duration) ease-out, transform var(--actionLabelClip-duration) ease-out,
16615
+ margin-inline var(--actionLabelClip-duration) ease-out, padding-inline var(--actionLabelClip-duration) ease-out;
16616
+ }
16617
+
16618
+ .Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa .Primer_Brand__Card-module__Card__actionLabel___nT5Pl {
16619
+ overflow: hidden;
16620
+ text-overflow: ellipsis;
16621
+ white-space: nowrap;
16622
+ }
16623
+ }
16624
+
16472
16625
  .Primer_Brand__Card-module__Card--align-center___geXUu .Primer_Brand__Card-module__Card--ctaVariant-arrow___UMWZa .Primer_Brand__Card-module__Card__action___C6sRY {
16473
16626
  justify-self: center;
16474
16627
  }
@@ -16527,6 +16680,12 @@ Fixes safari bug where outline doesn't respect border-radius
16527
16680
  stroke-dashoffset: 20;
16528
16681
  }
16529
16682
 
16683
+ .Primer_Brand__Card-module__Card--disableAnimation___Zv8eW,
16684
+ .Primer_Brand__Card-module__Card--disableAnimation___Zv8eW * {
16685
+ animation: none;
16686
+ transition: none;
16687
+ }
16688
+
16530
16689
  /* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
16531
16690
  @media (prefers-reduced-motion: reduce) {
16532
16691
  .Primer_Brand__Card-module__Card___ByGEk,
@@ -17173,7 +17332,7 @@ Fixes safari bug where outline doesn't respect border-radius
17173
17332
 
17174
17333
  /**
17175
17334
  * Do not edit directly
17176
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
17335
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
17177
17336
  */
17178
17337
 
17179
17338
  :root {
@@ -17184,7 +17343,7 @@ Fixes safari bug where outline doesn't respect border-radius
17184
17343
 
17185
17344
  /**
17186
17345
  * Do not edit directly
17187
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
17346
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
17188
17347
  */
17189
17348
 
17190
17349
  :root,
@@ -17683,7 +17842,7 @@ Fixes safari bug where outline doesn't respect border-radius
17683
17842
 
17684
17843
  /**
17685
17844
  * Do not edit directly
17686
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
17845
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
17687
17846
  */
17688
17847
 
17689
17848
  :root {
@@ -17703,7 +17862,7 @@ Fixes safari bug where outline doesn't respect border-radius
17703
17862
 
17704
17863
  /**
17705
17864
  * Do not edit directly
17706
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
17865
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
17707
17866
  */
17708
17867
 
17709
17868
  :root,
@@ -17739,7 +17898,7 @@ Fixes safari bug where outline doesn't respect border-radius
17739
17898
 
17740
17899
  /**
17741
17900
  * Do not edit directly
17742
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
17901
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
17743
17902
  */
17744
17903
 
17745
17904
  :root,
@@ -17763,7 +17922,7 @@ Fixes safari bug where outline doesn't respect border-radius
17763
17922
 
17764
17923
  /**
17765
17924
  * Do not edit directly
17766
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
17925
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
17767
17926
  */
17768
17927
 
17769
17928
  :root {
@@ -18239,7 +18398,7 @@ Fixes safari bug where outline doesn't respect border-radius
18239
18398
 
18240
18399
  /**
18241
18400
  * Do not edit directly
18242
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
18401
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
18243
18402
  */
18244
18403
 
18245
18404
  :root,
@@ -18253,7 +18412,7 @@ Fixes safari bug where outline doesn't respect border-radius
18253
18412
 
18254
18413
  /**
18255
18414
  * Do not edit directly
18256
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
18415
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
18257
18416
  */
18258
18417
 
18259
18418
  :root {
@@ -18267,7 +18426,7 @@ Fixes safari bug where outline doesn't respect border-radius
18267
18426
 
18268
18427
  /**
18269
18428
  * Do not edit directly
18270
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
18429
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
18271
18430
  */
18272
18431
 
18273
18432
  :root {
@@ -20443,7 +20602,7 @@ Fixes safari bug where outline doesn't respect border-radius
20443
20602
 
20444
20603
  /**
20445
20604
  * Do not edit directly
20446
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
20605
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
20447
20606
  */
20448
20607
 
20449
20608
  :root {
@@ -20467,7 +20626,7 @@ Fixes safari bug where outline doesn't respect border-radius
20467
20626
 
20468
20627
  /**
20469
20628
  * Do not edit directly
20470
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
20629
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
20471
20630
  */
20472
20631
 
20473
20632
  :root,
@@ -21126,7 +21285,7 @@ Fixes safari bug where outline doesn't respect border-radius
21126
21285
 
21127
21286
  /**
21128
21287
  * Do not edit directly
21129
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
21288
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
21130
21289
  */
21131
21290
 
21132
21291
  :root,
@@ -21140,7 +21299,7 @@ Fixes safari bug where outline doesn't respect border-radius
21140
21299
 
21141
21300
  /**
21142
21301
  * Do not edit directly
21143
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
21302
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
21144
21303
  */
21145
21304
 
21146
21305
  :root {
@@ -21156,7 +21315,7 @@ Fixes safari bug where outline doesn't respect border-radius
21156
21315
 
21157
21316
  /**
21158
21317
  * Do not edit directly
21159
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
21318
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
21160
21319
  */
21161
21320
 
21162
21321
  :root,
@@ -21953,7 +22112,7 @@ Fixes safari bug where outline doesn't respect border-radius
21953
22112
 
21954
22113
  /**
21955
22114
  * Do not edit directly
21956
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
22115
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
21957
22116
  */
21958
22117
 
21959
22118
  :root {
@@ -21962,7 +22121,7 @@ Fixes safari bug where outline doesn't respect border-radius
21962
22121
 
21963
22122
  /**
21964
22123
  * Do not edit directly
21965
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
22124
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
21966
22125
  */
21967
22126
 
21968
22127
  :root,
@@ -22788,7 +22947,7 @@ Fixes safari bug where outline doesn't respect border-radius
22788
22947
 
22789
22948
  /**
22790
22949
  * Do not edit directly
22791
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
22950
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
22792
22951
  */
22793
22952
 
22794
22953
  :root,
@@ -23334,7 +23493,7 @@ Fixes safari bug where outline doesn't respect border-radius
23334
23493
 
23335
23494
  /**
23336
23495
  * Do not edit directly
23337
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
23496
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
23338
23497
  */
23339
23498
 
23340
23499
  :root {
@@ -23343,7 +23502,7 @@ Fixes safari bug where outline doesn't respect border-radius
23343
23502
 
23344
23503
  /**
23345
23504
  * Do not edit directly
23346
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
23505
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
23347
23506
  */
23348
23507
 
23349
23508
  :root,
@@ -23839,7 +23998,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
23839
23998
 
23840
23999
  /**
23841
24000
  * Do not edit directly
23842
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
24001
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
23843
24002
  */
23844
24003
 
23845
24004
  :root,
@@ -23938,7 +24097,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
23938
24097
 
23939
24098
  /**
23940
24099
  * Do not edit directly
23941
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
24100
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
23942
24101
  */
23943
24102
 
23944
24103
  :root {
@@ -24125,7 +24284,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24125
24284
 
24126
24285
  /**
24127
24286
  * Do not edit directly
24128
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
24287
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
24129
24288
  */
24130
24289
 
24131
24290
  :root {
@@ -24417,7 +24576,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24417
24576
 
24418
24577
  /**
24419
24578
  * Do not edit directly
24420
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
24579
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
24421
24580
  */
24422
24581
 
24423
24582
  :root {
@@ -24428,7 +24587,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24428
24587
 
24429
24588
  /**
24430
24589
  * Do not edit directly
24431
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
24590
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
24432
24591
  */
24433
24592
 
24434
24593
  :root,
@@ -24689,7 +24848,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24689
24848
 
24690
24849
  /**
24691
24850
  * Do not edit directly
24692
- * Generated on Tue, 28 Jul 2026 20:18:30 GMT
24851
+ * Generated on Mon, 10 Aug 2026 17:48:22 GMT
24693
24852
  */
24694
24853
 
24695
24854
  :root {
@@ -24698,7 +24857,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24698
24857
 
24699
24858
  /**
24700
24859
  * Do not edit directly
24701
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
24860
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
24702
24861
  */
24703
24862
 
24704
24863
  :root,
@@ -24944,7 +25103,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24944
25103
 
24945
25104
  /**
24946
25105
  * Do not edit directly
24947
- * Generated on Tue, 28 Jul 2026 20:18:31 GMT
25106
+ * Generated on Mon, 10 Aug 2026 17:48:23 GMT
24948
25107
  */
24949
25108
 
24950
25109
  :root,