@nexus-cross/dapp-ui 1.3.13 → 1.3.14

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/dist/index.d.cts CHANGED
@@ -21,6 +21,14 @@ type AppsConfig = {
21
21
  bridgePoweredBy?: {
22
22
  url?: RemoteEnvValue<string>;
23
23
  };
24
+ /**
25
+ * 약관 문서 링크. 브릿지 약관 동의 모달의 Terms of Service 링크가 읽는다 —
26
+ * cross-game-swap의 legal.json과 같은 운영 방식(무배포 교체). 호출부가
27
+ * `termsUrl` prop을 넘기면 그 값이 우선, 값이 없으면 DEFAULT_TERMS_URL 폴백.
28
+ */
29
+ legal?: {
30
+ termsUrl?: RemoteEnvValue<string>;
31
+ };
24
32
  /**
25
33
  * Get ONEUSD chooser action visibility. Swap/Bridge default to enabled;
26
34
  * Transfer Crypto defaults to disabled when remote config is unavailable.
package/dist/index.d.ts CHANGED
@@ -21,6 +21,14 @@ type AppsConfig = {
21
21
  bridgePoweredBy?: {
22
22
  url?: RemoteEnvValue<string>;
23
23
  };
24
+ /**
25
+ * 약관 문서 링크. 브릿지 약관 동의 모달의 Terms of Service 링크가 읽는다 —
26
+ * cross-game-swap의 legal.json과 같은 운영 방식(무배포 교체). 호출부가
27
+ * `termsUrl` prop을 넘기면 그 값이 우선, 값이 없으면 DEFAULT_TERMS_URL 폴백.
28
+ */
29
+ legal?: {
30
+ termsUrl?: RemoteEnvValue<string>;
31
+ };
24
32
  /**
25
33
  * Get ONEUSD chooser action visibility. Swap/Bridge default to enabled;
26
34
  * Transfer Crypto defaults to disabled when remote config is unavailable.