@primer/primitives
Advanced tools
Comparing version 0.0.0-27b8d20 to 0.0.0-289de1a
@@ -14,14 +14,2 @@ declare const _default: { | ||
}; | ||
auto: { | ||
black: string; | ||
white: string; | ||
gray: string[]; | ||
blue: string[]; | ||
green: string[]; | ||
yellow: string[]; | ||
orange: string[]; | ||
red: string[]; | ||
purple: string[]; | ||
pink: string[]; | ||
}; | ||
text: { | ||
@@ -50,3 +38,3 @@ primary: string; | ||
}; | ||
state: { | ||
hl: { | ||
hoverPrimaryBg: string; | ||
@@ -61,2 +49,3 @@ hoverPrimaryBorder: string; | ||
primary: string; | ||
primaryLight: string; | ||
secondary: string; | ||
@@ -77,2 +66,3 @@ tertiary: string; | ||
overlay: string; | ||
selected: string; | ||
info: string; | ||
@@ -268,3 +258,3 @@ infoInverse: string; | ||
}; | ||
iconFolder: string; | ||
icFolder: string; | ||
hlAuthorBg: string; | ||
@@ -289,6 +279,5 @@ hlAuthorBorder: string; | ||
text: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIcon: string; | ||
inputIc: string; | ||
inputPlaceholder: string; | ||
@@ -295,0 +284,0 @@ }; |
@@ -5,102 +5,2 @@ "use strict"; | ||
"scale": { | ||
"black": "#0d1117", | ||
"white": "#ffffff", | ||
"gray": [ | ||
"#f0f6fc", | ||
"#d5dde5", | ||
"#b1bac4", | ||
"#8b949e", | ||
"#6e7681", | ||
"#484f58", | ||
"#30363d", | ||
"#21262d", | ||
"#161b22", | ||
"#0d1117" | ||
], | ||
"blue": [ | ||
"#cae8ff", | ||
"#a1d3ff", | ||
"#75bbff", | ||
"#54a2fb", | ||
"#3f87e9", | ||
"#316ecd", | ||
"#2456aa", | ||
"#0d4189", | ||
"#0b2e63", | ||
"#061e46" | ||
], | ||
"green": [ | ||
"#b2f4b6", | ||
"#81e38a", | ||
"#58ce65", | ||
"#3ab550", | ||
"#2f9a42", | ||
"#248035", | ||
"#1b662d", | ||
"#144d23", | ||
"#0a3818", | ||
"#04260f" | ||
], | ||
"yellow": [ | ||
"#fef3ae", | ||
"#fde15f", | ||
"#f7d232", | ||
"#eec41a", | ||
"#e2b20d", | ||
"#d79e00", | ||
"#c88d00", | ||
"#b67b00", | ||
"#9b6400", | ||
"#7f4e00" | ||
], | ||
"orange": [ | ||
"#ffe0bd", | ||
"#ffc17e", | ||
"#ff9f4c", | ||
"#ed802d", | ||
"#d7661d", | ||
"#ba5010", | ||
"#993d06", | ||
"#782b00", | ||
"#591c00", | ||
"#3d1200" | ||
], | ||
"red": [ | ||
"#ffdcd9", | ||
"#ffbdba", | ||
"#ff9a96", | ||
"#ff7170", | ||
"#ed4e50", | ||
"#d13339", | ||
"#ac212b", | ||
"#88131f", | ||
"#660614", | ||
"#49000c" | ||
], | ||
"purple": [ | ||
"#eadfff", | ||
"#d8beff", | ||
"#c2a0fd", | ||
"#ae81fa", | ||
"#9867f0", | ||
"#804eda", | ||
"#673ab8", | ||
"#512c94", | ||
"#3d2071", | ||
"#29154b" | ||
], | ||
"pink": [ | ||
"#ffdaed", | ||
"#ffb8dd", | ||
"#ff93cc", | ||
"#f56fb7", | ||
"#db579f", | ||
"#bc4186", | ||
"#98316c", | ||
"#762556", | ||
"#55183e", | ||
"#40092d" | ||
] | ||
}, | ||
"auto": { | ||
"black": "#ffffff", | ||
@@ -228,3 +128,3 @@ "white": "#0d1117", | ||
}, | ||
"state": { | ||
"hl": { | ||
"hoverPrimaryBg": "#3f87e9", | ||
@@ -239,4 +139,5 @@ "hoverPrimaryBorder": "#3f87e9", | ||
"primary": "#30363d", | ||
"secondary": "#292e34", | ||
"tertiary": "#6e7681", | ||
"primaryLight": "#292e34", | ||
"secondary": "#30363d", | ||
"tertiary": "#0d1117", | ||
"inverse": "#ffffff", | ||
@@ -255,2 +156,3 @@ "info": "#3f87e9", | ||
"overlay": "#0d1117", | ||
"selected": "#3f87e9", | ||
"info": "#0b2e63", | ||
@@ -576,3 +478,3 @@ "infoInverse": "#3f87e9", | ||
}, | ||
"iconFolder": "#6e7681", | ||
"icFolder": "#2456aa", | ||
"hlAuthorBg": "#061e46", | ||
@@ -594,10 +496,9 @@ "hlAuthorBorder": "#0d4189", | ||
"globalNav": { | ||
"logo": "#f0f6fc", | ||
"bg": "#161b22", | ||
"text": "#f0f6fc", | ||
"icon": "#f0f6fc", | ||
"logo": "#0d1117", | ||
"bg": "#f0f6fc", | ||
"text": "#0d1117", | ||
"inputBg": "#0d1117", | ||
"inputBorder": "#21262d", | ||
"inputIcon": "#21262d", | ||
"inputPlaceholder": "#484f58" | ||
"inputBorder": "#0d1117", | ||
"inputIc": "#ffffff", | ||
"inputPlaceholder": "#ffffff" | ||
}, | ||
@@ -604,0 +505,0 @@ "calendarGraph": { |
@@ -15,14 +15,2 @@ declare const _default: { | ||
}; | ||
auto: { | ||
black: string; | ||
white: string; | ||
gray: string[]; | ||
blue: string[]; | ||
green: string[]; | ||
yellow: string[]; | ||
orange: string[]; | ||
red: string[]; | ||
purple: string[]; | ||
pink: string[]; | ||
}; | ||
text: { | ||
@@ -51,3 +39,3 @@ primary: string; | ||
}; | ||
state: { | ||
hl: { | ||
hoverPrimaryBg: string; | ||
@@ -62,2 +50,3 @@ hoverPrimaryBorder: string; | ||
primary: string; | ||
primaryLight: string; | ||
secondary: string; | ||
@@ -78,2 +67,3 @@ tertiary: string; | ||
overlay: string; | ||
selected: string; | ||
info: string; | ||
@@ -269,3 +259,3 @@ infoInverse: string; | ||
}; | ||
iconFolder: string; | ||
icFolder: string; | ||
hlAuthorBg: string; | ||
@@ -290,6 +280,5 @@ hlAuthorBorder: string; | ||
text: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIcon: string; | ||
inputIc: string; | ||
inputPlaceholder: string; | ||
@@ -323,14 +312,2 @@ }; | ||
}; | ||
auto: { | ||
black: string; | ||
white: string; | ||
gray: string[]; | ||
blue: string[]; | ||
green: string[]; | ||
yellow: string[]; | ||
orange: string[]; | ||
red: string[]; | ||
purple: string[]; | ||
pink: string[]; | ||
}; | ||
text: { | ||
@@ -359,3 +336,3 @@ primary: string; | ||
}; | ||
state: { | ||
hl: { | ||
hoverPrimaryBg: string; | ||
@@ -370,2 +347,3 @@ hoverPrimaryBorder: string; | ||
primary: string; | ||
primaryLight: string; | ||
secondary: string; | ||
@@ -386,2 +364,3 @@ tertiary: string; | ||
overlay: string; | ||
selected: string; | ||
info: string; | ||
@@ -577,3 +556,3 @@ infoInverse: string; | ||
}; | ||
iconFolder: string; | ||
icFolder: string; | ||
hlAuthorBg: string; | ||
@@ -598,6 +577,5 @@ hlAuthorBorder: string; | ||
text: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIcon: string; | ||
inputIc: string; | ||
inputPlaceholder: string; | ||
@@ -604,0 +582,0 @@ }; |
@@ -14,14 +14,2 @@ declare const _default: { | ||
}; | ||
auto: { | ||
black: string; | ||
white: string; | ||
gray: string[]; | ||
blue: string[]; | ||
green: string[]; | ||
yellow: string[]; | ||
orange: string[]; | ||
red: string[]; | ||
purple: string[]; | ||
pink: string[]; | ||
}; | ||
text: { | ||
@@ -50,3 +38,3 @@ primary: string; | ||
}; | ||
state: { | ||
hl: { | ||
hoverPrimaryBg: string; | ||
@@ -61,2 +49,3 @@ hoverPrimaryBorder: string; | ||
primary: string; | ||
primaryLight: string; | ||
secondary: string; | ||
@@ -77,2 +66,3 @@ tertiary: string; | ||
overlay: string; | ||
selected: string; | ||
info: string; | ||
@@ -268,3 +258,3 @@ infoInverse: string; | ||
}; | ||
iconFolder: string; | ||
icFolder: string; | ||
hlAuthorBg: string; | ||
@@ -289,6 +279,5 @@ hlAuthorBorder: string; | ||
text: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIcon: string; | ||
inputIc: string; | ||
inputPlaceholder: string; | ||
@@ -295,0 +284,0 @@ }; |
@@ -104,102 +104,2 @@ "use strict"; | ||
}, | ||
"auto": { | ||
"black": "#1b1f23", | ||
"white": "#ffffff", | ||
"gray": [ | ||
"#fafbfc", | ||
"#f6f8fa", | ||
"#e1e4e8", | ||
"#d1d5da", | ||
"#959da5", | ||
"#6a737d", | ||
"#586069", | ||
"#444d56", | ||
"#2f363d", | ||
"#24292e" | ||
], | ||
"blue": [ | ||
"#f1f8ff", | ||
"#dbedff", | ||
"#c8e1ff", | ||
"#79b8ff", | ||
"#2188ff", | ||
"#0366d6", | ||
"#005cc5", | ||
"#044289", | ||
"#032f62", | ||
"#05264c" | ||
], | ||
"green": [ | ||
"#f0fff4", | ||
"#dcffe4", | ||
"#bef5cb", | ||
"#85e89d", | ||
"#34d058", | ||
"#28a745", | ||
"#22863a", | ||
"#176f2c", | ||
"#165c26", | ||
"#144620" | ||
], | ||
"yellow": [ | ||
"#fffdef", | ||
"#fffbdd", | ||
"#fff5b1", | ||
"#ffea7f", | ||
"#ffdf5d", | ||
"#ffd33d", | ||
"#f9c513", | ||
"#dbab09", | ||
"#b08800", | ||
"#735c0f" | ||
], | ||
"orange": [ | ||
"#fff8f2", | ||
"#ffebda", | ||
"#ffd1ac", | ||
"#ffab70", | ||
"#fb8532", | ||
"#f66a0a", | ||
"#e36209", | ||
"#d15704", | ||
"#c24e00", | ||
"#a04100" | ||
], | ||
"red": [ | ||
"#ffeef0", | ||
"#ffdce0", | ||
"#fdaeb7", | ||
"#f97583", | ||
"#ea4a5a", | ||
"#d73a49", | ||
"#cb2431", | ||
"#b31d28", | ||
"#9e1c23", | ||
"#86181d" | ||
], | ||
"purple": [ | ||
"#f5f0ff", | ||
"#e6dcfd", | ||
"#d1bcf9", | ||
"#b392f0", | ||
"#8a63d2", | ||
"#6f42c1", | ||
"#5a32a3", | ||
"#4c2889", | ||
"#3a1d6e", | ||
"#29134e" | ||
], | ||
"pink": [ | ||
"#ffeef8", | ||
"#fedbf0", | ||
"#f9b3dd", | ||
"#f692ce", | ||
"#ec6cb9", | ||
"#ea4aaa", | ||
"#d03592", | ||
"#b93a86", | ||
"#99306f", | ||
"#6d224f" | ||
] | ||
}, | ||
"text": { | ||
@@ -228,3 +128,3 @@ "primary": "#24292e", | ||
}, | ||
"state": { | ||
"hl": { | ||
"hoverPrimaryBg": "#0366d6", | ||
@@ -239,4 +139,5 @@ "hoverPrimaryBorder": "#0366d6", | ||
"primary": "#e1e4e8", | ||
"secondary": "#eaecef", | ||
"tertiary": "#d1d5da", | ||
"primaryLight": "#eaecef", | ||
"secondary": "#d1d5da", | ||
"tertiary": "#fafbfc", | ||
"inverse": "#ffffff", | ||
@@ -255,2 +156,3 @@ "info": "#0366d6", | ||
"overlay": "#ffffff", | ||
"selected": "#0366d6", | ||
"info": "#f1f8ff", | ||
@@ -576,3 +478,3 @@ "infoInverse": "#0366d6", | ||
}, | ||
"iconFolder": "#79b8ff", | ||
"icFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
@@ -597,7 +499,6 @@ "hlAuthorBorder": "#c8e1ff", | ||
"text": "#ffffff", | ||
"icon": "#ffffff", | ||
"inputBg": "#fafbfc", | ||
"inputBorder": "#fafbfc", | ||
"inputIcon": "#d1d5da", | ||
"inputPlaceholder": "#959da5" | ||
"inputIc": "#1b1f23", | ||
"inputPlaceholder": "#1b1f23" | ||
}, | ||
@@ -604,0 +505,0 @@ "calendarGraph": { |
@@ -16,14 +16,2 @@ declare const _default: { | ||
}; | ||
auto: { | ||
black: string; | ||
white: string; | ||
gray: string[]; | ||
blue: string[]; | ||
green: string[]; | ||
yellow: string[]; | ||
orange: string[]; | ||
red: string[]; | ||
purple: string[]; | ||
pink: string[]; | ||
}; | ||
text: { | ||
@@ -52,3 +40,3 @@ primary: string; | ||
}; | ||
state: { | ||
hl: { | ||
hoverPrimaryBg: string; | ||
@@ -63,2 +51,3 @@ hoverPrimaryBorder: string; | ||
primary: string; | ||
primaryLight: string; | ||
secondary: string; | ||
@@ -79,2 +68,3 @@ tertiary: string; | ||
overlay: string; | ||
selected: string; | ||
info: string; | ||
@@ -270,3 +260,3 @@ infoInverse: string; | ||
}; | ||
iconFolder: string; | ||
icFolder: string; | ||
hlAuthorBg: string; | ||
@@ -291,6 +281,5 @@ hlAuthorBorder: string; | ||
text: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIcon: string; | ||
inputIc: string; | ||
inputPlaceholder: string; | ||
@@ -324,14 +313,2 @@ }; | ||
}; | ||
auto: { | ||
black: string; | ||
white: string; | ||
gray: string[]; | ||
blue: string[]; | ||
green: string[]; | ||
yellow: string[]; | ||
orange: string[]; | ||
red: string[]; | ||
purple: string[]; | ||
pink: string[]; | ||
}; | ||
text: { | ||
@@ -360,3 +337,3 @@ primary: string; | ||
}; | ||
state: { | ||
hl: { | ||
hoverPrimaryBg: string; | ||
@@ -371,2 +348,3 @@ hoverPrimaryBorder: string; | ||
primary: string; | ||
primaryLight: string; | ||
secondary: string; | ||
@@ -387,2 +365,3 @@ tertiary: string; | ||
overlay: string; | ||
selected: string; | ||
info: string; | ||
@@ -578,3 +557,3 @@ infoInverse: string; | ||
}; | ||
iconFolder: string; | ||
icFolder: string; | ||
hlAuthorBg: string; | ||
@@ -599,6 +578,5 @@ hlAuthorBorder: string; | ||
text: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIcon: string; | ||
inputIc: string; | ||
inputPlaceholder: string; | ||
@@ -605,0 +583,0 @@ }; |
{ | ||
"scale": { | ||
"black": "#0d1117", | ||
"white": "#ffffff", | ||
"gray": [ | ||
"#f0f6fc", | ||
"#d5dde5", | ||
"#b1bac4", | ||
"#8b949e", | ||
"#6e7681", | ||
"#484f58", | ||
"#30363d", | ||
"#21262d", | ||
"#161b22", | ||
"#0d1117" | ||
], | ||
"blue": [ | ||
"#cae8ff", | ||
"#a1d3ff", | ||
"#75bbff", | ||
"#54a2fb", | ||
"#3f87e9", | ||
"#316ecd", | ||
"#2456aa", | ||
"#0d4189", | ||
"#0b2e63", | ||
"#061e46" | ||
], | ||
"green": [ | ||
"#b2f4b6", | ||
"#81e38a", | ||
"#58ce65", | ||
"#3ab550", | ||
"#2f9a42", | ||
"#248035", | ||
"#1b662d", | ||
"#144d23", | ||
"#0a3818", | ||
"#04260f" | ||
], | ||
"yellow": [ | ||
"#fef3ae", | ||
"#fde15f", | ||
"#f7d232", | ||
"#eec41a", | ||
"#e2b20d", | ||
"#d79e00", | ||
"#c88d00", | ||
"#b67b00", | ||
"#9b6400", | ||
"#7f4e00" | ||
], | ||
"orange": [ | ||
"#ffe0bd", | ||
"#ffc17e", | ||
"#ff9f4c", | ||
"#ed802d", | ||
"#d7661d", | ||
"#ba5010", | ||
"#993d06", | ||
"#782b00", | ||
"#591c00", | ||
"#3d1200" | ||
], | ||
"red": [ | ||
"#ffdcd9", | ||
"#ffbdba", | ||
"#ff9a96", | ||
"#ff7170", | ||
"#ed4e50", | ||
"#d13339", | ||
"#ac212b", | ||
"#88131f", | ||
"#660614", | ||
"#49000c" | ||
], | ||
"purple": [ | ||
"#eadfff", | ||
"#d8beff", | ||
"#c2a0fd", | ||
"#ae81fa", | ||
"#9867f0", | ||
"#804eda", | ||
"#673ab8", | ||
"#512c94", | ||
"#3d2071", | ||
"#29154b" | ||
], | ||
"pink": [ | ||
"#ffdaed", | ||
"#ffb8dd", | ||
"#ff93cc", | ||
"#f56fb7", | ||
"#db579f", | ||
"#bc4186", | ||
"#98316c", | ||
"#762556", | ||
"#55183e", | ||
"#40092d" | ||
] | ||
}, | ||
"auto": { | ||
"black": "#ffffff", | ||
@@ -225,3 +125,3 @@ "white": "#0d1117", | ||
}, | ||
"state": { | ||
"hl": { | ||
"hoverPrimaryBg": "#3f87e9", | ||
@@ -236,4 +136,5 @@ "hoverPrimaryBorder": "#3f87e9", | ||
"primary": "#30363d", | ||
"secondary": "#292e34", | ||
"tertiary": "#6e7681", | ||
"primaryLight": "#292e34", | ||
"secondary": "#30363d", | ||
"tertiary": "#0d1117", | ||
"inverse": "#ffffff", | ||
@@ -252,2 +153,3 @@ "info": "#3f87e9", | ||
"overlay": "#0d1117", | ||
"selected": "#3f87e9", | ||
"info": "#0b2e63", | ||
@@ -573,3 +475,3 @@ "infoInverse": "#3f87e9", | ||
}, | ||
"iconFolder": "#6e7681", | ||
"icFolder": "#2456aa", | ||
"hlAuthorBg": "#061e46", | ||
@@ -591,10 +493,9 @@ "hlAuthorBorder": "#0d4189", | ||
"globalNav": { | ||
"logo": "#f0f6fc", | ||
"bg": "#161b22", | ||
"text": "#f0f6fc", | ||
"icon": "#f0f6fc", | ||
"logo": "#0d1117", | ||
"bg": "#f0f6fc", | ||
"text": "#0d1117", | ||
"inputBg": "#0d1117", | ||
"inputBorder": "#21262d", | ||
"inputIcon": "#21262d", | ||
"inputPlaceholder": "#484f58" | ||
"inputBorder": "#0d1117", | ||
"inputIc": "#ffffff", | ||
"inputPlaceholder": "#ffffff" | ||
}, | ||
@@ -601,0 +502,0 @@ "calendarGraph": { |
@@ -102,102 +102,2 @@ { | ||
}, | ||
"auto": { | ||
"black": "#1b1f23", | ||
"white": "#ffffff", | ||
"gray": [ | ||
"#fafbfc", | ||
"#f6f8fa", | ||
"#e1e4e8", | ||
"#d1d5da", | ||
"#959da5", | ||
"#6a737d", | ||
"#586069", | ||
"#444d56", | ||
"#2f363d", | ||
"#24292e" | ||
], | ||
"blue": [ | ||
"#f1f8ff", | ||
"#dbedff", | ||
"#c8e1ff", | ||
"#79b8ff", | ||
"#2188ff", | ||
"#0366d6", | ||
"#005cc5", | ||
"#044289", | ||
"#032f62", | ||
"#05264c" | ||
], | ||
"green": [ | ||
"#f0fff4", | ||
"#dcffe4", | ||
"#bef5cb", | ||
"#85e89d", | ||
"#34d058", | ||
"#28a745", | ||
"#22863a", | ||
"#176f2c", | ||
"#165c26", | ||
"#144620" | ||
], | ||
"yellow": [ | ||
"#fffdef", | ||
"#fffbdd", | ||
"#fff5b1", | ||
"#ffea7f", | ||
"#ffdf5d", | ||
"#ffd33d", | ||
"#f9c513", | ||
"#dbab09", | ||
"#b08800", | ||
"#735c0f" | ||
], | ||
"orange": [ | ||
"#fff8f2", | ||
"#ffebda", | ||
"#ffd1ac", | ||
"#ffab70", | ||
"#fb8532", | ||
"#f66a0a", | ||
"#e36209", | ||
"#d15704", | ||
"#c24e00", | ||
"#a04100" | ||
], | ||
"red": [ | ||
"#ffeef0", | ||
"#ffdce0", | ||
"#fdaeb7", | ||
"#f97583", | ||
"#ea4a5a", | ||
"#d73a49", | ||
"#cb2431", | ||
"#b31d28", | ||
"#9e1c23", | ||
"#86181d" | ||
], | ||
"purple": [ | ||
"#f5f0ff", | ||
"#e6dcfd", | ||
"#d1bcf9", | ||
"#b392f0", | ||
"#8a63d2", | ||
"#6f42c1", | ||
"#5a32a3", | ||
"#4c2889", | ||
"#3a1d6e", | ||
"#29134e" | ||
], | ||
"pink": [ | ||
"#ffeef8", | ||
"#fedbf0", | ||
"#f9b3dd", | ||
"#f692ce", | ||
"#ec6cb9", | ||
"#ea4aaa", | ||
"#d03592", | ||
"#b93a86", | ||
"#99306f", | ||
"#6d224f" | ||
] | ||
}, | ||
"text": { | ||
@@ -226,3 +126,3 @@ "primary": "#24292e", | ||
}, | ||
"state": { | ||
"hl": { | ||
"hoverPrimaryBg": "#0366d6", | ||
@@ -237,4 +137,5 @@ "hoverPrimaryBorder": "#0366d6", | ||
"primary": "#e1e4e8", | ||
"secondary": "#eaecef", | ||
"tertiary": "#d1d5da", | ||
"primaryLight": "#eaecef", | ||
"secondary": "#d1d5da", | ||
"tertiary": "#fafbfc", | ||
"inverse": "#ffffff", | ||
@@ -253,2 +154,3 @@ "info": "#0366d6", | ||
"overlay": "#ffffff", | ||
"selected": "#0366d6", | ||
"info": "#f1f8ff", | ||
@@ -574,3 +476,3 @@ "infoInverse": "#0366d6", | ||
}, | ||
"iconFolder": "#79b8ff", | ||
"icFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
@@ -595,7 +497,6 @@ "hlAuthorBorder": "#c8e1ff", | ||
"text": "#ffffff", | ||
"icon": "#ffffff", | ||
"inputBg": "#fafbfc", | ||
"inputBorder": "#fafbfc", | ||
"inputIcon": "#d1d5da", | ||
"inputPlaceholder": "#959da5" | ||
"inputIc": "#1b1f23", | ||
"inputPlaceholder": "#1b1f23" | ||
}, | ||
@@ -602,0 +503,0 @@ "calendarGraph": { |
export default { | ||
"scale": { | ||
"black": "#0d1117", | ||
"white": "#ffffff", | ||
"gray": [ | ||
"#f0f6fc", | ||
"#d5dde5", | ||
"#b1bac4", | ||
"#8b949e", | ||
"#6e7681", | ||
"#484f58", | ||
"#30363d", | ||
"#21262d", | ||
"#161b22", | ||
"#0d1117" | ||
], | ||
"blue": [ | ||
"#cae8ff", | ||
"#a1d3ff", | ||
"#75bbff", | ||
"#54a2fb", | ||
"#3f87e9", | ||
"#316ecd", | ||
"#2456aa", | ||
"#0d4189", | ||
"#0b2e63", | ||
"#061e46" | ||
], | ||
"green": [ | ||
"#b2f4b6", | ||
"#81e38a", | ||
"#58ce65", | ||
"#3ab550", | ||
"#2f9a42", | ||
"#248035", | ||
"#1b662d", | ||
"#144d23", | ||
"#0a3818", | ||
"#04260f" | ||
], | ||
"yellow": [ | ||
"#fef3ae", | ||
"#fde15f", | ||
"#f7d232", | ||
"#eec41a", | ||
"#e2b20d", | ||
"#d79e00", | ||
"#c88d00", | ||
"#b67b00", | ||
"#9b6400", | ||
"#7f4e00" | ||
], | ||
"orange": [ | ||
"#ffe0bd", | ||
"#ffc17e", | ||
"#ff9f4c", | ||
"#ed802d", | ||
"#d7661d", | ||
"#ba5010", | ||
"#993d06", | ||
"#782b00", | ||
"#591c00", | ||
"#3d1200" | ||
], | ||
"red": [ | ||
"#ffdcd9", | ||
"#ffbdba", | ||
"#ff9a96", | ||
"#ff7170", | ||
"#ed4e50", | ||
"#d13339", | ||
"#ac212b", | ||
"#88131f", | ||
"#660614", | ||
"#49000c" | ||
], | ||
"purple": [ | ||
"#eadfff", | ||
"#d8beff", | ||
"#c2a0fd", | ||
"#ae81fa", | ||
"#9867f0", | ||
"#804eda", | ||
"#673ab8", | ||
"#512c94", | ||
"#3d2071", | ||
"#29154b" | ||
], | ||
"pink": [ | ||
"#ffdaed", | ||
"#ffb8dd", | ||
"#ff93cc", | ||
"#f56fb7", | ||
"#db579f", | ||
"#bc4186", | ||
"#98316c", | ||
"#762556", | ||
"#55183e", | ||
"#40092d" | ||
] | ||
}, | ||
"auto": { | ||
"black": "#ffffff", | ||
@@ -225,3 +125,3 @@ "white": "#0d1117", | ||
}, | ||
"state": { | ||
"hl": { | ||
"hoverPrimaryBg": "#3f87e9", | ||
@@ -236,4 +136,5 @@ "hoverPrimaryBorder": "#3f87e9", | ||
"primary": "#30363d", | ||
"secondary": "#292e34", | ||
"tertiary": "#6e7681", | ||
"primaryLight": "#292e34", | ||
"secondary": "#30363d", | ||
"tertiary": "#0d1117", | ||
"inverse": "#ffffff", | ||
@@ -252,2 +153,3 @@ "info": "#3f87e9", | ||
"overlay": "#0d1117", | ||
"selected": "#3f87e9", | ||
"info": "#0b2e63", | ||
@@ -573,3 +475,3 @@ "infoInverse": "#3f87e9", | ||
}, | ||
"iconFolder": "#6e7681", | ||
"icFolder": "#2456aa", | ||
"hlAuthorBg": "#061e46", | ||
@@ -591,10 +493,9 @@ "hlAuthorBorder": "#0d4189", | ||
"globalNav": { | ||
"logo": "#f0f6fc", | ||
"bg": "#161b22", | ||
"text": "#f0f6fc", | ||
"icon": "#f0f6fc", | ||
"logo": "#0d1117", | ||
"bg": "#f0f6fc", | ||
"text": "#0d1117", | ||
"inputBg": "#0d1117", | ||
"inputBorder": "#21262d", | ||
"inputIcon": "#21262d", | ||
"inputPlaceholder": "#484f58" | ||
"inputBorder": "#0d1117", | ||
"inputIc": "#ffffff", | ||
"inputPlaceholder": "#ffffff" | ||
}, | ||
@@ -601,0 +502,0 @@ "calendarGraph": { |
@@ -102,102 +102,2 @@ export default { | ||
}, | ||
"auto": { | ||
"black": "#1b1f23", | ||
"white": "#ffffff", | ||
"gray": [ | ||
"#fafbfc", | ||
"#f6f8fa", | ||
"#e1e4e8", | ||
"#d1d5da", | ||
"#959da5", | ||
"#6a737d", | ||
"#586069", | ||
"#444d56", | ||
"#2f363d", | ||
"#24292e" | ||
], | ||
"blue": [ | ||
"#f1f8ff", | ||
"#dbedff", | ||
"#c8e1ff", | ||
"#79b8ff", | ||
"#2188ff", | ||
"#0366d6", | ||
"#005cc5", | ||
"#044289", | ||
"#032f62", | ||
"#05264c" | ||
], | ||
"green": [ | ||
"#f0fff4", | ||
"#dcffe4", | ||
"#bef5cb", | ||
"#85e89d", | ||
"#34d058", | ||
"#28a745", | ||
"#22863a", | ||
"#176f2c", | ||
"#165c26", | ||
"#144620" | ||
], | ||
"yellow": [ | ||
"#fffdef", | ||
"#fffbdd", | ||
"#fff5b1", | ||
"#ffea7f", | ||
"#ffdf5d", | ||
"#ffd33d", | ||
"#f9c513", | ||
"#dbab09", | ||
"#b08800", | ||
"#735c0f" | ||
], | ||
"orange": [ | ||
"#fff8f2", | ||
"#ffebda", | ||
"#ffd1ac", | ||
"#ffab70", | ||
"#fb8532", | ||
"#f66a0a", | ||
"#e36209", | ||
"#d15704", | ||
"#c24e00", | ||
"#a04100" | ||
], | ||
"red": [ | ||
"#ffeef0", | ||
"#ffdce0", | ||
"#fdaeb7", | ||
"#f97583", | ||
"#ea4a5a", | ||
"#d73a49", | ||
"#cb2431", | ||
"#b31d28", | ||
"#9e1c23", | ||
"#86181d" | ||
], | ||
"purple": [ | ||
"#f5f0ff", | ||
"#e6dcfd", | ||
"#d1bcf9", | ||
"#b392f0", | ||
"#8a63d2", | ||
"#6f42c1", | ||
"#5a32a3", | ||
"#4c2889", | ||
"#3a1d6e", | ||
"#29134e" | ||
], | ||
"pink": [ | ||
"#ffeef8", | ||
"#fedbf0", | ||
"#f9b3dd", | ||
"#f692ce", | ||
"#ec6cb9", | ||
"#ea4aaa", | ||
"#d03592", | ||
"#b93a86", | ||
"#99306f", | ||
"#6d224f" | ||
] | ||
}, | ||
"text": { | ||
@@ -226,3 +126,3 @@ "primary": "#24292e", | ||
}, | ||
"state": { | ||
"hl": { | ||
"hoverPrimaryBg": "#0366d6", | ||
@@ -237,4 +137,5 @@ "hoverPrimaryBorder": "#0366d6", | ||
"primary": "#e1e4e8", | ||
"secondary": "#eaecef", | ||
"tertiary": "#d1d5da", | ||
"primaryLight": "#eaecef", | ||
"secondary": "#d1d5da", | ||
"tertiary": "#fafbfc", | ||
"inverse": "#ffffff", | ||
@@ -253,2 +154,3 @@ "info": "#0366d6", | ||
"overlay": "#ffffff", | ||
"selected": "#0366d6", | ||
"info": "#f1f8ff", | ||
@@ -574,3 +476,3 @@ "infoInverse": "#0366d6", | ||
}, | ||
"iconFolder": "#79b8ff", | ||
"icFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
@@ -595,7 +497,6 @@ "hlAuthorBorder": "#c8e1ff", | ||
"text": "#ffffff", | ||
"icon": "#ffffff", | ||
"inputBg": "#fafbfc", | ||
"inputBorder": "#fafbfc", | ||
"inputIcon": "#d1d5da", | ||
"inputPlaceholder": "#959da5" | ||
"inputIc": "#1b1f23", | ||
"inputPlaceholder": "#1b1f23" | ||
}, | ||
@@ -602,0 +503,0 @@ "calendarGraph": { |
{ | ||
"name": "@primer/primitives", | ||
"version": "0.0.0-27b8d20", | ||
"version": "0.0.0-289de1a", | ||
"description": "Typography, spacing, and color primitives for Primer design system", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
147687
4977