impact-chatbot 2.3.28 → 2.3.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -212,4 +212,10 @@ declare namespace colours {
|
|
|
212
212
|
let greyishBlue: string;
|
|
213
213
|
let denim: string;
|
|
214
214
|
let pattensBlue: string;
|
|
215
|
+
let tierDivider: string;
|
|
216
|
+
let coralReef: string;
|
|
217
|
+
let coralShade50: string;
|
|
218
|
+
let greyscale250: string;
|
|
219
|
+
let greyscale150: string;
|
|
220
|
+
let greys100: string;
|
|
215
221
|
}
|
package/dist/index.cjs.js
CHANGED
|
@@ -2933,7 +2933,13 @@ const colours = {
|
|
|
2933
2933
|
linen: "#FCEEEE",
|
|
2934
2934
|
greyishBlue: "#F2F4FA",
|
|
2935
2935
|
denim: "#1A56DB",
|
|
2936
|
-
pattensBlue: "#DBEAFE"
|
|
2936
|
+
pattensBlue: "#DBEAFE",
|
|
2937
|
+
tierDivider: "#D1D5DB",
|
|
2938
|
+
coralReef: "#FF7F65",
|
|
2939
|
+
coralShade50: "#FFCABF",
|
|
2940
|
+
greyscale250: "#85889C",
|
|
2941
|
+
greyscale150: "#BFC0CC",
|
|
2942
|
+
greys100: "#F8F9FB"
|
|
2937
2943
|
};
|
|
2938
2944
|
|
|
2939
2945
|
const rem = (px) => `${px / 16}rem`;
|