@traund/orquezta-widget-calculator 1.1.0 → 1.1.2

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/index.js CHANGED
@@ -2,7 +2,21 @@ var $gXNCa$reactjsxruntime = require("react/jsx-runtime");
2
2
  var $gXNCa$react = require("react");
3
3
  var $gXNCa$muimaterialstyles = require("@mui/material/styles");
4
4
  var $gXNCa$muimaterialCssBaseline = require("@mui/material/CssBaseline");
5
- var $gXNCa$muimaterial = require("@mui/material");
5
+ var $gXNCa$muimaterialAutocomplete = require("@mui/material/Autocomplete");
6
+ var $gXNCa$muimaterialBox = require("@mui/material/Box");
7
+ var $gXNCa$muimaterialButton = require("@mui/material/Button");
8
+ var $gXNCa$muimaterialCircularProgress = require("@mui/material/CircularProgress");
9
+ var $gXNCa$muimaterialDivider = require("@mui/material/Divider");
10
+ var $gXNCa$muimaterialFormControl = require("@mui/material/FormControl");
11
+ var $gXNCa$muimaterialFormHelperText = require("@mui/material/FormHelperText");
12
+ var $gXNCa$muimaterialInputAdornment = require("@mui/material/InputAdornment");
13
+ var $gXNCa$muimaterialInputBase = require("@mui/material/InputBase");
14
+ var $gXNCa$muimaterialMenuItem = require("@mui/material/MenuItem");
15
+ var $gXNCa$muimaterialPaper = require("@mui/material/Paper");
16
+ var $gXNCa$muimaterialSelect = require("@mui/material/Select");
17
+ var $gXNCa$muimaterialTextField = require("@mui/material/TextField");
18
+ var $gXNCa$muimaterialTooltip = require("@mui/material/Tooltip");
19
+ var $gXNCa$muimaterialTypography = require("@mui/material/Typography");
6
20
  var $gXNCa$muimaterialGrid2 = require("@mui/material/Grid2");
7
21
  var $gXNCa$muiiconsmaterial = require("@mui/icons-material");
8
22
  var $gXNCa$matchsorter = require("match-sorter");
@@ -12,11 +26,14 @@ require("firebase/firestore");
12
26
  var $gXNCa$reactcountdown = require("react-countdown");
13
27
  var $gXNCa$reactcircleflags = require("react-circle-flags");
14
28
  var $gXNCa$cryptojs = require("crypto-js");
29
+ var $gXNCa$muimaterialChip = require("@mui/material/Chip");
15
30
  var $gXNCa$moment = require("moment");
16
31
  require("aws-sdk");
17
32
  var $gXNCa$dayjs = require("dayjs");
18
33
  var $gXNCa$dayjsbusinesstime = require("dayjs-business-time");
19
34
  require("dayjs/plugin/utc");
35
+ var $gXNCa$muimaterialAlert = require("@mui/material/Alert");
36
+ var $gXNCa$muistyles = require("@mui/styles");
20
37
 
21
38
 
22
39
  function $parcel$interopDefault(a) {
@@ -136,6 +153,20 @@ var $99deb91d93177cc9$export$2e2bcd8739ae039 = $99deb91d93177cc9$var$theme;
136
153
 
137
154
 
138
155
 
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
139
170
 
140
171
 
141
172
  var $d439b0ecd58343d0$export$2e2bcd8739ae039 = {
@@ -1098,8 +1129,8 @@ var $9a120cc4db7b0570$export$2e2bcd8739ae039 = $9a120cc4db7b0570$var$loadFirebas
1098
1129
 
1099
1130
  const $238b5c7df6f88375$export$e5ad74579c86b003 = [
1100
1131
  {
1101
- code: "TRAUND",
1102
- label: "WALLET TRAUND",
1132
+ code: "WLT",
1133
+ label: "WALLET",
1103
1134
  prefix: "+1",
1104
1135
  currency: "USDT"
1105
1136
  },
@@ -1109,6 +1140,12 @@ const $238b5c7df6f88375$export$e5ad74579c86b003 = [
1109
1140
  prefix: "+1",
1110
1141
  currency: "USD"
1111
1142
  },
1143
+ {
1144
+ code: "USDT",
1145
+ label: "USDT",
1146
+ prefix: "+1",
1147
+ currency: "USDT"
1148
+ },
1112
1149
  {
1113
1150
  code: "AD",
1114
1151
  label: "Andorra",
@@ -2457,7 +2494,7 @@ const $0b469f7a35a164ef$var$FlagsHelpers = (props)=>{
2457
2494
  let code = props.code && props.code.toLowerCase();
2458
2495
  if (code == "ach") code = "us";
2459
2496
  let url = {
2460
- 'traund': 'https://images-traund.s3.amazonaws.com/payment-methods/Traund.svg',
2497
+ 'wlt': 'https://images-traund.s3.amazonaws.com/payment-methods/Traund.svg',
2461
2498
  'paypal': 'https://images-traund.s3.amazonaws.com/payment-methods/paypal.svg',
2462
2499
  'usdt': 'https://images-traund.s3.amazonaws.com/payment-methods/Tether.svg',
2463
2500
  'wise': 'https://images-traund.s3.amazonaws.com/payment-methods/Wise.svg',
@@ -2569,7 +2606,7 @@ function $7960feb2a8e3e0c6$export$3db7bf9691bf4b62(method, url, body = null, api
2569
2606
  }
2570
2607
 
2571
2608
 
2572
- class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
2609
+ class $eb8bef229a07cd2d$var$Calculator extends (0, $gXNCa$react.Component) {
2573
2610
  state = {
2574
2611
  config: this.props.config,
2575
2612
  testMode: this.props.testMode,
@@ -2743,7 +2780,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
2743
2780
  fromExchangeRate: from.exchangeRate,
2744
2781
  fromCurrencyValue: from.currency,
2745
2782
  toCurrencyValue: to.currency,
2746
- fromCountryValue: from.country === "TR" ? "TRAUND" : from.country,
2783
+ fromCountryValue: from.country === "TR" ? "WLT" : from.country,
2747
2784
  toCountryValue: to.country,
2748
2785
  coupon: data.coupon,
2749
2786
  plus: data.coupon ? data.promo : 0,
@@ -2833,7 +2870,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
2833
2870
  "US",
2834
2871
  "VE",
2835
2872
  "ES",
2836
- "TRAUND"
2873
+ "WLT"
2837
2874
  ];
2838
2875
  const rates = {};
2839
2876
  let body = {
@@ -2853,7 +2890,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
2853
2890
  };
2854
2891
  let usdRate = "";
2855
2892
  if (!rates.hasOwnProperty(c)) {
2856
- let forceUSD = c == "USDT" || c == "TRAUND";
2893
+ let forceUSD = c == "USDT" || c == "WLT";
2857
2894
  currency = (0, $238b5c7df6f88375$export$e5ad74579c86b003).find((country)=>country.code == (forceUSD ? "US" : c)).currency;
2858
2895
  usdRate = currency == "USD" ? {
2859
2896
  result: 1
@@ -2974,7 +3011,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
2974
3011
  });
2975
3012
  };
2976
3013
  updateLimits = (selectedMethod)=>{
2977
- const countryData = this.state.calculator[this.state.fromCountryValue == "TR" ? "TRAUND" : this.state.fromCountryValue];
3014
+ const countryData = this.state.calculator[this.state.fromCountryValue == "TR" ? "WLT" : this.state.fromCountryValue];
2978
3015
  let { countryMin: countryMin, countryMax: countryMax, usdBuy: usdBuy } = countryData;
2979
3016
  let { usdSell: usdSell } = countryData.countryTo[this.state.toCountryValue || "US"];
2980
3017
  if (this.state.paymentMethods && this.state.paymentMethods.length && this.state.paymentMethods[0].isWallet && this.state.paymentMethods[0].isActive) //usdBuy = 1;
@@ -3113,12 +3150,12 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3113
3150
  plus: 0
3114
3151
  });
3115
3152
  if (this.state.recalc) clearTimeout(this.state.recalc);
3116
- let { newAmountSender: newAmountSender } = (0, $f8857514bce27180$export$9bf65ee82f4648c8)(this.state.fromCountryValue === "TRAUND" ? "TR" : this.state.fromCountryValue, this.state.toCountryValue, this.state.sendValue, this.state.receivedValue);
3153
+ let { newAmountSender: newAmountSender } = (0, $f8857514bce27180$export$9bf65ee82f4648c8)(this.state.fromCountryValue === "WLT" ? "TR" : this.state.fromCountryValue, this.state.toCountryValue, this.state.sendValue, this.state.receivedValue);
3117
3154
  let model = {
3118
3155
  coupon: this.state.couponValue,
3119
3156
  from: {
3120
3157
  amount: newAmountSender,
3121
- country: this.state.fromCountryValue === "TRAUND" ? "TR" : this.state.fromCountryValue,
3158
+ country: this.state.fromCountryValue === "WLT" ? "TR" : this.state.fromCountryValue,
3122
3159
  currency: this.state.fromCurrencyValue
3123
3160
  },
3124
3161
  to: {
@@ -3504,7 +3541,8 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3504
3541
  fontWeight: 500,
3505
3542
  fontSize: "16px",
3506
3543
  lineHeight: "20px",
3507
- color: "#000F37"
3544
+ color: "#000F37",
3545
+ marginTop: "25px"
3508
3546
  },
3509
3547
  inputAmount: {
3510
3548
  background: "#C7CDD7",
@@ -3628,7 +3666,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3628
3666
  href: "https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap",
3629
3667
  rel: "stylesheet"
3630
3668
  }),
3631
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Paper), {
3669
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialPaper))), {
3632
3670
  sx: classes.root,
3633
3671
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
3634
3672
  container: true,
@@ -3641,7 +3679,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3641
3679
  spacing: 0,
3642
3680
  children: [
3643
3681
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
3644
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3682
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3645
3683
  sx: classes.labelAmount,
3646
3684
  gutterBottom: true,
3647
3685
  variant: "subtitle1",
@@ -3660,22 +3698,22 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3660
3698
  xs: 8,
3661
3699
  md: 9
3662
3700
  },
3663
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Paper), {
3701
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialPaper))), {
3664
3702
  sx: classes.inputAmount,
3665
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.InputBase), {
3703
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialInputBase))), {
3666
3704
  id: "send",
3667
3705
  sx: classes.inputAmountText,
3668
3706
  required: true,
3669
3707
  value: sendValue,
3670
- type: "number",
3708
+ //type="number"
3671
3709
  disabled: loadingFrom || loadingTo,
3672
- startAdornment: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.InputAdornment), {
3710
+ startAdornment: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialInputAdornment))), {
3673
3711
  position: "start",
3674
3712
  sx: {
3675
3713
  marginTop: "0px"
3676
3714
  },
3677
3715
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("span", {
3678
- children: loadingFrom && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.CircularProgress), {
3716
+ children: loadingFrom && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialCircularProgress))), {
3679
3717
  size: 18
3680
3718
  })
