@stripe/stripe-react-native 0.59.0 → 0.59.1
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/android/.idea/AndroidProjectSystem.xml +6 -0
- package/android/.idea/compiler.xml +6 -0
- package/android/.idea/gradle.xml +18 -0
- package/android/.idea/migrations.xml +10 -0
- package/android/.idea/misc.xml +10 -0
- package/android/.idea/runConfigurations.xml +17 -0
- package/android/.idea/vcs.xml +6 -0
- package/android/local.properties +8 -0
- package/android/src/main/AndroidManifest.xml +2 -2
- package/android/src/main/java/com/reactnativestripesdk/PaymentElementConfig.kt +0 -8
- package/android/src/main/java/com/reactnativestripesdk/PaymentSheetManager.kt +0 -9
- package/android/src/main/java/com/reactnativestripesdk/StripeFileProvider.kt +17 -0
- package/android/src/main/java/com/reactnativestripesdk/StripeSdkModule.kt +1 -1
- package/android/src/test/java/com/reactnativestripesdk/PaymentElementConfigTest.kt +0 -37
- package/ios/PaymentMethodMessagingElementConfig.swift +2 -2
- package/ios/StripeSdkImpl+PaymentSheet.swift +0 -12
- package/lib/commonjs/components/AddToWalletButton.js +1 -1
- package/lib/commonjs/components/AddToWalletButton.js.map +1 -1
- package/lib/commonjs/components/AddressSheet.js +1 -1
- package/lib/commonjs/components/AddressSheet.js.map +1 -1
- package/lib/commonjs/components/AuBECSDebitForm.js +1 -1
- package/lib/commonjs/components/AuBECSDebitForm.js.map +1 -1
- package/lib/commonjs/components/CardField.js +1 -1
- package/lib/commonjs/components/CardField.js.map +1 -1
- package/lib/commonjs/components/CardForm.js +1 -1
- package/lib/commonjs/components/CardForm.js.map +1 -1
- package/lib/commonjs/components/PlatformPayButton.js +1 -1
- package/lib/commonjs/components/PlatformPayButton.js.map +1 -1
- package/lib/commonjs/components/StripeContainer.js +1 -1
- package/lib/commonjs/components/StripeContainer.js.map +1 -1
- package/lib/commonjs/connect/Components.js +1 -1
- package/lib/commonjs/connect/Components.js.map +1 -1
- package/lib/commonjs/connect/ConnectComponentsProvider.js +1 -1
- package/lib/commonjs/connect/ConnectComponentsProvider.js.map +1 -1
- package/lib/commonjs/connect/EmbeddedComponent.js +1 -1
- package/lib/commonjs/connect/EmbeddedComponent.js.map +1 -1
- package/lib/commonjs/connect/ModalCloseButton.js +1 -1
- package/lib/commonjs/connect/ModalCloseButton.js.map +1 -1
- package/lib/commonjs/connect/NavigationBar.js +1 -1
- package/lib/commonjs/connect/NavigationBar.js.map +1 -1
- package/lib/commonjs/helpers.js +1 -1
- package/lib/commonjs/specs/NativeAddToWalletButton.js +1 -1
- package/lib/commonjs/specs/NativeAddressSheet.js +1 -1
- package/lib/commonjs/specs/NativeApplePayButton.js +1 -1
- package/lib/commonjs/specs/NativeAuBECSDebitForm.js +1 -1
- package/lib/commonjs/specs/NativeCardField.js +1 -1
- package/lib/commonjs/specs/NativeCardField.js.map +1 -1
- package/lib/commonjs/specs/NativeCardForm.js +1 -1
- package/lib/commonjs/specs/NativeCardForm.js.map +1 -1
- package/lib/commonjs/specs/NativeConnectAccountOnboardingView.js +1 -1
- package/lib/commonjs/specs/NativeEmbeddedPaymentElement.js +1 -1
- package/lib/commonjs/specs/NativeEmbeddedPaymentElement.js.map +1 -1
- package/lib/commonjs/specs/NativeGooglePayButton.js +1 -1
- package/lib/commonjs/specs/NativeNavigationBar.js +1 -1
- package/lib/commonjs/specs/NativePaymentMethodMessagingElement.js +1 -1
- package/lib/commonjs/specs/NativeStripeContainer.js +1 -1
- package/lib/commonjs/types/EmbeddedPaymentElement.js +1 -1
- package/lib/commonjs/types/EmbeddedPaymentElement.js.map +1 -1
- package/lib/module/components/AddToWalletButton.js +1 -1
- package/lib/module/components/AddToWalletButton.js.map +1 -1
- package/lib/module/components/AddressSheet.js +1 -1
- package/lib/module/components/AddressSheet.js.map +1 -1
- package/lib/module/components/AuBECSDebitForm.js +1 -1
- package/lib/module/components/AuBECSDebitForm.js.map +1 -1
- package/lib/module/components/CardField.js +1 -1
- package/lib/module/components/CardField.js.map +1 -1
- package/lib/module/components/CardForm.js +1 -1
- package/lib/module/components/CardForm.js.map +1 -1
- package/lib/module/components/PlatformPayButton.js +1 -1
- package/lib/module/components/PlatformPayButton.js.map +1 -1
- package/lib/module/components/StripeContainer.js +1 -1
- package/lib/module/components/StripeContainer.js.map +1 -1
- package/lib/module/connect/Components.js +1 -1
- package/lib/module/connect/Components.js.map +1 -1
- package/lib/module/connect/ConnectComponentsProvider.js +1 -1
- package/lib/module/connect/ConnectComponentsProvider.js.map +1 -1
- package/lib/module/connect/EmbeddedComponent.js +1 -1
- package/lib/module/connect/EmbeddedComponent.js.map +1 -1
- package/lib/module/connect/ModalCloseButton.js +1 -1
- package/lib/module/connect/ModalCloseButton.js.map +1 -1
- package/lib/module/connect/NavigationBar.js +1 -1
- package/lib/module/connect/NavigationBar.js.map +1 -1
- package/lib/module/helpers.js +1 -1
- package/lib/module/specs/NativeAddToWalletButton.js +1 -1
- package/lib/module/specs/NativeAddressSheet.js +1 -1
- package/lib/module/specs/NativeApplePayButton.js +1 -1
- package/lib/module/specs/NativeAuBECSDebitForm.js +1 -1
- package/lib/module/specs/NativeCardField.js +1 -1
- package/lib/module/specs/NativeCardField.js.map +1 -1
- package/lib/module/specs/NativeCardForm.js +1 -1
- package/lib/module/specs/NativeCardForm.js.map +1 -1
- package/lib/module/specs/NativeConnectAccountOnboardingView.js +1 -1
- package/lib/module/specs/NativeEmbeddedPaymentElement.js +1 -1
- package/lib/module/specs/NativeEmbeddedPaymentElement.js.map +1 -1
- package/lib/module/specs/NativeGooglePayButton.js +1 -1
- package/lib/module/specs/NativeNavigationBar.js +1 -1
- package/lib/module/specs/NativePaymentMethodMessagingElement.js +1 -1
- package/lib/module/specs/NativeStripeContainer.js +1 -1
- package/lib/module/types/EmbeddedPaymentElement.js +1 -1
- package/lib/module/types/EmbeddedPaymentElement.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_EmbeddedComponent","_NavigationBar","_NativeConnectAccountOnboardingView","_interopRequireDefault","_ConnectComponentsProvider","_jsxRuntime","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ConnectAccountOnboarding","_ref","title","onExit","onStepChange","recipientTermsOfServiceUrl","fullTermsOfServiceUrl","privacyPolicyUrl","collectionOptions","onLoaderStart","onLoadError","onPageDidLoad","_useState","useState","_useState2","_slicedToArray2","visible","setVisible","_useState3","_useState4","loading","setLoading","_useConnectComponents","useConnectComponents","appearance","backgroundColor","useMemo","_appearance$variables","variables","colorBackground","loadingIndicatorColor","_appearance$variables2","colorSecondaryText","componentProps","setFullTermsOfServiceUrl","setRecipientTermsOfServiceUrl","setPrivacyPolicyUrl","setCollectionOptions","onExitCallback","useCallback","setTimeout","callbacks","onCloseWebView","onLoaderStartCallback","event","_useWindowDimensions","useWindowDimensions","width","height","containerStyle","position","Platform","OS","jsxs","onExitAction","style","children","jsx","ActivityIndicator","size","color","styles","iosActivityIndicator","EmbeddedComponent","component","flex1","Modal","animationType","presentationStyle","SafeAreaView","View","paddingTop","StatusBar","currentHeight","NavigationBar","onCloseButtonPress","navBar","onboardingWrapper","activityIndicator","ConnectPayments","_ref2","defaultFilters","setDefaultFilters","ConnectPayouts","_ref3","ConnectPaymentDetails","_ref4","payment","onClose","setPayment","StyleSheet","create","flex","zIndex","left","right","top"],"sourceRoot":"../../../src","sources":["connect/Components.tsx"],"mappings":"8hBAAA,IAAAA,MAAA,CAAAC,uBAAA,CAAAC,OAAA,WACA,IAAAC,YAAA,CAAAD,OAAA,iBAgBA,IAAAE,kBAAA,CAAAF,OAAA,wBACA,IAAAG,cAAA,CAAAH,OAAA,oBACA,IAAAI,mCAAA,CAAAC,sBAAA,CAAAL,OAAA,iDACA,IAAAM,0BAAA,CAAAN,OAAA,gCAAmE,IAAAO,WAAA,CAAAP,OAAA,0BAAAQ,YAAA,
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_EmbeddedComponent","_NavigationBar","_NativeConnectAccountOnboardingView","_interopRequireDefault","_ConnectComponentsProvider","_jsxRuntime","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ConnectAccountOnboarding","_ref","title","onExit","onStepChange","recipientTermsOfServiceUrl","fullTermsOfServiceUrl","privacyPolicyUrl","collectionOptions","onLoaderStart","onLoadError","onPageDidLoad","_useState","useState","_useState2","_slicedToArray2","visible","setVisible","_useState3","_useState4","loading","setLoading","_useConnectComponents","useConnectComponents","appearance","backgroundColor","useMemo","_appearance$variables","variables","colorBackground","loadingIndicatorColor","_appearance$variables2","colorSecondaryText","componentProps","setFullTermsOfServiceUrl","setRecipientTermsOfServiceUrl","setPrivacyPolicyUrl","setCollectionOptions","onExitCallback","useCallback","setTimeout","callbacks","onCloseWebView","onLoaderStartCallback","event","_useWindowDimensions","useWindowDimensions","width","height","containerStyle","position","Platform","OS","jsxs","onExitAction","style","children","jsx","ActivityIndicator","size","color","styles","iosActivityIndicator","EmbeddedComponent","component","flex1","Modal","animationType","presentationStyle","SafeAreaView","View","paddingTop","StatusBar","currentHeight","NavigationBar","onCloseButtonPress","navBar","onboardingWrapper","activityIndicator","ConnectPayments","_ref2","defaultFilters","setDefaultFilters","ConnectPayouts","_ref3","ConnectPaymentDetails","_ref4","payment","onClose","setPayment","StyleSheet","create","flex","zIndex","left","right","top"],"sourceRoot":"../../../src","sources":["connect/Components.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.useConnectComponents=exports.loadConnectAndInitialize=exports.ConnectComponentsProvider=void 0;var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _react=_interopRequireWildcard(require("react"));var _AnalyticsClient=require("./analytics/AnalyticsClient");var _functions=require("../functions");var _jsxRuntime=require("react/jsx-runtime");var _this=this,_jsxFileName="/Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.useConnectComponents=exports.loadConnectAndInitialize=exports.ConnectComponentsProvider=void 0;var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _react=_interopRequireWildcard(require("react"));var _AnalyticsClient=require("./analytics/AnalyticsClient");var _functions=require("../functions");var _jsxRuntime=require("react/jsx-runtime");var _this=this,_jsxFileName="/Users/samer/stripe/stripe-react-native/src/connect/ConnectComponentsProvider.tsx";function _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap(),n=new WeakMap();return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f);}for(var _t in e)"default"!==_t&&{}.hasOwnProperty.call(e,_t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,_t))&&(i.get||i.set)?o(f,_t,i):f[_t]=e[_t]);return f;})(e,t);}var ConnectInstance=function(){function ConnectInstance(initParams){(0,_classCallCheck2.default)(this,ConnectInstance);this.initParams=initParams;}return(0,_createClass2.default)(ConnectInstance,[{key:"update",value:function update(options){var _this$onUpdate;(_this$onUpdate=this.onUpdate)==null||_this$onUpdate.call(this,options);}}]);}();var loadConnectAndInitialize=exports.loadConnectAndInitialize=function loadConnectAndInitialize(initParams){return new ConnectInstance(initParams);};var ConnectComponentsContext=_react.default.createContext(null);ConnectComponentsContext.displayName='ConnectComponents';var ConnectComponentsProvider=exports.ConnectComponentsProvider=function ConnectComponentsProvider(_ref){var children=_ref.children,connectInstance=_ref.connectInstance;if(!(connectInstance instanceof ConnectInstance)){throw new Error('connectInstance must be an instance of ConnectInstance created via loadConnectAndInitialize');}var _useState=(0,_react.useState)(connectInstance.initParams.appearance),_useState2=(0,_slicedToArray2.default)(_useState,2),appearance=_useState2[0],setAppearance=_useState2[1];var _useState3=(0,_react.useState)(connectInstance.initParams.locale),_useState4=(0,_slicedToArray2.default)(_useState3,2),locale=_useState4[0],setLocale=_useState4[1];var analyticsClient=(0,_react.useMemo)(function(){return new _AnalyticsClient.AnalyticsClient(_functions.Constants.SYSTEM_INFO);},[]);if(!connectInstance.onUpdate){connectInstance.onUpdate=function(options){if(options.appearance){setAppearance(options.appearance);}if(options.locale){setLocale(options.locale);}};}var value=(0,_react.useMemo)(function(){return{connectInstance:connectInstance,locale:locale,appearance:appearance,analyticsClient:analyticsClient};},[connectInstance,locale,appearance,analyticsClient]);return(0,_jsxRuntime.jsx)(ConnectComponentsContext.Provider,{value:value,children:children});};var useConnectComponents=exports.useConnectComponents=function useConnectComponents(){var context=_react.default.useContext(ConnectComponentsContext);if(!context){throw new Error(`Could not find a ConnectComponentsContext; You need to wrap your components in an <ConnectComponentsProvider> provider.`);}return context;};
|
|
2
2
|
//# sourceMappingURL=ConnectComponentsProvider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_AnalyticsClient","_functions","_jsxRuntime","_this","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ConnectInstance","initParams","_classCallCheck2","_createClass2","key","value","update","options","_this$onUpdate","onUpdate","loadConnectAndInitialize","exports","ConnectComponentsContext","React","createContext","displayName","ConnectComponentsProvider","_ref","children","connectInstance","Error","_useState","useState","appearance","_useState2","_slicedToArray2","setAppearance","_useState3","locale","_useState4","setLocale","analyticsClient","useMemo","AnalyticsClient","Constants","SYSTEM_INFO","jsx","Provider","useConnectComponents","context","useContext"],"sourceRoot":"../../../src","sources":["connect/ConnectComponentsProvider.tsx"],"mappings":"qgBAAA,IAAAA,MAAA,CAAAC,uBAAA,CAAAC,OAAA,WAOA,IAAAC,gBAAA,CAAAD,OAAA,gCACA,IAAAE,UAAA,CAAAF,OAAA,iBAAyC,IAAAG,WAAA,CAAAH,OAAA,0BAAAI,KAAA,MAAAC,YAAA,
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_AnalyticsClient","_functions","_jsxRuntime","_this","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ConnectInstance","initParams","_classCallCheck2","_createClass2","key","value","update","options","_this$onUpdate","onUpdate","loadConnectAndInitialize","exports","ConnectComponentsContext","React","createContext","displayName","ConnectComponentsProvider","_ref","children","connectInstance","Error","_useState","useState","appearance","_useState2","_slicedToArray2","setAppearance","_useState3","locale","_useState4","setLocale","analyticsClient","useMemo","AnalyticsClient","Constants","SYSTEM_INFO","jsx","Provider","useConnectComponents","context","useContext"],"sourceRoot":"../../../src","sources":["connect/ConnectComponentsProvider.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.EmbeddedComponent=EmbeddedComponent;var _asyncToGenerator2=_interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _toConsumableArray2=_interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));var _react=_interopRequireWildcard(require("react"));var _reactNative=require("react-native");var _package=_interopRequireDefault(require("../../../package.json"));var _NativeStripeSdkModule=_interopRequireDefault(require("../specs/NativeStripeSdkModule"));var _events=require("../events");var _ConnectComponentsProvider=require("./ConnectComponentsProvider");var _ComponentAnalyticsClient=require("./analytics/ComponentAnalyticsClient");var _jsxRuntime=require("react/jsx-runtime");var _jsxFileName="/Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.EmbeddedComponent=EmbeddedComponent;var _asyncToGenerator2=_interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _toConsumableArray2=_interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));var _react=_interopRequireWildcard(require("react"));var _reactNative=require("react-native");var _package=_interopRequireDefault(require("../../../package.json"));var _NativeStripeSdkModule=_interopRequireDefault(require("../specs/NativeStripeSdkModule"));var _events=require("../events");var _ConnectComponentsProvider=require("./ConnectComponentsProvider");var _ComponentAnalyticsClient=require("./analytics/ComponentAnalyticsClient");var _jsxRuntime=require("react/jsx-runtime");var _jsxFileName="/Users/samer/stripe/stripe-react-native/src/connect/EmbeddedComponent.tsx";function _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap(),n=new WeakMap();return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f);}for(var _t in e)"default"!==_t&&{}.hasOwnProperty.call(e,_t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,_t))&&(i.get||i.set)?o(f,_t,i):f[_t]=e[_t]);return f;})(e,t);}var DEVELOPMENT_MODE=false;var DEVELOPMENT_URL=_reactNative.Platform.OS==='android'?'http://10.0.2.2:3001':'http://localhost:3001';var PRODUCTION_URL='https://connect-js.stripe.com';var BASE_URL=DEVELOPMENT_MODE?DEVELOPMENT_URL:PRODUCTION_URL;var sdkVersion=_package.default.version;var POLLING_INTERVAL_MS=500;var URL_DEDUPLICATION_TIMEOUT_MS=1000;var DEEP_LINK_GRACE_PERIOD_MS=500;if(!/^\d+\.\d+\.\d+$/.test(sdkVersion)){throw new Error(`Invalid SDK version: ${sdkVersion}. Must be in format X.Y.Z`);}var platformPrefix=_reactNative.Platform.select({ios:'iPhone',android:'Android',default:'Mobile'});var userAgent=[platformPrefix,`Stripe ReactNative SDK ${_reactNative.Platform.OS}/${_reactNative.Platform.Version}`,`stripe-react_native/${sdkVersion}`].join(' - ');var ALLOWED_STRIPE_HOSTS=['connect-js.stripe.com','connect.stripe.com','verify.stripe.com'].concat((0,_toConsumableArray2.default)(DEVELOPMENT_MODE?['10.0.2.2:3001','localhost:3001']:[]));function EmbeddedComponent(props){var _appearance$variables;var _useState=(0,_react.useState)(null),_useState2=(0,_slicedToArray2.default)(_useState,2),dynamicWebview=_useState2[0],setDynamicWebview=_useState2[1];var pendingAuthWebViewPromises=(0,_react.useRef)(new Map());var pendingFinancialConnectionsPromise=(0,_react.useRef)(null);var recentlyHandledUrls=(0,_react.useRef)(new Set());var loadWebViewComponent=(0,_react.useCallback)((0,_asyncToGenerator2.default)(function*(){if(dynamicWebview)return;setDynamicWebview({WebView:null});try{var mod=yield import('react-native-webview');setDynamicWebview({WebView:mod.WebView});}catch(err){console.error('Failed to import react-native-webview:',err);}}),[dynamicWebview]);(0,_react.useEffect)(function(){loadWebViewComponent();},[loadWebViewComponent]);var appState=(0,_react.useRef)(_reactNative.AppState.currentState);(0,_react.useEffect)(function(){if(_reactNative.Platform.OS!=='android')return;var pollInterval=setInterval((0,_asyncToGenerator2.default)(function*(){if(pendingAuthWebViewPromises.current.size===0){return;}try{var pendingUrls=yield _NativeStripeSdkModule.default.pollAndClearPendingStripeConnectUrls();if(pendingUrls&&pendingUrls.length>0){pendingUrls.forEach(function(url){if(url.startsWith('stripe-connect://')){if(recentlyHandledUrls.current.has(url)){return;}recentlyHandledUrls.current.add(url);setTimeout(function(){recentlyHandledUrls.current.delete(url);},URL_DEDUPLICATION_TIMEOUT_MS);var firstEntry=pendingAuthWebViewPromises.current.entries().next().value;if(firstEntry){var _firstEntry=(0,_slicedToArray2.default)(firstEntry,2),id=_firstEntry[0],promiseData=_firstEntry[1];if(promiseData.timeoutId){clearTimeout(promiseData.timeoutId);}pendingAuthWebViewPromises.current.delete(id);promiseData.callback(id,url);_NativeStripeSdkModule.default.authWebViewDeepLinkHandled(id).catch(function(){});}}});}}catch(_error){}}),POLLING_INTERVAL_MS);return function(){clearInterval(pollInterval);};},[]);(0,_react.useEffect)(function(){var subscription=_reactNative.AppState.addEventListener('change',function(nextAppState){if(appState.current.match(/inactive|background/)&&nextAppState==='active'){if(pendingAuthWebViewPromises.current.size>0){pendingAuthWebViewPromises.current.forEach(function(promiseData,id){if(!promiseData.timeoutId){var timeoutId=setTimeout(function(){var stillPending=pendingAuthWebViewPromises.current.get(id);if(stillPending){pendingAuthWebViewPromises.current.delete(id);stillPending.callback(id,null);}},DEEP_LINK_GRACE_PERIOD_MS);promiseData.timeoutId=timeoutId;}});}}appState.current=nextAppState;});return function(){var _pendingFinancialConn;var promises=pendingAuthWebViewPromises.current;promises.forEach(function(promiseData,_id){if(promiseData.timeoutId){clearTimeout(promiseData.timeoutId);}});promises.clear();(_pendingFinancialConn=pendingFinancialConnectionsPromise.current)==null||_pendingFinancialConn.cleanup();subscription.remove();};},[]);var _useConnectComponents=(0,_ConnectComponentsProvider.useConnectComponents)(),connectInstance=_useConnectComponents.connectInstance,appearance=_useConnectComponents.appearance,locale=_useConnectComponents.locale,analyticsClient=_useConnectComponents.analyticsClient;var _ref3=connectInstance.initParams,fonts=_ref3.fonts,publishableKey=_ref3.publishableKey,fetchClientSecret=_ref3.fetchClientSecret,overrides=_ref3.overrides;var component=props.component,componentProps=props.componentProps,onLoadError=props.onLoadError,onLoaderStart=props.onLoaderStart,onPageDidLoad=props.onPageDidLoad,callbacks=props.callbacks,style=props.style;var componentAnalytics=(0,_react.useMemo)(function(){return new _ComponentAnalyticsClient.ComponentAnalyticsClient(analyticsClient,{publishableKey:publishableKey,platformId:overrides==null?void 0:overrides.platformId,merchantId:overrides==null?void 0:overrides.merchantId,livemode:typeof(overrides==null?void 0:overrides.livemode)==='boolean'?overrides.livemode:publishableKey==null?void 0:publishableKey.startsWith('pk_live_'),component:component});},[analyticsClient,publishableKey,overrides,component]);var hashParams={component:component,publicKey:publishableKey,merchantIdOverride:overrides==null?void 0:overrides.merchantId,platformIdOverride:overrides==null?void 0:overrides.platformId,apiKeyOverride:overrides==null?void 0:overrides.apiKey,livemodeOverride:overrides==null?void 0:overrides.livemode};var hash=Object.entries(hashParams).filter(function(_ref4){var _ref5=(0,_slicedToArray2.default)(_ref4,2),_=_ref5[0],value=_ref5[1];return value!=null;}).map(function(_ref6){var _ref7=(0,_slicedToArray2.default)(_ref6,2),key=_ref7[0],value=_ref7[1];return`${encodeURIComponent(key)}=${encodeURIComponent(value)}`;}).join('&');var connectURL=`${BASE_URL}/v1.0/react_native_webview.html#${hash}`;var source=(0,_react.useMemo)(function(){return{uri:connectURL};},[connectURL]);var ref=(0,_react.useRef)(null);var hasTriedSourceReload=(0,_react.useRef)(false);var _useState3=(0,_react.useState)(appearance),_useState4=(0,_slicedToArray2.default)(_useState3,2),prevAppearance=_useState4[0],setPrevAppearance=_useState4[1];var _useState5=(0,_react.useState)(locale),_useState6=(0,_slicedToArray2.default)(_useState5,2),prevLocale=_useState6[0],setPrevLocale=_useState6[1];if(prevAppearance!==appearance||prevLocale!==locale){var _ref$current;setPrevAppearance(appearance);setPrevLocale(locale);var patchedAppearance=withDefaultFontFamily(appearance);(_ref$current=ref.current)==null||_ref$current.injectJavaScript(`
|
|
2
2
|
(function() {
|
|
3
3
|
window.updateConnectInstance(${JSON.stringify({appearance:patchedAppearance,locale:locale})});
|
|
4
4
|
true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_package","_interopRequireDefault","_NativeStripeSdkModule","_events","_ConnectComponentsProvider","_ComponentAnalyticsClient","_jsxRuntime","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","DEVELOPMENT_MODE","DEVELOPMENT_URL","Platform","OS","PRODUCTION_URL","BASE_URL","sdkVersion","pjson","version","POLLING_INTERVAL_MS","URL_DEDUPLICATION_TIMEOUT_MS","DEEP_LINK_GRACE_PERIOD_MS","test","Error","platformPrefix","select","ios","android","userAgent","Version","join","ALLOWED_STRIPE_HOSTS","concat","_toConsumableArray2","EmbeddedComponent","props","_appearance$variables","_useState","useState","_useState2","_slicedToArray2","dynamicWebview","setDynamicWebview","pendingAuthWebViewPromises","useRef","Map","pendingFinancialConnectionsPromise","recentlyHandledUrls","Set","loadWebViewComponent","useCallback","_asyncToGenerator2","WebView","mod","err","console","error","useEffect","appState","AppState","currentState","pollInterval","setInterval","current","size","pendingUrls","NativeStripeSdk","pollAndClearPendingStripeConnectUrls","length","forEach","url","startsWith","add","setTimeout","delete","firstEntry","entries","next","value","_firstEntry","id","promiseData","timeoutId","clearTimeout","callback","authWebViewDeepLinkHandled","catch","_error","clearInterval","subscription","addEventListener","nextAppState","match","stillPending","_pendingFinancialConn","promises","_id","clear","cleanup","remove","_useConnectComponents","useConnectComponents","connectInstance","appearance","locale","analyticsClient","_ref3","initParams","fonts","publishableKey","fetchClientSecret","overrides","component","componentProps","onLoadError","onLoaderStart","onPageDidLoad","callbacks","style","componentAnalytics","useMemo","ComponentAnalyticsClient","platformId","merchantId","livemode","hashParams","publicKey","merchantIdOverride","platformIdOverride","apiKeyOverride","apiKey","livemodeOverride","hash","filter","_ref4","_ref5","_","map","_ref6","_ref7","key","encodeURIComponent","connectURL","source","uri","ref","hasTriedSourceReload","_useState3","_useState4","prevAppearance","setPrevAppearance","_useState5","_useState6","prevLocale","setPrevLocale","_ref$current","patchedAppearance","withDefaultFontFamily","injectJavaScript","JSON","stringify","_useState7","_useState8","prevComponentProps","setPrevComponentProps","_ref8","_ref$current2","_ref9","setter","handleUnexpectedError","errorMessage","message","String","WebViewComponent","timer","_ref$current3","reload","undefined","logComponentCreated","_useState9","_useState0","hasBeenViewed","setHasBeenViewed","handleLayout","logComponentViewed","handleAuthWebViewResult","resultUrl","_ref$current4","handleFinancialConnectionsResult","result","_ref$current5","_result$token","_result$error","financialConnectionsSession","session","accounts","token","onMessageCallback","_ref0","event","parse","nativeEvent","data","logDeserializeMessageError","type","_ref$current6","clientSecret","debug","_message$data","pageViewId","logComponentWebPageLoaded","logComponentLoaded","messageData","connectedAccountId","code","eventListener","__DEV__","addListener","fcEvent","name","metadata","_eventListener","collectFinancialConnectionsAccounts","then","_ref1","localizedMessage","unexpectedError","onCloseWebView","_ref10","functionName","charAt","toLowerCase","substring","logUnrecognizedSetter","_ref11","isValidUrl","logAuthenticatedWebViewOpened","openAuthenticatedWebView","_result$url","logAuthenticatedWebViewRedirected","logAuthenticatedWebViewCanceled","authId","logAuthenticatedWebViewError","_x","apply","arguments","onShouldStartLoadWithRequest","navigationType","isCsvExportUrl","downloadAndShareFile","success","warn","some","host","includes","Linking","openURL","backgroundColor","variables","colorBackground","mergedStyle","jsx","webviewDebuggingEnabled","injectedJavaScriptObject","initComponentProps","appInfo","applicationId","injectedJavaScriptBeforeContentLoaded","onMessage","onLayout","mediaCapturePermissionGrantType","allowsInlineMediaPlayback","mediaPlaybackRequiresUserAction","DEFAULT_FONT","_appearance$variables2","fontFamily","assign","parsedUrl","URL","protocol","_unused","hostname","pathname","_unused2"],"sourceRoot":"../../../src","sources":["connect/EmbeddedComponent.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_package","_interopRequireDefault","_NativeStripeSdkModule","_events","_ConnectComponentsProvider","_ComponentAnalyticsClient","_jsxRuntime","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","DEVELOPMENT_MODE","DEVELOPMENT_URL","Platform","OS","PRODUCTION_URL","BASE_URL","sdkVersion","pjson","version","POLLING_INTERVAL_MS","URL_DEDUPLICATION_TIMEOUT_MS","DEEP_LINK_GRACE_PERIOD_MS","test","Error","platformPrefix","select","ios","android","userAgent","Version","join","ALLOWED_STRIPE_HOSTS","concat","_toConsumableArray2","EmbeddedComponent","props","_appearance$variables","_useState","useState","_useState2","_slicedToArray2","dynamicWebview","setDynamicWebview","pendingAuthWebViewPromises","useRef","Map","pendingFinancialConnectionsPromise","recentlyHandledUrls","Set","loadWebViewComponent","useCallback","_asyncToGenerator2","WebView","mod","err","console","error","useEffect","appState","AppState","currentState","pollInterval","setInterval","current","size","pendingUrls","NativeStripeSdk","pollAndClearPendingStripeConnectUrls","length","forEach","url","startsWith","add","setTimeout","delete","firstEntry","entries","next","value","_firstEntry","id","promiseData","timeoutId","clearTimeout","callback","authWebViewDeepLinkHandled","catch","_error","clearInterval","subscription","addEventListener","nextAppState","match","stillPending","_pendingFinancialConn","promises","_id","clear","cleanup","remove","_useConnectComponents","useConnectComponents","connectInstance","appearance","locale","analyticsClient","_ref3","initParams","fonts","publishableKey","fetchClientSecret","overrides","component","componentProps","onLoadError","onLoaderStart","onPageDidLoad","callbacks","style","componentAnalytics","useMemo","ComponentAnalyticsClient","platformId","merchantId","livemode","hashParams","publicKey","merchantIdOverride","platformIdOverride","apiKeyOverride","apiKey","livemodeOverride","hash","filter","_ref4","_ref5","_","map","_ref6","_ref7","key","encodeURIComponent","connectURL","source","uri","ref","hasTriedSourceReload","_useState3","_useState4","prevAppearance","setPrevAppearance","_useState5","_useState6","prevLocale","setPrevLocale","_ref$current","patchedAppearance","withDefaultFontFamily","injectJavaScript","JSON","stringify","_useState7","_useState8","prevComponentProps","setPrevComponentProps","_ref8","_ref$current2","_ref9","setter","handleUnexpectedError","errorMessage","message","String","WebViewComponent","timer","_ref$current3","reload","undefined","logComponentCreated","_useState9","_useState0","hasBeenViewed","setHasBeenViewed","handleLayout","logComponentViewed","handleAuthWebViewResult","resultUrl","_ref$current4","handleFinancialConnectionsResult","result","_ref$current5","_result$token","_result$error","financialConnectionsSession","session","accounts","token","onMessageCallback","_ref0","event","parse","nativeEvent","data","logDeserializeMessageError","type","_ref$current6","clientSecret","debug","_message$data","pageViewId","logComponentWebPageLoaded","logComponentLoaded","messageData","connectedAccountId","code","eventListener","__DEV__","addListener","fcEvent","name","metadata","_eventListener","collectFinancialConnectionsAccounts","then","_ref1","localizedMessage","unexpectedError","onCloseWebView","_ref10","functionName","charAt","toLowerCase","substring","logUnrecognizedSetter","_ref11","isValidUrl","logAuthenticatedWebViewOpened","openAuthenticatedWebView","_result$url","logAuthenticatedWebViewRedirected","logAuthenticatedWebViewCanceled","authId","logAuthenticatedWebViewError","_x","apply","arguments","onShouldStartLoadWithRequest","navigationType","isCsvExportUrl","downloadAndShareFile","success","warn","some","host","includes","Linking","openURL","backgroundColor","variables","colorBackground","mergedStyle","jsx","webviewDebuggingEnabled","injectedJavaScriptObject","initComponentProps","appInfo","applicationId","injectedJavaScriptBeforeContentLoaded","onMessage","onLayout","mediaCapturePermissionGrantType","allowsInlineMediaPlayback","mediaPlaybackRequiresUserAction","DEFAULT_FONT","_appearance$variables2","fontFamily","assign","parsedUrl","URL","protocol","_unused","hostname","pathname","_unused2"],"sourceRoot":"../../../src","sources":["connect/EmbeddedComponent.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=ModalCloseButton;var _react=_interopRequireDefault(require("react"));var _reactNative=require("react-native");var _jsxRuntime=require("react/jsx-runtime");var _jsxFileName="/Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=ModalCloseButton;var _react=_interopRequireDefault(require("react"));var _reactNative=require("react-native");var _jsxRuntime=require("react/jsx-runtime");var _jsxFileName="/Users/samer/stripe/stripe-react-native/src/connect/ModalCloseButton.tsx";var size=36;var hitSlop={top:10,bottom:10,left:10,right:10};function ModalCloseButton(_ref){var onPress=_ref.onPress;return(0,_jsxRuntime.jsx)(_reactNative.TouchableOpacity,{onPress:onPress,accessibilityRole:"button",hitSlop:hitSlop,style:[styles.button,{width:size,height:size,borderRadius:size/2}],activeOpacity:0.7,children:(0,_jsxRuntime.jsx)(_reactNative.Text,{style:[styles.cross,{fontSize:Math.round(size*0.6)}],children:"\xD7"})});}var styles=_reactNative.StyleSheet.create({button:{alignItems:'center',justifyContent:'center'},cross:{lineHeight:undefined,includeFontPadding:false,textAlign:'center'}});
|
|
2
2
|
//# sourceMappingURL=ModalCloseButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_jsxRuntime","_jsxFileName","size","hitSlop","top","bottom","left","right","ModalCloseButton","_ref","onPress","jsx","TouchableOpacity","accessibilityRole","style","styles","button","width","height","borderRadius","activeOpacity","children","Text","cross","fontSize","Math","round","StyleSheet","create","alignItems","justifyContent","lineHeight","undefined","includeFontPadding","textAlign"],"sourceRoot":"../../../src","sources":["connect/ModalCloseButton.tsx"],"mappings":"6KAAA,IAAAA,MAAA,CAAAC,sBAAA,CAAAC,OAAA,WACA,IAAAC,YAAA,CAAAD,OAAA,iBAAkE,IAAAE,WAAA,CAAAF,OAAA,0BAAAG,YAAA,
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_jsxRuntime","_jsxFileName","size","hitSlop","top","bottom","left","right","ModalCloseButton","_ref","onPress","jsx","TouchableOpacity","accessibilityRole","style","styles","button","width","height","borderRadius","activeOpacity","children","Text","cross","fontSize","Math","round","StyleSheet","create","alignItems","justifyContent","lineHeight","undefined","includeFontPadding","textAlign"],"sourceRoot":"../../../src","sources":["connect/ModalCloseButton.tsx"],"mappings":"6KAAA,IAAAA,MAAA,CAAAC,sBAAA,CAAAC,OAAA,WACA,IAAAC,YAAA,CAAAD,OAAA,iBAAkE,IAAAE,WAAA,CAAAF,OAAA,0BAAAG,YAAA,4EAElE,GAAM,CAAAC,IAAI,CAAG,EAAE,CACf,GAAM,CAAAC,OAAO,CAAG,CAAEC,GAAG,CAAE,EAAE,CAAEC,MAAM,CAAE,EAAE,CAAEC,IAAI,CAAE,EAAE,CAAEC,KAAK,CAAE,EAAG,CAAC,CAM7C,QAAS,CAAAC,gBAAgBA,CAAAC,IAAA,CAAqC,IAAlC,CAAAC,OAAO,CAAAD,IAAA,CAAPC,OAAO,CAChD,MACE,GAAAV,WAAA,CAAAW,GAAA,EAACZ,YAAA,CAAAa,gBAAgB,EACfF,OAAO,CAAEA,OAAQ,CACjBG,iBAAiB,CAAC,QAAQ,CAC1BV,OAAO,CAAEA,OAAQ,CACjBW,KAAK,CAAE,CACLC,MAAM,CAACC,MAAM,CACb,CACEC,KAAK,CAAEf,IAAI,CACXgB,MAAM,CAAEhB,IAAI,CACZiB,YAAY,CAAEjB,IAAI,CAAG,CACvB,CAAC,CACD,CACFkB,aAAa,CAAE,GAAI,CAAAC,QAAA,CAEnB,GAAArB,WAAA,CAAAW,GAAA,EAACZ,YAAA,CAAAuB,IAAI,EAACR,KAAK,CAAE,CAACC,MAAM,CAACQ,KAAK,CAAE,CAAEC,QAAQ,CAAEC,IAAI,CAACC,KAAK,CAACxB,IAAI,CAAG,GAAG,CAAE,CAAC,CAAE,CAAAmB,QAAA,CAAC,MAEnE,CAAM,CAAC,CACS,CAAC,CAEvB,CAEA,GAAM,CAAAN,MAAM,CAAGY,uBAAU,CAACC,MAAM,CAAC,CAC/BZ,MAAM,CAAE,CACNa,UAAU,CAAE,QAAQ,CACpBC,cAAc,CAAE,QAClB,CAAC,CACDP,KAAK,CAAE,CACLQ,UAAU,CAAEC,SAAS,CACrBC,kBAAkB,CAAE,KAAK,CACzBC,SAAS,CAAE,QACb,CACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.NavigationBar=void 0;var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _react=_interopRequireWildcard(require("react"));var _NativeNavigationBar=_interopRequireDefault(require("../specs/NativeNavigationBar"));var _jsxRuntime=require("react/jsx-runtime");var _excluded=["title","onCloseButtonPress"];var _this=this,_jsxFileName="/Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.NavigationBar=void 0;var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _react=_interopRequireWildcard(require("react"));var _NativeNavigationBar=_interopRequireDefault(require("../specs/NativeNavigationBar"));var _jsxRuntime=require("react/jsx-runtime");var _excluded=["title","onCloseButtonPress"];var _this=this,_jsxFileName="/Users/samer/stripe/stripe-react-native/src/connect/NavigationBar.tsx";function _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap(),n=new WeakMap();return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f);}for(var _t in e)"default"!==_t&&{}.hasOwnProperty.call(e,_t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,_t))&&(i.get||i.set)?o(f,_t,i):f[_t]=e[_t]);return f;})(e,t);}var NavigationBar=exports.NavigationBar=(0,_react.forwardRef)(function(_ref,ref){var title=_ref.title,onCloseButtonPress=_ref.onCloseButtonPress,rest=(0,_objectWithoutProperties2.default)(_ref,_excluded);return(0,_jsxRuntime.jsx)(_NativeNavigationBar.default,Object.assign({ref:ref,title:title,onCloseButtonPress:onCloseButtonPress?function(_event){onCloseButtonPress();}:undefined},rest));});NavigationBar.displayName='NavigationBar';
|
|
2
2
|
//# sourceMappingURL=NavigationBar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_NativeNavigationBar","_interopRequireDefault","_jsxRuntime","_excluded","_this","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NavigationBar","exports","forwardRef","_ref","ref","title","onCloseButtonPress","rest","_objectWithoutProperties2","jsx","assign","_event","undefined","displayName"],"sourceRoot":"../../../src","sources":["connect/NavigationBar.tsx"],"mappings":"yRAAA,IAAAA,MAAA,CAAAC,uBAAA,CAAAC,OAAA,WAEA,IAAAC,oBAAA,CAAAC,sBAAA,CAAAF,OAAA,kCAA+D,IAAAG,WAAA,CAAAH,OAAA,0BAAAI,SAAA,oCAAAC,KAAA,MAAAC,YAAA,
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_NativeNavigationBar","_interopRequireDefault","_jsxRuntime","_excluded","_this","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NavigationBar","exports","forwardRef","_ref","ref","title","onCloseButtonPress","rest","_objectWithoutProperties2","jsx","assign","_event","undefined","displayName"],"sourceRoot":"../../../src","sources":["connect/NavigationBar.tsx"],"mappings":"yRAAA,IAAAA,MAAA,CAAAC,uBAAA,CAAAC,OAAA,WAEA,IAAAC,oBAAA,CAAAC,sBAAA,CAAAF,OAAA,kCAA+D,IAAAG,WAAA,CAAAH,OAAA,0BAAAI,SAAA,oCAAAC,KAAA,MAAAC,YAAA,kFAAAP,wBAAAQ,CAAA,CAAAC,CAAA,wBAAAC,OAAA,KAAAC,CAAA,KAAAD,OAAA,GAAAE,CAAA,KAAAF,OAAA,UAAAV,uBAAA,UAAAA,wBAAAQ,CAAA,CAAAC,CAAA,MAAAA,CAAA,EAAAD,CAAA,EAAAA,CAAA,CAAAK,UAAA,QAAAL,CAAA,KAAAM,CAAA,CAAAC,CAAA,CAAAC,CAAA,EAAAC,SAAA,MAAAC,OAAA,CAAAV,CAAA,YAAAA,CAAA,mBAAAA,CAAA,qBAAAA,CAAA,QAAAQ,CAAA,IAAAF,CAAA,CAAAL,CAAA,CAAAG,CAAA,CAAAD,CAAA,KAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,SAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,EAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,CAAAQ,CAAA,WAAAM,EAAA,IAAAd,CAAA,aAAAc,EAAA,KAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,CAAAc,EAAA,KAAAP,CAAA,EAAAD,CAAA,CAAAW,MAAA,CAAAC,cAAA,GAAAD,MAAA,CAAAE,wBAAA,CAAAnB,CAAA,CAAAc,EAAA,KAAAP,CAAA,CAAAK,GAAA,EAAAL,CAAA,CAAAM,GAAA,EAAAP,CAAA,CAAAE,CAAA,CAAAM,EAAA,CAAAP,CAAA,EAAAC,CAAA,CAAAM,EAAA,EAAAd,CAAA,CAAAc,EAAA,UAAAN,CAAA,IAAAR,CAAA,CAAAC,CAAA,GAOxD,GAAM,CAAAmB,aAAa,CAAAC,OAAA,CAAAD,aAAA,CAAG,GAAAE,iBAAU,EACrC,SAAAC,IAAA,CAAyCC,GAAG,CAAK,IAA9C,CAAAC,KAAK,CAAAF,IAAA,CAALE,KAAK,CAAEC,kBAAkB,CAAAH,IAAA,CAAlBG,kBAAkB,CAAKC,IAAI,IAAAC,yBAAA,CAAAlB,OAAA,EAAAa,IAAA,CAAA1B,SAAA,EACnC,MACE,GAAAD,WAAA,CAAAiC,GAAA,EAACnC,oBAAA,CAAAgB,OAAmB,CAAAO,MAAA,CAAAa,MAAA,EAClBN,GAAG,CAAEA,GAAI,CACTC,KAAK,CAAEA,KAAM,CACbC,kBAAkB,CAChBA,kBAAkB,CACd,SAACK,MAAM,CAAK,CACVL,kBAAkB,CAAC,CAAC,CACtB,CAAC,CACDM,SACL,EACGL,IAAI,CACT,CAAC,CAEN,CACF,CAAC,CAEDP,aAAa,CAACa,WAAW,CAAG,eAAe","ignoreList":[]}
|
package/lib/commonjs/helpers.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.createError=createError;exports.unsupportedMethodMessage=exports.unregisterInput=exports.shouldAttributeExpo=exports.registerInput=exports.isiOS=exports.isAndroid=exports.focusInput=exports.currentlyFocusedInput=void 0;var _reactNative=require("react-native");var _TextInputState=_interopRequireDefault(require("react-native/Libraries/Components/TextInput/TextInputState"));var shouldAttributeExpo=exports.shouldAttributeExpo=function shouldAttributeExpo(){try{return!!_reactNative.NativeModules.NativeUnimoduleProxy;}catch(_unused){return false;}};var isiOS=exports.isiOS=_reactNative.Platform.OS==='ios';var isAndroid=exports.isAndroid=_reactNative.Platform.OS==='android';function createError(error){return{code:error.code,message:error.message,localizedMessage:error.localizedMessage,declineCode:error.declineCode,stripeErrorCode:error.stripeErrorCode,type:error.type};}var unsupportedMethodMessage=exports.unsupportedMethodMessage=function unsupportedMethodMessage(field){return`${field} method is not supported. Consider to upgrade react-native version to 0.63.x or higher`;};var focusInput=exports.focusInput=function focusInput(ref){if('focusInput'in _TextInputState.default){_TextInputState.default.focusInput(ref);}else{if(__DEV__){console.log(unsupportedMethodMessage('focusInput'));}}};var registerInput=exports.registerInput=function registerInput(ref){if('registerInput'in _TextInputState.default){_TextInputState.default.registerInput(ref);}else{if(__DEV__){console.log(unsupportedMethodMessage('registerInput'));}}};var unregisterInput=exports.unregisterInput=function unregisterInput(ref){if('unregisterInput'in _TextInputState.default){_TextInputState.default.unregisterInput(ref);}else{if(__DEV__){console.log(unsupportedMethodMessage('unregisterInput'));}}};var currentlyFocusedInput=exports.currentlyFocusedInput=function currentlyFocusedInput(){if('currentlyFocusedInput'in _TextInputState.default){return _TextInputState.default.currentlyFocusedInput();}else{if(__DEV__){console.log(unsupportedMethodMessage('currentlyFocusedInput'));}}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Components/TextInput/TextInputState'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.createError=createError;exports.unsupportedMethodMessage=exports.unregisterInput=exports.shouldAttributeExpo=exports.registerInput=exports.isiOS=exports.isAndroid=exports.focusInput=exports.currentlyFocusedInput=void 0;var _reactNative=require("react-native");var _TextInputState=_interopRequireDefault(require("react-native/Libraries/Components/TextInput/TextInputState"));var shouldAttributeExpo=exports.shouldAttributeExpo=function shouldAttributeExpo(){try{return!!_reactNative.NativeModules.NativeUnimoduleProxy;}catch(_unused){return false;}};var isiOS=exports.isiOS=_reactNative.Platform.OS==='ios';var isAndroid=exports.isAndroid=_reactNative.Platform.OS==='android';function createError(error){return{code:error.code,message:error.message,localizedMessage:error.localizedMessage,declineCode:error.declineCode,stripeErrorCode:error.stripeErrorCode,type:error.type};}var unsupportedMethodMessage=exports.unsupportedMethodMessage=function unsupportedMethodMessage(field){return`${field} method is not supported. Consider to upgrade react-native version to 0.63.x or higher`;};var focusInput=exports.focusInput=function focusInput(ref){if('focusInput'in _TextInputState.default){_TextInputState.default.focusInput(ref);}else{if(__DEV__){console.log(unsupportedMethodMessage('focusInput'));}}};var registerInput=exports.registerInput=function registerInput(ref){if('registerInput'in _TextInputState.default){_TextInputState.default.registerInput(ref);}else{if(__DEV__){console.log(unsupportedMethodMessage('registerInput'));}}};var unregisterInput=exports.unregisterInput=function unregisterInput(ref){if('unregisterInput'in _TextInputState.default){_TextInputState.default.unregisterInput(ref);}else{if(__DEV__){console.log(unsupportedMethodMessage('unregisterInput'));}}};var currentlyFocusedInput=exports.currentlyFocusedInput=function currentlyFocusedInput(){if('currentlyFocusedInput'in _TextInputState.default){return _TextInputState.default.currentlyFocusedInput();}else{if(__DEV__){console.log(unsupportedMethodMessage('currentlyFocusedInput'));}}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Components/TextInput/TextInputState'). Source: /Users/samer/stripe/stripe-react-native/src/helpers.ts 6:0");
|
|
2
2
|
//# sourceMappingURL=helpers.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AddToWalletButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AddToWalletButton",directEventTypes:{topCompleteAction:{registrationName:"onCompleteAction"}},validAttributes:Object.assign({iOSButtonStyle:true,androidAssetSource:{process:function(req){return'default'in req?req.default:req;}(require('react-native/Libraries/Image/resolveAssetSource'))},testEnv:true,cardDetails:true,token:true,ephemeralKey:true},ConditionallyIgnoredEventHandlers({onCompleteAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AddToWalletButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AddToWalletButton",directEventTypes:{topCompleteAction:{registrationName:"onCompleteAction"}},validAttributes:Object.assign({iOSButtonStyle:true,androidAssetSource:{process:function(req){return'default'in req?req.default:req;}(require('react-native/Libraries/Image/resolveAssetSource'))},testEnv:true,cardDetails:true,token:true,ephemeralKey:true},ConditionallyIgnoredEventHandlers({onCompleteAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeAddToWalletButton.ts 6:0");
|
|
2
2
|
//# sourceMappingURL=NativeAddToWalletButton.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AddressSheetView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AddressSheetView",directEventTypes:{topSubmitAction:{registrationName:"onSubmitAction"},topErrorAction:{registrationName:"onErrorAction"}},validAttributes:Object.assign({visible:true,presentationStyle:true,animationStyle:true,appearance:true,defaultValues:true,additionalFields:true,allowedCountries:true,autocompleteCountries:true,primaryButtonTitle:true,sheetTitle:true,googlePlacesApiKey:true},ConditionallyIgnoredEventHandlers({onSubmitAction:true,onErrorAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AddressSheetView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AddressSheetView",directEventTypes:{topSubmitAction:{registrationName:"onSubmitAction"},topErrorAction:{registrationName:"onErrorAction"}},validAttributes:Object.assign({visible:true,presentationStyle:true,animationStyle:true,appearance:true,defaultValues:true,additionalFields:true,allowedCountries:true,autocompleteCountries:true,primaryButtonTitle:true,sheetTitle:true,googlePlacesApiKey:true},ConditionallyIgnoredEventHandlers({onSubmitAction:true,onErrorAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeAddressSheet.ts 6:0");
|
|
2
2
|
//# sourceMappingURL=NativeAddressSheet.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='ApplePayButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"ApplePayButton",directEventTypes:{topShippingMethodSelectedAction:{registrationName:"onShippingMethodSelectedAction"},topShippingContactSelectedAction:{registrationName:"onShippingContactSelectedAction"},topCouponCodeEnteredAction:{registrationName:"onCouponCodeEnteredAction"},topOrderTrackingAction:{registrationName:"onOrderTrackingAction"}},validAttributes:Object.assign({disabled:true,type:true,buttonStyle:true,buttonBorderRadius:true,hasShippingMethodCallback:true,hasShippingContactCallback:true,hasCouponCodeCallback:true,hasOrderTrackingCallback:true},ConditionallyIgnoredEventHandlers({onShippingMethodSelectedAction:true,onShippingContactSelectedAction:true,onCouponCodeEnteredAction:true,onOrderTrackingAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='ApplePayButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"ApplePayButton",directEventTypes:{topShippingMethodSelectedAction:{registrationName:"onShippingMethodSelectedAction"},topShippingContactSelectedAction:{registrationName:"onShippingContactSelectedAction"},topCouponCodeEnteredAction:{registrationName:"onCouponCodeEnteredAction"},topOrderTrackingAction:{registrationName:"onOrderTrackingAction"}},validAttributes:Object.assign({disabled:true,type:true,buttonStyle:true,buttonBorderRadius:true,hasShippingMethodCallback:true,hasShippingContactCallback:true,hasCouponCodeCallback:true,hasOrderTrackingCallback:true},ConditionallyIgnoredEventHandlers({onShippingMethodSelectedAction:true,onShippingContactSelectedAction:true,onCouponCodeEnteredAction:true,onOrderTrackingAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeApplePayButton.ts 7:0");
|
|
2
2
|
//# sourceMappingURL=NativeApplePayButton.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AuBECSDebitForm';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AuBECSDebitForm",directEventTypes:{topCompleteAction:{registrationName:"onCompleteAction"}},validAttributes:Object.assign({companyName:true,formStyle:true},ConditionallyIgnoredEventHandlers({onCompleteAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AuBECSDebitForm';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AuBECSDebitForm",directEventTypes:{topCompleteAction:{registrationName:"onCompleteAction"}},validAttributes:Object.assign({companyName:true,formStyle:true},ConditionallyIgnoredEventHandlers({onCompleteAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeAuBECSDebitForm.ts 3:0");
|
|
2
2
|
//# sourceMappingURL=NativeAuBECSDebitForm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var _require2=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require2.dispatchCommand;var nativeComponentName='CardField';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"CardField",directEventTypes:{topCardChange:{registrationName:"onCardChange"},topFocusChange:{registrationName:"onFocusChange"}},validAttributes:Object.assign({autofocus:true,cardStyle:true,countryCode:true,dangerouslyGetFullCardDetails:true,disabled:true,onBehalfOf:true,placeholders:true,postalCodeEnabled:true,preferredNetworks:true},ConditionallyIgnoredEventHandlers({onCardChange:true,onFocusChange:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={blur:function blur(ref){dispatchCommand(ref,"blur",[]);},focus:function focus(ref){dispatchCommand(ref,"focus",[]);},clear:function clear(ref){dispatchCommand(ref,"clear",[]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var _require2=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require2.dispatchCommand;var nativeComponentName='CardField';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"CardField",directEventTypes:{topCardChange:{registrationName:"onCardChange"},topFocusChange:{registrationName:"onFocusChange"}},validAttributes:Object.assign({autofocus:true,cardStyle:true,countryCode:true,dangerouslyGetFullCardDetails:true,disabled:true,onBehalfOf:true,placeholders:true,postalCodeEnabled:true,preferredNetworks:true},ConditionallyIgnoredEventHandlers({onCardChange:true,onFocusChange:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={blur:function blur(ref){dispatchCommand(ref,"blur",[]);},focus:function focus(ref){dispatchCommand(ref,"focus",[]);},clear:function clear(ref){dispatchCommand(ref,"clear",[]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeCardField.ts 6:0");console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeCardField.ts 7:0");
|
|
2
2
|
//# sourceMappingURL=NativeCardField.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","ConditionallyIgnoredEventHandlers","_require2","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","directEventTypes","topCardChange","registrationName","topFocusChange","validAttributes","Object","assign","autofocus","cardStyle","countryCode","dangerouslyGetFullCardDetails","disabled","onBehalfOf","placeholders","postalCodeEnabled","preferredNetworks","onCardChange","onFocusChange","_default","default","get","Commands","blur","ref","focus","clear","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeCardField.ts"],"mappings":"mNAKA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DA0CA,IAAAE,uBAEmB,CAFnBF,OAEmB,CAFnB,gEAEkB,CAAC,CAFnB,IAAAG,QAAA,CAAAH,OAEmB,CAFnB,yDAEkB,CAAC,CAFnBI,iCAEmB,CAAAD,QAAA,CAFnBC,iCAEmB,CAFnB,IAAAC,SAAA,CAAAL,OAEmB,CAFnB,kDAEkB,CAAC,CAFnBM,eAEmB,CAAAD,SAAA,CAFnBC,eAEmB,CAFnB,IAAAC,mBAEmB,CAFnB,WAEmB,CAFnB,IAAAC,sBAEmB,CAAAC,OAAA,CAAAD,sBAAA,CAFnB,CAAAE,eAEmB,CAFnB,WAEmB,CAFnBC,gBAEmB,CAFnB,CAAAC,aAEmB,CAFnB,CAAAC,gBAEmB,CAFnB,cAEkB,CAAC,CAFnBC,cAEmB,CAFnB,CAAAD,gBAEmB,CAFnB,eAEkB,EAAC,CAFnBE,eAEmB,CAAAC,MAAA,CAAAC,MAAA,EAFnBC,SAEmB,CAFnB,IAEmB,CAFnBC,SAEmB,CAFnB,IAEmB,CAFnBC,WAEmB,CAFnB,IAEmB,CAFnBC,6BAEmB,CAFnB,IAEmB,CAFnBC,QAEmB,CAFnB,IAEmB,CAFnBC,UAEmB,CAFnB,IAEmB,CAFnBC,YAEmB,CAFnB,IAEmB,CAFnBC,iBAEmB,CAFnB,IAEmB,CAFnBC,iBAEmB,CAFnB,IAEmB,EAFnBtB,iCAEmB,CAFnB,CAAAuB,YAEmB,CAFnB,IAEmB,CAFnBC,aAEmB,CAFnB,IAEkB,EAAC,CAAD,CAAC,KAAAC,QAAA,CAAApB,OAAA,CAAAqB,OAAA,CAFnB5B,uBAEmB,CAFnB6B,GAEmB,CAFnBxB,mBAEmB,CAFnB,kBAAAC,sBAEmB,EAAD,CAAC,CAFnB,IAAAwB,QAEmB,CAAAvB,OAAA,CAAAuB,QAAA,CAFnB,CAAAC,IAEmB,SAFnB,CAAAA,IAEmBA,CAFnBC,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,MAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBC,KAEmB,SAFnB,CAAAA,KAEmBA,CAFnBD,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,OAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBE,KAEmB,SAFnB,CAAAA,KAEmBA,CAFnBF,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,OAEmB,CAFnB,EAEkB,CAAC,CAAD,EAAC,CA7CnBG,OAAA,CAAAC,IAAA,
|
|
1
|
+
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","ConditionallyIgnoredEventHandlers","_require2","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","directEventTypes","topCardChange","registrationName","topFocusChange","validAttributes","Object","assign","autofocus","cardStyle","countryCode","dangerouslyGetFullCardDetails","disabled","onBehalfOf","placeholders","postalCodeEnabled","preferredNetworks","onCardChange","onFocusChange","_default","default","get","Commands","blur","ref","focus","clear","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeCardField.ts"],"mappings":"mNAKA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DA0CA,IAAAE,uBAEmB,CAFnBF,OAEmB,CAFnB,gEAEkB,CAAC,CAFnB,IAAAG,QAAA,CAAAH,OAEmB,CAFnB,yDAEkB,CAAC,CAFnBI,iCAEmB,CAAAD,QAAA,CAFnBC,iCAEmB,CAFnB,IAAAC,SAAA,CAAAL,OAEmB,CAFnB,kDAEkB,CAAC,CAFnBM,eAEmB,CAAAD,SAAA,CAFnBC,eAEmB,CAFnB,IAAAC,mBAEmB,CAFnB,WAEmB,CAFnB,IAAAC,sBAEmB,CAAAC,OAAA,CAAAD,sBAAA,CAFnB,CAAAE,eAEmB,CAFnB,WAEmB,CAFnBC,gBAEmB,CAFnB,CAAAC,aAEmB,CAFnB,CAAAC,gBAEmB,CAFnB,cAEkB,CAAC,CAFnBC,cAEmB,CAFnB,CAAAD,gBAEmB,CAFnB,eAEkB,EAAC,CAFnBE,eAEmB,CAAAC,MAAA,CAAAC,MAAA,EAFnBC,SAEmB,CAFnB,IAEmB,CAFnBC,SAEmB,CAFnB,IAEmB,CAFnBC,WAEmB,CAFnB,IAEmB,CAFnBC,6BAEmB,CAFnB,IAEmB,CAFnBC,QAEmB,CAFnB,IAEmB,CAFnBC,UAEmB,CAFnB,IAEmB,CAFnBC,YAEmB,CAFnB,IAEmB,CAFnBC,iBAEmB,CAFnB,IAEmB,CAFnBC,iBAEmB,CAFnB,IAEmB,EAFnBtB,iCAEmB,CAFnB,CAAAuB,YAEmB,CAFnB,IAEmB,CAFnBC,aAEmB,CAFnB,IAEkB,EAAC,CAAD,CAAC,KAAAC,QAAA,CAAApB,OAAA,CAAAqB,OAAA,CAFnB5B,uBAEmB,CAFnB6B,GAEmB,CAFnBxB,mBAEmB,CAFnB,kBAAAC,sBAEmB,EAAD,CAAC,CAFnB,IAAAwB,QAEmB,CAAAvB,OAAA,CAAAuB,QAAA,CAFnB,CAAAC,IAEmB,SAFnB,CAAAA,IAEmBA,CAFnBC,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,MAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBC,KAEmB,SAFnB,CAAAA,KAEmBA,CAFnBD,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,OAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBE,KAEmB,SAFnB,CAAAA,KAEmBA,CAFnBF,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,OAEmB,CAFnB,EAEkB,CAAC,CAAD,EAAC,CA7CnBG,OAAA,CAAAC,IAAA,6MACAD,OAAA,CAAAC,IAAA","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var _require2=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require2.dispatchCommand;var nativeComponentName='CardForm';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"CardForm",directEventTypes:{topFocusChange:{registrationName:"onFocusChange"},topFormComplete:{registrationName:"onFormComplete"}},validAttributes:Object.assign({autofocus:true,cardStyle:true,dangerouslyGetFullCardDetails:true,defaultValues:true,disabled:true,placeholders:true,postalCodeEnabled:true,preferredNetworks:true},ConditionallyIgnoredEventHandlers({onFocusChange:true,onFormComplete:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={blur:function blur(ref){dispatchCommand(ref,"blur",[]);},focus:function focus(ref){dispatchCommand(ref,"focus",[]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var _require2=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require2.dispatchCommand;var nativeComponentName='CardForm';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"CardForm",directEventTypes:{topFocusChange:{registrationName:"onFocusChange"},topFormComplete:{registrationName:"onFormComplete"}},validAttributes:Object.assign({autofocus:true,cardStyle:true,dangerouslyGetFullCardDetails:true,defaultValues:true,disabled:true,placeholders:true,postalCodeEnabled:true,preferredNetworks:true},ConditionallyIgnoredEventHandlers({onFocusChange:true,onFormComplete:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={blur:function blur(ref){dispatchCommand(ref,"blur",[]);},focus:function focus(ref){dispatchCommand(ref,"focus",[]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeCardForm.ts 6:0");console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeCardForm.ts 7:0");
|
|
2
2
|
//# sourceMappingURL=NativeCardForm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","ConditionallyIgnoredEventHandlers","_require2","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","directEventTypes","topFocusChange","registrationName","topFormComplete","validAttributes","Object","assign","autofocus","cardStyle","dangerouslyGetFullCardDetails","defaultValues","disabled","placeholders","postalCodeEnabled","preferredNetworks","onFocusChange","onFormComplete","_default","default","get","Commands","blur","ref","focus","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeCardForm.ts"],"mappings":"mNAKA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DAoCA,IAAAE,uBAAgF,CAAhFF,OAAgF,CAAhF,gEAA+E,CAAC,CAAhF,IAAAG,QAAA,CAAAH,OAAgF,CAAhF,yDAA+E,CAAC,CAAhFI,iCAAgF,CAAAD,QAAA,CAAhFC,iCAAgF,CAAhF,IAAAC,SAAA,CAAAL,OAAgF,CAAhF,kDAA+E,CAAC,CAAhFM,eAAgF,CAAAD,SAAA,CAAhFC,eAAgF,CAAhF,IAAAC,mBAAgF,CAAhF,UAAgF,CAAhF,IAAAC,sBAAgF,CAAAC,OAAA,CAAAD,sBAAA,CAAhF,CAAAE,eAAgF,CAAhF,UAAgF,CAAhFC,gBAAgF,CAAhF,CAAAC,cAAgF,CAAhF,CAAAC,gBAAgF,CAAhF,eAA+E,CAAC,CAAhFC,eAAgF,CAAhF,CAAAD,gBAAgF,CAAhF,gBAA+E,EAAC,CAAhFE,eAAgF,CAAAC,MAAA,CAAAC,MAAA,EAAhFC,SAAgF,CAAhF,IAAgF,CAAhFC,SAAgF,CAAhF,IAAgF,CAAhFC,6BAAgF,CAAhF,IAAgF,CAAhFC,aAAgF,CAAhF,IAAgF,CAAhFC,QAAgF,CAAhF,IAAgF,CAAhFC,YAAgF,CAAhF,IAAgF,CAAhFC,iBAAgF,CAAhF,IAAgF,CAAhFC,iBAAgF,CAAhF,IAAgF,EAAhFrB,iCAAgF,CAAhF,CAAAsB,aAAgF,CAAhF,IAAgF,CAAhFC,cAAgF,CAAhF,IAA+E,EAAC,CAAD,CAAC,KAAAC,QAAA,CAAAnB,OAAA,CAAAoB,OAAA,CAAhF3B,uBAAgF,CAAhF4B,GAAgF,CAAhFvB,mBAAgF,CAAhF,kBAAAC,sBAAgF,EAAD,CAAC,CAAhF,IAAAuB,QAAgF,CAAAtB,OAAA,CAAAsB,QAAA,CAAhF,CAAAC,IAAgF,SAAhF,CAAAA,IAAgFA,CAAhFC,GAAgF,CAAhF,CAAA3B,eAAgF,CAAhF2B,GAAgF,CAAhF,MAAgF,CAAhF,EAA+E,CAAC,CAAD,CAAC,CAAhFC,KAAgF,SAAhF,CAAAA,KAAgFA,CAAhFD,GAAgF,CAAhF,CAAA3B,eAAgF,CAAhF2B,GAAgF,CAAhF,OAAgF,CAAhF,EAA+E,CAAC,CAAD,EAAC,CArChFE,OAAA,CAAAC,IAAA,
|
|
1
|
+
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","ConditionallyIgnoredEventHandlers","_require2","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","directEventTypes","topFocusChange","registrationName","topFormComplete","validAttributes","Object","assign","autofocus","cardStyle","dangerouslyGetFullCardDetails","defaultValues","disabled","placeholders","postalCodeEnabled","preferredNetworks","onFocusChange","onFormComplete","_default","default","get","Commands","blur","ref","focus","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeCardForm.ts"],"mappings":"mNAKA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DAoCA,IAAAE,uBAAgF,CAAhFF,OAAgF,CAAhF,gEAA+E,CAAC,CAAhF,IAAAG,QAAA,CAAAH,OAAgF,CAAhF,yDAA+E,CAAC,CAAhFI,iCAAgF,CAAAD,QAAA,CAAhFC,iCAAgF,CAAhF,IAAAC,SAAA,CAAAL,OAAgF,CAAhF,kDAA+E,CAAC,CAAhFM,eAAgF,CAAAD,SAAA,CAAhFC,eAAgF,CAAhF,IAAAC,mBAAgF,CAAhF,UAAgF,CAAhF,IAAAC,sBAAgF,CAAAC,OAAA,CAAAD,sBAAA,CAAhF,CAAAE,eAAgF,CAAhF,UAAgF,CAAhFC,gBAAgF,CAAhF,CAAAC,cAAgF,CAAhF,CAAAC,gBAAgF,CAAhF,eAA+E,CAAC,CAAhFC,eAAgF,CAAhF,CAAAD,gBAAgF,CAAhF,gBAA+E,EAAC,CAAhFE,eAAgF,CAAAC,MAAA,CAAAC,MAAA,EAAhFC,SAAgF,CAAhF,IAAgF,CAAhFC,SAAgF,CAAhF,IAAgF,CAAhFC,6BAAgF,CAAhF,IAAgF,CAAhFC,aAAgF,CAAhF,IAAgF,CAAhFC,QAAgF,CAAhF,IAAgF,CAAhFC,YAAgF,CAAhF,IAAgF,CAAhFC,iBAAgF,CAAhF,IAAgF,CAAhFC,iBAAgF,CAAhF,IAAgF,EAAhFrB,iCAAgF,CAAhF,CAAAsB,aAAgF,CAAhF,IAAgF,CAAhFC,cAAgF,CAAhF,IAA+E,EAAC,CAAD,CAAC,KAAAC,QAAA,CAAAnB,OAAA,CAAAoB,OAAA,CAAhF3B,uBAAgF,CAAhF4B,GAAgF,CAAhFvB,mBAAgF,CAAhF,kBAAAC,sBAAgF,EAAD,CAAC,CAAhF,IAAAuB,QAAgF,CAAAtB,OAAA,CAAAsB,QAAA,CAAhF,CAAAC,IAAgF,SAAhF,CAAAA,IAAgFA,CAAhFC,GAAgF,CAAhF,CAAA3B,eAAgF,CAAhF2B,GAAgF,CAAhF,MAAgF,CAAhF,EAA+E,CAAC,CAAD,CAAC,CAAhFC,KAAgF,SAAhF,CAAAA,KAAgFA,CAAhFD,GAAgF,CAAhF,CAAA3B,eAAgF,CAAhF2B,GAAgF,CAAhF,OAAgF,CAAhF,EAA+E,CAAC,CAAD,EAAC,CArChFE,OAAA,CAAAC,IAAA,4MACAD,OAAA,CAAAC,IAAA","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='ConnectAccountOnboardingView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"ConnectAccountOnboardingView",directEventTypes:{topExitAction:{registrationName:"onExitAction"}},validAttributes:Object.assign({visible:true,title:true,backgroundColor:true,textColor:true},ConditionallyIgnoredEventHandlers({onExitAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='ConnectAccountOnboardingView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"ConnectAccountOnboardingView",directEventTypes:{topExitAction:{registrationName:"onExitAction"}},validAttributes:Object.assign({visible:true,title:true,backgroundColor:true,textColor:true},ConditionallyIgnoredEventHandlers({onExitAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeConnectAccountOnboardingView.ts 3:0");
|
|
2
2
|
//# sourceMappingURL=NativeConnectAccountOnboardingView.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require.dispatchCommand;var nativeComponentName='EmbeddedPaymentElementView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"EmbeddedPaymentElementView",validAttributes:{configuration:true,intentConfiguration:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={confirm:function confirm(ref){dispatchCommand(ref,"confirm",[]);},clearPaymentOption:function clearPaymentOption(ref){dispatchCommand(ref,"clearPaymentOption",[]);},update:function update(ref,intentConfigurationJson){dispatchCommand(ref,"update",[intentConfigurationJson]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require.dispatchCommand;var nativeComponentName='EmbeddedPaymentElementView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"EmbeddedPaymentElementView",validAttributes:{configuration:true,intentConfiguration:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={confirm:function confirm(ref){dispatchCommand(ref,"confirm",[]);},clearPaymentOption:function clearPaymentOption(ref){dispatchCommand(ref,"clearPaymentOption",[]);},update:function update(ref,intentConfigurationJson){dispatchCommand(ref,"update",[intentConfigurationJson]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeEmbeddedPaymentElement.ts 2:0");console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeEmbeddedPaymentElement.ts 3:0");
|
|
2
2
|
//# sourceMappingURL=NativeEmbeddedPaymentElement.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","validAttributes","configuration","intentConfiguration","_default","default","get","Commands","confirm","ref","clearPaymentOption","update","intentConfigurationJson","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeEmbeddedPaymentElement.ts"],"mappings":"mNACA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DA2BA,IAAAE,uBAEmB,CAFnBF,OAEmB,CAFnB,gEAEkB,CAAC,CAFnB,IAAAG,QAAA,CAAAH,OAEmB,CAFnB,kDAEkB,CAAC,CAFnBI,eAEmB,CAAAD,QAAA,CAFnBC,eAEmB,CAFnB,IAAAC,mBAEmB,CAFnB,4BAEmB,CAFnB,IAAAC,sBAEmB,CAAAC,OAAA,CAAAD,sBAAA,CAFnB,CAAAE,eAEmB,CAFnB,4BAEmB,CAFnBC,eAEmB,CAFnB,CAAAC,aAEmB,CAFnB,IAEmB,CAFnBC,mBAEmB,CAFnB,IAEkB,EAAC,KAAAC,QAAA,CAAAL,OAAA,CAAAM,OAAA,CAFnBX,uBAEmB,CAFnBY,GAEmB,CAFnBT,mBAEmB,CAFnB,kBAAAC,sBAEmB,EAAD,CAAC,CAFnB,IAAAS,QAEmB,CAAAR,OAAA,CAAAQ,QAAA,CAFnB,CAAAC,OAEmB,SAFnB,CAAAA,OAEmBA,CAFnBC,GAEmB,CAFnB,CAAAb,eAEmB,CAFnBa,GAEmB,CAFnB,SAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBC,kBAEmB,SAFnB,CAAAA,kBAEmBA,CAFnBD,GAEmB,CAFnB,CAAAb,eAEmB,CAFnBa,GAEmB,CAFnB,oBAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBE,MAEmB,SAFnB,CAAAA,MAEmBA,CAFnBF,GAEmB,CAFnBG,uBAEmB,CAFnB,CAAAhB,eAEmB,CAFnBa,GAEmB,CAFnB,QAEmB,CAFnB,CAAAG,uBAEmB,CAAD,CAAC,CAAD,EAAC,CA9BnBC,OAAA,CAAAC,IAAA,
|
|
1
|
+
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","validAttributes","configuration","intentConfiguration","_default","default","get","Commands","confirm","ref","clearPaymentOption","update","intentConfigurationJson","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeEmbeddedPaymentElement.ts"],"mappings":"mNACA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DA2BA,IAAAE,uBAEmB,CAFnBF,OAEmB,CAFnB,gEAEkB,CAAC,CAFnB,IAAAG,QAAA,CAAAH,OAEmB,CAFnB,kDAEkB,CAAC,CAFnBI,eAEmB,CAAAD,QAAA,CAFnBC,eAEmB,CAFnB,IAAAC,mBAEmB,CAFnB,4BAEmB,CAFnB,IAAAC,sBAEmB,CAAAC,OAAA,CAAAD,sBAAA,CAFnB,CAAAE,eAEmB,CAFnB,4BAEmB,CAFnBC,eAEmB,CAFnB,CAAAC,aAEmB,CAFnB,IAEmB,CAFnBC,mBAEmB,CAFnB,IAEkB,EAAC,KAAAC,QAAA,CAAAL,OAAA,CAAAM,OAAA,CAFnBX,uBAEmB,CAFnBY,GAEmB,CAFnBT,mBAEmB,CAFnB,kBAAAC,sBAEmB,EAAD,CAAC,CAFnB,IAAAS,QAEmB,CAAAR,OAAA,CAAAQ,QAAA,CAFnB,CAAAC,OAEmB,SAFnB,CAAAA,OAEmBA,CAFnBC,GAEmB,CAFnB,CAAAb,eAEmB,CAFnBa,GAEmB,CAFnB,SAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBC,kBAEmB,SAFnB,CAAAA,kBAEmBA,CAFnBD,GAEmB,CAFnB,CAAAb,eAEmB,CAFnBa,GAEmB,CAFnB,oBAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBE,MAEmB,SAFnB,CAAAA,MAEmBA,CAFnBF,GAEmB,CAFnBG,uBAEmB,CAFnB,CAAAhB,eAEmB,CAFnBa,GAEmB,CAFnB,QAEmB,CAFnB,CAAAG,uBAEmB,CAAD,CAAC,CAAD,EAAC,CA9BnBC,OAAA,CAAAC,IAAA,0NACAD,OAAA,CAAAC,IAAA","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='GooglePayButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"GooglePayButton",validAttributes:{type:true,appearance:true,borderRadius:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='GooglePayButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"GooglePayButton",validAttributes:{type:true,appearance:true,borderRadius:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeGooglePayButton.ts 6:0");
|
|
2
2
|
//# sourceMappingURL=NativeGooglePayButton.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='NavigationBar';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"NavigationBar",directEventTypes:{topCloseButtonPress:{registrationName:"onCloseButtonPress"}},validAttributes:Object.assign({title:true},ConditionallyIgnoredEventHandlers({onCloseButtonPress:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='NavigationBar';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"NavigationBar",directEventTypes:{topCloseButtonPress:{registrationName:"onCloseButtonPress"}},validAttributes:Object.assign({title:true},ConditionallyIgnoredEventHandlers({onCloseButtonPress:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeNavigationBar.ts 3:0");
|
|
2
2
|
//# sourceMappingURL=NativeNavigationBar.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='PaymentMethodMessagingElementView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"PaymentMethodMessagingElementView",directEventTypes:{topStateChange:{registrationName:"onStateChange"}},validAttributes:Object.assign({appearance:true,configuration:true},ConditionallyIgnoredEventHandlers({onStateChange:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='PaymentMethodMessagingElementView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"PaymentMethodMessagingElementView",directEventTypes:{topStateChange:{registrationName:"onStateChange"}},validAttributes:Object.assign({appearance:true,configuration:true},ConditionallyIgnoredEventHandlers({onStateChange:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativePaymentMethodMessagingElement.ts 3:0");
|
|
2
2
|
//# sourceMappingURL=NativePaymentMethodMessagingElement.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='StripeContainer';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"StripeContainer",validAttributes:{keyboardShouldPersistTaps:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='StripeContainer';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"StripeContainer",validAttributes:{keyboardShouldPersistTaps:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/samer/stripe/stripe-react-native/src/specs/NativeStripeContainer.ts 2:0");
|
|
2
2
|
//# sourceMappingURL=NativeStripeContainer.js.map
|