@secondstaxorg/sscomp 1.8.19 → 1.8.21

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
@@ -21196,7 +21196,7 @@ const PasswordField = (props) => {
21196
21196
 
21197
21197
  const [passString,setPassString] = React$1.useState(value);
21198
21198
  const [borderColor,setBorderColor] = React$1.useState('');
21199
- const [err,setErr] = React$1.useState(false);
21199
+ React$1.useState(false);
21200
21200
  const [showPw,setShowPw] = React$1.useState(false);
21201
21201
 
21202
21202
 
@@ -21209,10 +21209,8 @@ const PasswordField = (props) => {
21209
21209
  function validate(){
21210
21210
  if (passString){
21211
21211
  setBorderColor('success');
21212
- setErr(false);
21213
21212
  }else {
21214
21213
  setBorderColor('error');
21215
- setErr(true);
21216
21214
  }
21217
21215
  }
21218
21216
 
@@ -21223,39 +21221,39 @@ const PasswordField = (props) => {
21223
21221
  };
21224
21222
 
21225
21223
  return (
21226
- React$1.createElement('div', { style: style, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 41}}
21224
+ React$1.createElement('div', { style: style, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 39}}
21227
21225
  , label &&
21228
- React$1.createElement(InputLabel$6, {__self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 43}}
21229
- , React$1.createElement('label', { className: disabled ? 'disabled' : '', __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 44}}, label)
21230
- , React$1.createElement('span', { className: disabled ? 'disabled' : '', __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 45}}, subtext)
21226
+ React$1.createElement(InputLabel$6, {__self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 41}}
21227
+ , React$1.createElement('label', { className: disabled ? 'disabled' : '', __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 42}}, label)
21228
+ , React$1.createElement('span', { className: disabled ? 'disabled' : '', __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 43}}, subtext)
21231
21229
  )
21232
21230
 
21233
- , React$1.createElement(InputContainer$4, { className: `${borderColor} ${disabled ? 'disabled' : ''}`, style: {width:width ? width : '100%'}, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 48}}
21231
+ , React$1.createElement(InputContainer$4, { className: `${borderColor} ${disabled ? 'disabled' : ''}`, style: {width:width ? width : '100%'}, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 46}}
21234
21232
  , React$1.createElement(InputField$3, { type: !showPw ? 'password' : 'text', value: passString, onChange: (e)=>{
21235
21233
  // setValue(e.target.value)
21236
21234
  setPassString(e.target.value);
21237
- }, onBlur: ()=>{validate();}, disabled: disabled, ...props, required: true, placeholder: placeholder, onInvalid: validate, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 49}})
21238
- , React$1.createElement(ToggleButton, { type: "button", onClick: ()=>{setShowPw(!showPw);}, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 53}}
21235
+ }, onBlur: ()=>{validate();}, disabled: disabled, ...props, required: true, placeholder: placeholder, onInvalid: validate, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 47}})
21236
+ , React$1.createElement(ToggleButton, { type: "button", onClick: ()=>{setShowPw(!showPw);}, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 51}}
21239
21237
  , !showPw ?
21240
21238
  //eye
