@sphereon/ui-components.ssi-react-native 0.1.3-unstable.165 → 0.1.3-unstable.166

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.
@@ -1,13 +1,16 @@
1
+ /// <reference types="react" />
1
2
  import { TouchableOpacity } from 'react-native';
2
- export declare const SSITouchableOpacityButtonFlexRowStyled: import("styled-components").StyledComponent<typeof TouchableOpacity, any, {}, never>;
3
- export declare const SSIRoundedCenteredLinearGradientStyled: import("styled-components").StyledComponent<typeof import("expo-linear-gradient").LinearGradient, any, {
3
+ export declare const SSITouchableOpacityButtonFlexRowStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TouchableOpacityProps & import("react").RefAttributes<TouchableOpacity>, never>>;
4
+ export declare const SSIRoundedCenteredLinearGradientStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<Omit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").Substitute<import("react-native").ViewProps & {
4
5
  colors: string[];
5
- start: {
6
- x: number;
7
- y: number;
8
- };
9
- end: {
10
- x: number;
11
- y: number;
12
- };
13
- }, "end" | "start" | "colors">;
6
+ locations?: number[] | null | undefined;
7
+ start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
8
+ end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
9
+ } & import("react").RefAttributes<import("expo-linear-gradient").LinearGradient>, import("react-native").ViewProps & {
10
+ colors: string[];
11
+ locations?: number[] | null | undefined;
12
+ start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
13
+ end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
14
+ } & import("react").RefAttributes<import("expo-linear-gradient").LinearGradient>>, never>, never>, "ref"> & {
15
+ ref?: ((instance: import("expo-linear-gradient").LinearGradient | null) => void) | import("react").RefObject<import("expo-linear-gradient").LinearGradient> | null | undefined;
16
+ }, never>, never>>;
@@ -1,18 +1,15 @@
1
- /// <reference types="styled-components-react-native" />
2
1
  /// <reference types="react" />
3
- export declare const SSICredentialCardViewContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, any, {}, never>;
4
- export declare const SSICredentialCardViewHeaderContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, any, {}, never>;
5
- export declare const SSICredentialCardViewHeaderLogoContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
6
- export declare const SSICredentialCardViewHeaderTitleContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
7
- export declare const SSICredentialCardViewContentMainContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
8
- export declare const SSICredentialCardViewContentSubContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
9
- export declare const SSICredentialCardViewContentIssueNameContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
10
- export declare const SSICredentialCardViewContentPropertiesContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, any, {}, never>;
11
- export declare const SSICredentialCardViewFooterContentContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, any, {}, never>;
12
- export declare const SSICredentialCardViewFooterContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
13
- export declare const SSICredentialCardViewCredentialTitleTextStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, any, {}, never>;
14
- export declare const SSICredentialCardViewCredentialSubtitleTextStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, any, {}, never>;
15
- export declare const SSICredentialCardViewStatusContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
16
- export declare const SSICredentialCardViewBackgroundImageStyled: import("styled-components").StyledComponent<import("react").ComponentType<import("react-native-fast-image").FastImageProps> & import("react-native-fast-image").FastImageStaticProperties, any, {
17
- resizeMode: "cover";
18
- }, "resizeMode">;
2
+ export declare const SSICredentialCardViewContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>, never>>;
3
+ export declare const SSICredentialCardViewHeaderContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>, never>>;
4
+ export declare const SSICredentialCardViewHeaderLogoContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
5
+ export declare const SSICredentialCardViewHeaderTitleContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
6
+ export declare const SSICredentialCardViewContentMainContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
7
+ export declare const SSICredentialCardViewContentSubContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
8
+ export declare const SSICredentialCardViewContentIssueNameContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
9
+ export declare const SSICredentialCardViewContentPropertiesContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>, never>>;
10
+ export declare const SSICredentialCardViewFooterContentContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>, never>>;
11
+ export declare const SSICredentialCardViewFooterContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
12
+ export declare const SSICredentialCardViewCredentialTitleTextStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>, never>>;
13
+ export declare const SSICredentialCardViewCredentialSubtitleTextStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>, never>>;
14
+ export declare const SSICredentialCardViewStatusContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
15
+ export declare const SSICredentialCardViewBackgroundImageStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").Substitute<import("styled-components/native/dist/types").Substitute<import("styled-components/native/dist/types").Substitute<import("react-native-fast-image").FastImageProps | (import("react-native-fast-image").FastImageProps & import("react").RefAttributes<import("react").Component<import("react-native-fast-image").FastImageProps, any, any>>), import("react-native-fast-image").FastImageProps & import("react").RefAttributes<import("react").Component<import("react-native-fast-image").FastImageProps, any, any>>>, import("styled-components/native/dist/types").BaseObject> | import("styled-components/native/dist/types").Substitute<import("styled-components/native/dist/types").Substitute<import("react-native-fast-image").FastImageProps | (import("react-native-fast-image").FastImageProps & import("react").RefAttributes<import("react").Component<import("react-native-fast-image").FastImageProps, any, any>>), import("react-native-fast-image").FastImageProps>, import("styled-components/native/dist/types").BaseObject>, import("styled-components/native/dist/types").BaseObject>>;
@@ -1,6 +1,3 @@
1
- /// <reference types="styled-components-react-native" />
2
1
  /// <reference types="react" />
