@primer/react-brand 0.30.3 → 0.31.0-rc.178324d

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 (277) hide show
  1. package/lib/SubNav/SubNav.d.ts +41 -0
  2. package/lib/SubNav/SubNav.visual.spec.d.ts +1 -0
  3. package/lib/SubNav/index.d.ts +1 -0
  4. package/lib/css/main.css +336 -47
  5. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  6. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  7. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  8. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  9. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  10. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  11. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  12. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  13. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  14. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  15. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  16. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  17. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  18. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  26. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  27. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  28. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/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/prose/colors-with-modes.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +17 -0
  54. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  66. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  70. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  71. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  72. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  73. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  74. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  75. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  76. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  77. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  78. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  79. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  80. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  81. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  82. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  83. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  84. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  85. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  86. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  87. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  88. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  89. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  90. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  91. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  92. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  93. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  94. package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
  95. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  96. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  97. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  98. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  99. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  100. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  101. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  102. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  103. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  104. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  105. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  106. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  107. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  108. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  109. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  110. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  111. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  112. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  113. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  114. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  115. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  116. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  117. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  118. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  119. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  120. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  121. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  122. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  123. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  124. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  125. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  126. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  127. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  128. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  129. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  130. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  131. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  132. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  133. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  134. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  135. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  136. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  137. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  138. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  139. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  140. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  141. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  142. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  143. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  144. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  145. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  146. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  147. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  148. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  149. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  150. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  151. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  152. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  153. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  154. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  155. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  156. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  157. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  158. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  159. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  160. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  161. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  162. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  163. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  164. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  165. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  166. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  167. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  168. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  169. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  170. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  171. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  172. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  173. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  174. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  175. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  176. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  177. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  178. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  179. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  180. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  181. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  182. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  183. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  184. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  185. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  186. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  187. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  188. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  189. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  190. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  191. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  192. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  193. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  194. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  195. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  196. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  197. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  198. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  199. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  200. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  201. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  202. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  203. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  204. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  205. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  206. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  207. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  208. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  209. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  210. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  211. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  212. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  213. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  214. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  215. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  216. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  217. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  218. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  219. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  220. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  221. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  222. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  223. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  224. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  225. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  226. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  227. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  228. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  229. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  230. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  231. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  232. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  233. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  234. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  235. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  236. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  237. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  238. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  239. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  240. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  241. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  242. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  243. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  244. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  245. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  246. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  247. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  248. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  249. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  250. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  251. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  252. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  253. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  254. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  255. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  256. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  257. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  258. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  259. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  260. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  261. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  262. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  263. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  264. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  265. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  266. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  267. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  268. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  269. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  270. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  271. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  272. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  273. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  274. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  275. package/lib/index.d.ts +1 -0
  276. package/lib/index.js +1 -1
  277. 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 Mon, 04 Mar 2024 10:53:45 GMT
92
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
93
93
  */
94
94
 
95
95
  :root,
