@dynamic-labs/locale 4.38.0 → 4.40.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/CHANGELOG.md CHANGED
@@ -1,4 +1,25 @@
1
1
 
2
+ ## [4.40.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.39.0...v4.40.0) (2025-10-22)
3
+
4
+
5
+ ### Features
6
+
7
+ * 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))
8
+ * 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))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * 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))
14
+
15
+ ## [4.39.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.38.0...v4.39.0) (2025-10-17)
16
+
17
+
18
+ ### Features
19
+
20
+ * add crypto.com as an onramp option in deposit ([#9580](https://github.com/dynamic-labs/dynamic-auth/issues/9580)) ([4988acc](https://github.com/dynamic-labs/dynamic-auth/commit/4988accfeafa5556297ad6e9873073e30c504c7f)), closes [#3](https://github.com/dynamic-labs/dynamic-auth/issues/3)
21
+ * add sui non-native token sending thru dynamic widget ([#9715](https://github.com/dynamic-labs/dynamic-auth/issues/9715)) ([9d9ea3b](https://github.com/dynamic-labs/dynamic-auth/commit/9d9ea3b233706766516b89d725a52d63cceb01f6))
22
+
2
23
  ## [4.38.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.37.2...v4.38.0) (2025-10-14)
3
24
 
4
25
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.38.0";
6
+ var version = "4.40.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.38.0";
2
+ var version = "4.40.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/locale",
3
- "version": "4.38.0",
3
+ "version": "4.40.0",
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.38.0"
23
+ "@dynamic-labs/assert-package-version": "4.40.0"
24
24
  },
25
25
  "peerDependencies": {}
26
26
  }
@@ -2860,6 +2860,33 @@ const translation = {
2860
2860
  },
2861
2861
  },
2862
2862
  },
2863
+ /**
2864
+ * @description copy keys for Crypto.com onramp
2865
+ * @default
2866
+ * {
2867
+ * title: 'Deposit',
2868
+ * amount_label: 'Amount to purchase',
2869
+ * amount_description: 'Enter the USD amount you want to spend',
2870
+ * token_label: 'Token to receive',
2871
+ * token_description: 'Choose which token you want to purchase',
2872
+ * wallet_info: 'Tokens will be sent to your wallet',
2873
+ * creating_payment: 'Creating Payment...',
2874
+ * create_payment: 'Continue to Payment',
2875
+ * }
2876
+ */
2877
+ dyn_crypto_com_onramp: {
2878
+ title: 'Deposit',
2879
+ amount_label: 'Amount to purchase',
2880
+ amount_description: 'Enter the USD amount you want to spend',
2881
+ token_label: 'Token to receive',
2882
+ token_description: 'Choose which token you want to purchase',
2883
+ wallet_info: 'Tokens will be sent to your wallet',
2884
+ wallet_detail_to: 'Tokens will be sent to',
2885
+ creating_payment: 'Creating Payment...',
2886
+ create_payment: 'Continue to Payment',
2887
+ currency_label: 'Payment Currency',
2888
+ select_currency: 'Select Currency',
2889
+ },
2863
2890
  /**
2864
2891
  * @description copy keys for Dynamic widget header
2865
2892
  * @default
@@ -3025,6 +3052,9 @@ const translation = {
3025
3052
  delegation_timeout_message: 'The delegation request timed out or was rejected. Please try approving again or come back in another time.',
3026
3053
  try_again_button: 'Try again',
3027
3054
  logout_button: 'Log out',
3055
+ learn_more: 'Learn more',
3056
+ learn_more_description: "Delegating your wallet lets this app act on your behalf, even when you're not here. This is useful for things like trading bots or other automated workflows. You stay in control — you can revoke access anytime in your wallet settings.",
3057
+ learn_more_okay_button: 'Okay',
3028
3058
  },
3029
3059
  };
3030
3060
 
@@ -2856,6 +2856,33 @@ export declare const translation: {
2856
2856
  };
2857
2857
  };
2858
2858
  };
2859
+ /**
2860
+ * @description copy keys for Crypto.com onramp
2861
+ * @default
2862
+ * {
2863
+ * title: 'Deposit',
2864
+ * amount_label: 'Amount to purchase',
2865
+ * amount_description: 'Enter the USD amount you want to spend',
2866
+ * token_label: 'Token to receive',
2867
+ * token_description: 'Choose which token you want to purchase',
2868
+ * wallet_info: 'Tokens will be sent to your wallet',
2869
+ * creating_payment: 'Creating Payment...',
2870
+ * create_payment: 'Continue to Payment',
2871
+ * }
2872
+ */
2873
+ dyn_crypto_com_onramp: {
2874
+ title: string;
2875
+ amount_label: string;
2876
+ amount_description: string;
2877
+ token_label: string;
2878
+ token_description: string;
2879
+ wallet_info: string;
2880
+ wallet_detail_to: string;
2881
+ creating_payment: string;
2882
+ create_payment: string;
2883
+ currency_label: string;
2884
+ select_currency: string;
2885
+ };
2859
2886
  /**
2860
2887
  * @description copy keys for Dynamic widget header
2861
2888
  * @default
@@ -3021,5 +3048,8 @@ export declare const translation: {
3021
3048
  delegation_timeout_message: string;
3022
3049
  try_again_button: string;
3023
3050
  logout_button: string;
3051
+ learn_more: string;
3052
+ learn_more_description: string;
3053
+ learn_more_okay_button: string;
3024
3054
  };
3025
3055
  };
@@ -2856,6 +2856,33 @@ const translation = {
2856
2856
  },
2857
2857
  },
2858
2858
  },
2859
+ /**
2860
+ * @description copy keys for Crypto.com onramp
2861
+ * @default
2862
+ * {
2863
+ * title: 'Deposit',
2864
+ * amount_label: 'Amount to purchase',
2865
+ * amount_description: 'Enter the USD amount you want to spend',
2866
+ * token_label: 'Token to receive',
2867
+ * token_description: 'Choose which token you want to purchase',
2868
+ * wallet_info: 'Tokens will be sent to your wallet',
2869
+ * creating_payment: 'Creating Payment...',
2870
+ * create_payment: 'Continue to Payment',
2871
+ * }
2872
+ */
2873
+ dyn_crypto_com_onramp: {
2874
+ title: 'Deposit',
2875
+ amount_label: 'Amount to purchase',
2876
+ amount_description: 'Enter the USD amount you want to spend',
2877
+ token_label: 'Token to receive',
2878
+ token_description: 'Choose which token you want to purchase',
2879
+ wallet_info: 'Tokens will be sent to your wallet',
2880
+ wallet_detail_to: 'Tokens will be sent to',
2881
+ creating_payment: 'Creating Payment...',
2882
+ create_payment: 'Continue to Payment',
2883
+ currency_label: 'Payment Currency',
2884
+ select_currency: 'Select Currency',
2885
+ },
2859
2886
  /**
2860
2887
  * @description copy keys for Dynamic widget header
2861
2888
  * @default
@@ -3021,6 +3048,9 @@ const translation = {
3021
3048
  delegation_timeout_message: 'The delegation request timed out or was rejected. Please try approving again or come back in another time.',
3022
3049
  try_again_button: 'Try again',
3023
3050
  logout_button: 'Log out',
3051
+ learn_more: 'Learn more',
3052
+ learn_more_description: "Delegating your wallet lets this app act on your behalf, even when you're not here. This is useful for things like trading bots or other automated workflows. You stay in control — you can revoke access anytime in your wallet settings.",
3053
+ learn_more_okay_button: 'Okay',
3024
3054
  },
3025
3055
  };
3026
3056