3681
3719
  })
@@ -3695,7 +3733,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3695
3733
  xs: 4,
3696
3734
  md: 3
3697
3735
  },
3698
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Autocomplete), {
3736
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialAutocomplete))), {
3699
3737
  disabled: loadingTo || loadingFrom,
3700
3738
  options: (0, $238b5c7df6f88375$export$e5ad74579c86b003).filter((country)=>{
3701
3739
  if (calculator && calculator[country.code] && calculator[country.code].active) return country;
@@ -3710,7 +3748,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3710
3748
  value: (0, $238b5c7df6f88375$export$e5ad74579c86b003).filter((country)=>country.code == fromCountryValue)[0],
3711
3749
  autoHighlight: true,
3712
3750
  getOptionLabel: (option)=>`${option.currency}`,
3713
- renderOption: (props, option)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$muimaterial.Box), {
3751
+ renderOption: (props, option)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialBox))), {
3714
3752
  component: "li",
3715
3753
  ...props,
3716
3754
  children: [
@@ -3722,14 +3760,14 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3722
3760
  code: option.code == "PE-USD" ? "PE" : option.code
3723
3761
  })
3724
3762
  }),
3725
- option.currency
3763
+ option.code === "WLT" ? "WLT" : option.code === "USDT" ? "USDT" : option.currency
3726
3764
  ]
3727
3765
  }),
3728
3766
  disableClearable: true,
3729
- renderInput: (params)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Paper), {
3767
+ renderInput: (params)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialPaper))), {
3730
3768
  variant: "outlined",
3731
3769
  sx: classes.rootFlags,
3732
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.TextField), {
3770
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTextField))), {
3733
3771
  sx: {
3734
3772
  fontSize: "15px"
3735
3773
  },
@@ -3756,7 +3794,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3756
3794
  xs: 12
3757
3795
  },
3758
3796
  container: true,
3759
- children: !isLoading && !loadingFrom && !loadingTo && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.FormHelperText), {
3797
+ children: !isLoading && !loadingFrom && !loadingTo && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialFormHelperText))), {
3760
3798
  sx: {
3761
3799
  color: "red"
3762
3800
  },
@@ -3783,7 +3821,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3783
3821
  size: {
3784
3822
  xs: 1
3785
3823
  },
3786
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3824
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3787
3825
  variant: "body2",
3788
3826
  color: "textSecondary"
3789
3827
  })
@@ -3793,7 +3831,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3793
3831
  xs: 3,
3794
3832
  md: 4
3795
3833
  },
3796
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3834
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3797
3835
  variant: "body2",
3798
3836
  color: "textSecondary",
3799
3837
  sx: {
@@ -3806,7 +3844,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3806
3844
  size: {
3807
3845
  xs: 1
3808
3846
  },
3809
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3847
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3810
3848
  variant: "body2",
3811
3849
  color: "textSecondary",
3812
3850
  children: fromCurrencyValue
@@ -3816,7 +3854,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3816
3854
  size: {
3817
3855
  xs: 1
3818
3856
  },
3819
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3857
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3820
3858
  variant: "body2",
3821
3859
  color: "textSecondary",
3822
3860
  children: " "
@@ -3824,7 +3862,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3824
3862
  }),
3825
3863
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
3826
3864
  size: "grow",
3827
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3865
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3828
3866
  variant: "body2",
3829
3867
  color: "textSecondary",
3830
3868
  sx: {
@@ -3848,7 +3886,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3848
3886
  size: {
3849
3887
  xs: 1
3850
3888
  },
3851
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3889
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3852
3890
  variant: "body2",
3853
3891
  color: "textSecondary"
3854
3892
  })
@@ -3858,7 +3896,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3858
3896
  xs: 3,
3859
3897
  md: 4
3860
3898
  },
3861
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3899
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3862
3900
  variant: "body2",
3863
3901
  color: "textSecondary",
3864
3902
  sx: {
@@ -3871,7 +3909,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3871
3909
  size: {
3872
3910
  xs: 1
3873
3911
  },
3874
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3912
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3875
3913
  variant: "body2",
3876
3914
  color: "textSecondary",
3877
3915
  children: fromCurrencyValue
@@ -3881,7 +3919,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3881
3919
  size: {
3882
3920
  xs: 1
3883
3921
  },
3884
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3922
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3885
3923
  variant: "body2",
3886
3924
  color: "textSecondary",
3887
3925
  children: " "
@@ -3889,7 +3927,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3889
3927
  }),
