@primer/react-brand 0.46.0-rc.ec8a05f8 → 0.47.0-rc.5db9cd42

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 (426) hide show
  1. package/lib/Accordion/Accordion.d.ts +1 -1
  2. package/lib/ActionMenu/ActionMenu.d.ts +4 -4
  3. package/lib/AnchorNav/AnchorNav.d.ts +4 -4
  4. package/lib/Bento/Bento.d.ts +5 -5
  5. package/lib/Box/Box.d.ts +1 -1
  6. package/lib/BreakoutBanner/BreakoutBanner.d.ts +11 -86
  7. package/lib/Button/Button.d.ts +2 -6
  8. package/lib/ButtonGroup/ButtonGroup.d.ts +1 -5
  9. package/lib/CTABanner/CTABanner.d.ts +11 -71
  10. package/lib/CTAForm/CTAForm.d.ts +1 -3
  11. package/lib/Card/Card.d.ts +2 -2
  12. package/lib/Card/CardSkewEffect.d.ts +1 -1
  13. package/lib/ComparisonTable/ComparisonTable.d.ts +5 -15
  14. package/lib/ExpandableArrow/ExpandableArrow.d.ts +1 -1
  15. package/lib/FAQ/FAQ.d.ts +1 -1
  16. package/lib/FAQ/FAQGroup.d.ts +2 -2
  17. package/lib/Footnotes/Footnotes.d.ts +2 -2
  18. package/lib/FrostedGlassVFX/FrostedGlassVFX.d.ts +1 -1
  19. package/lib/Grid/Grid.d.ts +3 -3
  20. package/lib/Heading/Heading.d.ts +1 -1
  21. package/lib/IDE/IDE.d.ts +37 -36
  22. package/lib/Icon/Icon.d.ts +1 -1
  23. package/lib/Image/Image.d.ts +1 -1
  24. package/lib/InlineLink/InlineLink.d.ts +1 -1
  25. package/lib/Label/Label.d.ts +2 -1
  26. package/lib/Link/Link.d.ts +1 -1
  27. package/lib/LogoSuite/LogoSuite.d.ts +3 -17
  28. package/lib/LogoSuite/LogoSuite.fixtures.d.ts +1 -1
  29. package/lib/MinimalFooter/MinimalFooter.d.ts +3 -3
  30. package/lib/MonaSans/MonaSans.d.ts +1 -1
  31. package/lib/Pagination/Pagination.d.ts +2 -2
  32. package/lib/Pillar/Pillar.d.ts +7 -6
  33. package/lib/PricingOptions/PricingOptions.d.ts +2 -2
  34. package/lib/SectionIntro/SectionIntro.d.ts +8 -6
  35. package/lib/Stack/Stack.d.ts +1 -41
  36. package/lib/SubNav/SubNav.d.ts +4 -4
  37. package/lib/SubdomainNavBar/NavigationVisbilityObserver.d.ts +1 -1
  38. package/lib/SubdomainNavBar/SubdomainNavBar.d.ts +7 -6
  39. package/lib/Testimonial/Testimonial.d.ts +5 -9
  40. package/lib/Text/Text.d.ts +1 -1
  41. package/lib/ThemeProvider/ThemeProvider.d.ts +1 -1
  42. package/lib/Timeline/Timeline.d.ts +2 -2
  43. package/lib/Tooltip/Tooltip.d.ts +1 -6
  44. package/lib/VideoPlayer/VideoPlayer.d.ts +4 -4
  45. package/lib/VideoPlayer/components/CCButton/CCButton.d.ts +1 -1
  46. package/lib/VideoPlayer/components/Captions/Captions.d.ts +1 -1
  47. package/lib/VideoPlayer/components/Controls/Controls.d.ts +1 -1
  48. package/lib/VideoPlayer/components/ControlsBar/ControlsBar.d.ts +1 -1
  49. package/lib/VideoPlayer/components/FullScreenButton/FullScreenButton.d.ts +1 -1
  50. package/lib/VideoPlayer/components/IconControl/IconControl.d.ts +1 -1
  51. package/lib/VideoPlayer/components/MuteButton/MuteButton.d.ts +1 -1
  52. package/lib/VideoPlayer/components/PauseIcon/PauseIcon.d.ts +1 -1
  53. package/lib/VideoPlayer/components/PlayIcon/PlayIcon.d.ts +1 -1
  54. package/lib/VideoPlayer/components/PlayPauseButton/PlayPauseButton.d.ts +1 -1
  55. package/lib/VideoPlayer/components/Range/Range.d.ts +2 -1
  56. package/lib/VideoPlayer/components/SeekControl/SeekControl.d.ts +1 -1
  57. package/lib/VideoPlayer/components/VideoTooltip/VideoTooltip.d.ts +1 -1
  58. package/lib/VideoPlayer/components/VolumeControl/VolumeControl.d.ts +1 -1
  59. package/lib/VideoPlayer/hooks/useVideo.d.ts +5 -4
  60. package/lib/animation/Animate/Animate.d.ts +1 -1
  61. package/lib/animation/AnimationProvider/AnimationProvider.d.ts +1 -1
  62. package/lib/animation/TextRevealAnimation/TextRevealAnimation.d.ts +1 -1
  63. package/lib/component-helpers.d.ts +2 -2
  64. package/lib/css/main.css +73 -65
  65. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  66. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  67. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  68. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +3 -3
  78. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  89. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  90. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  91. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  92. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  93. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  94. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  95. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  96. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  97. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  98. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  99. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  100. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  101. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  102. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  103. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  104. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  105. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  106. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  107. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  108. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  109. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  110. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  111. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  112. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  113. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  114. package/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes.css +1 -1
  115. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  116. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  117. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  118. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  119. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  120. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  121. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  122. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  123. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  124. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  125. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  126. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  127. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  128. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  129. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  130. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  131. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  132. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  133. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  134. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  135. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  136. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  137. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  138. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  139. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  140. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  141. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  142. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  143. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  144. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  145. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  146. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  147. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  148. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  149. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  150. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  151. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  152. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  153. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  154. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  155. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  156. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  157. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  158. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  159. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  160. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  161. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  162. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  163. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  164. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  165. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  166. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  167. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  168. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  169. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  170. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  171. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  172. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  173. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  174. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  175. package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
  176. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
  177. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  178. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  179. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  180. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  181. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  182. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  183. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  184. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  185. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  186. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  187. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  188. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  189. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  190. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  191. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  192. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  193. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  194. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  195. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  196. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  197. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  198. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  199. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  200. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  201. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  202. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  203. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  204. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  205. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  206. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  207. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  208. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  209. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  210. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  211. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  212. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  213. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  214. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  215. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  216. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  217. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  218. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  219. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  220. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  221. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  222. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  223. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  224. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  225. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  226. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  227. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  228. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  229. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  230. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  231. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  232. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  233. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  234. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  235. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  236. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  237. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  238. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  239. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  240. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  241. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  242. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  243. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  244. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  245. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  246. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  247. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  248. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  249. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  250. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  251. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  252. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  253. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  254. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  255. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  256. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  257. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  258. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  259. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  260. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  261. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  262. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  263. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  264. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  265. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  266. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  267. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  268. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  269. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  270. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  271. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  272. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  273. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  274. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  275. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  276. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  277. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  278. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  279. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  280. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  281. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  282. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  283. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  284. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  285. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  286. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  287. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  288. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  289. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  290. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  291. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  292. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  293. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  294. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  295. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  296. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  297. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  298. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  299. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  300. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  301. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  302. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  303. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  304. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  305. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  306. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  307. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  308. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  309. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  310. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  311. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  312. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  313. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  314. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  315. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  316. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  317. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  318. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  319. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  320. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  321. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  322. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  323. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  324. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  325. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  326. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
  327. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  328. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  329. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  330. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  331. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  332. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  333. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  334. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
  335. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
  336. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  337. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  338. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  339. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  340. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  341. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  342. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  343. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  344. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  345. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  346. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  347. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  348. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  349. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  350. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  351. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  352. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  353. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  354. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
  355. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
  356. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  357. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  358. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  359. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  360. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  361. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  362. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  363. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  364. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  365. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  366. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  367. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  368. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  369. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  370. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  371. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  372. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  373. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  374. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  375. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  376. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  377. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  378. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  379. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  380. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  381. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  382. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  383. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  384. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  385. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  386. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  387. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  388. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  389. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  390. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  391. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  392. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  393. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  394. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  395. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  396. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  397. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  398. package/lib/forms/Checkbox/Checkbox.d.ts +1 -27
  399. package/lib/forms/FormControl/FormControl.d.ts +4 -4
  400. package/lib/forms/Radio/Radio.d.ts +1 -19
  401. package/lib/forms/Select/Select.d.ts +7 -20
  402. package/lib/forms/TextInput/TextInput.d.ts +3 -47
  403. package/lib/forms/Textarea/Textarea.d.ts +1 -30
  404. package/lib/hooks/useId.d.ts +2 -0
  405. package/lib/index.js +1 -1
  406. package/lib/list/OrderedList/OrderedList.d.ts +1 -1
  407. package/lib/list/UnorderedList/UnorderedList.d.ts +1 -1
  408. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts +1 -1
  409. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts +1 -1
  410. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts +1 -1
  411. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +1 -1
  412. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts +1 -1
  413. package/lib/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts +1 -1
  414. package/lib/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts +18 -1
  415. package/lib/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts +2 -1
  416. package/lib/recipes/seo/Article/Article.d.ts +1 -1
  417. package/lib/recipes/seo/Article/ArticleToC.d.ts +1 -1
  418. package/lib/recipes/seo/Category/CategoryPage.d.ts +1 -1
  419. package/lib/river/River/River.d.ts +4 -72
  420. package/lib/river/RiverBreakout/RiverBreakout.d.ts +3 -8
  421. package/lib/river/RiverStoryScroll/RiverStoryScroll.d.ts +1 -1
  422. package/lib/river/RiverStoryScroll/RiverStoryScrollProvider.d.ts +1 -1
  423. package/lib/river/RiverStoryScroll/RiverStoryScrollResponder.d.ts +1 -1
  424. package/lib/river/RiverStoryScroll/RiverStoryScrollTracker.d.ts +1 -1
  425. package/lib/test-utils/setupTests.d.ts +1 -0
  426. package/package.json +26 -17
