@sphereon/ui-components.ssi-react-native 0.4.1-unstable.162 → 0.4.1-unstable.164

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.
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __importDefault = (this && this.__importDefault) || function (mod) {
26
36
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
37
  };
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __importDefault = (this && this.__importDefault) || function (mod) {
26
36
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
37
  };
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __importDefault = (this && this.__importDefault) || function (mod) {
26
36
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
37
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SSIFlexDirectionRowViewStyled, SSIRoundedContainerStyled } from '../../containers';
3
2
  import { SSITextH4SemiBoldLightStyled, SSITextH5LightStyled } from '../../../fonts';
4
3
  export declare const SSICredentialCardViewContainerStyled: typeof SSIRoundedContainerStyled;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  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
2
  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,16 +1,15 @@
1
- /// <reference types="react" />
2
1
  import { BlurView } from 'expo-blur';
3
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>>;
4
3
  export declare const SSIBlurredContainerStyled: 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<{
5
- tint?: import("expo-blur").BlurTint | undefined;
6
- intensity?: number | undefined;
7
- blurReductionFactor?: number | undefined;
8
- experimentalBlurMethod?: import("expo-blur").ExperimentalBlurMethod | undefined;
4
+ tint?: import("expo-blur").BlurTint;
5
+ intensity?: number;
6
+ blurReductionFactor?: number;
7
+ experimentalBlurMethod?: import("expo-blur").ExperimentalBlurMethod;
9
8
  } & import("react-native").ViewProps & import("react").RefAttributes<BlurView>, {
10
- tint?: import("expo-blur").BlurTint | undefined;
11
- intensity?: number | undefined;
12
- blurReductionFactor?: number | undefined;
13
- experimentalBlurMethod?: import("expo-blur").ExperimentalBlurMethod | undefined;
9
+ tint?: import("expo-blur").BlurTint;
10
+ intensity?: number;
11
+ blurReductionFactor?: number;
12
+ experimentalBlurMethod?: import("expo-blur").ExperimentalBlurMethod;
14
13
  } & import("react-native").ViewProps & import("react").RefAttributes<BlurView>>, never>, never>>;
15
14
  export declare const SSIFlexDirectionRowViewStyled: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
16
15
  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,16 +1,15 @@
1
- /// <reference types="react" />
2
1
  import { LinearGradient } from 'expo-linear-gradient';
3
2
  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
3
  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;
4
+ locations?: readonly number[] | null;
5
+ start?: import("expo-linear-gradient").LinearGradientPoint | null;
6
+ end?: import("expo-linear-gradient").LinearGradientPoint | null;
7
+ dither?: boolean;
9
8
  } & import("react").RefAttributes<LinearGradient>, import("react-native").ViewProps & {
10
9
  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;
10
+ locations?: readonly number[] | null;
11
+ start?: import("expo-linear-gradient").LinearGradientPoint | null;
12
+ end?: import("expo-linear-gradient").LinearGradientPoint | null;
13
+ dither?: boolean;
15
14
  } & import("react").RefAttributes<LinearGradient>>, never>, never>>;
16
15
  export declare const SSIRoundedLinearGradient: typeof SSILinearGradientStyled;
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.162+3efcf7b",
4
+ "version": "0.4.1-unstable.164+4ae7ffd",
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>",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@react-native-masked-view/masked-view": "^0.3.2",
32
- "@sphereon/ui-components.core": "0.4.1-unstable.162+3efcf7b",
32
+ "@sphereon/ui-components.core": "0.4.1-unstable.164+4ae7ffd",
33
33
  "expo-blur": "^15.0.8",
34
34
  "expo-linear-gradient": "~13.0.2",
35
35
  "react-native-fast-image": "^8.6.3",
@@ -40,11 +40,11 @@
40
40
  "devDependencies": {
41
41
  "@types/react": "~18.3.18",
42
42
  "expo": "^51.0.22",
43
- "typescript": "~5.3.3"
43
+ "typescript": "~5.8.3"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">= 18.2",
47
47
  "react-native": "~0.74.3"
48
48
  },
49
- "gitHead": "3efcf7bdcfb7c5974c572d59fa3274ae3069410c"
49
+ "gitHead": "4ae7ffdd2a3edf2c4c7631c59ea5a8129e6ca8c1"
50
50
  }