@funkit/connect 2.0.6 → 3.0.0-next.0

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 (183) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/__private__/index.d.ts +2 -0
  3. package/dist/{chunk-I24HX4XM.js → chunk-O57HO5YO.js} +9 -5
  4. package/dist/{chunk-BZPWFPPL.js → chunk-T74JTC6K.js} +25 -14
  5. package/dist/{chunk-3AR2EI7X.js → chunk-X5AJP4CF.js} +25 -14
  6. package/dist/components/Box/Box.d.ts +49 -45
  7. package/dist/components/ChainModal/Chain.d.ts +2 -1
  8. package/dist/components/CloseButton/CloseButton.d.ts +1 -2
  9. package/dist/components/ConnectButton/ConnectButtonRenderer.d.ts +1 -0
  10. package/dist/components/DevTest/DevEmbed.d.ts +2 -0
  11. package/dist/components/Dialog/Dialog.css.d.ts +2 -1
  12. package/dist/components/Dialog/DialogContent.css.d.ts +3 -3
  13. package/dist/components/Dialog/DialogContent.d.ts +3 -6
  14. package/dist/components/FunAlert/FunAlert.d.ts +5 -0
  15. package/dist/components/FunAsset/FunAssetBadge.d.ts +9 -0
  16. package/dist/components/FunAsset/FunAssetItem.d.ts +11 -0
  17. package/dist/components/FunBadge/FunBadge.d.ts +10 -3
  18. package/dist/components/FunBottomBar/FunBottomBar.css.d.ts +2 -0
  19. package/dist/components/FunBottomBar/FunBottomBar.d.ts +10 -0
  20. package/dist/components/FunButton/FunButton.d.ts +6 -7
  21. package/dist/components/FunButton/FunIconButton.d.ts +4 -2
  22. package/dist/components/FunCallToAction/FunCallToAction.d.ts +10 -0
  23. package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryTransaction.css.d.ts +4 -0
  24. package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryTransaction.d.ts +8 -0
  25. package/dist/components/FunCheckoutHistoryModal/FunCheckoutStatus.d.ts +7 -0
  26. package/dist/components/FunCheckoutModal/FunCheckoutConfirmationStep.d.ts +3 -1
  27. package/dist/components/FunCheckoutModal/FunCheckoutConnectExchangeStep.d.ts +11 -0
  28. package/dist/components/FunCheckoutModal/FunCheckoutInputAmountStep.d.ts +5 -2
  29. package/dist/components/FunCheckoutModal/FunCheckoutModal.d.ts +1 -0
  30. package/dist/components/FunConnectOptions/ConnectDetails.d.ts +4 -3
  31. package/dist/components/FunConnectOptions/FunConnectOptions.d.ts +6 -5
  32. package/dist/components/FunConnectOptions/FunConnectResultStep.d.ts +14 -0
  33. package/dist/components/FunConnectOptions/FunFarcasterConnectingStep.d.ts +2 -3
  34. package/dist/components/FunConnectOptions/FunSignInStep.d.ts +2 -1
  35. package/dist/components/FunConnectOptions/FunWeb2ConnectingStep.d.ts +1 -3
  36. package/dist/components/FunConnectOptions/FunWeb3ConnectingStep.d.ts +5 -4
  37. package/dist/components/FunContainer/FunContainer.d.ts +3 -5
  38. package/dist/components/FunDivider/FunDivider.css.d.ts +1 -0
  39. package/dist/components/FunDivider/FunDivider.d.ts +6 -3
  40. package/dist/components/FunGuarantees/FunGuarantees.d.ts +7 -0
  41. package/dist/components/FunInput/FunInput.css.d.ts +1 -0
  42. package/dist/components/FunInput/FunInput.d.ts +12 -11
  43. package/dist/components/FunInput/FunTextAreaInput.d.ts +3 -4
  44. package/dist/components/FunInput/FunTwoFaInput.d.ts +4 -2
  45. package/dist/components/FunMessage/FunMessage.d.ts +9 -0
  46. package/dist/components/FunModalTitleSection/FunModalTitleSection.d.ts +7 -5
  47. package/dist/components/FunModalTitleSection/FunModalTitleSectionCountdown.d.ts +7 -0
  48. package/dist/components/FunNoResults/FunNoResults.d.ts +2 -0
  49. package/dist/components/FunNotification/FunNotification.d.ts +5 -1
  50. package/dist/components/FunOptionBox/FunOptionBox.css.d.ts +1 -0
  51. package/dist/components/FunOptionBox/FunOptionBox.d.ts +13 -0
  52. package/dist/components/FunPaymentMethodItem/FunPaymentMethodItem.d.ts +11 -0
  53. package/dist/components/FunPayments/FunPaymentMeshType.d.ts +3 -3
  54. package/dist/components/FunPayments/FunPaymentMethods.d.ts +3 -4
  55. package/dist/components/FunPayments/FunPaymentSetup.d.ts +4 -4
  56. package/dist/components/FunSelect/FunSelect.d.ts +3 -21
  57. package/dist/components/FunSelectBrokerage/FunBrokerageItem.css.d.ts +1 -0
  58. package/dist/components/FunSelectBrokerage/FunBrokerageItem.d.ts +9 -0
  59. package/dist/components/FunSelectBrokerage/FunSelectBrokerage.css.d.ts +1 -0
  60. package/dist/components/FunSelectBrokerage/FunSelectBrokerage.d.ts +9 -0
  61. package/dist/components/FunSocials/FunSocials.d.ts +9 -0
  62. package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +5 -20
  63. package/dist/components/FunkitProvider/FunkitThemeProvider.d.ts +88 -12
  64. package/dist/components/FunkitProvider/FunkitWeb2Provider.d.ts +1 -0
  65. package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +1 -0
  66. package/dist/components/GradientLoader/GradientLoader.css.d.ts +1 -0
  67. package/dist/components/GradientLoader/GradientLoader.d.ts +2 -0
  68. package/dist/components/Icons/AlpacaIcon.d.ts +3 -1
  69. package/dist/components/Icons/ArrowIcon.d.ts +9 -0
  70. package/dist/components/Icons/BinanceIcon.d.ts +3 -1
  71. package/dist/components/Icons/CexloIcon.d.ts +3 -1
  72. package/dist/components/Icons/{Copied.d.ts → Checked.d.ts} +1 -1
  73. package/dist/components/Icons/{NoAssetsFoundIcon.d.ts → CloseIcon.d.ts} +1 -1
  74. package/dist/components/Icons/CopyDoubleIcon.d.ts +2 -0
  75. package/dist/components/Icons/CryptoIcon.d.ts +2 -0
  76. package/dist/components/Icons/EtoroIcon.d.ts +3 -1
  77. package/dist/components/Icons/FunLogoIcon.d.ts +2 -0
  78. package/dist/components/Icons/GeminiIcon.d.ts +3 -1
  79. package/dist/components/Icons/GreenRoundCheckmark.d.ts +4 -0
  80. package/dist/components/Icons/HandIcon.d.ts +2 -0
  81. package/dist/components/Icons/Icons.css.d.ts +0 -1
  82. package/dist/components/Icons/Info.d.ts +3 -2
  83. package/dist/components/Icons/LockIcon.d.ts +2 -0
  84. package/dist/components/Icons/LogoutIcon.d.ts +3 -1
  85. package/dist/components/Icons/MailIcon.d.ts +2 -0
  86. package/dist/components/Icons/MoonPayLogoIcon.d.ts +2 -0
  87. package/dist/components/Icons/OkcoinIcon.d.ts +3 -1
  88. package/dist/components/Icons/PhoneIcon.d.ts +2 -0
  89. package/dist/components/Icons/PublicIcon.d.ts +3 -1
  90. package/dist/components/Icons/ReceiptIcon.d.ts +3 -1
  91. package/dist/components/Icons/RedRoundErrorCross.d.ts +4 -0
  92. package/dist/components/Icons/RobinhoodIcon.d.ts +3 -1
  93. package/dist/components/Icons/SearchSkeletonIcon.d.ts +2 -0
  94. package/dist/components/Icons/SelectDropdownIcon.d.ts +2 -0
  95. package/dist/components/Icons/SettingsIcon.d.ts +3 -1
  96. package/dist/components/Icons/ShieldIcon.d.ts +2 -0
  97. package/dist/components/Icons/SocialsIcon.d.ts +2 -0
  98. package/dist/components/Icons/Spinner.d.ts +3 -1
  99. package/dist/components/Icons/StatusIcons.d.ts +7 -3
  100. package/dist/components/Icons/TwoFaIcon.d.ts +2 -0
  101. package/dist/components/Icons/WalletIcon.d.ts +1 -0
  102. package/dist/components/Icons/WeBullIcon.d.ts +3 -1
  103. package/dist/components/ModalSelection/ModalSelection.d.ts +2 -1
  104. package/dist/components/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.css.d.ts +1 -0
  105. package/dist/components/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.d.ts +7 -0
  106. package/dist/components/ProfileDetails/FunProfileViews/Home/index.d.ts +6 -1
  107. package/dist/components/ProfileDetails/ProfileDetails.d.ts +1 -0
  108. package/dist/config/getDefaultConfig.d.ts +33 -0
  109. package/dist/consts/funkit.d.ts +8 -0
  110. package/dist/css/sprinkles.css.d.ts +93 -51
  111. package/dist/hooks/useDynamicFont.d.ts +5 -0
  112. package/dist/hooks/useInterval.d.ts +1 -0
  113. package/dist/hooks/useMesh.d.ts +5 -4
  114. package/dist/hooks/useScrollDivider.d.ts +11 -0
  115. package/dist/index.css +2679 -1481
  116. package/dist/index.d.ts +1 -0
  117. package/dist/index.js +10375 -8912
  118. package/dist/themes/baseTheme.d.ts +1 -1
  119. package/dist/themes/baseTheme.js +1 -1
  120. package/dist/themes/darkTheme.d.ts +22 -3
  121. package/dist/themes/darkTheme.js +2 -2
  122. package/dist/themes/lightTheme.d.ts +22 -3
  123. package/dist/themes/lightTheme.js +2 -2
  124. package/dist/utils/assets.d.ts +25 -0
  125. package/dist/utils/checkout.d.ts +7 -2
  126. package/dist/utils/formatTimestamp.d.ts +2 -1
  127. package/dist/wallets/useWalletConnectors.d.ts +1 -0
  128. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  129. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  130. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  131. package/dist/wallets/walletConnectors/chunk-32KBKKGT.js +182 -0
  132. package/dist/wallets/walletConnectors/chunk-3CLNL7LR.js +73 -0
  133. package/dist/wallets/walletConnectors/chunk-5CBRIEFK.js +94 -0
  134. package/dist/wallets/walletConnectors/chunk-5NAFNTDG.js +71 -0
  135. package/dist/wallets/walletConnectors/chunk-6LHOZPKY.js +101 -0
  136. package/dist/wallets/walletConnectors/chunk-7GGRZNT3.js +96 -0
  137. package/dist/wallets/walletConnectors/chunk-A7DLL4TF.js +102 -0
  138. package/dist/wallets/walletConnectors/chunk-AJKRYTH2.js +92 -0
  139. package/dist/wallets/walletConnectors/chunk-BNNARTHK.js +105 -0
  140. package/dist/wallets/walletConnectors/chunk-CMXZK5RR.js +94 -0
  141. package/dist/wallets/walletConnectors/chunk-CVGDYGHA.js +60 -0
  142. package/dist/wallets/walletConnectors/chunk-EWPQ4636.js +73 -0
  143. package/dist/wallets/walletConnectors/chunk-F4EJ42XO.js +105 -0
  144. package/dist/wallets/walletConnectors/chunk-FL2VIO76.js +71 -0
  145. package/dist/wallets/walletConnectors/chunk-IIJOJ6AD.js +102 -0
  146. package/dist/wallets/walletConnectors/chunk-IXI5EXND.js +95 -0
  147. package/dist/wallets/walletConnectors/chunk-KZFAL4RZ.js +27 -0
  148. package/dist/wallets/walletConnectors/chunk-LJRV5JY7.js +95 -0
  149. package/dist/wallets/walletConnectors/chunk-MSRKKVDE.js +98 -0
  150. package/dist/wallets/walletConnectors/chunk-OBYMPVH3.js +182 -0
  151. package/dist/wallets/walletConnectors/chunk-OKZSWAPF.js +60 -0
  152. package/dist/wallets/walletConnectors/chunk-OYKWP3N3.js +60 -0
  153. package/dist/wallets/walletConnectors/chunk-OYW4TIA3.js +81 -0
  154. package/dist/wallets/walletConnectors/chunk-P4BVOAJC.js +98 -0
  155. package/dist/wallets/walletConnectors/chunk-RCUBLYVS.js +96 -0
  156. package/dist/wallets/walletConnectors/chunk-YUIRWCAS.js +101 -0
  157. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  158. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  159. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  160. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  161. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  162. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  163. package/dist/wallets/walletConnectors/index.js +61 -61
  164. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  165. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  166. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  167. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  168. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  169. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  170. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  171. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  172. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  173. package/package.json +4 -4
  174. package/dist/components/FunButton/FunTermsAndConditionsTextButton.d.ts +0 -2
  175. package/dist/components/FunConnectOptions/FunConnectErrorStep.d.ts +0 -10
  176. package/dist/components/Icons/Back.d.ts +0 -2
  177. package/dist/components/Icons/Close.d.ts +0 -2
  178. package/dist/components/Icons/FunBackIcon.d.ts +0 -2
  179. package/dist/components/ModalSelection/ModalSelection.css.d.ts +0 -1
  180. package/dist/components/QRCode/QRCode.css.d.ts +0 -1
  181. package/dist/fun-error-AZCFCLIM.js +0 -6
  182. /package/dist/components/{FunDevTestModal → DevTest}/FunDevTestModal.d.ts +0 -0
  183. /package/dist/components/Icons/{Success.d.ts → SuccessIcon.d.ts} +0 -0
