@dynamic-labs/locale 5.7.0 → 5.8.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 CHANGED
@@ -1,4 +1,25 @@
1
1
 
2
+ ### [5.8.1](https://github.com/dynamic-labs/dynamic-auth/compare/v5.8.0...v5.8.1) (2026-09-15)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **wallet-connect:** fix Rabby WalletConnect connection ([#12385](https://github.com/dynamic-labs/dynamic-auth/issues/12385)) ([df2a93c](https://github.com/dynamic-labs/dynamic-auth/commit/df2a93cd95b75b74dd47468faedad88c463b14de))
8
+
9
+ ## [5.8.0](https://github.com/dynamic-labs/dynamic-auth/compare/v5.7.0...v5.8.0) (2026-09-09)
10
+
11
+
12
+ ### Features
13
+
14
+ * **solana-core:** standalone sponsored ATA creation ([#12365](https://github.com/dynamic-labs/dynamic-auth/issues/12365)) ([ac2e776](https://github.com/dynamic-labs/dynamic-auth/commit/ac2e7769fcf91c868e961a227b8acb6347bf3f13))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * do not report wallets installed from a provider selection router ([#12340](https://github.com/dynamic-labs/dynamic-auth/issues/12340)) ([dac5546](https://github.com/dynamic-labs/dynamic-auth/commit/dac5546edf6004c37bd84dd2089d94952949230b))
20
+ * **screening:** soften the blocked-wallet copy to be provider-neutral ([#12358](https://github.com/dynamic-labs/dynamic-auth/issues/12358)) ([b4854d8](https://github.com/dynamic-labs/dynamic-auth/commit/b4854d88fa67f684be0e133edd5fd4a4bf5c7f37))
21
+ * show transaction amount when simulation returns no transfers ([#12355](https://github.com/dynamic-labs/dynamic-auth/issues/12355)) ([bfaf337](https://github.com/dynamic-labs/dynamic-auth/commit/bfaf337e5350970f71255baff065e0cdbccdc7ca))
22
+
2
23
  ## [5.7.0](https://github.com/dynamic-labs/dynamic-auth/compare/v5.6.1...v5.7.0) (2026-09-08)
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 = "5.7.0";
6
+ var version = "5.8.1";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "5.7.0";
2
+ var version = "5.8.1";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/locale",
3
- "version": "5.7.0",
3
+ "version": "5.8.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": "5.7.0"
23
+ "@dynamic-labs/assert-package-version": "5.8.1"
24
24
  },
25
25
  "peerDependencies": {}
26
26
  }
@@ -187,13 +187,13 @@ const translation = {
187
187
  content: 'Logging in is not available to persons in {{jurisdiction}} as you are in a sanctioned jurisdiction.',
188
188
  },
189
189
  /**
190
- * @description copy keys for chainalysis blocked wallet view
190
+ * @description copy keys for screening blocked wallet view
191
191
  * @default
192
192
  * {
193
193
  title: 'Access denied',
194
194
  }
195
195
  */
196
- dyn_chainalysis_blocked_wallet: {
196
+ dyn_screening_blocked_wallet: {
197
197
  title: 'Access denied',
198
198
  },
199
199
  /**
@@ -1647,15 +1647,17 @@ const translation = {
1647
1647
  warning_message: 'This network is not available, please update.',
1648
1648
  },
1649
1649
  /**
1650
- * @description copy keys for no access view
1650
+ * @description copy keys for no access view. The `screening` key drives the
1651
+ * blocked view for every screening provider and for customer-authored
1652
+ * screening policies, so its copy stays generic.
1651
1653
  * @default
1652
1654
  * {
1653
- chainalysis: {
1655
+ screening: {
1654
1656
  button_text: 'Try another method',
1655
- description: 'This wallet has been correlated to illicit activity and cannot access this site.',
1657
+ description: "Access was declined based on this site's security policy.",
1656
1658
  social_media_link_text: 'Why am I seeing this message?',
1657
1659
  social_media_link_url: 'https://docs.dynamic.xyz/docs',
1658
- title: 'This address seems corrupted.',
1660
+ title: "This wallet can't access this site.",
1659
1661
  },
1660
1662
  default: {
1661
1663
  button_text: 'Try another method',
@@ -1672,13 +1674,6 @@ const translation = {
1672
1674
  }
1673
1675
  */
1674
1676
  dyn_no_access: {
1675
- chainalysis: {
1676
- button_text: 'Try another method',
1677
- description: 'This wallet has been correlated to illicit activity and cannot access this site.',
1678
- social_media_link_text: 'Why am I seeing this message?',
1679
- social_media_link_url: 'https://docs.dynamic.xyz/docs',
1680
- title: 'This address seems corrupted.',
1681
- },
1682
1677
  default: {
1683
1678
  button_text: 'Try another method',
1684
1679
  description: 'You are not currently on the allow list.',
@@ -1690,6 +1685,13 @@ const translation = {
1690
1685
  title: 'You cannot access the site',
1691
1686
  },
1692
1687
  not_in_the_list_image_alt: 'user is not in the list',
1688
+ screening: {
1689
+ button_text: 'Try another method',
1690
+ description: "Access was declined based on this site's security policy.",
1691
+ social_media_link_text: 'Why am I seeing this message?',
1692
+ social_media_link_url: 'https://docs.dynamic.xyz/docs',
1693
+ title: "This wallet can't access this site.",
1694
+ },
1693
1695
  title: "You don't have access",
1694
1696
  },
1695
1697
  /**
@@ -181,13 +181,13 @@ export declare const translation: {
181
181
  content: string;
182
182
  };
183
183
  /**
184
- * @description copy keys for chainalysis blocked wallet view
184
+ * @description copy keys for screening blocked wallet view
185
185
  * @default
186
186
  * {
187
187
  title: 'Access denied',
188
188
  }
189
189
  */
190
- dyn_chainalysis_blocked_wallet: {
190
+ dyn_screening_blocked_wallet: {
191
191
  title: string;
192
192
  };
193
193
  /**
@@ -1643,15 +1643,17 @@ export declare const translation: {
1643
1643
  warning_message: string;
1644
1644
  };
1645
1645
  /**
1646
- * @description copy keys for no access view
1646
+ * @description copy keys for no access view. The `screening` key drives the
1647
+ * blocked view for every screening provider and for customer-authored
1648
+ * screening policies, so its copy stays generic.
1647
1649
  * @default
1648
1650
  * {
1649
- chainalysis: {
1651
+ screening: {
1650
1652
  button_text: 'Try another method',
1651
- description: 'This wallet has been correlated to illicit activity and cannot access this site.',
1653
+ description: "Access was declined based on this site's security policy.",
1652
1654
  social_media_link_text: 'Why am I seeing this message?',
1653
1655
  social_media_link_url: 'https://docs.dynamic.xyz/docs',
1654
- title: 'This address seems corrupted.',
1656
+ title: "This wallet can't access this site.",
1655
1657
  },
1656
1658
  default: {
1657
1659
  button_text: 'Try another method',
@@ -1668,24 +1670,24 @@ export declare const translation: {
1668
1670
  }
1669
1671
  */
1670
1672
  dyn_no_access: {
1671
- chainalysis: {
1673
+ default: {
1672
1674
  button_text: string;
1673
1675
  description: string;
1674
- social_media_link_text: string;
1675
- social_media_link_url: string;
1676
1676
  title: string;
1677
1677
  };
1678
- default: {
1678
+ gate: {
1679
1679
  button_text: string;
1680
1680
  description: string;
1681
1681
  title: string;
1682
1682
  };
1683
- gate: {
1683
+ not_in_the_list_image_alt: string;
1684
+ screening: {
1684
1685
  button_text: string;
1685
1686
  description: string;
1687
+ social_media_link_text: string;
1688
+ social_media_link_url: string;
1686
1689
  title: string;
1687
1690
  };
1688
- not_in_the_list_image_alt: string;
1689
1691
  title: string;
1690
1692
  };
1691
1693
  /**
@@ -183,13 +183,13 @@ const translation = {
183
183
  content: 'Logging in is not available to persons in {{jurisdiction}} as you are in a sanctioned jurisdiction.',
184
184
  },
185
185
  /**
186
- * @description copy keys for chainalysis blocked wallet view
186
+ * @description copy keys for screening blocked wallet view
187
187
  * @default
188
188
  * {
189
189
  title: 'Access denied',
190
190
  }
191
191
  */
192
- dyn_chainalysis_blocked_wallet: {
192
+ dyn_screening_blocked_wallet: {
193
193
  title: 'Access denied',
194
194
  },
195
195
  /**
@@ -1643,15 +1643,17 @@ const translation = {
1643
1643
  warning_message: 'This network is not available, please update.',
1644
1644
  },
1645
1645
  /**
1646
- * @description copy keys for no access view
1646
+ * @description copy keys for no access view. The `screening` key drives the
1647
+ * blocked view for every screening provider and for customer-authored
1648
+ * screening policies, so its copy stays generic.
1647
1649
  * @default
1648
1650
  * {
1649
- chainalysis: {
1651
+ screening: {
1650
1652
  button_text: 'Try another method',
1651
- description: 'This wallet has been correlated to illicit activity and cannot access this site.',
1653
+ description: "Access was declined based on this site's security policy.",
1652
1654
  social_media_link_text: 'Why am I seeing this message?',
1653
1655
  social_media_link_url: 'https://docs.dynamic.xyz/docs',
1654
- title: 'This address seems corrupted.',
1656
+ title: "This wallet can't access this site.",
1655
1657
  },
1656
1658
  default: {
1657
1659
  button_text: 'Try another method',
@@ -1668,13 +1670,6 @@ const translation = {
1668
1670
  }
1669
1671
  */
1670
1672
  dyn_no_access: {
1671
- chainalysis: {
1672
- button_text: 'Try another method',
1673
- description: 'This wallet has been correlated to illicit activity and cannot access this site.',
1674
- social_media_link_text: 'Why am I seeing this message?',
1675
- social_media_link_url: 'https://docs.dynamic.xyz/docs',
1676
- title: 'This address seems corrupted.',
1677
- },
1678
1673
  default: {
1679
1674
  button_text: 'Try another method',
1680
1675
  description: 'You are not currently on the allow list.',
@@ -1686,6 +1681,13 @@ const translation = {
1686
1681
  title: 'You cannot access the site',
1687
1682
  },
1688
1683
  not_in_the_list_image_alt: 'user is not in the list',
1684
+ screening: {
1685
+ button_text: 'Try another method',
1686
+ description: "Access was declined based on this site's security policy.",
1687
+ social_media_link_text: 'Why am I seeing this message?',
1688
+ social_media_link_url: 'https://docs.dynamic.xyz/docs',
1689
+ title: "This wallet can't access this site.",
1690
+ },
1689
1691
  title: "You don't have access",
1690
1692
  },
1691
1693
  /**