@primer/react-brand 0.53.0-rc.ca2c46ef → 0.53.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 (338) hide show
  1. package/lib/PricingOptions/PricingOptions.d.ts +3 -2
  2. package/lib/SubNav/SubNav.d.ts +5 -0
  3. package/lib/css/main.css +248 -117
  4. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +2 -2
  5. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  6. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  7. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  8. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  9. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +2 -2
  10. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  11. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  12. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  13. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  14. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  15. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  16. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  17. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  18. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  26. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  27. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  28. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +11 -3
  57. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +6 -2
  58. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  66. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  87. package/lib/design-tokens/js/module/tokens/base/colors/light.js +2 -2
  88. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  89. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  90. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  91. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +2 -2
  92. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  93. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  94. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  95. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  96. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  97. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  98. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  99. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  100. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  101. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  102. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  103. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  104. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  105. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  106. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  107. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  108. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  109. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  110. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  111. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  112. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  113. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  114. package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
  115. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +29 -3
  116. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  117. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  118. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  119. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  120. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  121. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  122. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  123. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  124. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  125. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  126. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  127. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  128. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  129. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  130. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  131. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  132. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  133. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  134. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  135. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  136. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  137. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  138. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  139. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  140. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  141. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  142. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  143. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  144. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  145. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  146. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  147. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  148. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  149. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  150. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  151. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  152. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  153. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  154. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  155. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  156. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  157. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  158. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  159. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  160. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  161. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  162. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  163. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  164. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  165. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +6 -2
  166. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  167. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  168. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  169. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  170. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  171. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  172. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  173. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  174. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  175. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  176. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  177. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  178. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  179. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  180. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  181. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  182. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  183. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  184. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  185. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  186. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  187. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  188. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  189. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  190. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  191. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  192. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  193. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  194. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  195. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  196. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  197. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  198. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  199. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  200. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  201. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  202. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  203. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  204. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  205. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  206. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  207. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  208. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  209. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  210. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  211. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  212. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  213. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  214. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  215. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +6 -2
  216. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  217. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  218. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  219. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  220. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  221. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  222. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  223. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  224. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  225. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  226. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  227. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  228. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  229. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  230. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  231. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  232. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  233. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  234. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  235. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  236. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  237. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  238. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  239. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  240. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  241. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  242. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  243. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  244. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  245. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  246. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  247. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  248. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  249. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  250. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  251. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  252. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  253. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  254. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  255. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  256. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  257. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  258. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  259. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  260. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  261. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  262. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  263. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  264. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  265. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
  266. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  267. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  268. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  269. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  270. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  271. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  272. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  273. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
  274. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
  275. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  276. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  277. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  278. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  279. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  280. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  281. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  282. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  283. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  284. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  285. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  286. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  287. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  288. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  289. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  290. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  291. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  292. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  293. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +16 -2
  294. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +16 -2
  295. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  296. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  297. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  298. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  299. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  300. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  301. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  302. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  303. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  304. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  305. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  306. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  307. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  308. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  309. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  310. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  311. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  312. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  313. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  314. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  315. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  316. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  317. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  318. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  319. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  320. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  321. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  322. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  323. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  324. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  325. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  326. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  327. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  328. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  329. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  330. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  331. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  332. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  333. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  334. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  335. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  336. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  337. package/lib/index.js +1 -1
  338. package/package.json +1 -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 Fri, 09 May 2025 09:38:19 GMT
81
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
82
82
  */
83
83
 
84
84
  :root,
@@ -219,7 +219,7 @@ html {
219
219
  }
220
220
 
