@primer/react-brand
Version:
Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.
47 lines (46 loc) • 534 B
JavaScript
//#region src/constants.tsx
var e = [
"default",
"blue",
"coral",
"green",
"gray",
"indigo",
"lemon",
"lime",
"orange",
"pink",
"purple",
"red",
"teal",
"yellow"
], t = [
"blue-purple",
"green-blue",
"pink-blue",
"purple-red",
"red-orange"
], n = ["green-blue-purple"], r = [
4,
8,
12,
16,
20,
24,
28,
32,
36,
40,
44,
48,
60,
64,
80,
88,
96,
112,
128
];
//#endregion
export { r as BaseSizeScale, t as BiColorGradients, e as Colors, n as TriColorGradients };
//# sourceMappingURL=constants.js.map