3890
3928
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
3891
3929
  size: "grow",
3892
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3930
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3893
3931
  variant: "body2",
3894
3932
  color: "textSecondary",
3895
3933
  sx: {
@@ -3913,7 +3951,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3913
3951
  size: {
3914
3952
  xs: 1
3915
3953
  },
3916
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3954
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3917
3955
  variant: "body2",
3918
3956
  color: "textSecondary"
3919
3957
  })
@@ -3923,7 +3961,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3923
3961
  xs: 3,
3924
3962
  md: 4
3925
3963
  },
3926
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3964
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3927
3965
  variant: "body2",
3928
3966
  color: "textSecondary",
3929
3967
  sx: {
@@ -3936,7 +3974,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3936
3974
  size: {
3937
3975
  xs: 1
3938
3976
  },
3939
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3977
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3940
3978
  variant: "body2",
3941
3979
  color: "textSecondary",
3942
3980
  children: fromCurrencyValue
@@ -3946,7 +3984,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3946
3984
  size: {
3947
3985
  xs: 1
3948
3986
  },
3949
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3987
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3950
3988
  variant: "body2",
3951
3989
  color: "textSecondary",
3952
3990
  children: " "
@@ -3954,7 +3992,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3954
3992
  }),
3955
3993
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
3956
3994
  size: "grow",
3957
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
3995
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3958
3996
  variant: "body2",
3959
3997
  color: "textSecondary",
3960
3998
  sx: {
@@ -3971,11 +4009,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3971
4009
  size: {
3972
4010
  xs: 10
3973
4011
  },
3974
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Divider), {
3975
- sx: {
3976
- margin: 4
3977
- }
3978
- })
4012
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialDivider))), {})
3979
4013
  }),
3980
4014
  taxSender > 0 && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$reactjsxruntime.Fragment), {
3981
4015
  children: [
@@ -3990,7 +4024,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
3990
4024
  size: {
3991
4025
  xs: 1
3992
4026
  },
3993
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4027
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
3994
4028
  variant: "subtitle2",
3995
4029
  color: "textPrimary",
3996
4030
  sx: {
@@ -4005,7 +4039,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4005
4039
  xs: 3,
4006
4040
  md: 4
4007
4041
  },
4008
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4042
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4009
4043
  variant: "subtitle2",
4010
4044
  color: "textPrimary",
4011
4045
  sx: {
@@ -4019,7 +4053,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4019
4053
  size: {
4020
4054
  xs: 1
4021
4055
  },
4022
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4056
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4023
4057
  variant: "subtitle2",
4024
4058
  color: "textPrimary",
4025
4059
  sx: {
@@ -4032,7 +4066,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4032
4066
  size: {
4033
4067
  xs: 1
4034
4068
  },
4035
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4069
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4036
4070
  variant: "subtitle2",
4037
4071
  color: "textPrimary",
4038
4072
  children: " "
@@ -4040,7 +4074,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4040
4074
  }),
4041
4075
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4042
4076
  size: "grow",
4043
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4077
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4044
4078
  variant: "subtitle2",
4045
4079
  color: "textPrimary",
4046
4080
  sx: {
@@ -4064,7 +4098,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4064
4098
  size: {
4065
4099
  xs: 1
4066
4100
  },
4067
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4101
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4068
4102
  variant: "subtitle2",
4069
4103
  color: "textPrimary",
4070
4104
  sx: {
@@ -4079,7 +4113,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4079
4113
  xs: 3,
4080
4114
  md: 4
4081
4115
  },
4082
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4116
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4083
4117
  variant: "subtitle2",
4084
4118
  color: "textPrimary",
4085
4119
  sx: {
@@ -4093,7 +4127,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4093
4127
  size: {
4094
4128
  xs: 1
4095
4129
  },
4096
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4130
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4097
4131
  variant: "subtitle2",
4098
4132
  color: "textPrimary",
4099
4133
  sx: {
@@ -4104,7 +4138,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4104
4138
  }),
4105
4139
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4106
4140
  size: "grow",
4107
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4141
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4108
4142
  variant: "subtitle2",
4109
4143
  color: "textPrimary",
4110
4144
  sx: {
@@ -4117,7 +4151,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4117
4151
  }),
4118
4152
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4119
4153
  size: "grow",
4120
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4154
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4121
4155
  variant: "subtitle2",
4122
4156
  color: "textPrimary",
4123
4157
  sx: {
@@ -4143,7 +4177,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4143
4177
  size: {
4144
4178
  xs: 1
4145
4179
  },
4146
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4180
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4147
4181
  variant: "subtitle2",
4148
4182
  color: "textPrimary",
4149
4183
  sx: {
@@ -4158,7 +4192,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4158
4192
  xs: 3,
4159
4193
  md: 4
4160
4194
  },
4161
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4195
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4162
4196
  variant: "subtitle2",
4163
4197
  color: "textPrimary",
4164
4198
  sx: {
@@ -4172,7 +4206,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4172
4206
  size: {
4173
4207
  xs: 1
4174
4208
  },
4175
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4209
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4176
4210
  variant: "subtitle2",
4177
4211
  color: "textPrimary",
4178
4212
  sx: {
@@ -4185,7 +4219,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4185
4219
  size: {
4186
4220
  xs: 1
4187
4221
  },
4188
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4222
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4189
4223
  variant: "body2",
4190
4224
  color: "textSecondary",
4191
4225
  children: " "
@@ -4193,7 +4227,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4193
4227
  }),
4194
4228
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4195
4229
  size: "grow",
4196
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4230
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4197
4231
  variant: "subtitle2",
4198
4232
  color: "textPrimary",
4199
4233
  sx: {
@@ -4217,7 +4251,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4217
4251
  size: {
4218
4252
  xs: 1
4219
4253
  },
4220
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4254
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4221
4255
  variant: "subtitle2",
4222
4256
  color: "textPrimary",
4223
4257
  sx: {
@@ -4232,7 +4266,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4232
4266
  xs: 3,
4233
4267
  md: 4
4234
4268
  },
4235
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4269
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4236
4270
  variant: "subtitle2",
4237
4271
  color: "textPrimary",
4238
4272
  sx: {
@@ -4246,7 +4280,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4246
4280
  size: {
4247
4281
  xs: 1
4248
4282
  },
4249
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4283
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4250
4284
  variant: "subtitle2",
4251
4285
  color: "textPrimary",
4252
4286
  sx: {
@@ -4259,7 +4293,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4259
4293
  size: {
4260
4294
  xs: 1
4261
4295
  },
4262
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4296
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4263
4297
  variant: "body2",
4264
4298
  color: "textSecondary",
4265
4299
  children: " "
@@ -4267,7 +4301,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4267
4301
  }),
4268
4302
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4269
4303
  size: "grow",
4270
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4304
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4271
4305
  variant: "subtitle2",
4272
4306
  color: "textPrimary",
4273
4307
  sx: {
@@ -4291,7 +4325,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4291
4325
  size: {
4292
4326
  xs: 1
4293
4327
  },
4294
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4328
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4295
4329
  variant: "subtitle2",
4296
4330
  color: "textPrimary",
4297
4331
  sx: {
@@ -4306,7 +4340,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4306
4340
  xs: 3,
4307
4341
  md: 4
4308
4342
  },
4309
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4343
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4310
4344
  variant: "subtitle2",
4311
4345
  color: "textPrimary",
4312
4346
  sx: {
@@ -4320,7 +4354,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4320
4354
  size: {
4321
4355
  xs: 1
4322
4356
  },
4323
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4357
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4324
4358
  variant: "subtitle2",
4325
4359
  color: "textPrimary",
4326
4360
  sx: {
@@ -4333,7 +4367,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4333
4367
  size: {
4334
4368
  xs: 1
4335
4369
  },
4336
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4370
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4337
4371
  variant: "body2",
4338
4372
  color: "textSecondary",
4339
4373
  children: " "
@@ -4341,7 +4375,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4341
4375
  }),
4342
4376
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4343
4377
  size: "grow",
4344
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4378
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4345
4379
  variant: "subtitle2",
4346
4380
  color: "textPrimary",
4347
4381
  sx: {
@@ -4365,7 +4399,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4365
4399
  size: {
4366
4400
  xs: 1
4367
4401
  },
4368
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4402
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4369
4403
  variant: "subtitle2",
4370
4404
  color: "textPrimary",
4371
4405
  sx: {
@@ -4380,7 +4414,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4380
4414
  xs: 3,
4381
4415
  md: 4
4382
4416
  },
4383
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4417
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4384
4418
  variant: "subtitle2",
4385
4419
  color: "textPrimary",
4386
4420
  sx: {
@@ -4394,7 +4428,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4394
4428
  size: {
4395
4429
  xs: 1
4396
4430
  },
4397
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4431
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4398
4432
  variant: "subtitle2",
4399
4433
  color: "textPrimary",
4400
4434
  sx: {
@@ -4407,7 +4441,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4407
4441
  size: {
4408
4442
  xs: 1
4409
4443
  },
4410
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4444
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4411
4445
  variant: "body2",
4412
4446
  color: "textSecondary",
4413
4447
  children: " "
@@ -4415,7 +4449,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4415
4449
  }),
4416
4450
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4417
4451
  size: "grow",
4418
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4452
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4419
4453
  variant: "subtitle2",
4420
4454
  color: "textPrimary",
4421
4455
  sx: {
@@ -4434,10 +4468,9 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4434
4468
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4435
4469
  container: true,
4436
4470
  direction: "column",
4437
- spacing: 0,
4438
4471
  children: [
4439
4472
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4440
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4473
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4441
4474
  sx: classes.labelAmount,
4442
4475
  gutterBottom: true,
4443
4476
  variant: "subtitle1",
@@ -4456,24 +4489,24 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4456
4489
  xs: 8,
4457
4490
  md: 9
4458
4491
  },
4459
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Paper), {
4492
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialPaper))), {
4460
4493
  sx: classes.inputAmount,
4461
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.InputBase), {
4494
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialInputBase))), {
4462
4495
  id: "receiver",
4463
4496
  sx: classes.inputAmountText,
4464
- type: "number",
4497
+ //type="number"
4465
4498
  required: true,
4466
4499
  value: receivedValue,
4467
4500
  disabled: true,
4468
- startAdornment: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.InputAdornment), {
4501
+ startAdornment: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialInputAdornment))), {
4469
4502
  position: "start",
4470
4503
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("span", {
4471
- children: loadingTo && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.CircularProgress), {
4504
+ children: loadingTo && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialCircularProgress))), {
4472
4505
  size: 18
4473
4506
  })
