@thecb/components 3.5.9 → 3.5.10

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
@@ -14091,7 +14091,7 @@ var AlertSuccessIcon = function AlertSuccessIcon() {
14091
14091
  xmlnsXlink: "http://www.w3.org/1999/xlink"
14092
14092
  }, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("path", {
14093
14093
  d: "M12,24 C18.627417,24 24,18.627417 24,12 C24,5.372583 18.627417,0 12,0 C5.372583,0 0,5.372583 0,12 C0,18.627417 5.372583,24 12,24 Z M16.9497475,7.46446609 L18.363961,8.87867966 L9.87867966,17.363961 L5.63603897,13.1213203 L7.05025253,11.7071068 L9.87803897,14.5354661 L16.9497475,7.46446609 Z",
14094
- id: "path-1"
14094
+ id: "alertSuccess"
14095
14095
  })), /*#__PURE__*/React__default.createElement("g", {
14096
14096
  id: "Symbols",
14097
14097
  stroke: "none",
@@ -14108,12 +14108,12 @@ var AlertSuccessIcon = function AlertSuccessIcon() {
14108
14108
  id: "mask-2",
14109
14109
  fill: "white"
14110
14110
  }, /*#__PURE__*/React__default.createElement("use", {
14111
- xlinkHref: "#path-1"
14111
+ xlinkHref: "#alertSuccess"
14112
14112
  })), /*#__PURE__*/React__default.createElement("use", {
14113
14113
  id: "background-2",
14114
14114
  fill: "#47B872",
14115
14115
  fillRule: "nonzero",
14116
- xlinkHref: "#path-1"
14116
+ xlinkHref: "#alertSuccess"
14117
14117
  })))));
14118
14118
  };
14119
14119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "3.5.9",
3
+ "version": "3.5.10",
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 AlertSuccessIcon = () => (
11
11
  <defs>
12
12
  <path
13
13
  d="M12,24 C18.627417,24 24,18.627417 24,12 C24,5.372583 18.627417,0 12,0 C5.372583,0 0,5.372583 0,12 C0,18.627417 5.372583,24 12,24 Z M16.9497475,7.46446609 L18.363961,8.87867966 L9.87867966,17.363961 L5.63603897,13.1213203 L7.05025253,11.7071068 L9.87803897,14.5354661 L16.9497475,7.46446609 Z"
14
- id="path-1"
14
+ id="alertSuccess"
15
15
  ></path>
16
16
  </defs>
17
17
  <g
@@ -27,13 +27,13 @@ export const AlertSuccessIcon = () => (
27
27
  transform="translate(24.000000, 34.000000)"
28
28
  >
29
29
  <mask id="mask-2" fill="white">
30
- <use xlinkHref="#path-1"></use>
30
+ <use xlinkHref="#alertSuccess"></use>
31
31
  </mask>
32
32
  <use
33
33
  id="background-2"
34
34
  fill="#47B872"
35
35
  fillRule="nonzero"
36
- xlinkHref="#path-1"
36
+ xlinkHref="#alertSuccess"
37
37
  ></use>
38
38
  </g>
39
39
  </g>