New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@primer/primitives

Package Overview
Dependencies
Maintainers
6
Versions
4513
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primer/primitives - npm Package Compare versions

Comparing version 0.0.0-da21f4f to 0.0.0-e267bd0

135

dist/js/colors/dark.d.ts

@@ -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;
};

@@ -153,5 +152,3 @@ alert: {

autocomplete: {
bg: string;
border: string;
shadow: string[];
shadow: string;
rowBorder: string;

@@ -173,5 +170,5 @@ };

focusBorder: string;
focusShadow: string[];
shadowActive: string[];
shadowInputFocus: string[];
focusShadow: string;
shadowActive: string;
shadowInputFocus: string;
primary: {

@@ -192,3 +189,3 @@ text: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
icon: string;

@@ -202,4 +199,4 @@ counterBg: string;

hoverBorder: string;
hoverShadow: string[];
hoverInsetShadow: string[];
hoverShadow: string;
hoverInsetShadow: string;
hoverCounterBg: string;

@@ -214,3 +211,3 @@ selectedText: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -234,3 +231,3 @@ };

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -252,5 +249,3 @@ };

dropdown: {
bg: string;
border: string;
shadow: string[];
shadow: string;
};

@@ -315,3 +310,3 @@ label: {

stackFadeMore: string;
childShadow: string[];
childShadow: string;
};

@@ -328,6 +323,4 @@ toast: {

selectMenu: {
bg: string;
border: string;
borderSecondary: string;
shadow: string[];
shadow: string;
backdropBg: string;

@@ -344,6 +337,7 @@ backdropBorder: string;

headerBlueBorder: string;
borderInfo: string;
bgInfo: string;
borderWarning: string;
bgWarning: string;
};
popover: {
border: string;
};
branchName: {

@@ -369,2 +363,3 @@ text: string;

borderActive: string;
bgActive: string;
};

@@ -425,19 +420,48 @@ sidenav: {

};
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;
discussionBgSuccess: 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 +525,4 @@ logo: string;

successIconBorder: string;
successIndicatorBg: string;
successIndicatorBorder: string;
mergedIconBg: string;

@@ -509,2 +535,4 @@ mergedIconText: string;

neutralIconBorder: string;
neutralIndicatorBg: string;
neutralIndicatorBorder: string;
warningIconBg: string;

@@ -514,7 +542,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)"
},

@@ -356,10 +329,3 @@ "alert": {

"autocomplete": {
"bg": "#21262d",
"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 +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",

@@ -382,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)",

@@ -419,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",

@@ -435,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)",

@@ -453,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",

@@ -459,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)"

@@ -471,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",

@@ -486,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,10 +429,3 @@ },

"dropdown": {
"bg": "#21262d",
"border": "#484f58",
"shadow": [
"0",
"16px",
"32px",
"rgba(1,4,9,0.85)"
]
"shadow": "0 16px 32px rgba(1,4,9,0.85)"
},

@@ -551,3 +463,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 +491,3 @@ "disabledBorder": "#30363d",

"stackFadeMore": "#21262d",
"childShadow": [
"-2px",
"-2px",
"0",
"#0d1117"
]
"childShadow": "-2px -2px 0 #0d1117"
},

@@ -597,11 +504,4 @@ "toast": {

"selectMenu": {
"bg": "#21262d",
"border": "#484f58",
"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,11 +517,12 @@ "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)"
},
"popover": {
"border": "rgba(1,4,9,0.15)"
},
"branchName": {
"text": "#f0f6fc",
"icon": "#b1bac4",
"bg": "rgba(240,246,252,0.1)",
"bg": "rgba(88,166,255,0.1)",
"link": {

@@ -642,3 +543,4 @@ "text": "#58a6ff",

"headingText": "#8b949e",
"borderActive": "#f78166"
"borderActive": "#f78166",
"bgActive": "#161b22"
},

@@ -699,19 +601,48 @@ "sidenav": {

},
"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",
"discussionBgSuccess": "rgba(46,160,67,0.1)",
"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 +706,4 @@ "logo": "#f0f6fc",

"successIconBorder": "rgba(46,160,67,0.4)",
"successIndicatorBg": "#238636",
"successIndicatorBorder": "#2ea043",
"mergedIconBg": "rgba(188,140,255,0.1)",

@@ -783,2 +716,4 @@ "mergedIconText": "#a371f7",

"neutralIconBorder": "rgba(213,221,229,0.4)",
"neutralIndicatorBg": "#484f58",
"neutralIndicatorBorder": "#6e7681",
"warningIconBg": "rgba(187,128,9,0.1)",

@@ -788,6 +723,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;
};