@@ -367,7 +367,7 @@ select {
367
367
 
368
368
  /**
369
369
  * Do not edit directly
370
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
370
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
371
371
  */
372
372
 
373
373
  :root {
@@ -392,7 +392,7 @@ select {
392
392
 
393
393
  /**
394
394
  * Do not edit directly
395
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
395
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
396
396
  */
397
397
 
398
398
  :root {
@@ -408,7 +408,7 @@ select {
408
408
 
409
409
  /**
410
410
  * Do not edit directly
411
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
411
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
412
412
  */
413
413
 
414
414
  :root {
@@ -540,7 +540,7 @@ select {
540
540
 
541
541
  /**
542
542
  * Do not edit directly
543
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
543
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
544
544
  */
545
545
 
546
546
  :root {
@@ -554,7 +554,7 @@ select {
554
554
 
555
555
  /**
556
556
  * Do not edit directly
557
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
557
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
558
558
  */
559
559
 
560
560
  :root {
@@ -573,7 +573,7 @@ select {
573
573
 
574
574
  /**
575
575
  * Do not edit directly
576
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
576
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
577
577
  */
578
578
 
579
579
  :root,
@@ -955,7 +955,7 @@ select {
955
955
 
956
956
  /**
957
957
  * Do not edit directly
958
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
958
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
959
959
  */
960
960
 
961
961
  :root,
@@ -1532,7 +1532,7 @@ select {
1532
1532
 
1533
1533
  /**
1534
1534
  * Do not edit directly
1535
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
1535
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
1536
1536
  */
1537
1537
 
1538
1538
  :root {
@@ -1759,7 +1759,7 @@ select {
1759
1759
 
1760
1760
  /**
1761
1761
  * Do not edit directly
1762
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
1762
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
1763
1763
  */
1764
1764
 
1765
1765
  :root,
@@ -2018,7 +2018,7 @@ select {
2018
2018
 
2019
2019
  /**
2020
2020
  * Do not edit directly
2021
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
2021
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
2022
2022
  */
2023
2023
 
2024
2024
  :root {
@@ -2044,7 +2044,7 @@ select {
2044
2044
 
2045
2045
  /**
2046
2046
  * Do not edit directly
2047
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
2047
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
2048
2048
  */
2049
2049
 
2050
2050
  :root,
@@ -2802,7 +2802,7 @@ select {
2802
2802
 
2803
2803
  /**
2804
2804
  * Do not edit directly
2805
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
2805
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
2806
2806
  */
2807
2807
 
2808
2808
  :root {
@@ -3645,7 +3645,7 @@ select {
3645
3645
 
3646
3646
  /**
3647
3647
  * Do not edit directly
3648
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
3648
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
3649
3649
  */
3650
3650
 
3651
3651
  :root {
@@ -3666,7 +3666,7 @@ select {
3666
3666
 
3667
3667
  /**
3668
3668
  * Do not edit directly
3669
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
3669
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
3670
3670
  */
3671
3671
 
3672
3672
  :root {
@@ -3677,7 +3677,7 @@ select {
3677
3677
 
3678
3678
  /**
3679
3679
  * Do not edit directly
3680
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
3680
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
3681
3681
  */
3682
3682
 
3683
3683
  :root {
@@ -4557,6 +4557,14 @@ select {
4557
4557
  color: var(--base-color-scale-black-0);
4558
4558
  }
4559
4559
 
4560
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-skip-to-content___WMHSh {
4561
+ position: fixed;
4562
+ top: 75px;
4563
+ border-radius: 0px;
4564
+ width: 100vw;
4565
+ z-index: 100;
4566
+ }
4567
+
4560
4568
  /*
4561
4569
  * Reusable animations
4562
4570
  */
@@ -4604,7 +4612,7 @@ select {
4604
4612
 
4605
4613
  /**
4606
4614
  * Do not edit directly
4607
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
4615
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
4608
4616
  */
4609
4617
 
4610
4618
  :root,
@@ -4632,7 +4640,7 @@ select {
4632
4640
 
4633
4641
  /**
4634
4642
  * Do not edit directly
4635
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
4643
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
4636
4644
  */
4637
4645
 
4638
4646
  :root,
@@ -4648,7 +4656,7 @@ select {
4648
4656
 
4649
4657
  /**
4650
4658
  * Do not edit directly
4651
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
4659
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
4652
4660
  */
4653
4661
 
4654
4662
  :root {
@@ -4772,7 +4780,7 @@ select {
4772
4780
 
4773
4781
  /**
4774
4782
  * Do not edit directly
4775
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
4783
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
4776
4784
  */
4777
4785
 
4778
4786
  :root,
@@ -4788,7 +4796,7 @@ select {
4788
4796
 
4789
4797
  /**
4790
4798
  * Do not edit directly
4791
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
4799
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
4792
4800
  */
4793
4801
 
4794
4802
  :root,
@@ -5034,7 +5042,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5034
5042
 
5035
5043
  /**
5036
5044
  * Do not edit directly
5037
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
5045
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
5038
5046
  */
5039
5047
 
5040
5048
  :root {
@@ -5043,7 +5051,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5043
5051
 
5044
5052
  /**
5045
5053
  * Do not edit directly
5046
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
5054
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
5047
5055
  */
5048
5056
 
5049
5057
  :root,
@@ -5061,7 +5069,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5061
5069
 
5062
5070
  /**
5063
5071
  * Do not edit directly
5064
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
5072
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
5065
5073
  */
5066
5074
 
5067
5075
  :root {
@@ -5192,7 +5200,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5192
5200
 
5193
5201
  /**
5194
5202
  * Do not edit directly
5195
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
5203
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
5196
5204
  */
5197
5205
 
5198
5206
  :root,
@@ -6293,7 +6301,7 @@ Fixes safari bug where outline doesn't respect border-radius
6293
6301
 
6294
6302
  /**
6295
6303
  * Do not edit directly
6296
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
6304
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
6297
6305
  */
6298
6306
 
6299
6307
  :root {
@@ -6307,7 +6315,7 @@ Fixes safari bug where outline doesn't respect border-radius
6307
6315
 
6308
6316
  /**
6309
6317
  * Do not edit directly
6310
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
6318
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
6311
6319
  */
6312
6320
 
6313
6321
  :root,
@@ -6545,7 +6553,7 @@ Fixes safari bug where outline doesn't respect border-radius
6545
6553
 
6546
6554
  /**
6547
6555
  * Do not edit directly
6548
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
6556
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
6549
6557
  */
6550
6558
 
6551
6559
  :root,
@@ -6561,7 +6569,7 @@ Fixes safari bug where outline doesn't respect border-radius
6561
6569
 
6562
6570
  /**
6563
6571
  * Do not edit directly
6564
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
6572
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
6565
6573
  */
6566
6574
 
6567
6575
  :root {
@@ -6879,7 +6887,7 @@ Fixes safari bug where outline doesn't respect border-radius
6879
6887
 
6880
6888
  /**
6881
6889
  * Do not edit directly
6882
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
6890
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
6883
6891
  */
6884
6892
 
6885
6893
  :root,
@@ -7320,7 +7328,7 @@ html {
7320
7328
 
7321
7329
  /**
7322
7330
  * Do not edit directly
7323
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
7331
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
7324
7332
  */
7325
7333
 
7326
7334
  :root,
@@ -7509,7 +7517,7 @@ html {
7509
7517
 
7510
7518
  /**
7511
7519
  * Do not edit directly
7512
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
7520
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
7513
7521
  */
7514
7522
 
7515
7523
  :root,
@@ -7648,7 +7656,7 @@ html {
7648
7656
 
7649
7657
  /**
7650
7658
  * Do not edit directly
7651
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
7659
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
7652
7660
  */
7653
7661
 
7654
7662
  :root,
@@ -7778,7 +7786,7 @@ html {
7778
7786
 
7779
7787
  /**
7780
7788
  * Do not edit directly
7781
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
7789
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
7782
7790
  */
7783
7791
 
7784
7792
  :root {
@@ -7789,7 +7797,7 @@ html {
7789
7797
 
7790
7798
  /**
7791
7799
  * Do not edit directly
7792
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
7800
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
7793
7801
  */
7794
7802
 
7795
7803
  :root,
@@ -8213,7 +8221,7 @@ html {
8213
8221
 
8214
8222
  /**
8215
8223
  * Do not edit directly
8216
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
8224
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
8217
8225
  */
8218
8226
 
8219
8227
  :root,
@@ -8699,7 +8707,7 @@ html {
8699
8707
 
8700
8708
  /**
8701
8709
  * Do not edit directly
8702
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
8710
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
8703
8711
  */
8704
8712
 
8705
8713
  :root {
@@ -8710,7 +8718,7 @@ html {
8710
8718
 
8711
8719
  /**
8712
8720
  * Do not edit directly
8713
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
8721
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
8714
8722
  */
8715
8723
 
8716
8724
  :root,
@@ -12944,7 +12952,7 @@ html {
12944
12952
 
12945
12953
  /**
12946
12954
  * Do not edit directly
12947
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
12955
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
12948
12956
  */
12949
12957
 
12950
12958
  :root {
@@ -12962,7 +12970,7 @@ html {
12962
12970
 
12963
12971
  /**
12964
12972
  * Do not edit directly
12965
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
12973
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
12966
12974
  */
12967
12975
 
12968
12976
  :root,
@@ -12998,7 +13006,7 @@ html {
12998
13006
 
12999
13007
  /**
13000
13008
  * Do not edit directly
13001
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
13009
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
13002
13010
  */
13003
13011
 
13004
13012
  :root,
@@ -13014,7 +13022,7 @@ html {
13014
13022
 
13015
13023
  /**
13016
13024
  * Do not edit directly
13017
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
13025
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
13018
13026
  */
13019
13027
 
13020
13028
  :root {
@@ -13262,7 +13270,7 @@ html {
13262
13270
 
13263
13271
  /**
13264
13272
  * Do not edit directly
13265
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
13273
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
13266
13274
  */
13267
13275
 
13268
13276
  :root,
@@ -13276,7 +13284,7 @@ html {
13276
13284
 
13277
13285
  /**
13278
13286
  * Do not edit directly
13279
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
13287
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
13280
13288
  */
13281
13289
 
13282
13290
  :root {
@@ -13290,7 +13298,7 @@ html {
13290
13298
 
13291
13299
  /**
13292
13300
  * Do not edit directly
13293
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
13301
+ * Generated on Tue, 12 Mar 2024 18:45:28 GMT
13294
13302
  */
13295
13303
 
13296
13304
  :root {
@@ -15469,7 +15477,7 @@ html {
15469
15477
 
15470
15478
  /**
15471
15479
  * Do not edit directly
15472
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
15480
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
15473
15481
  */
15474
15482
 
15475
15483
  :root {
@@ -15493,7 +15501,7 @@ html {
15493
15501
 
15494
15502
  /**
15495
15503
  * Do not edit directly
15496
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
15504
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
15497
15505
  */
15498
15506
 
15499
15507
  :root,
@@ -15945,3 +15953,284 @@ html {
15945
15953
  background-color: var(--brand-Eyebrowbanner-icon-background-yellow);
15946
15954
  }
15947
15955
 
15956
+ /**
15957
+ * Do not edit directly
15958
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
15959
+ */
15960
+
15961
+ :root,
15962
+ [data-color-mode="light"] {
15963
+ --brand-SubNav-color-link-rest: var(--brand-color-text-default);
15964
+ --brand-SubNav-color-link-active: var(--base-color-scale-blue-5);
15965
+ --brand-SubNav-shadow: 0 1px 0 0px rgba(53, 72, 91, 0.14), 0 3px 2px rgba(0, 0, 0, 0.04), 0 7px 7px rgba(0, 0, 0, 0.03);
15966
+ }
15967
+
15968
+ [data-color-mode="dark"] {
15969
+ --brand-SubNav-color-link-rest: var(--brand-color-text-default);
15970
+ --brand-SubNav-color-link-active: var(--base-color-scale-blue-3);
15971
+ --brand-SubNav-shadow: 0 1px 0 0px rgba(53, 72, 91, 0.14), 0 3px 2px rgba(255, 255, 255, 0.04), 0 7px 7px rgba(255, 255, 255, 0.03);
15972
+ }
15973
+
15974
+ .Primer_Brand__SubNav-module__SubNav___dVoQu {
15975
+ position: absolute;
15976
+ width: 100%;
15977
+ display: flex;
15978
+ padding: var(--base-size-16);
15979
+ }
15980
+
15981
+ .Primer_Brand__SubNav-module__SubNav__heading___MAxf6 {
15982
+ font-weight: var(--base-text-weight-bold);
15983
+ color: var(--brand-color-text-default);
15984
+ font-family: var(--brand-heading-fontFamily);
15985
+ text-decoration: none;
15986
+ }
15987
+
15988
+ .Primer_Brand__SubNav-module__SubNav__heading___MAxf6:hover {
15989
+ text-decoration: none !important;
15990
+ }
15991
+
15992
+ .Primer_Brand__SubNav-module__SubNav__heading___MAxf6:hover {
15993
+ color: var(--brand-SubNav-color-link-active); /* dotcom override */
15994
+ }
15995
+
15996
+ [dir="ltr"] .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
15997
+ margin-right: var(--base-size-16);
15998
+ }
15999
+
16000
+ [dir="rtl"] .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
16001
+ margin-left: var(--base-size-16);
16002
+ }
16003
+
16004
+ .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
16005
+ position: relative;
16006
+ z-index: 9998;
16007
+ display: inline-block;
16008
+ }
16009
+
16010
+ .Primer_Brand__SubNav-module__SubNav--has-shadow___jkyC7 {
16011
+ box-shadow: var(--brand-SubNav-shadow);
16012
+ background-color: var(--brand-color-canvas-default);
16013
+ }
16014
+
16015
+ /*
16016
+ * Narrow breakpoint
16017
+ */
16018
+
16019
+ @media screen and (max-width: 63.24rem) {
16020
+ .Primer_Brand__SubNav-module__SubNav___dVoQu::before {
16021
+ content: '';
16022
+ position: absolute;
16023
+ top: 0;
16024
+ left: 0;
16025
+ bottom: 0;
16026
+ right: 0;
16027
+ opacity: 0;
16028
+ z-index: 9997;
16029
+ }
16030
+
16031
+ .Primer_Brand__SubNav-module__SubNav--open___xWq0D::after {
16032
+ content: '';
16033
+ background-color: var(--base-color-scale-black-0);
16034
+ opacity: 0.3;
16035
+ position: fixed;
16036
+ top: 0;
16037
+ right: 0;
16038
+ left: 0;
16039
+ bottom: 0;
16040
+ width: 100%;
16041
+ height: 100%;
16042
+ z-index: -1;
16043
+ }
16044
+
16045
+ .Primer_Brand__SubNav-module__SubNav__heading___MAxf6 {
16046
+ font-size: var(--base-size-20);
16047
+ line-height: var(--base-size-20);
16048
+ }
16049
+
16050
+ .Primer_Brand__SubNav-module__SubNav--open___xWq0D {
16051
+ display: block;
16052
+ }
16053
+
16054
+ .Primer_Brand__SubNav-module__SubNav--open___xWq0D::before {
16055
+ background-color: var(--brand-color-canvas-default);
16056
+ animation: Primer_Brand__SubNav-module__fade-in___t8Rrr 0.3s var(--brand-animation-easing-glide) forwards;
16057
+ }
16058
+
16059
+ .Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND {
16060
+ position: relative;
16061
+ display: flex;
16062
+ flex: auto;
16063
+ flex-direction: column;
16064
+ justify-content: center;
16065
+ z-index: 9998;
16066
+ }
16067
+
16068
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA {
16069
+ display: flex;
16070
+ flex-direction: column;
16071
+ gap: var(--base-size-8);
16072
+ padding-top: var(--base-size-16);
16073
+ padding-bottom: var(--base-size-16);
16074
+ }
16075
+
16076
+ .Primer_Brand__SubNav-module__SubNav__overlay-toggle___GY93X {
16077
+ background-color: transparent;
16078
+ border: none;
16079
+ cursor: pointer;
16080
+ display: flex;
16081
+ position: absolute;
16082
+ top: var(--base-size-16);
16083
+ right: var(--base-size-16);
16084
+ order: 1;
16085
+ z-index: 9999;
16086
+ }
16087
+
16088
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
16089
+ display: none;
16090
+ text-decoration: none;
16091
+ }
16092
+
16093
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current] * {
16094
+ color: var(--brand-SubNav-color-link-active);
16095
+ }
16096
+
16097
+ .Primer_Brand__SubNav-module__SubNav__links-overlay--open___xdhUA .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
16098
+ display: block;
16099
+ padding: var(--base-size-8) 0;
16100
+ animation: Primer_Brand__SubNav-module__fade-in___t8Rrr 0.3s var(--brand-animation-easing-glide) forwards;
16101
+ }
16102
+ }
16103
+
16104
+ .Primer_Brand__SubNav-module__SubNav__overlay-toggle-icon___AjCc8 {
16105
+ fill: var(--brand-color-text-default);
16106
+ }
16107
+
16108
+ .Primer_Brand__SubNav-module__SubNav__overlay-toggle-content___GYAh4 {
16109
+ display: flex;
16110
+ align-items: center;
16111
+ gap: var(--base-size-8);
16112
+
16113
+ /* optical alignment */
16114
+ position: relative;
16115
+ top: calc(var(--base-size-4) / 4 * -1);
16116
+ }
16117
+
16118
+ @media screen and (min-width: 48rem) {
16119
+ .Primer_Brand__SubNav-module__SubNav___dVoQu {
16120
+ padding: var(--base-size-16) var(--base-size-24);
16121
+ }
16122
+ }
16123
+
16124
+ /*
16125
+ * Wide breakpoint
16126
+ */
16127
+
16128
+ @media screen and (min-width: 63.25rem) {
16129
+ .Primer_Brand__SubNav-module__SubNav___dVoQu {
16130
+ padding: var(--base-size-16) var(--base-size-32);
16131
+ }
16132
+
16133
+ .Primer_Brand__SubNav-module__SubNav__overlay-toggle___GY93X {
16134
+ display: none;
16135
+ }
16136
+
16137
+ .Primer_Brand__SubNav-module__SubNav__heading___MAxf6 {
16138
+ font-size: var(--base-size-20);
16139
+ line-height: var(--base-size-20);
16140
+ }
16141
+
16142
+ .Primer_Brand__SubNav-module__SubNav___dVoQu {
16143
+ display: flex;
16144
+ }
16145
+
16146
+ [dir="ltr"] .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
16147
+ margin-right: var(--base-size-24);
16148
+ }
16149
+
16150
+ [dir="rtl"] .Primer_Brand__SubNav-module__SubNav__heading-container___jlouG {
16151
+ margin-left: var(--base-size-24);
16152
+ }
16153
+
16154
+ .Primer_Brand__SubNav-module__SubNav__links-overlay___CnpND {
16155
+ align-items: center;
16156
+ display: flex;
16157
+ gap: var(--base-size-24);
16158
+ z-index: 1;
16159
+ }
16160
+
16161
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ {
16162
+ text-decoration: none;
16163
+ transition: color 0.2s var(--brand-animation-easing-glide);
16164
+ position: relative;
16165
+ }
16166
+
16167
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover *,
16168
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current] * {
16169
+ text-decoration: none !important;
16170
+ }
16171
+
16172
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover *,
16173
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current] * {
16174
+ color: var(--brand-SubNav-color-link-active); /* dotcom override */
16175
+ }
16176
+
16177
+ .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
16178
+ content: '';
16179
+ position: absolute;
16180
+ bottom: -6px;
16181
+ left: 0;
16182
+ width: 100%;
16183
+ height: 2px;
16184
+ background-color: var(--brand-SubNav-color-link-active);
16185
+ transition: opacity var(--brand-animation-duration-fast), transform var(--brand-animation-duration-fast),
16186
+ background-color var(--brand-animation-duration-fast);
16187
+ opacity: 1;
16188
+ transform: scale(0);
16189
+ transform-origin: center;
16190
+ }
16191
+
16192
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:hover .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
16193
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:focus .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after,
16194
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[aria-current] .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
16195
+ opacity: 1;
16196
+ transform: translate3d(0, 0.2em, 0);
16197
+ transform: scale(0.8, 1);
16198
+ }
16199
+
16200
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:active .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
16201
+ background-color: var(--brand-color-text-default);
16202
+ transform: scale(0.9, 1);
16203
+ }
16204
+
16205
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ[data-active='true'] .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
16206
+ background-color: var(--brand-color-text-default);
16207
+ opacity: 1;
16208
+ }
16209
+
16210
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ.Primer_Brand__SubNav-module__focus-visible___mbLRX .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
16211
+ opacity: 0;
16212
+ }
16213
+
16214
+ .Primer_Brand__SubNav-module__SubNav__link___VBkrZ:focus-visible .Primer_Brand__SubNav-module__SubNav__link-label___IoiSp::after {
16215
+ opacity: 0;
16216
+ }
16217
+ }
16218
+
16219
+ @keyframes Primer_Brand__SubNav-module__fade-in___t8Rrr {
16220
+ 0% {
16221
+ opacity: 0;
16222
+ }
16223
+ 100% {
16224
+ opacity: 1;
16225
+ }
16226
+ }
16227
+
16228
+ @keyframes Primer_Brand__SubNav-module__fade-in-down___LOqE1 {
16229
+ 0% {
16230
+ opacity: 0;
16231
+ }
16232
+ 100% {
16233
+ opacity: 1;
16234
+ }
16235
+ }
16236
+
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 04 Mar 2024 10:53:45 GMT
3
+ * Generated on Tue, 12 Mar 2024 18:45:29 GMT
4
4
  */
5
5
 
6
6
  :root,