@dynamic-labs/locale 4.39.0 → 4.40.1
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/CHANGELOG.md +19 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +2 -2
- package/src/lib/en/translation.cjs +4 -2
- package/src/lib/en/translation.d.ts +3 -1
- package/src/lib/en/translation.js +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.40.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.40.0...v4.40.1) (2025-10-24)
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add support for Keplr in-app browser redirect for cosmos chain ([#9770](https://github.com/dynamic-labs/dynamic-auth/issues/9770)) ([35652f3](https://github.com/dynamic-labs/dynamic-auth/commit/35652f3167a4e768f5d4c634ab1b4f127fd5076a))
|
|
7
|
+
|
|
8
|
+
## [4.40.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.39.0...v4.40.0) (2025-10-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* add Wallet Connect Solana as a wallet option ([#9719](https://github.com/dynamic-labs/dynamic-auth/issues/9719)) ([ece5f6b](https://github.com/dynamic-labs/dynamic-auth/commit/ece5f6b36c1fbefdf05cf8203fe0fee0b2e8ed3d))
|
|
14
|
+
* make updates to crypto.com onramp flow ([#9746](https://github.com/dynamic-labs/dynamic-auth/issues/9746)) ([22040d2](https://github.com/dynamic-labs/dynamic-auth/commit/22040d28d0d66b84f5c3be9bed4cfce7f1978944))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* return undefined if json payload is undefined in parse token ([#9750](https://github.com/dynamic-labs/dynamic-auth/issues/9750)) ([5751198](https://github.com/dynamic-labs/dynamic-auth/commit/575119867c93f89062e96e30c02b128161fb9675))
|
|
20
|
+
|
|
2
21
|
## [4.39.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.38.0...v4.39.0) (2025-10-17)
|
|
3
22
|
|
|
4
23
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/locale",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.40.1",
|
|
4
4
|
"description": "Locale for Dynamic SDK",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"i18next": "23.4.6",
|
|
22
22
|
"react-i18next": "13.5.0",
|
|
23
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
23
|
+
"@dynamic-labs/assert-package-version": "4.40.1"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {}
|
|
26
26
|
}
|
|
@@ -2864,7 +2864,7 @@ const translation = {
|
|
|
2864
2864
|
* @description copy keys for Crypto.com onramp
|
|
2865
2865
|
* @default
|
|
2866
2866
|
* {
|
|
2867
|
-
* title: '
|
|
2867
|
+
* title: 'Deposit',
|
|
2868
2868
|
* amount_label: 'Amount to purchase',
|
|
2869
2869
|
* amount_description: 'Enter the USD amount you want to spend',
|
|
2870
2870
|
* token_label: 'Token to receive',
|
|
@@ -2875,7 +2875,7 @@ const translation = {
|
|
|
2875
2875
|
* }
|
|
2876
2876
|
*/
|
|
2877
2877
|
dyn_crypto_com_onramp: {
|
|
2878
|
-
title: '
|
|
2878
|
+
title: 'Deposit',
|
|
2879
2879
|
amount_label: 'Amount to purchase',
|
|
2880
2880
|
amount_description: 'Enter the USD amount you want to spend',
|
|
2881
2881
|
token_label: 'Token to receive',
|
|
@@ -2884,6 +2884,8 @@ const translation = {
|
|
|
2884
2884
|
wallet_detail_to: 'Tokens will be sent to',
|
|
2885
2885
|
creating_payment: 'Creating Payment...',
|
|
2886
2886
|
create_payment: 'Continue to Payment',
|
|
2887
|
+
currency_label: 'Payment Currency',
|
|
2888
|
+
select_currency: 'Select Currency',
|
|
2887
2889
|
},
|
|
2888
2890
|
/**
|
|
2889
2891
|
* @description copy keys for Dynamic widget header
|
|
@@ -2860,7 +2860,7 @@ export declare const translation: {
|
|
|
2860
2860
|
* @description copy keys for Crypto.com onramp
|
|
2861
2861
|
* @default
|
|
2862
2862
|
* {
|
|
2863
|
-
* title: '
|
|
2863
|
+
* title: 'Deposit',
|
|
2864
2864
|
* amount_label: 'Amount to purchase',
|
|
2865
2865
|
* amount_description: 'Enter the USD amount you want to spend',
|
|
2866
2866
|
* token_label: 'Token to receive',
|
|
@@ -2880,6 +2880,8 @@ export declare const translation: {
|
|
|
2880
2880
|
wallet_detail_to: string;
|
|
2881
2881
|
creating_payment: string;
|
|
2882
2882
|
create_payment: string;
|
|
2883
|
+
currency_label: string;
|
|
2884
|
+
select_currency: string;
|
|
2883
2885
|
};
|
|
2884
2886
|
/**
|
|
2885
2887
|
* @description copy keys for Dynamic widget header
|
|
@@ -2860,7 +2860,7 @@ const translation = {
|
|
|
2860
2860
|
* @description copy keys for Crypto.com onramp
|
|
2861
2861
|
* @default
|
|
2862
2862
|
* {
|
|
2863
|
-
* title: '
|
|
2863
|
+
* title: 'Deposit',
|
|
2864
2864
|
* amount_label: 'Amount to purchase',
|
|
2865
2865
|
* amount_description: 'Enter the USD amount you want to spend',
|
|
2866
2866
|
* token_label: 'Token to receive',
|
|
@@ -2871,7 +2871,7 @@ const translation = {
|
|
|
2871
2871
|
* }
|
|
2872
2872
|
*/
|
|
2873
2873
|
dyn_crypto_com_onramp: {
|
|
2874
|
-
title: '
|
|
2874
|
+
title: 'Deposit',
|
|
2875
2875
|
amount_label: 'Amount to purchase',
|
|
2876
2876
|
amount_description: 'Enter the USD amount you want to spend',
|
|
2877
2877
|
token_label: 'Token to receive',
|
|
@@ -2880,6 +2880,8 @@ const translation = {
|
|
|
2880
2880
|
wallet_detail_to: 'Tokens will be sent to',
|
|
2881
2881
|
creating_payment: 'Creating Payment...',
|
|
2882
2882
|
create_payment: 'Continue to Payment',
|
|
2883
|
+
currency_label: 'Payment Currency',
|
|
2884
|
+
select_currency: 'Select Currency',
|
|
2883
2885
|
},
|
|
2884
2886
|
/**
|
|
2885
2887
|
* @description copy keys for Dynamic widget header
|