@commonsku/styles 1.17.6 → 1.17.7

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/README.md CHANGED
@@ -43,6 +43,7 @@ function fn_cskustyled() {
43
43
  && cd $CSKU_DEV_DIR \
44
44
  && pm2 kill \
45
45
  && npm install $CSKU_STYLES_DIR/commonsku-styles-$CSKUS_PKG_VERSION.tgz \
46
+ && npm run build:dll \
46
47
  && npm run start
47
48
  }
48
49
 
package/dist/index.cjs CHANGED
@@ -1081,6 +1081,18 @@ function NavManagementIcon(_a) {
1081
1081
  renderPath);
1082
1082
  }
1083
1083
 
1084
+ function NavReportsIcon(_a) {
1085
+ var _b = _a.color, color = _b === void 0 ? white.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c, _d = _a.filled, filled = _d === void 0 ? false : _d, _e = _a.altText, altText = _e === void 0 ? "Reports" : _e, props = __rest(_a, ["color", "size", "filled", "altText"]);
1086
+ var renderPath = filled ?
1087
+ "M9.5 10.02H14.5V21H9.5V10.02ZM16.5 21H19.5C20.6 21 21.5 20.1 21.5 19V10H16.5V21ZM19.5 3H4.5C3.4 3 2.5 3.9 2.5 5V8H21.5V5C21.5 3.9 20.6 3 19.5 3ZM2.5 19C2.5 20.1 3.4 21 4.5 21H7.5V10H2.5V19Z"
1088
+ :
1089
+ "M19.5 3H4.5C3.4 3 2.5 3.9 2.5 5V19C2.5 20.1 3.4 21 4.5 21H19.5C20.6 21 21.5 20.1 21.5 19V5C21.5 3.9 20.6 3 19.5 3ZM19.5 5V8H4.5V5H19.5ZM14.5 19H9.5V10H14.5V19ZM4.5 10H7.5V19H4.5V10ZM16.5 19V10H19.5V19H16.5Z";
1090
+ return (React__default.default.createElement(SVG$1, __assign({ size: size, "aria-labelledby": "NavReportsIcon" }, props),
1091
+ React__default.default.createElement("title", { id: "NavReportsIcon" }, altText),
1092
+ React__default.default.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
1093
+ React__default.default.createElement("path", { d: renderPath, fill: color })));
1094
+ }
1095
+
1084
1096
  function TrashIcon(_a) {
1085
1097
  var _b = _a.color, color = _b === void 0 ? teal.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c, _d = _a.filled, filled = _d === void 0 ? false : _d; _a.pinned; var _e = _a.altText, altText = _e === void 0 ? "Delete" : _e, props = __rest(_a, ["color", "size", "filled", "pinned", "altText"]);
1086
1098
  var renderPath = filled ? "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12ZM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4Z"
@@ -8031,6 +8043,7 @@ exports.NavConnectIcon = NavConnectIcon;
8031
8043
  exports.NavFinanceIcon = NavFinanceIcon;
8032
8044
  exports.NavManagementIcon = NavManagementIcon;
8033
8045
  exports.NavProdIcon = NavProdIcon;
8046
+ exports.NavReportsIcon = NavReportsIcon;
8034
8047
  exports.NavResourcesIcon = NavResourcesIcon;
8035
8048
  exports.NavSalesIcon = NavSalesIcon;
8036
8049
  exports.NoteIcon = NoteIcon;