@primer/brand-primitives
Version:
Color, spacing, and typography primitives for the Primer Brand Design System
36 lines (34 loc) • 806 B
JavaScript
/**
* Do not edit directly
* Generated on Fri, 24 Apr 2026 13:01:08 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",
},
},
},
},
};