@bifold/core 2.11.11 → 2.12.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.
- package/lib/commonjs/components/buttons/Button-api.js.map +1 -1
- package/lib/commonjs/components/buttons/Button.js +5 -4
- package/lib/commonjs/components/buttons/Button.js.map +1 -1
- package/lib/commonjs/components/inputs/BiometryControl.js +9 -5
- package/lib/commonjs/components/inputs/BiometryControl.js.map +1 -1
- package/lib/commonjs/components/inputs/PINInput.js +4 -4
- package/lib/commonjs/components/inputs/PINInput.js.map +1 -1
- package/lib/commonjs/components/misc/CredentialCard11.js +15 -23
- package/lib/commonjs/components/misc/CredentialCard11.js.map +1 -1
- package/lib/commonjs/components/misc/PINScreenTitleText.js +2 -4
- package/lib/commonjs/components/misc/PINScreenTitleText.js.map +1 -1
- package/lib/commonjs/components/misc/SVGOverlay.js +11 -11
- package/lib/commonjs/components/misc/SVGOverlay.js.map +1 -1
- package/lib/commonjs/components/misc/VerifierCredentialCard.js +6 -16
- package/lib/commonjs/components/misc/VerifierCredentialCard.js.map +1 -1
- package/lib/commonjs/components/modals/CameraDisclosureModal.js +2 -1
- package/lib/commonjs/components/modals/CameraDisclosureModal.js.map +1 -1
- package/lib/commonjs/components/modals/CommonRemoveModal.js +2 -2
- package/lib/commonjs/components/modals/CommonRemoveModal.js.map +1 -1
- package/lib/commonjs/constants.js +2 -1
- package/lib/commonjs/constants.js.map +1 -1
- package/lib/commonjs/contexts/auth.js +6 -3
- package/lib/commonjs/contexts/auth.js.map +1 -1
- package/lib/commonjs/contexts/navigation.js.map +1 -1
- package/lib/commonjs/contexts/tour/tour-provider.js +4 -3
- package/lib/commonjs/contexts/tour/tour-provider.js.map +1 -1
- package/lib/commonjs/hooks/connections.js +10 -6
- package/lib/commonjs/hooks/connections.js.map +1 -1
- package/lib/commonjs/hooks/notifications.js.map +1 -1
- package/lib/commonjs/modules/history/ui/HistorySettings.js +1 -1
- package/lib/commonjs/modules/history/ui/HistorySettings.js.map +1 -1
- package/lib/commonjs/modules/openid/display.js +1 -1
- package/lib/commonjs/modules/openid/display.js.map +1 -1
- package/lib/commonjs/modules/openid/resolverProof.js +1 -1
- package/lib/commonjs/modules/openid/resolverProof.js.map +1 -1
- package/lib/commonjs/modules/openid/screens/OpenIDCredentialDetails.js +2 -2
- package/lib/commonjs/modules/openid/screens/OpenIDCredentialDetails.js.map +1 -1
- package/lib/commonjs/modules/openid/screens/OpenIDCredentialOffer.js +1 -1
- package/lib/commonjs/modules/openid/screens/OpenIDCredentialOffer.js.map +1 -1
- package/lib/commonjs/navigators/OnboardingScreens.js +3 -3
- package/lib/commonjs/navigators/OnboardingScreens.js.map +1 -1
- package/lib/commonjs/screens/Biometry.js +5 -1
- package/lib/commonjs/screens/Biometry.js.map +1 -1
- package/lib/commonjs/screens/Connection.js +76 -26
- package/lib/commonjs/screens/Connection.js.map +1 -1
- package/lib/commonjs/screens/CredentialDetails.js +1 -1
- package/lib/commonjs/screens/CredentialDetails.js.map +1 -1
- package/lib/commonjs/screens/CredentialOfferAccept.js +19 -32
- package/lib/commonjs/screens/CredentialOfferAccept.js.map +1 -1
- package/lib/commonjs/screens/Onboarding.js +2 -2
- package/lib/commonjs/screens/Onboarding.js.map +1 -1
- package/lib/commonjs/screens/PINChange.js +5 -3
- package/lib/commonjs/screens/PINChange.js.map +1 -1
- package/lib/commonjs/screens/PINChangeSuccess.js +5 -3
- package/lib/commonjs/screens/PINChangeSuccess.js.map +1 -1
- package/lib/commonjs/screens/PINCreate.js +13 -31
- package/lib/commonjs/screens/PINCreate.js.map +1 -1
- package/lib/commonjs/screens/PINEnter.js +36 -52
- package/lib/commonjs/screens/PINEnter.js.map +1 -1
- package/lib/commonjs/screens/PINVerify.js +6 -4
- package/lib/commonjs/screens/PINVerify.js.map +1 -1
- package/lib/commonjs/screens/PasteUrl.js +1 -1
- package/lib/commonjs/screens/PasteUrl.js.map +1 -1
- package/lib/commonjs/screens/ProofDetails.js +2 -2
- package/lib/commonjs/screens/ProofDetails.js.map +1 -1
- package/lib/commonjs/screens/ProofRequest.js +7 -3
- package/lib/commonjs/screens/ProofRequest.js.map +1 -1
- package/lib/commonjs/screens/ProofRequestAccept.js +12 -26
- package/lib/commonjs/screens/ProofRequestAccept.js.map +1 -1
- package/lib/commonjs/screens/ProofRequesting.js +2 -2
- package/lib/commonjs/screens/ProofRequesting.js.map +1 -1
- package/lib/commonjs/screens/PushNotifications.js +6 -26
- package/lib/commonjs/screens/PushNotifications.js.map +1 -1
- package/lib/commonjs/screens/TogglePushNotifications.js +13 -27
- package/lib/commonjs/screens/TogglePushNotifications.js.map +1 -1
- package/lib/commonjs/screens/UpdateAvailable.js +23 -44
- package/lib/commonjs/screens/UpdateAvailable.js.map +1 -1
- package/lib/commonjs/utils/PINValidation.js +1 -1
- package/lib/commonjs/utils/PINValidation.js.map +1 -1
- package/lib/commonjs/utils/agent.js +2 -2
- package/lib/commonjs/utils/agent.js.map +1 -1
- package/lib/commonjs/utils/fileCache.js +3 -3
- package/lib/commonjs/utils/fileCache.js.map +1 -1
- package/lib/commonjs/utils/helpers.js +26 -3
- package/lib/commonjs/utils/helpers.js.map +1 -1
- package/lib/commonjs/utils/migration.js +2 -2
- package/lib/commonjs/utils/migration.js.map +1 -1
- package/lib/commonjs/utils/network.js +1 -1
- package/lib/commonjs/utils/network.js.map +1 -1
- package/lib/commonjs/utils/proofBundle.js +1 -1
- package/lib/commonjs/utils/proofBundle.js.map +1 -1
- package/lib/module/components/buttons/Button-api.js.map +1 -1
- package/lib/module/components/buttons/Button.js +5 -5
- package/lib/module/components/buttons/Button.js.map +1 -1
- package/lib/module/components/inputs/BiometryControl.js +9 -5
- package/lib/module/components/inputs/BiometryControl.js.map +1 -1
- package/lib/module/components/inputs/PINInput.js +5 -5
- package/lib/module/components/inputs/PINInput.js.map +1 -1
- package/lib/module/components/misc/CredentialCard11.js +16 -24
- package/lib/module/components/misc/CredentialCard11.js.map +1 -1
- package/lib/module/components/misc/PINScreenTitleText.js +2 -4
- package/lib/module/components/misc/PINScreenTitleText.js.map +1 -1
- package/lib/module/components/misc/SVGOverlay.js +11 -11
- package/lib/module/components/misc/SVGOverlay.js.map +1 -1
- package/lib/module/components/misc/VerifierCredentialCard.js +7 -17
- package/lib/module/components/misc/VerifierCredentialCard.js.map +1 -1
- package/lib/module/components/modals/CameraDisclosureModal.js +2 -1
- package/lib/module/components/modals/CameraDisclosureModal.js.map +1 -1
- package/lib/module/components/modals/CommonRemoveModal.js +2 -2
- package/lib/module/components/modals/CommonRemoveModal.js.map +1 -1
- package/lib/module/constants.js +2 -1
- package/lib/module/constants.js.map +1 -1
- package/lib/module/contexts/auth.js +6 -3
- package/lib/module/contexts/auth.js.map +1 -1
- package/lib/module/contexts/navigation.js.map +1 -1
- package/lib/module/contexts/tour/tour-provider.js +4 -4
- package/lib/module/contexts/tour/tour-provider.js.map +1 -1
- package/lib/module/hooks/connections.js +11 -7
- package/lib/module/hooks/connections.js.map +1 -1
- package/lib/module/hooks/notifications.js.map +1 -1
- package/lib/module/modules/history/ui/HistorySettings.js +1 -1
- package/lib/module/modules/history/ui/HistorySettings.js.map +1 -1
- package/lib/module/modules/openid/display.js +1 -1
- package/lib/module/modules/openid/display.js.map +1 -1
- package/lib/module/modules/openid/resolverProof.js +1 -1
- package/lib/module/modules/openid/resolverProof.js.map +1 -1
- package/lib/module/modules/openid/screens/OpenIDCredentialDetails.js +2 -2
- package/lib/module/modules/openid/screens/OpenIDCredentialDetails.js.map +1 -1
- package/lib/module/modules/openid/screens/OpenIDCredentialOffer.js +1 -1
- package/lib/module/modules/openid/screens/OpenIDCredentialOffer.js.map +1 -1
- package/lib/module/navigators/OnboardingScreens.js +3 -3
- package/lib/module/navigators/OnboardingScreens.js.map +1 -1
- package/lib/module/screens/Biometry.js +5 -1
- package/lib/module/screens/Biometry.js.map +1 -1
- package/lib/module/screens/Connection.js +76 -26
- package/lib/module/screens/Connection.js.map +1 -1
- package/lib/module/screens/CredentialDetails.js +1 -1
- package/lib/module/screens/CredentialDetails.js.map +1 -1
- package/lib/module/screens/CredentialOfferAccept.js +20 -33
- package/lib/module/screens/CredentialOfferAccept.js.map +1 -1
- package/lib/module/screens/Onboarding.js +2 -2
- package/lib/module/screens/Onboarding.js.map +1 -1
- package/lib/module/screens/PINChange.js +5 -3
- package/lib/module/screens/PINChange.js.map +1 -1
- package/lib/module/screens/PINChangeSuccess.js +5 -3
- package/lib/module/screens/PINChangeSuccess.js.map +1 -1
- package/lib/module/screens/PINCreate.js +14 -32
- package/lib/module/screens/PINCreate.js.map +1 -1
- package/lib/module/screens/PINEnter.js +36 -52
- package/lib/module/screens/PINEnter.js.map +1 -1
- package/lib/module/screens/PINVerify.js +6 -4
- package/lib/module/screens/PINVerify.js.map +1 -1
- package/lib/module/screens/PasteUrl.js +1 -1
- package/lib/module/screens/PasteUrl.js.map +1 -1
- package/lib/module/screens/ProofDetails.js +2 -2
- package/lib/module/screens/ProofDetails.js.map +1 -1
- package/lib/module/screens/ProofRequest.js +7 -3
- package/lib/module/screens/ProofRequest.js.map +1 -1
- package/lib/module/screens/ProofRequestAccept.js +13 -27
- package/lib/module/screens/ProofRequestAccept.js.map +1 -1
- package/lib/module/screens/ProofRequesting.js +2 -2
- package/lib/module/screens/ProofRequesting.js.map +1 -1
- package/lib/module/screens/PushNotifications.js +6 -26
- package/lib/module/screens/PushNotifications.js.map +1 -1
- package/lib/module/screens/TogglePushNotifications.js +14 -28
- package/lib/module/screens/TogglePushNotifications.js.map +1 -1
- package/lib/module/screens/UpdateAvailable.js +24 -45
- package/lib/module/screens/UpdateAvailable.js.map +1 -1
- package/lib/module/utils/PINValidation.js +1 -1
- package/lib/module/utils/PINValidation.js.map +1 -1
- package/lib/module/utils/agent.js +2 -2
- package/lib/module/utils/agent.js.map +1 -1
- package/lib/module/utils/fileCache.js +3 -3
- package/lib/module/utils/fileCache.js.map +1 -1
- package/lib/module/utils/helpers.js +24 -3
- package/lib/module/utils/helpers.js.map +1 -1
- package/lib/module/utils/migration.js +2 -2
- package/lib/module/utils/migration.js.map +1 -1
- package/lib/module/utils/network.js +1 -1
- package/lib/module/utils/network.js.map +1 -1
- package/lib/module/utils/proofBundle.js +1 -1
- package/lib/module/utils/proofBundle.js.map +1 -1
- package/lib/typescript/src/App.d.ts.map +1 -1
- package/lib/typescript/src/components/buttons/Button-api.d.ts +3 -2
- package/lib/typescript/src/components/buttons/Button-api.d.ts.map +1 -1
- package/lib/typescript/src/components/buttons/Button.d.ts +1 -2
- package/lib/typescript/src/components/buttons/Button.d.ts.map +1 -1
- package/lib/typescript/src/components/chat/ChatActions.d.ts.map +1 -1
- package/lib/typescript/src/components/chat/ChatBubble.d.ts.map +1 -1
- package/lib/typescript/src/components/chat/ChatMessage.d.ts +1 -1
- package/lib/typescript/src/components/chat/ChatMessage.d.ts.map +1 -1
- package/lib/typescript/src/components/chat/MessageInput.d.ts.map +1 -1
- package/lib/typescript/src/components/inputs/PINInput.d.ts +2 -1
- package/lib/typescript/src/components/inputs/PINInput.d.ts.map +1 -1
- package/lib/typescript/src/components/listItems/ContactCredentialListItem.d.ts.map +1 -1
- package/lib/typescript/src/components/misc/CredentialCard11.d.ts.map +1 -1
- package/lib/typescript/src/components/misc/CredentialCard11ActionFooter.d.ts.map +1 -1
- package/lib/typescript/src/components/misc/InfoBox.d.ts +2 -2
- package/lib/typescript/src/components/misc/InfoBox.d.ts.map +1 -1
- package/lib/typescript/src/components/misc/PINHeader.d.ts.map +1 -1
- package/lib/typescript/src/components/misc/PINScreenTitleText.d.ts.map +1 -1
- package/lib/typescript/src/components/misc/SVGOverlay.d.ts.map +1 -1
- package/lib/typescript/src/components/misc/VerifierCredentialCard.d.ts.map +1 -1
- package/lib/typescript/src/components/tour/TourOverlay.d.ts.map +1 -1
- package/lib/typescript/src/components/views/ScreenWrapper.d.ts +1 -1
- package/lib/typescript/src/constants.d.ts.map +1 -1
- package/lib/typescript/src/container-api.d.ts.map +1 -1
- package/lib/typescript/src/contexts/auth.d.ts +0 -1
- package/lib/typescript/src/contexts/auth.d.ts.map +1 -1
- package/lib/typescript/src/contexts/navigation.d.ts +2 -2
- package/lib/typescript/src/contexts/navigation.d.ts.map +1 -1
- package/lib/typescript/src/contexts/network.d.ts.map +1 -1
- package/lib/typescript/src/contexts/reducers/store.d.ts.map +1 -1
- package/lib/typescript/src/contexts/store.d.ts.map +1 -1
- package/lib/typescript/src/contexts/theme.d.ts.map +1 -1
- package/lib/typescript/src/contexts/tour/tour-provider.d.ts +2 -1
- package/lib/typescript/src/contexts/tour/tour-provider.d.ts.map +1 -1
- package/lib/typescript/src/hooks/chat-messages.d.ts.map +1 -1
- package/lib/typescript/src/hooks/connections.d.ts.map +1 -1
- package/lib/typescript/src/hooks/credential-card-styles.d.ts +254 -104
- package/lib/typescript/src/hooks/credential-card-styles.d.ts.map +1 -1
- package/lib/typescript/src/hooks/credentials.d.ts.map +1 -1
- package/lib/typescript/src/hooks/developer-mode.d.ts.map +1 -1
- package/lib/typescript/src/hooks/notifications.d.ts.map +1 -1
- package/lib/typescript/src/hooks/oob.d.ts.map +1 -1
- package/lib/typescript/src/hooks/proof-request-templates.d.ts.map +1 -1
- package/lib/typescript/src/hooks/proofs.d.ts.map +1 -1
- package/lib/typescript/src/hooks/screen-capture.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useOnboardingState.d.ts.map +1 -1
- package/lib/typescript/src/hooks/usePINValidation.d.ts.map +1 -1
- package/lib/typescript/src/localization/index.d.ts.map +1 -1
- package/lib/typescript/src/modules/history/ui/HistorySettings.d.ts +1 -2
- package/lib/typescript/src/modules/history/ui/HistorySettings.d.ts.map +1 -1
- package/lib/typescript/src/modules/openid/hooks/openid.d.ts.map +1 -1
- package/lib/typescript/src/modules/openid/offerResolve.d.ts.map +1 -1
- package/lib/typescript/src/modules/openid/refresh/registry.d.ts.map +1 -1
- package/lib/typescript/src/modules/openid/resolverProof.d.ts.map +1 -1
- package/lib/typescript/src/modules/openid/utils/utils.d.ts.map +1 -1
- package/lib/typescript/src/navigators/OnboardingScreens.d.ts.map +1 -1
- package/lib/typescript/src/onboarding.d.ts.map +1 -1
- package/lib/typescript/src/screens/Biometry.d.ts.map +1 -1
- package/lib/typescript/src/screens/ConfigureMediator.d.ts.map +1 -1
- package/lib/typescript/src/screens/Connection.d.ts.map +1 -1
- package/lib/typescript/src/screens/CredentialOfferAccept.d.ts.map +1 -1
- package/lib/typescript/src/screens/JSONDetails.d.ts.map +1 -1
- package/lib/typescript/src/screens/OnboardingPages.d.ts.map +1 -1
- package/lib/typescript/src/screens/PINCreate.d.ts.map +1 -1
- package/lib/typescript/src/screens/PINEnter.d.ts.map +1 -1
- package/lib/typescript/src/screens/ProofRequest.d.ts.map +1 -1
- package/lib/typescript/src/screens/ProofRequestAccept.d.ts.map +1 -1
- package/lib/typescript/src/screens/PushNotifications.d.ts.map +1 -1
- package/lib/typescript/src/screens/TogglePushNotifications.d.ts.map +1 -1
- package/lib/typescript/src/screens/UpdateAvailable.d.ts.map +1 -1
- package/lib/typescript/src/services/keychain.d.ts.map +1 -1
- package/lib/typescript/src/services/storage.d.ts.map +1 -1
- package/lib/typescript/src/types/notification.d.ts +1 -2
- package/lib/typescript/src/types/notification.d.ts.map +1 -1
- package/lib/typescript/src/types/security.d.ts +1 -0
- package/lib/typescript/src/types/security.d.ts.map +1 -1
- package/lib/typescript/src/utils/PINValidation.d.ts.map +1 -1
- package/lib/typescript/src/utils/agent.d.ts.map +1 -1
- package/lib/typescript/src/utils/anonCredsProofRequestMapper.d.ts.map +1 -1
- package/lib/typescript/src/utils/contacts.d.ts.map +1 -1
- package/lib/typescript/src/utils/credential.d.ts.map +1 -1
- package/lib/typescript/src/utils/crypto.d.ts.map +1 -1
- package/lib/typescript/src/utils/fileCache.d.ts.map +1 -1
- package/lib/typescript/src/utils/helpers.d.ts +8 -1
- package/lib/typescript/src/utils/helpers.d.ts.map +1 -1
- package/lib/typescript/src/utils/luminance.d.ts.map +1 -1
- package/lib/typescript/src/utils/mediatorhelpers.d.ts.map +1 -1
- package/lib/typescript/src/utils/migration.d.ts.map +1 -1
- package/lib/typescript/src/utils/network.d.ts.map +1 -1
- package/lib/typescript/src/utils/oca.d.ts.map +1 -1
- package/lib/typescript/src/utils/parsers.d.ts.map +1 -1
- package/lib/typescript/src/utils/proofBundle.d.ts.map +1 -1
- package/lib/typescript/src/utils/testable.d.ts.map +1 -1
- package/lib/typescript/src/wallet/map-to-card.d.ts.map +1 -1
- package/lib/typescript/src/wallet/ui-types.d.ts.map +1 -1
- package/package.json +80 -87
|
@@ -15,31 +15,41 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
15
15
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
16
16
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
17
17
|
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
18
|
-
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
19
|
-
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
20
|
-
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
21
|
-
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
18
|
+
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
19
|
+
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
20
|
+
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
21
|
+
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
22
22
|
borderColor?: import("react-native").ColorValue | undefined;
|
|
23
23
|
borderCurve?: "circular" | "continuous" | undefined;
|
|
24
24
|
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
25
|
-
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
26
|
-
borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
25
|
+
borderEndEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
26
|
+
borderEndStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
27
27
|
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
28
|
-
borderRadius: import("react-native").AnimatableNumericValue;
|
|
28
|
+
borderRadius: string | import("react-native").AnimatableNumericValue;
|
|
29
29
|
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
30
30
|
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
31
|
-
borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
32
|
-
borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
31
|
+
borderStartEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
32
|
+
borderStartStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
33
33
|
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
34
34
|
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
35
|
-
borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
36
|
-
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
37
|
-
borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
38
|
-
borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
35
|
+
borderTopEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
36
|
+
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
37
|
+
borderTopRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
38
|
+
borderTopStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
39
|
+
outlineColor?: import("react-native").ColorValue | undefined;
|
|
40
|
+
outlineOffset?: import("react-native").AnimatableNumericValue | undefined;
|
|
41
|
+
outlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
42
|
+
outlineWidth?: import("react-native").AnimatableNumericValue | undefined;
|
|
39
43
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
40
44
|
elevation?: number | undefined;
|
|
41
45
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
42
|
-
|
|
46
|
+
isolation?: "auto" | "isolate" | undefined;
|
|
47
|
+
cursor?: import("react-native").CursorValue | undefined;
|
|
48
|
+
boxShadow?: ReadonlyArray<import("react-native").BoxShadowValue> | string | undefined;
|
|
49
|
+
filter?: ReadonlyArray<import("react-native").FilterFunction> | string | undefined;
|
|
50
|
+
mixBlendMode?: import("react-native").BlendMode | undefined;
|
|
51
|
+
experimental_backgroundImage?: ReadonlyArray<import("react-native").GradientValue> | string | undefined;
|
|
52
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
43
53
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
44
54
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
45
55
|
aspectRatio?: number | string | undefined;
|
|
@@ -51,14 +61,15 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
51
61
|
borderTopWidth?: number | undefined;
|
|
52
62
|
borderWidth?: number | undefined;
|
|
53
63
|
bottom?: import("react-native").DimensionValue | undefined;
|
|
54
|
-
|
|
64
|
+
boxSizing?: "border-box" | "content-box" | undefined;
|
|
65
|
+
display?: "none" | "flex" | "contents" | undefined;
|
|
55
66
|
end?: import("react-native").DimensionValue | undefined;
|
|
56
67
|
flex?: number | undefined;
|
|
57
68
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
58
69
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
59
|
-
rowGap?: number | undefined;
|
|
60
|
-
gap?: number | undefined;
|
|
61
|
-
columnGap?: number | undefined;
|
|
70
|
+
rowGap?: number | string | undefined;
|
|
71
|
+
gap?: number | string | undefined;
|
|
72
|
+
columnGap?: number | string | undefined;
|
|
62
73
|
flexGrow?: number | undefined;
|
|
63
74
|
flexShrink?: number | undefined;
|
|
64
75
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
@@ -88,13 +99,32 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
88
99
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
89
100
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
90
101
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
91
|
-
position?: "absolute" | "relative" | undefined;
|
|
102
|
+
position?: "absolute" | "relative" | "static" | undefined;
|
|
92
103
|
right?: import("react-native").DimensionValue | undefined;
|
|
93
104
|
start?: import("react-native").DimensionValue | undefined;
|
|
94
105
|
top?: import("react-native").DimensionValue | undefined;
|
|
95
106
|
width?: import("react-native").DimensionValue | undefined;
|
|
96
107
|
zIndex?: number | undefined;
|
|
97
108
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
109
|
+
inset?: import("react-native").DimensionValue | undefined;
|
|
110
|
+
insetBlock?: import("react-native").DimensionValue | undefined;
|
|
111
|
+
insetBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
112
|
+
insetBlockStart?: import("react-native").DimensionValue | undefined;
|
|
113
|
+
insetInline?: import("react-native").DimensionValue | undefined;
|
|
114
|
+
insetInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
115
|
+
insetInlineStart?: import("react-native").DimensionValue | undefined;
|
|
116
|
+
marginBlock?: import("react-native").DimensionValue | undefined;
|
|
117
|
+
marginBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
118
|
+
marginBlockStart?: import("react-native").DimensionValue | undefined;
|
|
119
|
+
marginInline?: import("react-native").DimensionValue | undefined;
|
|
120
|
+
marginInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
121
|
+
marginInlineStart?: import("react-native").DimensionValue | undefined;
|
|
122
|
+
paddingBlock?: import("react-native").DimensionValue | undefined;
|
|
123
|
+
paddingBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
124
|
+
paddingBlockStart?: import("react-native").DimensionValue | undefined;
|
|
125
|
+
paddingInline?: import("react-native").DimensionValue | undefined;
|
|
126
|
+
paddingInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
127
|
+
paddingInlineStart?: import("react-native").DimensionValue | undefined;
|
|
98
128
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
99
129
|
shadowOffset?: Readonly<{
|
|
100
130
|
width: number;
|
|
@@ -102,7 +132,7 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
102
132
|
}> | undefined;
|
|
103
133
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
104
134
|
shadowRadius?: number | undefined;
|
|
105
|
-
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").
|
|
135
|
+
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").PerspectiveTransform & import("react-native").RotateTransform & import("react-native").RotateXTransform & import("react-native").RotateYTransform & import("react-native").RotateZTransform & import("react-native").ScaleTransform & import("react-native").ScaleXTransform & import("react-native").ScaleYTransform & import("react-native").TranslateXTransform & import("react-native").TranslateYTransform & import("react-native").SkewXTransform & import("react-native").SkewYTransform & import("react-native").MatrixTransform>[]> | string | undefined;
|
|
106
136
|
transformOrigin?: Array<string | number> | string | undefined;
|
|
107
137
|
transformMatrix?: Array<number> | undefined;
|
|
108
138
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -157,31 +187,41 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
157
187
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
158
188
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
159
189
|
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
160
|
-
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
161
|
-
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
162
|
-
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
163
|
-
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
190
|
+
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
191
|
+
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
192
|
+
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
193
|
+
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
164
194
|
borderColor?: import("react-native").ColorValue | undefined;
|
|
165
195
|
borderCurve?: "circular" | "continuous" | undefined;
|
|
166
196
|
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
167
|
-
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
168
|
-
borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
197
|
+
borderEndEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
198
|
+
borderEndStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
169
199
|
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
170
|
-
borderRadius: import("react-native").AnimatableNumericValue;
|
|
200
|
+
borderRadius: string | import("react-native").AnimatableNumericValue;
|
|
171
201
|
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
172
202
|
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
173
|
-
borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
174
|
-
borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
203
|
+
borderStartEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
204
|
+
borderStartStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
175
205
|
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
176
206
|
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
177
|
-
borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
178
|
-
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
179
|
-
borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
180
|
-
borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
207
|
+
borderTopEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
208
|
+
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
209
|
+
borderTopRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
210
|
+
borderTopStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
211
|
+
outlineColor?: import("react-native").ColorValue | undefined;
|
|
212
|
+
outlineOffset?: import("react-native").AnimatableNumericValue | undefined;
|
|
213
|
+
outlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
214
|
+
outlineWidth?: import("react-native").AnimatableNumericValue | undefined;
|
|
181
215
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
182
216
|
elevation?: number | undefined;
|
|
183
217
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
184
|
-
|
|
218
|
+
isolation?: "auto" | "isolate" | undefined;
|
|
219
|
+
cursor?: import("react-native").CursorValue | undefined;
|
|
220
|
+
boxShadow?: ReadonlyArray<import("react-native").BoxShadowValue> | string | undefined;
|
|
221
|
+
filter?: ReadonlyArray<import("react-native").FilterFunction> | string | undefined;
|
|
222
|
+
mixBlendMode?: import("react-native").BlendMode | undefined;
|
|
223
|
+
experimental_backgroundImage?: ReadonlyArray<import("react-native").GradientValue> | string | undefined;
|
|
224
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
185
225
|
alignItems: import("react-native").FlexAlignType;
|
|
186
226
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
187
227
|
aspectRatio?: number | string | undefined;
|
|
@@ -193,14 +233,15 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
193
233
|
borderTopWidth?: number | undefined;
|
|
194
234
|
borderWidth?: number | undefined;
|
|
195
235
|
bottom?: import("react-native").DimensionValue | undefined;
|
|
196
|
-
|
|
236
|
+
boxSizing?: "border-box" | "content-box" | undefined;
|
|
237
|
+
display?: "none" | "flex" | "contents" | undefined;
|
|
197
238
|
end?: import("react-native").DimensionValue | undefined;
|
|
198
239
|
flex?: number | undefined;
|
|
199
240
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
200
241
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
201
|
-
rowGap?: number | undefined;
|
|
202
|
-
gap?: number | undefined;
|
|
203
|
-
columnGap?: number | undefined;
|
|
242
|
+
rowGap?: number | string | undefined;
|
|
243
|
+
gap?: number | string | undefined;
|
|
244
|
+
columnGap?: number | string | undefined;
|
|
204
245
|
flexGrow?: number | undefined;
|
|
205
246
|
flexShrink?: number | undefined;
|
|
206
247
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
@@ -230,13 +271,32 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
230
271
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
231
272
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
232
273
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
233
|
-
position?: "absolute" | "relative" | undefined;
|
|
274
|
+
position?: "absolute" | "relative" | "static" | undefined;
|
|
234
275
|
right?: import("react-native").DimensionValue | undefined;
|
|
235
276
|
start?: import("react-native").DimensionValue | undefined;
|
|
236
277
|
top: import("react-native").DimensionValue;
|
|
237
278
|
width: import("react-native").DimensionValue;
|
|
238
279
|
zIndex?: number | undefined;
|
|
239
280
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
281
|
+
inset?: import("react-native").DimensionValue | undefined;
|
|
282
|
+
insetBlock?: import("react-native").DimensionValue | undefined;
|
|
283
|
+
insetBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
284
|
+
insetBlockStart?: import("react-native").DimensionValue | undefined;
|
|
285
|
+
insetInline?: import("react-native").DimensionValue | undefined;
|
|
286
|
+
insetInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
287
|
+
insetInlineStart?: import("react-native").DimensionValue | undefined;
|
|
288
|
+
marginBlock?: import("react-native").DimensionValue | undefined;
|
|
289
|
+
marginBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
290
|
+
marginBlockStart?: import("react-native").DimensionValue | undefined;
|
|
291
|
+
marginInline?: import("react-native").DimensionValue | undefined;
|
|
292
|
+
marginInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
293
|
+
marginInlineStart?: import("react-native").DimensionValue | undefined;
|
|
294
|
+
paddingBlock?: import("react-native").DimensionValue | undefined;
|
|
295
|
+
paddingBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
296
|
+
paddingBlockStart?: import("react-native").DimensionValue | undefined;
|
|
297
|
+
paddingInline?: import("react-native").DimensionValue | undefined;
|
|
298
|
+
paddingInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
299
|
+
paddingInlineStart?: import("react-native").DimensionValue | undefined;
|
|
240
300
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
241
301
|
shadowOffset?: Readonly<{
|
|
242
302
|
width: number;
|
|
@@ -244,7 +304,7 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
244
304
|
}> | undefined;
|
|
245
305
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
246
306
|
shadowRadius?: number | undefined;
|
|
247
|
-
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").
|
|
307
|
+
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").PerspectiveTransform & import("react-native").RotateTransform & import("react-native").RotateXTransform & import("react-native").RotateYTransform & import("react-native").RotateZTransform & import("react-native").ScaleTransform & import("react-native").ScaleXTransform & import("react-native").ScaleYTransform & import("react-native").TranslateXTransform & import("react-native").TranslateYTransform & import("react-native").SkewXTransform & import("react-native").SkewYTransform & import("react-native").MatrixTransform>[]> | string | undefined;
|
|
248
308
|
transformOrigin?: Array<string | number> | string | undefined;
|
|
249
309
|
transformMatrix?: Array<number> | undefined;
|
|
250
310
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -259,7 +319,7 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
259
319
|
color: import("react-native").ColorValue;
|
|
260
320
|
fontFamily?: string | undefined;
|
|
261
321
|
fontStyle?: "normal" | "italic" | undefined;
|
|
262
|
-
fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
322
|
+
fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | "ultralight" | "thin" | "light" | "medium" | "regular" | "semibold" | "condensedBold" | "condensed" | "heavy" | "black" | undefined;
|
|
263
323
|
letterSpacing?: number | undefined;
|
|
264
324
|
lineHeight?: number | undefined;
|
|
265
325
|
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
@@ -282,31 +342,41 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
282
342
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
283
343
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
284
344
|
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
285
|
-
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
286
|
-
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
287
|
-
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
288
|
-
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
345
|
+
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
346
|
+
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
347
|
+
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
348
|
+
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
289
349
|
borderColor?: import("react-native").ColorValue | undefined;
|
|
290
350
|
borderCurve?: "circular" | "continuous" | undefined;
|
|
291
351
|
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
292
|
-
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
293
|
-
borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
352
|
+
borderEndEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
353
|
+
borderEndStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
294
354
|
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
295
|
-
borderRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
355
|
+
borderRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
296
356
|
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
297
357
|
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
298
|
-
borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
299
|
-
borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
358
|
+
borderStartEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
359
|
+
borderStartStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
300
360
|
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
301
361
|
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
302
|
-
borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
303
|
-
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
304
|
-
borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
305
|
-
borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
362
|
+
borderTopEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
363
|
+
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
364
|
+
borderTopRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
365
|
+
borderTopStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
366
|
+
outlineColor?: import("react-native").ColorValue | undefined;
|
|
367
|
+
outlineOffset?: import("react-native").AnimatableNumericValue | undefined;
|
|
368
|
+
outlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
369
|
+
outlineWidth?: import("react-native").AnimatableNumericValue | undefined;
|
|
306
370
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
307
371
|
elevation?: number | undefined;
|
|
308
372
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
309
|
-
|
|
373
|
+
isolation?: "auto" | "isolate" | undefined;
|
|
374
|
+
cursor?: import("react-native").CursorValue | undefined;
|
|
375
|
+
boxShadow?: ReadonlyArray<import("react-native").BoxShadowValue> | string | undefined;
|
|
376
|
+
filter?: ReadonlyArray<import("react-native").FilterFunction> | string | undefined;
|
|
377
|
+
mixBlendMode?: import("react-native").BlendMode | undefined;
|
|
378
|
+
experimental_backgroundImage?: ReadonlyArray<import("react-native").GradientValue> | string | undefined;
|
|
379
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
310
380
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
311
381
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
312
382
|
aspectRatio?: number | string | undefined;
|
|
@@ -318,14 +388,15 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
318
388
|
borderTopWidth?: number | undefined;
|
|
319
389
|
borderWidth?: number | undefined;
|
|
320
390
|
bottom?: import("react-native").DimensionValue | undefined;
|
|
321
|
-
|
|
391
|
+
boxSizing?: "border-box" | "content-box" | undefined;
|
|
392
|
+
display?: "none" | "flex" | "contents" | undefined;
|
|
322
393
|
end?: import("react-native").DimensionValue | undefined;
|
|
323
394
|
flex?: number | undefined;
|
|
324
395
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
325
396
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
326
|
-
rowGap?: number | undefined;
|
|
327
|
-
gap?: number | undefined;
|
|
328
|
-
columnGap?: number | undefined;
|
|
397
|
+
rowGap?: number | string | undefined;
|
|
398
|
+
gap?: number | string | undefined;
|
|
399
|
+
columnGap?: number | string | undefined;
|
|
329
400
|
flexGrow?: number | undefined;
|
|
330
401
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
331
402
|
height?: import("react-native").DimensionValue | undefined;
|
|
@@ -354,13 +425,32 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
354
425
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
355
426
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
356
427
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
357
|
-
position?: "absolute" | "relative" | undefined;
|
|
428
|
+
position?: "absolute" | "relative" | "static" | undefined;
|
|
358
429
|
right?: import("react-native").DimensionValue | undefined;
|
|
359
430
|
start?: import("react-native").DimensionValue | undefined;
|
|
360
431
|
top?: import("react-native").DimensionValue | undefined;
|
|
361
432
|
width?: import("react-native").DimensionValue | undefined;
|
|
362
433
|
zIndex?: number | undefined;
|
|
363
434
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
435
|
+
inset?: import("react-native").DimensionValue | undefined;
|
|
436
|
+
insetBlock?: import("react-native").DimensionValue | undefined;
|
|
437
|
+
insetBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
438
|
+
insetBlockStart?: import("react-native").DimensionValue | undefined;
|
|
439
|
+
insetInline?: import("react-native").DimensionValue | undefined;
|
|
440
|
+
insetInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
441
|
+
insetInlineStart?: import("react-native").DimensionValue | undefined;
|
|
442
|
+
marginBlock?: import("react-native").DimensionValue | undefined;
|
|
443
|
+
marginBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
444
|
+
marginBlockStart?: import("react-native").DimensionValue | undefined;
|
|
445
|
+
marginInline?: import("react-native").DimensionValue | undefined;
|
|
446
|
+
marginInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
447
|
+
marginInlineStart?: import("react-native").DimensionValue | undefined;
|
|
448
|
+
paddingBlock?: import("react-native").DimensionValue | undefined;
|
|
449
|
+
paddingBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
450
|
+
paddingBlockStart?: import("react-native").DimensionValue | undefined;
|
|
451
|
+
paddingInline?: import("react-native").DimensionValue | undefined;
|
|
452
|
+
paddingInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
453
|
+
paddingInlineStart?: import("react-native").DimensionValue | undefined;
|
|
364
454
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
365
455
|
shadowOffset?: Readonly<{
|
|
366
456
|
width: number;
|
|
@@ -368,7 +458,7 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
368
458
|
}> | undefined;
|
|
369
459
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
370
460
|
shadowRadius?: number | undefined;
|
|
371
|
-
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").
|
|
461
|
+
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").PerspectiveTransform & import("react-native").RotateTransform & import("react-native").RotateXTransform & import("react-native").RotateYTransform & import("react-native").RotateZTransform & import("react-native").ScaleTransform & import("react-native").ScaleXTransform & import("react-native").ScaleYTransform & import("react-native").TranslateXTransform & import("react-native").TranslateYTransform & import("react-native").SkewXTransform & import("react-native").SkewYTransform & import("react-native").MatrixTransform>[]> | string | undefined;
|
|
372
462
|
transformOrigin?: Array<string | number> | string | undefined;
|
|
373
463
|
transformMatrix?: Array<number> | undefined;
|
|
374
464
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -387,7 +477,7 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
387
477
|
fontFamily?: string | undefined;
|
|
388
478
|
fontSize: number;
|
|
389
479
|
fontStyle?: "normal" | "italic" | undefined;
|
|
390
|
-
fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
480
|
+
fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | "ultralight" | "thin" | "light" | "medium" | "regular" | "semibold" | "condensedBold" | "condensed" | "heavy" | "black" | undefined;
|
|
391
481
|
letterSpacing?: number | undefined;
|
|
392
482
|
lineHeight?: number | undefined;
|
|
393
483
|
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
@@ -410,31 +500,41 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
410
500
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
411
501
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
412
502
|
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
413
|
-
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
414
|
-
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
415
|
-
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
416
|
-
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
503
|
+
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
504
|
+
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
505
|
+
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
506
|
+
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
417
507
|
borderColor?: import("react-native").ColorValue | undefined;
|
|
418
508
|
borderCurve?: "circular" | "continuous" | undefined;
|
|
419
509
|
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
420
|
-
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
421
|
-
borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
510
|
+
borderEndEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
511
|
+
borderEndStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
422
512
|
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
423
|
-
borderRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
513
|
+
borderRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
424
514
|
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
425
515
|
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
426
|
-
borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
427
|
-
borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
516
|
+
borderStartEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
517
|
+
borderStartStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
428
518
|
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
429
519
|
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
430
|
-
borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
431
|
-
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
432
|
-
borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
433
|
-
borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
520
|
+
borderTopEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
521
|
+
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
522
|
+
borderTopRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
523
|
+
borderTopStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
524
|
+
outlineColor?: import("react-native").ColorValue | undefined;
|
|
525
|
+
outlineOffset?: import("react-native").AnimatableNumericValue | undefined;
|
|
526
|
+
outlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
527
|
+
outlineWidth?: import("react-native").AnimatableNumericValue | undefined;
|
|
434
528
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
435
529
|
elevation?: number | undefined;
|
|
436
530
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
437
|
-
|
|
531
|
+
isolation?: "auto" | "isolate" | undefined;
|
|
532
|
+
cursor?: import("react-native").CursorValue | undefined;
|
|
533
|
+
boxShadow?: ReadonlyArray<import("react-native").BoxShadowValue> | string | undefined;
|
|
534
|
+
filter?: ReadonlyArray<import("react-native").FilterFunction> | string | undefined;
|
|
535
|
+
mixBlendMode?: import("react-native").BlendMode | undefined;
|
|
536
|
+
experimental_backgroundImage?: ReadonlyArray<import("react-native").GradientValue> | string | undefined;
|
|
537
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
438
538
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
439
539
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
440
540
|
aspectRatio?: number | string | undefined;
|
|
@@ -446,14 +546,15 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
446
546
|
borderTopWidth?: number | undefined;
|
|
447
547
|
borderWidth?: number | undefined;
|
|
448
548
|
bottom?: import("react-native").DimensionValue | undefined;
|
|
449
|
-
|
|
549
|
+
boxSizing?: "border-box" | "content-box" | undefined;
|
|
550
|
+
display?: "none" | "flex" | "contents" | undefined;
|
|
450
551
|
end?: import("react-native").DimensionValue | undefined;
|
|
451
552
|
flex?: number | undefined;
|
|
452
553
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
453
554
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
454
|
-
rowGap?: number | undefined;
|
|
455
|
-
gap?: number | undefined;
|
|
456
|
-
columnGap?: number | undefined;
|
|
555
|
+
rowGap?: number | string | undefined;
|
|
556
|
+
gap?: number | string | undefined;
|
|
557
|
+
columnGap?: number | string | undefined;
|
|
457
558
|
flexGrow?: number | undefined;
|
|
458
559
|
flexShrink?: number | undefined;
|
|
459
560
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
@@ -481,13 +582,32 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
481
582
|
paddingRight?: import("react-native").DimensionValue | undefined;
|
|
482
583
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
483
584
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
484
|
-
position?: "absolute" | "relative" | undefined;
|
|
585
|
+
position?: "absolute" | "relative" | "static" | undefined;
|
|
485
586
|
right?: import("react-native").DimensionValue | undefined;
|
|
486
587
|
start?: import("react-native").DimensionValue | undefined;
|
|
487
588
|
top?: import("react-native").DimensionValue | undefined;
|
|
488
589
|
width?: import("react-native").DimensionValue | undefined;
|
|
489
590
|
zIndex?: number | undefined;
|
|
490
591
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
592
|
+
inset?: import("react-native").DimensionValue | undefined;
|
|
593
|
+
insetBlock?: import("react-native").DimensionValue | undefined;
|
|
594
|
+
insetBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
595
|
+
insetBlockStart?: import("react-native").DimensionValue | undefined;
|
|
596
|
+
insetInline?: import("react-native").DimensionValue | undefined;
|
|
597
|
+
insetInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
598
|
+
insetInlineStart?: import("react-native").DimensionValue | undefined;
|
|
599
|
+
marginBlock?: import("react-native").DimensionValue | undefined;
|
|
600
|
+
marginBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
601
|
+
marginBlockStart?: import("react-native").DimensionValue | undefined;
|
|
602
|
+
marginInline?: import("react-native").DimensionValue | undefined;
|
|
603
|
+
marginInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
604
|
+
marginInlineStart?: import("react-native").DimensionValue | undefined;
|
|
605
|
+
paddingBlock?: import("react-native").DimensionValue | undefined;
|
|
606
|
+
paddingBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
607
|
+
paddingBlockStart?: import("react-native").DimensionValue | undefined;
|
|
608
|
+
paddingInline?: import("react-native").DimensionValue | undefined;
|
|
609
|
+
paddingInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
610
|
+
paddingInlineStart?: import("react-native").DimensionValue | undefined;
|
|
491
611
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
492
612
|
shadowOffset?: Readonly<{
|
|
493
613
|
width: number;
|
|
@@ -495,7 +615,7 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
495
615
|
}> | undefined;
|
|
496
616
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
497
617
|
shadowRadius?: number | undefined;
|
|
498
|
-
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").
|
|
618
|
+
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").PerspectiveTransform & import("react-native").RotateTransform & import("react-native").RotateXTransform & import("react-native").RotateYTransform & import("react-native").RotateZTransform & import("react-native").ScaleTransform & import("react-native").ScaleXTransform & import("react-native").ScaleYTransform & import("react-native").TranslateXTransform & import("react-native").TranslateYTransform & import("react-native").SkewXTransform & import("react-native").SkewYTransform & import("react-native").MatrixTransform>[]> | string | undefined;
|
|
499
619
|
transformOrigin?: Array<string | number> | string | undefined;
|
|
500
620
|
transformMatrix?: Array<number> | undefined;
|
|
501
621
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -533,7 +653,7 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
533
653
|
fontFamily?: string | undefined;
|
|
534
654
|
fontSize: number;
|
|
535
655
|
fontStyle?: "normal" | "italic" | undefined;
|
|
536
|
-
fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
656
|
+
fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | "ultralight" | "thin" | "light" | "medium" | "regular" | "semibold" | "condensedBold" | "condensed" | "heavy" | "black" | undefined;
|
|
537
657
|
letterSpacing?: number | undefined;
|
|
538
658
|
lineHeight?: number | undefined;
|
|
539
659
|
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
@@ -556,31 +676,41 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
556
676
|
borderBlockEndColor?: import("react-native").ColorValue | undefined;
|
|
557
677
|
borderBlockStartColor?: import("react-native").ColorValue | undefined;
|
|
558
678
|
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
559
|
-
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
560
|
-
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
561
|
-
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
562
|
-
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
679
|
+
borderBottomEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
680
|
+
borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
681
|
+
borderBottomRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
682
|
+
borderBottomStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
563
683
|
borderColor?: import("react-native").ColorValue | undefined;
|
|
564
684
|
borderCurve?: "circular" | "continuous" | undefined;
|
|
565
685
|
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
566
|
-
borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
567
|
-
borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
686
|
+
borderEndEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
687
|
+
borderEndStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
568
688
|
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
569
|
-
borderRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
689
|
+
borderRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
570
690
|
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
571
691
|
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
572
|
-
borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
573
|
-
borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
692
|
+
borderStartEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
693
|
+
borderStartStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
574
694
|
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
575
695
|
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
576
|
-
borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
577
|
-
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
578
|
-
borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
579
|
-
borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
|
|
696
|
+
borderTopEndRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
697
|
+
borderTopLeftRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
698
|
+
borderTopRightRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
699
|
+
borderTopStartRadius?: import("react-native").AnimatableNumericValue | string | undefined;
|
|
700
|
+
outlineColor?: import("react-native").ColorValue | undefined;
|
|
701
|
+
outlineOffset?: import("react-native").AnimatableNumericValue | undefined;
|
|
702
|
+
outlineStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
703
|
+
outlineWidth?: import("react-native").AnimatableNumericValue | undefined;
|
|
580
704
|
opacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
581
705
|
elevation?: number | undefined;
|
|
582
706
|
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
|
583
|
-
|
|
707
|
+
isolation?: "auto" | "isolate" | undefined;
|
|
708
|
+
cursor?: import("react-native").CursorValue | undefined;
|
|
709
|
+
boxShadow?: ReadonlyArray<import("react-native").BoxShadowValue> | string | undefined;
|
|
710
|
+
filter?: ReadonlyArray<import("react-native").FilterFunction> | string | undefined;
|
|
711
|
+
mixBlendMode?: import("react-native").BlendMode | undefined;
|
|
712
|
+
experimental_backgroundImage?: ReadonlyArray<import("react-native").GradientValue> | string | undefined;
|
|
713
|
+
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
584
714
|
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
585
715
|
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
586
716
|
aspectRatio?: number | string | undefined;
|
|
@@ -592,14 +722,15 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
592
722
|
borderTopWidth?: number | undefined;
|
|
593
723
|
borderWidth?: number | undefined;
|
|
594
724
|
bottom?: import("react-native").DimensionValue | undefined;
|
|
595
|
-
|
|
725
|
+
boxSizing?: "border-box" | "content-box" | undefined;
|
|
726
|
+
display?: "none" | "flex" | "contents" | undefined;
|
|
596
727
|
end?: import("react-native").DimensionValue | undefined;
|
|
597
728
|
flex?: number | undefined;
|
|
598
729
|
flexBasis?: import("react-native").DimensionValue | undefined;
|
|
599
730
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
600
|
-
rowGap?: number | undefined;
|
|
601
|
-
gap?: number | undefined;
|
|
602
|
-
columnGap?: number | undefined;
|
|
731
|
+
rowGap?: number | string | undefined;
|
|
732
|
+
gap?: number | string | undefined;
|
|
733
|
+
columnGap?: number | string | undefined;
|
|
603
734
|
flexGrow?: number | undefined;
|
|
604
735
|
flexShrink?: number | undefined;
|
|
605
736
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
@@ -629,13 +760,32 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
629
760
|
paddingStart?: import("react-native").DimensionValue | undefined;
|
|
630
761
|
paddingTop?: import("react-native").DimensionValue | undefined;
|
|
631
762
|
paddingVertical?: import("react-native").DimensionValue | undefined;
|
|
632
|
-
position?: "absolute" | "relative" | undefined;
|
|
763
|
+
position?: "absolute" | "relative" | "static" | undefined;
|
|
633
764
|
right?: import("react-native").DimensionValue | undefined;
|
|
634
765
|
start?: import("react-native").DimensionValue | undefined;
|
|
635
766
|
top?: import("react-native").DimensionValue | undefined;
|
|
636
767
|
width?: import("react-native").DimensionValue | undefined;
|
|
637
768
|
zIndex?: number | undefined;
|
|
638
769
|
direction?: "inherit" | "ltr" | "rtl" | undefined;
|
|
770
|
+
inset?: import("react-native").DimensionValue | undefined;
|
|
771
|
+
insetBlock?: import("react-native").DimensionValue | undefined;
|
|
772
|
+
insetBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
773
|
+
insetBlockStart?: import("react-native").DimensionValue | undefined;
|
|
774
|
+
insetInline?: import("react-native").DimensionValue | undefined;
|
|
775
|
+
insetInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
776
|
+
insetInlineStart?: import("react-native").DimensionValue | undefined;
|
|
777
|
+
marginBlock?: import("react-native").DimensionValue | undefined;
|
|
778
|
+
marginBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
779
|
+
marginBlockStart?: import("react-native").DimensionValue | undefined;
|
|
780
|
+
marginInline?: import("react-native").DimensionValue | undefined;
|
|
781
|
+
marginInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
782
|
+
marginInlineStart?: import("react-native").DimensionValue | undefined;
|
|
783
|
+
paddingBlock?: import("react-native").DimensionValue | undefined;
|
|
784
|
+
paddingBlockEnd?: import("react-native").DimensionValue | undefined;
|
|
785
|
+
paddingBlockStart?: import("react-native").DimensionValue | undefined;
|
|
786
|
+
paddingInline?: import("react-native").DimensionValue | undefined;
|
|
787
|
+
paddingInlineEnd?: import("react-native").DimensionValue | undefined;
|
|
788
|
+
paddingInlineStart?: import("react-native").DimensionValue | undefined;
|
|
639
789
|
shadowColor?: import("react-native").ColorValue | undefined;
|
|
640
790
|
shadowOffset?: Readonly<{
|
|
641
791
|
width: number;
|
|
@@ -643,7 +793,7 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
643
793
|
}> | undefined;
|
|
644
794
|
shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
|
|
645
795
|
shadowRadius?: number | undefined;
|
|
646
|
-
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").
|
|
796
|
+
transform?: Readonly<import("react-native").MaximumOneOf<import("react-native").PerspectiveTransform & import("react-native").RotateTransform & import("react-native").RotateXTransform & import("react-native").RotateYTransform & import("react-native").RotateZTransform & import("react-native").ScaleTransform & import("react-native").ScaleXTransform & import("react-native").ScaleYTransform & import("react-native").TranslateXTransform & import("react-native").TranslateYTransform & import("react-native").SkewXTransform & import("react-native").SkewYTransform & import("react-native").MatrixTransform>[]> | string | undefined;
|
|
647
797
|
transformOrigin?: Array<string | number> | string | undefined;
|
|
648
798
|
transformMatrix?: Array<number> | undefined;
|
|
649
799
|
rotation?: import("react-native").AnimatableNumericValue | undefined;
|
|
@@ -665,7 +815,7 @@ declare const useCredentialCardStyles: (overlayOrColors: CredentialOverlay<Brand
|
|
|
665
815
|
};
|
|
666
816
|
credActionText: {
|
|
667
817
|
fontSize: number;
|
|
668
|
-
fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
|
|
818
|
+
fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | "ultralight" | "thin" | "light" | "medium" | "regular" | "semibold" | "condensedBold" | "condensed" | "heavy" | "black" | undefined;
|
|
669
819
|
color: string;
|
|
670
820
|
};
|
|
671
821
|
cardAttributeContainer: {
|