summit-registration-lite 2.0.1 → 2.0.2
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -973,8 +973,9 @@ const PaymentComponent = ({
|
|
|
973
973
|
};
|
|
974
974
|
|
|
975
975
|
/* harmony default export */ const payment = (PaymentComponent);
|
|
976
|
-
;// CONCATENATED MODULE: external "openstack-uicore-foundation/lib/components"
|
|
977
|
-
const
|
|
976
|
+
;// CONCATENATED MODULE: external "openstack-uicore-foundation/lib/components/inputs/registration-company-input"
|
|
977
|
+
const registration_company_input_namespaceObject = require("openstack-uicore-foundation/lib/components/inputs/registration-company-input");
|
|
978
|
+
var registration_company_input_default = /*#__PURE__*/__webpack_require__.n(registration_company_input_namespaceObject);
|
|
978
979
|
;// CONCATENATED MODULE: external "react-hook-form"
|
|
979
980
|
const external_react_hook_form_namespaceObject = require("react-hook-form");
|
|
980
981
|
;// CONCATENATED MODULE: ./src/components/personal-information/index.module.scss
|
|
@@ -1008,7 +1009,6 @@ function personal_information_defineProperty(obj, key, value) { if (key in obj)
|
|
|
1008
1009
|
|
|
1009
1010
|
|
|
1010
1011
|
|
|
1011
|
-
|
|
1012
1012
|
const PersonalInfoComponent = ({
|
|
1013
1013
|
isActive,
|
|
1014
1014
|
changeForm,
|
|
@@ -1144,7 +1144,7 @@ const PersonalInfoComponent = ({
|
|
|
1144
1144
|
"data-testid": "email-error-invalid"
|
|
1145
1145
|
}, "The email is invalid")), /*#__PURE__*/external_react_default().createElement("div", {
|
|
1146
1146
|
className: personal_information_index_module.companies
|
|
1147
|
-
}, /*#__PURE__*/external_react_default().createElement(
|
|
1147
|
+
}, /*#__PURE__*/external_react_default().createElement((registration_company_input_default()), {
|
|
1148
1148
|
id: "company",
|
|
1149
1149
|
summitId: summitId,
|
|
1150
1150
|
onChange: onCompanyChange,
|