@sphereon/ui-components.ssi-react-native 0.1.3-unstable.99 → 0.2.1-unstable.2

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,18 +1,18 @@
1
1
  /// <reference types="styled-components-react-native" />
2
2
  /// <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>;
3
+ export declare const SSICredentialCardViewContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, any, {}, never>;
4
+ export declare const SSICredentialCardViewHeaderContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, any, {}, never>;
5
+ export declare const SSICredentialCardViewHeaderLogoContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
6
+ export declare const SSICredentialCardViewHeaderTitleContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
7
+ export declare const SSICredentialCardViewContentMainContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
8
+ export declare const SSICredentialCardViewContentSubContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
9
+ export declare const SSICredentialCardViewContentIssueNameContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
10
+ export declare const SSICredentialCardViewContentPropertiesContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, any, {}, never>;
11
+ export declare const SSICredentialCardViewFooterContentContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, any, {}, never>;
12
+ export declare const SSICredentialCardViewFooterContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
13
+ export declare const SSICredentialCardViewCredentialTitleTextStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, any, {}, never>;
14
+ export declare const SSICredentialCardViewCredentialSubtitleTextStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, any, {}, never>;
15
+ export declare const SSICredentialCardViewStatusContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
16
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
17
  resizeMode: "cover";
18
18
  }, "resizeMode">;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="styled-components-react-native" />
2
2
  /// <reference types="react" />
3
- export declare const SSICredentialMiniCardViewContainerStyled: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
3
+ export declare const SSICredentialMiniCardViewContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
4
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
5
  resizeMode: "cover";
6
6
  }, "resizeMode">;
@@ -1,4 +1,4 @@
1
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>;
2
+ export declare const SSIStatusLabelContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, any, {}, never>;
3
+ export declare const SSIStatusLabelStatusCaptionStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, any, {}, never>;
4
+ export declare const SSIStatusLabelBadgeContainer: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
@@ -1,5 +1,5 @@
1
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>;
2
+ export declare const SecondaryButtonMaskContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
3
3
  export declare const SecondaryButtonLinearGradientStyled: import("styled-components").StyledComponent<typeof import("expo-linear-gradient").LinearGradient, any, {
4
4
  colors: string[];
5
5
  start: {
@@ -1,9 +1,9 @@
1
1
  /// <reference types="styled-components-react-native" />
2
2
  /// <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, {
3
+ export declare const SSIAlphaContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").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/types/index").View>>, any, {
5
5
  blurType: "light";
6
6
  blurAmount: 3;
7
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>;
8
+ export declare const SSIFlexDirectionRowViewStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
9
+ export declare const SSIRoundedContainerStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").View, import("styled-components").DefaultTheme, {}, never>;
@@ -1,13 +1,13 @@
1
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>;
2
+ export declare const SSITextH2Styled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, import("styled-components").DefaultTheme, {}, never>;
3
+ export declare const SSITextH2LightStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, any, {}, never>;
4
+ export declare const SSITextH2SecondaryButtonStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, any, {}, never>;
5
+ export declare const SSITextH4Styled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, import("styled-components").DefaultTheme, {}, never>;
6
+ export declare const SSITextH4SemiBoldStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, import("styled-components").DefaultTheme, {}, never>;
7
+ export declare const SSITextH4LightStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, any, {}, never>;
8
+ export declare const SSITextH4SemiBoldLightStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, any, {}, never>;
9
+ export declare const SSITextH5Styled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, import("styled-components").DefaultTheme, {}, never>;
10
+ export declare const SSITextH5LightStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, any, {}, never>;
11
+ export declare const SSITextH6Styled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, import("styled-components").DefaultTheme, {}, never>;
12
+ export declare const SSITextH6LightStyled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, any, {}, never>;
13
+ export declare const Text64Styled: import("styled-components").StyledComponent<typeof import("react-native/types/index").Text, import("styled-components").DefaultTheme, {}, never>;
@@ -84,6 +84,12 @@ export const fontStyle = {
84
84
  fontWeight: fontWeight[400],
85
85
  lineHeight: lineHeight[100],
86
86
  },
87
+ h7Regular: {
88
+ fontFamily: 'Poppins',
89
+ fontSize: fontSize[400],
90
+ fontWeight: fontWeight[400],
91
+ lineHeight: lineHeight[400],
92
+ },
87
93
  h7SemiBold: {
88
94
  fontFamily: 'Poppins-SemiBold',
89
95
  fontSize: fontSize[400],
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.99+c8885e8",
4
+ "version": "0.2.1-unstable.2+4c8020a",
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>",
@@ -28,25 +28,25 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@react-native-community/blur": "^4.3.0",
32
- "@react-native-masked-view/masked-view": "^0.3.1",
33
- "@sphereon/ui-components.core": "0.1.3-unstable.99+c8885e8",
34
- "expo-linear-gradient": "~12.1.2",
31
+ "@react-native-community/blur": "^4.4.0",
32
+ "@react-native-masked-view/masked-view": "0.3.1",
33
+ "@sphereon/ui-components.core": "0.2.1-unstable.2+4c8020a",
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
- "react-native-svg": "13.4.0",
37
+ "react-native-svg": "14.1.0",
38
38
  "styled-components": "^5.3.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/react": "~18.0.14",
42
- "@types/react-native": "0.71.3",
41
+ "@types/react": "~18.2.67",
42
+ "@types/react-native": "0.73.0",
43
43
  "@types/styled-components": "^5.1.15",
44
44
  "@types/styled-components-react-native": "^5.1.2",
45
45
  "typescript": "4.9.5"
46
46
  },
47
47
  "peerDependencies": {
48
- "react": ">= 16.8.0",
49
- "react-native": ">= 0.64.0"
48
+ "react": ">= 18",
49
+ "react-native": "~0.73.6"
50
50
  },
51
- "gitHead": "c8885e82d8b36ec6f2564dcc33d4aa4933a759ea"
51
+ "gitHead": "4c8020a435287a10dca85c22eac2a8841a9ad6ed"
52
52
  }