4474
4507
  })
4475
4508
  }),
4476
- endAdornment: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.InputAdornment), {
4509
+ endAdornment: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialInputAdornment))), {
4477
4510
  position: "end",
4478
4511
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("span", {
4479
4512
  sx: {
@@ -4500,7 +4533,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4500
4533
  xs: 4,
4501
4534
  md: 3
4502
4535
  },
4503
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Autocomplete), {
4536
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialAutocomplete))), {
4504
4537
  disabled: loadingTo || loadingFrom,
4505
4538
  options: (0, $238b5c7df6f88375$export$e5ad74579c86b003).filter((country)=>{
4506
4539
  if (calculator && calculator[fromCountryValue] && calculator[fromCountryValue].active && calculator[fromCountryValue].countryTo[country.code] && calculator[fromCountryValue].countryTo[country.code].active) return country;
@@ -4516,7 +4549,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4516
4549
  value: (0, $238b5c7df6f88375$export$e5ad74579c86b003).filter((country)=>country.code == toCountryValue)[0],
4517
4550
  autoHighlight: true,
4518
4551
  getOptionLabel: (option)=>`${option.currency}`,
4519
- renderOption: (props, option)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$muimaterial.Box), {
4552
+ renderOption: (props, option)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialBox))), {
4520
4553
  component: "li",
4521
4554
  ...props,
4522
4555
  children: [
@@ -4531,10 +4564,10 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4531
4564
  option.currency
4532
4565
  ]
4533
4566
  }),
4534
- renderInput: (params)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Paper), {
4567
+ renderInput: (params)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialPaper))), {
4535
4568
  variant: "outlined",
4536
4569
  sx: classes.rootFlags,
4537
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.TextField), {
4570
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTextField))), {
4538
4571
  ...params,
4539
4572
  variant: "standard",
4540
4573
  slotProps: {
@@ -4562,7 +4595,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4562
4595
  size: {
4563
4596
  xs: 12
4564
4597
  },
4565
- children: !isLoading && !loadingFrom && !loadingTo && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.FormHelperText), {
4598
+ children: !isLoading && !loadingFrom && !loadingTo && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialFormHelperText))), {
4566
4599
  sx: {
4567
4600
  color: "red"
4568
4601
  },
@@ -4574,14 +4607,14 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4574
4607
  size: {
4575
4608
  xs: 12
4576
4609
  },
4577
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.FormControl), {
4610
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialFormControl))), {
4578
4611
  fullWidth: true,
4579
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Select), {
4612
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialSelect))), {
4580
4613
  id: "demo-customized-select-native",
4581
4614
  value: "Banks",
4582
4615
  onChange: this.changeBank,
4583
4616
  children: paymentMethods && paymentMethods.map((payment, index)=>{
4584
- if (payment.id == "trc20") return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$muimaterial.MenuItem), {
4617
+ if (payment.id == "trc20") return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialMenuItem))), {
4585
4618
  value: payment.id,
4586
4619
  children: [
4587
4620
  "Tron TRC20 (",
@@ -4589,7 +4622,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4589
4622
  ")"
4590
4623
  ]
4591
4624
  }, payment.name + index);
4592
- return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.MenuItem), {
4625
+ return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialMenuItem))), {
4593
4626
  value: payment.id,
4594
4627
  children: payment.label
4595
4628
  }, payment.name + index);
@@ -4609,14 +4642,14 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4609
4642
  children: [
4610
4643
  this.state.hasValidCoupon && plus != null && plus != 'undefined' && plus != 0 && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4611
4644
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("p", {
4612
- style: {
4645
+ sx: {
4613
4646
  textAlign: "center"
4614
4647
  },
4615
4648
  children: content.calculator.plus.replace("amount", plus).replace("currency", this.state.isUsdt ? 'USDT' : toCurrencyValue)
4616
4649
  })
4617
4650
  }),
4618
4651
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4619
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4652
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4620
4653
  sx: classes.labelCoupon,
4621
4654
  gutterBottom: true,
4622
4655
  variant: "subtitle1",
@@ -4634,9 +4667,9 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4634
4667
  size: {
4635
4668
  xs: 5
4636
4669
  },
