@secondstaxorg/sscomp 1.8.19 → 1.8.22

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
@@ -21188,31 +21188,28 @@ const ErrorMessage$4 = styled.p`
21188
21188
  `;
21189
21189
 
21190
21190
  const _jsxFileName$A = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\PasswordField\\PasswordField.tsx";
21191
+ // import '../../styles/typography.css'
21192
+
21191
21193
  /**
21192
21194
  * Component for handling password input fields
21193
21195
  */
21194
21196
  const PasswordField = (props) => {
21195
21197
  const {label,subtext,disabled,errMsg,placeholder,width,value} = props;
21196
21198
 
21197
- const [passString,setPassString] = React$1.useState(value);
21198
21199
  const [borderColor,setBorderColor] = React$1.useState('');
21199
- const [err,setErr] = React$1.useState(false);
21200
21200
  const [showPw,setShowPw] = React$1.useState(false);
21201
21201
 
21202
-
21203
21202
  React$1.useEffect(()=>{
21204
- if (passString){
21203
+ if (value){
21205
21204
  setBorderColor('success');
21206
21205
  }
21207
- },[passString]);
21206
+ },[value]);
21208
21207
 
21209
21208
  function validate(){
21210
- if (passString){
21209
+ if (value){
21211
21210
  setBorderColor('success');
21212
- setErr(false);
21213
21211
  }else {
21214
21212
  setBorderColor('error');
21215
- setErr(true);
21216
21213
  }
21217
21214
  }
21218
21215
 
@@ -21223,39 +21220,36 @@ const PasswordField = (props) => {
21223
21220
  };
21224
21221
 
21225
21222
  return (
21226
- React$1.createElement('div', { style: style, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 41}}
21223
+ React$1.createElement('div', { style: style, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 36}}
21227
21224
  , 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)
21225
+ React$1.createElement(InputLabel$6, {__self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 38}}
21226
+ , React$1.createElement('label', { className: disabled ? 'disabled' : '', __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 39}}, label)
21227
+ , React$1.createElement('span', { className: disabled ? 'disabled' : '', __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 40}}, subtext)
21231
21228
  )
21232
21229
 
21233
- , React$1.createElement(InputContainer$4, { className: `${borderColor} ${disabled ? 'disabled' : ''}`, style: {width:width ? width : '100%'}, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 48}}
21234
- , React$1.createElement(InputField$3, { type: !showPw ? 'password' : 'text', value: passString, onChange: (e)=>{
21235
- // setValue(e.target.value)
21236
- 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}}
21230
+ , React$1.createElement(InputContainer$4, { className: `${borderColor} ${disabled ? 'disabled' : ''}`, style: {width:width ? width : '100%'}, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 43}}
21231
+ , React$1.createElement(InputField$3, { type: !showPw ? 'password' : 'text', value: value, onBlur: ()=>{validate();}, disabled: disabled, ...props, required: true, placeholder: placeholder, onInvalid: validate, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 44}})
21232
+ , React$1.createElement(ToggleButton, { type: "button", onClick: ()=>{setShowPw(!showPw);}, __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 45}}
21239
21233
  , !showPw ?
21240
21234
  //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}})
21235
+ 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: 48}}
21236
+ , 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: 49}})
21243
21237
  )
21244
21238
  :
21245
21239
  //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}})
21240
+ 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: 53}}
21241
+ , 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: 54}})
21248
21242
  )
21249
21243
 
21250
21244
  )
21251
21245
  )
