@thecb/components 4.2.0 → 4.2.2

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.cjs.js CHANGED
@@ -14982,7 +14982,7 @@ var AlertErrorIcon = function AlertErrorIcon() {
14982
14982
  xmlnsXlink: "http://www.w3.org/1999/xlink"
14983
14983
  }, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("path", {
14984
14984
  d: "M12,0 C18.627417,0 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 C5.372583,24 0,18.627417 0,12 C0,5.372583 5.372583,0 12,0 Z M15.5714286,7 L12,10.572 L8.42857143,7 L7,8.42857143 L10.571,12 L7,15.5714286 L8.42857143,17 L11.999,13.428 L15.5714286,17 L17,15.5714286 L13.428,12 L17,8.42857143 L15.5714286,7 Z",
14985
- id: "path-1"
14985
+ id: "path-1-error-icon"
14986
14986
  })), /*#__PURE__*/React__default.createElement("g", {
14987
14987
  id: "Symbols",
14988
14988
  stroke: "none",
@@ -14999,12 +14999,12 @@ var AlertErrorIcon = function AlertErrorIcon() {
14999
14999
  id: "mask-2",
15000
15000
  fill: "white"
15001
15001
  }, /*#__PURE__*/React__default.createElement("use", {
15002
- xlinkHref: "#path-1"
15002
+ xlinkHref: "#path-1-error-icon"
15003
15003
  })), /*#__PURE__*/React__default.createElement("use", {
15004
15004
  id: "icon---error",
15005
15005
  fill: "#ED125F",
15006
15006
  fillRule: "nonzero",
15007
- xlinkHref: "#path-1"
15007
+ xlinkHref: "#path-1-error-icon"
15008
15008
  })))));
15009
15009
  };
15010
15010
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "4.2.0",
3
+ "version": "4.2.2",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -11,7 +11,7 @@ export const AlertErrorIcon = () => (
11
11
  <defs>
12
12
  <path
13
13
  d="M12,0 C18.627417,0 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 C5.372583,24 0,18.627417 0,12 C0,5.372583 5.372583,0 12,0 Z M15.5714286,7 L12,10.572 L8.42857143,7 L7,8.42857143 L10.571,12 L7,15.5714286 L8.42857143,17 L11.999,13.428 L15.5714286,17 L17,15.5714286 L13.428,12 L17,8.42857143 L15.5714286,7 Z"
14
- id="path-1"
14
+ id="path-1-error-icon"
15
15
  ></path>
16
16
  </defs>
17
17
  <g
@@ -27,13 +27,13 @@ export const AlertErrorIcon = () => (
27
27
  transform="translate(24.000000, 32.000000)"
28
28
  >
29
29
  <mask id="mask-2" fill="white">
30
- <use xlinkHref="#path-1"></use>
30
+ <use xlinkHref="#path-1-error-icon"></use>
31
31
  </mask>
32
32
  <use
33
33
  id="icon---error"
34
34
  fill="#ED125F"
35
35
  fillRule="nonzero"
36
- xlinkHref="#path-1"
36
+ xlinkHref="#path-1-error-icon"
37
37
  ></use>
38
38
  </g>
39
39
  </g>