@@ -154,5 +153,3 @@ alert: {

autocomplete: {
bg: string;
border: string;
shadow: string[];
shadow: string;
rowBorder: string;

@@ -174,5 +171,5 @@ };

focusBorder: string;
focusShadow: string[];
shadowActive: string[];
shadowInputFocus: string[];
focusShadow: string;
shadowActive: string;
shadowInputFocus: string;
primary: {

@@ -193,3 +190,3 @@ text: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
icon: string;

@@ -203,4 +200,4 @@ counterBg: string;

hoverBorder: string;
hoverShadow: string[];
hoverInsetShadow: string[];
hoverShadow: string;
hoverInsetShadow: string;
hoverCounterBg: string;

@@ -215,3 +212,3 @@ selectedText: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -235,3 +232,3 @@ };

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -253,5 +250,3 @@ };

dropdown: {
bg: string;
border: string;
shadow: string[];
shadow: string;
};

@@ -316,3 +311,3 @@ label: {

stackFadeMore: string;
childShadow: string[];
childShadow: string;
};

@@ -329,6 +324,4 @@ toast: {

selectMenu: {
bg: string;
border: string;
borderSecondary: string;
shadow: string[];
shadow: string;
backdropBg: string;

@@ -345,6 +338,7 @@ backdropBorder: string;

headerBlueBorder: string;
borderInfo: string;
bgInfo: string;
borderWarning: string;
bgWarning: string;
};
popover: {
border: string;
};
branchName: {

@@ -370,2 +364,3 @@ text: string;

borderActive: string;
bgActive: string;
};

@@ -426,19 +421,48 @@ sidenav: {

};
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;
discussionBgSuccess: 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 +526,4 @@ logo: string;

successIconBorder: string;
successIndicatorBg: string;
successIndicatorBorder: string;
mergedIconBg: string;

@@ -510,2 +536,4 @@ mergedIconText: string;

neutralIconBorder: string;
neutralIndicatorBg: string;
neutralIndicatorBorder: string;
warningIconBg: string;

@@ -515,5 +543,8 @@ warningIconText: string;

warningBoxBorder: string;
warningMergeHighlight: string;
errorIconBg: string;
errorIconText: string;
errorIconBorder: string;
errorIndicatorBg: string;
errorIndicatorBorder: string;
};

@@ -572,2 +603,3 @@ };

tertiary: string;
overlay: string;
inverse: string;

@@ -583,2 +615,3 @@ info: string;

canvasInverse: string;
canvasInset: string;
primary: string;

@@ -588,2 +621,3 @@ secondary: string;

overlay: string;
backdrop: string;
info: string;

@@ -599,8 +633,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 +658,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;
};

@@ -673,5 +703,3 @@ alert: {

autocomplete: {
bg: string;
border: string;
shadow: string[];
shadow: string;
rowBorder: string;

@@ -686,4 +714,4 @@ };

border: string;
shadow: string[];
insetShadow: string[];
shadow: string;
insetShadow: string;
hoverBg: string;

@@ -694,5 +722,5 @@ hoverBorder: string;

focusBorder: string;
focusShadow: string[];
shadowActive: string[];
shadowInputFocus: string[];
focusShadow: string;
shadowActive: string;
shadowInputFocus: string;
primary: {

@@ -702,8 +730,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 +742,3 @@ disabledBg: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
icon: string;

@@ -724,4 +752,4 @@ counterBg: string;

hoverBorder: string;
hoverShadow: string[];
hoverInsetShadow: string[];
hoverShadow: string;
hoverInsetShadow: string;
hoverCounterBg: string;

@@ -731,3 +759,3 @@ selectedText: string;

selectedBorder: string;
selectedShadow: string[];
selectedShadow: string;
disabledText: string;

@@ -737,3 +765,3 @@ disabledBg: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -746,4 +774,4 @@ };

hoverBorder: string;
hoverShadow: string[];
hoverInsetShadow: string[];
hoverShadow: string;
hoverInsetShadow: string;
hoverCounterBg: string;

@@ -753,3 +781,3 @@ selectedText: string;

selectedBorder: string;
selectedShadow: string[];
selectedShadow: string;
disabledText: string;

@@ -759,3 +787,3 @@ disabledBg: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -777,5 +805,3 @@ };

