@primer/react-brand 0.25.0-rc.4635e10 → 0.25.0-rc.654fe29

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 (262) hide show
  1. package/lib/Accordion/Accordion.d.ts +3 -0
  2. package/lib/FAQ/FAQ.d.ts +4 -2
  3. package/lib/FAQ/FAQGroup.d.ts +22 -0
  4. package/lib/FAQ/index.d.ts +1 -0
  5. package/lib/Stack/Stack.d.ts +2 -2
  6. package/lib/VideoPlayer/VideoPlayer.visual.spec.d.ts +1 -0
  7. package/lib/css/main.css +187 -70
  8. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  9. package/lib/design-tokens/css/tokens/base/colors/color-scales.css +1 -1
  10. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  11. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  12. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  13. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  14. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  15. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  16. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  17. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  18. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  26. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +2 -2
  27. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +9 -3
  28. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +5 -2
  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/grid/colors-with-modes.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  66. package/lib/design-tokens/js/module/tokens/base/colors/color-scales.js +1 -1
  67. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  68. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  69. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  70. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  71. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  72. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  73. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  74. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +17 -14
  75. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +69 -6
  76. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  77. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  78. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  79. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  80. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  81. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  82. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  83. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  84. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  85. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  86. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  87. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  88. package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
  89. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  90. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  91. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  92. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  93. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  94. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  95. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  96. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  97. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  98. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  99. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  100. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  101. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  102. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  103. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  104. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  105. package/lib/design-tokens/js/tokens/base/colors/color-scales.js +1 -1
  106. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  107. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  108. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  109. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  110. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  111. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  112. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  113. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +2 -2
  114. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +5 -2
  115. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  116. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  117. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  118. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  119. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  120. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  121. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  122. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  123. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  124. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  125. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  126. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  127. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  128. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  129. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  130. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  131. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  132. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  133. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  134. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  135. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  136. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  137. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  138. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  139. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  140. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  141. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  142. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  143. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  144. package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +1 -1
  145. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  146. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  147. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  148. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  149. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  150. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  151. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  152. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +2 -2
  153. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +5 -2
  154. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  155. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  156. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  157. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  158. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  159. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  160. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  161. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  162. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  163. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  164. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  165. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  166. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  167. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  168. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  169. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  170. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  171. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  172. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  173. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  174. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  175. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  176. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  177. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  178. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  179. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  180. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  181. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  182. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  183. package/lib/design-tokens/ts/tokens/base/colors/color-scales.d.ts +1 -1
  184. package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +1 -1
  185. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  186. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  187. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  188. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  189. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  190. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  191. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  192. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  193. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  194. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  195. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  196. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  197. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  198. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  199. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +4 -2
  200. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +4 -2
  201. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +12 -3
  202. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +12 -3
  203. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  204. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  205. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  206. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  207. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  208. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  209. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  210. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  211. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  212. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  213. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  214. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  215. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  216. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  217. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  218. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  219. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  220. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  221. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  222. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  223. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  224. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  225. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  226. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  227. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  228. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  229. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  230. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  231. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  232. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  233. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  234. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  235. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  236. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  237. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  238. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  239. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  240. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  241. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  242. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  243. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  244. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  245. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  246. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  247. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  248. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  249. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  250. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  251. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  252. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  253. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  254. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  255. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  256. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  257. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  258. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  259. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  260. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  261. package/lib/index.js +1 -1
  262. package/package.json +1 -1
