@dynamic-labs/wallet-book 2.0.2 → 2.1.0-alpha.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +14 -12
  2. package/_virtual/_tslib.cjs +1 -0
  3. package/_virtual/_tslib.js +1 -0
  4. package/package.json +4 -4
  5. package/src/build/sources/walletConnect/index.d.ts +10 -10
  6. package/src/components/BrandIcon.cjs +1 -0
  7. package/src/components/BrandIcon.js +1 -0
  8. package/src/components/WalletBookContext.cjs +1 -0
  9. package/src/components/WalletBookContext.js +1 -0
  10. package/src/components/WalletIcon.cjs +1 -0
  11. package/src/components/WalletIcon.js +1 -0
  12. package/src/helpers/findWalletBookWallet.cjs +1 -0
  13. package/src/helpers/findWalletBookWallet.js +1 -0
  14. package/src/helpers/findWalletGroup.cjs +1 -0
  15. package/src/helpers/findWalletGroup.js +1 -0
  16. package/src/helpers/findWalletGroupOverride.cjs +1 -0
  17. package/src/helpers/findWalletGroupOverride.js +1 -0
  18. package/src/helpers/getBrandIconUrl.cjs +1 -0
  19. package/src/helpers/getBrandIconUrl.js +1 -0
  20. package/src/helpers/getWalletBookCdnUrl.cjs +1 -0
  21. package/src/helpers/getWalletBookCdnUrl.js +1 -0
  22. package/src/helpers/getWalletBookWallet.cjs +1 -0
  23. package/src/helpers/getWalletBookWallet.js +1 -0
  24. package/src/helpers/getWalletGroup.cjs +1 -0
  25. package/src/helpers/getWalletGroup.js +1 -0
  26. package/src/helpers/getWalletIconUrl.cjs +1 -0
  27. package/src/helpers/getWalletIconUrl.js +1 -0
  28. package/src/helpers/getWalletLinks.cjs +1 -0
  29. package/src/helpers/getWalletLinks.js +1 -0
  30. package/src/helpers/getWalletPrimaryColor.cjs +1 -0
  31. package/src/helpers/getWalletPrimaryColor.js +1 -0
  32. package/src/helpers/logger.cjs +1 -0
  33. package/src/helpers/logger.js +1 -0
  34. package/src/helpers/renderTemplate.cjs +1 -0
  35. package/src/helpers/renderTemplate.js +1 -0
  36. package/src/hooks/useWalletBookCdn.cjs +1 -0
  37. package/src/hooks/useWalletBookCdn.js +1 -0
  38. package/src/hooks/useWalletBookContext.cjs +1 -0
  39. package/src/hooks/useWalletBookContext.js +1 -0
  40. package/src/index.cjs +1 -0
  41. package/src/index.js +1 -0
  42. package/src/schemas/utils/filterEmptyObject.cjs +1 -0
  43. package/src/schemas/utils/filterEmptyObject.js +1 -0
  44. package/src/schemas/utils/nonEmptyString.cjs +1 -0
  45. package/src/schemas/utils/nonEmptyString.js +1 -0
  46. package/src/schemas/utils/nonEmptyStringArray.cjs +1 -0
  47. package/src/schemas/utils/nonEmptyStringArray.js +1 -0
  48. package/src/schemas/utils/transformAndroidId.cjs +1 -0
  49. package/src/schemas/utils/transformAndroidId.js +1 -0
  50. package/src/schemas/utils/transformChromeExtensionId.cjs +1 -0
  51. package/src/schemas/utils/transformChromeExtensionId.js +1 -0
  52. package/src/schemas/utils/transformEdgeExtensionId.cjs +1 -0
  53. package/src/schemas/utils/transformEdgeExtensionId.js +1 -0
  54. package/src/schemas/utils/transformFirefoxExtensionId.cjs +1 -0
  55. package/src/schemas/utils/transformFirefoxExtensionId.js +1 -0
  56. package/src/schemas/utils/transformIosId.cjs +1 -0
  57. package/src/schemas/utils/transformIosId.js +1 -0
  58. package/src/schemas/walletBookSchema.cjs +1 -0
  59. package/src/schemas/walletBookSchema.js +1 -0
  60. package/src/schemas/walletConnectSourceSchema.cjs +1 -0
  61. package/src/schemas/walletConnectSourceSchema.js +1 -0
  62. package/src/schemas/walletGroup.cjs +1 -0
  63. package/src/schemas/walletGroup.js +1 -0
  64. package/src/schemas/walletSchema.cjs +1 -0
  65. package/src/schemas/walletSchema.js +1 -0
  66. package/wallet-book-fallbacks.cjs +1 -0
  67. package/wallet-book-fallbacks.js +1 -0