@@ -8,11 +8,12 @@ type Props = {
8
8
  name: string;
9
9
  iconUrl: string | (() => Promise<string>);
10
10
  iconBackground?: string;
11
+ icon?: React.ReactNode;
11
12
  testId?: string;
12
13
  isFunkitSdkConnector?: boolean;
13
14
  };
14
15
  export declare const ModalSelection: {
15
- ({ as, currentlySelected, iconBackground, iconUrl, name, onClick, ready, recent, testId, isFunkitSdkConnector, ...urlProps }: Props): React.JSX.Element;
16
+ ({ as, currentlySelected, iconBackground, iconUrl, icon, name, onClick, ready, recent, testId, isFunkitSdkConnector, ...urlProps }: Props): React.JSX.Element;
16
17
  displayName: string;
17
18
  };
18
19
  export {};
@@ -0,0 +1 @@
1
+ export declare const homeCheckoutDisplayRowStyle: Record<"defaultBorder" | "defaultBackground" | "hoverBackground", string>;
@@ -0,0 +1,7 @@
1
+ import { CheckoutHistoryItem } from '@funkit/api-base';
2
+ import React from 'react';
3
+ import { HistoryContentPages } from '../../../../utils/checkoutHistory';
4
+ export declare const HomeCheckoutDisplayRow: ({ checkoutHistoryItem, onSelect, }: {
5
+ checkoutHistoryItem: CheckoutHistoryItem;
6
+ onSelect: (depositAddress: `0x${string}`, initialPage: HistoryContentPages) => void;
7
+ }) => React.JSX.Element;
@@ -1,7 +1,11 @@
1
1
  import React from 'react';
