@thecb/components 5.0.0-beta.6 → 5.0.0-beta.9
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/.babelrc +24 -0
- package/.eslintrc.json +2 -2
- package/dist/index.cjs.js +313 -137
- package/package.json +3 -2
- package/src/deprecated/utility/__tests__/safeConcat.spec.js +30 -28
- package/src/deprecated/utility/__tests__/validateKeyType.spec.js +65 -49
- package/src/deprecated/utility/index.js +2 -2
- package/src/deprecated/utility/safeConcat.js +3 -3
- package/src/deprecated/utility/validateKeyType.js +4 -6
package/dist/index.cjs.js
CHANGED
|
@@ -4985,8 +4985,10 @@ var colors = /*#__PURE__*/Object.freeze({
|
|
|
4985
4985
|
ERROR_COLOR: ERROR_COLOR
|
|
4986
4986
|
});
|
|
4987
4987
|
|
|
4988
|
-
var
|
|
4989
|
-
|
|
4988
|
+
var TextSpan = styled__default.span.withConfig({
|
|
4989
|
+
displayName: "Textstyled__TextSpan",
|
|
4990
|
+
componentId: "sc-1oy97we-0"
|
|
4991
|
+
})(["--font-size:", ";font-size:var(--font-size);line-height:calc(1.5 * var(--font-size));font-weight:", ";font-family:", ";color:", ";&:hover{", "}&:focus{outline:3px solid ", ";outline-offset:2px;}", " ", ""], function (_ref) {
|
|
4990
4992
|
var fontSize = _ref.fontSize;
|
|
4991
4993
|
return fontSize;
|
|
4992
4994
|
}, function (_ref2) {
|
|
@@ -5000,11 +5002,11 @@ var TextSpan = styled__default.span(_templateObject || (_templateObject = _tagge
|
|
|
5000
5002
|
return color;
|
|
5001
5003
|
}, function (_ref5) {
|
|
5002
5004
|
var hoverStyles = _ref5.hoverStyles;
|
|
5003
|
-
return styled.css(
|
|
5005
|
+
return styled.css(["", ""], hoverStyles);
|
|
5004
5006
|
}, ROYAL_BLUE, function (_ref6) {
|
|
5005
5007
|
var disabled = _ref6.disabled,
|
|
5006
5008
|
disabledStyles = _ref6.disabledStyles;
|
|
5007
|
-
return disabled && styled.css(
|
|
5009
|
+
return disabled && styled.css(["", ""], disabledStyles);
|
|
5008
5010
|
}, function (_ref7) {
|
|
5009
5011
|
var extraStyles = _ref7.extraStyles;
|
|
5010
5012
|
return extraStyles;
|
|
@@ -6162,8 +6164,6 @@ var Text = function Text(_ref) {
|
|
|
6162
6164
|
var Text$1 = themeComponent(Text, "Text", fallbackValues, "p");
|
|
6163
6165
|
|
|
6164
6166
|
var _excluded$2 = ["activeStyles", "hoverStyles", "disabledStyles", "extraStyles", "borderSize", "borderColor", "borderWidthOverride", "borderRadius", "textAlign", "boxShadow", "minHeight", "minWidth", "maxWidth", "padding", "hiddenStyles", "ariaControls", "ariaLabel"];
|
|
6165
|
-
|
|
6166
|
-
var _templateObject$1, _templateObject2$1, _templateObject3$1, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
|
|
6167
6167
|
/*
|
|
6168
6168
|
The child span selector on hover styles targets the text inside of buttons when a button is hovered,
|
|
6169
6169
|
as long as the box wrapper has an "as" prop equal to "button"
|
|
@@ -6198,7 +6198,10 @@ var BoxWrapper = styled__default(function (_ref) {
|
|
|
6198
6198
|
"aria-controls": ariaControls,
|
|
6199
6199
|
"aria-label": ariaLabel
|
|
6200
6200
|
}, props));
|
|
6201
|
-
})(
|
|
6201
|
+
}).withConfig({
|
|
6202
|
+
displayName: "Boxstyled__BoxWrapper",
|
|
6203
|
+
componentId: "sc-1f9ij0d-0"
|
|
6204
|
+
})(["position:relative;box-sizing:border-box;padding:", ";border:", ";box-shadow:", ";background-color:", ";min-height:", ";", " min-width:", ";max-width:", ";color:", ";border-radius:", ";border-width:", ";border:", ";text-align:", ";&:hover{", "}&:focus{", "}&:active{", "}&:disabled{", "}& *{color:", ";}", " ", ""], function (_ref2) {
|
|
6202
6205
|
var padding = _ref2.padding;
|
|
6203
6206
|
return padding;
|
|
6204
6207
|
}, function (_ref3) {
|
|
@@ -6242,27 +6245,27 @@ var BoxWrapper = styled__default(function (_ref) {
|
|
|
6242
6245
|
}, function (_ref15) {
|
|
6243
6246
|
var hoverStyles = _ref15.hoverStyles,
|
|
6244
6247
|
as = _ref15.as;
|
|
6245
|
-
return styled.css(
|
|
6248
|
+
return styled.css(["", " ", ""], hoverStyles, as === "button" ? "> * > span {\n ".concat(hoverStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
|
|
6246
6249
|
}, function (_ref16) {
|
|
6247
6250
|
var as = _ref16.as;
|
|
6248
|
-
return styled.css(
|
|
6251
|
+
return styled.css(["outline:3px solid ", ";outline-offset:2px;", ""], ROYAL_BLUE, as === "button" && "\n > * > span {\n border: none;\n outline: none;\n box-shadow: none;\n }");
|
|
6249
6252
|
}, function (_ref17) {
|
|
6250
6253
|
var activeStyles = _ref17.activeStyles,
|
|
6251
6254
|
as = _ref17.as;
|
|
6252
|
-
return styled.css(
|
|
6255
|
+
return styled.css(["", " ", ""], activeStyles, as === "button" ? " > * > span {\n ".concat(activeStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
|
|
6253
6256
|
}, function (_ref18) {
|
|
6254
6257
|
var disabledStyles = _ref18.disabledStyles,
|
|
6255
6258
|
as = _ref18.as;
|
|
6256
|
-
return styled.css(
|
|
6259
|
+
return styled.css(["", " ", ""], disabledStyles, as === "button" ? " > * > span {\n ".concat(disabledStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
|
|
6257
6260
|
}, function (_ref19) {
|
|
6258
6261
|
var color = _ref19.color;
|
|
6259
6262
|
return color;
|
|
6260
6263
|
}, function (_ref20) {
|
|
6261
6264
|
var hiddenStyles = _ref20.hiddenStyles;
|
|
6262
|
-
return hiddenStyles && styled.css(
|
|
6265
|
+
return hiddenStyles && styled.css(["display:none;"]);
|
|
6263
6266
|
}, function (_ref21) {
|
|
6264
6267
|
var extraStyles = _ref21.extraStyles;
|
|
6265
|
-
return styled.css(
|
|
6268
|
+
return styled.css(["", ""], extraStyles);
|
|
6266
6269
|
});
|
|
6267
6270
|
/* eslint-enable no-unused-vars */
|
|
6268
6271
|
|
|
@@ -6344,8 +6347,10 @@ var Box = function Box(_ref) {
|
|
|
6344
6347
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
|
|
6345
6348
|
};
|
|
6346
6349
|
|
|
6347
|
-
var
|
|
6348
|
-
|
|
6350
|
+
var CenterWrapper = styled__default.div.withConfig({
|
|
6351
|
+
displayName: "Centerstyled__CenterWrapper",
|
|
6352
|
+
componentId: "sc-vawqfc-0"
|
|
6353
|
+
})(["box-sizing:content-box;margin-left:auto;margin-right:auto;max-width:", ";padding-left:", ";padding-right:", ";", ";"], function (_ref) {
|
|
6349
6354
|
var maxWidth = _ref.maxWidth;
|
|
6350
6355
|
return maxWidth;
|
|
6351
6356
|
}, function (_ref2) {
|
|
@@ -6382,8 +6387,6 @@ var Center = function Center(_ref) {
|
|
|
6382
6387
|
};
|
|
6383
6388
|
|
|
6384
6389
|
var _excluded$5 = ["overflow"];
|
|
6385
|
-
|
|
6386
|
-
var _templateObject$3, _templateObject2$2;
|
|
6387
6390
|
/* eslint-disable no-unused-vars */
|
|
6388
6391
|
|
|
6389
6392
|
var ClusterWrapper = styled__default(function (_ref) {
|
|
@@ -6391,7 +6394,10 @@ var ClusterWrapper = styled__default(function (_ref) {
|
|
|
6391
6394
|
props = _objectWithoutProperties(_ref, _excluded$5);
|
|
6392
6395
|
|
|
6393
6396
|
return /*#__PURE__*/React__default.createElement("div", props);
|
|
6394
|
-
})(
|
|
6397
|
+
}).withConfig({
|
|
6398
|
+
displayName: "Clusterstyled__ClusterWrapper",
|
|
6399
|
+
componentId: "sc-1dkqsm7-0"
|
|
6400
|
+
})(["overflow:", ";box-sizing:border-box;justify-self:", ";align-self:", ";flex-grow:", ";", ";"], function (_ref2) {
|
|
6395
6401
|
var overflow = _ref2.overflow;
|
|
6396
6402
|
return overflow ? "visible" : "hidden";
|
|
6397
6403
|
}, function (_ref3) {
|
|
@@ -6407,7 +6413,10 @@ var ClusterWrapper = styled__default(function (_ref) {
|
|
|
6407
6413
|
var extraStyles = _ref6.extraStyles;
|
|
6408
6414
|
return extraStyles;
|
|
6409
6415
|
});
|
|
6410
|
-
var ClusterInnerWrapper = styled__default.div(
|
|
6416
|
+
var ClusterInnerWrapper = styled__default.div.withConfig({
|
|
6417
|
+
displayName: "Clusterstyled__ClusterInnerWrapper",
|
|
6418
|
+
componentId: "sc-1dkqsm7-1"
|
|
6419
|
+
})(["box-sizing:border-box;display:flex;flex-wrap:", ";justify-content:", ";align-items:", ";margin:calc(", " / 2 * -1);min-height:", ";min-width:", ";> *{margin:calc(", " / 2);}"], function (_ref7) {
|
|
6411
6420
|
var nowrap = _ref7.nowrap;
|
|
6412
6421
|
return nowrap ? "nowrap" : "wrap";
|
|
6413
6422
|
}, function (_ref8) {
|
|
@@ -6473,8 +6482,10 @@ var Cluster = function Cluster(_ref) {
|
|
|
6473
6482
|
}, safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
|
|
6474
6483
|
};
|
|
6475
6484
|
|
|
6476
|
-
var
|
|
6477
|
-
|
|
6485
|
+
var GridWrapper = styled__default.div.withConfig({
|
|
6486
|
+
displayName: "Gridstyled__GridWrapper",
|
|
6487
|
+
componentId: "sc-8iakdj-0"
|
|
6488
|
+
})(["display:grid;grid-gap:", ";grid-template-columns:", ";@supports (width:min(", ",100%)){&{grid-template-columns:repeat( auto-fill,minmax( ", ",", " ) );}}"], function (_ref) {
|
|
6478
6489
|
var columnGap = _ref.columnGap;
|
|
6479
6490
|
return columnGap;
|
|
6480
6491
|
}, function (_ref2) {
|
|
@@ -6531,9 +6542,10 @@ var Grid = function Grid(_ref) {
|
|
|
6531
6542
|
};
|
|
6532
6543
|
|
|
6533
6544
|
var _excluded$8 = ["onRight", "childGap", "contentMinWidth", "minHeight", "fullHeight"];
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6545
|
+
var SidebarWrapper = styled__default.div.withConfig({
|
|
6546
|
+
displayName: "Sidebarstyled__SidebarWrapper",
|
|
6547
|
+
componentId: "sc-1bbn2or-0"
|
|
6548
|
+
})(["overflow:visible;box-sizing:border-box;", ""], function (_ref) {
|
|
6537
6549
|
var fullHeight = _ref.fullHeight;
|
|
6538
6550
|
return fullHeight ? "height: 100%;" : "";
|
|
6539
6551
|
});
|
|
@@ -6547,7 +6559,10 @@ function (_ref2) {
|
|
|
6547
6559
|
props = _objectWithoutProperties(_ref2, _excluded$8);
|
|
6548
6560
|
|
|
6549
6561
|
return /*#__PURE__*/React__default.createElement("div", props);
|
|
6550
|
-
})(
|
|
6562
|
+
}).withConfig({
|
|
6563
|
+
displayName: "Sidebarstyled__SidebarInnerWrapper",
|
|
6564
|
+
componentId: "sc-1bbn2or-1"
|
|
6565
|
+
})(["display:flex;flex-wrap:wrap;box-sizing:border-box;margin:calc(", " / 2 * -1);> *{margin:calc(", " / 2);flex-grow:1;", ";", "}", " ", ""], function (_ref3) {
|
|
6551
6566
|
var childGap = _ref3.childGap;
|
|
6552
6567
|
return childGap;
|
|
6553
6568
|
}, function (_ref4) {
|
|
@@ -6610,8 +6625,10 @@ var Sidebar = function Sidebar(_ref) {
|
|
|
6610
6625
|
}, safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
|
|
6611
6626
|
};
|
|
6612
6627
|
|
|
6613
|
-
var
|
|
6614
|
-
|
|
6628
|
+
var StackWrapper = styled__default.div.withConfig({
|
|
6629
|
+
displayName: "Stackstyled__StackWrapper",
|
|
6630
|
+
componentId: "sc-ejhezz-0"
|
|
6631
|
+
})(["box-sizing:border-box;display:flex;flex-direction:", ";justify-content:", ";height:", ";> *{margin-top:0;margin-bottom:0;}> * + *{", "}", ";"], function (_ref) {
|
|
6615
6632
|
var direction = _ref.direction;
|
|
6616
6633
|
return direction;
|
|
6617
6634
|
}, function (_ref2) {
|
|
@@ -6662,8 +6679,10 @@ var Stack = function Stack(_ref) {
|
|
|
6662
6679
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
|
|
6663
6680
|
};
|
|
6664
6681
|
|
|
6665
|
-
var
|
|
6666
|
-
|
|
6682
|
+
var CoverOuterContainer = styled__default.div.withConfig({
|
|
6683
|
+
displayName: "Coverstyled__CoverOuterContainer",
|
|
6684
|
+
componentId: "sc-1jhq379-0"
|
|
6685
|
+
})(["box-sizing:border-box;display:flex;flex-direction:column;min-height:", ";padding:", ";min-width:", ";> *{margin-top:", ";margin-bottom:", ";}>:first-child{margin-top:0;}", " ", " >:last-child{margin-bottom:0;}"], function (_ref) {
|
|
6667
6686
|
var minHeight = _ref.minHeight;
|
|
6668
6687
|
return minHeight;
|
|
6669
6688
|
}, function (_ref2) {
|
|
@@ -6727,8 +6746,10 @@ var Cover = function Cover(_ref) {
|
|
|
6727
6746
|
}, rest), singleChild ? /*#__PURE__*/React__default.createElement("div", null) : /*#__PURE__*/React__default.createElement(React.Fragment, null), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)), singleChild ? /*#__PURE__*/React__default.createElement("div", null) : /*#__PURE__*/React__default.createElement(React.Fragment, null));
|
|
6728
6747
|
};
|
|
6729
6748
|
|
|
6730
|
-
var
|
|
6731
|
-
|
|
6749
|
+
var FrameOuterContainer = styled__default.div.withConfig({
|
|
6750
|
+
displayName: "Framestyled__FrameOuterContainer",
|
|
6751
|
+
componentId: "sc-1syfnuv-0"
|
|
6752
|
+
})(["box-sizing:border-box;padding-bottom:", ";position:relative;> *{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;}> img,> video{width:100%;height:100%;object-fit:cover;}"], function (_ref) {
|
|
6732
6753
|
var numerator = _ref.numerator,
|
|
6733
6754
|
denominator = _ref.denominator;
|
|
6734
6755
|
return "calc((".concat(numerator, " / ").concat(denominator, ") * 100%)");
|
|
@@ -6762,9 +6783,14 @@ var Frame = function Frame(_ref) {
|
|
|
6762
6783
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
|
|
6763
6784
|
};
|
|
6764
6785
|
|
|
6765
|
-
var
|
|
6766
|
-
|
|
6767
|
-
|
|
6786
|
+
var SwitcherOuterContainer = styled__default.div.withConfig({
|
|
6787
|
+
displayName: "Switcherstyled__SwitcherOuterContainer",
|
|
6788
|
+
componentId: "sc-1ym61kc-0"
|
|
6789
|
+
})(["box-sizing:border-box;display:block;"]);
|
|
6790
|
+
var SwitcherInnerContainer = styled__default.div.withConfig({
|
|
6791
|
+
displayName: "Switcherstyled__SwitcherInnerContainer",
|
|
6792
|
+
componentId: "sc-1ym61kc-1"
|
|
6793
|
+
})(["box-sizing:border-box;display:flex;flex-wrap:wrap;overflow:hidden;padding:", ";margin:", ";", " > *{flex-grow:1;", ";", " ", "}", " ", " ", ""], function (_ref) {
|
|
6768
6794
|
var padding = _ref.padding;
|
|
6769
6795
|
return padding;
|
|
6770
6796
|
}, function (_ref2) {
|
|
@@ -6793,7 +6819,7 @@ var SwitcherInnerContainer = styled__default.div(_templateObject2$4 || (_templat
|
|
|
6793
6819
|
return maxChildren ? "> :nth-last-child(".concat(maxChildren + 1, "), > :nth-last-child(").concat(maxChildren + 1, ") ~ * {\n flex-basis: 100%;\n }") : "";
|
|
6794
6820
|
}, function (_ref9) {
|
|
6795
6821
|
var extraStyles = _ref9.extraStyles;
|
|
6796
|
-
return styled.css(
|
|
6822
|
+
return styled.css(["", ""], extraStyles);
|
|
6797
6823
|
});
|
|
6798
6824
|
|
|
6799
6825
|
var _excluded$d = ["breakpoint", "childGap", "largeChild", "largeChildSize", "maxChildren", "maxChildrenOnly", "padding", "children", "extraStyles", "constrainMobile"];
|
|
@@ -6860,8 +6886,10 @@ var Switcher = function Switcher(_ref) {
|
|
|
6860
6886
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
|
|
6861
6887
|
};
|
|
6862
6888
|
|
|
6863
|
-
var
|
|
6864
|
-
|
|
6889
|
+
var ImposterWrapper = styled__default.div.withConfig({
|
|
6890
|
+
displayName: "Imposterstyled__ImposterWrapper",
|
|
6891
|
+
componentId: "sc-1q0gj35-0"
|
|
6892
|
+
})(["position:", ";top:", ";left:", ";display:", ";", " ", " ", ";"], function (_ref) {
|
|
6865
6893
|
var fixed = _ref.fixed;
|
|
6866
6894
|
return fixed ? "fixed" : "absolute";
|
|
6867
6895
|
}, function (_ref2) {
|
|
@@ -12001,8 +12029,10 @@ if (typeof window !== "undefined") {
|
|
|
12001
12029
|
}
|
|
12002
12030
|
}
|
|
12003
12031
|
|
|
12004
|
-
var
|
|
12005
|
-
|
|
12032
|
+
var MotionWrapper = styled__default(motion.div).withConfig({
|
|
12033
|
+
displayName: "Motionstyled__MotionWrapper",
|
|
12034
|
+
componentId: "sc-1m6r1io-0"
|
|
12035
|
+
})(["position:", ";display:", ";box-sizing:border-box;padding:", ";border:", ";border-color:", ";border-size:", ";border-style:", ";border-width:", ";border-radius:", ";background-color:", ";box-shadow:", ";min-height:", ";min-width:", ";height:", ";width:", ";text-align:", ";margin:", ";&:hover,&:focus{", ";}&:active{", ";}&:disabled{", ";}", ";"], function (_ref) {
|
|
12006
12036
|
var position = _ref.position;
|
|
12007
12037
|
return position;
|
|
12008
12038
|
}, function (_ref2) {
|
|
@@ -12117,8 +12147,10 @@ var Motion = function Motion(_ref) {
|
|
|
12117
12147
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
|
|
12118
12148
|
};
|
|
12119
12149
|
|
|
12120
|
-
var
|
|
12121
|
-
|
|
12150
|
+
var ReelStyled = styled__default.div.withConfig({
|
|
12151
|
+
displayName: "Reelstyled__ReelStyled",
|
|
12152
|
+
componentId: "sc-bhf05j-0"
|
|
12153
|
+
})(["display:flex;overflow-x:", ";padding:", ";height:", ";justify-content:", ";> * + *{margin-left:", ";}> *{flex:0 0 ", ";}"], function (_ref) {
|
|
12122
12154
|
var disableScroll = _ref.disableScroll;
|
|
12123
12155
|
return disableScroll ? "hidden" : "auto";
|
|
12124
12156
|
}, function (_ref2) {
|
|
@@ -12369,7 +12401,6 @@ var fallbackValues$1 = {
|
|
|
12369
12401
|
activeColor: activeColor
|
|
12370
12402
|
};
|
|
12371
12403
|
|
|
12372
|
-
var _templateObject$d, _templateObject2$5;
|
|
12373
12404
|
var rotate = posed.div({
|
|
12374
12405
|
fixed: {
|
|
12375
12406
|
rotate: "0deg"
|
|
@@ -12385,8 +12416,14 @@ var rotate = posed.div({
|
|
|
12385
12416
|
}
|
|
12386
12417
|
}
|
|
12387
12418
|
});
|
|
12388
|
-
var SpinnerContainer = styled__default.div(
|
|
12389
|
-
|
|
12419
|
+
var SpinnerContainer = styled__default.div.withConfig({
|
|
12420
|
+
displayName: "Spinner__SpinnerContainer",
|
|
12421
|
+
componentId: "sc-jphte-0"
|
|
12422
|
+
})(["width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;"]);
|
|
12423
|
+
var SpinnerIconWrapper = styled__default(rotate).withConfig({
|
|
12424
|
+
displayName: "Spinner__SpinnerIconWrapper",
|
|
12425
|
+
componentId: "sc-jphte-1"
|
|
12426
|
+
})(["width:", "px;height:", "px;"], function (_ref) {
|
|
12390
12427
|
var isMobile = _ref.isMobile;
|
|
12391
12428
|
return isMobile ? "18" : "21";
|
|
12392
12429
|
}, function (_ref2) {
|
|
@@ -12430,8 +12467,6 @@ var SpinnerIcon = function SpinnerIcon(_ref3) {
|
|
|
12430
12467
|
};
|
|
12431
12468
|
|
|
12432
12469
|
var _excluded$h = ["action", "variant", "text", "isLoading", "dataQa", "textExtraStyles", "contentOverride", "extraStyles", "tabIndex", "children"];
|
|
12433
|
-
|
|
12434
|
-
var _templateObject$e, _templateObject2$6;
|
|
12435
12470
|
var rotate$1 = posed.div({
|
|
12436
12471
|
fixed: {
|
|
12437
12472
|
rotate: "0deg"
|
|
@@ -12447,8 +12482,14 @@ var rotate$1 = posed.div({
|
|
|
12447
12482
|
}
|
|
12448
12483
|
}
|
|
12449
12484
|
});
|
|
12450
|
-
var SpinnerContainer$1 = styled__default.div(
|
|
12451
|
-
|
|
12485
|
+
var SpinnerContainer$1 = styled__default.div.withConfig({
|
|
12486
|
+
displayName: "ButtonWithAction__SpinnerContainer",
|
|
12487
|
+
componentId: "sc-1ffs4ga-0"
|
|
12488
|
+
})(["width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;"]);
|
|
12489
|
+
var SpinnerIconWrapper$1 = styled__default(rotate$1).withConfig({
|
|
12490
|
+
displayName: "ButtonWithAction__SpinnerIconWrapper",
|
|
12491
|
+
componentId: "sc-1ffs4ga-1"
|
|
12492
|
+
})([""]);
|
|
12452
12493
|
|
|
12453
12494
|
var Spinner = function Spinner(_ref) {
|
|
12454
12495
|
var isMobile = _ref.isMobile;
|
|
@@ -13469,9 +13510,14 @@ var GenericCard = function GenericCard() {
|
|
|
13469
13510
|
})))));
|
|
13470
13511
|
};
|
|
13471
13512
|
|
|
13472
|
-
var
|
|
13473
|
-
|
|
13474
|
-
|
|
13513
|
+
var BankItemWrapper = styled__default.div.withConfig({
|
|
13514
|
+
displayName: "PaymentIcon__BankItemWrapper",
|
|
13515
|
+
componentId: "sc-1k0jl35-0"
|
|
13516
|
+
})(["display:flex;justify-content:flex-start;align-items:center;"]);
|
|
13517
|
+
var BankAccountText = styled__default.h4.withConfig({
|
|
13518
|
+
displayName: "PaymentIcon__BankAccountText",
|
|
13519
|
+
componentId: "sc-1k0jl35-1"
|
|
13520
|
+
})(["color:", ";font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;margin-right:0.5rem;display:inline-block;"], CHARADE_GREY);
|
|
13475
13521
|
var CHECKING = "CHECKING";
|
|
13476
13522
|
var SAVINGS = "SAVINGS";
|
|
13477
13523
|
|
|
@@ -15749,8 +15795,10 @@ var Alert = function Alert(_ref) {
|
|
|
15749
15795
|
|
|
15750
15796
|
var Alert$1 = themeComponent(Alert, "Alert", fallbackValues$4, "info");
|
|
15751
15797
|
|
|
15752
|
-
var
|
|
15753
|
-
|
|
15798
|
+
var HeadingText = styled__default.h1.withConfig({
|
|
15799
|
+
displayName: "Headingstyled__HeadingText",
|
|
15800
|
+
componentId: "sc-1a3jd28-0"
|
|
15801
|
+
})(["--font-size:", ";font-size:var(--font-size);line-height:calc(1.5 * var(--font-size));color:", ";font-weight:", ";margin:", ";text-align:", ";font-family:", ";", ";"], function (_ref) {
|
|
15754
15802
|
var fontSize = _ref.fontSize;
|
|
15755
15803
|
return fontSize;
|
|
15756
15804
|
}, function (_ref2) {
|
|
@@ -16748,8 +16796,6 @@ var fallbackValues$9 = {
|
|
|
16748
16796
|
};
|
|
16749
16797
|
|
|
16750
16798
|
var _excluded$k = ["hoverColor", "activeColor", "extrastyles"];
|
|
16751
|
-
|
|
16752
|
-
var _templateObject$h;
|
|
16753
16799
|
/*
|
|
16754
16800
|
The extracting of props and the disabling of the eslint rule is to stop React from complaining about
|
|
16755
16801
|
unrecognized DOM attributes.
|
|
@@ -16764,7 +16810,10 @@ var StyledExternalLink = styled__default(function (_ref) {
|
|
|
16764
16810
|
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
16765
16811
|
|
|
16766
16812
|
return /*#__PURE__*/React__default.createElement("a", props);
|
|
16767
|
-
})(
|
|
16813
|
+
}).withConfig({
|
|
16814
|
+
displayName: "ExternalLinkstyled__StyledExternalLink",
|
|
16815
|
+
componentId: "sc-m1q2m2-0"
|
|
16816
|
+
})(["display:flex;font-size:", ";color:", ";font-weight:", ";font-family:", ";line-height:", ";&:hover{color:", ";text-decoration:underline;}&:focus{outline:3px solid ", ";outline-offset:2px;}&:active{text-decoration:underline;color:", ";}", ""], function (_ref2) {
|
|
16768
16817
|
var size = _ref2.size;
|
|
16769
16818
|
return size;
|
|
16770
16819
|
}, function (_ref3) {
|
|
@@ -16828,8 +16877,6 @@ var ExternalLink = function ExternalLink(_ref) {
|
|
|
16828
16877
|
};
|
|
16829
16878
|
|
|
16830
16879
|
var _excluded$l = ["hoverColor", "activeColor", "active", "color", "extrastyles"];
|
|
16831
|
-
|
|
16832
|
-
var _templateObject$i;
|
|
16833
16880
|
/*
|
|
16834
16881
|
The extracting of props and the disabling of the eslint rule is to stop React from complaining about
|
|
16835
16882
|
unrecognized DOM attributes.
|
|
@@ -16846,7 +16893,10 @@ var StyledInternalLink = styled__default(function (_ref) {
|
|
|
16846
16893
|
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
16847
16894
|
|
|
16848
16895
|
return /*#__PURE__*/React__default.createElement(reactRouterDom.Link, props);
|
|
16849
|
-
})(
|
|
16896
|
+
}).withConfig({
|
|
16897
|
+
displayName: "InternalLinkstyled__StyledInternalLink",
|
|
16898
|
+
componentId: "sc-cuqxud-0"
|
|
16899
|
+
})(["display:flex;color:", ";font-weight:", ";line-height:", ";font-size:", ";font-family:", ";margin:", ";&:hover{color:", ";text-decoration:underline;}&:focus{outline:3px solid ", ";outline-offset:2px;}&:active{text-decoration:underline;color:", ";}", ""], function (_ref2) {
|
|
16850
16900
|
var color = _ref2.color,
|
|
16851
16901
|
active = _ref2.active,
|
|
16852
16902
|
activeColor = _ref2.activeColor;
|
|
@@ -18590,8 +18640,10 @@ var fallbackValues$a = {
|
|
|
18590
18640
|
fontSize: fontSize$4
|
|
18591
18641
|
};
|
|
18592
18642
|
|
|
18593
|
-
var
|
|
18594
|
-
|
|
18643
|
+
var ParagraphText = styled__default.p.withConfig({
|
|
18644
|
+
displayName: "Paragraphstyled__ParagraphText",
|
|
18645
|
+
componentId: "sc-17g98kx-0"
|
|
18646
|
+
})(["--font-size:", ";font-size:var(--font-size);line-height:calc(1.5 * var(--font-size));font-weight:", ";font-family:", ";color:", ";margin:", ";", ""], function (_ref) {
|
|
18595
18647
|
var fontSize = _ref.fontSize;
|
|
18596
18648
|
return fontSize;
|
|
18597
18649
|
}, function (_ref2) {
|
|
@@ -18889,19 +18941,33 @@ var fallbackValues$c = {
|
|
|
18889
18941
|
disabledCheckedStyles: disabledCheckedStyles
|
|
18890
18942
|
};
|
|
18891
18943
|
|
|
18892
|
-
var
|
|
18893
|
-
|
|
18894
|
-
|
|
18895
|
-
|
|
18944
|
+
var CheckboxContainer = styled__default.div.withConfig({
|
|
18945
|
+
displayName: "Checkbox__CheckboxContainer",
|
|
18946
|
+
componentId: "sc-36kqbv-0"
|
|
18947
|
+
})(["display:inline-block;vertical-align:middle;"]);
|
|
18948
|
+
var CheckboxLabelContainer = styled__default.label.withConfig({
|
|
18949
|
+
displayName: "Checkbox__CheckboxLabelContainer",
|
|
18950
|
+
componentId: "sc-36kqbv-1"
|
|
18951
|
+
})(["display:flex;align-items:center;"]);
|
|
18952
|
+
var CheckboxIcon = styled__default.svg.withConfig({
|
|
18953
|
+
displayName: "Checkbox__CheckboxIcon",
|
|
18954
|
+
componentId: "sc-36kqbv-2"
|
|
18955
|
+
})(["fill:none;stroke-width:2px;stroke:", ";"], function (_ref) {
|
|
18896
18956
|
var disabled = _ref.disabled,
|
|
18897
18957
|
disabledCheckColor = _ref.disabledCheckColor,
|
|
18898
18958
|
checkColor = _ref.checkColor;
|
|
18899
|
-
return disabled ? styled.css(
|
|
18959
|
+
return disabled ? styled.css(["", ""], disabledCheckColor) : styled.css(["", ""], checkColor);
|
|
18900
18960
|
});
|
|
18901
18961
|
var HiddenCheckbox = styled__default.input.attrs({
|
|
18902
18962
|
type: "checkbox"
|
|
18903
|
-
})(
|
|
18904
|
-
|
|
18963
|
+
}).withConfig({
|
|
18964
|
+
displayName: "Checkbox__HiddenCheckbox",
|
|
18965
|
+
componentId: "sc-36kqbv-3"
|
|
18966
|
+
})(["border:0;clip:rect(0 0 0 0);clippath:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;"]);
|
|
18967
|
+
var StyledCheckbox = styled__default.div.withConfig({
|
|
18968
|
+
displayName: "Checkbox__StyledCheckbox",
|
|
18969
|
+
componentId: "sc-36kqbv-4"
|
|
18970
|
+
})(["display:inline-block;margin-right:16px;width:24px;height:24px;border-radius:2px;transition:all 150ms;", "{visibility:", ";}", ";"], CheckboxIcon, function (_ref2) {
|
|
18905
18971
|
var checked = _ref2.checked;
|
|
18906
18972
|
return checked ? "visible" : "hidden";
|
|
18907
18973
|
}, function (_ref3) {
|
|
@@ -18915,7 +18981,7 @@ var StyledCheckbox = styled__default.div(_templateObject7$1 || (_templateObject7
|
|
|
18915
18981
|
errorStyles = _ref3.errorStyles,
|
|
18916
18982
|
disabledStyles = _ref3.disabledStyles,
|
|
18917
18983
|
disabledCheckedStyles = _ref3.disabledCheckedStyles;
|
|
18918
|
-
return error ? styled.css(
|
|
18984
|
+
return error ? styled.css(["", " ", ""], errorStyles, focused && focusedStyles) : disabled ? styled.css(["", ""], checked ? disabledCheckedStyles : disabledStyles) : checked ? styled.css(["", " ", ""], checkedStyles, focused && focusedStyles) : styled.css(["", " ", ""], defaultStyles, focused && focusedStyles);
|
|
18919
18985
|
});
|
|
18920
18986
|
|
|
18921
18987
|
var Checkbox = function Checkbox(_ref4) {
|
|
@@ -19040,20 +19106,25 @@ to the one generated by name-that-color.
|
|
|
19040
19106
|
var PEWTER_GREY$1 = "#DFE1E4";
|
|
19041
19107
|
var MARINER_BLUE$1 = "#2E75D2";
|
|
19042
19108
|
|
|
19043
|
-
var _templateObject$l, _templateObject2$9;
|
|
19044
19109
|
var defaultTheme = {
|
|
19045
19110
|
theme: {
|
|
19046
19111
|
accentColor: MARINER_BLUE$1,
|
|
19047
19112
|
inactiveColor: PEWTER_GREY$1
|
|
19048
19113
|
}
|
|
19049
19114
|
};
|
|
19050
|
-
var RadioButtonBorder = styled__default.div(
|
|
19115
|
+
var RadioButtonBorder = styled__default.div.withConfig({
|
|
19116
|
+
displayName: "radio-button__RadioButtonBorder",
|
|
19117
|
+
componentId: "sc-8odgi0-0"
|
|
19118
|
+
})(["height:24px;width:24px;border:1px solid ", ";border-radius:12px;display:flex;justify-content:center;align-items:center;margin:10px;min-width:24px;min-height:24px;"], function (_ref) {
|
|
19051
19119
|
var isSelected = _ref.isSelected,
|
|
19052
19120
|
theme = _ref.theme;
|
|
19053
19121
|
return isSelected ? theme.accentColor : theme.inactiveColor;
|
|
19054
19122
|
});
|
|
19055
19123
|
RadioButtonBorder.defaultProps = defaultTheme;
|
|
19056
|
-
var RadioButtonCenter = styled__default.div(
|
|
19124
|
+
var RadioButtonCenter = styled__default.div.withConfig({
|
|
19125
|
+
displayName: "radio-button__RadioButtonCenter",
|
|
19126
|
+
componentId: "sc-8odgi0-1"
|
|
19127
|
+
})(["height:16px;width:16px;background-color:", ";border-radius:8px;"], function (_ref2) {
|
|
19057
19128
|
var theme = _ref2.theme;
|
|
19058
19129
|
return theme.accentColor;
|
|
19059
19130
|
});
|
|
@@ -19069,10 +19140,18 @@ var RadioButton = function RadioButton(_ref3) {
|
|
|
19069
19140
|
}, isSelected && /*#__PURE__*/React__default.createElement(RadioButtonCenter, null));
|
|
19070
19141
|
};
|
|
19071
19142
|
|
|
19072
|
-
var
|
|
19073
|
-
|
|
19074
|
-
|
|
19075
|
-
|
|
19143
|
+
var CheckboxItemIcon = styled__default.img.withConfig({
|
|
19144
|
+
displayName: "CheckboxList__CheckboxItemIcon",
|
|
19145
|
+
componentId: "sc-1yakme1-0"
|
|
19146
|
+
})(["width:2rem;"]);
|
|
19147
|
+
var HiddenCheckboxInput = styled__default.input.withConfig({
|
|
19148
|
+
displayName: "CheckboxList__HiddenCheckboxInput",
|
|
19149
|
+
componentId: "sc-1yakme1-1"
|
|
19150
|
+
})(["opacity:0;position:absolute;z-index:-2;cursor:pointer;"]);
|
|
19151
|
+
var CheckboxLabel = styled__default.label.withConfig({
|
|
19152
|
+
displayName: "CheckboxList__CheckboxLabel",
|
|
19153
|
+
componentId: "sc-1yakme1-2"
|
|
19154
|
+
})(["position:relative;z-index:5;&:focus{outline:none;}"]);
|
|
19076
19155
|
|
|
19077
19156
|
var CheckboxListItem = function CheckboxListItem(_ref) {
|
|
19078
19157
|
var text = _ref.text,
|
|
@@ -19215,19 +19294,27 @@ var fallbackValues$e = {
|
|
|
19215
19294
|
hoverColor: hoverColor$3
|
|
19216
19295
|
};
|
|
19217
19296
|
|
|
19218
|
-
var
|
|
19219
|
-
|
|
19297
|
+
var IconWrapper = styled__default.div.withConfig({
|
|
19298
|
+
displayName: "Dropdown__IconWrapper",
|
|
19299
|
+
componentId: "sc-pn6m0h-0"
|
|
19300
|
+
})(["display:flex;flex-direction:column;justify-content:center;transition:transform 0.3s ease;", ""], function (_ref) {
|
|
19220
19301
|
var open = _ref.open;
|
|
19221
19302
|
return open ? "transform: rotate(-180deg)" : "";
|
|
19222
19303
|
});
|
|
19223
|
-
var DropdownContentWrapper = styled__default.div(
|
|
19304
|
+
var DropdownContentWrapper = styled__default.div.withConfig({
|
|
19305
|
+
displayName: "Dropdown__DropdownContentWrapper",
|
|
19306
|
+
componentId: "sc-pn6m0h-1"
|
|
19307
|
+
})(["transform-origin:0 0;border:1px solid ", ";border-radius:2px;background-color:", ";padding:8px 0 8px;position:absolute;width:", ";min-width:100%;max-height:", ";overflow-y:scroll;z-index:1;box-sizing:border-box;&:focus{outline:none;}"], GREY_CHATEAU, WHITE, function (_ref2) {
|
|
19224
19308
|
var widthFitOptions = _ref2.widthFitOptions;
|
|
19225
19309
|
return widthFitOptions ? "fit-content" : "100%";
|
|
19226
19310
|
}, function (_ref3) {
|
|
19227
19311
|
var maxHeight = _ref3.maxHeight;
|
|
19228
19312
|
return maxHeight || "400px";
|
|
19229
19313
|
});
|
|
19230
|
-
var DropdownItemWrapper = styled__default.div(
|
|
19314
|
+
var DropdownItemWrapper = styled__default.div.withConfig({
|
|
19315
|
+
displayName: "Dropdown__DropdownItemWrapper",
|
|
19316
|
+
componentId: "sc-pn6m0h-2"
|
|
19317
|
+
})(["background-color:", ";text-align:start;border-width:0px;border-color:transparent;box-shadow:none;padding:1rem;box-sizing:border-box;width:100%;cursor:", ";&:hover{background-color:", ";}&:focus{background-color:", ";outline:none;}"], function (_ref4) {
|
|
19231
19318
|
var selected = _ref4.selected,
|
|
19232
19319
|
themeValues = _ref4.themeValues;
|
|
19233
19320
|
return selected ? themeValues.selectedColor : WHITE;
|
|
@@ -19245,7 +19332,10 @@ var DropdownItemWrapper = styled__default.div(_templateObject3$5 || (_templateOb
|
|
|
19245
19332
|
themeValues = _ref7.themeValues;
|
|
19246
19333
|
return selected ? themeValues.selectedColor : disabled ? WHITE : themeValues.hoverColor;
|
|
19247
19334
|
});
|
|
19248
|
-
var SearchInput = styled__default.input(
|
|
19335
|
+
var SearchInput = styled__default.input.withConfig({
|
|
19336
|
+
displayName: "Dropdown__SearchInput",
|
|
19337
|
+
componentId: "sc-pn6m0h-3"
|
|
19338
|
+
})(["border:none;background-color:", ";font-size:16px;height:24px;"], function (_ref8) {
|
|
19249
19339
|
var themeValues = _ref8.themeValues;
|
|
19250
19340
|
return themeValues.hoverColor && themeValues.hoverColor;
|
|
19251
19341
|
});
|
|
@@ -19465,9 +19555,14 @@ var Dropdown = function Dropdown(_ref9) {
|
|
|
19465
19555
|
|
|
19466
19556
|
var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$e);
|
|
19467
19557
|
|
|
19468
|
-
var
|
|
19469
|
-
|
|
19470
|
-
|
|
19558
|
+
var SelectContainer = styled__default.div.withConfig({
|
|
19559
|
+
displayName: "FormSelectstyled__SelectContainer",
|
|
19560
|
+
componentId: "sc-hkrqrv-0"
|
|
19561
|
+
})(["width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;> * + *{margin-top:0.25rem;}"]);
|
|
19562
|
+
var SelectField = styled__default.select.withConfig({
|
|
19563
|
+
displayName: "FormSelectstyled__SelectField",
|
|
19564
|
+
componentId: "sc-hkrqrv-1"
|
|
19565
|
+
})(["border:1px solid ", ";border-radius:2px;height:48px;width:100%;padding:0.75rem 1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;font-family:Public Sans;line-height:2rem;font-weight:", ";background-color:", ";color:", ";box-shadow:none;&:focus{border:1px solid ", ";}"], function (_ref) {
|
|
19471
19566
|
var field = _ref.field,
|
|
19472
19567
|
showErrors = _ref.showErrors;
|
|
19473
19568
|
return field.dirty && field.hasErrors || field.hasErrors && showErrors ? ERROR_COLOR : GHOST_GREY;
|
|
@@ -19478,7 +19573,10 @@ var SelectField = styled__default.select(_templateObject2$c || (_templateObject2
|
|
|
19478
19573
|
var themeValues = _ref3.themeValues;
|
|
19479
19574
|
return themeValues.color && themeValues.color;
|
|
19480
19575
|
}, MATISSE_BLUE);
|
|
19481
|
-
var SelectOption = styled__default.option(
|
|
19576
|
+
var SelectOption = styled__default.option.withConfig({
|
|
19577
|
+
displayName: "FormSelectstyled__SelectOption",
|
|
19578
|
+
componentId: "sc-hkrqrv-2"
|
|
19579
|
+
})([""]);
|
|
19482
19580
|
|
|
19483
19581
|
var linkColor$1 = {
|
|
19484
19582
|
"default": "".concat(MATISSE_BLUE),
|
|
@@ -20382,8 +20480,10 @@ var CountryDropdown = function CountryDropdown(_ref) {
|
|
|
20382
20480
|
});
|
|
20383
20481
|
};
|
|
20384
20482
|
|
|
20385
|
-
var
|
|
20386
|
-
|
|
20483
|
+
var DetailText = styled__default.p.withConfig({
|
|
20484
|
+
displayName: "Detailstyled__DetailText",
|
|
20485
|
+
componentId: "sc-vn1h4n-0"
|
|
20486
|
+
})(["font-size:", ";line-height:1.5;color:", ";font-weight:", ";margin:", ";text-align:", ";font-family:", ";", ";"], function (_ref) {
|
|
20387
20487
|
var fontSize = _ref.fontSize;
|
|
20388
20488
|
return fontSize;
|
|
20389
20489
|
}, function (_ref2) {
|
|
@@ -20939,9 +21039,10 @@ var fallbackValues$i = {
|
|
|
20939
21039
|
|
|
20940
21040
|
var _excluded$p = ["showErrors", "themeValues"],
|
|
20941
21041
|
_excluded2 = ["type", "labelTextWhenNoError", "errorMessages", "isNum", "isEmail", "helperModal", "field", "fieldActions", "showErrors", "formatter", "decorator", "themeValues", "background", "customHeight", "extraStyles"];
|
|
20942
|
-
|
|
20943
|
-
|
|
20944
|
-
|
|
21042
|
+
var InputField = styled__default.input.withConfig({
|
|
21043
|
+
displayName: "FormInput__InputField",
|
|
21044
|
+
componentId: "sc-l094r1-0"
|
|
21045
|
+
})(["border:1px solid ", ";border-radius:2px;height:", ";width:100%;padding:1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;font-family:Public Sans;line-height:2rem;font-weight:", ";background-color:", ";color:", ";box-shadow:none;", " transition:background 0.3s ease;&:focus{outline:3px solid ", ";outline-offset:2px;}", " ", ""], function (_ref) {
|
|
20945
21046
|
var field = _ref.field,
|
|
20946
21047
|
showErrors = _ref.showErrors,
|
|
20947
21048
|
themeValues = _ref.themeValues;
|
|
@@ -20961,10 +21062,10 @@ var InputField = styled__default.input(_templateObject$q || (_templateObject$q =
|
|
|
20961
21062
|
return background && "background: ".concat(themeValues.inputBackgroundColor, " url(").concat(background, ") no-repeat right 0.5rem center;");
|
|
20962
21063
|
}, ROYAL_BLUE, function (_ref6) {
|
|
20963
21064
|
var disabled = _ref6.disabled;
|
|
20964
|
-
return disabled && styled.css(
|
|
21065
|
+
return disabled && styled.css(["color:#6e727e;background-color:#f7f7f7;"]);
|
|
20965
21066
|
}, function (_ref7) {
|
|
20966
21067
|
var extraStyles = _ref7.extraStyles;
|
|
20967
|
-
return styled.css(
|
|
21068
|
+
return styled.css(["", ""], extraStyles);
|
|
20968
21069
|
}); // eslint-disable-next-line no-unused-vars
|
|
20969
21070
|
|
|
20970
21071
|
var FormattedInputField = styled__default(function (_ref8) {
|
|
@@ -20973,7 +21074,10 @@ var FormattedInputField = styled__default(function (_ref8) {
|
|
|
20973
21074
|
props = _objectWithoutProperties(_ref8, _excluded$p);
|
|
20974
21075
|
|
|
20975
21076
|
return /*#__PURE__*/React__default.createElement(src_1, props);
|
|
20976
|
-
})
|
|
21077
|
+
}).withConfig({
|
|
21078
|
+
displayName: "FormInput__FormattedInputField",
|
|
21079
|
+
componentId: "sc-l094r1-1"
|
|
21080
|
+
})(["border:1px solid ", ";border-radius:2px;height:", ";width:100%;padding:1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;line-height:2rem;font-weight:", ";background-color:", ";color:", ";box-shadow:none;&:focus{outline:3px solid ", ";outline-offset:2px;}", " ", ""], function (_ref9) {
|
|
20977
21081
|
var field = _ref9.field,
|
|
20978
21082
|
showErrors = _ref9.showErrors,
|
|
20979
21083
|
themeValues = _ref9.themeValues;
|
|
@@ -20989,10 +21093,10 @@ var FormattedInputField = styled__default(function (_ref8) {
|
|
|
20989
21093
|
return themeValues.color && themeValues.color;
|
|
20990
21094
|
}, ROYAL_BLUE, function (_ref13) {
|
|
20991
21095
|
var disabled = _ref13.disabled;
|
|
20992
|
-
return disabled && styled.css(
|
|
21096
|
+
return disabled && styled.css(["color:#6e727e;background-color:#f7f7f7;"]);
|
|
20993
21097
|
}, function (_ref14) {
|
|
20994
21098
|
var extraStyles = _ref14.extraStyles;
|
|
20995
|
-
return styled.css(
|
|
21099
|
+
return styled.css(["", ""], extraStyles);
|
|
20996
21100
|
});
|
|
20997
21101
|
|
|
20998
21102
|
var FormInput = function FormInput(_ref15) {
|
|
@@ -21269,12 +21373,17 @@ var fallbackValues$k = {
|
|
|
21269
21373
|
autopayTextColor: autopayTextColor
|
|
21270
21374
|
};
|
|
21271
21375
|
|
|
21272
|
-
var _templateObject$r, _templateObject2$e;
|
|
21273
21376
|
var ACTIVE = "ACTIVE";
|
|
21274
21377
|
var EXPIRING_SOON = "EXPIRING_SOON";
|
|
21275
21378
|
var EXPIRED = "EXPIRED";
|
|
21276
|
-
var CreditCardWrapper = styled__default.div(
|
|
21277
|
-
|
|
21379
|
+
var CreditCardWrapper = styled__default.div.withConfig({
|
|
21380
|
+
displayName: "FormattedCreditCard__CreditCardWrapper",
|
|
21381
|
+
componentId: "sc-s0ta5l-0"
|
|
21382
|
+
})(["display:flex;justify-content:flex-start;align-items:center;"]);
|
|
21383
|
+
var CCIconWrapper = styled__default.div.withConfig({
|
|
21384
|
+
displayName: "FormattedCreditCard__CCIconWrapper",
|
|
21385
|
+
componentId: "sc-s0ta5l-1"
|
|
21386
|
+
})(["margin-right:16px;width:30px;height:auto;display:flex;"]);
|
|
21278
21387
|
|
|
21279
21388
|
var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
21280
21389
|
var lastFour = _ref.lastFour,
|
|
@@ -21327,10 +21436,18 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
|
21327
21436
|
|
|
21328
21437
|
var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$k);
|
|
21329
21438
|
|
|
21330
|
-
var
|
|
21331
|
-
|
|
21332
|
-
|
|
21333
|
-
|
|
21439
|
+
var Hamburger = styled__default.button.withConfig({
|
|
21440
|
+
displayName: "HamburgerButton__Hamburger",
|
|
21441
|
+
componentId: "sc-4wlnwv-0"
|
|
21442
|
+
})(["padding:8px;display:inline-block;cursor:pointer;transition-property:opacity;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;&:focus{outline:none;}"]);
|
|
21443
|
+
var HamburgerBox = styled__default.span.withConfig({
|
|
21444
|
+
displayName: "HamburgerButton__HamburgerBox",
|
|
21445
|
+
componentId: "sc-4wlnwv-1"
|
|
21446
|
+
})(["width:34px;height:34px;display:inline-block;position:relative;"]);
|
|
21447
|
+
var HamburgerInner = styled__default.span.withConfig({
|
|
21448
|
+
displayName: "HamburgerButton__HamburgerInner",
|
|
21449
|
+
componentId: "sc-4wlnwv-2"
|
|
21450
|
+
})(["display:block;top:auto;bottom:6px;left:2px;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);margin-top:12px;background-color:", ";&,&::before,&::after{background-color:", ";width:30px;height:3px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease;}&::before,&::after{content:\"\";display:block;}&::before{top:-10px;transition:top 0.12s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.13s cubic-bezier(0.55,0.055,0.675,0.19);}&::after{bottom:-10px;top:-20px;transition:top 0.2s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),opacity 0.1s linear;}&.active,&.active::before,&.active::after{background-color:", ";}&.active{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}&.active::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity:0.1s 0.22s linear;}&.active::before{top:0;transform:rotate(-90deg);transition:top 0.1s 0.16s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.13s 0.25s cubic-bezier(0.215,0.61,0.355,1);}"], function (_ref) {
|
|
21334
21451
|
var inactiveColor = _ref.inactiveColor;
|
|
21335
21452
|
return inactiveColor;
|
|
21336
21453
|
}, function (_ref2) {
|
|
@@ -21361,8 +21478,10 @@ var HamburgerButton = function HamburgerButton(_ref4) {
|
|
|
21361
21478
|
})));
|
|
21362
21479
|
};
|
|
21363
21480
|
|
|
21364
|
-
var
|
|
21365
|
-
|
|
21481
|
+
var TitleText = styled__default.h1.withConfig({
|
|
21482
|
+
displayName: "Titlestyled__TitleText",
|
|
21483
|
+
componentId: "sc-11lhluq-0"
|
|
21484
|
+
})(["font-size:", ";line-height:1.5;color:", ";font-weight:", ";margin:", ";text-align:", ";font-family:", ";", ";"], function (_ref) {
|
|
21366
21485
|
var fontSize = _ref.fontSize;
|
|
21367
21486
|
return fontSize;
|
|
21368
21487
|
}, function (_ref2) {
|
|
@@ -21619,8 +21738,10 @@ var fallbackValues$o = {
|
|
|
21619
21738
|
color: color$8
|
|
21620
21739
|
};
|
|
21621
21740
|
|
|
21622
|
-
var
|
|
21623
|
-
|
|
21741
|
+
var SpinnerSvgAnimation = styled__default.svg.withConfig({
|
|
21742
|
+
displayName: "Spinner__SpinnerSvgAnimation",
|
|
21743
|
+
componentId: "sc-vhupl9-0"
|
|
21744
|
+
})(["animation:rotate 2s linear infinite;margin:-25px 0 0 -25px;width:", "px;height:", "px;& .path{stroke:", ";stroke-linecap:round;animation:dash 1.5s ease-in-out infinite;}@keyframes rotate{100%{transform:rotate(360deg);}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0;}50%{stroke-dasharray:90,150;stroke-dashoffset:-35;}100%{stroke-dasharray:90,150;stroke-dashoffset:-124;}}"], function (_ref) {
|
|
21624
21745
|
var size = _ref.size;
|
|
21625
21746
|
return size;
|
|
21626
21747
|
}, function (_ref2) {
|
|
@@ -21630,7 +21751,10 @@ var SpinnerSvgAnimation = styled__default.svg(_templateObject$u || (_templateObj
|
|
|
21630
21751
|
var color = _ref3.color;
|
|
21631
21752
|
return color;
|
|
21632
21753
|
});
|
|
21633
|
-
var SpinnerContainer$2 = styled__default.div(
|
|
21754
|
+
var SpinnerContainer$2 = styled__default.div.withConfig({
|
|
21755
|
+
displayName: "Spinner__SpinnerContainer",
|
|
21756
|
+
componentId: "sc-vhupl9-1"
|
|
21757
|
+
})(["width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;line-height:1;"]);
|
|
21634
21758
|
|
|
21635
21759
|
var Spinner$1 = function Spinner(_ref4) {
|
|
21636
21760
|
var _ref4$size = _ref4.size,
|
|
@@ -21749,7 +21873,7 @@ var NavHeader = function NavHeader(_ref) {
|
|
|
21749
21873
|
}, rightContent))))));
|
|
21750
21874
|
};
|
|
21751
21875
|
|
|
21752
|
-
var _templateObject
|
|
21876
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _DEFAULT_ERROR_MESSAG;
|
|
21753
21877
|
|
|
21754
21878
|
var MIN_LENGTH_ERROR = "error/HAS_LENGTH";
|
|
21755
21879
|
var MAX_LENGTH_ERROR = "max_length_error";
|
|
@@ -21790,7 +21914,7 @@ with interpolation.
|
|
|
21790
21914
|
*/
|
|
21791
21915
|
|
|
21792
21916
|
|
|
21793
|
-
var DEFAULT_ERROR_MESSAGES = (_DEFAULT_ERROR_MESSAG = {}, _defineProperty(_DEFAULT_ERROR_MESSAG, MIN_LENGTH_ERROR, genErrorMessage(_templateObject
|
|
21917
|
+
var DEFAULT_ERROR_MESSAGES = (_DEFAULT_ERROR_MESSAG = {}, _defineProperty(_DEFAULT_ERROR_MESSAG, MIN_LENGTH_ERROR, genErrorMessage(_templateObject || (_templateObject = _taggedTemplateLiteral(["", " is too short"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MAX_LENGTH_ERROR, genErrorMessage(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["", " is too long"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EXACT_LENGTH_ERROR, genErrorMessage(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["", " is not the right length"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MULTIPLE_LENGTHS_ERROR, genErrorMessage(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["", " is not a valid length"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EMAIL_ERROR, genErrorMessage(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["", " is not a valid email address"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_NUMBER_ERROR, genErrorMessage(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["", " needs a number"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_UPPERCASE_LETTER_ERROR, genErrorMessage(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["", " needs an uppercase letter"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_LOWERCASE_LETTER_ERROR, genErrorMessage(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["", " needs a lowercase letter"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_SPECIAL_CHARACTER_ERROR, genErrorMessage(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["", " needs a special character"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_NUMBERS_ERROR, genErrorMessage(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["", " must be only numbers"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_LETTERS_ERROR, genErrorMessage(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["", " must be only letters"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, REQUIRED_FIELD_ERROR, genErrorMessage(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["", " is required"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_GREATER_THAN_ERROR, genErrorMessage(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["", " is too high"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_LESS_THAN_ERROR, genErrorMessage(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["", " is too low"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MATCHES_FIELD_ERROR, genErrorMessage(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["", " must match ", ""])), "fieldLabel", "matchField")), _defineProperty(_DEFAULT_ERROR_MESSAG, VALID_SELECT_OPTION_ERROR, genErrorMessage(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["", " is not a valid option"])), "fieldLabel")), _DEFAULT_ERROR_MESSAG); // Constants to represent an input's state
|
|
21794
21918
|
// Neutral - has not been validated
|
|
21795
21919
|
// Invalid - has been validated and has an error
|
|
21796
21920
|
// Valid - has been validated and has no error
|
|
@@ -22050,8 +22174,10 @@ var fallbackValues$r = {
|
|
|
22050
22174
|
inactiveColor: inactiveColor
|
|
22051
22175
|
};
|
|
22052
22176
|
|
|
22053
|
-
var
|
|
22054
|
-
|
|
22177
|
+
var HiddenRadioButton = styled__default.input.withConfig({
|
|
22178
|
+
displayName: "RadioButton__HiddenRadioButton",
|
|
22179
|
+
componentId: "sc-v6hie9-0"
|
|
22180
|
+
})(["opacity:0;position:absolute;cursor:", ";"], function (_ref) {
|
|
22055
22181
|
var disabled = _ref.disabled;
|
|
22056
22182
|
return disabled ? "auto" : "pointer";
|
|
22057
22183
|
});
|
|
@@ -32829,15 +32955,20 @@ var fallbackValues$u = {
|
|
|
32829
32955
|
leftLabelStyles: leftLabelStyles
|
|
32830
32956
|
};
|
|
32831
32957
|
|
|
32832
|
-
var
|
|
32833
|
-
|
|
32958
|
+
var HiddenToggleSwitchBox = styled__default.input.withConfig({
|
|
32959
|
+
displayName: "ToggleSwitch__HiddenToggleSwitchBox",
|
|
32960
|
+
componentId: "sc-1t51u6v-0"
|
|
32961
|
+
})(["opacity:0;position:absolute;cursor:", ";height:24px;width:50px;", ""], function (_ref) {
|
|
32834
32962
|
var disabled = _ref.disabled;
|
|
32835
32963
|
return disabled ? "auto" : "pointer";
|
|
32836
32964
|
}, function (_ref2) {
|
|
32837
32965
|
var isMobile = _ref2.isMobile;
|
|
32838
32966
|
return isMobile ? "transform: scale(0.75)" : "";
|
|
32839
32967
|
});
|
|
32840
|
-
var VisibleSwitchComponent = styled__default.label
|
|
32968
|
+
var VisibleSwitchComponent = styled__default.label.withConfig({
|
|
32969
|
+
displayName: "ToggleSwitch__VisibleSwitchComponent",
|
|
32970
|
+
componentId: "sc-1t51u6v-1"
|
|
32971
|
+
})(["width:48px;height:24px;border-radius:48px;border:none;position:relative;box-sizing:border-box;cursor:", ";display:inline-block;&:hover{box-shadow:", ";}&:focus{box-shadow:0px 2px 5px 0px rgba(0,0,0,0.5);}", ""], function (_ref3) {
|
|
32841
32972
|
var disabled = _ref3.disabled;
|
|
32842
32973
|
return disabled ? "auto" : "pointer";
|
|
32843
32974
|
}, function (_ref4) {
|
|
@@ -32847,8 +32978,14 @@ var VisibleSwitchComponent = styled__default.label(_templateObject2$i || (_templ
|
|
|
32847
32978
|
var isMobile = _ref5.isMobile;
|
|
32848
32979
|
return isMobile ? "transform: scale(0.75)" : "";
|
|
32849
32980
|
});
|
|
32850
|
-
var ToggleSwitchMiddleRingComponent = styled__default.div(
|
|
32851
|
-
|
|
32981
|
+
var ToggleSwitchMiddleRingComponent = styled__default.div.withConfig({
|
|
32982
|
+
displayName: "ToggleSwitch__ToggleSwitchMiddleRingComponent",
|
|
32983
|
+
componentId: "sc-1t51u6v-2"
|
|
32984
|
+
})(["position:absolute;width:20px;height:20px;border:none;border-radius:50%;box-sizing:border-box;"]);
|
|
32985
|
+
var ToggleSwitchInnerRingComponent = styled__default.div.withConfig({
|
|
32986
|
+
displayName: "ToggleSwitch__ToggleSwitchInnerRingComponent",
|
|
32987
|
+
componentId: "sc-1t51u6v-3"
|
|
32988
|
+
})(["position:absolute;width:14px;height:14px;top:3px;left:3px;right:3px;bottom:3px;border-radius:50%;box-sizing:border-box;"]);
|
|
32852
32989
|
|
|
32853
32990
|
var ToggleSwitch = function ToggleSwitch(_ref6) {
|
|
32854
32991
|
var _ref6$isOn = _ref6.isOn,
|
|
@@ -32997,8 +33134,10 @@ var themeValues = {
|
|
|
32997
33134
|
focusBorder: focusBorder
|
|
32998
33135
|
};
|
|
32999
33136
|
|
|
33000
|
-
var
|
|
33001
|
-
|
|
33137
|
+
var TypeaheadInputWrapper = styled__default.div.withConfig({
|
|
33138
|
+
displayName: "TypeaheadInput__TypeaheadInputWrapper",
|
|
33139
|
+
componentId: "sc-cumjdb-0"
|
|
33140
|
+
})(["display:flex;align-content:center;align-items:center;background:", ";input{border:0;height:72px;width:100%;padding:1.5rem;padding-left:1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;line-height:2rem;font-weight:400;background-color:", ";color:", ";box-shadow:none;border:1px solid transparent;&:focus{border:1px solid ", ";}}"], themeValues.background, themeValues.background, themeValues.black, themeValues.focusBorder);
|
|
33002
33141
|
|
|
33003
33142
|
var TypeaheadInput = function TypeaheadInput(_ref) {
|
|
33004
33143
|
var handleChange = _ref.handleChange,
|
|
@@ -35195,15 +35334,20 @@ EditNameForm.reducer = reducer$2;
|
|
|
35195
35334
|
EditNameForm.mapStateToProps = mapStateToProps$3;
|
|
35196
35335
|
EditNameForm.mapDispatchToProps = mapDispatchToProps$2;
|
|
35197
35336
|
|
|
35198
|
-
var
|
|
35199
|
-
|
|
35337
|
+
var EditableListItem = styled__default.div.withConfig({
|
|
35338
|
+
displayName: "EditableListstyled__EditableListItem",
|
|
35339
|
+
componentId: "sc-10ehkz7-0"
|
|
35340
|
+
})(["box-sizing:border-box;background:", ";border-color:", ";height:", ";display:flex;justify-content:space-between;align-items:center;padding:1.5rem;:not(:last-child),:not(:first-child){box-shadow:inset 0px -1px 0px 0px rgb(202,206,216);}:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow:none;}"], function (_ref) {
|
|
35200
35341
|
var disabled = _ref.disabled;
|
|
35201
35342
|
return disabled ? "rgba(246, 246, 249, 0.7)" : WHITE;
|
|
35202
35343
|
}, GHOST_GREY, function (_ref2) {
|
|
35203
35344
|
var listItemSize = _ref2.listItemSize;
|
|
35204
35345
|
return listItemSize === "big" ? "120px" : "72px";
|
|
35205
35346
|
});
|
|
35206
|
-
var EditableListItemControls = styled__default.div(
|
|
35347
|
+
var EditableListItemControls = styled__default.div.withConfig({
|
|
35348
|
+
displayName: "EditableListstyled__EditableListItemControls",
|
|
35349
|
+
componentId: "sc-10ehkz7-1"
|
|
35350
|
+
})(["display:flex;justify-content:space-evenly;align-items:center;"]);
|
|
35207
35351
|
|
|
35208
35352
|
var ACTIVE$1 = "ACTIVE";
|
|
35209
35353
|
var EXPIRED$1 = "EXPIRED";
|
|
@@ -35313,12 +35457,17 @@ var EditableList = function EditableList(_ref) {
|
|
|
35313
35457
|
}))));
|
|
35314
35458
|
};
|
|
35315
35459
|
|
|
35316
|
-
var
|
|
35317
|
-
|
|
35460
|
+
var EditableTableContainer = styled__default.div.withConfig({
|
|
35461
|
+
displayName: "EditableTablestyled__EditableTableContainer",
|
|
35462
|
+
componentId: "sc-fd3i2a-0"
|
|
35463
|
+
})(["display:", ";flex-direction:column;flex:1;"], function (_ref) {
|
|
35318
35464
|
var hide = _ref.hide;
|
|
35319
35465
|
return hide ? "none" : "flex";
|
|
35320
35466
|
});
|
|
35321
|
-
var EditableTableListItem = styled__default.div(
|
|
35467
|
+
var EditableTableListItem = styled__default.div.withConfig({
|
|
35468
|
+
displayName: "EditableTablestyled__EditableTableListItem",
|
|
35469
|
+
componentId: "sc-fd3i2a-1"
|
|
35470
|
+
})(["width:100%;display:flex;", ";align-items:", ";flex-direction:", ";flex:1;", ";"], function (_ref2) {
|
|
35322
35471
|
var isMobile = _ref2.isMobile;
|
|
35323
35472
|
return isMobile && "justify-content: center";
|
|
35324
35473
|
}, function (_ref3) {
|
|
@@ -35331,17 +35480,32 @@ var EditableTableListItem = styled__default.div(_templateObject2$k || (_template
|
|
|
35331
35480
|
var isMobile = _ref5.isMobile;
|
|
35332
35481
|
return isMobile ? "padding: 1rem 0.5rem" : "padding: 0 0.5rem";
|
|
35333
35482
|
});
|
|
35334
|
-
var EditableListItemControls$1 = styled__default.div(
|
|
35335
|
-
|
|
35483
|
+
var EditableListItemControls$1 = styled__default.div.withConfig({
|
|
35484
|
+
displayName: "EditableTablestyled__EditableListItemControls",
|
|
35485
|
+
componentId: "sc-fd3i2a-2"
|
|
35486
|
+
})(["display:flex;justify-content:space-evenly;align-items:center;"]);
|
|
35487
|
+
var EditableListAction = styled__default.div.withConfig({
|
|
35488
|
+
displayName: "EditableTablestyled__EditableListAction",
|
|
35489
|
+
componentId: "sc-fd3i2a-3"
|
|
35490
|
+
})(["color:", ";align-items:center;font-size:1rem;padding-right:1rem;cursor:pointer;display:", ";"], MATISSE_BLUE, function (_ref6) {
|
|
35336
35491
|
var hide = _ref6.hide;
|
|
35337
35492
|
return hide ? "none" : "flex";
|
|
35338
35493
|
});
|
|
35339
|
-
var ItemWrapper = styled__default.div(
|
|
35340
|
-
|
|
35494
|
+
var ItemWrapper = styled__default.div.withConfig({
|
|
35495
|
+
displayName: "EditableTablestyled__ItemWrapper",
|
|
35496
|
+
componentId: "sc-fd3i2a-4"
|
|
35497
|
+
})(["display:flex;flex-direction:row;flex:1;width:100%;border-bottom:1px solid ", ";"], GHOST_GREY);
|
|
35498
|
+
var ActionWrapper = styled__default.div.withConfig({
|
|
35499
|
+
displayName: "EditableTablestyled__ActionWrapper",
|
|
35500
|
+
componentId: "sc-fd3i2a-5"
|
|
35501
|
+
})(["display:flex;align-self:center;justify-content:flex-end;", ";flex:1;"], function (_ref7) {
|
|
35341
35502
|
var isMobile = _ref7.isMobile;
|
|
35342
35503
|
return isMobile && "display: none";
|
|
35343
35504
|
});
|
|
35344
|
-
var TableItemKey = styled__default.div(
|
|
35505
|
+
var TableItemKey = styled__default.div.withConfig({
|
|
35506
|
+
displayName: "EditableTablestyled__TableItemKey",
|
|
35507
|
+
componentId: "sc-fd3i2a-6"
|
|
35508
|
+
})(["display:flex;", ";", ";", ";font-size:", ";color:", ";"], function (_ref8) {
|
|
35345
35509
|
var isMobile = _ref8.isMobile;
|
|
35346
35510
|
return !isMobile && "flex: 1";
|
|
35347
35511
|
}, function (_ref9) {
|
|
@@ -35354,7 +35518,10 @@ var TableItemKey = styled__default.div(_templateObject7$3 || (_templateObject7$3
|
|
|
35354
35518
|
var isMobile = _ref11.isMobile;
|
|
35355
35519
|
return isMobile ? "1rem" : "1.125rem";
|
|
35356
35520
|
}, STORM_GREY);
|
|
35357
|
-
var TableItemValue = styled__default.div(
|
|
35521
|
+
var TableItemValue = styled__default.div.withConfig({
|
|
35522
|
+
displayName: "EditableTablestyled__TableItemValue",
|
|
35523
|
+
componentId: "sc-fd3i2a-7"
|
|
35524
|
+
})(["display:flex;", ";", ";", ";font-size:", ";color:", ";"], function (_ref12) {
|
|
35358
35525
|
var isMobile = _ref12.isMobile;
|
|
35359
35526
|
return !isMobile && "flex: 1";
|
|
35360
35527
|
}, function (_ref13) {
|
|
@@ -35367,7 +35534,10 @@ var TableItemValue = styled__default.div(_templateObject8$2 || (_templateObject8
|
|
|
35367
35534
|
var isMobile = _ref15.isMobile;
|
|
35368
35535
|
return isMobile ? "1.125rem" : "1.0625rem";
|
|
35369
35536
|
}, BRIGHT_GREY);
|
|
35370
|
-
var TableWrapper = styled__default.div(
|
|
35537
|
+
var TableWrapper = styled__default.div.withConfig({
|
|
35538
|
+
displayName: "EditableTablestyled__TableWrapper",
|
|
35539
|
+
componentId: "sc-fd3i2a-8"
|
|
35540
|
+
})(["display:flex;flex-direction:row;flex:1;width:100%;"]);
|
|
35371
35541
|
|
|
35372
35542
|
var EditableTable = function EditableTable(_ref) {
|
|
35373
35543
|
var title = _ref.title,
|
|
@@ -38810,7 +38980,6 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
|
|
|
38810
38980
|
|
|
38811
38981
|
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$y, "profile");
|
|
38812
38982
|
|
|
38813
|
-
var _templateObject$B;
|
|
38814
38983
|
var menu = posed.div({
|
|
38815
38984
|
invisible: {
|
|
38816
38985
|
left: "-100vw",
|
|
@@ -38841,7 +39010,10 @@ var menu = posed.div({
|
|
|
38841
39010
|
}
|
|
38842
39011
|
}
|
|
38843
39012
|
});
|
|
38844
|
-
var ImposterMenu = styled__default(menu)(
|
|
39013
|
+
var ImposterMenu = styled__default(menu).withConfig({
|
|
39014
|
+
displayName: "NavMenuMobile__ImposterMenu",
|
|
39015
|
+
componentId: "sc-1pf0qp7-0"
|
|
39016
|
+
})(["position:fixed;top:72px;"]);
|
|
38845
39017
|
|
|
38846
39018
|
var NavMenuMobile = function NavMenuMobile(_ref) {
|
|
38847
39019
|
var id = _ref.id,
|
|
@@ -40261,7 +40433,6 @@ var fallbackValues$C = {
|
|
|
40261
40433
|
focusStyles: focusStyles
|
|
40262
40434
|
};
|
|
40263
40435
|
|
|
40264
|
-
var _templateObject$C;
|
|
40265
40436
|
/*
|
|
40266
40437
|
Takes an array of section objects, each object should look like:
|
|
40267
40438
|
{
|
|
@@ -40358,7 +40529,10 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
40358
40529
|
}
|
|
40359
40530
|
};
|
|
40360
40531
|
var borderStyles = "\n border-width: 0 0 1px 0;\n border-color: ".concat(themeValues.borderColor, ";\n border-style: solid;\n border-radius: 0px;\n transform-origin: 100% 0;\n\n &:last-child {\n border-width: 0;\n }\n ");
|
|
40361
|
-
var RightIcon = styled__default.img
|
|
40532
|
+
var RightIcon = styled__default.img.withConfig({
|
|
40533
|
+
displayName: "RadioSection__RightIcon",
|
|
40534
|
+
componentId: "sc-uema02-0"
|
|
40535
|
+
})(["height:", ";width:", ";", " transition:opacity 0.3s ease;"], function (_ref2) {
|
|
40362
40536
|
var isMobile = _ref2.isMobile;
|
|
40363
40537
|
return isMobile ? "14px" : "18px";
|
|
40364
40538
|
}, function (_ref3) {
|
|
@@ -41075,8 +41249,10 @@ var fallbackValues$G = {
|
|
|
41075
41249
|
imageBackgroundColor: imageBackgroundColor
|
|
41076
41250
|
};
|
|
41077
41251
|
|
|
41078
|
-
var
|
|
41079
|
-
|
|
41252
|
+
var WelcomeImage = styled__default.img.withConfig({
|
|
41253
|
+
displayName: "WelcomeModule__WelcomeImage",
|
|
41254
|
+
componentId: "sc-1d9znh4-0"
|
|
41255
|
+
})(["width:auto;height:215px;"]);
|
|
41080
41256
|
|
|
41081
41257
|
var WelcomeModule = function WelcomeModule(_ref) {
|
|
41082
41258
|
var heading = _ref.heading,
|