dropdown: {
bg: string;
border: string;
shadow: string[];
shadow: string;
};

@@ -813,3 +839,3 @@ label: {

border: string;
shadow: string[];
shadow: string;
disabledBg: string;

@@ -841,3 +867,3 @@ disabledBorder: string;

stackFadeMore: string;
childShadow: string[];
childShadow: string;
};

@@ -854,6 +880,4 @@ toast: {

selectMenu: {
bg: string;
border: string;
borderSecondary: string;
shadow: string[];
shadow: string;
backdropBg: string;

@@ -870,6 +894,7 @@ backdropBorder: string;

headerBlueBorder: string;
borderInfo: string;
bgInfo: string;
borderWarning: string;
bgWarning: string;
};
popover: {
border: string;
};
branchName: {

@@ -895,2 +920,3 @@ text: string;

borderActive: string;
bgActive: string;
};

@@ -951,19 +977,48 @@ sidenav: {

};
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;
discussionBgSuccess: 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: {

@@ -1027,2 +1082,4 @@ logo: string;

successIconBorder: string;
successIndicatorBg: string;
successIndicatorBorder: string;
mergedIconBg: string;

@@ -1035,2 +1092,4 @@ mergedIconText: string;

neutralIconBorder: string;
neutralIndicatorBg: string;
neutralIndicatorBorder: string;
warningIconBg: string;

@@ -1040,5 +1099,8 @@ warningIconText: string;

warningBoxBorder: string;
warningMergeHighlight: string;
errorIconBg: string;
errorIconText: string;
errorIconBorder: string;
errorIndicatorBg: string;
errorIndicatorBorder: string;
};

@@ -1045,0 +1107,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;
};

@@ -153,5 +152,3 @@ alert: {

autocomplete: {
bg: string;
border: string;
shadow: string[];
shadow: string;
rowBorder: string;

@@ -166,4 +163,4 @@ };

border: string;
shadow: string[];
insetShadow: string[];
shadow: string;
insetShadow: string;
hoverBg: string;

@@ -174,5 +171,5 @@ hoverBorder: string;

focusBorder: string;
focusShadow: string[];
shadowActive: string[];
shadowInputFocus: string[];
focusShadow: string;
shadowActive: string;
shadowInputFocus: string;
primary: {

@@ -182,8 +179,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 +191,3 @@ disabledBg: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
icon: string;

@@ -204,4 +201,4 @@ counterBg: string;

hoverBorder: string;
hoverShadow: string[];
hoverInsetShadow: string[];
hoverShadow: string;
hoverInsetShadow: string;
hoverCounterBg: string;

@@ -211,3 +208,3 @@ selectedText: string;

selectedBorder: string;
selectedShadow: string[];
selectedShadow: string;
disabledText: string;

@@ -217,3 +214,3 @@ disabledBg: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -226,4 +223,4 @@ };

hoverBorder: string;
hoverShadow: string[];
hoverInsetShadow: string[];
hoverShadow: string;
hoverInsetShadow: string;
hoverCounterBg: string;

@@ -233,3 +230,3 @@ selectedText: string;

selectedBorder: string;
selectedShadow: string[];
selectedShadow: string;
disabledText: string;

@@ -239,3 +236,3 @@ disabledBg: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -257,5 +254,3 @@ };

dropdown: {
bg: string;
border: string;
shadow: string[];
shadow: string;
};

@@ -293,3 +288,3 @@ label: {

border: string;
shadow: string[];
shadow: string;
disabledBg: string;

@@ -321,3 +316,3 @@ disabledBorder: string;

stackFadeMore: string;
childShadow: string[];
childShadow: string;
};

