@xswap-link/sdk 0.10.1 → 0.10.3

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,5 +1,21 @@
1
1
  # @xswap-link/xswap-sdk
2
2
 
3
+ ## 0.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d479dd: refactor token address normalization and simplify props interface
8
+
9
+ ## 0.10.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 8b4ebd3: Normalized source and destination token addresses to lowercase
14
+ - 72c9a6d: Show my tokens on destination chain
15
+ - 1c74826: Fix importing custom tokens
16
+ - aaed8ae: Add font customization option
17
+ - 1ece684: Fix check for initial dst token lookup
18
+
3
19
  ## 0.10.1
4
20
 
5
21
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -165,8 +165,9 @@ type ModalIntegrationThemeStyles = {
165
165
  errorDark?: string;
166
166
  errorLight?: string;
167
167
  chainlinkLogo?: string;
168
+ fontFamily?: string;
168
169
  };
169
- type ModalIntegrationStyles = Pick<ModalIntegrationThemeStyles, "mainAccentLight" | "mainAccentDark" | "textSecondary"> & {
170
+ type ModalIntegrationStyles = Pick<ModalIntegrationThemeStyles, "mainAccentLight" | "mainAccentDark" | "textSecondary" | "fontFamily"> & {
170
171
  width?: string;
171
172
  };
172
173
  type ModalIntegrationPayload = {
package/dist/index.d.ts CHANGED
@@ -165,8 +165,9 @@ type ModalIntegrationThemeStyles = {
165
165
  errorDark?: string;
166
166
  errorLight?: string;
167
167
  chainlinkLogo?: string;
168
+ fontFamily?: string;
168
169
  };
169
- type ModalIntegrationStyles = Pick<ModalIntegrationThemeStyles, "mainAccentLight" | "mainAccentDark" | "textSecondary"> & {
170
+ type ModalIntegrationStyles = Pick<ModalIntegrationThemeStyles, "mainAccentLight" | "mainAccentDark" | "textSecondary" | "fontFamily"> & {
170
171
  width?: string;
171
172
  };
172
173
  type ModalIntegrationPayload = {