@primer/react-brand 0.26.0-rc.996be2c → 0.26.0-rc.cd96d18

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 (267) hide show
  1. package/lib/Box/Box.d.ts +1 -1
  2. package/lib/CTABanner/CTABanner.d.ts +4 -4
  3. package/lib/LogoSuite/LogoSuite.d.ts +5 -5
  4. package/lib/Testimonial/Testimonial.d.ts +0 -5
  5. package/lib/css/main.css +305 -94
  6. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  7. package/lib/design-tokens/css/tokens/base/colors/color-scales.css +1 -1
  8. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  9. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  10. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  11. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  12. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  13. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  14. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  15. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  16. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  17. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  18. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  26. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +5 -7
  27. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +3 -4
  28. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/river/base.css +2 -2
  50. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +5 -7
  53. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  65. package/lib/design-tokens/js/module/tokens/base/colors/color-scales.js +1 -1
  66. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  67. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  68. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  69. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  70. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.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 +1 -1
  75. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +9 -30
  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 +3 -3
  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 +9 -45
  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/bento/base.js +1 -1
  111. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  112. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  113. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  114. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  115. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +3 -4
  116. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  117. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  118. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  119. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  120. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  121. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  122. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  123. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  124. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  125. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  126. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  127. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  128. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  129. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  130. package/lib/design-tokens/js/tokens/functional/components/river/base.js +2 -2
  131. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  132. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +5 -7
  133. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  134. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  135. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  136. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  137. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  138. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  139. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  140. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  141. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  142. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  143. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  144. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  145. package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +1 -1
  146. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  147. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  148. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  149. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  150. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  151. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  152. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  153. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  154. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  155. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +3 -4
  156. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  157. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  158. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  159. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  160. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  161. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  162. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  163. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  164. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  165. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  166. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  167. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  168. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  169. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  170. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +2 -2
  171. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  172. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +5 -7
  173. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  174. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  175. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  176. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  177. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  178. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  179. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  180. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  181. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  182. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  183. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  184. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  185. package/lib/design-tokens/ts/tokens/base/colors/color-scales.d.ts +1 -1
  186. package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +1 -1
  187. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  188. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  189. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  190. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  191. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  192. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  193. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  194. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  195. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  196. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  197. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  198. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  199. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  200. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  201. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  202. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  203. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  204. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  205. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -4
  206. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +3 -6
  207. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  208. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  209. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  210. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  211. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  212. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  213. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  214. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  215. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  216. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  217. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  218. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  219. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  220. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  221. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  222. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  223. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  224. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  225. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  226. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  227. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  228. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  229. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  230. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  231. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  232. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  233. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  234. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  235. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  236. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +2 -2
  237. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  238. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  239. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -5
  240. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +5 -9
  241. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  242. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  243. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  244. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  245. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  246. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  247. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  248. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  249. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  250. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  251. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  252. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  253. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  254. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  255. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  256. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  257. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  258. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  259. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  260. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  261. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  262. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  263. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  264. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  265. package/lib/index.js +1 -1
  266. package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +1 -0
  267. 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 Fri, 15 Sep 2023 07:44:49 GMT
92
+ * Generated on Wed, 20 Sep 2023 11:10:27 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 Fri, 15 Sep 2023 07:44:48 GMT
632
+ * Generated on Wed, 20 Sep 2023 11:10: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 Fri, 15 Sep 2023 07:44:48 GMT
657
+ * Generated on Wed, 20 Sep 2023 11:10: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 Fri, 15 Sep 2023 07:44:48 GMT
672
+ * Generated on Wed, 20 Sep 2023 11:10:27 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 Fri, 15 Sep 2023 07:44:48 GMT
799
+ * Generated on Wed, 20 Sep 2023 11:10: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 Fri, 15 Sep 2023 07:44:48 GMT
813
+ * Generated on Wed, 20 Sep 2023 11:10: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 Fri, 15 Sep 2023 07:44:49 GMT
831
+ * Generated on Wed, 20 Sep 2023 11:10:27 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 Fri, 15 Sep 2023 07:44:49 GMT
1184
+ * Generated on Wed, 20 Sep 2023 11:10:27 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 Fri, 15 Sep 2023 07:44:48 GMT
1734
+ * Generated on Wed, 20 Sep 2023 11:10: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 Fri, 15 Sep 2023 07:44:49 GMT
1961
+ * Generated on Wed, 20 Sep 2023 11:10:27 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 Fri, 15 Sep 2023 07:44:48 GMT
2220
+ * Generated on Wed, 20 Sep 2023 11:10:27 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 Fri, 15 Sep 2023 07:44:49 GMT
2246
+ * Generated on Wed, 20 Sep 2023 11:10:27 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 Fri, 15 Sep 2023 07:44:48 GMT
3004
+ * Generated on Wed, 20 Sep 2023 11:10: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 Fri, 15 Sep 2023 07:44:48 GMT
3843
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
3844
3844
  */
3845
3845
 
3846
3846
  :root {
@@ -3861,17 +3861,17 @@ select {
3861
3861
 
3862
3862
  /**
3863
3863
  * Do not edit directly
3864
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
3864
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
3865
3865
  */
3866
3866
 
3867
3867
  :root {
3868
3868
  --brand-River-visual-shadow: 0px 100px 80px rgba(0, 0, 0, 0.0174624), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0235573), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0282784), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0339075), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.04317), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.07);
3869
- --brand-River-heading-margin: var(--base-size-8);
3869
+ --brand-River-heading-margin: var(--base-size-16);
3870
3870
  }
3871
3871
 
3872
3872
  /**
3873
3873
  * Do not edit directly
3874
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
3874
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
3875
3875
  */
3876
3876
 