21252
- , !passString && err &&
21253
- React$1.createElement(ErrorMessage$4, {__self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 68}}
21246
+ , borderColor === 'error' &&
21247
+ React$1.createElement(ErrorMessage$4, {__self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 60}}
21254
21248
  /*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}})
21249
+ , 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: 62}}
21250
+ , 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: 63}})
21257
21251
  )
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" )
21252
+ , errMsg ? React$1.createElement('span', { className: "paragraph1Regular", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 65}}, errMsg) : React$1.createElement('span', { className: "paragraph1Regular", __self: undefined, __source: {fileName: _jsxFileName$A, lineNumber: 65}}, "This field is required" )
21259
21253
  )
21260
21254
 
21261
21255
  )
@@ -25950,7 +25944,7 @@ const countries = [
25950
25944
  },
25951
25945
  {
25952
25946
  code: "AL",
25953
- country: "ALBANIE",
25947
+ country: "ALBANIA",
25954
25948
  flag: "https://newsuat.blob.core.windows.net/flags/albania_cty.svg",
25955
25949
  dial_code: "+355"
25956
25950
  },
@@ -25972,12 +25966,6 @@ const countries = [
25972
25966
  flag: "https://newsuat.blob.core.windows.net/flags/angola_cty.svg",
25973
25967
  dial_code: "+244"
25974
25968
  },
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
25969
  {
25982
25970
  code: "AR",
25983
25971
  country: "ARGENTINA",
@@ -25990,12 +25978,6 @@ const countries = [
25990
25978
  flag: "https://newsuat.blob.core.windows.net/flags/armenia_cty.svg",
25991
25979
  dial_code: "+374"
25992
25980
  },
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
25981
  {
26000
25982
  code: "AU",
26001
25983
  country: "AUSTRALIA",
@@ -26076,7 +26058,7 @@ const countries = [
26076
26058
  },
26077
26059
  {
26078
26060
  code: "BA",
26079
- country: "BOSNIA & HERZEGOVINA",
26061
+ country: "BOSNIA HERZEGOVINA",
26080
26062
  flag: "https://newsuat.blob.core.windows.net/flags/bosnia-and-herzegovina_cty.svg",
26081
26063
  dial_code: "+387"
26082
26064
  },
@@ -26094,7 +26076,7 @@ const countries = [
26094
26076
  },
26095
26077
  {
26096
26078
  code: "BN",
26097
- country: "BRUNEI DARUSSALAM",
26079
+ country: "BRUNEI",
26098
26080
  flag: "https://newsuat.blob.core.windows.net/flags/brunei-darussalam_cty.svg",
26099
26081
  dial_code: "+673"
26100
26082
  },
@@ -26110,12 +26092,6 @@ const countries = [
26110
26092
  flag: "https://newsuat.blob.core.windows.net/flags/burkina-faso_cty.svg",
26111
26093
  dial_code: "+226"
26112
26094
  },
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
26095
  {
26120
26096
  code: "BI",
26121
26097
  country: "BURUNDI",
@@ -26124,7 +26100,7 @@ const countries = [
26124
26100
  },
26125
26101
  {
26126
26102
  code: "KH",
26127
- country: "CAMBODIA -KAMPUCHEA",
26103
+ country: "CAMBODIA",
26128
26104
  flag: "https://newsuat.blob.core.windows.net/flags/cambodia_cty.svg",
26129
26105
  dial_code: "+855"
26130
26106
  },
@@ -26148,7 +26124,7 @@ const countries = [
26148
26124
  },
26149
26125
  {
26150
26126
  code: "CF",
26151
- country: "CENTRAL AFRICAN REPUBLIC",
26127
+ country: "CENTRAL AFRICAN REP",
26152
26128
  flag: "https://newsuat.blob.core.windows.net/flags/central-african-republic_cty.svg",
26153
26129
  dial_code: "+236"
26154
26130
  },
@@ -26176,24 +26152,30 @@ const countries = [
26176
26152
  flag: "https://newsuat.blob.core.windows.net/flags/colombia_cty.svg",
26177
26153
  dial_code: "+57"
26178
26154
  },
26155
+ {
26156
+ code: "KM",
26157
+ country: "COMOROS",
26158
+ flag: "https://newsuat.blob.core.windows.net/flags/comoros_cty.svg",
26159
+ dial_code: "+269"
26160
+ },
26179
26161
  {
26180
26162
  code: "CG",
26181
26163
  country: "CONGO",
26182
26164
  flag: "https://newsuat.blob.core.windows.net/flags/congo_cty.svg",
26183
26165
  dial_code: "+242"
26184
26166
  },
26167
+ {
26168
+ code: "CD",
26169
+ country: "DEMOCRATIC REPUBLIC OF CONGO",
26170
+ flag: "https://newsuat.blob.core.windows.net/flags/dr-congo_cty.svg",
26171
+ dial_code: "+243"
26172
+ },
26185
26173
  {
26186
26174
  code: "CR",
26187
26175
  country: "COSTA RICA",
26188
26176
  flag: "https://newsuat.blob.core.windows.net/flags/costa-rica_cty.svg",
26189
26177
  dial_code: "+506"
26190
26178
  },
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
26179
  {
26198
26180
  code: "HR",
26199
26181
  country: "CROATIA",
@@ -26218,18 +26200,18 @@ const countries = [
26218
26200
  flag: "https://newsuat.blob.core.windows.net/flags/czech-repubic_cty.svg",
26219
26201
  dial_code: "+420"
26220
26202
  },
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
26203
  {
26228
26204
  code: "DK",
26229
26205
  country: "DENMARK",
26230
26206
  flag: "https://newsuat.blob.core.windows.net/flags/denmark_cty.svg",
26231
26207
  dial_code: "+45"
26232
26208
  },
26209
+ {
26210
+ code: "DJ",
26211
+ country: "DJIBOUTI",
26212
+ flag: "https://newsuat.blob.core.windows.net/flags/djibouti_cty.svg",
26213
+ dial_code: "+253"
26214
+ },
26233
26215
  {
26234
26216
  code: "DM",
26235
26217
  country: "DOMINICA",
@@ -26284,12 +26266,6 @@ const countries = [
26284
26266
  flag: "https://newsuat.blob.core.windows.net/flags/ethiopia_cty.svg",
26285
26267
  dial_code: "+251"
26286
26268
  },
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
26269
  {
26294
26270
  code: "FJ",
26295
26271
  country: "FIJI",
@@ -26386,12 +26362,6 @@ const countries = [
26386
26362
  flag: "https://newsuat.blob.core.windows.net/flags/honduras_cty.svg",
26387
26363
  dial_code: "+504"
26388
26364
  },
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
26365
  {
26396
26366
  code: "HU",
26397
26367
  country: "HUNGARY",
@@ -26430,7 +26400,7 @@ const countries = [
26430
26400
  },
26431
26401
  {
26432
26402
  code: "IE",
26433
- country: "IRELAND",
26403
+ country: "IRELAND (REPUBLIC)",
26434
26404
  flag: "https://newsuat.blob.core.windows.net/flags/ireland_cty.svg",
26435
26405
  dial_code: "+353"
26436
26406
  },
@@ -26446,6 +26416,12 @@ const countries = [
26446
26416
  flag: "https://newsuat.blob.core.windows.net/flags/italy_cty.svg",
26447
26417
  dial_code: "+39"
26448
26418
  },
26419
+ {
26420
+ code: "CI",
26421
+ country: "IVORY COAST",
26422
+ flag: "https://newsuat.blob.core.windows.net/flags/ivory-coast_cty.svg",
26423
+ dial_code: "+225"
26424
+ },
26449
26425
  {
26450
26426
  code: "JM",
26451
26427
  country: "JAMAICA",
@@ -26476,18 +26452,6 @@ const countries = [
26476
26452
  flag: "https://newsuat.blob.core.windows.net/flags/kenya_cty.svg",
26477
26453
  dial_code: "+254"
26478
26454
  },
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
26455
  {
26492
26456
  code: "KI",
26493
26457
  country: "KIRIBATI",
@@ -26496,13 +26460,13 @@ const countries = [
26496
26460
  },
26497
26461
  {
26498
26462
  code: "KP",
26499
- country: "KOREA, DEMOCRATIC",
26463
+ country: "KOREA NORTH",
26500
26464
  flag: "https://newsuat.blob.core.windows.net/flags/north-korea_cty.svg",
26501
26465
  dial_code: "+850"
26502
26466
  },
26503
26467
  {
26504
26468
  code: "KR",
26505
- country: "KOREA, REPUBLIC OF",
26469
+ country: "KOREA SOUTH",
26506
26470
  flag: "https://newsuat.blob.core.windows.net/flags/south-korea_cty.svg",
26507
26471
  dial_code: "+82"
26508
26472
  },
@@ -26520,7 +26484,7 @@ const countries = [
26520
26484
  },
26521
26485
  {
26522
26486
  code: "LA",
26523
- country: "LAO,PEOPLE'S DEMOCRATIC REPUBL",
26487
+ country: "LAOS",
26524
26488
  flag: "https://newsuat.blob.core.windows.net/flags/laos_cty.svg",
26525
26489
  dial_code: "+856"
26526
26490
  },
@@ -26536,6 +26500,12 @@ const countries = [
26536
26500
  flag: "https://newsuat.blob.core.windows.net/flags/lebanon_cty.svg",
26537
26501
  dial_code: "+961"
26538
26502
  },
26503
+ {
26504
+ code: "LS",
26505
+ country: "LESOTHO",
26506
+ flag: "https://newsuat.blob.core.windows.net/flags/lesotho_cty.svg",
26507
+ dial_code: "+266"
26508
+ },
26539
26509
  {
26540
26510
  code: "LR",
26541
26511
  country: "LIBERIA",
@@ -26572,6 +26542,12 @@ const countries = [
26572
26542
  flag: "https://newsuat.blob.core.windows.net/flags/madagascar_cty.svg",
26573
26543
  dial_code: "+261"
26574
26544
  },
26545
+ {
26546
+ code: "MW",
26547
+ country: "MALAWI",
26548
+ flag: "https://newsuat.blob.core.windows.net/flags/malawi_cty.svg",
26549
+ dial_code: "+265"
26550
+ },
26575
26551
  {
26576
26552
  code: "MY",
26577
26553
  country: "MALAYSIA",
@@ -26628,7 +26604,7 @@ const countries = [
26628
26604
  },
26629
26605
  {
26630
26606
  code: "MD",
26631
- country: "MOLDOVA, REP. OF",
26607
+ country: "MOLDOVA",
26632
26608
  flag: "https://newsuat.blob.core.windows.net/flags/moldova_cty.svg",
26633
26609
  dial_code: "+373"
26634
26610
  },
@@ -26646,7 +26622,7 @@ const countries = [
26646
26622
  },
26647
26623
  {
26648
26624
  code: "ME",
26649
- country: "MONTENEGRO.",
26625
+ country: "MONTENEGRO",
26650
26626
  flag: "https://newsuat.blob.core.windows.net/flags/montenegro_cty.svg",
26651
26627
  dial_code: "+382"
26652
26628
  },
@@ -26782,36 +26758,6 @@ const countries = [
26782
26758
  flag: "https://newsuat.blob.core.windows.net/flags/qatar_cty.svg",
26783
26759
  dial_code: "+974"
26784
26760
  },
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
26761
  {
26816
26762
  code: "RO",
26817
26763
  country: "ROMANIA",
@@ -26826,7 +26772,7 @@ const countries = [
26826
26772
  },
26827
26773
  {
26828
26774
  code: "RW",
26829
- country: "RWANDESE REPUBLIC",
26775
+ country: "RWANDA",
26830
26776
  flag: "https://newsuat.blob.core.windows.net/flags/rwanda_cty.svg",
26831
26777
  dial_code: "+250"
26832
26778
  },
@@ -26856,7 +26802,7 @@ const countries = [
26856
26802
  },
26857
26803
  {
26858
26804
  code: "ST",
26859
- country: "SAO TOME AND PRINCIPE",
26805
+ country: "SAO TOME & PRINCIPE",
26860
26806
  flag: "https://newsuat.blob.core.windows.net/flags/sao-tome-and-principe_cty.svg",
26861
26807
  dial_code: "+239"
26862
26808
  },
@@ -26916,7 +26862,7 @@ const countries = [
26916
26862
  },
26917
26863
  {
26918
26864
  code: "SO",
26919
- country: "SOMALI DEMOCRATIC REPUBLIC",
26865
+ country: "SOMALIA",
26920
26866
  flag: "https://newsuat.blob.core.windows.net/flags/somalia_cty.svg",
26921
26867
  dial_code: "+252"
26922
26868
  },
@@ -26950,6 +26896,12 @@ const countries = [
26950
26896
  flag: "https://newsuat.blob.core.windows.net/flags/suriname_cty.svg",
26951
26897
  dial_code: "+597"
26952
26898
  },
26899
+ {
26900
+ code: "SZ",
26901
+ country: "SWAZILAND",
26902
+ flag: "https://newsuat.blob.core.windows.net/flags/eswatini_cty.svg",
26903
+ dial_code: "+268"
26904
+ },
26953
26905
  {
26954
26906
  code: "SE",
26955
26907
  country: "SWEDEN",
@@ -26964,7 +26916,7 @@ const countries = [
26964
26916
  },
26965
26917
  {
26966
26918
  code: "SY",
26967
- country: "SYRIAN ARAB REPUBLIC",
26919
+ country: "SYRIA",
26968
26920
  flag: "https://newsuat.blob.core.windows.net/flags/syria_cty.svg",
26969
26921
  dial_code: "+963"
26970
26922
  },
@@ -26974,6 +26926,12 @@ const countries = [
26974
26926
  flag: "https://newsuat.blob.core.windows.net/flags/tajikistan_cty.svg",
26975
26927
  dial_code: "+992"
26976
26928
  },
26929
+ {
26930
+ code: "TZ",
26931
+ country: "TANZANIA",
26932
+ flag: "https://newsuat.blob.core.windows.net/flags/tanzania_cty.svg",
26933
+ dial_code: "+255"
26934
+ },
26977
26935
  {
26978
26936
  code: "TH",
26979
26937
  country: "THAILAND",
@@ -27040,12 +26998,6 @@ const countries = [
27040
26998
  flag: "https://newsuat.blob.core.windows.net/flags/uk_cty.svg",
27041
26999
  dial_code: "+44"
27042
27000
  },
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
27001
  {
27050
27002
  code: "US",
27051
27003
  country: "UNITED STATES",
@@ -27082,17 +27034,23 @@ const countries = [
27082
27034
  flag: "https://newsuat.blob.core.windows.net/flags/vietnam_cty.svg",
27083
27035
  dial_code: "+84"
27084
27036
  },
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
27037
  {
27092
27038
  code: "YE",
27093
27039
  country: "YEMEN",
27094
27040
  flag: "https://newsuat.blob.core.windows.net/flags/yemen_cty.svg",
27095
27041
  dial_code: "+967"
27042
+ },
27043
+ {
27044
+ code: "ZM",
27045
+ country: "ZAMBIA",
27046
+ flag: "https://newsuat.blob.core.windows.net/flags/uganda_cty.svg",
27047
+ dial_code: "+260"
27048
+ },
27049
+ {
27050
+ code: "ZW",
27051
+ country: "ZIMBABWE",
27052
+ flag: "https://newsuat.blob.core.windows.net/flags/zambia_cty.svg",
27053
+ dial_code: "+263"
27096
27054
  }
27097
27055
  ];
27098
27056