summit-registration-lite 2.0.25 → 2.0.26
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/README.md +2 -0
- package/dist/index.css +1 -1
- package/dist/index.js +66 -14
- package/package.json +2 -1
package/README.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
.button___XMN8a{background-color:var(--color_secondary_contrast) !important;color:#fff !important;border:none !important;font-weight:bold !important;font-size:1em !important;cursor:pointer !important}.button___XMN8a[disabled]{background-color:var(--color_secondary_contrast) !important}.button___XMN8a:hover{color:#fff !important}.button___XMN8a:active,.button___XMN8a:focus{color:#fff !important}.wrapper___Jd5Xg{height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:15px 0;padding:15px 0;border-radius:5px;border:1px solid lightgray;text-align:center}.wrapper___Jd5Xg .circle___lcN86{margin-top:auto;margin-bottom:10px;background-color:var(--color_primary50);border-radius:50px;border:1px solid var(--color_primary);padding:10px}.wrapper___Jd5Xg .circle___lcN86 i{font-size:36px;color:var(--color_primary)}.wrapper___Jd5Xg .complete___HAHzl{font-weight:bold;font-size:20px}.wrapper___Jd5Xg .actions___jJdPX{display:flex}.wrapper___Jd5Xg button{margin:10px 5px 0 5px}.wrapper___Jd5Xg span{font-size:14px}.wrapper___Jd5Xg a{color:var(--color_primary);text-decoration:underline}.wrapper___Jd5Xg .footer___FL9TW{margin-top:auto;font-size:14px;font-weight:normal}
|
|
22
22
|
|
|
23
|
-
.passwordlessWrapper___BRQ_s{height:400px;display:flex;justify-content:center;align-items:center;flex-direction:column}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi{text-align:center;font-weight:bold;height:100%;width:300px;display:flex;flex-direction:column;justify-content:center}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .digits___Vu5iy{margin-top:15px;display:inline-block}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .codeInput___LnTZe{margin-top:20px;display:flex;justify-content:center}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .codeInput___LnTZe input{height:56px;width:56px;font-size:42px;background-color:var(--color_primary50);border:1px solid var(--color_primary);border-radius:5px;padding:5px;display:inline-flex;text-transform:uppercase;text-align:center;margin:0 5px}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .error___wZflZ{margin-top:10px;color:#e5424d;font-size:14px}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .verify___IBgMl{margin-top:20px}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .verify___IBgMl .button___nBhtQ{padding:10px 30px;font-weight:normal;justify-content:center;margin:5px 0;border-radius:5px;cursor:pointer;background-color:var(--color_secondary_contrast);color:#FFFFFF;width:100%;font-size:1em}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .verify___IBgMl .link___f6fDT{color:var(--color_primary);text-decoration:underline;cursor:pointer}.passwordlessWrapper___BRQ_s .resend___Nma1U{margin:auto 0 0 0;font-weight:normal;font-size:14px}.passwordlessWrapper___BRQ_s .resend___Nma1U span{color:var(--color_primary);text-decoration:underline;cursor:pointer}
|
|
23
|
+
.passwordlessWrapper___BRQ_s{height:400px;display:flex;justify-content:center;align-items:center;flex-direction:column}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi{text-align:center;font-weight:bold;height:100%;width:300px;display:flex;flex-direction:column;justify-content:center}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .logo___qNVrv{width:175px;align-self:center}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .digits___Vu5iy{margin-top:15px;display:inline-block}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .codeInput___LnTZe{margin-top:20px;display:flex;justify-content:center}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .codeInput___LnTZe input{height:56px;width:56px;font-size:42px;background-color:var(--color_primary50);border:1px solid var(--color_primary);border-radius:5px;padding:5px;display:inline-flex;text-transform:uppercase;text-align:center;margin:0 5px}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .error___wZflZ{margin-top:10px;color:#e5424d;font-size:14px}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .verify___IBgMl{margin-top:20px}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .verify___IBgMl .button___nBhtQ{padding:10px 30px;font-weight:normal;justify-content:center;margin:5px 0;border-radius:5px;cursor:pointer;background-color:var(--color_secondary_contrast);color:#FFFFFF;width:100%;font-size:1em}.passwordlessWrapper___BRQ_s .innerWrapper___nRLDi .verify___IBgMl .link___f6fDT{color:var(--color_primary);text-decoration:underline;cursor:pointer}.passwordlessWrapper___BRQ_s .resend___Nma1U{margin:auto 0 0 0;font-weight:normal;font-size:14px}.passwordlessWrapper___BRQ_s .resend___Nma1U span{color:var(--color_primary);text-decoration:underline;cursor:pointer}
|
|
24
24
|
|
|
25
25
|
.ticketOwnedWrapper___nhkDY{margin:10px}.alert___c49oP{margin:0 !important}
|
|
26
26
|
|
package/dist/index.js
CHANGED
|
@@ -9,9 +9,40 @@
|
|
|
9
9
|
root["summit-registration-lite"] = factory();
|
|
10
10
|
})(this, function() {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
|
-
/******/
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
/******/ var __webpack_modules__ = ({
|
|
13
|
+
|
|
14
|
+
/***/ 802:
|
|
15
|
+
/***/ ((module) => {
|
|
16
|
+
|
|
17
|
+
module.exports = "data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 812.24 471.64' style='enable-background:new 0 0 812.24 471.64;' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%230C64C8;%7d %3c/style%3e %3cg%3e %3cpath d='M170.89,146.78l-64.77,178.08h535.23l64.77-178.08L170.89,146.78L170.89,146.78z M384.48,309.44H341.7l-25.6-80.85 l-29.41,80.85h-42.6l41.94-115.3h-65.52l-9.29,25.54h56.62l-10.8,29.7h-56.62l-21.84,60.06h-45.63l53.39-146.78h153.49l25.72,81.24 l29.56-81.24h42.75L384.48,309.44z'/%3e %3cg%3e %3cpath class='st0' d='M588.49,162.71v50.86c-4-4.27-8.59-7.47-13.76-9.61s-10.92-3.21-17.26-3.21c-13.01,0-23.73,4.67-32.17,14.02 c-8.44,9.34-12.66,22.83-12.66,40.45c0,15.75,3.82,29.13,11.46,40.15c7.64,11.01,18.69,16.52,33.17,16.52 c7.2,0,13.74-1.54,19.61-4.6c4.4-2.34,9.27-6.84,14.61-13.52v15.72h38.12V162.71H588.49z M583.59,275.94 c-3.47,4.07-7.8,6.11-13.01,6.11c-4.87,0-8.96-2.02-12.26-6.06s-4.95-10.4-4.95-19.07c0-9.28,1.6-15.88,4.8-19.82 s7.17-5.91,11.91-5.91c5.4,0,9.87,2.05,13.41,6.16c3.53,4.1,5.3,10.33,5.3,18.67C588.79,265.23,587.05,271.87,583.59,275.94z'/%3e %3cpath class='st0' d='M473.92,207.72c-14.37,0-26.03,7.27-26.03,16.25v2.96v45.48h9.09l3.47,37.09h26.95l3.47-37.09h9.09v-45.48 v-2.96C499.95,214.99,488.29,207.72,473.92,207.72z'/%3e %3cellipse transform='matrix(2.075247e-03 -1 1 2.075247e-03 290.6104 655.8611)' class='st0' cx='473.92' cy='182.32' rx='19.87' ry='19.86'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e"
|
|
18
|
+
|
|
19
|
+
/***/ })
|
|
20
|
+
|
|
21
|
+
/******/ });
|
|
22
|
+
/************************************************************************/
|
|
23
|
+
/******/ // The module cache
|
|
24
|
+
/******/ var __webpack_module_cache__ = {};
|
|
25
|
+
/******/
|
|
26
|
+
/******/ // The require function
|
|
27
|
+
/******/ function __webpack_require__(moduleId) {
|
|
28
|
+
/******/ // Check if module is in cache
|
|
29
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
30
|
+
/******/ if (cachedModule !== undefined) {
|
|
31
|
+
/******/ return cachedModule.exports;
|
|
32
|
+
/******/ }
|
|
33
|
+
/******/ // Create a new module (and put it into the cache)
|
|
34
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
35
|
+
/******/ // no module.id needed
|
|
36
|
+
/******/ // no module.loaded needed
|
|
37
|
+
/******/ exports: {}
|
|
38
|
+
/******/ };
|
|
39
|
+
/******/
|
|
40
|
+
/******/ // Execute the module function
|
|
41
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
42
|
+
/******/
|
|
43
|
+
/******/ // Return the exports of the module
|
|
44
|
+
/******/ return module.exports;
|
|
45
|
+
/******/ }
|
|
15
46
|
/******/
|
|
16
47
|
/************************************************************************/
|
|
17
48
|
/******/ /* webpack/runtime/compat get default export */
|
|
@@ -56,6 +87,9 @@ return /******/ (() => { // webpackBootstrap
|
|
|
56
87
|
/******/
|
|
57
88
|
/************************************************************************/
|
|
58
89
|
var __webpack_exports__ = {};
|
|
90
|
+
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
91
|
+
(() => {
|
|
92
|
+
"use strict";
|
|
59
93
|
// ESM COMPAT FLAG
|
|
60
94
|
__webpack_require__.r(__webpack_exports__);
|
|
61
95
|
|
|
@@ -1685,7 +1719,8 @@ const PersonalInfoComponent = ({
|
|
|
1685
1719
|
summitId,
|
|
1686
1720
|
handleCompanyError,
|
|
1687
1721
|
formValues,
|
|
1688
|
-
formErrors
|
|
1722
|
+
formErrors,
|
|
1723
|
+
showMultipleTicketTexts
|
|
1689
1724
|
}) => {
|
|
1690
1725
|
var _errors$email, _errors$email2;
|
|
1691
1726
|
|
|
@@ -1855,7 +1890,7 @@ const PersonalInfoComponent = ({
|
|
|
1855
1890
|
}, /*#__PURE__*/external_react_default().createElement("input", personal_information_extends({
|
|
1856
1891
|
type: "text",
|
|
1857
1892
|
placeholder: "Promo Code"
|
|
1858
|
-
}, register("promoCode")))))), /*#__PURE__*/external_react_default().createElement("a", {
|
|
1893
|
+
}, register("promoCode")))))), showMultipleTicketTexts && /*#__PURE__*/external_react_default().createElement("a", {
|
|
1859
1894
|
className: personal_information_index_module.moreInfo,
|
|
1860
1895
|
"data-tip": true,
|
|
1861
1896
|
"data-for": "promo-code-info"
|
|
@@ -2017,7 +2052,8 @@ const TicketTypeComponent = ({
|
|
|
2017
2052
|
isActive,
|
|
2018
2053
|
changeForm,
|
|
2019
2054
|
reservation,
|
|
2020
|
-
inPersonDisclaimer
|
|
2055
|
+
inPersonDisclaimer,
|
|
2056
|
+
showMultipleTicketTexts
|
|
2021
2057
|
}) => {
|
|
2022
2058
|
const [ticket, setTicket] = (0,external_react_namespaceObject.useState)(null);
|
|
2023
2059
|
const [quantity, setQuantity] = (0,external_react_namespaceObject.useState)(1);
|
|
@@ -2126,7 +2162,7 @@ const TicketTypeComponent = ({
|
|
|
2126
2162
|
disabled: maxQuantity === 0 || quantity >= maxQuantity
|
|
2127
2163
|
}, /*#__PURE__*/external_react_default().createElement("i", {
|
|
2128
2164
|
className: "glyphicon glyphicon-plus"
|
|
2129
|
-
})))))), /*#__PURE__*/external_react_default().createElement("a", {
|
|
2165
|
+
})))))), showMultipleTicketTexts && /*#__PURE__*/external_react_default().createElement("a", {
|
|
2130
2166
|
className: ticket_type_index_module.moreInfo,
|
|
2131
2167
|
"data-tip": true,
|
|
2132
2168
|
"data-for": "ticket-quantity-info"
|
|
@@ -2283,7 +2319,10 @@ const external_react_otp_input_namespaceObject = require("react-otp-input");
|
|
|
2283
2319
|
var external_react_otp_input_default = /*#__PURE__*/__webpack_require__.n(external_react_otp_input_namespaceObject);
|
|
2284
2320
|
;// CONCATENATED MODULE: ./src/components/login-passwordless/index.module.scss
|
|
2285
2321
|
// extracted by mini-css-extract-plugin
|
|
2286
|
-
/* harmony default export */ const login_passwordless_index_module = ({"passwordlessWrapper":"passwordlessWrapper___BRQ_s","innerWrapper":"innerWrapper___nRLDi","digits":"digits___Vu5iy","codeInput":"codeInput___LnTZe","error":"error___wZflZ","verify":"verify___IBgMl","button":"button___nBhtQ","link":"link___f6fDT","resend":"resend___Nma1U"});
|
|
2322
|
+
/* harmony default export */ const login_passwordless_index_module = ({"passwordlessWrapper":"passwordlessWrapper___BRQ_s","innerWrapper":"innerWrapper___nRLDi","logo":"logo___qNVrv","digits":"digits___Vu5iy","codeInput":"codeInput___LnTZe","error":"error___wZflZ","verify":"verify___IBgMl","button":"button___nBhtQ","link":"link___f6fDT","resend":"resend___Nma1U"});
|
|
2323
|
+
// EXTERNAL MODULE: ./src/assets/FNid_WHT_logo_rgb.svg
|
|
2324
|
+
var FNid_WHT_logo_rgb = __webpack_require__(802);
|
|
2325
|
+
var FNid_WHT_logo_rgb_default = /*#__PURE__*/__webpack_require__.n(FNid_WHT_logo_rgb);
|
|
2287
2326
|
;// CONCATENATED MODULE: ./src/components/login-passwordless/index.js
|
|
2288
2327
|
/**
|
|
2289
2328
|
* Copyright 2020 OpenStack Foundation
|
|
@@ -2302,6 +2341,7 @@ var external_react_otp_input_default = /*#__PURE__*/__webpack_require__.n(extern
|
|
|
2302
2341
|
|
|
2303
2342
|
|
|
2304
2343
|
|
|
2344
|
+
|
|
2305
2345
|
const PasswordlessLoginComponent = ({
|
|
2306
2346
|
email,
|
|
2307
2347
|
codeLength,
|
|
@@ -2332,7 +2372,11 @@ const PasswordlessLoginComponent = ({
|
|
|
2332
2372
|
className: `${login_passwordless_index_module.passwordlessWrapper} step-wrapper`
|
|
2333
2373
|
}, /*#__PURE__*/external_react_default().createElement((external_react_default()).Fragment, null, /*#__PURE__*/external_react_default().createElement("div", {
|
|
2334
2374
|
className: `${login_passwordless_index_module.innerWrapper}`
|
|
2335
|
-
}, /*#__PURE__*/external_react_default().createElement("
|
|
2375
|
+
}, /*#__PURE__*/external_react_default().createElement("img", {
|
|
2376
|
+
src: (FNid_WHT_logo_rgb_default()),
|
|
2377
|
+
alt: "FNid",
|
|
2378
|
+
className: login_passwordless_index_module.logo
|
|
2379
|
+
}), /*#__PURE__*/external_react_default().createElement("span", null, "We sent your single-use login code to ", /*#__PURE__*/external_react_default().createElement("br", null), /*#__PURE__*/external_react_default().createElement("span", {
|
|
2336
2380
|
"data-testid": "email"
|
|
2337
2381
|
}, email), /*#__PURE__*/external_react_default().createElement("br", null), /*#__PURE__*/external_react_default().createElement("span", {
|
|
2338
2382
|
className: login_passwordless_index_module.digits,
|
|
@@ -2438,7 +2482,7 @@ const getCurrentProvider = summit => {
|
|
|
2438
2482
|
};
|
|
2439
2483
|
};
|
|
2440
2484
|
;// CONCATENATED MODULE: ./src/components/registration-lite.js
|
|
2441
|
-
const registration_lite_excluded = ["loadSession", "setMarketingSettings", "changeStep", "removeReservedTicket", "reserveTicket", "payTicketWithProvider", "onPurchaseComplete", "getTicketTypes", "getTaxesTypes", "getLoginCode", "passwordlessLogin", "goToLogin", "loginOptions", "allowsNativeAuth", "allowsOtpAuth", "reservation", "checkout", "ticketTypes", "taxTypes", "step", "passwordlessCodeSent", "passwordlessEmail", "passwordlessCode", "getPasswordlessCode", "passwordlessCodeError", "loginWithCode", "goToExtraQuestions", "goToEvent", "goToRegistration", "profileData", "summitData", "supportEmail", "ticketOwned", "ownedTickets", "widgetLoading", "loading", "inPersonDisclaimer", "userProfile", "handleCompanyError", "stripeOptions"];
|
|
2485
|
+
const registration_lite_excluded = ["loadSession", "setMarketingSettings", "changeStep", "removeReservedTicket", "reserveTicket", "payTicketWithProvider", "onPurchaseComplete", "getTicketTypes", "getTaxesTypes", "getLoginCode", "passwordlessLogin", "goToLogin", "loginOptions", "allowsNativeAuth", "allowsOtpAuth", "reservation", "checkout", "ticketTypes", "taxTypes", "step", "passwordlessCodeSent", "passwordlessEmail", "passwordlessCode", "getPasswordlessCode", "passwordlessCodeError", "loginWithCode", "goToExtraQuestions", "goToEvent", "goToRegistration", "profileData", "summitData", "supportEmail", "ticketOwned", "ownedTickets", "widgetLoading", "loading", "inPersonDisclaimer", "userProfile", "handleCompanyError", "stripeOptions", "showMultipleTicketTexts"];
|
|
2442
2486
|
|
|
2443
2487
|
function registration_lite_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
2444
2488
|
|
|
@@ -2523,7 +2567,8 @@ const RegistrationLite = _ref => {
|
|
|
2523
2567
|
inPersonDisclaimer,
|
|
2524
2568
|
userProfile,
|
|
2525
2569
|
handleCompanyError,
|
|
2526
|
-
stripeOptions
|
|
2570
|
+
stripeOptions,
|
|
2571
|
+
showMultipleTicketTexts
|
|
2527
2572
|
} = _ref,
|
|
2528
2573
|
rest = registration_lite_objectWithoutProperties(_ref, registration_lite_excluded);
|
|
2529
2574
|
|
|
@@ -2638,7 +2683,7 @@ const RegistrationLite = _ref => {
|
|
|
2638
2683
|
login: provider => rest.authUser(provider),
|
|
2639
2684
|
getLoginCode: getLoginCode,
|
|
2640
2685
|
getPasswordlessCode: getPasswordlessCode
|
|
2641
|
-
}), !profileData && passwordlessCodeSent && /*#__PURE__*/external_react_default().createElement(login_passwordless, {
|
|
2686
|
+
}), !profileData && !passwordlessCodeSent && /*#__PURE__*/external_react_default().createElement(login_passwordless, {
|
|
2642
2687
|
codeLength: passwordlessCode,
|
|
2643
2688
|
email: passwordlessEmail,
|
|
2644
2689
|
passwordlessLogin: passwordlessLogin,
|
|
@@ -2656,7 +2701,8 @@ const RegistrationLite = _ref => {
|
|
|
2656
2701
|
taxTypes: taxTypes,
|
|
2657
2702
|
reservation: reservation,
|
|
2658
2703
|
isActive: step === 0,
|
|
2659
|
-
changeForm: ticketForm => setFormValues(registration_lite_objectSpread(registration_lite_objectSpread({}, formValues), ticketForm))
|
|
2704
|
+
changeForm: ticketForm => setFormValues(registration_lite_objectSpread(registration_lite_objectSpread({}, formValues), ticketForm)),
|
|
2705
|
+
showMultipleTicketTexts: showMultipleTicketTexts
|
|
2660
2706
|
}), /*#__PURE__*/external_react_default().createElement(personal_information, {
|
|
2661
2707
|
isActive: step === 1,
|
|
2662
2708
|
reservation: reservation,
|
|
@@ -2667,7 +2713,8 @@ const RegistrationLite = _ref => {
|
|
|
2667
2713
|
})),
|
|
2668
2714
|
handleCompanyError: handleCompanyError,
|
|
2669
2715
|
formValues: formValues,
|
|
2670
|
-
formErrors: formErrors
|
|
2716
|
+
formErrors: formErrors,
|
|
2717
|
+
showMultipleTicketTexts: showMultipleTicketTexts
|
|
2671
2718
|
}), /*#__PURE__*/external_react_default().createElement(external_react_spring_namespaceObject.animated.div, {
|
|
2672
2719
|
style: registration_lite_objectSpread({}, toggleAnimation)
|
|
2673
2720
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
@@ -2713,6 +2760,9 @@ const registration_lite_mapStateToProps = ({
|
|
|
2713
2760
|
passwordlessCodeError: registrationLiteState.passwordless.error
|
|
2714
2761
|
});
|
|
2715
2762
|
|
|
2763
|
+
RegistrationLite.defaultProps = {
|
|
2764
|
+
showMultipleTicketTexts: true
|
|
2765
|
+
};
|
|
2716
2766
|
/* harmony default export */ const registration_lite = ((0,external_react_redux_namespaceObject.connect)(registration_lite_mapStateToProps, {
|
|
2717
2767
|
loadSession: loadSession,
|
|
2718
2768
|
changeStep: changeStep,
|
|
@@ -2761,6 +2811,8 @@ class RegistrationLiteWidget extends (external_react_default()).PureComponent {
|
|
|
2761
2811
|
}
|
|
2762
2812
|
|
|
2763
2813
|
/* harmony default export */ const summit_registration_lite = (RegistrationLiteWidget);
|
|
2814
|
+
})();
|
|
2815
|
+
|
|
2764
2816
|
/******/ return __webpack_exports__;
|
|
2765
2817
|
/******/ })()
|
|
2766
2818
|
;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "summit-registration-lite",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.26",
|
|
4
4
|
"description": "Summit Registration Lite",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
"react-spring": "^9.1.2",
|
|
135
135
|
"react-use": "^17.2.4",
|
|
136
136
|
"resize-observer-polyfill": "^1.5.1",
|
|
137
|
+
"svg-url-loader": "^7.1.1",
|
|
137
138
|
"use-debounce": "^6.0.1"
|
|
138
139
|
}
|
|
139
140
|
}
|