@getpara/react-sdk-lite 2.0.0-alpha.56 → 2.0.0-alpha.58

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.
@@ -230,6 +230,7 @@ const CountryCodeSelect = safeStyled(CpslSelect)`
230
230
  --container-gap: 4px;
231
231
  --container-background-color: transparent;
232
232
  --container-box-shadow: none;
233
+ --dropdown-background-color: var(--cpsl-color-background-4);
233
234
 
234
235
  &::part(dropdown) {
235
236
  width: ${({ $width }) => `${$width - 2}px`};
@@ -62,6 +62,7 @@ const CloseButton = safeStyled(HeaderButton)`
62
62
  `;
63
63
  const BackButton = safeStyled(HeaderButton)`
64
64
  transform: rotate(180deg);
65
+ flex-basis: auto;
65
66
  `;
66
67
  export {
67
68
  Controls
@@ -126,7 +126,7 @@ const BODY_MOTION_VARIANTS = {
126
126
  const BODY_TRANSITION = {
127
127
  duration: 0.2
128
128
  };
129
- const SDK_VERSION = "2.0.0-alpha.56";
129
+ const SDK_VERSION = "2.0.0-alpha.58";
130
130
  export {
131
131
  BODY_MOTION_VARIANTS,
132
132
  BODY_TRANSITION,
@@ -30,6 +30,7 @@ export declare const useVerifyNewAccount: () => {
30
30
  passkeyId?: string | undefined;
31
31
  passwordId?: string | undefined;
32
32
  pinId?: string | undefined;
33
+ signupAuthMethods?: import("@getpara/web-sdk").AuthMethod[] | undefined;
33
34
  } | undefined;
34
35
  isSuccess: boolean;
35
36
  variables: {
@@ -62,6 +63,7 @@ export declare const useVerifyNewAccount: () => {
62
63
  passkeyId?: string | undefined;
63
64
  passwordId?: string | undefined;
64
65
  pinId?: string | undefined;
66
+ signupAuthMethods?: import("@getpara/web-sdk").AuthMethod[] | undefined;
65
67
  }, Error, {
66
68
  portalTheme?: import("@getpara/web-sdk").Theme | undefined;
67
69
  useShortUrls?: boolean | undefined;
@@ -82,6 +84,7 @@ export declare const useVerifyNewAccount: () => {
82
84
  passkeyId?: string | undefined;
83
85
  passwordId?: string | undefined;
84
86
  pinId?: string | undefined;
87
+ signupAuthMethods?: import("@getpara/web-sdk").AuthMethod[] | undefined;
85
88
  }, Error, {
86
89
  portalTheme?: import("@getpara/web-sdk").Theme | undefined;
87
90
  useShortUrls?: boolean | undefined;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@getpara/react-sdk-lite",
3
- "version": "2.0.0-alpha.56",
3
+ "version": "2.0.0-alpha.58",
4
4
  "bin": {
5
5
  "setup-para": "dist/cli/cli.mjs"
6
6
  },
7
7
  "dependencies": {
8
- "@getpara/react-common": "2.0.0-alpha.56",
9
- "@getpara/react-components": "2.0.0-alpha.56",
10
- "@getpara/web-sdk": "2.0.0-alpha.56",
8
+ "@getpara/react-common": "2.0.0-alpha.58",
9
+ "@getpara/react-components": "2.0.0-alpha.58",
10
+ "@getpara/web-sdk": "2.0.0-alpha.58",
11
11
  "date-fns": "^3.6.0",
12
12
  "framer-motion": "^11.3.31",
13
13
  "libphonenumber-js": "^1.11.7",
@@ -16,9 +16,9 @@
16
16
  "zustand-sync-tabs": "^0.2.2"
17
17
  },
18
18
  "devDependencies": {
19
- "@getpara/cosmos-wallet-connectors": "2.0.0-alpha.56",
20
- "@getpara/evm-wallet-connectors": "2.0.0-alpha.56",
21
- "@getpara/solana-wallet-connectors": "2.0.0-alpha.56",
19
+ "@getpara/cosmos-wallet-connectors": "2.0.0-alpha.58",
20
+ "@getpara/evm-wallet-connectors": "2.0.0-alpha.58",
21
+ "@getpara/solana-wallet-connectors": "2.0.0-alpha.58",
22
22
  "@tanstack/react-query": "^5.74.0",
23
23
  "@testing-library/dom": "^10.4.0",
24
24
  "@testing-library/react": "^16.3.0",
@@ -38,7 +38,7 @@
38
38
  "package.json",
39
39
  "styles.css"
40
40
  ],
41
- "gitHead": "908fa2e02b383f43eef312c0cbeb2f2076e8dc25",
41
+ "gitHead": "58c87796dc0a10da5b7c3ed9658cfd9656f122cb",
42
42
  "main": "dist/index.js",
43
43
  "peerDependencies": {
44
44
  "@tanstack/react-query": ">=5.0.0",