@rango-dev/widget-embedded 0.23.1-next.14 → 0.23.1-next.16
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/HeaderButtons/RefreshButton.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts.map +1 -1
- package/dist/hooks/useScreenDetect.d.ts +9 -0
- package/dist/hooks/useScreenDetect.d.ts.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +4 -4
- package/dist/pages/Home.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +1 -1
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/swap.d.ts +1 -0
- package/dist/utils/swap.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +1 -1
- package/src/components/HeaderButtons/RefreshButton.tsx +1 -0
- package/src/components/Quote/QuoteTrigger.tsx +3 -3
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.ts +2 -3
- package/src/hooks/useScreenDetect.ts +49 -0
- package/src/pages/Home.tsx +27 -7
- package/src/utils/configs.ts +9 -2
- package/src/utils/swap.ts +8 -0
- package/dist/hooks/useMobileDetect.d.ts +0 -3
- package/dist/hooks/useMobileDetect.d.ts.map +0 -1
- package/src/hooks/useMobileDetect.ts +0 -21
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RefreshButton.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/RefreshButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"RefreshButton.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/RefreshButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAA;CAAE,qBAsExE;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteWarningsAndErrors.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EAChB,yBAAyB,EACzB,YAAY,EACb,MAAM,aAAa,CAAC;AAQrB,KAAK,SAAS,GAAG;IACf,SAAS,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,WAAW,GAAG,iBAAiB,GAAG,IAAI,CAAC;CAChD,CAAC;AAEF,wBAAgB,UAAU,CACxB,OAAO,EAAE,YAAY,GAAG,IAAI,EAC5B,KAAK,EAAE,gBAAgB,GAAG,yBAAyB,GAAG,IAAI,GACzD,SAAS,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"QuoteWarningsAndErrors.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EAChB,yBAAyB,EACzB,YAAY,EACb,MAAM,aAAa,CAAC;AAQrB,KAAK,SAAS,GAAG;IACf,SAAS,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,WAAW,GAAG,iBAAiB,GAAG,IAAI,CAAC;CAChD,CAAC;AAEF,wBAAgB,UAAU,CACxB,OAAO,EAAE,YAAY,GAAG,IAAI,EAC5B,KAAK,EAAE,gBAAgB,GAAG,yBAAyB,GAAG,IAAI,GACzD,SAAS,GAAG,IAAI,CAmDlB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useScreenDetect.d.ts","sourceRoot":"","sources":["../../src/hooks/useScreenDetect.ts"],"names":[],"mappings":"AAeA,QAAA,MAAM,eAAe;;;;;;CA+BpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|