221
221
  [data-color-mode="dark"] {
222
- --base-color-scale-black-0: #010409;
222
+ --base-color-scale-black-0: #000000;
223
223
  --base-color-scale-transparent: rgba(0,0,0,0);
224
224
  --base-color-scale-white-0: #ffffff;
225
225
  --base-color-scale-gray-0: #f0f6fc;
@@ -356,7 +356,7 @@ html {
356
356
 
357
357
  /**
358
358
  * Do not edit directly
359
- * Generated on Fri, 09 May 2025 09:38:19 GMT
359
+ * Generated on Fri, 09 May 2025 16:03:50 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, 09 May 2025 09:38:19 GMT
386
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
387
387
  */
388
388
 
389
389
  :root {
@@ -399,7 +399,7 @@ html {
399
399
 
400
400
  /**
401
401
  * Do not edit directly
402
- * Generated on Fri, 09 May 2025 09:38:19 GMT
402
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
403
403
  */
404
404
 
405
405
  :root {
@@ -536,7 +536,7 @@ html {
536
536
 
537
537
  /**
538
538
  * Do not edit directly
539
- * Generated on Fri, 09 May 2025 09:38:18 GMT
539
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
540
540
  */
541
541
 
542
542
  :root {
@@ -550,7 +550,7 @@ html {
550
550
 
551
551
  /**
552
552
  * Do not edit directly
553
- * Generated on Fri, 09 May 2025 09:38:18 GMT
553
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
554
554
  */
555
555
 
556
556
  :root {
@@ -569,7 +569,7 @@ html {
569
569
 
570
570
  /**
571
571
  * Do not edit directly
572
- * Generated on Fri, 09 May 2025 09:38:19 GMT
572
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
573
573
  */
574
574
 
575
575
  :root,
@@ -621,7 +621,7 @@ html {
621
621
  --brand-color-neutral-emphasis: var(--base-color-scale-gray-4);
622
622
  --brand-color-neutral-muted: rgba(110,118,129,0.99608);
623
623
  --brand-color-neutral-subtle: rgba(110,118,129,1);
624
- --brand-color-canvas-default: var(--base-color-scale-gray-9);
624
+ --brand-color-canvas-default: var(--base-color-scale-black-0);
625
625
  --brand-color-canvas-overlay: var(--base-color-scale-gray-8);
626
626
  --brand-color-canvas-inset: var(--base-color-scale-black-0);
627
627
  --brand-color-canvas-subtle: var(--base-color-scale-gray-8);
@@ -989,7 +989,7 @@ html {
989
989
 
990
990
  /**
991
991
  * Do not edit directly
992
- * Generated on Fri, 09 May 2025 09:38:19 GMT
992
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
993
993
  */
994
994
 
995
995
  :root,
@@ -1611,7 +1611,7 @@ html {
1611
1611
 
1612
1612
  /**
1613
1613
  * Do not edit directly
1614
- * Generated on Fri, 09 May 2025 09:38:18 GMT
1614
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
1615
1615
  */
1616
1616
 
1617
1617
  :root {
@@ -1904,7 +1904,7 @@ html {
1904
1904
 
1905
1905
  /**
1906
1906
  * Do not edit directly
1907
- * Generated on Fri, 09 May 2025 09:38:19 GMT
1907
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
1908
1908
  */
1909
1909
 
1910
1910
  :root,
@@ -2226,7 +2226,7 @@ html {
2226
2226
 
2227
2227
  /**
2228
2228
  * Do not edit directly
2229
- * Generated on Fri, 09 May 2025 09:38:19 GMT
2229
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
2230
2230
  */
2231
2231
 
2232
2232
  :root {
@@ -2253,7 +2253,7 @@ html {
2253
2253
 
2254
2254
  /**
2255
2255
  * Do not edit directly
2256
- * Generated on Fri, 09 May 2025 09:38:19 GMT
2256
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
2257
2257
  */
2258
2258
 
2259
2259
  :root,
@@ -3009,7 +3009,7 @@ html {
3009
3009
 
3010
3010
  /**
3011
3011
  * Do not edit directly
3012
- * Generated on Fri, 09 May 2025 09:38:18 GMT
3012
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
3013
3013
  */
3014
3014
 
3015
3015
  :root {
@@ -3854,7 +3854,7 @@ html {
3854
3854
 
3855
3855
  /**
3856
3856
  * Do not edit directly
3857
- * Generated on Fri, 09 May 2025 09:38:18 GMT
3857
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
3858
3858
  */
3859
3859
 
3860
3860
  :root {
@@ -4046,7 +4046,7 @@ html {
4046
4046
 
4047
4047
  /**
4048
4048
  * Do not edit directly
4049
- * Generated on Fri, 09 May 2025 09:38:18 GMT
4049
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
4050
4050
  */
4051
4051
 
4052
4052
  :root {
@@ -4057,7 +4057,7 @@ html {
4057
4057
 
4058
4058
  /**
4059
4059
  * Do not edit directly
4060
- * Generated on Fri, 09 May 2025 09:38:19 GMT
4060
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
4061
4061
  */
4062
4062
 
4063
4063
  :root {
@@ -4785,7 +4785,7 @@ html {
4785
4785
 
4786
4786
  /**
4787
4787
  * Do not edit directly
4788
- * Generated on Fri, 09 May 2025 09:38:19 GMT
4788
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
4789
4789
  */
4790
4790
 
4791
4791
  :root,
@@ -5550,7 +5550,7 @@ html {
5550
5550
 
5551
5551
  /**
5552
5552
  * Do not edit directly
5553
- * Generated on Fri, 09 May 2025 09:38:19 GMT
5553
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
5554
5554
  */
5555
5555
 
5556
5556
  :root,
@@ -5578,7 +5578,7 @@ html {
5578
5578
 
5579
5579
  /**
5580
5580
  * Do not edit directly
5581
- * Generated on Fri, 09 May 2025 09:38:19 GMT
5581
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
5582
5582
  */
5583
5583
 
5584
5584
  :root,
@@ -5594,7 +5594,7 @@ html {
5594
5594
 
5595
5595
  /**
5596
5596
  * Do not edit directly
5597
- * Generated on Fri, 09 May 2025 09:38:18 GMT
5597
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
5598
5598
  */
5599
5599
 
5600
5600
  :root {
@@ -5757,7 +5757,7 @@ html {
5757
5757
 
5758
5758
  /**
5759
5759
  * Do not edit directly
5760
- * Generated on Fri, 09 May 2025 09:38:19 GMT
5760
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
5761
5761
  */
5762
5762
 
5763
5763
  :root,
@@ -5773,7 +5773,7 @@ html {
5773
5773
 
5774
5774
  /**
5775
5775
  * Do not edit directly
5776
- * Generated on Fri, 09 May 2025 09:38:19 GMT
5776
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
5777
5777
  */
5778
5778
 
5779
5779
  :root,
@@ -6160,7 +6160,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
6160
6160
 
6161
6161
  /**
6162
6162
  * Do not edit directly
6163
- * Generated on Fri, 09 May 2025 09:38:18 GMT
6163
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
6164
6164
  */
6165
6165
 
6166
6166
  :root {
@@ -6169,7 +6169,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
6169
6169
 
6170
6170
  /**
6171
6171
  * Do not edit directly
6172
- * Generated on Fri, 09 May 2025 09:38:19 GMT
6172
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
6173
6173
  */
6174
6174
 
6175
6175
  :root,
@@ -6187,7 +6187,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
6187
6187
 
6188
6188
  /**
6189
6189
  * Do not edit directly
6190
- * Generated on Fri, 09 May 2025 09:38:19 GMT
6190
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
6191
6191
  */
6192
6192
 
6193
6193
  :root {
@@ -6319,7 +6319,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
6319
6319
 
6320
6320
  /**
6321
6321
  * Do not edit directly
6322
- * Generated on Fri, 09 May 2025 09:38:19 GMT
6322
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
6323
6323
  */
6324
6324
 
6325
6325
  :root,
@@ -7475,7 +7475,7 @@ Fixes safari bug where outline doesn't respect border-radius
7475
7475
 
7476
7476
  /**
7477
7477
  * Do not edit directly
7478
- * Generated on Fri, 09 May 2025 09:38:18 GMT
7478
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
7479
7479
  */
7480
7480
 
7481
7481
  :root {
@@ -7489,7 +7489,7 @@ Fixes safari bug where outline doesn't respect border-radius
7489
7489
 
7490
7490
  /**
7491
7491
  * Do not edit directly
7492
- * Generated on Fri, 09 May 2025 09:38:19 GMT
7492
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
7493
7493
  */
7494
7494
 
7495
7495
  :root,
@@ -7783,7 +7783,7 @@ Fixes safari bug where outline doesn't respect border-radius
7783
7783
 
7784
7784
  /**
7785
7785
  * Do not edit directly
7786
- * Generated on Fri, 09 May 2025 09:38:19 GMT
7786
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
7787
7787
  */
7788
7788
 
7789
7789
  :root,
@@ -7799,7 +7799,7 @@ Fixes safari bug where outline doesn't respect border-radius
7799
7799
 
7800
7800
  /**
7801
7801
  * Do not edit directly
7802
- * Generated on Fri, 09 May 2025 09:38:19 GMT
7802
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
7803
7803
  */
7804
7804
 
7805
7805
  :root {
@@ -8544,7 +8544,7 @@ Fixes safari bug where outline doesn't respect border-radius
8544
8544
 
8545
8545
  /**
8546
8546
  * Do not edit directly
8547
- * Generated on Fri, 09 May 2025 09:38:19 GMT
8547
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
8548
8548
  */
8549
8549
 
8550
8550
  :root,
@@ -8560,7 +8560,7 @@ Fixes safari bug where outline doesn't respect border-radius
8560
8560
 
8561
8561
  /**
8562
8562
  * Do not edit directly
8563
- * Generated on Fri, 09 May 2025 09:38:19 GMT
8563
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
8564
8564
  */
8565
8565
 
8566
8566
  :root,
@@ -8783,7 +8783,7 @@ Fixes safari bug where outline doesn't respect border-radius
8783
8783
 
8784
8784
  /**
8785
8785
  * Do not edit directly
8786
- * Generated on Fri, 09 May 2025 09:38:19 GMT
8786
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
8787
8787
  */
8788
8788
 
8789
8789
  :root,
@@ -8931,7 +8931,7 @@ Fixes safari bug where outline doesn't respect border-radius
8931
8931
 
8932
8932
  /**
8933
8933
  * Do not edit directly
8934
- * Generated on Fri, 09 May 2025 09:38:19 GMT
8934
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
8935
8935
  */
8936
8936
 
8937
8937
  :root,
@@ -9235,7 +9235,7 @@ Fixes safari bug where outline doesn't respect border-radius
9235
9235
 
9236
9236
  /**
9237
9237
  * Do not edit directly
9238
- * Generated on Fri, 09 May 2025 09:38:18 GMT
9238
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
9239
9239
  */
9240
9240
 
9241
9241
  :root {
@@ -9271,7 +9271,7 @@ Fixes safari bug where outline doesn't respect border-radius
9271
9271
 
9272
9272
  /**
9273
9273
  * Do not edit directly
9274
- * Generated on Fri, 09 May 2025 09:38:19 GMT
9274
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
9275
9275
  */
9276
9276
 
9277
9277
  :root,
@@ -9339,7 +9339,7 @@ Fixes safari bug where outline doesn't respect border-radius
9339
9339
 
9340
9340
  /**
9341
9341
  * Do not edit directly
9342
- * Generated on Fri, 09 May 2025 09:38:18 GMT
9342
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
9343
9343
  */
9344
9344
 
9345
9345
  :root {
@@ -9350,7 +9350,7 @@ Fixes safari bug where outline doesn't respect border-radius
9350
9350
 
9351
9351
  /**
9352
9352
  * Do not edit directly
9353
- * Generated on Fri, 09 May 2025 09:38:19 GMT
9353
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
9354
9354
  */
9355
9355
 
9356
9356
  :root,
@@ -9667,7 +9667,7 @@ Fixes safari bug where outline doesn't respect border-radius
9667
9667
 
9668
9668
  /**
9669
9669
  * Do not edit directly
9670
- * Generated on Fri, 09 May 2025 09:38:19 GMT
9670
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
9671
9671
  */
9672
9672
 
9673
9673
  :root,
@@ -10296,7 +10296,7 @@ Fixes safari bug where outline doesn't respect border-radius
10296
10296
 
10297
10297
  /**
10298
10298
  * Do not edit directly
10299
- * Generated on Fri, 09 May 2025 09:38:18 GMT
10299
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
10300
10300
  */
10301
10301
 
10302
10302
  :root {
@@ -10307,7 +10307,7 @@ Fixes safari bug where outline doesn't respect border-radius
10307
10307
 
10308
10308
  /**
10309
10309
  * Do not edit directly
10310
- * Generated on Fri, 09 May 2025 09:38:19 GMT
10310
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
10311
10311
  */
10312
10312
 
10313
10313
  :root,
@@ -13540,7 +13540,7 @@ Fixes safari bug where outline doesn't respect border-radius
13540
13540
 
13541
13541
  /**
13542
13542
  * Do not edit directly
13543
- * Generated on Fri, 09 May 2025 09:38:18 GMT
13543
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
13544
13544
  */
13545
13545
 
13546
13546
  :root {
@@ -13560,7 +13560,7 @@ Fixes safari bug where outline doesn't respect border-radius
13560
13560
 
13561
13561
  /**
13562
13562
  * Do not edit directly
13563
- * Generated on Fri, 09 May 2025 09:38:19 GMT
13563
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
13564
13564
  */
13565
13565
 
13566
13566
  :root,
@@ -13596,7 +13596,7 @@ Fixes safari bug where outline doesn't respect border-radius
13596
13596
 
13597
13597
  /**
13598
13598
  * Do not edit directly
13599
- * Generated on Fri, 09 May 2025 09:38:19 GMT
13599
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
13600
13600
  */
13601
13601
 
13602
13602
  :root,
@@ -13616,7 +13616,7 @@ Fixes safari bug where outline doesn't respect border-radius
13616
13616
 
13617
13617
  /**
13618
13618
  * Do not edit directly
13619
- * Generated on Fri, 09 May 2025 09:38:19 GMT
13619
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
13620
13620
  */
13621
13621
 
13622
13622
  :root {
@@ -13894,7 +13894,7 @@ Fixes safari bug where outline doesn't respect border-radius
13894
13894
 
13895
13895
  /**
13896
13896
  * Do not edit directly
13897
- * Generated on Fri, 09 May 2025 09:38:19 GMT
13897
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
13898
13898
  */
13899
13899
 
13900
13900
  :root,
@@ -13908,7 +13908,7 @@ Fixes safari bug where outline doesn't respect border-radius
13908
13908
 
13909
13909
  /**
13910
13910
  * Do not edit directly
13911
- * Generated on Fri, 09 May 2025 09:38:18 GMT
13911
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
13912
13912
  */
13913
13913
 
13914
13914
  :root {
@@ -13922,7 +13922,7 @@ Fixes safari bug where outline doesn't respect border-radius
13922
13922
 
13923
13923
  /**
13924
13924
  * Do not edit directly
13925
- * Generated on Fri, 09 May 2025 09:38:18 GMT
13925
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
13926
13926
  */
13927
13927
 
13928
13928
  :root {
@@ -16098,7 +16098,7 @@ Fixes safari bug where outline doesn't respect border-radius
16098
16098
 
16099
16099
  /**
16100
16100
  * Do not edit directly
16101
- * Generated on Fri, 09 May 2025 09:38:19 GMT
16101
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
16102
16102
  */
16103
16103
 
16104
16104
  :root {
@@ -16122,7 +16122,7 @@ Fixes safari bug where outline doesn't respect border-radius
16122
16122
 
16123
16123
  /**
16124
16124
  * Do not edit directly
16125
- * Generated on Fri, 09 May 2025 09:38:19 GMT
16125
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
16126
16126
  */
16127
16127
 
16128
16128
  :root,
@@ -16557,7 +16557,7 @@ Fixes safari bug where outline doesn't respect border-radius
16557
16557
 
16558
16558
  /**
16559
16559
  * Do not edit directly
16560
- * Generated on Fri, 09 May 2025 09:38:19 GMT
16560
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
16561
16561
  */
16562
16562
 
16563
16563
  :root {
@@ -16572,16 +16572,24 @@ Fixes safari bug where outline doesn't respect border-radius
16572
16572
 
16573
16573
  /**
16574
16574
  * Do not edit directly
16575
- * Generated on Fri, 09 May 2025 09:38:19 GMT
16575
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
16576
16576
  */
16577
16577
 
16578
16578
  :root,
16579
16579
  [data-color-mode="light"] {
16580
- --brand-PricingOptions-item-bgColor: var(--brand-color-canvas-subtle);
16580
+ --brand-PricingOptions-borderMask: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
16581
+ --brand-PricingOptions-item-bgColor-solid: var(--brand-color-canvas-subtle);
16582
+ --brand-PricingOptions-item-bgColor-gradient-start: var(--brand-color-canvas-subtle);
16583
+ --brand-PricingOptions-item-bgColor-gradient-end: var(--brand-color-canvas-default);
16584
+ --brand-PricingOptions-featureList-group-heading-color: var(--brand-color-text-default);
16581
16585
  }
16582
16586
 
16583
16587
  [data-color-mode="dark"] {
16584
- --brand-PricingOptions-item-bgColor: var(--brand-color-canvas-subtle);
16588
+ --brand-PricingOptions-borderMask: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4));
16589
+ --brand-PricingOptions-item-bgColor-solid: var(--brand-color-canvas-subtle);
16590
+ --brand-PricingOptions-item-bgColor-gradient-start: var(--brand-color-canvas-subtle);
16591
+ --brand-PricingOptions-item-bgColor-gradient-end: var(--brand-color-canvas-default);
16592
+ --brand-PricingOptions-featureList-group-heading-color: var(--brand-color-text-default);
16585
16593
  }
16586
16594
 
16587
16595
  /* ---------------------------------------------------------- */
@@ -16595,8 +16603,7 @@ Fixes safari bug where outline doesn't respect border-radius
16595
16603
  /* prettier-ignore */
16596
16604
  --brand-pricing-options-template-areas:
16597
16605
  'leadingComponent'
16598
- 'label'
16599
- 'heading'
16606
+ 'header'
16600
16607
  'description'
16601
16608
  'price'
16602
16609
  'actions'
@@ -16607,8 +16614,7 @@ Fixes safari bug where outline doesn't respect border-radius
16607
16614
  /* prettier-ignore */
16608
16615
  --brand-pricing-options-template-areas-single-item:
16609
16616
  'leadingComponent actions'
16610
- 'label actions'
16611
- 'heading actions'
16617
+ 'header actions'
16612
16618
  'description actions'
16613
16619
  'price actions'
16614
16620
  'feature-list actions';
@@ -16637,33 +16643,58 @@ Fixes safari bug where outline doesn't respect border-radius
16637
16643
  /* Layout: default */
16638
16644
  /* ---------------------------------------------------------- */
16639
16645
 
16640
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku {
16646
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8 {
16647
+ position: relative;
16641
16648
  border-radius: var(--brand-borderRadius-xlarge);
16642
- border: solid var(--brand-borderWidth-thin) var(--brand-color-border-default);
16643
- background-color: var(--brand-PricingOptions-item-bgColor);
16649
+ }
16650
+
16651
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8.Primer_Brand__PricingOptions-module__PricingOptions--appearance-solid___S7wHh {
16652
+ border: solid 1px var(--brand-color-border-default);
16653
+ background-color: var(--brand-PricingOptions-item-bgColor-solid);
16654
+ }
16655
+
16656
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8.Primer_Brand__PricingOptions-module__PricingOptions--appearance-gradient___kcYQZ,
16657
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-cards___w4AZc.Primer_Brand__PricingOptions-module__PricingOptions--appearance-gradient___kcYQZ .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw {
16658
+ background: linear-gradient(
16659
+ 180deg,
16660
+ var(--brand-PricingOptions-item-bgColor-gradient-start) 0%,
16661
+ var(--brand-PricingOptions-item-bgColor-gradient-end) 100%
16662
+ );
16663
+ }
16664
+
16665
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8.Primer_Brand__PricingOptions-module__PricingOptions--appearance-gradient___kcYQZ::before,
16666
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-cards___w4AZc.Primer_Brand__PricingOptions-module__PricingOptions--appearance-gradient___kcYQZ .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw::before {
16667
+ position: absolute;
16668
+ content: '';
16669
+ inset: 0;
16670
+ pointer-events: none;
16671
+ border-radius: inherit;
16672
+ -webkit-mask-image: var(--brand-PricingOptions-borderMask);
16673
+ mask-image: var(--brand-PricingOptions-borderMask);
16674
+ border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
16644
16675
  }
16645
16676
 
16646
16677
  @media (min-width: 63.25rem) {
16647
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku {
16678
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8 {
16648
16679
  padding-inline: var(--brand-pricing-options-container-padding-inline);
16649
16680
  }
16650
16681
  }
16651
16682
 
16652
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw {
16683
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8 .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw {
16653
16684
  position: relative; /* Used for positioning the divider between items */
16654
16685
  padding-inline: var(--base-size-24);
16655
- padding-block: var(--base-size-24);
16686
+ padding-block: var(--base-size-20);
16656
16687
  }
16657
16688
 
16658
16689
  @media (min-width: 63.25rem) {
16659
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw {
16690
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8 .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw {
16660
16691
  padding-inline: 0;
16661
16692
  padding-block: var(--base-size-40);
16662
16693
  }
16663
16694
  }
16664
16695
 
16665
16696
  /* Horizontal divider between items on small viewports */
16666
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw:nth-child(n + 2)::before {
16697
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8 .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw:nth-child(n + 2)::before {
16667
16698
  content: '';
16668
16699
  position: absolute;
16669
16700
  inset-inline: 0;
@@ -16673,7 +16704,7 @@ Fixes safari bug where outline doesn't respect border-radius
16673
16704
 
16674
16705
  /* Vertical divider between items on larger viewports */
16675
16706
  @media (min-width: 63.25rem) {
16676
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw:nth-child(n + 2)::before {
16707
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8 .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw:nth-child(n + 2)::before {
16677
16708
  inset-inline: 0;
16678
16709
  inset-block: 0;
16679
16710
  width: 1px;
@@ -16681,20 +16712,29 @@ Fixes safari bug where outline doesn't respect border-radius
16681
16712
  margin-block-start: 0;
16682
16713
  margin-inline-start: calc(var(--brand-pricing-options-item-gap) / 2 * -1);
16683
16714
  }
16715
+
16716
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8.Primer_Brand__PricingOptions-module__PricingOptions--appearance-gradient___kcYQZ .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw:nth-child(n + 2)::before {
16717
+ -webkit-mask-image: var(--brand-PricingOptions-borderMask);
16718
+ mask-image: var(--brand-PricingOptions-borderMask);
16719
+ }
16684
16720
  }
16685
16721
 
16686
16722
  /* ---------------------------------------------------------- */
16687
16723
  /* Layout: cards */
16688
16724
  /* ---------------------------------------------------------- */
16689
16725
 
16690
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-cards___qUWf4 .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw {
16726
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-cards___w4AZc .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw {
16727
+ position: relative;
16691
16728
  padding-inline: var(--base-size-32);
16692
16729
  border-radius: var(--brand-borderRadius-xlarge);
16693
- border: solid 1px var(--brand-color-border-default);
16694
- background-color: var(--brand-PricingOptions-item-bgColor);
16695
16730
  padding-block: var(--base-size-32);
16696
16731
  }
16697
16732
 
16733
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-cards___w4AZc.Primer_Brand__PricingOptions-module__PricingOptions--appearance-solid___S7wHh .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw {
16734
+ background-color: var(--brand-PricingOptions-item-bgColor-solid);
16735
+ border: solid var(--brand-borderWidth-thin) var(--brand-color-border-default);
16736
+ }
16737
+
16698
16738
  /* ---------------------------------------------------------- */
16699
16739
  /* Single item */
16700
16740
  /* ---------------------------------------------------------- */
@@ -16726,7 +16766,7 @@ Fixes safari bug where outline doesn't respect border-radius
16726
16766
  /* ---------------------------------------------------------- */
16727
16767
 
16728
16768
  @media (min-width: 48rem) {
16729
- :where(.Primer_Brand__PricingOptions-module__PricingOptions--variant-cards___qUWf4).Primer_Brand__PricingOptions-module__PricingOptions--items4___FgRN3 {
16769
+ :where(.Primer_Brand__PricingOptions-module__PricingOptions--layout-cards___w4AZc).Primer_Brand__PricingOptions-module__PricingOptions--items4___FgRN3 {
16730
16770
  display: grid;
16731
16771
  grid-column-gap: var(--brand-pricing-options-item-gap);
16732
16772
  -moz-column-gap: var(--brand-pricing-options-item-gap);
@@ -16746,16 +16786,16 @@ Fixes safari bug where outline doesn't respect border-radius
16746
16786
  row-gap: 0;
16747
16787
  }
16748
16788
 
16749
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku.Primer_Brand__PricingOptions-module__PricingOptions--items2___Z08y5 {
16789
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8.Primer_Brand__PricingOptions-module__PricingOptions--items2___Z08y5 {
16750
16790
  --brand-pricing-options-item-gap: var(--brand-PricingOptions-items2-gap);
16751
16791
  --brand-pricing-options-container-padding-inline: var(--brand-PricingOptions-items2-container-padding-inline);
16752
16792
  }
16753
16793
 
16754
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku.Primer_Brand__PricingOptions-module__PricingOptions--items3___u4TM8 {
16794
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8.Primer_Brand__PricingOptions-module__PricingOptions--items3___u4TM8 {
16755
16795
  --brand-pricing-options-item-gap: var(--brand-PricingOptions-items3-gap);
16756
16796
  --brand-pricing-options-container-padding-inline: var(--brand-PricingOptions-items3-container-padding-inline);
16757
16797
  }
16758
- .Primer_Brand__PricingOptions-module__PricingOptions--variant-default___OF1Ku.Primer_Brand__PricingOptions-module__PricingOptions--items4___FgRN3 {
16798
+ .Primer_Brand__PricingOptions-module__PricingOptions--layout-default___RU2N8.Primer_Brand__PricingOptions-module__PricingOptions--items4___FgRN3 {
16759
16799
  --brand-pricing-options-item-gap: var(--brand-PricingOptions-items4-gap);
16760
16800
  --brand-pricing-options-container-padding-inline: var(--brand-PricingOptions-items4-container-padding-inline);
16761
16801
  }
@@ -16772,7 +16812,7 @@ Fixes safari bug where outline doesn't respect border-radius
16772
16812
 
16773
16813
  @media (min-width: 63.25rem) {
16774
16814
  .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw {
16775
- grid-row: label / footnote;
16815
+ grid-row: header / footnote;
16776
16816
  grid-template-rows: subgrid;
16777
16817
  }
16778
16818
 
@@ -16814,6 +16854,63 @@ Fixes safari bug where outline doesn't respect border-radius
16814
16854
  /* Content */
16815
16855
  /* ---------------------------------------------------------- */
16816
16856
 
16857
+ .Primer_Brand__PricingOptions-module__PricingOptions__header___NCmt2 {
16858
+ display: flex;
16859
+ grid-area: header;
16860
+ row-gap: var(--base-size-16);
16861
+ }
16862
+
16863
+ /* When item is left-aligned, place the label next to the heading if it fits, and stack it if it doesn't */
16864
+ .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw:not(.Primer_Brand__PricingOptions-module__PricingOptions__item--align-center___X_E4b) .Primer_Brand__PricingOptions-module__PricingOptions__header___NCmt2 {
16865
+ flex-wrap: wrap-reverse;
16866
+ align-items: center;
16867
+ -moz-column-gap: var(--base-size-16);
16868
+ column-gap: var(--base-size-16);
16869
+ margin-block-end: var(--base-size-16);
16870
+ }
16871
+
16872
+ .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw:not(.Primer_Brand__PricingOptions-module__PricingOptions__item--align-center___X_E4b) .Primer_Brand__PricingOptions-module__PricingOptions__label___VwACa {
16873
+ --brand-Label-color: var(--brand-color-accent-primary);
16874
+ --brand-Label-color-start: var(--brand-color-accent-primary-start);
16875
+ --brand-Label-color-end: var(--brand-color-accent-primary-end);
16876
+ flex: 0 0 auto;
16877
+ order: 2;
16878
+ }
16879
+
16880
+ .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw:not(.Primer_Brand__PricingOptions-module__PricingOptions__item--align-center___X_E4b) .Primer_Brand__PricingOptions-module__PricingOptions__heading___LZFAK {
16881
+ margin-block: var(--base-size-16);
16882
+ flex: 0 1 auto;
16883
+ order: 1;
16884
+ align-self: flex-start;
16885
+ }
16886
+
16887
+ @media (min-width: 63.24rem) {
16888
+ .Primer_Brand__PricingOptions-module__PricingOptions__item___V9iAw:not(.Primer_Brand__PricingOptions-module__PricingOptions__item--align-center___X_E4b) .Primer_Brand__PricingOptions-module__PricingOptions__heading___LZFAK {
16889
+ margin-block: 0;
16890
+ }
16891
+ }
16892
+
16893
+ /* When item is centered, stack the label on top the heading */
16894
+ .Primer_Brand__PricingOptions-module__PricingOptions__item--align-center___X_E4b .Primer_Brand__PricingOptions-module__PricingOptions__header___NCmt2 {
16895
+ flex-direction: column;
16896
+ align-items: center;
16897
+ justify-content: flex-end;
16898
+ }
16899
+
16900
+ .Primer_Brand__PricingOptions-module__PricingOptions__item--align-center___X_E4b .Primer_Brand__PricingOptions-module__PricingOptions__label___VwACa {
16901
+ --brand-Label-color: var(--brand-color-accent-primary);
16902
+ --brand-Label-color-start: var(--brand-color-accent-primary-start);
16903
+ --brand-Label-color-end: var(--brand-color-accent-primary-end);
16904
+ order: 1;
16905
+ margin: 0 auto;
16906
+ }
16907
+
16908
+ .Primer_Brand__PricingOptions-module__PricingOptions__item--align-center___X_E4b .Primer_Brand__PricingOptions-module__PricingOptions__heading___LZFAK {
16909
+ margin-block-start: 0;
16910
+ margin-block-end: var(--base-size-16);
16911
+ order: 2;
16912
+ }
16913
+
16817
16914
  .Primer_Brand__PricingOptions-module__PricingOptions__leading-component___FPip4 {
16818
16915
  grid-row: leadingComponent;
16819
16916
  }
@@ -16827,13 +16924,15 @@ Fixes safari bug where outline doesn't respect border-radius
16827
16924
  --brand-Label-color-start: var(--brand-color-accent-primary-start);
16828
16925
  --brand-Label-color-end: var(--brand-color-accent-primary-end);
16829
16926
 
16830
- grid-row: label;
16831
- justify-self: flex-start;
16927
+ flex: 0 0 auto;
16928
+ order: 2;
16832
16929
  }
16833
16930
 
16834
16931
  .Primer_Brand__PricingOptions-module__PricingOptions__heading___LZFAK {
16835
- grid-row: heading;
16836
16932
  margin-block: var(--base-size-16);
16933
+ flex: 0 1 auto; /* Minimum width before wrapping */
16934
+ order: 1;
16935
+ align-self: flex-start;
16837
16936
  }
16838
16937
 
16839
16938
  .Primer_Brand__PricingOptions-module__PricingOptions__description___hb2GR {
@@ -16844,30 +16943,29 @@ Fixes safari bug where outline doesn't respect border-radius
16844
16943
  display: flex;
16845
16944
  flex-wrap: wrap;
16846
16945
  align-content: flex-start;
16847
- -moz-column-gap: var(--base-size-12);
16848
- column-gap: var(--base-size-12);
16849
16946
  grid-row: price;
16850
- padding-block: var(--base-size-24);
16947
+ padding-block-start: var(--base-size-20);
16948
+ padding-block-end: var(--base-size-8);
16851
16949
  }
16852
16950
 
16853
- .Primer_Brand__PricingOptions-module__PricingOptions__price-currency-symbol___Fv4Ny {
16854
- line-height: var(--brand-text-lineHeight-400);
16951
+ @media (max-width: 63.25rem) {
16952
+ .Primer_Brand__PricingOptions-module__PricingOptions__price-value___XH4vo,
16953
+ .Primer_Brand__PricingOptions-module__PricingOptions__price-currency-symbol___Fv4Ny {
16954
+ font-size: var(--brand-text-size-900);
16955
+ }
16855
16956
  }
16856
16957
 
16857
16958
  .Primer_Brand__PricingOptions-module__PricingOptions__price-currency-code___kFWAy {
16858
- align-self: flex-end;
16859
- }
16860
-
16861
- .Primer_Brand__PricingOptions-module__PricingOptions__price-value___XH4vo {
16862
- font-size: 3.5rem;
16863
- line-height: 1;
16959
+ margin-inline-start: var(--base-size-4);
16960
+ color: var(--brand-color-text-muted);
16864
16961
  }
16865
16962
 
16866
16963
  .Primer_Brand__PricingOptions-module__PricingOptions__price-original-price___C9hzM {
16867
16964
  display: inline-flex;
16868
- align-self: flex-end;
16965
+ align-self: center;
16869
16966
  -webkit-text-decoration: none;
16870
16967
  text-decoration: none;
16968
+ margin-inline-start: var(--base-size-8);
16871
16969
  }
16872
16970
 
16873
16971
  .Primer_Brand__PricingOptions-module__PricingOptions__price-original-price-value___Xtjg8 {
@@ -16886,13 +16984,13 @@ Fixes safari bug where outline doesn't respect border-radius
16886
16984
  flex-direction: column;
16887
16985
  gap: var(--base-size-8);
16888
16986
  align-items: flex-end;
16889
- padding-block-start: var(--base-size-24);
16987
+ padding-block-start: var(--base-size-20);
16890
16988
  }
16891
16989
 
16892
16990
  .Primer_Brand__PricingOptions-module__PricingOptions__footnote___UwqUw {
16893
16991
  grid-row: footnote;
16894
16992
  display: block;
16895
- margin-block-start: var(--base-size-40);
16993
+ margin-block-start: var(--base-size-8);
16896
16994
  }
16897
16995
 
16898
16996
  /* ---------------------------------------------------------- */
@@ -16904,24 +17002,26 @@ Fixes safari bug where outline doesn't respect border-radius
16904
17002
  flex-direction: column;
16905
17003
  gap: var(--base-size-8);
16906
17004
  grid-row: feature-list;
16907
- margin-block-start: var(--base-size-24);
17005
+ margin-block-start: var(--base-size-20);
17006
+ padding-block-start: var(--base-size-20);
16908
17007
  width: 100%;
16909
17008
  }
16910
17009
 
16911
17010
  .Primer_Brand__PricingOptions-module__PricingOptions__feature-list--has-divider___GZsaQ {
16912
17011
  border-block-start: solid 1px var(--brand-color-border-default);
16913
17012
  margin: 0;
16914
- margin-block-start: var(--base-size-24);
17013
+ margin-block-start: var(--base-size-20);
16915
17014
  padding-block-start: var(--base-size-40);
16916
17015
  padding-inline: 0;
16917
17016
  }
16918
17017
 
16919
17018
  .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-set___cJt0a:nth-child(n + 2) {
16920
- margin-block-start: var(--base-size-24);
17019
+ margin-block-start: var(--base-size-20);
16921
17020
  }
16922
17021
 
16923
17022
  .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-group-heading___u739o {
16924
- color: var(--brand-color-accent-primary);
17023
+ color: var(--brand-PricingOptions-featureList-group-heading-color);
17024
+ margin-block-start: var(--base-size-12);
16925
17025
  margin-block-end: var(--base-size-8);
16926
17026
  }
16927
17027
 
@@ -16930,14 +17030,14 @@ Fixes safari bug where outline doesn't respect border-radius
16930
17030
  }
16931
17031
 
16932
17032
  .Primer_Brand__PricingOptions-module__PricingOptions__feature-list___BmoFc + .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-group-heading___u739o {
16933
- margin-block-start: var(--base-size-24);
17033
+ margin-block-start: var(--base-size-20);
16934
17034
  }
16935
17035
 
16936
17036
  /*
16937
17037
  * Accordion component overrides
16938
17038
  */
16939
17039
 
16940
- /* Remove paddings and borders */
17040
+ /* paddings and borders */
16941
17041
  .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion___sPJpF {
16942
17042
  border: 0;
16943
17043
  padding: 0;
@@ -16950,7 +17050,7 @@ Fixes safari bug where outline doesn't respect border-radius
16950
17050
 
16951
17051
  /* Adjust heading spacing */
16952
17052
  .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion-heading___QZJNW {
16953
- padding: var(--base-size-16) 0;
17053
+ padding: var(--base-size-8) 0;
16954
17054
  padding-inline-start: 0 !important; /* Fixes dotcom specificity issue */
16955
17055
  margin-block-start: calc(var(--base-size-16) * -1);
16956
17056
  margin-block-end: var(--base-size-8);
@@ -16958,9 +17058,8 @@ Fixes safari bug where outline doesn't respect border-radius
16958
17058
 
16959
17059
  /* Accordion heading styling */
16960
17060
  .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion___sPJpF .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion-heading___QZJNW h1, .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion___sPJpF .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion-heading___QZJNW h2, .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion___sPJpF .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion-heading___QZJNW h3, .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion___sPJpF .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion-heading___QZJNW h4, .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion___sPJpF .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion-heading___QZJNW h5, .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion___sPJpF .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion-heading___QZJNW h6 {
16961
- color: var(--brand-color-text-muted);
16962
- font-size: var(--brand-text-size-300);
16963
- line-height: var(--brand-text-lineHeight-300);
17061
+ font-size: var(--brand-text-size-200);
17062
+ line-height: var(--brand-text-lineHeight-200);
16964
17063
  gap: var(--base-size-8);
16965
17064
  display: inline-flex;
16966
17065
  align-items: center;
@@ -16974,7 +17073,7 @@ Fixes safari bug where outline doesn't respect border-radius
16974
17073
  /* Adjust content paddings */
16975
17074
  .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion___sPJpF .Primer_Brand__PricingOptions-module__PricingOptions__feature-list-accordion-content___hCzO7 {
16976
17075
  padding: 0;
16977
- padding-block-start: var(--base-size-40);
17076
+ padding-block-start: var(--base-size-8);
16978
17077
  padding-inline-start: 0 !important;
16979
17078
  }
16980
17079
 
@@ -16985,7 +17084,7 @@ Fixes safari bug where outline doesn't respect border-radius
16985
17084
 
16986
17085
  /**
16987
17086
  * Do not edit directly
16988
- * Generated on Fri, 09 May 2025 09:38:18 GMT
17087
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
16989
17088
  */
16990
17089
 
16991
17090
  :root {
@@ -16994,7 +17093,7 @@ Fixes safari bug where outline doesn't respect border-radius
16994
17093
 
16995
17094
  /**
16996
17095
  * Do not edit directly
16997
- * Generated on Fri, 09 May 2025 09:38:19 GMT
17096
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
16998
17097
  */
16999
17098
 
17000
17099
  :root,
@@ -17201,7 +17300,8 @@ Fixes safari bug where outline doesn't respect border-radius
17201
17300
  text-decoration: none !important; /* dotcom override */
17202
17301
  }
17203
17302
 
17204
- .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
17303
+ .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
17304
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp::after {
17205
17305
  content: '';
17206
17306
  position: absolute;
17207
17307
  bottom: calc(var(--base-size-2) * -1);
@@ -17323,6 +17423,11 @@ Fixes safari bug where outline doesn't respect border-radius
17323
17423
  padding-block-end: var(--base-size-16);
17324
17424
  }
17325
17425
 
17426
+ .Primer_Brand__SubNav-module__SubNav--has-sub-heading___YxW9a .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA {
17427
+ border-top: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
17428
+ margin-block-start: var(--base-size-16);
17429
+ }
17430
+
17326
17431
  .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp {
17327
17432
  color: var(--brand-color-text-default);
17328
17433
  }
@@ -17344,6 +17449,10 @@ Fixes safari bug where outline doesn't respect border-radius
17344
17449
  justify-content: end;
17345
17450
  }
17346
17451
 
17452
+ .Primer_Brand__SubNav-module__SubNav--has-sub-heading___YxW9a:not(.Primer_Brand__SubNav-module__SubNav--subHeadingActive___AxXKr) .Primer_Brand__SubNav-module__SubNav__overlay-toggle___GY93X {
17453
+ margin-block-start: var(--base-size-12);
17454
+ }
17455
+
17347
17456
  .Primer_Brand__SubNav-module__SubNav__overlay-toggle-content___GYAh4 {
17348
17457
  justify-content: space-between;
17349
17458
  width: 100%;
@@ -17480,12 +17589,29 @@ Fixes safari bug where outline doesn't respect border-radius
17480
17589
 
17481
17590
  .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:focus-visible,
17482
17591
  .Primer_Brand__SubNav-module__SubNav__heading___MAxf6:focus-visible,
17592
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp:focus-visible,
17483
17593
  .Primer_Brand__SubNav-module__SubNav__sub-menu-toggle___FvvL9:focus-visible,
17484
17594
  .Primer_Brand__SubNav-module__SubNav__overlay-toggle___GY93X:focus-visible {
17485
17595
  outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
17486
17596
  outline-offset: var(--base-size-2);
17487
17597
  }
17488
17598
 
17599
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp {
17600
+ display: block;
17601
+ position: relative;
17602
+ }
17603
+
17604
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp[aria-current]:not([aria-current='false'])::after,
17605
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp:hover::after {
17606
+ border-color: var(--brand-color-text-default);
17607
+ opacity: 1;
17608
+ transform: scale(0.8, 1);
17609
+ }
17610
+
17611
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp:focus-visible::after {
17612
+ opacity: 0;
17613
+ }
17614
+
17489
17615
  @media screen and (min-width: 48rem) {
17490
17616
  .Primer_Brand__SubNav-module__SubNav___dVoQu {
17491
17617
  padding: var(--base-size-16) var(--base-size-24);
@@ -17546,6 +17672,11 @@ Fixes safari bug where outline doesn't respect border-radius
17546
17672
  margin-inline-end: var(--base-size-20);
17547
17673
  }
17548
17674
 
17675
+ .Primer_Brand__SubNav-module__SubNav__subHeading___EQNxp {
17676
+ font-size: var(--brand-text-size-100);
17677
+ line-height: var(--brand-text-lineHeight-100);
17678
+ }
17679
+
17549
17680
  .Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND {
17550
17681
  align-items: center;
17551
17682
  display: flex;
@@ -17717,7 +17848,7 @@ Fixes safari bug where outline doesn't respect border-radius
17717
17848
 
17718
17849
  /**
17719
17850
  * Do not edit directly
17720
- * Generated on Fri, 09 May 2025 09:38:18 GMT
17851
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
17721
17852
  */
17722
17853
 
17723
17854
  :root {
@@ -17726,7 +17857,7 @@ Fixes safari bug where outline doesn't respect border-radius
17726
17857
 
17727
17858
  /**
17728
17859
  * Do not edit directly
17729
- * Generated on Fri, 09 May 2025 09:38:19 GMT
17860
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
17730
17861
  */
17731
17862
 
17732
17863
  :root,
@@ -18184,7 +18315,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18184
18315
 
18185
18316
  /**
18186
18317
  * Do not edit directly
18187
- * Generated on Fri, 09 May 2025 09:38:19 GMT
18318
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
18188
18319
  */
18189
18320
 
18190
18321
  :root,
@@ -18283,7 +18414,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18283
18414
 
18284
18415
  /**
18285
18416
  * Do not edit directly
18286
- * Generated on Fri, 09 May 2025 09:38:19 GMT
18417
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
18287
18418
  */
18288
18419
 
18289
18420
  :root,
@@ -18653,7 +18784,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18653
18784
 
18654
18785
  /**
18655
18786
  * Do not edit directly
18656
- * Generated on Fri, 09 May 2025 09:38:19 GMT
18787
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
18657
18788
  */
18658
18789
 
18659
18790
  :root,
@@ -18667,7 +18798,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18667
18798
 
18668
18799
  /**
18669
18800
  * Do not edit directly
18670
- * Generated on Fri, 09 May 2025 09:38:19 GMT
18801
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
18671
18802
  */
18672
18803
 
18673
18804
  :root {
@@ -18854,7 +18985,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18854
18985
 
18855
18986
  /**
18856
18987
  * Do not edit directly
18857
- * Generated on Fri, 09 May 2025 09:38:18 GMT
18988
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
18858
18989
  */
18859
18990
 
18860
18991
  :root {
@@ -19105,7 +19236,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
19105
19236
 
19106
19237
  /**
19107
19238
  * Do not edit directly
19108
- * Generated on Fri, 09 May 2025 09:38:18 GMT
19239
+ * Generated on Fri, 09 May 2025 16:03:49 GMT
19109
19240
  */
19110
19241
 
19111
19242
  :root {
@@ -19116,7 +19247,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
19116
19247
 
19117
19248
  /**
19118
19249
  * Do not edit directly
19119
- * Generated on Fri, 09 May 2025 09:38:19 GMT
19250
+ * Generated on Fri, 09 May 2025 16:03:50 GMT
19120
19251
  */
19121
19252
 
19122
19253
  :root,