4637
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Paper), {
4670
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialPaper))), {
4638
4671
  sx: classes.inputCoupon,
4639
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.InputBase), {
4672
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialInputBase))), {
4640
4673
  sx: classes.inputCouponText,
4641
4674
  value: couponValue,
4642
4675
  disabled: loadingFrom || loadingTo,
@@ -4652,9 +4685,9 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4652
4685
  sx: {
4653
4686
  paddingLeft: "3px"
4654
4687
  },
4655
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Tooltip), {
4688
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTooltip))), {
4656
4689
  title: content.calculator.remove_coupon,
4657
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Button), {
4690
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialButton))), {
4658
4691
  sx: classes.buttonRemoveCoupon,
4659
4692
  onClick: this.removeCoupon,
4660
4693
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muiiconsmaterial.HighlightOffOutlined), {
@@ -4671,7 +4704,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4671
4704
  size: {
4672
4705
  xs: 12
4673
4706
  },
4674
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4707
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4675
4708
  sx: {
4676
4709
  color: "red",
4677
4710
  textAlign: "center",
@@ -4698,12 +4731,12 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4698
4731
  marginTop: "20px",
4699
4732
  marginBottom: "10px"
4700
4733
  },
4701
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Button), {
4734
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialButton))), {
4702
4735
  sx: startDisabled ? classes.buttonStartDisabled : classes.buttonStart,
4703
4736
  variant: "contained",
4704
4737
  disabled: startDisabled,
4705
4738
  onClick: this.handleSubmitForm,
4706
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4739
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4707
4740
  sx: classes.textButtonStart,
4708
4741
  children: content.landing.button_start
4709
4742
  })
@@ -4716,7 +4749,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4716
4749
  size: {
4717
4750
  xs: 12
4718
4751
  },
4719
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4752
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4720
4753
  sx: classes.labelUpdateTC,
4721
4754
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $3641e36ddb9c1c48$export$2e2bcd8739ae039), {
4722
4755
  locale: locale
@@ -4727,7 +4760,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4727
4760
  size: {
4728
4761
  xs: 12
4729
4762
  },
4730
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
4763
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4731
4764
  sx: {
4732
4765
  color: "red",
4733
4766
  textAlign: "center",
@@ -4744,7 +4777,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4744
4777
  sx: {
4745
4778
  marginTop: "45px"
4746
4779
  },
4747
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Divider), {})
4780
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialDivider))), {})
4748
4781
  }),
4749
4782
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
4750
4783
  size: {
@@ -4757,7 +4790,7 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4757
4790
  sx: {
4758
4791
  paddingBottom: "10px"
4759
4792
  },
4760
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$muimaterial.Typography), {
4793
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
4761
4794
  variant: "subtitle1",
4762
4795
  children: [
4763
4796
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("span", {
@@ -4785,7 +4818,11 @@ class $c530beedeaeedc25$var$Calculator extends (0, $gXNCa$react.Component) {
4785
4818
  });
4786
4819
  }
4787
4820
  }
4788
- var $c530beedeaeedc25$export$2e2bcd8739ae039 = $c530beedeaeedc25$var$Calculator;
4821
+ var $eb8bef229a07cd2d$export$2e2bcd8739ae039 = $eb8bef229a07cd2d$var$Calculator;
4822
+
4823
+
4824
+
4825
+
4789
4826
 
4790
4827
 
4791
4828
 
@@ -5616,6 +5653,13 @@ var $c0c7909cfff012a2$export$2e2bcd8739ae039 = $c0c7909cfff012a2$var$OperationsH
5616
5653
 
5617
5654
 
5618
5655
 
5656
+
5657
+
5658
+
5659
+
5660
+
5661
+
5662
+
5619
5663
  const $57d5e789e3634b87$var$componentStyles = {
5620
5664
  root: {
5621
5665
  fontFamily: "Poppins",
@@ -5766,7 +5810,7 @@ const $25bc95a5aba76853$var$InputAmount = (props)=>{
5766
5810
  size: {
5767
5811
  xs: 12
5768
5812
  },
5769
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
5813
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
5770
5814
  style: classes.labelAmount,
5771
5815
  gutterBottom: true,
5772
5816
  variant: "subtitle1",
@@ -5785,16 +5829,16 @@ const $25bc95a5aba76853$var$InputAmount = (props)=>{
5785
5829
  size: {
5786
5830
  xs: 5
5787
5831
  },
5788
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Paper), {
5832
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialPaper))), {
5789
5833
  style: classes.inputAmount,
5790
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.InputBase), {
5834
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialInputBase))), {
5791
5835
  id: id,
5792
5836
  style: classes.inputAmountText,
5793
5837
  required: true,
5794
5838
  value: user.isLoading || user.isDisabled ? "" : (user.amount > 0 ? user.amount.toString() : "").toString(),
5795
5839
  type: "number",
5796
5840
  disabled: user.isLoading || user.isDisabled || disabled,
5797
- startAdornment: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.InputAdornment), {
5841
+ startAdornment: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialInputAdornment))), {
5798
5842
  position: "start",
5799
5843
  style: {
5800
5844
  marginTop: "0px"
@@ -5802,7 +5846,7 @@ const $25bc95a5aba76853$var$InputAmount = (props)=>{
5802
5846
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)("span", {
5803
5847
  children: [
5804
5848
  " ",
5805
- user.isLoading && !user.isDisabled && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.CircularProgress), {
5849
+ user.isLoading && !user.isDisabled && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialCircularProgress))), {
5806
5850
  size: 18
5807
5851
  }),
5808
5852
  " "
@@ -5823,7 +5867,7 @@ const $25bc95a5aba76853$var$InputAmount = (props)=>{
5823
5867
  size: {
5824
5868
  xs: 5
5825
5869
  },
5826
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Autocomplete), {
5870
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialAutocomplete))), {
5827
5871
  disabled: user.isLoading || user.isDisabled,
5828
5872
  options: transferOptions,
5829
5873
  style: {
@@ -5849,7 +5893,7 @@ const $25bc95a5aba76853$var$InputAmount = (props)=>{
5849
5893
  const code = option.code || 'unknown';
5850
5894
  const currency = option.currency || '';
5851
5895
  const flagCode = code === "PE-USD" ? "PE" : code;
5852
- return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$muimaterial.Box), {
5896
+ return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialBox))), {
5853
5897
  component: "li",
5854
5898
  ...restProps,
5855
5899
  children: [
@@ -5866,10 +5910,10 @@ const $25bc95a5aba76853$var$InputAmount = (props)=>{
5866
5910
  }, `${code}-${currency}`);
5867
5911
  },
5868
5912
  disableClearable: true,
5869
- renderInput: (params)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Paper), {
5913
+ renderInput: (params)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialPaper))), {
5870
5914
  variant: "outlined",
5871
5915
  style: classes.rootFlags,
5872
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.TextField), {
5916
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTextField))), {
5873
5917
  style: {
5874
5918
  fontSize: "15px"
5875
5919
  },
@@ -5894,7 +5938,7 @@ const $25bc95a5aba76853$var$InputAmount = (props)=>{
5894
5938
  size: {
5895
5939
  xs: 12
5896
5940
  },
5897
- children: !user.isLoading && !user.isDisabled && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.FormHelperText), {
5941
+ children: !user.isLoading && !user.isDisabled && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialFormHelperText))), {
5898
5942
  style: {
5899
5943
  color: "red"
5900
5944
  },
@@ -5914,6 +5958,7 @@ var $25bc95a5aba76853$export$2e2bcd8739ae039 = $25bc95a5aba76853$var$InputAmount
5914
5958
 
5915
5959
 
5916
5960
 
5961
+
5917
5962
  const $e09238e49cf44303$var$Fees = (props)=>{
5918
5963
  const { content: content, details: details, simulatorMode: simulatorMode, walletName: walletName = "", locale: locale } = props;
5919
5964
  const [isUSDTReceiver, setIsUSDTReceiver] = (0, $gXNCa$react.useState)(false);
@@ -5945,7 +5990,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
5945
5990
  size: {
5946
5991
  xs: 1
5947
5992
  },
5948
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
5993
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
5949
5994
  variant: "body2",
5950
5995
  color: "textSecondary"
5951
5996
  })
