@tokenflight/swap 0.1.1 → 0.1.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/dist/deposit.d.ts +1 -1
- package/dist/deposit.js +1 -1
- package/dist/dist-AEh2EHtG.js +223 -0
- package/dist/fiat.d.ts +1 -1
- package/dist/fiat.js +1 -1
- package/dist/ja-JP-Ie6oD1OM.js +1 -0
- package/dist/ko-KR-BuQ9BHw_.js +1 -0
- package/dist/receive.d.ts +1 -1
- package/dist/receive.js +1 -1
- package/dist/register-deposit-B6K7wRIc.js +1 -0
- package/dist/register-swap-zws5IotK.js +2 -0
- package/dist/register-widget-BsjeFIPX.js +1 -0
- package/dist/swap.css +1 -1
- package/dist/swap.d.ts +30 -4
- package/dist/swap.js +1 -1
- package/dist/tokenflight-swap.d.ts +35 -5
- package/dist/tokenflight-swap.js +1 -1
- package/dist/tokenflight-swap.umd.cjs +5 -5
- package/dist/widget-FccUKqSD.js +2 -0
- package/dist/widget.d.ts +11 -4
- package/dist/widget.js +1 -1
- package/dist/zh-CN-BOrEaVNo.js +1 -0
- package/dist/zh-TW-BtbfBVJf.js +1 -0
- package/package.json +6 -5
- package/dist/dist-QzDwShnx.js +0 -2
- package/dist/ja-JP-FXTra_NF.js +0 -1
- package/dist/ko-KR-D4gcrXFl.js +0 -1
- package/dist/register-deposit-TIxgJ8p6.js +0 -1
- package/dist/register-swap-t4Uli1Zx.js +0 -2
- package/dist/register-widget-B49bMwiA.js +0 -1
- package/dist/widget-Bf9MCT78.js +0 -223
- package/dist/zh-CN-CuSlgEdI.js +0 -1
- package/dist/zh-TW-DkEqrPgE.js +0 -1
package/dist/deposit.d.ts
CHANGED
|
@@ -160,7 +160,7 @@ declare interface SwapSuccessData {
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
/** All first-party CSS custom properties exposed for theming. */
|
|
163
|
-
declare type TfCssVar = "--tf-bg" | "--tf-bg-secondary" | "--tf-bg-elevated" | "--tf-surface" | "--tf-surface-hover" | "--tf-input-bg" | "--tf-glass" | "--tf-text" | "--tf-text-secondary" | "--tf-text-tertiary" | "--tf-text-on-primary" | "--tf-border" | "--tf-border-light" | "--tf-primary" | "--tf-primary-alpha" | "--tf-primary-light" | "--tf-primary-glow" | "--tf-success" | "--tf-success-bg" | "--tf-error" | "--tf-error-bg" | "--tf-error-alpha" | "--tf-warning" | "--tf-warning-bg" | "--tf-shadow" | "--tf-shadow-lg" | "--tf-skeleton" | "--tf-radius-xs" | "--tf-radius-sm" | "--tf-radius" | "--tf-radius-lg" | "--tf-radius-xl" | "--tf-button-radius" | "--tf-widget-max-width" | "--tf-font-family" | "--tf-font-family-mono";
|
|
163
|
+
declare type TfCssVar = "--tf-bg" | "--tf-bg-secondary" | "--tf-bg-elevated" | "--tf-surface" | "--tf-surface-hover" | "--tf-input-bg" | "--tf-glass" | "--tf-text" | "--tf-text-secondary" | "--tf-text-tertiary" | "--tf-text-on-primary" | "--tf-border" | "--tf-border-light" | "--tf-primary" | "--tf-primary-alpha" | "--tf-primary-light" | "--tf-primary-glow" | "--tf-success" | "--tf-success-bg" | "--tf-error" | "--tf-error-bg" | "--tf-error-alpha" | "--tf-warning" | "--tf-warning-bg" | "--tf-shadow" | "--tf-shadow-lg" | "--tf-skeleton" | "--tf-radius-xs" | "--tf-radius-sm" | "--tf-radius" | "--tf-radius-lg" | "--tf-radius-xl" | "--tf-button-radius" | "--tf-widget-max-width" | "--tf-font-family" | "--tf-font-family-mono" | "--tf-font-size" | "--tf-line-height";
|
|
164
164
|
|
|
165
165
|
/** Visual theme mode. */
|
|
166
166
|
export declare type Theme = "light" | "dark" | "auto";
|
package/dist/deposit.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./dist-
|
|
1
|
+
import"./dist-AEh2EHtG.js";import"./widget-FccUKqSD.js";import{n as e,t}from"./register-deposit-B6K7wRIc.js";export{e as TokenFlightDeposit,t as registerDepositElement};
|