From 933fae39a6e46600c97286719758a4c46dbc7cf2 Mon Sep 17 00:00:00 2001 From: Tyler Clawson Date: Wed, 26 Feb 2025 18:16:35 -0500 Subject: [PATCH] Api dump --- paymentsheet/api/paymentsheet.api | 16 ++++++++++++++++ .../com/stripe/android/uicore/StripeTheme.kt | 2 ++ 2 files changed, 18 insertions(+) diff --git a/paymentsheet/api/paymentsheet.api b/paymentsheet/api/paymentsheet.api index 812b6dc8edc..bd78c85eda9 100644 --- a/paymentsheet/api/paymentsheet.api +++ b/paymentsheet/api/paymentsheet.api @@ -1018,6 +1018,14 @@ public final class com/stripe/android/paymentsheet/PaymentSheet$Appearance$Embed public synthetic fun newArray (I)[Ljava/lang/Object; } +public final class com/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithCheckmark$Colors$Creator : android/os/Parcelable$Creator { + public fun ()V + public final fun createFromParcel (Landroid/os/Parcel;)Lcom/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithCheckmark$Colors; + public synthetic fun createFromParcel (Landroid/os/Parcel;)Ljava/lang/Object; + public final fun newArray (I)[Lcom/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithCheckmark$Colors; + public synthetic fun newArray (I)[Ljava/lang/Object; +} + public final class com/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithCheckmark$Creator : android/os/Parcelable$Creator { public fun ()V public final fun createFromParcel (Landroid/os/Parcel;)Lcom/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithCheckmark; @@ -1026,6 +1034,14 @@ public final class com/stripe/android/paymentsheet/PaymentSheet$Appearance$Embed public synthetic fun newArray (I)[Ljava/lang/Object; } +public final class com/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithRadio$Colors$Creator : android/os/Parcelable$Creator { + public fun ()V + public final fun createFromParcel (Landroid/os/Parcel;)Lcom/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithRadio$Colors; + public synthetic fun createFromParcel (Landroid/os/Parcel;)Ljava/lang/Object; + public final fun newArray (I)[Lcom/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithRadio$Colors; + public synthetic fun newArray (I)[Ljava/lang/Object; +} + public final class com/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithRadio$Creator : android/os/Parcelable$Creator { public fun ()V public final fun createFromParcel (Landroid/os/Parcel;)Lcom/stripe/android/paymentsheet/PaymentSheet$Appearance$Embedded$RowStyle$FlatWithRadio; diff --git a/stripe-ui-core/src/main/java/com/stripe/android/uicore/StripeTheme.kt b/stripe-ui-core/src/main/java/com/stripe/android/uicore/StripeTheme.kt index 6ec4febac80..3f4e27f2a43 100644 --- a/stripe-ui-core/src/main/java/com/stripe/android/uicore/StripeTheme.kt +++ b/stripe-ui-core/src/main/java/com/stripe/android/uicore/StripeTheme.kt @@ -138,11 +138,13 @@ data class EmbeddedInsets( val horizontalInsetsDp: Float ) +@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) data class EmbeddedCheckmarkColors( val separatorColor: Color, val checkmarkColor: Color ) +@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) data class EmbeddedRadioColors( val separatorColor: Color, val selectedColor: Color,