@primer/react-brand 0.68.0-rc.b6d410ef → 0.68.0

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 (414) hide show
  1. package/esm/LogoSuite/LogoSuite.module-69Mthqju.css +1 -0
  2. package/esm/LogoSuite/LogoSuite.module.js +1 -1
  3. package/esm/LogoSuite/LogoSuite.module.js.map +1 -1
  4. package/esm/MediaPlaylist/MediaPlaylist.d.ts +77 -0
  5. package/esm/MediaPlaylist/MediaPlaylist.d.ts.map +1 -0
  6. package/esm/MediaPlaylist/MediaPlaylist.js +172 -0
  7. package/esm/MediaPlaylist/MediaPlaylist.js.map +1 -0
  8. package/esm/MediaPlaylist/MediaPlaylist.module-BU39a4-W.css +1 -0
  9. package/esm/MediaPlaylist/MediaPlaylist.module.js +30 -0
  10. package/esm/MediaPlaylist/MediaPlaylist.module.js.map +1 -0
  11. package/esm/MediaPlaylist/index.d.ts +2 -0
  12. package/esm/MediaPlaylist/index.d.ts.map +1 -0
  13. package/esm/MediaPlaylist/useMediaPlaylist.d.ts +84 -0
  14. package/esm/MediaPlaylist/useMediaPlaylist.d.ts.map +1 -0
  15. package/esm/MediaPlaylist/useMediaPlaylist.js +114 -0
  16. package/esm/MediaPlaylist/useMediaPlaylist.js.map +1 -0
  17. package/esm/Pagination/Pagination.d.ts +2 -5
  18. package/esm/Pagination/Pagination.d.ts.map +1 -1
  19. package/esm/Pagination/Pagination.js +94 -52
  20. package/esm/Pagination/Pagination.js.map +1 -1
  21. package/esm/Pagination/Pagination.module-DmKBSq7s.css +1 -0
  22. package/esm/Pagination/Pagination.module.js +9 -3
  23. package/esm/Pagination/Pagination.module.js.map +1 -1
  24. package/esm/Pagination/model.d.ts +2 -2
  25. package/esm/Pagination/model.d.ts.map +1 -1
  26. package/esm/Pagination/model.js.map +1 -1
  27. package/esm/SubNav/SubNav.d.ts.map +1 -1
  28. package/esm/SubNav/SubNav.js +17 -16
  29. package/esm/SubNav/SubNav.js.map +1 -1
  30. package/esm/SubNav/SubNav.module-D-gLr0JO.css +1 -0
  31. package/esm/SubNav/SubNav.module.js +1 -1
  32. package/esm/SubNav/SubNav.module.js.map +1 -1
  33. package/esm/index.d.ts +1 -0
  34. package/esm/index.d.ts.map +1 -1
  35. package/esm/index.esm.js +51 -50
  36. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/media-playlist/colors-with-modes-YId8eSZQ.css +1 -0
  37. package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.content.d.ts +49 -0
  38. package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.content.d.ts.map +1 -0
  39. package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.d.ts +7 -0
  40. package/esm/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.d.ts.map +1 -0
  41. package/esm/recipes/Flexsuite/Details/index.d.ts +4 -0
  42. package/esm/recipes/Flexsuite/Details/index.d.ts.map +1 -0
  43. package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts.map +1 -1
  44. package/lib/MediaPlaylist/MediaPlaylist.d.ts +76 -0
  45. package/lib/MediaPlaylist/index.d.ts +1 -0
  46. package/lib/MediaPlaylist/useMediaPlaylist.d.ts +83 -0
  47. package/lib/Pagination/Pagination.d.ts +2 -5
  48. package/lib/Pagination/model.d.ts +2 -2
  49. package/lib/css/main.css +561 -249
  50. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  51. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  52. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  53. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  66. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  89. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  90. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  91. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  92. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  93. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  94. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  95. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  96. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  97. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  98. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  99. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  100. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors-with-modes.css +13 -0
  101. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +8 -0
  102. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  103. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  104. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  105. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  106. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  107. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  108. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  109. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  110. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  111. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  112. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  113. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  114. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  115. package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
  116. package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
  117. package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
  118. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  119. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  120. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  121. package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
  122. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  123. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  124. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  125. package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
  126. package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
  127. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  128. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  129. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  130. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  131. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  132. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  133. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  134. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  135. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  136. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  137. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  138. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  139. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  140. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  141. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  142. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  143. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  144. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  145. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  146. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  147. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  148. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  149. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  150. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  151. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  152. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  153. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  154. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  155. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  156. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  157. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  158. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  159. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  160. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  161. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  162. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  163. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  164. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  165. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  166. package/lib/design-tokens/js/module/tokens/functional/components/media-playlist/colors.js +15 -0
  167. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
  168. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  169. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  170. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  171. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  172. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  173. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  174. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  175. package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
  176. package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
  177. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  178. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  179. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  180. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  181. package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
  182. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  183. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  184. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  185. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  186. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  187. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  188. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  189. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  190. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  191. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  192. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  193. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  194. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  195. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  196. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  197. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  198. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  199. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  200. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  201. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  202. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  203. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  204. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  205. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  206. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  207. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  208. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  209. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  210. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  211. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  212. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  213. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  214. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  215. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  216. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  217. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  218. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  219. package/lib/design-tokens/js/tokens/functional/components/media-playlist/colors.js +6 -0
  220. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  221. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  222. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  223. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  224. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  225. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  226. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  227. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  228. package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
  229. package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
  230. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  231. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  232. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  233. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  234. package/lib/design-tokens/js/tokens/functional/components/token/colors.js +1 -1
  235. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  236. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  237. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  238. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  239. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  240. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  241. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  242. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  243. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  244. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  245. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  246. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  247. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  248. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  249. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  250. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  251. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  252. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  253. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  254. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  255. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  256. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  257. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  258. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  259. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  260. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  261. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  262. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  263. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  264. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  265. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  266. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  267. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  268. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  269. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  270. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  271. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  272. package/lib/design-tokens/scss/tokens/functional/components/media-playlist/colors.scss +5 -0
  273. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  274. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  275. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  276. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  277. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  278. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  279. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  280. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  281. package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
  282. package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
  283. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  284. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  285. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  286. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  287. package/lib/design-tokens/scss/tokens/functional/components/token/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/media-playlist/colors.d.ts +15 -0
  353. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.js +12 -0
  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/tabs/base.d.ts +1 -1
  371. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
  372. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
  373. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
  374. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  375. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  376. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  377. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  378. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  379. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  380. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  381. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  382. package/lib/design-tokens/ts/tokens/functional/components/token/colors.d.ts +1 -1
  383. package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
  384. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  385. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  386. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  387. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  388. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  389. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  390. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  391. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  392. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  393. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  394. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  395. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  396. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  397. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  398. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  399. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  400. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  401. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  402. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  403. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  404. package/lib/index.d.ts +1 -0
  405. package/lib/index.js +1 -1
  406. package/lib/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.content.d.ts +48 -0
  407. package/lib/recipes/Flexsuite/Details/FlexSuiteAIDetailsPlaylist/FlexSuiteAIDetailsPlaylist.d.ts +6 -0
  408. package/lib/recipes/Flexsuite/Details/index.d.ts +3 -0
  409. package/package.json +1 -1
  410. package/esm/LogoSuite/LogoSuite.module-CWV4mJoG.css +0 -1
  411. package/esm/Pagination/Pagination.module-C7Z_pTFq.css +0 -1
  412. package/esm/SubNav/SubNav.module-CFXuWNmS.css +0 -1
  413. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes-C2GLM06X.css +0 -1
  414. package/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes.css +0 -17
