@sphereon/ui-components.ssi-react-native 0.4.1-unstable.3 → 0.4.1-unstable.31
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/dist/styles/components/buttons/index.d.ts +18 -2
- package/dist/styles/components/components/SSICredentialCardView/index.d.ts +15 -14
- package/dist/styles/components/components/SSICredentialMiniCardView/index.d.ts +3 -2
- package/dist/styles/components/components/SSIStatusLabel/index.d.ts +3 -3
- package/dist/styles/components/components/SecondaryButton/index.d.ts +19 -3
- package/dist/styles/components/containers/index.d.ts +37 -4
- package/dist/styles/fonts/index.d.ts +23 -23
- package/dist/styles/gradients/index.d.ts +30 -2
- package/package.json +3 -3
|
@@ -1,2 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TouchableOpacity } from 'react-native';
|
|
3
|
+
export declare const SSITouchableOpacityButtonFlexRowStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"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 & {
|
|
5
|
+
colors: readonly string[];
|
|
6
|
+
locations?: readonly number[] | null | undefined;
|
|
7
|
+
start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
8
|
+
end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
9
|
+
dither?: boolean | undefined;
|
|
10
|
+
} & import("react").RefAttributes<import("expo-linear-gradient").LinearGradient>, import("react-native").ViewProps & {
|
|
11
|
+
colors: readonly string[];
|
|
12
|
+
locations?: readonly number[] | null | undefined;
|
|
13
|
+
start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
14
|
+
end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
15
|
+
dither?: boolean | undefined;
|
|
16
|
+
} & import("react").RefAttributes<import("expo-linear-gradient").LinearGradient>>, never>, never>, "ref"> & {
|
|
17
|
+
ref?: ((instance: import("expo-linear-gradient").LinearGradient | null) => void) | import("react").RefObject<import("expo-linear-gradient").LinearGradient> | null | undefined;
|
|
18
|
+
}, never>, never>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SSICredentialCardViewContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
5
|
+
export declare const SSICredentialCardViewHeaderTitleContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
6
|
+
export declare const SSICredentialCardViewContentMainContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
7
|
+
export declare const SSICredentialCardViewContentSubContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
8
|
+
export declare const SSICredentialCardViewContentIssueNameContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
9
|
+
export declare const SSICredentialCardViewContentPropertiesContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
12
|
+
export declare const SSICredentialCardViewCredentialTitleTextStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
15
|
+
export declare const SSICredentialCardViewBackgroundImageStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SSICredentialMiniCardViewContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
3
|
+
export declare const SSICredentialMiniCardViewBackgroundImageStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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,3 +1,3 @@
|
|
|
1
|
-
export declare const SSIStatusLabelContainerStyled:
|
|
2
|
-
export declare const SSIStatusLabelStatusCaptionStyled:
|
|
3
|
-
export declare const SSIStatusLabelBadgeContainer:
|
|
1
|
+
export declare const SSIStatusLabelContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import MaskedView from '@react-native-masked-view/masked-view';
|
|
3
|
+
export declare const SecondaryButtonMaskContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
4
|
+
export declare const SecondaryButtonLinearGradientStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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 & {
|
|
5
|
+
colors: readonly string[];
|
|
6
|
+
locations?: readonly number[] | null | undefined;
|
|
7
|
+
start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
8
|
+
end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
9
|
+
dither?: boolean | undefined;
|
|
10
|
+
} & import("react").RefAttributes<import("expo-linear-gradient").LinearGradient>, import("react-native").ViewProps & {
|
|
11
|
+
colors: readonly string[];
|
|
12
|
+
locations?: readonly number[] | null | undefined;
|
|
13
|
+
start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
14
|
+
end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
15
|
+
dither?: boolean | undefined;
|
|
16
|
+
} & import("react").RefAttributes<import("expo-linear-gradient").LinearGradient>>, never>, never>, "ref"> & {
|
|
17
|
+
ref?: ((instance: import("expo-linear-gradient").LinearGradient | null) => void) | import("react").RefObject<import("expo-linear-gradient").LinearGradient> | null | undefined;
|
|
18
|
+
}, never>>;
|
|
19
|
+
export declare const SecondaryButtonMaskedViewStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("@react-native-masked-view/masked-view").MaskedViewProps & import("react").RefAttributes<MaskedView>, never>>;
|
|
@@ -1,4 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SSIAlphaContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
3
|
+
export declare const SSIBlurredContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
37
|
+
export declare const SSIRoundedContainerStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export declare const SSITextH1SemiBoldStyled:
|
|
2
|
-
export declare const SSITextH1SemiBoldLightStyled:
|
|
3
|
-
export declare const SSITextH2Styled:
|
|
4
|
-
export declare const SSITextH2LightStyled:
|
|
5
|
-
export declare const SSITextH2SemiBoldStyled:
|
|
6
|
-
export declare const SSITextH2SemiBoldLightStyled:
|
|
7
|
-
export declare const SSITextH2SecondaryButtonStyled:
|
|
8
|
-
export declare const SSITextH3Styled:
|
|
9
|
-
export declare const SSITextH3LightStyled:
|
|
10
|
-
export declare const SSITextH3SemiBoldStyled:
|
|
11
|
-
export declare const SSITextH4Styled:
|
|
12
|
-
export declare const SSITextH4SemiBoldStyled:
|
|
13
|
-
export declare const SSITextH4LightStyled:
|
|
14
|
-
export declare const SSITextH4SemiBoldLightStyled:
|
|
15
|
-
export declare const SSITextH5Styled:
|
|
16
|
-
export declare const SSITextH5LightStyled:
|
|
17
|
-
export declare const SSITextH6Styled:
|
|
18
|
-
export declare const SSITextH6LightStyled:
|
|
19
|
-
export declare const Text64Styled:
|
|
20
|
-
export declare const SSITextH7Styled:
|
|
21
|
-
export declare const SSITextH7LightStyled:
|
|
22
|
-
export declare const SSITextH7SemiBoldStyled:
|
|
23
|
-
export declare const SSITextH7SemiBoldLightStyled:
|
|
1
|
+
export declare const SSITextH1SemiBoldStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
2
|
+
export declare const SSITextH1SemiBoldLightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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 SSITextH2Styled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
4
|
+
export declare const SSITextH2LightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
|
|
5
|
+
export declare const SSITextH2SemiBoldStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
6
|
+
export declare const SSITextH2SemiBoldLightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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 SSITextH2SecondaryButtonStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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 SSITextH3Styled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
9
|
+
export declare const SSITextH3LightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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 SSITextH3SemiBoldStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
11
|
+
export declare const SSITextH4Styled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
12
|
+
export declare const SSITextH4SemiBoldStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
13
|
+
export declare const SSITextH4LightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
|
|
14
|
+
export declare const SSITextH4SemiBoldLightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
|
|
15
|
+
export declare const SSITextH5Styled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
16
|
+
export declare const SSITextH5LightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
|
|
17
|
+
export declare const SSITextH6Styled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
18
|
+
export declare const SSITextH6LightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
|
|
19
|
+
export declare const Text64Styled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
20
|
+
export declare const SSITextH7Styled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
21
|
+
export declare const SSITextH7LightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
|
|
22
|
+
export declare const SSITextH7SemiBoldStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
|
|
23
|
+
export declare const SSITextH7SemiBoldLightStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
|
|
@@ -1,2 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LinearGradient } from 'expo-linear-gradient';
|
|
3
|
+
export declare const SSILinearGradientStyled: import("styled-components/native/dist/types").IStyledComponentBase<"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 & {
|
|
4
|
+
colors: readonly string[];
|
|
5
|
+
locations?: readonly number[] | null | undefined;
|
|
6
|
+
start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
7
|
+
end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
8
|
+
dither?: boolean | undefined;
|
|
9
|
+
} & import("react").RefAttributes<LinearGradient>, import("react-native").ViewProps & {
|
|
10
|
+
colors: readonly string[];
|
|
11
|
+
locations?: readonly number[] | null | undefined;
|
|
12
|
+
start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
13
|
+
end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
14
|
+
dither?: boolean | undefined;
|
|
15
|
+
} & import("react").RefAttributes<LinearGradient>>, never>, never>>;
|
|
16
|
+
export declare const SSIRoundedLinearGradient: import("styled-components/native/dist/types").IStyledComponentBase<"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 & {
|
|
17
|
+
colors: readonly string[];
|
|
18
|
+
locations?: readonly number[] | null | undefined;
|
|
19
|
+
start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
20
|
+
end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
21
|
+
dither?: boolean | undefined;
|
|
22
|
+
} & import("react").RefAttributes<LinearGradient>, import("react-native").ViewProps & {
|
|
23
|
+
colors: readonly string[];
|
|
24
|
+
locations?: readonly number[] | null | undefined;
|
|
25
|
+
start?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
26
|
+
end?: import("expo-linear-gradient").LinearGradientPoint | null | undefined;
|
|
27
|
+
dither?: boolean | undefined;
|
|
28
|
+
} & import("react").RefAttributes<LinearGradient>>, never>, never>, "ref"> & {
|
|
29
|
+
ref?: ((instance: LinearGradient | null) => void) | import("react").RefObject<LinearGradient> | null | undefined;
|
|
30
|
+
}, 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.4.1-unstable.
|
|
4
|
+
"version": "0.4.1-unstable.31+6559f67",
|
|
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,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@react-native-community/blur": "^4.4.1",
|
|
32
32
|
"@react-native-masked-view/masked-view": "^0.3.2",
|
|
33
|
-
"@sphereon/ui-components.core": "0.4.1-unstable.
|
|
33
|
+
"@sphereon/ui-components.core": "0.4.1-unstable.31+6559f67",
|
|
34
34
|
"expo-linear-gradient": "~13.0.2",
|
|
35
35
|
"react-native-fast-image": "^8.6.3",
|
|
36
36
|
"react-native-size-matters": "^0.4.2",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"react": ">= 18.2",
|
|
47
47
|
"react-native": "~0.74.3"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "6559f672153d01e2276ac72d8c7da606c1583841"
|
|
50
50
|
}
|