@mosip/react-inji-verify-sdk 0.14.0-beta.1 → 0.14.0-beta.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.
@@ -3,3 +3,4 @@ export declare const vcVerification: (credential: unknown, url: string) => Promi
3
3
  export declare const vcSubmission: (credential: unknown, url: string, txnId?: string) => Promise<any>;
4
4
  export declare const vpRequest: (url: string, txnId?: string, presentationDefinitionId?: string, presentationDefinition?: PresentationDefinition) => Promise<QrData>;
5
5
  export declare const vpRequestStatus: (url: string, reqId: string) => Promise<any>;
6
+ export declare const vpResult: (url: string, txnId: string) => Promise<any>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const FilterLinesIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
3
+ export declare const SearchIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
4
+ export declare const TickIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mosip/react-inji-verify-sdk",
3
- "version": "0.14.0-beta.1",
3
+ "version": "0.14.0-beta.2",
4
4
  "description": "A react component library to perform Inji verify tasks, such as OpenId4VP sharing, Reading VC QR codes",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -32,6 +32,8 @@
32
32
  "@babel/preset-env": "^7.26.9",
33
33
  "@babel/preset-react": "^7.26.3",
34
34
  "@babel/preset-typescript": "^7.27.0",
35
+ "@svgr/webpack": "^8.1.0",
36
+ "@tailwindcss/postcss": "^4.1.11",
35
37
  "@testing-library/dom": "^10.4.0",
36
38
  "@testing-library/jest-dom": "^6.6.3",
37
39
  "@testing-library/react": "^16.3.0",
@@ -43,6 +45,7 @@
43
45
  "@typescript-eslint/eslint-plugin": "^8.30.1",
44
46
  "@typescript-eslint/parser": "^8.30.1",
45
47
  "@vitejs/plugin-react": "^4.3.4",
48
+ "autoprefixer": "^10.4.21",
46
49
  "cross-env": "^7.0.3",
47
50
  "css-loader": "^7.1.2",
48
51
  "eslint": "^9.24.0",
@@ -50,7 +53,11 @@
50
53
  "jest-environment-jsdom": "^29.7.0",
51
54
  "jsdom": "^26.1.0",
52
55
  "mini-css-extract-plugin": "^2.9.2",
56
+ "postcss": "^8.5.6",
57
+ "postcss-loader": "^8.1.1",
53
58
  "style-loader": "^4.0.0",
59
+ "tailwindcss": "^4.1.11",
60
+ "tailwindcss-cli": "^0.1.2",
54
61
  "ts-loader": "^9.5.2",
55
62
  "typescript": "^4.9.5",
56
63
  "webpack": "^5.99.5",
@@ -66,9 +73,11 @@
66
73
  "@emotion/styled": "^11.14.0",
67
74
  "@mosip/pixelpass": "^0.6.0",
68
75
  "@mui/material": "^7.1.0",
76
+ "@tailwindcss/cli": "^4.1.11",
69
77
  "ajv": "^8.17.1",
70
78
  "pdfjs-dist": "^5.2.133",
71
79
  "qrcode.react": "^4.1.0",
80
+ "react-icons": "^5.5.0",
72
81
  "zxing-wasm": "^2.1.2"
73
82
  }
74
83
  }