@longline/aqua-ui 1.0.92 → 1.0.93

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.
@@ -22,7 +22,7 @@ var RiskMarkerBase = function (props) {
22
22
  }
23
23
  };
24
24
  var size = 80;
25
- return (React.createElement("div", { className: "".concat(props.className, " ").concat(props.value > 0 ? 'audited ' : 'unaudited ', " ").concat(props.actioned ? 'actioned ' : ''), style: { width: "".concat(size, "px"), height: "".concat(size, "px") }, onClick: handleClick },
25
+ return (React.createElement("div", { className: "".concat(props.className, " ").concat(props.value > 0 ? 'audited ' : 'unaudited ', " ").concat(props.actioned ? 'actioned ' : '', " ").concat(props.active ? 'active ' : ''), style: { width: "".concat(size, "px"), height: "".concat(size, "px") }, onClick: handleClick },
26
26
  React.createElement("span", null, props.value),
27
27
  React.createElement("svg", { viewBox: "0 0 60 60" },
28
28
  React.createElement("path", { className: "background", fill: "#808080", fillOpacity: "0.7", d: "M19.0156 38.625C22.0352 35.6761 23.5975 38.9978 29.8862 38.9978C36.1437 38.9978 37.7209 35.8054 40.9297 38.6875C44.667 34.9361 50.4414 33.5238 50.4414 27.781C50.4414 16.3436 41.2634 7.07178 29.9414 7.07178C18.6195 7.07178 9.44141 16.3436 9.44141 27.781C9.44141 33.5662 15.2294 34.8675 19.0156 38.625Z" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longline/aqua-ui",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "description": "AquaUI",
5
5
  "author": "Alexander van Oostenrijk / Longline Environment",
6
6
  "license": "Commercial",