@primer/react-brand 0.46.0-rc.ec8a05f8 → 0.47.0-rc.009878f8

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 (427) 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 +91 -73
  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/hooks/useTabs.d.ts +11 -7
  406. package/lib/index.js +1 -1
  407. package/lib/list/OrderedList/OrderedList.d.ts +1 -1
  408. package/lib/list/UnorderedList/UnorderedList.d.ts +1 -1
  409. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts +1 -1
  410. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts +1 -1
  411. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts +1 -1
  412. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +1 -1
  413. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts +1 -1
  414. package/lib/recipes/SolutionTemplates/CategoryPage/CategoryPage.d.ts +1 -1
  415. package/lib/recipes/SolutionTemplates/SolutionPage/SolutionPage.d.ts +18 -1
  416. package/lib/recipes/SolutionTemplates/SolutionsOverview/SolutionsOverview.d.ts +2 -1
  417. package/lib/recipes/seo/Article/Article.d.ts +1 -1
  418. package/lib/recipes/seo/Article/ArticleToC.d.ts +1 -1
  419. package/lib/recipes/seo/Category/CategoryPage.d.ts +1 -1
  420. package/lib/river/River/River.d.ts +4 -72
  421. package/lib/river/RiverBreakout/RiverBreakout.d.ts +3 -8
  422. package/lib/river/RiverStoryScroll/RiverStoryScroll.d.ts +1 -1
  423. package/lib/river/RiverStoryScroll/RiverStoryScrollProvider.d.ts +1 -1
  424. package/lib/river/RiverStoryScroll/RiverStoryScrollResponder.d.ts +1 -1
  425. package/lib/river/RiverStoryScroll/RiverStoryScrollTracker.d.ts +1 -1
  426. package/lib/test-utils/setupTests.d.ts +1 -0
  427. 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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56:24 GMT
16927
16931
  */
16928
16932
 
16929
16933
  :root,
@@ -16968,6 +16972,7 @@ html {
16968
16972
  }
16969
16973
 
16970
16974
  .Primer_Brand__IDE-module__IDE__inner___C7yFe {
16975
+ --brand-IDE-lineNumber-width: 45px;
16971
16976
  background: var(--brand-IDE-default-bgColor);
16972
16977
  border: var(--brand-borderWidth-thin) solid var(--brand-IDE-borderColor);
16973
16978
  }
@@ -17141,10 +17146,11 @@ html {
17141
17146
  }
17142
17147
 
17143
17148
  .Primer_Brand__IDE-module__IDE--default___cSAvc .Primer_Brand__IDE-module__IDE__Editor___MkJjR {
17144
- margin-left: var(--base-size-20);
17149
+ padding-left: var(--base-size-20);
17145
17150
  }
17146
17151
 
17147
17152
  .Primer_Brand__IDE-module__IDE__Editor-tabs___zFwQA {
17153
+ overflow-x: auto;
17148
17154
  display: inline-flex;
17149
17155
  background: var(--brand-IDE-default-editor-tabs-bgColor);
17150
17156
  }
@@ -17158,6 +17164,7 @@ html {
17158
17164
  }
17159
17165
 