@@ -5954,7 +5999,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
5954
5999
  size: {
5955
6000
  md: 4
5956
6001
  },
5957
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$muimaterial.Typography), {
6002
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
5958
6003
  variant: "body2",
5959
6004
  color: "textSecondary",
5960
6005
  sx: {
@@ -5970,7 +6015,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
5970
6015
  size: {
5971
6016
  xs: 1
5972
6017
  },
5973
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6018
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
5974
6019
  variant: "body2",
5975
6020
  color: "textSecondary",
5976
6021
  children: details.currency
@@ -5980,7 +6025,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
5980
6025
  size: {
5981
6026
  xs: 1
5982
6027
  },
5983
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6028
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
5984
6029
  variant: "body2",
5985
6030
  color: "textSecondary",
5986
6031
  children: " "
@@ -5990,7 +6035,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
5990
6035
  size: {
5991
6036
  xs: 5
5992
6037
  },
5993
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6038
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
5994
6039
  variant: "body2",
5995
6040
  color: "textSecondary",
5996
6041
  sx: {
@@ -6019,7 +6064,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6019
6064
  size: {
6020
6065
  xs: 1
6021
6066
  },
6022
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6067
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6023
6068
  variant: "body2",
6024
6069
  color: "textSecondary"
6025
6070
  })
@@ -6028,7 +6073,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6028
6073
  size: {
6029
6074
  md: 4
6030
6075
  },
6031
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6076
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6032
6077
  variant: "body2",
6033
6078
  color: "textSecondary",
6034
6079
  sx: {
@@ -6041,7 +6086,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6041
6086
  size: {
6042
6087
  xs: 1
6043
6088
  },
6044
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6089
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6045
6090
  variant: "body2",
6046
6091
  color: "textSecondary",
6047
6092
  children: details.currency
@@ -6051,7 +6096,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6051
6096
  size: {
6052
6097
  xs: 1
6053
6098
  },
6054
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6099
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6055
6100
  variant: "body2",
6056
6101
  color: "textSecondary",
6057
6102
  children: " "
@@ -6061,7 +6106,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6061
6106
  size: {
6062
6107
  xs: 5
6063
6108
  },
6064
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$muimaterial.Typography), {
6109
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6065
6110
  variant: "body2",
6066
6111
  color: "textSecondary",
6067
6112
  sx: {
@@ -6106,7 +6151,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6106
6151
  size: {
6107
6152
  xs: 12
6108
6153
  },
6109
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Divider), {
6154
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialDivider))), {
6110
6155
  sx: {
6111
6156
  margin: 4
6112
6157
  }
@@ -6127,7 +6172,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6127
6172
  size: {
6128
6173
  xs: 1
6129
6174
  },
6130
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6175
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6131
6176
  variant: "subtitle2",
6132
6177
  color: "textPrimary",
6133
6178
  sx: {
@@ -6141,7 +6186,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6141
6186
  size: {
6142
6187
  md: 4
6143
6188
  },
6144
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6189
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6145
6190
  variant: "subtitle2",
6146
6191
  color: "textPrimary",
6147
6192
  sx: {
@@ -6155,7 +6200,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6155
6200
  size: {
6156
6201
  xs: 1
6157
6202
  },
6158
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6203
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6159
6204
  variant: "subtitle2",
6160
6205
  color: "textPrimary",
6161
6206
  sx: {
@@ -6168,7 +6213,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6168
6213
  size: {
6169
6214
  xs: 1
6170
6215
  },
6171
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6216
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6172
6217
  variant: "body2",
6173
6218
  color: "textSecondary",
6174
6219
  children: " "
@@ -6178,7 +6223,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6178
6223
  size: {
6179
6224
  xs: 5
6180
6225
  },
6181
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6226
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6182
6227
  variant: "subtitle2",
6183
6228
  color: "textPrimary",
6184
6229
  sx: {
@@ -6207,7 +6252,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6207
6252
  size: {
6208
6253
  xs: 1
6209
6254
  },
6210
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6255
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6211
6256
  variant: "body2",
6212
6257
  color: "textPrimary"
6213
6258
  })
@@ -6216,7 +6261,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6216
6261
  size: {
6217
6262
  md: 4
6218
6263
  },
6219
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6264
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6220
6265
  variant: "body2",
6221
6266
  sx: {
6222
6267
  textAlign: "right"
@@ -6228,7 +6273,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6228
6273
  size: {
6229
6274
  xs: 1
6230
6275
  },
6231
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6276
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6232
6277
  variant: "body2",
6233
6278
  children: ` USDT`
6234
6279
  })
@@ -6237,7 +6282,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6237
6282
  size: {
6238
6283
  xs: 1
6239
6284
  },
6240
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6285
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6241
6286
  variant: "body2",
6242
6287
  children: " "
6243
6288
  })
@@ -6246,7 +6291,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6246
6291
  size: {
6247
6292
  xs: 5
6248
6293
  },
6249
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6294
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6250
6295
  variant: "body2",
6251
6296
  sx: {
6252
6297
  fontWeight: "bold",
@@ -6274,7 +6319,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6274
6319
  size: {
6275
6320
  xs: 1
6276
6321
  },
6277
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6322
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6278
6323
  variant: "body2",
6279
6324
  color: "textPrimary",
6280
6325
  sx: {
@@ -6288,7 +6333,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6288
6333
  size: {
6289
6334
  md: 4
6290
6335
  },
6291
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6336
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6292
6337
  variant: "body2",
6293
6338
  sx: {
6294
6339
  textAlign: "right"
@@ -6300,7 +6345,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6300
6345
  size: {
6301
6346
  xs: 1
6302
6347
  },
6303
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6348
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6304
6349
  variant: "body2",
6305
6350
  children: ` USDT`
6306
6351
  })
@@ -6309,7 +6354,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6309
6354
  size: {
6310
6355
  xs: 1
6311
6356
  },
6312
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6357
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6313
6358
  variant: "body2",
6314
6359
  children: " "
6315
6360
  })
@@ -6318,7 +6363,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6318
6363
  size: {
6319
6364
  xs: 5
6320
6365
  },
6321
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6366
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6322
6367
  variant: "body2",
