@primer/primitives
Advanced tools
Comparing version 0.0.0-9d38696 to 0.0.0-9d55cc8
@@ -52,2 +52,3 @@ declare const _default: { | ||
tertiary: string; | ||
overlay: string; | ||
inverse: string; | ||
@@ -63,2 +64,3 @@ info: string; | ||
canvasInverse: string; | ||
canvasInset: string; | ||
primary: string; | ||
@@ -68,2 +70,3 @@ secondary: string; | ||
overlay: string; | ||
backdrop: string; | ||
info: string; | ||
@@ -79,6 +82,6 @@ infoInverse: string; | ||
shadow: { | ||
small: string[]; | ||
medium: string[]; | ||
large: string[]; | ||
extraLarge: string[]; | ||
small: string; | ||
medium: string; | ||
large: string; | ||
extraLarge: string; | ||
highlight: string; | ||
@@ -104,22 +107,18 @@ inset: string; | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
}; | ||
fade: { | ||
black: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
white: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
black10: string; | ||
black15: string; | ||
black30: string; | ||
black50: string; | ||
black70: string; | ||
black85: string; | ||
white10: string; | ||
white15: string; | ||
white30: string; | ||
white50: string; | ||
white70: string; | ||
white85: string; | ||
}; | ||
@@ -155,3 +154,3 @@ alert: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
rowBorder: string; | ||
@@ -173,5 +172,5 @@ }; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
shadowActive: string[]; | ||
shadowInputFocus: string[]; | ||
focusShadow: string; | ||
shadowActive: string; | ||
shadowInputFocus: string; | ||
primary: { | ||
@@ -192,3 +191,3 @@ text: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
icon: string; | ||
@@ -202,4 +201,4 @@ counterBg: string; | ||
hoverBorder: string; | ||
hoverShadow: string[]; | ||
hoverInsetShadow: string[]; | ||
hoverShadow: string; | ||
hoverInsetShadow: string; | ||
hoverCounterBg: string; | ||
@@ -214,3 +213,3 @@ selectedText: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -234,3 +233,3 @@ }; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -254,3 +253,3 @@ }; | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
@@ -315,3 +314,3 @@ label: { | ||
stackFadeMore: string; | ||
childShadow: string[]; | ||
childShadow: string; | ||
}; | ||
@@ -331,3 +330,3 @@ toast: { | ||
borderSecondary: string; | ||
shadow: string[]; | ||
shadow: string; | ||
backdropBg: string; | ||
@@ -344,2 +343,6 @@ backdropBorder: string; | ||
headerBlueBorder: string; | ||
borderInfo: string; | ||
bgInfo: string; | ||
borderWarning: string; | ||
bgWarning: string; | ||
}; | ||
@@ -424,19 +427,47 @@ popover: { | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diff: { | ||
diffstat: { | ||
neutralBg: string; | ||
neutralBorder: string; | ||
deletionBg: string; | ||
deletionBgStrong: string; | ||
deletionBorder: string; | ||
deletionBorderStrong: string; | ||
additionBg: string; | ||
additionBgStrong: string; | ||
additionBorder: string; | ||
additionBorderStrong: string; | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diffBlob: { | ||
numText: string; | ||
numHoverText: string; | ||
addition: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
deletion: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
hunk: { | ||
text: string; | ||
numBg: string; | ||
lineBg: string; | ||
}; | ||
emptyBlockBg: string; | ||
selectedLineHighlightBg: string; | ||
selectedLineHighlightBorder: string; | ||
expander: { | ||
icon: string; | ||
hoverIcon: string; | ||
hoverBg: string; | ||
}; | ||
commentButton: { | ||
icon: string; | ||
bg: string; | ||
gradientBg: string; | ||
}; | ||
}; | ||
globalNav: { | ||
@@ -500,2 +531,4 @@ logo: string; | ||
successIconBorder: string; | ||
successIndicatorBg: string; | ||
successIndicatorBorder: string; | ||
mergedIconBg: string; | ||
@@ -508,2 +541,4 @@ mergedIconText: string; | ||
neutralIconBorder: string; | ||
neutralIndicatorBg: string; | ||
neutralIndicatorBorder: string; | ||
warningIconBg: string; | ||
@@ -513,7 +548,10 @@ warningIconText: string; | ||
warningBoxBorder: string; | ||
warningMergeHighlight: string; | ||
errorIconBg: string; | ||
errorIconText: string; | ||
errorIconBorder: string; | ||
errorIndicatorBg: string; | ||
errorIndicatorBorder: string; | ||
}; | ||
}; | ||
export default _default; |
@@ -230,2 +230,3 @@ "use strict"; | ||
"tertiary": "#6e7681", | ||
"overlay": "#30363d", | ||
"inverse": "#f0f6fc", | ||
@@ -241,6 +242,8 @@ "info": "rgba(56,139,253,0.4)", | ||
"canvasInverse": "#f0f6fc", | ||
"canvasInset": "#06090f", | ||
"primary": "#0d1117", | ||
"secondary": "#0d1117", | ||
"tertiary": "#161b22", | ||
"overlay": "#0d1117", | ||
"overlay": "#21262d", | ||
"backdrop": "rgba(1,4,9,0.8)", | ||
"info": "rgba(56,139,253,0.1)", | ||
@@ -256,28 +259,8 @@ "infoInverse": "#388bfd", | ||
"shadow": { | ||
"small": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(0,0,0,0)" | ||
], | ||
"medium": [ | ||
"0", | ||
"3px", | ||
"6px", | ||
"#010409" | ||
], | ||
"large": [ | ||
"0", | ||
"8px", | ||
"24px", | ||
"#010409" | ||
], | ||
"extraLarge": [ | ||
"0", | ||
"12px", | ||
"48px", | ||
"#010409" | ||
], | ||
"highlight": "rgba(0,0,0,0)", | ||
"inset": "rgba(0,0,0,0)" | ||
"small": "0 0 rgba(0,0,0,0)", | ||
"medium": "0 3px 6px #010409", | ||
"large": "0 8px 24px #010409", | ||
"extraLarge": "0 12px 48px #010409", | ||
"highlight": "0 0 rgba(0,0,0,0)", | ||
"inset": "0 0 rgba(0,0,0,0)" | ||
}, | ||
@@ -301,28 +284,18 @@ "state": { | ||
"border": "#388bfd", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"#0c2d6b" | ||
] | ||
"shadow": "0 0 0 3px #0c2d6b" | ||
} | ||
}, | ||
"fade": { | ||
"black": { | ||
"10": "rgba(1,4,9,0.1)", | ||
"15": "rgba(1,4,9,0.15)", | ||
"30": "rgba(1,4,9,0.3)", | ||
"50": "rgba(1,4,9,0.5)", | ||
"70": "rgba(1,4,9,0.7)", | ||
"85": "rgba(1,4,9,0.85)" | ||
}, | ||
"white": { | ||
"10": "rgba(240,246,252,0.1)", | ||
"15": "rgba(240,246,252,0.15)", | ||
"30": "rgba(240,246,252,0.3)", | ||
"50": "rgba(240,246,252,0.5)", | ||
"70": "rgba(240,246,252,0.7)", | ||
"85": "rgba(240,246,252,0.85)" | ||
} | ||
"black10": "rgba(1,4,9,0.1)", | ||
"black15": "rgba(1,4,9,0.15)", | ||
"black30": "rgba(1,4,9,0.3)", | ||
"black50": "rgba(1,4,9,0.5)", | ||
"black70": "rgba(1,4,9,0.7)", | ||
"black85": "rgba(1,4,9,0.85)", | ||
"white10": "rgba(240,246,252,0.1)", | ||
"white15": "rgba(240,246,252,0.15)", | ||
"white30": "rgba(240,246,252,0.3)", | ||
"white50": "rgba(240,246,252,0.5)", | ||
"white70": "rgba(240,246,252,0.7)", | ||
"white85": "rgba(240,246,252,0.85)" | ||
}, | ||
@@ -358,8 +331,3 @@ "alert": { | ||
"border": "#484f58", | ||
"shadow": [ | ||
"0", | ||
"16px", | ||
"32px", | ||
"rgba(1,4,9,0.85)" | ||
], | ||
"shadow": "0 16px 32px rgba(1,4,9,0.85)", | ||
"rowBorder": "#30363d" | ||
@@ -373,5 +341,5 @@ }, | ||
"bg": "#21262d", | ||
"border": "rgba(240,246,252,0.1)", | ||
"shadow": "rgba(0,0,0,0)", | ||
"insetShadow": "rgba(0,0,0,0)", | ||
"border": "#30363d", | ||
"shadow": "0 0 rgba(0,0,0,0)", | ||
"insetShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverBg": "#30363d", | ||
@@ -382,33 +350,15 @@ "hoverBorder": "#8b949e", | ||
"focusBorder": "#8b949e", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(139,148,158,0.3)" | ||
], | ||
"shadowActive": [ | ||
"inset", | ||
"0", | ||
"0.15em", | ||
"0.3em", | ||
"rgba(1,4,9,0.15)" | ||
], | ||
"shadowInputFocus": [ | ||
"0", | ||
"0", | ||
"0", | ||
"0.2em", | ||
"rgba(31,111,235,0.3)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(139,148,158,0.3)", | ||
"shadowActive": "inset 0 0.15em 0.3em rgba(1,4,9,0.15)", | ||
"shadowInputFocus": "0 0 0 0.2em rgba(31,111,235,0.3)", | ||
"primary": { | ||
"text": "#f0f6fc", | ||
"text": "#ffffff", | ||
"bg": "#238636", | ||
"border": "#2ea043", | ||
"shadow": "rgba(0,0,0,0)", | ||
"insetShadow": "rgba(0,0,0,0)", | ||
"shadow": "0 0 rgba(0,0,0,0)", | ||
"insetShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverBg": "#2ea043", | ||
"hoverBorder": "#3fb950", | ||
"selectedBg": "#238636", | ||
"selectedShadow": "rgba(0,0,0,0)", | ||
"selectedShadow": "0 0 rgba(0,0,0,0)", | ||
"disabledText": "rgba(240,246,252,0.5)", | ||
@@ -419,9 +369,3 @@ "disabledBg": "#238636", | ||
"focusBorder": "#3fb950", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(46,164,79,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(46,164,79,0.4)", | ||
"icon": "#f0f6fc", | ||
@@ -435,15 +379,4 @@ "counterBg": "rgba(240,246,252,0.2)" | ||
"hoverBorder": "#58a6ff", | ||
"hoverShadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(1,4,9,0.1)" | ||
], | ||
"hoverInsetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(240,246,252,0.03)" | ||
], | ||
"hoverShadow": "0 1px 0 rgba(1,4,9,0.1)", | ||
"hoverInsetShadow": "inset 0 1px 0 rgba(240,246,252,0.03)", | ||
"hoverCounterBg": "rgba(240,246,252,0.2)", | ||
@@ -453,3 +386,3 @@ "selectedText": "#f0f6fc", | ||
"selectedBorder": "rgba(240,246,252,0.1)", | ||
"selectedShadow": "rgba(0,0,0,0)", | ||
"selectedShadow": "0 0 rgba(0,0,0,0)", | ||
"disabledText": "#58a6ff", | ||
@@ -459,9 +392,3 @@ "disabledBg": "#0d1117", | ||
"focusBorder": "#58a6ff", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(17,88,199,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(17,88,199,0.4)", | ||
"counterBg": "rgba(31,111,235,0.1)" | ||
@@ -471,12 +398,12 @@ }, | ||
"text": "#f85149", | ||
"hoverText": "#f0f6fc", | ||
"hoverText": "#ffffff", | ||
"hoverBg": "#da3633", | ||
"hoverBorder": "#f85149", | ||
"hoverShadow": "rgba(0,0,0,0)", | ||
"hoverInsetShadow": "rgba(0,0,0,0)", | ||
"hoverCounterBg": "rgba(240,246,252,0.2)", | ||
"selectedText": "#f0f6fc", | ||
"hoverShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverInsetShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverCounterBg": "rgba(255,255,255,0.2)", | ||
"selectedText": "#ffffff", | ||
"selectedBg": "#b62324", | ||
"selectedBorder": "rgba(240,246,252,0.1)", | ||
"selectedShadow": "rgba(0,0,0,0)", | ||
"selectedShadow": "0 0 rgba(0,0,0,0)", | ||
"disabledText": "#f85149", | ||
@@ -486,9 +413,3 @@ "disabledBg": "#0d1117", | ||
"focusBorder": "#f85149", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(182,35,36,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(182,35,36,0.4)", | ||
"counterBg": "rgba(218,54,51,0.1)" | ||
@@ -512,8 +433,3 @@ }, | ||
"border": "#484f58", | ||
"shadow": [ | ||
"0", | ||
"16px", | ||
"32px", | ||
"rgba(1,4,9,0.85)" | ||
] | ||
"shadow": "0 16px 32px rgba(1,4,9,0.85)" | ||
}, | ||
@@ -551,3 +467,3 @@ "label": { | ||
"border": "rgba(240,246,252,0.1)", | ||
"shadow": "rgba(0,0,0,0)", | ||
"shadow": "0 0 rgba(0,0,0,0)", | ||
"disabledBg": "#161b22", | ||
@@ -579,8 +495,3 @@ "disabledBorder": "#30363d", | ||
"stackFadeMore": "#21262d", | ||
"childShadow": [ | ||
"-2px", | ||
"-2px", | ||
"0", | ||
"#0d1117" | ||
] | ||
"childShadow": "-2px -2px 0 #0d1117" | ||
}, | ||
@@ -600,8 +511,3 @@ "toast": { | ||
"borderSecondary": "#30363d", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"18px", | ||
"rgba(1,4,9,0.4)" | ||
], | ||
"shadow": "0 0 18px rgba(1,4,9,0.4)", | ||
"backdropBg": "rgba(1,4,9,0.5)", | ||
@@ -617,3 +523,7 @@ "backdropBorder": "#484f58", | ||
"headerBlueBg": "#0d1117", | ||
"headerBlueBorder": "#30363d" | ||
"headerBlueBorder": "#30363d", | ||
"borderInfo": "rgba(56,139,253,0.4)", | ||
"bgInfo": "rgba(56,139,253,0.1)", | ||
"borderWarning": "rgba(187,128,9,0.4)", | ||
"bgWarning": "rgba(187,128,9,0.1)" | ||
}, | ||
@@ -626,3 +536,3 @@ "popover": { | ||
"icon": "#b1bac4", | ||
"bg": "rgba(240,246,252,0.1)", | ||
"bg": "rgba(88,166,255,0.1)", | ||
"link": { | ||
@@ -699,19 +609,47 @@ "text": "#58a6ff", | ||
}, | ||
"iconFolder": "#6e7681", | ||
"hlAuthorBg": "#051d4d", | ||
"hlAuthorBorder": "#0d419d", | ||
"logoSubdued": "#30363d", | ||
"discussionBorder": "#34513b", | ||
"diff": { | ||
"diffstat": { | ||
"neutralBg": "#30363d", | ||
"neutralBorder": "rgba(240,246,252,0.1)", | ||
"deletionBg": "#da3633", | ||
"deletionBgStrong": "#f0f6fc", | ||
"deletionBorder": "#f85149", | ||
"deletionBorderStrong": "#f0f6fc", | ||
"additionBg": "#238636", | ||
"additionBgStrong": "#f0f6fc", | ||
"additionBorder": "#2ea043", | ||
"additionBorderStrong": "#f0f6fc" | ||
"additionBorder": "#2ea043" | ||
}, | ||
"iconFolder": "#6e7681", | ||
"hlAuthorBg": "#051d4d", | ||
"hlAuthorBorder": "#0d419d", | ||
"logoSubdued": "#30363d", | ||
"discussionBorder": "#34513b", | ||
"diffBlob": { | ||
"numText": "rgba(240,246,252,0.3)", | ||
"numHoverText": "rgba(240,246,252,0.6)", | ||
"addition": { | ||
"numBg": "rgba(35,134,54,0.3)", | ||
"lineBg": "rgba(35,134,54,0.15)", | ||
"wordBg": "rgba(35,134,54,0.3)" | ||
}, | ||
"deletion": { | ||
"numBg": "rgba(218,54,51,0.3)", | ||
"lineBg": "rgba(218,54,51,0.15)", | ||
"wordBg": "rgba(218,54,51,0.3)" | ||
}, | ||
"hunk": { | ||
"text": "#8b949e", | ||
"numBg": "rgba(88,166,255,0.15)", | ||
"lineBg": "rgba(88,166,255,0.1)" | ||
}, | ||
"emptyBlockBg": "#161b22", | ||
"selectedLineHighlightBg": "rgba(187,128,9,0.1)", | ||
"selectedLineHighlightBorder": "#bb8009", | ||
"expander": { | ||
"icon": "#8b949e", | ||
"hoverIcon": "#f0f6fc", | ||
"hoverBg": "#1f6feb" | ||
}, | ||
"commentButton": { | ||
"icon": "#f0f6fc", | ||
"bg": "#1f6feb", | ||
"gradientBg": "#367eed" | ||
} | ||
}, | ||
"globalNav": { | ||
@@ -775,2 +713,4 @@ "logo": "#f0f6fc", | ||
"successIconBorder": "rgba(46,160,67,0.4)", | ||
"successIndicatorBg": "#238636", | ||
"successIndicatorBorder": "#2ea043", | ||
"mergedIconBg": "rgba(188,140,255,0.1)", | ||
@@ -783,2 +723,4 @@ "mergedIconText": "#a371f7", | ||
"neutralIconBorder": "rgba(213,221,229,0.4)", | ||
"neutralIndicatorBg": "#484f58", | ||
"neutralIndicatorBorder": "#6e7681", | ||
"warningIconBg": "rgba(187,128,9,0.1)", | ||
@@ -788,6 +730,9 @@ "warningIconText": "#e3b341", | ||
"warningBoxBorder": "rgba(187,128,9,0.4)", | ||
"warningMergeHighlight": "rgba(187,128,9,0.1)", | ||
"errorIconBg": "rgba(248,81,73,0.1)", | ||
"errorIconText": "#f85149", | ||
"errorIconBorder": "rgba(248,81,73,0.4)" | ||
"errorIconBorder": "rgba(248,81,73,0.4)", | ||
"errorIndicatorBg": "#da3633", | ||
"errorIndicatorBorder": "#f85149" | ||
} | ||
}; |
@@ -53,2 +53,3 @@ declare const _default: { | ||
tertiary: string; | ||
overlay: string; | ||
inverse: string; | ||
@@ -64,2 +65,3 @@ info: string; | ||
canvasInverse: string; | ||
canvasInset: string; | ||
primary: string; | ||
@@ -69,2 +71,3 @@ secondary: string; | ||
overlay: string; | ||
backdrop: string; | ||
info: string; | ||
@@ -80,6 +83,6 @@ infoInverse: string; | ||
shadow: { | ||
small: string[]; | ||
medium: string[]; | ||
large: string[]; | ||
extraLarge: string[]; | ||
small: string; | ||
medium: string; | ||
large: string; | ||
extraLarge: string; | ||
highlight: string; | ||
@@ -105,22 +108,18 @@ inset: string; | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
}; | ||
fade: { | ||
black: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
white: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
black10: string; | ||
black15: string; | ||
black30: string; | ||
black50: string; | ||
black70: string; | ||
black85: string; | ||
white10: string; | ||
white15: string; | ||
white30: string; | ||
white50: string; | ||
white70: string; | ||
white85: string; | ||
}; | ||
@@ -156,3 +155,3 @@ alert: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
rowBorder: string; | ||
@@ -174,5 +173,5 @@ }; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
shadowActive: string[]; | ||
shadowInputFocus: string[]; | ||
focusShadow: string; | ||
shadowActive: string; | ||
shadowInputFocus: string; | ||
primary: { | ||
@@ -193,3 +192,3 @@ text: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
icon: string; | ||
@@ -203,4 +202,4 @@ counterBg: string; | ||
hoverBorder: string; | ||
hoverShadow: string[]; | ||
hoverInsetShadow: string[]; | ||
hoverShadow: string; | ||
hoverInsetShadow: string; | ||
hoverCounterBg: string; | ||
@@ -215,3 +214,3 @@ selectedText: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -235,3 +234,3 @@ }; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -255,3 +254,3 @@ }; | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
@@ -316,3 +315,3 @@ label: { | ||
stackFadeMore: string; | ||
childShadow: string[]; | ||
childShadow: string; | ||
}; | ||
@@ -332,3 +331,3 @@ toast: { | ||
borderSecondary: string; | ||
shadow: string[]; | ||
shadow: string; | ||
backdropBg: string; | ||
@@ -345,2 +344,6 @@ backdropBorder: string; | ||
headerBlueBorder: string; | ||
borderInfo: string; | ||
bgInfo: string; | ||
borderWarning: string; | ||
bgWarning: string; | ||
}; | ||
@@ -425,19 +428,47 @@ popover: { | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diff: { | ||
diffstat: { | ||
neutralBg: string; | ||
neutralBorder: string; | ||
deletionBg: string; | ||
deletionBgStrong: string; | ||
deletionBorder: string; | ||
deletionBorderStrong: string; | ||
additionBg: string; | ||
additionBgStrong: string; | ||
additionBorder: string; | ||
additionBorderStrong: string; | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diffBlob: { | ||
numText: string; | ||
numHoverText: string; | ||
addition: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
deletion: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
hunk: { | ||
text: string; | ||
numBg: string; | ||
lineBg: string; | ||
}; | ||
emptyBlockBg: string; | ||
selectedLineHighlightBg: string; | ||
selectedLineHighlightBorder: string; | ||
expander: { | ||
icon: string; | ||
hoverIcon: string; | ||
hoverBg: string; | ||
}; | ||
commentButton: { | ||
icon: string; | ||
bg: string; | ||
gradientBg: string; | ||
}; | ||
}; | ||
globalNav: { | ||
@@ -501,2 +532,4 @@ logo: string; | ||
successIconBorder: string; | ||
successIndicatorBg: string; | ||
successIndicatorBorder: string; | ||
mergedIconBg: string; | ||
@@ -509,2 +542,4 @@ mergedIconText: string; | ||
neutralIconBorder: string; | ||
neutralIndicatorBg: string; | ||
neutralIndicatorBorder: string; | ||
warningIconBg: string; | ||
@@ -514,5 +549,8 @@ warningIconText: string; | ||
warningBoxBorder: string; | ||
warningMergeHighlight: string; | ||
errorIconBg: string; | ||
errorIconText: string; | ||
errorIconBorder: string; | ||
errorIndicatorBg: string; | ||
errorIndicatorBorder: string; | ||
}; | ||
@@ -571,2 +609,3 @@ }; | ||
tertiary: string; | ||
overlay: string; | ||
inverse: string; | ||
@@ -582,2 +621,3 @@ info: string; | ||
canvasInverse: string; | ||
canvasInset: string; | ||
primary: string; | ||
@@ -587,2 +627,3 @@ secondary: string; | ||
overlay: string; | ||
backdrop: string; | ||
info: string; | ||
@@ -598,8 +639,8 @@ infoInverse: string; | ||
shadow: { | ||
small: string[]; | ||
medium: string[]; | ||
large: string[]; | ||
extraLarge: string[]; | ||
highlight: string[]; | ||
inset: string[]; | ||
small: string; | ||
medium: string; | ||
large: string; | ||
extraLarge: string; | ||
highlight: string; | ||
inset: string; | ||
}; | ||
@@ -623,22 +664,18 @@ state: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
}; | ||
fade: { | ||
black: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
white: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
black10: string; | ||
black15: string; | ||
black30: string; | ||
black50: string; | ||
black70: string; | ||
black85: string; | ||
white10: string; | ||
white15: string; | ||
white30: string; | ||
white50: string; | ||
white70: string; | ||
white85: string; | ||
}; | ||
@@ -674,3 +711,3 @@ alert: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
rowBorder: string; | ||
@@ -685,4 +722,4 @@ }; | ||
border: string; | ||
shadow: string[]; | ||
insetShadow: string[]; | ||
shadow: string; | ||
insetShadow: string; | ||
hoverBg: string; | ||
@@ -693,5 +730,5 @@ hoverBorder: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
shadowActive: string[]; | ||
shadowInputFocus: string[]; | ||
focusShadow: string; | ||
shadowActive: string; | ||
shadowInputFocus: string; | ||
primary: { | ||
@@ -701,8 +738,8 @@ text: string; | ||
border: string; | ||
shadow: string[]; | ||
insetShadow: string[]; | ||
shadow: string; | ||
insetShadow: string; | ||
hoverBg: string; | ||
hoverBorder: string; | ||
selectedBg: string; | ||
selectedShadow: string[]; | ||
selectedShadow: string; | ||
disabledText: string; | ||
@@ -713,3 +750,3 @@ disabledBg: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
icon: string; | ||
@@ -723,4 +760,4 @@ counterBg: string; | ||
hoverBorder: string; | ||
hoverShadow: string[]; | ||
hoverInsetShadow: string[]; | ||
hoverShadow: string; | ||
hoverInsetShadow: string; | ||
hoverCounterBg: string; | ||
@@ -730,3 +767,3 @@ selectedText: string; | ||
selectedBorder: string; | ||
selectedShadow: string[]; | ||
selectedShadow: string; | ||
disabledText: string; | ||
@@ -736,3 +773,3 @@ disabledBg: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -745,4 +782,4 @@ }; | ||
hoverBorder: string; | ||
hoverShadow: string[]; | ||
hoverInsetShadow: string[]; | ||
hoverShadow: string; | ||
hoverInsetShadow: string; | ||
hoverCounterBg: string; | ||
@@ -752,3 +789,3 @@ selectedText: string; | ||
selectedBorder: string; | ||
selectedShadow: string[]; | ||
selectedShadow: string; | ||
disabledText: string; | ||
@@ -758,3 +795,3 @@ disabledBg: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -778,3 +815,3 @@ }; | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
@@ -812,3 +849,3 @@ label: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
disabledBg: string; | ||
@@ -840,3 +877,3 @@ disabledBorder: string; | ||
stackFadeMore: string; | ||
childShadow: string[]; | ||
childShadow: string; | ||
}; | ||
@@ -856,3 +893,3 @@ toast: { | ||
borderSecondary: string; | ||
shadow: string[]; | ||
shadow: string; | ||
backdropBg: string; | ||
@@ -869,2 +906,6 @@ backdropBorder: string; | ||
headerBlueBorder: string; | ||
borderInfo: string; | ||
bgInfo: string; | ||
borderWarning: string; | ||
bgWarning: string; | ||
}; | ||
@@ -949,19 +990,47 @@ popover: { | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diff: { | ||
diffstat: { | ||
neutralBg: string; | ||
neutralBorder: string; | ||
deletionBg: string; | ||
deletionBgStrong: string; | ||
deletionBorder: string; | ||
deletionBorderStrong: string; | ||
additionBg: string; | ||
additionBgStrong: string; | ||
additionBorder: string; | ||
additionBorderStrong: string; | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diffBlob: { | ||
numText: string; | ||
numHoverText: string; | ||
addition: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
deletion: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
hunk: { | ||
text: string; | ||
numBg: string; | ||
lineBg: string; | ||
}; | ||
emptyBlockBg: string; | ||
selectedLineHighlightBg: string; | ||
selectedLineHighlightBorder: string; | ||
expander: { | ||
icon: string; | ||
hoverIcon: string; | ||
hoverBg: string; | ||
}; | ||
commentButton: { | ||
icon: string; | ||
bg: string; | ||
gradientBg: string; | ||
}; | ||
}; | ||
globalNav: { | ||
@@ -1025,2 +1094,4 @@ logo: string; | ||
successIconBorder: string; | ||
successIndicatorBg: string; | ||
successIndicatorBorder: string; | ||
mergedIconBg: string; | ||
@@ -1033,2 +1104,4 @@ mergedIconText: string; | ||
neutralIconBorder: string; | ||
neutralIndicatorBg: string; | ||
neutralIndicatorBorder: string; | ||
warningIconBg: string; | ||
@@ -1038,5 +1111,8 @@ warningIconText: string; | ||
warningBoxBorder: string; | ||
warningMergeHighlight: string; | ||
errorIconBg: string; | ||
errorIconText: string; | ||
errorIconBorder: string; | ||
errorIndicatorBg: string; | ||
errorIndicatorBorder: string; | ||
}; | ||
@@ -1043,0 +1119,0 @@ }; |
@@ -52,2 +52,3 @@ declare const _default: { | ||
tertiary: string; | ||
overlay: string; | ||
inverse: string; | ||
@@ -63,2 +64,3 @@ info: string; | ||
canvasInverse: string; | ||
canvasInset: string; | ||
primary: string; | ||
@@ -68,2 +70,3 @@ secondary: string; | ||
overlay: string; | ||
backdrop: string; | ||
info: string; | ||
@@ -79,8 +82,8 @@ infoInverse: string; | ||
shadow: { | ||
small: string[]; | ||
medium: string[]; | ||
large: string[]; | ||
extraLarge: string[]; | ||
highlight: string[]; | ||
inset: string[]; | ||
small: string; | ||
medium: string; | ||
large: string; | ||
extraLarge: string; | ||
highlight: string; | ||
inset: string; | ||
}; | ||
@@ -104,22 +107,18 @@ state: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
}; | ||
fade: { | ||
black: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
white: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
black10: string; | ||
black15: string; | ||
black30: string; | ||
black50: string; | ||
black70: string; | ||
black85: string; | ||
white10: string; | ||
white15: string; | ||
white30: string; | ||
white50: string; | ||
white70: string; | ||
white85: string; | ||
}; | ||
@@ -155,3 +154,3 @@ alert: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
rowBorder: string; | ||
@@ -166,4 +165,4 @@ }; | ||
border: string; | ||
shadow: string[]; | ||
insetShadow: string[]; | ||
shadow: string; | ||
insetShadow: string; | ||
hoverBg: string; | ||
@@ -174,5 +173,5 @@ hoverBorder: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
shadowActive: string[]; | ||
shadowInputFocus: string[]; | ||
focusShadow: string; | ||
shadowActive: string; | ||
shadowInputFocus: string; | ||
primary: { | ||
@@ -182,8 +181,8 @@ text: string; | ||
border: string; | ||
shadow: string[]; | ||
insetShadow: string[]; | ||
shadow: string; | ||
insetShadow: string; | ||
hoverBg: string; | ||
hoverBorder: string; | ||
selectedBg: string; | ||
selectedShadow: string[]; | ||
selectedShadow: string; | ||
disabledText: string; | ||
@@ -194,3 +193,3 @@ disabledBg: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
icon: string; | ||
@@ -204,4 +203,4 @@ counterBg: string; | ||
hoverBorder: string; | ||
hoverShadow: string[]; | ||
hoverInsetShadow: string[]; | ||
hoverShadow: string; | ||
hoverInsetShadow: string; | ||
hoverCounterBg: string; | ||
@@ -211,3 +210,3 @@ selectedText: string; | ||
selectedBorder: string; | ||
selectedShadow: string[]; | ||
selectedShadow: string; | ||
disabledText: string; | ||
@@ -217,3 +216,3 @@ disabledBg: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -226,4 +225,4 @@ }; | ||
hoverBorder: string; | ||
hoverShadow: string[]; | ||
hoverInsetShadow: string[]; | ||
hoverShadow: string; | ||
hoverInsetShadow: string; | ||
hoverCounterBg: string; | ||
@@ -233,3 +232,3 @@ selectedText: string; | ||
selectedBorder: string; | ||
selectedShadow: string[]; | ||
selectedShadow: string; | ||
disabledText: string; | ||
@@ -239,3 +238,3 @@ disabledBg: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -259,3 +258,3 @@ }; | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
@@ -293,3 +292,3 @@ label: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
disabledBg: string; | ||
@@ -321,3 +320,3 @@ disabledBorder: string; | ||
stackFadeMore: string; | ||
childShadow: string[]; | ||
childShadow: string; | ||
}; | ||
@@ -337,3 +336,3 @@ toast: { | ||
borderSecondary: string; | ||
shadow: string[]; | ||
shadow: string; | ||
backdropBg: string; | ||
@@ -350,2 +349,6 @@ backdropBorder: string; | ||
headerBlueBorder: string; | ||
borderInfo: string; | ||
bgInfo: string; | ||
borderWarning: string; | ||
bgWarning: string; | ||
}; | ||
@@ -430,19 +433,47 @@ popover: { | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diff: { | ||
diffstat: { | ||
neutralBg: string; | ||
neutralBorder: string; | ||
deletionBg: string; | ||
deletionBgStrong: string; | ||
deletionBorder: string; | ||
deletionBorderStrong: string; | ||
additionBg: string; | ||
additionBgStrong: string; | ||
additionBorder: string; | ||
additionBorderStrong: string; | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diffBlob: { | ||
numText: string; | ||
numHoverText: string; | ||
addition: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
deletion: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
hunk: { | ||
text: string; | ||
numBg: string; | ||
lineBg: string; | ||
}; | ||
emptyBlockBg: string; | ||
selectedLineHighlightBg: string; | ||
selectedLineHighlightBorder: string; | ||
expander: { | ||
icon: string; | ||
hoverIcon: string; | ||
hoverBg: string; | ||
}; | ||
commentButton: { | ||
icon: string; | ||
bg: string; | ||
gradientBg: string; | ||
}; | ||
}; | ||
globalNav: { | ||
@@ -506,2 +537,4 @@ logo: string; | ||
successIconBorder: string; | ||
successIndicatorBg: string; | ||
successIndicatorBorder: string; | ||
mergedIconBg: string; | ||
@@ -514,2 +547,4 @@ mergedIconText: string; | ||
neutralIconBorder: string; | ||
neutralIndicatorBg: string; | ||
neutralIndicatorBorder: string; | ||
warningIconBg: string; | ||
@@ -519,7 +554,10 @@ warningIconText: string; | ||
warningBoxBorder: string; | ||
warningMergeHighlight: string; | ||
errorIconBg: string; | ||
errorIconText: string; | ||
errorIconBorder: string; | ||
errorIndicatorBg: string; | ||
errorIndicatorBorder: string; | ||
}; | ||
}; | ||
export default _default; |
@@ -230,2 +230,3 @@ "use strict"; | ||
"tertiary": "#d1d5da", | ||
"overlay": "#e1e4e8", | ||
"inverse": "#ffffff", | ||
@@ -241,2 +242,3 @@ "info": "#0366d6", | ||
"canvasInverse": "#24292e", | ||
"canvasInset": "#f6f8fa", | ||
"primary": "#ffffff", | ||
@@ -246,2 +248,3 @@ "secondary": "#fafbfc", | ||
"overlay": "#ffffff", | ||
"backdrop": "rgba(27,31,35,0.5)", | ||
"info": "#f1f8ff", | ||
@@ -257,40 +260,8 @@ "infoInverse": "#0366d6", | ||
"shadow": { | ||
"small": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.04)" | ||
], | ||
"medium": [ | ||
"0", | ||
"3px", | ||
"6px", | ||
"rgba(149,157,165,0.15)" | ||
], | ||
"large": [ | ||
"0", | ||
"8px", | ||
"24px", | ||
"rgba(149,157,165,0.2)" | ||
], | ||
"extraLarge": [ | ||
"0", | ||
"12px", | ||
"48px", | ||
"rgba(149,157,165,0.3)" | ||
], | ||
"highlight": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.25)" | ||
], | ||
"inset": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(225,228,232,0.2)" | ||
] | ||
"small": "0 1px 0 rgba(27,31,35,0.04)", | ||
"medium": "0 3px 6px rgba(149,157,165,0.15)", | ||
"large": "0 8px 24px rgba(149,157,165,0.2)", | ||
"extraLarge": "0 12px 48px rgba(149,157,165,0.3)", | ||
"highlight": "inset 0 1px 0 rgba(255,255,255,0.25)", | ||
"inset": "inset 0 1px 0 rgba(225,228,232,0.2)" | ||
}, | ||
@@ -314,28 +285,18 @@ "state": { | ||
"border": "#0366d6", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(3,102,214,0.3)" | ||
] | ||
"shadow": "0 0 0 3px rgba(3,102,214,0.3)" | ||
} | ||
}, | ||
"fade": { | ||
"black": { | ||
"10": "rgba(27,31,35,0.1)", | ||
"15": "rgba(27,31,35,0.15)", | ||
"30": "rgba(27,31,35,0.3)", | ||
"50": "rgba(27,31,35,0.5)", | ||
"70": "rgba(27,31,35,0.7)", | ||
"85": "rgba(27,31,35,0.85)" | ||
}, | ||
"white": { | ||
"10": "rgba(255,255,255,0.1)", | ||
"15": "rgba(255,255,255,0.15)", | ||
"30": "rgba(255,255,255,0.3)", | ||
"50": "rgba(255,255,255,0.5)", | ||
"70": "rgba(255,255,255,0.7)", | ||
"85": "rgba(255,255,255,0.85)" | ||
} | ||
"black10": "rgba(27,31,35,0.1)", | ||
"black15": "rgba(27,31,35,0.15)", | ||
"black30": "rgba(27,31,35,0.3)", | ||
"black50": "rgba(27,31,35,0.5)", | ||
"black70": "rgba(27,31,35,0.7)", | ||
"black85": "rgba(27,31,35,0.85)", | ||
"white10": "rgba(255,255,255,0.1)", | ||
"white15": "rgba(255,255,255,0.15)", | ||
"white30": "rgba(255,255,255,0.3)", | ||
"white50": "rgba(255,255,255,0.5)", | ||
"white70": "rgba(255,255,255,0.7)", | ||
"white85": "rgba(255,255,255,0.85)" | ||
}, | ||
@@ -371,8 +332,3 @@ "alert": { | ||
"border": "#e1e4e8", | ||
"shadow": [ | ||
"0", | ||
"3px", | ||
"6px", | ||
"rgba(149,157,165,0.15)" | ||
], | ||
"shadow": "0 3px 6px rgba(149,157,165,0.15)", | ||
"rowBorder": "#eaecef" | ||
@@ -387,15 +343,4 @@ }, | ||
"border": "rgba(27,31,35,0.15)", | ||
"shadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.04)" | ||
], | ||
"insetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.25)" | ||
], | ||
"shadow": "0 1px 0 rgba(27,31,35,0.04)", | ||
"insetShadow": "inset 0 1px 0 rgba(255,255,255,0.25)", | ||
"hoverBg": "#f3f4f6", | ||
@@ -406,23 +351,5 @@ "hoverBorder": "rgba(27,31,35,0.15)", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(3,102,214,0.3)" | ||
], | ||
"shadowActive": [ | ||
"inset", | ||
"0", | ||
"0.15em", | ||
"0.3em", | ||
"rgba(27,31,35,0.15)" | ||
], | ||
"shadowInputFocus": [ | ||
"0", | ||
"0", | ||
"0", | ||
"0.2em", | ||
"rgba(3,102,214,0.3)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(3,102,214,0.3)", | ||
"shadowActive": "inset 0 0.15em 0.3em rgba(27,31,35,0.15)", | ||
"shadowInputFocus": "0 0 0 0.2em rgba(3,102,214,0.3)", | ||
"primary": { | ||
@@ -432,25 +359,8 @@ "text": "#ffffff", | ||
"border": "rgba(27,31,35,0.15)", | ||
"shadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.1)" | ||
], | ||
"insetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.03)" | ||
], | ||
"shadow": "0 1px 0 rgba(27,31,35,0.1)", | ||
"insetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)", | ||
"hoverBg": "#2c974b", | ||
"hoverBorder": "rgba(27,31,35,0.15)", | ||
"selectedBg": "#2a8f47", | ||
"selectedShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(20,70,32,0.2)" | ||
], | ||
"selectedShadow": "inset 0 1px 0 rgba(20,70,32,0.2)", | ||
"disabledText": "rgba(255,255,255,0.8)", | ||
@@ -461,9 +371,3 @@ "disabledBg": "#94d3a2", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(46,164,79,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(46,164,79,0.4)", | ||
"icon": "rgba(255,255,255,0.8)", | ||
@@ -477,15 +381,4 @@ "counterBg": "rgba(255,255,255,0.2)" | ||
"hoverBorder": "rgba(27,31,35,0.15)", | ||
"hoverShadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.1)" | ||
], | ||
"hoverInsetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.03)" | ||
], | ||
"hoverShadow": "0 1px 0 rgba(27,31,35,0.1)", | ||
"hoverInsetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)", | ||
"hoverCounterBg": "rgba(255,255,255,0.2)", | ||
@@ -495,9 +388,3 @@ "selectedText": "#ffffff", | ||
"selectedBorder": "rgba(27,31,35,0.15)", | ||
"selectedShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(5,38,76,0.2)" | ||
], | ||
"selectedShadow": "inset 0 1px 0 rgba(5,38,76,0.2)", | ||
"disabledText": "rgba(3,102,214,0.5)", | ||
@@ -507,9 +394,3 @@ "disabledBg": "#fafbfc", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(0,92,197,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(0,92,197,0.4)", | ||
"counterBg": "rgba(3,102,214,0.1)" | ||
@@ -522,15 +403,4 @@ }, | ||
"hoverBorder": "rgba(27,31,35,0.15)", | ||
"hoverShadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.1)" | ||
], | ||
"hoverInsetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.03)" | ||
], | ||
"hoverShadow": "0 1px 0 rgba(27,31,35,0.1)", | ||
"hoverInsetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)", | ||
"hoverCounterBg": "rgba(255,255,255,0.2)", | ||
@@ -540,9 +410,3 @@ "selectedText": "#ffffff", | ||
"selectedBorder": "rgba(27,31,35,0.15)", | ||
"selectedShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(134,24,29,0.2)" | ||
], | ||
"selectedShadow": "inset 0 1px 0 rgba(134,24,29,0.2)", | ||
"disabledText": "rgba(215,58,73,0.5)", | ||
@@ -552,9 +416,3 @@ "disabledBg": "#fafbfc", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(203,36,49,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(203,36,49,0.4)", | ||
"counterBg": "rgba(215,58,73,0.1)" | ||
@@ -578,8 +436,3 @@ }, | ||
"border": "#e1e4e8", | ||
"shadow": [ | ||
"0", | ||
"8px", | ||
"24px", | ||
"rgba(149,157,165,0.2)" | ||
] | ||
"shadow": "0 8px 24px rgba(149,157,165,0.2)" | ||
}, | ||
@@ -617,9 +470,3 @@ "label": { | ||
"border": "#e1e4e8", | ||
"shadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"2px", | ||
"rgba(27,31,35,0.075)" | ||
], | ||
"shadow": "inset 0 1px 2px rgba(27,31,35,0.075)", | ||
"disabledBg": "#ffffff", | ||
@@ -651,8 +498,3 @@ "disabledBorder": "#e1e4e8", | ||
"stackFadeMore": "#e1e4e8", | ||
"childShadow": [ | ||
"-2px", | ||
"-2px", | ||
"0", | ||
"rgba(255,255,255,0.8)" | ||
] | ||
"childShadow": "-2px -2px 0 rgba(255,255,255,0.8)" | ||
}, | ||
@@ -672,8 +514,3 @@ "toast": { | ||
"borderSecondary": "#eaecef", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"18px", | ||
"rgba(27,31,35,0.4)" | ||
], | ||
"shadow": "0 0 18px rgba(27,31,35,0.4)", | ||
"backdropBg": "rgba(27,31,35,0.5)", | ||
@@ -689,3 +526,7 @@ "backdropBorder": "rgba(0,0,0,0)", | ||
"headerBlueBg": "#f1f8ff", | ||
"headerBlueBorder": "#c8e1ff" | ||
"headerBlueBorder": "#c8e1ff", | ||
"borderInfo": "rgba(3,102,214,0.2)", | ||
"bgInfo": "#f1f8ff", | ||
"borderWarning": "rgba(255,211,61,0.4)", | ||
"bgWarning": "#fffdef" | ||
}, | ||
@@ -770,19 +611,47 @@ "popover": { | ||
}, | ||
"iconFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
"hlAuthorBorder": "#c8e1ff", | ||
"logoSubdued": "#d1d5da", | ||
"discussionBorder": "#a2cbac", | ||
"diff": { | ||
"diffstat": { | ||
"neutralBg": "#d1d5da", | ||
"neutralBorder": "#d1d5da", | ||
"deletionBg": "#d73a49", | ||
"deletionBgStrong": "#1b1f23", | ||
"deletionBorder": "#d73a49", | ||
"deletionBorderStrong": "#1b1f23", | ||
"additionBg": "#28a745", | ||
"additionBgStrong": "#1b1f23", | ||
"additionBorder": "#28a745", | ||
"additionBorderStrong": "#1b1f23" | ||
"additionBorder": "#28a745" | ||
}, | ||
"iconFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
"hlAuthorBorder": "#c8e1ff", | ||
"logoSubdued": "#d1d5da", | ||
"discussionBorder": "#a2cbac", | ||
"diffBlob": { | ||
"numText": "rgba(27,31,35,0.3)", | ||
"numHoverText": "rgba(27,31,35,0.6)", | ||
"addition": { | ||
"numBg": "#cdffd8", | ||
"lineBg": "#e6ffed", | ||
"wordBg": "#acf2bd" | ||
}, | ||
"deletion": { | ||
"numBg": "#ffdce0", | ||
"lineBg": "#ffeef0", | ||
"wordBg": "#fdb8c0" | ||
}, | ||
"hunk": { | ||
"text": "rgba(27,31,35,0.7)", | ||
"numBg": "#dbedff", | ||
"lineBg": "#f1f8ff" | ||
}, | ||
"emptyBlockBg": "#fafbfc", | ||
"selectedLineHighlightBg": "rgba(255,223,93,0.2)", | ||
"selectedLineHighlightBorder": "#ffd33d", | ||
"expander": { | ||
"icon": "#586069", | ||
"hoverIcon": "#ffffff", | ||
"hoverBg": "#0366d6" | ||
}, | ||
"commentButton": { | ||
"icon": "#ffffff", | ||
"bg": "#0366d6", | ||
"gradientBg": "#0372ef" | ||
} | ||
}, | ||
"globalNav": { | ||
@@ -846,2 +715,4 @@ "logo": "#ffffff", | ||
"successIconBorder": "rgba(0,0,0,0)", | ||
"successIndicatorBg": "#28a745", | ||
"successIndicatorBorder": "rgba(0,0,0,0)", | ||
"mergedIconBg": "#6f42c1", | ||
@@ -854,2 +725,4 @@ "mergedIconText": "#ffffff", | ||
"neutralIconBorder": "rgba(0,0,0,0)", | ||
"neutralIndicatorBg": "#6a737d", | ||
"neutralIndicatorBorder": "rgba(0,0,0,0)", | ||
"warningIconBg": "#dbab09", | ||
@@ -859,6 +732,9 @@ "warningIconText": "#ffffff", | ||
"warningBoxBorder": "#ffd33d", | ||
"warningMergeHighlight": "rgba(0,0,0,0)", | ||
"errorIconBg": "#d73a49", | ||
"errorIconText": "#ffffff", | ||
"errorIconBorder": "rgba(0,0,0,0)" | ||
"errorIconBorder": "rgba(0,0,0,0)", | ||
"errorIndicatorBg": "#d73a49", | ||
"errorIndicatorBorder": "rgba(0,0,0,0)" | ||
} | ||
}; |
@@ -54,2 +54,3 @@ declare const _default: { | ||
tertiary: string; | ||
overlay: string; | ||
inverse: string; | ||
@@ -65,2 +66,3 @@ info: string; | ||
canvasInverse: string; | ||
canvasInset: string; | ||
primary: string; | ||
@@ -70,2 +72,3 @@ secondary: string; | ||
overlay: string; | ||
backdrop: string; | ||
info: string; | ||
@@ -81,6 +84,6 @@ infoInverse: string; | ||
shadow: { | ||
small: string[]; | ||
medium: string[]; | ||
large: string[]; | ||
extraLarge: string[]; | ||
small: string; | ||
medium: string; | ||
large: string; | ||
extraLarge: string; | ||
highlight: string; | ||
@@ -106,22 +109,18 @@ inset: string; | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
}; | ||
fade: { | ||
black: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
white: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
black10: string; | ||
black15: string; | ||
black30: string; | ||
black50: string; | ||
black70: string; | ||
black85: string; | ||
white10: string; | ||
white15: string; | ||
white30: string; | ||
white50: string; | ||
white70: string; | ||
white85: string; | ||
}; | ||
@@ -157,3 +156,3 @@ alert: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
rowBorder: string; | ||
@@ -175,5 +174,5 @@ }; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
shadowActive: string[]; | ||
shadowInputFocus: string[]; | ||
focusShadow: string; | ||
shadowActive: string; | ||
shadowInputFocus: string; | ||
primary: { | ||
@@ -194,3 +193,3 @@ text: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
icon: string; | ||
@@ -204,4 +203,4 @@ counterBg: string; | ||
hoverBorder: string; | ||
hoverShadow: string[]; | ||
hoverInsetShadow: string[]; | ||
hoverShadow: string; | ||
hoverInsetShadow: string; | ||
hoverCounterBg: string; | ||
@@ -216,3 +215,3 @@ selectedText: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -236,3 +235,3 @@ }; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -256,3 +255,3 @@ }; | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
@@ -317,3 +316,3 @@ label: { | ||
stackFadeMore: string; | ||
childShadow: string[]; | ||
childShadow: string; | ||
}; | ||
@@ -333,3 +332,3 @@ toast: { | ||
borderSecondary: string; | ||
shadow: string[]; | ||
shadow: string; | ||
backdropBg: string; | ||
@@ -346,2 +345,6 @@ backdropBorder: string; | ||
headerBlueBorder: string; | ||
borderInfo: string; | ||
bgInfo: string; | ||
borderWarning: string; | ||
bgWarning: string; | ||
}; | ||
@@ -426,19 +429,47 @@ popover: { | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diff: { | ||
diffstat: { | ||
neutralBg: string; | ||
neutralBorder: string; | ||
deletionBg: string; | ||
deletionBgStrong: string; | ||
deletionBorder: string; | ||
deletionBorderStrong: string; | ||
additionBg: string; | ||
additionBgStrong: string; | ||
additionBorder: string; | ||
additionBorderStrong: string; | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diffBlob: { | ||
numText: string; | ||
numHoverText: string; | ||
addition: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
deletion: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
hunk: { | ||
text: string; | ||
numBg: string; | ||
lineBg: string; | ||
}; | ||
emptyBlockBg: string; | ||
selectedLineHighlightBg: string; | ||
selectedLineHighlightBorder: string; | ||
expander: { | ||
icon: string; | ||
hoverIcon: string; | ||
hoverBg: string; | ||
}; | ||
commentButton: { | ||
icon: string; | ||
bg: string; | ||
gradientBg: string; | ||
}; | ||
}; | ||
globalNav: { | ||
@@ -502,2 +533,4 @@ logo: string; | ||
successIconBorder: string; | ||
successIndicatorBg: string; | ||
successIndicatorBorder: string; | ||
mergedIconBg: string; | ||
@@ -510,2 +543,4 @@ mergedIconText: string; | ||
neutralIconBorder: string; | ||
neutralIndicatorBg: string; | ||
neutralIndicatorBorder: string; | ||
warningIconBg: string; | ||
@@ -515,5 +550,8 @@ warningIconText: string; | ||
warningBoxBorder: string; | ||
warningMergeHighlight: string; | ||
errorIconBg: string; | ||
errorIconText: string; | ||
errorIconBorder: string; | ||
errorIndicatorBg: string; | ||
errorIndicatorBorder: string; | ||
}; | ||
@@ -572,2 +610,3 @@ }; | ||
tertiary: string; | ||
overlay: string; | ||
inverse: string; | ||
@@ -583,2 +622,3 @@ info: string; | ||
canvasInverse: string; | ||
canvasInset: string; | ||
primary: string; | ||
@@ -588,2 +628,3 @@ secondary: string; | ||
overlay: string; | ||
backdrop: string; | ||
info: string; | ||
@@ -599,8 +640,8 @@ infoInverse: string; | ||
shadow: { | ||
small: string[]; | ||
medium: string[]; | ||
large: string[]; | ||
extraLarge: string[]; | ||
highlight: string[]; | ||
inset: string[]; | ||
small: string; | ||
medium: string; | ||
large: string; | ||
extraLarge: string; | ||
highlight: string; | ||
inset: string; | ||
}; | ||
@@ -624,22 +665,18 @@ state: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
}; | ||
fade: { | ||
black: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
white: { | ||
10: string; | ||
15: string; | ||
30: string; | ||
50: string; | ||
70: string; | ||
85: string; | ||
}; | ||
black10: string; | ||
black15: string; | ||
black30: string; | ||
black50: string; | ||
black70: string; | ||
black85: string; | ||
white10: string; | ||
white15: string; | ||
white30: string; | ||
white50: string; | ||
white70: string; | ||
white85: string; | ||
}; | ||
@@ -675,3 +712,3 @@ alert: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
rowBorder: string; | ||
@@ -686,4 +723,4 @@ }; | ||
border: string; | ||
shadow: string[]; | ||
insetShadow: string[]; | ||
shadow: string; | ||
insetShadow: string; | ||
hoverBg: string; | ||
@@ -694,5 +731,5 @@ hoverBorder: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
shadowActive: string[]; | ||
shadowInputFocus: string[]; | ||
focusShadow: string; | ||
shadowActive: string; | ||
shadowInputFocus: string; | ||
primary: { | ||
@@ -702,8 +739,8 @@ text: string; | ||
border: string; | ||
shadow: string[]; | ||
insetShadow: string[]; | ||
shadow: string; | ||
insetShadow: string; | ||
hoverBg: string; | ||
hoverBorder: string; | ||
selectedBg: string; | ||
selectedShadow: string[]; | ||
selectedShadow: string; | ||
disabledText: string; | ||
@@ -714,3 +751,3 @@ disabledBg: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
icon: string; | ||
@@ -724,4 +761,4 @@ counterBg: string; | ||
hoverBorder: string; | ||
hoverShadow: string[]; | ||
hoverInsetShadow: string[]; | ||
hoverShadow: string; | ||
hoverInsetShadow: string; | ||
hoverCounterBg: string; | ||
@@ -731,3 +768,3 @@ selectedText: string; | ||
selectedBorder: string; | ||
selectedShadow: string[]; | ||
selectedShadow: string; | ||
disabledText: string; | ||
@@ -737,3 +774,3 @@ disabledBg: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -746,4 +783,4 @@ }; | ||
hoverBorder: string; | ||
hoverShadow: string[]; | ||
hoverInsetShadow: string[]; | ||
hoverShadow: string; | ||
hoverInsetShadow: string; | ||
hoverCounterBg: string; | ||
@@ -753,3 +790,3 @@ selectedText: string; | ||
selectedBorder: string; | ||
selectedShadow: string[]; | ||
selectedShadow: string; | ||
disabledText: string; | ||
@@ -759,3 +796,3 @@ disabledBg: string; | ||
focusBorder: string; | ||
focusShadow: string[]; | ||
focusShadow: string; | ||
counterBg: string; | ||
@@ -779,3 +816,3 @@ }; | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
}; | ||
@@ -813,3 +850,3 @@ label: { | ||
border: string; | ||
shadow: string[]; | ||
shadow: string; | ||
disabledBg: string; | ||
@@ -841,3 +878,3 @@ disabledBorder: string; | ||
stackFadeMore: string; | ||
childShadow: string[]; | ||
childShadow: string; | ||
}; | ||
@@ -857,3 +894,3 @@ toast: { | ||
borderSecondary: string; | ||
shadow: string[]; | ||
shadow: string; | ||
backdropBg: string; | ||
@@ -870,2 +907,6 @@ backdropBorder: string; | ||
headerBlueBorder: string; | ||
borderInfo: string; | ||
bgInfo: string; | ||
borderWarning: string; | ||
bgWarning: string; | ||
}; | ||
@@ -950,19 +991,47 @@ popover: { | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diff: { | ||
diffstat: { | ||
neutralBg: string; | ||
neutralBorder: string; | ||
deletionBg: string; | ||
deletionBgStrong: string; | ||
deletionBorder: string; | ||
deletionBorderStrong: string; | ||
additionBg: string; | ||
additionBgStrong: string; | ||
additionBorder: string; | ||
additionBorderStrong: string; | ||
}; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
hlAuthorBorder: string; | ||
logoSubdued: string; | ||
discussionBorder: string; | ||
diffBlob: { | ||
numText: string; | ||
numHoverText: string; | ||
addition: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
deletion: { | ||
numBg: string; | ||
lineBg: string; | ||
wordBg: string; | ||
}; | ||
hunk: { | ||
text: string; | ||
numBg: string; | ||
lineBg: string; | ||
}; | ||
emptyBlockBg: string; | ||
selectedLineHighlightBg: string; | ||
selectedLineHighlightBorder: string; | ||
expander: { | ||
icon: string; | ||
hoverIcon: string; | ||
hoverBg: string; | ||
}; | ||
commentButton: { | ||
icon: string; | ||
bg: string; | ||
gradientBg: string; | ||
}; | ||
}; | ||
globalNav: { | ||
@@ -1026,2 +1095,4 @@ logo: string; | ||
successIconBorder: string; | ||
successIndicatorBg: string; | ||
successIndicatorBorder: string; | ||
mergedIconBg: string; | ||
@@ -1034,2 +1105,4 @@ mergedIconText: string; | ||
neutralIconBorder: string; | ||
neutralIndicatorBg: string; | ||
neutralIndicatorBorder: string; | ||
warningIconBg: string; | ||
@@ -1039,5 +1112,8 @@ warningIconText: string; | ||
warningBoxBorder: string; | ||
warningMergeHighlight: string; | ||
errorIconBg: string; | ||
errorIconText: string; | ||
errorIconBorder: string; | ||
errorIndicatorBg: string; | ||
errorIndicatorBorder: string; | ||
}; | ||
@@ -1044,0 +1120,0 @@ }; |
@@ -228,2 +228,3 @@ { | ||
"tertiary": "#6e7681", | ||
"overlay": "#30363d", | ||
"inverse": "#f0f6fc", | ||
@@ -239,6 +240,8 @@ "info": "rgba(56,139,253,0.4)", | ||
"canvasInverse": "#f0f6fc", | ||
"canvasInset": "#06090f", | ||
"primary": "#0d1117", | ||
"secondary": "#0d1117", | ||
"tertiary": "#161b22", | ||
"overlay": "#0d1117", | ||
"overlay": "#21262d", | ||
"backdrop": "rgba(1,4,9,0.8)", | ||
"info": "rgba(56,139,253,0.1)", | ||
@@ -254,28 +257,8 @@ "infoInverse": "#388bfd", | ||
"shadow": { | ||
"small": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(0,0,0,0)" | ||
], | ||
"medium": [ | ||
"0", | ||
"3px", | ||
"6px", | ||
"#010409" | ||
], | ||
"large": [ | ||
"0", | ||
"8px", | ||
"24px", | ||
"#010409" | ||
], | ||
"extraLarge": [ | ||
"0", | ||
"12px", | ||
"48px", | ||
"#010409" | ||
], | ||
"highlight": "rgba(0,0,0,0)", | ||
"inset": "rgba(0,0,0,0)" | ||
"small": "0 0 rgba(0,0,0,0)", | ||
"medium": "0 3px 6px #010409", | ||
"large": "0 8px 24px #010409", | ||
"extraLarge": "0 12px 48px #010409", | ||
"highlight": "0 0 rgba(0,0,0,0)", | ||
"inset": "0 0 rgba(0,0,0,0)" | ||
}, | ||
@@ -299,28 +282,18 @@ "state": { | ||
"border": "#388bfd", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"#0c2d6b" | ||
] | ||
"shadow": "0 0 0 3px #0c2d6b" | ||
} | ||
}, | ||
"fade": { | ||
"black": { | ||
"10": "rgba(1,4,9,0.1)", | ||
"15": "rgba(1,4,9,0.15)", | ||
"30": "rgba(1,4,9,0.3)", | ||
"50": "rgba(1,4,9,0.5)", | ||
"70": "rgba(1,4,9,0.7)", | ||
"85": "rgba(1,4,9,0.85)" | ||
}, | ||
"white": { | ||
"10": "rgba(240,246,252,0.1)", | ||
"15": "rgba(240,246,252,0.15)", | ||
"30": "rgba(240,246,252,0.3)", | ||
"50": "rgba(240,246,252,0.5)", | ||
"70": "rgba(240,246,252,0.7)", | ||
"85": "rgba(240,246,252,0.85)" | ||
} | ||
"black10": "rgba(1,4,9,0.1)", | ||
"black15": "rgba(1,4,9,0.15)", | ||
"black30": "rgba(1,4,9,0.3)", | ||
"black50": "rgba(1,4,9,0.5)", | ||
"black70": "rgba(1,4,9,0.7)", | ||
"black85": "rgba(1,4,9,0.85)", | ||
"white10": "rgba(240,246,252,0.1)", | ||
"white15": "rgba(240,246,252,0.15)", | ||
"white30": "rgba(240,246,252,0.3)", | ||
"white50": "rgba(240,246,252,0.5)", | ||
"white70": "rgba(240,246,252,0.7)", | ||
"white85": "rgba(240,246,252,0.85)" | ||
}, | ||
@@ -356,8 +329,3 @@ "alert": { | ||
"border": "#484f58", | ||
"shadow": [ | ||
"0", | ||
"16px", | ||
"32px", | ||
"rgba(1,4,9,0.85)" | ||
], | ||
"shadow": "0 16px 32px rgba(1,4,9,0.85)", | ||
"rowBorder": "#30363d" | ||
@@ -371,5 +339,5 @@ }, | ||
"bg": "#21262d", | ||
"border": "rgba(240,246,252,0.1)", | ||
"shadow": "rgba(0,0,0,0)", | ||
"insetShadow": "rgba(0,0,0,0)", | ||
"border": "#30363d", | ||
"shadow": "0 0 rgba(0,0,0,0)", | ||
"insetShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverBg": "#30363d", | ||
@@ -380,33 +348,15 @@ "hoverBorder": "#8b949e", | ||
"focusBorder": "#8b949e", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(139,148,158,0.3)" | ||
], | ||
"shadowActive": [ | ||
"inset", | ||
"0", | ||
"0.15em", | ||
"0.3em", | ||
"rgba(1,4,9,0.15)" | ||
], | ||
"shadowInputFocus": [ | ||
"0", | ||
"0", | ||
"0", | ||
"0.2em", | ||
"rgba(31,111,235,0.3)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(139,148,158,0.3)", | ||
"shadowActive": "inset 0 0.15em 0.3em rgba(1,4,9,0.15)", | ||
"shadowInputFocus": "0 0 0 0.2em rgba(31,111,235,0.3)", | ||
"primary": { | ||
"text": "#f0f6fc", | ||
"text": "#ffffff", | ||
"bg": "#238636", | ||
"border": "#2ea043", | ||
"shadow": "rgba(0,0,0,0)", | ||
"insetShadow": "rgba(0,0,0,0)", | ||
"shadow": "0 0 rgba(0,0,0,0)", | ||
"insetShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverBg": "#2ea043", | ||
"hoverBorder": "#3fb950", | ||
"selectedBg": "#238636", | ||
"selectedShadow": "rgba(0,0,0,0)", | ||
"selectedShadow": "0 0 rgba(0,0,0,0)", | ||
"disabledText": "rgba(240,246,252,0.5)", | ||
@@ -417,9 +367,3 @@ "disabledBg": "#238636", | ||
"focusBorder": "#3fb950", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(46,164,79,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(46,164,79,0.4)", | ||
"icon": "#f0f6fc", | ||
@@ -433,15 +377,4 @@ "counterBg": "rgba(240,246,252,0.2)" | ||
"hoverBorder": "#58a6ff", | ||
"hoverShadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(1,4,9,0.1)" | ||
], | ||
"hoverInsetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(240,246,252,0.03)" | ||
], | ||
"hoverShadow": "0 1px 0 rgba(1,4,9,0.1)", | ||
"hoverInsetShadow": "inset 0 1px 0 rgba(240,246,252,0.03)", | ||
"hoverCounterBg": "rgba(240,246,252,0.2)", | ||
@@ -451,3 +384,3 @@ "selectedText": "#f0f6fc", | ||
"selectedBorder": "rgba(240,246,252,0.1)", | ||
"selectedShadow": "rgba(0,0,0,0)", | ||
"selectedShadow": "0 0 rgba(0,0,0,0)", | ||
"disabledText": "#58a6ff", | ||
@@ -457,9 +390,3 @@ "disabledBg": "#0d1117", | ||
"focusBorder": "#58a6ff", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(17,88,199,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(17,88,199,0.4)", | ||
"counterBg": "rgba(31,111,235,0.1)" | ||
@@ -469,12 +396,12 @@ }, | ||
"text": "#f85149", | ||
"hoverText": "#f0f6fc", | ||
"hoverText": "#ffffff", | ||
"hoverBg": "#da3633", | ||
"hoverBorder": "#f85149", | ||
"hoverShadow": "rgba(0,0,0,0)", | ||
"hoverInsetShadow": "rgba(0,0,0,0)", | ||
"hoverCounterBg": "rgba(240,246,252,0.2)", | ||
"selectedText": "#f0f6fc", | ||
"hoverShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverInsetShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverCounterBg": "rgba(255,255,255,0.2)", | ||
"selectedText": "#ffffff", | ||
"selectedBg": "#b62324", | ||
"selectedBorder": "rgba(240,246,252,0.1)", | ||
"selectedShadow": "rgba(0,0,0,0)", | ||
"selectedShadow": "0 0 rgba(0,0,0,0)", | ||
"disabledText": "#f85149", | ||
@@ -484,9 +411,3 @@ "disabledBg": "#0d1117", | ||
"focusBorder": "#f85149", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(182,35,36,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(182,35,36,0.4)", | ||
"counterBg": "rgba(218,54,51,0.1)" | ||
@@ -510,8 +431,3 @@ }, | ||
"border": "#484f58", | ||
"shadow": [ | ||
"0", | ||
"16px", | ||
"32px", | ||
"rgba(1,4,9,0.85)" | ||
] | ||
"shadow": "0 16px 32px rgba(1,4,9,0.85)" | ||
}, | ||
@@ -549,3 +465,3 @@ "label": { | ||
"border": "rgba(240,246,252,0.1)", | ||
"shadow": "rgba(0,0,0,0)", | ||
"shadow": "0 0 rgba(0,0,0,0)", | ||
"disabledBg": "#161b22", | ||
@@ -577,8 +493,3 @@ "disabledBorder": "#30363d", | ||
"stackFadeMore": "#21262d", | ||
"childShadow": [ | ||
"-2px", | ||
"-2px", | ||
"0", | ||
"#0d1117" | ||
] | ||
"childShadow": "-2px -2px 0 #0d1117" | ||
}, | ||
@@ -598,8 +509,3 @@ "toast": { | ||
"borderSecondary": "#30363d", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"18px", | ||
"rgba(1,4,9,0.4)" | ||
], | ||
"shadow": "0 0 18px rgba(1,4,9,0.4)", | ||
"backdropBg": "rgba(1,4,9,0.5)", | ||
@@ -615,3 +521,7 @@ "backdropBorder": "#484f58", | ||
"headerBlueBg": "#0d1117", | ||
"headerBlueBorder": "#30363d" | ||
"headerBlueBorder": "#30363d", | ||
"borderInfo": "rgba(56,139,253,0.4)", | ||
"bgInfo": "rgba(56,139,253,0.1)", | ||
"borderWarning": "rgba(187,128,9,0.4)", | ||
"bgWarning": "rgba(187,128,9,0.1)" | ||
}, | ||
@@ -624,3 +534,3 @@ "popover": { | ||
"icon": "#b1bac4", | ||
"bg": "rgba(240,246,252,0.1)", | ||
"bg": "rgba(88,166,255,0.1)", | ||
"link": { | ||
@@ -697,19 +607,47 @@ "text": "#58a6ff", | ||
}, | ||
"iconFolder": "#6e7681", | ||
"hlAuthorBg": "#051d4d", | ||
"hlAuthorBorder": "#0d419d", | ||
"logoSubdued": "#30363d", | ||
"discussionBorder": "#34513b", | ||
"diff": { | ||
"diffstat": { | ||
"neutralBg": "#30363d", | ||
"neutralBorder": "rgba(240,246,252,0.1)", | ||
"deletionBg": "#da3633", | ||
"deletionBgStrong": "#f0f6fc", | ||
"deletionBorder": "#f85149", | ||
"deletionBorderStrong": "#f0f6fc", | ||
"additionBg": "#238636", | ||
"additionBgStrong": "#f0f6fc", | ||
"additionBorder": "#2ea043", | ||
"additionBorderStrong": "#f0f6fc" | ||
"additionBorder": "#2ea043" | ||
}, | ||
"iconFolder": "#6e7681", | ||
"hlAuthorBg": "#051d4d", | ||
"hlAuthorBorder": "#0d419d", | ||
"logoSubdued": "#30363d", | ||
"discussionBorder": "#34513b", | ||
"diffBlob": { | ||
"numText": "rgba(240,246,252,0.3)", | ||
"numHoverText": "rgba(240,246,252,0.6)", | ||
"addition": { | ||
"numBg": "rgba(35,134,54,0.3)", | ||
"lineBg": "rgba(35,134,54,0.15)", | ||
"wordBg": "rgba(35,134,54,0.3)" | ||
}, | ||
"deletion": { | ||
"numBg": "rgba(218,54,51,0.3)", | ||
"lineBg": "rgba(218,54,51,0.15)", | ||
"wordBg": "rgba(218,54,51,0.3)" | ||
}, | ||
"hunk": { | ||
"text": "#8b949e", | ||
"numBg": "rgba(88,166,255,0.15)", | ||
"lineBg": "rgba(88,166,255,0.1)" | ||
}, | ||
"emptyBlockBg": "#161b22", | ||
"selectedLineHighlightBg": "rgba(187,128,9,0.1)", | ||
"selectedLineHighlightBorder": "#bb8009", | ||
"expander": { | ||
"icon": "#8b949e", | ||
"hoverIcon": "#f0f6fc", | ||
"hoverBg": "#1f6feb" | ||
}, | ||
"commentButton": { | ||
"icon": "#f0f6fc", | ||
"bg": "#1f6feb", | ||
"gradientBg": "#367eed" | ||
} | ||
}, | ||
"globalNav": { | ||
@@ -773,2 +711,4 @@ "logo": "#f0f6fc", | ||
"successIconBorder": "rgba(46,160,67,0.4)", | ||
"successIndicatorBg": "#238636", | ||
"successIndicatorBorder": "#2ea043", | ||
"mergedIconBg": "rgba(188,140,255,0.1)", | ||
@@ -781,2 +721,4 @@ "mergedIconText": "#a371f7", | ||
"neutralIconBorder": "rgba(213,221,229,0.4)", | ||
"neutralIndicatorBg": "#484f58", | ||
"neutralIndicatorBorder": "#6e7681", | ||
"warningIconBg": "rgba(187,128,9,0.1)", | ||
@@ -786,6 +728,9 @@ "warningIconText": "#e3b341", | ||
"warningBoxBorder": "rgba(187,128,9,0.4)", | ||
"warningMergeHighlight": "rgba(187,128,9,0.1)", | ||
"errorIconBg": "rgba(248,81,73,0.1)", | ||
"errorIconText": "#f85149", | ||
"errorIconBorder": "rgba(248,81,73,0.4)" | ||
"errorIconBorder": "rgba(248,81,73,0.4)", | ||
"errorIndicatorBg": "#da3633", | ||
"errorIndicatorBorder": "#f85149" | ||
} | ||
} |
@@ -228,2 +228,3 @@ { | ||
"tertiary": "#d1d5da", | ||
"overlay": "#e1e4e8", | ||
"inverse": "#ffffff", | ||
@@ -239,2 +240,3 @@ "info": "#0366d6", | ||
"canvasInverse": "#24292e", | ||
"canvasInset": "#f6f8fa", | ||
"primary": "#ffffff", | ||
@@ -244,2 +246,3 @@ "secondary": "#fafbfc", | ||
"overlay": "#ffffff", | ||
"backdrop": "rgba(27,31,35,0.5)", | ||
"info": "#f1f8ff", | ||
@@ -255,40 +258,8 @@ "infoInverse": "#0366d6", | ||
"shadow": { | ||
"small": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.04)" | ||
], | ||
"medium": [ | ||
"0", | ||
"3px", | ||
"6px", | ||
"rgba(149,157,165,0.15)" | ||
], | ||
"large": [ | ||
"0", | ||
"8px", | ||
"24px", | ||
"rgba(149,157,165,0.2)" | ||
], | ||
"extraLarge": [ | ||
"0", | ||
"12px", | ||
"48px", | ||
"rgba(149,157,165,0.3)" | ||
], | ||
"highlight": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.25)" | ||
], | ||
"inset": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(225,228,232,0.2)" | ||
] | ||
"small": "0 1px 0 rgba(27,31,35,0.04)", | ||
"medium": "0 3px 6px rgba(149,157,165,0.15)", | ||
"large": "0 8px 24px rgba(149,157,165,0.2)", | ||
"extraLarge": "0 12px 48px rgba(149,157,165,0.3)", | ||
"highlight": "inset 0 1px 0 rgba(255,255,255,0.25)", | ||
"inset": "inset 0 1px 0 rgba(225,228,232,0.2)" | ||
}, | ||
@@ -312,28 +283,18 @@ "state": { | ||
"border": "#0366d6", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(3,102,214,0.3)" | ||
] | ||
"shadow": "0 0 0 3px rgba(3,102,214,0.3)" | ||
} | ||
}, | ||
"fade": { | ||
"black": { | ||
"10": "rgba(27,31,35,0.1)", | ||
"15": "rgba(27,31,35,0.15)", | ||
"30": "rgba(27,31,35,0.3)", | ||
"50": "rgba(27,31,35,0.5)", | ||
"70": "rgba(27,31,35,0.7)", | ||
"85": "rgba(27,31,35,0.85)" | ||
}, | ||
"white": { | ||
"10": "rgba(255,255,255,0.1)", | ||
"15": "rgba(255,255,255,0.15)", | ||
"30": "rgba(255,255,255,0.3)", | ||
"50": "rgba(255,255,255,0.5)", | ||
"70": "rgba(255,255,255,0.7)", | ||
"85": "rgba(255,255,255,0.85)" | ||
} | ||
"black10": "rgba(27,31,35,0.1)", | ||
"black15": "rgba(27,31,35,0.15)", | ||
"black30": "rgba(27,31,35,0.3)", | ||
"black50": "rgba(27,31,35,0.5)", | ||
"black70": "rgba(27,31,35,0.7)", | ||
"black85": "rgba(27,31,35,0.85)", | ||
"white10": "rgba(255,255,255,0.1)", | ||
"white15": "rgba(255,255,255,0.15)", | ||
"white30": "rgba(255,255,255,0.3)", | ||
"white50": "rgba(255,255,255,0.5)", | ||
"white70": "rgba(255,255,255,0.7)", | ||
"white85": "rgba(255,255,255,0.85)" | ||
}, | ||
@@ -369,8 +330,3 @@ "alert": { | ||
"border": "#e1e4e8", | ||
"shadow": [ | ||
"0", | ||
"3px", | ||
"6px", | ||
"rgba(149,157,165,0.15)" | ||
], | ||
"shadow": "0 3px 6px rgba(149,157,165,0.15)", | ||
"rowBorder": "#eaecef" | ||
@@ -385,15 +341,4 @@ }, | ||
"border": "rgba(27,31,35,0.15)", | ||
"shadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.04)" | ||
], | ||
"insetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.25)" | ||
], | ||
"shadow": "0 1px 0 rgba(27,31,35,0.04)", | ||
"insetShadow": "inset 0 1px 0 rgba(255,255,255,0.25)", | ||
"hoverBg": "#f3f4f6", | ||
@@ -404,23 +349,5 @@ "hoverBorder": "rgba(27,31,35,0.15)", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(3,102,214,0.3)" | ||
], | ||
"shadowActive": [ | ||
"inset", | ||
"0", | ||
"0.15em", | ||
"0.3em", | ||
"rgba(27,31,35,0.15)" | ||
], | ||
"shadowInputFocus": [ | ||
"0", | ||
"0", | ||
"0", | ||
"0.2em", | ||
"rgba(3,102,214,0.3)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(3,102,214,0.3)", | ||
"shadowActive": "inset 0 0.15em 0.3em rgba(27,31,35,0.15)", | ||
"shadowInputFocus": "0 0 0 0.2em rgba(3,102,214,0.3)", | ||
"primary": { | ||
@@ -430,25 +357,8 @@ "text": "#ffffff", | ||
"border": "rgba(27,31,35,0.15)", | ||
"shadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.1)" | ||
], | ||
"insetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.03)" | ||
], | ||
"shadow": "0 1px 0 rgba(27,31,35,0.1)", | ||
"insetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)", | ||
"hoverBg": "#2c974b", | ||
"hoverBorder": "rgba(27,31,35,0.15)", | ||
"selectedBg": "#2a8f47", | ||
"selectedShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(20,70,32,0.2)" | ||
], | ||
"selectedShadow": "inset 0 1px 0 rgba(20,70,32,0.2)", | ||
"disabledText": "rgba(255,255,255,0.8)", | ||
@@ -459,9 +369,3 @@ "disabledBg": "#94d3a2", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(46,164,79,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(46,164,79,0.4)", | ||
"icon": "rgba(255,255,255,0.8)", | ||
@@ -475,15 +379,4 @@ "counterBg": "rgba(255,255,255,0.2)" | ||
"hoverBorder": "rgba(27,31,35,0.15)", | ||
"hoverShadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.1)" | ||
], | ||
"hoverInsetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.03)" | ||
], | ||
"hoverShadow": "0 1px 0 rgba(27,31,35,0.1)", | ||
"hoverInsetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)", | ||
"hoverCounterBg": "rgba(255,255,255,0.2)", | ||
@@ -493,9 +386,3 @@ "selectedText": "#ffffff", | ||
"selectedBorder": "rgba(27,31,35,0.15)", | ||
"selectedShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(5,38,76,0.2)" | ||
], | ||
"selectedShadow": "inset 0 1px 0 rgba(5,38,76,0.2)", | ||
"disabledText": "rgba(3,102,214,0.5)", | ||
@@ -505,9 +392,3 @@ "disabledBg": "#fafbfc", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(0,92,197,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(0,92,197,0.4)", | ||
"counterBg": "rgba(3,102,214,0.1)" | ||
@@ -520,15 +401,4 @@ }, | ||
"hoverBorder": "rgba(27,31,35,0.15)", | ||
"hoverShadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.1)" | ||
], | ||
"hoverInsetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.03)" | ||
], | ||
"hoverShadow": "0 1px 0 rgba(27,31,35,0.1)", | ||
"hoverInsetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)", | ||
"hoverCounterBg": "rgba(255,255,255,0.2)", | ||
@@ -538,9 +408,3 @@ "selectedText": "#ffffff", | ||
"selectedBorder": "rgba(27,31,35,0.15)", | ||
"selectedShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(134,24,29,0.2)" | ||
], | ||
"selectedShadow": "inset 0 1px 0 rgba(134,24,29,0.2)", | ||
"disabledText": "rgba(215,58,73,0.5)", | ||
@@ -550,9 +414,3 @@ "disabledBg": "#fafbfc", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(203,36,49,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(203,36,49,0.4)", | ||
"counterBg": "rgba(215,58,73,0.1)" | ||
@@ -576,8 +434,3 @@ }, | ||
"border": "#e1e4e8", | ||
"shadow": [ | ||
"0", | ||
"8px", | ||
"24px", | ||
"rgba(149,157,165,0.2)" | ||
] | ||
"shadow": "0 8px 24px rgba(149,157,165,0.2)" | ||
}, | ||
@@ -615,9 +468,3 @@ "label": { | ||
"border": "#e1e4e8", | ||
"shadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"2px", | ||
"rgba(27,31,35,0.075)" | ||
], | ||
"shadow": "inset 0 1px 2px rgba(27,31,35,0.075)", | ||
"disabledBg": "#ffffff", | ||
@@ -649,8 +496,3 @@ "disabledBorder": "#e1e4e8", | ||
"stackFadeMore": "#e1e4e8", | ||
"childShadow": [ | ||
"-2px", | ||
"-2px", | ||
"0", | ||
"rgba(255,255,255,0.8)" | ||
] | ||
"childShadow": "-2px -2px 0 rgba(255,255,255,0.8)" | ||
}, | ||
@@ -670,8 +512,3 @@ "toast": { | ||
"borderSecondary": "#eaecef", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"18px", | ||
"rgba(27,31,35,0.4)" | ||
], | ||
"shadow": "0 0 18px rgba(27,31,35,0.4)", | ||
"backdropBg": "rgba(27,31,35,0.5)", | ||
@@ -687,3 +524,7 @@ "backdropBorder": "rgba(0,0,0,0)", | ||
"headerBlueBg": "#f1f8ff", | ||
"headerBlueBorder": "#c8e1ff" | ||
"headerBlueBorder": "#c8e1ff", | ||
"borderInfo": "rgba(3,102,214,0.2)", | ||
"bgInfo": "#f1f8ff", | ||
"borderWarning": "rgba(255,211,61,0.4)", | ||
"bgWarning": "#fffdef" | ||
}, | ||
@@ -768,19 +609,47 @@ "popover": { | ||
}, | ||
"iconFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
"hlAuthorBorder": "#c8e1ff", | ||
"logoSubdued": "#d1d5da", | ||
"discussionBorder": "#a2cbac", | ||
"diff": { | ||
"diffstat": { | ||
"neutralBg": "#d1d5da", | ||
"neutralBorder": "#d1d5da", | ||
"deletionBg": "#d73a49", | ||
"deletionBgStrong": "#1b1f23", | ||
"deletionBorder": "#d73a49", | ||
"deletionBorderStrong": "#1b1f23", | ||
"additionBg": "#28a745", | ||
"additionBgStrong": "#1b1f23", | ||
"additionBorder": "#28a745", | ||
"additionBorderStrong": "#1b1f23" | ||
"additionBorder": "#28a745" | ||
}, | ||
"iconFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
"hlAuthorBorder": "#c8e1ff", | ||
"logoSubdued": "#d1d5da", | ||
"discussionBorder": "#a2cbac", | ||
"diffBlob": { | ||
"numText": "rgba(27,31,35,0.3)", | ||
"numHoverText": "rgba(27,31,35,0.6)", | ||
"addition": { | ||
"numBg": "#cdffd8", | ||
"lineBg": "#e6ffed", | ||
"wordBg": "#acf2bd" | ||
}, | ||
"deletion": { | ||
"numBg": "#ffdce0", | ||
"lineBg": "#ffeef0", | ||
"wordBg": "#fdb8c0" | ||
}, | ||
"hunk": { | ||
"text": "rgba(27,31,35,0.7)", | ||
"numBg": "#dbedff", | ||
"lineBg": "#f1f8ff" | ||
}, | ||
"emptyBlockBg": "#fafbfc", | ||
"selectedLineHighlightBg": "rgba(255,223,93,0.2)", | ||
"selectedLineHighlightBorder": "#ffd33d", | ||
"expander": { | ||
"icon": "#586069", | ||
"hoverIcon": "#ffffff", | ||
"hoverBg": "#0366d6" | ||
}, | ||
"commentButton": { | ||
"icon": "#ffffff", | ||
"bg": "#0366d6", | ||
"gradientBg": "#0372ef" | ||
} | ||
}, | ||
"globalNav": { | ||
@@ -844,2 +713,4 @@ "logo": "#ffffff", | ||
"successIconBorder": "rgba(0,0,0,0)", | ||
"successIndicatorBg": "#28a745", | ||
"successIndicatorBorder": "rgba(0,0,0,0)", | ||
"mergedIconBg": "#6f42c1", | ||
@@ -852,2 +723,4 @@ "mergedIconText": "#ffffff", | ||
"neutralIconBorder": "rgba(0,0,0,0)", | ||
"neutralIndicatorBg": "#6a737d", | ||
"neutralIndicatorBorder": "rgba(0,0,0,0)", | ||
"warningIconBg": "#dbab09", | ||
@@ -857,6 +730,9 @@ "warningIconText": "#ffffff", | ||
"warningBoxBorder": "#ffd33d", | ||
"warningMergeHighlight": "rgba(0,0,0,0)", | ||
"errorIconBg": "#d73a49", | ||
"errorIconText": "#ffffff", | ||
"errorIconBorder": "rgba(0,0,0,0)" | ||
"errorIconBorder": "rgba(0,0,0,0)", | ||
"errorIndicatorBg": "#d73a49", | ||
"errorIndicatorBorder": "rgba(0,0,0,0)" | ||
} | ||
} |
@@ -228,2 +228,3 @@ export default { | ||
"tertiary": "#6e7681", | ||
"overlay": "#30363d", | ||
"inverse": "#f0f6fc", | ||
@@ -239,6 +240,8 @@ "info": "rgba(56,139,253,0.4)", | ||
"canvasInverse": "#f0f6fc", | ||
"canvasInset": "#06090f", | ||
"primary": "#0d1117", | ||
"secondary": "#0d1117", | ||
"tertiary": "#161b22", | ||
"overlay": "#0d1117", | ||
"overlay": "#21262d", | ||
"backdrop": "rgba(1,4,9,0.8)", | ||
"info": "rgba(56,139,253,0.1)", | ||
@@ -254,28 +257,8 @@ "infoInverse": "#388bfd", | ||
"shadow": { | ||
"small": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(0,0,0,0)" | ||
], | ||
"medium": [ | ||
"0", | ||
"3px", | ||
"6px", | ||
"#010409" | ||
], | ||
"large": [ | ||
"0", | ||
"8px", | ||
"24px", | ||
"#010409" | ||
], | ||
"extraLarge": [ | ||
"0", | ||
"12px", | ||
"48px", | ||
"#010409" | ||
], | ||
"highlight": "rgba(0,0,0,0)", | ||
"inset": "rgba(0,0,0,0)" | ||
"small": "0 0 rgba(0,0,0,0)", | ||
"medium": "0 3px 6px #010409", | ||
"large": "0 8px 24px #010409", | ||
"extraLarge": "0 12px 48px #010409", | ||
"highlight": "0 0 rgba(0,0,0,0)", | ||
"inset": "0 0 rgba(0,0,0,0)" | ||
}, | ||
@@ -299,28 +282,18 @@ "state": { | ||
"border": "#388bfd", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"#0c2d6b" | ||
] | ||
"shadow": "0 0 0 3px #0c2d6b" | ||
} | ||
}, | ||
"fade": { | ||
"black": { | ||
"10": "rgba(1,4,9,0.1)", | ||
"15": "rgba(1,4,9,0.15)", | ||
"30": "rgba(1,4,9,0.3)", | ||
"50": "rgba(1,4,9,0.5)", | ||
"70": "rgba(1,4,9,0.7)", | ||
"85": "rgba(1,4,9,0.85)" | ||
}, | ||
"white": { | ||
"10": "rgba(240,246,252,0.1)", | ||
"15": "rgba(240,246,252,0.15)", | ||
"30": "rgba(240,246,252,0.3)", | ||
"50": "rgba(240,246,252,0.5)", | ||
"70": "rgba(240,246,252,0.7)", | ||
"85": "rgba(240,246,252,0.85)" | ||
} | ||
"black10": "rgba(1,4,9,0.1)", | ||
"black15": "rgba(1,4,9,0.15)", | ||
"black30": "rgba(1,4,9,0.3)", | ||
"black50": "rgba(1,4,9,0.5)", | ||
"black70": "rgba(1,4,9,0.7)", | ||
"black85": "rgba(1,4,9,0.85)", | ||
"white10": "rgba(240,246,252,0.1)", | ||
"white15": "rgba(240,246,252,0.15)", | ||
"white30": "rgba(240,246,252,0.3)", | ||
"white50": "rgba(240,246,252,0.5)", | ||
"white70": "rgba(240,246,252,0.7)", | ||
"white85": "rgba(240,246,252,0.85)" | ||
}, | ||
@@ -356,8 +329,3 @@ "alert": { | ||
"border": "#484f58", | ||
"shadow": [ | ||
"0", | ||
"16px", | ||
"32px", | ||
"rgba(1,4,9,0.85)" | ||
], | ||
"shadow": "0 16px 32px rgba(1,4,9,0.85)", | ||
"rowBorder": "#30363d" | ||
@@ -371,5 +339,5 @@ }, | ||
"bg": "#21262d", | ||
"border": "rgba(240,246,252,0.1)", | ||
"shadow": "rgba(0,0,0,0)", | ||
"insetShadow": "rgba(0,0,0,0)", | ||
"border": "#30363d", | ||
"shadow": "0 0 rgba(0,0,0,0)", | ||
"insetShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverBg": "#30363d", | ||
@@ -380,33 +348,15 @@ "hoverBorder": "#8b949e", | ||
"focusBorder": "#8b949e", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(139,148,158,0.3)" | ||
], | ||
"shadowActive": [ | ||
"inset", | ||
"0", | ||
"0.15em", | ||
"0.3em", | ||
"rgba(1,4,9,0.15)" | ||
], | ||
"shadowInputFocus": [ | ||
"0", | ||
"0", | ||
"0", | ||
"0.2em", | ||
"rgba(31,111,235,0.3)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(139,148,158,0.3)", | ||
"shadowActive": "inset 0 0.15em 0.3em rgba(1,4,9,0.15)", | ||
"shadowInputFocus": "0 0 0 0.2em rgba(31,111,235,0.3)", | ||
"primary": { | ||
"text": "#f0f6fc", | ||
"text": "#ffffff", | ||
"bg": "#238636", | ||
"border": "#2ea043", | ||
"shadow": "rgba(0,0,0,0)", | ||
"insetShadow": "rgba(0,0,0,0)", | ||
"shadow": "0 0 rgba(0,0,0,0)", | ||
"insetShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverBg": "#2ea043", | ||
"hoverBorder": "#3fb950", | ||
"selectedBg": "#238636", | ||
"selectedShadow": "rgba(0,0,0,0)", | ||
"selectedShadow": "0 0 rgba(0,0,0,0)", | ||
"disabledText": "rgba(240,246,252,0.5)", | ||
@@ -417,9 +367,3 @@ "disabledBg": "#238636", | ||
"focusBorder": "#3fb950", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(46,164,79,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(46,164,79,0.4)", | ||
"icon": "#f0f6fc", | ||
@@ -433,15 +377,4 @@ "counterBg": "rgba(240,246,252,0.2)" | ||
"hoverBorder": "#58a6ff", | ||
"hoverShadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(1,4,9,0.1)" | ||
], | ||
"hoverInsetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(240,246,252,0.03)" | ||
], | ||
"hoverShadow": "0 1px 0 rgba(1,4,9,0.1)", | ||
"hoverInsetShadow": "inset 0 1px 0 rgba(240,246,252,0.03)", | ||
"hoverCounterBg": "rgba(240,246,252,0.2)", | ||
@@ -451,3 +384,3 @@ "selectedText": "#f0f6fc", | ||
"selectedBorder": "rgba(240,246,252,0.1)", | ||
"selectedShadow": "rgba(0,0,0,0)", | ||
"selectedShadow": "0 0 rgba(0,0,0,0)", | ||
"disabledText": "#58a6ff", | ||
@@ -457,9 +390,3 @@ "disabledBg": "#0d1117", | ||
"focusBorder": "#58a6ff", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(17,88,199,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(17,88,199,0.4)", | ||
"counterBg": "rgba(31,111,235,0.1)" | ||
@@ -469,12 +396,12 @@ }, | ||
"text": "#f85149", | ||
"hoverText": "#f0f6fc", | ||
"hoverText": "#ffffff", | ||
"hoverBg": "#da3633", | ||
"hoverBorder": "#f85149", | ||
"hoverShadow": "rgba(0,0,0,0)", | ||
"hoverInsetShadow": "rgba(0,0,0,0)", | ||
"hoverCounterBg": "rgba(240,246,252,0.2)", | ||
"selectedText": "#f0f6fc", | ||
"hoverShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverInsetShadow": "0 0 rgba(0,0,0,0)", | ||
"hoverCounterBg": "rgba(255,255,255,0.2)", | ||
"selectedText": "#ffffff", | ||
"selectedBg": "#b62324", | ||
"selectedBorder": "rgba(240,246,252,0.1)", | ||
"selectedShadow": "rgba(0,0,0,0)", | ||
"selectedShadow": "0 0 rgba(0,0,0,0)", | ||
"disabledText": "#f85149", | ||
@@ -484,9 +411,3 @@ "disabledBg": "#0d1117", | ||
"focusBorder": "#f85149", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(182,35,36,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(182,35,36,0.4)", | ||
"counterBg": "rgba(218,54,51,0.1)" | ||
@@ -510,8 +431,3 @@ }, | ||
"border": "#484f58", | ||
"shadow": [ | ||
"0", | ||
"16px", | ||
"32px", | ||
"rgba(1,4,9,0.85)" | ||
] | ||
"shadow": "0 16px 32px rgba(1,4,9,0.85)" | ||
}, | ||
@@ -549,3 +465,3 @@ "label": { | ||
"border": "rgba(240,246,252,0.1)", | ||
"shadow": "rgba(0,0,0,0)", | ||
"shadow": "0 0 rgba(0,0,0,0)", | ||
"disabledBg": "#161b22", | ||
@@ -577,8 +493,3 @@ "disabledBorder": "#30363d", | ||
"stackFadeMore": "#21262d", | ||
"childShadow": [ | ||
"-2px", | ||
"-2px", | ||
"0", | ||
"#0d1117" | ||
] | ||
"childShadow": "-2px -2px 0 #0d1117" | ||
}, | ||
@@ -598,8 +509,3 @@ "toast": { | ||
"borderSecondary": "#30363d", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"18px", | ||
"rgba(1,4,9,0.4)" | ||
], | ||
"shadow": "0 0 18px rgba(1,4,9,0.4)", | ||
"backdropBg": "rgba(1,4,9,0.5)", | ||
@@ -615,3 +521,7 @@ "backdropBorder": "#484f58", | ||
"headerBlueBg": "#0d1117", | ||
"headerBlueBorder": "#30363d" | ||
"headerBlueBorder": "#30363d", | ||
"borderInfo": "rgba(56,139,253,0.4)", | ||
"bgInfo": "rgba(56,139,253,0.1)", | ||
"borderWarning": "rgba(187,128,9,0.4)", | ||
"bgWarning": "rgba(187,128,9,0.1)" | ||
}, | ||
@@ -624,3 +534,3 @@ "popover": { | ||
"icon": "#b1bac4", | ||
"bg": "rgba(240,246,252,0.1)", | ||
"bg": "rgba(88,166,255,0.1)", | ||
"link": { | ||
@@ -697,19 +607,47 @@ "text": "#58a6ff", | ||
}, | ||
"iconFolder": "#6e7681", | ||
"hlAuthorBg": "#051d4d", | ||
"hlAuthorBorder": "#0d419d", | ||
"logoSubdued": "#30363d", | ||
"discussionBorder": "#34513b", | ||
"diff": { | ||
"diffstat": { | ||
"neutralBg": "#30363d", | ||
"neutralBorder": "rgba(240,246,252,0.1)", | ||
"deletionBg": "#da3633", | ||
"deletionBgStrong": "#f0f6fc", | ||
"deletionBorder": "#f85149", | ||
"deletionBorderStrong": "#f0f6fc", | ||
"additionBg": "#238636", | ||
"additionBgStrong": "#f0f6fc", | ||
"additionBorder": "#2ea043", | ||
"additionBorderStrong": "#f0f6fc" | ||
"additionBorder": "#2ea043" | ||
}, | ||
"iconFolder": "#6e7681", | ||
"hlAuthorBg": "#051d4d", | ||
"hlAuthorBorder": "#0d419d", | ||
"logoSubdued": "#30363d", | ||
"discussionBorder": "#34513b", | ||
"diffBlob": { | ||
"numText": "rgba(240,246,252,0.3)", | ||
"numHoverText": "rgba(240,246,252,0.6)", | ||
"addition": { | ||
"numBg": "rgba(35,134,54,0.3)", | ||
"lineBg": "rgba(35,134,54,0.15)", | ||
"wordBg": "rgba(35,134,54,0.3)" | ||
}, | ||
"deletion": { | ||
"numBg": "rgba(218,54,51,0.3)", | ||
"lineBg": "rgba(218,54,51,0.15)", | ||
"wordBg": "rgba(218,54,51,0.3)" | ||
}, | ||
"hunk": { | ||
"text": "#8b949e", | ||
"numBg": "rgba(88,166,255,0.15)", | ||
"lineBg": "rgba(88,166,255,0.1)" | ||
}, | ||
"emptyBlockBg": "#161b22", | ||
"selectedLineHighlightBg": "rgba(187,128,9,0.1)", | ||
"selectedLineHighlightBorder": "#bb8009", | ||
"expander": { | ||
"icon": "#8b949e", | ||
"hoverIcon": "#f0f6fc", | ||
"hoverBg": "#1f6feb" | ||
}, | ||
"commentButton": { | ||
"icon": "#f0f6fc", | ||
"bg": "#1f6feb", | ||
"gradientBg": "#367eed" | ||
} | ||
}, | ||
"globalNav": { | ||
@@ -773,2 +711,4 @@ "logo": "#f0f6fc", | ||
"successIconBorder": "rgba(46,160,67,0.4)", | ||
"successIndicatorBg": "#238636", | ||
"successIndicatorBorder": "#2ea043", | ||
"mergedIconBg": "rgba(188,140,255,0.1)", | ||
@@ -781,2 +721,4 @@ "mergedIconText": "#a371f7", | ||
"neutralIconBorder": "rgba(213,221,229,0.4)", | ||
"neutralIndicatorBg": "#484f58", | ||
"neutralIndicatorBorder": "#6e7681", | ||
"warningIconBg": "rgba(187,128,9,0.1)", | ||
@@ -786,6 +728,9 @@ "warningIconText": "#e3b341", | ||
"warningBoxBorder": "rgba(187,128,9,0.4)", | ||
"warningMergeHighlight": "rgba(187,128,9,0.1)", | ||
"errorIconBg": "rgba(248,81,73,0.1)", | ||
"errorIconText": "#f85149", | ||
"errorIconBorder": "rgba(248,81,73,0.4)" | ||
"errorIconBorder": "rgba(248,81,73,0.4)", | ||
"errorIndicatorBg": "#da3633", | ||
"errorIndicatorBorder": "#f85149" | ||
} | ||
} |
@@ -228,2 +228,3 @@ export default { | ||
"tertiary": "#d1d5da", | ||
"overlay": "#e1e4e8", | ||
"inverse": "#ffffff", | ||
@@ -239,2 +240,3 @@ "info": "#0366d6", | ||
"canvasInverse": "#24292e", | ||
"canvasInset": "#f6f8fa", | ||
"primary": "#ffffff", | ||
@@ -244,2 +246,3 @@ "secondary": "#fafbfc", | ||
"overlay": "#ffffff", | ||
"backdrop": "rgba(27,31,35,0.5)", | ||
"info": "#f1f8ff", | ||
@@ -255,40 +258,8 @@ "infoInverse": "#0366d6", | ||
"shadow": { | ||
"small": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.04)" | ||
], | ||
"medium": [ | ||
"0", | ||
"3px", | ||
"6px", | ||
"rgba(149,157,165,0.15)" | ||
], | ||
"large": [ | ||
"0", | ||
"8px", | ||
"24px", | ||
"rgba(149,157,165,0.2)" | ||
], | ||
"extraLarge": [ | ||
"0", | ||
"12px", | ||
"48px", | ||
"rgba(149,157,165,0.3)" | ||
], | ||
"highlight": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.25)" | ||
], | ||
"inset": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(225,228,232,0.2)" | ||
] | ||
"small": "0 1px 0 rgba(27,31,35,0.04)", | ||
"medium": "0 3px 6px rgba(149,157,165,0.15)", | ||
"large": "0 8px 24px rgba(149,157,165,0.2)", | ||
"extraLarge": "0 12px 48px rgba(149,157,165,0.3)", | ||
"highlight": "inset 0 1px 0 rgba(255,255,255,0.25)", | ||
"inset": "inset 0 1px 0 rgba(225,228,232,0.2)" | ||
}, | ||
@@ -312,28 +283,18 @@ "state": { | ||
"border": "#0366d6", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(3,102,214,0.3)" | ||
] | ||
"shadow": "0 0 0 3px rgba(3,102,214,0.3)" | ||
} | ||
}, | ||
"fade": { | ||
"black": { | ||
"10": "rgba(27,31,35,0.1)", | ||
"15": "rgba(27,31,35,0.15)", | ||
"30": "rgba(27,31,35,0.3)", | ||
"50": "rgba(27,31,35,0.5)", | ||
"70": "rgba(27,31,35,0.7)", | ||
"85": "rgba(27,31,35,0.85)" | ||
}, | ||
"white": { | ||
"10": "rgba(255,255,255,0.1)", | ||
"15": "rgba(255,255,255,0.15)", | ||
"30": "rgba(255,255,255,0.3)", | ||
"50": "rgba(255,255,255,0.5)", | ||
"70": "rgba(255,255,255,0.7)", | ||
"85": "rgba(255,255,255,0.85)" | ||
} | ||
"black10": "rgba(27,31,35,0.1)", | ||
"black15": "rgba(27,31,35,0.15)", | ||
"black30": "rgba(27,31,35,0.3)", | ||
"black50": "rgba(27,31,35,0.5)", | ||
"black70": "rgba(27,31,35,0.7)", | ||
"black85": "rgba(27,31,35,0.85)", | ||
"white10": "rgba(255,255,255,0.1)", | ||
"white15": "rgba(255,255,255,0.15)", | ||
"white30": "rgba(255,255,255,0.3)", | ||
"white50": "rgba(255,255,255,0.5)", | ||
"white70": "rgba(255,255,255,0.7)", | ||
"white85": "rgba(255,255,255,0.85)" | ||
}, | ||
@@ -369,8 +330,3 @@ "alert": { | ||
"border": "#e1e4e8", | ||
"shadow": [ | ||
"0", | ||
"3px", | ||
"6px", | ||
"rgba(149,157,165,0.15)" | ||
], | ||
"shadow": "0 3px 6px rgba(149,157,165,0.15)", | ||
"rowBorder": "#eaecef" | ||
@@ -385,15 +341,4 @@ }, | ||
"border": "rgba(27,31,35,0.15)", | ||
"shadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.04)" | ||
], | ||
"insetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.25)" | ||
], | ||
"shadow": "0 1px 0 rgba(27,31,35,0.04)", | ||
"insetShadow": "inset 0 1px 0 rgba(255,255,255,0.25)", | ||
"hoverBg": "#f3f4f6", | ||
@@ -404,23 +349,5 @@ "hoverBorder": "rgba(27,31,35,0.15)", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(3,102,214,0.3)" | ||
], | ||
"shadowActive": [ | ||
"inset", | ||
"0", | ||
"0.15em", | ||
"0.3em", | ||
"rgba(27,31,35,0.15)" | ||
], | ||
"shadowInputFocus": [ | ||
"0", | ||
"0", | ||
"0", | ||
"0.2em", | ||
"rgba(3,102,214,0.3)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(3,102,214,0.3)", | ||
"shadowActive": "inset 0 0.15em 0.3em rgba(27,31,35,0.15)", | ||
"shadowInputFocus": "0 0 0 0.2em rgba(3,102,214,0.3)", | ||
"primary": { | ||
@@ -430,25 +357,8 @@ "text": "#ffffff", | ||
"border": "rgba(27,31,35,0.15)", | ||
"shadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.1)" | ||
], | ||
"insetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.03)" | ||
], | ||
"shadow": "0 1px 0 rgba(27,31,35,0.1)", | ||
"insetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)", | ||
"hoverBg": "#2c974b", | ||
"hoverBorder": "rgba(27,31,35,0.15)", | ||
"selectedBg": "#2a8f47", | ||
"selectedShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(20,70,32,0.2)" | ||
], | ||
"selectedShadow": "inset 0 1px 0 rgba(20,70,32,0.2)", | ||
"disabledText": "rgba(255,255,255,0.8)", | ||
@@ -459,9 +369,3 @@ "disabledBg": "#94d3a2", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(46,164,79,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(46,164,79,0.4)", | ||
"icon": "rgba(255,255,255,0.8)", | ||
@@ -475,15 +379,4 @@ "counterBg": "rgba(255,255,255,0.2)" | ||
"hoverBorder": "rgba(27,31,35,0.15)", | ||
"hoverShadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.1)" | ||
], | ||
"hoverInsetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.03)" | ||
], | ||
"hoverShadow": "0 1px 0 rgba(27,31,35,0.1)", | ||
"hoverInsetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)", | ||
"hoverCounterBg": "rgba(255,255,255,0.2)", | ||
@@ -493,9 +386,3 @@ "selectedText": "#ffffff", | ||
"selectedBorder": "rgba(27,31,35,0.15)", | ||
"selectedShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(5,38,76,0.2)" | ||
], | ||
"selectedShadow": "inset 0 1px 0 rgba(5,38,76,0.2)", | ||
"disabledText": "rgba(3,102,214,0.5)", | ||
@@ -505,9 +392,3 @@ "disabledBg": "#fafbfc", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(0,92,197,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(0,92,197,0.4)", | ||
"counterBg": "rgba(3,102,214,0.1)" | ||
@@ -520,15 +401,4 @@ }, | ||
"hoverBorder": "rgba(27,31,35,0.15)", | ||
"hoverShadow": [ | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(27,31,35,0.1)" | ||
], | ||
"hoverInsetShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(255,255,255,0.03)" | ||
], | ||
"hoverShadow": "0 1px 0 rgba(27,31,35,0.1)", | ||
"hoverInsetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)", | ||
"hoverCounterBg": "rgba(255,255,255,0.2)", | ||
@@ -538,9 +408,3 @@ "selectedText": "#ffffff", | ||
"selectedBorder": "rgba(27,31,35,0.15)", | ||
"selectedShadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"0", | ||
"rgba(134,24,29,0.2)" | ||
], | ||
"selectedShadow": "inset 0 1px 0 rgba(134,24,29,0.2)", | ||
"disabledText": "rgba(215,58,73,0.5)", | ||
@@ -550,9 +414,3 @@ "disabledBg": "#fafbfc", | ||
"focusBorder": "rgba(27,31,35,0.15)", | ||
"focusShadow": [ | ||
"0", | ||
"0", | ||
"0", | ||
"3px", | ||
"rgba(203,36,49,0.4)" | ||
], | ||
"focusShadow": "0 0 0 3px rgba(203,36,49,0.4)", | ||
"counterBg": "rgba(215,58,73,0.1)" | ||
@@ -576,8 +434,3 @@ }, | ||
"border": "#e1e4e8", | ||
"shadow": [ | ||
"0", | ||
"8px", | ||
"24px", | ||
"rgba(149,157,165,0.2)" | ||
] | ||
"shadow": "0 8px 24px rgba(149,157,165,0.2)" | ||
}, | ||
@@ -615,9 +468,3 @@ "label": { | ||
"border": "#e1e4e8", | ||
"shadow": [ | ||
"inset", | ||
"0", | ||
"1px", | ||
"2px", | ||
"rgba(27,31,35,0.075)" | ||
], | ||
"shadow": "inset 0 1px 2px rgba(27,31,35,0.075)", | ||
"disabledBg": "#ffffff", | ||
@@ -649,8 +496,3 @@ "disabledBorder": "#e1e4e8", | ||
"stackFadeMore": "#e1e4e8", | ||
"childShadow": [ | ||
"-2px", | ||
"-2px", | ||
"0", | ||
"rgba(255,255,255,0.8)" | ||
] | ||
"childShadow": "-2px -2px 0 rgba(255,255,255,0.8)" | ||
}, | ||
@@ -670,8 +512,3 @@ "toast": { | ||
"borderSecondary": "#eaecef", | ||
"shadow": [ | ||
"0", | ||
"0", | ||
"18px", | ||
"rgba(27,31,35,0.4)" | ||
], | ||
"shadow": "0 0 18px rgba(27,31,35,0.4)", | ||
"backdropBg": "rgba(27,31,35,0.5)", | ||
@@ -687,3 +524,7 @@ "backdropBorder": "rgba(0,0,0,0)", | ||
"headerBlueBg": "#f1f8ff", | ||
"headerBlueBorder": "#c8e1ff" | ||
"headerBlueBorder": "#c8e1ff", | ||
"borderInfo": "rgba(3,102,214,0.2)", | ||
"bgInfo": "#f1f8ff", | ||
"borderWarning": "rgba(255,211,61,0.4)", | ||
"bgWarning": "#fffdef" | ||
}, | ||
@@ -768,19 +609,47 @@ "popover": { | ||
}, | ||
"iconFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
"hlAuthorBorder": "#c8e1ff", | ||
"logoSubdued": "#d1d5da", | ||
"discussionBorder": "#a2cbac", | ||
"diff": { | ||
"diffstat": { | ||
"neutralBg": "#d1d5da", | ||
"neutralBorder": "#d1d5da", | ||
"deletionBg": "#d73a49", | ||
"deletionBgStrong": "#1b1f23", | ||
"deletionBorder": "#d73a49", | ||
"deletionBorderStrong": "#1b1f23", | ||
"additionBg": "#28a745", | ||
"additionBgStrong": "#1b1f23", | ||
"additionBorder": "#28a745", | ||
"additionBorderStrong": "#1b1f23" | ||
"additionBorder": "#28a745" | ||
}, | ||
"iconFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
"hlAuthorBorder": "#c8e1ff", | ||
"logoSubdued": "#d1d5da", | ||
"discussionBorder": "#a2cbac", | ||
"diffBlob": { | ||
"numText": "rgba(27,31,35,0.3)", | ||
"numHoverText": "rgba(27,31,35,0.6)", | ||
"addition": { | ||
"numBg": "#cdffd8", | ||
"lineBg": "#e6ffed", | ||
"wordBg": "#acf2bd" | ||
}, | ||
"deletion": { | ||
"numBg": "#ffdce0", | ||
"lineBg": "#ffeef0", | ||
"wordBg": "#fdb8c0" | ||
}, | ||
"hunk": { | ||
"text": "rgba(27,31,35,0.7)", | ||
"numBg": "#dbedff", | ||
"lineBg": "#f1f8ff" | ||
}, | ||
"emptyBlockBg": "#fafbfc", | ||
"selectedLineHighlightBg": "rgba(255,223,93,0.2)", | ||
"selectedLineHighlightBorder": "#ffd33d", | ||
"expander": { | ||
"icon": "#586069", | ||
"hoverIcon": "#ffffff", | ||
"hoverBg": "#0366d6" | ||
}, | ||
"commentButton": { | ||
"icon": "#ffffff", | ||
"bg": "#0366d6", | ||
"gradientBg": "#0372ef" | ||
} | ||
}, | ||
"globalNav": { | ||
@@ -844,2 +713,4 @@ "logo": "#ffffff", | ||
"successIconBorder": "rgba(0,0,0,0)", | ||
"successIndicatorBg": "#28a745", | ||
"successIndicatorBorder": "rgba(0,0,0,0)", | ||
"mergedIconBg": "#6f42c1", | ||
@@ -852,2 +723,4 @@ "mergedIconText": "#ffffff", | ||
"neutralIconBorder": "rgba(0,0,0,0)", | ||
"neutralIndicatorBg": "#6a737d", | ||
"neutralIndicatorBorder": "rgba(0,0,0,0)", | ||
"warningIconBg": "#dbab09", | ||
@@ -857,6 +730,9 @@ "warningIconText": "#ffffff", | ||
"warningBoxBorder": "#ffd33d", | ||
"warningMergeHighlight": "rgba(0,0,0,0)", | ||
"errorIconBg": "#d73a49", | ||
"errorIconText": "#ffffff", | ||
"errorIconBorder": "rgba(0,0,0,0)" | ||
"errorIconBorder": "rgba(0,0,0,0)", | ||
"errorIndicatorBg": "#d73a49", | ||
"errorIndicatorBorder": "rgba(0,0,0,0)" | ||
} | ||
} |
{ | ||
"name": "@primer/primitives", | ||
"version": "0.0.0-9d38696", | ||
"version": "0.0.0-9d55cc8", | ||
"description": "Typography, spacing, and color primitives for Primer design system", | ||
@@ -34,2 +34,3 @@ "files": [ | ||
"@types/chalk": "^2.2.0", | ||
"@types/lodash": "^4.14.163", | ||
"@types/mkdirp": "^1.0.1", | ||
@@ -40,2 +41,3 @@ "@types/node": "^14.0.26", | ||
"deep-shape-equals": "^0.1.2", | ||
"lodash": "^4.17.20", | ||
"mkdirp": "^1.0.4", | ||
@@ -42,0 +44,0 @@ "node-sass": "^4.14.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
250507
13
7677