@primer/react-brand 0.68.1-rc.e248cf2a → 0.69.0-rc.50f5ffef

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 (441) hide show
  1. package/esm/Accordion/Accordion.d.ts +5 -2
  2. package/esm/Accordion/Accordion.d.ts.map +1 -1
  3. package/esm/Accordion/Accordion.js +92 -50
  4. package/esm/Accordion/Accordion.js.map +1 -1
  5. package/esm/Accordion/Accordion.module-COckontb.css +1 -0
  6. package/esm/Accordion/Accordion.module.js +7 -5
  7. package/esm/Accordion/Accordion.module.js.map +1 -1
  8. package/esm/Box/Box.d.ts +1 -1
  9. package/esm/Box/Box.d.ts.map +1 -1
  10. package/esm/Box/Box.module-ZdcUfGo-.css +1 -0
  11. package/esm/Box/Box.module.js +81 -1
  12. package/esm/Box/Box.module.js.map +1 -1
  13. package/esm/Card/{Card.module-OxFQdnTA.css → Card.module-DZZ8DN76.css} +1 -1
  14. package/esm/Card/Card.module.js +1 -1
  15. package/esm/Card/Card.module.js.map +1 -1
  16. package/esm/FAQ/FAQ.d.ts +2 -1
  17. package/esm/FAQ/FAQ.d.ts.map +1 -1
  18. package/esm/Hero/{Hero.module-DvYo_AtL.css → Hero.module-Cy82CEW3.css} +1 -1
  19. package/esm/Hero/Hero.module.js +1 -1
  20. package/esm/Hero/Hero.module.js.map +1 -1
  21. package/esm/Link/Link.d.ts +1 -1
  22. package/esm/Link/Link.d.ts.map +1 -1
  23. package/esm/Link/Link.js +37 -28
  24. package/esm/Link/Link.js.map +1 -1
  25. package/esm/LogoSuite/LogoSuite.js +1 -1
  26. package/esm/PricingOptions/PricingOptions.d.ts +2 -1
  27. package/esm/PricingOptions/PricingOptions.d.ts.map +1 -1
  28. package/esm/PricingOptions/PricingOptions.js +46 -45
  29. package/esm/PricingOptions/PricingOptions.js.map +1 -1
  30. package/esm/Stack/Stack.d.ts +1 -1
  31. package/esm/Stack/Stack.d.ts.map +1 -1
  32. package/esm/Stack/Stack.module-BlpDkOqI.css +1 -0
  33. package/esm/Stack/Stack.module.js +17 -1
  34. package/esm/Stack/Stack.module.js.map +1 -1
  35. package/esm/Tabs/{Tabs.module-D8VFUDRe.css → Tabs.module-CK_p1qwC.css} +1 -1
  36. package/esm/Tabs/Tabs.module.js +1 -1
  37. package/esm/Tabs/Tabs.module.js.map +1 -1
  38. package/esm/TextCursorAnimation/TextCursorAnimation.d.ts +1 -0
  39. package/esm/TextCursorAnimation/TextCursorAnimation.d.ts.map +1 -1
  40. package/esm/TextCursorAnimation/TextCursorAnimation.js +1 -0
  41. package/esm/TextCursorAnimation/TextCursorAnimation.js.map +1 -1
  42. package/esm/TextCursorAnimation/{TextCursorAnimation.module-CkVDXNW5.css → TextCursorAnimation.module-BJLhwKrK.css} +1 -1
  43. package/esm/TextCursorAnimation/TextCursorAnimation.module.js +1 -1
  44. package/esm/TextCursorAnimation/TextCursorAnimation.module.js.map +1 -1
  45. package/esm/constants.d.ts +1 -1
  46. package/esm/constants.d.ts.map +1 -1
  47. package/esm/constants.js +2 -0
  48. package/esm/constants.js.map +1 -1
  49. package/esm/css/stylesheets.js +1 -1
  50. package/esm/index.esm.js +6 -6
  51. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/base/size/size-6EfgMG7y.css +1 -0
  52. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/logosuite/{colors-with-modes-n4fDsxWz.css → colors-with-modes-B8ia26TA.css} +1 -1
  53. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes-BODdIvrY.css +1 -0
  54. package/esm/recipes/Flexsuite/Overview/FlexSuiteAIOverview.d.ts.map +1 -1
  55. package/esm/river/RiverAccordion/RiverAccordion.js +1 -1
  56. package/esm/river/RiverAccordion/RiverAccordion.js.map +1 -1
  57. package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.d.ts +26 -0
  58. package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.d.ts.map +1 -1
  59. package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.js +47 -43
  60. package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.js.map +1 -1
  61. package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module-ByM_DVom.css +1 -0
  62. package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module.js +6 -2
  63. package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module.js.map +1 -1
  64. package/lib/Accordion/Accordion.d.ts +5 -2
  65. package/lib/Box/Box.d.ts +1 -1
  66. package/lib/FAQ/FAQ.d.ts +2 -1
  67. package/lib/Link/Link.d.ts +1 -1
  68. package/lib/PricingOptions/PricingOptions.d.ts +2 -1
  69. package/lib/Stack/Stack.d.ts +1 -1
  70. package/lib/TextCursorAnimation/TextCursorAnimation.d.ts +1 -0
  71. package/lib/constants.d.ts +1 -1
  72. package/lib/css/main.css +544 -138
  73. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  74. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  75. package/lib/design-tokens/css/tokens/base/size/size.css +3 -1
  76. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  89. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  90. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  91. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  92. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  93. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  94. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  95. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  96. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  97. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  98. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  99. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  100. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  101. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  102. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  103. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  104. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  105. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  106. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  107. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  108. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  109. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  110. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  111. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  112. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  113. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  114. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  115. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  116. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  117. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  118. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  119. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  120. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  121. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +2 -2
  122. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +2 -2
  123. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors-with-modes.css +1 -1
  124. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +1 -1
  125. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  126. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  127. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  128. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  129. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  130. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  131. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  132. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  133. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  134. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  135. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  136. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  137. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  138. package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
  139. package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
  140. package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
  141. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  142. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  143. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  144. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes.css +13 -0
  145. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors.css +8 -0
  146. package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
  147. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  148. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  149. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  150. package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
  151. package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
  152. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  153. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  154. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  155. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  156. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  157. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  158. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  159. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  160. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  161. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  162. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  163. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  164. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  165. package/lib/design-tokens/js/module/tokens/base/size/size.js +3 -1
  166. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  167. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  168. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  169. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  170. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  171. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  172. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  173. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  174. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  175. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  176. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  177. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  178. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  179. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  180. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  181. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  182. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  183. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  184. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  185. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  186. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  187. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  188. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  189. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  190. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +2 -2
  191. package/lib/design-tokens/js/module/tokens/functional/components/media-playlist/colors.js +1 -1
  192. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
  193. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  194. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  195. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  196. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  197. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  198. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  199. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  200. package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
  201. package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
  202. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  203. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  204. package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/colors.js +17 -0
  205. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  206. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  207. package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
  208. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  209. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  210. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  211. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  212. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  213. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  214. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  215. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  216. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  217. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  218. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  219. package/lib/design-tokens/js/tokens/base/size/size.js +3 -1
  220. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  221. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  222. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  223. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  224. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  225. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  226. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  227. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  228. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  229. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  230. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  231. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  232. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  233. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  234. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  235. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  236. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  237. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  238. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  239. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  240. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  241. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  242. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  243. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  244. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +2 -2
  245. package/lib/design-tokens/js/tokens/functional/components/media-playlist/colors.js +1 -1
  246. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  247. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  248. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  249. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  250. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  251. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  252. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  253. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  254. package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
  255. package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
  256. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  257. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  258. package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/colors.js +6 -0
  259. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  260. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  261. package/lib/design-tokens/js/tokens/functional/components/token/colors.js +1 -1
  262. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  263. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  264. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  265. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  266. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  267. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  268. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  269. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  270. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  271. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  272. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  273. package/lib/design-tokens/scss/tokens/base/size/size.scss +3 -1
  274. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  275. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  276. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  277. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  278. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  279. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  280. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  281. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  282. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  283. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  284. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  285. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  286. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  287. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  288. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  289. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  290. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  291. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  292. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  293. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  294. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  295. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  296. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  297. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  298. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +2 -2
  299. package/lib/design-tokens/scss/tokens/functional/components/media-playlist/colors.scss +1 -1
  300. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  301. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  302. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  303. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  304. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  305. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  306. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  307. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  308. package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
  309. package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
  310. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  311. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  312. package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/colors.scss +5 -0
  313. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  314. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  315. package/lib/design-tokens/scss/tokens/functional/components/token/colors.scss +1 -1
  316. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  317. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  318. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  319. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  320. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  321. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  322. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  323. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  324. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  325. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  326. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  327. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  328. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +3 -1
  329. package/lib/design-tokens/ts/tokens/base/size/size.js +3 -1
  330. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  331. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  332. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  333. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  334. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  335. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  336. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  337. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  338. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  339. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  340. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  341. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  342. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  343. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  344. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  345. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  346. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  347. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  348. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  349. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  350. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  351. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  352. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  353. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  354. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
  355. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  356. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  357. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  358. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  359. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  360. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  361. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  362. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
  363. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
  364. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  365. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  366. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  367. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  368. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  369. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  370. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  371. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  372. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  373. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  374. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  375. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  376. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  377. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  378. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  379. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +2 -2
  380. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.d.ts +1 -1
  381. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.js +1 -1
  382. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
  383. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
  384. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  385. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  386. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  387. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  388. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  389. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  390. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  391. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  392. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  393. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  394. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  395. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  396. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  397. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  398. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
  399. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
  400. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
  401. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
  402. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  403. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  404. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  405. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  406. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.d.ts +17 -0
  407. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.js +14 -0
  408. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  409. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  410. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  411. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  412. package/lib/design-tokens/ts/tokens/functional/components/token/colors.d.ts +1 -1
  413. package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
  414. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  415. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  416. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  417. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  418. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  419. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  420. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  421. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  422. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  423. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  424. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  425. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  426. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  427. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  428. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  429. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  430. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  431. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  432. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  433. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  434. package/lib/index.js +1 -1
  435. package/lib/river/RiverBreakoutTabs/RiverBreakoutTabs.d.ts +26 -0
  436. package/package.json +1 -1
  437. package/esm/Accordion/Accordion.module-D4diKFGj.css +0 -1
  438. package/esm/Box/Box.module-BgKMrzcY.css +0 -1
  439. package/esm/Stack/Stack.module-ZIKnqNP_.css +0 -1
  440. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/base/size/size-DBypfR6O.css +0 -1
  441. package/esm/river/RiverBreakoutTabs/RiverBreakoutTabs.module-CyFjQIyU.css +0 -1
