@primer/react-brand 0.37.0-rc.f0af6b25 → 0.37.1-rc.27fba906

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 (333) hide show
  1. package/lib/BreakoutBanner/BreakoutBanner.d.ts +4 -4
  2. package/lib/CTABanner/CTABanner.d.ts +4 -4
  3. package/lib/LogoSuite/LogoSuite.figma.d.ts +1 -0
  4. package/lib/Testimonial/Testimonial.d.ts +2 -6
  5. package/lib/animation/TextRevealAnimation/TextRevealAnimation.d.ts +6 -0
  6. package/lib/animation/TextRevealAnimation/TextRevealAnimation.visual.spec.d.ts +1 -0
  7. package/lib/animation/TextRevealAnimation/index.d.ts +1 -0
  8. package/lib/animation/TextRevealAnimation/useTextRevealAnimationLines.d.ts +4 -0
  9. package/lib/animation/index.d.ts +1 -0
  10. package/lib/css/main.css +103 -64
  11. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  12. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  13. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  14. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  15. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  16. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  17. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  18. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  26. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  27. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  28. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/pagination/colors-with-modes.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  66. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  89. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  90. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  91. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  92. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  93. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  94. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  95. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  96. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  97. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  98. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  99. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  100. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  101. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  102. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  103. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  104. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  105. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.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 +1 -1
  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/grid/colors.js +1 -1
  152. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  153. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  154. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  155. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  156. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  157. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  158. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  159. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  160. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  161. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  162. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  163. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  164. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  165. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  166. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  167. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  168. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  169. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  170. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  171. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  172. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  173. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  174. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  175. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  176. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  177. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  178. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  179. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  180. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  181. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  182. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  183. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  184. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  185. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  186. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  187. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  188. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  189. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  190. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  191. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  192. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  193. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  194. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  195. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  196. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  197. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  198. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  199. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  200. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  201. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  202. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  203. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  204. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  205. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  206. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  207. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  208. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  209. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  210. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  211. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  212. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  213. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  214. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  215. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  216. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  217. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  218. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  219. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  220. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  221. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  222. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  223. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  224. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  225. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  226. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  227. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  228. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  229. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  230. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  231. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  232. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  233. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  234. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  235. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  236. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  237. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  238. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  239. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  240. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  241. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  242. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  243. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  244. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  245. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  246. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  247. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  248. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  249. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  250. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  251. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  252. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  253. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  254. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  255. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  256. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  257. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  258. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  259. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  260. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  261. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  262. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  263. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  264. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  265. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  266. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  267. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  268. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  269. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  270. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  271. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  272. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  273. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  274. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  275. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  276. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  277. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  278. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  279. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  280. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  281. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  282. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  283. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  284. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  285. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
  286. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
  287. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  288. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  289. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  290. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  291. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  292. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  293. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  294. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  295. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  296. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  297. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  298. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  299. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  300. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  301. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  302. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  303. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  304. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  305. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  306. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  307. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  308. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  309. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  310. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  311. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  312. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  313. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  314. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  315. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  316. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  317. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  318. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  319. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  320. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  321. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  322. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  323. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  324. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  325. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  326. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  327. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  328. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  329. package/lib/index.js +1 -1
  330. package/lib/recipes/seo/Article/ArticleToC.d.ts +3 -0
  331. package/lib/recipes/seo/Article/article-shared.d.ts +4 -0
  332. package/package.json +2 -1
  333. package/lib/recipes/seo/Article/useWrapLines.d.ts +0 -4