@@ -334,6 +329,4 @@ toast: {

selectMenu: {
bg: string;
border: string;
borderSecondary: string;
shadow: string[];
shadow: string;
backdropBg: string;

@@ -350,6 +343,7 @@ backdropBorder: string;

headerBlueBorder: string;
borderInfo: string;
bgInfo: string;
borderWarning: string;
bgWarning: string;
};
popover: {
border: string;
};
branchName: {

@@ -375,2 +369,3 @@ text: string;

borderActive: string;
bgActive: string;
};

@@ -431,19 +426,48 @@ sidenav: {

};
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;
discussionBgSuccess: 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: {

@@ -507,2 +531,4 @@ logo: string;

successIconBorder: string;
successIndicatorBg: string;
successIndicatorBorder: string;
mergedIconBg: string;

@@ -515,2 +541,4 @@ mergedIconText: string;

neutralIconBorder: string;
neutralIndicatorBg: string;
neutralIndicatorBorder: string;
warningIconBg: string;

@@ -520,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": "#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)"
},

@@ -369,10 +330,3 @@ "alert": {

"autocomplete": {
"bg": "#ffffff",
"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 +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",

@@ -406,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": {

@@ -432,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)",

@@ -461,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)",

@@ -477,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)",

@@ -495,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)",

@@ -507,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)"

@@ -522,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)",

@@ -540,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)",

@@ -552,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,10 +432,3 @@ },

"dropdown": {
"bg": "#ffffff",
"border": "#e1e4e8",
"shadow": [
"0",
"8px",
"24px",
"rgba(149,157,165,0.2)"
]
"shadow": "0 8px 24px rgba(149,157,165,0.2)"
},

@@ -617,9 +466,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 +494,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)"
},

@@ -669,11 +507,4 @@ "toast": {

"selectMenu": {
"bg": "#ffffff",
"border": "#e1e4e8",
"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,7 +520,8 @@ "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"
},
"popover": {
"border": "rgba(27,31,35,0.15)"
},
"branchName": {

@@ -714,3 +546,4 @@ "text": "rgba(27,31,35,0.6)",

"headingText": "#24292e",
"borderActive": "#f9826c"
"borderActive": "#f9826c",
"bgActive": "rgba(0,0,0,0)"
},

@@ -771,19 +604,48 @@ "sidenav": {

},
"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",
"discussionBgSuccess": "#28a745",
"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": {

@@ -847,2 +709,4 @@ "logo": "#ffffff",

"successIconBorder": "rgba(0,0,0,0)",
"successIndicatorBg": "#28a745",
"successIndicatorBorder": "rgba(0,0,0,0)",
"mergedIconBg": "#6f42c1",

@@ -855,2 +719,4 @@ "mergedIconText": "#ffffff",

"neutralIconBorder": "rgba(0,0,0,0)",
"neutralIndicatorBg": "#6a737d",
"neutralIndicatorBorder": "rgba(0,0,0,0)",
"warningIconBg": "#dbab09",

@@ -860,6 +726,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;
};

@@ -155,5 +154,3 @@ alert: {

autocomplete: {
bg: string;
border: string;
shadow: string[];
shadow: string;
rowBorder: string;

@@ -175,5 +172,5 @@ };

focusBorder: string;
focusShadow: string[];
shadowActive: string[];
shadowInputFocus: string[];
focusShadow: string;
shadowActive: string;
shadowInputFocus: string;
primary: {

@@ -194,3 +191,3 @@ text: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
icon: string;

@@ -204,4 +201,4 @@ counterBg: string;

hoverBorder: string;
hoverShadow: string[];
hoverInsetShadow: string[];
hoverShadow: string;
hoverInsetShadow: string;
hoverCounterBg: string;

@@ -216,3 +213,3 @@ selectedText: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -236,3 +233,3 @@ };

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -254,5 +251,3 @@ };

dropdown: {
bg: string;
border: string;
shadow: string[];
shadow: string;
};

@@ -317,3 +312,3 @@ label: {

stackFadeMore: string;
childShadow: string[];
childShadow: string;
};

@@ -330,6 +325,4 @@ toast: {

selectMenu: {
bg: string;
border: string;
borderSecondary: string;
shadow: string[];
shadow: string;
backdropBg: string;

@@ -346,6 +339,7 @@ backdropBorder: string;

headerBlueBorder: string;
borderInfo: string;
bgInfo: string;
borderWarning: string;
bgWarning: string;
};
popover: {
border: string;
};
branchName: {

@@ -371,2 +365,3 @@ text: string;

borderActive: string;
bgActive: string;
};

@@ -427,19 +422,48 @@ sidenav: {

};
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;
discussionBgSuccess: 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: {

@@ -503,2 +527,4 @@ logo: string;

successIconBorder: string;
successIndicatorBg: string;
successIndicatorBorder: string;
mergedIconBg: string;

@@ -511,2 +537,4 @@ mergedIconText: string;

neutralIconBorder: string;
neutralIndicatorBg: string;
neutralIndicatorBorder: string;
warningIconBg: string;

@@ -516,5 +544,8 @@ warningIconText: string;

warningBoxBorder: string;
warningMergeHighlight: string;
errorIconBg: string;
errorIconText: string;
errorIconBorder: string;
errorIndicatorBg: string;
errorIndicatorBorder: string;
};

@@ -573,2 +604,3 @@ };

tertiary: string;
overlay: string;
inverse: string;

@@ -584,2 +616,3 @@ info: string;

canvasInverse: string;
canvasInset: string;
primary: string;

@@ -589,2 +622,3 @@ secondary: string;

overlay: string;
backdrop: string;
info: string;

@@ -600,8 +634,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;
};

