@primer/react-brand 0.71.0 → 0.71.1-rc.13d73825

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (391) hide show
  1. package/docs/components/Pagination/index.md +28 -10
  2. package/docs/components/VideoPlayer/index.md +15 -25
  3. package/docs/index.md +2 -2
  4. package/esm/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  5. package/esm/ButtonGroup/ButtonGroup.js +17 -16
  6. package/esm/ButtonGroup/ButtonGroup.js.map +1 -1
  7. package/esm/CTABanner/CTABanner.d.ts.map +1 -1
  8. package/esm/CTABanner/CTABanner.js +8 -8
  9. package/esm/CTABanner/CTABanner.js.map +1 -1
  10. package/esm/CTABanner/CTABanner.module-DZUT186Y.css +1 -0
  11. package/esm/CTABanner/CTABanner.module.js +4 -2
  12. package/esm/CTABanner/CTABanner.module.js.map +1 -1
  13. package/esm/Pagination/Pagination.d.ts +7 -1
  14. package/esm/Pagination/Pagination.d.ts.map +1 -1
  15. package/esm/Pagination/Pagination.js +63 -50
  16. package/esm/Pagination/Pagination.js.map +1 -1
  17. package/esm/SectionIntroStacked/SectionIntroStacked.d.ts.map +1 -1
  18. package/esm/SectionIntroStacked/SectionIntroStacked.js +5 -3
  19. package/esm/SectionIntroStacked/SectionIntroStacked.js.map +1 -1
  20. package/esm/SectionIntroStacked/SectionIntroStacked.module-w4PEL6ek.css +1 -0
  21. package/esm/SectionIntroStacked/SectionIntroStacked.module.js +2 -1
  22. package/esm/SectionIntroStacked/SectionIntroStacked.module.js.map +1 -1
  23. package/lib/Pagination/Pagination.d.ts +7 -1
  24. package/lib/css/main.css +113 -92
  25. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  26. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  27. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  28. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  66. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors-with-modes.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  89. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  90. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  91. package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
  92. package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
  93. package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
  94. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  95. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  96. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  97. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes.css +1 -1
  98. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors.css +1 -1
  99. package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
  100. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  101. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  102. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  103. package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
  104. package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
  105. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  106. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  107. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  108. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  109. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  110. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  111. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  112. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  113. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  114. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  115. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  116. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  117. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  118. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  119. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  120. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  121. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  122. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  123. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  124. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  125. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  126. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  127. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  128. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  129. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  130. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  131. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  132. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  133. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  134. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  135. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  136. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  137. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  138. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  139. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  140. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  141. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  142. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  143. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  144. package/lib/design-tokens/js/module/tokens/functional/components/media-playlist/colors.js +1 -1
  145. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
  146. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  147. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  148. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  149. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  150. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  151. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  152. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  153. package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
  154. package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
  155. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  156. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  157. package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  158. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  159. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  160. package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
  161. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  162. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  163. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  164. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  165. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  166. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  167. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  168. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  169. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  170. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  171. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  172. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  173. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  174. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  175. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  176. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  177. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  178. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  179. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  180. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  181. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  182. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  183. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  184. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  185. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  186. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  187. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  188. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  189. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  190. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  191. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  192. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  193. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  194. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  195. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  196. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  197. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  198. package/lib/design-tokens/js/tokens/functional/components/media-playlist/colors.js +1 -1
  199. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  200. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  201. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  202. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  203. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  204. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  205. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  206. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  207. package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
  208. package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
  209. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  210. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  211. package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  212. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  213. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  214. package/lib/design-tokens/js/tokens/functional/components/token/colors.js +1 -1
  215. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  216. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  217. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  218. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  219. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  220. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  221. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  222. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  223. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  224. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  225. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  226. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  227. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  228. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  229. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  230. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  231. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  232. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  233. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  234. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  235. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  236. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  237. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  238. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  239. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  240. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  241. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  242. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  243. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  244. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  245. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  246. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  247. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  248. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  249. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  250. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  251. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  252. package/lib/design-tokens/scss/tokens/functional/components/media-playlist/colors.scss +1 -1
  253. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  254. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  255. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  256. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  257. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  258. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  259. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  260. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  261. package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
  262. package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
  263. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  264. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  265. package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/colors.scss +1 -1
  266. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  267. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  268. package/lib/design-tokens/scss/tokens/functional/components/token/colors.scss +1 -1
  269. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  270. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  271. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  272. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  273. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  274. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  275. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  276. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  277. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  278. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  279. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  280. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  281. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  282. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  283. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  284. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  285. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  286. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  287. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  288. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  289. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  290. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  291. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  292. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  293. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  294. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  295. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  296. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  297. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  298. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  299. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  300. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  301. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  302. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  303. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  304. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  305. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  306. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  307. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
  308. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  309. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  310. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  311. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  312. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  313. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  314. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  315. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
  316. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
  317. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  318. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  319. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  320. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  321. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  322. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  323. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  324. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  325. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  326. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  327. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  328. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  329. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  330. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  331. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  332. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  333. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.d.ts +1 -1
  334. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.js +1 -1
  335. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
  336. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
  337. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  338. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  339. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  340. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  341. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  342. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  343. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  344. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  345. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  346. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  347. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  348. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  349. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  350. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  351. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
  352. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
  353. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
  354. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
  355. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  356. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  357. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  358. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  359. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.d.ts +1 -1
  360. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.js +1 -1
  361. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  362. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  363. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  364. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  365. package/lib/design-tokens/ts/tokens/functional/components/token/colors.d.ts +1 -1
  366. package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
  367. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  368. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  369. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  370. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  371. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  372. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  373. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  374. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  375. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  376. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  377. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  378. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  379. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  380. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  381. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  382. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  383. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  384. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  385. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  386. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  387. package/lib/index.js +1 -1
  388. package/llms.txt +2 -2
  389. package/package.json +1 -1
  390. package/esm/CTABanner/CTABanner.module-BTMGYz51.css +0 -1
  391. package/esm/SectionIntroStacked/SectionIntroStacked.module-C3cmwHDY.css +0 -1