3
- export declare const SSICredentialMiniCardViewContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
4
- export declare const SSICredentialMiniCardViewBackgroundImageStyled: import("styled-components").StyledComponent<import("react").ComponentType<import("react-native-fast-image").FastImageProps> & import("react-native-fast-image").FastImageStaticProperties, any, {
5
- resizeMode: "cover";
6
- }, "resizeMode">;
2
+ export declare const SSICredentialMiniCardViewContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
3
+ export declare const SSICredentialMiniCardViewBackgroundImageStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").Substitute<import("styled-components/native/dist/types").Substitute<import("styled-components/native/dist/types").Substitute<import("react-native-fast-image").FastImageProps | (import("react-native-fast-image").FastImageProps & import("react").RefAttributes<import("react").Component<import("react-native-fast-image").FastImageProps, any, any>>), import("react-native-fast-image").FastImageProps & import("react").RefAttributes<import("react").Component<import("react-native-fast-image").FastImageProps, any, any>>>, import("styled-components/native/dist/types").BaseObject> | import("styled-components/native/dist/types").Substitute<import("styled-components/native/dist/types").Substitute<import("react-native-fast-image").FastImageProps | (import("react-native-fast-image").FastImageProps & import("react").RefAttributes<import("react").Component<import("react-native-fast-image").FastImageProps, any, any>>), import("react-native-fast-image").FastImageProps>, import("styled-components/native/dist/types").BaseObject>, import("styled-components/native/dist/types").BaseObject>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="styled-components-react-native" />
2
- export declare const SSIStatusLabelContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, any, {}, never>;
3
- export declare const SSIStatusLabelStatusCaptionStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, any, {}, never>;
4
- export declare const SSIStatusLabelBadgeContainer: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const SSIStatusLabelContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>, never>>;
2
+ export declare const SSIStatusLabelStatusCaptionStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>, never>>;
3
+ export declare const SSIStatusLabelBadgeContainer: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
@@ -1,13 +1,15 @@
1
- /// <reference types="styled-components-react-native" />
2
- export declare const SecondaryButtonMaskContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
3
- export declare const SecondaryButtonLinearGradientStyled: import("styled-components").StyledComponent<typeof import("expo-linear-gradient").LinearGradient, any, {
1
+ /// <reference types="react" />
2
+ export declare const SecondaryButtonMaskContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
3
+ export declare const SecondaryButtonLinearGradientStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<Omit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").Substitute<import("react-native").ViewProps & {
4
4
  colors: string[];
5
- start: {
6
- x: number;
7
- y: number;
8
- };
9
- end: {
10
- x: number;
11
- y: number;
12
- };
13
- }, "end" | "start" | "colors">;
5
+ locations?: number[] | null | undefined;
6
+ start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
7
+ end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
8
+ } & import("react").RefAttributes<import("expo-linear-gradient").LinearGradient>, import("react-native").ViewProps & {
9
+ colors: string[];
10
+ locations?: number[] | null | undefined;
11
+ start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
12
+ end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
13
+ } & import("react").RefAttributes<import("expo-linear-gradient").LinearGradient>>, never>, never>, "ref"> & {
14
+ ref?: ((instance: import("expo-linear-gradient").LinearGradient | null) => void) | import("react").RefObject<import("expo-linear-gradient").LinearGradient> | null | undefined;
15
+ }, never>>;
@@ -1,9 +1,37 @@
1
- /// <reference types="styled-components-react-native" />
2
1
  /// <reference types="react" />
