@mseva/digit-ui-module-core 1.0.25 → 1.0.26

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.
@@ -169,6 +169,16 @@ const quickServiceModules = {
169
169
  isCitizen: false,
170
170
  description: "",
171
171
  subHeading: ""
172
+ }, {
173
+ moduleCode: "ASSET",
174
+ moduleName: "Asset Module",
175
+ bgColor: "#3e4b5b",
176
+ labelKey: "",
177
+ icon: "",
178
+ routes: "/digit-ui/employee/asset/assetservice/inbox",
179
+ isCitizen: false,
180
+ description: "",
181
+ subHeading: ""
172
182
  }]
173
183
  };
174
184
 
@@ -6048,6 +6058,8 @@ const EmployeeQuickServicesCard = ({
6048
6058
  return true;
6049
6059
  case "CHB":
6050
6060
  return true;
6061
+ case "ASSET":
6062
+ return true;
6051
6063
  default:
6052
6064
  return null;
6053
6065
  }
@@ -6087,6 +6099,8 @@ const EmployeeQuickServicesCard = ({
6087
6099
  return /*#__PURE__*/React.createElement(BillsIcon, null);
6088
6100
  case "CHB":
6089
6101
  return /*#__PURE__*/React.createElement(BillsIcon, null);
6102
+ case "ASSET":
6103
+ return /*#__PURE__*/React.createElement(BillsIcon, null);
6090
6104
  default:
6091
6105
  return /*#__PURE__*/React.createElement(PTIcon, null);
6092
6106
  }
@@ -6221,6 +6235,10 @@ const iconSelector = code => {
6221
6235
  return /*#__PURE__*/React.createElement(PTRIcon, {
6222
6236
  className: "fill-path-primary-main"
6223
6237
  });
6238
+ case "ASSET":
6239
+ return /*#__PURE__*/React.createElement(PTRIcon, {
6240
+ className: "fill-path-primary-main"
6241
+ });
6224
6242
  default:
6225
6243
  return /*#__PURE__*/React.createElement(PTIcon, {
6226
6244
  className: "fill-path-primary-main"