UNPKG

@primer/brand-primitives

Version:

Color, spacing, and typography primitives for the Primer Brand Design System

36 lines (34 loc) 806 B
/** * Do not edit directly * Generated on Thu, 12 Mar 2026 15:02:27 GMT */ module.exports = { brand: { VideoPlayer: { closedCaption: { margin: "0 auto 15px auto", text: { fgColor: "var(--base-color-scale-white-0)", bgColor: "rgba(0, 0, 0, 0.75)", padding: "0.625rem", }, }, playButton: { height: "var(--base-size-96)", width: "var(--base-size-96)", }, range: { height: "0.375rem", borderRadius: "0.1875rem", minWidth: "4.6875rem", }, transition: "all var(--brand-animation-duration-fast) var(--brand-animation-easing-default)", tooltip: { padding: { block: "0.3125rem", inline: "0.3125rem", }, }, }, }, };