@rango-dev/widget-embedded 0.23.1-next.31 → 0.23.1-next.32
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/components/Quote/QuoteTrigger.d.ts.map +1 -1
- package/dist/components/Quotes/SelectStrategy.d.ts.map +1 -1
- package/dist/constants/quote.d.ts +1 -5
- package/dist/constants/quote.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +3 -3
- package/src/components/Quote/QuoteTrigger.tsx +12 -6
- package/src/components/Quotes/SelectStrategy.tsx +26 -1
- package/src/constants/quote.ts +1 -24
- package/src/hooks/useScreenDetect.ts +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteTrigger.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/QuoteTrigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA2B,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAWhF,OAAO,KAAK,MAAM,OAAO,CAAC;AAkC1B,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"QuoteTrigger.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/QuoteTrigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA2B,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAWhF,OAAO,KAAK,MAAM,OAAO,CAAC;AAkC1B,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBAqKpD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectStrategy.d.ts","sourceRoot":"","sources":["../../../src/components/Quotes/SelectStrategy.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SelectStrategy.d.ts","sourceRoot":"","sources":["../../../src/components/Quotes/SelectStrategy.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,cAAc,CAAC,KAAK,EAAE;IAAE,SAAS,EAAE,WAAW,CAAA;CAAE,qBAuC/D"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { SwapFee, TagValue } from 'rango-sdk';
|
|
2
2
|
export type NameOfFees = 'Swapper Fee' | 'Affiliate Fee' | 'Outbound network fee' | 'Rango Fee' | 'Network Fee';
|
|
3
3
|
export declare const NAME_OF_FEES: Record<NameOfFees, string>;
|
|
4
4
|
export type FeesGroup = {
|
|
@@ -9,10 +9,6 @@ export type FeesGroup = {
|
|
|
9
9
|
[key in NameOfFees]?: SwapFee[];
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
|
-
export declare const ROUTE_STRATEGY: {
|
|
13
|
-
value: PreferenceType;
|
|
14
|
-
label: string;
|
|
15
|
-
}[];
|
|
16
12
|
export declare const HIGH_PRIORITY_TAGS: TagValue[];
|
|
17
13
|
export declare const GAS_FEE_MAX = 30;
|
|
18
14
|
//# sourceMappingURL=quote.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quote.d.ts","sourceRoot":"","sources":["../../src/constants/quote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"quote.d.ts","sourceRoot":"","sources":["../../src/constants/quote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAInD,MAAM,MAAM,UAAU,GAClB,aAAa,GACb,eAAe,GACf,sBAAsB,GACtB,WAAW,GACX,aAAa,CAAC;AAElB,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAMnD,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,OAAO,EAAE;SAAG,GAAG,IAAI,UAAU,CAAC,CAAC,EAAE,OAAO,EAAE;KAAE,CAAC;IAC7C,WAAW,EAAE;SAAG,GAAG,IAAI,UAAU,CAAC,CAAC,EAAE,OAAO,EAAE;KAAE,CAAC;CAClD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,QAAQ,EAMxC,CAAC;AAEF,eAAO,MAAM,WAAW,KAAK,CAAC"}
|