@@ -625,22 +659,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,5 +704,3 @@ alert: {

autocomplete: {
bg: string;
border: string;
shadow: string[];
shadow: string;
rowBorder: string;

@@ -687,4 +715,4 @@ };

border: string;
shadow: string[];
insetShadow: string[];
shadow: string;
insetShadow: string;
hoverBg: string;

@@ -695,5 +723,5 @@ hoverBorder: string;

focusBorder: string;
focusShadow: string[];
shadowActive: string[];
shadowInputFocus: string[];
focusShadow: string;
shadowActive: string;
shadowInputFocus: string;
primary: {

@@ -703,8 +731,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;

@@ -715,3 +743,3 @@ disabledBg: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
icon: string;

@@ -725,4 +753,4 @@ counterBg: string;

hoverBorder: string;
hoverShadow: string[];
hoverInsetShadow: string[];
hoverShadow: string;
hoverInsetShadow: string;
hoverCounterBg: string;

@@ -732,3 +760,3 @@ selectedText: string;

selectedBorder: string;
selectedShadow: string[];
selectedShadow: string;
disabledText: string;

@@ -738,3 +766,3 @@ disabledBg: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -747,4 +775,4 @@ };

hoverBorder: string;
hoverShadow: string[];
hoverInsetShadow: string[];
hoverShadow: string;
hoverInsetShadow: string;
hoverCounterBg: string;

@@ -754,3 +782,3 @@ selectedText: string;

selectedBorder: string;
selectedShadow: string[];
selectedShadow: string;
disabledText: string;

@@ -760,3 +788,3 @@ disabledBg: string;

focusBorder: string;
focusShadow: string[];
focusShadow: string;
counterBg: string;

@@ -778,5 +806,3 @@ };

dropdown: {
bg: string;
border: string;
shadow: string[];
shadow: string;
};

@@ -814,3 +840,3 @@ label: {

border: string;
shadow: string[];
shadow: string;
disabledBg: string;

@@ -842,3 +868,3 @@ disabledBorder: string;

stackFadeMore: string;
childShadow: string[];
childShadow: string;
};

@@ -855,6 +881,4 @@ toast: {

selectMenu: {
bg: string;
border: string;
borderSecondary: string;
shadow: string[];
shadow: string;
backdropBg: string;

@@ -871,6 +895,7 @@ backdropBorder: string;

headerBlueBorder: string;
borderInfo: string;
bgInfo: string;
borderWarning: string;
bgWarning: string;
};
popover: {
border: string;
};
branchName: {

@@ -896,2 +921,3 @@ text: string;

borderActive: string;
bgActive: string;
};

@@ -952,19 +978,48 @@ sidenav: {

};
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;
discussionBgSuccess: 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: {

@@ -1028,2 +1083,4 @@ logo: string;

successIconBorder: string;
successIndicatorBg: string;
successIndicatorBorder: string;
mergedIconBg: string;

@@ -1036,2 +1093,4 @@ mergedIconText: string;

neutralIconBorder: string;
neutralIndicatorBg: string;
neutralIndicatorBorder: string;
warningIconBg: string;

@@ -1041,5 +1100,8 @@ warningIconText: string;

warningBoxBorder: string;
warningMergeHighlight: string;
errorIconBg: string;
errorIconText: string;
errorIconBorder: string;
errorIndicatorBg: string;
errorIndicatorBorder: string;
};

@@ -1046,0 +1108,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)"
},

