@dynamic-labs/locale 5.8.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,11 @@
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
+
2
9
  ## [5.8.0](https://github.com/dynamic-labs/dynamic-auth/compare/v5.7.0...v5.8.0) (2026-09-09)
3
10
 
4
11
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "5.8.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.8.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.8.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.8.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,12 +1647,12 @@ 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. The `chainalysis` key name is
1651
- * historical: it drives the blocked view for every screening provider and for
1652
- * customer-authored screening policies, so its copy stays generic.
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.
1653
1653
  * @default
1654
1654
  * {
1655
- chainalysis: {
1655
+ screening: {
1656
1656
  button_text: 'Try another method',
1657
1657
  description: "Access was declined based on this site's security policy.",
1658
1658
  social_media_link_text: 'Why am I seeing this message?',
@@ -1674,13 +1674,6 @@ const translation = {
1674
1674
  }
1675
1675
  */
1676
1676
  dyn_no_access: {
1677
- chainalysis: {
1678
- button_text: 'Try another method',
1679
- description: "Access was declined based on this site's security policy.",
1680
- social_media_link_text: 'Why am I seeing this message?',
1681
- social_media_link_url: 'https://docs.dynamic.xyz/docs',
1682
- title: "This wallet can't access this site.",
1683
- },
1684
1677
  default: {
1685
1678
  button_text: 'Try another method',
1686
1679
  description: 'You are not currently on the allow list.',
@@ -1692,6 +1685,13 @@ const translation = {
1692
1685
  title: 'You cannot access the site',
1693
1686
  },
1694
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
+ },
1695
1695
  title: "You don't have access",
1696
1696
  },
1697
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,12 +1643,12 @@ export declare const translation: {
1643
1643
  warning_message: string;
1644
1644
  };
1645
1645
  /**
1646
- * @description copy keys for no access view. The `chainalysis` key name is
1647
- * historical: it drives the blocked view for every screening provider and for
1648
- * customer-authored screening policies, so its copy stays generic.
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.
1649
1649
  * @default
1650
1650
  * {
1651
- chainalysis: {
1651
+ screening: {
1652
1652
  button_text: 'Try another method',
1653
1653
  description: "Access was declined based on this site's security policy.",
1654
1654
  social_media_link_text: 'Why am I seeing this message?',
@@ -1670,24 +1670,24 @@ export declare const translation: {
1670
1670
  }
1671
1671
  */
1672
1672
  dyn_no_access: {
1673
- chainalysis: {
1673
+ default: {
1674
1674
  button_text: string;
1675
1675
  description: string;
1676
- social_media_link_text: string;
1677
- social_media_link_url: string;
1678
1676
  title: string;
1679
1677
  };
1680
- default: {
1678
+ gate: {
1681
1679
  button_text: string;
1682
1680
  description: string;
1683
1681
  title: string;
1684
1682
  };
1685
- gate: {
1683
+ not_in_the_list_image_alt: string;
1684
+ screening: {
1686
1685
  button_text: string;
1687
1686
  description: string;
1687
+ social_media_link_text: string;
1688
+ social_media_link_url: string;
1688
1689
  title: string;
1689
1690
  };
1690
- not_in_the_list_image_alt: string;
1691
1691
  title: string;
1692
1692
  };
1693
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,12 +1643,12 @@ 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. The `chainalysis` key name is
1647
- * historical: it drives the blocked view for every screening provider and for
1648
- * customer-authored screening policies, so its copy stays generic.
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.
1649
1649
  * @default
1650
1650
  * {
1651
- chainalysis: {
1651
+ screening: {
1652
1652
  button_text: 'Try another method',
1653
1653
  description: "Access was declined based on this site's security policy.",
1654
1654
  social_media_link_text: 'Why am I seeing this message?',
@@ -1670,13 +1670,6 @@ const translation = {
1670
1670
  }
1671
1671
  */
1672
1672
  dyn_no_access: {
1673
- chainalysis: {
1674
- button_text: 'Try another method',
1675
- description: "Access was declined based on this site's security policy.",
1676
- social_media_link_text: 'Why am I seeing this message?',
1677
- social_media_link_url: 'https://docs.dynamic.xyz/docs',
1678
- title: "This wallet can't access this site.",
1679
- },
1680
1673
  default: {
1681
1674
  button_text: 'Try another method',
1682
1675
  description: 'You are not currently on the allow list.',
@@ -1688,6 +1681,13 @@ const translation = {
1688
1681
  title: 'You cannot access the site',
1689
1682
  },
1690
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
+ },
1691
1691
  title: "You don't have access",
1692
1692
  },
1693
1693
  /**