@primer/primitives
Advanced tools
Comparing version 0.0.0-be37ff0 to 0.0.0-c09bcdc
@@ -52,2 +52,4 @@ declare const _default: { | ||
hoverPrimaryBorder: string; | ||
hoverPrimaryText: string; | ||
hoverPrimaryIcon: string; | ||
hoverSecondaryBg: string; | ||
@@ -57,2 +59,4 @@ hoverSecondaryBorder: string; | ||
selectedPrimaryBorder: string; | ||
selectedPrimaryText: string; | ||
selectedPrimaryIcon: string; | ||
}; | ||
@@ -71,2 +75,3 @@ border: { | ||
canvas: string; | ||
canvasMobile: string; | ||
canvasInverse: string; | ||
@@ -114,19 +119,23 @@ primary: string; | ||
alert: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
warn: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
error: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
success: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
@@ -229,2 +238,4 @@ }; | ||
blueBorder: string; | ||
rowYellowBg: string; | ||
rowBlueBg: string; | ||
}; | ||
@@ -251,2 +262,4 @@ dropdown: { | ||
text: string; | ||
bg: string; | ||
logo: string; | ||
}; | ||
@@ -270,3 +283,3 @@ filterItem: { | ||
}; | ||
icFolder: string; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
@@ -291,6 +304,6 @@ hlAuthorBorder: string; | ||
text: string; | ||
ic: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIc: string; | ||
inputIcon: string; | ||
inputPlaceholder: string; | ||
@@ -297,0 +310,0 @@ }; |
@@ -211,3 +211,3 @@ "use strict"; | ||
"inverse": "#0d1117", | ||
"linkPrimary": "#75bbff", | ||
"linkPrimary": "#54a2fb", | ||
"linkSecondary": "#f0f6fc", | ||
@@ -221,4 +221,4 @@ "linkTertiary": "#8b949e", | ||
"primary": "#f0f6fc", | ||
"secondary": "#8b949e", | ||
"tertiary": "#8b949e", | ||
"secondary": "#6e7681", | ||
"tertiary": "#484f58", | ||
"info": "#75bbff", | ||
@@ -232,10 +232,14 @@ "danger": "#ed4e50", | ||
"hoverPrimaryBorder": "#3f87e9", | ||
"hoverPrimaryText": "#f0f6fc", | ||
"hoverPrimaryIcon": "#f0f6fc", | ||
"hoverSecondaryBg": "#161b22", | ||
"hoverSecondaryBorder": "#161b22", | ||
"selectedPrimaryBg": "#3f87e9", | ||
"selectedPrimaryBorder": "#3f87e9" | ||
"selectedPrimaryBorder": "#3f87e9", | ||
"selectedPrimaryText": "#f0f6fc", | ||
"selectedPrimaryIcon": "#f0f6fc" | ||
}, | ||
"border": { | ||
"primary": "#30363d", | ||
"secondary": "#292e34", | ||
"secondary": "#21262d", | ||
"tertiary": "#6e7681", | ||
@@ -250,6 +254,7 @@ "inverse": "#ffffff", | ||
"canvas": "#0d1117", | ||
"canvasMobile": "#0d1117", | ||
"canvasInverse": "#f0f6fc", | ||
"primary": "#0d1117", | ||
"secondary": "#161b22", | ||
"tertiary": "#0d1117", | ||
"secondary": "#0d1117", | ||
"tertiary": "#161b22", | ||
"overlay": "#0d1117", | ||
@@ -331,19 +336,23 @@ "info": "#0b2e63", | ||
"alert": { | ||
"bg": "#0b2e63", | ||
"border": "rgba(117,187,255,0.2)", | ||
"icon": "rgba(117,187,255,0.6)", | ||
"text": "#75bbff", | ||
"icon": "#75bbff", | ||
"bg": "rgba(117,187,255,0.1)", | ||
"border": "rgba(117,187,255,0.4)", | ||
"warn": { | ||
"bg": "#9b6400", | ||
"border": "rgba(253,225,95,0.2)", | ||
"icon": "#fde15f" | ||
"text": "#f2d35b", | ||
"icon": "#f2d35b", | ||
"bg": "rgba(235,196,64,0.1)", | ||
"border": "rgba(235,196,64,0.4)" | ||
}, | ||
"error": { | ||
"bg": "#ffe3e6", | ||
"border": "rgba(255,189,186,0.2)", | ||
"icon": "rgba(255,189,186,0.6)" | ||
"text": "#ff7168", | ||
"icon": "#ff7168", | ||
"bg": "rgba(255,113,112,0.1)", | ||
"border": "rgba(255,113,112,0.4)" | ||
}, | ||
"success": { | ||
"bg": "#81e38a", | ||
"border": "rgba(88,206,101,0.2)", | ||
"icon": "rgba(88,206,101,0.8)" | ||
"text": "#58ce65", | ||
"icon": "#58ce65", | ||
"bg": "rgba(88,206,101,0.1)", | ||
"border": "rgba(88,206,101,0.4)" | ||
} | ||
@@ -359,4 +368,4 @@ }, | ||
"ic": "#6e7681", | ||
"bgHover": "#f3f4f6", | ||
"bgActive": "#f9f9fa", | ||
"bgHover": "#161b22", | ||
"bgActive": "#1a2028", | ||
"shadowActive": [ | ||
@@ -538,3 +547,5 @@ "inset", | ||
"box": { | ||
"blueBorder": "#0d4189" | ||
"blueBorder": "#0d4189", | ||
"rowYellowBg": "rgba(235,196,64,0.1)", | ||
"rowBlueBg": "rgba(117,187,255,0.1)" | ||
}, | ||
@@ -560,3 +571,5 @@ "dropdown": { | ||
"header": { | ||
"text": "rgba(255,255,255,0.7)" | ||
"text": "rgba(255,255,255,0.7)", | ||
"bg": "#161b22", | ||
"logo": "#ffffff" | ||
}, | ||
@@ -580,3 +593,3 @@ "filterItem": { | ||
}, | ||
"icFolder": "#2456aa", | ||
"iconFolder": "#6e7681", | ||
"hlAuthorBg": "#061e46", | ||
@@ -601,15 +614,15 @@ "hlAuthorBorder": "#0d4189", | ||
"text": "#f0f6fc", | ||
"ic": "#f0f6fc", | ||
"icon": "#f0f6fc", | ||
"inputBg": "#0d1117", | ||
"inputBorder": "#21262d", | ||
"inputIc": "#21262d", | ||
"inputIcon": "#21262d", | ||
"inputPlaceholder": "#484f58" | ||
}, | ||
"calendarGraph": { | ||
"dayBg": "#ebedf0", | ||
"dayBg": "#161b22", | ||
"dayBorder": "rgba(27,31,35,0.06)", | ||
"dayL1Bg": "#9be9a8", | ||
"dayL2Bg": "#40c463", | ||
"dayL3Bg": "#30a14e", | ||
"dayL4Bg": "#216e39", | ||
"dayL1Bg": "#0c2b1e", | ||
"dayL2Bg": "#034525", | ||
"dayL3Bg": "#0f6d31", | ||
"dayL4Bg": "#00c647", | ||
"dayL4Border": "rgba(27,31,35,0.06)", | ||
@@ -616,0 +629,0 @@ "dayL3Border": "rgba(27,31,35,0.06)", |
@@ -53,2 +53,4 @@ declare const _default: { | ||
hoverPrimaryBorder: string; | ||
hoverPrimaryText: string; | ||
hoverPrimaryIcon: string; | ||
hoverSecondaryBg: string; | ||
@@ -58,2 +60,4 @@ hoverSecondaryBorder: string; | ||
selectedPrimaryBorder: string; | ||
selectedPrimaryText: string; | ||
selectedPrimaryIcon: string; | ||
}; | ||
@@ -72,2 +76,3 @@ border: { | ||
canvas: string; | ||
canvasMobile: string; | ||
canvasInverse: string; | ||
@@ -115,19 +120,23 @@ primary: string; | ||
alert: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
warn: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
error: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
success: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
@@ -230,2 +239,4 @@ }; | ||
blueBorder: string; | ||
rowYellowBg: string; | ||
rowBlueBg: string; | ||
}; | ||
@@ -252,2 +263,4 @@ dropdown: { | ||
text: string; | ||
bg: string; | ||
logo: string; | ||
}; | ||
@@ -271,3 +284,3 @@ filterItem: { | ||
}; | ||
icFolder: string; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
@@ -292,6 +305,6 @@ hlAuthorBorder: string; | ||
text: string; | ||
ic: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIc: string; | ||
inputIcon: string; | ||
inputPlaceholder: string; | ||
@@ -363,2 +376,4 @@ }; | ||
hoverPrimaryBorder: string; | ||
hoverPrimaryText: string; | ||
hoverPrimaryIcon: string; | ||
hoverSecondaryBg: string; | ||
@@ -368,2 +383,4 @@ hoverSecondaryBorder: string; | ||
selectedPrimaryBorder: string; | ||
selectedPrimaryText: string; | ||
selectedPrimaryIcon: string; | ||
}; | ||
@@ -382,2 +399,3 @@ border: { | ||
canvas: string; | ||
canvasMobile: string; | ||
canvasInverse: string; | ||
@@ -425,19 +443,23 @@ primary: string; | ||
alert: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
warn: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
error: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
success: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
@@ -540,2 +562,4 @@ }; | ||
blueBorder: string; | ||
rowYellowBg: string; | ||
rowBlueBg: string; | ||
}; | ||
@@ -562,2 +586,4 @@ dropdown: { | ||
text: string; | ||
bg: string; | ||
logo: string; | ||
}; | ||
@@ -581,3 +607,3 @@ filterItem: { | ||
}; | ||
icFolder: string; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
@@ -602,6 +628,6 @@ hlAuthorBorder: string; | ||
text: string; | ||
ic: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIc: string; | ||
inputIcon: string; | ||
inputPlaceholder: string; | ||
@@ -608,0 +634,0 @@ }; |
@@ -52,2 +52,4 @@ declare const _default: { | ||
hoverPrimaryBorder: string; | ||
hoverPrimaryText: string; | ||
hoverPrimaryIcon: string; | ||
hoverSecondaryBg: string; | ||
@@ -57,2 +59,4 @@ hoverSecondaryBorder: string; | ||
selectedPrimaryBorder: string; | ||
selectedPrimaryText: string; | ||
selectedPrimaryIcon: string; | ||
}; | ||
@@ -71,2 +75,3 @@ border: { | ||
canvas: string; | ||
canvasMobile: string; | ||
canvasInverse: string; | ||
@@ -114,19 +119,23 @@ primary: string; | ||
alert: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
warn: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
error: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
success: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
@@ -229,2 +238,4 @@ }; | ||
blueBorder: string; | ||
rowYellowBg: string; | ||
rowBlueBg: string; | ||
}; | ||
@@ -251,2 +262,4 @@ dropdown: { | ||
text: string; | ||
bg: string; | ||
logo: string; | ||
}; | ||
@@ -270,3 +283,3 @@ filterItem: { | ||
}; | ||
icFolder: string; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
@@ -291,6 +304,6 @@ hlAuthorBorder: string; | ||
text: string; | ||
ic: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIc: string; | ||
inputIcon: string; | ||
inputPlaceholder: string; | ||
@@ -297,0 +310,0 @@ }; |
@@ -230,6 +230,10 @@ "use strict"; | ||
"hoverPrimaryBorder": "#0366d6", | ||
"hoverPrimaryText": "#ffffff", | ||
"hoverPrimaryIcon": "#ffffff", | ||
"hoverSecondaryBg": "#f6f8fa", | ||
"hoverSecondaryBorder": "#f6f8fa", | ||
"selectedPrimaryBg": "#0366d6", | ||
"selectedPrimaryBorder": "#0366d6" | ||
"selectedPrimaryBorder": "#0366d6", | ||
"selectedPrimaryText": "#ffffff", | ||
"selectedPrimaryIcon": "#ffffff" | ||
}, | ||
@@ -248,6 +252,7 @@ "border": { | ||
"canvas": "#ffffff", | ||
"canvasMobile": "#ffffff", | ||
"canvasInverse": "#24292e", | ||
"primary": "#ffffff", | ||
"secondary": "#f6f8fa", | ||
"tertiary": "#fafbfc", | ||
"secondary": "#fafbfc", | ||
"tertiary": "#f6f8fa", | ||
"overlay": "#ffffff", | ||
@@ -261,3 +266,3 @@ "info": "#f1f8ff", | ||
"warning": "#fff5b1", | ||
"warningInverse": "#f9c513" | ||
"warningInverse": "#ffd33d" | ||
}, | ||
@@ -330,19 +335,23 @@ "shadow": { | ||
"alert": { | ||
"text": "#24292e", | ||
"icon": "rgba(4,66,137,0.6)", | ||
"bg": "#dbedff", | ||
"border": "rgba(4,66,137,0.2)", | ||
"icon": "rgba(4,66,137,0.6)", | ||
"warn": { | ||
"text": "#24292e", | ||
"icon": "#b08800", | ||
"bg": "#fffbdd", | ||
"border": "rgba(176,136,0,0.2)", | ||
"icon": "#b08800" | ||
"border": "rgba(176,136,0,0.2)" | ||
}, | ||
"error": { | ||
"text": "#24292e", | ||
"icon": "rgba(158,28,35,0.6)", | ||
"bg": "#ffe3e6", | ||
"border": "rgba(158,28,35,0.2)", | ||
"icon": "rgba(158,28,35,0.6)" | ||
"border": "rgba(158,28,35,0.2)" | ||
}, | ||
"success": { | ||
"text": "#24292e", | ||
"icon": "rgba(23,111,44,0.8)", | ||
"bg": "#dcffe4", | ||
"border": "rgba(23,111,44,0.2)", | ||
"icon": "rgba(23,111,44,0.8)" | ||
"border": "rgba(23,111,44,0.2)" | ||
} | ||
@@ -536,3 +545,5 @@ }, | ||
"box": { | ||
"blueBorder": "#c8e1ff" | ||
"blueBorder": "#c8e1ff", | ||
"rowYellowBg": "#fffbdd", | ||
"rowBlueBg": "#f1f8ff" | ||
}, | ||
@@ -558,3 +569,5 @@ "dropdown": { | ||
"header": { | ||
"text": "rgba(255,255,255,0.7)" | ||
"text": "rgba(255,255,255,0.7)", | ||
"bg": "#2f363d", | ||
"logo": "#ffffff" | ||
}, | ||
@@ -578,3 +591,3 @@ "filterItem": { | ||
}, | ||
"icFolder": "#79b8ff", | ||
"iconFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
@@ -599,6 +612,6 @@ "hlAuthorBorder": "#c8e1ff", | ||
"text": "#ffffff", | ||
"ic": "#ffffff", | ||
"icon": "#ffffff", | ||
"inputBg": "#fafbfc", | ||
"inputBorder": "#fafbfc", | ||
"inputIc": "#d1d5da", | ||
"inputIcon": "#d1d5da", | ||
"inputPlaceholder": "#959da5" | ||
@@ -605,0 +618,0 @@ }, |
@@ -54,2 +54,4 @@ declare const _default: { | ||
hoverPrimaryBorder: string; | ||
hoverPrimaryText: string; | ||
hoverPrimaryIcon: string; | ||
hoverSecondaryBg: string; | ||
@@ -59,2 +61,4 @@ hoverSecondaryBorder: string; | ||
selectedPrimaryBorder: string; | ||
selectedPrimaryText: string; | ||
selectedPrimaryIcon: string; | ||
}; | ||
@@ -73,2 +77,3 @@ border: { | ||
canvas: string; | ||
canvasMobile: string; | ||
canvasInverse: string; | ||
@@ -116,19 +121,23 @@ primary: string; | ||
alert: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
warn: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
error: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
success: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
@@ -231,2 +240,4 @@ }; | ||
blueBorder: string; | ||
rowYellowBg: string; | ||
rowBlueBg: string; | ||
}; | ||
@@ -253,2 +264,4 @@ dropdown: { | ||
text: string; | ||
bg: string; | ||
logo: string; | ||
}; | ||
@@ -272,3 +285,3 @@ filterItem: { | ||
}; | ||
icFolder: string; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
@@ -293,6 +306,6 @@ hlAuthorBorder: string; | ||
text: string; | ||
ic: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIc: string; | ||
inputIcon: string; | ||
inputPlaceholder: string; | ||
@@ -364,2 +377,4 @@ }; | ||
hoverPrimaryBorder: string; | ||
hoverPrimaryText: string; | ||
hoverPrimaryIcon: string; | ||
hoverSecondaryBg: string; | ||
@@ -369,2 +384,4 @@ hoverSecondaryBorder: string; | ||
selectedPrimaryBorder: string; | ||
selectedPrimaryText: string; | ||
selectedPrimaryIcon: string; | ||
}; | ||
@@ -383,2 +400,3 @@ border: { | ||
canvas: string; | ||
canvasMobile: string; | ||
canvasInverse: string; | ||
@@ -426,19 +444,23 @@ primary: string; | ||
alert: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
warn: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
error: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
success: { | ||
text: string; | ||
icon: string; | ||
bg: string; | ||
border: string; | ||
icon: string; | ||
}; | ||
@@ -541,2 +563,4 @@ }; | ||
blueBorder: string; | ||
rowYellowBg: string; | ||
rowBlueBg: string; | ||
}; | ||
@@ -563,2 +587,4 @@ dropdown: { | ||
text: string; | ||
bg: string; | ||
logo: string; | ||
}; | ||
@@ -582,3 +608,3 @@ filterItem: { | ||
}; | ||
icFolder: string; | ||
iconFolder: string; | ||
hlAuthorBg: string; | ||
@@ -603,6 +629,6 @@ hlAuthorBorder: string; | ||
text: string; | ||
ic: string; | ||
icon: string; | ||
inputBg: string; | ||
inputBorder: string; | ||
inputIc: string; | ||
inputIcon: string; | ||
inputPlaceholder: string; | ||
@@ -609,0 +635,0 @@ }; |
@@ -209,3 +209,3 @@ { | ||
"inverse": "#0d1117", | ||
"linkPrimary": "#75bbff", | ||
"linkPrimary": "#54a2fb", | ||
"linkSecondary": "#f0f6fc", | ||
@@ -219,4 +219,4 @@ "linkTertiary": "#8b949e", | ||
"primary": "#f0f6fc", | ||
"secondary": "#8b949e", | ||
"tertiary": "#8b949e", | ||
"secondary": "#6e7681", | ||
"tertiary": "#484f58", | ||
"info": "#75bbff", | ||
@@ -230,10 +230,14 @@ "danger": "#ed4e50", | ||
"hoverPrimaryBorder": "#3f87e9", | ||
"hoverPrimaryText": "#f0f6fc", | ||
"hoverPrimaryIcon": "#f0f6fc", | ||
"hoverSecondaryBg": "#161b22", | ||
"hoverSecondaryBorder": "#161b22", | ||
"selectedPrimaryBg": "#3f87e9", | ||
"selectedPrimaryBorder": "#3f87e9" | ||
"selectedPrimaryBorder": "#3f87e9", | ||
"selectedPrimaryText": "#f0f6fc", | ||
"selectedPrimaryIcon": "#f0f6fc" | ||
}, | ||
"border": { | ||
"primary": "#30363d", | ||
"secondary": "#292e34", | ||
"secondary": "#21262d", | ||
"tertiary": "#6e7681", | ||
@@ -248,6 +252,7 @@ "inverse": "#ffffff", | ||
"canvas": "#0d1117", | ||
"canvasMobile": "#0d1117", | ||
"canvasInverse": "#f0f6fc", | ||
"primary": "#0d1117", | ||
"secondary": "#161b22", | ||
"tertiary": "#0d1117", | ||
"secondary": "#0d1117", | ||
"tertiary": "#161b22", | ||
"overlay": "#0d1117", | ||
@@ -329,19 +334,23 @@ "info": "#0b2e63", | ||
"alert": { | ||
"bg": "#0b2e63", | ||
"border": "rgba(117,187,255,0.2)", | ||
"icon": "rgba(117,187,255,0.6)", | ||
"text": "#75bbff", | ||
"icon": "#75bbff", | ||
"bg": "rgba(117,187,255,0.1)", | ||
"border": "rgba(117,187,255,0.4)", | ||
"warn": { | ||
"bg": "#9b6400", | ||
"border": "rgba(253,225,95,0.2)", | ||
"icon": "#fde15f" | ||
"text": "#f2d35b", | ||
"icon": "#f2d35b", | ||
"bg": "rgba(235,196,64,0.1)", | ||
"border": "rgba(235,196,64,0.4)" | ||
}, | ||
"error": { | ||
"bg": "#ffe3e6", | ||
"border": "rgba(255,189,186,0.2)", | ||
"icon": "rgba(255,189,186,0.6)" | ||
"text": "#ff7168", | ||
"icon": "#ff7168", | ||
"bg": "rgba(255,113,112,0.1)", | ||
"border": "rgba(255,113,112,0.4)" | ||
}, | ||
"success": { | ||
"bg": "#81e38a", | ||
"border": "rgba(88,206,101,0.2)", | ||
"icon": "rgba(88,206,101,0.8)" | ||
"text": "#58ce65", | ||
"icon": "#58ce65", | ||
"bg": "rgba(88,206,101,0.1)", | ||
"border": "rgba(88,206,101,0.4)" | ||
} | ||
@@ -357,4 +366,4 @@ }, | ||
"ic": "#6e7681", | ||
"bgHover": "#f3f4f6", | ||
"bgActive": "#f9f9fa", | ||
"bgHover": "#161b22", | ||
"bgActive": "#1a2028", | ||
"shadowActive": [ | ||
@@ -536,3 +545,5 @@ "inset", | ||
"box": { | ||
"blueBorder": "#0d4189" | ||
"blueBorder": "#0d4189", | ||
"rowYellowBg": "rgba(235,196,64,0.1)", | ||
"rowBlueBg": "rgba(117,187,255,0.1)" | ||
}, | ||
@@ -558,3 +569,5 @@ "dropdown": { | ||
"header": { | ||
"text": "rgba(255,255,255,0.7)" | ||
"text": "rgba(255,255,255,0.7)", | ||
"bg": "#161b22", | ||
"logo": "#ffffff" | ||
}, | ||
@@ -578,3 +591,3 @@ "filterItem": { | ||
}, | ||
"icFolder": "#2456aa", | ||
"iconFolder": "#6e7681", | ||
"hlAuthorBg": "#061e46", | ||
@@ -599,15 +612,15 @@ "hlAuthorBorder": "#0d4189", | ||
"text": "#f0f6fc", | ||
"ic": "#f0f6fc", | ||
"icon": "#f0f6fc", | ||
"inputBg": "#0d1117", | ||
"inputBorder": "#21262d", | ||
"inputIc": "#21262d", | ||
"inputIcon": "#21262d", | ||
"inputPlaceholder": "#484f58" | ||
}, | ||
"calendarGraph": { | ||
"dayBg": "#ebedf0", | ||
"dayBg": "#161b22", | ||
"dayBorder": "rgba(27,31,35,0.06)", | ||
"dayL1Bg": "#9be9a8", | ||
"dayL2Bg": "#40c463", | ||
"dayL3Bg": "#30a14e", | ||
"dayL4Bg": "#216e39", | ||
"dayL1Bg": "#0c2b1e", | ||
"dayL2Bg": "#034525", | ||
"dayL3Bg": "#0f6d31", | ||
"dayL4Bg": "#00c647", | ||
"dayL4Border": "rgba(27,31,35,0.06)", | ||
@@ -614,0 +627,0 @@ "dayL3Border": "rgba(27,31,35,0.06)", |
@@ -228,6 +228,10 @@ { | ||
"hoverPrimaryBorder": "#0366d6", | ||
"hoverPrimaryText": "#ffffff", | ||
"hoverPrimaryIcon": "#ffffff", | ||
"hoverSecondaryBg": "#f6f8fa", | ||
"hoverSecondaryBorder": "#f6f8fa", | ||
"selectedPrimaryBg": "#0366d6", | ||
"selectedPrimaryBorder": "#0366d6" | ||
"selectedPrimaryBorder": "#0366d6", | ||
"selectedPrimaryText": "#ffffff", | ||
"selectedPrimaryIcon": "#ffffff" | ||
}, | ||
@@ -246,6 +250,7 @@ "border": { | ||
"canvas": "#ffffff", | ||
"canvasMobile": "#ffffff", | ||
"canvasInverse": "#24292e", | ||
"primary": "#ffffff", | ||
"secondary": "#f6f8fa", | ||
"tertiary": "#fafbfc", | ||
"secondary": "#fafbfc", | ||
"tertiary": "#f6f8fa", | ||
"overlay": "#ffffff", | ||
@@ -259,3 +264,3 @@ "info": "#f1f8ff", | ||
"warning": "#fff5b1", | ||
"warningInverse": "#f9c513" | ||
"warningInverse": "#ffd33d" | ||
}, | ||
@@ -328,19 +333,23 @@ "shadow": { | ||
"alert": { | ||
"text": "#24292e", | ||
"icon": "rgba(4,66,137,0.6)", | ||
"bg": "#dbedff", | ||
"border": "rgba(4,66,137,0.2)", | ||
"icon": "rgba(4,66,137,0.6)", | ||
"warn": { | ||
"text": "#24292e", | ||
"icon": "#b08800", | ||
"bg": "#fffbdd", | ||
"border": "rgba(176,136,0,0.2)", | ||
"icon": "#b08800" | ||
"border": "rgba(176,136,0,0.2)" | ||
}, | ||
"error": { | ||
"text": "#24292e", | ||
"icon": "rgba(158,28,35,0.6)", | ||
"bg": "#ffe3e6", | ||
"border": "rgba(158,28,35,0.2)", | ||
"icon": "rgba(158,28,35,0.6)" | ||
"border": "rgba(158,28,35,0.2)" | ||
}, | ||
"success": { | ||
"text": "#24292e", | ||
"icon": "rgba(23,111,44,0.8)", | ||
"bg": "#dcffe4", | ||
"border": "rgba(23,111,44,0.2)", | ||
"icon": "rgba(23,111,44,0.8)" | ||
"border": "rgba(23,111,44,0.2)" | ||
} | ||
@@ -534,3 +543,5 @@ }, | ||
"box": { | ||
"blueBorder": "#c8e1ff" | ||
"blueBorder": "#c8e1ff", | ||
"rowYellowBg": "#fffbdd", | ||
"rowBlueBg": "#f1f8ff" | ||
}, | ||
@@ -556,3 +567,5 @@ "dropdown": { | ||
"header": { | ||
"text": "rgba(255,255,255,0.7)" | ||
"text": "rgba(255,255,255,0.7)", | ||
"bg": "#2f363d", | ||
"logo": "#ffffff" | ||
}, | ||
@@ -576,3 +589,3 @@ "filterItem": { | ||
}, | ||
"icFolder": "#79b8ff", | ||
"iconFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
@@ -597,6 +610,6 @@ "hlAuthorBorder": "#c8e1ff", | ||
"text": "#ffffff", | ||
"ic": "#ffffff", | ||
"icon": "#ffffff", | ||
"inputBg": "#fafbfc", | ||
"inputBorder": "#fafbfc", | ||
"inputIc": "#d1d5da", | ||
"inputIcon": "#d1d5da", | ||
"inputPlaceholder": "#959da5" | ||
@@ -603,0 +616,0 @@ }, |
@@ -209,3 +209,3 @@ export default { | ||
"inverse": "#0d1117", | ||
"linkPrimary": "#75bbff", | ||
"linkPrimary": "#54a2fb", | ||
"linkSecondary": "#f0f6fc", | ||
@@ -219,4 +219,4 @@ "linkTertiary": "#8b949e", | ||
"primary": "#f0f6fc", | ||
"secondary": "#8b949e", | ||
"tertiary": "#8b949e", | ||
"secondary": "#6e7681", | ||
"tertiary": "#484f58", | ||
"info": "#75bbff", | ||
@@ -230,10 +230,14 @@ "danger": "#ed4e50", | ||
"hoverPrimaryBorder": "#3f87e9", | ||
"hoverPrimaryText": "#f0f6fc", | ||
"hoverPrimaryIcon": "#f0f6fc", | ||
"hoverSecondaryBg": "#161b22", | ||
"hoverSecondaryBorder": "#161b22", | ||
"selectedPrimaryBg": "#3f87e9", | ||
"selectedPrimaryBorder": "#3f87e9" | ||
"selectedPrimaryBorder": "#3f87e9", | ||
"selectedPrimaryText": "#f0f6fc", | ||
"selectedPrimaryIcon": "#f0f6fc" | ||
}, | ||
"border": { | ||
"primary": "#30363d", | ||
"secondary": "#292e34", | ||
"secondary": "#21262d", | ||
"tertiary": "#6e7681", | ||
@@ -248,6 +252,7 @@ "inverse": "#ffffff", | ||
"canvas": "#0d1117", | ||
"canvasMobile": "#0d1117", | ||
"canvasInverse": "#f0f6fc", | ||
"primary": "#0d1117", | ||
"secondary": "#161b22", | ||
"tertiary": "#0d1117", | ||
"secondary": "#0d1117", | ||
"tertiary": "#161b22", | ||
"overlay": "#0d1117", | ||
@@ -329,19 +334,23 @@ "info": "#0b2e63", | ||
"alert": { | ||
"bg": "#0b2e63", | ||
"border": "rgba(117,187,255,0.2)", | ||
"icon": "rgba(117,187,255,0.6)", | ||
"text": "#75bbff", | ||
"icon": "#75bbff", | ||
"bg": "rgba(117,187,255,0.1)", | ||
"border": "rgba(117,187,255,0.4)", | ||
"warn": { | ||
"bg": "#9b6400", | ||
"border": "rgba(253,225,95,0.2)", | ||
"icon": "#fde15f" | ||
"text": "#f2d35b", | ||
"icon": "#f2d35b", | ||
"bg": "rgba(235,196,64,0.1)", | ||
"border": "rgba(235,196,64,0.4)" | ||
}, | ||
"error": { | ||
"bg": "#ffe3e6", | ||
"border": "rgba(255,189,186,0.2)", | ||
"icon": "rgba(255,189,186,0.6)" | ||
"text": "#ff7168", | ||
"icon": "#ff7168", | ||
"bg": "rgba(255,113,112,0.1)", | ||
"border": "rgba(255,113,112,0.4)" | ||
}, | ||
"success": { | ||
"bg": "#81e38a", | ||
"border": "rgba(88,206,101,0.2)", | ||
"icon": "rgba(88,206,101,0.8)" | ||
"text": "#58ce65", | ||
"icon": "#58ce65", | ||
"bg": "rgba(88,206,101,0.1)", | ||
"border": "rgba(88,206,101,0.4)" | ||
} | ||
@@ -357,4 +366,4 @@ }, | ||
"ic": "#6e7681", | ||
"bgHover": "#f3f4f6", | ||
"bgActive": "#f9f9fa", | ||
"bgHover": "#161b22", | ||
"bgActive": "#1a2028", | ||
"shadowActive": [ | ||
@@ -536,3 +545,5 @@ "inset", | ||
"box": { | ||
"blueBorder": "#0d4189" | ||
"blueBorder": "#0d4189", | ||
"rowYellowBg": "rgba(235,196,64,0.1)", | ||
"rowBlueBg": "rgba(117,187,255,0.1)" | ||
}, | ||
@@ -558,3 +569,5 @@ "dropdown": { | ||
"header": { | ||
"text": "rgba(255,255,255,0.7)" | ||
"text": "rgba(255,255,255,0.7)", | ||
"bg": "#161b22", | ||
"logo": "#ffffff" | ||
}, | ||
@@ -578,3 +591,3 @@ "filterItem": { | ||
}, | ||
"icFolder": "#2456aa", | ||
"iconFolder": "#6e7681", | ||
"hlAuthorBg": "#061e46", | ||
@@ -599,15 +612,15 @@ "hlAuthorBorder": "#0d4189", | ||
"text": "#f0f6fc", | ||
"ic": "#f0f6fc", | ||
"icon": "#f0f6fc", | ||
"inputBg": "#0d1117", | ||
"inputBorder": "#21262d", | ||
"inputIc": "#21262d", | ||
"inputIcon": "#21262d", | ||
"inputPlaceholder": "#484f58" | ||
}, | ||
"calendarGraph": { | ||
"dayBg": "#ebedf0", | ||
"dayBg": "#161b22", | ||
"dayBorder": "rgba(27,31,35,0.06)", | ||
"dayL1Bg": "#9be9a8", | ||
"dayL2Bg": "#40c463", | ||
"dayL3Bg": "#30a14e", | ||
"dayL4Bg": "#216e39", | ||
"dayL1Bg": "#0c2b1e", | ||
"dayL2Bg": "#034525", | ||
"dayL3Bg": "#0f6d31", | ||
"dayL4Bg": "#00c647", | ||
"dayL4Border": "rgba(27,31,35,0.06)", | ||
@@ -614,0 +627,0 @@ "dayL3Border": "rgba(27,31,35,0.06)", |
@@ -228,6 +228,10 @@ export default { | ||
"hoverPrimaryBorder": "#0366d6", | ||
"hoverPrimaryText": "#ffffff", | ||
"hoverPrimaryIcon": "#ffffff", | ||
"hoverSecondaryBg": "#f6f8fa", | ||
"hoverSecondaryBorder": "#f6f8fa", | ||
"selectedPrimaryBg": "#0366d6", | ||
"selectedPrimaryBorder": "#0366d6" | ||
"selectedPrimaryBorder": "#0366d6", | ||
"selectedPrimaryText": "#ffffff", | ||
"selectedPrimaryIcon": "#ffffff" | ||
}, | ||
@@ -246,6 +250,7 @@ "border": { | ||
"canvas": "#ffffff", | ||
"canvasMobile": "#ffffff", | ||
"canvasInverse": "#24292e", | ||
"primary": "#ffffff", | ||
"secondary": "#f6f8fa", | ||
"tertiary": "#fafbfc", | ||
"secondary": "#fafbfc", | ||
"tertiary": "#f6f8fa", | ||
"overlay": "#ffffff", | ||
@@ -259,3 +264,3 @@ "info": "#f1f8ff", | ||
"warning": "#fff5b1", | ||
"warningInverse": "#f9c513" | ||
"warningInverse": "#ffd33d" | ||
}, | ||
@@ -328,19 +333,23 @@ "shadow": { | ||
"alert": { | ||
"text": "#24292e", | ||
"icon": "rgba(4,66,137,0.6)", | ||
"bg": "#dbedff", | ||
"border": "rgba(4,66,137,0.2)", | ||
"icon": "rgba(4,66,137,0.6)", | ||
"warn": { | ||
"text": "#24292e", | ||
"icon": "#b08800", | ||
"bg": "#fffbdd", | ||
"border": "rgba(176,136,0,0.2)", | ||
"icon": "#b08800" | ||
"border": "rgba(176,136,0,0.2)" | ||
}, | ||
"error": { | ||
"text": "#24292e", | ||
"icon": "rgba(158,28,35,0.6)", | ||
"bg": "#ffe3e6", | ||
"border": "rgba(158,28,35,0.2)", | ||
"icon": "rgba(158,28,35,0.6)" | ||
"border": "rgba(158,28,35,0.2)" | ||
}, | ||
"success": { | ||
"text": "#24292e", | ||
"icon": "rgba(23,111,44,0.8)", | ||
"bg": "#dcffe4", | ||
"border": "rgba(23,111,44,0.2)", | ||
"icon": "rgba(23,111,44,0.8)" | ||
"border": "rgba(23,111,44,0.2)" | ||
} | ||
@@ -534,3 +543,5 @@ }, | ||
"box": { | ||
"blueBorder": "#c8e1ff" | ||
"blueBorder": "#c8e1ff", | ||
"rowYellowBg": "#fffbdd", | ||
"rowBlueBg": "#f1f8ff" | ||
}, | ||
@@ -556,3 +567,5 @@ "dropdown": { | ||
"header": { | ||
"text": "rgba(255,255,255,0.7)" | ||
"text": "rgba(255,255,255,0.7)", | ||
"bg": "#2f363d", | ||
"logo": "#ffffff" | ||
}, | ||
@@ -576,3 +589,3 @@ "filterItem": { | ||
}, | ||
"icFolder": "#79b8ff", | ||
"iconFolder": "#79b8ff", | ||
"hlAuthorBg": "#f1f8ff", | ||
@@ -597,6 +610,6 @@ "hlAuthorBorder": "#c8e1ff", | ||
"text": "#ffffff", | ||
"ic": "#ffffff", | ||
"icon": "#ffffff", | ||
"inputBg": "#fafbfc", | ||
"inputBorder": "#fafbfc", | ||
"inputIc": "#d1d5da", | ||
"inputIcon": "#d1d5da", | ||
"inputPlaceholder": "#959da5" | ||
@@ -603,0 +616,0 @@ }, |
{ | ||
"name": "@primer/primitives", | ||
"version": "0.0.0-be37ff0", | ||
"version": "0.0.0-c09bcdc", | ||
"description": "Typography, spacing, and color primitives for Primer design system", | ||
@@ -28,3 +28,4 @@ "files": [ | ||
"build": "ts-node ./script/build.ts && tsc", | ||
"prepack": "yarn build" | ||
"prepack": "yarn build", | ||
"watch": "ls data/**/*.scss script/**/*.ts | entr -s 'yarn build'" | ||
}, | ||
@@ -31,0 +32,0 @@ "dependencies": {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
171699
5793