@@ -354,10 +327,3 @@ "alert": {

"autocomplete": {
"bg": "#21262d",
"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 +337,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 +346,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 +365,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 +375,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 +382,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 +388,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 +394,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 +409,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)"

@@ -508,10 +427,3 @@ },

"dropdown": {
"bg": "#21262d",
"border": "#484f58",
"shadow": [
"0",
"16px",
"32px",
"rgba(1,4,9,0.85)"
]
"shadow": "0 16px 32px rgba(1,4,9,0.85)"
},

@@ -549,3 +461,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 +489,3 @@ "disabledBorder": "#30363d",

"stackFadeMore": "#21262d",
"childShadow": [
"-2px",
"-2px",
"0",
"#0d1117"
]
"childShadow": "-2px -2px 0 #0d1117"
},

@@ -595,11 +502,4 @@ "toast": {

"selectMenu": {
"bg": "#21262d",
"border": "#484f58",
"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,11 +515,12 @@ "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)"
},
"popover": {
"border": "rgba(1,4,9,0.15)"
},
"branchName": {
"text": "#f0f6fc",
"icon": "#b1bac4",
"bg": "rgba(240,246,252,0.1)",
"bg": "rgba(88,166,255,0.1)",
"link": {

@@ -640,3 +541,4 @@ "text": "#58a6ff",

"headingText": "#8b949e",
"borderActive": "#f78166"
"borderActive": "#f78166",
"bgActive": "#161b22"
},

@@ -697,19 +599,48 @@ "sidenav": {

},
"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",
"discussionBgSuccess": "rgba(46,160,67,0.1)",
"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 +704,4 @@ "logo": "#f0f6fc",

"successIconBorder": "rgba(46,160,67,0.4)",
"successIndicatorBg": "#238636",
"successIndicatorBorder": "#2ea043",
"mergedIconBg": "rgba(188,140,255,0.1)",

@@ -781,2 +714,4 @@ "mergedIconText": "#a371f7",

"neutralIconBorder": "rgba(213,221,229,0.4)",
"neutralIndicatorBg": "#484f58",
"neutralIndicatorBorder": "#6e7681",
"warningIconBg": "rgba(187,128,9,0.1)",

@@ -786,6 +721,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)"
},

@@ -367,10 +328,3 @@ "alert": {

"autocomplete": {
"bg": "#ffffff",
"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 +339,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 +347,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 +355,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 +367,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 +377,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 +384,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 +390,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 +399,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 +406,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 +412,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)"

@@ -574,10 +430,3 @@ },

"dropdown": {
"bg": "#ffffff",
"border": "#e1e4e8",
"shadow": [
"0",
"8px",
"24px",
"rgba(149,157,165,0.2)"
]
"shadow": "0 8px 24px rgba(149,157,165,0.2)"
},

@@ -615,9 +464,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 +492,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)"
},

@@ -667,11 +505,4 @@ "toast": {

"selectMenu": {
"bg": "#ffffff",
"border": "#e1e4e8",
"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,7 +518,8 @@ "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"
},
"popover": {
"border": "rgba(27,31,35,0.15)"
},
"branchName": {

@@ -712,3 +544,4 @@ "text": "rgba(27,31,35,0.6)",

"headingText": "#24292e",
"borderActive": "#f9826c"
"borderActive": "#f9826c",
"bgActive": "rgba(0,0,0,0)"
},

@@ -769,19 +602,48 @@ "sidenav": {

},
"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",
"discussionBgSuccess": "#28a745",
"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": {

@@ -845,2 +707,4 @@ "logo": "#ffffff",

"successIconBorder": "rgba(0,0,0,0)",
"successIndicatorBg": "#28a745",
"successIndicatorBorder": "rgba(0,0,0,0)",
"mergedIconBg": "#6f42c1",

@@ -853,2 +717,4 @@ "mergedIconText": "#ffffff",

"neutralIconBorder": "rgba(0,0,0,0)",
"neutralIndicatorBg": "#6a737d",
"neutralIndicatorBorder": "rgba(0,0,0,0)",
"warningIconBg": "#dbab09",

@@ -858,6 +724,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)"
},

