@guardian/src-foundations
Advanced tools
Comparing version 2.3.0 to 2.4.0-rc.0
@@ -79,3 +79,4 @@ // The theme file is based on the specification at https://system-ui.com/theme | ||
"#ABC2C9", //specialReport-500 | ||
"#33393D" //dynamo-400 | ||
"#33393D", //dynamo-400 | ||
"#EFF1F2" //specialReport-800 | ||
] | ||
@@ -198,3 +199,4 @@ }; | ||
400: colors.grays[13], | ||
500: colors.grays[14] | ||
500: colors.grays[14], | ||
800: colors.grays[16] | ||
}; // Deprecated - please do not use | ||
@@ -201,0 +203,0 @@ // TODO: remove in v3.0.0 |
@@ -83,3 +83,4 @@ 'use strict'; | ||
"#ABC2C9", //specialReport-500 | ||
"#33393D" //dynamo-400 | ||
"#33393D", //dynamo-400 | ||
"#EFF1F2" //specialReport-800 | ||
] | ||
@@ -202,3 +203,4 @@ }; | ||
400: colors.grays[13], | ||
500: colors.grays[14] | ||
500: colors.grays[14], | ||
800: colors.grays[16] | ||
}; // Deprecated - please do not use | ||
@@ -205,0 +207,0 @@ // TODO: remove in v3.0.0 |
{ | ||
"name": "@guardian/src-foundations", | ||
"version": "2.3.0", | ||
"version": "2.4.0-rc.0", | ||
"license": "Apache-2.0", | ||
@@ -59,4 +59,4 @@ "main": "foundations.js", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"typescript": "^3.9.6" | ||
"typescript": "^4.0.2" | ||
} | ||
} |
@@ -91,2 +91,3 @@ export declare const brand: { | ||
500: string; | ||
800: string; | ||
}; | ||
@@ -93,0 +94,0 @@ export declare const dynamo: { |
@@ -83,3 +83,4 @@ 'use strict'; | ||
"#ABC2C9", //specialReport-500 | ||
"#33393D" //dynamo-400 | ||
"#33393D", //dynamo-400 | ||
"#EFF1F2" //specialReport-800 | ||
] | ||
@@ -178,3 +179,4 @@ }; | ||
400: colors.grays[13], | ||
500: colors.grays[14] | ||
500: colors.grays[14], | ||
800: colors.grays[16] | ||
}; // Deprecated - please do not use | ||
@@ -181,0 +183,0 @@ // TODO: remove in v3.0.0 |
@@ -91,2 +91,3 @@ export declare const brand: { | ||
500: string; | ||
800: string; | ||
}; | ||
@@ -93,0 +94,0 @@ export declare const dynamo: { |
@@ -79,3 +79,4 @@ // The theme file is based on the specification at https://system-ui.com/theme | ||
"#ABC2C9", //specialReport-500 | ||
"#33393D" //dynamo-400 | ||
"#33393D", //dynamo-400 | ||
"#EFF1F2" //specialReport-800 | ||
] | ||
@@ -174,3 +175,4 @@ }; | ||
400: colors.grays[13], | ||
500: colors.grays[14] | ||
500: colors.grays[14], | ||
800: colors.grays[16] | ||
}; // Deprecated - please do not use | ||
@@ -177,0 +179,0 @@ // TODO: remove in v3.0.0 |
@@ -115,2 +115,3 @@ // Global colour names that correspond to https://www.theguardian.design/2a1e5182b/p/938810-colour/b/587ef3 | ||
500: colors.grays[14], | ||
800: colors.grays[16], | ||
} | ||
@@ -117,0 +118,0 @@ |
@@ -127,2 +127,3 @@ // The theme file is based on the specification at https://system-ui.com/theme | ||
"#33393D", //dynamo-400 | ||
"#EFF1F2", //specialReport-800 | ||
], | ||
@@ -129,0 +130,0 @@ } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
242772
8392
2