package/lib/css/main.css CHANGED
@@ -89,7 +89,7 @@ select {
89
89
 
90
90
  /**
91
91
  * Do not edit directly
92
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
92
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
93
93
  */
94
94
 
95
95
  :root,
@@ -629,7 +629,7 @@ select {
629
629
 
630
630
  /**
631
631
  * Do not edit directly
632
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
632
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
633
633
  */
634
634
 
635
635
  :root {
@@ -654,7 +654,7 @@ select {
654
654
 
655
655
  /**
656
656
  * Do not edit directly
657
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
657
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
658
658
  */
659
659
 
660
660
  :root {
@@ -669,7 +669,7 @@ select {
669
669
 
670
670
  /**
671
671
  * Do not edit directly
672
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
672
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
673
673
  */
674
674
 
675
675
  :root {
@@ -796,7 +796,7 @@ select {
796
796
 
797
797
  /**
798
798
  * Do not edit directly
799
- * Generated on Thu, 31 Aug 2023 13:49:39 GMT
799
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
800
800
  */
801
801
 
802
802
  :root {
@@ -810,7 +810,7 @@ select {
810
810
 
811
811
  /**
812
812
  * Do not edit directly
813
- * Generated on Thu, 31 Aug 2023 13:49:39 GMT
813
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
814
814
  */
815
815
 
816
816
  :root {
@@ -828,7 +828,7 @@ select {
828
828
 
829
829
  /**
830
830
  * Do not edit directly
831
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
831
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
832
832
  */
833
833
 
834
834
  :root,
@@ -1181,7 +1181,7 @@ select {
1181
1181
 
1182
1182
  /**
1183
1183
  * Do not edit directly
1184
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
1184
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
1185
1185
  */
1186
1186
 
1187
1187
  :root,
@@ -1731,7 +1731,7 @@ select {
1731
1731
 
1732
1732
  /**
1733
1733
  * Do not edit directly
1734
- * Generated on Thu, 31 Aug 2023 13:49:39 GMT
1734
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
1735
1735
  */
1736
1736
 
1737
1737
  :root {
@@ -1958,7 +1958,7 @@ select {
1958
1958
 
1959
1959
  /**
1960
1960
  * Do not edit directly
1961
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
1961
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
1962
1962
  */
1963
1963
 
1964
1964
  :root,
@@ -2217,7 +2217,7 @@ select {
2217
2217
 
2218
2218
  /**
2219
2219
  * Do not edit directly
2220
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
2220
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
2221
2221
  */
2222
2222
 
2223
2223
  :root {
@@ -2243,7 +2243,7 @@ select {
2243
2243
 
2244
2244
  /**
2245
2245
  * Do not edit directly
2246
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
2246
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
2247
2247
  */
2248
2248
 
2249
2249
  :root,
@@ -3001,7 +3001,7 @@ select {
3001
3001
 
3002
3002
  /**
3003
3003
  * Do not edit directly
3004
- * Generated on Thu, 31 Aug 2023 13:49:39 GMT
3004
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
3005
3005
  */
3006
3006
 
3007
3007
  :root {
@@ -3840,7 +3840,7 @@ select {
3840
3840
 
3841
3841
  /**
3842
3842
  * Do not edit directly
3843
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
3843
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
3844
3844
  */
3845
3845
 
3846
3846
  :root {
@@ -3861,7 +3861,7 @@ select {
3861
3861
 
3862
3862
  /**
3863
3863
  * Do not edit directly
3864
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
3864
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
3865
3865
  */
3866
3866
 
3867
3867
  :root {
@@ -3871,7 +3871,7 @@ select {
3871
3871
 
3872
3872
  /**
3873
3873
  * Do not edit directly
3874
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
3874
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
3875
3875
  */
3876
3876
 
3877
3877
  :root {
@@ -4778,7 +4778,7 @@ select {
4778
4778
 
4779
4779
  /**
4780
4780
  * Do not edit directly
4781
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
4781
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4782
4782
  */
4783
4783
 
4784
4784
  :root,
@@ -4806,7 +4806,7 @@ select {
4806
4806
 
4807
4807
  /**
4808
4808
  * Do not edit directly
4809
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
4809
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4810
4810
  */
4811
4811
 
4812
4812
  :root,
@@ -4822,7 +4822,7 @@ select {
4822
4822
 
4823
4823
  /**
4824
4824
  * Do not edit directly
4825
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
4825
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4826
4826
  */
4827
4827
 
4828
4828
  :root {
@@ -4962,7 +4962,7 @@ select {
4962
4962
 
4963
4963
  /**
4964
4964
  * Do not edit directly
4965
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
4965
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4966
4966
  */
4967
4967
 
4968
4968
  :root,
@@ -4978,7 +4978,7 @@ select {
4978
4978
 
4979
4979
  /**
4980
4980
  * Do not edit directly
4981
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
4981
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4982
4982
  */
4983
4983
 
4984
4984
  :root,
@@ -4995,10 +4995,18 @@ select {
4995
4995
  .Primer_Brand__Accordion-module__Accordion___M_LPt {
4996
4996
  box-sizing: border-box;
4997
4997
  position: relative;
4998
+ }
4999
+
5000
+ .Primer_Brand__Accordion-module__Accordion--default___wLsHR {
4998
5001
  border-bottom: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
4999
5002
  }
5000
5003
 
5001
- .Primer_Brand__Accordion-module__Accordion___M_LPt::after {
5004
+ .Primer_Brand__Accordion-module__Accordion--emphasis___j9wgA:not(.Primer_Brand__Accordion-module__Accordion___M_LPt .Primer_Brand__Accordion-module__Accordion___M_LPt) > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc {
5005
+ border-bottom: var(--brand-borderWidth-thicker) solid var(--brand-color-border-default);
5006
+ margin-bottom: var(--base-size-12);
5007
+ }
5008
+
5009
+ .Primer_Brand__Accordion-module__Accordion--default___wLsHR::after {
5002
5010
  content: '';
5003
5011
  border: 3px solid var(--brand-color-border-default);
5004
5012
  height: 0;
@@ -5011,7 +5019,7 @@ select {
5011
5019
  left: 0;
5012
5020
  }
5013
5021
 
5014
- .Primer_Brand__Accordion-module__Accordion___M_LPt:hover::after {
5022
+ .Primer_Brand__Accordion-module__Accordion--default___wLsHR:hover::after {
5015
5023
  transform: scaleY(0.35);
5016
5024
  }
5017
5025
 
@@ -5019,10 +5027,16 @@ select {
5019
5027
  cursor: pointer;
5020
5028
  padding: var(--base-size-24) 0;
5021
5029
  position: relative;
5022
- display: grid;
5023
- grid-template-columns: var(--base-size-24) auto;
5024
- grid-gap: var(--base-size-8);
5025
- gap: var(--base-size-8);
5030
+ display: flex;
5031
+ justify-content: space-between;
5032
+ }
5033
+
5034
+ [dir="ltr"] .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW {
5035
+ padding-left: var(--base-size-48);
5036
+ }
5037
+
5038
+ [dir="rtl"] .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW {
5039
+ padding-right: var(--base-size-48);
5026
5040
  }
5027
5041
 
5028
5042
  .Primer_Brand__Accordion-module__Accordion__summary___NUIYc::-webkit-details-marker {
@@ -5050,15 +5064,21 @@ select {
5050
5064
  -webkit-text-fill-color: transparent;
5051
5065
  -webkit-box-decoration-break: clone;
5052
5066
  box-decoration-break: clone;
5053
- grid-column: 1 / 2;
5054
- grid-row: 1;
5055
- align-self: center;
5056
- justify-self: center;
5057
- place-self: center center;
5067
+ position: absolute;
5068
+ }
5069
+
5070
+ .Primer_Brand__Accordion-module__Accordion__summary___NUIYc:not(.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW) .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w,
5071
+ .Primer_Brand__Accordion-module__Accordion__summary___NUIYc:not(.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW) .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
5072
+ right: 0;
5073
+ }
5074
+
5075
+ .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w,
5076
+ .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
5077
+ left: 0;
5058
5078
  }
5059
5079
 
5060
- .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before,
5061
- .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
5080
+ .Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before,
5081
+ .Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
5062
5082
  transition: transform var(--brand-animation-duration-fast) ease, opacity var(--brand-animation-duration-faster) ease;
5063
5083
  display: block;
5064
5084
  background: linear-gradient(
@@ -5070,25 +5090,59 @@ select {
5070
5090
  background-clip: text;
5071
5091
  }
5072
5092
 
5073
- .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before {
5093
+ .Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before {
5074
5094
  font-weight: var(--base-text-weight-medium);
5075
5095
  content: '–';
5076
5096
  opacity: 0;
5077
5097
  }
5078
5098
 
5079
- .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
5099
+ .Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
5080
5100
  content: '+';
5081
5101
  }
5082
5102
 
5083
- details[open] .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before {
5103
+ .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w,
5104
+ .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
5105
+ transform: translate(0, -2px);
5106
+ }
5107
+
5108
+ .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
5109
+ opacity: 0;
5110
+ }
5111
+
5112
+ details[open] .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
5113
+ opacity: 1;
5114
+ }
5115
+
5116
+ details[open] .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w {
5117
+ opacity: 0;
5118
+ }
5119
+
5120
+ details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before {
5084
5121
  opacity: 1;
5085
5122
  transform: rotateZ(180deg);
5086
5123
  }
5087
- details[open] .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
5124
+
5125
+ details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
5088
5126
  opacity: 0;
5089
5127
  transform: rotateZ(180deg);
5090
5128
  }
5091
5129
 
5130
+ [dir="ltr"] .Primer_Brand__Accordion-module__Accordion__summary___NUIYc:not(.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW) {
5131
+ padding-right: var(--base-size-48);
5132
+ }
5133
+
5134
+ [dir="rtl"] .Primer_Brand__Accordion-module__Accordion__summary___NUIYc:not(.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW) {
5135
+ padding-left: var(--base-size-48);
5136
+ }
5137
+
5138
+ [dir="ltr"] .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW {
5139
+ padding-left: var(--base-size-48);
5140
+ }
5141
+
5142
+ [dir="rtl"] .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW {
5143
+ padding-right: var(--base-size-48);
5144
+ }
5145
+
5092
5146
  .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5093
5147
  color: var(--brand-color-text-muted);
5094
5148
  font-family: var(--brand-fontStack-sansSerif);
@@ -5098,22 +5152,24 @@ details[open] .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3
5098
5152
  }
5099
5153
 
5100
5154
  details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5101
- padding-left: var(--base-size-40);
5102
5155
  padding-bottom: var(--base-size-24);
5103
5156
  margin-top: calc(var(--base-size-16) * -1); /* for 8px gap between question and answer */
5104
5157
  animation: Primer_Brand__Accordion-module__fade-in___b3l0l 0.5s;
5105
5158
  }
5106
- .Primer_Brand__Accordion-module__Accordion__content-item___M_dlm {
5107
- margin-bottom: var(--base-size-12);
5159
+
5160
+ [dir="ltr"] details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW + .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5161
+ padding-left: var(--base-size-48);
5162
+ }
5163
+
5164
+ [dir="rtl"] details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW + .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5165
+ padding-right: var(--base-size-48);
5108
5166
  }
5167
+
5109
5168
  /* Medium breakpoint and up */
5110
5169
  @media screen and (min-width: 48rem) {
5111
5170
  .Primer_Brand__Accordion-module__Accordion__summary___NUIYc {
5112
5171
  gap: var(--base-size-40);
5113
5172
  }
5114
- details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5115
- padding-left: calc(var(--base-size-48) + var(--base-size-16));
5116
- }
5117
5173
  }
5118
5174
 
5119
5175
  @keyframes Primer_Brand__Accordion-module__fade-in___b3l0l {
@@ -5127,30 +5183,36 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5127
5183
 
5128
5184
  /**
5129
5185
  * Do not edit directly
5130
- * Generated on Thu, 31 Aug 2023 13:49:39 GMT
5186
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
5131
5187
  */
5132
5188
 
5133
5189
  :root {
5134
- --brand-FAQ-maxWidth: 51rem;
5190
+ --brand-FAQ-maxWidth-list: 51rem;
5135
5191
  }
5136
5192
 
5137
5193
  /**
5138
5194
  * Do not edit directly
5139
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
5195
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
5140
5196
  */
5141
5197
 
5142
5198
  :root,
5143
5199
  [data-color-mode="light"] {
5144
- --brand-FAQ-heading-color: var(--brand-color-text-default);
5200
+ --brand-FAQ-color-heading: var(--brand-color-text-default);
5201
+ --brand-FAQ-color-tabBorder-selected: hsl(var(--base-color-scale-blue-5-hsl) / 20%);
5202
+ --brand-FAQ-color-tabLabel-selected: var(--brand-Link-color-accent);
5203
+ --brand-FAQ-color-tabBg-selected: var(--base-color-scale-blue-0);
5145
5204
  }
5146
5205
 
5147
5206
  [data-color-mode="dark"] {
5148
- --brand-FAQ-heading-color: var(--brand-color-text-default);
5207
+ --brand-FAQ-color-heading: var(--brand-color-text-default);
5208
+ --brand-FAQ-color-tabBorder-selected: hsl(var(--base-color-scale-blue-4-hsl) / 20%);
5209
+ --brand-FAQ-color-tabLabel-selected: var(--brand-Link-color-accent);
5210
+ --brand-FAQ-color-tabBg-selected: var(--base-color-scale-blue-9);
5149
5211
  }
5150
5212
 
5151
5213
  /**
5152
5214
  * Do not edit directly
5153
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
5215
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
5154
5216
  */
5155
5217
 
5156
5218
  :root {
@@ -5176,17 +5238,18 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5176
5238
  }
5177
5239
 
5178
5240
  .Primer_Brand__FAQ-module__FAQ___R3vLU {
5179
- max-width: var(--brand-FAQ-maxWidth);
5241
+ max-width: var(--brand-FAQ-maxWidth-list);
5180
5242
  margin: 0 auto;
5181
5243
  }
5182
5244
 
5183
5245
  .Primer_Brand__FAQ-module__FAQ__heading___bH0aG {
5184
- color: var(--brand-FAQ-heading-color);
5246
+ color: var(--brand-FAQ-color-heading);
5185
5247
  margin-bottom: var(--brand-FAQ-heading-marginBottom);
5186
5248
  }
5187
5249
 
5188
5250
  .Primer_Brand__FAQ-module__FAQ__subheading___I4puv {
5189
5251
  margin-bottom: var(--base-size-16);
5252
+ color: var(--brand-color-text-muted);
5190
5253
  }
5191
5254
 
5192
5255
  .Primer_Brand__FAQ-module__FAQ__heading--start___eHaT3 {
@@ -5212,9 +5275,63 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5212
5275
  margin-top: var(--base-size-48);
5213
5276
  }
5214
5277
 
5278
+ .Primer_Brand__FAQGroup-module__FAQGroup___D0VvR {
5279
+ display: none;
5280
+ justify-content: space-between;
5281
+ gap: var(--brand-stack-gap-spacious);
5282
+ }
5283
+
5284
+ @media screen and (min-width: 48rem) {
5285
+ .Primer_Brand__FAQGroup-module__FAQGroup___D0VvR {
5286
+ display: grid;
5287
+ }
5288
+
5289
+ .Primer_Brand__FAQGroup-module__FAQGroup__accordion___dkveP {
5290
+ display: none;
5291
+ }
5292
+ }
5293
+
5294
+ .Primer_Brand__FAQGroup-module__FAQ__subheading___nYa68 {
5295
+ margin-bottom: var(--base-size-16);
5296
+ }
5297
+
5298
+ .Primer_Brand__FAQGroup-module__FAQGroup__tablist___WdY5Z .Primer_Brand__FAQGroup-module__FAQ__heading___w52lv {
5299
+ display: none;
5300
+ }
5301
+
5302
+ .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC {
5303
+ justify-content: start;
5304
+ border: var(--brand-borderWidth-thin) solid transparent;
5305
+ }
5306
+
5307
+ .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC > span {
5308
+ overflow: hidden;
5309
+ white-space: nowrap;
5310
+ text-overflow: ellipsis;
5311
+ }
5312
+
5313
+ .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC[aria-selected='true'] {
5314
+ background-color: var(--brand-FAQ-color-tabBg-selected);
5315
+ border-color: var(--brand-FAQ-color-tabBorder-selected);
5316
+ }
5317
+
5318
+ .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC span {
5319
+ color: var(--brand-color-text-muted);
5320
+ }
5321
+
5322
+ .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC[aria-selected='true'] span {
5323
+ color: var(--brand-FAQ-color-tabLabel-selected);
5324
+ }
5325
+
5326
+ .Primer_Brand__FAQGroup-module__FAQGroup__nested-accordion-item___JGGeC summary h4 {
5327
+ font-weight: var(--brand-text-weight-200);
5328
+ font-size: var(--brand-text-size-200);
5329
+ line-height: var(--brand-text-lineHeight-200);
5330
+ }
5331
+
5215
5332
  /**
5216
5333
  * Do not edit directly
5217
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
5334
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
5218
5335
  */
5219
5336
 
5220
5337
  :root,
@@ -6315,7 +6432,7 @@ Fixes safari bug where outline doesn't respect border-radius
6315
6432
 
6316
6433
  /**
6317
6434
  * Do not edit directly
6318
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
6435
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
6319
6436
  */
6320
6437
 
6321
6438
  :root {
@@ -6331,7 +6448,7 @@ Fixes safari bug where outline doesn't respect border-radius
6331
6448
 
6332
6449
  /**
6333
6450
  * Do not edit directly
6334
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
6451
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
6335
6452
  */
6336
6453
 
6337
6454
  :root {
@@ -6543,7 +6660,7 @@ Fixes safari bug where outline doesn't respect border-radius
6543
6660
 
6544
6661
  /**
6545
6662
  * Do not edit directly
6546
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
6663
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
6547
6664
  */
6548
6665
 
6549
6666
  :root,
@@ -6559,7 +6676,7 @@ Fixes safari bug where outline doesn't respect border-radius
6559
6676
 
6560
6677
  /**
6561
6678
  * Do not edit directly
6562
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
6679
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
6563
6680
  */
6564
6681
 
6565
6682
  :root {
@@ -6877,7 +6994,7 @@ Fixes safari bug where outline doesn't respect border-radius
6877
6994
 
6878
6995
  /**
6879
6996
  * Do not edit directly
6880
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
6997
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
6881
6998
  */
6882
6999
 
6883
7000
  :root,
@@ -7281,7 +7398,7 @@ html {
7281
7398
 
7282
7399
  /**
7283
7400
  * Do not edit directly
7284
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
7401
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
7285
7402
  */
7286
7403
 
7287
7404
  :root,
@@ -7459,7 +7576,7 @@ html {
7459
7576
 
7460
7577
  /**
7461
7578
  * Do not edit directly
7462
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
7579
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
7463
7580
  */
7464
7581
 
7465
7582
  :root,
@@ -7585,7 +7702,7 @@ html {
7585
7702
 
7586
7703
  /**
7587
7704
  * Do not edit directly
7588
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
7705
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
7589
7706
  */
7590
7707
 
7591
7708
  :root,
@@ -7715,7 +7832,7 @@ html {
7715
7832
 
7716
7833
  /**
7717
7834
  * Do not edit directly
7718
- * Generated on Thu, 31 Aug 2023 13:49:39 GMT
7835
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
7719
7836
  */
7720
7837
 
7721
7838
  :root {
@@ -7727,7 +7844,7 @@ html {
7727
7844
 
7728
7845
  /**
7729
7846
  * Do not edit directly
7730
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
7847
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
7731
7848
  */
7732
7849
 
7733
7850
  :root,
@@ -8088,7 +8205,7 @@ html {
8088
8205
 
8089
8206
  /**
8090
8207
  * Do not edit directly
8091
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
8208
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
8092
8209
  */
8093
8210
 
8094
8211
  :root,
@@ -8480,7 +8597,7 @@ html {
8480
8597
 
8481
8598
  /**
8482
8599
  * Do not edit directly
8483
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
8600
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
8484
8601
  */
8485
8602
 
8486
8603
  :root {
@@ -12233,7 +12350,7 @@ html {
12233
12350
 
12234
12351
  /**
12235
12352
  * Do not edit directly
12236
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
12353
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
12237
12354
  */
12238
12355
 
12239
12356
  :root {
@@ -12251,7 +12368,7 @@ html {
12251
12368
 
12252
12369
  /**
12253
12370
  * Do not edit directly
12254
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
12371
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
12255
12372
  */
12256
12373
 
12257
12374
  :root,
@@ -12267,7 +12384,7 @@ html {
12267
12384
 
12268
12385
  /**
12269
12386
  * Do not edit directly
12270
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
12387
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
12271
12388
  */
12272
12389
 
12273
12390
  :root {
@@ -12488,7 +12605,7 @@ html {
12488
12605
 
12489
12606
  /**
12490
12607
  * Do not edit directly
12491
- * Generated on Thu, 31 Aug 2023 13:49:41 GMT
12608
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
12492
12609
  */
12493
12610
 
12494
12611
  :root,
@@ -12502,7 +12619,7 @@ html {
12502
12619
 
12503
12620
  /**
12504
12621
  * Do not edit directly
12505
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
12622
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
12506
12623
  */
12507
12624
 
12508
12625
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
3
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4
4
  */
5
5
 
6
6
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 31 Aug 2023 13:49:39 GMT
3
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
3
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
3
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 31 Aug 2023 13:49:39 GMT
3
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 31 Aug 2023 13:49:40 GMT
3
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4
4
  */
5
5
 
6
6
  :root,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 31 Aug 2023 13:49:39 GMT
3
+ * Generated on Mon, 04 Sep 2023 13:22:26 GMT
4
4
  */
5
5
 
6
6
  :root {