3
- export declare const SSIAlphaContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
4
- export declare const SSIBlurredContainerStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@react-native-community/blur").BlurViewProps & import("react").RefAttributes<import("react-native").View>>, any, {
5
- blurType: "light";
6
- blurAmount: 3;
7
- }, "blurType" | "blurAmount">;
8
- export declare const SSIFlexDirectionRowViewStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
9
- export declare const SSIRoundedContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
2
+ export declare const SSIAlphaContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
3
+ export declare const SSIBlurredContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").Substitute<import("styled-components/native/dist/types").Substitute<import("styled-components/native/dist/types").Substitute<(Omit<import("react-native").ViewProps & {
4
+ blurType?: ("dark" | "light" | "regular" | "xlight" | "prominent" | "extraDark" | "chromeMaterial" | "material" | "thickMaterial" | "thinMaterial" | "ultraThinMaterial" | "chromeMaterialDark" | "materialDark" | "thickMaterialDark" | "thinMaterialDark" | "ultraThinMaterialDark" | "chromeMaterialLight" | "materialLight" | "thickMaterialLight" | "thinMaterialLight" | "ultraThinMaterialLight") | undefined;
5
+ blurAmount?: number | undefined;
6
+ reducedTransparencyFallbackColor?: string | undefined;
7
+ } & import("react").RefAttributes<import("react-native").View>, "ref"> & {
8
+ ref?: ((instance: import("react-native").View | null) => void) | import("react").RefObject<import("react-native").View> | null | undefined;
9
+ }) | (Omit<import("react-native").ViewProps & {
10
+ blurAmount?: number | undefined;
11
+ blurType?: "dark" | "light" | "xlight" | undefined;
12
+ blurRadius?: number | undefined;
13
+ downsampleFactor?: number | undefined;
14
+ overlayColor?: string | undefined;
15
+ enabled?: boolean | undefined;
16
+ autoUpdate?: boolean | undefined;
17
+ } & import("react").RefAttributes<import("react-native").View>, "ref"> & {
18
+ ref?: ((instance: import("react-native").View | null) => void) | import("react").RefObject<import("react-native").View> | null | undefined;
19
+ }), (Omit<import("react-native").ViewProps & {
20
+ blurType?: ("dark" | "light" | "regular" | "xlight" | "prominent" | "extraDark" | "chromeMaterial" | "material" | "thickMaterial" | "thinMaterial" | "ultraThinMaterial" | "chromeMaterialDark" | "materialDark" | "thickMaterialDark" | "thinMaterialDark" | "ultraThinMaterialDark" | "chromeMaterialLight" | "materialLight" | "thickMaterialLight" | "thinMaterialLight" | "ultraThinMaterialLight") | undefined;
21
+ blurAmount?: number | undefined;
22
+ reducedTransparencyFallbackColor?: string | undefined;
23
+ } & import("react").RefAttributes<import("react-native").View>, "ref"> & {
24
+ ref?: ((instance: import("react-native").View | null) => void) | import("react").RefObject<import("react-native").View> | null | undefined;
25
+ }) | (Omit<import("react-native").ViewProps & {
26
+ blurAmount?: number | undefined;
27
+ blurType?: "dark" | "light" | "xlight" | undefined;
28
+ blurRadius?: number | undefined;
29
+ downsampleFactor?: number | undefined;
30
+ overlayColor?: string | undefined;
31
+ enabled?: boolean | undefined;
32
+ autoUpdate?: boolean | undefined;
33
+ } & import("react").RefAttributes<import("react-native").View>, "ref"> & {
34
+ ref?: ((instance: import("react-native").View | null) => void) | import("react").RefObject<import("react-native").View> | null | undefined;
35
+ })>, import("styled-components/native/dist/types").BaseObject>, import("styled-components/native/dist/types").BaseObject>>;
36
+ export declare const SSIFlexDirectionRowViewStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
37
+ export declare const SSIRoundedContainerStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
@@ -1,13 +1,12 @@
1
- /// <reference types="styled-components-react-native" />
2
- export declare const SSITextH2Styled: import("styled-components").StyledComponent<typeof import("react-native").Text, import("styled-components").DefaultTheme, {}, never>;
3
- export declare const SSITextH2LightStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, any, {}, never>;
4
- export declare const SSITextH2SecondaryButtonStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, any, {}, never>;
5
- export declare const SSITextH4Styled: import("styled-components").StyledComponent<typeof import("react-native").Text, import("styled-components").DefaultTheme, {}, never>;
6
- export declare const SSITextH4SemiBoldStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, import("styled-components").DefaultTheme, {}, never>;
7
- export declare const SSITextH4LightStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, any, {}, never>;
8
- export declare const SSITextH4SemiBoldLightStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, any, {}, never>;
9
- export declare const SSITextH5Styled: import("styled-components").StyledComponent<typeof import("react-native").Text, import("styled-components").DefaultTheme, {}, never>;
10
- export declare const SSITextH5LightStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, any, {}, never>;
11
- export declare const SSITextH6Styled: import("styled-components").StyledComponent<typeof import("react-native").Text, import("styled-components").DefaultTheme, {}, never>;
12
- export declare const SSITextH6LightStyled: import("styled-components").StyledComponent<typeof import("react-native").Text, any, {}, never>;
13
- export declare const Text64Styled: import("styled-components").StyledComponent<typeof import("react-native").Text, import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const SSITextH2Styled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
2
+ export declare const SSITextH2LightStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
3
+ export declare const SSITextH2SecondaryButtonStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
4
+ export declare const SSITextH4Styled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
5
+ export declare const SSITextH4SemiBoldStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
6
+ export declare const SSITextH4LightStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
7
+ export declare const SSITextH4SemiBoldLightStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
8
+ export declare const SSITextH5Styled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
9
+ export declare const SSITextH5LightStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
10
+ export declare const SSITextH6Styled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
11
+ export declare const SSITextH6LightStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
12
+ export declare const Text64Styled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
@@ -1,23 +1,26 @@
1
+ /// <reference types="react" />
1
2
  import { LinearGradient } from 'expo-linear-gradient';