17160
17166
  .Primer_Brand__IDE-module__IDE__Editor-tab___lY6lZ {
17167
+ flex-shrink: 0;
17161
17168
  display: flex;
17162
17169
  padding: var(--base-size-8) var(--base-size-12);
17163
17170
  align-items: center;
@@ -17232,6 +17239,7 @@ img.Primer_Brand__IDE-module__IDE__Editor-tab-icon___IyrSp {
17232
17239
  .Primer_Brand__IDE-module__IDE__Editor-content___qUzu5 {
17233
17240
  height: 100%;
17234
17241
  padding-top: var(--base-size-16);
17242
+ overflow-x: auto;
17235
17243
  }
17236
17244
 
17237
17245
  .Primer_Brand__IDE-module__IDE--default___cSAvc .Primer_Brand__IDE-module__IDE__Editor-content___qUzu5 {
@@ -17251,6 +17259,14 @@ img.Primer_Brand__IDE-module__IDE__Editor-tab-icon___IyrSp {
17251
17259
  margin: 0;
17252
17260
  }
17253
17261
 
17262
+ .Primer_Brand__IDE-module__IDE__Editor-content-wrapper___gb9HC {
17263
+ display: flex;
17264
+ }
17265
+
17266
+ .Primer_Brand__IDE-module__IDE__Editor-content-inner___HAje_ {
17267
+ flex: 1;
17268
+ }
17269
+
17254
17270
  .Primer_Brand__IDE-module__IDE__Editor--small____cDnd .Primer_Brand__IDE-module__IDE__Editor-pane___ZQjcs,
17255
17271
  .Primer_Brand__IDE-module__IDE__Editor--small____cDnd .Primer_Brand__IDE-module__IDE__Editor-lineNumbers___t0wju {
17256
17272
  font-size: calc(var(--base-size-12) - 1px) !important; /* workaround dotcom specificity */
@@ -17270,18 +17286,19 @@ img.Primer_Brand__IDE-module__IDE__Editor-tab-icon___IyrSp {
17270
17286
  }
17271
17287
 
17272
17288
  .Primer_Brand__IDE-module__IDE__Editor-pane--suggested___IXAF0 {
17289
+ margin-left: calc(-1 * var(--base-size-64));
17290
+ padding-left: calc((var(--base-size-64) * 2) - var(--brand-IDE-lineNumber-width)) !important;
17273
17291
  background-color: var(--brand-IDE-autoSuggestLine-bgColor);
17274
17292
  }
17275
17293
 
17276
17294
  .Primer_Brand__IDE-module__IDE__Editor-lineNumbers___t0wju {
17277
- position: absolute;
17278
17295
  z-index: 1;
17279
17296
  font-family: var(--brand-fontStack-monospace);
17280
17297
  font-weight: var(--brand-text-weight-200);
17281
17298
  font-feature-settings: 'liga' 0, 'calt' 0;
17282
17299
  font-variation-settings: normal;
17283
17300
  letter-spacing: 0;
17284
- width: 45px;
17301
+ flex: 0 0 var(--brand-IDE-lineNumber-width);
17285
17302
  }
17286
17303
 
17287
17304
  .Primer_Brand__IDE-module__IDE__Editor-lineNumber___vSZSt {
@@ -17314,20 +17331,17 @@ img.Primer_Brand__IDE-module__IDE__Editor-tab-icon___IyrSp {
17314
17331
  .Primer_Brand__IDE-module__IDE__Editor___MkJjR pre {
17315
17332
  color: var(--brand-color-text-default);
17316
17333
  font-family: var(--brand-fontStack-monospace);
17317
- padding-left: var(--base-size-64);
17334
+ padding-left: calc(var(--base-size-64) - var(--brand-IDE-lineNumber-width));
17318
17335
  }
17319
17336
 
17320
17337
  pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17321
17338
  background-color: var(--brand-IDE-autoSuggest-bgColor);
17322
17339
  padding-left: 0;
17323
- position: absolute;
17324
17340
  display: inline-flex;
17325
17341
  padding: var(--base-size-8) var(--base-size-24);
17326
17342
  border-radius: var(--brand-borderRadius-small);
17327
17343
  gap: var(--base-size-16);
17328
- margin: 0;
17329
- margin-left: 60px;
17330
- margin-top: var(--base-size-4);
17344
+ margin: var(--base-size-4) 0 0 var(--base-size-16);
17331
17345
 
17332
17346
  box-shadow: -9px 10px 39px 0px rgba(0, 0, 0, 0.25);
17333
17347
  }
@@ -17352,7 +17366,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17352
17366
 
17353
17367
  /**
17354
17368
  * Do not edit directly
17355
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
17369
+ * Generated on Thu, 23 Jan 2025 10:56:24 GMT
17356
17370
  */
17357
17371
 
17358
17372
  :root,
@@ -17451,7 +17465,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17451
17465
 
17452
17466
  /**
17453
17467
  * Do not edit directly
17454
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
17468
+ * Generated on Thu, 23 Jan 2025 10:56:24 GMT
17455
17469
  */
17456
17470
 
17457
17471
  :root,
@@ -17798,7 +17812,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17798
17812
 
17799
17813
  /**
17800
17814
  * Do not edit directly
17801
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
17815
+ * Generated on Thu, 23 Jan 2025 10:56:24 GMT
17802
17816
  */
17803
17817
 
17804
17818
  :root,
@@ -17812,7 +17826,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17812
17826
 
17813
17827
  /**
17814
17828
  * Do not edit directly
17815
- * Generated on Fri, 17 Jan 2025 13:42:08 GMT
17829
+ * Generated on Thu, 23 Jan 2025 10:56:24 GMT
17816
17830
  */
17817
17831
 
17818
17832
  :root {
@@ -17999,7 +18013,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17999
18013
 
18000
18014
  /**
18001
18015
  * Do not edit directly
18002
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
18016
+ * Generated on Thu, 23 Jan 2025 10:56:23 GMT
18003
18017
  */
18004
18018
 
18005
18019
  :root {
@@ -18234,6 +18248,10 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18234
18248
  padding-inline-start: var(--base-size-12);
18235
18249
  }
18236
18250
 
18251
+ .Primer_Brand__Footnotes-module__FootnotesItem___QQCwY {
18252
+ scroll-margin-top: 80px;
18253
+ }
18254
+
18237
18255
  .Primer_Brand__Footnotes-module__FootnotesItem__citationIcon___HeITw {
18238
18256
  transform: scaleY(-1);
18239
18257
  margin-inline-start: var(--base-size-4);
@@ -18246,7 +18264,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18246
18264
 
18247
18265
  /**
18248
18266
  * Do not edit directly
18249
- * Generated on Fri, 17 Jan 2025 13:42:07 GMT
18267
+ * Generated on Thu, 23 Jan 2025 10:56:23 GMT
18250
18268
  */
18251
18269
 
18252
18270
  :root {
@@ -18257,7 +18275,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18257
18275
 
18258
18276
  /**
18259
18277
  * Do not edit directly
18260
- * Generated on Fri, 17 Jan 2025 13:42:09 GMT
18278
+ * Generated on Thu, 23 Jan 2025 10:56:24 GMT
18261
18279
  */
18262
18280
 
18263
18281
  :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 Thu, 23 Jan 2025 10:56: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 Thu, 23 Jan 2025 10:56:24 GMT
4
4
  */
5
5
 
6
6
  :root {