package/lib/css/main.css CHANGED
@@ -82,7 +82,7 @@ select {
82
82
 
83
83
  /**
84
84
  * Do not edit directly
85
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
85
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
86
86
  */
87
87
 
88
88
  :root,
@@ -360,7 +360,7 @@ select {
360
360
 
361
361
  /**
362
362
  * Do not edit directly
363
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
363
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
364
364
  */
365
365
 
366
366
  :root {
@@ -387,7 +387,7 @@ select {
387
387
 
388
388
  /**
389
389
  * Do not edit directly
390
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
390
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
391
391
  */
392
392
 
393
393
  :root {
@@ -403,7 +403,7 @@ select {
403
403
 
404
404
  /**
405
405
  * Do not edit directly
406
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
406
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
407
407
  */
408
408
 
409
409
  :root {
@@ -535,7 +535,7 @@ select {
535
535
 
536
536
  /**
537
537
  * Do not edit directly
538
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
538
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
539
539
  */
540
540
 
541
541
  :root {
@@ -549,7 +549,7 @@ select {
549
549
 
550
550
  /**
551
551
  * Do not edit directly
552
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
552
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
553
553
  */
554
554
 
555
555
  :root {
@@ -568,7 +568,7 @@ select {
568
568
 
569
569
  /**
570
570
  * Do not edit directly
571
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
571
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
572
572
  */
573
573
 
574
574
  :root,
@@ -960,7 +960,7 @@ select {
960
960
 
961
961
  /**
962
962
  * Do not edit directly
963
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
963
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
964
964
  */
965
965
 
966
966
  :root,
@@ -979,7 +979,7 @@ select {
979
979
  --brand-button-secondary-bgColor-rest: transparent;
980
980
  --brand-button-secondary-bgColor-hover: rgba(183,191,200,0.2);
981
981
  --brand-button-secondary-bgColor-active: rgba(183,191,200,0.4);
982
- --brand-button-secondary-borderColor-rest: var(--brand-color-border-default);
982
+ --brand-button-secondary-borderColor-rest: var(--brand-color-text-default);
983
983
  --brand-button-secondary-borderColor-hover: var(--base-color-scale-gray-9);
984
984
  --brand-button-secondary-borderColor-active: var(--base-color-scale-gray-9);
985
985
  --brand-button-secondary-fgColor-rest: var(--brand-color-text-default);
@@ -1006,7 +1006,7 @@ select {
1006
1006
  --brand-button-secondary-bgColor-rest: transparent;
1007
1007
  --brand-button-secondary-bgColor-hover: rgba(138,147,158,0.2);
1008
1008
  --brand-button-secondary-bgColor-active: rgba(138,147,158,0.4);
1009
- --brand-button-secondary-borderColor-rest: var(--brand-color-border-default);
1009
+ --brand-button-secondary-borderColor-rest: var(--brand-color-text-default);
1010
1010
  --brand-button-secondary-borderColor-hover: var(--base-color-scale-white-0);
1011
1011
  --brand-button-secondary-borderColor-active: var(--base-color-scale-white-0);
1012
1012
  --brand-button-secondary-fgColor-rest: var(--brand-color-text-default);
@@ -1140,6 +1140,10 @@ select {
1140
1140
  border-color: var(--brand-button-secondary-borderColor-active);
1141
1141
  }
1142
1142
 
1143
+ .Primer_Brand__Button-module__Button--secondary___akMC2:disabled {
1144
+ border-color: var(--brand-button-secondary-fgColor-disabled);
1145
+ }
1146
+
1143
1147
  .Primer_Brand__Button-module__Button--secondary___akMC2:disabled .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
1144
1148
  .Primer_Brand__Button-module__Button--secondary___akMC2[aria-disabled='true'] .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
1145
1149
  .Primer_Brand__Button-module__Button--secondary___akMC2.Primer_Brand__Button-module__Button--disabled___Ba17E .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
@@ -1511,7 +1515,7 @@ select {
1511
1515
 
1512
1516
  /**
1513
1517
  * Do not edit directly
1514
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
1518
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
1515
1519
  */
1516
1520
 
1517
1521
  :root {
@@ -1777,7 +1781,7 @@ select {
1777
1781
 
1778
1782
  /**
1779
1783
  * Do not edit directly
1780
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
1784
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
1781
1785
  */
1782
1786
 
1783
1787
  :root,
@@ -2061,7 +2065,7 @@ select {
2061
2065
 
2062
2066
  /**
2063
2067
  * Do not edit directly
2064
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
2068
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
2065
2069
  */
2066
2070
 
2067
2071
  :root {
@@ -2088,7 +2092,7 @@ select {
2088
2092
 
2089
2093
  /**
2090
2094
  * Do not edit directly
2091
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
2095
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
2092
2096
  */
2093
2097
 
2094
2098
  :root,
@@ -2844,7 +2848,7 @@ select {
2844
2848
 
2845
2849
  /**
2846
2850
  * Do not edit directly
2847
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
2851
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
2848
2852
  */
2849
2853
 
2850
2854
  :root {
@@ -3689,7 +3693,7 @@ select {
3689
3693
 
3690
3694
  /**
3691
3695
  * Do not edit directly
3692
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
3696
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
3693
3697
  */
3694
3698
 
3695
3699
  :root {
@@ -3710,7 +3714,7 @@ select {
3710
3714
 
3711
3715
  /**
3712
3716
  * Do not edit directly
3713
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
3717
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
3714
3718
  */
3715
3719
 
3716
3720
  :root {
@@ -3721,7 +3725,7 @@ select {
3721
3725
 
3722
3726
  /**
3723
3727
  * Do not edit directly
3724
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
3728
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
3725
3729
  */
3726
3730
 
3727
3731
  :root {
@@ -4431,7 +4435,7 @@ select {
4431
4435
 
4432
4436
  /**
4433
4437
  * Do not edit directly
4434
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
4438
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
4435
4439
  */
4436
4440
 
4437
4441
  :root,
@@ -5184,7 +5188,7 @@ select {
5184
5188
 
5185
5189
  /**
5186
5190
  * Do not edit directly
5187
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
5191
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
5188
5192
  */
5189
5193
 
5190
5194
  :root,
@@ -5212,7 +5216,7 @@ select {
5212
5216
 
5213
5217
  /**
5214
5218
  * Do not edit directly
5215
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
5219
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
5216
5220
  */
5217
5221
 
5218
5222
  :root,
@@ -5228,7 +5232,7 @@ select {
5228
5232
 
5229
5233
  /**
5230
5234
  * Do not edit directly
5231
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
5235
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
5232
5236
  */
5233
5237
 
5234
5238
  :root {
@@ -5356,7 +5360,7 @@ select {
5356
5360
 
5357
5361
  /**
5358
5362
  * Do not edit directly
5359
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
5363
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
5360
5364
  */
5361
5365
 
5362
5366
  :root,
@@ -5372,7 +5376,7 @@ select {
5372
5376
 
5373
5377
  /**
5374
5378
  * Do not edit directly
5375
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
5379
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
5376
5380
  */
5377
5381
 
5378
5382
  :root,
@@ -5747,7 +5751,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
5747
5751
 
5748
5752
  /**
5749
5753
  * Do not edit directly
5750
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
5754
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
5751
5755
  */
5752
5756
 
5753
5757
  :root {
@@ -5756,7 +5760,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
5756
5760
 
5757
5761
  /**
5758
5762
  * Do not edit directly
5759
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
5763
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
5760
5764
  */
5761
5765
 
5762
5766
  :root,
@@ -5774,7 +5778,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
5774
5778
 
5775
5779
  /**
5776
5780
  * Do not edit directly
5777
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
5781
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
5778
5782
  */
5779
5783
 
5780
5784
  :root {
@@ -5905,7 +5909,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
5905
5909
 
5906
5910
  /**
5907
5911
  * Do not edit directly
5908
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
5912
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
5909
5913
  */
5910
5914
 
5911
5915
  :root,
@@ -7001,7 +7005,7 @@ Fixes safari bug where outline doesn't respect border-radius
7001
7005
 
7002
7006
  /**
7003
7007
  * Do not edit directly
7004
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
7008
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
7005
7009
  */
7006
7010
 
7007
7011
  :root {
@@ -7015,7 +7019,7 @@ Fixes safari bug where outline doesn't respect border-radius
7015
7019
 
7016
7020
  /**
7017
7021
  * Do not edit directly
7018
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
7022
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
7019
7023
  */
7020
7024
 
7021
7025
  :root,
@@ -7309,7 +7313,7 @@ Fixes safari bug where outline doesn't respect border-radius
7309
7313
 
7310
7314
  /**
7311
7315
  * Do not edit directly
7312
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
7316
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
7313
7317
  */
7314
7318
 
7315
7319
  :root,
@@ -7325,7 +7329,7 @@ Fixes safari bug where outline doesn't respect border-radius
7325
7329
 
7326
7330
  /**
7327
7331
  * Do not edit directly
7328
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
7332
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
7329
7333
  */
7330
7334
 
7331
7335
  :root {
@@ -7643,7 +7647,7 @@ Fixes safari bug where outline doesn't respect border-radius
7643
7647
 
7644
7648
  /**
7645
7649
  * Do not edit directly
7646
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
7650
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
7647
7651
  */
7648
7652
 
7649
7653
  :root,
@@ -8089,7 +8093,7 @@ html {
8089
8093
 
8090
8094
  /**
8091
8095
  * Do not edit directly
8092
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
8096
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
8093
8097
  */
8094
8098
 
8095
8099
  :root,
@@ -8309,7 +8313,7 @@ html {
8309
8313
 
8310
8314
  /**
8311
8315
  * Do not edit directly
8312
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
8316
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
8313
8317
  */
8314
8318
 
8315
8319
  :root,
@@ -8445,7 +8449,7 @@ html {
8445
8449
 
8446
8450
  /**
8447
8451
  * Do not edit directly
8448
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
8452
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
8449
8453
  */
8450
8454
 
8451
8455
  :root,
@@ -8714,7 +8718,7 @@ html {
8714
8718
 
8715
8719
  /**
8716
8720
  * Do not edit directly
8717
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
8721
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
8718
8722
  */
8719
8723
 
8720
8724
  :root {
@@ -8750,7 +8754,7 @@ html {
8750
8754
 
8751
8755
  /**
8752
8756
  * Do not edit directly
8753
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
8757
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
8754
8758
  */
8755
8759
 
8756
8760
  :root,
@@ -8818,7 +8822,7 @@ html {
8818
8822
 
8819
8823
  /**
8820
8824
  * Do not edit directly
8821
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
8825
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
8822
8826
  */
8823
8827
 
8824
8828
  :root {
@@ -8829,7 +8833,7 @@ html {
8829
8833
 
8830
8834
  /**
8831
8835
  * Do not edit directly
8832
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
8836
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
8833
8837
  */
8834
8838
 
8835
8839
  :root,
@@ -9081,7 +9085,7 @@ html {
9081
9085
 
9082
9086
  /**
9083
9087
  * Do not edit directly
9084
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
9088
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
9085
9089
  */
9086
9090
 
9087
9091
  :root,
@@ -9621,7 +9625,7 @@ html {
9621
9625
 
9622
9626
  /**
9623
9627
  * Do not edit directly
9624
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
9628
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
9625
9629
  */
9626
9630
 
9627
9631
  :root {
@@ -9632,7 +9636,7 @@ html {
9632
9636
 
9633
9637
  /**
9634
9638
  * Do not edit directly
9635
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
9639
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
9636
9640
  */
9637
9641
 
9638
9642
  :root,
@@ -12815,7 +12819,7 @@ html {
12815
12819
 
12816
12820
  /**
12817
12821
  * Do not edit directly
12818
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
12822
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
12819
12823
  */
12820
12824
 
12821
12825
  :root {
@@ -12835,7 +12839,7 @@ html {
12835
12839
 
12836
12840
  /**
12837
12841
  * Do not edit directly
12838
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
12842
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
12839
12843
  */
12840
12844
 
12841
12845
  :root,
@@ -12871,7 +12875,7 @@ html {
12871
12875
 
12872
12876
  /**
12873
12877
  * Do not edit directly
12874
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
12878
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
12875
12879
  */
12876
12880
 
12877
12881
  :root,
@@ -12891,7 +12895,7 @@ html {
12891
12895
 
12892
12896
  /**
12893
12897
  * Do not edit directly
12894
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
12898
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
12895
12899
  */
12896
12900
 
12897
12901
  :root {
@@ -13157,7 +13161,7 @@ html {
13157
13161
 
13158
13162
  /**
13159
13163
  * Do not edit directly
13160
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
13164
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
13161
13165
  */
13162
13166
 
13163
13167
  :root,
@@ -13171,7 +13175,7 @@ html {
13171
13175
 
13172
13176
  /**
13173
13177
  * Do not edit directly
13174
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
13178
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
13175
13179
  */
13176
13180
 
13177
13181
  :root {
@@ -13185,7 +13189,7 @@ html {
13185
13189
 
13186
13190
  /**
13187
13191
  * Do not edit directly
13188
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
13192
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
13189
13193
  */
13190
13194
 
13191
13195
  :root {
@@ -15361,7 +15365,7 @@ html {
15361
15365
 
15362
15366
  /**
15363
15367
  * Do not edit directly
15364
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
15368
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
15365
15369
  */
15366
15370
 
15367
15371
  :root {
@@ -15385,7 +15389,7 @@ html {
15385
15389
 
15386
15390
  /**
15387
15391
  * Do not edit directly
15388
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
15392
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
15389
15393
  */
15390
15394
 
15391
15395
  :root,
@@ -15808,7 +15812,7 @@ html {
15808
15812
 
15809
15813
  /**
15810
15814
  * Do not edit directly
15811
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
15815
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
15812
15816
  */
15813
15817
 
15814
15818
  :root {
@@ -15821,7 +15825,7 @@ html {
15821
15825
 
15822
15826
  /**
15823
15827
  * Do not edit directly
15824
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
15828
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
15825
15829
  */
15826
15830
 
15827
15831
  :root,
@@ -16198,7 +16202,7 @@ html {
16198
16202
 
16199
16203
  /**
16200
16204
  * Do not edit directly
16201
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
16205
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
16202
16206
  */
16203
16207
 
16204
16208
  :root {
@@ -16207,7 +16211,7 @@ html {
16207
16211
 
16208
16212
  /**
16209
16213
  * Do not edit directly
16210
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
16214
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
16211
16215
  */
16212
16216
 
16213
16217
  :root,
@@ -16914,7 +16918,7 @@ html {
16914
16918
 
16915
16919
  /**
16916
16920
  * Do not edit directly
16917
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
16921
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
16918
16922
  */
16919
16923
 
16920
16924
  :root {
@@ -16923,7 +16927,7 @@ html {
16923
16927
 
16924
16928
  /**
16925
16929
  * Do not edit directly
16926
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
16930
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
16927
16931
  */
16928
16932
 
16929
16933
  :root,
@@ -17352,7 +17356,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17352
17356
 
17353
17357
  /**
17354
17358
  * Do not edit directly
17355
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
17359
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
17356
17360
  */
17357
17361
 
17358
17362
  :root,
@@ -17451,7 +17455,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17451
17455
 
17452
17456
  /**
17453
17457
  * Do not edit directly
17454
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
17458
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
17455
17459
  */
17456
17460
 
17457
17461
  :root,
@@ -17798,7 +17802,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17798
17802
 
17799
17803
  /**
17800
17804
  * Do not edit directly
17801
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
17805
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
17802
17806
  */
17803
17807
 
17804
17808
  :root,
@@ -17812,7 +17816,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17812
17816
 
17813
17817
  /**
17814
17818
  * Do not edit directly
17815
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
17819
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
17816
17820
  */
17817
17821
 
17818
17822
  :root {
@@ -17999,7 +18003,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17999
18003
 
18000
18004
  /**
18001
18005
  * Do not edit directly
18002
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
18006
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
18003
18007
  */
18004
18008
 
18005
18009
  :root {
@@ -18234,6 +18238,10 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18234
18238
  padding-inline-start: var(--base-size-12);
18235
18239
  }
18236
18240
 
18241
+ .Primer_Brand__Footnotes-module__FootnotesItem___QQCwY {
18242
+ scroll-margin-top: 80px;
18243
+ }
18244
+
18237
18245
  .Primer_Brand__Footnotes-module__FootnotesItem__citationIcon___HeITw {
18238
18246
  transform: scaleY(-1);
18239
18247
  margin-inline-start: var(--base-size-4);
@@ -18246,7 +18254,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18246
18254
 
18247
18255
  /**
18248
18256
  * Do not edit directly
18249
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
18257
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
18250
18258
  */
18251
18259
 
18252
18260
  :root {
@@ -18257,7 +18265,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18257
18265
 
18258
18266
  /**
18259
18267
  * Do not edit directly
18260
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
18268
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
18261
18269
  */
18262
18270
 
18263
18271
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
4
4
  */
5
5
 
6
6
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
4
4
  */
5
5
 
6
6
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
4
4
  */
5
5
 
6
6
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
4
4
  */
5
5
 
6
6
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:24 GMT
4
4
  */
5
5
 
6
6
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
3
+ * Generated on Wed, 22 Jan 2025 14:49:23 GMT
4
4
  */
5
5
 
6
6
  :root {