@stripe/stripe-react-native 0.47.1 → 0.48.0

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.
Files changed (70) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/android/.gradle/8.11.1/checksums/checksums.lock +0 -0
  3. package/android/.gradle/8.11.1/checksums/md5-checksums.bin +0 -0
  4. package/android/.gradle/8.11.1/checksums/sha1-checksums.bin +0 -0
  5. package/android/.gradle/8.11.1/executionHistory/executionHistory.bin +0 -0
  6. package/android/.gradle/8.11.1/executionHistory/executionHistory.lock +0 -0
  7. package/android/.gradle/8.11.1/fileChanges/last-build.bin +0 -0
  8. package/android/.gradle/8.11.1/fileHashes/fileHashes.bin +0 -0
  9. package/android/.gradle/8.11.1/fileHashes/fileHashes.lock +0 -0
  10. package/android/.gradle/8.11.1/gc.properties +0 -0
  11. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  12. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  13. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  14. package/android/.gradle/config.properties +2 -0
  15. package/android/.gradle/file-system.probe +0 -0
  16. package/android/.gradle/vcs-1/gc.properties +0 -0
  17. package/android/.idea/caches/deviceStreaming.xml +619 -0
  18. package/android/.idea/compiler.xml +6 -0
  19. package/android/.idea/gradle.xml +19 -0
  20. package/android/.idea/migrations.xml +10 -0
  21. package/android/.idea/misc.xml +10 -0
  22. package/android/.idea/runConfigurations.xml +17 -0
  23. package/android/.idea/vcs.xml +6 -0
  24. package/android/gradle.properties +1 -1
  25. package/android/local.properties +8 -0
  26. package/android/src/main/java/com/reactnativestripesdk/PaymentSheetAppearance.kt +26 -0
  27. package/ios/PaymentSheetAppearance.swift +24 -0
  28. package/lib/commonjs/components/AddToWalletButton.js +1 -1
  29. package/lib/commonjs/components/AddToWalletButton.js.map +1 -1
  30. package/lib/commonjs/components/AddressSheet.js +1 -1
  31. package/lib/commonjs/components/AddressSheet.js.map +1 -1
  32. package/lib/commonjs/components/AuBECSDebitForm.js +1 -1
  33. package/lib/commonjs/components/AuBECSDebitForm.js.map +1 -1
  34. package/lib/commonjs/components/CardField.js +1 -1
  35. package/lib/commonjs/components/CardField.js.map +1 -1
  36. package/lib/commonjs/components/CardForm.js +1 -1
  37. package/lib/commonjs/components/CardForm.js.map +1 -1
  38. package/lib/commonjs/components/PlatformPayButton.js +1 -1
  39. package/lib/commonjs/components/PlatformPayButton.js.map +1 -1
  40. package/lib/commonjs/components/StripeContainer.js +1 -1
  41. package/lib/commonjs/components/StripeContainer.js.map +1 -1
  42. package/lib/commonjs/types/EmbeddedPaymentElement.js +1 -1
  43. package/lib/commonjs/types/EmbeddedPaymentElement.js.map +1 -1
  44. package/lib/commonjs/types/PaymentSheet.js.map +1 -1
  45. package/lib/module/components/AddToWalletButton.js +1 -1
  46. package/lib/module/components/AddToWalletButton.js.map +1 -1
  47. package/lib/module/components/AddressSheet.js +1 -1
  48. package/lib/module/components/AddressSheet.js.map +1 -1
  49. package/lib/module/components/AuBECSDebitForm.js +1 -1
  50. package/lib/module/components/AuBECSDebitForm.js.map +1 -1
  51. package/lib/module/components/CardField.js +1 -1
  52. package/lib/module/components/CardField.js.map +1 -1
  53. package/lib/module/components/CardForm.js +1 -1
  54. package/lib/module/components/CardForm.js.map +1 -1
  55. package/lib/module/components/PlatformPayButton.js +1 -1
  56. package/lib/module/components/PlatformPayButton.js.map +1 -1
  57. package/lib/module/components/StripeContainer.js +1 -1
  58. package/lib/module/components/StripeContainer.js.map +1 -1
  59. package/lib/module/types/EmbeddedPaymentElement.js +1 -1
  60. package/lib/module/types/EmbeddedPaymentElement.js.map +1 -1
  61. package/lib/module/types/PaymentSheet.js.map +1 -1
  62. package/lib/typescript/src/types/PaymentSheet.d.ts +7 -0
  63. package/lib/typescript/src/types/PaymentSheet.d.ts.map +1 -1
  64. package/package.json +1 -1
  65. package/src/types/PaymentSheet.ts +8 -0
  66. package/stripe-react-native.podspec +1 -1
  67. package/.env +0 -19
  68. package/ios/StripeSdk.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  69. package/ios/StripeSdk.xcodeproj/project.xcworkspace/xcuserdata/wooj.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  70. package/ios/StripeSdk.xcodeproj/xcuserdata/wooj.xcuserdatad/xcschemes/xcschememanagement.plist +0 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # CHANGELOG
2
- ## 0.47.1 - 2025-29-2025
2
+
3
+ ## 0.48.0 - 2025-06-11
4
+
5
+ **Feature**
6
+ - Added `height` to `PrimaryButtonConfig.shapes`.
7
+ - Added `formInsetValues` to `AppearanceParams`.
8
+
9
+ ## 0.47.1 - 2025-05-29
3
10
 
4
11
  **Fixes**
5
12
  - Fixed EmbeddedPaymentElement unable to present view controllers after navigating back and forth between screens.
File without changes
@@ -0,0 +1,2 @@
1
+ #Mon Mar 10 14:09:18 MDT 2025
2
+ gradle.version=8.11.1
@@ -0,0 +1,2 @@
1
+ #Tue Sep 24 20:02:13 MDT 2024
2
+ java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home
File without changes