@rango-dev/widget-embedded 0.1.11-next.20 → 0.1.11-next.22

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.
@@ -1 +1 @@
1
- {"version":3,"file":"globalStyles.d.ts","sourceRoot":"","sources":["src/globalStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,KAcvB,CAAC;AACH,eAAO,MAAM,UAAU,eAAgB,MAAM,QASvC,CAAC"}
1
+ {"version":3,"file":"globalStyles.d.ts","sourceRoot":"","sources":["src/globalStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,KAkBvB,CAAC;AACH,eAAO,MAAM,UAAU,eAAgB,MAAM,QASvC,CAAC"}
@@ -1791,9 +1791,9 @@ function Home() {
1791
1791
  type: "error",
1792
1792
  title: `${swap?.swapperId} Limit`
1793
1793
  }, React__default.createElement(React__default.Fragment, null, React__default.createElement(ui.Typography, {
1794
- variant: "body3"
1794
+ variant: "body2"
1795
1795
  }, `${fromAmountRangeError}, Yours: ${numberToString(swap?.fromAmount || null)} ${swap?.from.symbol}`), React__default.createElement(ui.Typography, {
1796
- variant: "body3"
1796
+ variant: "body2"
1797
1797
  }, recommendation)))), React__default.createElement(Footer, null, React__default.createElement(ui.Button, {
1798
1798
  type: "primary",
1799
1799
  align: "grow",
@@ -2253,8 +2253,8 @@ function BalanceErrors(_ref) {
2253
2253
  }, messages.map(warning => React__default.createElement(ListItem, {
2254
2254
  showListStyle: showListStyle
2255
2255
  }, React__default.createElement(Message, {
2256
- variant: "body3"
2257
- }, "- ", warning)))));
2256
+ variant: "body2"
2257
+ }, warning)))));
2258
2258
  }
2259
2259
 
2260
2260
  function ConfirmSwapErrors(errors) {
@@ -3092,6 +3092,10 @@ function Layout(_ref) {
3092
3092
 
3093
3093
  const globalStyles = /*#__PURE__*/ui.globalCss({
3094
3094
  '*': {
3095
+ boxSizing: 'border-box',
3096
+ margin: 0,
3097
+ padding: 0,
3098
+ listStyleType: 'none',
3095
3099
  '&::-webkit-scrollbar': {
3096
3100
  width: '$8',
3097
3101
  height: '$8'