package/lib/css/main.css CHANGED
@@ -78,7 +78,7 @@ html {
78
78
 
79
79
  /**
80
80
  * Do not edit directly
81
- * Generated on Fri, 29 May 2026 12:59:24 GMT
81
+ * Generated on Tue, 02 Jun 2026 14:39:23 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 Fri, 29 May 2026 12:59:24 GMT
359
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
360
360
  */
361
361
 
362
362
  :root {
@@ -383,7 +383,7 @@ html {
383
383
 
384
384
  /**
385
385
  * Do not edit directly
386
- * Generated on Fri, 29 May 2026 12:59:24 GMT
386
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
387
387
  */
388
388
 
389
389
  :root {
@@ -400,7 +400,7 @@ html {
400
400
 
401
401
  /**
402
402
  * Do not edit directly
403
- * Generated on Fri, 29 May 2026 12:59:24 GMT
403
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
404
404
  */
405
405
 
406
406
  :root {
@@ -558,7 +558,7 @@ html {
558
558
 
559
559
  /**
560
560
  * Do not edit directly
561
- * Generated on Fri, 29 May 2026 12:59:23 GMT
561
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
562
562
  */
563
563
 
564
564
  :root {
@@ -572,7 +572,7 @@ html {
572
572
 
573
573
  /**
574
574
  * Do not edit directly
575
- * Generated on Fri, 29 May 2026 12:59:23 GMT
575
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
576
576
  */
577
577
 
578
578
  :root {
@@ -591,7 +591,7 @@ html {
591
591
 
592
592
  /**
593
593
  * Do not edit directly
594
- * Generated on Fri, 29 May 2026 12:59:24 GMT
594
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
595
595
  */
596
596
 
597
597
  :root,
@@ -693,7 +693,7 @@ html {
693
693
 
694
694
  /**
695
695
  * Do not edit directly
696
- * Generated on Fri, 29 May 2026 12:59:24 GMT
696
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
697
697
  */
698
698
 
699
699
  :root {
@@ -720,7 +720,7 @@ html {
720
720
 
721
721
  /**
722
722
  * Do not edit directly
723
- * Generated on Fri, 29 May 2026 12:59:25 GMT
723
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
724
724
  */
725
725
 
726
726
  :root,
@@ -1493,7 +1493,7 @@ html {
1493
1493
 
1494
1494
  /**
1495
1495
  * Do not edit directly
1496
- * Generated on Fri, 29 May 2026 12:59:23 GMT
1496
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
1497
1497
  */
1498
1498
 
1499
1499
  :root {
@@ -1747,7 +1747,7 @@ html {
1747
1747
 
1748
1748
  /**
1749
1749
  * Do not edit directly
1750
- * Generated on Fri, 29 May 2026 12:59:23 GMT
1750
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
1751
1751
  */
1752
1752
 
1753
1753
  :root {
@@ -6746,7 +6746,7 @@ html {
6746
6746
 
6747
6747
  /**
6748
6748
  * Do not edit directly
6749
- * Generated on Fri, 29 May 2026 12:59:24 GMT
6749
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
6750
6750
  */
6751
6751
 
6752
6752
  :root,
@@ -7057,7 +7057,7 @@ html {
7057
7057
 
7058
7058
  /**
7059
7059
  * Do not edit directly
7060
- * Generated on Fri, 29 May 2026 12:59:23 GMT
7060
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
7061
7061
  */
7062
7062
 
7063
7063
  :root {
@@ -7193,7 +7193,7 @@ html {
7193
7193
 
7194
7194
  /**
7195
7195
  * Do not edit directly
7196
- * Generated on Fri, 29 May 2026 12:59:24 GMT
7196
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
7197
7197
  */
7198
7198
 
7199
7199
  :root,
@@ -7209,7 +7209,7 @@ html {
7209
7209
 
7210
7210
  /**
7211
7211
  * Do not edit directly
7212
- * Generated on Fri, 29 May 2026 12:59:24 GMT
7212
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
7213
7213
  */
7214
7214
 
7215
7215
  :root {
@@ -7619,7 +7619,7 @@ html {
7619
7619
 
7620
7620
  /**
7621
7621
  * Do not edit directly
7622
- * Generated on Fri, 29 May 2026 12:59:24 GMT
7622
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
7623
7623
  */
7624
7624
 
7625
7625
  :root,
@@ -7886,7 +7886,7 @@ html {
7886
7886
 
7887
7887
  /**
7888
7888
  * Do not edit directly
7889
- * Generated on Fri, 29 May 2026 12:59:23 GMT
7889
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
7890
7890
  */
7891
7891
 
7892
7892
  :root {
@@ -8556,7 +8556,7 @@ html {
8556
8556
 
8557
8557
  /**
8558
8558
  * Do not edit directly
8559
- * Generated on Fri, 29 May 2026 12:59:24 GMT
8559
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
8560
8560
  */
8561
8561
 
8562
8562
  :root,
@@ -9145,7 +9145,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
9145
9145
 
9146
9146
  /**
9147
9147
  * Do not edit directly
9148
- * Generated on Fri, 29 May 2026 12:59:23 GMT
9148
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
9149
9149
  */
9150
9150
 
9151
9151
  :root {
@@ -9181,7 +9181,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
9181
9181
 
9182
9182
  /**
9183
9183
  * Do not edit directly
9184
- * Generated on Fri, 29 May 2026 12:59:25 GMT
9184
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
9185
9185
  */
9186
9186
 
9187
9187
  :root,
@@ -10003,7 +10003,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10003
10003
 
10004
10004
  /**
10005
10005
  * Do not edit directly
10006
- * Generated on Fri, 29 May 2026 12:59:25 GMT
10006
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
10007
10007
  */
10008
10008
 
10009
10009
  :root,
@@ -10017,6 +10017,466 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10017
10017
  --brand-RiverStoryScroll-content-inactive-bgColor: var(--brand-color-canvas-default);
10018
10018
  }
10019
10019
 
10020
+ .Primer_Brand__Pagination-module__Pagination___qDHkk {
10021
+ margin-top: var(--base-size-20);
10022
+ margin-bottom: var(--base-size-16);
10023
+ text-align: center;
10024
+ }
10025
+
10026
+ .Primer_Brand__Pagination-module__Pagination__inner___tB9Za {
10027
+ display: inline-flex;
10028
+ flex-wrap: wrap;
10029
+ align-items: center;
10030
+ justify-content: center;
10031
+ gap: var(--base-size-8);
10032
+ }
10033
+
10034
+ .Primer_Brand__Pagination-module__Pagination__pageItem___Ehtp4 {
10035
+ transition: none; /* Prevents flash of background color when changing pages */
10036
+ --brand-button-subtle-borderColor-rest: transparent;
10037
+ --brand-button-subtle-borderColor-hover: transparent;
10038
+ --brand-button-subtle-borderColor-active: transparent;
10039
+ }
10040
+
10041
+ .Primer_Brand__Pagination-module__Pagination__controlContent___QuYzj {
10042
+ position: relative;
10043
+ display: inline-flex;
10044
+ gap: var(--base-size-4);
10045
+ align-items: center;
10046
+ }
10047
+
10048
+ .Primer_Brand__Pagination-module__Pagination__controlArrowWrapper___UbqtD {
10049
+ display: none;
10050
+ flex-shrink: 0;
10051
+ }
10052
+
10053
+ .Primer_Brand__Pagination-module__Pagination__controlArrowWrapper--previous___yVz6V {
10054
+ transform: translateX(var(--base-size-2));
10055
+ }
10056
+
10057
+ .Primer_Brand__Pagination-module__Pagination__controlArrowWrapper--next___jHfRO {
10058
+ transform: translateX(calc(var(--base-size-2) * -1));
10059
+ }
10060
+
10061
+ .Primer_Brand__Pagination-module__Pagination__controlArrow___gKpCw {
10062
+ width: var(--base-size-16);
10063
+ height: var(--base-size-16);
10064
+ }
10065
+
10066
+ @media screen and (max-width: 47.99rem) {
10067
+ .Primer_Brand__Pagination-module__Pagination__controlItem___jcLa5 {
10068
+ padding-inline: var(--base-size-8);
10069
+ --brand-button-subtle-borderColor-rest: transparent;
10070
+ --brand-button-subtle-borderColor-hover: transparent;
10071
+ --brand-button-subtle-borderColor-active: transparent;
10072
+ }
10073
+
10074
+ .Primer_Brand__Pagination-module__Pagination__controlText___jthrj {
10075
+ position: absolute;
10076
+ width: var(--base-size-2);
10077
+ height: var(--base-size-2);
10078
+ padding: 0;
10079
+ overflow: hidden;
10080
+ clip: rect(0, 0, 0, 0);
10081
+ word-wrap: normal;
10082
+ border: 0;
10083
+ }
10084
+
10085
+ .Primer_Brand__Pagination-module__Pagination__controlArrowWrapper___UbqtD {
10086
+ display: flex;
10087
+ }
10088
+
10089
+ .Primer_Brand__Pagination-module__Pagination__controlItem___jcLa5 > span {
10090
+ display: flex;
10091
+ align-items: center;
10092
+ }
10093
+
10094
+ .Primer_Brand__Pagination-module__Pagination__controlItem___jcLa5 > span > span {
10095
+ display: flex;
10096
+ align-items: center;
10097
+ line-height: 0;
10098
+ }
10099
+ }
10100
+
10101
+ /**
10102
+ * Do not edit directly
10103
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
10104
+ */
10105
+
10106
+ :root,
10107
+ [data-color-mode="light"] {
10108
+ --brand-MediaPlaylist-bgColor: linear-gradient(180deg, rgba(242, 245, 243, 0.5) 0%, rgba(242, 245, 243, 0) 100%), var(--brand-color-canvas-default);
10109
+ }
10110
+
10111
+ [data-color-mode="dark"] {
10112
+ --brand-MediaPlaylist-bgColor: linear-gradient(180deg, var(--base-color-scale-gray-8) 0%, var(--base-color-scale-black-0) 100%), var(--brand-color-canvas-default);
10113
+ }
10114
+
10115
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist___X3BZt {
10116
+ padding-block-start: var(--base-size-36);
10117
+ padding-inline: var(--base-size-20);
10118
+ }
10119
+
10120
+ @media screen and (max-width: 63.24rem) {
10121
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist___X3BZt {
10122
+ width: 100%;
10123
+ max-width: 38.625rem;
10124
+ margin-inline: auto;
10125
+ padding: 0;
10126
+ }
10127
+ }
10128
+
10129
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__layout___YZKVk {
10130
+ display: flex;
10131
+ flex-direction: column;
10132
+ background: var(--brand-MediaPlaylist-bgColor);
10133
+ }
10134
+
10135
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__playlist___nIpOa {
10136
+ order: 2;
10137
+ min-width: 0;
10138
+ border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
10139
+ }
10140
+
10141
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__heading___nM7Ip {
10142
+ display: flex;
10143
+ min-height: var(--base-size-48);
10144
+ align-items: center;
10145
+ gap: var(--base-size-8);
10146
+ padding: var(--base-size-12) var(--base-size-16);
10147
+ border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
10148
+ color: var(--brand-color-text-muted);
10149
+ font-family: var(--brand-fontStack-monospace);
10150
+ font-size: var(--brand-text-size-100);
10151
+ line-height: var(--brand-text-lineHeight-100);
10152
+ text-transform: uppercase;
10153
+ }
10154
+
10155
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__headingLabel___BRQPm {
10156
+ margin: 0;
10157
+ color: inherit;
10158
+ font-family: inherit;
10159
+ font-size: inherit;
10160
+ font-weight: inherit;
10161
+ letter-spacing: inherit;
10162
+ line-height: inherit;
10163
+ text-transform: inherit;
10164
+ }
10165
+
10166
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__headingCounter___ao736 {
10167
+ display: inline-flex;
10168
+ align-items: center;
10169
+ gap: var(--base-size-8);
10170
+ color: var(--brand-color-text-default);
10171
+ }
10172
+
10173
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__headingCounter___ao736::before {
10174
+ content: '•';
10175
+ color: var(--brand-color-text-muted);
10176
+ }
10177
+
10178
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__mediaPanels___hwtyP {
10179
+ order: 1;
10180
+ width: 100%;
10181
+ padding: var(--base-size-16);
10182
+ }
10183
+
10184
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__mediaPanel___sTQVI {
10185
+ min-width: 0;
10186
+ }
10187
+
10188
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__mediaPanel___sTQVI[hidden] {
10189
+ display: none;
10190
+ }
10191
+
10192
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__panel___VH451 {
10193
+ display: flex;
10194
+ flex-direction: column;
10195
+ gap: var(--base-size-20);
10196
+ width: 100%;
10197
+ }
10198
+
10199
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__panelContent___xAUrL {
10200
+ max-width: var(--brand-Prose-lineLength);
10201
+ }
10202
+
10203
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__media___rS1uR {
10204
+ overflow: hidden;
10205
+ background-color: var(--base-color-scale-black-0);
10206
+ }
10207
+
10208
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__media___rS1uR img, .Primer_Brand__MediaPlaylist-module__MediaPlaylist__media___rS1uR picture, .Primer_Brand__MediaPlaylist-module__MediaPlaylist__media___rS1uR video, .Primer_Brand__MediaPlaylist-module__MediaPlaylist__media___rS1uR iframe {
10209
+ display: block;
10210
+ width: 100%;
10211
+ max-width: 100%;
10212
+ }
10213
+
10214
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__tablist___IODGO {
10215
+ order: 2;
10216
+ display: flex;
10217
+ flex-direction: column;
10218
+ overflow-x: hidden;
10219
+ }
10220
+
10221
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist--overflowItems___tKiJV .Primer_Brand__MediaPlaylist-module__MediaPlaylist__tablist___IODGO {
10222
+ max-block-size: calc((3 * var(--base-size-64)) + (6 * var(--base-size-12)));
10223
+ overflow-y: auto;
10224
+ overscroll-behavior: contain;
10225
+ scroll-padding-block: var(--base-size-24);
10226
+ }
10227
+
10228
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__pagination___WG5zu {
10229
+ order: 3;
10230
+ display: flex;
10231
+ justify-content: center;
10232
+ margin: 0;
10233
+ padding: var(--base-size-12) var(--base-size-16) var(--base-size-16);
10234
+ border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
10235
+ }
10236
+
10237
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__item___BXYUO {
10238
+ position: relative;
10239
+ min-width: 0;
10240
+ display: flex;
10241
+ flex: 0 0 auto;
10242
+ flex-direction: column;
10243
+ align-items: flex-start;
10244
+ min-block-size: calc(var(--base-size-64) + (2 * var(--base-size-12)));
10245
+ overflow-x: hidden;
10246
+ }
10247
+
10248
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__item___BXYUO::before {
10249
+ content: '';
10250
+ position: absolute;
10251
+ inset-block-end: 0;
10252
+ inset-inline: 0;
10253
+ height: var(--brand-borderWidth-thin);
10254
+ transform: scaleY(1);
10255
+ transform-origin: 50% 100%;
10256
+ background-color: var(--brand-color-border-muted);
10257
+ transition: transform var(--brand-animation-duration-fast) ease,
10258
+ background-color var(--brand-animation-duration-fast) ease;
10259
+ }
10260
+
10261
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__item--selected___vmJ8h {
10262
+ background-color: var(--brand-color-canvas-subtle);
10263
+ }
10264
+
10265
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__item--selected___vmJ8h::before {
10266
+ transform: scaleY(2);
10267
+ background-color: var(--brand-color-accent-primary);
10268
+ }
10269
+
10270
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__itemHeading___mWbE8 {
10271
+ display: block;
10272
+ margin: 0;
10273
+ color: var(--brand-color-text-muted);
10274
+ }
10275
+
10276
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__item--selected___vmJ8h .Primer_Brand__MediaPlaylist-module__MediaPlaylist__itemHeading___mWbE8 {
10277
+ color: var(--brand-color-text-default);
10278
+ }
10279
+
10280
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__itemHeadingContent___Nl9LU {
10281
+ flex: 1 1 auto;
10282
+ min-width: 0;
10283
+ }
10284
+
10285
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__itemHeadingDetails___Y6For {
10286
+ display: flex;
10287
+ flex-direction: column;
10288
+ gap: var(--base-size-4);
10289
+ min-width: 0;
10290
+ }
10291
+
10292
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__itemHeadingTitle___PcEmO {
10293
+ display: -webkit-box;
10294
+ color: inherit;
10295
+ overflow: hidden;
10296
+ word-wrap: anywhere;
10297
+ -webkit-box-orient: vertical;
10298
+ -webkit-line-clamp: 2;
10299
+ line-clamp: 2;
10300
+ }
10301
+
10302
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__tab___hcSSV {
10303
+ box-sizing: border-box;
10304
+ width: 100%;
10305
+ min-block-size: calc(var(--base-size-64) + (2 * var(--base-size-12)));
10306
+ border: 0;
10307
+ background: transparent;
10308
+ color: inherit;
10309
+ font: inherit;
10310
+ text-align: left;
10311
+ display: flex;
10312
+ flex-direction: column;
10313
+ align-items: flex-start;
10314
+ cursor: pointer;
10315
+ outline: none;
10316
+ padding: var(--base-size-12) var(--base-size-16);
10317
+ }
10318
+
10319
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__tabContent___sa1zl {
10320
+ display: flex;
10321
+ align-items: flex-start;
10322
+ min-width: 0;
10323
+ width: 100%;
10324
+ gap: var(--base-size-12);
10325
+ }
10326
+
10327
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__thumbnail___ApiLF {
10328
+ display: block;
10329
+ flex-shrink: 0;
10330
+ width: var(--base-size-112);
10331
+ block-size: calc(var(--base-size-64) - var(--brand-borderWidth-thin));
10332
+ overflow: hidden;
10333
+ aspect-ratio: 16 / 9;
10334
+ border-radius: var(--brand-borderRadius-small);
10335
+ background-color: var(--brand-color-canvas-subtle);
10336
+ }
10337
+
10338
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__thumbnail___ApiLF > * {
10339
+ display: block;
10340
+ width: 100%;
10341
+ height: 100%;
10342
+ -o-object-fit: cover;
10343
+ object-fit: cover;
10344
+ }
10345
+
10346
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__tab___hcSSV:focus-visible {
10347
+ outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
10348
+ outline-offset: var(--base-size-4);
10349
+ }
10350
+
10351
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__content___BaIhp {
10352
+ display: flex;
10353
+ flex-direction: column;
10354
+ align-items: flex-start;
10355
+ gap: var(--base-size-12);
10356
+ }
10357
+
10358
+ @media screen and (min-width: 38.625rem) {
10359
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist___X3BZt {
10360
+ border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
10361
+ }
10362
+ }
10363
+
10364
+ @media screen and (min-width: 63.25rem) {
10365
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist___X3BZt {
10366
+ box-sizing: border-box;
10367
+ width: 100%;
10368
+ max-inline-size: 80rem;
10369
+ margin-inline: auto;
10370
+ padding: 0;
10371
+ border-inline: none;
10372
+ }
10373
+
10374
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__layout___YZKVk {
10375
+ --brand-MediaPlaylist-desktopGutter: 3.75rem;
10376
+ --brand-MediaPlaylist-sidebarWidth: 27rem;
10377
+
10378
+ display: grid;
10379
+ box-sizing: border-box;
10380
+ width: 100%;
10381
+ grid-template-areas: 'media tabs';
10382
+ grid-template-columns: minmax(0, 1fr) minmax(0, 27rem);
10383
+ grid-template-columns: minmax(0, 1fr) minmax(0, var(--brand-MediaPlaylist-sidebarWidth));
10384
+ grid-column-gap: 3.75rem;
10385
+ grid-column-gap: var(--brand-MediaPlaylist-desktopGutter);
10386
+ -moz-column-gap: 3.75rem;
10387
+ column-gap: 3.75rem;
10388
+ -moz-column-gap: var(--brand-MediaPlaylist-desktopGutter);
10389
+ column-gap: var(--brand-MediaPlaylist-desktopGutter);
10390
+ padding-inline-start: 3.75rem;
10391
+ padding-inline-start: var(--brand-MediaPlaylist-desktopGutter);
10392
+ }
10393
+
10394
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__playlist___nIpOa {
10395
+ grid-area: tabs;
10396
+ display: flex;
10397
+ flex-direction: column;
10398
+ align-self: stretch;
10399
+ padding-block-start: calc(var(--base-size-48) + var(--base-size-12));
10400
+ border: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
10401
+ }
10402
+
10403
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist--overflowItems___tKiJV .Primer_Brand__MediaPlaylist-module__MediaPlaylist__tablist___IODGO {
10404
+ max-block-size: calc((3 * var(--base-size-64)) + (6 * var(--base-size-20)));
10405
+ }
10406
+
10407
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__mediaPanels___hwtyP {
10408
+ grid-area: media;
10409
+ display: flex;
10410
+ align-items: flex-start;
10411
+ justify-content: flex-start;
10412
+ padding-block: var(--base-size-80);
10413
+ padding-inline: 0;
10414
+ }
10415
+
10416
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__mediaPanel___sTQVI {
10417
+ width: 100%;
10418
+ }
10419
+
10420
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__panel___VH451 {
10421
+ gap: var(--base-size-40);
10422
+ }
10423
+
10424
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__panelContent___xAUrL {
10425
+ width: 100%;
10426
+ }
10427
+
10428
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__media___rS1uR {
10429
+ width: 100%;
10430
+ }
10431
+
10432
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__media___rS1uR iframe {
10433
+ aspect-ratio: 16 / 9;
10434
+ border-radius: var(--base-size-6);
10435
+ }
10436
+
10437
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__itemHeadingDetails___Y6For {
10438
+ font-size: var(--brand-text-size-200);
10439
+ line-height: var(--brand-text-lineHeight-200);
10440
+ }
10441
+
10442
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__panelContent___xAUrL h1 + p, .Primer_Brand__MediaPlaylist-module__MediaPlaylist__panelContent___xAUrL h2 + p, .Primer_Brand__MediaPlaylist-module__MediaPlaylist__panelContent___xAUrL h3 + p {
10443
+ margin-block-start: var(--base-size-12);
10444
+ }
10445
+
10446
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__heading___nM7Ip {
10447
+ min-height: auto;
10448
+ padding-block-start: var(--base-size-24);
10449
+ padding-block-end: var(--base-size-12);
10450
+ padding-inline-start: var(--base-size-32);
10451
+ padding-inline-end: var(--brand-MediaPlaylist-desktopGutter);
10452
+ }
10453
+
10454
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__item___BXYUO {
10455
+ min-block-size: calc(var(--base-size-64) + (2 * var(--base-size-20)));
10456
+ }
10457
+
10458
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__tab___hcSSV {
10459
+ min-block-size: calc(var(--base-size-64) + (2 * var(--base-size-20)));
10460
+ padding-block: var(--base-size-20);
10461
+ padding-inline-start: var(--base-size-32);
10462
+ padding-inline-end: var(--brand-MediaPlaylist-desktopGutter);
10463
+ }
10464
+
10465
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__tabContent___sa1zl {
10466
+ align-items: center;
10467
+ }
10468
+ }
10469
+
10470
+ @media screen and (min-width: 80rem) {
10471
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist___X3BZt {
10472
+ border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
10473
+ }
10474
+
10475
+ .Primer_Brand__MediaPlaylist-module__MediaPlaylist__playlist___nIpOa {
10476
+ border-inline-end: 0;
10477
+ }
10478
+ }
10479
+
10020
10480
  /*
10021
10481
  * Default Checkbox styles
10022
10482
  */
@@ -11789,7 +12249,7 @@ Fixes safari bug where outline doesn't respect border-radius
11789
12249
 
11790
12250
  /**
11791
12251
  * Do not edit directly
11792
- * Generated on Fri, 29 May 2026 12:59:25 GMT
12252
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
11793
12253
  */
11794
12254
 
11795
12255
  :root,
@@ -11817,7 +12277,7 @@ Fixes safari bug where outline doesn't respect border-radius
11817
12277
 
11818
12278
  /**
11819
12279
  * Do not edit directly
11820
- * Generated on Fri, 29 May 2026 12:59:24 GMT
12280
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
11821
12281
  */
11822
12282
 
11823
12283
  :root,
@@ -11833,7 +12293,7 @@ Fixes safari bug where outline doesn't respect border-radius
11833
12293
 
11834
12294
  /**
11835
12295
  * Do not edit directly
11836
- * Generated on Fri, 29 May 2026 12:59:23 GMT
12296
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
11837
12297
  */
11838
12298
 
11839
12299
  :root {
@@ -11886,7 +12346,7 @@ Fixes safari bug where outline doesn't respect border-radius
11886
12346
 
11887
12347
  /**
11888
12348
  * Do not edit directly
11889
- * Generated on Fri, 29 May 2026 12:59:24 GMT
12349
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
11890
12350
  */
11891
12351
 
11892
12352
  :root,
@@ -12051,7 +12511,7 @@ Fixes safari bug where outline doesn't respect border-radius
12051
12511
 
12052
12512
  /**
12053
12513
  * Do not edit directly
12054
- * Generated on Fri, 29 May 2026 12:59:23 GMT
12514
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
12055
12515
  */
12056
12516
 
12057
12517
  :root {
@@ -12060,7 +12520,7 @@ Fixes safari bug where outline doesn't respect border-radius
12060
12520
 
12061
12521
  /**
12062
12522
  * Do not edit directly
12063
- * Generated on Fri, 29 May 2026 12:59:24 GMT
12523
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
12064
12524
  */
12065
12525
 
12066
12526
  :root,
@@ -12082,7 +12542,7 @@ Fixes safari bug where outline doesn't respect border-radius
12082
12542
 
12083
12543
  /**
12084
12544
  * Do not edit directly
12085
- * Generated on Fri, 29 May 2026 12:59:24 GMT
12545
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
12086
12546
  */
12087
12547
 
12088
12548
  :root {
@@ -12364,7 +12824,7 @@ Fixes safari bug where outline doesn't respect border-radius
12364
12824
 
12365
12825
  /**
12366
12826
  * Do not edit directly
12367
- * Generated on Fri, 29 May 2026 12:59:24 GMT
12827
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
12368
12828
  */
12369
12829
 
12370
12830
  :root,
@@ -12623,7 +13083,7 @@ Fixes safari bug where outline doesn't respect border-radius
12623
13083
 
12624
13084
  /**
12625
13085
  * Do not edit directly
12626
- * Generated on Fri, 29 May 2026 12:59:23 GMT
13086
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
12627
13087
  */
12628
13088
 
12629
13089
  :root {
@@ -12637,7 +13097,7 @@ Fixes safari bug where outline doesn't respect border-radius
12637
13097
 
12638
13098
  /**
12639
13099
  * Do not edit directly
12640
- * Generated on Fri, 29 May 2026 12:59:25 GMT
13100
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
12641
13101
  */
12642
13102
 
12643
13103
  :root,
@@ -13088,7 +13548,7 @@ Fixes safari bug where outline doesn't respect border-radius
13088
13548
 
13089
13549
  /**
13090
13550
  * Do not edit directly
13091
- * Generated on Fri, 29 May 2026 12:59:25 GMT
13551
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
13092
13552
  */
13093
13553
 
13094
13554
  :root,
@@ -13104,7 +13564,7 @@ Fixes safari bug where outline doesn't respect border-radius
13104
13564
 
13105
13565
  /**
13106
13566
  * Do not edit directly
13107
- * Generated on Fri, 29 May 2026 12:59:24 GMT
13567
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
13108
13568
  */
13109
13569
 
13110
13570
  :root {
@@ -13849,7 +14309,7 @@ Fixes safari bug where outline doesn't respect border-radius
13849
14309
 
13850
14310
  /**
13851
14311
  * Do not edit directly
13852
- * Generated on Fri, 29 May 2026 12:59:25 GMT
14312
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
13853
14313
  */
13854
14314
 
13855
14315
  :root,
@@ -13865,7 +14325,7 @@ Fixes safari bug where outline doesn't respect border-radius
13865
14325
 
13866
14326
  /**
13867
14327
  * Do not edit directly
13868
- * Generated on Fri, 29 May 2026 12:59:25 GMT
14328
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
13869
14329
  */
13870
14330
 
13871
14331
  :root,
@@ -14304,7 +14764,7 @@ Fixes safari bug where outline doesn't respect border-radius
14304
14764
 
14305
14765
  /**
14306
14766
  * Do not edit directly
14307
- * Generated on Fri, 29 May 2026 12:59:25 GMT
14767
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
14308
14768
  */
14309
14769
 
14310
14770
  :root,
@@ -14527,7 +14987,7 @@ Fixes safari bug where outline doesn't respect border-radius
14527
14987
 
14528
14988
  /**
14529
14989
  * Do not edit directly
14530
- * Generated on Fri, 29 May 2026 12:59:23 GMT
14990
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
14531
14991
  */
14532
14992
 
14533
14993
  :root {
@@ -14538,7 +14998,7 @@ Fixes safari bug where outline doesn't respect border-radius
14538
14998
 
14539
14999
  /**
14540
15000
  * Do not edit directly
14541
- * Generated on Fri, 29 May 2026 12:59:24 GMT
15001
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
14542
15002
  */
14543
15003
 
14544
15004
  :root,
@@ -15183,7 +15643,7 @@ Fixes safari bug where outline doesn't respect border-radius
15183
15643
 
15184
15644
  /**
15185
15645
  * Do not edit directly
15186
- * Generated on Fri, 29 May 2026 12:59:25 GMT
15646
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
15187
15647
  */
15188
15648
 
15189
15649
  :root,
@@ -16082,7 +16542,7 @@ Fixes safari bug where outline doesn't respect border-radius
16082
16542
 
16083
16543
  /**
16084
16544
  * Do not edit directly
16085
- * Generated on Fri, 29 May 2026 12:59:23 GMT
16545
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
16086
16546
  */
16087
16547
 
16088
16548
  :root {
@@ -16093,7 +16553,7 @@ Fixes safari bug where outline doesn't respect border-radius
16093
16553
 
16094
16554
  /**
16095
16555
  * Do not edit directly
16096
- * Generated on Fri, 29 May 2026 12:59:25 GMT
16556
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
16097
16557
  */
16098
16558
 
16099
16559
  :root,
@@ -16592,7 +17052,7 @@ Fixes safari bug where outline doesn't respect border-radius
16592
17052
 
16593
17053
  /**
16594
17054
  * Do not edit directly
16595
- * Generated on Fri, 29 May 2026 12:59:23 GMT
17055
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
16596
17056
  */
16597
17057
 
16598
17058
  :root {
@@ -16612,7 +17072,7 @@ Fixes safari bug where outline doesn't respect border-radius
16612
17072
 
16613
17073
  /**
16614
17074
  * Do not edit directly
16615
- * Generated on Fri, 29 May 2026 12:59:25 GMT
17075
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
16616
17076
  */
16617
17077
 
16618
17078
  :root,
@@ -16648,7 +17108,7 @@ Fixes safari bug where outline doesn't respect border-radius
16648
17108
 
16649
17109
  /**
16650
17110
  * Do not edit directly
16651
- * Generated on Fri, 29 May 2026 12:59:25 GMT
17111
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
16652
17112
  */
16653
17113
 
16654
17114
  :root,
@@ -16672,7 +17132,7 @@ Fixes safari bug where outline doesn't respect border-radius
16672
17132
 
16673
17133
  /**
16674
17134
  * Do not edit directly
16675
- * Generated on Fri, 29 May 2026 12:59:24 GMT
17135
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
16676
17136
  */
16677
17137
 
16678
17138
  :root {
@@ -16755,18 +17215,7 @@ Fixes safari bug where outline doesn't respect border-radius
16755
17215
  .Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-emphasis___MjgGb img,
16756
17216
  .Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-emphasis___MjgGb a {
16757
17217
  width: auto;
16758
- height: var(--base-size-28);
16759
- }
16760
-
16761
- @media screen and (min-width: 48rem) {
16762
- .Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-muted___a0P8Z svg,
16763
- .Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-muted___a0P8Z img,
16764
- .Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-muted___a0P8Z a,
16765
- .Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-emphasis___MjgGb svg,
16766
- .Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-emphasis___MjgGb img,
16767
- .Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-emphasis___MjgGb a {
16768
- height: var(--base-size-32);
16769
- }
17218
+ height: var(--base-size-32);
16770
17219
  }
16771
17220
 
16772
17221
  .Primer_Brand__LogoSuite-module__LogoSuite__logobar--variant-muted___a0P8Z svg,
@@ -16928,7 +17377,6 @@ Fixes safari bug where outline doesn't respect border-radius
16928
17377
  .Primer_Brand__LogoSuite-module__LogoSuite--gridline-expressive___Aq8ax .Primer_Brand__LogoSuite-module__LogoSuite__content___tKr_a {
16929
17378
  padding-inline: 0;
16930
17379
  gap: 0;
16931
- max-width: 618px; /* From the Figma design */
16932
17380
  }
16933
17381
 
16934
17382
  .Primer_Brand__LogoSuite-module__LogoSuite--gridline-expressive___Aq8ax .Primer_Brand__LogoSuite-module__LogoSuite__textContainer___hClnV {
@@ -16963,8 +17411,12 @@ Fixes safari bug where outline doesn't respect border-radius
16963
17411
  }
16964
17412
 
16965
17413
  @media screen and (min-width: 48rem) {
17414
+ .Primer_Brand__LogoSuite-module__LogoSuite--gridline-expressive___Aq8ax {
17415
+ padding-inline: 91px;
17416
+ }
17417
+
16966
17418
  .Primer_Brand__LogoSuite-module__LogoSuite--gridline-expressive___Aq8ax .Primer_Brand__LogoSuite-module__LogoSuite__logobarContainer___LzoS_ {
16967
- padding: var(--base-size-36);
17419
+ padding: var(--base-size-40);
16968
17420
  }
16969
17421
  .Primer_Brand__LogoSuite-module__LogoSuite--gridline-expressive___Aq8ax .Primer_Brand__LogoSuite-module__LogoSuite__content___tKr_a {
16970
17422
  border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
@@ -16975,6 +17427,10 @@ Fixes safari bug where outline doesn't respect border-radius
16975
17427
  }
16976
17428
 
16977
17429
  @media screen and (min-width: 64rem) {
17430
+ .Primer_Brand__LogoSuite-module__LogoSuite--gridline-expressive___Aq8ax {
17431
+ padding-inline: 0;
17432
+ }
17433
+
16978
17434
  .Primer_Brand__LogoSuite-module__LogoSuite--gridline-expressive___Aq8ax .Primer_Brand__LogoSuite-module__LogoSuite__content___tKr_a {
16979
17435
  max-width: 1280px;
16980
17436
  }
@@ -17148,7 +17604,7 @@ Fixes safari bug where outline doesn't respect border-radius
17148
17604
 
17149
17605
  /**
17150
17606
  * Do not edit directly
17151
- * Generated on Fri, 29 May 2026 12:59:25 GMT
17607
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
17152
17608
  */
17153
17609
 
17154
17610
  :root,
@@ -17162,7 +17618,7 @@ Fixes safari bug where outline doesn't respect border-radius
17162
17618
 
17163
17619
  /**
17164
17620
  * Do not edit directly
17165
- * Generated on Fri, 29 May 2026 12:59:23 GMT
17621
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
17166
17622
  */
17167
17623
 
17168
17624
  :root {
@@ -17176,7 +17632,7 @@ Fixes safari bug where outline doesn't respect border-radius
17176
17632
 
17177
17633
  /**
17178
17634
  * Do not edit directly
17179
- * Generated on Fri, 29 May 2026 12:59:23 GMT
17635
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
17180
17636
  */
17181
17637
 
17182
17638
  :root {
@@ -19352,7 +19808,7 @@ Fixes safari bug where outline doesn't respect border-radius
19352
19808
 
19353
19809
  /**
19354
19810
  * Do not edit directly
19355
- * Generated on Fri, 29 May 2026 12:59:24 GMT
19811
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
19356
19812
  */
19357
19813
 
19358
19814
  :root {
@@ -19376,7 +19832,7 @@ Fixes safari bug where outline doesn't respect border-radius
19376
19832
 
19377
19833
  /**
19378
19834
  * Do not edit directly
19379
- * Generated on Fri, 29 May 2026 12:59:25 GMT
19835
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
19380
19836
  */
19381
19837
 
19382
19838
  :root,
@@ -20030,7 +20486,7 @@ Fixes safari bug where outline doesn't respect border-radius
20030
20486
 
20031
20487
  /**
20032
20488
  * Do not edit directly
20033
- * Generated on Fri, 29 May 2026 12:59:25 GMT
20489
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
20034
20490
  */
20035
20491
 
20036
20492
  :root,
@@ -20044,7 +20500,7 @@ Fixes safari bug where outline doesn't respect border-radius
20044
20500
 
20045
20501
  /**
20046
20502
  * Do not edit directly
20047
- * Generated on Fri, 29 May 2026 12:59:24 GMT
20503
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
20048
20504
  */
20049
20505
 
20050
20506
  :root {
@@ -20060,7 +20516,7 @@ Fixes safari bug where outline doesn't respect border-radius
20060
20516
 
20061
20517
  /**
20062
20518
  * Do not edit directly
20063
- * Generated on Fri, 29 May 2026 12:59:25 GMT
20519
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
20064
20520
  */
20065
20521
 
20066
20522
  :root,
@@ -20853,7 +21309,7 @@ Fixes safari bug where outline doesn't respect border-radius
20853
21309
 
20854
21310
  /**
20855
21311
  * Do not edit directly
20856
- * Generated on Fri, 29 May 2026 12:59:23 GMT
21312
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
20857
21313
  */
20858
21314
 
20859
21315
  :root {
@@ -20862,7 +21318,7 @@ Fixes safari bug where outline doesn't respect border-radius
20862
21318
 
20863
21319
  /**
20864
21320
  * Do not edit directly
20865
- * Generated on Fri, 29 May 2026 12:59:25 GMT
21321
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
20866
21322
  */
20867
21323
 
20868
21324
  :root,
@@ -21257,23 +21713,27 @@ Fixes safari bug where outline doesn't respect border-radius
21257
21713
  }
21258
21714
 
21259
21715
  .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
21260
- padding: var(--base-size-8);
21716
+ margin-inline-start: var(--base-size-8);
21717
+ padding: var(--base-size-4) var(--base-size-12);
21261
21718
  }
21262
21719
 
21263
21720
  .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) {
21264
- display: inline-block;
21721
+ display: inline-flex;
21265
21722
  background-color: var(--brand-SubNav-color-link-bgColor);
21266
21723
  border-radius: var(--brand-borderRadius-full);
21267
- padding: var(--base-size-2) var(--base-size-12) var(--base-size-4);
21268
- margin-inline-start: var(--base-size-8);
21269
21724
  }
21270
21725
 
21271
21726
  .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover {
21727
+ display: inline-flex;
21272
21728
  background-color: var(--brand-SubNav-color-link-bgColor);
21273
- border-radius: var(--brand-borderRadius-medium);
21729
+ border-radius: var(--brand-borderRadius-full);
21730
+ }
21731
+
21732
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
21733
+ display: inline-flex;
21734
+ animation: Primer_Brand__SubNav-module__fade-in___t8Rrr 0.3s var(--brand-animation-easing-glide) forwards;
21274
21735
  }
21275
21736
 
21276
- .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ,
21277
21737
  .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__action-container___lgC_T {
21278
21738
  display: block;
21279
21739
  animation: Primer_Brand__SubNav-module__fade-in___t8Rrr 0.3s var(--brand-animation-easing-glide) forwards;
@@ -21297,6 +21757,13 @@ Fixes safari bug where outline doesn't respect border-radius
21297
21757
  margin: 0;
21298
21758
  padding-inline-start: var(--base-size-16);
21299
21759
  padding-block-start: var(--base-size-8);
21760
+ display: flex;
21761
+ flex-direction: column;
21762
+ gap: var(--base-size-8);
21763
+ }
21764
+
21765
+ .Primer_Brand__SubNav-module__SubNav__sub-menu___UENed .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
21766
+ margin-inline-start: 0;
21300
21767
  }
21301
21768
 
21302
21769
  .Primer_Brand__SubNav-module__SubNav__sub-menu--dropdown___tPNZN .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
@@ -21327,10 +21794,6 @@ Fixes safari bug where outline doesn't respect border-radius
21327
21794
  z-index: 100;
21328
21795
  }
21329
21796
 
21330
- .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
21331
- padding-block-end: var(--base-size-6);
21332
- }
21333
-
21334
21797
  .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG {
21335
21798
  padding-inline: var(--base-size-16);
21336
21799
  padding-block-end: var(--base-size-16);
@@ -21575,6 +22038,10 @@ Fixes safari bug where outline doesn't respect border-radius
21575
22038
  cursor: pointer;
21576
22039
  }
21577
22040
 
22041
+ .Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW > .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
22042
+ padding-inline-end: 0;
22043
+ }
22044
+
21578
22045
  .Primer_Brand__SubNav-module__SubNav__sub-menu--dropdown___tPNZN .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
21579
22046
  position: relative;
21580
22047
  padding: var(--base-size-4) 0;
@@ -21600,7 +22067,6 @@ Fixes safari bug where outline doesn't respect border-radius
21600
22067
  .Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current]:not([aria-current='false']) {
21601
22068
  background-color: var(--brand-SubNav-color-link-bgColor);
21602
22069
  line-height: 1.1em;
21603
- padding: var(--base-size-2) var(--base-size-12) var(--base-size-4);
21604
22070
  }
21605
22071
 
21606
22072
  /* Firefox optical alignment fix */
@@ -21636,6 +22102,11 @@ Fixes safari bug where outline doesn't respect border-radius
21636
22102
  transition: transform var(--brand-animation-duration-fast);
21637
22103
  }
21638
22104
 
22105
+ .Primer_Brand__SubNav-module__SubNav__link--has-sub-menu___IrziW:not(.Primer_Brand__SubNav-module__SubNav__link--has-active-sub-menu___T8fLN) .Primer_Brand__SubNav-module__SubNav__sub-menu-icon___XxnxY {
22106
+ position: relative;
22107
+ top: calc(-1 * var(--brand-borderWidth-thin));
22108
+ }
22109
+
21639
22110
  .Primer_Brand__SubNav-module__SubNav__sub-menu--anchor___Q6VDG {
21640
22111
  padding-inline: var(--base-size-32);
21641
22112
  }
@@ -21673,7 +22144,7 @@ Fixes safari bug where outline doesn't respect border-radius
21673
22144
 
21674
22145
  /**
21675
22146
  * Do not edit directly
21676
- * Generated on Fri, 29 May 2026 12:59:23 GMT
22147
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
21677
22148
  */
21678
22149
 
21679
22150
  :root {
@@ -21682,7 +22153,7 @@ Fixes safari bug where outline doesn't respect border-radius
21682
22153
 
21683
22154
  /**
21684
22155
  * Do not edit directly
21685
- * Generated on Fri, 29 May 2026 12:59:25 GMT
22156
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
21686
22157
  */
21687
22158
 
21688
22159
  :root,
@@ -22178,7 +22649,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
22178
22649
 
22179
22650
  /**
22180
22651
  * Do not edit directly
22181
- * Generated on Fri, 29 May 2026 12:59:25 GMT
22652
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
22182
22653
  */
22183
22654
 
22184
22655
  :root,
@@ -22277,166 +22748,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
22277
22748
 
22278
22749
  /**
22279
22750
  * Do not edit directly
22280
- * Generated on Fri, 29 May 2026 12:59:25 GMT
22281
- */
22282
-
22283
- :root,
22284
- [data-color-mode="light"] {
22285
- --brand-pagination-link-bgColor-rest: var(--base-color-scale-black-0);
22286
- --brand-pagination-link-bgColor-active: var(--base-color-scale-black-0);
22287
- --brand-pagination-borderColor-hover: var(--base-color-scale-black-0);
22288
- }
22289
-
22290
- [data-color-mode="dark"] {
22291
- --brand-pagination-link-bgColor-rest: var(--base-color-scale-white-0);
22292
- --brand-pagination-link-bgColor-active: var(--base-color-scale-white-0);
22293
- --brand-pagination-borderColor-hover: var(--base-color-scale-white-0);
22294
- }
22295
-
22296
- .Primer_Brand__Pagination-module__Pagination___qDHkk {
22297
- margin-top: var(--base-size-20);
22298
- margin-bottom: var(--base-size-16);
22299
- text-align: center;
22300
- }
22301
-
22302
- .Primer_Brand__Pagination-module__Pagination__inner___tB9Za {
22303
- display: inline-flex;
22304
- align-items: center;
22305
- gap: var(--base-size-8);
22306
- }
22307
-
22308
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5 {
22309
- min-width: var(--base-size-32);
22310
- height: var(--base-size-32);
22311
- text-align: center;
22312
- white-space: nowrap;
22313
- vertical-align: middle;
22314
- cursor: pointer;
22315
- -webkit-user-select: none;
22316
- -moz-user-select: none;
22317
- user-select: none;
22318
- -webkit-text-decoration: none;
22319
- text-decoration: none;
22320
- padding: var(--base-size-4) var(--base-size-8);
22321
- border: var(--brand-borderWidth-thick) solid transparent;
22322
- border-radius: var(--brand-borderRadius-medium);
22323
- transition: border-color var(--brand-animation-duration-fast) var(--brand-animation-easing-default);
22324
- }
22325
-
22326
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5 span {
22327
- font-size: var(--brand-text-size-100);
22328
- line-height: var(--base-size-20);
22329
- }
22330
-
22331
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5:hover,
22332
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5:focus {
22333
- -webkit-text-decoration: none;
22334
- text-decoration: none;
22335
- outline: 0;
22336
- transition-duration: 0.1s;
22337
- border-color: var(--brand-pagination-borderColor-hover);
22338
- }
22339
-
22340
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5::after {
22341
- display: none;
22342
- }
22343
-
22344
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5:active {
22345
- border-color: var(--brand-pagination-link-bgColor-active);
22346
- }
22347
-
22348
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[aria-current],
22349
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[aria-current]:hover {
22350
- background-color: var(--brand-pagination-link-bgColor-active);
22351
- border-color: transparent;
22352
- }
22353
-
22354
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[aria-current] * {
22355
- color: var(--brand-color-text-onEmphasis);
22356
- }
22357
-
22358
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[aria-disabled],
22359
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[aria-disabled]:hover,
22360
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[role='presentation'],
22361
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[role='presentation']:hover {
22362
- color: var(--brand-color-text-muted);
22363
- cursor: default;
22364
- background-color: transparent;
22365
- border-color: transparent;
22366
- font-size: inherit;
22367
- font-family: inherit;
22368
- padding-top: inherit;
22369
- padding-bottom: inherit;
22370
- }
22371
-
22372
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[aria-disabled] *,
22373
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[aria-disabled]:hover *,
22374
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[role='presentation'] *,
22375
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[role='presentation']:hover * {
22376
- color: inherit;
22377
- }
22378
-
22379
- .Primer_Brand__Pagination-module__Pagination__showPages___NUeOl .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='prev'] span,
22380
- .Primer_Brand__Pagination-module__Pagination__showPages___NUeOl .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='next'] span {
22381
- display: none;
22382
- }
22383
-
22384
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='prev'] svg,
22385
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='next'] svg {
22386
- margin-inline: 0;
22387
- position: relative;
22388
- }
22389
-
22390
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='prev'] svg {
22391
- left: var(--base-size-2);
22392
- }
22393
-
22394
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='next'] svg {
22395
- right: var(--base-size-2);
22396
- }
22397
-
22398
- @media screen and (min-width: 48rem) {
22399
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='prev'] span,
22400
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='next'] span {
22401
- display: block !important;
22402
- }
22403
-
22404
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='prev'] svg,
22405
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='next'] svg {
22406
- margin-inline: unset;
22407
- left: 0;
22408
- right: 0;
22409
- }
22410
-
22411
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='prev'][aria-disabled] svg,
22412
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[rel='next'][aria-disabled] svg {
22413
- display: none;
22414
- }
22415
- }
22416
-
22417
- @media (forced-colors: active) {
22418
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[aria-current],
22419
- .Primer_Brand__Pagination-module__Pagination__item___PmxA5[aria-current]:hover {
22420
- border-color: Highlight;
22421
- border-width: var(--brand-borderWidth-thicker);
22422
- }
22423
- }
22424
-
22425
- /* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
22426
- @media (prefers-reduced-motion: reduce) {
22427
- .Primer_Brand__Pagination-module__Pagination___qDHkk,
22428
- .Primer_Brand__Pagination-module__Pagination___qDHkk::before,
22429
- .Primer_Brand__Pagination-module__Pagination___qDHkk::after,
22430
- .Primer_Brand__Pagination-module__Pagination___qDHkk * {
22431
- animation: none !important;
22432
- transition: none !important;
22433
- scroll-behavior: auto !important;
22434
- }
22435
- }
22436
-
22437
- /**
22438
- * Do not edit directly
22439
- * Generated on Fri, 29 May 2026 12:59:24 GMT
22751
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
22440
22752
  */
22441
22753
 
22442
22754
  :root {
@@ -22623,7 +22935,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
22623
22935
 
22624
22936
  /**
22625
22937
  * Do not edit directly
22626
- * Generated on Fri, 29 May 2026 12:59:23 GMT
22938
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
22627
22939
  */
22628
22940
 
22629
22941
  :root {
@@ -22907,7 +23219,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
22907
23219
 
22908
23220
  /**
22909
23221
  * Do not edit directly
22910
- * Generated on Fri, 29 May 2026 12:59:23 GMT
23222
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
22911
23223
  */
22912
23224
 
22913
23225
  :root {
@@ -22918,7 +23230,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
22918
23230
 
22919
23231
  /**
22920
23232
  * Do not edit directly
22921
- * Generated on Fri, 29 May 2026 12:59:25 GMT
23233
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
22922
23234
  */
22923
23235
 
22924
23236
  :root,
@@ -23166,7 +23478,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
23166
23478
 
23167
23479
  /**
23168
23480
  * Do not edit directly
23169
- * Generated on Fri, 29 May 2026 12:59:23 GMT
23481
+ * Generated on Tue, 02 Jun 2026 14:39:22 GMT
23170
23482
  */
23171
23483
 
23172
23484
  :root {
@@ -23175,7 +23487,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
23175
23487
 
23176
23488
  /**
23177
23489
  * Do not edit directly
23178
- * Generated on Fri, 29 May 2026 12:59:25 GMT
23490
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
23179
23491
  */
23180
23492
 
23181
23493
  :root,
@@ -23421,7 +23733,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
23421
23733
 
23422
23734
  /**
23423
23735
  * Do not edit directly
23424
- * Generated on Fri, 29 May 2026 12:59:25 GMT
23736
+ * Generated on Tue, 02 Jun 2026 14:39:23 GMT
23425
23737
  */
23426
23738
 
23427
23739
  :root,