summit-registration-lite 5.0.2 → 5.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.
package/.env ADDED
@@ -0,0 +1,3 @@
1
+ TIMEINTERVALSINCE1970_API_URL=https://timeintervalsince1970.appspot.com/
2
+ API_BASE_URL=https://api.dev.fnopen.com
3
+ ACCESS_TOKEN=sMLpgut7L5W0J-Di_3ol6Z241rkQHB4_R2c_KPYR-tbqyysRG-KGmsRmgUGriGXrwODDA0dvJEm4uqcGvxsX7uuDa9hxjtd8Xk37nOS~xPbrZl-xUe2nvNaP8suYeO0F
package/dist/index.js CHANGED
@@ -2321,9 +2321,7 @@ const PersonalInfoComponent = ({
2321
2321
  "data-testid": "email-error-invalid"
2322
2322
  }, "The email is invalid.")), showCompanyInput && /*#__PURE__*/external_react_default().createElement("div", {
2323
2323
  className: personal_information_index_module.fieldWrapper
2324
- }, /*#__PURE__*/external_react_default().createElement("div", {
2325
- className: personal_information_index_module.companies
2326
- }, /*#__PURE__*/external_react_default().createElement(components_namespaceObject.RegistrationCompanyInput, {
2324
+ }, /*#__PURE__*/external_react_default().createElement("div", null, /*#__PURE__*/external_react_default().createElement(components_namespaceObject.RegistrationCompanyInput, {
2327
2325
  id: "company",
2328
2326
  name: "company",
2329
2327
  "data-testid": "company",
@@ -2332,8 +2330,7 @@ const PersonalInfoComponent = ({
2332
2330
  onChange: onCompanyChange,
2333
2331
  onError: handleCompanyError,
2334
2332
  value: personalInfo.company,
2335
- inputPlaceholder: companyInputPlaceholder,
2336
- DDLPlaceholder: companyDDLPlaceholder,
2333
+ placeholder: companyDDLPlaceholder,
2337
2334
  isClearable: true
2338
2335
  }), companyError && /*#__PURE__*/external_react_default().createElement("div", {
2339
2336
  className: personal_information_index_module.fieldError,