@@ -75,10 +75,10 @@ export declare const BreakoutBanner: React.ForwardRefExoticComponent<Omit<BasePr
75
75
  } & {
76
76
  as?: typeof import("../").HeadingTags[number];
77
77
  size?: typeof import("../").HeadingSizes[number];
78
- weight?: ("medium" | "light" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "extralight") | {
79
- narrow?: "medium" | "light" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "extralight";
80
- regular?: "medium" | "light" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "extralight";
81
- wide?: "medium" | "light" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "extralight";
78
+ weight?: ("medium" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "light" | "extralight") | {
79
+ narrow?: "medium" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "light" | "extralight";
80
+ regular?: "medium" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "light" | "extralight";
81
+ wide?: "medium" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "light" | "extralight";
82
82
  };
83
83
  stretch?: ("normal" | "condensed" | "expanded") | {
84
84
  narrow?: "normal" | "condensed" | "expanded";
@@ -25,10 +25,10 @@ export declare const CTABanner: React.ForwardRefExoticComponent<Omit<BaseProps<H
25
25
  } & {
26
26
  as?: typeof import("../Heading").HeadingTags[number];
27
27
  size?: typeof import("../Heading").HeadingSizes[number];
28
- weight?: ("medium" | "light" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "extralight") | {
29
- narrow?: "medium" | "light" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "extralight";
30
- regular?: "medium" | "light" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "extralight";
31
- wide?: "medium" | "light" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "extralight";
28
+ weight?: ("medium" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "light" | "extralight") | {
29
+ narrow?: "medium" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "light" | "extralight";
30
+ regular?: "medium" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "light" | "extralight";
31
+ wide?: "medium" | "heavy" | "extrabold" | "bold" | "semibold" | "normal" | "light" | "extralight";
32
32
  };
33
33
  stretch?: ("normal" | "condensed" | "expanded") | {
34
34
  narrow?: "normal" | "condensed" | "expanded";
@@ -0,0 +1 @@
1
+ export {};
@@ -22,9 +22,7 @@ export type TestimonialProps = {
22
22
  * Testimonial quote child element
23
23
  * <Testimonial.Quote>
24
24
  */
25
- type QuoteProps = {
26
- children: string | Array<string | React.ReactElement<HTMLElement>>;
27
- } & React.HTMLAttributes<HTMLElement> & BaseProps<HTMLElement>;
25
+ type QuoteProps = React.HTMLAttributes<HTMLElement> & BaseProps<HTMLElement>;
28
26
  /**
29
27
  * Testimonial name child element
30
28
  * <Testimonial.Name>
@@ -49,9 +47,7 @@ declare function _Avatar({ size, ...rest }: AvatarProps): JSX.Element;
49
47
  * @see https://primer.style/brand/components/Testimonial
50
48
  */
51
49
  export declare const Testimonial: React.ForwardRefExoticComponent<Omit<TestimonialProps, "ref"> & React.RefAttributes<unknown>> & {
52
- Quote: React.ForwardRefExoticComponent<Omit<{
53
- children: string | Array<string | React.ReactElement<HTMLElement>>;
54
- } & React.HTMLAttributes<HTMLElement> & BaseProps<HTMLElement>, "ref"> & React.RefAttributes<unknown>>;
50
+ Quote: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLElement> & BaseProps<HTMLElement>, "ref"> & React.RefAttributes<unknown>>;
55
51
  Name: React.ForwardRefExoticComponent<Omit<{
56
52
  position?: string;
57
53
  } & React.HTMLAttributes<HTMLElement> & BaseProps<HTMLElement>, "ref"> & React.RefAttributes<unknown>>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { BaseProps } from '../../component-helpers';
3
+ export type TextRevealAnimationProps = BaseProps<HTMLSpanElement> & Omit<React.HTMLAttributes<HTMLSpanElement>, 'children'> & {
4
+ children: React.ReactChild;
5
+ };
6
+ export declare function TextRevealAnimation({ children, ...rest }: TextRevealAnimationProps): JSX.Element | null;
@@ -0,0 +1 @@
1
+ export * from './TextRevealAnimation';
@@ -0,0 +1,4 @@
1
+ export declare const useTextRevealAnimationLines: (text?: string) => {
2
+ ref: import("react").RefObject<HTMLElement>;
3
+ lines: string[] | undefined;
4
+ };
@@ -1,3 +1,4 @@
1
1
  export * from './AnimationProvider';
2
2
  export * from './Animate';
3
3
  export * from './useAnimation';
4
+ export * from './TextRevealAnimation';
package/lib/css/main.css CHANGED
@@ -89,7 +89,7 @@ select {
89
89
 
90
90
  /**
91
91
  * Do not edit directly
92
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
92
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
93
93
  */
94
94
 
95
95
  :root,
@@ -367,7 +367,7 @@ select {
367
367
 
368
368
  /**
369
369
  * Do not edit directly
370
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
370
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
371
371
  */
372
372
 
373
373
  :root {
@@ -392,7 +392,7 @@ select {
392
392
 
393
393
  /**
394
394
  * Do not edit directly
395
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
395
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
396
396
  */
397
397
 
398
398
  :root {
@@ -408,7 +408,7 @@ select {
408
408
 
409
409
  /**
410
410
  * Do not edit directly
411
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
411
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
412
412
  */
413
413
 
414
414
  :root {
@@ -540,7 +540,7 @@ select {
540
540
 
541
541
  /**
542
542
  * Do not edit directly
543
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
543
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
544
544
  */
545
545
 
546
546
  :root {
@@ -554,7 +554,7 @@ select {
554
554
 
555
555
  /**
556
556
  * Do not edit directly
557
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
557
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
558
558
  */
559
559
 
560
560
  :root {
@@ -573,7 +573,7 @@ select {
573
573
 
574
574
  /**
575
575
  * Do not edit directly
576
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
576
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
577
577
  */
578
578
 
579
579
  :root,
@@ -968,7 +968,7 @@ select {
968
968
 
969
969
  /**
970
970
  * Do not edit directly
971
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
971
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
972
972
  */
973
973
 
974
974
  :root,
@@ -1554,7 +1554,7 @@ select {
1554
1554
 
1555
1555
  /**
1556
1556
  * Do not edit directly
1557
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
1557
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
1558
1558
  */
1559
1559
 
1560
1560
  :root {
@@ -1779,9 +1779,48 @@ select {
1779
1779
  transform: scaleY(1);
1780
1780
  }
1781
1781
 
1782
+ @keyframes Primer_Brand__TextRevealAnimation-module__wipe___Mztl1 {
1783
+ from {
1784
+ transform: scaleX(1);
1785
+ }
1786
+ to {
1787
+ transform: scaleX(0);
1788
+ }
1789
+ }
1790
+
1791
+ .Primer_Brand__TextRevealAnimation-module__TextRevealAnimation___dpkSq {
1792
+ opacity: 0;
1793
+ transition: opacity var(--brand-animation-duration-default) var(--brand-animation-easing-default);
1794
+ }
1795
+
1796
+ .Primer_Brand__TextRevealAnimation-module__TextRevealAnimation--visible___KIbWH {
1797
+ opacity: 1;
1798
+ }
1799
+
1800
+ .Primer_Brand__TextRevealAnimation-module__TextRevealAnimation___dpkSq,
1801
+ .Primer_Brand__TextRevealAnimation-module__TextRevealAnimation--animated___NuoAA {
1802
+ width: 100%;
1803
+ min-height: 1lh;
1804
+ position: relative;
1805
+ }
1806
+
1807
+ .Primer_Brand__TextRevealAnimation-module__TextRevealAnimation--animated___NuoAA::after {
1808
+ content: '';
1809
+ display: inline;
1810
+ position: absolute;
1811
+ top: 0;
1812
+ right: 0;
1813
+ width: 100%;
1814
+ height: 100%;
1815
+ background-color: var(--brand-color-accent-primary);
1816
+ transform-origin: right;
1817
+ animation: Primer_Brand__TextRevealAnimation-module__wipe___Mztl1 var(--brand-animation-duration-extended) forwards var(--brand-animation-easing-default);
1818
+ animation-delay: var(--animation-delay);
1819
+ }
1820
+
1782
1821
  /**
1783
1822
  * Do not edit directly
1784
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
1823
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
1785
1824
  */
1786
1825
 
1787
1826
  :root,
@@ -2065,7 +2104,7 @@ select {
2065
2104
 
2066
2105
  /**
2067
2106
  * Do not edit directly
2068
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
2107
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
2069
2108
  */
2070
2109
 
2071
2110
  :root {
@@ -2092,7 +2131,7 @@ select {
2092
2131
 
2093
2132
  /**
2094
2133
  * Do not edit directly
2095
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
2134
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
2096
2135
  */
2097
2136
 
2098
2137
  :root,
@@ -2850,7 +2889,7 @@ select {
2850
2889
 
2851
2890
  /**
2852
2891
  * Do not edit directly
2853
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
2892
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
2854
2893
  */
2855
2894
 
2856
2895
  :root {
@@ -3693,7 +3732,7 @@ select {
3693
3732
 
3694
3733
  /**
3695
3734
  * Do not edit directly
3696
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
3735
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
3697
3736
  */
3698
3737
 
3699
3738
  :root {
@@ -3714,7 +3753,7 @@ select {
3714
3753
 
3715
3754
  /**
3716
3755
  * Do not edit directly
3717
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
3756
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
3718
3757
  */
3719
3758
 
3720
3759
  :root {
@@ -3725,7 +3764,7 @@ select {
3725
3764
 
3726
3765
  /**
3727
3766
  * Do not edit directly
3728
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
3767
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
3729
3768
  */
3730
3769
 
3731
3770
  :root {
@@ -4466,7 +4505,7 @@ select {
4466
4505
 
4467
4506
  /**
4468
4507
  * Do not edit directly
4469
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
4508
+ * Generated on Mon, 19 Aug 2024 10:10:55 GMT
4470
4509
  */
4471
4510
 
4472
4511
  :root,
@@ -5219,7 +5258,7 @@ select {
5219
5258
 
5220
5259
  /**
5221
5260
  * Do not edit directly
5222
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
5261
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
5223
5262
  */
5224
5263
 
5225
5264
  :root,
@@ -5247,7 +5286,7 @@ select {
5247
5286
 
5248
5287
  /**
5249
5288
  * Do not edit directly
5250
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
5289
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
5251
5290
  */
5252
5291
 
5253
5292
  :root,
@@ -5263,7 +5302,7 @@ select {
5263
5302
 
5264
5303
  /**
5265
5304
  * Do not edit directly
5266
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
5305
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
5267
5306
  */
5268
5307
 
5269
5308
  :root {
@@ -5387,7 +5426,7 @@ select {
5387
5426
 
5388
5427
  /**
5389
5428
  * Do not edit directly
5390
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
5429
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
5391
5430
  */
5392
5431
 
5393
5432
  :root,
@@ -5403,7 +5442,7 @@ select {
5403
5442
 
5404
5443
  /**
5405
5444
  * Do not edit directly
5406
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
5445
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
5407
5446
  */
5408
5447
 
5409
5448
  :root,
@@ -5649,7 +5688,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5649
5688
 
5650
5689
  /**
5651
5690
  * Do not edit directly
5652
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
5691
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
5653
5692
  */
5654
5693
 
5655
5694
  :root {
@@ -5658,7 +5697,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5658
5697
 
5659
5698
  /**
5660
5699
  * Do not edit directly
5661
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
5700
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
5662
5701
  */
5663
5702
 
5664
5703
  :root,
@@ -5676,7 +5715,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5676
5715
 
5677
5716
  /**
5678
5717
  * Do not edit directly
5679
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
5718
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
5680
5719
  */
5681
5720
 
5682
5721
  :root {
@@ -5807,7 +5846,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5807
5846
 
5808
5847
  /**
5809
5848
  * Do not edit directly
5810
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
5849
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
5811
5850
  */
5812
5851
 
5813
5852
  :root,
@@ -6916,7 +6955,7 @@ Fixes safari bug where outline doesn't respect border-radius
6916
6955
 
6917
6956
  /**
6918
6957
  * Do not edit directly
6919
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
6958
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
6920
6959
  */
6921
6960
 
6922
6961
  :root {
@@ -6930,7 +6969,7 @@ Fixes safari bug where outline doesn't respect border-radius
6930
6969
 
6931
6970
  /**
6932
6971
  * Do not edit directly
6933
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
6972
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
6934
6973
  */
6935
6974
 
6936
6975
  :root,
@@ -7168,7 +7207,7 @@ Fixes safari bug where outline doesn't respect border-radius
7168
7207
 
7169
7208
  /**
7170
7209
  * Do not edit directly
7171
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
7210
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
7172
7211
  */
7173
7212
 
7174
7213
  :root,
@@ -7184,7 +7223,7 @@ Fixes safari bug where outline doesn't respect border-radius
7184
7223
 
7185
7224
  /**
7186
7225
  * Do not edit directly
7187
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
7226
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
7188
7227
  */
7189
7228
 
7190
7229
  :root {
@@ -7328,17 +7367,17 @@ Fixes safari bug where outline doesn't respect border-radius
7328
7367
  text-align: left;
7329
7368
  }
7330
7369
 
7331
- .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX th:first-of-type {
7370
+ .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX .Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading___QlGCM:first-child {
7332
7371
  width: 25%;
7333
7372
  margin-right: 40px;
7334
7373
  }
7335
7374
 
7336
- .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX tr td:nth-of-type(1),
7337
- .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX tr:nth-of-type(1) th:nth-of-type(2) {
7375
+ .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX tr td:nth-of-type(1):not(.Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading___QlGCM),
7376
+ .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX tr:nth-of-type(1) .Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading___QlGCM:nth-child(2) {
7338
7377
  width: 40%;
7339
7378
  }
7340
- .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX tr td:nth-of-type(2),
7341
- .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX tr:nth-of-type(1) th:nth-of-type(3) {
7379
+ .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX tr td:nth-of-type(2):not(.Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading___QlGCM),
7380
+ .Primer_Brand__ComparisonTable-module__ComparisonTable___N2YLX tr:nth-of-type(1) .Primer_Brand__ComparisonTable-module__ComparisonTable-cell-heading___QlGCM:nth-child(3) {
7342
7381
  width: 35%;
7343
7382
  margin-left: 40px;
7344
7383
  }
@@ -7502,7 +7541,7 @@ Fixes safari bug where outline doesn't respect border-radius
7502
7541
 
7503
7542
  /**
7504
7543
  * Do not edit directly
7505
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
7544
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
7506
7545
  */
7507
7546
 
7508
7547
  :root,
@@ -7954,7 +7993,7 @@ html {
7954
7993
 
7955
7994
  /**
7956
7995
  * Do not edit directly
7957
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
7996
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
7958
7997
  */
7959
7998
 
7960
7999
  :root,
@@ -8145,7 +8184,7 @@ html {
8145
8184
 
8146
8185
  /**
8147
8186
  * Do not edit directly
8148
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
8187
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
8149
8188
  */
8150
8189
 
8151
8190
  :root,
@@ -8284,7 +8323,7 @@ html {
8284
8323
 
8285
8324
  /**
8286
8325
  * Do not edit directly
8287
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
8326
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
8288
8327
  */
8289
8328
 
8290
8329
  :root,
@@ -8414,7 +8453,7 @@ html {
8414
8453
 
8415
8454
  /**
8416
8455
  * Do not edit directly
8417
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
8456
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
8418
8457
  */
8419
8458
 
8420
8459
  :root {
@@ -8425,7 +8464,7 @@ html {
8425
8464
 
8426
8465
  /**
8427
8466
  * Do not edit directly
8428
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
8467
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
8429
8468
  */
8430
8469
 
8431
8470
  :root,
@@ -8866,7 +8905,7 @@ html {
8866
8905
 
8867
8906
  /**
8868
8907
  * Do not edit directly
8869
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
8908
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
8870
8909
  */
8871
8910
 
8872
8911
  :root,
@@ -9425,7 +9464,7 @@ html {
9425
9464
 
9426
9465
  /**
9427
9466
  * Do not edit directly
9428
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
9467
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
9429
9468
  */
9430
9469
 
9431
9470
  :root {
@@ -9436,7 +9475,7 @@ html {
9436
9475
 
9437
9476
  /**
9438
9477
  * Do not edit directly
9439
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
9478
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
9440
9479
  */
9441
9480
 
9442
9481
  :root,
@@ -13634,7 +13673,7 @@ html {
13634
13673
 
13635
13674
  /**
13636
13675
  * Do not edit directly
13637
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
13676
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
13638
13677
  */
13639
13678
 
13640
13679
  :root {
@@ -13653,7 +13692,7 @@ html {
13653
13692
 
13654
13693
  /**
13655
13694
  * Do not edit directly
13656
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
13695
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
13657
13696
  */
13658
13697
 
13659
13698
  :root,
@@ -13689,7 +13728,7 @@ html {
13689
13728
 
13690
13729
  /**
13691
13730
  * Do not edit directly
13692
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
13731
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
13693
13732
  */
13694
13733
 
13695
13734
  :root,
@@ -13709,7 +13748,7 @@ html {
13709
13748
 
13710
13749
  /**
13711
13750
  * Do not edit directly
13712
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
13751
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
13713
13752
  */
13714
13753
 
13715
13754
  :root {
@@ -13968,7 +14007,7 @@ html {
13968
14007
 
13969
14008
  /**
13970
14009
  * Do not edit directly
13971
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
14010
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
13972
14011
  */
13973
14012
 
13974
14013
  :root,
@@ -13982,7 +14021,7 @@ html {
13982
14021
 
13983
14022
  /**
13984
14023
  * Do not edit directly
13985
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
14024
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
13986
14025
  */
13987
14026
 
13988
14027
  :root {
@@ -13996,7 +14035,7 @@ html {
13996
14035
 
13997
14036
  /**
13998
14037
  * Do not edit directly
13999
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
14038
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
14000
14039
  */
14001
14040
 
14002
14041
  :root {
@@ -16175,7 +16214,7 @@ html {
16175
16214
 
16176
16215
  /**
16177
16216
  * Do not edit directly
16178
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
16217
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
16179
16218
  */
16180
16219
 
16181
16220
  :root {
@@ -16199,7 +16238,7 @@ html {
16199
16238
 
16200
16239
  /**
16201
16240
  * Do not edit directly
16202
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
16241
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
16203
16242
  */
16204
16243
 
16205
16244
  :root,
@@ -16653,7 +16692,7 @@ html {
16653
16692
 
16654
16693
  /**
16655
16694
  * Do not edit directly
16656
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
16695
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
16657
16696
  */
16658
16697
 
16659
16698
  :root {
@@ -16666,7 +16705,7 @@ html {
16666
16705
 
16667
16706
  /**
16668
16707
  * Do not edit directly
16669
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
16708
+ * Generated on Mon, 19 Aug 2024 10:10:55 GMT
16670
16709
  */
16671
16710
 
16672
16711
  :root,
@@ -17068,7 +17107,7 @@ html {
17068
17107
 
17069
17108
  /**
17070
17109
  * Do not edit directly
17071
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
17110
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
17072
17111
  */
17073
17112
 
17074
17113
  :root {
@@ -17077,7 +17116,7 @@ html {
17077
17116
 
17078
17117
  /**
17079
17118
  * Do not edit directly
17080
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
17119
+ * Generated on Mon, 19 Aug 2024 10:10:55 GMT
17081
17120
  */
17082
17121
 
17083
17122
  :root,
@@ -17506,7 +17545,7 @@ html {
17506
17545
 
17507
17546
  /**
17508
17547
  * Do not edit directly
17509
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
17548
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
17510
17549
  */
17511
17550
 
17512
17551
  :root {
@@ -17515,7 +17554,7 @@ html {
17515
17554
 
17516
17555
  /**
17517
17556
  * Do not edit directly
17518
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
17557
+ * Generated on Mon, 19 Aug 2024 10:10:55 GMT
17519
17558
  */
17520
17559
 
17521
17560
  :root,
@@ -17970,7 +18009,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
17970
18009
 
17971
18010
  /**
17972
18011
  * Do not edit directly
17973
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
18012
+ * Generated on Mon, 19 Aug 2024 10:10:55 GMT
17974
18013
  */
17975
18014
 
17976
18015
  :root,
@@ -18071,7 +18110,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18071
18110
 
18072
18111
  /**
18073
18112
  * Do not edit directly
18074
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
18113
+ * Generated on Mon, 19 Aug 2024 10:10:55 GMT
18075
18114
  */
18076
18115
 
18077
18116
  :root,
@@ -18407,7 +18446,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18407
18446
 
18408
18447
  /**
18409
18448
  * Do not edit directly
18410
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
18449
+ * Generated on Mon, 19 Aug 2024 10:10:55 GMT
18411
18450
  */
18412
18451
 
18413
18452
  :root,
@@ -18421,7 +18460,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18421
18460
 
18422
18461
  /**
18423
18462
  * Do not edit directly
18424
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
18463
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
18425
18464
  */
18426
18465
 
18427
18466
  :root {
@@ -18624,7 +18663,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
18624
18663
 
18625
18664
  /**
18626
18665
  * Do not edit directly
18627
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
18666
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
18628
18667
  */
18629
18668
 
18630
18669
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
3
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
4
4
  */
5
5
 
6
6
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 09 Aug 2024 08:25:35 GMT
3
+ * Generated on Mon, 19 Aug 2024 10:10:54 GMT
4
4
  */
5
5
 
6
6
  :root {