2
- export declare const SSILinearGradientStyled: import("styled-components").StyledComponent<typeof LinearGradient, any, {
3
+ export declare const SSILinearGradientStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").Substitute<import("react-native").ViewProps & {
3
4
  colors: string[];
4
- start: {
5
- x: number;
6
- y: number;
7
- };
8
- end: {
9
- x: number;
10
- y: number;
11
- };
12
- }, "end" | "start" | "colors">;
13
- export declare const SSIRoundedLinearGradient: import("styled-components").StyledComponent<typeof LinearGradient, any, {
5
+ locations?: number[] | null | undefined;
6
+ start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
7
+ end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
8
+ } & import("react").RefAttributes<LinearGradient>, import("react-native").ViewProps & {
14
9
  colors: string[];
15
- start: {
16
- x: number;
17
- y: number;
18
- };
19
- end: {
20
- x: number;
21
- y: number;
22
- };
23
- }, "end" | "start" | "colors">;
10
+ locations?: number[] | null | undefined;
11
+ start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
12
+ end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
13
+ } & import("react").RefAttributes<LinearGradient>>, never>, never>>;
14
+ export declare const SSIRoundedLinearGradient: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<Omit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").Substitute<import("react-native").ViewProps & {
15
+ colors: string[];
16
+ locations?: number[] | null | undefined;
17
+ start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
18
+ end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
19
+ } & import("react").RefAttributes<LinearGradient>, import("react-native").ViewProps & {
20
+ colors: string[];
21
+ locations?: number[] | null | undefined;
22
+ start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
23
+ end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
24
+ } & import("react").RefAttributes<LinearGradient>>, never>, never>, "ref"> & {
25
+ ref?: ((instance: LinearGradient | null) => void) | import("react").RefObject<LinearGradient> | null | undefined;
26
+ }, never>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.ssi-react-native",
3
3
  "private": false,
4
- "version": "0.1.3-unstable.165+724f948",
4
+ "version": "0.1.3-unstable.166+e450635",
5
5
  "description": "SSI UI components for React-Native",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -30,23 +30,21 @@
30
30
  "dependencies": {
31
31
  "@react-native-community/blur": "^4.4.0",
32
32
  "@react-native-masked-view/masked-view": "0.3.1",
33
- "@sphereon/ui-components.core": "0.1.3-unstable.165+724f948",
33
+ "@sphereon/ui-components.core": "0.1.3-unstable.166+e450635",
34
34
  "expo-linear-gradient": "~12.7.2",
35
35
  "react-native-fast-image": "^8.6.3",
36
36
  "react-native-size-matters": "^0.4.0",
37
37
  "react-native-svg": "14.1.0",
38
- "styled-components": "^5.3.11"
38
+ "styled-components": "^6.1.8"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/react": "~18.2.67",
42
42
  "@types/react-native": "0.73.0",
43
- "@types/styled-components": "^5.1.34",
44
- "@types/styled-components-react-native": "^5.2.5",
45
43
  "typescript": "5.4.2"
46
44
  },
47
45
  "peerDependencies": {
48
46
  "react": ">= 18",
49
47
  "react-native": ">= 0.64.0"
50
48
  },
51
- "gitHead": "724f9485b5e101718909072f09ac5ba05480ba51"
49
+ "gitHead": "e450635136cc0bd85076981c5a74126527a6039e"
52
50
  }