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.
package/dist/index.esm.js CHANGED
@@ -2911,7 +2911,13 @@ const colours = {
2911
2911
  linen: "#FCEEEE",
2912
2912
  greyishBlue: "#F2F4FA",
2913
2913
  denim: "#1A56DB",
2914
- pattensBlue: "#DBEAFE"
2914
+ pattensBlue: "#DBEAFE",
2915
+ tierDivider: "#D1D5DB",
2916
+ coralReef: "#FF7F65",
2917
+ coralShade50: "#FFCABF",
2918
+ greyscale250: "#85889C",
2919
+ greyscale150: "#BFC0CC",
2920
+ greys100: "#F8F9FB"
2915
2921
  };
2916
2922
 
2917
2923
  const rem = (px) => `${px / 16}rem`;