package/CHANGELOG.md CHANGED
@@ -1,24 +1,26 @@
1
1
 
2
- ### [2.0.2](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.1...v2.0.2) (2024-04-19)
3
-
4
-
5
- ### Bug Fixes
6
-
7
- * buffer polyfill for utils package ([#5404](https://github.com/dynamic-labs/DynamicAuth/issues/5404)) ([#5405](https://github.com/dynamic-labs/DynamicAuth/issues/5405)) ([679c197](https://github.com/dynamic-labs/DynamicAuth/commit/679c197a52969a0db614ed280d7b9a0bf172bf72))
8
-
9
- ### [2.0.1](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.0...v2.0.1) (2024-04-18)
2
+ ## [2.1.0-alpha.1](https://github.com/dynamic-labs/DynamicAuth/compare/v2.1.0-alpha.0...v2.1.0-alpha.1) (2024-04-18)
10
3
 
11
4
 
12
5
  ### Features
13
6
 
14
- * add redirectUri to farcaster connect ([#5373](https://github.com/dynamic-labs/DynamicAuth/issues/5373)) ([#5383](https://github.com/dynamic-labs/DynamicAuth/issues/5383)) ([d031d7e](https://github.com/dynamic-labs/DynamicAuth/commit/d031d7ee5705de5ec83ef328f03633d5f3524786))
7
+ * add frame metadata to demo index page ([#5327](https://github.com/dynamic-labs/DynamicAuth/issues/5327)) ([34a071a](https://github.com/dynamic-labs/DynamicAuth/commit/34a071af8faa8a867ad747ec2a607056a883568d))
8
+ * add MfaChooseDeviceView and MfaSecureDeviceView ([#5343](https://github.com/dynamic-labs/DynamicAuth/issues/5343)) ([4c39b1c](https://github.com/dynamic-labs/DynamicAuth/commit/4c39b1c34b5091190b095770e95a733c8f458ca2)), closes [#5356](https://github.com/dynamic-labs/DynamicAuth/issues/5356)
9
+ * add redirectUri to farcaster connect ([#5373](https://github.com/dynamic-labs/DynamicAuth/issues/5373)) ([ed13fc2](https://github.com/dynamic-labs/DynamicAuth/commit/ed13fc2948e06df0017ac122db54aca44f264a6d))
10
+ * add useMfa hook ([#5337](https://github.com/dynamic-labs/DynamicAuth/issues/5337)) ([a7682ba](https://github.com/dynamic-labs/DynamicAuth/commit/a7682ba10fd0f0809af802e0172154726f1bd857))
11
+ * headless create session and is session active ([#5346](https://github.com/dynamic-labs/DynamicAuth/issues/5346)) ([a787bbc](https://github.com/dynamic-labs/DynamicAuth/commit/a787bbcbb44104d2d0bd263579bd87a78453681d))
12
+ * secure enclave wallet generate one-time code headless ([#5329](https://github.com/dynamic-labs/DynamicAuth/issues/5329)) ([cab80a2](https://github.com/dynamic-labs/DynamicAuth/commit/cab80a2bfa77e48263d47cdcb813c54ef5b831d5))
15
13
 
16
14
 
17
15
  ### Bug Fixes
18
16
 
19
- * copy and ui fixes ([#5367](https://github.com/dynamic-labs/DynamicAuth/issues/5367)) ([e39ea97](https://github.com/dynamic-labs/DynamicAuth/commit/e39ea97d98de6b7087c24f2326a5fdc07ab9c8c3))
20
- * bitcoin connector improvements
21
- * solana package improvements ([#5360](https://github.com/dynamic-labs/DynamicAuth/issues/5360)) ([#5385](https://github.com/dynamic-labs/DynamicAuth/issues/5385)) ([9010bce](https://github.com/dynamic-labs/DynamicAuth/commit/9010bcebb4b0f2d293d517347187d38accbac0d3))
17
+ * always stringify the message before signing a message using walletUiUtils ([#5325](https://github.com/dynamic-labs/DynamicAuth/issues/5325)) ([7abf094](https://github.com/dynamic-labs/DynamicAuth/commit/7abf09456e30ad0657892e9ba58d7391f0f430e6))
18
+ * bitcoin network connector sendBitcoin methods updates ([#5369](https://github.com/dynamic-labs/DynamicAuth/issues/5369)) ([e9bf444](https://github.com/dynamic-labs/DynamicAuth/commit/e9bf444122ee86030d85b84ede96bdfb9772425e))
19
+ * buffer missing when using buffer util function ([#5360](https://github.com/dynamic-labs/DynamicAuth/issues/5360)) ([e998e46](https://github.com/dynamic-labs/DynamicAuth/commit/e998e464bd2671a82aa271b407a7d8fc49a16bd0))
20
+ * embedded solana send transaction shouldn't sign a signed transaction ([#5357](https://github.com/dynamic-labs/DynamicAuth/issues/5357)) ([c2ae2fa](https://github.com/dynamic-labs/DynamicAuth/commit/c2ae2faa509b62fc5ceb345fbc0f0b47217bf4b0))
21
+ * use network.name if vanity name is missing ([#5338](https://github.com/dynamic-labs/DynamicAuth/issues/5338)) ([34ec2ae](https://github.com/dynamic-labs/DynamicAuth/commit/34ec2ae5c4dad5376a3b9c5a07221f68a2f7756c))
22
+
23
+ ## [2.1.0-alpha.0](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.0-alpha.32...v2.1.0-alpha.0) (2024-04-15)
22
24
 
23
25
  ## [2.0.0-alpha.32](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2024-04-15)
24
26
 
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  /******************************************************************************
2
3
  Copyright (c) Microsoft Corporation.
3
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "2.0.2",
3
+ "version": "2.1.0-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "zod": "3.22.4",
29
- "@dynamic-labs/iconic": "2.0.2",
30
- "@dynamic-labs/logger": "2.0.2",
31
- "@dynamic-labs/utils": "2.0.2",
29
+ "@dynamic-labs/iconic": "2.1.0-alpha.1",
30
+ "@dynamic-labs/logger": "2.1.0-alpha.1",
31
+ "@dynamic-labs/utils": "2.1.0-alpha.1",
32
32
  "util": "0.12.5"
33
33
  },
34
34
  "peerDependencies": {
@@ -1,4 +1,12 @@
1
1
  export declare const walletConnectSourceData: Record<string, {
2
+ id: string;
3
+ metadata: {
4
+ shortName: string | null;
5
+ colors: {
6
+ primary: string | null;
7
+ secondary: string | null;
8
+ };
9
+ };
2
10
  name: string;
3
11
  chains: string[];
4
12
  desktop: {
@@ -28,7 +36,6 @@ export declare const walletConnectSourceData: Record<string, {
28
36
  category: string | null;
29
37
  description: string | null;
30
38
  homepage: string;
31
- id: string;
32
39
  image_id: string;
33
40
  image_url: {
34
41
  lg: string;
@@ -39,22 +46,15 @@ export declare const walletConnectSourceData: Record<string, {
39
46
  injected_id: string;
40
47
  namespace: string;
41
48
  }[] | null;
42
- metadata: {
43
- shortName: string | null;
44
- colors: {
45
- primary: string | null;
46
- secondary: string | null;
47
- };
48
- };
49
49
  slug: string;
50
50
  updatedAt: string;
51
51
  versions: string[];
52
52
  supported_standards?: {
53
53
  id: string;
54
- standard_id: number;
55
- standard_prefix: string;
56
54
  title: string;
57
55
  url: string;
56
+ standard_id: number;
57
+ standard_prefix: string;
58
58
  }[] | undefined;
59
59
  }>;
60
60
  export declare const walletConnectTransformedData: Promise<Record<string, {
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { __rest } from '../../_virtual/_tslib.js';
2
3
  import { useState, createElement, Fragment } from 'react';
3
4
  import { getDefaultWalletIconUrl } from '../helpers/getWalletIconUrl.js';
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { createContext, createElement } from 'react';
2
3
 
3
4
  const WalletBookContext = createContext({});
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { __rest } from '../../_virtual/_tslib.js';
2
3
  import { useState, createElement, Fragment } from 'react';
3
4
  import { getWalletIconUrl, getDefaultWalletIconUrl } from '../helpers/getWalletIconUrl.js';
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { getWalletBookWallet } from './getWalletBookWallet.js';
2
3
 
3
4
  const findWalletBookWallet = (walletBook, walletKey) => {
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { getWalletGroup } from './getWalletGroup.js';
2
3
  import { logger } from './logger.js';
3
4
 
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { findWalletGroup } from './findWalletGroup.js';
2
3
 
3
4
  const findWalletGroupOverride = (walletBook, groupKey, walletKey) => {
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { renderTemplate } from './renderTemplate.js';
2
3
 
3
4
  const getBrandIconUrl = (brand) => {
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  /* eslint-disable arrow-body-style */
2
3
  // This method needs to be wrapped correctly to avoid bundler issues
3
4
  // that may update process.env variable via custom configs in customers apps
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  const getWalletBookWallet = (walletBook, walletKey, walletFallback) => {
2
3
  var _a, _b, _c;
3
4
  if (!walletKey)
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  const getWalletGroup = (walletBook, key) => {
2
3
  const group = walletBook.groups[key];
3
4
  if (!group)
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { getWalletBookWallet } from './getWalletBookWallet.js';
2
3
  import { getBrandIconUrl } from './getBrandIconUrl.js';
3
4
  import { logger } from './logger.js';
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { findWalletBookWallet } from './findWalletBookWallet.js';
2
3
  import { renderTemplate } from './renderTemplate.js';
3
4
 
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { getWalletBookWallet } from './getWalletBookWallet.js';
2
3
 
3
4
  const getWalletPrimaryColor = (walletBook, walletKey) => {
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { Logger } from '@dynamic-labs/logger';
2
3
 
3
4
  const logger = new Logger('WalletBook');
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { getIconicSpriteUrl } from '@dynamic-labs/iconic';
2
3
 
3
4
  const TEMPLATES = {
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { __awaiter } from '../../_virtual/_tslib.js';
2
3
  import { useState, useEffect } from 'react';
3
4
  import { retryableFn } from '@dynamic-labs/utils';
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { useContext } from 'react';
2
3
  import '../../_virtual/_tslib.js';
3
4
  import '../helpers/renderTemplate.js';
package/src/index.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
package/src/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  export { getWalletIconUrl } from './helpers/getWalletIconUrl.js';
2
3
  export { getWalletBookWallet } from './helpers/getWalletBookWallet.js';
3
4
  export { getWalletLinks } from './helpers/getWalletLinks.js';
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  /**
2
3
  * Returns undefined if an object values are all nullish
3
4
  * @param val object
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { z } from 'zod';
2
3
 
3
4
  /**
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { z } from 'zod';
2
3
 
3
4
  /**
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  const transformAndroidId = (url) => {
2
3
  if (!(url === null || url === void 0 ? void 0 : url.match(/^https?:\/\//)))
3
4
  return url;
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  const transformChromeExtensionId = (url) => {
2
3
  if (url === null || url === void 0 ? void 0 : url.match(/^[a-z]{32}$/))
3
4
  return url;
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  const transformEdgeExtensionId = (url) => {
2
3
  if (url === null || url === void 0 ? void 0 : url.match(/^[a-z]{32}$/))
3
4
  return url;
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  const transformFirefoxExtensionId = (url) => {
2
3
  if (!(url === null || url === void 0 ? void 0 : url.match(/^https?:\/\//)))
3
4
  return url;
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  const idRegex = /^id[0-9]{1,36}$/;
2
3
  const transformIosId = (url) => {
3
4
  if (url === null || url === void 0 ? void 0 : url.match(idRegex))
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { z } from 'zod';
2
3
  import { walletSchema } from './walletSchema.js';
3
4
  import { walletGroupSchema } from './walletGroup.js';
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { z } from 'zod';
2
3
 
3
4
  const walletConnectSourceValueSchema = z
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { z } from 'zod';
2
3
  import { nonEmptyString } from './utils/nonEmptyString.js';
3
4
  import { brandSchema } from './walletSchema.js';
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  import { z, string } from 'zod';
2
3
  import { nonEmptyString } from './utils/nonEmptyString.js';
3
4
  import { transformChromeExtensionId } from './utils/transformChromeExtensionId.js';
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,3 +1,4 @@
1
+ 'use client'
1
2
  var groups = {
2
3
  argentx: {
3
4
  brand: {