@djb25/digit-ui-module-ekyc 1.0.2 → 1.0.3

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.
@@ -148,7 +148,7 @@ const DesktopInbox = ({
148
148
  }, /*#__PURE__*/React.createElement("div", {
149
149
  className: "icon-container",
150
150
  style: {
151
- color: "#F47738",
151
+ color: "#3A8DCC",
152
152
  marginRight: "12px"
153
153
  }
154
154
  }, /*#__PURE__*/React.createElement(HomeIcon, {
@@ -259,7 +259,7 @@ const SearchConsumer = ({
259
259
  }, /*#__PURE__*/React.createElement("div", {
260
260
  className: "icon-container",
261
261
  style: {
262
- color: "#F47738",
262
+ color: "#3A8DCC",
263
263
  marginRight: "12px"
264
264
  }
265
265
  }, /*#__PURE__*/React.createElement(HomeIcon, {
@@ -1048,7 +1048,7 @@ const AddressDetails = ({
1048
1048
  xmlns: "http://www.w3.org/2000/svg"
1049
1049
  }, /*#__PURE__*/React.createElement("path", {
1050
1050
  d: "M14.4 6L13.6 4H5V21H7V14H12.6L13.4 16H20V6H14.4Z",
1051
- fill: "#00703C"
1051
+ fill: "#2E9E8F"
1052
1052
  }));
1053
1053
  const IdCardIcon = () => /*#__PURE__*/React.createElement("svg", {
1054
1054
  width: "24",
@@ -1144,7 +1144,7 @@ const AddressDetails = ({
1144
1144
  }, /*#__PURE__*/React.createElement(LocationIcon, {
1145
1145
  className: "icon",
1146
1146
  styles: {
1147
- fill: "#00703C",
1147
+ fill: "#2E9E8F",
1148
1148
  width: "20px",
1149
1149
  height: "20px"
1150
1150
  }
@@ -1447,7 +1447,7 @@ const AddressDetails = ({
1447
1447
  }
1448
1448
  }, /*#__PURE__*/React.createElement(FlagIcon, null)), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
1449
1449
  style: {
1450
- color: "#00703C",
1450
+ color: "#2E9E8F",
1451
1451
  fontSize: "12px",
1452
1452
  fontWeight: "700",
1453
1453
  textTransform: "uppercase",
@@ -2033,7 +2033,7 @@ const AadhaarVerification = () => {
2033
2033
  transform: "translateY(-50%)"
2034
2034
  }
2035
2035
  }, /*#__PURE__*/React.createElement(TickMark, {
2036
- fillColor: "#00703C"
2036
+ fillColor: "#2E9E8F"
2037
2037
  })))), !isAadhaarVerified && /*#__PURE__*/React.createElement(SubmitBar, {
2038
2038
  label: isVerifying ? t("EKYC_VERIFYING") || "Verifying..." : t("EKYC_VERIFY_AADHAAR_BTN") || "Verify Aadhaar",
2039
2039
  onSubmit: handleVerifyAadhaar,
@@ -2068,11 +2068,11 @@ const AadhaarVerification = () => {
2068
2068
  animation: "pulseGreen 2s ease infinite"
2069
2069
  }
2070
2070
  }, /*#__PURE__*/React.createElement(TickMark, {
2071
- fillColor: "#00703C"
2071
+ fillColor: "#2E9E8F"
2072
2072
  })), /*#__PURE__*/React.createElement("span", {
2073
2073
  style: {
2074
2074
  fontWeight: "700",
2075
- color: "#00703C",
2075
+ color: "#2E9E8F",
2076
2076
  fontSize: "18px"
2077
2077
  }
2078
2078
  }, t("EKYC_AADHAAR_VERIFIED_SUCCESS") || "Aadhaar Verified Successfully")), /*#__PURE__*/React.createElement("div", {
@@ -3075,7 +3075,7 @@ const Review = () => {
3075
3075
  }, t("EKYC_AADHAAR_VERIFICATION_HEADER") || "Aadhaar Details"), /*#__PURE__*/React.createElement("span", {
3076
3076
  onClick: handleEditAadhaar,
3077
3077
  style: {
3078
- color: "#F47738",
3078
+ color: "#3A8DCC",
3079
3079
  fontWeight: "600",
3080
3080
  cursor: "pointer",
3081
3081
  fontSize: "14px"
@@ -3115,7 +3115,7 @@ const Review = () => {
3115
3115
  }, t("EKYC_ADDRESS_DETAILS_HEADER") || "Address Details"), /*#__PURE__*/React.createElement("span", {
3116
3116
  onClick: handleEditAddress,
3117
3117
  style: {
3118
- color: "#F47738",
3118
+ color: "#3A8DCC",
3119
3119
  fontWeight: "600",
3120
3120
  cursor: "pointer",
3121
3121
  fontSize: "14px"
@@ -3149,7 +3149,7 @@ const Review = () => {
3149
3149
  }, t("EKYC_PROPERTY_INFO") || "Property Information"), /*#__PURE__*/React.createElement("span", {
3150
3150
  onClick: handleEditProperty,
3151
3151
  style: {
3152
- color: "#F47738",
3152
+ color: "#3A8DCC",
3153
3153
  fontWeight: "600",
3154
3154
  cursor: "pointer",
3155
3155
  fontSize: "14px"