@pelcro/react-pelcro-js 4.0.0-alpha.15 → 4.0.0-alpha.16
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/components.js
CHANGED
|
@@ -1,236 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var components = require('./components-f9c58ce2.js');
|
|
6
|
-
require('react');
|
|
7
|
-
require('react-dom');
|
|
8
|
-
require('prop-types');
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
exports.AddressCreateCity = components.AddressCreateCity;
|
|
13
|
-
exports.AddressCreateContainer = components.AddressCreateContainer;
|
|
14
|
-
exports.AddressCreateCountrySelect = components.AddressCreateCountrySelect;
|
|
15
|
-
exports.AddressCreateFirstName = components.AddressCreateFirstName;
|
|
16
|
-
exports.AddressCreateLastName = components.AddressCreateLastName;
|
|
17
|
-
exports.AddressCreateLine1 = components.AddressCreateLine1;
|
|
18
|
-
exports.AddressCreateLine2 = components.AddressCreateLine2;
|
|
19
|
-
exports.AddressCreateModal = components.AddressCreateModal;
|
|
20
|
-
exports.AddressCreatePostalCode = components.AddressCreatePostalCode;
|
|
21
|
-
exports.AddressCreateSetDefault = components.AddressCreateSetDefault;
|
|
22
|
-
exports.AddressCreateStateSelect = components.AddressCreateStateSelect;
|
|
23
|
-
exports.AddressCreateSubmit = components.AddressCreateSubmit;
|
|
24
|
-
exports.AddressCreateTextInput = components.AddressCreateTextInput;
|
|
25
|
-
exports.AddressCreateView = components.AddressCreateView;
|
|
26
|
-
exports.AddressSelectContainer = components.AddressSelectContainer;
|
|
27
|
-
exports.AddressSelectList = components.AddressSelectList;
|
|
28
|
-
exports.AddressSelectModal = components.AddressSelectModal;
|
|
29
|
-
exports.AddressSelectSubmit = components.AddressSelectSubmit;
|
|
30
|
-
exports.AddressSelectView = components.AddressSelectView;
|
|
31
|
-
exports.AddressUpdateCity = components.AddressUpdateCity;
|
|
32
|
-
exports.AddressUpdateContainer = components.AddressUpdateContainer;
|
|
33
|
-
exports.AddressUpdateCountrySelect = components.AddressUpdateCountrySelect;
|
|
34
|
-
exports.AddressUpdateFirstName = components.AddressUpdateFirstName;
|
|
35
|
-
exports.AddressUpdateLastName = components.AddressUpdateLastName;
|
|
36
|
-
exports.AddressUpdateLine1 = components.AddressUpdateLine1;
|
|
37
|
-
exports.AddressUpdateLine2 = components.AddressUpdateLine2;
|
|
38
|
-
exports.AddressUpdateModal = components.AddressUpdateModal;
|
|
39
|
-
exports.AddressUpdatePostalCode = components.AddressUpdatePostalCode;
|
|
40
|
-
exports.AddressUpdateSetDefault = components.AddressUpdateSetDefault;
|
|
41
|
-
exports.AddressUpdateStateSelect = components.AddressUpdateStateSelect;
|
|
42
|
-
exports.AddressUpdateSubmit = components.AddressUpdateSubmit;
|
|
43
|
-
exports.AddressUpdateTextInput = components.AddressUpdateTextInput;
|
|
44
|
-
exports.AddressUpdateView = components.AddressUpdateView;
|
|
45
|
-
exports.Alert = components.AlertWithContext;
|
|
46
|
-
exports.AlertElement = components.Alert;
|
|
47
|
-
exports.ApplyCouponButton = components.ApplyCouponButton;
|
|
48
|
-
exports.Auth0LoginButton = components.Auth0LoginButton;
|
|
49
|
-
exports.Badge = components.Badge;
|
|
50
|
-
exports.BankAuthenticationSuccess = components.BankAuthenticationSuccess;
|
|
51
|
-
exports.BankRedirection = components.BankRedirection;
|
|
52
|
-
exports.Button = components.Button;
|
|
53
|
-
exports.CartContainer = components.CartContainer;
|
|
54
|
-
exports.CartModal = components.CartModal;
|
|
55
|
-
exports.CartRemoveItemButton = components.CartRemoveItemButton;
|
|
56
|
-
exports.CartSubmit = components.CartSubmit;
|
|
57
|
-
exports.CartTotalPrice = components.CartTotalPrice;
|
|
58
|
-
exports.CartView = components.CartView;
|
|
59
|
-
exports.Checkbox = components.Checkbox;
|
|
60
|
-
exports.CheckoutForm = components.CheckoutForm;
|
|
61
|
-
exports.ConfirmPassword = components.ConfirmPassword;
|
|
62
|
-
exports.CouponCode = components.CouponCode;
|
|
63
|
-
exports.CouponCodeField = components.CouponCodeField;
|
|
64
|
-
exports.Dashboard = components.DashboardWithHook;
|
|
65
|
-
exports.DashboardOpenButton = components.DashboardOpenButton;
|
|
66
|
-
exports.DatePicker = components.DatePicker;
|
|
67
|
-
exports.DiscountedPrice = components.DiscountedPrice;
|
|
68
|
-
exports.Email = components.Email;
|
|
69
|
-
exports.EmailVerifyContainer = components.EmailVerifyContainer;
|
|
70
|
-
exports.EmailVerifyModal = components.EmailVerifyModal;
|
|
71
|
-
exports.EmailVerifyResendButton = components.EmailVerifyResendButton;
|
|
72
|
-
exports.EmailVerifyView = components.EmailVerifyView;
|
|
73
|
-
exports.FacebookLoginButton = components.FacebookLoginButton;
|
|
74
|
-
exports.GiftCreateContainer = components.GiftCreateContainer;
|
|
75
|
-
exports.GiftCreateEmail = components.GiftCreateEmail;
|
|
76
|
-
exports.GiftCreateFirstName = components.GiftCreateFirstName;
|
|
77
|
-
exports.GiftCreateLastName = components.GiftCreateLastName;
|
|
78
|
-
exports.GiftCreateMessage = components.GiftCreateMessage;
|
|
79
|
-
exports.GiftCreateModal = components.GiftCreateModal;
|
|
80
|
-
exports.GiftCreateStartDate = components.GiftCreateStartDate;
|
|
81
|
-
exports.GiftCreateSubmitButton = components.GiftCreateSubmitButton;
|
|
82
|
-
exports.GiftCreateView = components.GiftCreateView;
|
|
83
|
-
exports.GiftRedeemCode = components.GiftRedeemCode;
|
|
84
|
-
exports.GiftRedeemContainer = components.GiftRedeemContainer;
|
|
85
|
-
exports.GiftRedeemModal = components.GiftRedeemModal;
|
|
86
|
-
exports.GiftRedeemSubmitButton = components.GiftRedeemSubmitButton;
|
|
87
|
-
exports.GiftRedeemView = components.GiftRedeemView;
|
|
88
|
-
exports.GoogleLoginButton = components.GoogleLoginButton;
|
|
89
|
-
exports.IncludeFirstName = components.IncludeFirstName;
|
|
90
|
-
exports.IncludeLastName = components.IncludeLastName;
|
|
91
|
-
exports.IncludePhone = components.IncludePhone;
|
|
92
|
-
exports.Input = components.Input;
|
|
93
|
-
exports.InvoiceDetailsContainer = components.InvoiceDetailsContainer;
|
|
94
|
-
exports.InvoiceDetailsDownloadButton = components.InvoiceDetailsDownloadButton;
|
|
95
|
-
exports.InvoiceDetailsModal = components.InvoiceDetailsModal;
|
|
96
|
-
exports.InvoiceDetailsPayButton = components.InvoiceDetailsPayButton;
|
|
97
|
-
exports.InvoiceDetailsView = components.InvoiceDetailsView;
|
|
98
|
-
exports.InvoicePaymentContainer = components.InvoicePaymentContainer;
|
|
99
|
-
exports.InvoicePaymentModal = components.InvoicePaymentModal;
|
|
100
|
-
exports.InvoicePaymentView = components.InvoicePaymentView;
|
|
101
|
-
exports.Link = components.Link;
|
|
102
|
-
exports.LoginButton = components.LoginButton;
|
|
103
|
-
exports.LoginContainer = components.LoginContainer;
|
|
104
|
-
exports.LoginEmail = components.LoginEmail;
|
|
105
|
-
exports.LoginModal = components.LoginModal;
|
|
106
|
-
exports.LoginPassword = components.LoginPassword;
|
|
107
|
-
exports.LoginRequestLoginToken = components.LoginRequestLoginToken;
|
|
108
|
-
exports.LoginView = components.LoginView;
|
|
109
|
-
exports.Logout = components.Logout;
|
|
110
|
-
exports.MeterModal = components.MeterModal;
|
|
111
|
-
exports.MeterView = components.MeterView;
|
|
112
|
-
exports.Modal = components.Modal;
|
|
113
|
-
exports.ModalBody = components.ModalBody;
|
|
114
|
-
exports.ModalFooter = components.ModalFooter;
|
|
115
|
-
exports.ModalHeader = components.ModalHeader;
|
|
116
|
-
exports.NewsLetter = components.NewsletterWithHook;
|
|
117
|
-
exports.NewsletterUpdateButton = components.NewsletterUpdateButton;
|
|
118
|
-
exports.NewsletterUpdateContainer = components.NewsletterUpdateContainer;
|
|
119
|
-
exports.NewsletterUpdateList = components.NewsletterUpdateList;
|
|
120
|
-
exports.NewsletterUpdateModal = components.NewsletterUpdateModal;
|
|
121
|
-
exports.NewsletterUpdateView = components.NewsletterUpdateView;
|
|
122
|
-
exports.Notification = components.Notification;
|
|
123
|
-
exports.OrderConfirmModal = components.OrderConfirmModal;
|
|
124
|
-
exports.OrderCreateContainer = components.OrderCreateContainer;
|
|
125
|
-
exports.OrderCreateModal = components.OrderCreateModal;
|
|
126
|
-
exports.OrderCreateSubmitButton = components.OrderCreateSubmitButton;
|
|
127
|
-
exports.OrderCreateView = components.OrderCreateView;
|
|
128
|
-
exports.Password = components.Password;
|
|
129
|
-
exports.PasswordChangeButton = components.PasswordChangeButton;
|
|
130
|
-
exports.PasswordChangeConfirmNewPassword = components.PasswordChangeConfirmNewPassword;
|
|
131
|
-
exports.PasswordChangeContainer = components.PasswordChangeContainer;
|
|
132
|
-
exports.PasswordChangeCurrentPassword = components.PasswordChangeCurrentPassword;
|
|
133
|
-
exports.PasswordChangeModal = components.PasswordChangeModal;
|
|
134
|
-
exports.PasswordChangeNewPassword = components.PasswordChangeNewPassword;
|
|
135
|
-
exports.PasswordChangeView = components.PasswordChangeView;
|
|
136
|
-
exports.PasswordForgotButton = components.PasswordForgotButton;
|
|
137
|
-
exports.PasswordForgotContainer = components.PasswordForgotContainer;
|
|
138
|
-
exports.PasswordForgotEmail = components.PasswordForgotEmail;
|
|
139
|
-
exports.PasswordForgotModal = components.PasswordForgotModal;
|
|
140
|
-
exports.PasswordForgotView = components.PasswordForgotView;
|
|
141
|
-
exports.PasswordResetButton = components.PasswordResetButton;
|
|
142
|
-
exports.PasswordResetConfirmPassword = components.PasswordResetConfirmPassword;
|
|
143
|
-
exports.PasswordResetContainer = components.PasswordResetContainer;
|
|
144
|
-
exports.PasswordResetEmail = components.PasswordResetEmail;
|
|
145
|
-
exports.PasswordResetModal = components.PasswordResetModal;
|
|
146
|
-
exports.PasswordResetPassword = components.PasswordResetPassword;
|
|
147
|
-
exports.PasswordResetView = components.PasswordResetView;
|
|
148
|
-
exports.PasswordlessRequestContainer = components.PasswordlessRequestContainer;
|
|
149
|
-
exports.PasswordlessRequestEmail = components.PasswordlessRequestEmail;
|
|
150
|
-
exports.PasswordlessRequestModal = components.PasswordlessRequestModal;
|
|
151
|
-
exports.PasswordlessRequestView = components.PasswordlessRequestView;
|
|
152
|
-
exports.PasswordlessRequestViewButton = components.PasswordlessRequestViewButton;
|
|
153
|
-
exports.PaymentCreateContainer = components.PaymentCreateContainer;
|
|
154
|
-
exports.PaymentCreateView = components.PaymentCreateView;
|
|
155
|
-
exports.PaymentMethodContainer = components.PaymentMethodContainer;
|
|
156
|
-
exports.PaymentMethodSelectContainer = components.PaymentMethodSelectContainer;
|
|
157
|
-
exports.PaymentMethodSelectList = components.PaymentMethodSelectList;
|
|
158
|
-
exports.PaymentMethodSelectModal = components.PaymentMethodSelectModal;
|
|
159
|
-
exports.PaymentMethodSelectSubmit = components.PaymentMethodSelectSubmit;
|
|
160
|
-
exports.PaymentMethodSelectView = components.PaymentMethodSelectView;
|
|
161
|
-
exports.PaymentMethodUpdateContainer = components.PaymentMethodUpdateContainer;
|
|
162
|
-
exports.PaymentMethodUpdateModal = components.PaymentMethodUpdateModal;
|
|
163
|
-
exports.PaymentMethodUpdateView = components.PaymentMethodUpdateView;
|
|
164
|
-
exports.PaymentMethodView = components.PaymentMethodView;
|
|
165
|
-
exports.PaymentSuccessModal = components.PaymentSuccessModal;
|
|
166
|
-
exports.PaymentSuccessView = components.PaymentSuccessView;
|
|
167
|
-
exports.PaypalSubscribeButton = components.PaypalSubscribeButton;
|
|
168
|
-
exports.PelcroCardCVC = components.PelcroCardCVC;
|
|
169
|
-
exports.PelcroCardExpiry = components.PelcroCardExpiry;
|
|
170
|
-
exports.PelcroCardNumber = components.PelcroCardNumber;
|
|
171
|
-
exports.PelcroModalController = components.PelcroModalController;
|
|
172
|
-
exports.PelcroPaymentRequestButton = components.PelcroPaymentRequestButton;
|
|
173
|
-
exports.ProfilePicChangeButton = components.ProfilePicChangeButton;
|
|
174
|
-
exports.ProfilePicChangeContainer = components.ProfilePicChangeContainer;
|
|
175
|
-
exports.ProfilePicChangeCropper = components.ProfilePicChangeCropper;
|
|
176
|
-
exports.ProfilePicChangeModal = components.ProfilePicChangeModal;
|
|
177
|
-
exports.ProfilePicChangeRemoveButton = components.ProfilePicChangeRemoveButton;
|
|
178
|
-
exports.ProfilePicChangeSelectButton = components.ProfilePicChangeSelectButton;
|
|
179
|
-
exports.ProfilePicChangeView = components.ProfilePicChangeView;
|
|
180
|
-
exports.ProfilePicChangeZoom = components.ProfilePicChangeZoom;
|
|
181
|
-
exports.QrCodeModal = components.QrCodeModal;
|
|
182
|
-
exports.QrCodeView = components.QrCodeView;
|
|
183
|
-
exports.Radio = components.Radio;
|
|
184
|
-
exports.RegisterButton = components.RegisterButton;
|
|
185
|
-
exports.RegisterCompany = components.RegisterCompany;
|
|
186
|
-
exports.RegisterContainer = components.RegisterContainer;
|
|
187
|
-
exports.RegisterEmail = components.RegisterEmail;
|
|
188
|
-
exports.RegisterFirstName = components.RegisterFirstName;
|
|
189
|
-
exports.RegisterJobTitle = components.RegisterJobTitle;
|
|
190
|
-
exports.RegisterLastName = components.RegisterLastName;
|
|
191
|
-
exports.RegisterModal = components.RegisterModal;
|
|
192
|
-
exports.RegisterPassword = components.RegisterPassword;
|
|
193
|
-
exports.RegisterView = components.RegisterView;
|
|
194
|
-
exports.Select = components.Select;
|
|
195
|
-
exports.SelectModal = components.SelectModalWithHook;
|
|
196
|
-
exports.SelectedPaymentMethod = components.SelectedPaymentMethod;
|
|
197
|
-
exports.ShopPurchaseButton = components.ShopPurchaseButton;
|
|
198
|
-
exports.ShopSelectProductButton = components.ShopSelectProductButton;
|
|
199
|
-
exports.ShopView = components.ShopView;
|
|
200
|
-
exports.SubmitPaymentMethod = components.SubmitPaymentMethod;
|
|
201
|
-
exports.SubscriptionCancelModal = components.SubscriptionCancelModal;
|
|
202
|
-
exports.SubscriptionCreateContainer = components.SubscriptionCreateContainer;
|
|
203
|
-
exports.SubscriptionCreateModal = components.SubscriptionCreateModal;
|
|
204
|
-
exports.SubscriptionCreateView = components.SubscriptionCreateView;
|
|
205
|
-
exports.SubscriptionRenewContainer = components.SubscriptionRenewContainer;
|
|
206
|
-
exports.SubscriptionRenewModal = components.SubscriptionRenewModal;
|
|
207
|
-
exports.SubscriptionRenewView = components.SubscriptionRenewView;
|
|
208
|
-
exports.SubscriptionSuspendContainer = components.SubscriptionSuspendContainer;
|
|
209
|
-
exports.SubscriptionSuspendModal = components.SubscriptionSuspendModal;
|
|
210
|
-
exports.SubscriptionSuspendView = components.SubscriptionSuspendView;
|
|
211
|
-
exports.TaxAmount = components.TaxAmount;
|
|
212
|
-
exports.TextArea = components.TextArea;
|
|
213
|
-
exports.Tooltip = components.Tooltip;
|
|
214
|
-
exports.UserUpdateButton = components.UserUpdateButton;
|
|
215
|
-
exports.UserUpdateContainer = components.UserUpdateContainer;
|
|
216
|
-
exports.UserUpdateDisplayName = components.UserUpdateDisplayName;
|
|
217
|
-
exports.UserUpdateEmail = components.UserUpdateEmail;
|
|
218
|
-
exports.UserUpdateFirstName = components.UserUpdateFirstName;
|
|
219
|
-
exports.UserUpdateLastName = components.UserUpdateLastName;
|
|
220
|
-
exports.UserUpdateModal = components.UserUpdateModal;
|
|
221
|
-
exports.UserUpdatePhone = components.UserUpdatePhone;
|
|
222
|
-
exports.UserUpdateProfilePic = components.UserUpdateProfilePic;
|
|
223
|
-
exports.UserUpdateTextInput = components.UserUpdateTextInput;
|
|
224
|
-
exports.UserUpdateView = components.UserUpdateView;
|
|
225
|
-
exports.VerifyLinkTokenContainer = components.VerifyLinkTokenContainer;
|
|
226
|
-
exports.VerifyLinkTokenLoader = components.VerifyLinkTokenLoader;
|
|
227
|
-
exports.VerifyLinkTokenModal = components.VerifyLinkTokenModal;
|
|
228
|
-
exports.VerifyLinkTokenView = components.VerifyLinkTokenView;
|
|
229
|
-
exports.authenticatedButtons = components.authenticatedButtons;
|
|
230
|
-
exports.i18n = components.i18next;
|
|
231
|
-
exports.initButtons = components.init;
|
|
232
|
-
exports.initContentEntitlement = components.init$1;
|
|
233
|
-
exports.invoicePaymentSubmitButton = components.invoicePaymentSubmitButton;
|
|
234
|
-
exports.notify = components.notify;
|
|
235
|
-
exports.unauthenticatedButtons = components.unauthenticatedButtons;
|
|
236
|
-
exports.usePelcro = components.usePelcro;
|
|
1
|
+
export { ay as AddressCreateCity, ap as AddressCreateContainer, aA as AddressCreateCountrySelect, as as AddressCreateFirstName, at as AddressCreateLastName, aw as AddressCreateLine1, ax as AddressCreateLine2, aq as AddressCreateModal, az as AddressCreatePostalCode, aC as AddressCreateSetDefault, aB as AddressCreateStateSelect, ar as AddressCreateSubmit, av as AddressCreateTextInput, au as AddressCreateView, bT as AddressSelectContainer, bW as AddressSelectList, bU as AddressSelectModal, bV as AddressSelectSubmit, bX as AddressSelectView, aP as AddressUpdateCity, aJ as AddressUpdateContainer, aK as AddressUpdateCountrySelect, aL as AddressUpdateFirstName, aM as AddressUpdateLastName, aN as AddressUpdateLine1, aO as AddressUpdateLine2, aR as AddressUpdateModal, aQ as AddressUpdatePostalCode, aW as AddressUpdateSetDefault, aS as AddressUpdateStateSelect, aT as AddressUpdateSubmit, aU as AddressUpdateTextInput, aV as AddressUpdateView, cs as Alert, ct as AlertElement, a4 as ApplyCouponButton, H as Auth0LoginButton, cu as Badge, a7 as BankAuthenticationSuccess, a6 as BankRedirection, B as Button, br as CartContainer, bs as CartModal, bu as CartRemoveItemButton, bv as CartSubmit, bw as CartTotalPrice, bt as CartView, cv as Checkbox, aH as CheckoutForm, C as ConfirmPassword, a5 as CouponCode, a8 as CouponCodeField, c1 as Dashboard, c2 as DashboardOpenButton, cw as DatePicker, ac as DiscountedPrice, E as Email, cb as EmailVerifyContainer, cc as EmailVerifyModal, cd as EmailVerifyResendButton, ce as EmailVerifyView, F as FacebookLoginButton, bH as GiftCreateContainer, bL as GiftCreateEmail, bJ as GiftCreateFirstName, bK as GiftCreateLastName, bN as GiftCreateMessage, bF as GiftCreateModal, bM as GiftCreateStartDate, bI as GiftCreateSubmitButton, bG as GiftCreateView, bO as GiftRedeemCode, bP as GiftRedeemContainer, bQ as GiftRedeemModal, bS as GiftRedeemSubmitButton, bR as GiftRedeemView, G as GoogleLoginButton, cJ as IncludeFirstName, cK as IncludeLastName, cL as IncludePhone, cx as Input, cn as InvoiceDetailsContainer, cq as InvoiceDetailsDownloadButton, co as InvoiceDetailsModal, cp as InvoiceDetailsPayButton, cr as InvoiceDetailsView, cj as InvoicePaymentContainer, ck as InvoicePaymentModal, cm as InvoicePaymentView, cy as Link, j as LoginButton, L as LoginContainer, m as LoginEmail, q as LoginModal, o as LoginPassword, k as LoginRequestLoginToken, p as LoginView, i as Logout, $ as MeterModal, a0 as MeterView, cz as Modal, cB as ModalBody, cC as ModalFooter, cA as ModalHeader, V as NewsLetter, X as NewsletterUpdateButton, Y as NewsletterUpdateContainer, _ as NewsletterUpdateList, W as NewsletterUpdateModal, Z as NewsletterUpdateView, cF as Notification, bE as OrderConfirmModal, bB as OrderCreateContainer, bC as OrderCreateModal, bA as OrderCreateSubmitButton, bD as OrderCreateView, h as Password, bq as PasswordChangeButton, bp as PasswordChangeConfirmNewPassword, bl as PasswordChangeContainer, bn as PasswordChangeCurrentPassword, bm as PasswordChangeModal, bo as PasswordChangeNewPassword, bk as PasswordChangeView, ba as PasswordForgotButton, bb as PasswordForgotContainer, bc as PasswordForgotEmail, bd as PasswordForgotModal, be as PasswordForgotView, b9 as PasswordResetButton, b7 as PasswordResetConfirmPassword, b5 as PasswordResetContainer, b6 as PasswordResetEmail, b3 as PasswordResetModal, b8 as PasswordResetPassword, b4 as PasswordResetView, bf as PasswordlessRequestContainer, bh as PasswordlessRequestEmail, bi as PasswordlessRequestModal, bj as PasswordlessRequestView, bg as PasswordlessRequestViewButton, a_ as PaymentCreateContainer, a$ as PaymentCreateView, a1 as PaymentMethodContainer, bY as PaymentMethodSelectContainer, c0 as PaymentMethodSelectList, bZ as PaymentMethodSelectModal, b$ as PaymentMethodSelectSubmit, b_ as PaymentMethodSelectView, b0 as PaymentMethodUpdateContainer, b1 as PaymentMethodUpdateModal, b2 as PaymentMethodUpdateView, a2 as PaymentMethodView, Q as PaymentSuccessModal, U as PaymentSuccessView, aI as PaypalSubscribeButton, aD as PelcroCardCVC, aE as PelcroCardExpiry, aF as PelcroCardNumber, P as PelcroModalController, aG as PelcroPaymentRequestButton, c3 as ProfilePicChangeButton, c4 as ProfilePicChangeContainer, c5 as ProfilePicChangeCropper, ca as ProfilePicChangeModal, c8 as ProfilePicChangeRemoveButton, c7 as ProfilePicChangeSelectButton, c9 as ProfilePicChangeView, c6 as ProfilePicChangeZoom, cH as QrCodeModal, cI as QrCodeView, cD as Radio, y as RegisterButton, A as RegisterCompany, r as RegisterContainer, t as RegisterEmail, w as RegisterFirstName, z as RegisterJobTitle, x as RegisterLastName, D as RegisterModal, v as RegisterPassword, s as RegisterView, cE as Select, I as SelectModal, a3 as SelectedPaymentMethod, by as ShopPurchaseButton, bx as ShopSelectProductButton, bz as ShopView, a9 as SubmitPaymentMethod, K as SubscriptionCancelModal, aX as SubscriptionCreateContainer, aa as SubscriptionCreateModal, ab as SubscriptionCreateView, aY as SubscriptionRenewContainer, J as SubscriptionRenewModal, O as SubscriptionRenewView, aZ as SubscriptionSuspendContainer, M as SubscriptionSuspendModal, N as SubscriptionSuspendView, ad as TaxAmount, T as TextArea, cG as Tooltip, af as UserUpdateButton, ag as UserUpdateContainer, ak as UserUpdateDisplayName, ae as UserUpdateEmail, aj as UserUpdateFirstName, al as UserUpdateLastName, ai as UserUpdateModal, am as UserUpdatePhone, ao as UserUpdateProfilePic, an as UserUpdateTextInput, ah as UserUpdateView, cf as VerifyLinkTokenContainer, ci as VerifyLinkTokenLoader, cg as VerifyLinkTokenModal, ch as VerifyLinkTokenView, cO as authenticatedButtons, cM as i18n, cN as initButtons, cQ as initContentEntitlement, cl as invoicePaymentSubmitButton, n as notify, cP as unauthenticatedButtons, c as usePelcro } from './components-0f4ebe18.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'react-dom';
|
|
4
|
+
import 'prop-types';
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import { e as createCommonjsModule, f as unwrapExports, g as commonjsGlobal } from './components-0f4ebe18.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import 'react-dom';
|
|
4
|
+
import 'prop-types';
|
|
2
5
|
|
|
3
|
-
var
|
|
4
|
-
var React = require('react');
|
|
5
|
-
require('react-dom');
|
|
6
|
-
require('prop-types');
|
|
7
|
-
|
|
8
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
-
|
|
10
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
|
-
|
|
12
|
-
var initialState_1 = components.createCommonjsModule(function (module, exports) {
|
|
6
|
+
var initialState_1 = createCommonjsModule(function (module, exports) {
|
|
13
7
|
|
|
14
8
|
Object.defineProperty(exports, "__esModule", {
|
|
15
9
|
value: true
|
|
@@ -50,7 +44,7 @@ var _default = initialState;
|
|
|
50
44
|
exports["default"] = _default;
|
|
51
45
|
});
|
|
52
46
|
|
|
53
|
-
|
|
47
|
+
unwrapExports(initialState_1);
|
|
54
48
|
|
|
55
49
|
/**
|
|
56
50
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -86,7 +80,7 @@ var reIsOctal = /^0o[0-7]+$/i;
|
|
|
86
80
|
var freeParseInt = parseInt;
|
|
87
81
|
|
|
88
82
|
/** Detect free variable `global` from Node.js. */
|
|
89
|
-
var freeGlobal = typeof
|
|
83
|
+
var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
|
|
90
84
|
|
|
91
85
|
/** Detect free variable `self`. */
|
|
92
86
|
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
@@ -430,7 +424,7 @@ function toNumber(value) {
|
|
|
430
424
|
|
|
431
425
|
var lodash_debounce = debounce;
|
|
432
426
|
|
|
433
|
-
var classnames =
|
|
427
|
+
var classnames = createCommonjsModule(function (module) {
|
|
434
428
|
/*!
|
|
435
429
|
Copyright (c) 2018 Jed Watson.
|
|
436
430
|
Licensed under the MIT License (MIT), see
|
|
@@ -486,7 +480,7 @@ var classnames = components.createCommonjsModule(function (module) {
|
|
|
486
480
|
}());
|
|
487
481
|
});
|
|
488
482
|
|
|
489
|
-
var innerSliderUtils =
|
|
483
|
+
var innerSliderUtils = createCommonjsModule(function (module, exports) {
|
|
490
484
|
|
|
491
485
|
Object.defineProperty(exports, "__esModule", {
|
|
492
486
|
value: true
|
|
@@ -495,7 +489,7 @@ exports.checkSpecKeys = exports.checkNavigable = exports.changeSlide = exports.c
|
|
|
495
489
|
exports.clamp = clamp;
|
|
496
490
|
exports.swipeStart = exports.swipeMove = exports.swipeEnd = exports.slidesOnRight = exports.slidesOnLeft = exports.slideHandler = exports.siblingDirection = exports.safePreventDefault = exports.lazyStartIndex = exports.lazySlidesOnRight = exports.lazySlidesOnLeft = exports.lazyEndIndex = exports.keyHandler = exports.initializedState = exports.getWidth = exports.getTrackLeft = exports.getTrackCSS = exports.getTrackAnimateCSS = exports.getTotalSlides = exports.getSwipeDirection = exports.getSlideCount = exports.getRequiredLazySlides = exports.getPreClones = exports.getPostClones = exports.getOnDemandLazySlides = exports.getNavigableIndexes = exports.getHeight = exports.extractObject = void 0;
|
|
497
491
|
|
|
498
|
-
var _react = _interopRequireDefault(React__default
|
|
492
|
+
var _react = _interopRequireDefault(React__default);
|
|
499
493
|
|
|
500
494
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
501
495
|
|
|
@@ -1442,7 +1436,7 @@ var canUseDOM = function canUseDOM() {
|
|
|
1442
1436
|
exports.canUseDOM = canUseDOM;
|
|
1443
1437
|
});
|
|
1444
1438
|
|
|
1445
|
-
|
|
1439
|
+
unwrapExports(innerSliderUtils);
|
|
1446
1440
|
innerSliderUtils.checkSpecKeys;
|
|
1447
1441
|
innerSliderUtils.checkNavigable;
|
|
1448
1442
|
innerSliderUtils.changeSlide;
|
|
@@ -1478,7 +1472,7 @@ innerSliderUtils.getNavigableIndexes;
|
|
|
1478
1472
|
innerSliderUtils.getHeight;
|
|
1479
1473
|
innerSliderUtils.extractObject;
|
|
1480
1474
|
|
|
1481
|
-
var track =
|
|
1475
|
+
var track = createCommonjsModule(function (module, exports) {
|
|
1482
1476
|
|
|
1483
1477
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
1484
1478
|
|
|
@@ -1487,7 +1481,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
1487
1481
|
});
|
|
1488
1482
|
exports.Track = void 0;
|
|
1489
1483
|
|
|
1490
|
-
var _react = _interopRequireDefault(React__default
|
|
1484
|
+
var _react = _interopRequireDefault(React__default);
|
|
1491
1485
|
|
|
1492
1486
|
var _classnames = _interopRequireDefault(classnames);
|
|
1493
1487
|
|
|
@@ -1768,10 +1762,10 @@ var Track = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
1768
1762
|
exports.Track = Track;
|
|
1769
1763
|
});
|
|
1770
1764
|
|
|
1771
|
-
|
|
1765
|
+
unwrapExports(track);
|
|
1772
1766
|
track.Track;
|
|
1773
1767
|
|
|
1774
|
-
var dots =
|
|
1768
|
+
var dots = createCommonjsModule(function (module, exports) {
|
|
1775
1769
|
|
|
1776
1770
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
1777
1771
|
|
|
@@ -1780,7 +1774,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
1780
1774
|
});
|
|
1781
1775
|
exports.Dots = void 0;
|
|
1782
1776
|
|
|
1783
|
-
var _react = _interopRequireDefault(React__default
|
|
1777
|
+
var _react = _interopRequireDefault(React__default);
|
|
1784
1778
|
|
|
1785
1779
|
var _classnames = _interopRequireDefault(classnames);
|
|
1786
1780
|
|
|
@@ -1908,10 +1902,10 @@ var Dots = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
1908
1902
|
exports.Dots = Dots;
|
|
1909
1903
|
});
|
|
1910
1904
|
|
|
1911
|
-
|
|
1905
|
+
unwrapExports(dots);
|
|
1912
1906
|
dots.Dots;
|
|
1913
1907
|
|
|
1914
|
-
var arrows =
|
|
1908
|
+
var arrows = createCommonjsModule(function (module, exports) {
|
|
1915
1909
|
|
|
1916
1910
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
1917
1911
|
|
|
@@ -1920,7 +1914,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
1920
1914
|
});
|
|
1921
1915
|
exports.PrevArrow = exports.NextArrow = void 0;
|
|
1922
1916
|
|
|
1923
|
-
var _react = _interopRequireDefault(React__default
|
|
1917
|
+
var _react = _interopRequireDefault(React__default);
|
|
1924
1918
|
|
|
1925
1919
|
var _classnames = _interopRequireDefault(classnames);
|
|
1926
1920
|
|
|
@@ -2095,7 +2089,7 @@ var NextArrow = /*#__PURE__*/function (_React$PureComponent2) {
|
|
|
2095
2089
|
exports.NextArrow = NextArrow;
|
|
2096
2090
|
});
|
|
2097
2091
|
|
|
2098
|
-
|
|
2092
|
+
unwrapExports(arrows);
|
|
2099
2093
|
arrows.PrevArrow;
|
|
2100
2094
|
arrows.NextArrow;
|
|
2101
2095
|
|
|
@@ -3026,14 +3020,14 @@ var index$1 = (function () {
|
|
|
3026
3020
|
return ResizeObserver;
|
|
3027
3021
|
})();
|
|
3028
3022
|
|
|
3029
|
-
var innerSlider =
|
|
3023
|
+
var innerSlider = createCommonjsModule(function (module, exports) {
|
|
3030
3024
|
|
|
3031
3025
|
Object.defineProperty(exports, "__esModule", {
|
|
3032
3026
|
value: true
|
|
3033
3027
|
});
|
|
3034
3028
|
exports.InnerSlider = void 0;
|
|
3035
3029
|
|
|
3036
|
-
var _react = _interopRequireDefault(React__default
|
|
3030
|
+
var _react = _interopRequireDefault(React__default);
|
|
3037
3031
|
|
|
3038
3032
|
var _initialState = _interopRequireDefault(initialState_1);
|
|
3039
3033
|
|
|
@@ -3902,7 +3896,7 @@ var InnerSlider = /*#__PURE__*/function (_React$Component) {
|
|
|
3902
3896
|
exports.InnerSlider = InnerSlider;
|
|
3903
3897
|
});
|
|
3904
3898
|
|
|
3905
|
-
|
|
3899
|
+
unwrapExports(innerSlider);
|
|
3906
3900
|
innerSlider.InnerSlider;
|
|
3907
3901
|
|
|
3908
3902
|
var camel2hyphen = function (str) {
|
|
@@ -3965,14 +3959,14 @@ var json2mq = function (query) {
|
|
|
3965
3959
|
|
|
3966
3960
|
var json2mq_1 = json2mq;
|
|
3967
3961
|
|
|
3968
|
-
var defaultProps_1 =
|
|
3962
|
+
var defaultProps_1 = createCommonjsModule(function (module, exports) {
|
|
3969
3963
|
|
|
3970
3964
|
Object.defineProperty(exports, "__esModule", {
|
|
3971
3965
|
value: true
|
|
3972
3966
|
});
|
|
3973
3967
|
exports["default"] = void 0;
|
|
3974
3968
|
|
|
3975
|
-
var _react = _interopRequireDefault(React__default
|
|
3969
|
+
var _react = _interopRequireDefault(React__default);
|
|
3976
3970
|
|
|
3977
3971
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
3978
3972
|
|
|
@@ -4040,7 +4034,7 @@ var _default = defaultProps;
|
|
|
4040
4034
|
exports["default"] = _default;
|
|
4041
4035
|
});
|
|
4042
4036
|
|
|
4043
|
-
|
|
4037
|
+
unwrapExports(defaultProps_1);
|
|
4044
4038
|
|
|
4045
4039
|
/**
|
|
4046
4040
|
* Delegate to handle a media query being matched and unmatched.
|
|
@@ -4341,7 +4335,7 @@ var MediaQueryDispatch_1 = MediaQueryDispatch;
|
|
|
4341
4335
|
|
|
4342
4336
|
var src = new MediaQueryDispatch_1();
|
|
4343
4337
|
|
|
4344
|
-
var slider =
|
|
4338
|
+
var slider = createCommonjsModule(function (module, exports) {
|
|
4345
4339
|
|
|
4346
4340
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4347
4341
|
|
|
@@ -4350,7 +4344,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4350
4344
|
});
|
|
4351
4345
|
exports["default"] = void 0;
|
|
4352
4346
|
|
|
4353
|
-
var _react = _interopRequireDefault(React__default
|
|
4347
|
+
var _react = _interopRequireDefault(React__default);
|
|
4354
4348
|
|
|
4355
4349
|
|
|
4356
4350
|
|
|
@@ -4632,9 +4626,9 @@ var Slider = /*#__PURE__*/function (_React$Component) {
|
|
|
4632
4626
|
exports["default"] = Slider;
|
|
4633
4627
|
});
|
|
4634
4628
|
|
|
4635
|
-
|
|
4629
|
+
unwrapExports(slider);
|
|
4636
4630
|
|
|
4637
|
-
var lib =
|
|
4631
|
+
var lib = createCommonjsModule(function (module, exports) {
|
|
4638
4632
|
|
|
4639
4633
|
Object.defineProperty(exports, "__esModule", {
|
|
4640
4634
|
value: true
|
|
@@ -4649,7 +4643,7 @@ var _default = _slider["default"];
|
|
|
4649
4643
|
exports["default"] = _default;
|
|
4650
4644
|
});
|
|
4651
4645
|
|
|
4652
|
-
var index =
|
|
4646
|
+
var index = unwrapExports(lib);
|
|
4653
4647
|
|
|
4654
|
-
|
|
4655
|
-
|
|
4648
|
+
export default index;
|
|
4649
|
+
export { lib as __moduleExports };
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pelcro/react-pelcro-js",
|
|
3
3
|
"description": "Pelcro's React UI Elements",
|
|
4
|
-
"version": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.16",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
|
-
"main": "dist/index.
|
|
8
|
-
"module": "dist/index.
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"module": "dist/index.js",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|