2
2
  import { HistoryContentPages } from '../../../../utils/checkoutHistory';
3
3
  import { FunProfileView } from '../../ProfileDetails';
4
- export declare function Home({ onClose, onChangeView, onSelectActivity, }: {
4
+ export declare enum SelectedHomeTab {
5
+ ASSETS = "assets",
6
+ CHECKOUTS = " checkouts"
7
+ }
8
+ export declare function Home({ onClose, onChangeView, onSelectActivity, defaultHomeTab, }: {
5
9
  onClose: () => void;
6
10
  onChangeView: (newView: FunProfileView) => void;
7
11
  onSelectActivity: ({ depositAddress, initialPage, returnViewPresets, }: {
@@ -11,4 +15,5 @@ export declare function Home({ onClose, onChangeView, onSelectActivity, }: {
11
15
  [x: string]: any;
12
16
  };
13
17
  }) => void;
18
+ defaultHomeTab?: SelectedHomeTab;
14
19
  }): React.JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ export declare const PROFILE_SIDE_PADDING = "24";
2
3
  export declare enum FunProfileView {
3
4
  HOME = 0,
4
5
  SETTINGS = 1,
@@ -3794,6 +3794,39 @@ export declare const getDefaultChains: () => ({
3794
3794
  blockCreated: number;
3795
3795
  };
3796
3796
  };
3797
+ } | {
3798
+ blockExplorers: {
3799
+ readonly default: {
3800
+ readonly name: "Scrollscan";
3801
+ readonly url: "https://scrollscan.com";
3802
+ readonly apiUrl: "https://api.scrollscan.com/api";
3803
+ };
3804
+ };
3805
+ contracts: {
3806
+ readonly multicall3: {
3807
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3808
+ readonly blockCreated: 14;
3809
+ };
3810
+ };
3811
+ id: 534352;
3812
+ name: "Scroll";
3813
+ nativeCurrency: {
3814
+ readonly name: "Ether";
3815
+ readonly symbol: "ETH";
3816
+ readonly decimals: 18;
3817
+ };
3818
+ rpcUrls: {
3819
+ readonly default: {
3820
+ readonly http: readonly ["https://rpc.scroll.io"];
3821
+ readonly webSocket: readonly ["wss://wss-rpc.scroll.io/ws"];
3822
+ };
3823
+ };
3824
+ sourceId?: number | undefined;
3825
+ testnet: false;
3826
+ custom?: Record<string, unknown> | undefined;
3827
+ formatters?: undefined;
3828
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
3829
+ fees?: import("viem").ChainFees<undefined> | undefined;
3797
3830
  } | {
3798
3831
  blockExplorers: {
3799
3832
  readonly default: {
@@ -1,4 +1,5 @@
1
1
  import { CheckoutState } from '@funkit/api-base';
2
+ import { OAuthProviderType } from '@privy-io/js-sdk-core';
2
3
  import { Address } from 'viem';
3
4
  export declare const NATIVE_TOKEN = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";
4
5
  export declare const FUNKIT_CONNECTOR_ID = "funkitConnector";
@@ -23,6 +24,13 @@ export declare enum FunkitSocialLoginMethod {
23
24
  APPLE = "apple_oauth",
24
25
  FARCASTER = "farcaster"
25
26
  }
27
+ export type SocialLoginOption = {
28
+ funkitKey: FunkitSocialLoginMethod;
29
+ provider: OAuthProviderType | 'farcaster';
30
+ icon: React.ReactNode;
31
+ name: string;
32
+ };
33
+ export type FunkitPrioritizedLoginType = 'none' | 'web2' | 'web3';
26
34
  export interface FunkitUserInfoBase {
27
35
  /** Unique identifier of the user **/
28
36
  id: string | Address;
@@ -27,16 +27,22 @@ declare const themeContractValues: {
27
27
  paymentOptionBorderHover: string;
28
28
  paymentOptionBorderActive: string;
29
29
  paymentOptionBorderActiveHover: string;
30
+ paymentOptionBorderDisabled: string;
30
31
  standby: string;
32
+ success: string;
31
33
  loadingBase: string;
32
34
  loadingAccent: string;
35
+ chainIconBorder: string;
33
36
  modalBackdrop: string;
34
37
  modalBackground: string;
35
38
  modalBorder: string;
36
39
  notificationPrimary: string;
37
- textPrimary: string;
38
- textSecondary: string;
39
- textTertiary: string;
40
+ offBackground: string;
41
+ hoverState: string;
42
+ offBackgroundInverse: string;
43
+ primaryText: string;
44
+ secondaryText: string;
45
+ tertiaryText: string;
40
46
  textDisabled: string;
41
47
  textSelection: string;
42
48
  inputFieldPrimary: string;
@@ -44,6 +50,9 @@ declare const themeContractValues: {
44
50
  inputFieldDisabled: string;
45
51
  optionBackground: string;
46
52
  optionBackgroundSecondary: string;
53
+ actionColor: string;
54
+ actionColorHover: string;
55
+ actionColorDisabled: string;
47
56
  buttonPrimary: string;
48
57
  buttonProcessing: string;
49
58
  buttonDisabled: string;
@@ -67,6 +76,10 @@ declare const themeContractValues: {
67
76
  heavy: string;
68
77
  };
69
78
  fontSize: {
79
+ '8': {
80
+ fontSize: string;
81
+ lineHeight: string;
82
+ };
70
83
  '10': {
71
84
  fontSize: string;
72
85
  lineHeight: string;
@@ -99,6 +112,10 @@ declare const themeContractValues: {
99
112
  fontSize: string;
100
113
  lineHeight: string;
101
114
  };
115
+ '40': {
116
+ fontSize: string;
117
+ lineHeight: string;
118
+ };
102
119
  '57': {
103
120
  fontSize: string;
104
121
  lineHeight: string;
@@ -118,6 +135,8 @@ declare const themeContractValues: {
118
135
  selectedOption: string;
119
136
  selectedWallet: string;
120
137
  walletLogo: string;
138
+ button: string;
139
+ callToAction: string;
121
140
  };
122
141
  blurs: {
123
142
  modalOverlay: string;
@@ -152,16 +171,22 @@ export declare const themeVars: {
152
171
  paymentOptionBorderHover: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
153
172
  paymentOptionBorderActive: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
154
173
  paymentOptionBorderActiveHover: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
174
+ paymentOptionBorderDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
155
175
  standby: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
176
+ success: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
156
177
  loadingBase: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
157
178
  loadingAccent: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
179
+ chainIconBorder: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
158
180
  modalBackdrop: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
159
181
  modalBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
160
182
  modalBorder: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
161
183
  notificationPrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
162
- textPrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
163
- textSecondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
164
- textTertiary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
184
+ offBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
185
+ hoverState: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
186
+ offBackgroundInverse: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
187
+ primaryText: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
188
+ secondaryText: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
189
+ tertiaryText: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
165
190
  textDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
166
191
  textSelection: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
167
192
  inputFieldPrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -169,6 +194,9 @@ export declare const themeVars: {
169
194
  inputFieldDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
170
195
  optionBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
171
196
  optionBackgroundSecondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
197
+ actionColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
198
+ actionColorHover: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
199
+ actionColorDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
172
200
  buttonPrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
173
201
  buttonProcessing: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
174
202
  buttonDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -192,6 +220,10 @@ export declare const themeVars: {
192
220
  heavy: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
193
221
  };
194
222
  fontSize: {
223
+ '8': {
224
+ fontSize: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
225
+ lineHeight: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
226
+ };
195
227
  '10': {
196
228
  fontSize: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
197
229
  lineHeight: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -224,6 +256,10 @@ export declare const themeVars: {
224
256
  fontSize: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
225
257
  lineHeight: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
226
258
  };
259
+ '40': {
260
+ fontSize: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
261
+ lineHeight: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
262
+ };
227
263
  '57': {
228
264
  fontSize: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
229
265
  lineHeight: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -243,6 +279,8 @@ export declare const themeVars: {
243
279
  selectedOption: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
244
280
  selectedWallet: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
245
281
  walletLogo: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
282
+ button: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
283
+ callToAction: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
246
284
  };
247
285
  blurs: {
248
286
  modalOverlay: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -447,29 +485,33 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
447
485
  };
448
486
  }, Value>) => Partial<Record<"smallScreen" | "largeScreen", Value>>;
449
487
  export declare const sprinkles: ((props: {
450
- background?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
451
- base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
452
- hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
453
- active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
454
- selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
488
+ background?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
489
+ base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
490
+ hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
491
+ active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
492
+ selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
493
+ focused?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
455
494
  } | undefined;
456
- borderColor?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
457
- base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
458
- hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
459
- active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
460
- selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
495
+ borderColor?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
496
+ base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
497
+ hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
498
+ active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
499
+ selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
500
+ focused?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
461
501
  } | undefined;
462
- boxShadow?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | {
463
- base?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
464
- hover?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
465
- active?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
466
- selection?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
502
+ boxShadow?: "button" | "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | "callToAction" | {
503
+ base?: "button" | "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | "callToAction" | undefined;
504
+ hover?: "button" | "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | "callToAction" | undefined;
505
+ active?: "button" | "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | "callToAction" | undefined;
506
+ selection?: "button" | "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | "callToAction" | undefined;
507
+ focused?: "button" | "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | "callToAction" | undefined;
467
508
  } | undefined;
468
- color?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
469
- base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
470
- hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
471
- active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
472
- selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "standby" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
509
+ color?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
510
+ base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
511
+ hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
512
+ active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
513
+ selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
514
+ focused?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonSecondaryBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "paymentOptionBorderBase" | "paymentOptionBorderHover" | "paymentOptionBorderActive" | "paymentOptionBorderActiveHover" | "paymentOptionBorderDisabled" | "standby" | "success" | "loadingBase" | "loadingAccent" | "chainIconBorder" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "offBackground" | "hoverState" | "offBackgroundInverse" | "primaryText" | "secondaryText" | "tertiaryText" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "optionBackground" | "optionBackgroundSecondary" | "actionColor" | "actionColorHover" | "actionColorDisabled" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonSuccess" | "buttonTextWarning" | "buttonTextSuccess" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
473
515
  } | undefined;
474
516
  } & {
475
517
  alignItems?: "center" | "flex-end" | "flex-start" | {
@@ -483,43 +525,43 @@ export declare const sprinkles: ((props: {
483
525
  } & {
484
526
  readonly alignSelf?: "center" | "flex-end" | "flex-start" | undefined;
485
527
  readonly backgroundSize?: "cover" | undefined;
486
- readonly borderRadius?: "1" | "10" | "13" | "16" | "actionButton" | "connectButton" | "menuButton" | "modal" | "modalMobile" | "6" | "24" | "25%" | "full" | undefined;
528
+ readonly borderRadius?: "1" | "10" | "13" | "16" | "actionButton" | "connectButton" | "menuButton" | "modal" | "modalMobile" | "4" | "6" | "24" | "25%" | "full" | undefined;
487
529
  readonly borderStyle?: "dotted" | "hidden" | "solid" | undefined;
488
- readonly borderWidth?: "0" | "1" | "2" | "0.5" | "4" | undefined;
489
- readonly cursor?: "pointer" | undefined;
530
+ readonly borderWidth?: "0" | "1" | "2" | "3" | "4" | "0.5" | undefined;
531
+ readonly cursor?: "default" | "not-allowed" | "pointer" | undefined;
490
532
  readonly flexDirection?: "column" | "row" | undefined;
491
533
  readonly fontFamily?: "body" | undefined;
492
- readonly fontSize?: "10" | "12" | "13" | "14" | "16" | "18" | "20" | "23" | "57" | undefined;
534
+ readonly fontSize?: "8" | "10" | "12" | "13" | "14" | "16" | "18" | "20" | "23" | "40" | "57" | undefined;
493
535
  readonly fontWeight?: "medium" | "bold" | "regular" | "semibold" | "heavy" | undefined;
494
- readonly gap?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
495
- readonly height?: "1" | "10" | "12" | "14" | "16" | "20" | "2" | "24" | "full" | "4" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
536
+ readonly gap?: "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | undefined;
537
+ readonly height?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
496
538
  readonly justifyContent?: "center" | "space-around" | "space-between" | "flex-end" | "flex-start" | undefined;
497
539
  readonly textAlign?: "inherit" | "left" | "right" | "center" | undefined;
498
- readonly marginBottom?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
499
- readonly marginLeft?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
500
- readonly marginRight?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
501
- readonly marginTop?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
502
- readonly minHeight?: "1" | "10" | "12" | "14" | "16" | "20" | "2" | "24" | "full" | "4" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
503
- readonly maxHeight?: "1" | "10" | "12" | "14" | "16" | "20" | "2" | "24" | "full" | "4" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
504
- readonly maxWidth?: "1" | "10" | "12" | "14" | "16" | "20" | "2" | "24" | "full" | "4" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
505
- readonly minWidth?: "1" | "10" | "12" | "14" | "16" | "20" | "2" | "24" | "full" | "4" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
540
+ readonly marginBottom?: "auto" | "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | "-18" | undefined;
541
+ readonly marginLeft?: "auto" | "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | "-18" | undefined;
542
+ readonly marginRight?: "auto" | "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | "-18" | undefined;
543
+ readonly marginTop?: "auto" | "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | "-18" | undefined;
544
+ readonly minHeight?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
545
+ readonly maxHeight?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
546
+ readonly maxWidth?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
547
+ readonly minWidth?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
506
548
  readonly overflow?: "hidden" | undefined;
507
- readonly paddingBottom?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
508
- readonly paddingLeft?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
509
- readonly paddingRight?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
510
- readonly paddingTop?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
549
+ readonly paddingBottom?: "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | undefined;
550
+ readonly paddingLeft?: "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | undefined;
551
+ readonly paddingRight?: "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | undefined;
552
+ readonly paddingTop?: "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | undefined;
511
553
  readonly position?: "fixed" | "absolute" | "relative" | undefined;
512
554
  readonly right?: "0" | undefined;
513
555
  readonly transition?: "transform" | "default" | undefined;
514
556
  readonly userSelect?: "none" | undefined;
515
- readonly width?: "1" | "10" | "12" | "14" | "16" | "20" | "2" | "24" | "full" | "4" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
557
+ readonly width?: "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "40" | "2" | "4" | "24" | "full" | "28" | "30" | "32" | "34" | "36" | "44" | "48" | "50" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "400" | "440" | "600" | "half" | "max" | undefined;
516
558
  readonly backdropFilter?: "modalOverlay" | undefined;
517
- margin?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
518
- marginX?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
519
- marginY?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
520
- padding?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
521
- paddingX?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
522
- paddingY?: "0" | "1" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "6" | "24" | "4" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
559
+ margin?: "auto" | "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | "-18" | undefined;
560
+ marginX?: "auto" | "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | "-18" | undefined;
561
+ marginY?: "auto" | "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | "-18" | undefined;
562
+ padding?: "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | undefined;
563
+ paddingX?: "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | undefined;
564
+ paddingY?: "0" | "1" | "8" | "10" | "12" | "14" | "16" | "18" | "20" | "2" | "3" | "4" | "6" | "24" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "9" | "15" | "64" | undefined;
523
565
  }) => string) & {
524
566
  properties: Set<"alignItems" | "alignSelf" | "backdropFilter" | "backgroundSize" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "justifyContent" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "userSelect" | "width" | "background" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "gap" | "margin" | "overflow" | "padding" | "transition" | "marginX" | "marginY" | "paddingX" | "paddingY">;
525
567
  };
@@ -0,0 +1,5 @@
1
+ export declare const useDynamicFont: (inputValue: string, max: number, min?: number) => {
2
+ ref: import("react").RefObject<HTMLInputElement>;
3
+ fontSize: number;
4
+ textWidth: number;
5
+ };
@@ -0,0 +1 @@
1
+ export declare function useInterval(callback: () => void, delay: number): void;
@@ -1,13 +1,14 @@
1
- import React from 'react';
1
+ import { LinkPayload } from '@meshconnect/web-link-sdk';
2
+ import { ReactNode } from 'react';
2
3
  import { FunSelectOption } from '../components/FunSelect/FunSelect';
4
+ import { PaymentMethodInfo } from '../consts/payment';
3
5
  import { MeshExchanges } from '../utils/mesh';
6
+ export declare const getMeshExchangeIconMap: (size?: number) => Partial<Record<MeshExchanges, ReactNode>>;
4
7
  export declare const useMeshExchanges: ({ fullInfo, }: {
5
8
  fullInfo: boolean;
6
9
  }) => {
7
10
  options: FunSelectOption[];
8
- optionsMap: {
9
- [x: string]: React.ReactNode;
10
- };
11
+ preparePaymentInfo: (meshMeta: LinkPayload) => PaymentMethodInfo;
11
12
  };
12
13
  /**
13
14
  * Fetches mesh-related network information across all chains, given an exchange
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Can be utilized to display divider when content is scrollable
3
+ * Checkout attribute should be used only for checkout modal that has extra section at the bottom
4
+ * @returns necessary classes, ref for the content and boolean if content is scrollable
5
+ *
6
+ */
7
+ export declare const useScrollDivider: (checkout?: boolean) => {
8
+ ref: import("react").RefObject<HTMLInputElement>;
9
+ scrollClass: string;
10
+ hasDivider: boolean;
11
+ };