@@ -1 +1 @@
1
- .Primer_Brand__Hero-module__Hero___It6gj{flex-direction:column;display:flex}.Primer_Brand__Hero-module__Hero--variant-default___lNgHw{padding:var(--brand-Hero-narrow-padding)}.Primer_Brand__Hero-module__Hero--align-start___ouSp3{text-align:left;align-items:flex-start}.Primer_Brand__Hero-module__Hero--align-center___6FMoH{text-align:center;place-items:center}.Primer_Brand__Hero-module__Hero-grid___gXNGW{--brand-Grid-spacing-margin:0}.Primer_Brand__Hero-module__Hero-grid--contained___vfiGA{width:100%;max-width:1280px;padding:var(--base-size-32);background-color:var(--brand-Hero-bgColor-gridlineGridInner);margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero-grid--contained___vfiGA{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero-grid--block-end___jU6_V,.Primer_Brand__Hero-module__Hero-grid--inline-end___o8Dtq{--brand-Grid-spacing-row:var(--base-size-40)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-grid--contained___vfiGA{padding:var(--base-size-64)}.Primer_Brand__Hero-module__Hero-grid--block-end___jU6_V{--brand-Grid-spacing-row:var(--base-size-80)}}.Primer_Brand__Hero-module__Hero--align-center___6FMoH .Primer_Brand__Hero-module__Hero-actions___RUotq{justify-content:center}.Primer_Brand__Hero-module__Hero--align-center___6FMoH .Primer_Brand__Hero-module__Hero-content___lpGj0{flex-direction:column;align-items:center;display:flex}.Primer_Brand__Hero-module__Hero-image___GC10l{border-radius:var(--brand-borderRadius-medium);width:100%}.Primer_Brand__Hero-module__Hero-mediaContainer___DWFUR{flex:1;width:100%;height:100%;display:flex}.Primer_Brand__Hero-module__Hero-imageContainer--bg-subtle___RFNq3{background-color:var(--brand-color-canvas-subtle);padding:var(--base-size-32) var(--base-size-32) 0}.Primer_Brand__Hero-module__Hero-imageContainer--inline-bg-padded___Y_hah{padding:var(--base-size-32);background-color:var(--brand-color-canvas-subtle)}.Primer_Brand__Hero-module__Hero-imageWrapper___CscCA{justify-content:center;width:100%;display:flex}.Primer_Brand__Hero-module__Hero-imageWrapper--bg-subtle___8xPH_{border-block:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);background-color:var(--brand-color-canvas-subtle);padding:var(--base-size-32) var(--base-size-32) 0}.Primer_Brand__Hero-module__Hero-imageContainer--inline-bordered___g8hqZ{background-color:var(--brand-color-canvas-subtle);align-items:stretch;display:flex}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-imageContainer--inline-bordered___g8hqZ{min-height:calc(600px - var(--base-size-24))}.Primer_Brand__Hero-module__Hero-imageWrapper--bg-subtle___8xPH_{padding:var(--base-size-64) var(--base-size-64) 0}.Primer_Brand__Hero-module__Hero-imageContainer--inline-bg-padded___Y_hah{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh{width:100%;container-type:inline-size}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media___rM3qR{max-width:1176px;margin-inline:auto;display:block;overflow:hidden}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media--pos-block-end___6QShk,.Primer_Brand__Hero-module__Hero-media-item--block-end___RrUWM{border-radius:var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper___CscCA{border-block:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);background-color:var(--brand-color-canvas-subtle);width:100%}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{width:100%;max-width:1280px;padding:var(--base-size-32) var(--base-size-32) 0;margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner--with-gridline___fixm4{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-32)}.Primer_Brand__Hero-module__Hero-media--pos-block-end-padded___VdZlI{border-radius:var(--brand-borderRadius-medium)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{padding:var(--base-size-64) var(--base-size-64) 0}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8{width:100%;max-width:1280px;margin-inline:auto}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8{min-height:440px}}@container (width>=1280px){.Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh.Primer_Brand__Hero-module__Hero--image-pos-inline___fwJAZ{border-block-end:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}.Primer_Brand__Hero-module__Hero-contentColumn--bordered-inline___2Dfrd{padding:var(--base-size-32);flex-direction:column;justify-content:center;display:flex}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-contentColumn--bordered-inline___2Dfrd{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media--pos-inline___TD4jr:not(.Primer_Brand__Hero-module__Hero-media--pos-inline-padded___Uq4Xk),.Primer_Brand__Hero-module__Hero-media-item--inline___3XHJG{border-radius:0}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media--pos-inline-padded___Uq4Xk{align-self:center;max-width:100%;height:auto}.Primer_Brand__Hero-module__Hero-video___Ne5zN{width:100%}.Primer_Brand__Hero-module__Hero-media-item___Ia3pn{border-radius:var(--brand-borderRadius-large);width:100%}.Primer_Brand__Hero-module__Hero-label___XJftM{text-transform:uppercase;letter-spacing:1px;align-items:center;margin-block-end:calc(var(--base-size-16) - var(--base-size-2));display:flex}.Primer_Brand__Hero-module__Hero-heading___HMve3{max-width:924px;margin:0}.Primer_Brand__Hero-module__Hero-heading___HMve3 b{color:var(--brand-color-accent-primary);font-style:normal;font-weight:inherit}.Primer_Brand__Hero-module__Hero-heading--fullWidth___sJlnY{max-width:none;max-width:initial}.Primer_Brand__Hero-module__Hero-text-column--inline-gridline___gGhfi{height:100%}.Primer_Brand__Hero-module__Hero-description___7raSC{margin:var(--base-size-24) 0 0;max-width:600px}.Primer_Brand__Hero-module__Hero--variant-inline-gridline___Jwjqy .Primer_Brand__Hero-module__Hero-description___7raSC{margin-block-start:auto;padding-block-start:var(--base-size-24)}.Primer_Brand__Hero-module__Hero-actions___RUotq{align-items:center;gap:var(--base-size-8) var(--base-size-16);flex-wrap:wrap;margin-block-start:var(--base-size-32);display:flex}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-actions___RUotq{align-items:stretch;gap:var(--base-size-8) var(--base-size-12)}.Primer_Brand__Hero-module__Hero-trailing____cadc{margin-block-start:var(--base-size-32)}.Primer_Brand__Hero-module__Hero-eyebrow___mlxSE{margin-block-end:var(--base-size-32)}@media screen and (width>=34rem){.Primer_Brand__Hero-module__Hero--variant-default___lNgHw{padding:var(--brand-Hero-regular-padding)}}.Primer_Brand__Hero-module__Hero-video-poster-button___mtbvt{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;font-size:0;line-height:0;display:block;position:relative}.Primer_Brand__Hero-module__Hero-video-poster-image___ZP3Q5{width:100%;height:auto;display:block}.Primer_Brand__Hero-module__Hero-video-poster-icon___PfT4p{width:var(--base-size-96);height:var(--base-size-96);z-index:1;color:var(--base-color-scale-white-0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Primer_Brand__Hero-module__Hero-video-poster-header___13M9x{padding:var(--base-size-16) var(--base-size-24);align-items:center;gap:var(--base-size-16);height:var(--base-size-80);background:linear-gradient(#000000b3 60%,#0000);display:flex;position:absolute;inset:0 0 auto}.Primer_Brand__Hero-module__Hero-video-header-poster-icon___tlEff,.Primer_Brand__Hero-module__Hero-video-poster-text___4R755{color:var(--base-color-scale-white-0)}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3{width:100%;container-type:inline-size}.Primer_Brand__Hero-module__Hero-grid--expressive___Lq5SC{--brand-Grid-spacing-row:0;gap:0;width:100%;max-width:1280px;margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero-grid--expressive___Lq5SC{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero-expressive-header-column___iq2TT{padding:var(--base-size-32);border-block-end:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);align-items:center;padding-block-end:var(--base-size-24);display:flex}.Primer_Brand__Hero-module__Hero-expressive-body-column___Beyq_{padding:var(--base-size-32);padding-block-start:var(--base-size-24)}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-description___7raSC{margin-block-start:0}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-actions___RUotq,.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-trailing____cadc{margin-block-start:var(--base-size-24)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-expressive-header-column___iq2TT{padding:var(--base-size-64);border-block-end:none;border-inline-end:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);padding-inline-end:var(--base-size-64)}.Primer_Brand__Hero-module__Hero-expressive-body-column___Beyq_{padding:var(--base-size-64);flex-direction:column;justify-content:flex-end;padding-inline-start:var(--base-size-64);display:flex}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-actions___RUotq,.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-trailing____cadc{margin-block-start:var(--base-size-32)}}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper___CscCA{border-block:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);background-color:var(--brand-color-canvas-subtle);width:100%}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{width:100%;max-width:1280px;padding:var(--base-size-32) var(--base-size-32) 0;margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner--with-gridline___fixm4{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-32)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{padding:var(--base-size-64) var(--base-size-64) 0}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-media___rM3qR{max-width:1176px;margin-inline:auto;display:block;overflow:hidden}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-media--pos-block-end___6QShk,.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-image___GC10l:not(.Primer_Brand__Hero-module__Hero-media--pos-block-end-padded___VdZlI){border-radius:var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0}
1
+ .Primer_Brand__Hero-module__Hero___It6gj{flex-direction:column;display:flex}.Primer_Brand__Hero-module__Hero--variant-default___lNgHw{padding:var(--brand-Hero-narrow-padding)}.Primer_Brand__Hero-module__Hero--align-start___ouSp3{text-align:left;align-items:flex-start}.Primer_Brand__Hero-module__Hero--align-center___6FMoH{text-align:center;place-items:center}.Primer_Brand__Hero-module__Hero-grid___gXNGW{--brand-Grid-spacing-margin:0}.Primer_Brand__Hero-module__Hero-grid--contained___vfiGA{width:100%;max-width:1280px;padding:var(--base-size-32);background-color:var(--brand-Hero-bgColor-gridlineGridInner);margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero-grid--contained___vfiGA{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero-grid--block-end___jU6_V,.Primer_Brand__Hero-module__Hero-grid--inline-end___o8Dtq{--brand-Grid-spacing-row:var(--base-size-40)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-grid--contained___vfiGA{padding:var(--base-size-64)}.Primer_Brand__Hero-module__Hero-grid--block-end___jU6_V{--brand-Grid-spacing-row:var(--base-size-80)}}.Primer_Brand__Hero-module__Hero--align-center___6FMoH .Primer_Brand__Hero-module__Hero-actions___RUotq{justify-content:center}.Primer_Brand__Hero-module__Hero--align-center___6FMoH .Primer_Brand__Hero-module__Hero-content___lpGj0{flex-direction:column;align-items:center;display:flex}.Primer_Brand__Hero-module__Hero-image___GC10l{border-radius:var(--brand-borderRadius-medium);width:100%}.Primer_Brand__Hero-module__Hero-mediaContainer___DWFUR{flex:1;width:100%;height:100%;display:flex}.Primer_Brand__Hero-module__Hero-imageContainer--bg-subtle___RFNq3{background-color:var(--brand-color-canvas-subtle);padding:var(--base-size-32) var(--base-size-32) 0}.Primer_Brand__Hero-module__Hero-imageContainer--inline-bg-padded___Y_hah{padding:var(--base-size-32);background-color:var(--brand-color-canvas-subtle)}.Primer_Brand__Hero-module__Hero-imageWrapper___CscCA{justify-content:center;width:100%;display:flex}.Primer_Brand__Hero-module__Hero-imageWrapper--bg-subtle___8xPH_{border-block:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);background-color:var(--brand-color-canvas-subtle);padding:var(--base-size-32) var(--base-size-32) 0}.Primer_Brand__Hero-module__Hero-imageContainer--inline-bordered___g8hqZ{background-color:var(--brand-color-canvas-subtle);align-items:stretch;display:flex}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-imageContainer--inline-bordered___g8hqZ{min-height:calc(600px - var(--base-size-24))}.Primer_Brand__Hero-module__Hero-imageWrapper--bg-subtle___8xPH_{padding:var(--base-size-64) var(--base-size-64) 0}.Primer_Brand__Hero-module__Hero-imageContainer--inline-bg-padded___Y_hah{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh{width:100%;container-type:inline-size}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media___rM3qR{max-width:1176px;margin-inline:auto;display:block;overflow:hidden}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media--pos-block-end___6QShk,.Primer_Brand__Hero-module__Hero-media-item--block-end___RrUWM{border-radius:var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper___CscCA{border-block:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);background-color:var(--brand-color-canvas-subtle);width:100%}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{width:100%;max-width:1280px;padding:var(--base-size-32) var(--base-size-32) 0;margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner--with-gridline___fixm4{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-32)}.Primer_Brand__Hero-module__Hero-media--pos-block-end-padded___VdZlI{border-radius:var(--brand-borderRadius-medium)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{padding:var(--base-size-64) var(--base-size-64) 0}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8{width:100%;max-width:1280px;margin-inline:auto}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8{min-height:440px}}@container (width>=1280px){.Primer_Brand__Hero-module__Hero-grid--bordered-inline___e_HR8{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh.Primer_Brand__Hero-module__Hero--image-pos-inline___fwJAZ{border-block-end:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}.Primer_Brand__Hero-module__Hero-contentColumn--bordered-inline___2Dfrd{padding:var(--base-size-32);flex-direction:column;justify-content:center;display:flex}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-contentColumn--bordered-inline___2Dfrd{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media--pos-inline___TD4jr:not(.Primer_Brand__Hero-module__Hero-media--pos-inline-padded___Uq4Xk),.Primer_Brand__Hero-module__Hero-media-item--inline___3XHJG{border-radius:0}.Primer_Brand__Hero-module__Hero--variant-gridline___B_Xwh .Primer_Brand__Hero-module__Hero-media--pos-inline-padded___Uq4Xk{align-self:center;max-width:100%;height:auto}.Primer_Brand__Hero-module__Hero-video___Ne5zN{width:100%}.Primer_Brand__Hero-module__Hero-media-item___Ia3pn{border-radius:var(--brand-borderRadius-large);width:100%}.Primer_Brand__Hero-module__Hero-label___XJftM{text-transform:uppercase;letter-spacing:1px;align-items:center;margin-block-end:calc(var(--base-size-16) - var(--base-size-2));display:flex}.Primer_Brand__Hero-module__Hero-heading___HMve3{max-width:924px;margin:0}.Primer_Brand__Hero-module__Hero-heading___HMve3 b{color:var(--brand-color-accent-primary);font-style:normal;font-weight:inherit}.Primer_Brand__Hero-module__Hero-heading--fullWidth___sJlnY{max-width:none;max-width:initial}.Primer_Brand__Hero-module__Hero-text-column--inline-gridline___gGhfi{height:100%}.Primer_Brand__Hero-module__Hero-description___7raSC{margin:var(--base-size-24) 0 0;max-width:600px}.Primer_Brand__Hero-module__Hero--variant-inline-gridline___Jwjqy .Primer_Brand__Hero-module__Hero-description___7raSC{margin-block-start:auto;padding-block-start:var(--base-size-24)}.Primer_Brand__Hero-module__Hero-actions___RUotq{align-items:center;gap:var(--base-size-8) var(--base-size-16);flex-wrap:wrap;margin-block-start:var(--base-size-28);display:flex}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-actions___RUotq{align-items:stretch;gap:var(--base-size-8) var(--base-size-12)}.Primer_Brand__Hero-module__Hero-trailing____cadc{margin-block-start:var(--base-size-32)}.Primer_Brand__Hero-module__Hero-eyebrow___mlxSE{margin-block-end:var(--base-size-32)}@media screen and (width>=34rem){.Primer_Brand__Hero-module__Hero--variant-default___lNgHw{padding:var(--brand-Hero-regular-padding)}}.Primer_Brand__Hero-module__Hero-video-poster-button___mtbvt{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;font-size:0;line-height:0;display:block;position:relative}.Primer_Brand__Hero-module__Hero-video-poster-image___ZP3Q5{width:100%;height:auto;display:block}.Primer_Brand__Hero-module__Hero-video-poster-icon___PfT4p{width:var(--base-size-96);height:var(--base-size-96);z-index:1;color:var(--base-color-scale-white-0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Primer_Brand__Hero-module__Hero-video-poster-header___13M9x{padding:var(--base-size-16) var(--base-size-24);align-items:center;gap:var(--base-size-16);height:var(--base-size-80);background:linear-gradient(#000000b3 60%,#0000);display:flex;position:absolute;inset:0 0 auto}.Primer_Brand__Hero-module__Hero-video-header-poster-icon___tlEff,.Primer_Brand__Hero-module__Hero-video-poster-text___4R755{color:var(--base-color-scale-white-0)}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3{width:100%;container-type:inline-size}.Primer_Brand__Hero-module__Hero-grid--expressive___Lq5SC{--brand-Grid-spacing-row:0;gap:0;width:100%;max-width:1280px;margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero-grid--expressive___Lq5SC{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero-expressive-header-column___iq2TT{padding:var(--base-size-32);border-block-end:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);align-items:center;padding-block-end:var(--base-size-24);display:flex}.Primer_Brand__Hero-module__Hero-expressive-body-column___Beyq_{padding:var(--base-size-32);padding-block-start:var(--base-size-24)}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-description___7raSC{margin-block-start:0}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-actions___RUotq{margin-block-start:var(--base-size-28)}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-trailing____cadc{margin-block-start:var(--base-size-24)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero-expressive-header-column___iq2TT{padding:var(--base-size-64);border-block-end:none;border-inline-end:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);padding-inline-end:var(--base-size-64)}.Primer_Brand__Hero-module__Hero-expressive-body-column___Beyq_{padding:var(--base-size-64);flex-direction:column;justify-content:flex-end;padding-inline-start:var(--base-size-64);display:flex}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-actions___RUotq{margin-block-start:var(--base-size-28)}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-trailing____cadc{margin-block-start:var(--base-size-20)}}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper___CscCA{border-block:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);background-color:var(--brand-color-canvas-subtle);width:100%}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{width:100%;max-width:1280px;padding:var(--base-size-32) var(--base-size-32) 0;margin-inline:auto}@container (width>=1280px){.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner--with-gridline___fixm4{border-inline:var(--brand-borderWidth-thin) solid var(--brand-color-border-muted)}}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-32)}@media screen and (width>=63.25rem){.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner___jk8Wg{padding:var(--base-size-64) var(--base-size-64) 0}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-imageWrapper-inner--padded___cN4al{padding:var(--base-size-64)}}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-media___rM3qR{max-width:1176px;margin-inline:auto;display:block;overflow:hidden}.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-media--pos-block-end___6QShk,.Primer_Brand__Hero-module__Hero--variant-gridline-expressive___yVRY3 .Primer_Brand__Hero-module__Hero-image___GC10l:not(.Primer_Brand__Hero-module__Hero-media--pos-block-end-padded___VdZlI){border-radius:var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0}
@@ -1,4 +1,4 @@
1
- import './Hero.module-DvYo_AtL.css';var e = {
1
+ import './Hero.module-Cy82CEW3.css';var e = {
2
2
  Hero: "Primer_Brand__Hero-module__Hero___It6gj",
3
3
  "Hero--variant-default": "Primer_Brand__Hero-module__Hero--variant-default___lNgHw",
4
4
  "Hero--align-start": "Primer_Brand__Hero-module__Hero--align-start___ouSp3",
@@ -1 +1 @@
1
- {"version":3,"file":"Hero.module.js","names":[],"sources":["../../src/Hero/Hero.module.css"],"sourcesContent":[".Hero {\n display: flex;\n flex-direction: column;\n}\n\n.Hero--variant-default {\n padding: var(--brand-Hero-narrow-padding);\n}\n\n.Hero--align-start {\n align-items: flex-start;\n text-align: left;\n}\n\n.Hero--align-center {\n justify-items: center;\n align-items: center;\n text-align: center;\n}\n\n.Hero-grid {\n --brand-Grid-spacing-margin: 0;\n}\n\n.Hero-grid--contained {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n padding: var(--base-size-32);\n background-color: var(--brand-Hero-bgColor-gridlineGridInner); /* Unset by default - users can override if needed */\n}\n\n/* Prevents double-borders. We only apply the inline borders when the parent container is wide enough to show the full width. */\n@container (min-width: 1280px) {\n .Hero-grid--contained {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero-grid--block-end,\n.Hero-grid--inline-end {\n --brand-Grid-spacing-row: var(--base-size-40);\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-grid--contained {\n padding: var(--base-size-64);\n }\n\n .Hero-grid--block-end {\n --brand-Grid-spacing-row: var(--base-size-80);\n }\n}\n\n.Hero--align-center .Hero-actions {\n justify-content: center;\n}\n\n.Hero--align-center .Hero-content {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n.Hero-image {\n border-radius: var(--brand-borderRadius-medium);\n width: 100%;\n}\n\n.Hero-mediaContainer {\n width: 100%;\n height: 100%;\n display: flex;\n flex: 1;\n}\n\n.Hero-imageContainer--bg-subtle {\n background-color: var(--brand-color-canvas-subtle);\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n.Hero-imageContainer--inline-bg-padded {\n padding: var(--base-size-32);\n background-color: var(--brand-color-canvas-subtle);\n}\n\n.Hero-imageWrapper {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n\n.Hero-imageWrapper--bg-subtle {\n border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n background-color: var(--brand-color-canvas-subtle);\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n.Hero-imageContainer--inline-bordered {\n background-color: var(--brand-color-canvas-subtle);\n display: flex;\n align-items: stretch;\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-imageContainer--inline-bordered {\n min-height: calc(600px - var(--base-size-24));\n }\n\n .Hero-imageWrapper--bg-subtle {\n padding: var(--base-size-64) var(--base-size-64) 0;\n }\n\n .Hero-imageContainer--inline-bg-padded {\n padding: var(--base-size-64);\n }\n}\n\n.Hero--variant-gridline {\n container-type: inline-size;\n width: 100%;\n}\n\n/* Shared media styles for images and videos */\n.Hero--variant-gridline .Hero-media {\n max-width: 1176px;\n margin-inline: auto;\n display: block;\n overflow: hidden;\n}\n\n.Hero--variant-gridline .Hero-media--pos-block-end {\n border-radius: var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0;\n}\n\n/* Applied directly to video/iframe elements for block-end position */\n.Hero-media-item--block-end {\n border-radius: var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0;\n}\n\n.Hero--variant-gridline .Hero-imageWrapper {\n border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n background-color: var(--brand-color-canvas-subtle);\n width: 100%;\n}\n\n.Hero--variant-gridline .Hero-imageWrapper-inner {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n@container (min-width: 1280px) {\n .Hero--variant-gridline .Hero-imageWrapper-inner--with-gridline {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero--variant-gridline .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-32);\n}\n\n.Hero-media--pos-block-end-padded {\n border-radius: var(--brand-borderRadius-medium);\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero--variant-gridline .Hero-imageWrapper-inner {\n padding: var(--base-size-64) var(--base-size-64) 0;\n }\n\n .Hero--variant-gridline .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-64);\n }\n}\n\n/* GridLine variant with inline (side-by-side) layout */\n.Hero-grid--bordered-inline {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-grid--bordered-inline {\n min-height: 440px;\n }\n}\n\n@container (min-width: 1280px) {\n .Hero-grid--bordered-inline {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero--variant-gridline.Hero--image-pos-inline {\n border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n}\n\n/* Text column styling for gridline inline positions */\n.Hero-contentColumn--bordered-inline {\n padding: var(--base-size-32);\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-contentColumn--bordered-inline {\n padding: var(--base-size-64);\n }\n}\n\n/* Media styling for gridline inline positions */\n\n/* Edge-to-edge inline media (no padding) - remove border radius */\n.Hero--variant-gridline .Hero-media--pos-inline:not(.Hero-media--pos-inline-padded) {\n border-radius: 0;\n}\n\n/* Applied directly to video/iframe elements for inline position */\n.Hero-media-item--inline {\n border-radius: 0;\n}\n\n/* Padded inline media - constrain size and center */\n.Hero--variant-gridline .Hero-media--pos-inline-padded {\n max-width: 100%;\n height: auto;\n align-self: center;\n}\n\n/* Image column styling now handled by .Hero-imageContainer--inline-bordered */\n\n.Hero-video {\n width: 100%;\n}\n\n/* Base styles for video/iframe media elements */\n.Hero-media-item {\n width: 100%;\n border-radius: var(--brand-borderRadius-large);\n}\n\n.Hero-label {\n text-transform: uppercase;\n letter-spacing: 1px;\n margin-block-end: calc(var(--base-size-16) - var(--base-size-2));\n display: flex;\n align-items: center;\n}\n\n.Hero-heading {\n margin: 0;\n max-width: 924px;\n}\n\n.Hero-heading b {\n color: var(--brand-color-accent-primary);\n font-style: normal;\n font-weight: inherit;\n}\n\n.Hero-heading--fullWidth {\n max-width: unset;\n}\n\n.Hero-text-column--inline-gridline {\n height: 100%;\n}\n\n.Hero-description {\n margin: var(--base-size-24) 0 0;\n max-width: 600px;\n}\n\n.Hero--variant-inline-gridline .Hero-description {\n padding-block-start: var(--base-size-24);\n margin-block-start: auto;\n}\n\n.Hero-actions {\n margin-block-start: var(--base-size-32);\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n gap: var(--base-size-8) var(--base-size-16);\n}\n\n.Hero--variant-gridline-expressive .Hero-actions {\n align-items: stretch;\n gap: var(--base-size-8) var(--base-size-12);\n}\n\n.Hero-trailing {\n margin-block-start: var(--base-size-32);\n}\n\n.Hero-eyebrow {\n margin-block-end: var(--base-size-32);\n}\n\n/* Small breakpoint and up */\n@media screen and (min-width: 34rem) {\n .Hero--variant-default {\n padding: var(--brand-Hero-regular-padding);\n }\n}\n\n.Hero-video-poster-button {\n padding: 0;\n border: none;\n background: none;\n cursor: pointer;\n display: block;\n height: 100%;\n position: relative;\n line-height: 0;\n font-size: 0;\n width: 100%;\n}\n\n.Hero-video-poster-image {\n display: block;\n height: auto;\n width: 100%;\n}\n\n.Hero-video-poster-icon {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: var(--base-size-96);\n height: var(--base-size-96);\n z-index: 1;\n color: var(--base-color-scale-white-0);\n}\n\n.Hero-video-poster-header {\n position: absolute;\n inset: 0 0 auto;\n padding: var(--base-size-16) var(--base-size-24);\n background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));\n display: flex;\n align-items: center;\n gap: var(--base-size-16);\n height: var(--base-size-80);\n}\n\n.Hero-video-header-poster-icon,\n.Hero-video-poster-text {\n color: var(--base-color-scale-white-0);\n}\n\n/* ========================================\n Gridline-Expressive Variant\n ======================================== */\n\n.Hero--variant-gridline-expressive {\n container-type: inline-size;\n width: 100%;\n}\n\n/* Grid container for expressive variant */\n.Hero-grid--expressive {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n gap: 0;\n --brand-Grid-spacing-row: 0;\n}\n\n@container (min-width: 1280px) {\n .Hero-grid--expressive {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n/* Header column (eyebrow, heading) */\n.Hero-expressive-header-column {\n padding: var(--base-size-32);\n padding-block-end: var(--base-size-24);\n border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n display: flex;\n align-items: center;\n}\n\n/* Body column (description, actions, trailing) */\n.Hero-expressive-body-column {\n padding: var(--base-size-32);\n padding-block-start: var(--base-size-24);\n}\n\n.Hero--variant-gridline-expressive .Hero-description {\n margin-block-start: 0;\n}\n\n.Hero--variant-gridline-expressive .Hero-actions {\n margin-block-start: var(--base-size-24);\n}\n\n.Hero--variant-gridline-expressive .Hero-trailing {\n margin-block-start: var(--base-size-24);\n}\n\n/* Desktop: Side-by-side layout with vertical divider */\n@media screen and (min-width: 63.25rem) {\n .Hero-expressive-header-column {\n padding: var(--base-size-64);\n padding-inline-end: var(--base-size-64);\n border-block-end: none;\n border-inline-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n\n .Hero-expressive-body-column {\n padding: var(--base-size-64);\n padding-inline-start: var(--base-size-64);\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n }\n\n .Hero--variant-gridline-expressive .Hero-actions {\n margin-block-start: var(--base-size-32);\n }\n\n .Hero--variant-gridline-expressive .Hero-trailing {\n margin-block-start: var(--base-size-32);\n }\n}\n\n/* Media wrapper styles for gridline-expressive (same as gridline) */\n.Hero--variant-gridline-expressive .Hero-imageWrapper {\n border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n background-color: var(--brand-color-canvas-subtle);\n width: 100%;\n}\n\n.Hero--variant-gridline-expressive .Hero-imageWrapper-inner {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n@container (min-width: 1280px) {\n .Hero--variant-gridline-expressive .Hero-imageWrapper-inner--with-gridline {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero--variant-gridline-expressive .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-32);\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero--variant-gridline-expressive .Hero-imageWrapper-inner {\n padding: var(--base-size-64) var(--base-size-64) 0;\n }\n\n .Hero--variant-gridline-expressive .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-64);\n }\n}\n\n/* Shared media styles for gridline-expressive */\n.Hero--variant-gridline-expressive .Hero-media {\n max-width: 1176px;\n margin-inline: auto;\n display: block;\n overflow: hidden;\n}\n\n.Hero--variant-gridline-expressive .Hero-media--pos-block-end,\n.Hero--variant-gridline-expressive .Hero-image:not(.Hero-media--pos-block-end-padded) {\n border-radius: var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"Hero.module.js","names":[],"sources":["../../src/Hero/Hero.module.css"],"sourcesContent":[".Hero {\n display: flex;\n flex-direction: column;\n}\n\n.Hero--variant-default {\n padding: var(--brand-Hero-narrow-padding);\n}\n\n.Hero--align-start {\n align-items: flex-start;\n text-align: left;\n}\n\n.Hero--align-center {\n justify-items: center;\n align-items: center;\n text-align: center;\n}\n\n.Hero-grid {\n --brand-Grid-spacing-margin: 0;\n}\n\n.Hero-grid--contained {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n padding: var(--base-size-32);\n background-color: var(--brand-Hero-bgColor-gridlineGridInner); /* Unset by default - users can override if needed */\n}\n\n/* Prevents double-borders. We only apply the inline borders when the parent container is wide enough to show the full width. */\n@container (min-width: 1280px) {\n .Hero-grid--contained {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero-grid--block-end,\n.Hero-grid--inline-end {\n --brand-Grid-spacing-row: var(--base-size-40);\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-grid--contained {\n padding: var(--base-size-64);\n }\n\n .Hero-grid--block-end {\n --brand-Grid-spacing-row: var(--base-size-80);\n }\n}\n\n.Hero--align-center .Hero-actions {\n justify-content: center;\n}\n\n.Hero--align-center .Hero-content {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n.Hero-image {\n border-radius: var(--brand-borderRadius-medium);\n width: 100%;\n}\n\n.Hero-mediaContainer {\n width: 100%;\n height: 100%;\n display: flex;\n flex: 1;\n}\n\n.Hero-imageContainer--bg-subtle {\n background-color: var(--brand-color-canvas-subtle);\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n.Hero-imageContainer--inline-bg-padded {\n padding: var(--base-size-32);\n background-color: var(--brand-color-canvas-subtle);\n}\n\n.Hero-imageWrapper {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n\n.Hero-imageWrapper--bg-subtle {\n border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n background-color: var(--brand-color-canvas-subtle);\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n.Hero-imageContainer--inline-bordered {\n background-color: var(--brand-color-canvas-subtle);\n display: flex;\n align-items: stretch;\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-imageContainer--inline-bordered {\n min-height: calc(600px - var(--base-size-24));\n }\n\n .Hero-imageWrapper--bg-subtle {\n padding: var(--base-size-64) var(--base-size-64) 0;\n }\n\n .Hero-imageContainer--inline-bg-padded {\n padding: var(--base-size-64);\n }\n}\n\n.Hero--variant-gridline {\n container-type: inline-size;\n width: 100%;\n}\n\n/* Shared media styles for images and videos */\n.Hero--variant-gridline .Hero-media {\n max-width: 1176px;\n margin-inline: auto;\n display: block;\n overflow: hidden;\n}\n\n.Hero--variant-gridline .Hero-media--pos-block-end {\n border-radius: var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0;\n}\n\n/* Applied directly to video/iframe elements for block-end position */\n.Hero-media-item--block-end {\n border-radius: var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0;\n}\n\n.Hero--variant-gridline .Hero-imageWrapper {\n border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n background-color: var(--brand-color-canvas-subtle);\n width: 100%;\n}\n\n.Hero--variant-gridline .Hero-imageWrapper-inner {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n@container (min-width: 1280px) {\n .Hero--variant-gridline .Hero-imageWrapper-inner--with-gridline {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero--variant-gridline .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-32);\n}\n\n.Hero-media--pos-block-end-padded {\n border-radius: var(--brand-borderRadius-medium);\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero--variant-gridline .Hero-imageWrapper-inner {\n padding: var(--base-size-64) var(--base-size-64) 0;\n }\n\n .Hero--variant-gridline .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-64);\n }\n}\n\n/* GridLine variant with inline (side-by-side) layout */\n.Hero-grid--bordered-inline {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-grid--bordered-inline {\n min-height: 440px;\n }\n}\n\n@container (min-width: 1280px) {\n .Hero-grid--bordered-inline {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero--variant-gridline.Hero--image-pos-inline {\n border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n}\n\n/* Text column styling for gridline inline positions */\n.Hero-contentColumn--bordered-inline {\n padding: var(--base-size-32);\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero-contentColumn--bordered-inline {\n padding: var(--base-size-64);\n }\n}\n\n/* Media styling for gridline inline positions */\n\n/* Edge-to-edge inline media (no padding) - remove border radius */\n.Hero--variant-gridline .Hero-media--pos-inline:not(.Hero-media--pos-inline-padded) {\n border-radius: 0;\n}\n\n/* Applied directly to video/iframe elements for inline position */\n.Hero-media-item--inline {\n border-radius: 0;\n}\n\n/* Padded inline media - constrain size and center */\n.Hero--variant-gridline .Hero-media--pos-inline-padded {\n max-width: 100%;\n height: auto;\n align-self: center;\n}\n\n/* Image column styling now handled by .Hero-imageContainer--inline-bordered */\n\n.Hero-video {\n width: 100%;\n}\n\n/* Base styles for video/iframe media elements */\n.Hero-media-item {\n width: 100%;\n border-radius: var(--brand-borderRadius-large);\n}\n\n.Hero-label {\n text-transform: uppercase;\n letter-spacing: 1px;\n margin-block-end: calc(var(--base-size-16) - var(--base-size-2));\n display: flex;\n align-items: center;\n}\n\n.Hero-heading {\n margin: 0;\n max-width: 924px;\n}\n\n.Hero-heading b {\n color: var(--brand-color-accent-primary);\n font-style: normal;\n font-weight: inherit;\n}\n\n.Hero-heading--fullWidth {\n max-width: unset;\n}\n\n.Hero-text-column--inline-gridline {\n height: 100%;\n}\n\n.Hero-description {\n margin: var(--base-size-24) 0 0;\n max-width: 600px;\n}\n\n.Hero--variant-inline-gridline .Hero-description {\n padding-block-start: var(--base-size-24);\n margin-block-start: auto;\n}\n\n.Hero-actions {\n margin-block-start: var(--base-size-28);\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n gap: var(--base-size-8) var(--base-size-16);\n}\n\n.Hero--variant-gridline-expressive .Hero-actions {\n align-items: stretch;\n gap: var(--base-size-8) var(--base-size-12);\n}\n\n.Hero-trailing {\n margin-block-start: var(--base-size-32);\n}\n\n.Hero-eyebrow {\n margin-block-end: var(--base-size-32);\n}\n\n/* Small breakpoint and up */\n@media screen and (min-width: 34rem) {\n .Hero--variant-default {\n padding: var(--brand-Hero-regular-padding);\n }\n}\n\n.Hero-video-poster-button {\n padding: 0;\n border: none;\n background: none;\n cursor: pointer;\n display: block;\n height: 100%;\n position: relative;\n line-height: 0;\n font-size: 0;\n width: 100%;\n}\n\n.Hero-video-poster-image {\n display: block;\n height: auto;\n width: 100%;\n}\n\n.Hero-video-poster-icon {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: var(--base-size-96);\n height: var(--base-size-96);\n z-index: 1;\n color: var(--base-color-scale-white-0);\n}\n\n.Hero-video-poster-header {\n position: absolute;\n inset: 0 0 auto;\n padding: var(--base-size-16) var(--base-size-24);\n background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));\n display: flex;\n align-items: center;\n gap: var(--base-size-16);\n height: var(--base-size-80);\n}\n\n.Hero-video-header-poster-icon,\n.Hero-video-poster-text {\n color: var(--base-color-scale-white-0);\n}\n\n/* ========================================\n Gridline-Expressive Variant\n ======================================== */\n\n.Hero--variant-gridline-expressive {\n container-type: inline-size;\n width: 100%;\n}\n\n/* Grid container for expressive variant */\n.Hero-grid--expressive {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n gap: 0;\n --brand-Grid-spacing-row: 0;\n}\n\n@container (min-width: 1280px) {\n .Hero-grid--expressive {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n/* Header column (eyebrow, heading) */\n.Hero-expressive-header-column {\n padding: var(--base-size-32);\n padding-block-end: var(--base-size-24);\n border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n display: flex;\n align-items: center;\n}\n\n/* Body column (description, actions, trailing) */\n.Hero-expressive-body-column {\n padding: var(--base-size-32);\n padding-block-start: var(--base-size-24);\n}\n\n.Hero--variant-gridline-expressive .Hero-description {\n margin-block-start: 0;\n}\n\n.Hero--variant-gridline-expressive .Hero-actions {\n margin-block-start: var(--base-size-28);\n}\n\n.Hero--variant-gridline-expressive .Hero-trailing {\n margin-block-start: var(--base-size-24);\n}\n\n/* Desktop: Side-by-side layout with vertical divider */\n@media screen and (min-width: 63.25rem) {\n .Hero-expressive-header-column {\n padding: var(--base-size-64);\n padding-inline-end: var(--base-size-64);\n border-block-end: none;\n border-inline-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n\n .Hero-expressive-body-column {\n padding: var(--base-size-64);\n padding-inline-start: var(--base-size-64);\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n }\n\n .Hero--variant-gridline-expressive .Hero-actions {\n margin-block-start: var(--base-size-28);\n }\n\n .Hero--variant-gridline-expressive .Hero-trailing {\n margin-block-start: var(--base-size-20);\n }\n}\n\n/* Media wrapper styles for gridline-expressive (same as gridline) */\n.Hero--variant-gridline-expressive .Hero-imageWrapper {\n border-block: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n background-color: var(--brand-color-canvas-subtle);\n width: 100%;\n}\n\n.Hero--variant-gridline-expressive .Hero-imageWrapper-inner {\n width: 100%;\n max-width: 1280px;\n margin-inline: auto;\n padding: var(--base-size-32) var(--base-size-32) 0;\n}\n\n@container (min-width: 1280px) {\n .Hero--variant-gridline-expressive .Hero-imageWrapper-inner--with-gridline {\n border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);\n }\n}\n\n.Hero--variant-gridline-expressive .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-32);\n}\n\n@media screen and (min-width: 63.25rem) {\n .Hero--variant-gridline-expressive .Hero-imageWrapper-inner {\n padding: var(--base-size-64) var(--base-size-64) 0;\n }\n\n .Hero--variant-gridline-expressive .Hero-imageWrapper-inner--padded {\n padding: var(--base-size-64);\n }\n}\n\n/* Shared media styles for gridline-expressive */\n.Hero--variant-gridline-expressive .Hero-media {\n max-width: 1176px;\n margin-inline: auto;\n display: block;\n overflow: hidden;\n}\n\n.Hero--variant-gridline-expressive .Hero-media--pos-block-end,\n.Hero--variant-gridline-expressive .Hero-image:not(.Hero-media--pos-block-end-padded) {\n border-radius: var(--brand-borderRadius-medium) var(--brand-borderRadius-medium) 0 0;\n}\n"],"mappings":""}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css';
3
3
  export declare const LinkVariants: readonly ["default", "accent"];
4
- export declare const LinkSizes: readonly ["medium", "large"];
4
+ export declare const LinkSizes: readonly ["small", "medium", "large"];
5
5
  export declare const LinkArrowDirections: readonly ["start", "end", "none"];
6
6
  export type LinkProps = {
7
7
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../src/Link/Link.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoB,MAAM,OAAO,CAAA;AAMxC,OAAO,wGAAwG,CAAA;AAE/G,eAAO,MAAM,YAAY,gCAAiC,CAAA;AAC1D,eAAO,MAAM,SAAS,8BAA+B,CAAA;AACrD,eAAO,MAAM,mBAAmB,mCAAoC,CAAA;AAEpE,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAA;IACjC;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAA;IACrD;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAA;CACxC,GAAG,KAAK,CAAC,wBAAwB,CAAC,GAAG,CAAC,CAAA;AAEvC;;;GAGG;AACH,wBAAgB,IAAI,CAAC,EACnB,IAAe,EACf,OAAmB,EACnB,SAAS,EACT,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,OAAO,EACP,MAAM,EACN,cAAsB,EACtB,GAAG,KAAK,EACT,EAAE,SAAS,2CAuEX"}
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../src/Link/Link.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoB,MAAM,OAAO,CAAA;AAMxC,OAAO,wGAAwG,CAAA;AAE/G,eAAO,MAAM,YAAY,gCAAiC,CAAA;AAC1D,eAAO,MAAM,SAAS,uCAAwC,CAAA;AAC9D,eAAO,MAAM,mBAAmB,mCAAoC,CAAA;AAcpE,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAA;IACjC;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAA;IACrD;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAA;CACxC,GAAG,KAAK,CAAC,wBAAwB,CAAC,GAAG,CAAC,CAAA;AAEvC;;;GAGG;AACH,wBAAgB,IAAI,CAAC,EACnB,IAAe,EACf,OAAmB,EACnB,SAAS,EACT,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,OAAO,EACP,MAAM,EACN,cAAsB,EACtB,GAAG,KAAK,EACT,EAAE,SAAS,2CAkEX"}
package/esm/Link/Link.js CHANGED
@@ -7,57 +7,66 @@ import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/compon
7
7
  import a, { useCallback as o } from "react";
8
8
  import { jsx as s, jsxs as c } from "react/jsx-runtime";
9
9
  //#region src/Link/Link.tsx
10
- var l = ["default", "accent"], u = ["medium", "large"], d = [
10
+ var l = ["default", "accent"], u = [
11
+ "small",
12
+ "medium",
13
+ "large"
14
+ ], d = [
11
15
  "start",
12
16
  "end",
13
17
  "none"
14
- ];
15
- function f({ size: l = "medium", variant: u = "default", className: d, children: f, isExternal: p, onMouseEnter: m, onMouseLeave: h, onFocus: g, onBlur: _, arrowDirection: v = "end", ...y }) {
16
- let [b, x] = a.useState(!1), [S, C] = a.useState(!1), w = {
17
- medium: "200",
18
- large: "300"
19
- }, T = o((e) => {
20
- x(!b), m?.(e);
21
- }, [m, b]), E = o((e) => {
22
- x(!b), h?.(e);
23
- }, [h, b]), D = o((e) => {
18
+ ], f = {
19
+ small: "100",
20
+ medium: "200",
21
+ large: "300"
22
+ }, p = {
23
+ small: 16,
24
+ medium: 16,
25
+ large: 20
26
+ };
27
+ function m({ size: l = "medium", variant: u = "default", className: d, children: m, isExternal: h, onMouseEnter: g, onMouseLeave: _, onFocus: v, onBlur: y, arrowDirection: b = "end", ...x }) {
28
+ let [S, C] = a.useState(!1), [w, T] = a.useState(!1), E = o((e) => {
24
29
  C(!S), g?.(e);
25
- }, [g, S]), O = o((e) => {
30
+ }, [g, S]), D = o((e) => {
26
31
  C(!S), _?.(e);
27
- }, [_, S]);
32
+ }, [_, S]), O = o((e) => {
33
+ T(!w), v?.(e);
34
+ }, [v, w]), k = o((e) => {
35
+ T(!w), y?.(e);
36
+ }, [y, w]);
28
37
  return /* @__PURE__ */ c("a", {
29
- className: e(i.Link, i[`Link--${l}`], i[`Link--${u}`], p ? i["Link--is-external"] : i[`Link--arrow-${v}`], d),
30
- onMouseEnter: T,
31
- onMouseLeave: E,
32
- onFocus: D,
33
- onBlur: O,
34
- ...y,
38
+ className: e(i.Link, i[`Link--${l}`], i[`Link--${u}`], h ? i["Link--is-external"] : i[`Link--arrow-${b}`], d),
39
+ onMouseEnter: E,
40
+ onMouseLeave: D,
41
+ onFocus: O,
42
+ onBlur: k,
43
+ ...x,
35
44
  children: [
36
- v === "start" && !p && /* @__PURE__ */ s(r, {
45
+ b === "start" && !h && /* @__PURE__ */ s(r, {
37
46
  className: i["Link-arrow"],
38
- expanded: b || S,
47
+ expanded: S || w,
39
48
  reverse: !0,
40
49
  hidden: !0
41
50
  }),
42
51
  /* @__PURE__ */ s(t, {
43
52
  as: "span",
44
- size: w[l],
53
+ size: f[l],
45
54
  className: e(i["Link--label"]),
46
- children: f
55
+ children: m
47
56
  }),
48
- v === "end" && !p && /* @__PURE__ */ s(r, {
57
+ b === "end" && !h && /* @__PURE__ */ s(r, {
49
58
  className: i["Link-arrow"],
50
- expanded: b || S,
59
+ expanded: S || w,
51
60
  hidden: !0
52
61
  }),
53
- p && /* @__PURE__ */ s(n, {
54
- size: l === "large" ? 20 : 16,
62
+ h && /* @__PURE__ */ s(n, {
63
+ size: p[l],
55
64
  "aria-label": "External link"
56
65
  })
57
66
  ]
58
67
  });
59
68
  }
60
69
  //#endregion
61
- export { f as Link, d as LinkArrowDirections, u as LinkSizes, l as LinkVariants };
70
+ export { m as Link, d as LinkArrowDirections, u as LinkSizes, l as LinkVariants };
62
71
 
63
72
  //# sourceMappingURL=Link.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Link.js","names":[],"sources":["../../src/Link/Link.tsx"],"sourcesContent":["import {clsx} from 'clsx'\nimport React, {useCallback} from 'react'\nimport {ExpandableArrow} from '../ExpandableArrow'\nimport {LinkExternalIcon} from '@primer/octicons-react'\nimport {Text} from '../Text'\n\nimport styles from './Link.module.css'\nimport '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css'\n\nexport const LinkVariants = ['default', 'accent'] as const\nexport const LinkSizes = ['medium', 'large'] as const\nexport const LinkArrowDirections = ['start', 'end', 'none'] as const\n\nexport type LinkProps = {\n /**\n * The size variations available in Link\n */\n size?: (typeof LinkSizes)[number]\n /**\n * Position of the arrow.\n */\n arrowDirection?: (typeof LinkArrowDirections)[number]\n /**\n * Show an external link icon\n */\n isExternal?: boolean\n /**\n * Specify alternative link appearance\n */\n variant?: (typeof LinkVariants)[number]\n} & React.ComponentPropsWithoutRef<'a'>\n\n/**\n * Links connect users to related content.\n * These are not intended to be used as a call-to-action.\n */\nexport function Link({\n size = 'medium',\n variant = 'default',\n className,\n children,\n isExternal,\n onMouseEnter,\n onMouseLeave,\n onFocus,\n onBlur,\n arrowDirection = 'end',\n ...props\n}: LinkProps) {\n const [isHovered, setIsHovered] = React.useState(false)\n const [isFocused, setIsFocused] = React.useState(false)\n\n const sizeMap = {\n medium: '200',\n large: '300',\n } as const\n\n const handleMouseEnter = useCallback(\n (event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => {\n setIsHovered(!isHovered)\n onMouseEnter?.(event)\n },\n [onMouseEnter, isHovered],\n )\n\n const handleMouseLeave = useCallback(\n (event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => {\n setIsHovered(!isHovered)\n onMouseLeave?.(event)\n },\n [onMouseLeave, isHovered],\n )\n\n const handleOnFocus = useCallback(\n (event: React.FocusEvent<HTMLAnchorElement, Element>) => {\n setIsFocused(!isFocused)\n onFocus?.(event)\n },\n [onFocus, isFocused],\n )\n\n const handleOnBlur = useCallback(\n (event: React.FocusEvent<HTMLAnchorElement, Element>) => {\n setIsFocused(!isFocused)\n onBlur?.(event)\n },\n [onBlur, isFocused],\n )\n\n return (\n <a\n className={clsx(\n styles.Link,\n styles[`Link--${size}`],\n styles[`Link--${variant}`],\n isExternal ? styles['Link--is-external'] : styles[`Link--arrow-${arrowDirection}`],\n className,\n )}\n onMouseEnter={handleMouseEnter}\n onMouseLeave={handleMouseLeave}\n onFocus={handleOnFocus}\n onBlur={handleOnBlur}\n {...props}\n >\n {arrowDirection === 'start' && !isExternal && (\n <ExpandableArrow className={styles['Link-arrow']} expanded={isHovered || isFocused} reverse hidden />\n )}\n\n <Text as=\"span\" size={sizeMap[size]} className={clsx(styles['Link--label'])}>\n {children}\n </Text>\n\n {arrowDirection === 'end' && !isExternal && (\n <ExpandableArrow className={styles['Link-arrow']} expanded={isHovered || isFocused} hidden />\n )}\n\n {isExternal && <LinkExternalIcon size={size === 'large' ? 20 : 16} aria-label=\"External link\" />}\n </a>\n )\n}\n"],"mappings":";;;;;;;;;AASA,IAAa,IAAe,CAAC,WAAW,SAAS,EACpC,IAAY,CAAC,UAAU,QAAQ,EAC/B,IAAsB;CAAC;CAAS;CAAO;CAAO;AAyB3D,SAAgB,EAAK,EACnB,UAAO,UACP,aAAU,WACV,cACA,aACA,eACA,iBACA,iBACA,YACA,WACA,oBAAiB,OACjB,GAAG,KACS;CACZ,IAAM,CAAC,GAAW,KAAgB,EAAM,SAAS,GAAM,EACjD,CAAC,GAAW,KAAgB,EAAM,SAAS,GAAM,EAEjD,IAAU;EACd,QAAQ;EACR,OAAO;EACR,EAEK,IAAmB,GACtB,MAA2D;AAE1D,EADA,EAAa,CAAC,EAAU,EACxB,IAAe,EAAM;IAEvB,CAAC,GAAc,EAAU,CAC1B,EAEK,IAAmB,GACtB,MAA2D;AAE1D,EADA,EAAa,CAAC,EAAU,EACxB,IAAe,EAAM;IAEvB,CAAC,GAAc,EAAU,CAC1B,EAEK,IAAgB,GACnB,MAAwD;AAEvD,EADA,EAAa,CAAC,EAAU,EACxB,IAAU,EAAM;IAElB,CAAC,GAAS,EAAU,CACrB,EAEK,IAAe,GAClB,MAAwD;AAEvD,EADA,EAAa,CAAC,EAAU,EACxB,IAAS,EAAM;IAEjB,CAAC,GAAQ,EAAU,CACpB;AAED,QACE,kBAAC,KAAD;EACE,WAAW,EACT,EAAO,MACP,EAAO,SAAS,MAChB,EAAO,SAAS,MAChB,IAAa,EAAO,uBAAuB,EAAO,eAAe,MACjE,EACD;EACD,cAAc;EACd,cAAc;EACd,SAAS;EACT,QAAQ;EACR,GAAI;YAZN;GAcG,MAAmB,WAAW,CAAC,KAC9B,kBAAC,GAAD;IAAiB,WAAW,EAAO;IAAe,UAAU,KAAa;IAAW,SAAA;IAAQ,QAAA;IAAS,CAAA;GAGvG,kBAAC,GAAD;IAAM,IAAG;IAAO,MAAM,EAAQ;IAAO,WAAW,EAAK,EAAO,eAAe;IACxE;IACI,CAAA;GAEN,MAAmB,SAAS,CAAC,KAC5B,kBAAC,GAAD;IAAiB,WAAW,EAAO;IAAe,UAAU,KAAa;IAAW,QAAA;IAAS,CAAA;GAG9F,KAAc,kBAAC,GAAD;IAAkB,MAAM,MAAS,UAAU,KAAK;IAAI,cAAW;IAAkB,CAAA;GAC9F"}
1
+ {"version":3,"file":"Link.js","names":[],"sources":["../../src/Link/Link.tsx"],"sourcesContent":["import {clsx} from 'clsx'\nimport React, {useCallback} from 'react'\nimport {ExpandableArrow} from '../ExpandableArrow'\nimport {LinkExternalIcon} from '@primer/octicons-react'\nimport {Text} from '../Text'\n\nimport styles from './Link.module.css'\nimport '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css'\n\nexport const LinkVariants = ['default', 'accent'] as const\nexport const LinkSizes = ['small', 'medium', 'large'] as const\nexport const LinkArrowDirections = ['start', 'end', 'none'] as const\n\nconst LinkTextSizes = {\n small: '100',\n medium: '200',\n large: '300',\n} as const\n\nconst LinkExternalIconSizes = {\n small: 16,\n medium: 16,\n large: 20,\n} as const\n\nexport type LinkProps = {\n /**\n * The size variations available in Link\n */\n size?: (typeof LinkSizes)[number]\n /**\n * Position of the arrow.\n */\n arrowDirection?: (typeof LinkArrowDirections)[number]\n /**\n * Show an external link icon\n */\n isExternal?: boolean\n /**\n * Specify alternative link appearance\n */\n variant?: (typeof LinkVariants)[number]\n} & React.ComponentPropsWithoutRef<'a'>\n\n/**\n * Links connect users to related content.\n * These are not intended to be used as a call-to-action.\n */\nexport function Link({\n size = 'medium',\n variant = 'default',\n className,\n children,\n isExternal,\n onMouseEnter,\n onMouseLeave,\n onFocus,\n onBlur,\n arrowDirection = 'end',\n ...props\n}: LinkProps) {\n const [isHovered, setIsHovered] = React.useState(false)\n const [isFocused, setIsFocused] = React.useState(false)\n\n const handleMouseEnter = useCallback(\n (event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => {\n setIsHovered(!isHovered)\n onMouseEnter?.(event)\n },\n [onMouseEnter, isHovered],\n )\n\n const handleMouseLeave = useCallback(\n (event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => {\n setIsHovered(!isHovered)\n onMouseLeave?.(event)\n },\n [onMouseLeave, isHovered],\n )\n\n const handleOnFocus = useCallback(\n (event: React.FocusEvent<HTMLAnchorElement, Element>) => {\n setIsFocused(!isFocused)\n onFocus?.(event)\n },\n [onFocus, isFocused],\n )\n\n const handleOnBlur = useCallback(\n (event: React.FocusEvent<HTMLAnchorElement, Element>) => {\n setIsFocused(!isFocused)\n onBlur?.(event)\n },\n [onBlur, isFocused],\n )\n\n return (\n <a\n className={clsx(\n styles.Link,\n styles[`Link--${size}`],\n styles[`Link--${variant}`],\n isExternal ? styles['Link--is-external'] : styles[`Link--arrow-${arrowDirection}`],\n className,\n )}\n onMouseEnter={handleMouseEnter}\n onMouseLeave={handleMouseLeave}\n onFocus={handleOnFocus}\n onBlur={handleOnBlur}\n {...props}\n >\n {arrowDirection === 'start' && !isExternal && (\n <ExpandableArrow className={styles['Link-arrow']} expanded={isHovered || isFocused} reverse hidden />\n )}\n\n <Text as=\"span\" size={LinkTextSizes[size]} className={clsx(styles['Link--label'])}>\n {children}\n </Text>\n\n {arrowDirection === 'end' && !isExternal && (\n <ExpandableArrow className={styles['Link-arrow']} expanded={isHovered || isFocused} hidden />\n )}\n\n {isExternal && <LinkExternalIcon size={LinkExternalIconSizes[size]} aria-label=\"External link\" />}\n </a>\n )\n}\n"],"mappings":";;;;;;;;;AASA,IAAa,IAAe,CAAC,WAAW,SAAS,EACpC,IAAY;CAAC;CAAS;CAAU;CAAQ,EACxC,IAAsB;CAAC;CAAS;CAAO;CAAO,EAErD,IAAgB;CACpB,OAAO;CACP,QAAQ;CACR,OAAO;CACR,EAEK,IAAwB;CAC5B,OAAO;CACP,QAAQ;CACR,OAAO;CACR;AAyBD,SAAgB,EAAK,EACnB,UAAO,UACP,aAAU,WACV,cACA,aACA,eACA,iBACA,iBACA,YACA,WACA,oBAAiB,OACjB,GAAG,KACS;CACZ,IAAM,CAAC,GAAW,KAAgB,EAAM,SAAS,GAAM,EACjD,CAAC,GAAW,KAAgB,EAAM,SAAS,GAAM,EAEjD,IAAmB,GACtB,MAA2D;AAE1D,EADA,EAAa,CAAC,EAAU,EACxB,IAAe,EAAM;IAEvB,CAAC,GAAc,EAAU,CAC1B,EAEK,IAAmB,GACtB,MAA2D;AAE1D,EADA,EAAa,CAAC,EAAU,EACxB,IAAe,EAAM;IAEvB,CAAC,GAAc,EAAU,CAC1B,EAEK,IAAgB,GACnB,MAAwD;AAEvD,EADA,EAAa,CAAC,EAAU,EACxB,IAAU,EAAM;IAElB,CAAC,GAAS,EAAU,CACrB,EAEK,IAAe,GAClB,MAAwD;AAEvD,EADA,EAAa,CAAC,EAAU,EACxB,IAAS,EAAM;IAEjB,CAAC,GAAQ,EAAU,CACpB;AAED,QACE,kBAAC,KAAD;EACE,WAAW,EACT,EAAO,MACP,EAAO,SAAS,MAChB,EAAO,SAAS,MAChB,IAAa,EAAO,uBAAuB,EAAO,eAAe,MACjE,EACD;EACD,cAAc;EACd,cAAc;EACd,SAAS;EACT,QAAQ;EACR,GAAI;YAZN;GAcG,MAAmB,WAAW,CAAC,KAC9B,kBAAC,GAAD;IAAiB,WAAW,EAAO;IAAe,UAAU,KAAa;IAAW,SAAA;IAAQ,QAAA;IAAS,CAAA;GAGvG,kBAAC,GAAD;IAAM,IAAG;IAAO,MAAM,EAAc;IAAO,WAAW,EAAK,EAAO,eAAe;IAC9E;IACI,CAAA;GAEN,MAAmB,SAAS,CAAC,KAC5B,kBAAC,GAAD;IAAiB,WAAW,EAAO;IAAe,UAAU,KAAa;IAAW,QAAA;IAAS,CAAA;GAG9F,KAAc,kBAAC,GAAD;IAAkB,MAAM,EAAsB;IAAO,cAAW;IAAkB,CAAA;GAC/F"}
@@ -5,7 +5,7 @@ import { Text as r } from "../Text/Text.js";
5
5
  import { Heading as i, defaultHeadingTag as a } from "../Heading/Heading.js";
6
6
  import { PauseIcon as o, PlayIcon as s } from "../node_modules/@primer/octicons-react/dist/index.esm.js";
7
7
  import { Button as c } from "../Button/Button.js";
8
- import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes-n4fDsxWz.css';import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/logosuite/base-DTi5Rx4y.css';/* empty css */
8
+ import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes-B8ia26TA.css';import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/logosuite/base-DTi5Rx4y.css';/* empty css */
9
9
  /* empty css */
10
10
  import l from "./LogoSuite.module.js";
11
11
  import u, { forwardRef as d, useCallback as f, useEffect as p, useMemo as m, useState as h } from "react";
@@ -1,7 +1,8 @@
1
1
  import React, { HTMLAttributes, PropsWithChildren } from 'react';
2
2
  import type { ListItemProps } from '../list/ListItem/ListItem';
3
3
  import type { BaseProps } from '../component-helpers';
4
- import { ButtonBaseProps, HeadingProps } from '..';
4
+ import { type ButtonBaseProps } from '../Button';
5
+ import { type HeadingProps } from '../Heading';
5
6
  /**
6
7
  * Design tokens
7
8
  */
@@ -1 +1 @@
1
- {"version":3,"file":"PricingOptions.d.ts","sourceRoot":"","sources":["../../src/PricingOptions/PricingOptions.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"PricingOptions.d.ts","sourceRoot":"","sources":["../../src/PricingOptions/PricingOptions.tsx"],"names":[],"mappings":"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"}
@@ -6,10 +6,10 @@ import { Button as o } from "../Button/Button.js";
6
6
  import { useWindowSize as s } from "../hooks/useWindowSize.js";
7
7
  import { Accordion as c } from "../Accordion/Accordion.js";
8
8
  import { UnorderedList as l } from "../list/UnorderedList/UnorderedList.js";
9
+ import { Tooltip as u } from "../Tooltip/Tooltip.js";
9
10
  import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options-B9TarQsR.css';import '../packages/design-tokens/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes-DBi2l0Re.css';/* empty css */
10
11
  /* empty css */
11
- import u from "./PricingOptions.module.js";
12
- import { Tooltip as d } from "../Tooltip/Tooltip.js";
12
+ import d from "./PricingOptions.module.js";
13
13
  import f, { forwardRef as p, useMemo as m } from "react";
14
14
  import { Fragment as h, jsx as g, jsxs as _ } from "react/jsx-runtime";
15
15
  //#region src/PricingOptions/PricingOptions.tsx
@@ -54,25 +54,25 @@ var v = {
54
54
  let c = m(() => f.Children.toArray(n).filter((e) => f.isValidElement(e) && typeof e.type != "string" && e.type === T), [n]).slice(0, 4), l = m(() => c.map((e) => {
55
55
  let t = f.Children.toArray(e.props.children).find((e) => f.isValidElement(e) && typeof e.type != "string" && e.type === C);
56
56
  return f.isValidElement(t) ? t : null;
57
- }), [c]), d = l.some((e) => e !== null);
57
+ }), [c]), u = l.some((e) => e !== null);
58
58
  return /* @__PURE__ */ g(b, {
59
59
  align: t,
60
60
  children: /* @__PURE__ */ _("div", {
61
- className: e(u.PricingOptions, u[`PricingOptions--layout-${a.includes("default") ? "default" : "cards"}`], u[`PricingOptions--items${c.length}`], u[`PricingOptions--appearance-${a.includes("gradient") ? "gradient" : "solid"}`], r),
61
+ className: e(d.PricingOptions, d[`PricingOptions--layout-${a.includes("default") ? "default" : "cards"}`], d[`PricingOptions--items${c.length}`], d[`PricingOptions--appearance-${a.includes("gradient") ? "gradient" : "solid"}`], r),
62
62
  "data-testid": i || v.root,
63
63
  ref: s,
64
64
  ...o,
65
- children: [c, d && /* @__PURE__ */ g("div", {
66
- className: u.PricingOptions__labels,
65
+ children: [c, u && /* @__PURE__ */ g("div", {
66
+ className: d.PricingOptions__labels,
67
67
  "data-testid": v.labelRow,
68
68
  style: { "--brand-pricing-options-column-count": c.length },
69
69
  children: l.map((t, n) => {
70
70
  let r = !!t?.props.children;
71
71
  return /* @__PURE__ */ g("div", {
72
- className: e(u["PricingOptions__label-cell"], r ? u["PricingOptions__label-cell--has-label"] : u["PricingOptions__label-cell--empty"]),
72
+ className: e(d["PricingOptions__label-cell"], r ? d["PricingOptions__label-cell--has-label"] : d["PricingOptions__label-cell--empty"]),
73
73
  "data-testid": t?.props["data-testid"] || v.label,
74
74
  children: t?.props.children ? /* @__PURE__ */ g("span", {
75
- className: u.PricingOptions__label,
75
+ className: d.PricingOptions__label,
76
76
  children: t.props.children
77
77
  }) : null
78
78
  }, n);
@@ -81,7 +81,7 @@ var v = {
81
81
  })
82
82
  });
83
83
  }), T = p(({ "data-testid": t, children: n, className: r, leadingComponent: i, ...a }, o) => {
84
- let { align: s } = x(), { Heading: c, Description: l, Price: d, FeatureList: p, Actions: h, ActionsMessage: y, Footnote: b } = m(() => f.Children.toArray(n), [n]).reduce((e, t) => (f.isValidElement(t) && typeof t.type != "string" && (t.type === k && (e.FeatureList = t), (t.type === P || t.type === F || t.type === I) && e.Actions.push(t), t.type === N && (e.ActionsMessage = t), t.type === L && (e.Footnote = t), t.type === D && (e.Heading = t), t.type === E && (e.Description = t), t.type === O && (e.Price = t)), e), {
84
+ let { align: s } = x(), { Heading: c, Description: l, Price: u, FeatureList: p, Actions: h, ActionsMessage: y, Footnote: b } = m(() => f.Children.toArray(n), [n]).reduce((e, t) => (f.isValidElement(t) && typeof t.type != "string" && (t.type === k && (e.FeatureList = t), (t.type === P || t.type === F || t.type === I) && e.Actions.push(t), t.type === N && (e.ActionsMessage = t), t.type === L && (e.Footnote = t), t.type === D && (e.Heading = t), t.type === E && (e.Description = t), t.type === O && (e.Price = t)), e), {
85
85
  FeatureList: null,
86
86
  Actions: [],
87
87
  ActionsMessage: null,
@@ -91,23 +91,23 @@ var v = {
91
91
  Price: null
92
92
  });
93
93
  return /* @__PURE__ */ _("div", {
94
- className: e(u.PricingOptions__item, i && u["PricingOptions__item--has-leading-component"], u[`PricingOptions__item--align-${s}`], r),
94
+ className: e(d.PricingOptions__item, i && d["PricingOptions__item--has-leading-component"], d[`PricingOptions__item--align-${s}`], r),
95
95
  "data-testid": t || v.item,
96
96
  ref: o,
97
97
  ...a,
98
98
  children: [
99
99
  /* @__PURE__ */ g("div", {
100
- className: u.PricingOptions__header,
100
+ className: d.PricingOptions__header,
101
101
  children: c
102
102
  }),
103
103
  l,
104
- d,
104
+ u,
105
105
  i && /* @__PURE__ */ g("div", {
106
- className: u["PricingOptions__leading-component"],
106
+ className: d["PricingOptions__leading-component"],
107
107
  children: i
108
108
  }),
109
109
  (h.length > 0 || y) && /* @__PURE__ */ _("div", {
110
- className: u.PricingOptions__actions,
110
+ className: d.PricingOptions__actions,
111
111
  children: [h, y]
112
112
  }),
113
113
  p,
@@ -116,7 +116,7 @@ var v = {
116
116
  });
117
117
  }), E = p(({ children: n, className: r, "data-testid": i, ...a }, o) => /* @__PURE__ */ g(t, {
118
118
  as: "p",
119
- className: e(u.PricingOptions__description, r),
119
+ className: e(d.PricingOptions__description, r),
120
120
  "data-testid": i || v.description,
121
121
  ref: o,
122
122
  size: "200",
@@ -125,40 +125,40 @@ var v = {
125
125
  children: n
126
126
  })), D = p(({ as: t = "h3", children: r, "data-testid": i, size: a = "5", className: o, ...s }, c) => /* @__PURE__ */ g(n, {
127
127
  as: t,
128
- className: e(u.PricingOptions__heading, u[`PricingOptions__heading--size-${a}`], o),
128
+ className: e(d.PricingOptions__heading, d[`PricingOptions__heading--size-${a}`], o),
129
129
  "data-testid": i || v.heading,
130
130
  ref: c,
131
131
  size: a,
132
132
  ...s,
133
133
  children: r
134
- })), O = p(({ children: n, className: r, currencyCode: i = "USD", currencySymbol: a = "$", "data-testid": o, originalPrice: s, trailingText: c, ...l }, d) => /* @__PURE__ */ _(t, {
134
+ })), O = p(({ children: n, className: r, currencyCode: i = "USD", currencySymbol: a = "$", "data-testid": o, originalPrice: s, trailingText: c, ...l }, u) => /* @__PURE__ */ _(t, {
135
135
  as: "p",
136
- className: e(u.PricingOptions__price, r),
136
+ className: e(d.PricingOptions__price, r),
137
137
  "data-testid": o || v.price,
138
- ref: d,
138
+ ref: u,
139
139
  weight: "normal",
140
140
  ...l,
141
141
  children: [
142
142
  /* @__PURE__ */ _("span", {
143
- className: u["PricingOptions__price-amount"],
143
+ className: d["PricingOptions__price-amount"],
144
144
  children: [
145
145
  /* @__PURE__ */ g(t, {
146
146
  as: "span",
147
- className: u["PricingOptions__price-currency-symbol"],
147
+ className: d["PricingOptions__price-currency-symbol"],
148
148
  size: "500",
149
149
  weight: "normal",
150
150
  children: a
151
151
  }),
152
152
  /* @__PURE__ */ g(t, {
153
153
  as: "span",
154
- className: u["PricingOptions__price-value"],
154
+ className: d["PricingOptions__price-value"],
155
155
  size: "500",
156
156
  weight: "normal",
157
157
  children: n
158
158
  }),
159
159
  /* @__PURE__ */ g(t, {
160
160
  as: "span",
161
- className: u["PricingOptions__price-currency-code"],
161
+ className: d["PricingOptions__price-currency-code"],
162
162
  size: "100",
163
163
  weight: "normal",
164
164
  children: i
@@ -166,14 +166,14 @@ var v = {
166
166
  ]
167
167
  }),
168
168
  s && /* @__PURE__ */ _("del", {
169
- className: u["PricingOptions__price-original-price"],
169
+ className: d["PricingOptions__price-original-price"],
170
170
  children: [/* @__PURE__ */ g(t, {
171
171
  size: "400",
172
172
  variant: "muted",
173
173
  weight: "normal",
174
174
  children: a
175
175
  }), /* @__PURE__ */ g(t, {
176
- className: u["PricingOptions__price-original-price-value"],
176
+ className: d["PricingOptions__price-original-price-value"],
177
177
  size: "300",
178
178
  variant: "muted",
179
179
  weight: "normal",
@@ -182,13 +182,13 @@ var v = {
182
182
  }),
183
183
  c && /* @__PURE__ */ g(t, {
184
184
  as: "span",
185
- className: u["PricingOptions__price-trailing-text"],
185
+ className: d["PricingOptions__price-trailing-text"],
186
186
  size: "200",
187
187
  variant: "muted",
188
188
  children: c
189
189
  })
190
190
  ]
191
- })), k = p(({ children: t, className: n, "data-testid": r, hasDivider: a = !0, expanded: o, accordionAs: d = "h4", ...p }, m) => {
191
+ })), k = p(({ children: t, className: n, "data-testid": r, hasDivider: a = !0, expanded: o, accordionAs: u = "h4", ...p }, m) => {
192
192
  let { allFeatureListsExpanded: h, updateFeatureListExpanded: y, featureListUserInteracted: b, setFeatureListUserInteracted: C } = x(), { isMedium: w, isXLarge: T, isSmall: E } = s();
193
193
  f.useEffect(() => {
194
194
  (o === void 0 || typeof o == "object") && C(!1);
@@ -218,7 +218,7 @@ var v = {
218
218
  Heading: t,
219
219
  Items: []
220
220
  }), e), []).map(({ Heading: e, Items: t }, n) => /* @__PURE__ */ _("div", {
221
- className: u["PricingOptions__feature-list-set"],
221
+ className: d["PricingOptions__feature-list-set"],
222
222
  children: [e, /* @__PURE__ */ g(l, {
223
223
  variant: "checked",
224
224
  ...p,
@@ -227,20 +227,21 @@ var v = {
227
227
  }, n));
228
228
  return /* @__PURE__ */ g("div", {
229
229
  ref: m,
230
- className: e(u["PricingOptions__feature-list"], a && u["PricingOptions__feature-list--has-divider"], n),
230
+ className: e(d["PricingOptions__feature-list"], a && d["PricingOptions__feature-list--has-divider"], n),
231
231
  "data-testid": r || v.featureList,
232
232
  children: /* @__PURE__ */ _(c, {
233
- className: u["PricingOptions__feature-list-accordion"],
233
+ className: d["PricingOptions__feature-list-accordion"],
234
+ disableAnimation: !0,
234
235
  open: D,
235
236
  onToggle: (e) => {
236
237
  C(!0), y(e.currentTarget.open);
237
238
  },
238
239
  children: [/* @__PURE__ */ _(c.Heading, {
239
- as: d,
240
- className: u["PricingOptions__feature-list-accordion-heading"],
241
- children: [O, /* @__PURE__ */ g(i, { className: u["PricingOptions__feature-list-accordion-chevron"] })]
240
+ as: u,
241
+ className: d["PricingOptions__feature-list-accordion-heading"],
242
+ children: [O, /* @__PURE__ */ g(i, { className: d["PricingOptions__feature-list-accordion-chevron"] })]
242
243
  }), /* @__PURE__ */ g(c.Content, {
243
- className: u["PricingOptions__feature-list-accordion-content"],
244
+ className: d["PricingOptions__feature-list-accordion-content"],
244
245
  children: k
245
246
  })]
246
247
  })
@@ -253,7 +254,7 @@ var v = {
253
254
  children: e
254
255
  })), j = p(({ children: t, className: r, "data-testid": i, ...a }, o) => /* @__PURE__ */ g(n, {
255
256
  as: "h4",
256
- className: e(u["PricingOptions__feature-list-group-heading"], r),
257
+ className: e(d["PricingOptions__feature-list-group-heading"], r),
257
258
  "data-testid": i || v.featureListGroupHeading,
258
259
  ref: o,
259
260
  size: "subhead-medium",
@@ -262,19 +263,19 @@ var v = {
262
263
  })), M = p(({ children: t, className: n, infoTooltip: i, leadingVisual: o, leadingVisualFill: s, variant: c = "included", "data-testid": f, ...p }, m) => {
263
264
  let h = o ?? (c === "included" ? r : a), y = c === "included" ? "Includes" : "Does not include", b = s ?? (c === "included" ? "var(--brand-color-accent-primary)" : "var(--brand-color-text-muted)");
264
265
  return /* @__PURE__ */ _(l.Item, {
265
- className: e(u["PricingOptions__feature-list-item"], { [u["PricingOptions__feature-list-item--excluded"]]: c === "excluded" }, i && u["PricingOptions__feature-list-item--has-info"], n),
266
+ className: e(d["PricingOptions__feature-list-item"], { [d["PricingOptions__feature-list-item--excluded"]]: c === "excluded" }, i && d["PricingOptions__feature-list-item--has-info"], n),
266
267
  "data-testid": f || v.featureListItem,
267
268
  leadingVisual: h,
268
269
  leadingVisualAriaLabel: y,
269
270
  leadingVisualFill: b,
270
271
  ref: m,
271
272
  ...p,
272
- children: [t, i && /* @__PURE__ */ g(d, {
273
+ children: [t, i && /* @__PURE__ */ g(u, {
273
274
  text: i,
274
275
  direction: "n",
275
276
  children: /* @__PURE__ */ g("button", {
276
277
  type: "button",
277
- className: u["PricingOptions__feature-list-item-info"],
278
+ className: d["PricingOptions__feature-list-item-info"],
278
279
  "aria-label": `More information about ${typeof t == "string" ? t : "this feature"}`,
279
280
  children: /* @__PURE__ */ _("svg", {
280
281
  viewBox: "0 0 4 8",
@@ -294,21 +295,21 @@ var v = {
294
295
  });
295
296
  }), N = p(({ children: t, className: n, "data-testid": r, leadingComponent: i, ...a }, o) => /* @__PURE__ */ _("div", {
296
297
  ref: o,
297
- className: e(u["PricingOptions__actions-message"], n),
298
+ className: e(d["PricingOptions__actions-message"], n),
298
299
  "data-testid": r || v.actionsMessage,
299
300
  ...a,
300
301
  children: [i && /* @__PURE__ */ g("span", {
301
- className: u["PricingOptions__actions-message-leading-component"],
302
+ className: d["PricingOptions__actions-message-leading-component"],
302
303
  children: i
303
304
  }), /* @__PURE__ */ g("div", {
304
- className: u["PricingOptions__actions-message-content"],
305
+ className: d["PricingOptions__actions-message-content"],
305
306
  children: t
306
307
  })]
307
308
  })), P = p(({ as: t, children: n, className: r, "data-testid": i, ...a }, s) => /* @__PURE__ */ g(o, {
308
309
  ref: s,
309
310
  as: t,
310
311
  "data-testid": i || v.primaryAction,
311
- className: e(u["PricingOptions__primary-action"], r),
312
+ className: e(d["PricingOptions__primary-action"], r),
312
313
  size: "medium",
313
314
  variant: "primary",
314
315
  block: !0,
@@ -317,7 +318,7 @@ var v = {
317
318
  })), F = p(({ as: t, children: n, className: r, "data-testid": i, ...a }, s) => /* @__PURE__ */ g(o, {
318
319
  ref: s,
319
320
  as: t,
320
- className: e(u["PricingOptions__primary-action"], r),
321
+ className: e(d["PricingOptions__primary-action"], r),
321
322
  "data-testid": i || v.secondaryAction,
322
323
  variant: "secondary",
323
324
  block: !0,
@@ -325,13 +326,13 @@ var v = {
325
326
  children: n
326
327
  })), I = p(({ children: t, className: n, "data-testid": r, ...i }, a) => /* @__PURE__ */ g("div", {
327
328
  ref: a,
328
- className: e(u["PricingOptions__menu-action"], n),
329
+ className: e(d["PricingOptions__menu-action"], n),
329
330
  "data-testid": r || v.menuAction,
330
331
  ...i,
331
332
  children: t
332
333
  })), L = p(({ children: n, className: r, "data-testid": i, ...a }, o) => /* @__PURE__ */ g(t, {
333
334
  as: "p",
334
- className: e(u.PricingOptions__footnote, r),
335
+ className: e(d.PricingOptions__footnote, r),
335
336
  "data-testid": i || v.footnote,
336
337
  ref: o,
337
338
  size: "100",