package/lib/css/main.css CHANGED
@@ -78,7 +78,7 @@ html {
78
78
 
79
79
  /**
80
80
  * Do not edit directly
81
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
81
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
82
82
  */
83
83
 
84
84
  :root,
@@ -356,7 +356,7 @@ html {
356
356
 
357
357
  /**
358
358
  * Do not edit directly
359
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
359
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
360
360
  */
361
361
 
362
362
  :root {
@@ -385,7 +385,7 @@ html {
385
385
 
386
386
  /**
387
387
  * Do not edit directly
388
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
388
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
389
389
  */
390
390
 
391
391
  :root {
@@ -402,7 +402,7 @@ html {
402
402
 
403
403
  /**
404
404
  * Do not edit directly
405
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
405
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
406
406
  */
407
407
 
408
408
  :root {
@@ -560,7 +560,7 @@ html {
560
560
 
561
561
  /**
562
562
  * Do not edit directly
563
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
563
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
564
564
  */
565
565
 
566
566
  :root {
@@ -574,7 +574,7 @@ html {
574
574
 
575
575
  /**
576
576
  * Do not edit directly
577
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
577
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
578
578
  */
579
579
 
580
580
  :root {
@@ -593,7 +593,7 @@ html {
593
593
 
594
594
  /**
595
595
  * Do not edit directly
596
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
596
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
597
597
  */
598
598
 
599
599
  :root,
@@ -695,7 +695,7 @@ html {
695
695
 
696
696
  /**
697
697
  * Do not edit directly
698
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
698
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
699
699
  */
700
700
 
701
701
  :root {
@@ -722,7 +722,7 @@ html {
722
722
 
723
723
  /**
724
724
  * Do not edit directly
725
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
725
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
726
726
  */
727
727
 
728
728
  :root,
@@ -1495,7 +1495,7 @@ html {
1495
1495
 
1496
1496
  /**
1497
1497
  * Do not edit directly
1498
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
1498
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
1499
1499
  */
1500
1500
 
1501
1501
  :root {
@@ -1749,7 +1749,7 @@ html {
1749
1749
 
1750
1750
  /**
1751
1751
  * Do not edit directly
1752
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
1752
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
1753
1753
  */
1754
1754
 
1755
1755
  :root {
@@ -6123,7 +6123,7 @@ html {
6123
6123
 
6124
6124
  /**
6125
6125
  * Do not edit directly
6126
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
6126
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
6127
6127
  */
6128
6128
 
6129
6129
  :root,
@@ -7052,7 +7052,7 @@ html {
7052
7052
 
7053
7053
  /**
7054
7054
  * Do not edit directly
7055
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
7055
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
7056
7056
  */
7057
7057
 
7058
7058
  :root,
@@ -7363,7 +7363,7 @@ html {
7363
7363
 
7364
7364
  /**
7365
7365
  * Do not edit directly
7366
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
7366
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
7367
7367
  */
7368
7368
 
7369
7369
  :root {
@@ -7499,7 +7499,7 @@ html {
7499
7499
 
7500
7500
  /**
7501
7501
  * Do not edit directly
7502
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
7502
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
7503
7503
  */
7504
7504
 
7505
7505
  :root,
@@ -7515,7 +7515,7 @@ html {
7515
7515
 
7516
7516
  /**
7517
7517
  * Do not edit directly
7518
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
7518
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
7519
7519
  */
7520
7520
 
7521
7521
  :root {
@@ -7925,7 +7925,7 @@ html {
7925
7925
 
7926
7926
  /**
7927
7927
  * Do not edit directly
7928
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
7928
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
7929
7929
  */
7930
7930
 
7931
7931
  :root,
@@ -8192,7 +8192,7 @@ html {
8192
8192
 
8193
8193
  /**
8194
8194
  * Do not edit directly
8195
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
8195
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
8196
8196
  */
8197
8197
 
8198
8198
  :root {
@@ -8862,7 +8862,7 @@ html {
8862
8862
 
8863
8863
  /**
8864
8864
  * Do not edit directly
8865
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
8865
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
8866
8866
  */
8867
8867
 
8868
8868
  :root,
@@ -9492,7 +9492,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
9492
9492
 
9493
9493
  /**
9494
9494
  * Do not edit directly
9495
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
9495
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
9496
9496
  */
9497
9497
 
9498
9498
  :root {
@@ -9528,7 +9528,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
9528
9528
 
9529
9529
  /**
9530
9530
  * Do not edit directly
9531
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
9531
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
9532
9532
  */
9533
9533
 
9534
9534
  :root,
@@ -10420,7 +10420,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10420
10420
 
10421
10421
  /**
10422
10422
  * Do not edit directly
10423
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
10423
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
10424
10424
  */
10425
10425
 
10426
10426
  :root,
@@ -10517,7 +10517,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10517
10517
 
10518
10518
  /**
10519
10519
  * Do not edit directly
10520
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
10520
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
10521
10521
  */
10522
10522
 
10523
10523
  :root,
@@ -12676,7 +12676,7 @@ Fixes safari bug where outline doesn't respect border-radius
12676
12676
 
12677
12677
  /**
12678
12678
  * Do not edit directly
12679
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
12679
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
12680
12680
  */
12681
12681
 
12682
12682
  :root,
@@ -12704,7 +12704,7 @@ Fixes safari bug where outline doesn't respect border-radius
12704
12704
 
12705
12705
  /**
12706
12706
  * Do not edit directly
12707
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
12707
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
12708
12708
  */
12709
12709
 
12710
12710
  :root,
@@ -12720,7 +12720,7 @@ Fixes safari bug where outline doesn't respect border-radius
12720
12720
 
12721
12721
  /**
12722
12722
  * Do not edit directly
12723
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
12723
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
12724
12724
  */
12725
12725
 
12726
12726
  :root {
@@ -12773,7 +12773,7 @@ Fixes safari bug where outline doesn't respect border-radius
12773
12773
 
12774
12774
  /**
12775
12775
  * Do not edit directly
12776
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
12776
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
12777
12777
  */
12778
12778
 
12779
12779
  :root,
@@ -12937,7 +12937,7 @@ Fixes safari bug where outline doesn't respect border-radius
12937
12937
 
12938
12938
  /**
12939
12939
  * Do not edit directly
12940
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
12940
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
12941
12941
  */
12942
12942
 
12943
12943
  :root {
@@ -12946,7 +12946,7 @@ Fixes safari bug where outline doesn't respect border-radius
12946
12946
 
12947
12947
  /**
12948
12948
  * Do not edit directly
12949
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
12949
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
12950
12950
  */
12951
12951
 
12952
12952
  :root,
@@ -12968,7 +12968,7 @@ Fixes safari bug where outline doesn't respect border-radius
12968
12968
 
12969
12969
  /**
12970
12970
  * Do not edit directly
12971
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
12971
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
12972
12972
  */
12973
12973
 
12974
12974
  :root {
@@ -13250,7 +13250,7 @@ Fixes safari bug where outline doesn't respect border-radius
13250
13250
 
13251
13251
  /**
13252
13252
  * Do not edit directly
13253
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
13253
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
13254
13254
  */
13255
13255
 
13256
13256
  :root,
@@ -13509,7 +13509,7 @@ Fixes safari bug where outline doesn't respect border-radius
13509
13509
 
13510
13510
  /**
13511
13511
  * Do not edit directly
13512
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
13512
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
13513
13513
  */
13514
13514
 
13515
13515
  :root {
@@ -13523,7 +13523,7 @@ Fixes safari bug where outline doesn't respect border-radius
13523
13523
 
13524
13524
  /**
13525
13525
  * Do not edit directly
13526
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
13526
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
13527
13527
  */
13528
13528
 
13529
13529
  :root,
@@ -13974,7 +13974,7 @@ Fixes safari bug where outline doesn't respect border-radius
13974
13974
 
13975
13975
  /**
13976
13976
  * Do not edit directly
13977
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
13977
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
13978
13978
  */
13979
13979
 
13980
13980
  :root,
@@ -13990,7 +13990,7 @@ Fixes safari bug where outline doesn't respect border-radius
13990
13990
 
13991
13991
  /**
13992
13992
  * Do not edit directly
13993
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
13993
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
13994
13994
  */
13995
13995
 
13996
13996
  :root {
@@ -14735,7 +14735,7 @@ Fixes safari bug where outline doesn't respect border-radius
14735
14735
 
14736
14736
  /**
14737
14737
  * Do not edit directly
14738
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
14738
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
14739
14739
  */
14740
14740
 
14741
14741
  :root,
@@ -14751,7 +14751,7 @@ Fixes safari bug where outline doesn't respect border-radius
14751
14751
 
14752
14752
  /**
14753
14753
  * Do not edit directly
14754
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
14754
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
14755
14755
  */
14756
14756
 
14757
14757
  :root,
@@ -14854,12 +14854,16 @@ Fixes safari bug where outline doesn't respect border-radius
14854
14854
  }
14855
14855
 
14856
14856
  .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
14857
- padding: var(--base-size-64) var(--base-size-32);
14857
+ padding: var(--base-size-64) var(--base-size-20);
14858
14858
  z-index: 1;
14859
14859
  width: 100%;
14860
14860
  box-sizing: border-box;
14861
14861
  }
14862
14862
 
14863
+ .Primer_Brand__CTABanner-module__CTABanner-container--rounded___JJhRt {
14864
+ border-radius: var(--brand-borderRadius-medium);
14865
+ }
14866
+
14863
14867
  .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
14864
14868
  padding-inline: var(--base-size-20);
14865
14869
  padding-block: var(--base-size-32);
@@ -14871,16 +14875,17 @@ Fixes safari bug where outline doesn't respect border-radius
14871
14875
  }
14872
14876
 
14873
14877
  .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
14878
+ --CTABanner-content-gap: var(--base-size-16);
14874
14879
  display: flex;
14875
14880
  flex-direction: column;
14876
- gap: var(--base-size-16);
14881
+ gap: var(--CTABanner-content-gap);
14877
14882
  align-items: flex-start;
14878
14883
  max-width: 800px;
14879
14884
  margin: 0 auto;
14880
14885
  }
14881
14886
 
14882
14887
  .Primer_Brand__CTABanner-module__CTABanner--variant-minimal___uuWf5 .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
14883
- gap: 0;
14888
+ --CTABanner-content-gap: 0;
14884
14889
  }
14885
14890
 
14886
14891
  .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_,
@@ -14951,11 +14956,8 @@ Fixes safari bug where outline doesn't respect border-radius
14951
14956
 
14952
14957
  /* Large breakpoint and up */
14953
14958
  @media screen and (min-width: 63.25rem) {
14954
- .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
14955
- gap: var(--base-size-24);
14956
- }
14957
14959
  .Primer_Brand__CTABanner-module__CTABanner--variant-balanced___eroPr .Primer_Brand__CTABanner-module__CTABanner-content___sZo6_ {
14958
- gap: var(--base-size-32);
14960
+ --CTABanner-content-gap: var(--base-size-32);
14959
14961
  }
14960
14962
  .Primer_Brand__CTABanner-module__CTABanner-container___iRzd1 {
14961
14963
  padding: var(--base-size-96) var(--base-size-64);
@@ -15093,6 +15095,12 @@ Fixes safari bug where outline doesn't respect border-radius
15093
15095
  line-height: calc(1lh * 1.25);
15094
15096
  }
15095
15097
 
15098
+ .Primer_Brand__CTABanner-module__CTABanner-buttonGroup___UMs1W {
15099
+ margin-block-start: calc(-1 * 0px);
15100
+ margin-block-start: calc(-1 * var(--CTABanner-content-gap, 0px));
15101
+ padding-block-start: var(--base-size-12);
15102
+ }
15103
+
15096
15104
  .Primer_Brand__ListItem-module__ListItem___aFf5u {
15097
15105
  display: flex;
15098
15106
  align-items: flex-start;
@@ -15190,7 +15198,7 @@ Fixes safari bug where outline doesn't respect border-radius
15190
15198
 
15191
15199
  /**
15192
15200
  * Do not edit directly
15193
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
15201
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
15194
15202
  */
15195
15203
 
15196
15204
  :root,
@@ -15417,7 +15425,7 @@ Fixes safari bug where outline doesn't respect border-radius
15417
15425
 
15418
15426
  /**
15419
15427
  * Do not edit directly
15420
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
15428
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
15421
15429
  */
15422
15430
 
15423
15431
  :root {
@@ -15428,7 +15436,7 @@ Fixes safari bug where outline doesn't respect border-radius
15428
15436
 
15429
15437
  /**
15430
15438
  * Do not edit directly
15431
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
15439
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
15432
15440
  */
15433
15441
 
15434
15442
  :root,
@@ -16072,7 +16080,7 @@ Fixes safari bug where outline doesn't respect border-radius
16072
16080
 
16073
16081
  /**
16074
16082
  * Do not edit directly
16075
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
16083
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
16076
16084
  */
16077
16085
 
16078
16086
  :root,
@@ -16971,7 +16979,7 @@ Fixes safari bug where outline doesn't respect border-radius
16971
16979
 
16972
16980
  /**
16973
16981
  * Do not edit directly
16974
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
16982
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
16975
16983
  */
16976
16984
 
16977
16985
  :root {
@@ -16982,7 +16990,7 @@ Fixes safari bug where outline doesn't respect border-radius
16982
16990
 
16983
16991
  /**
16984
16992
  * Do not edit directly
16985
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
16993
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
16986
16994
  */
16987
16995
 
16988
16996
  :root,
@@ -17481,7 +17489,7 @@ Fixes safari bug where outline doesn't respect border-radius
17481
17489
 
17482
17490
  /**
17483
17491
  * Do not edit directly
17484
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
17492
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
17485
17493
  */
17486
17494
 
17487
17495
  :root {
@@ -17501,7 +17509,7 @@ Fixes safari bug where outline doesn't respect border-radius
17501
17509
 
17502
17510
  /**
17503
17511
  * Do not edit directly
17504
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
17512
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
17505
17513
  */
17506
17514
 
17507
17515
  :root,
@@ -17537,7 +17545,7 @@ Fixes safari bug where outline doesn't respect border-radius
17537
17545
 
17538
17546
  /**
17539
17547
  * Do not edit directly
17540
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
17548
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
17541
17549
  */
17542
17550
 
17543
17551
  :root,
@@ -17561,7 +17569,7 @@ Fixes safari bug where outline doesn't respect border-radius
17561
17569
 
17562
17570
  /**
17563
17571
  * Do not edit directly
17564
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
17572
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
17565
17573
  */
17566
17574
 
17567
17575
  :root {
@@ -18033,7 +18041,7 @@ Fixes safari bug where outline doesn't respect border-radius
18033
18041
 
18034
18042
  /**
18035
18043
  * Do not edit directly
18036
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
18044
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
18037
18045
  */
18038
18046
 
18039
18047
  :root,
@@ -18047,7 +18055,7 @@ Fixes safari bug where outline doesn't respect border-radius
18047
18055
 
18048
18056
  /**
18049
18057
  * Do not edit directly
18050
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
18058
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
18051
18059
  */
18052
18060
 
18053
18061
  :root {
@@ -18061,7 +18069,7 @@ Fixes safari bug where outline doesn't respect border-radius
18061
18069
 
18062
18070
  /**
18063
18071
  * Do not edit directly
18064
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
18072
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
18065
18073
  */
18066
18074
 
18067
18075
  :root {
@@ -20237,7 +20245,7 @@ Fixes safari bug where outline doesn't respect border-radius
20237
20245
 
20238
20246
  /**
20239
20247
  * Do not edit directly
20240
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
20248
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
20241
20249
  */
20242
20250
 
20243
20251
  :root {
@@ -20261,7 +20269,7 @@ Fixes safari bug where outline doesn't respect border-radius
20261
20269
 
20262
20270
  /**
20263
20271
  * Do not edit directly
20264
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
20272
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
20265
20273
  */
20266
20274
 
20267
20275
  :root,
@@ -20915,7 +20923,7 @@ Fixes safari bug where outline doesn't respect border-radius
20915
20923
 
20916
20924
  /**
20917
20925
  * Do not edit directly
20918
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
20926
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
20919
20927
  */
20920
20928
 
20921
20929
  :root,
@@ -20929,7 +20937,7 @@ Fixes safari bug where outline doesn't respect border-radius
20929
20937
 
20930
20938
  /**
20931
20939
  * Do not edit directly
20932
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
20940
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
20933
20941
  */
20934
20942
 
20935
20943
  :root {
@@ -20945,7 +20953,7 @@ Fixes safari bug where outline doesn't respect border-radius
20945
20953
 
20946
20954
  /**
20947
20955
  * Do not edit directly
20948
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
20956
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
20949
20957
  */
20950
20958
 
20951
20959
  :root,
@@ -21738,7 +21746,7 @@ Fixes safari bug where outline doesn't respect border-radius
21738
21746
 
21739
21747
  /**
21740
21748
  * Do not edit directly
21741
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
21749
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
21742
21750
  */
21743
21751
 
21744
21752
  :root {
@@ -21747,7 +21755,7 @@ Fixes safari bug where outline doesn't respect border-radius
21747
21755
 
21748
21756
  /**
21749
21757
  * Do not edit directly
21750
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
21758
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
21751
21759
  */
21752
21760
 
21753
21761
  :root,
@@ -22573,7 +22581,7 @@ Fixes safari bug where outline doesn't respect border-radius
22573
22581
 
22574
22582
  /**
22575
22583
  * Do not edit directly
22576
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
22584
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
22577
22585
  */
22578
22586
 
22579
22587
  :root,
@@ -23111,7 +23119,7 @@ Fixes safari bug where outline doesn't respect border-radius
23111
23119
 
23112
23120
  /**
23113
23121
  * Do not edit directly
23114
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
23122
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
23115
23123
  */
23116
23124
 
23117
23125
  :root {
@@ -23120,7 +23128,7 @@ Fixes safari bug where outline doesn't respect border-radius
23120
23128
 
23121
23129
  /**
23122
23130
  * Do not edit directly
23123
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
23131
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
23124
23132
  */
23125
23133
 
23126
23134
  :root,
@@ -23616,7 +23624,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
23616
23624
 
23617
23625
  /**
23618
23626
  * Do not edit directly
23619
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
23627
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
23620
23628
  */
23621
23629
 
23622
23630
  :root,
@@ -23715,7 +23723,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
23715
23723
 
23716
23724
  /**
23717
23725
  * Do not edit directly
23718
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
23726
+ * Generated on Thu, 16 Jul 2026 15:50:10 GMT
23719
23727
  */
23720
23728
 
23721
23729
  :root {
@@ -23902,7 +23910,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
23902
23910
 
23903
23911
  /**
23904
23912
  * Do not edit directly
23905
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
23913
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
23906
23914
  */
23907
23915
 
23908
23916
  :root {
@@ -24186,7 +24194,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24186
24194
 
24187
24195
  /**
24188
24196
  * Do not edit directly
24189
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
24197
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
24190
24198
  */
24191
24199
 
24192
24200
  :root {
@@ -24197,7 +24205,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24197
24205
 
24198
24206
  /**
24199
24207
  * Do not edit directly
24200
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
24208
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
24201
24209
  */
24202
24210
 
24203
24211
  :root,
@@ -24281,7 +24289,22 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24281
24289
  }
24282
24290
 
24283
24291
  .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked___ngJ17 {
24284
- --brand-Grid-spacing-row: var(--base-size-48);
24292
+ --brand-Grid-spacing-row: var(--base-size-64);
24293
+ }
24294
+
24295
+ @media screen and (min-width: 48rem) and (max-width: 63.24rem) {
24296
+ .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked___ngJ17 {
24297
+ max-width: 618px;
24298
+ margin-inline: auto;
24299
+ }
24300
+
24301
+ .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked___ngJ17.Primer_Brand__SectionIntroStacked-module__SectionIntroStacked--variant-gridline___T6ZrI {
24302
+ padding-inline: var(--base-size-32);
24303
+ padding-block: calc(var(--base-size-64) - var(--base-size-4));
24304
+
24305
+ --SectionIntroStacked-item-divider-overflow-start: var(--base-size-32);
24306
+ --SectionIntroStacked-item-divider-overflow-end: var(--base-size-32);
24307
+ }
24285
24308
  }
24286
24309
 
24287
24310
  .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked--variant-gridline___T6ZrI {
@@ -24303,15 +24326,6 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24303
24326
  }
24304
24327
  }
24305
24328
 
24306
- @media screen and (min-width: 63.25rem) {
24307
- .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked--variant-gridline___T6ZrI {
24308
- padding-inline: var(--base-size-64);
24309
- padding-block: var(--base-size-64);
24310
- --SectionIntroStacked-item-divider-overflow-start: 0px;
24311
- --SectionIntroStacked-item-divider-overflow-end: calc(var(--brand-Grid-spacing-margin) + var(--base-size-64));
24312
- }
24313
- }
24314
-
24315
24329
  @media screen and (min-width: 80rem) {
24316
24330
  .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked--variant-gridline___T6ZrI {
24317
24331
  border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
@@ -24353,10 +24367,13 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24353
24367
  flex-direction: column;
24354
24368
  }
24355
24369
 
24356
- @media screen and (max-width: 63.25rem) {
24370
+ @media screen and (max-width: 63.24rem) {
24357
24371
  .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked-heading___tolwP {
24358
24372
  font-size: var(--brand-text-size-600);
24359
24373
  }
24374
+ .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked-items___rf3nz {
24375
+ overflow: hidden;
24376
+ }
24360
24377
  }
24361
24378
 
24362
24379
  @media screen and (min-width: 63.25rem) {
@@ -24368,15 +24385,18 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24368
24385
  .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked--variant-gridline___T6ZrI .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked-items___rf3nz {
24369
24386
  border-inline-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
24370
24387
  margin-block: calc(-1 * var(--base-size-64));
24371
- padding-block: 0;
24388
+ padding-block: calc(var(--base-size-64) - var(--base-size-32));
24372
24389
  position: static;
24373
24390
  top: auto;
24374
24391
  }
24375
24392
 
24393
+ .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked-content___ULK2q {
24394
+ padding-inline-end: var(--base-size-80);
24395
+ }
24396
+
24376
24397
  .Primer_Brand__SectionIntroStacked-module__SectionIntroStacked--variant-gridline___T6ZrI .Primer_Brand__SectionIntroStacked-module__SectionIntroStackedItem-item___c3mLD {
24377
24398
  /* Inset item content from the vertical gridline */
24378
- padding-inline-start: var(--base-size-32);
24379
- padding-inline-end: var(--base-size-32);
24399
+ padding-inline-start: var(--base-size-64);
24380
24400
  }
24381
24401
  }
24382
24402
 
@@ -24419,21 +24439,22 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24419
24439
 
24420
24440
  .Primer_Brand__SectionIntroStacked-module__SectionIntroStackedItem-item--with-icon___Ej53Q {
24421
24441
  display: flex;
24422
- flex-direction: row;
24423
24442
  align-items: flex-start;
24424
24443
  gap: var(--base-size-24);
24444
+ flex-direction: column;
24425
24445
  }
24426
24446
 
24427
- @media screen and (min-width: 63.25rem) {
24447
+ @media screen and (min-width: 48rem) {
24428
24448
  .Primer_Brand__SectionIntroStacked-module__SectionIntroStackedItem-item--with-icon___Ej53Q {
24429
24449
  gap: var(--base-size-48);
24450
+ flex-direction: row;
24430
24451
  }
24431
24452
  }
24432
24453
 
24433
24454
  .Primer_Brand__SectionIntroStacked-module__SectionIntroStackedItem__content___TdGFS {
24434
24455
  display: flex;
24435
24456
  flex-direction: column;
24436
- gap: var(--base-size-8);
24457
+ gap: var(--base-size-12);
24437
24458
  flex: 1;
24438
24459
  min-width: 0;
24439
24460
  }
@@ -24445,7 +24466,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24445
24466
 
24446
24467
  /**
24447
24468
  * Do not edit directly
24448
- * Generated on Mon, 13 Jul 2026 15:41:15 GMT
24469
+ * Generated on Thu, 16 Jul 2026 15:50:09 GMT
24449
24470
  */
24450
24471
 
24451
24472
  :root {
@@ -24454,7 +24475,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24454
24475
 
24455
24476
  /**
24456
24477
  * Do not edit directly
24457
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
24478
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
24458
24479
  */
24459
24480
 
24460
24481
  :root,
@@ -24700,7 +24721,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24700
24721
 
24701
24722
  /**
24702
24723
  * Do not edit directly
24703
- * Generated on Mon, 13 Jul 2026 15:41:16 GMT
24724
+ * Generated on Thu, 16 Jul 2026 15:50:11 GMT
24704
24725
  */
24705
24726
 
24706
24727
  :root,