6323
6368
  sx: {
6324
6369
  fontWeight: "bold",
@@ -6346,7 +6391,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6346
6391
  size: {
6347
6392
  xs: 1
6348
6393
  },
6349
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6394
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6350
6395
  variant: "subtitle2",
6351
6396
  color: "textPrimary",
6352
6397
  sx: {
@@ -6360,7 +6405,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6360
6405
  size: {
6361
6406
  md: 4
6362
6407
  },
6363
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6408
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6364
6409
  variant: "subtitle2",
6365
6410
  color: "textPrimary",
6366
6411
  sx: {
@@ -6374,7 +6419,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6374
6419
  size: {
6375
6420
  xs: 1
6376
6421
  },
6377
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6422
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6378
6423
  variant: "subtitle2",
6379
6424
  color: "textPrimary",
6380
6425
  sx: {
@@ -6387,7 +6432,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6387
6432
  size: {
6388
6433
  xs: 1
6389
6434
  },
6390
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6435
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6391
6436
  variant: "body2",
6392
6437
  color: "textSecondary",
6393
6438
  children: " "
@@ -6397,7 +6442,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6397
6442
  size: {
6398
6443
  xs: 5
6399
6444
  },
6400
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6445
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6401
6446
  variant: "subtitle2",
6402
6447
  color: "textPrimary",
6403
6448
  sx: {
@@ -6426,7 +6471,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6426
6471
  size: {
6427
6472
  xs: 1
6428
6473
  },
6429
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6474
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6430
6475
  variant: "subtitle2",
6431
6476
  color: "textPrimary",
6432
6477
  sx: {
@@ -6440,7 +6485,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6440
6485
  size: {
6441
6486
  md: 4
6442
6487
  },
6443
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6488
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6444
6489
  variant: "subtitle2",
6445
6490
  color: "textPrimary",
6446
6491
  sx: {
@@ -6454,7 +6499,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6454
6499
  size: {
6455
6500
  xs: 1
6456
6501
  },
6457
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6502
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6458
6503
  variant: "subtitle2",
6459
6504
  color: "textPrimary",
6460
6505
  sx: {
@@ -6467,7 +6512,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6467
6512
  size: {
6468
6513
  xs: 1
6469
6514
  },
6470
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6515
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6471
6516
  variant: "body2",
6472
6517
  color: "textSecondary",
6473
6518
  children: " "
@@ -6477,7 +6522,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6477
6522
  size: {
6478
6523
  xs: 5
6479
6524
  },
6480
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6525
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6481
6526
  variant: "subtitle2",
6482
6527
  color: "textPrimary",
6483
6528
  sx: {
@@ -6506,7 +6551,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6506
6551
  size: {
6507
6552
  xs: 1
6508
6553
  },
6509
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6554
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6510
6555
  variant: "subtitle2",
6511
6556
  color: "textPrimary",
6512
6557
  sx: {
@@ -6520,7 +6565,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6520
6565
  size: {
6521
6566
  md: 4
6522
6567
  },
6523
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6568
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6524
6569
  variant: "subtitle2",
6525
6570
  color: "textPrimary",
6526
6571
  sx: {
@@ -6534,7 +6579,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6534
6579
  size: {
6535
6580
  xs: 1
6536
6581
  },
6537
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6582
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6538
6583
  variant: "subtitle2",
6539
6584
  color: "textPrimary",
6540
6585
  sx: {
@@ -6547,7 +6592,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6547
6592
  size: {
6548
6593
  xs: 1
6549
6594
  },
6550
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6595
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6551
6596
  variant: "body2",
6552
6597
  color: "textSecondary",
6553
6598
  children: " "
@@ -6557,7 +6602,7 @@ const $e09238e49cf44303$var$Fees = (props)=>{
6557
6602
  size: {
6558
6603
  xs: 5
6559
6604
  },
6560
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6605
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6561
6606
  variant: "subtitle2",
6562
6607
  color: "textPrimary",
6563
6608
  sx: {
@@ -6586,6 +6631,7 @@ var $e09238e49cf44303$export$2e2bcd8739ae039 = $e09238e49cf44303$var$Fees;
6586
6631
 
6587
6632
 
6588
6633
 
6634
+
6589
6635
  const $5bf5c647168de599$var$Disclaimers = (props)=>{
6590
6636
  const disclaimerTypes = {
6591
6637
  send: "send",
@@ -6611,9 +6657,9 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6611
6657
  size: {
6612
6658
  xs: 12
6613
6659
  },
6614
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Alert), {
6660
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialAlert))), {
6615
6661
  severity: "info",
6616
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6662
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6617
6663
  variant: "body2",
6618
6664
  children: content.disclaimers.send
6619
6665
  })
@@ -6623,7 +6669,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6623
6669
  size: {
6624
6670
  xs: 12
6625
6671
  },
6626
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$muimaterial.Typography), {
6672
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6627
6673
  variant: "body2",
6628
6674
  align: "center",
6629
6675
  children: [
@@ -6637,7 +6683,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6637
6683
  size: {
6638
6684
  xs: 12
6639
6685
  },
6640
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6686
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6641
6687
  variant: "body2",
6642
6688
  align: "center",
6643
6689
  sx: {
@@ -6659,9 +6705,9 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6659
6705
  size: {
6660
6706
  xs: 12
6661
6707
  },
6662
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Alert), {
6708
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialAlert))), {
6663
6709
  severity: "info",
6664
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6710
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6665
6711
  sx: {
6666
6712
  fontSize: "0.8rem"
6667
6713
  },
@@ -6673,7 +6719,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6673
6719
  size: {
6674
6720
  xs: 12
6675
6721
  },
6676
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6722
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6677
6723
  variant: "body2",
6678
6724
  align: "center",
6679
6725
  children: content.disclaimers.sendDescription
@@ -6684,7 +6730,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6684
6730
  xs: 12
6685
6731
  },
6686
6732
  children: [
6687
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6733
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6688
6734
  variant: "body2",
6689
6735
  align: "center",
6690
6736
  sx: {
@@ -6694,7 +6740,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6694
6740
  children: __expiration
6695
6741
  })
6696
6742
  }),
6697
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6743
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6698
6744
  variant: "caption",
6699
6745
  align: "justify",
6700
6746
  sx: {
@@ -6719,9 +6765,9 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6719
6765
  size: {
6720
6766
  xs: 12
6721
6767
  },
6722
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Alert), {
6768
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialAlert))), {
6723
6769
  severity: "info",
6724
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6770
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6725
6771
  sx: {
6726
6772
  fontSize: "0.8rem"
6727
6773
  },
@@ -6733,7 +6779,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6733
6779
  size: {
6734
6780
  xs: 12
6735
6781
  },
6736
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6782
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6737
6783
  variant: "body2",
6738
6784
  align: "justify",
6739
6785
  children: content.disclaimers.receiveDescription
@@ -6743,7 +6789,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6743
6789
  size: {
6744
6790
  xs: 12
6745
6791
  },
6746
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6792
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6747
6793
  variant: "caption",
6748
6794
  sx: {
6749
6795
  color: "#878787"
@@ -6762,9 +6808,9 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6762
6808
  size: {
6763
6809
  xs: 12
6764
6810
  },
6765
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Alert), {
6811
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialAlert))), {
6766
6812
  severity: "info",
6767
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6813
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6768
6814
  sx: {
6769
6815
  fontSize: "0.8rem"
6770
6816
  },
@@ -6777,12 +6823,12 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6777
6823
  xs: 12
6778
6824
  },
6779
6825
  children: [
6780
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6826
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6781
6827
  variant: "body2",
6782
6828
  align: "justify",
6783
6829
  children: content.disclaimers.receiveDescription
6784
6830
  }),
6785
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6831
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6786
6832
  variant: "caption",
6787
6833
  align: "justify",
6788
6834
  sx: {
@@ -6794,7 +6840,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6794
6840
  },
6795
6841
  children: content.disclaimers.receiveDisclaimer?.replace("{COUNTRY}", optionName)
6796
6842
  }),
6797
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6843
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6798
6844
  variant: "caption",
6799
6845
  sx: {
6800
6846
  color: "#878787"
@@ -6814,7 +6860,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6814
6860
  size: {
6815
6861
  xs: 12
6816
6862
  },
6817
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Alert), {
6863
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialAlert))), {
6818
6864
  severity: "info",
6819
6865
  children: content.disclaimers.wallet
6820
6866
  })
@@ -6823,7 +6869,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6823
6869
  size: {
6824
6870
  xs: 12
6825
6871
  },
6826
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6872
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6827
6873
  variant: "body2",
6828
6874
  align: "center",
6829
6875
  children: content.disclaimers.walletDescription
@@ -6834,7 +6880,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6834
6880
  xs: 12
