@canton-network/core-wallet-ui-components 1.2.3 → 1.4.0

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/routing.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const ALLOWED_ROUTES: readonly ["/login", "/parties/add", "/parties", "/wallets", "/settings", "/networks/add", "/networks/review", "/networks", "/identity-providers/add", "/identity-providers/review", "/identity-providers", "/activities", "/approve", "/", "/404", "/callback"];
1
+ export declare const ALLOWED_ROUTES: readonly ["/login", "/parties/add", "/parties", "/wallets", "/settings", "/networks/add", "/networks/review", "/networks", "/identity-providers/add", "/identity-providers/review", "/identity-providers", "/activities", "/approve", "/sign-message", "/", "/404", "/callback"];
2
2
  export type AllowedRoute = (typeof ALLOWED_ROUTES)[number];
3
3
  export declare function isAllowedRoute(path: string): path is AllowedRoute;
4
4
  export declare function getCurrentRoute(pathname: string): AllowedRoute | null;
@@ -1 +1 @@
1
- {"version":3,"file":"routing.d.ts","sourceRoot":"","sources":["../src/routing.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,iQAiBjB,CAAA;AAEV,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAA;AAE1D,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,IAAI,YAAY,CAEjE;AA2BD,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,YAAY,GAAG,IAAI,CAcrE;AAcD,wBAAgB,SAAS,CACrB,IAAI,EAAE,MAAM,EACZ,QAAQ,SAA2B,GACpC,MAAM,CAaR;AAED,wBAAgB,SAAS,CACrB,KAAK,EAAE,YAAY,EACnB,QAAQ,SAA2B,GACpC,MAAM,CAMR"}
1
+ {"version":3,"file":"routing.d.ts","sourceRoot":"","sources":["../src/routing.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,kRAkBjB,CAAA;AAEV,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAA;AAE1D,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,IAAI,YAAY,CAEjE;AA2BD,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,YAAY,GAAG,IAAI,CAcrE;AAcD,wBAAgB,SAAS,CACrB,IAAI,EAAE,MAAM,EACZ,QAAQ,SAA2B,GACpC,MAAM,CAaR;AAED,wBAAgB,SAAS,CACrB,KAAK,EAAE,YAAY,EACnB,QAAQ,SAA2B,GACpC,MAAM,CAMR"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canton-network/core-wallet-ui-components",
3
- "version": "1.2.3",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "description": "Reusable UI components for the Splice wallet",
6
6
  "license": "Apache-2.0",
@@ -45,11 +45,11 @@
45
45
  },
46
46
  "packageManager": "yarn@4.9.4",
47
47
  "dependencies": {
48
- "@canton-network/core-tx-visualizer": "^1.2.3",
49
- "@canton-network/core-types": "^1.2.3",
50
- "@canton-network/core-wallet-auth": "^1.2.3",
51
- "@canton-network/core-wallet-store": "^1.2.3",
52
- "@canton-network/core-wallet-user-rpc-client": "^1.2.3",
48
+ "@canton-network/core-tx-visualizer": "^1.3.2",
49
+ "@canton-network/core-types": "^1.3.2",
50
+ "@canton-network/core-wallet-auth": "^1.3.2",
51
+ "@canton-network/core-wallet-store": "^1.3.2",
52
+ "@canton-network/core-wallet-user-rpc-client": "^1.4.0",
53
53
  "@popperjs/core": "^2.11.8",
54
54
  "bootstrap": "^5.3.8",
55
55
  "lit": "^3.3.2"
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "repository": {
65
65
  "type": "git",
66
- "url": "git+https://github.com/canton-network/wallet-gateway.git",
66
+ "url": "git+https://github.com/canton-network/wallet.git",
67
67
  "directory": "core/wallet-ui-components"
68
68
  }
69
69
  }