@solvapay/react 1.0.7 → 1.0.8-preview.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/CONTRIBUTING.md +117 -0
- package/README.md +234 -1
- package/dist/CancelPlanButton-CieT9swn.d.cts +1102 -0
- package/dist/CancelPlanButton-f56UlQN-.d.ts +1102 -0
- package/dist/chunk-MOP3ZBGC.js +4749 -0
- package/dist/index.cjs +4397 -1036
- package/dist/index.d.cts +375 -652
- package/dist/index.d.ts +375 -652
- package/dist/index.js +573 -1664
- package/dist/primitives/index.cjs +4254 -0
- package/dist/primitives/index.d.cts +533 -0
- package/dist/primitives/index.d.ts +533 -0
- package/dist/primitives/index.js +187 -0
- package/dist/styles.css +869 -0
- package/package.json +20 -5
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ActivationFlow,
|
|
3
|
+
ActivationFlowActivateButton,
|
|
4
|
+
ActivationFlowActivated,
|
|
5
|
+
ActivationFlowAmountPicker,
|
|
6
|
+
ActivationFlowContinueButton,
|
|
7
|
+
ActivationFlowError,
|
|
8
|
+
ActivationFlowLoading,
|
|
9
|
+
ActivationFlowRetrying,
|
|
10
|
+
ActivationFlowRoot,
|
|
11
|
+
ActivationFlowSummary,
|
|
12
|
+
AmountPicker,
|
|
13
|
+
AmountPickerConfirm,
|
|
14
|
+
AmountPickerCustom,
|
|
15
|
+
AmountPickerOption,
|
|
16
|
+
AmountPickerRoot,
|
|
17
|
+
BalanceBadge,
|
|
18
|
+
CancelPlanButton,
|
|
19
|
+
CancelledPlanNotice,
|
|
20
|
+
CancelledPlanNoticeAccessUntil,
|
|
21
|
+
CancelledPlanNoticeCancelledOn,
|
|
22
|
+
CancelledPlanNoticeDaysRemaining,
|
|
23
|
+
CancelledPlanNoticeExpires,
|
|
24
|
+
CancelledPlanNoticeHeading,
|
|
25
|
+
CancelledPlanNoticeReactivateButton,
|
|
26
|
+
CancelledPlanNoticeReason,
|
|
27
|
+
CancelledPlanNoticeRoot,
|
|
28
|
+
CheckoutSummary,
|
|
29
|
+
CheckoutSummaryPlan,
|
|
30
|
+
CheckoutSummaryPrice,
|
|
31
|
+
CheckoutSummaryProduct,
|
|
32
|
+
CheckoutSummaryRoot,
|
|
33
|
+
CheckoutSummaryTaxNote,
|
|
34
|
+
CheckoutSummaryTrial,
|
|
35
|
+
CreditGate,
|
|
36
|
+
CreditGateError,
|
|
37
|
+
CreditGateHeading,
|
|
38
|
+
CreditGateLoading,
|
|
39
|
+
CreditGateRoot,
|
|
40
|
+
CreditGateSubheading,
|
|
41
|
+
CreditGateTopup,
|
|
42
|
+
MandateText,
|
|
43
|
+
PaymentForm,
|
|
44
|
+
PaymentFormCardElement,
|
|
45
|
+
PaymentFormCustomerFields,
|
|
46
|
+
PaymentFormError,
|
|
47
|
+
PaymentFormLoading,
|
|
48
|
+
PaymentFormMandateText,
|
|
49
|
+
PaymentFormPaymentElement,
|
|
50
|
+
PaymentFormRoot,
|
|
51
|
+
PaymentFormSubmitButton,
|
|
52
|
+
PaymentFormSummary,
|
|
53
|
+
PaymentFormTermsCheckbox,
|
|
54
|
+
PlanBadge,
|
|
55
|
+
PlanSelector,
|
|
56
|
+
PlanSelectorCard,
|
|
57
|
+
PlanSelectorCardBadge,
|
|
58
|
+
PlanSelectorCardInterval,
|
|
59
|
+
PlanSelectorCardName,
|
|
60
|
+
PlanSelectorCardPrice,
|
|
61
|
+
PlanSelectorError,
|
|
62
|
+
PlanSelectorGrid,
|
|
63
|
+
PlanSelectorHeading,
|
|
64
|
+
PlanSelectorLoading,
|
|
65
|
+
PlanSelectorRoot,
|
|
66
|
+
ProductBadge,
|
|
67
|
+
PurchaseGate,
|
|
68
|
+
PurchaseGateAllowed,
|
|
69
|
+
PurchaseGateBlocked,
|
|
70
|
+
PurchaseGateError,
|
|
71
|
+
PurchaseGateLoading,
|
|
72
|
+
PurchaseGateRoot,
|
|
73
|
+
Slot,
|
|
74
|
+
Slottable,
|
|
75
|
+
TopupForm,
|
|
76
|
+
TopupFormError,
|
|
77
|
+
TopupFormLoading,
|
|
78
|
+
TopupFormPaymentElement,
|
|
79
|
+
TopupFormRoot,
|
|
80
|
+
TopupFormSubmitButton,
|
|
81
|
+
composeEventHandlers,
|
|
82
|
+
composeRefs,
|
|
83
|
+
setRef,
|
|
84
|
+
useActivationFlow,
|
|
85
|
+
useAmountPicker,
|
|
86
|
+
useAmountPickerCopy,
|
|
87
|
+
useCancelledPlanNotice,
|
|
88
|
+
useCheckoutSummary,
|
|
89
|
+
useCreditGate,
|
|
90
|
+
usePlanSelector,
|
|
91
|
+
usePurchaseGate,
|
|
92
|
+
useTopupForm
|
|
93
|
+
} from "../chunk-MOP3ZBGC.js";
|
|
94
|
+
import "../chunk-OUSEQRCT.js";
|
|
95
|
+
export {
|
|
96
|
+
ActivationFlow,
|
|
97
|
+
ActivationFlowActivateButton,
|
|
98
|
+
ActivationFlowActivated,
|
|
99
|
+
ActivationFlowAmountPicker,
|
|
100
|
+
ActivationFlowContinueButton,
|
|
101
|
+
ActivationFlowError,
|
|
102
|
+
ActivationFlowLoading,
|
|
103
|
+
ActivationFlowRetrying,
|
|
104
|
+
ActivationFlowRoot,
|
|
105
|
+
ActivationFlowSummary,
|
|
106
|
+
AmountPicker,
|
|
107
|
+
AmountPickerConfirm,
|
|
108
|
+
AmountPickerCustom,
|
|
109
|
+
AmountPickerOption,
|
|
110
|
+
AmountPickerRoot,
|
|
111
|
+
BalanceBadge,
|
|
112
|
+
CancelPlanButton,
|
|
113
|
+
CancelledPlanNotice,
|
|
114
|
+
CancelledPlanNoticeAccessUntil,
|
|
115
|
+
CancelledPlanNoticeCancelledOn,
|
|
116
|
+
CancelledPlanNoticeDaysRemaining,
|
|
117
|
+
CancelledPlanNoticeExpires,
|
|
118
|
+
CancelledPlanNoticeHeading,
|
|
119
|
+
CancelledPlanNoticeReactivateButton,
|
|
120
|
+
CancelledPlanNoticeReason,
|
|
121
|
+
CancelledPlanNoticeRoot,
|
|
122
|
+
CheckoutSummary,
|
|
123
|
+
CheckoutSummaryPlan,
|
|
124
|
+
CheckoutSummaryPrice,
|
|
125
|
+
CheckoutSummaryProduct,
|
|
126
|
+
CheckoutSummaryRoot,
|
|
127
|
+
CheckoutSummaryTaxNote,
|
|
128
|
+
CheckoutSummaryTrial,
|
|
129
|
+
CreditGate,
|
|
130
|
+
CreditGateError,
|
|
131
|
+
CreditGateHeading,
|
|
132
|
+
CreditGateLoading,
|
|
133
|
+
CreditGateRoot,
|
|
134
|
+
CreditGateSubheading,
|
|
135
|
+
CreditGateTopup,
|
|
136
|
+
MandateText,
|
|
137
|
+
PaymentForm,
|
|
138
|
+
PaymentFormCardElement,
|
|
139
|
+
PaymentFormCustomerFields,
|
|
140
|
+
PaymentFormError,
|
|
141
|
+
PaymentFormLoading,
|
|
142
|
+
PaymentFormMandateText,
|
|
143
|
+
PaymentFormPaymentElement,
|
|
144
|
+
PaymentFormRoot,
|
|
145
|
+
PaymentFormSubmitButton,
|
|
146
|
+
PaymentFormSummary,
|
|
147
|
+
PaymentFormTermsCheckbox,
|
|
148
|
+
PlanBadge,
|
|
149
|
+
PlanSelector,
|
|
150
|
+
PlanSelectorCard,
|
|
151
|
+
PlanSelectorCardBadge,
|
|
152
|
+
PlanSelectorCardInterval,
|
|
153
|
+
PlanSelectorCardName,
|
|
154
|
+
PlanSelectorCardPrice,
|
|
155
|
+
PlanSelectorError,
|
|
156
|
+
PlanSelectorGrid,
|
|
157
|
+
PlanSelectorHeading,
|
|
158
|
+
PlanSelectorLoading,
|
|
159
|
+
PlanSelectorRoot,
|
|
160
|
+
ProductBadge,
|
|
161
|
+
PurchaseGate,
|
|
162
|
+
PurchaseGateAllowed,
|
|
163
|
+
PurchaseGateBlocked,
|
|
164
|
+
PurchaseGateError,
|
|
165
|
+
PurchaseGateLoading,
|
|
166
|
+
PurchaseGateRoot,
|
|
167
|
+
Slot,
|
|
168
|
+
Slottable,
|
|
169
|
+
TopupForm,
|
|
170
|
+
TopupFormError,
|
|
171
|
+
TopupFormLoading,
|
|
172
|
+
TopupFormPaymentElement,
|
|
173
|
+
TopupFormRoot,
|
|
174
|
+
TopupFormSubmitButton,
|
|
175
|
+
composeEventHandlers,
|
|
176
|
+
composeRefs,
|
|
177
|
+
setRef,
|
|
178
|
+
useActivationFlow,
|
|
179
|
+
useAmountPicker,
|
|
180
|
+
useAmountPickerCopy,
|
|
181
|
+
useCancelledPlanNotice,
|
|
182
|
+
useCheckoutSummary,
|
|
183
|
+
useCreditGate,
|
|
184
|
+
usePlanSelector,
|
|
185
|
+
usePurchaseGate,
|
|
186
|
+
useTopupForm
|
|
187
|
+
};
|