@dynamic-labs/locale 4.89.0 → 4.91.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,40 @@
1
1
 
2
+ ## [4.91.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.90.0...v4.91.0) (2026-06-23)
3
+
4
+
5
+ ### Features
6
+
7
+ * **midnight:** add WaaS layer to @dynamic-labs/midnight ([#11006](https://github.com/dynamic-labs/dynamic-auth/issues/11006)) ([01b9d16](https://github.com/dynamic-labs/dynamic-auth/commit/01b9d16d0ba92a141a9be546ca00cca4029894d5))
8
+ * **sdk-react-core:** widget support for Midnight multi-address display + export hiding ([#11008](https://github.com/dynamic-labs/dynamic-auth/issues/11008)) ([87320b4](https://github.com/dynamic-labs/dynamic-auth/commit/87320b4d6e286b88e17f144641346e16a27e9e71))
9
+ * **waas:** wire session public key through host backup ops for keyshare diagnostics [DYNT-1280] ([#11675](https://github.com/dynamic-labs/dynamic-auth/issues/11675)) ([4f7981c](https://github.com/dynamic-labs/dynamic-auth/commit/4f7981c009930469dec7b3dec93f20f99bbe5498))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **ethereum-aa:** make ZeroDevConnector inert instead of throwing when ZeroDev config is absent ([#11610](https://github.com/dynamic-labs/dynamic-auth/issues/11610)) ([a3aab6a](https://github.com/dynamic-labs/dynamic-auth/commit/a3aab6a97e2e996f96b725f9336704b844f79603))
15
+ * **react-native-extension:** fall back to react-native-webview when embedded native module is unavailable ([#11683](https://github.com/dynamic-labs/dynamic-auth/issues/11683)) ([3f8d92c](https://github.com/dynamic-labs/dynamic-auth/commit/3f8d92ca0c327128b16e3355ab2f4e63d2c8e731))
16
+ * **sdk-react-core:** warn instead of throwing when ZeroDev connector is absent ([#11611](https://github.com/dynamic-labs/dynamic-auth/issues/11611)) ([5836252](https://github.com/dynamic-labs/dynamic-auth/commit/58362524e45205399c0fdc5b92414190d1929e0b))
17
+ * **waas-evm:** sign EOA transactions with the resolved chainId, not the connector default ([#11653](https://github.com/dynamic-labs/dynamic-auth/issues/11653)) ([e634098](https://github.com/dynamic-labs/dynamic-auth/commit/e634098f0f23f4c53f92a580db6f4aacbd6b1f92))
18
+
19
+ ## [4.90.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.89.0...v4.90.0) (2026-06-19)
20
+
21
+
22
+ ### Features
23
+
24
+ * add microsoft to social providers list ([#11631](https://github.com/dynamic-labs/dynamic-auth/issues/11631)) ([761b82d](https://github.com/dynamic-labs/dynamic-auth/commit/761b82dea2e2e86ec1c8b3fc8bab32ed72492132))
25
+ * **sdk-react-core:** preconnect to waas iframe origin at auth-flow start ([#11549](https://github.com/dynamic-labs/dynamic-auth/issues/11549)) ([1bb810c](https://github.com/dynamic-labs/dynamic-auth/commit/1bb810c4eb3d592b43f62c1eaf5450a0e42981c9)), closes [dynamic-labs/dynamic-wallet-sdk#1314](https://github.com/dynamic-labs/dynamic-wallet-sdk/issues/1314)
26
+ * **waas:** opt into SDK eager key-share recovery, drop host RECOVER loop (DYNT-1125) ([#11620](https://github.com/dynamic-labs/dynamic-auth/issues/11620)) ([4bef955](https://github.com/dynamic-labs/dynamic-auth/commit/4bef955b902a7e484ba8bd6323582843bb692a17))
27
+ * **wallet-connector-core:** add isMidnightConnector util + Midnight interface hooks ([#11005](https://github.com/dynamic-labs/dynamic-auth/issues/11005)) ([55117a8](https://github.com/dynamic-labs/dynamic-auth/commit/55117a8cf59640d00b358f68be8df6b29231fab5))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * **sdk-react-core:** gate smart-wallet init on user:basic scope ([#11624](https://github.com/dynamic-labs/dynamic-auth/issues/11624)) ([9f891a4](https://github.com/dynamic-labs/dynamic-auth/commit/9f891a46a191532acdd4a91b74c4586089ef0e1a)), closes [#11623](https://github.com/dynamic-labs/dynamic-auth/issues/11623) [#11623](https://github.com/dynamic-labs/dynamic-auth/issues/11623) [#11626](https://github.com/dynamic-labs/dynamic-auth/issues/11626)
33
+ * **sdk-react-core:** search wallet list by metadata name in addition to connector name ([#11638](https://github.com/dynamic-labs/dynamic-auth/issues/11638)) ([a647614](https://github.com/dynamic-labs/dynamic-auth/commit/a647614bcba769e09ef59bf1ddb925ce9835842e))
34
+ * **waas:** rebuild WaaS client on session change after step-up reauth ([#11581](https://github.com/dynamic-labs/dynamic-auth/issues/11581)) ([2b7093e](https://github.com/dynamic-labs/dynamic-auth/commit/2b7093e27f57f1dfcdd303361d436d9bf33e28a9))
35
+ * **waas:** refuse to build WaaS client while auth scope is pending (createRooms 401 chokepoint) ([#11623](https://github.com/dynamic-labs/dynamic-auth/issues/11623)) ([08755f0](https://github.com/dynamic-labs/dynamic-auth/commit/08755f0bda2b74c7bcdff3d0ac9c228a5205ad6e)), closes [#11624](https://github.com/dynamic-labs/dynamic-auth/issues/11624)
36
+ * **wallet-connect:** skip address comparison on reconnect when expectedAddress is empty ([#11639](https://github.com/dynamic-labs/dynamic-auth/issues/11639)) ([8d665cf](https://github.com/dynamic-labs/dynamic-auth/commit/8d665cf3bf1fb0e498d71f14cc8a53d91593c23d))
37
+
2
38
  ## [4.89.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.88.6...v4.89.0) (2026-06-16)
3
39
 
4
40
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.89.0";
6
+ var version = "4.91.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.89.0";
2
+ var version = "4.91.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.89.0",
3
+ "version": "4.91.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.89.0"
23
+ "@dynamic-labs/assert-package-version": "4.91.0"
24
24
  },
25
25
  "peerDependencies": {}
26
26
  }
@@ -36,6 +36,9 @@ const translation = {
36
36
  testnet_warning: 'A testnet network has been selected. Please only use testnet funds or they will be lost.',
37
37
  ordinals_address: 'Ordinals address',
38
38
  payment_address: 'Payment address',
39
+ midnight_unshielded_address: 'Unshielded address',
40
+ midnight_dust_address: 'Dust address',
41
+ midnight_shielded_address: 'Shielded address',
39
42
  balance: 'Total balance',
40
43
  options: {
41
44
  copy_ens: 'Copy ENS',
@@ -56,6 +59,9 @@ const translation = {
56
59
  midnight_shielded_balance: 'Shielded balance',
57
60
  midnight_unshielded_balance: 'Unshielded balance',
58
61
  midnight_dust_generating: 'DUST generating',
62
+ midnight_dust_syncing: 'DUST syncing…',
63
+ midnight_register_dust: 'Register DUST',
64
+ midnight_toggle_addresses: 'Show dust and shielded addresses',
59
65
  balance: 'Total balance',
60
66
  options: {
61
67
  copy_ens: 'Copy ENS',
@@ -3107,6 +3113,34 @@ const translation = {
3107
3113
  * create_payment: 'Continue to Payment',
3108
3114
  * }
3109
3115
  */
3116
+ /**
3117
+ * @description copy keys for MoonPay onramp widget
3118
+ * @default
3119
+ * {
3120
+ * title: 'Buy Crypto',
3121
+ * token_label: 'Select Token',
3122
+ * select_token: 'Select Token',
3123
+ * search_token_placeholder: 'Search tokens',
3124
+ * loading_tokens: 'Loading tokens...',
3125
+ * tokens_error: 'Failed to load tokens. Please try again.',
3126
+ * wallet_detail_to: 'Tokens will be sent to',
3127
+ * continue: 'Continue to MoonPay',
3128
+ * opening: 'Opening MoonPay...',
3129
+ * error: 'Failed to open MoonPay. Please try again.',
3130
+ * }
3131
+ */
3132
+ dyn_moonpay_onramp: {
3133
+ title: 'Buy Crypto',
3134
+ token_label: 'Select Token',
3135
+ select_token: 'Select Token',
3136
+ search_token_placeholder: 'Search tokens',
3137
+ loading_tokens: 'Loading tokens...',
3138
+ tokens_error: 'Failed to load tokens. Please try again.',
3139
+ wallet_detail_to: 'Tokens will be sent to',
3140
+ continue: 'Continue to MoonPay',
3141
+ opening: 'Opening MoonPay...',
3142
+ error: 'Failed to open MoonPay. Please try again.',
3143
+ },
3110
3144
  dyn_crypto_com_onramp: {
3111
3145
  title: 'Deposit',
3112
3146
  amount_label: 'Amount to purchase',
@@ -30,6 +30,9 @@ export declare const translation: {
30
30
  testnet_warning: 'A testnet network has been selected. Please only use testnet funds or they will be lost.',
31
31
  ordinals_address: 'Ordinals address',
32
32
  payment_address: 'Payment address',
33
+ midnight_unshielded_address: 'Unshielded address',
34
+ midnight_dust_address: 'Dust address',
35
+ midnight_shielded_address: 'Shielded address',
33
36
  balance: 'Total balance',
34
37
  options: {
35
38
  copy_ens: 'Copy ENS',
@@ -50,6 +53,9 @@ export declare const translation: {
50
53
  midnight_shielded_balance: string;
51
54
  midnight_unshielded_balance: string;
52
55
  midnight_dust_generating: string;
56
+ midnight_dust_syncing: string;
57
+ midnight_register_dust: string;
58
+ midnight_toggle_addresses: string;
53
59
  balance: string;
54
60
  options: {
55
61
  copy_ens: string;
@@ -3103,6 +3109,34 @@ export declare const translation: {
3103
3109
  * create_payment: 'Continue to Payment',
3104
3110
  * }
3105
3111
  */
3112
+ /**
3113
+ * @description copy keys for MoonPay onramp widget
3114
+ * @default
3115
+ * {
3116
+ * title: 'Buy Crypto',
3117
+ * token_label: 'Select Token',
3118
+ * select_token: 'Select Token',
3119
+ * search_token_placeholder: 'Search tokens',
3120
+ * loading_tokens: 'Loading tokens...',
3121
+ * tokens_error: 'Failed to load tokens. Please try again.',
3122
+ * wallet_detail_to: 'Tokens will be sent to',
3123
+ * continue: 'Continue to MoonPay',
3124
+ * opening: 'Opening MoonPay...',
3125
+ * error: 'Failed to open MoonPay. Please try again.',
3126
+ * }
3127
+ */
3128
+ dyn_moonpay_onramp: {
3129
+ title: string;
3130
+ token_label: string;
3131
+ select_token: string;
3132
+ search_token_placeholder: string;
3133
+ loading_tokens: string;
3134
+ tokens_error: string;
3135
+ wallet_detail_to: string;
3136
+ continue: string;
3137
+ opening: string;
3138
+ error: string;
3139
+ };
3106
3140
  dyn_crypto_com_onramp: {
3107
3141
  title: string;
3108
3142
  amount_label: string;
@@ -32,6 +32,9 @@ const translation = {
32
32
  testnet_warning: 'A testnet network has been selected. Please only use testnet funds or they will be lost.',
33
33
  ordinals_address: 'Ordinals address',
34
34
  payment_address: 'Payment address',
35
+ midnight_unshielded_address: 'Unshielded address',
36
+ midnight_dust_address: 'Dust address',
37
+ midnight_shielded_address: 'Shielded address',
35
38
  balance: 'Total balance',
36
39
  options: {
37
40
  copy_ens: 'Copy ENS',
@@ -52,6 +55,9 @@ const translation = {
52
55
  midnight_shielded_balance: 'Shielded balance',
53
56
  midnight_unshielded_balance: 'Unshielded balance',
54
57
  midnight_dust_generating: 'DUST generating',
58
+ midnight_dust_syncing: 'DUST syncing…',
59
+ midnight_register_dust: 'Register DUST',
60
+ midnight_toggle_addresses: 'Show dust and shielded addresses',
55
61
  balance: 'Total balance',
56
62
  options: {
57
63
  copy_ens: 'Copy ENS',
@@ -3103,6 +3109,34 @@ const translation = {
3103
3109
  * create_payment: 'Continue to Payment',
3104
3110
  * }
3105
3111
  */
3112
+ /**
3113
+ * @description copy keys for MoonPay onramp widget
3114
+ * @default
3115
+ * {
3116
+ * title: 'Buy Crypto',
3117
+ * token_label: 'Select Token',
3118
+ * select_token: 'Select Token',
3119
+ * search_token_placeholder: 'Search tokens',
3120
+ * loading_tokens: 'Loading tokens...',
3121
+ * tokens_error: 'Failed to load tokens. Please try again.',
3122
+ * wallet_detail_to: 'Tokens will be sent to',
3123
+ * continue: 'Continue to MoonPay',
3124
+ * opening: 'Opening MoonPay...',
3125
+ * error: 'Failed to open MoonPay. Please try again.',
3126
+ * }
3127
+ */
3128
+ dyn_moonpay_onramp: {
3129
+ title: 'Buy Crypto',
3130
+ token_label: 'Select Token',
3131
+ select_token: 'Select Token',
3132
+ search_token_placeholder: 'Search tokens',
3133
+ loading_tokens: 'Loading tokens...',
3134
+ tokens_error: 'Failed to load tokens. Please try again.',
3135
+ wallet_detail_to: 'Tokens will be sent to',
3136
+ continue: 'Continue to MoonPay',
3137
+ opening: 'Opening MoonPay...',
3138
+ error: 'Failed to open MoonPay. Please try again.',
3139
+ },
3106
3140
  dyn_crypto_com_onramp: {
3107
3141
  title: 'Deposit',
3108
3142
  amount_label: 'Amount to purchase',