@thecb/components 3.3.8 → 3.3.9

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/.tool-versions ADDED
@@ -0,0 +1 @@
1
+ nodejs 10.13.0
package/dist/index.cjs.js CHANGED
@@ -14002,7 +14002,7 @@ var IconQuit = function IconQuit(_ref) {
14002
14002
  height: height,
14003
14003
  viewBox: "0 0 24 24"
14004
14004
  }, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("path", {
14005
- id: "a",
14005
+ id: "quit",
14006
14006
  d: "M18.9999989 6.40999946L17.589999 4.9999997 11.9999993 10.5899995 6.40999946 4.9999997 4.9999997 6.40999946 10.5899995 11.9999993 4.9999997 17.589999 6.40999946 18.9999989 11.9999993 13.409999 17.589999 18.9999989 18.9999989 17.589999 13.409999 11.9999993z"
14007
14007
  })), /*#__PURE__*/React__default.createElement("g", {
14008
14008
  fill: "none",
@@ -14010,16 +14010,16 @@ var IconQuit = function IconQuit(_ref) {
14010
14010
  stroke: "none",
14011
14011
  strokeWidth: "1"
14012
14012
  }, /*#__PURE__*/React__default.createElement("mask", {
14013
- id: "b",
14013
+ id: "quitMask",
14014
14014
  fill: "#fff"
14015
14015
  }, /*#__PURE__*/React__default.createElement("use", {
14016
- xlinkHref: "#a"
14016
+ xlinkHref: "#quit"
14017
14017
  })), /*#__PURE__*/React__default.createElement("use", {
14018
14018
  fill: fill,
14019
- xlinkHref: "#a"
14019
+ xlinkHref: "#quit"
14020
14020
  }), /*#__PURE__*/React__default.createElement("g", {
14021
14021
  fill: fill,
14022
- mask: "url(#b)"
14022
+ mask: "url(#quitMask)"
14023
14023
  }, /*#__PURE__*/React__default.createElement("path", {
14024
14024
  d: "M0 0H24V24H0z"
14025
14025
  }))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "3.3.8",
3
+ "version": "3.3.9",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -15,16 +15,16 @@ export const IconQuit = ({
15
15
  >
16
16
  <defs>
17
17
  <path
18
- id="a"
18
+ id="quit"
19
19
  d="M18.9999989 6.40999946L17.589999 4.9999997 11.9999993 10.5899995 6.40999946 4.9999997 4.9999997 6.40999946 10.5899995 11.9999993 4.9999997 17.589999 6.40999946 18.9999989 11.9999993 13.409999 17.589999 18.9999989 18.9999989 17.589999 13.409999 11.9999993z"
20
20
  ></path>
21
21
  </defs>
22
22
  <g fill="none" fillRule="evenodd" stroke="none" strokeWidth="1">
23
- <mask id="b" fill="#fff">
24
- <use xlinkHref="#a"></use>
23
+ <mask id="quitMask" fill="#fff">
24
+ <use xlinkHref="#quit"></use>
25
25
  </mask>
26
- <use fill={fill} xlinkHref="#a"></use>
27
- <g fill={fill} mask="url(#b)">
26
+ <use fill={fill} xlinkHref="#quit"></use>
27
+ <g fill={fill} mask="url(#quitMask)">
28
28
  <path d="M0 0H24V24H0z"></path>
29
29
  </g>
30
30
  </g>