@@ -354,10 +327,3 @@ "alert": {

"autocomplete": {
"bg": "#21262d",
"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 +337,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 +346,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 +365,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 +375,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 +382,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 +388,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 +394,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 +409,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)"

@@ -508,10 +427,3 @@ },

"dropdown": {
"bg": "#21262d",
"border": "#484f58",
"shadow": [
"0",
"16px",
"32px",
"rgba(1,4,9,0.85)"
]
"shadow": "0 16px 32px rgba(1,4,9,0.85)"
},

@@ -549,3 +461,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 +489,3 @@ "disabledBorder": "#30363d",

"stackFadeMore": "#21262d",
"childShadow": [
"-2px",
"-2px",
"0",
"#0d1117"
]
"childShadow": "-2px -2px 0 #0d1117"
},

@@ -595,11 +502,4 @@ "toast": {

"selectMenu": {
"bg": "#21262d",
"border": "#484f58",
"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,11 +515,12 @@ "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)"
},
"popover": {
"border": "rgba(1,4,9,0.15)"
},
"branchName": {
"text": "#f0f6fc",
"icon": "#b1bac4",
"bg": "rgba(240,246,252,0.1)",
"bg": "rgba(88,166,255,0.1)",
"link": {

@@ -640,3 +541,4 @@ "text": "#58a6ff",

"headingText": "#8b949e",
"borderActive": "#f78166"
"borderActive": "#f78166",
"bgActive": "#161b22"
},

@@ -697,19 +599,48 @@ "sidenav": {

},
"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",
"discussionBgSuccess": "rgba(46,160,67,0.1)",
"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 +704,4 @@ "logo": "#f0f6fc",

"successIconBorder": "rgba(46,160,67,0.4)",
"successIndicatorBg": "#238636",
"successIndicatorBorder": "#2ea043",
"mergedIconBg": "rgba(188,140,255,0.1)",

@@ -781,2 +714,4 @@ "mergedIconText": "#a371f7",

"neutralIconBorder": "rgba(213,221,229,0.4)",
"neutralIndicatorBg": "#484f58",
"neutralIndicatorBorder": "#6e7681",
"warningIconBg": "rgba(187,128,9,0.1)",

@@ -786,6 +721,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)"
},

@@ -367,10 +328,3 @@ "alert": {

"autocomplete": {
"bg": "#ffffff",
"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 +339,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 +347,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 +355,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 +367,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 +377,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 +384,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 +390,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 +399,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 +406,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 +412,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)"

@@ -574,10 +430,3 @@ },

"dropdown": {
"bg": "#ffffff",
"border": "#e1e4e8",
"shadow": [
"0",
"8px",
"24px",
"rgba(149,157,165,0.2)"
]
"shadow": "0 8px 24px rgba(149,157,165,0.2)"
},

@@ -615,9 +464,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 +492,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)"
},

@@ -667,11 +505,4 @@ "toast": {

"selectMenu": {
"bg": "#ffffff",
"border": "#e1e4e8",
"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,7 +518,8 @@ "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"
},
"popover": {
"border": "rgba(27,31,35,0.15)"
},
"branchName": {

@@ -712,3 +544,4 @@ "text": "rgba(27,31,35,0.6)",

"headingText": "#24292e",
"borderActive": "#f9826c"
"borderActive": "#f9826c",
"bgActive": "rgba(0,0,0,0)"
},

@@ -769,19 +602,48 @@ "sidenav": {

},
"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",
"discussionBgSuccess": "#28a745",
"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": {

@@ -845,2 +707,4 @@ "logo": "#ffffff",

"successIconBorder": "rgba(0,0,0,0)",
"successIndicatorBg": "#28a745",
"successIndicatorBorder": "rgba(0,0,0,0)",
"mergedIconBg": "#6f42c1",

@@ -853,2 +717,4 @@ "mergedIconText": "#ffffff",

"neutralIconBorder": "rgba(0,0,0,0)",
"neutralIndicatorBg": "#6a737d",
"neutralIndicatorBorder": "rgba(0,0,0,0)",
"warningIconBg": "#dbab09",

@@ -858,6 +724,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-da21f4f",
"version": "0.0.0-e267bd0",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc