@primer/react-brand 0.24.1-rc.eeedf49 → 0.25.0-rc.a4c5de6

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 (270) hide show
  1. package/lib/VideoPlayer/VideoPlayer.d.ts +18 -0
  2. package/lib/VideoPlayer/components/captions/Captions.d.ts +8 -0
  3. package/lib/VideoPlayer/components/captions/index.d.ts +1 -0
  4. package/lib/VideoPlayer/components/controls/Controls.d.ts +11 -0
  5. package/lib/VideoPlayer/components/controls/index.d.ts +1 -0
  6. package/lib/VideoPlayer/components/icon-control/IconControl.d.ts +6 -0
  7. package/lib/VideoPlayer/components/icon-control/index.d.ts +1 -0
  8. package/lib/VideoPlayer/components/index.d.ts +5 -0
  9. package/lib/VideoPlayer/components/range/Range.d.ts +9 -0
  10. package/lib/VideoPlayer/components/range/index.d.ts +1 -0
  11. package/lib/VideoPlayer/components/tooltip/Tooltip.d.ts +4 -0
  12. package/lib/VideoPlayer/components/tooltip/index.d.ts +1 -0
  13. package/lib/VideoPlayer/index.d.ts +1 -0
  14. package/lib/css/main.css +482 -41
  15. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  16. package/lib/design-tokens/css/tokens/base/colors/color-scales.css +1 -1
  17. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  18. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  19. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  20. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  21. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  22. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  23. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  24. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  25. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  26. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  27. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  28. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  29. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  30. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  31. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  32. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  33. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  34. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  35. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  36. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  37. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  38. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  39. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  40. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  41. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  42. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  43. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  44. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  45. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  46. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  47. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  48. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  49. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  50. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  51. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  52. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  53. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  54. package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
  55. package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
  56. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  57. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  58. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  59. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
  60. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  61. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  62. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  63. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  64. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  65. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +17 -0
  66. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  67. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  68. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  73. package/lib/design-tokens/js/module/tokens/base/colors/color-scales.js +1 -1
  74. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  75. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  76. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  77. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  78. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  79. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  80. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  81. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  82. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  83. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  84. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  85. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  86. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  87. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  88. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  89. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  90. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  91. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  92. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  93. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  94. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  95. package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
  96. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  97. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  98. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  99. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  100. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  101. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  102. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  103. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +181 -0
  104. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  105. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  106. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  107. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  108. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  109. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  110. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  111. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  112. package/lib/design-tokens/js/tokens/base/colors/color-scales.js +1 -1
  113. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  114. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  115. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  116. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  117. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  118. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  119. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  120. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  121. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  122. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  123. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  124. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  125. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  126. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  127. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  128. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  129. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  130. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  131. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  132. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  133. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  134. package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
  135. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  136. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  137. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  138. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  139. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  140. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  141. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  142. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +15 -0
  143. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  144. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  145. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  146. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  147. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  148. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  149. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  150. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  151. package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +1 -1
  152. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  153. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  154. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  155. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  156. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  157. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  158. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  159. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  160. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  161. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  162. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  163. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  164. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  165. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  166. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  167. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  168. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  169. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  170. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  171. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  172. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  173. package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
  174. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  175. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  176. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  177. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  178. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  179. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  180. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  181. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +14 -0
  182. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  183. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  184. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  185. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  186. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  187. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  188. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  189. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  190. package/lib/design-tokens/ts/tokens/base/colors/color-scales.d.ts +1 -1
  191. package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +1 -1
  192. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  193. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  194. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  195. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  196. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  197. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  198. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  199. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  200. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  201. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  202. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  203. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  204. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  205. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  206. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  207. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  208. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  209. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  210. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  211. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  212. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  213. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  214. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  215. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  216. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  217. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  218. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  219. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  220. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  221. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  222. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  223. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  224. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  225. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  226. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  227. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  228. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  229. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  230. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  231. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  232. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  233. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  234. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
  235. package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
  236. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  237. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  238. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  239. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  240. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  241. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  242. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  243. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  244. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  245. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  246. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  247. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  248. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  249. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  250. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +34 -0
  251. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +33 -0
  252. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  253. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  254. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  255. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  256. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  257. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  258. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  259. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  260. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  261. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  262. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  263. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  264. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  265. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  266. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  267. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  268. package/lib/index.d.ts +1 -0
  269. package/lib/index.js +1 -1
  270. package/package.json +1 -1
package/lib/css/main.css CHANGED
@@ -89,7 +89,7 @@ select {
89
89
 
90
90
  /**
91
91
  * Do not edit directly
92
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
92
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
93
93
  */
94
94
 
95
95
  :root,
@@ -629,7 +629,7 @@ select {
629
629
 
630
630
  /**
631
631
  * Do not edit directly
632
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
632
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
633
633
  */
634
634
 
635
635
  :root {
@@ -654,7 +654,7 @@ select {
654
654
 
655
655
  /**
656
656
  * Do not edit directly
657
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
657
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
658
658
  */
659
659
 
660
660
  :root {
@@ -669,7 +669,7 @@ select {
669
669
 
670
670
  /**
671
671
  * Do not edit directly
672
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
672
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
673
673
  */
674
674
 
675
675
  :root {
@@ -796,7 +796,7 @@ select {
796
796
 
797
797
  /**
798
798
  * Do not edit directly
799
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
799
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
800
800
  */
801
801
 
802
802
  :root {
@@ -810,7 +810,7 @@ select {
810
810
 
811
811
  /**
812
812
  * Do not edit directly
813
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
813
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
814
814
  */
815
815
 
816
816
  :root {
@@ -828,7 +828,7 @@ select {
828
828
 
829
829
  /**
830
830
  * Do not edit directly
831
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
831
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
832
832
  */
833
833
 
834
834
  :root,
@@ -1181,7 +1181,7 @@ select {
1181
1181
 
1182
1182
  /**
1183
1183
  * Do not edit directly
1184
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
1184
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
1185
1185
  */
1186
1186
 
1187
1187
  :root,
@@ -1639,7 +1639,7 @@ select {
1639
1639
 
1640
1640
  /**
1641
1641
  * Do not edit directly
1642
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
1642
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
1643
1643
  */
1644
1644
 
1645
1645
  :root {
@@ -1866,7 +1866,7 @@ select {
1866
1866
 
1867
1867
  /**
1868
1868
  * Do not edit directly
1869
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
1869
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
1870
1870
  */
1871
1871
 
1872
1872
  :root,
@@ -2125,7 +2125,7 @@ select {
2125
2125
 
2126
2126
  /**
2127
2127
  * Do not edit directly
2128
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
2128
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
2129
2129
  */
2130
2130
 
2131
2131
  :root {
@@ -2151,7 +2151,7 @@ select {
2151
2151
 
2152
2152
  /**
2153
2153
  * Do not edit directly
2154
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
2154
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
2155
2155
  */
2156
2156
 
2157
2157
  :root,
@@ -2909,7 +2909,7 @@ select {
2909
2909
 
2910
2910
  /**
2911
2911
  * Do not edit directly
2912
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
2912
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
2913
2913
  */
2914
2914
 
2915
2915
  :root {
@@ -3746,7 +3746,7 @@ select {
3746
3746
 
3747
3747
  /**
3748
3748
  * Do not edit directly
3749
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
3749
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
3750
3750
  */
3751
3751
 
3752
3752
  :root {
@@ -3767,7 +3767,7 @@ select {
3767
3767
 
3768
3768
  /**
3769
3769
  * Do not edit directly
3770
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
3770
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
3771
3771
  */
3772
3772
 
3773
3773
  :root {
@@ -3777,7 +3777,7 @@ select {
3777
3777
 
3778
3778
  /**
3779
3779
  * Do not edit directly
3780
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
3780
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
3781
3781
  */
3782
3782
 
3783
3783
  :root {
@@ -4681,7 +4681,7 @@ select {
4681
4681
 
4682
4682
  /**
4683
4683
  * Do not edit directly
4684
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
4684
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
4685
4685
  */
4686
4686
 
4687
4687
  :root,
@@ -4709,7 +4709,7 @@ select {
4709
4709
 
4710
4710
  /**
4711
4711
  * Do not edit directly
4712
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
4712
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
4713
4713
  */
4714
4714
 
4715
4715
  :root,
@@ -4725,7 +4725,7 @@ select {
4725
4725
 
4726
4726
  /**
4727
4727
  * Do not edit directly
4728
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
4728
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
4729
4729
  */
4730
4730
 
4731
4731
  :root {
@@ -4865,7 +4865,7 @@ select {
4865
4865
 
4866
4866
  /**
4867
4867
  * Do not edit directly
4868
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
4868
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
4869
4869
  */
4870
4870
 
4871
4871
  :root,
@@ -4881,7 +4881,7 @@ select {
4881
4881
 
4882
4882
  /**
4883
4883
  * Do not edit directly
4884
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
4884
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
4885
4885
  */
4886
4886
 
4887
4887
  :root,
@@ -5030,7 +5030,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5030
5030
 
5031
5031
  /**
5032
5032
  * Do not edit directly
5033
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
5033
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
5034
5034
  */
5035
5035
 
5036
5036
  :root {
@@ -5039,7 +5039,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5039
5039
 
5040
5040
  /**
5041
5041
  * Do not edit directly
5042
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
5042
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
5043
5043
  */
5044
5044
 
5045
5045
  :root,
@@ -5053,7 +5053,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5053
5053
 
5054
5054
  /**
5055
5055
  * Do not edit directly
5056
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
5056
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
5057
5057
  */
5058
5058
 
5059
5059
  :root {
@@ -5117,7 +5117,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
5117
5117
 
5118
5118
  /**
5119
5119
  * Do not edit directly
5120
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
5120
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
5121
5121
  */
5122
5122
 
5123
5123
  :root,
@@ -6216,7 +6216,7 @@ Fixes safari bug where outline doesn't respect border-radius
6216
6216
 
6217
6217
  /**
6218
6218
  * Do not edit directly
6219
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
6219
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
6220
6220
  */
6221
6221
 
6222
6222
  :root {
@@ -6232,7 +6232,7 @@ Fixes safari bug where outline doesn't respect border-radius
6232
6232
 
6233
6233
  /**
6234
6234
  * Do not edit directly
6235
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
6235
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
6236
6236
  */
6237
6237
 
6238
6238
  :root {
@@ -6444,7 +6444,7 @@ Fixes safari bug where outline doesn't respect border-radius
6444
6444
 
6445
6445
  /**
6446
6446
  * Do not edit directly
6447
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
6447
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
6448
6448
  */
6449
6449
 
6450
6450
  :root,
@@ -6460,7 +6460,7 @@ Fixes safari bug where outline doesn't respect border-radius
6460
6460
 
6461
6461
  /**
6462
6462
  * Do not edit directly
6463
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
6463
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
6464
6464
  */
6465
6465
 
6466
6466
  :root {
@@ -6778,7 +6778,7 @@ Fixes safari bug where outline doesn't respect border-radius
6778
6778
 
6779
6779
  /**
6780
6780
  * Do not edit directly
6781
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
6781
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
6782
6782
  */
6783
6783
 
6784
6784
  :root,
@@ -7182,7 +7182,7 @@ html {
7182
7182
 
7183
7183
  /**
7184
7184
  * Do not edit directly
7185
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
7185
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
7186
7186
  */
7187
7187
 
7188
7188
  :root,
@@ -7360,7 +7360,7 @@ html {
7360
7360
 
7361
7361
  /**
7362
7362
  * Do not edit directly
7363
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
7363
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
7364
7364
  */
7365
7365
 
7366
7366
  :root,
@@ -7486,7 +7486,7 @@ html {
7486
7486
 
7487
7487
  /**
7488
7488
  * Do not edit directly
7489
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
7489
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
7490
7490
  */
7491
7491
 
7492
7492
  :root,
@@ -7616,7 +7616,7 @@ html {
7616
7616
 
7617
7617
  /**
7618
7618
  * Do not edit directly
7619
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
7619
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
7620
7620
  */
7621
7621
 
7622
7622
  :root {
@@ -7628,7 +7628,7 @@ html {
7628
7628
 
7629
7629
  /**
7630
7630
  * Do not edit directly
7631
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
7631
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
7632
7632
  */
7633
7633
 
7634
7634
  :root,
@@ -7989,7 +7989,7 @@ html {
7989
7989
 
7990
7990
  /**
7991
7991
  * Do not edit directly
7992
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
7992
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
7993
7993
  */
7994
7994
 
7995
7995
  :root,
@@ -8396,7 +8396,7 @@ html {
8396
8396
 
8397
8397
  /**
8398
8398
  * Do not edit directly
8399
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
8399
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
8400
8400
  */
8401
8401
 
8402
8402
  :root {
@@ -11724,9 +11724,450 @@ html {
11724
11724
  border-style: none;
11725
11725
  }
11726
11726
 
11727
+ /* ---------------------------------------------------------- */
11728
+ /* VideoPlayer Contents */
11729
+ /* ---------------------------------------------------------- */
11730
+ /* Table of contents: */
11731
+ /* 1. Container */
11732
+ /* 2. Player */
11733
+ /* 2. Center Play Button */
11734
+ /* 4. Title */
11735
+ /* 5. Controls */
11736
+ /* 6. Range Element */
11737
+ /* 7. Tooltip */
11738
+ /* 8. Captions */
11739
+ /* ---------------------------------------------------------- */
11740
+
11741
+ /* ---------------------------------------------------------- */
11742
+ /* 1. Container */
11743
+ /* ---------------------------------------------------------- */
11744
+
11745
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__container___WmQho {
11746
+ width: 100%;
11747
+ position: relative;
11748
+ overflow: hidden;
11749
+ }
11750
+
11751
+ /* ---------------------------------------------------------- */
11752
+ /* 2. Player */
11753
+ /* ---------------------------------------------------------- */
11754
+
11755
+ .Primer_Brand__VideoPlayer-module__VideoPlayer___iNxEw {
11756
+ width: 100%;
11757
+ border-radius: var(--brand-borderRadius-medium);
11758
+ display: block;
11759
+ }
11760
+
11761
+ /* ---------------------------------------------------------- */
11762
+ /* 3. Center Play Button */
11763
+ /* ---------------------------------------------------------- */
11764
+
11765
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F {
11766
+ position: absolute;
11767
+ top: 0;
11768
+ left: 0;
11769
+ width: 100%;
11770
+ height: 100%;
11771
+ background: transparent;
11772
+ border: none;
11773
+ z-index: 1;
11774
+ }
11775
+
11776
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__playButtonInner___FpXVO {
11777
+ height: var(--brand-VideoPlayer-playButton-height);
11778
+ width: var(--brand-VideoPlayer-playButton-width);
11779
+ display: inline-block;
11780
+ padding: var(--brand-VideoPlayer-playButton-padding);
11781
+ box-sizing: content-box;
11782
+ background: var(--base-color-scale-blue-5);
11783
+ border-radius: 50%;
11784
+ }
11785
+
11786
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__playButtonInner___FpXVO > svg {
11787
+ margin-left: 0.3125rem;
11788
+ }
11789
+
11790
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F:focus {
11791
+ border: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
11792
+ box-shadow: 0 0 0 2px var(--brand-color-focus);
11793
+ }
11794
+
11795
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__playButton___qff0F svg {
11796
+ cursor: pointer;
11797
+ color: var(--base-color-scale-gray-0);
11798
+ }
11799
+
11800
+ /* ---------------------------------------------------------- */
11801
+ /* 4. Title */
11802
+ /* ---------------------------------------------------------- */
11803
+
11804
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
11805
+ transition: var(--brand-VideoPlayer-transition);
11806
+ top: -10px;
11807
+ opacity: 0;
11808
+ position: absolute;
11809
+ border-radius: var(--brand-borderRadius-medium);
11810
+ left: 0;
11811
+ width: 100%;
11812
+ z-index: 2;
11813
+ padding: var(--base-size-16) var(--base-size-24);
11814
+ color: var(--base-color-scale-gray-0);
11815
+ display: grid;
11816
+ align-items: center;
11817
+ justify-content: start;
11818
+ grid-gap: 10px;
11819
+ grid-template-columns: auto auto;
11820
+ background: hsl(var(--base-color-scale-black-0-hsl) / 80%);
11821
+ background: linear-gradient(hsl(var(--base-color-scale-black-0-hsl) / 40%), rgba(0, 0, 0, 0));
11822
+ }
11823
+
11824
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
11825
+ top: 0;
11826
+ opacity: 1;
11827
+ }
11828
+
11829
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__title___F1E2j {
11830
+ top: 0;
11831
+ opacity: 1;
11832
+ }
11833
+
11834
+ /* ---------------------------------------------------------- */
11835
+ /* 5. Controls */
11836
+ /* ---------------------------------------------------------- */
11837
+
11838
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
11839
+ transition: var(--brand-VideoPlayer-transition);
11840
+ bottom: -58px;
11841
+ position: absolute;
11842
+ z-index: 2;
11843
+ width: 100%;
11844
+ pointer-events: none;
11845
+ }
11846
+
11847
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
11848
+ display: grid;
11849
+ grid-gap: var(--base-size-16);
11850
+ align-items: center;
11851
+ grid-template-columns: auto 2fr auto auto auto auto auto;
11852
+ opacity: 0;
11853
+ border-bottom-right-radius: var(--brand-borderRadius-medium);
11854
+ border-bottom-left-radius: var(--brand-borderRadius-medium);
11855
+ left: 0;
11856
+ width: 100%;
11857
+ background: hsl(var(--base-color-scale-black-0-hsl) / 80%);
11858
+ background: linear-gradient(rgba(0, 0, 0, 0), hsl(var(--base-color-scale-black-0-hsl) / 40%));
11859
+ padding: var(--base-size-16) var(--base-size-24);
11860
+ pointer-events: all;
11861
+ }
11862
+
11863
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
11864
+ grid-template-columns: auto 2fr auto auto auto auto;
11865
+ }
11866
+
11867
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus,
11868
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI[focus-within] {
11869
+ bottom: 0;
11870
+ }
11871
+
11872
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus,
11873
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus-within {
11874
+ bottom: 0;
11875
+ }
11876
+
11877
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7,
11878
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI[focus-within] .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
11879
+ opacity: 1;
11880
+ }
11881
+
11882
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7,
11883
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI:focus-within .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
11884
+ opacity: 1;
11885
+ }
11886
+
11887
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
11888
+ bottom: 0;
11889
+ }
11890
+
11891
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__showOverlays___aMQQ6 .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
11892
+ opacity: 1;
11893
+ }
11894
+
11895
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__controlsWrapper___Kpqo7 {
11896
+ opacity: 1;
11897
+ }
11898
+
11899
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__overlays___xv3Xi:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__controls___hNpxI {
11900
+ bottom: 0;
11901
+ opacity: 1;
11902
+ }
11903
+
11904
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4 {
11905
+ width: auto;
11906
+ background: none;
11907
+ border: none;
11908
+ cursor: pointer;
11909
+ height: 24px;
11910
+ box-sizing: content-box;
11911
+ position: relative;
11912
+ padding: 0;
11913
+ }
11914
+
11915
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4.Primer_Brand__VideoPlayer-module__focus-visible___AKGlH {
11916
+ border-color: var(--brand-color-focus);
11917
+ outline: none;
11918
+ box-shadow: 0 0 0 2px var(--brand-color-focus);
11919
+ opacity: 1;
11920
+ }
11921
+
11922
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4:focus-visible {
11923
+ border-color: var(--brand-color-focus);
11924
+ outline: none;
11925
+ box-shadow: 0 0 0 2px var(--brand-color-focus);
11926
+ opacity: 1;
11927
+ }
11928
+
11929
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4 svg {
11930
+ color: var(--base-color-scale-gray-0);
11931
+ }
11932
+
11933
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__iconControl___Tw7A4:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
11934
+ opacity: 1;
11935
+ }
11936
+
11937
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__progressTime___GvTKs {
11938
+ width: 100%;
11939
+ color: var(--base-color-scale-gray-0);
11940
+ }
11941
+
11942
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__totalTime___nWILS {
11943
+ display: inline-block;
11944
+ }
11945
+
11946
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__totalTime___nWILS {
11947
+ display: none;
11948
+ }
11949
+
11950
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__progressBar___wYSPx {
11951
+ width: 100%;
11952
+ height: 6px;
11953
+ }
11954
+
11955
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__closedCaption___PAvgt {
11956
+ border-radius: var(--brand-borderRadius-medium);
11957
+ padding: 1px 5px;
11958
+ border: 2px solid var(--base-color-scale-gray-0);
11959
+ background: var(--base-color-scale-gray-0);
11960
+ position: relative;
11961
+ }
11962
+
11963
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__ccOff___svmJL {
11964
+ background-color: transparent;
11965
+ }
11966
+
11967
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__ccText___xIu2v {
11968
+ color: var(--base-color-scale-black-0);
11969
+ }
11970
+
11971
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__ccOff___svmJL .Primer_Brand__VideoPlayer-module__VideoPlayer__ccText___xIu2v {
11972
+ color: var(--base-color-scale-gray-0);
11973
+ }
11974
+
11975
+ /* ---------------------------------------------------------- */
11976
+ /* 6. Range Element */
11977
+ /* ---------------------------------------------------------- */
11978
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__range___Tmjbg {
11979
+ position: relative;
11980
+ width: 100%;
11981
+ min-width: var(--brand-VideoPlayer-range-minWidth);
11982
+ height: var(--brand-VideoPlayer-range-height);
11983
+ background-color: var(--base-color-scale-gray-0);
11984
+ border-radius: var(--brand-VideoPlayer-range-borderRadius);
11985
+ }
11986
+
11987
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__container--small___TxAd8 .Primer_Brand__VideoPlayer-module__VideoPlayer__volumeBar___HOmXb {
11988
+ display: none;
11989
+ }
11990
+
11991
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__range___Tmjbg:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
11992
+ opacity: 1;
11993
+ }
11994
+
11995
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl {
11996
+ -webkit-appearance: none;
11997
+ -moz-appearance: none;
11998
+ appearance: none;
11999
+ z-index: 1;
12000
+ display: block;
12001
+ width: 100%;
12002
+ height: var(--brand-VideoPlayer-range-height);
12003
+ margin: 0;
12004
+ cursor: pointer;
12005
+ background: transparent;
12006
+ position: absolute;
12007
+ top: 0;
12008
+ opacity: 0;
12009
+ }
12010
+
12011
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl.Primer_Brand__VideoPlayer-module__focus-visible___AKGlH {
12012
+ border-color: var(--brand-color-focus);
12013
+ outline: none;
12014
+ box-shadow: 0 0 0 2px var(--brand-color-focus);
12015
+ opacity: 1;
12016
+ }
12017
+
12018
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl:focus-visible {
12019
+ border-color: var(--brand-color-focus);
12020
+ outline: none;
12021
+ box-shadow: 0 0 0 2px var(--brand-color-focus);
12022
+ opacity: 1;
12023
+ }
12024
+
12025
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__range___Tmjbg:hover .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl {
12026
+ opacity: 1;
12027
+ }
12028
+
12029
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl::-moz-range-track,
12030
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeInput____wivl::-webkit-slider-runnable-track {
12031
+ background: transparent;
12032
+ border: none;
12033
+ }
12034
+
12035
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK {
12036
+ -webkit-appearance: none;
12037
+ -moz-appearance: none;
12038
+ appearance: none;
12039
+ overflow: hidden;
12040
+ background: hsl(var(--base-color-scale-gray-0-hsl) / 50%);
12041
+ border: 0;
12042
+ border-radius: var(--brand-VideoPlayer-range-borderRadius);
12043
+ width: 100%;
12044
+ position: absolute;
12045
+ height: var(--brand-VideoPlayer-range-height);
12046
+ top: 0;
12047
+ }
12048
+
12049
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-webkit-progress-bar {
12050
+ background-color: hsl(var(--base-color-scale-gray-0-hsl) / 50%);
12051
+ }
12052
+
12053
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-webkit-progress-value {
12054
+ background-color: var(--base-color-scale-blue-5);
12055
+ }
12056
+
12057
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-moz-progress-bar {
12058
+ background: var(--base-color-scale-blue-5);
12059
+ }
12060
+
12061
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-ms-fill-lower {
12062
+ background-color: var(--base-color-scale-blue-5);
12063
+ border: none;
12064
+ }
12065
+
12066
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__rangeProgress___dDpNK::-ms-fill-upper {
12067
+ background-color: hsl(var(--base-color-scale-gray-0-hsl) / 50%);
12068
+ border: none;
12069
+ }
12070
+
12071
+ /* ---------------------------------------------------------- */
12072
+ /* 7. Tooltip */
12073
+ /* ---------------------------------------------------------- */
12074
+
12075
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
12076
+ position: absolute;
12077
+ bottom: 100%;
12078
+ z-index: 2;
12079
+ width: 10px;
12080
+ height: 10px;
12081
+ margin-bottom: var(--base-size-16);
12082
+ pointer-events: none;
12083
+ opacity: 0;
12084
+ transform: translate3d(0%, 50%, 0);
12085
+ transition: opacity var(--brand-animation-duration-default) var(--brand-animation-easing-default),
12086
+ transform var(--brand-animation-duration-default) var(--brand-animation-easing-default);
12087
+ }
12088
+
12089
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l::before {
12090
+ position: absolute;
12091
+ bottom: -4px;
12092
+ left: 0;
12093
+ width: 10px;
12094
+ height: 10px;
12095
+ content: '';
12096
+ background: var(--base-color-scale-white-0);
12097
+ border-radius: var(--brand-borderRadius-small);
12098
+ transform: rotate(45deg);
12099
+ }
12100
+
12101
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltipContent___BoAqV {
12102
+ position: absolute;
12103
+ bottom: 0;
12104
+ left: 50%;
12105
+ z-index: -1;
12106
+ background: white;
12107
+ box-shadow: 0 4px 4px hsl(var(--base-color-scale-black-0-hsl) / 20%);
12108
+ transform: translate3d(-50%, 0, 0);
12109
+ padding: var(--brand-VideoPlayer-tooltip-padding);
12110
+ border-radius: var(--brand-borderRadius-medium);
12111
+ }
12112
+
12113
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltipText____Syz7 {
12114
+ color: var(--brand-InlineLink-color-rest);
12115
+ }
12116
+
12117
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__controlTextColor___YMFpe {
12118
+ color: var(--base-color-scale-white-0);
12119
+ }
12120
+
12121
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__shiftTooltipRight___iLKlO .Primer_Brand__VideoPlayer-module__VideoPlayer__tooltip___mtg_l {
12122
+ transform: translateX(10px);
12123
+ }
12124
+
12125
+ /* ---------------------------------------------------------- */
12126
+ /* 8. Captions */
12127
+ /* ---------------------------------------------------------- */
12128
+
12129
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__captions___dI9Jv {
12130
+ width: 90%;
12131
+ margin: var(--brand-VideoPlayer-closedCaption-margin);
12132
+ display: grid;
12133
+ justify-content: center;
12134
+ pointer-events: none;
12135
+ }
12136
+
12137
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__captions__empty___q_s3l {
12138
+ display: none;
12139
+ }
12140
+
12141
+ .Primer_Brand__VideoPlayer-module__VideoPlayer__captionText___e2su6 {
12142
+ color: var(--base-color-scale-white-0);
12143
+ text-align: center;
12144
+ background: hsl(var(--base-color-scale-black-0-hsl) / 50%);
12145
+ padding: var(--brand-VideoPlayer-closedCaption-text-padding);
12146
+ border-radius: var(--brand-borderRadius-medium);
12147
+ display: inline-block;
12148
+ }
12149
+
12150
+ /**
12151
+ * Do not edit directly
12152
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
12153
+ */
12154
+
12155
+ :root {
12156
+ --brand-VideoPlayer-tooltip-padding: 0.3125rem;
12157
+ --brand-VideoPlayer-transition: all var(--brand-animation-duration-fast) var(--brand-animation-easing-default);
12158
+ --brand-VideoPlayer-range-minWidth: 4.6875rem;
12159
+ --brand-VideoPlayer-range-borderRadius: 0.1875rem;
12160
+ --brand-VideoPlayer-range-height: 0.375rem;
12161
+ --brand-VideoPlayer-playButton-padding: 1.5625rem;
12162
+ --brand-VideoPlayer-playButton-width: 1.5rem;
12163
+ --brand-VideoPlayer-playButton-height: 1.5rem;
12164
+ --brand-VideoPlayer-closedCaption-text-padding: 0.625rem;
12165
+ --brand-VideoPlayer-closedCaption-margin: 0 auto 15px auto;
12166
+ }
12167
+
11727
12168
  /**
11728
12169
  * Do not edit directly
11729
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
12170
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
11730
12171
  */
11731
12172
 
11732
12173
  :root,
@@ -11742,7 +12183,7 @@ html {
11742
12183
 
11743
12184
  /**
11744
12185
  * Do not edit directly
11745
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
12186
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
11746
12187
  */
11747
12188
 
11748
12189
  :root {
@@ -11963,7 +12404,7 @@ html {
11963
12404
 
11964
12405
  /**
11965
12406
  * Do not edit directly
11966
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
12407
+ * Generated on Thu, 24 Aug 2023 12:48:16 GMT
11967
12408
  */
11968
12409
 
11969
12410
  :root,
@@ -11977,7 +12418,7 @@ html {
11977
12418
 
11978
12419
  /**
11979
12420
  * Do not edit directly
11980
- * Generated on Wed, 23 Aug 2023 13:30:04 GMT
12421
+ * Generated on Thu, 24 Aug 2023 12:48:15 GMT
11981
12422
  */
11982
12423
 
11983
12424
  :root {