@thecb/components 7.11.0 → 7.11.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "7.11.0",
3
+ "version": "7.11.1",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { MATISSE_BLUE, INFO_BLUE } from "../../../constants/colors";
2
+ import { SEA_GREEN, HINT_GREEN } from "../../../constants/colors";
3
3
 
4
4
  const CheckmarkIcon = () => (
5
5
  <svg
@@ -22,9 +22,9 @@ const CheckmarkIcon = () => (
22
22
  <g id="icon---checkmark" transform="translate(672.000000, 64.000000)">
23
23
  <circle
24
24
  id="Oval-2"
25
- stroke={MATISSE_BLUE}
25
+ stroke={SEA_GREEN}
26
26
  strokeWidth="2"
27
- fill={INFO_BLUE}
27
+ fill={HINT_GREEN}
28
28
  cx="48"
29
29
  cy="48"
30
30
  r="48"
@@ -32,7 +32,7 @@ const CheckmarkIcon = () => (
32
32
  <g
33
33
  id="Group-2"
34
34
  transform="translate(20.800000, 28.400000)"
35
- fill={MATISSE_BLUE}
35
+ fill={SEA_GREEN}
36
36
  >
37
37
  <polygon
38
38
  id="Rectangle-2"