@fluid-app/portal-sdk 0.1.476 → 0.1.477
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/{ProfileScreen-DKddD3kl.mjs → ProfileScreen-BrXQWXXp.mjs} +2 -2
- package/dist/{ProfileScreen-DKddD3kl.mjs.map → ProfileScreen-BrXQWXXp.mjs.map} +1 -1
- package/dist/{ProfileScreen-CjYx113f.cjs → ProfileScreen-Cyv8PyYg.cjs} +2 -2
- package/dist/{ProfileScreen-Ah2vLws3.cjs → ProfileScreen-gWeOhTjQ.cjs} +2 -2
- package/dist/{ProfileScreen-Ah2vLws3.cjs.map → ProfileScreen-gWeOhTjQ.cjs.map} +1 -1
- package/dist/{ProfileScreen-D3lE-N-0.mjs → ProfileScreen-vepAcLXw.mjs} +2 -2
- package/dist/{SubscriptionsScreen-DkXohPSw.mjs → SubscriptionsScreen-BBMYV3Ge.mjs} +2 -2
- package/dist/{SubscriptionsScreen-BmRkFwfy.cjs → SubscriptionsScreen-BdirZOBn.cjs} +2 -2
- package/dist/{SubscriptionsScreen-Bh0zZWrr.mjs → SubscriptionsScreen-KUxdCKB-.mjs} +2 -2
- package/dist/{SubscriptionsScreen-Bh0zZWrr.mjs.map → SubscriptionsScreen-KUxdCKB-.mjs.map} +1 -1
- package/dist/{SubscriptionsScreen-D5tKJWci.cjs → SubscriptionsScreen-LXjZ4qKy.cjs} +2 -2
- package/dist/{SubscriptionsScreen-D5tKJWci.cjs.map → SubscriptionsScreen-LXjZ4qKy.cjs.map} +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.mjs +7 -7
- package/dist/{use-portal-card-add-3ds-flow-DDvnJaAd.cjs → use-portal-card-add-3ds-flow-ChMcZpwT.cjs} +3 -2
- package/dist/use-portal-card-add-3ds-flow-ChMcZpwT.cjs.map +1 -0
- package/dist/{use-portal-card-add-3ds-flow-paHQE9yW.mjs → use-portal-card-add-3ds-flow-Dxz8NvV-.mjs} +3 -2
- package/dist/use-portal-card-add-3ds-flow-Dxz8NvV-.mjs.map +1 -0
- package/package.json +12 -12
- package/dist/use-portal-card-add-3ds-flow-DDvnJaAd.cjs.map +0 -1
- package/dist/use-portal-card-add-3ds-flow-paHQE9yW.mjs.map +0 -1
package/dist/{use-portal-card-add-3ds-flow-paHQE9yW.mjs → use-portal-card-add-3ds-flow-Dxz8NvV-.mjs}
RENAMED
|
@@ -526,7 +526,7 @@ const SET_OPTS = {
|
|
|
526
526
|
};
|
|
527
527
|
const DEBOUNCE_MS = 250;
|
|
528
528
|
const EMPTY_STATE_OPTIONS = [];
|
|
529
|
-
function AddressAutocompleteInput({ control, setValue, countryIso, addressLineField, cityField, stateField, postalCodeField, stateOptions = EMPTY_STATE_OPTIONS, id, label, placeholder, disabled }) {
|
|
529
|
+
function AddressAutocompleteInput({ control, setValue, countryIso, addressLineField, cityField, stateField, postalCodeField, stateOptions = EMPTY_STATE_OPTIONS, id, label, placeholder, disabled, inputClassName }) {
|
|
530
530
|
const api = useAddressAutocompleteApiOptional();
|
|
531
531
|
const { field, fieldState: { error } } = useController({
|
|
532
532
|
name: addressLineField,
|
|
@@ -666,6 +666,7 @@ function AddressAutocompleteInput({ control, setValue, countryIso, addressLineFi
|
|
|
666
666
|
children: [
|
|
667
667
|
/* @__PURE__ */ jsx(Input$1, {
|
|
668
668
|
id: inputId,
|
|
669
|
+
className: inputClassName,
|
|
669
670
|
type: "text",
|
|
670
671
|
ref: field.ref,
|
|
671
672
|
value: field.value ?? "",
|
|
@@ -22556,4 +22557,4 @@ function usePortalCardAdd3DSFlow({ payApi, onApproved, onFailed, onCanceled, t }
|
|
|
22556
22557
|
//#endregion
|
|
22557
22558
|
export { ProfileTranslationBridge as _, getBrowserInfo as a, EditPaymentMethodDialog as c, getCardDisplayName as d, getCardExpiry as f, EllipsesDropdown as g, ConfirmActionDialog as h, isThreeDsRequiredCreate as i, FluidPayCoreProvider as l, UserInfoDialog as m, createFluidPayApiAdapter as n, CreditCardFormDialog as o, getPaymentMethodLogoBrand as p, mapToFluidPayPaymentMethod as r, AddressFormDialog as s, usePortalCardAdd3DSFlow as t, PaymentIcon as u, useProfileTranslation as v };
|
|
22558
22559
|
|
|
22559
|
-
//# sourceMappingURL=use-portal-card-add-3ds-flow-
|
|
22560
|
+
//# sourceMappingURL=use-portal-card-add-3ds-flow-Dxz8NvV-.mjs.map
|