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
4432
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-be37ff0 to 0.0.0-c215e1e

25

dist/js/colors/dark.d.ts

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

@@ -269,3 +280,3 @@ dropdown: {

};
icFolder: string;
iconFolder: string;
hlAuthorBg: string;

@@ -290,6 +301,6 @@ hlAuthorBorder: string;

text: string;
ic: string;
icon: string;
inputBg: string;
inputBorder: string;
inputIc: string;
inputIcon: string;
inputPlaceholder: string;

@@ -296,0 +307,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)"
}

@@ -537,3 +546,5 @@ },

"box": {
"blueBorder": "#0d4189"
"blueBorder": "#0d4189",
"rowYellowBg": "rgba(235,196,64,0.1)",
"rowBlueBg": "rgba(117,187,255,0.1)"
},

@@ -578,3 +589,3 @@ "dropdown": {

},
"icFolder": "#2456aa",
"iconFolder": "#6e7681",
"hlAuthorBg": "#061e46",

@@ -599,15 +610,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 +625,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;
};

@@ -270,3 +281,3 @@ dropdown: {

};
icFolder: string;
iconFolder: string;
hlAuthorBg: string;

@@ -291,6 +302,6 @@ hlAuthorBorder: string;

text: string;
ic: string;
icon: string;
inputBg: string;
inputBorder: string;
inputIc: string;
inputIcon: string;
inputPlaceholder: string;

@@ -362,2 +373,4 @@ };

hoverPrimaryBorder: string;
hoverPrimaryText: string;
hoverPrimaryIcon: string;
hoverSecondaryBg: string;

@@ -367,2 +380,4 @@ hoverSecondaryBorder: string;

selectedPrimaryBorder: string;
selectedPrimaryText: string;
selectedPrimaryIcon: string;
};

@@ -381,2 +396,3 @@ border: {

canvas: string;
canvasMobile: string;
canvasInverse: string;

@@ -424,19 +440,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;
};

@@ -539,2 +559,4 @@ };

blueBorder: string;
rowYellowBg: string;
rowBlueBg: string;
};

@@ -579,3 +601,3 @@ dropdown: {

};
icFolder: string;
iconFolder: string;
hlAuthorBg: string;

@@ -600,6 +622,6 @@ hlAuthorBorder: string;

text: string;
ic: string;
icon: string;
inputBg: string;
inputBorder: string;
inputIc: string;
inputIcon: string;
inputPlaceholder: string;

@@ -606,0 +628,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;
};

@@ -269,3 +280,3 @@ dropdown: {

};
icFolder: string;
iconFolder: string;
hlAuthorBg: string;

@@ -290,6 +301,6 @@ hlAuthorBorder: string;

text: string;
ic: string;
icon: string;
inputBg: string;
inputBorder: string;
inputIc: string;
inputIcon: string;
inputPlaceholder: string;

@@ -296,0 +307,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"
},

@@ -577,3 +588,3 @@ "dropdown": {

},
"icFolder": "#79b8ff",
"iconFolder": "#79b8ff",
"hlAuthorBg": "#f1f8ff",

@@ -598,6 +609,6 @@ "hlAuthorBorder": "#c8e1ff",

"text": "#ffffff",
"ic": "#ffffff",
"icon": "#ffffff",
"inputBg": "#fafbfc",
"inputBorder": "#fafbfc",
"inputIc": "#d1d5da",
"inputIcon": "#d1d5da",
"inputPlaceholder": "#959da5"

@@ -604,0 +615,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;
};

@@ -271,3 +282,3 @@ dropdown: {

};
icFolder: string;
iconFolder: string;
hlAuthorBg: string;

@@ -292,6 +303,6 @@ hlAuthorBorder: string;

text: string;
ic: string;
icon: string;
inputBg: string;
inputBorder: string;
inputIc: string;
inputIcon: string;
inputPlaceholder: string;

@@ -363,2 +374,4 @@ };

hoverPrimaryBorder: string;
hoverPrimaryText: string;
hoverPrimaryIcon: string;
hoverSecondaryBg: string;

@@ -368,2 +381,4 @@ hoverSecondaryBorder: string;

selectedPrimaryBorder: string;
selectedPrimaryText: string;
selectedPrimaryIcon: string;
};

@@ -382,2 +397,3 @@ border: {

canvas: string;
canvasMobile: string;
canvasInverse: string;

@@ -425,19 +441,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 +560,4 @@ };

blueBorder: string;
rowYellowBg: string;
rowBlueBg: string;
};

@@ -580,3 +602,3 @@ dropdown: {

};
icFolder: string;
iconFolder: string;
hlAuthorBg: string;

@@ -601,6 +623,6 @@ hlAuthorBorder: string;

text: string;
ic: string;
icon: string;
inputBg: string;
inputBorder: string;
inputIc: string;
inputIcon: string;
inputPlaceholder: string;

@@ -607,0 +629,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)"
}

@@ -535,3 +544,5 @@ },

"box": {
"blueBorder": "#0d4189"
"blueBorder": "#0d4189",
"rowYellowBg": "rgba(235,196,64,0.1)",
"rowBlueBg": "rgba(117,187,255,0.1)"
},

@@ -576,3 +587,3 @@ "dropdown": {

},
"icFolder": "#2456aa",
"iconFolder": "#6e7681",
"hlAuthorBg": "#061e46",

@@ -597,15 +608,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)",

@@ -612,0 +623,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"
},

@@ -575,3 +586,3 @@ "dropdown": {

},
"icFolder": "#79b8ff",
"iconFolder": "#79b8ff",
"hlAuthorBg": "#f1f8ff",

@@ -596,6 +607,6 @@ "hlAuthorBorder": "#c8e1ff",

"text": "#ffffff",
"ic": "#ffffff",
"icon": "#ffffff",
"inputBg": "#fafbfc",
"inputBorder": "#fafbfc",
"inputIc": "#d1d5da",
"inputIcon": "#d1d5da",
"inputPlaceholder": "#959da5"

@@ -602,0 +613,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)"
}

@@ -535,3 +544,5 @@ },

"box": {
"blueBorder": "#0d4189"
"blueBorder": "#0d4189",
"rowYellowBg": "rgba(235,196,64,0.1)",
"rowBlueBg": "rgba(117,187,255,0.1)"
},

@@ -576,3 +587,3 @@ "dropdown": {

},
"icFolder": "#2456aa",
"iconFolder": "#6e7681",
"hlAuthorBg": "#061e46",

@@ -597,15 +608,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)",

@@ -612,0 +623,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"
},

@@ -575,3 +586,3 @@ "dropdown": {

},
"icFolder": "#79b8ff",
"iconFolder": "#79b8ff",
"hlAuthorBg": "#f1f8ff",

@@ -596,6 +607,6 @@ "hlAuthorBorder": "#c8e1ff",

"text": "#ffffff",
"ic": "#ffffff",
"icon": "#ffffff",
"inputBg": "#fafbfc",
"inputBorder": "#fafbfc",
"inputIc": "#d1d5da",
"inputIcon": "#d1d5da",
"inputPlaceholder": "#959da5"

@@ -602,0 +613,0 @@ },

{
"name": "@primer/primitives",
"version": "0.0.0-be37ff0",
"version": "0.0.0-c215e1e",
"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

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