21241
- React$1.createElement('svg', { width: "22", height: "16", viewBox: "0 0 22 16" , fill: "none", xmlns: "http://www.w3.org/2000/svg", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 56}}
21242
- , React$1.createElement('path', { d: "M20.9201 7.6C18.9001 2.91 15.1001 0 11.0001 0C6.90007 0 3.10007 2.91 1.08007 7.6C1.025 7.72617 0.996582 7.86234 0.996582 8C0.996582 8.13766 1.025 8.27383 1.08007 8.4C3.10007 13.09 6.90007 16 11.0001 16C15.1001 16 18.9001 13.09 20.9201 8.4C20.9751 8.27383 21.0036 8.13766 21.0036 8C21.0036 7.86234 20.9751 7.72617 20.9201 7.6ZM11.0001 14C7.83007 14 4.83007 11.71 3.10007 8C4.83007 4.29 7.83007 2 11.0001 2C14.1701 2 17.1701 4.29 18.9001 8C17.1701 11.71 14.1701 14 11.0001 14ZM11.0001 4C10.2089 4 9.43558 4.2346 8.77779 4.67412C8.11999 5.11365 7.6073 5.73836 7.30455 6.46927C7.0018 7.20017 6.92258 8.00444 7.07693 8.78036C7.23127 9.55628 7.61223 10.269 8.17164 10.8284C8.73105 11.3878 9.44378 11.7688 10.2197 11.9231C10.9956 12.0775 11.7999 11.9983 12.5308 11.6955C13.2617 11.3928 13.8864 10.8801 14.3259 10.2223C14.7655 9.56448 15.0001 8.79113 15.0001 8C15.0001 6.93913 14.5786 5.92172 13.8285 5.17157C13.0783 4.42143 12.0609 4 11.0001 4ZM11.0001 10C10.6045 10 10.2178 9.8827 9.88893 9.66294C9.56003 9.44318 9.30368 9.13082 9.15231 8.76537C9.00093 8.39991 8.96133 7.99778 9.0385 7.60982C9.11567 7.22186 9.30615 6.86549 9.58585 6.58579C9.86556 6.30608 10.2219 6.1156 10.6099 6.03843C10.9978 5.96126 11.4 6.00087 11.7654 6.15224C12.1309 6.30362 12.4432 6.55996 12.663 6.88886C12.8828 7.21776 13.0001 7.60444 13.0001 8C13.0001 8.53043 12.7894 9.03914 12.4143 9.41421C12.0392 9.78929 11.5305 10 11.0001 10Z" , fill: "#070B12", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 57}})
21239
+ React$1.createElement('svg', { width: "22", height: "16", viewBox: "0 0 22 16" , fill: "none", xmlns: "http://www.w3.org/2000/svg", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 54}}
21240
+ , React$1.createElement('path', { d: "M20.9201 7.6C18.9001 2.91 15.1001 0 11.0001 0C6.90007 0 3.10007 2.91 1.08007 7.6C1.025 7.72617 0.996582 7.86234 0.996582 8C0.996582 8.13766 1.025 8.27383 1.08007 8.4C3.10007 13.09 6.90007 16 11.0001 16C15.1001 16 18.9001 13.09 20.9201 8.4C20.9751 8.27383 21.0036 8.13766 21.0036 8C21.0036 7.86234 20.9751 7.72617 20.9201 7.6ZM11.0001 14C7.83007 14 4.83007 11.71 3.10007 8C4.83007 4.29 7.83007 2 11.0001 2C14.1701 2 17.1701 4.29 18.9001 8C17.1701 11.71 14.1701 14 11.0001 14ZM11.0001 4C10.2089 4 9.43558 4.2346 8.77779 4.67412C8.11999 5.11365 7.6073 5.73836 7.30455 6.46927C7.0018 7.20017 6.92258 8.00444 7.07693 8.78036C7.23127 9.55628 7.61223 10.269 8.17164 10.8284C8.73105 11.3878 9.44378 11.7688 10.2197 11.9231C10.9956 12.0775 11.7999 11.9983 12.5308 11.6955C13.2617 11.3928 13.8864 10.8801 14.3259 10.2223C14.7655 9.56448 15.0001 8.79113 15.0001 8C15.0001 6.93913 14.5786 5.92172 13.8285 5.17157C13.0783 4.42143 12.0609 4 11.0001 4ZM11.0001 10C10.6045 10 10.2178 9.8827 9.88893 9.66294C9.56003 9.44318 9.30368 9.13082 9.15231 8.76537C9.00093 8.39991 8.96133 7.99778 9.0385 7.60982C9.11567 7.22186 9.30615 6.86549 9.58585 6.58579C9.86556 6.30608 10.2219 6.1156 10.6099 6.03843C10.9978 5.96126 11.4 6.00087 11.7654 6.15224C12.1309 6.30362 12.4432 6.55996 12.663 6.88886C12.8828 7.21776 13.0001 7.60444 13.0001 8C13.0001 8.53043 12.7894 9.03914 12.4143 9.41421C12.0392 9.78929 11.5305 10 11.0001 10Z" , fill: "#070B12", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 55}})
21243
21241
  )
21244
21242
  :
21245
21243
  //eye-slash