6835
6881
  },
6836
6882
  children: [
6837
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6883
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6838
6884
  variant: "body2",
6839
6885
  align: "center",
6840
6886
  sx: {
@@ -6844,7 +6890,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6844
6890
  children: __expiration
6845
6891
  })
6846
6892
  }),
6847
- option.code == "ACH" ? /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6893
+ option.code == "ACH" ? /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6848
6894
  variant: "caption",
6849
6895
  align: "center",
6850
6896
  sx: {
@@ -6855,7 +6901,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6855
6901
  maringBottom: 15
6856
6902
  },
6857
6903
  children: content.disclaimers.walletDisclaimerACH
6858
- }) : /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6904
+ }) : /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6859
6905
  variant: "caption",
6860
6906
  align: "center",
6861
6907
  sx: {
@@ -6872,7 +6918,7 @@ const $5bf5c647168de599$var$Disclaimers = (props)=>{
6872
6918
  ]
6873
6919
  });
6874
6920
  default:
6875
- return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
6921
+ return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
6876
6922
  children: " "
6877
6923
  });
6878
6924
  }
@@ -7089,6 +7135,8 @@ const $8e9ca21186f2536d$export$926bfdedbec70796 = (payments)=>{
7089
7135
 
7090
7136
 
7091
7137
 
7138
+
7139
+
7092
7140
  const $c1882e163bdff66b$var$PaymentMethodSelector = ({ paymentMethods: paymentMethods, onChange: onChange })=>{
7093
7141
  const [selectedItem, setSelectedItem] = (0, $gXNCa$react.useState)(paymentMethods[0]?.id || "");
7094
7142
  const handleOnChange = ({ target: target })=>{
@@ -7100,16 +7148,16 @@ const $c1882e163bdff66b$var$PaymentMethodSelector = ({ paymentMethods: paymentMe
7100
7148
  }, [
7101
7149
  paymentMethods
7102
7150
  ]);
7103
- return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Grid), {
7151
+ return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
7104
7152
  container: true,
7105
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Grid), {
7153
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
7106
7154
  size: {
7107
7155
  xs: 12
7108
7156
  },
7109
- children: paymentMethods && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Grid), {
7157
+ children: paymentMethods && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
7110
7158
  item: true,
7111
7159
  xs: 12,
7112
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Select), {
7160
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialSelect))), {
7113
7161
  id: "demo-customized-select-native",
7114
7162
  value: selectedItem,
7115
7163
  onChange: handleOnChange,
@@ -7117,7 +7165,7 @@ const $c1882e163bdff66b$var$PaymentMethodSelector = ({ paymentMethods: paymentMe
7117
7165
  minWidth: 300
7118
7166
  },
7119
7167
  fullWidth: true,
7120
- children: paymentMethods && paymentMethods.filter((e)=>e.id != "trc20").map((payment, index)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.MenuItem), {
7168
+ children: paymentMethods && paymentMethods.filter((e)=>e.id != "trc20").map((payment, index)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialMenuItem))), {
7121
7169
  value: payment.id,
7122
7170
  children: payment.label
7123
7171
  }, payment.name + index))
@@ -7130,9 +7178,9 @@ var $c1882e163bdff66b$export$2e2bcd8739ae039 = $c1882e163bdff66b$var$PaymentMeth
7130
7178
 
7131
7179
 
7132
7180
 
7133
- // Crear un tema para usar con makeStyles
7181
+
7134
7182
  const $946e0543186f7545$var$theme = (0, $gXNCa$muimaterialstyles.createTheme)();
7135
- const $946e0543186f7545$export$5ecc5d08426f3213 = (0, $gXNCa$muimaterialstyles.styled)((theme)=>({
7183
+ const $946e0543186f7545$export$5ecc5d08426f3213 = (0, $gXNCa$muistyles.makeStyles)(()=>({
7136
7184
  // 'input[type=number]::-webkit-outer-spin-button': {
7137
7185
  // '-webkit-appearance': 'none',
7138
7186
  // margin: 0
@@ -7856,7 +7904,7 @@ function $d3c2b8c012a239f6$var$Simulator(props) {
7856
7904
  href: "https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap",
7857
7905
  rel: "stylesheet"
7858
7906
  }),
7859
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Paper), {
7907
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialPaper))), {
7860
7908
  className: classes.root,
7861
7909
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
7862
7910
  container: true,
@@ -7873,7 +7921,7 @@ function $d3c2b8c012a239f6$var$Simulator(props) {
7873
7921
  },
7874
7922
  children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
7875
7923
  size: "grow",
7876
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Typography), {
7924
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
7877
7925
  className: classes.labelAmount,
7878
7926
  gutterBottom: true,
7879
7927
  variant: "subtitle1",
@@ -7901,7 +7949,7 @@ function $d3c2b8c012a239f6$var$Simulator(props) {
7901
7949
  children: [
7902
7950
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
7903
7951
  size: "grow",
7904
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Chip), {
7952
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialChip))), {
7905
7953
  className: simulatorMode === (0, $ee1f0011b010ab9b$export$e3d7a3ffb08d3f7a).SEND ? classes.chipOptionChecked : classes.chipOptionUnchecked,
7906
7954
  label: content.simulator.header_chips.option_send,
7907
7955
  variant: "outlined",
@@ -7912,7 +7960,7 @@ function $d3c2b8c012a239f6$var$Simulator(props) {
7912
7960
  }),
7913
7961
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
7914
7962
  size: "grow",
7915
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Chip), {
7963
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialChip))), {
7916
7964
  className: simulatorMode === (0, $ee1f0011b010ab9b$export$e3d7a3ffb08d3f7a).COLLECT ? classes.chipOptionChecked : classes.chipOptionUnchecked,
7917
7965
  label: content.simulator.header_chips.option_receive,
7918
7966
  variant: "outlined",
@@ -8063,7 +8111,7 @@ function $d3c2b8c012a239f6$var$Simulator(props) {
8063
8111
  marginTop: "15px",
8064
8112
  marginBottom: "15px"
8065
8113
  },
8066
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Button), {
8114
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialButton))), {
8067
8115
  className: classes.button,
8068
8116
  variant: "contained",
8069
8117
  onClick: handleNext,
@@ -8092,7 +8140,7 @@ function $d3c2b8c012a239f6$var$Simulator(props) {
8092
8140
  sx: {
8093
8141
  marginTop: "60px"
8094
8142
  },
8095
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$muimaterial.Divider), {})
8143
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialDivider))), {})
8096
8144
  }),
8097
8145
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, ($parcel$interopDefault($gXNCa$muimaterialGrid2))), {
8098
8146
  size: {
@@ -8105,7 +8153,7 @@ function $d3c2b8c012a239f6$var$Simulator(props) {
8105
8153
  sx: {
8106
8154
  paddingBottom: "10px"
8107
8155
  },
8108
- children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, $gXNCa$muimaterial.Typography), {
8156
+ children: /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($gXNCa$muimaterialTypography))), {
8109
8157
  variant: "subtitle1",
8110
8158
  sx: {
8111
8159
  display: "flex",
@@ -8169,7 +8217,7 @@ function $4fa36e821943b400$var$WrappedSimulator(props) {
8169
8217
  });
8170
8218
  }
8171
8219
  function $4fa36e821943b400$var$WrappedCalculator(props) {
8172
- return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $c530beedeaeedc25$export$2e2bcd8739ae039), {
8220
+ return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $eb8bef229a07cd2d$export$2e2bcd8739ae039), {
8173
8221
  testMode: props.testMode,
8174
8222
  locale: props.locale,
8175
8223
  startUrl: props.startUrl,