@mseva/digit-ui-module-core 1.0.15 → 1.0.16

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.js CHANGED
@@ -161,6 +161,26 @@ const quickServiceModules = {
161
161
  isCitizen: false,
162
162
  description: "",
163
163
  subHeading: ""
164
+ }, {
165
+ moduleCode: "SV",
166
+ moduleName: "Street Vending",
167
+ bgColor: "#3e4b5b ",
168
+ labelKey: "",
169
+ icon: "",
170
+ routes: "/digit-ui/employee/sv/inbox",
171
+ isCitizen: false,
172
+ description: "",
173
+ subHeading: ""
174
+ }, {
175
+ moduleCode: "ADS",
176
+ moduleName: "Advertisement",
177
+ bgColor: "#3e4b5b ",
178
+ labelKey: "",
179
+ icon: "",
180
+ routes: "/digit-ui/employee/ads/my-applications",
181
+ isCitizen: false,
182
+ description: "",
183
+ subHeading: ""
164
184
  }]
165
185
  };
166
186
 
@@ -6035,6 +6055,10 @@ const EmployeeQuickServicesCard = _ref => {
6035
6055
  return true;
6036
6056
  case "HRMS":
6037
6057
  return true;
6058
+ case "SV":
6059
+ return true;
6060
+ case "ADS":
6061
+ return true;
6038
6062
  default:
6039
6063
  return null;
6040
6064
  }
@@ -6068,6 +6092,10 @@ const EmployeeQuickServicesCard = _ref => {
6068
6092
  return /*#__PURE__*/React__default.createElement(digitUiReactComponents.TLIcon, null);
6069
6093
  case "HRMS":
6070
6094
  return /*#__PURE__*/React__default.createElement(digitUiReactComponents.WSICon, null);
6095
+ case "SV":
6096
+ return /*#__PURE__*/React__default.createElement(digitUiReactComponents.BillsIcon, null);
6097
+ case "ADS":
6098
+ return /*#__PURE__*/React__default.createElement(digitUiReactComponents.BillsIcon, null);
6071
6099
  default:
6072
6100
  return /*#__PURE__*/React__default.createElement(digitUiReactComponents.PTIcon, null);
6073
6101
  }
@@ -6191,6 +6219,14 @@ const iconSelector = code => {
6191
6219
  return /*#__PURE__*/React__default.createElement(digitUiReactComponents.PTRIcon, {
6192
6220
  className: "fill-path-primary-main"
6193
6221
  });
6222
+ case "SV":
6223
+ return /*#__PURE__*/React__default.createElement(digitUiReactComponents.PTRIcon, {
6224
+ className: "fill-path-primary-main"
6225
+ });
6226
+ case "ADS":
6227
+ return /*#__PURE__*/React__default.createElement(digitUiReactComponents.PTRIcon, {
6228
+ className: "fill-path-primary-main"
6229
+ });
6194
6230
  default:
6195
6231
  return /*#__PURE__*/React__default.createElement(digitUiReactComponents.PTIcon, {
6196
6232
  className: "fill-path-primary-main"