21246
- React$1.createElement('svg', { width: "22", height: "22", viewBox: "0 0 22 22" , fill: "none", xmlns: "http://www.w3.org/2000/svg", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 61}}
21247
- , React$1.createElement('path', { d: "M9.94018 5.07994C10.2909 5.02617 10.6453 4.99943 11.0002 4.99994C14.1802 4.99994 17.1702 7.28994 18.9102 10.9999C18.6441 11.5645 18.3435 12.1122 18.0102 12.6399C17.9044 12.8038 17.8487 12.9949 17.8502 13.1899C17.8524 13.4082 17.926 13.6197 18.0596 13.7922C18.1933 13.9647 18.3798 14.0888 18.5905 14.1455C18.8013 14.2021 19.0248 14.1883 19.227 14.106C19.4291 14.0238 19.5988 13.8776 19.7102 13.6899C20.1761 12.9579 20.5808 12.1886 20.9202 11.3899C20.9738 11.2652 21.0015 11.1308 21.0015 10.9949C21.0015 10.8591 20.9738 10.7247 20.9202 10.5999C18.9002 5.90994 15.1002 2.99994 11.0002 2.99994C10.5309 2.99758 10.0623 3.03774 9.60019 3.11994C9.46886 3.14227 9.34322 3.19024 9.23044 3.26112C9.11766 3.332 9.01994 3.4244 8.94287 3.53304C8.8658 3.64169 8.81088 3.76445 8.78125 3.89432C8.75162 4.02419 8.74786 4.15862 8.77018 4.28994C8.79251 4.42126 8.84048 4.5469 8.91136 4.65968C8.98224 4.77247 9.07464 4.87018 9.18329 4.94726C9.29193 5.02433 9.41469 5.07925 9.54456 5.10888C9.67443 5.13851 9.80886 5.14227 9.94018 5.11994V5.07994ZM2.71019 1.28994C2.61695 1.1967 2.50626 1.12274 2.38443 1.07228C2.26261 1.02182 2.13204 0.99585 2.00019 0.99585C1.86833 0.99585 1.73776 1.02182 1.61594 1.07228C1.49411 1.12274 1.38342 1.1967 1.29019 1.28994C1.10188 1.47824 0.996094 1.73364 0.996094 1.99994C0.996094 2.26624 1.10188 2.52164 1.29019 2.70994L4.39019 5.79994C2.97576 7.16147 1.85004 8.79393 1.08019 10.5999C1.02512 10.7261 0.996701 10.8623 0.996701 10.9999C0.996701 11.1376 1.02512 11.2738 1.08019 11.3999C3.10019 16.0899 6.90019 18.9999 11.0002 18.9999C12.7973 18.9875 14.552 18.4524 16.0502 17.4599L19.2902 20.7099C19.3831 20.8037 19.4937 20.8781 19.6156 20.9288C19.7375 20.9796 19.8682 21.0057 20.0002 21.0057C20.1322 21.0057 20.2629 20.9796 20.3848 20.9288C20.5066 20.8781 20.6172 20.8037 20.7102 20.7099C20.8039 20.617 20.8783 20.5064 20.9291 20.3845C20.9798 20.2627 21.006 20.132 21.006 19.9999C21.006 19.8679 20.9798 19.7372 20.9291 19.6154C20.8783 19.4935 20.8039 19.3829 20.7102 19.2899L2.71019 1.28994ZM9.07018 10.4799L11.5202 12.9299C11.3512 12.9784 11.176 13.002 11.0002 12.9999C10.4698 12.9999 9.96104 12.7892 9.58597 12.4142C9.2109 12.0391 9.00019 11.5304 9.00019 10.9999C8.99814 10.8241 9.02172 10.649 9.07018 10.4799ZM11.0002 16.9999C7.82018 16.9999 4.83019 14.7099 3.10019 10.9999C3.74627 9.57369 4.66326 8.28652 5.80019 7.20994L7.57019 8.99994C7.15443 9.75874 6.99592 10.6319 7.11844 11.4884C7.24096 12.3449 7.6379 13.1386 8.24971 13.7504C8.86152 14.3622 9.65522 14.7592 10.5117 14.8817C11.3682 15.0042 12.2414 14.8457 13.0002 14.4299L14.5902 15.9999C13.5013 16.6408 12.2636 16.9856 11.0002 16.9999Z" , fill: "#070B12", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 62}})
21244
+ React$1.createElement('svg', { width: "22", height: "22", viewBox: "0 0 22 22" , fill: "none", xmlns: "http://www.w3.org/2000/svg", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 59}}
21245
+ , React$1.createElement('path', { d: "M9.94018 5.07994C10.2909 5.02617 10.6453 4.99943 11.0002 4.99994C14.1802 4.99994 17.1702 7.28994 18.9102 10.9999C18.6441 11.5645 18.3435 12.1122 18.0102 12.6399C17.9044 12.8038 17.8487 12.9949 17.8502 13.1899C17.8524 13.4082 17.926 13.6197 18.0596 13.7922C18.1933 13.9647 18.3798 14.0888 18.5905 14.1455C18.8013 14.2021 19.0248 14.1883 19.227 14.106C19.4291 14.0238 19.5988 13.8776 19.7102 13.6899C20.1761 12.9579 20.5808 12.1886 20.9202 11.3899C20.9738 11.2652 21.0015 11.1308 21.0015 10.9949C21.0015 10.8591 20.9738 10.7247 20.9202 10.5999C18.9002 5.90994 15.1002 2.99994 11.0002 2.99994C10.5309 2.99758 10.0623 3.03774 9.60019 3.11994C9.46886 3.14227 9.34322 3.19024 9.23044 3.26112C9.11766 3.332 9.01994 3.4244 8.94287 3.53304C8.8658 3.64169 8.81088 3.76445 8.78125 3.89432C8.75162 4.02419 8.74786 4.15862 8.77018 4.28994C8.79251 4.42126 8.84048 4.5469 8.91136 4.65968C8.98224 4.77247 9.07464 4.87018 9.18329 4.94726C9.29193 5.02433 9.41469 5.07925 9.54456 5.10888C9.67443 5.13851 9.80886 5.14227 9.94018 5.11994V5.07994ZM2.71019 1.28994C2.61695 1.1967 2.50626 1.12274 2.38443 1.07228C2.26261 1.02182 2.13204 0.99585 2.00019 0.99585C1.86833 0.99585 1.73776 1.02182 1.61594 1.07228C1.49411 1.12274 1.38342 1.1967 1.29019 1.28994C1.10188 1.47824 0.996094 1.73364 0.996094 1.99994C0.996094 2.26624 1.10188 2.52164 1.29019 2.70994L4.39019 5.79994C2.97576 7.16147 1.85004 8.79393 1.08019 10.5999C1.02512 10.7261 0.996701 10.8623 0.996701 10.9999C0.996701 11.1376 1.02512 11.2738 1.08019 11.3999C3.10019 16.0899 6.90019 18.9999 11.0002 18.9999C12.7973 18.9875 14.552 18.4524 16.0502 17.4599L19.2902 20.7099C19.3831 20.8037 19.4937 20.8781 19.6156 20.9288C19.7375 20.9796 19.8682 21.0057 20.0002 21.0057C20.1322 21.0057 20.2629 20.9796 20.3848 20.9288C20.5066 20.8781 20.6172 20.8037 20.7102 20.7099C20.8039 20.617 20.8783 20.5064 20.9291 20.3845C20.9798 20.2627 21.006 20.132 21.006 19.9999C21.006 19.8679 20.9798 19.7372 20.9291 19.6154C20.8783 19.4935 20.8039 19.3829 20.7102 19.2899L2.71019 1.28994ZM9.07018 10.4799L11.5202 12.9299C11.3512 12.9784 11.176 13.002 11.0002 12.9999C10.4698 12.9999 9.96104 12.7892 9.58597 12.4142C9.2109 12.0391 9.00019 11.5304 9.00019 10.9999C8.99814 10.8241 9.02172 10.649 9.07018 10.4799ZM11.0002 16.9999C7.82018 16.9999 4.83019 14.7099 3.10019 10.9999C3.74627 9.57369 4.66326 8.28652 5.80019 7.20994L7.57019 8.99994C7.15443 9.75874 6.99592 10.6319 7.11844 11.4884C7.24096 12.3449 7.6379 13.1386 8.24971 13.7504C8.86152 14.3622 9.65522 14.7592 10.5117 14.8817C11.3682 15.0042 12.2414 14.8457 13.0002 14.4299L14.5902 15.9999C13.5013 16.6408 12.2636 16.9856 11.0002 16.9999Z" , fill: "#070B12", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 60}})
21248
21246
  )