3877
3877
  :root {
@@ -4781,7 +4781,7 @@ select {
4781
4781
 
4782
4782
  /**
4783
4783
  * Do not edit directly
4784
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
4784
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
4785
4785
  */
4786
4786
 
4787
4787
  :root,
@@ -4809,7 +4809,7 @@ select {
4809
4809
 
4810
4810
  /**
4811
4811
  * Do not edit directly
4812
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
4812
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
4813
4813
  */
4814
4814
 
4815
4815
  :root,
@@ -4825,7 +4825,7 @@ select {
4825
4825
 
4826
4826
  /**
4827
4827
  * Do not edit directly
4828
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
4828
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
4829
4829
  */
4830
4830
 
4831
4831
  :root {
@@ -4965,7 +4965,7 @@ select {
4965
4965
 
4966
4966
  /**
4967
4967
  * Do not edit directly
4968
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
4968
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
4969
4969
  */
4970
4970
 
4971
4971
  :root,
@@ -4981,7 +4981,7 @@ select {
4981
4981
 
4982
4982
  /**
4983
4983
  * Do not edit directly
4984
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
4984
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
4985
4985
  */
4986
4986
 
4987
4987
  :root,
@@ -5192,7 +5192,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5192
5192
 
5193
5193
  /**
5194
5194
  * Do not edit directly
5195
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
5195
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
5196
5196
  */
5197
5197
 
5198
5198
  :root {
@@ -5201,27 +5201,25 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5201
5201
 
5202
5202
  /**
5203
5203
  * Do not edit directly
5204
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
5204
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
5205
5205
  */
5206
5206
 
5207
5207
  :root,
5208
5208
  [data-color-mode="light"] {
5209
5209
  --brand-FAQ-color-heading: var(--brand-color-text-default);
5210
- --brand-FAQ-color-tabBorder-selected: hsl(var(--base-color-scale-blue-5-hsl) / 20%);
5211
- --brand-FAQ-color-tabLabel-selected: var(--brand-Link-color-accent);
5212
- --brand-FAQ-color-tabBg-selected: var(--base-color-scale-blue-0);
5210
+ --brand-FAQ-color-tabLabel-selected: var(--brand-color-text-default);
5211
+ --brand-FAQ-color-tabBg-selected: var(--base-color-scale-gray-1);
5213
5212
  }
5214
5213
 
5215
5214
  [data-color-mode="dark"] {
5216
5215
  --brand-FAQ-color-heading: var(--brand-color-text-default);
5217
- --brand-FAQ-color-tabBorder-selected: hsl(var(--base-color-scale-blue-4-hsl) / 20%);
5218
- --brand-FAQ-color-tabLabel-selected: var(--brand-Link-color-accent);
5219
- --brand-FAQ-color-tabBg-selected: var(--base-color-scale-blue-9);
5216
+ --brand-FAQ-color-tabLabel-selected: var(--brand-color-text-default);
5217
+ --brand-FAQ-color-tabBg-selected: var(--base-color-scale-gray-7);
5220
5218
  }
5221
5219
 
5222
5220
  /**
5223
5221
  * Do not edit directly
5224
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
5222
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
5225
5223
  */
5226
5224
 
5227
5225
  :root {
@@ -5300,10 +5298,6 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5300
5298
  }
5301
5299
  }
5302
5300
 
5303
- .Primer_Brand__FAQGroup-module__FAQ__subheading___nYa68 {
5304
- margin-bottom: var(--base-size-16);
5305
- }
5306
-
5307
5301
  .Primer_Brand__FAQGroup-module__FAQGroup__panel-subHeading___F0U3h {
5308
5302
  margin-top: calc(var(--base-size-8) + 1px);
5309
5303
  }
@@ -5314,7 +5308,6 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5314
5308
 
5315
5309
  .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC {
5316
5310
  justify-content: start;
5317
- border: var(--brand-borderWidth-thin) solid transparent;
5318
5311
  }
5319
5312
 
5320
5313
  .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC > span {
@@ -5325,7 +5318,6 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5325
5318
 
5326
5319
  .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC[aria-selected='true'] {
5327
5320
  background-color: var(--brand-FAQ-color-tabBg-selected);
5328
- border-color: var(--brand-FAQ-color-tabBorder-selected);
5329
5321
  }
5330
5322
 
5331
5323
  .Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC span {
@@ -5344,7 +5336,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5344
5336
 
5345
5337
  /**
5346
5338
  * Do not edit directly
5347
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
5339
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
5348
5340
  */
5349
5341
 
5350
5342
  :root,
@@ -6233,7 +6225,7 @@ Fixes safari bug where outline doesn't respect border-radius
6233
6225
  }
6234
6226
 
6235
6227
  .Primer_Brand__FormControl-module__FormControl--border___CRSaq {
6236
- border: 1px solid var(--brand-color-border-default);
6228
+ border: 1px solid var(--brand-control-color-border-default);
6237
6229
  border-radius: var(--brand-control-border-radius);
6238
6230
  padding: var(--base-size-12);
6239
6231
  }
@@ -6445,23 +6437,21 @@ Fixes safari bug where outline doesn't respect border-radius
6445
6437
 
6446
6438
  /**
6447
6439
  * Do not edit directly
6448
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
6440
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
6449
6441
  */
6450
6442
 
6451
6443
  :root {
6452
- --brand-Testimonial-quote-letterSpacing-large: var(--brand-text-letterSpacing-600);
6453
- --brand-Testimonial-quote-letterSpacing-default: var(--brand-text-letterSpacing-300);
6454
- --brand-Testimonial-quote-lineHeight-large: var(--brand-text-lineHeight-600);
6455
- --brand-Testimonial-quote-lineHeight-default: var(--brand-text-lineHeight-300);
6444
+ --brand-Testimonial-quote-letterSpacing-large: var(--brand-text-letterSpacing-900);
6445
+ --brand-Testimonial-quote-letterSpacing-default: var(--brand-text-letterSpacing-400);
6456
6446
  --brand-Testimonial-quote-fontWeight-large: var(--brand-heading-weight-600);
6457
- --brand-Testimonial-quote-fontWeight-default: var(--brand-text-weight-300);
6447
+ --brand-Testimonial-quote-fontWeight-default: var(--brand-heading-weight-600);
6458
6448
  --brand-Testimonial-quote-fontSize-large: var(--brand-text-size-600);
6459
- --brand-Testimonial-quote-fontSize-default: var(--brand-text-size-300);
6449
+ --brand-Testimonial-quote-fontSize-default: var(--brand-text-size-400);
6460
6450
  }
6461
6451
 
6462
6452
  /**
6463
6453
  * Do not edit directly
6464
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
6454
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
6465
6455
  */
6466
6456
 
6467
6457
  :root {
@@ -6493,14 +6483,8 @@ Fixes safari bug where outline doesn't respect border-radius
6493
6483
 
6494
6484
  .Primer_Brand__Testimonial-module__Testimonial___UUywT {
6495
6485
  display: grid;
6496
- grid-gap: var(--base-size-16);
6497
- gap: var(--base-size-16);
6498
6486
  color: var(--brand-color-text-default);
6499
6487
  font-family: var(--brand-fontStack-sansSerif);
6500
- font-size: var(--brand-Testimonial-quote-fontSize-default);
6501
- font-weight: var(--brand-Testimonial-quote-fontWeight-default);
6502
- letter-spacing: var(--brand-Testimonial-quote-letterSpacing-default);
6503
- line-height: var(--brand-Testimonial-quote-lineHeight-default);
6504
6488
  }
6505
6489
 
6506
6490
  .Primer_Brand__Testimonial-module__Testimonial__quoteMark___cC2M1 {
@@ -6537,33 +6521,24 @@ Fixes safari bug where outline doesn't respect border-radius
6537
6521
  mask-composite: exclude;
6538
6522
  }
6539
6523
 
6540
- .Primer_Brand__Testimonial-module__Testimonial--center___NyPe5 {
6541
- text-align: center;
6542
- justify-items: center;
6543
- }
6544
-
6545
- .Primer_Brand__Testimonial-module__Testimonial--size-large___pF70c {
6546
- font-size: var(--brand-Testimonial-quote-fontSize-large);
6547
- font-weight: var(--brand-Testimonial-quote-fontWeight-large);
6548
- letter-spacing: var(--brand-Testimonial-quote-letterSpacing-large);
6549
- line-height: var(--brand-Testimonial-quote-lineHeight-large);
6550
- gap: var(--base-size-24);
6551
- }
6552
-
6553
6524
  .Primer_Brand__Testimonial-module__Testimonial--size-large___pF70c .Primer_Brand__Testimonial-module__Testimonial__quoteMark___cC2M1 {
6554
- font-size: 3em;
6525
+ font-size: 7.5rem; /* 120px */
6555
6526
  line-height: 1;
6556
6527
  }
6557
6528
 
6558
6529
  .Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F {
6559
- font-size: 1em;
6560
6530
  font-family: var(--brand-fontStack-sansSerif);
6561
- margin-top: calc(var(--base-size-16) * -1); /* negate grid gap */
6531
+ font-size: var(--brand-Testimonial-quote-fontSize-default);
6532
+ font-weight: var(--brand-Testimonial-quote-fontWeight-default);
6533
+ letter-spacing: var(--brand-Testimonial-quote-letterSpacing-default);
6534
+ line-height: 1.2; /* requires custom line-height */
6562
6535
  display: block;
6563
6536
  }
6564
6537
 
6565
6538
  .Primer_Brand__Testimonial-module__Testimonial--size-large___pF70c .Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F {
6566
- margin-top: calc(var(--base-size-24) * -1); /* negate grid gap */
6539
+ font-size: var(--brand-Testimonial-quote-fontSize-large);
6540
+ font-weight: var(--brand-Testimonial-quote-fontWeight-large);
6541
+ letter-spacing: var(--brand-Testimonial-quote-letterSpacing-large);
6567
6542
  }
6568
6543
 
6569
6544
  .Primer_Brand__Testimonial-module__Testimonial-quote--muted___Ptyq_ {
@@ -6575,19 +6550,28 @@ Fixes safari bug where outline doesn't respect border-radius
6575
6550
  font-style: normal;
6576
6551
  }
6577
6552
 
6578
- .Primer_Brand__Testimonial-module__Testimonial--size-large___pF70c .Primer_Brand__Testimonial-module__Testimonial-quote___QXF1F {
6579
- font-weight: var(--base-text-weight-semibold);
6580
- letter-spacing: var(--brand-text-letterSpacing-900);
6581
- line-height: 1.2; /* requires custom line-height */
6553
+ .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
6554
+ display: flex;
6555
+ gap: var(--base-size-16);
6556
+ align-items: center;
6557
+ margin-top: var(--base-size-24);
6558
+ }
6559
+
6560
+ .Primer_Brand__Testimonial-module__Testimonial--size-large___pF70c .Primer_Brand__Testimonial-module__Testimonial__media___JbJUQ {
6561
+ margin-top: var(--base-size-64);
6562
+ }
6563
+
6564
+ .Primer_Brand__Testimonial-module__Testimonial-caption___Wvb67 {
6565
+ display: flex;
6566
+ flex-direction: column;
6582
6567
  }
6583
6568
 
6584
6569
  .Primer_Brand__Testimonial-module__Testimonial-from___Kfj__ {
6585
- font-family: var(--brand-fontStack-monospace);
6570
+ font-weight: var(--base-text-weight-semibold);
6586
6571
  }
6587
6572
 
6588
- .Primer_Brand__Testimonial-module__Testimonial--center___NyPe5 .Primer_Brand__Testimonial-module__Testimonial-logo-image___KQQfi {
6589
- margin-left: auto;
6590
- margin-right: auto;
6573
+ .Primer_Brand__Testimonial-module__Testimonial-position___j2h0f {
6574
+ font-family: var(--brand-fontStack-monospace);
6591
6575
  }
6592
6576
 
6593
6577
  .Primer_Brand__Testimonial-module__Testimonial__quoteMark--default___nAhKC {
@@ -6673,7 +6657,7 @@ Fixes safari bug where outline doesn't respect border-radius
6673
6657
 
6674
6658
  /**
6675
6659
  * Do not edit directly
6676
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
6660
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
6677
6661
  */
6678
6662
 
6679
6663
  :root,
@@ -6689,7 +6673,7 @@ Fixes safari bug where outline doesn't respect border-radius
6689
6673
 
6690
6674
  /**
6691
6675
  * Do not edit directly
6692
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
6676
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
6693
6677
  */
6694
6678
 
6695
6679
  :root {
@@ -7007,7 +6991,7 @@ Fixes safari bug where outline doesn't respect border-radius
7007
6991
 
7008
6992
  /**
7009
6993
  * Do not edit directly
7010
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
6994
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
7011
6995
  */
7012
6996
 
7013
6997
  :root,
@@ -7411,7 +7395,7 @@ html {
7411
7395
 
7412
7396
  /**
7413
7397
  * Do not edit directly
7414
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
7398
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
7415
7399
  */
7416
7400
 
7417
7401
  :root,
@@ -7589,7 +7573,7 @@ html {
7589
7573
 
7590
7574
  /**
7591
7575
  * Do not edit directly
7592
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
7576
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
7593
7577
  */
7594
7578
 
7595
7579
  :root,
@@ -7715,7 +7699,7 @@ html {
7715
7699
 
7716
7700
  /**
7717
7701
  * Do not edit directly
7718
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
7702
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
7719
7703
  */
7720
7704
 
7721
7705
  :root,
@@ -7845,7 +7829,7 @@ html {
7845
7829
 
7846
7830
  /**
7847
7831
  * Do not edit directly
7848
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
7832
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
7849
7833
  */
7850
7834
 
7851
7835
  :root {
@@ -7857,7 +7841,7 @@ html {
7857
7841
 
7858
7842
  /**
7859
7843
  * Do not edit directly
7860
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
7844
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
7861
7845
  */
7862
7846
 
7863
7847
  :root,
@@ -8231,7 +8215,7 @@ html {
8231
8215
 
8232
8216
  /**
8233
8217
  * Do not edit directly
8234
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
8218
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
8235
8219
  */
8236
8220
 
8237
8221
  :root,
@@ -8623,7 +8607,7 @@ html {
8623
8607
 
8624
8608
  /**
8625
8609
  * Do not edit directly
8626
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
8610
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
8627
8611
  */
8628
8612
 
8629
8613
  :root {
@@ -8666,6 +8650,11 @@ html {
8666
8650
  .Primer_Brand__Box-module__Box-padding--spacious___IDH0L {
8667
8651
  padding: var(--brand-box-spacing-spacious);
8668
8652
  }
8653
+
8654
+ .Primer_Brand__Box-module__Box-padding--none___SiKZE {
8655
+ padding: 0;
8656
+ }
8657
+
8669
8658
  .Primer_Brand__Box-module__Box-padding--4___P8ym4 {
8670
8659
  padding: var(--base-size-4);
8671
8660
  }
@@ -8726,6 +8715,11 @@ html {
8726
8715
  .Primer_Brand__Box-module__Box-narrow-padding--spacious___JblB1 {
8727
8716
  padding: var(--brand-box-spacing-spacious);
8728
8717
  }
8718
+
8719
+ .Primer_Brand__Box-module__Box-narrow-padding--none___Ee52O {
8720
+ padding: 0;
8721
+ }
8722
+
8729
8723
  .Primer_Brand__Box-module__Box-narrow-padding--4___gcJCt {
8730
8724
  padding: var(--base-size-4);
8731
8725
  }
@@ -8782,6 +8776,10 @@ html {
8782
8776
  .Primer_Brand__Box-module__Box-regular-padding--spacious___eg7WK {
8783
8777
  padding: var(--brand-box-spacing-spacious);
8784
8778
  }
8779
+
8780
+ .Primer_Brand__Box-module__Box-regular-padding--none___RqmqL {
8781
+ padding: 0;
8782
+ }
8785
8783
  .Primer_Brand__Box-module__Box-regular-padding--4___Hrlt7 {
8786
8784
  padding: var(--base-size-4);
8787
8785
  }
@@ -8845,6 +8843,10 @@ html {
8845
8843
  .Primer_Brand__Box-module__Box-wide-padding--spacious___PGhNc {
8846
8844
  padding: var(--brand-box-spacing-spacious);
8847
8845
  }
8846
+
8847
+ .Primer_Brand__Box-module__Box-wide-padding--none___qcMjk {
8848
+ padding: 0;
8849
+ }
8848
8850
  .Primer_Brand__Box-module__Box-wide-padding--4___aySqW {
8849
8851
  padding: var(--base-size-4);
8850
8852
  }
@@ -8910,6 +8912,10 @@ html {
8910
8912
  .Primer_Brand__Box-module__Box-paddingBlockStart--spacious___ViXP1 {
8911
8913
  padding-top: var(--brand-box-spacing-spacious);
8912
8914
  }
8915
+
8916
+ .Primer_Brand__Box-module__Box-paddingBlockStart--none___OMRh1 {
8917
+ padding-top: 0;
8918
+ }
8913
8919
  .Primer_Brand__Box-module__Box-paddingBlockStart--4___dVFMa {
8914
8920
  padding-top: var(--base-size-4);
8915
8921
  }
@@ -8971,6 +8977,11 @@ html {
8971
8977
  .Primer_Brand__Box-module__Box-narrow-paddingBlockStart--spacious___YGOfc {
8972
8978
  padding-top: var(--brand-box-spacing-spacious);
8973
8979
  }
8980
+
8981
+ .Primer_Brand__Box-module__Box-narrow-paddingBlockStart--none___rBPCn {
8982
+ padding-top: 0;
8983
+ }
8984
+
8974
8985
  .Primer_Brand__Box-module__Box-narrow-paddingBlockStart--4___pKCVF {
8975
8986
  padding-top: var(--base-size-4);
8976
8987
  }
@@ -9033,6 +9044,10 @@ html {
9033
9044
  .Primer_Brand__Box-module__Box-regular-paddingBlockStart--spacious___ANm3m {
9034
9045
  padding-top: var(--brand-box-spacing-spacious);
9035
9046
  }
9047
+
9048
+ .Primer_Brand__Box-module__Box-regular-paddingBlockStart--none___gWbHQ {
9049
+ padding-top: 0;
9050
+ }
9036
9051
  .Primer_Brand__Box-module__Box-regular-paddingBlockStart--4___hDJd4 {
9037
9052
  padding-top: var(--base-size-4);
9038
9053
  }
@@ -9096,6 +9111,10 @@ html {
9096
9111
  .Primer_Brand__Box-module__Box-wide-paddingBlockStart--spacious___krfm9 {
9097
9112
  padding-top: var(--brand-box-spacing-spacious);
9098
9113
  }
9114
+
9115
+ .Primer_Brand__Box-module__Box-wide-paddingBlockStart--none___Y9qJB {
9116
+ padding-top: 0;
9117
+ }
9099
9118
  .Primer_Brand__Box-module__Box-wide-paddingBlockStart--4___Zryv_ {
9100
9119
  padding-top: var(--base-size-4);
9101
9120
  }
@@ -9170,6 +9189,14 @@ html {
9170
9189
  [dir="rtl"] .Primer_Brand__Box-module__Box-paddingInlineEnd--spacious___QRkuj {
9171
9190
  padding-left: var(--brand-box-spacing-spacious);
9172
9191
  }
9192
+
9193
+ [dir="ltr"] .Primer_Brand__Box-module__Box-paddingInlineEnd--none___zgwVT {
9194
+ padding-right: 0;
9195
+ }
9196
+
9197
+ [dir="rtl"] .Primer_Brand__Box-module__Box-paddingInlineEnd--none___zgwVT {
9198
+ padding-left: 0;
9199
+ }
9173
9200
  [dir="ltr"] .Primer_Brand__Box-module__Box-paddingInlineEnd--4___QYTSr {
9174
9201
  padding-right: var(--base-size-4);
9175
9202
  }
@@ -9292,6 +9319,14 @@ html {
9292
9319
  [dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--spacious___XYmJk {
9293
9320
  padding-left: var(--brand-box-spacing-spacious);
9294
9321
  }
9322
+
9323
+ [dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--none____Uy0e {
9324
+ padding-right: 0;
9325
+ }
9326
+
9327
+ [dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--none____Uy0e {
9328
+ padding-left: 0;
9329
+ }
9295
9330
  [dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineEnd--4___LCky2 {
9296
9331
  padding-right: var(--base-size-4);
9297
9332
  }
@@ -9402,6 +9437,14 @@ html {
9402
9437
  [dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--spacious___Yg_oy {
9403
9438
  padding-left: var(--brand-box-spacing-spacious);
9404
9439
  }
9440
+
9441
+ [dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--none___d07JU {
9442
+ padding-right: 0;
9443
+ }
9444
+
9445
+ [dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--none___d07JU {
9446
+ padding-left: 0;
9447
+ }
9405
9448
  [dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--4____Mu6j {
9406
9449
  padding-right: var(--base-size-4);
9407
9450
  }
@@ -9525,6 +9568,14 @@ html {
9525
9568
  [dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--spacious___l9ArL {
9526
9569
  padding-left: var(--brand-box-spacing-spacious);
9527
9570
  }
9571
+
9572
+ [dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--none___l9mTk {
9573
+ padding-right: 0;
9574
+ }
9575
+
9576
+ [dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--none___l9mTk {
9577
+ padding-left: 0;
9578
+ }
9528
9579
  [dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--4___Po8UR {
9529
9580
  padding-right: var(--base-size-4);
9530
9581
  }
@@ -9640,6 +9691,10 @@ html {
9640
9691
  .Primer_Brand__Box-module__Box-paddingBlockEnd--spacious___LGfk7 {
9641
9692
  padding-bottom: var(--brand-box-spacing-spacious);
9642
9693
  }
9694
+
9695
+ .Primer_Brand__Box-module__Box-paddingBlockEnd--none____vlh7 {
9696
+ padding-bottom: 0;
9697
+ }
9643
9698
  .Primer_Brand__Box-module__Box-paddingBlockEnd--4____i2UO {
9644
9699
  padding-bottom: var(--base-size-4);
9645
9700
  }
@@ -9701,6 +9756,10 @@ html {
9701
9756
  .Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--spacious____jivs {
9702
9757
  padding-bottom: var(--brand-box-spacing-spacious);
9703
9758
  }
9759
+
9760
+ .Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--none___xwpBe {
9761
+ padding-bottom: 0;
9762
+ }
9704
9763
  .Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--4___g4hDY {
9705
9764
  padding-bottom: var(--base-size-4);
9706
9765
  }
@@ -9763,6 +9822,10 @@ html {
9763
9822
  .Primer_Brand__Box-module__Box-regular-paddingBlockEnd--spacious___Qbwlq {
9764
9823
  padding-bottom: var(--brand-box-spacing-spacious);
9765
9824
  }
9825
+
9826
+ .Primer_Brand__Box-module__Box-regular-paddingBlockEnd--none___D1NkR {
9827
+ padding-bottom: 0;
9828
+ }
9766
9829
  .Primer_Brand__Box-module__Box-regular-paddingBlockEnd--4___TL1oP {
9767
9830
  padding-bottom: var(--base-size-4);
9768
9831
  }
@@ -9826,6 +9889,10 @@ html {
9826
9889
  .Primer_Brand__Box-module__Box-wide-paddingBlockEnd--spacious___zbi5h {
9827
9890
  padding-bottom: var(--brand-box-spacing-spacious);
9828
9891
  }
9892
+
9893
+ .Primer_Brand__Box-module__Box-wide-paddingBlockEnd--none___rVFoE {
9894
+ padding-bottom: 0;
9895
+ }
9829
9896
  .Primer_Brand__Box-module__Box-wide-paddingBlockEnd--4___YjBbR {
9830
9897
  padding-bottom: var(--base-size-4);
9831
9898
  }
@@ -9900,6 +9967,14 @@ html {
9900
9967
  [dir="rtl"] .Primer_Brand__Box-module__Box-paddingInlineStart--spacious___rk6ci {
9901
9968
  padding-right: var(--brand-box-spacing-spacious);
9902
9969
  }
9970
+
9971
+ [dir="ltr"] .Primer_Brand__Box-module__Box-paddingInlineStart--none___zXxYO {
9972
+ padding-left: 0;
9973
+ }
9974
+
9975
+ [dir="rtl"] .Primer_Brand__Box-module__Box-paddingInlineStart--none___zXxYO {
9976
+ padding-right: 0;
9977
+ }
9903
9978
  [dir="ltr"] .Primer_Brand__Box-module__Box-paddingInlineStart--4___XP6SF {
9904
9979
  padding-left: var(--base-size-4);
9905
9980
  }
@@ -10022,6 +10097,14 @@ html {
10022
10097
  [dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--spacious___O1i9G {
10023
10098
  padding-right: var(--brand-box-spacing-spacious);
10024
10099
  }
10100
+
10101
+ [dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--none___pGKmW {
10102
+ padding-left: 0;
10103
+ }
10104
+
10105
+ [dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--none___pGKmW {
10106
+ padding-right: 0;
10107
+ }
10025
10108
  [dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--4___pS_Gh {
10026
10109
  padding-left: var(--base-size-4);
10027
10110
  }
@@ -10144,6 +10227,14 @@ html {
10144
10227
  [dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--spacious___Y3FYm {
10145
10228
  padding-right: var(--brand-box-spacing-spacious);
10146
10229
  }
10230
+
10231
+ [dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--none___rA7QC {
10232
+ padding-left: 0;
10233
+ }
10234
+
10235
+ [dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--none___rA7QC {
10236
+ padding-right: 0;
10237
+ }
10147
10238
  [dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--4___ffJtu {
10148
10239
  padding-left: var(--base-size-4);
10149
10240
  }
@@ -10267,6 +10358,14 @@ html {
10267
10358
  [dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--spacious___Sqsw2 {
10268
10359
  padding-right: var(--brand-box-spacing-spacious);
10269
10360
  }
10361
+
10362
+ [dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--none___Nv0wp {
10363
+ padding-left: 0;
10364
+ }
10365
+
10366
+ [dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--none___Nv0wp {
10367
+ padding-right: 0;
10368
+ }
10270
10369
  [dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--4___nVn_B {
10271
10370
  padding-left: var(--base-size-4);
10272
10371
  }
@@ -10383,6 +10482,10 @@ html {
10383
10482
  .Primer_Brand__Box-module__Box-margin--spacious___j0gGh {
10384
10483
  margin: var(--brand-box-spacing-spacious);
10385
10484
  }
10485
+
10486
+ .Primer_Brand__Box-module__Box-margin--none___x7HE0 {
10487
+ margin: 0;
10488
+ }
10386
10489
  .Primer_Brand__Box-module__Box-margin--4___SAGHe {
10387
10490
  margin: var(--base-size-4);
10388
10491
  }
@@ -10443,6 +10546,10 @@ html {
10443
10546
  .Primer_Brand__Box-module__Box-narrow-margin--spacious___g6g0f {
10444
10547
  margin: var(--brand-box-spacing-spacious);
10445
10548
  }
10549
+
10550
+ .Primer_Brand__Box-module__Box-narrow-margin--none___POgbx {
10551
+ margin: 0;
10552
+ }
10446
10553
  .Primer_Brand__Box-module__Box-narrow-margin--4___Q2uQ_ {
10447
10554
  margin: var(--base-size-4);
10448
10555
  }
@@ -10505,6 +10612,10 @@ html {
10505
10612
  .Primer_Brand__Box-module__Box-regular-margin--spacious___mG0NN {
10506
10613
  margin: var(--brand-box-spacing-spacious);
10507
10614
  }
10615
+
10616
+ .Primer_Brand__Box-module__Box-regular-margin--none____xN9L {
10617
+ margin: 0;
10618
+ }
10508
10619
  .Primer_Brand__Box-module__Box-regular-margin--4___J8A2t {
10509
10620
  margin: var(--base-size-4);
10510
10621
  }
@@ -10568,6 +10679,10 @@ html {
10568
10679
  .Primer_Brand__Box-module__Box-wide-margin--spacious___Fmgze {
10569
10680
  margin: var(--brand-box-spacing-spacious);
10570
10681
  }
10682
+
10683
+ .Primer_Brand__Box-module__Box-wide-margin--none___RuZOH {
10684
+ margin: 0;
10685
+ }
10571
10686
  .Primer_Brand__Box-module__Box-wide-margin--4___dGG0a {
10572
10687
  margin: var(--base-size-4);
10573
10688
  }
@@ -10630,6 +10745,10 @@ html {
10630
10745
  .Primer_Brand__Box-module__Box-marginBlockStart--spacious___EOasI {
10631
10746
  margin-top: var(--brand-box-spacing-spacious);
10632
10747
  }
10748
+
10749
+ .Primer_Brand__Box-module__Box-marginBlockStart--none___iS0_r {
10750
+ margin-top: 0;
10751
+ }
10633
10752
  .Primer_Brand__Box-module__Box-marginBlockStart--4___ZxS80 {
10634
10753
  margin-top: var(--base-size-4);
10635
10754
  }
@@ -10691,6 +10810,10 @@ html {
10691
10810
  .Primer_Brand__Box-module__Box-narrow-marginBlockStart--spacious___O2UPE {
10692
10811
  margin-top: var(--brand-box-spacing-spacious);
10693
10812
  }
10813
+
10814
+ .Primer_Brand__Box-module__Box-narrow-marginBlockStart--none___vMaok {
10815
+ margin-top: 0;
10816
+ }
10694
10817
  .Primer_Brand__Box-module__Box-narrow-marginBlockStart--4___t9ZC4 {
10695
10818
  margin-top: var(--base-size-4);
10696
10819
  }
@@ -10753,6 +10876,10 @@ html {
10753
10876
  .Primer_Brand__Box-module__Box-regular-marginBlockStart--spacious___fq56Y {
10754
10877
  margin-top: var(--brand-box-spacing-spacious);
10755
10878
  }
10879
+
10880
+ .Primer_Brand__Box-module__Box-regular-marginBlockStart--none___KYSzT {
10881
+ margin-top: 0;
10882
+ }
10756
10883
  .Primer_Brand__Box-module__Box-regular-marginBlockStart--4___Uv8gl {
10757
10884
  margin-top: var(--base-size-4);
10758
10885
  }
@@ -10816,6 +10943,10 @@ html {
10816
10943
  .Primer_Brand__Box-module__Box-wide-marginBlockStart--spacious___gD8F4 {
10817
10944
  margin-top: var(--brand-box-spacing-spacious);
10818
10945
  }
10946
+
10947
+ .Primer_Brand__Box-module__Box-wide-marginBlockStart--none___o5UYw {
10948
+ margin-top: 0;
10949
+ }
10819
10950
  .Primer_Brand__Box-module__Box-wide-marginBlockStart--4___k48Xj {
10820
10951
  margin-top: var(--base-size-4);
10821
10952
  }
@@ -10890,6 +11021,14 @@ html {
10890
11021
  [dir="rtl"] .Primer_Brand__Box-module__Box-marginInlineEnd--spacious___rqfRo {
10891
11022
  margin-left: var(--brand-box-spacing-spacious);
10892
11023
  }
11024
+
11025
+ [dir="ltr"] .Primer_Brand__Box-module__Box-marginInlineEnd--none___cJZUG {
11026
+ margin-right: 0;
11027
+ }
11028
+
11029
+ [dir="rtl"] .Primer_Brand__Box-module__Box-marginInlineEnd--none___cJZUG {
11030
+ margin-left: 0;
11031
+ }
10893
11032
  [dir="ltr"] .Primer_Brand__Box-module__Box-marginInlineEnd--4___CmFW9 {
10894
11033
  margin-right: var(--base-size-4);
10895
11034
  }
@@ -11012,6 +11151,14 @@ html {
11012
11151
  [dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineEnd--spacious___ESjqc {
11013
11152
  margin-left: var(--brand-box-spacing-spacious);
11014
11153
  }
11154
+
11155
+ [dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineEnd--none___LYYdL {
11156
+ margin-right: 0;
11157
+ }
11158
+
11159
+ [dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineEnd--none___LYYdL {
11160
+ margin-left: 0;
11161
+ }
11015
11162
  [dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineEnd--4___j15Se {
11016
11163
  margin-right: var(--base-size-4);
11017
11164
  }
@@ -11122,6 +11269,14 @@ html {
11122
11269
  [dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineEnd--spacious___sjnml {
11123
11270
  margin-left: var(--brand-box-spacing-spacious);
11124
11271
  }
11272
+
11273
+ [dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineEnd--none___W0mRJ {
11274
+ margin-right: 0;
11275
+ }
11276
+
11277
+ [dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineEnd--none___W0mRJ {
11278
+ margin-left: 0;
11279
+ }
11125
11280
  [dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineEnd--4___dn_Re {
11126
11281
  margin-right: var(--base-size-4);
11127
11282
  }
@@ -11233,6 +11388,14 @@ html {
11233
11388
  [dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineEnd--spacious___X8NXv {
11234
11389
  margin-left: var(--brand-box-spacing-spacious);
11235
11390
  }
11391
+
11392
+ [dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineEnd--none___JwlqX {
11393
+ margin-right: 0;
11394
+ }
11395
+
11396
+ [dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineEnd--none___JwlqX {
11397
+ margin-left: 0;
11398
+ }
11236
11399
  [dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineEnd--4___sWBPo {
11237
11400
  margin-right: var(--base-size-4);
11238
11401
  }
@@ -11336,6 +11499,10 @@ html {
11336
11499
  .Primer_Brand__Box-module__Box-marginBlockEnd--spacious___Jjk8D {
11337
11500
  margin-bottom: var(--brand-box-spacing-spacious);
11338
11501
  }
11502
+
11503
+ .Primer_Brand__Box-module__Box-marginBlockEnd--none___q_Aov {
11504
+ margin-bottom: 0;
11505
+ }
11339
11506
  .Primer_Brand__Box-module__Box-marginBlockEnd--4___uZDEK {
11340
11507
  margin-bottom: var(--base-size-4);
11341
11508
  }
@@ -11397,6 +11564,10 @@ html {
11397
11564
  .Primer_Brand__Box-module__Box-narrow-marginBlockEnd--spacious___LV3s_ {
11398
11565
  margin-bottom: var(--brand-box-spacing-spacious);
11399
11566
  }
11567
+
11568
+ .Primer_Brand__Box-module__Box-narrow-marginBlockEnd--none___CBZnh {
11569
+ margin-bottom: 0;
11570
+ }
11400
11571
  .Primer_Brand__Box-module__Box-narrow-marginBlockEnd--4___CtSfn {
11401
11572
  margin-bottom: var(--base-size-4);
11402
11573
  }
@@ -11453,6 +11624,10 @@ html {
11453
11624
  .Primer_Brand__Box-module__Box-regular-marginBlockEnd--spacious___l348T {
11454
11625
  margin-bottom: var(--brand-box-spacing-spacious);
11455
11626
  }
11627
+
11628
+ .Primer_Brand__Box-module__Box-regular-marginBlockEnd--none___KZ8GC {
11629
+ margin-bottom: 0;
11630
+ }
11456
11631
  .Primer_Brand__Box-module__Box-regular-marginBlockEnd--4___xY73v {
11457
11632
  margin-bottom: var(--base-size-4);
11458
11633
  }
@@ -11516,6 +11691,10 @@ html {
11516
11691
  .Primer_Brand__Box-module__Box-wide-marginBlockEnd--spacious___fC5ai {
11517
11692
  margin-bottom: var(--brand-box-spacing-spacious);
11518
11693
  }
11694
+
11695
+ .Primer_Brand__Box-module__Box-wide-marginBlockEnd--none___k2UfA {
11696
+ margin-bottom: 0;
11697
+ }
11519
11698
  .Primer_Brand__Box-module__Box-wide-marginBlockEnd--4___qjlqV {
11520
11699
  margin-bottom: var(--base-size-4);
11521
11700
  }
@@ -11590,6 +11769,14 @@ html {
11590
11769
  [dir="rtl"] .Primer_Brand__Box-module__Box-marginInlineStart--spacious___ZtXj1 {
11591
11770
  margin-right: var(--brand-box-spacing-spacious);
11592
11771
  }
11772
+
11773
+ [dir="ltr"] .Primer_Brand__Box-module__Box-marginInlineStart--none___fdOWF {
11774
+ margin-left: 0;
11775
+ }
11776
+
11777
+ [dir="rtl"] .Primer_Brand__Box-module__Box-marginInlineStart--none___fdOWF {
11778
+ margin-right: 0;
11779
+ }
11593
11780
  [dir="ltr"] .Primer_Brand__Box-module__Box-marginInlineStart--4___Wn1Ko {
11594
11781
  margin-left: var(--base-size-4);
11595
11782
  }
@@ -11712,6 +11899,14 @@ html {
11712
11899
  [dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--spacious___D_nVs {
11713
11900
  margin-right: var(--brand-box-spacing-spacious);
11714
11901
  }
11902
+
11903
+ [dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--none___pHChO {
11904
+ margin-left: 0;
11905
+ }
11906
+
11907
+ [dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--none___pHChO {
11908
+ margin-right: 0;
11909
+ }
11715
11910
  [dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--4___zqjtT {
11716
11911
  margin-left: var(--base-size-4);
11717
11912
  }
@@ -11834,6 +12029,14 @@ html {
11834
12029
  [dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--spacious___T94RJ {
11835
12030
  margin-right: var(--brand-box-spacing-spacious);
11836
12031
  }
12032
+
12033
+ [dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--none___dMyhc {
12034
+ margin-left: 0;
12035
+ }
12036
+
12037
+ [dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--none___dMyhc {
12038
+ margin-right: 0;
12039
+ }
11837
12040
  [dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--4____RoBu {
11838
12041
  margin-left: var(--base-size-4);
11839
12042
  }
@@ -11957,6 +12160,14 @@ html {
11957
12160
  [dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--spacious___ttmF3 {
11958
12161
  margin-right: var(--brand-box-spacing-spacious);
11959
12162
  }
12163
+
12164
+ [dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--none___Ygvgs {
12165
+ margin-left: 0;
12166
+ }
12167
+
12168
+ [dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--none___Ygvgs {
12169
+ margin-right: 0;
12170
+ }
11960
12171
  [dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--4___k170X {
11961
12172
  margin-left: var(--base-size-4);
11962
12173
  }
@@ -12565,7 +12776,7 @@ html {
12565
12776
 
12566
12777
  /**
12567
12778
  * Do not edit directly
12568
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
12779
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
12569
12780
  */
12570
12781
 
12571
12782
  :root {
@@ -12583,7 +12794,7 @@ html {
12583
12794
 
12584
12795
  /**
12585
12796
  * Do not edit directly
12586
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
12797
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
12587
12798
  */
12588
12799
 
12589
12800
  :root,
@@ -12599,7 +12810,7 @@ html {
12599
12810
 
12600
12811
  /**
12601
12812
  * Do not edit directly
12602
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
12813
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
12603
12814
  */
12604
12815
 
12605
12816
  :root {
@@ -12824,7 +13035,7 @@ html {
12824
13035
 
12825
13036
  /**
12826
13037
  * Do not edit directly
12827
- * Generated on Fri, 15 Sep 2023 07:44:49 GMT
13038
+ * Generated on Wed, 20 Sep 2023 11:10:27 GMT
12828
13039
  */
12829
13040
 
12830
13041
  :root,
@@ -12838,7 +13049,7 @@ html {
12838
13049
 
12839
13050
  /**
12840
13051
  * Do not edit directly
12841
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
13052
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
12842
13053
  */
12843
13054
 
12844
13055
  :root {
@@ -12852,7 +13063,7 @@ html {
12852
13063
 
12853
13064
  /**
12854
13065
  * Do not edit directly
12855
- * Generated on Fri, 15 Sep 2023 07:44:48 GMT
13066
+ * Generated on Wed, 20 Sep 2023 11:10:26 GMT
12856
13067
  */
12857
13068
 
12858
13069
  :root {