@thecb/components 10.6.0-beta.5 → 10.6.0-beta.7
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.cjs.js +124 -125
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +124 -125
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/wallet-name/WalletName.js +19 -23
- package/src/components/atoms/wallet-name/index.d.ts +4 -4
- package/src/components/molecules/partial-amount-form/PartialAmountField.js +49 -0
- package/src/components/molecules/partial-amount-form/PartialAmountForm.js +8 -22
- package/src/components/molecules/radio-section/InnerRadioSection.js +7 -2
- package/src/components/atoms/wallet-name/WalletName.theme.js +0 -25
package/dist/index.cjs.js
CHANGED
|
@@ -39580,21 +39580,6 @@ var LoadingLine = function LoadingLine(_ref) {
|
|
|
39580
39580
|
});
|
|
39581
39581
|
};
|
|
39582
39582
|
|
|
39583
|
-
var backgroundColor$6 = {
|
|
39584
|
-
primary: WHITE
|
|
39585
|
-
};
|
|
39586
|
-
var color$b = {
|
|
39587
|
-
primary: ROYAL_BLUE_VIVID
|
|
39588
|
-
};
|
|
39589
|
-
var boxShadow$1 = {
|
|
39590
|
-
primary: "box-shadow: 0px 1px 2px 0px rgba(".concat(CHARADE_GREY, ", 0.1);\n box-shadow: 0px 2px 6px 0px rgba(").concat(CHARADE_GREY, ", 0.2);\n box-shadow: 0px -1px 0px 0px rgba(").concat(CHARADE_GREY, ", 0.1) inset;")
|
|
39591
|
-
};
|
|
39592
|
-
var fallbackValues$C = {
|
|
39593
|
-
backgroundColor: backgroundColor$6,
|
|
39594
|
-
color: color$b,
|
|
39595
|
-
boxShadow: boxShadow$1
|
|
39596
|
-
};
|
|
39597
|
-
|
|
39598
39583
|
var fontSize$9 = {
|
|
39599
39584
|
"default": "1.375rem",
|
|
39600
39585
|
largeTitle: "1.75rem",
|
|
@@ -39630,7 +39615,7 @@ var titleSpacing = {
|
|
|
39630
39615
|
largeTitle: "1.125rem",
|
|
39631
39616
|
small: "0.5rem"
|
|
39632
39617
|
};
|
|
39633
|
-
var boxShadow$
|
|
39618
|
+
var boxShadow$1 = {
|
|
39634
39619
|
"default": "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
|
|
39635
39620
|
largeTitle: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
|
|
39636
39621
|
small: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)"
|
|
@@ -39640,12 +39625,12 @@ var borderRadius = {
|
|
|
39640
39625
|
largeTitle: "0.25rem",
|
|
39641
39626
|
small: "0.25rem"
|
|
39642
39627
|
};
|
|
39643
|
-
var backgroundColor$
|
|
39628
|
+
var backgroundColor$6 = {
|
|
39644
39629
|
"default": WHITE,
|
|
39645
39630
|
largeTitle: WHITE,
|
|
39646
39631
|
small: WHITE
|
|
39647
39632
|
};
|
|
39648
|
-
var fallbackValues$
|
|
39633
|
+
var fallbackValues$C = {
|
|
39649
39634
|
fontSize: fontSize$9,
|
|
39650
39635
|
fontWeight: fontWeight$5,
|
|
39651
39636
|
fontColor: fontColor,
|
|
@@ -39653,9 +39638,9 @@ var fallbackValues$D = {
|
|
|
39653
39638
|
textAlign: textAlign,
|
|
39654
39639
|
titleType: titleType,
|
|
39655
39640
|
titleSpacing: titleSpacing,
|
|
39656
|
-
boxShadow: boxShadow$
|
|
39641
|
+
boxShadow: boxShadow$1,
|
|
39657
39642
|
borderRadius: borderRadius,
|
|
39658
|
-
backgroundColor: backgroundColor$
|
|
39643
|
+
backgroundColor: backgroundColor$6
|
|
39659
39644
|
};
|
|
39660
39645
|
|
|
39661
39646
|
/*
|
|
@@ -39722,18 +39707,19 @@ var Module = function Module(_ref) {
|
|
|
39722
39707
|
boxShadow: themeValues.boxShadow
|
|
39723
39708
|
}, children)));
|
|
39724
39709
|
};
|
|
39725
|
-
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$
|
|
39710
|
+
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$C, "default"));
|
|
39726
39711
|
|
|
39727
39712
|
var WalletName = function WalletName(_ref) {
|
|
39728
39713
|
var mainText = _ref.mainText,
|
|
39729
39714
|
action = _ref.action,
|
|
39730
|
-
text = _ref.text,
|
|
39731
|
-
|
|
39732
|
-
|
|
39715
|
+
_ref$text = _ref.text,
|
|
39716
|
+
text = _ref$text === void 0 ? null : _ref$text,
|
|
39717
|
+
_ref$actionText = _ref.actionText,
|
|
39718
|
+
actionText = _ref$actionText === void 0 ? null : _ref$actionText,
|
|
39733
39719
|
_ref$disableAction = _ref.disableAction,
|
|
39734
39720
|
disableAction = _ref$disableAction === void 0 ? false : _ref$disableAction,
|
|
39735
|
-
_ref$
|
|
39736
|
-
|
|
39721
|
+
_ref$linkButtonExtraS = _ref.linkButtonExtraStyles,
|
|
39722
|
+
linkButtonExtraStyles = _ref$linkButtonExtraS === void 0 ? "" : _ref$linkButtonExtraS,
|
|
39737
39723
|
_ref$isLoading = _ref.isLoading,
|
|
39738
39724
|
isLoading = _ref$isLoading === void 0 ? false : _ref$isLoading;
|
|
39739
39725
|
var _useContext = React.useContext(styled.ThemeContext),
|
|
@@ -39743,10 +39729,9 @@ var WalletName = function WalletName(_ref) {
|
|
|
39743
39729
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
39744
39730
|
align: "center",
|
|
39745
39731
|
justify: !!text || !!actionText ? "space-between" : "flex-start",
|
|
39746
|
-
extraStyles: "\n box-shadow: ".concat(
|
|
39732
|
+
extraStyles: "\n box-shadow: 0px 1px 2px 0px rgba(".concat(CHARADE_GREY, ", 0.1);\n box-shadow: 0px 2px 6px 0px rgba(").concat(CHARADE_GREY, ", 0.2);\n box-shadow: 0px -1px 0px 0px rgba(").concat(CHARADE_GREY, ", 0.1) inset;\n padding: 1.5rem;\n ").concat(isMobile ? "span {text-align: right;}" : "", "\n ")
|
|
39747
39733
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
39748
|
-
padding: "0"
|
|
39749
|
-
extraStyles: ""
|
|
39734
|
+
padding: "0"
|
|
39750
39735
|
}, isLoading ? /*#__PURE__*/React__default.createElement(Center, {
|
|
39751
39736
|
as: "span",
|
|
39752
39737
|
style: {
|
|
@@ -39759,7 +39744,7 @@ var WalletName = function WalletName(_ref) {
|
|
|
39759
39744
|
radius: "10",
|
|
39760
39745
|
cx: "12",
|
|
39761
39746
|
cy: "12"
|
|
39762
|
-
})) : /*#__PURE__*/React__default.createElement(Text$1, null, mainText)), !isMobile && /*#__PURE__*/React__default.createElement(Box, {
|
|
39747
|
+
})) : mainText && /*#__PURE__*/React__default.createElement(Text$1, null, mainText)), !isMobile && /*#__PURE__*/React__default.createElement(Box, {
|
|
39763
39748
|
padding: "0"
|
|
39764
39749
|
}, text && /*#__PURE__*/React__default.createElement(Text$1, {
|
|
39765
39750
|
variant: "pXS"
|
|
@@ -39768,7 +39753,7 @@ var WalletName = function WalletName(_ref) {
|
|
|
39768
39753
|
text: actionText,
|
|
39769
39754
|
action: action,
|
|
39770
39755
|
variant: "smallGhost",
|
|
39771
|
-
extraStyles: "\n
|
|
39756
|
+
extraStyles: "\n margin: 0;\n min-width: 0;\n span {font-size: 0.75rem;}\n ".concat(linkButtonExtraStyles, "\n ")
|
|
39772
39757
|
})))), isMobile && /*#__PURE__*/React__default.createElement(Cluster, {
|
|
39773
39758
|
align: "center",
|
|
39774
39759
|
justify: text || actionText ? "flex-end" : "flex-start",
|
|
@@ -39780,10 +39765,9 @@ var WalletName = function WalletName(_ref) {
|
|
|
39780
39765
|
action: action,
|
|
39781
39766
|
variant: "smallGhost",
|
|
39782
39767
|
disabled: disableAction,
|
|
39783
|
-
extraStyles: "\n margin: 0;\n min-width: 0;\n span {font-size: 0.75rem;}\n ".concat(
|
|
39768
|
+
extraStyles: "\n margin: 0;\n min-width: 0;\n span {font-size: 0.75rem;}\n ".concat(linkButtonExtraStyles, "\n ")
|
|
39784
39769
|
})));
|
|
39785
39770
|
};
|
|
39786
|
-
var WalletName$1 = themeComponent(WalletName, "WalletName", fallbackValues$C, "primary");
|
|
39787
39771
|
|
|
39788
39772
|
var Table_styled = styled__default.table.withConfig({
|
|
39789
39773
|
displayName: "Tablestyled",
|
|
@@ -39821,10 +39805,10 @@ var TableCell_styled = styled__default.td.withConfig({
|
|
|
39821
39805
|
return extraStyles;
|
|
39822
39806
|
});
|
|
39823
39807
|
|
|
39824
|
-
var backgroundColor$
|
|
39808
|
+
var backgroundColor$7 = ALABASTER_WHITE;
|
|
39825
39809
|
var borderColor$3 = GREY_CHATEAU;
|
|
39826
|
-
var fallbackValues$
|
|
39827
|
-
backgroundColor: backgroundColor$
|
|
39810
|
+
var fallbackValues$D = {
|
|
39811
|
+
backgroundColor: backgroundColor$7,
|
|
39828
39812
|
borderColor: borderColor$3
|
|
39829
39813
|
};
|
|
39830
39814
|
|
|
@@ -39845,7 +39829,7 @@ var StyledTableHead = styled__default.thead.withConfig({
|
|
|
39845
39829
|
|
|
39846
39830
|
var borderColor$4 = GREY_CHATEAU;
|
|
39847
39831
|
var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
|
|
39848
|
-
var fallbackValues$
|
|
39832
|
+
var fallbackValues$E = {
|
|
39849
39833
|
borderColor: borderColor$4,
|
|
39850
39834
|
hoverBackgroundColor: hoverBackgroundColor$1
|
|
39851
39835
|
};
|
|
@@ -39884,7 +39868,7 @@ var TableRow = function TableRow(_ref) {
|
|
|
39884
39868
|
hoverBackgroundColor: themeValues.hoverBackgroundColor
|
|
39885
39869
|
}, props), children);
|
|
39886
39870
|
};
|
|
39887
|
-
var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$
|
|
39871
|
+
var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$E);
|
|
39888
39872
|
|
|
39889
39873
|
var TableHead = function TableHead(_ref) {
|
|
39890
39874
|
var children = _ref.children,
|
|
@@ -39899,7 +39883,7 @@ var TableHead = function TableHead(_ref) {
|
|
|
39899
39883
|
hoverEffect: false
|
|
39900
39884
|
}, children));
|
|
39901
39885
|
};
|
|
39902
|
-
var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$
|
|
39886
|
+
var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$D);
|
|
39903
39887
|
|
|
39904
39888
|
var TableHeading_styled = styled__default.th.withConfig({
|
|
39905
39889
|
displayName: "TableHeadingstyled",
|
|
@@ -40379,14 +40363,6 @@ validatorFns[IS_PROBABLY_EMAIL] = (value, args, form) => {
|
|
|
40379
40363
|
return new RegExp(/^\S+@\S+\.\S+$/).test(value);
|
|
40380
40364
|
};
|
|
40381
40365
|
|
|
40382
|
-
const VALID_NAME = 'validator/VALID_NAME';
|
|
40383
|
-
const VALID_NAME_ERROR = 'validator/VALID_NAME_ERROR';
|
|
40384
|
-
const validName = createValidator(VALID_NAME, VALID_NAME_ERROR);
|
|
40385
|
-
validatorFns[VALID_NAME] = (value, args, form) =>
|
|
40386
|
-
value === ''
|
|
40387
|
-
? false
|
|
40388
|
-
: new RegExp(/[A-zÀ-ÿ\-,'\S]+(\s?[A-zÀ-ÿ\-,'\S])*/).test(value);
|
|
40389
|
-
|
|
40390
40366
|
const runValidatorErrorMessage = (type) =>
|
|
40391
40367
|
`${type} was passed to runValidator, but that validator type does not exist.
|
|
40392
40368
|
Please check that you are only calling validator creator functions exported from
|
|
@@ -40733,9 +40709,9 @@ AddressForm.reducer = reducer;
|
|
|
40733
40709
|
AddressForm.mapStateToProps = mapStateToProps$1;
|
|
40734
40710
|
AddressForm.mapDispatchToProps = mapDispatchToProps;
|
|
40735
40711
|
|
|
40736
|
-
var backgroundColor$
|
|
40737
|
-
var fallbackValues$
|
|
40738
|
-
backgroundColor: backgroundColor$
|
|
40712
|
+
var backgroundColor$8 = "#ebeffb";
|
|
40713
|
+
var fallbackValues$F = {
|
|
40714
|
+
backgroundColor: backgroundColor$8
|
|
40739
40715
|
};
|
|
40740
40716
|
|
|
40741
40717
|
var Banner = function Banner(_ref) {
|
|
@@ -40783,7 +40759,7 @@ var Banner = function Banner(_ref) {
|
|
|
40783
40759
|
extraStyles: isMobile && "> svg { width: 176px; }"
|
|
40784
40760
|
}, /*#__PURE__*/React__default.createElement(Image, null))));
|
|
40785
40761
|
};
|
|
40786
|
-
var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$
|
|
40762
|
+
var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$F);
|
|
40787
40763
|
|
|
40788
40764
|
var ChangePasswordForm = function ChangePasswordForm(_ref) {
|
|
40789
40765
|
var clearOnDismount = _ref.clearOnDismount,
|
|
@@ -40917,7 +40893,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
|
|
|
40917
40893
|
var titleColor$1 = "#292A33";
|
|
40918
40894
|
var headingBackgroundColor = "transparent";
|
|
40919
40895
|
var bodyBackgroundColor = "transparent";
|
|
40920
|
-
var fallbackValues$
|
|
40896
|
+
var fallbackValues$G = {
|
|
40921
40897
|
titleColor: titleColor$1,
|
|
40922
40898
|
headingBackgroundColor: headingBackgroundColor,
|
|
40923
40899
|
bodyBackgroundColor: bodyBackgroundColor
|
|
@@ -41042,7 +41018,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
|
|
|
41042
41018
|
"aria-labelledby": "".concat(id, "-button")
|
|
41043
41019
|
}, children))));
|
|
41044
41020
|
};
|
|
41045
|
-
var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$
|
|
41021
|
+
var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$G);
|
|
41046
41022
|
|
|
41047
41023
|
var ClipboardIcon = function ClipboardIcon(_ref) {
|
|
41048
41024
|
var themeValues = _ref.themeValues;
|
|
@@ -41621,7 +41597,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
|
|
|
41621
41597
|
|
|
41622
41598
|
var footerBackgroundColor = BRIGHT_GREY;
|
|
41623
41599
|
var subfooterBackgroundColor = STORM_GREY;
|
|
41624
|
-
var fallbackValues$
|
|
41600
|
+
var fallbackValues$H = {
|
|
41625
41601
|
footerBackgroundColor: footerBackgroundColor,
|
|
41626
41602
|
subfooterBackgroundColor: subfooterBackgroundColor
|
|
41627
41603
|
};
|
|
@@ -41652,7 +41628,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
|
|
|
41652
41628
|
rightContent: rightSubfooterContent
|
|
41653
41629
|
}));
|
|
41654
41630
|
};
|
|
41655
|
-
var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$
|
|
41631
|
+
var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$H);
|
|
41656
41632
|
|
|
41657
41633
|
var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
|
|
41658
41634
|
var fields = _ref.fields,
|
|
@@ -41698,10 +41674,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
|
|
|
41698
41674
|
ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
|
|
41699
41675
|
|
|
41700
41676
|
var textColor$4 = "#ffffff";
|
|
41701
|
-
var backgroundColor$
|
|
41702
|
-
var fallbackValues$
|
|
41677
|
+
var backgroundColor$9 = "#182848";
|
|
41678
|
+
var fallbackValues$I = {
|
|
41703
41679
|
textColor: textColor$4,
|
|
41704
|
-
backgroundColor: backgroundColor$
|
|
41680
|
+
backgroundColor: backgroundColor$9
|
|
41705
41681
|
};
|
|
41706
41682
|
|
|
41707
41683
|
// this component needs some fix'n
|
|
@@ -41758,7 +41734,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
41758
41734
|
}, t));
|
|
41759
41735
|
}), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
|
|
41760
41736
|
};
|
|
41761
|
-
var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$
|
|
41737
|
+
var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$I);
|
|
41762
41738
|
|
|
41763
41739
|
var AccountBillIcon = function AccountBillIcon() {
|
|
41764
41740
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -43223,23 +43199,23 @@ var disabledColor$1 = {
|
|
|
43223
43199
|
var activeBackgroundColor$1 = {
|
|
43224
43200
|
primary: CORNFLOWER_BLUE
|
|
43225
43201
|
};
|
|
43226
|
-
var backgroundColor$
|
|
43202
|
+
var backgroundColor$a = {
|
|
43227
43203
|
primary: LINK_WATER
|
|
43228
43204
|
};
|
|
43229
43205
|
var borderColor$5 = {
|
|
43230
43206
|
primary: MOON_RAKER
|
|
43231
43207
|
};
|
|
43232
|
-
var color$
|
|
43208
|
+
var color$b = {
|
|
43233
43209
|
primary: ROYAL_BLUE_VIVID
|
|
43234
43210
|
};
|
|
43235
|
-
var fallbackValues$
|
|
43211
|
+
var fallbackValues$J = {
|
|
43236
43212
|
disabledBackgroundColor: disabledBackgroundColor$1,
|
|
43237
43213
|
disabledBorderColor: disabledBorderColor$1,
|
|
43238
43214
|
disabledColor: disabledColor$1,
|
|
43239
43215
|
activeBackgroundColor: activeBackgroundColor$1,
|
|
43240
|
-
backgroundColor: backgroundColor$
|
|
43216
|
+
backgroundColor: backgroundColor$a,
|
|
43241
43217
|
borderColor: borderColor$5,
|
|
43242
|
-
color: color$
|
|
43218
|
+
color: color$b
|
|
43243
43219
|
};
|
|
43244
43220
|
|
|
43245
43221
|
var Container = styled__default(Box).withConfig({
|
|
@@ -43353,7 +43329,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
43353
43329
|
extraStyles: "margin-right: auto;"
|
|
43354
43330
|
}), showRight && !!rightContent && rightContent))));
|
|
43355
43331
|
};
|
|
43356
|
-
var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$
|
|
43332
|
+
var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$J, "primary");
|
|
43357
43333
|
|
|
43358
43334
|
var LoginForm = function LoginForm(_ref) {
|
|
43359
43335
|
var clearOnDismount = _ref.clearOnDismount,
|
|
@@ -47343,7 +47319,7 @@ var Modal$3 = function Modal(_ref) {
|
|
|
47343
47319
|
return /*#__PURE__*/React__default.createElement(ModalControl, rest);
|
|
47344
47320
|
};
|
|
47345
47321
|
|
|
47346
|
-
var backgroundColor$
|
|
47322
|
+
var backgroundColor$b = {
|
|
47347
47323
|
profile: "#3b414d",
|
|
47348
47324
|
cms: "#3b414d"
|
|
47349
47325
|
};
|
|
@@ -47351,8 +47327,8 @@ var shadowColor = {
|
|
|
47351
47327
|
profile: "#292A33",
|
|
47352
47328
|
cms: "#292A33"
|
|
47353
47329
|
};
|
|
47354
|
-
var fallbackValues$
|
|
47355
|
-
backgroundColor: backgroundColor$
|
|
47330
|
+
var fallbackValues$K = {
|
|
47331
|
+
backgroundColor: backgroundColor$b,
|
|
47356
47332
|
shadowColor: shadowColor
|
|
47357
47333
|
};
|
|
47358
47334
|
|
|
@@ -47391,7 +47367,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
|
|
|
47391
47367
|
onBlur: onBlur
|
|
47392
47368
|
}, menuContent));
|
|
47393
47369
|
};
|
|
47394
|
-
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$
|
|
47370
|
+
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$K, "profile");
|
|
47395
47371
|
|
|
47396
47372
|
var menu = posed.div({
|
|
47397
47373
|
invisible: {
|
|
@@ -47451,7 +47427,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
|
|
|
47451
47427
|
background: themeValues.backgroundColor
|
|
47452
47428
|
}, menuContent));
|
|
47453
47429
|
};
|
|
47454
|
-
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$
|
|
47430
|
+
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$K, "profile");
|
|
47455
47431
|
|
|
47456
47432
|
var IconsModule = function IconsModule(_ref) {
|
|
47457
47433
|
var icon = _ref.icon,
|
|
@@ -47499,14 +47475,14 @@ var TitleModule = function TitleModule(_ref) {
|
|
|
47499
47475
|
}, subtitle)));
|
|
47500
47476
|
};
|
|
47501
47477
|
|
|
47502
|
-
var color$
|
|
47478
|
+
var color$c = "#15749D";
|
|
47503
47479
|
var hoverColor$5 = "#116285";
|
|
47504
47480
|
var activeColor$8 = "#0E506D";
|
|
47505
47481
|
var linkColor$4 = "#3176AA";
|
|
47506
47482
|
var fontWeight$6 = FONT_WEIGHT_REGULAR;
|
|
47507
47483
|
var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
|
|
47508
|
-
var fallbackValues$
|
|
47509
|
-
color: color$
|
|
47484
|
+
var fallbackValues$L = {
|
|
47485
|
+
color: color$c,
|
|
47510
47486
|
hoverColor: hoverColor$5,
|
|
47511
47487
|
activeColor: activeColor$8,
|
|
47512
47488
|
linkColor: linkColor$4,
|
|
@@ -47631,7 +47607,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
47631
47607
|
modalOpen: modalOpen
|
|
47632
47608
|
}, modalExtraProps), renderAutoPayControl());
|
|
47633
47609
|
};
|
|
47634
|
-
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$
|
|
47610
|
+
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$L);
|
|
47635
47611
|
|
|
47636
47612
|
var AmountModule = function AmountModule(_ref) {
|
|
47637
47613
|
var totalAmountDue = _ref.totalAmountDue,
|
|
@@ -48208,6 +48184,39 @@ var Obligation = function Obligation(_ref) {
|
|
|
48208
48184
|
return inactive ? inactiveObligation : activeObligation;
|
|
48209
48185
|
};
|
|
48210
48186
|
|
|
48187
|
+
var PartialAmountField = function PartialAmountField(_ref) {
|
|
48188
|
+
var lineItem = _ref.lineItem,
|
|
48189
|
+
field = _ref.field,
|
|
48190
|
+
showErrors = _ref.showErrors,
|
|
48191
|
+
errorMessages = _ref.errorMessages,
|
|
48192
|
+
moneyFormat = _ref.moneyFormat,
|
|
48193
|
+
fieldActions = _ref.fieldActions;
|
|
48194
|
+
return /*#__PURE__*/React__default.createElement(FormInput$1, {
|
|
48195
|
+
labelTextWhenNoError: lineItem.description,
|
|
48196
|
+
key: lineItem.id,
|
|
48197
|
+
field: field,
|
|
48198
|
+
fieldActions: fieldActions,
|
|
48199
|
+
showErrors: showErrors,
|
|
48200
|
+
errorMessages: errorMessages,
|
|
48201
|
+
style: {
|
|
48202
|
+
textAlign: "right"
|
|
48203
|
+
},
|
|
48204
|
+
placeholder: "$0.00",
|
|
48205
|
+
formatter: moneyFormat,
|
|
48206
|
+
isNum: true,
|
|
48207
|
+
decorator: /*#__PURE__*/React__default.createElement(Text$1, {
|
|
48208
|
+
variant: "p"
|
|
48209
|
+
}, "Amount owed:", " ", /*#__PURE__*/React__default.createElement(Text$1, {
|
|
48210
|
+
variant: "p",
|
|
48211
|
+
weight: "600"
|
|
48212
|
+
}, displayCurrency(lineItem.amount)))
|
|
48213
|
+
});
|
|
48214
|
+
};
|
|
48215
|
+
function arePropsEqual(prevProps, nextProps) {
|
|
48216
|
+
return equals(prevProps.errorMessages, nextProps.errorMessages) && equals(prevProps.field, nextProps.field) && equals(prevProps.showErrors, nextProps.showErrors) && equals(prevProps.moneyFormat, nextProps.moneyFormat) && equals(prevProps.lineItem, nextProps.lineItem);
|
|
48217
|
+
}
|
|
48218
|
+
var PartialAmountField$1 = /*#__PURE__*/React__default.memo(PartialAmountField, arePropsEqual);
|
|
48219
|
+
|
|
48211
48220
|
var PartialAmountForm = function PartialAmountForm(_ref) {
|
|
48212
48221
|
var _ref$variant = _ref.variant,
|
|
48213
48222
|
variant = _ref$variant === void 0 ? "default" : _ref$variant,
|
|
@@ -48251,25 +48260,15 @@ var PartialAmountForm = function PartialAmountForm(_ref) {
|
|
|
48251
48260
|
height: "16px"
|
|
48252
48261
|
}
|
|
48253
48262
|
}), /*#__PURE__*/React__default.createElement(FormInputColumn, null, lineItemsNew.map(function (li) {
|
|
48254
|
-
return /*#__PURE__*/React__default.createElement(
|
|
48255
|
-
labelTextWhenNoError: li.description,
|
|
48263
|
+
return /*#__PURE__*/React__default.createElement(PartialAmountField$1, {
|
|
48256
48264
|
key: li.id,
|
|
48265
|
+
lineItem: li,
|
|
48257
48266
|
field: fields[li.id],
|
|
48258
|
-
|
|
48267
|
+
actions: actions,
|
|
48259
48268
|
showErrors: showErrors,
|
|
48260
|
-
|
|
48261
|
-
|
|
48262
|
-
|
|
48263
|
-
},
|
|
48264
|
-
placeholder: "$0.00",
|
|
48265
|
-
formatter: moneyFormat,
|
|
48266
|
-
isNum: true,
|
|
48267
|
-
decorator: /*#__PURE__*/React__default.createElement(Text$1, {
|
|
48268
|
-
variant: "p"
|
|
48269
|
-
}, "Amount owed:", " ", /*#__PURE__*/React__default.createElement(Text$1, {
|
|
48270
|
-
variant: "p",
|
|
48271
|
-
weight: "600"
|
|
48272
|
-
}, displayCurrency(li.amount)))
|
|
48269
|
+
moneyFormat: moneyFormat,
|
|
48270
|
+
fieldActions: actions.fields[li.id],
|
|
48271
|
+
errorMessages: getPartialAmountFormErrors(li.amount)
|
|
48273
48272
|
});
|
|
48274
48273
|
})));
|
|
48275
48274
|
};
|
|
@@ -48321,7 +48320,7 @@ var numberColor = MATISSE_BLUE;
|
|
|
48321
48320
|
var hoverBackgroundColor$2 = ALABASTER_WHITE;
|
|
48322
48321
|
var activeBackgroundColor$2 = WHITE;
|
|
48323
48322
|
var activeColor$9 = MATISSE_BLUE;
|
|
48324
|
-
var fallbackValues$
|
|
48323
|
+
var fallbackValues$M = {
|
|
48325
48324
|
activeColor: activeColor$9,
|
|
48326
48325
|
activeBackgroundColor: activeBackgroundColor$2,
|
|
48327
48326
|
arrowColor: arrowColor,
|
|
@@ -48515,7 +48514,7 @@ var Pagination = function Pagination(_ref3) {
|
|
|
48515
48514
|
buttonWidth: buttonWidth
|
|
48516
48515
|
}));
|
|
48517
48516
|
};
|
|
48518
|
-
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$
|
|
48517
|
+
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$M);
|
|
48519
48518
|
|
|
48520
48519
|
var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
48521
48520
|
var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
|
|
@@ -48596,7 +48595,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
|
48596
48595
|
}, !hideBackButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, backButton), !hideForwardButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, forwardButton), !hideAdditionalButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, additionalButton))));
|
|
48597
48596
|
};
|
|
48598
48597
|
|
|
48599
|
-
var backgroundColor$
|
|
48598
|
+
var backgroundColor$c = {
|
|
48600
48599
|
"default": "transparent",
|
|
48601
48600
|
small: "transparent"
|
|
48602
48601
|
};
|
|
@@ -48612,8 +48611,8 @@ var labeledAmountTotal = {
|
|
|
48612
48611
|
"default": "large",
|
|
48613
48612
|
small: "small"
|
|
48614
48613
|
};
|
|
48615
|
-
var fallbackValues$
|
|
48616
|
-
backgroundColor: backgroundColor$
|
|
48614
|
+
var fallbackValues$N = {
|
|
48615
|
+
backgroundColor: backgroundColor$c,
|
|
48617
48616
|
lineItem: lineItem,
|
|
48618
48617
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
48619
48618
|
labeledAmountTotal: labeledAmountTotal
|
|
@@ -48983,7 +48982,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48983
48982
|
isError: isError
|
|
48984
48983
|
});
|
|
48985
48984
|
};
|
|
48986
|
-
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$
|
|
48985
|
+
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$N, "default");
|
|
48987
48986
|
|
|
48988
48987
|
var linkColor$5 = {
|
|
48989
48988
|
"default": "#3176AA"
|
|
@@ -49003,7 +49002,7 @@ var modalLinkHoverFocus$1 = {
|
|
|
49003
49002
|
var linkTextDecoration = {
|
|
49004
49003
|
"default": LINK_TEXT_DECORATION
|
|
49005
49004
|
};
|
|
49006
|
-
var fallbackValues$
|
|
49005
|
+
var fallbackValues$O = {
|
|
49007
49006
|
linkColor: linkColor$5,
|
|
49008
49007
|
fontSize: fontSize$a,
|
|
49009
49008
|
lineHeight: lineHeight$4,
|
|
@@ -49067,9 +49066,9 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
49067
49066
|
}, link)
|
|
49068
49067
|
}));
|
|
49069
49068
|
};
|
|
49070
|
-
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$
|
|
49069
|
+
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$O, "default");
|
|
49071
49070
|
|
|
49072
|
-
var backgroundColor$
|
|
49071
|
+
var backgroundColor$d = {
|
|
49073
49072
|
"default": "#ffffff",
|
|
49074
49073
|
footer: "#ffffff"
|
|
49075
49074
|
};
|
|
@@ -49102,8 +49101,8 @@ var modalLinkTextDecoration = {
|
|
|
49102
49101
|
"default": LINK_TEXT_DECORATION,
|
|
49103
49102
|
footer: "none"
|
|
49104
49103
|
};
|
|
49105
|
-
var fallbackValues$
|
|
49106
|
-
backgroundColor: backgroundColor$
|
|
49104
|
+
var fallbackValues$P = {
|
|
49105
|
+
backgroundColor: backgroundColor$d,
|
|
49107
49106
|
linkColor: linkColor$6,
|
|
49108
49107
|
border: border$3,
|
|
49109
49108
|
fontSize: fontSize$b,
|
|
@@ -49174,7 +49173,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
49174
49173
|
className: "modal-trigger"
|
|
49175
49174
|
}, link));
|
|
49176
49175
|
};
|
|
49177
|
-
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$
|
|
49176
|
+
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$P, "default");
|
|
49178
49177
|
|
|
49179
49178
|
var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
|
|
49180
49179
|
var onCheck = _ref.onCheck,
|
|
@@ -49937,7 +49936,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
|
49937
49936
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
49938
49937
|
var borderColor$6 = "".concat(GHOST_GREY);
|
|
49939
49938
|
var focusStyles = "outline: none;";
|
|
49940
|
-
var fallbackValues$
|
|
49939
|
+
var fallbackValues$Q = {
|
|
49941
49940
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
49942
49941
|
headingDisabledColor: headingDisabledColor,
|
|
49943
49942
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
@@ -50027,10 +50026,10 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
|
|
|
50027
50026
|
"aria-required": section.required,
|
|
50028
50027
|
"aria-labelledby": ariaLabelledBy,
|
|
50029
50028
|
"aria-describedby": ariaDescribedBy,
|
|
50030
|
-
onClick: isMobile && supportsTouch || section.disabled ? noop : function () {
|
|
50029
|
+
onClick: isMobile && supportsTouch || section.disabled || section.id === openSection ? noop : function () {
|
|
50031
50030
|
return toggleOpenSection(section.id);
|
|
50032
50031
|
},
|
|
50033
|
-
onTouchEnd: isMobile && supportsTouch && !section.disabled ? function () {
|
|
50032
|
+
onTouchEnd: isMobile && supportsTouch && !section.disabled && section.id !== openSection ? function () {
|
|
50034
50033
|
return toggleOpenSection(section.id);
|
|
50035
50034
|
} : noop,
|
|
50036
50035
|
id: "inner-radio-section-".concat(sectionIndex),
|
|
@@ -50239,7 +50238,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
50239
50238
|
});
|
|
50240
50239
|
})));
|
|
50241
50240
|
};
|
|
50242
|
-
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$
|
|
50241
|
+
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$Q);
|
|
50243
50242
|
|
|
50244
50243
|
var RegistrationForm = function RegistrationForm(_ref) {
|
|
50245
50244
|
var clearOnDismount = _ref.clearOnDismount,
|
|
@@ -50521,7 +50520,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
|
|
|
50521
50520
|
var activeTabBackground = "#FFFFFF";
|
|
50522
50521
|
var activeTabAccent = "#15749D";
|
|
50523
50522
|
var activeTabHover = "#B8D5E1";
|
|
50524
|
-
var fallbackValues$
|
|
50523
|
+
var fallbackValues$R = {
|
|
50525
50524
|
activeTabBackground: activeTabBackground,
|
|
50526
50525
|
activeTabAccent: activeTabAccent,
|
|
50527
50526
|
activeTabHover: activeTabHover
|
|
@@ -50589,12 +50588,12 @@ var Tabs = function Tabs(_ref) {
|
|
|
50589
50588
|
}, tab.content);
|
|
50590
50589
|
}))));
|
|
50591
50590
|
};
|
|
50592
|
-
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$
|
|
50591
|
+
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$R);
|
|
50593
50592
|
|
|
50594
50593
|
var activeTabBackground$1 = "#FFFFFF";
|
|
50595
50594
|
var activeTabAccent$1 = "#15749D";
|
|
50596
50595
|
var activeTabHover$1 = "#B8D5E1";
|
|
50597
|
-
var fallbackValues$
|
|
50596
|
+
var fallbackValues$S = {
|
|
50598
50597
|
activeTabBackground: activeTabBackground$1,
|
|
50599
50598
|
activeTabAccent: activeTabAccent$1,
|
|
50600
50599
|
activeTabHover: activeTabHover$1
|
|
@@ -50649,7 +50648,7 @@ var TabSidebar = function TabSidebar(_ref) {
|
|
|
50649
50648
|
}, text)))));
|
|
50650
50649
|
})));
|
|
50651
50650
|
};
|
|
50652
|
-
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$
|
|
50651
|
+
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$S);
|
|
50653
50652
|
|
|
50654
50653
|
var Timeout = function Timeout(_ref) {
|
|
50655
50654
|
var onLogout = _ref.onLogout;
|
|
@@ -50741,7 +50740,7 @@ var fontColor$1 = WHITE;
|
|
|
50741
50740
|
var textAlign$1 = "left";
|
|
50742
50741
|
var headerBackgroundColor$1 = BRIGHT_GREY;
|
|
50743
50742
|
var imageBackgroundColor$1 = MATISSE_BLUE;
|
|
50744
|
-
var fallbackValues$
|
|
50743
|
+
var fallbackValues$T = {
|
|
50745
50744
|
fontWeight: fontWeight$9,
|
|
50746
50745
|
fontColor: fontColor$1,
|
|
50747
50746
|
textAlign: textAlign$1,
|
|
@@ -50786,7 +50785,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
|
|
|
50786
50785
|
src: welcomeImage
|
|
50787
50786
|
})))));
|
|
50788
50787
|
};
|
|
50789
|
-
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$
|
|
50788
|
+
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$T));
|
|
50790
50789
|
|
|
50791
50790
|
var WorkflowTile = function WorkflowTile(_ref) {
|
|
50792
50791
|
var _ref$workflowName = _ref.workflowName,
|
|
@@ -50846,7 +50845,7 @@ var menuItemColorDelete = RAZZMATAZZ_RED;
|
|
|
50846
50845
|
var menuItemHoverBackgroundColor = CORNFLOWER_BLUE;
|
|
50847
50846
|
var menuItemHoverBackgroundColorDelete = BLUSH_RED;
|
|
50848
50847
|
var menuItemHoverColor = ROYAL_BLUE_VIVID;
|
|
50849
|
-
var fallbackValues$
|
|
50848
|
+
var fallbackValues$U = {
|
|
50850
50849
|
menuItemBackgroundColor: menuItemBackgroundColor,
|
|
50851
50850
|
menuItemColor: menuItemColor,
|
|
50852
50851
|
menuItemColorDelete: menuItemColorDelete,
|
|
@@ -50913,17 +50912,17 @@ var PopupMenuItem = function PopupMenuItem(_ref) {
|
|
|
50913
50912
|
extraStyles: textExtraStyles
|
|
50914
50913
|
}, text)));
|
|
50915
50914
|
};
|
|
50916
|
-
var PopupMenuItem$1 = themeComponent(PopupMenuItem, "PopupMenuItem", fallbackValues$
|
|
50915
|
+
var PopupMenuItem$1 = themeComponent(PopupMenuItem, "PopupMenuItem", fallbackValues$U);
|
|
50917
50916
|
|
|
50918
50917
|
var hoverColor$6 = "#116285";
|
|
50919
50918
|
var activeColor$a = "#0E506D";
|
|
50920
50919
|
var menuTriggerColor = "#15749D";
|
|
50921
|
-
var backgroundColor$
|
|
50922
|
-
var fallbackValues$
|
|
50920
|
+
var backgroundColor$e = "white";
|
|
50921
|
+
var fallbackValues$V = {
|
|
50923
50922
|
hoverColor: hoverColor$6,
|
|
50924
50923
|
activeColor: activeColor$a,
|
|
50925
50924
|
menuTriggerColor: menuTriggerColor,
|
|
50926
|
-
backgroundColor: backgroundColor$
|
|
50925
|
+
backgroundColor: backgroundColor$e
|
|
50927
50926
|
};
|
|
50928
50927
|
|
|
50929
50928
|
var PopupMenuContainer = styled__default(Box).withConfig({
|
|
@@ -51055,10 +51054,10 @@ var PopupMenu = function PopupMenu(_ref) {
|
|
|
51055
51054
|
}, item));
|
|
51056
51055
|
})));
|
|
51057
51056
|
};
|
|
51058
|
-
var PopupMenu$1 = themeComponent(PopupMenu, "PopupMenu", fallbackValues$
|
|
51057
|
+
var PopupMenu$1 = themeComponent(PopupMenu, "PopupMenu", fallbackValues$V);
|
|
51059
51058
|
|
|
51060
51059
|
var pageBackground = "#FBFCFD";
|
|
51061
|
-
var fallbackValues$
|
|
51060
|
+
var fallbackValues$W = {
|
|
51062
51061
|
pageBackground: pageBackground
|
|
51063
51062
|
};
|
|
51064
51063
|
|
|
@@ -51106,7 +51105,7 @@ var CenterSingle = function CenterSingle(_ref) {
|
|
|
51106
51105
|
padding: "0"
|
|
51107
51106
|
})));
|
|
51108
51107
|
};
|
|
51109
|
-
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$
|
|
51108
|
+
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$W));
|
|
51110
51109
|
|
|
51111
51110
|
var CenterStack = function CenterStack(_ref) {
|
|
51112
51111
|
var header = _ref.header,
|
|
@@ -51149,7 +51148,7 @@ var CenterStack = function CenterStack(_ref) {
|
|
|
51149
51148
|
padding: "0"
|
|
51150
51149
|
})));
|
|
51151
51150
|
};
|
|
51152
|
-
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$
|
|
51151
|
+
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$W));
|
|
51153
51152
|
|
|
51154
51153
|
var CenterSingle$2 = function CenterSingle(_ref) {
|
|
51155
51154
|
var header = _ref.header,
|
|
@@ -51195,7 +51194,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
|
|
|
51195
51194
|
padding: "0"
|
|
51196
51195
|
})));
|
|
51197
51196
|
};
|
|
51198
|
-
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$
|
|
51197
|
+
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$W));
|
|
51199
51198
|
|
|
51200
51199
|
var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
51201
51200
|
var header = _ref.header,
|
|
@@ -51248,7 +51247,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
|
51248
51247
|
padding: "0"
|
|
51249
51248
|
})));
|
|
51250
51249
|
};
|
|
51251
|
-
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$
|
|
51250
|
+
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$W));
|
|
51252
51251
|
|
|
51253
51252
|
var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
51254
51253
|
var header = _ref.header,
|
|
@@ -51318,7 +51317,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
51318
51317
|
key: "footer-box"
|
|
51319
51318
|
})));
|
|
51320
51319
|
};
|
|
51321
|
-
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$
|
|
51320
|
+
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$W));
|
|
51322
51321
|
|
|
51323
51322
|
var useFocusInvalidInput = function useFocusInvalidInput(hasErrors) {
|
|
51324
51323
|
var resetHasErrors = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function () {};
|
|
@@ -51560,7 +51559,7 @@ exports.VoidedIcon = VoidedIcon;
|
|
|
51560
51559
|
exports.WalletBannerIcon = WalletBannerIcon$1;
|
|
51561
51560
|
exports.WalletIcon = WalletIcon$1;
|
|
51562
51561
|
exports.WalletIconSmall = WalletIconSmall$1;
|
|
51563
|
-
exports.WalletName = WalletName
|
|
51562
|
+
exports.WalletName = WalletName;
|
|
51564
51563
|
exports.WarningIconXS = WarningIconXS;
|
|
51565
51564
|
exports.WelcomeModule = WelcomeModule$1;
|
|
51566
51565
|
exports.WorkflowTile = WorkflowTile;
|