21249
21247
 
21250
21248
  )
21251
21249
  )
21252
- , !passString && err &&
21253
- React$1.createElement(ErrorMessage$4, {__self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 68}}
21250
+ , borderColor === 'error' &&
21251
+ React$1.createElement(ErrorMessage$4, {__self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 66}}
21254
21252
  /*exclamation-triangle*/
21255
- , React$1.createElement('svg', { width: "16", height: "14", viewBox: "0 0 16 14" , fill: "none", xmlns: "http://www.w3.org/2000/svg", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 70}}
21256
- , React$1.createElement('path', { d: "M8.00006 9.66669C7.86821 9.66669 7.73931 9.70578 7.62968 9.77904C7.52005 9.85229 7.4346 9.95641 7.38414 10.0782C7.33368 10.2 7.32048 10.3341 7.3462 10.4634C7.37193 10.5927 7.43542 10.7115 7.52866 10.8048C7.62189 10.898 7.74068 10.9615 7.87 10.9872C7.99932 11.0129 8.13336 10.9997 8.25518 10.9493C8.377 10.8988 8.48112 10.8134 8.55437 10.7037C8.62763 10.5941 8.66673 10.4652 8.66673 10.3334C8.66673 10.1565 8.59649 9.98697 8.47146 9.86195C8.34644 9.73692 8.17687 9.66669 8.00006 9.66669ZM15.1134 10.6467L9.74673 1.31335C9.57326 1.00236 9.31992 0.743323 9.01285 0.562997C8.70579 0.382672 8.35615 0.287598 8.00006 0.287598C7.64396 0.287598 7.29433 0.382672 6.98726 0.562997C6.6802 0.743323 6.42686 1.00236 6.25339 1.31335L0.92006 10.6467C0.74059 10.9494 0.644155 11.294 0.640489 11.6459C0.636824 11.9978 0.726058 12.3444 0.899184 12.6507C1.07231 12.9571 1.3232 13.2123 1.62652 13.3907C1.92984 13.5691 2.27485 13.6643 2.62673 13.6667H13.3734C13.7281 13.6702 14.0773 13.5793 14.3853 13.4033C14.6933 13.2273 14.949 12.9726 15.126 12.6652C15.3031 12.3579 15.3953 12.009 15.3931 11.6542C15.3908 11.2995 15.2943 10.9518 15.1134 10.6467ZM13.9601 11.98C13.9016 12.084 13.8164 12.1704 13.7132 12.2302C13.61 12.29 13.4927 12.321 13.3734 12.32H2.62673C2.50747 12.321 2.39013 12.29 2.28694 12.2302C2.18375 12.1704 2.0985 12.084 2.04006 11.98C1.98155 11.8787 1.95074 11.7637 1.95074 11.6467C1.95074 11.5297 1.98155 11.4147 2.04006 11.3134L7.37339 1.98002C7.42934 1.87082 7.51433 1.77917 7.61902 1.71518C7.72371 1.65119 7.84403 1.61733 7.96673 1.61733C8.08942 1.61733 8.20974 1.65119 8.31443 1.71518C8.41912 1.77917 8.50411 1.87082 8.56006 1.98002L13.9267 11.3134C13.9929 11.4132 14.0309 11.5291 14.0367 11.6488C14.0426 11.7684 14.0161 11.8875 13.9601 11.9934V11.98ZM8.00006 4.33335C7.82325 4.33335 7.65368 4.40359 7.52866 4.52861C7.40363 4.65364 7.33339 4.82321 7.33339 5.00002V7.66669C7.33339 7.8435 7.40363 8.01307 7.52866 8.13809C7.65368 8.26311 7.82325 8.33335 8.00006 8.33335C8.17687 8.33335 8.34644 8.26311 8.47146 8.13809C8.59649 8.01307 8.66673 7.8435 8.66673 7.66669V5.00002C8.66673 4.82321 8.59649 4.65364 8.47146 4.52861C8.34644 4.40359 8.17687 4.33335 8.00006 4.33335Z" , fill: "#F80000", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 71}})
21253
+ , React$1.createElement('svg', { width: "16", height: "14", viewBox: "0 0 16 14" , fill: "none", xmlns: "http://www.w3.org/2000/svg", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 68}}
21254
+ , React$1.createElement('path', { d: "M8.00006 9.66669C7.86821 9.66669 7.73931 9.70578 7.62968 9.77904C7.52005 9.85229 7.4346 9.95641 7.38414 10.0782C7.33368 10.2 7.32048 10.3341 7.3462 10.4634C7.37193 10.5927 7.43542 10.7115 7.52866 10.8048C7.62189 10.898 7.74068 10.9615 7.87 10.9872C7.99932 11.0129 8.13336 10.9997 8.25518 10.9493C8.377 10.8988 8.48112 10.8134 8.55437 10.7037C8.62763 10.5941 8.66673 10.4652 8.66673 10.3334C8.66673 10.1565 8.59649 9.98697 8.47146 9.86195C8.34644 9.73692 8.17687 9.66669 8.00006 9.66669ZM15.1134 10.6467L9.74673 1.31335C9.57326 1.00236 9.31992 0.743323 9.01285 0.562997C8.70579 0.382672 8.35615 0.287598 8.00006 0.287598C7.64396 0.287598 7.29433 0.382672 6.98726 0.562997C6.6802 0.743323 6.42686 1.00236 6.25339 1.31335L0.92006 10.6467C0.74059 10.9494 0.644155 11.294 0.640489 11.6459C0.636824 11.9978 0.726058 12.3444 0.899184 12.6507C1.07231 12.9571 1.3232 13.2123 1.62652 13.3907C1.92984 13.5691 2.27485 13.6643 2.62673 13.6667H13.3734C13.7281 13.6702 14.0773 13.5793 14.3853 13.4033C14.6933 13.2273 14.949 12.9726 15.126 12.6652C15.3031 12.3579 15.3953 12.009 15.3931 11.6542C15.3908 11.2995 15.2943 10.9518 15.1134 10.6467ZM13.9601 11.98C13.9016 12.084 13.8164 12.1704 13.7132 12.2302C13.61 12.29 13.4927 12.321 13.3734 12.32H2.62673C2.50747 12.321 2.39013 12.29 2.28694 12.2302C2.18375 12.1704 2.0985 12.084 2.04006 11.98C1.98155 11.8787 1.95074 11.7637 1.95074 11.6467C1.95074 11.5297 1.98155 11.4147 2.04006 11.3134L7.37339 1.98002C7.42934 1.87082 7.51433 1.77917 7.61902 1.71518C7.72371 1.65119 7.84403 1.61733 7.96673 1.61733C8.08942 1.61733 8.20974 1.65119 8.31443 1.71518C8.41912 1.77917 8.50411 1.87082 8.56006 1.98002L13.9267 11.3134C13.9929 11.4132 14.0309 11.5291 14.0367 11.6488C14.0426 11.7684 14.0161 11.8875 13.9601 11.9934V11.98ZM8.00006 4.33335C7.82325 4.33335 7.65368 4.40359 7.52866 4.52861C7.40363 4.65364 7.33339 4.82321 7.33339 5.00002V7.66669C7.33339 7.8435 7.40363 8.01307 7.52866 8.13809C7.65368 8.26311 7.82325 8.33335 8.00006 8.33335C8.17687 8.33335 8.34644 8.26311 8.47146 8.13809C8.59649 8.01307 8.66673 7.8435 8.66673 7.66669V5.00002C8.66673 4.82321 8.59649 4.65364 8.47146 4.52861C8.34644 4.40359 8.17687 4.33335 8.00006 4.33335Z" , fill: "#F80000", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 69}})
21257
21255
  )
21258
- , errMsg ? React$1.createElement('span', { className: "paragraph1Regular", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 73}}, errMsg) : React$1.createElement('span', { className: "paragraph1Regular", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 73}}, "This field is required" )
21256
+ , errMsg ? React$1.createElement('span', { className: "paragraph1Regular", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 71}}, errMsg) : React$1.createElement('span', { className: "paragraph1Regular", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 71}}, "This field is required" )
21259
21257
  )
21260
21258
 
21261
21259
  )
@@ -25950,7 +25948,7 @@ const countries = [
25950
25948
  },
25951
25949
  {
25952
25950
  code: "AL",
25953
- country: "ALBANIE",
25951
+ country: "ALBANIA",
25954
25952
  flag: "https://newsuat.blob.core.windows.net/flags/albania_cty.svg",
25955
25953
  dial_code: "+355"
25956
25954
  },
@@ -25972,12 +25970,6 @@ const countries = [
25972
25970
  flag: "https://newsuat.blob.core.windows.net/flags/angola_cty.svg",
25973
25971
  dial_code: "+244"
25974
25972
  },
25975
- {
25976
- code: "AG",
25977
- country: "ANTIGUA & BARBUDA",
25978
- flag: "https://newsuat.blob.core.windows.net/flags/antigua-and-barbuda_cty.svg",
25979
- dial_code: "+1268"
25980
- },
25981
25973
  {
25982
25974
  code: "AR",
25983
25975
  country: "ARGENTINA",
@@ -25990,12 +25982,6 @@ const countries = [
25990
25982
  flag: "https://newsuat.blob.core.windows.net/flags/armenia_cty.svg",
25991
25983
  dial_code: "+374"
25992
25984
  },
25993
- {
25994
- code: "AW",
25995
- country: "ARUBA",
25996
- flag: "https://newsuat.blob.core.windows.net/flags/aruba_cty.svg",
25997
- dial_code: "+297"
25998
- },
25999
25985
  {
26000
25986
  code: "AU",
26001
25987
  country: "AUSTRALIA",
@@ -26076,7 +26062,7 @@ const countries = [
26076
26062
  },
26077
26063
  {
26078
26064
  code: "BA",
26079
- country: "BOSNIA & HERZEGOVINA",
26065
+ country: "BOSNIA HERZEGOVINA",
26080
26066
  flag: "https://newsuat.blob.core.windows.net/flags/bosnia-and-herzegovina_cty.svg",
26081
26067
  dial_code: "+387"
26082
26068
  },
@@ -26094,7 +26080,7 @@ const countries = [
26094
26080
  },
26095
26081
  {
26096
26082
  code: "BN",
26097
- country: "BRUNEI DARUSSALAM",
26083
+ country: "BRUNEI",
26098
26084
  flag: "https://newsuat.blob.core.windows.net/flags/brunei-darussalam_cty.svg",
26099
26085
  dial_code: "+673"
26100
26086
  },
@@ -26110,12 +26096,6 @@ const countries = [
26110
26096
  flag: "https://newsuat.blob.core.windows.net/flags/burkina-faso_cty.svg",
26111
26097
  dial_code: "+226"
26112
26098
  },
26113
- {
26114
- code: "MM",
26115
- country: "BURMA - MYANMA",
26116
- flag: "https://newsuat.blob.core.windows.net/flags/myanmar_cty.svg",
26117
- dial_code: "+95"
26118
- },
26119
26099
  {
26120
26100
  code: "BI",
26121
26101
  country: "BURUNDI",
@@ -26124,7 +26104,7 @@ const countries = [
26124
26104
  },
26125
26105
  {
26126
26106
  code: "KH",
26127
- country: "CAMBODIA -KAMPUCHEA",
26107
+ country: "CAMBODIA",
26128
26108
  flag: "https://newsuat.blob.core.windows.net/flags/cambodia_cty.svg",
26129
26109
  dial_code: "+855"
26130
26110
  },
@@ -26148,7 +26128,7 @@ const countries = [
26148
26128
  },
26149
26129
  {
26150
26130
  code: "CF",
26151
- country: "CENTRAL AFRICAN REPUBLIC",
26131
+ country: "CENTRAL AFRICAN REP",
26152
26132
  flag: "https://newsuat.blob.core.windows.net/flags/central-african-republic_cty.svg",
26153
26133
  dial_code: "+236"
26154
26134
  },
@@ -26176,24 +26156,30 @@ const countries = [
26176
26156
  flag: "https://newsuat.blob.core.windows.net/flags/colombia_cty.svg",
26177
26157
  dial_code: "+57"
26178
26158
  },
26159
+ {
26160
+ code: "KM",
26161
+ country: "COMOROS",
26162
+ flag: "https://newsuat.blob.core.windows.net/flags/comoros_cty.svg",
26163
+ dial_code: "+269"
26164
+ },
26179
26165
  {
26180
26166
  code: "CG",
26181
26167
  country: "CONGO",
26182
26168
  flag: "https://newsuat.blob.core.windows.net/flags/congo_cty.svg",
26183
26169
  dial_code: "+242"
26184
26170
  },
26171
+ {
26172
+ code: "CD",
26173
+ country: "DEMOCRATIC REPUBLIC OF CONGO",
26174
+ flag: "https://newsuat.blob.core.windows.net/flags/dr-congo_cty.svg",
26175
+ dial_code: "+243"
26176
+ },
26185
26177
  {
26186
26178
  code: "CR",
26187
26179
  country: "COSTA RICA",
26188
26180
  flag: "https://newsuat.blob.core.windows.net/flags/costa-rica_cty.svg",
26189
26181
  dial_code: "+506"
26190
26182
  },
26191
- {
26192
- code: "CI",
26193
- country: "COTE D IVOIRE",
26194
- flag: "https://newsuat.blob.core.windows.net/flags/ivory-coast_cty.svg",
26195
- dial_code: "+225"
26196
- },
26197
26183
  {
26198
26184
  code: "HR",
26199
26185
  country: "CROATIA",
@@ -26218,18 +26204,18 @@ const countries = [
26218
26204
  flag: "https://newsuat.blob.core.windows.net/flags/czech-repubic_cty.svg",
26219
26205
  dial_code: "+420"
26220
26206
  },
26221
- {
26222
- code: "CD",
26223
- country: "DEMOCRATIC REPUBLIC OF CONGO",
26224
- flag: "https://newsuat.blob.core.windows.net/flags/dr-congo_cty.svg",
26225
- dial_code: "+243"
26226
- },
26227
26207
  {
26228
26208
  code: "DK",
26229
26209
  country: "DENMARK",
26230
26210
  flag: "https://newsuat.blob.core.windows.net/flags/denmark_cty.svg",
26231
26211
  dial_code: "+45"
26232
26212
  },
26213
+ {
26214
+ code: "DJ",
26215
+ country: "DJIBOUTI",
26216
+ flag: "https://newsuat.blob.core.windows.net/flags/djibouti_cty.svg",
26217
+ dial_code: "+253"
26218
+ },
26233
26219
  {
26234
26220
  code: "DM",
26235
26221
  country: "DOMINICA",
@@ -26284,12 +26270,6 @@ const countries = [
26284
26270
  flag: "https://newsuat.blob.core.windows.net/flags/ethiopia_cty.svg",
26285
26271
  dial_code: "+251"
26286
26272
  },
26287
- {
26288
- code: "KM",
26289
- country: "FEDERAL ISLM. REP OF COMOROS",
26290
- flag: "https://newsuat.blob.core.windows.net/flags/comoros_cty.svg",
26291
- dial_code: "+269"
26292
- },
26293
26273
  {
26294
26274
  code: "FJ",
26295
26275
  country: "FIJI",
@@ -26386,12 +26366,6 @@ const countries = [
26386
26366
  flag: "https://newsuat.blob.core.windows.net/flags/honduras_cty.svg",
26387
26367
  dial_code: "+504"
26388
26368
  },
26389
- {
26390
- code: "HK",
26391
- country: "HONG KONG",
26392
- flag: "https://newsuat.blob.core.windows.net/flags/hong-kong_cty.svg",
26393
- dial_code: "+852"
26394
- },
26395
26369
  {
26396
26370
  code: "HU",
26397
26371
  country: "HUNGARY",
@@ -26430,7 +26404,7 @@ const countries = [
26430
26404
  },
26431
26405
  {
26432
26406
  code: "IE",
26433
- country: "IRELAND",
26407
+ country: "IRELAND (REPUBLIC)",
26434
26408
  flag: "https://newsuat.blob.core.windows.net/flags/ireland_cty.svg",
26435
26409
  dial_code: "+353"
26436
26410
  },
@@ -26446,6 +26420,12 @@ const countries = [
26446
26420
  flag: "https://newsuat.blob.core.windows.net/flags/italy_cty.svg",
26447
26421
  dial_code: "+39"
26448
26422
  },
26423
+ {
26424
+ code: "CI",
26425
+ country: "IVORY COAST",
26426
+ flag: "https://newsuat.blob.core.windows.net/flags/ivory-coast_cty.svg",
26427
+ dial_code: "+225"
26428
+ },
26449
26429
  {
26450
26430
  code: "JM",
26451
26431
  country: "JAMAICA",
@@ -26476,18 +26456,6 @@ const countries = [
26476
26456
  flag: "https://newsuat.blob.core.windows.net/flags/kenya_cty.svg",
26477
26457
  dial_code: "+254"
26478
26458
  },
26479
- {
26480
- code: "LS",
26481
- country: "KINGDOM OF LESOTHO",
26482
- flag: "https://newsuat.blob.core.windows.net/flags/lesotho_cty.svg",
26483
- dial_code: "+266"
26484
- },
26485
- {
26486
- code: "SZ",
26487
- country: "KINGDOM OF SWAZILAND",
26488
- flag: "https://newsuat.blob.core.windows.net/flags/eswatini_cty.svg",
26489
- dial_code: "+268"
26490
- },
26491
26459
  {
26492
26460
  code: "KI",
26493
26461
  country: "KIRIBATI",
@@ -26496,13 +26464,13 @@ const countries = [
26496
26464
  },
26497
26465
  {
26498
26466
  code: "KP",
26499
- country: "KOREA, DEMOCRATIC",
26467
+ country: "KOREA NORTH",
26500
26468
  flag: "https://newsuat.blob.core.windows.net/flags/north-korea_cty.svg",
26501
26469
  dial_code: "+850"
26502
26470
  },
26503
26471
  {
26504
26472
  code: "KR",
26505
- country: "KOREA, REPUBLIC OF",
26473
+ country: "KOREA SOUTH",
26506
26474
  flag: "https://newsuat.blob.core.windows.net/flags/south-korea_cty.svg",
26507
26475
  dial_code: "+82"
26508
26476
  },
@@ -26520,7 +26488,7 @@ const countries = [
26520
26488
  },
26521
26489
  {
26522
26490
  code: "LA",
26523
- country: "LAO,PEOPLE'S DEMOCRATIC REPUBL",
26491
+ country: "LAOS",
26524
26492
  flag: "https://newsuat.blob.core.windows.net/flags/laos_cty.svg",
26525
26493
  dial_code: "+856"
26526
26494
  },
@@ -26536,6 +26504,12 @@ const countries = [
26536
26504
  flag: "https://newsuat.blob.core.windows.net/flags/lebanon_cty.svg",
26537
26505
  dial_code: "+961"
26538
26506
  },
26507
+ {
26508
+ code: "LS",
26509
+ country: "LESOTHO",
26510
+ flag: "https://newsuat.blob.core.windows.net/flags/lesotho_cty.svg",
26511
+ dial_code: "+266"
26512
+ },
26539
26513
  {
26540
26514
  code: "LR",
26541
26515
  country: "LIBERIA",
@@ -26572,6 +26546,12 @@ const countries = [
26572
26546
  flag: "https://newsuat.blob.core.windows.net/flags/madagascar_cty.svg",
26573
26547
  dial_code: "+261"
26574
26548
  },
26549
+ {
26550
+ code: "MW",
26551
+ country: "MALAWI",
26552
+ flag: "https://newsuat.blob.core.windows.net/flags/malawi_cty.svg",
26553
+ dial_code: "+265"
26554
+ },
26575
26555
  {
26576
26556
  code: "MY",
26577
26557
  country: "MALAYSIA",
@@ -26628,7 +26608,7 @@ const countries = [
26628
26608
  },
26629
26609
  {
26630
26610
  code: "MD",
26631
- country: "MOLDOVA, REP. OF",
26611
+ country: "MOLDOVA",
26632
26612
  flag: "https://newsuat.blob.core.windows.net/flags/moldova_cty.svg",
26633
26613
  dial_code: "+373"
26634
26614
  },
@@ -26646,7 +26626,7 @@ const countries = [
26646
26626
  },
26647
26627
  {
26648
26628
  code: "ME",
26649
- country: "MONTENEGRO.",
26629
+ country: "MONTENEGRO",
26650
26630
  flag: "https://newsuat.blob.core.windows.net/flags/montenegro_cty.svg",
26651
26631
  dial_code: "+382"
26652
26632
  },
@@ -26782,36 +26762,6 @@ const countries = [
26782
26762
  flag: "https://newsuat.blob.core.windows.net/flags/qatar_cty.svg",
26783
26763
  dial_code: "+974"
26784
26764
  },
26785
- {
26786
- code: "DJ",
26787
- country: "REPUBLIC OF DJIBOUTI",
26788
- flag: "https://newsuat.blob.core.windows.net/flags/djibouti_cty.svg",
26789
- dial_code: "+253"
26790
- },
26791
- {
26792
- code: "MW",
26793
- country: "REPUBLIC OF MALAWI",
26794
- flag: "https://newsuat.blob.core.windows.net/flags/malawi_cty.svg",
26795
- dial_code: "+265"
26796
- },
26797
- {
26798
- code: "UG",
26799
- country: "REPUBLIC OF UGANDA",
26800
- flag: "https://newsuat.blob.core.windows.net/flags/uganda_cty.svg",
26801
- dial_code: "+256"
26802
- },
26803
- {
26804
- code: "ZM",
26805
- country: "REPUBLIC OF ZAMBIA",
26806
- flag: "https://newsuat.blob.core.windows.net/flags/zambia_cty.svg",
26807
- dial_code: "+260"
26808
- },
26809
- {
26810
- code: "ZW",
26811
- country: "REPUBLIC OF ZIMBABWE",
26812
- flag: "https://newsuat.blob.core.windows.net/flags/zimbabwe_cty.svg",
26813
- dial_code: "+263"
26814
- },
26815
26765
  {
26816
26766
  code: "RO",
26817
26767
  country: "ROMANIA",
@@ -26826,7 +26776,7 @@ const countries = [
26826
26776
  },
26827
26777
  {
26828
26778
  code: "RW",
26829
- country: "RWANDESE REPUBLIC",
26779
+ country: "RWANDA",
26830
26780
  flag: "https://newsuat.blob.core.windows.net/flags/rwanda_cty.svg",
26831
26781
  dial_code: "+250"
26832
26782
  },
@@ -26856,7 +26806,7 @@ const countries = [
26856
26806
  },
26857
26807
  {
26858
26808
  code: "ST",
26859
- country: "SAO TOME AND PRINCIPE",
26809
+ country: "SAO TOME & PRINCIPE",
26860
26810
  flag: "https://newsuat.blob.core.windows.net/flags/sao-tome-and-principe_cty.svg",
26861
26811
  dial_code: "+239"
26862
26812
  },
@@ -26916,7 +26866,7 @@ const countries = [
26916
26866
  },
26917
26867
  {
26918
26868
  code: "SO",
26919
- country: "SOMALI DEMOCRATIC REPUBLIC",
26869
+ country: "SOMALIA",
26920
26870
  flag: "https://newsuat.blob.core.windows.net/flags/somalia_cty.svg",
26921
26871
  dial_code: "+252"
26922
26872
  },
@@ -26950,6 +26900,12 @@ const countries = [
26950
26900
  flag: "https://newsuat.blob.core.windows.net/flags/suriname_cty.svg",
26951
26901
  dial_code: "+597"
26952
26902
  },
26903
+ {
26904
+ code: "SZ",
26905
+ country: "SWAZILAND",
26906
+ flag: "https://newsuat.blob.core.windows.net/flags/eswatini_cty.svg",
26907
+ dial_code: "+268"
26908
+ },
26953
26909
  {
26954
26910
  code: "SE",
26955
26911
  country: "SWEDEN",
@@ -26964,7 +26920,7 @@ const countries = [
26964
26920
  },
26965
26921
  {
26966
26922
  code: "SY",
26967
- country: "SYRIAN ARAB REPUBLIC",
26923
+ country: "SYRIA",
26968
26924
  flag: "https://newsuat.blob.core.windows.net/flags/syria_cty.svg",
26969
26925
  dial_code: "+963"
26970
26926
  },
@@ -26974,6 +26930,12 @@ const countries = [
26974
26930
  flag: "https://newsuat.blob.core.windows.net/flags/tajikistan_cty.svg",
26975
26931
  dial_code: "+992"
26976
26932
  },
26933
+ {
26934
+ code: "TZ",
26935
+ country: "TANZANIA",
26936
+ flag: "https://newsuat.blob.core.windows.net/flags/tanzania_cty.svg",
26937
+ dial_code: "+255"
26938
+ },
26977
26939
  {
26978
26940
  code: "TH",
26979
26941
  country: "THAILAND",
@@ -27040,12 +27002,6 @@ const countries = [
27040
27002
  flag: "https://newsuat.blob.core.windows.net/flags/uk_cty.svg",
27041
27003
  dial_code: "+44"
27042
27004
  },
27043
- {
27044
- code: "TZ",
27045
- country: "UNITED REPUBLIC OF TANZANIA",
27046
- flag: "https://newsuat.blob.core.windows.net/flags/tanzania_cty.svg",
27047
- dial_code: "+255"
27048
- },
27049
27005
  {
27050
27006
  code: "US",
27051
27007
  country: "UNITED STATES",
@@ -27082,17 +27038,23 @@ const countries = [
27082
27038
  flag: "https://newsuat.blob.core.windows.net/flags/vietnam_cty.svg",
27083
27039
  dial_code: "+84"
27084
27040
  },
27085
- {
27086
- code: "VI",
27087
- country: "VIRGIN ISLANDS U.S",
27088
- flag: "https://newsuat.blob.core.windows.net/flags/virgin-islands_cty.svg",
27089
- dial_code: "+1340"
27090
- },
27091
27041
  {
27092
27042
  code: "YE",
27093
27043
  country: "YEMEN",
27094
27044
  flag: "https://newsuat.blob.core.windows.net/flags/yemen_cty.svg",
27095
27045
  dial_code: "+967"
27046
+ },
27047
+ {
27048
+ code: "ZM",
27049
+ country: "ZAMBIA",
27050
+ flag: "https://newsuat.blob.core.windows.net/flags/uganda_cty.svg",
27051
+ dial_code: "+260"
27052
+ },
27053
+ {
27054
+ code: "ZW",
27055
+ country: "ZIMBABWE",
27056
+ flag: "https://newsuat.blob.core.windows.net/flags/zambia_cty.svg",
27057
+ dial_code: "+263"
27096
27058
  }
27097
27059
  ];
27098
27060