@thecb/components 7.8.0-beta.0 → 7.8.1
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 +823 -15
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +140 -1
- package/dist/index.esm.js +808 -16
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/button-with-action/ButtonWithAction.js +4 -3
- package/src/components/atoms/button-with-action/ButtonWithAction.theme.js +14 -0
- package/src/components/atoms/icons/ArrowDownCircleIconSmall.d.ts +12 -0
- package/src/components/atoms/icons/ArrowDownCircleIconSmall.js +50 -0
- package/src/components/atoms/icons/ArrowLeftCircleIconMedium.d.ts +12 -0
- package/src/components/atoms/icons/ArrowLeftCircleIconMedium.js +50 -0
- package/src/components/atoms/icons/ArrowLeftCircleIconSmall.d.ts +12 -0
- package/src/components/atoms/icons/ArrowLeftCircleIconSmall.js +49 -0
- package/src/components/atoms/icons/ArrowRightCircleIconSmall.d.ts +12 -0
- package/src/components/atoms/icons/ArrowRightCircleIconSmall.js +42 -0
- package/src/components/atoms/icons/ArrowUpCircleIconSmall.d.ts +12 -0
- package/src/components/atoms/icons/ArrowUpCircleIconSmall.js +50 -0
- package/src/components/atoms/icons/BankIconLarge.d.ts +9 -0
- package/src/components/atoms/icons/BankIconLarge.js +34 -0
- package/src/components/atoms/icons/ChargebackIconMedium.d.ts +10 -0
- package/src/components/atoms/icons/ChargebackIconMedium.js +37 -0
- package/src/components/atoms/icons/ChargebackIconSmall.d.ts +10 -0
- package/src/components/atoms/icons/ChargebackIconSmall.js +37 -0
- package/src/components/atoms/icons/ChargebackReversalIconMedium.d.ts +12 -0
- package/src/components/atoms/icons/ChargebackReversalIconMedium.js +37 -0
- package/src/components/atoms/icons/ChargebackReversalIconSmall.d.ts +12 -0
- package/src/components/atoms/icons/ChargebackReversalIconSmall.js +37 -0
- package/src/components/atoms/icons/RefundIconMedium.d.ts +10 -0
- package/src/components/atoms/icons/RefundIconMedium.js +43 -0
- package/src/components/atoms/icons/RefundIconSmall.d.ts +10 -0
- package/src/components/atoms/icons/RefundIconSmall.js +43 -0
- package/src/components/atoms/icons/SuccessfulIconMedium.d.ts +9 -0
- package/src/components/atoms/icons/SuccessfulIconMedium.js +56 -0
- package/src/components/atoms/icons/SuccessfulIconSmall.d.ts +9 -0
- package/src/components/atoms/icons/SuccessfulIconSmall.js +64 -0
- package/src/components/atoms/icons/XCircleIconMedium.d.ts +10 -0
- package/src/components/atoms/icons/XCircleIconMedium.js +43 -0
- package/src/components/atoms/icons/XCircleIconSmall.d.ts +10 -0
- package/src/components/atoms/icons/XCircleIconSmall.js +43 -0
- package/src/components/atoms/icons/index.d.ts +16 -0
- package/src/components/atoms/icons/index.js +33 -1
- package/src/components/atoms/searchable-select/SearchableSelect.js +30 -32
- package/src/components/molecules/highlight-tab-row/HighlightTabRow.js +7 -4
- package/src/components/molecules/module/Module.js +22 -13
package/dist/index.esm.js
CHANGED
|
@@ -12549,6 +12549,7 @@ var padding = {
|
|
|
12549
12549
|
tertiary: "0.75rem 1.5rem",
|
|
12550
12550
|
ghost: "0.65rem 0",
|
|
12551
12551
|
danger: "0.75rem 1.5rem",
|
|
12552
|
+
dangerSecondary: "0.75rem 1.5rem",
|
|
12552
12553
|
whiteSecondary: "0.75rem 2rem",
|
|
12553
12554
|
whitePrimary: "1.125rem 0.75rem"
|
|
12554
12555
|
};
|
|
@@ -12562,6 +12563,7 @@ var color$1 = {
|
|
|
12562
12563
|
ghost: "#15749D",
|
|
12563
12564
|
tertiary: "#15749D",
|
|
12564
12565
|
danger: "#FFFFFF",
|
|
12566
|
+
dangerSecondary: "#D11053",
|
|
12565
12567
|
whiteSecondary: "#FFFFFF",
|
|
12566
12568
|
whitePrimary: "#FFFFFF"
|
|
12567
12569
|
};
|
|
@@ -12575,6 +12577,7 @@ var fontSizeVariant = {
|
|
|
12575
12577
|
ghost: "pL",
|
|
12576
12578
|
tertiary: "pS",
|
|
12577
12579
|
danger: "pS",
|
|
12580
|
+
dangerSecondary: "pS",
|
|
12578
12581
|
whiteSecondary: "pS",
|
|
12579
12582
|
whitePrimary: "pS"
|
|
12580
12583
|
};
|
|
@@ -12588,6 +12591,7 @@ var fontWeight = {
|
|
|
12588
12591
|
ghost: "600",
|
|
12589
12592
|
tertiary: "600",
|
|
12590
12593
|
danger: "600",
|
|
12594
|
+
dangerSecondary: "600",
|
|
12591
12595
|
whiteSecondary: "600",
|
|
12592
12596
|
whitePrimary: "600"
|
|
12593
12597
|
};
|
|
@@ -12601,6 +12605,7 @@ var height = {
|
|
|
12601
12605
|
ghost: "3rem",
|
|
12602
12606
|
tertiary: "3rem",
|
|
12603
12607
|
danger: "3rem",
|
|
12608
|
+
dangerSecondary: "3rem",
|
|
12604
12609
|
whiteSecondary: "3rem",
|
|
12605
12610
|
whitePrimary: "auto"
|
|
12606
12611
|
};
|
|
@@ -12614,6 +12619,7 @@ var minWidth = {
|
|
|
12614
12619
|
ghost: "130px",
|
|
12615
12620
|
tertiary: "130px",
|
|
12616
12621
|
danger: "130px",
|
|
12622
|
+
dangerSecondary: "157px",
|
|
12617
12623
|
whiteSecondary: "160px",
|
|
12618
12624
|
whitePrimary: "130px"
|
|
12619
12625
|
};
|
|
@@ -12627,6 +12633,7 @@ var backgroundColor = {
|
|
|
12627
12633
|
ghost: "transparent",
|
|
12628
12634
|
tertiary: "transparent",
|
|
12629
12635
|
danger: "#ED125F",
|
|
12636
|
+
dangerSecondary: "transparent",
|
|
12630
12637
|
whiteSecondary: "transparent",
|
|
12631
12638
|
whitePrimary: "transparent"
|
|
12632
12639
|
};
|
|
@@ -12640,6 +12647,7 @@ var border = {
|
|
|
12640
12647
|
ghost: "none",
|
|
12641
12648
|
tertiary: "none",
|
|
12642
12649
|
danger: "2px solid #ED125F",
|
|
12650
|
+
dangerSecondary: "2px solid #D11053",
|
|
12643
12651
|
whiteSecondary: "2px solid white",
|
|
12644
12652
|
whitePrimary: "2px solid transparent"
|
|
12645
12653
|
};
|
|
@@ -12653,6 +12661,7 @@ var hoverBackgroundColor = {
|
|
|
12653
12661
|
ghost: "transparent",
|
|
12654
12662
|
tertiary: "transparent",
|
|
12655
12663
|
danger: "#BA002C",
|
|
12664
|
+
dangerSecondary: "transparent",
|
|
12656
12665
|
whiteSecondary: "transparent",
|
|
12657
12666
|
whitePrimary: "transparent"
|
|
12658
12667
|
};
|
|
@@ -12666,6 +12675,7 @@ var hoverBorderColor = {
|
|
|
12666
12675
|
ghost: "transparent",
|
|
12667
12676
|
tertiary: "transparent",
|
|
12668
12677
|
danger: "#BA002C",
|
|
12678
|
+
dangerSecondary: "#B10541",
|
|
12669
12679
|
whiteSecondary: "2px solid transparent",
|
|
12670
12680
|
whitePrimary: "2px solid transparent"
|
|
12671
12681
|
};
|
|
@@ -12679,6 +12689,7 @@ var hoverColor = {
|
|
|
12679
12689
|
ghost: "#116285",
|
|
12680
12690
|
tertiary: "#116285",
|
|
12681
12691
|
danger: "#FFFFFF",
|
|
12692
|
+
dangerSecondary: "#B10541",
|
|
12682
12693
|
whiteSecondary: "#FFFFFF",
|
|
12683
12694
|
whitePrimary: "#FFFFFF"
|
|
12684
12695
|
};
|
|
@@ -12692,6 +12703,7 @@ var activeBackgroundColor = {
|
|
|
12692
12703
|
ghost: "transparent",
|
|
12693
12704
|
tertiary: "transparent",
|
|
12694
12705
|
danger: "#870000",
|
|
12706
|
+
dangerSecondary: "transparent",
|
|
12695
12707
|
whiteSecondary: "transparent",
|
|
12696
12708
|
whitePrimary: "transparent"
|
|
12697
12709
|
};
|
|
@@ -12705,6 +12717,7 @@ var activeBorderColor = {
|
|
|
12705
12717
|
ghost: "transparent",
|
|
12706
12718
|
tertiary: "transparent",
|
|
12707
12719
|
danger: "#870000",
|
|
12720
|
+
dangerSecondary: "#910029",
|
|
12708
12721
|
whiteSecondary: "2px solid transparent",
|
|
12709
12722
|
whitePrimary: "2px solid transparent"
|
|
12710
12723
|
};
|
|
@@ -12718,6 +12731,7 @@ var activeColor = {
|
|
|
12718
12731
|
ghost: "#0E506D",
|
|
12719
12732
|
tertiary: "#0E506D",
|
|
12720
12733
|
danger: "#FFFFFF",
|
|
12734
|
+
dangerSecondary: "#910029",
|
|
12721
12735
|
whiteSecondary: "#FFFFFF",
|
|
12722
12736
|
whitePrimary: "#FFFFFF"
|
|
12723
12737
|
};
|
|
@@ -12803,7 +12817,7 @@ var SpinnerIcon = function SpinnerIcon(_ref3) {
|
|
|
12803
12817
|
}))))));
|
|
12804
12818
|
};
|
|
12805
12819
|
|
|
12806
|
-
var _excluded$h = ["action", "variant", "text", "textWrap", "isLoading", "dataQa", "textExtraStyles", "contentOverride", "extraStyles", "tabIndex", "children", "extraDisabledStyles"];
|
|
12820
|
+
var _excluded$h = ["action", "variant", "text", "textWrap", "isLoading", "loadingColor", "dataQa", "textExtraStyles", "contentOverride", "extraStyles", "tabIndex", "children", "extraDisabledStyles"];
|
|
12807
12821
|
var rotate$1 = posed.div({
|
|
12808
12822
|
fixed: {
|
|
12809
12823
|
rotate: "0deg"
|
|
@@ -12829,11 +12843,13 @@ var SpinnerIconWrapper$1 = styled(rotate$1).withConfig({
|
|
|
12829
12843
|
})([""]);
|
|
12830
12844
|
|
|
12831
12845
|
var Spinner = function Spinner(_ref) {
|
|
12832
|
-
var
|
|
12846
|
+
var color = _ref.color,
|
|
12847
|
+
isMobile = _ref.isMobile;
|
|
12833
12848
|
return /*#__PURE__*/React.createElement(SpinnerContainer$1, null, /*#__PURE__*/React.createElement(SpinnerIconWrapper$1, {
|
|
12834
12849
|
initialPose: "fixed",
|
|
12835
12850
|
pose: "rotate"
|
|
12836
12851
|
}, /*#__PURE__*/React.createElement(SpinnerIcon, {
|
|
12852
|
+
color: color,
|
|
12837
12853
|
isMobile: isMobile
|
|
12838
12854
|
})));
|
|
12839
12855
|
};
|
|
@@ -12864,6 +12880,8 @@ var ButtonWithAction = function ButtonWithAction(_ref2) {
|
|
|
12864
12880
|
textWrap = _ref2$textWrap === void 0 ? false : _ref2$textWrap,
|
|
12865
12881
|
_ref2$isLoading = _ref2.isLoading,
|
|
12866
12882
|
isLoading = _ref2$isLoading === void 0 ? false : _ref2$isLoading,
|
|
12883
|
+
_ref2$loadingColor = _ref2.loadingColor,
|
|
12884
|
+
loadingColor = _ref2$loadingColor === void 0 ? "white" : _ref2$loadingColor,
|
|
12867
12885
|
_ref2$dataQa = _ref2.dataQa,
|
|
12868
12886
|
dataQa = _ref2$dataQa === void 0 ? null : _ref2$dataQa,
|
|
12869
12887
|
textExtraStyles = _ref2.textExtraStyles,
|
|
@@ -12902,6 +12920,7 @@ var ButtonWithAction = function ButtonWithAction(_ref2) {
|
|
|
12902
12920
|
}, rest), contentOverride ? children : /*#__PURE__*/React.createElement(Center, {
|
|
12903
12921
|
intrinsic: true
|
|
12904
12922
|
}, isLoading ? /*#__PURE__*/React.createElement(Spinner, {
|
|
12923
|
+
color: loadingColor,
|
|
12905
12924
|
isMobile: isMobile
|
|
12906
12925
|
}) : /*#__PURE__*/React.createElement(Text$1, {
|
|
12907
12926
|
weight: themeValues.fontWeight,
|
|
@@ -13799,6 +13818,35 @@ var BankIcon = function BankIcon() {
|
|
|
13799
13818
|
}));
|
|
13800
13819
|
};
|
|
13801
13820
|
|
|
13821
|
+
var BankIconLarge = function BankIconLarge(_ref) {
|
|
13822
|
+
var _ref$iconIndex = _ref.iconIndex,
|
|
13823
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
13824
|
+
var id = "BankIconLarge-".concat(iconIndex);
|
|
13825
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
13826
|
+
width: "36",
|
|
13827
|
+
height: "24",
|
|
13828
|
+
viewBox: "0 0 36 24",
|
|
13829
|
+
fill: "none",
|
|
13830
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
13831
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
13832
|
+
clipPath: "url(#".concat(id, ")")
|
|
13833
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
13834
|
+
d: "M0 3C0 1.34315 1.34315 0 3 0H33C34.6569 0 36 1.34315 36 3V21C36 22.6569 34.6569 24 33 24H3C1.34315 24 0 22.6569 0 21V3Z",
|
|
13835
|
+
fill: "#E4F4FD"
|
|
13836
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
13837
|
+
fillRule: "evenodd",
|
|
13838
|
+
clipRule: "evenodd",
|
|
13839
|
+
d: "M33 1.5H3C2.17157 1.5 1.5 2.17157 1.5 3V21C1.5 21.8284 2.17157 22.5 3 22.5H33C33.8284 22.5 34.5 21.8284 34.5 21V3C34.5 2.17157 33.8284 1.5 33 1.5ZM3 0C1.34315 0 0 1.34315 0 3V21C0 22.6569 1.34315 24 3 24H33C34.6569 24 36 22.6569 36 21V3C36 1.34315 34.6569 0 33 0H3ZM23.7544 14.8335C23.6706 14.9563 23.6209 15.1293 23.6209 15.3332C23.6209 15.5465 23.5436 15.7411 23.4165 15.8885C23.349 15.9671 23.2696 16.0296 23.1834 16.0752C23.0922 16.1237 22.9909 16.1546 22.8836 16.1637C22.6961 16.1799 22.5022 16.1282 22.3391 16.0029C21.4102 15.2896 20.6945 14.8834 20.1572 14.6767C19.6165 14.4687 19.3143 14.4844 19.17 14.5249C18.988 14.576 18.7994 14.7857 18.7994 15.3332C18.7994 15.7935 18.4397 16.1665 17.9959 16.1665C17.5521 16.1665 17.1923 15.7935 17.1923 15.3332C17.1923 14.5422 17.4859 13.2709 18.7503 12.9161C19.3292 12.7536 19.9913 12.8352 20.7162 13.1141C21.2068 13.3028 21.7532 13.592 22.3632 13.9954C22.3882 13.9532 22.4147 13.9115 22.4428 13.8703C22.7715 13.3891 23.2775 13.0439 23.9432 12.9038C25.2058 12.6381 27.0336 13.1058 29.636 14.6047C30.024 14.8281 30.1638 15.3354 29.9483 15.7378C29.7329 16.1401 29.2437 16.2852 28.8557 16.0617C26.3153 14.5986 24.9289 14.397 24.2629 14.5371C23.9643 14.5999 23.8275 14.7265 23.7544 14.8335ZM26.8351 8.66659C26.8351 9.12683 26.4754 9.49992 26.0316 9.49992H17.996C17.5522 9.49992 17.1924 9.12683 17.1924 8.66659C17.1924 8.20636 17.5522 7.83327 17.996 7.83327H26.0316C26.4754 7.83327 26.8351 8.20636 26.8351 8.66659ZM8.81666 5.33333H10.8382C10.9311 5.33333 11.0201 5.37159 11.0858 5.43968C11.1514 5.50777 11.1883 5.60012 11.1883 5.69642V6.76975C11.9563 6.96326 12.6887 7.3019 13.3469 7.77398C13.4195 7.83002 13.4679 7.91348 13.4816 8.00627C13.4953 8.09906 13.4731 8.1937 13.42 8.26967L12.4001 9.76307C12.3498 9.84051 12.2725 9.89466 12.1844 9.9141C12.0964 9.93354 12.0045 9.91674 11.9282 9.86726C11.166 9.34181 10.2765 9.04965 9.36164 9.02426C8.67662 9.02426 8.34171 9.31157 8.34171 9.70308V9.73465C8.34171 10.2177 8.69184 10.4293 10.1167 10.7608C12.4427 11.288 13.898 12.071 13.898 14.0475V14.0759C13.898 15.789 12.8604 16.9502 11.1944 17.3552V18.3508C11.1944 18.3931 11.1862 18.4349 11.1704 18.4739C11.1545 18.5128 11.1312 18.548 11.102 18.5775C11.0728 18.6069 11.0381 18.63 11.0001 18.6453C10.9621 18.6606 10.9215 18.6678 10.8808 18.6665H8.77705C8.6963 18.6665 8.61885 18.6333 8.56175 18.5741C8.50466 18.5148 8.4726 18.4345 8.4726 18.3508V17.4163C7.31992 17.2199 6.22353 16.7352 5.28198 15.9955C5.24358 15.966 5.21155 15.9285 5.18791 15.8854C5.16427 15.8423 5.14954 15.7946 5.14467 15.7453C5.1398 15.696 5.1449 15.6462 5.15963 15.599C5.17436 15.5519 5.1984 15.5084 5.23023 15.4714L6.36278 14.0728C6.41845 14.0015 6.49805 13.9548 6.58558 13.9419C6.67311 13.929 6.76211 13.9509 6.83469 14.0033C7.71463 14.685 8.78089 15.0588 9.87921 15.0704C10.6495 15.0704 11.0544 14.7989 11.0544 14.3474V14.3159C11.0544 13.8644 10.7225 13.637 9.32511 13.2929C7.16045 12.7783 5.489 12.1468 5.489 9.99039V9.95881C5.489 8.27314 6.59751 6.98782 8.46654 6.66335V5.69642C8.46654 5.60012 8.50342 5.50777 8.56908 5.43968C8.63474 5.37159 8.7238 5.33333 8.81666 5.33333Z",
|
|
13840
|
+
fill: "#15749D"
|
|
13841
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
13842
|
+
id: id
|
|
13843
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
13844
|
+
width: "36",
|
|
13845
|
+
height: "24",
|
|
13846
|
+
fill: "white"
|
|
13847
|
+
}))));
|
|
13848
|
+
};
|
|
13849
|
+
|
|
13802
13850
|
var GenericCard = function GenericCard() {
|
|
13803
13851
|
return /*#__PURE__*/React.createElement("svg", {
|
|
13804
13852
|
width: "28",
|
|
@@ -16491,6 +16539,736 @@ var HistoryIconSmall = function HistoryIconSmall(_ref) {
|
|
|
16491
16539
|
|
|
16492
16540
|
var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
|
|
16493
16541
|
|
|
16542
|
+
var ChargebackIconSmall = function ChargebackIconSmall(_ref) {
|
|
16543
|
+
var _ref$color = _ref.color,
|
|
16544
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
16545
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
16546
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16547
|
+
var id = "ChargebackIconSmall-".concat(iconIndex);
|
|
16548
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16549
|
+
width: "20",
|
|
16550
|
+
height: "20",
|
|
16551
|
+
viewBox: "0 0 20 20",
|
|
16552
|
+
fill: "none",
|
|
16553
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16554
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16555
|
+
cx: "10",
|
|
16556
|
+
cy: "10",
|
|
16557
|
+
r: "10",
|
|
16558
|
+
fill: color
|
|
16559
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16560
|
+
id: id,
|
|
16561
|
+
style: {
|
|
16562
|
+
maskType: "luminance"
|
|
16563
|
+
},
|
|
16564
|
+
maskUnits: "userSpaceOnUse",
|
|
16565
|
+
x: "2",
|
|
16566
|
+
y: "5",
|
|
16567
|
+
width: "15",
|
|
16568
|
+
height: "10"
|
|
16569
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16570
|
+
fillRule: "evenodd",
|
|
16571
|
+
clipRule: "evenodd",
|
|
16572
|
+
d: "M6.6667 6.83325C6.6667 6.28097 7.11441 5.83325 7.6667 5.83325H15.6667C16.219 5.83325 16.6667 6.28097 16.6667 6.83325V8.33325V9.99992V13.1666C16.6667 13.7189 16.219 14.1666 15.6667 14.1666H7.6667C7.11441 14.1666 6.6667 13.7189 6.6667 13.1666V9.99992V8.33325V6.83325ZM16.0417 6.5277V8.33325H7.2917V8.26381V6.5277H16.0417ZM7.2917 13.4721V9.99992H16.0417V13.4721H7.2917ZM4.8275 8.70703C4.8275 8.26157 4.28893 8.03849 3.97395 8.35347L2.68105 9.64636C2.48579 9.84163 2.48579 10.1582 2.68105 10.3535L3.97395 11.6464C4.28893 11.9613 4.8275 11.7383 4.8275 11.2928V8.70703ZM13.4896 11.6666C13.2595 11.6666 13.0729 11.8531 13.0729 12.0833C13.0729 12.3134 13.2595 12.4999 13.4896 12.4999H14.5313C14.7614 12.4999 14.9479 12.3134 14.9479 12.0833C14.9479 11.8531 14.7614 11.6666 14.5313 11.6666H13.4896Z",
|
|
16573
|
+
fill: "white"
|
|
16574
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16575
|
+
mask: "url(#".concat(id, ")")
|
|
16576
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
16577
|
+
x: "2.5",
|
|
16578
|
+
y: "2.5",
|
|
16579
|
+
width: "15",
|
|
16580
|
+
height: "15",
|
|
16581
|
+
fill: "white"
|
|
16582
|
+
})));
|
|
16583
|
+
};
|
|
16584
|
+
|
|
16585
|
+
var ChargebackReversalIconSmall = function ChargebackReversalIconSmall(_ref) {
|
|
16586
|
+
var _ref$color = _ref.color,
|
|
16587
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
16588
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
16589
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16590
|
+
var id = "ChargebackReversalIconSmall-".concat(iconIndex);
|
|
16591
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16592
|
+
width: "20",
|
|
16593
|
+
height: "20",
|
|
16594
|
+
viewBox: "0 0 20 20",
|
|
16595
|
+
fill: "none",
|
|
16596
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16597
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16598
|
+
cx: "10",
|
|
16599
|
+
cy: "10",
|
|
16600
|
+
r: "10",
|
|
16601
|
+
fill: color
|
|
16602
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16603
|
+
id: id,
|
|
16604
|
+
style: {
|
|
16605
|
+
maskType: "luminance"
|
|
16606
|
+
},
|
|
16607
|
+
maskUnits: "userSpaceOnUse",
|
|
16608
|
+
x: "4",
|
|
16609
|
+
y: "5",
|
|
16610
|
+
width: "14",
|
|
16611
|
+
height: "10"
|
|
16612
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16613
|
+
fillRule: "evenodd",
|
|
16614
|
+
clipRule: "evenodd",
|
|
16615
|
+
d: "M4.16669 6.83325C4.16669 6.28097 4.6144 5.83325 5.16669 5.83325H13.1667C13.719 5.83325 14.1667 6.28097 14.1667 6.83325V8.33325V9.99992V13.1666C14.1667 13.7189 13.719 14.1666 13.1667 14.1666H5.16669C4.6144 14.1666 4.16669 13.7189 4.16669 13.1666V9.99992V8.33325V6.83325ZM13.5417 6.5277V8.33325H4.79169V8.26381V6.5277H13.5417ZM4.79169 13.4721V9.99992H13.5417V13.4721H4.79169ZM15 11.2928C15 11.7383 15.5386 11.9613 15.8536 11.6464L17.1465 10.3535C17.3417 10.1582 17.3417 9.84163 17.1465 9.64636L15.8536 8.35347C15.5386 8.03849 15 8.26157 15 8.70703V11.2928ZM10.9896 11.6666C10.7595 11.6666 10.5729 11.8531 10.5729 12.0833C10.5729 12.3134 10.7595 12.4999 10.9896 12.4999H12.0313C12.2614 12.4999 12.4479 12.3134 12.4479 12.0833C12.4479 11.8531 12.2614 11.6666 12.0313 11.6666H10.9896Z",
|
|
16616
|
+
fill: "white"
|
|
16617
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16618
|
+
mask: "url(#".concat(id, ")")
|
|
16619
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
16620
|
+
x: "2.5",
|
|
16621
|
+
y: "2.5",
|
|
16622
|
+
width: "15",
|
|
16623
|
+
height: "15",
|
|
16624
|
+
fill: "white"
|
|
16625
|
+
})));
|
|
16626
|
+
};
|
|
16627
|
+
|
|
16628
|
+
var RefundIconSmall = function RefundIconSmall(_ref) {
|
|
16629
|
+
var _ref$color = _ref.color,
|
|
16630
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
16631
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
16632
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16633
|
+
var id = "RefundIconSmall-".concat(iconIndex);
|
|
16634
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16635
|
+
width: "20",
|
|
16636
|
+
height: "20",
|
|
16637
|
+
viewBox: "0 0 20 20",
|
|
16638
|
+
fill: "none",
|
|
16639
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16640
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16641
|
+
cx: "10",
|
|
16642
|
+
cy: "10",
|
|
16643
|
+
r: "10",
|
|
16644
|
+
fill: color
|
|
16645
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16646
|
+
fillRule: "evenodd",
|
|
16647
|
+
clipRule: "evenodd",
|
|
16648
|
+
d: "M12.5812 14.0293V15H11.1768V14.0347C9.64976 13.8666 8.66331 13.1291 8.51283 11.757L10.2071 11.7245C10.3798 12.4403 11.004 12.82 11.8957 12.82C12.6983 12.82 13.2723 12.4024 13.2723 11.8438C13.2723 11.2636 12.8989 11.0249 12.1131 10.8514L10.7923 10.5748C9.56059 10.3308 8.7692 9.63124 8.75248 8.42733C8.74133 7.14751 9.76679 6.28525 11.2047 6.07375V5H12.6147V6.07918C14.0191 6.31779 14.8718 7.25054 14.8551 8.3731L13.211 8.40022C13.1107 7.70607 12.7875 7.28308 11.9292 7.28308C11.043 7.28308 10.4969 7.67354 10.4969 8.24295C10.4969 8.69848 10.7532 8.92625 11.6282 9.14859L12.9268 9.4577C14.3925 9.79935 15 10.6562 15 11.833C15 13.0152 14.0693 13.8395 12.5812 14.0293ZM7.5 11.3438C7.5 11.7558 7.02962 11.991 6.7 11.7438L4.7 10.2438C4.43333 10.0438 4.43333 9.64375 4.7 9.44375L6.7 7.94375C7.02962 7.69654 7.5 7.93173 7.5 8.34375V11.3438Z",
|
|
16649
|
+
fill: "white"
|
|
16650
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16651
|
+
id: id,
|
|
16652
|
+
style: {
|
|
16653
|
+
maskType: "luminance"
|
|
16654
|
+
},
|
|
16655
|
+
maskUnits: "userSpaceOnUse",
|
|
16656
|
+
x: "4",
|
|
16657
|
+
y: "5",
|
|
16658
|
+
width: "11",
|
|
16659
|
+
height: "10"
|
|
16660
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16661
|
+
fillRule: "evenodd",
|
|
16662
|
+
clipRule: "evenodd",
|
|
16663
|
+
d: "M12.5812 14.0293V15H11.1768V14.0347C9.64976 13.8666 8.66331 13.1291 8.51283 11.757L10.2071 11.7245C10.3798 12.4403 11.004 12.82 11.8957 12.82C12.6983 12.82 13.2723 12.4024 13.2723 11.8438C13.2723 11.2636 12.8989 11.0249 12.1131 10.8514L10.7923 10.5748C9.56059 10.3308 8.7692 9.63124 8.75248 8.42733C8.74133 7.14751 9.76679 6.28525 11.2047 6.07375V5H12.6147V6.07918C14.0191 6.31779 14.8718 7.25054 14.8551 8.3731L13.211 8.40022C13.1107 7.70607 12.7875 7.28308 11.9292 7.28308C11.043 7.28308 10.4969 7.67354 10.4969 8.24295C10.4969 8.69848 10.7532 8.92625 11.6282 9.14859L12.9268 9.4577C14.3925 9.79935 15 10.6562 15 11.833C15 13.0152 14.0693 13.8395 12.5812 14.0293ZM7.5 11.3438C7.5 11.7558 7.02962 11.991 6.7 11.7438L4.7 10.2438C4.43333 10.0438 4.43333 9.64375 4.7 9.44375L6.7 7.94375C7.02962 7.69654 7.5 7.93173 7.5 8.34375V11.3438Z",
|
|
16664
|
+
fill: "white"
|
|
16665
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16666
|
+
mask: "url(#".concat(id, ")")
|
|
16667
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
16668
|
+
x: "2.5",
|
|
16669
|
+
y: "2.5",
|
|
16670
|
+
width: "15",
|
|
16671
|
+
height: "15",
|
|
16672
|
+
fill: "white"
|
|
16673
|
+
})));
|
|
16674
|
+
};
|
|
16675
|
+
|
|
16676
|
+
var XCircleIconSmall = function XCircleIconSmall(_ref) {
|
|
16677
|
+
var _ref$color = _ref.color,
|
|
16678
|
+
color = _ref$color === void 0 ? "#D11053" : _ref$color,
|
|
16679
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
16680
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16681
|
+
var id = "XCircleIconSmall-".concat(iconIndex);
|
|
16682
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16683
|
+
width: "21",
|
|
16684
|
+
height: "20",
|
|
16685
|
+
viewBox: "0 0 21 20",
|
|
16686
|
+
fill: "none",
|
|
16687
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16688
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16689
|
+
cx: "10.5",
|
|
16690
|
+
cy: "10",
|
|
16691
|
+
r: "10",
|
|
16692
|
+
fill: color
|
|
16693
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16694
|
+
fillRule: "evenodd",
|
|
16695
|
+
clipRule: "evenodd",
|
|
16696
|
+
d: "M13.8298 6.18691C13.6345 5.99165 13.3179 5.99165 13.1227 6.18691L10.5 8.80955L7.87739 6.18691C7.68213 5.99165 7.36554 5.99165 7.17028 6.18691L6.68691 6.67028C6.49165 6.86554 6.49165 7.18213 6.68691 7.37739L9.30955 10L6.68691 12.6227C6.49165 12.8179 6.49165 13.1345 6.68691 13.3298L7.17028 13.8131C7.36554 14.0084 7.68213 14.0084 7.87739 13.8131L10.5 11.1905L13.1227 13.8131C13.3179 14.0084 13.6345 14.0084 13.8298 13.8131L14.3131 13.3298C14.5084 13.1345 14.5084 12.8179 14.3131 12.6227L11.6905 10L14.3131 7.37739C14.5084 7.18213 14.5084 6.86554 14.3131 6.67028L13.8298 6.18691Z",
|
|
16697
|
+
fill: "white"
|
|
16698
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16699
|
+
id: id,
|
|
16700
|
+
style: {
|
|
16701
|
+
maskType: "luminance"
|
|
16702
|
+
},
|
|
16703
|
+
maskUnits: "userSpaceOnUse",
|
|
16704
|
+
x: "6",
|
|
16705
|
+
y: "6",
|
|
16706
|
+
width: "9",
|
|
16707
|
+
height: "8"
|
|
16708
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16709
|
+
fillRule: "evenodd",
|
|
16710
|
+
clipRule: "evenodd",
|
|
16711
|
+
d: "M13.8298 6.18691C13.6345 5.99165 13.3179 5.99165 13.1227 6.18691L10.5 8.80955L7.87739 6.18691C7.68213 5.99165 7.36554 5.99165 7.17028 6.18691L6.68691 6.67028C6.49165 6.86554 6.49165 7.18213 6.68691 7.37739L9.30955 10L6.68691 12.6227C6.49165 12.8179 6.49165 13.1345 6.68691 13.3298L7.17028 13.8131C7.36554 14.0084 7.68213 14.0084 7.87739 13.8131L10.5 11.1905L13.1227 13.8131C13.3179 14.0084 13.6345 14.0084 13.8298 13.8131L14.3131 13.3298C14.5084 13.1345 14.5084 12.8179 14.3131 12.6227L11.6905 10L14.3131 7.37739C14.5084 7.18213 14.5084 6.86554 14.3131 6.67028L13.8298 6.18691Z",
|
|
16712
|
+
fill: "white"
|
|
16713
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16714
|
+
mask: "url(#".concat(id, ")")
|
|
16715
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16716
|
+
d: "M0.5 0H20.5V20H0.5V0Z",
|
|
16717
|
+
fill: "white"
|
|
16718
|
+
})));
|
|
16719
|
+
};
|
|
16720
|
+
|
|
16721
|
+
var SuccessfulIconSmall = function SuccessfulIconSmall(_ref) {
|
|
16722
|
+
var _ref$iconIndex = _ref.iconIndex,
|
|
16723
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16724
|
+
var mask0ID = "SuccessfulIconSmall-mask0-".concat(iconIndex);
|
|
16725
|
+
var mask1ID = "SuccessfulIconSmall-mask1-".concat(iconIndex);
|
|
16726
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16727
|
+
width: "20",
|
|
16728
|
+
height: "20",
|
|
16729
|
+
viewBox: "0 0 20 20",
|
|
16730
|
+
fill: "none",
|
|
16731
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16732
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16733
|
+
cx: "10",
|
|
16734
|
+
cy: "10",
|
|
16735
|
+
r: "10",
|
|
16736
|
+
fill: "#317D4F"
|
|
16737
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16738
|
+
id: mask0ID,
|
|
16739
|
+
style: {
|
|
16740
|
+
maskType: "luminance"
|
|
16741
|
+
},
|
|
16742
|
+
maskUnits: "userSpaceOnUse",
|
|
16743
|
+
x: "0",
|
|
16744
|
+
y: "0",
|
|
16745
|
+
width: "20",
|
|
16746
|
+
height: "20"
|
|
16747
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16748
|
+
cx: "10",
|
|
16749
|
+
cy: "10",
|
|
16750
|
+
r: "10",
|
|
16751
|
+
fill: "white"
|
|
16752
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16753
|
+
mask: "url(#".concat(mask0ID, ")")
|
|
16754
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16755
|
+
fillRule: "evenodd",
|
|
16756
|
+
clipRule: "evenodd",
|
|
16757
|
+
d: "M14.7817 6.18688C14.5864 5.99162 14.2698 5.99162 14.0746 6.18688L8.53558 11.7259L6.53211 9.72242C6.33685 9.52715 6.02027 9.52715 5.825 9.72242L5.3536 10.1938C5.15834 10.3891 5.15834 10.7057 5.3536 10.9009L7.71062 13.2579L8.18203 13.7294C8.37729 13.9246 8.69387 13.9246 8.88913 13.7294L9.36054 13.258C9.36068 13.2578 9.36082 13.2577 9.36096 13.2575L15.2531 7.36539C15.4484 7.17013 15.4484 6.85355 15.2531 6.65829L14.7817 6.18688Z",
|
|
16758
|
+
fill: "white"
|
|
16759
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16760
|
+
id: mask1ID,
|
|
16761
|
+
style: {
|
|
16762
|
+
maskType: "luminance"
|
|
16763
|
+
},
|
|
16764
|
+
maskUnits: "userSpaceOnUse",
|
|
16765
|
+
x: "5",
|
|
16766
|
+
y: "6",
|
|
16767
|
+
width: "11",
|
|
16768
|
+
height: "8"
|
|
16769
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16770
|
+
fillRule: "evenodd",
|
|
16771
|
+
clipRule: "evenodd",
|
|
16772
|
+
d: "M14.7817 6.18688C14.5864 5.99162 14.2698 5.99162 14.0746 6.18688L8.53558 11.7259L6.53211 9.72242C6.33685 9.52715 6.02027 9.52715 5.825 9.72242L5.3536 10.1938C5.15834 10.3891 5.15834 10.7057 5.3536 10.9009L7.71062 13.2579L8.18203 13.7294C8.37729 13.9246 8.69387 13.9246 8.88913 13.7294L9.36054 13.258C9.36068 13.2578 9.36082 13.2577 9.36096 13.2575L15.2531 7.36539C15.4484 7.17013 15.4484 6.85355 15.2531 6.65829L14.7817 6.18688Z",
|
|
16773
|
+
fill: "white"
|
|
16774
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16775
|
+
mask: "url(#".concat(mask1ID, ")")
|
|
16776
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
16777
|
+
x: "1.66669",
|
|
16778
|
+
y: "1.66666",
|
|
16779
|
+
width: "16.6667",
|
|
16780
|
+
height: "16.6667",
|
|
16781
|
+
fill: "white"
|
|
16782
|
+
}))));
|
|
16783
|
+
};
|
|
16784
|
+
|
|
16785
|
+
var ArrowLeftCircleIconSmall = function ArrowLeftCircleIconSmall(_ref) {
|
|
16786
|
+
var _ref$color = _ref.color,
|
|
16787
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
16788
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
16789
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16790
|
+
var id = "ArrowLeftCircleIconSmall-".concat(iconIndex);
|
|
16791
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16792
|
+
width: "20",
|
|
16793
|
+
height: "20",
|
|
16794
|
+
viewBox: "0 0 20 20",
|
|
16795
|
+
fill: "none",
|
|
16796
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16797
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16798
|
+
cx: "10",
|
|
16799
|
+
cy: "10",
|
|
16800
|
+
r: "10",
|
|
16801
|
+
fill: color
|
|
16802
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16803
|
+
fillRule: "evenodd",
|
|
16804
|
+
clipRule: "evenodd",
|
|
16805
|
+
d: "M10.528 14.472C10.7232 14.2768 10.7233 13.9605 10.5283 13.7652L7.39375 10.625H14.5C14.7761 10.625 15 10.4011 15 10.125V9.875C15 9.59886 14.7761 9.375 14.5 9.375H7.39375L10.5283 6.2348C10.7233 6.03949 10.7232 5.72315 10.528 5.52801L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L5.35355 9.64645C5.15829 9.84171 5.15829 10.1583 5.35355 10.3536L9.64645 14.6464C9.84171 14.8417 10.1583 14.8417 10.3536 14.6464L10.528 14.472Z",
|
|
16806
|
+
fill: "white"
|
|
16807
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16808
|
+
id: id,
|
|
16809
|
+
style: {
|
|
16810
|
+
maskType: "luminance"
|
|
16811
|
+
},
|
|
16812
|
+
maskUnits: "userSpaceOnUse",
|
|
16813
|
+
x: "5",
|
|
16814
|
+
y: "5",
|
|
16815
|
+
width: "10",
|
|
16816
|
+
height: "10"
|
|
16817
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16818
|
+
fillRule: "evenodd",
|
|
16819
|
+
clipRule: "evenodd",
|
|
16820
|
+
d: "M10.528 14.472C10.7232 14.2768 10.7233 13.9605 10.5283 13.7652L7.39375 10.625H14.5C14.7761 10.625 15 10.4011 15 10.125V9.875C15 9.59886 14.7761 9.375 14.5 9.375H7.39375L10.5283 6.2348C10.7233 6.03949 10.7232 5.72315 10.528 5.52801L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L5.35355 9.64645C5.15829 9.84171 5.15829 10.1583 5.35355 10.3536L9.64645 14.6464C9.84171 14.8417 10.1583 14.8417 10.3536 14.6464L10.528 14.472Z",
|
|
16821
|
+
fill: "white"
|
|
16822
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16823
|
+
mask: "url(#".concat(id, ")")
|
|
16824
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
16825
|
+
x: "17.5",
|
|
16826
|
+
y: "17.5",
|
|
16827
|
+
width: "15",
|
|
16828
|
+
height: "15",
|
|
16829
|
+
transform: "rotate(180 17.5 17.5)",
|
|
16830
|
+
fill: "white"
|
|
16831
|
+
})));
|
|
16832
|
+
};
|
|
16833
|
+
|
|
16834
|
+
var ArrowRightCircleIconSmall = function ArrowRightCircleIconSmall(_ref) {
|
|
16835
|
+
var _ref$color = _ref.color,
|
|
16836
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
16837
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
16838
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16839
|
+
var id = "ArrowRightCircleIconSmall-".concat(iconIndex);
|
|
16840
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16841
|
+
width: "20",
|
|
16842
|
+
height: "20",
|
|
16843
|
+
viewBox: "0 0 20 20",
|
|
16844
|
+
fill: "none",
|
|
16845
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16846
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16847
|
+
cx: "10",
|
|
16848
|
+
cy: "10",
|
|
16849
|
+
r: "10",
|
|
16850
|
+
fill: color
|
|
16851
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16852
|
+
fillRule: "evenodd",
|
|
16853
|
+
clipRule: "evenodd",
|
|
16854
|
+
d: "M9.47199 5.52801C9.27685 5.72315 9.27671 6.03949 9.47167 6.2348L12.6062 9.375H5.5C5.22386 9.375 5 9.59886 5 9.875V10.125C5 10.4011 5.22386 10.625 5.5 10.625H12.6062L9.47167 13.7652C9.27671 13.9605 9.27685 14.2768 9.47199 14.472L9.64645 14.6464C9.84171 14.8417 10.1583 14.8417 10.3536 14.6464L14.6464 10.3536C14.8417 10.1583 14.8417 9.84171 14.6464 9.64645L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L9.47199 5.52801Z",
|
|
16855
|
+
fill: "white"
|
|
16856
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16857
|
+
id: id,
|
|
16858
|
+
style: {
|
|
16859
|
+
maskType: "luminance"
|
|
16860
|
+
},
|
|
16861
|
+
maskUnits: "userSpaceOnUse",
|
|
16862
|
+
x: "5",
|
|
16863
|
+
y: "5",
|
|
16864
|
+
width: "10",
|
|
16865
|
+
height: "10"
|
|
16866
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16867
|
+
fillRule: "evenodd",
|
|
16868
|
+
clipRule: "evenodd",
|
|
16869
|
+
d: "M9.47199 5.52801C9.27685 5.72315 9.27671 6.03949 9.47167 6.2348L12.6062 9.375H5.5C5.22386 9.375 5 9.59886 5 9.875V10.125C5 10.4011 5.22386 10.625 5.5 10.625H12.6062L9.47167 13.7652C9.27671 13.9605 9.27685 14.2768 9.47199 14.472L9.64645 14.6464C9.84171 14.8417 10.1583 14.8417 10.3536 14.6464L14.6464 10.3536C14.8417 10.1583 14.8417 9.84171 14.6464 9.64645L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L9.47199 5.52801Z",
|
|
16870
|
+
fill: "white"
|
|
16871
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16872
|
+
mask: "url(#".concat(id, ")")
|
|
16873
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
16874
|
+
x: "2.5",
|
|
16875
|
+
y: "2.5",
|
|
16876
|
+
width: "15",
|
|
16877
|
+
height: "15",
|
|
16878
|
+
fill: "white"
|
|
16879
|
+
})));
|
|
16880
|
+
};
|
|
16881
|
+
|
|
16882
|
+
var ArrowUpCircleIconSmall = function ArrowUpCircleIconSmall(_ref) {
|
|
16883
|
+
var _ref$color = _ref.color,
|
|
16884
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
16885
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
16886
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16887
|
+
var id = "ArrowUpCircleIconSmall-".concat(iconIndex);
|
|
16888
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16889
|
+
width: "20",
|
|
16890
|
+
height: "20",
|
|
16891
|
+
viewBox: "0 0 20 20",
|
|
16892
|
+
fill: "none",
|
|
16893
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16894
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16895
|
+
cx: "10",
|
|
16896
|
+
cy: "10",
|
|
16897
|
+
r: "10",
|
|
16898
|
+
fill: color
|
|
16899
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16900
|
+
fillRule: "evenodd",
|
|
16901
|
+
clipRule: "evenodd",
|
|
16902
|
+
d: "M5.52801 10.528C5.72315 10.7232 6.03949 10.7233 6.2348 10.5283L9.375 7.39375L9.375 14.5C9.375 14.7761 9.59886 15 9.875 15H10.125C10.4011 15 10.625 14.7761 10.625 14.5L10.625 7.39375L13.7652 10.5283C13.9605 10.7233 14.2768 10.7232 14.472 10.528L14.6464 10.3536C14.8417 10.1583 14.8417 9.84171 14.6464 9.64645L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L5.35355 9.64645C5.15829 9.84171 5.15829 10.1583 5.35355 10.3536L5.52801 10.528Z",
|
|
16903
|
+
fill: "white"
|
|
16904
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16905
|
+
id: id,
|
|
16906
|
+
style: {
|
|
16907
|
+
maskType: "luminance"
|
|
16908
|
+
},
|
|
16909
|
+
maskUnits: "userSpaceOnUse",
|
|
16910
|
+
x: "5",
|
|
16911
|
+
y: "5",
|
|
16912
|
+
width: "10",
|
|
16913
|
+
height: "10"
|
|
16914
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16915
|
+
fillRule: "evenodd",
|
|
16916
|
+
clipRule: "evenodd",
|
|
16917
|
+
d: "M5.52801 10.528C5.72315 10.7232 6.03949 10.7233 6.2348 10.5283L9.375 7.39375L9.375 14.5C9.375 14.7761 9.59886 15 9.875 15H10.125C10.4011 15 10.625 14.7761 10.625 14.5L10.625 7.39375L13.7652 10.5283C13.9605 10.7233 14.2768 10.7232 14.472 10.528L14.6464 10.3536C14.8417 10.1583 14.8417 9.84171 14.6464 9.64645L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L5.35355 9.64645C5.15829 9.84171 5.15829 10.1583 5.35355 10.3536L5.52801 10.528Z",
|
|
16918
|
+
fill: "white"
|
|
16919
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16920
|
+
mask: "url(#".concat(id, ")")
|
|
16921
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
16922
|
+
x: "2.5",
|
|
16923
|
+
y: "17.5",
|
|
16924
|
+
width: "15",
|
|
16925
|
+
height: "15",
|
|
16926
|
+
transform: "rotate(-90 2.5 17.5)",
|
|
16927
|
+
fill: "white"
|
|
16928
|
+
})));
|
|
16929
|
+
};
|
|
16930
|
+
|
|
16931
|
+
var ArrowDownCircleIconSmall = function ArrowDownCircleIconSmall(_ref) {
|
|
16932
|
+
var _ref$color = _ref.color,
|
|
16933
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
16934
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
16935
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16936
|
+
var id = "ArrowDownCircleIconSmall-".concat(iconIndex);
|
|
16937
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16938
|
+
width: "20",
|
|
16939
|
+
height: "20",
|
|
16940
|
+
viewBox: "0 0 20 20",
|
|
16941
|
+
fill: "none",
|
|
16942
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16943
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16944
|
+
cx: "10",
|
|
16945
|
+
cy: "10",
|
|
16946
|
+
r: "10",
|
|
16947
|
+
fill: color
|
|
16948
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16949
|
+
fillRule: "evenodd",
|
|
16950
|
+
clipRule: "evenodd",
|
|
16951
|
+
d: "M14.6696 9.47199C14.4745 9.27685 14.1581 9.27671 13.9628 9.47167L10.8226 12.6062V5.5C10.8226 5.22386 10.5988 5 10.3226 5H10.0726C9.79649 5 9.57263 5.22386 9.57263 5.5V12.6062L6.43244 9.47167C6.23712 9.27671 5.92078 9.27685 5.72564 9.47199L5.55119 9.64645C5.35592 9.84171 5.35592 10.1583 5.55119 10.3536L9.84408 14.6464C10.0393 14.8417 10.3559 14.8417 10.5512 14.6464L14.8441 10.3536C15.0393 10.1583 15.0393 9.84171 14.8441 9.64645L14.6696 9.47199Z",
|
|
16952
|
+
fill: "white"
|
|
16953
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16954
|
+
id: id,
|
|
16955
|
+
style: {
|
|
16956
|
+
maskType: "luminance"
|
|
16957
|
+
},
|
|
16958
|
+
maskUnits: "userSpaceOnUse",
|
|
16959
|
+
x: "5",
|
|
16960
|
+
y: "5",
|
|
16961
|
+
width: "10",
|
|
16962
|
+
height: "10"
|
|
16963
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16964
|
+
fillRule: "evenodd",
|
|
16965
|
+
clipRule: "evenodd",
|
|
16966
|
+
d: "M14.6696 9.47199C14.4745 9.27685 14.1581 9.27671 13.9628 9.47167L10.8226 12.6062V5.5C10.8226 5.22386 10.5988 5 10.3226 5H10.0726C9.79649 5 9.57263 5.22386 9.57263 5.5V12.6062L6.43244 9.47167C6.23712 9.27671 5.92078 9.27685 5.72564 9.47199L5.55119 9.64645C5.35592 9.84171 5.35592 10.1583 5.55119 10.3536L9.84408 14.6464C10.0393 14.8417 10.3559 14.8417 10.5512 14.6464L14.8441 10.3536C15.0393 10.1583 15.0393 9.84171 14.8441 9.64645L14.6696 9.47199Z",
|
|
16967
|
+
fill: "white"
|
|
16968
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16969
|
+
mask: "url(#".concat(id, ")")
|
|
16970
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
16971
|
+
x: "17.6976",
|
|
16972
|
+
y: "2.5",
|
|
16973
|
+
width: "15",
|
|
16974
|
+
height: "15",
|
|
16975
|
+
transform: "rotate(90 17.6976 2.5)",
|
|
16976
|
+
fill: "white"
|
|
16977
|
+
})));
|
|
16978
|
+
};
|
|
16979
|
+
|
|
16980
|
+
var SuccessfulIconMedium = function SuccessfulIconMedium(_ref) {
|
|
16981
|
+
var _ref$iconIndex = _ref.iconIndex,
|
|
16982
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
16983
|
+
var mask0ID = "SuccessfulIconMedium-mask0-".concat(iconIndex);
|
|
16984
|
+
var mask1ID = "SuccessfulIconMedium-mask1-".concat(iconIndex);
|
|
16985
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16986
|
+
width: "24",
|
|
16987
|
+
height: "24",
|
|
16988
|
+
viewBox: "0 0 24 24",
|
|
16989
|
+
fill: "none",
|
|
16990
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16991
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
16992
|
+
cx: "12",
|
|
16993
|
+
cy: "12",
|
|
16994
|
+
r: "12",
|
|
16995
|
+
fill: "#317D4F"
|
|
16996
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
16997
|
+
id: mask0ID,
|
|
16998
|
+
style: {
|
|
16999
|
+
maskType: "luminance"
|
|
17000
|
+
},
|
|
17001
|
+
maskUnits: "userSpaceOnUse",
|
|
17002
|
+
x: "0",
|
|
17003
|
+
y: "0",
|
|
17004
|
+
width: "24",
|
|
17005
|
+
height: "24"
|
|
17006
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
17007
|
+
cx: "12",
|
|
17008
|
+
cy: "12",
|
|
17009
|
+
r: "12",
|
|
17010
|
+
fill: "white"
|
|
17011
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
17012
|
+
mask: "url(#".concat(mask0ID, ")")
|
|
17013
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17014
|
+
fillRule: "evenodd",
|
|
17015
|
+
clipRule: "evenodd",
|
|
17016
|
+
d: "M17.6672 7.35354C17.472 7.15828 17.1554 7.15828 16.9601 7.35354L10.2426 14.0711L7.76775 11.5962C7.57249 11.4009 7.25591 11.4009 7.06065 11.5962L6.35354 12.3033C6.15828 12.4985 6.15828 12.8151 6.35354 13.0104L9.18167 15.8385C9.18177 15.8386 9.18187 15.8387 9.18197 15.8388L9.88907 16.5459C10.0843 16.7412 10.4009 16.7412 10.5962 16.5459L11.3033 15.8388C11.3034 15.8387 11.3036 15.8386 11.3037 15.8384L18.3744 8.76775C18.5696 8.57249 18.5696 8.25591 18.3744 8.06065L17.6672 7.35354Z",
|
|
17017
|
+
fill: "white"
|
|
17018
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
17019
|
+
id: mask1ID,
|
|
17020
|
+
style: {
|
|
17021
|
+
maskType: "luminance"
|
|
17022
|
+
},
|
|
17023
|
+
maskUnits: "userSpaceOnUse",
|
|
17024
|
+
x: "6",
|
|
17025
|
+
y: "7",
|
|
17026
|
+
width: "13",
|
|
17027
|
+
height: "10"
|
|
17028
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17029
|
+
fillRule: "evenodd",
|
|
17030
|
+
clipRule: "evenodd",
|
|
17031
|
+
d: "M17.6672 7.35354C17.472 7.15828 17.1554 7.15828 16.9601 7.35354L10.2426 14.0711L7.76775 11.5962C7.57249 11.4009 7.25591 11.4009 7.06065 11.5962L6.35354 12.3033C6.15828 12.4985 6.15828 12.8151 6.35354 13.0104L9.18167 15.8385C9.18177 15.8386 9.18187 15.8387 9.18197 15.8388L9.88907 16.5459C10.0843 16.7412 10.4009 16.7412 10.5962 16.5459L11.3033 15.8388C11.3034 15.8387 11.3036 15.8386 11.3037 15.8384L18.3744 8.76775C18.5696 8.57249 18.5696 8.25591 18.3744 8.06065L17.6672 7.35354Z",
|
|
17032
|
+
fill: "white"
|
|
17033
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
17034
|
+
mask: "url(#".concat(mask1ID, ")")
|
|
17035
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
17036
|
+
x: "2",
|
|
17037
|
+
y: "2",
|
|
17038
|
+
width: "20",
|
|
17039
|
+
height: "20",
|
|
17040
|
+
fill: "white"
|
|
17041
|
+
}))));
|
|
17042
|
+
};
|
|
17043
|
+
|
|
17044
|
+
var XCircleIconMedium = function XCircleIconMedium(_ref) {
|
|
17045
|
+
var _ref$color = _ref.color,
|
|
17046
|
+
color = _ref$color === void 0 ? "#D11053" : _ref$color,
|
|
17047
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
17048
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
17049
|
+
var id = "XCircleIconMedium-".concat(iconIndex);
|
|
17050
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
17051
|
+
width: "24",
|
|
17052
|
+
height: "24",
|
|
17053
|
+
viewBox: "0 0 24 24",
|
|
17054
|
+
fill: "none",
|
|
17055
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17056
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
17057
|
+
cx: "12",
|
|
17058
|
+
cy: "12",
|
|
17059
|
+
r: "12",
|
|
17060
|
+
fill: color
|
|
17061
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17062
|
+
fillRule: "evenodd",
|
|
17063
|
+
clipRule: "evenodd",
|
|
17064
|
+
d: "M7.35355 8.07502C7.15829 8.27028 7.15829 8.58686 7.35355 8.78212L10.5714 12L7.35355 15.2179C7.15829 15.4131 7.15829 15.7297 7.35355 15.925L8.07502 16.6464C8.27028 16.8417 8.58686 16.8417 8.78212 16.6464L12 13.4286L15.2179 16.6464C15.4131 16.8417 15.7297 16.8417 15.925 16.6464L16.6464 15.925C16.8417 15.7297 16.8417 15.4131 16.6464 15.2179L13.4286 12L16.6464 8.78212C16.8417 8.58686 16.8417 8.27028 16.6464 8.07502L15.925 7.35355C15.7297 7.15829 15.4131 7.15829 15.2179 7.35355L12 10.5714L8.78212 7.35355C8.58686 7.15829 8.27028 7.15829 8.07502 7.35355L7.35355 8.07502Z",
|
|
17065
|
+
fill: "white"
|
|
17066
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
17067
|
+
id: id,
|
|
17068
|
+
style: {
|
|
17069
|
+
maskType: "luminance"
|
|
17070
|
+
},
|
|
17071
|
+
maskUnits: "userSpaceOnUse",
|
|
17072
|
+
x: "7",
|
|
17073
|
+
y: "7",
|
|
17074
|
+
width: "10",
|
|
17075
|
+
height: "10"
|
|
17076
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17077
|
+
fillRule: "evenodd",
|
|
17078
|
+
clipRule: "evenodd",
|
|
17079
|
+
d: "M7.35355 8.07502C7.15829 8.27028 7.15829 8.58686 7.35355 8.78212L10.5714 12L7.35355 15.2179C7.15829 15.4131 7.15829 15.7297 7.35355 15.925L8.07502 16.6464C8.27028 16.8417 8.58686 16.8417 8.78212 16.6464L12 13.4286L15.2179 16.6464C15.4131 16.8417 15.7297 16.8417 15.925 16.6464L16.6464 15.925C16.8417 15.7297 16.8417 15.4131 16.6464 15.2179L13.4286 12L16.6464 8.78212C16.8417 8.58686 16.8417 8.27028 16.6464 8.07502L15.925 7.35355C15.7297 7.15829 15.4131 7.15829 15.2179 7.35355L12 10.5714L8.78212 7.35355C8.58686 7.15829 8.27028 7.15829 8.07502 7.35355L7.35355 8.07502Z",
|
|
17080
|
+
fill: "white"
|
|
17081
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
17082
|
+
mask: "url(#".concat(id, ")")
|
|
17083
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17084
|
+
d: "M0 0H24V24H0V0Z",
|
|
17085
|
+
fill: "white"
|
|
17086
|
+
})));
|
|
17087
|
+
};
|
|
17088
|
+
|
|
17089
|
+
var RefundIconMedium = function RefundIconMedium(_ref) {
|
|
17090
|
+
var _ref$color = _ref.color,
|
|
17091
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
17092
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
17093
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
17094
|
+
var id = "RefundIconMedium-".concat(iconIndex);
|
|
17095
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
17096
|
+
width: "24",
|
|
17097
|
+
height: "24",
|
|
17098
|
+
viewBox: "0 0 24 24",
|
|
17099
|
+
fill: "none",
|
|
17100
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17101
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
17102
|
+
cx: "12",
|
|
17103
|
+
cy: "12",
|
|
17104
|
+
r: "12",
|
|
17105
|
+
fill: color
|
|
17106
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17107
|
+
fillRule: "evenodd",
|
|
17108
|
+
clipRule: "evenodd",
|
|
17109
|
+
d: "M15.0975 16.8351V18H13.4122V16.8416C11.5797 16.6399 10.396 15.7549 10.2154 14.1085L12.2485 14.0694C12.4558 14.9284 13.2049 15.3839 14.2749 15.3839C15.2379 15.3839 15.9268 14.8829 15.9268 14.2126C15.9268 13.5163 15.4787 13.2299 14.5357 13.0217L12.9507 12.6898C11.4727 12.397 10.523 11.5575 10.503 10.1128C10.4896 8.57701 11.7202 7.5423 13.4456 7.2885V6H15.1376V7.29501C16.823 7.58134 17.8462 8.70065 17.8261 10.0477L15.8532 10.0803C15.7328 9.24729 15.345 8.7397 14.315 8.7397C13.2517 8.7397 12.5963 9.20824 12.5963 9.89154C12.5963 10.4382 12.9039 10.7115 13.9539 10.9783L15.5121 11.3492C17.271 11.7592 18 12.7874 18 14.1996C18 15.6182 16.8831 16.6074 15.0975 16.8351ZM9.00001 13.8125C9.00001 14.2245 8.52963 14.4597 8.20001 14.2125L5.53334 12.2125C5.26668 12.0125 5.26668 11.6125 5.53334 11.4125L8.20001 9.4125C8.52963 9.16529 9.00001 9.40048 9.00001 9.8125V13.8125Z",
|
|
17110
|
+
fill: "white"
|
|
17111
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
17112
|
+
id: id,
|
|
17113
|
+
style: {
|
|
17114
|
+
maskType: "luminance"
|
|
17115
|
+
},
|
|
17116
|
+
maskUnits: "userSpaceOnUse",
|
|
17117
|
+
x: "5",
|
|
17118
|
+
y: "6",
|
|
17119
|
+
width: "13",
|
|
17120
|
+
height: "12"
|
|
17121
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17122
|
+
fillRule: "evenodd",
|
|
17123
|
+
clipRule: "evenodd",
|
|
17124
|
+
d: "M15.0975 16.8351V18H13.4122V16.8416C11.5797 16.6399 10.396 15.7549 10.2154 14.1085L12.2485 14.0694C12.4558 14.9284 13.2049 15.3839 14.2749 15.3839C15.2379 15.3839 15.9268 14.8829 15.9268 14.2126C15.9268 13.5163 15.4787 13.2299 14.5357 13.0217L12.9507 12.6898C11.4727 12.397 10.523 11.5575 10.503 10.1128C10.4896 8.57701 11.7202 7.5423 13.4456 7.2885V6H15.1376V7.29501C16.823 7.58134 17.8462 8.70065 17.8261 10.0477L15.8532 10.0803C15.7328 9.24729 15.345 8.7397 14.315 8.7397C13.2517 8.7397 12.5963 9.20824 12.5963 9.89154C12.5963 10.4382 12.9039 10.7115 13.9539 10.9783L15.5121 11.3492C17.271 11.7592 18 12.7874 18 14.1996C18 15.6182 16.8831 16.6074 15.0975 16.8351ZM9.00001 13.8125C9.00001 14.2245 8.52963 14.4597 8.20001 14.2125L5.53334 12.2125C5.26668 12.0125 5.26668 11.6125 5.53334 11.4125L8.20001 9.4125C8.52963 9.16529 9.00001 9.40048 9.00001 9.8125V13.8125Z",
|
|
17125
|
+
fill: "white"
|
|
17126
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
17127
|
+
mask: "url(#".concat(id, ")")
|
|
17128
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
17129
|
+
x: "3",
|
|
17130
|
+
y: "3",
|
|
17131
|
+
width: "18",
|
|
17132
|
+
height: "18",
|
|
17133
|
+
fill: "white"
|
|
17134
|
+
})));
|
|
17135
|
+
};
|
|
17136
|
+
|
|
17137
|
+
var ArrowLeftCircleIconMedium = function ArrowLeftCircleIconMedium(_ref) {
|
|
17138
|
+
var _ref$color = _ref.color,
|
|
17139
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
17140
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
17141
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
17142
|
+
var id = "ArrowLeftCircleIconMedium-".concat(iconIndex);
|
|
17143
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
17144
|
+
width: "24",
|
|
17145
|
+
height: "24",
|
|
17146
|
+
viewBox: "0 0 24 24",
|
|
17147
|
+
fill: "none",
|
|
17148
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17149
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
17150
|
+
cx: "12",
|
|
17151
|
+
cy: "12",
|
|
17152
|
+
r: "12",
|
|
17153
|
+
fill: color
|
|
17154
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17155
|
+
fillRule: "evenodd",
|
|
17156
|
+
clipRule: "evenodd",
|
|
17157
|
+
d: "M12.7043 17.2957C12.8994 17.1006 12.8995 16.7843 12.7046 16.5889L8.8725 12.75H17.5C17.7761 12.75 18 12.5261 18 12.25V11.75C18 11.4739 17.7761 11.25 17.5 11.25H8.8725L12.7046 7.41105C12.8995 7.21574 12.8994 6.8994 12.7043 6.70426L12.3536 6.35355C12.1583 6.15829 11.8417 6.15829 11.6464 6.35355L6.35355 11.6464C6.15829 11.8417 6.15829 12.1583 6.35355 12.3536L11.6464 17.6464C11.8417 17.8417 12.1583 17.8417 12.3536 17.6464L12.7043 17.2957Z",
|
|
17158
|
+
fill: "white"
|
|
17159
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
17160
|
+
id: id,
|
|
17161
|
+
style: {
|
|
17162
|
+
maskType: "luminance"
|
|
17163
|
+
},
|
|
17164
|
+
maskUnits: "userSpaceOnUse",
|
|
17165
|
+
x: "6",
|
|
17166
|
+
y: "6",
|
|
17167
|
+
width: "12",
|
|
17168
|
+
height: "12"
|
|
17169
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17170
|
+
fillRule: "evenodd",
|
|
17171
|
+
clipRule: "evenodd",
|
|
17172
|
+
d: "M12.7043 17.2957C12.8994 17.1006 12.8995 16.7843 12.7046 16.5889L8.8725 12.75H17.5C17.7761 12.75 18 12.5261 18 12.25V11.75C18 11.4739 17.7761 11.25 17.5 11.25H8.8725L12.7046 7.41105C12.8995 7.21574 12.8994 6.8994 12.7043 6.70426L12.3536 6.35355C12.1583 6.15829 11.8417 6.15829 11.6464 6.35355L6.35355 11.6464C6.15829 11.8417 6.15829 12.1583 6.35355 12.3536L11.6464 17.6464C11.8417 17.8417 12.1583 17.8417 12.3536 17.6464L12.7043 17.2957Z",
|
|
17173
|
+
fill: "white"
|
|
17174
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
17175
|
+
mask: "url(#".concat(id, ")")
|
|
17176
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
17177
|
+
x: "21",
|
|
17178
|
+
y: "21",
|
|
17179
|
+
width: "18",
|
|
17180
|
+
height: "18",
|
|
17181
|
+
transform: "rotate(180 21 21)",
|
|
17182
|
+
fill: "white"
|
|
17183
|
+
})));
|
|
17184
|
+
};
|
|
17185
|
+
|
|
17186
|
+
var ChargebackIconMedium = function ChargebackIconMedium(_ref) {
|
|
17187
|
+
var _ref$color = _ref.color,
|
|
17188
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
17189
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
17190
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
17191
|
+
var id = "ChargebackIconMedium-".concat(iconIndex);
|
|
17192
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
17193
|
+
width: "24",
|
|
17194
|
+
height: "24",
|
|
17195
|
+
viewBox: "0 0 24 24",
|
|
17196
|
+
fill: "none",
|
|
17197
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17198
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
17199
|
+
cx: "12",
|
|
17200
|
+
cy: "12",
|
|
17201
|
+
r: "12",
|
|
17202
|
+
fill: color
|
|
17203
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
17204
|
+
id: id,
|
|
17205
|
+
style: {
|
|
17206
|
+
maskType: "luminance"
|
|
17207
|
+
},
|
|
17208
|
+
maskUnits: "userSpaceOnUse",
|
|
17209
|
+
x: "3",
|
|
17210
|
+
y: "7",
|
|
17211
|
+
width: "17",
|
|
17212
|
+
height: "10"
|
|
17213
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17214
|
+
fillRule: "evenodd",
|
|
17215
|
+
clipRule: "evenodd",
|
|
17216
|
+
d: "M7.99999 8C7.99999 7.44772 8.4477 7 8.99999 7H19C19.5523 7 20 7.44772 20 8V10V12V16C20 16.5523 19.5523 17 19 17H8.99999C8.4477 17 7.99999 16.5523 7.99999 16V12V10V8ZM19.25 7.83333V10H8.74999V9.91667V7.83333H19.25ZM8.74999 16.1667V12H19.25V16.1667H8.74999ZM5.79295 10.2071C5.79295 9.76165 5.25438 9.53857 4.9394 9.85355L3.14651 11.6464C2.95125 11.8417 2.95125 12.1583 3.14651 12.3536L4.9394 14.1464C5.25438 14.4614 5.79295 14.2383 5.79295 13.7929V10.2071ZM16.1875 14C15.9113 14 15.6875 14.2239 15.6875 14.5C15.6875 14.7761 15.9113 15 16.1875 15H17.4375C17.7136 15 17.9375 14.7761 17.9375 14.5C17.9375 14.2239 17.7136 14 17.4375 14H16.1875Z",
|
|
17217
|
+
fill: "white"
|
|
17218
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
17219
|
+
mask: "url(#".concat(id, ")")
|
|
17220
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
17221
|
+
x: "3",
|
|
17222
|
+
y: "3",
|
|
17223
|
+
width: "18",
|
|
17224
|
+
height: "18",
|
|
17225
|
+
fill: "white"
|
|
17226
|
+
})));
|
|
17227
|
+
};
|
|
17228
|
+
|
|
17229
|
+
var ChargebackReversalIconMedium = function ChargebackReversalIconMedium(_ref) {
|
|
17230
|
+
var _ref$color = _ref.color,
|
|
17231
|
+
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
17232
|
+
_ref$iconIndex = _ref.iconIndex,
|
|
17233
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
17234
|
+
var id = "ChargebackReversalIconMedium-".concat(iconIndex);
|
|
17235
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
17236
|
+
width: "24",
|
|
17237
|
+
height: "24",
|
|
17238
|
+
viewBox: "0 0 24 24",
|
|
17239
|
+
fill: "none",
|
|
17240
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17241
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
17242
|
+
cx: "12",
|
|
17243
|
+
cy: "12",
|
|
17244
|
+
r: "12",
|
|
17245
|
+
fill: color
|
|
17246
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
17247
|
+
id: id,
|
|
17248
|
+
style: {
|
|
17249
|
+
maskType: "luminance"
|
|
17250
|
+
},
|
|
17251
|
+
maskUnits: "userSpaceOnUse",
|
|
17252
|
+
x: "5",
|
|
17253
|
+
y: "7",
|
|
17254
|
+
width: "16",
|
|
17255
|
+
height: "10"
|
|
17256
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17257
|
+
fillRule: "evenodd",
|
|
17258
|
+
clipRule: "evenodd",
|
|
17259
|
+
d: "M5 8C5 7.44772 5.44772 7 6 7H16C16.5523 7 17 7.44772 17 8V10V12V16C17 16.5523 16.5523 17 16 17H6C5.44772 17 5 16.5523 5 16V12V10V8ZM16.25 7.83333V10H5.75V9.91667V7.83333H16.25ZM5.75 16.1667V12H16.25V16.1667H5.75ZM18 13.7929C18 14.2383 18.5386 14.4614 18.8536 14.1464L20.6464 12.3536C20.8417 12.1583 20.8417 11.8417 20.6464 11.6464L18.8536 9.85355C18.5386 9.53857 18 9.76165 18 10.2071V13.7929ZM13.1875 14C12.9114 14 12.6875 14.2239 12.6875 14.5C12.6875 14.7761 12.9114 15 13.1875 15H14.4375C14.7136 15 14.9375 14.7761 14.9375 14.5C14.9375 14.2239 14.7136 14 14.4375 14H13.1875Z",
|
|
17260
|
+
fill: "white"
|
|
17261
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
17262
|
+
mask: "url(#".concat(id, ")")
|
|
17263
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
17264
|
+
x: "3",
|
|
17265
|
+
y: "3",
|
|
17266
|
+
width: "18",
|
|
17267
|
+
height: "18",
|
|
17268
|
+
fill: "white"
|
|
17269
|
+
})));
|
|
17270
|
+
};
|
|
17271
|
+
|
|
16494
17272
|
var color$2 = "#15749D";
|
|
16495
17273
|
var hoverColor$1 = "#116285";
|
|
16496
17274
|
var activeColor$1 = "#0E506D";
|
|
@@ -25350,7 +26128,9 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
25350
26128
|
fields = _ref.fields,
|
|
25351
26129
|
actions = _ref.actions,
|
|
25352
26130
|
disabled = _ref.disabled,
|
|
25353
|
-
themeValues = _ref.themeValues
|
|
26131
|
+
themeValues = _ref.themeValues,
|
|
26132
|
+
_ref$placeholder = _ref.placeholder,
|
|
26133
|
+
placeholder = _ref$placeholder === void 0 ? "Search agencies" : _ref$placeholder;
|
|
25354
26134
|
|
|
25355
26135
|
var _useState = useState([]),
|
|
25356
26136
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -25381,15 +26161,15 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
25381
26161
|
padding: "1rem",
|
|
25382
26162
|
border: themeValues.border,
|
|
25383
26163
|
extraStyles: disabled && "color: #6e727e; background-color: #f7f7f7; pointer-events: none;"
|
|
25384
|
-
}, /*#__PURE__*/React.createElement(
|
|
26164
|
+
}, /*#__PURE__*/React.createElement(FormInput$1, {
|
|
25385
26165
|
errorMessages: {},
|
|
25386
26166
|
field: fields.searchTerm,
|
|
25387
26167
|
fieldActions: actions.fields.searchTerm,
|
|
25388
|
-
placeholder:
|
|
26168
|
+
placeholder: placeholder,
|
|
25389
26169
|
disabled: disabled
|
|
25390
26170
|
}), /*#__PURE__*/React.createElement(Box, {
|
|
25391
|
-
padding: "0.5rem
|
|
25392
|
-
extraStyles: "overflow-y: scroll; height: 250px;"
|
|
26171
|
+
padding: "0 0 0.5rem",
|
|
26172
|
+
extraStyles: "overflow-y: scroll; max-height: 250px;"
|
|
25393
26173
|
}, /*#__PURE__*/React.createElement(Stack, null, itemList.map(function (value) {
|
|
25394
26174
|
var _selectedItems$find;
|
|
25395
26175
|
|
|
@@ -25405,9 +26185,9 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
25405
26185
|
},
|
|
25406
26186
|
textExtraStyles: "margin: 0;",
|
|
25407
26187
|
disabled: disabled,
|
|
25408
|
-
extraStyles: "margin: 0
|
|
26188
|
+
extraStyles: "margin: 0.5rem;"
|
|
25409
26189
|
});
|
|
25410
|
-
}))))
|
|
26190
|
+
}))));
|
|
25411
26191
|
};
|
|
25412
26192
|
|
|
25413
26193
|
var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$u, "default");
|
|
@@ -39544,13 +40324,15 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
39544
40324
|
maxWidth: "76.5rem"
|
|
39545
40325
|
}, /*#__PURE__*/React.createElement(Reel, {
|
|
39546
40326
|
padding: "0",
|
|
39547
|
-
childGap: "
|
|
40327
|
+
childGap: "0",
|
|
39548
40328
|
childWidth: "11rem",
|
|
39549
40329
|
justifyContent: "space-evenly",
|
|
39550
40330
|
disableScroll: true,
|
|
39551
40331
|
useOrderedList: useOrderedList,
|
|
39552
40332
|
useUnorderedList: useUnorderedList
|
|
39553
40333
|
}, repeat( /*#__PURE__*/React.createElement(Box, null), boxesBefore), tabs.map(function (t, i) {
|
|
40334
|
+
var _t$toLowerCase;
|
|
40335
|
+
|
|
39554
40336
|
return /*#__PURE__*/React.createElement(Box, {
|
|
39555
40337
|
key: t,
|
|
39556
40338
|
borderSize: "3px",
|
|
@@ -39558,7 +40340,8 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
39558
40340
|
borderWidthOverride: "0 0 3px 0",
|
|
39559
40341
|
extraStyles: "text-align: center; display: block;",
|
|
39560
40342
|
as: "li",
|
|
39561
|
-
"aria-current": highlightIndex == i ? "step" : ""
|
|
40343
|
+
"aria-current": highlightIndex == i ? "step" : "",
|
|
40344
|
+
id: "".concat(t === null || t === void 0 ? void 0 : (_t$toLowerCase = t.toLowerCase()) === null || _t$toLowerCase === void 0 ? void 0 : _t$toLowerCase.replace(/\s/g, "-"), "-tab")
|
|
39562
40345
|
}, /*#__PURE__*/React.createElement(Text$1, {
|
|
39563
40346
|
variant: "p",
|
|
39564
40347
|
textAlign: "center",
|
|
@@ -39569,7 +40352,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
39569
40352
|
}), repeat( /*#__PURE__*/React.createElement(Box, null), boxesAfter))));
|
|
39570
40353
|
};
|
|
39571
40354
|
|
|
39572
|
-
var HighlightTabRow$1 =
|
|
40355
|
+
var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$F);
|
|
39573
40356
|
|
|
39574
40357
|
var AccountBillIcon = function AccountBillIcon() {
|
|
39575
40358
|
return /*#__PURE__*/React.createElement("svg", {
|
|
@@ -44758,19 +45541,28 @@ var Module = function Module(_ref) {
|
|
|
44758
45541
|
variant = _ref$variant === void 0 ? "default" : _ref$variant,
|
|
44759
45542
|
fontSize = _ref.fontSize,
|
|
44760
45543
|
as = _ref.as,
|
|
45544
|
+
_ref$titleID = _ref.titleID,
|
|
45545
|
+
titleID = _ref$titleID === void 0 ? "" : _ref$titleID,
|
|
45546
|
+
rightTitleContent = _ref.rightTitleContent,
|
|
44761
45547
|
children = _ref.children;
|
|
44762
45548
|
var themedFontSize = variant === "small" ? "1.25rem" : variant === "default" ? "1.375rem" : "2rem";
|
|
44763
45549
|
var computedFontSize = fontSize || themedFontSize;
|
|
44764
45550
|
var themedElemType = variant === "small" ? "h6" : variant === "default" ? "h5" : "h2";
|
|
44765
45551
|
var computedElemType = as || themedElemType;
|
|
44766
|
-
|
|
45552
|
+
var headingText = /*#__PURE__*/React.createElement(Title$1, {
|
|
44767
45553
|
weight: themeValues.fontWeight,
|
|
44768
45554
|
color: themeValues.fontColor,
|
|
44769
45555
|
margin: "".concat(spacing, " 0 ").concat(themeValues.titleSpacing, " 0"),
|
|
44770
45556
|
textAlign: themeValues.textAlign,
|
|
44771
45557
|
as: computedElemType,
|
|
44772
|
-
extraStyles: "font-size: ".concat(computedFontSize, ";")
|
|
44773
|
-
|
|
45558
|
+
extraStyles: "font-size: ".concat(computedFontSize, ";"),
|
|
45559
|
+
id: titleID
|
|
45560
|
+
}, heading);
|
|
45561
|
+
return /*#__PURE__*/React.createElement(Fragment$1, null, heading && !rightTitleContent && headingText, heading && rightTitleContent && /*#__PURE__*/React.createElement(Cluster, {
|
|
45562
|
+
justify: "space-between",
|
|
45563
|
+
align: "center",
|
|
45564
|
+
nowrap: true
|
|
45565
|
+
}, headingText, rightTitleContent), /*#__PURE__*/React.createElement(Box, {
|
|
44774
45566
|
padding: "0 0 ".concat(spacingBottom)
|
|
44775
45567
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
44776
45568
|
padding: padding,
|
|
@@ -48087,5 +48879,5 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
48087
48879
|
|
|
48088
48880
|
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$R));
|
|
48089
48881
|
|
|
48090
|
-
export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, AutopayOnIcon, BankIcon, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackReversalIcon, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedBankAccount$1 as FormattedBankAccount, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, HistoryIconSmall$1 as HistoryIconSmall, IconAdd, IconQuitLarge, ImageBox, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination$1 as Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RevenueManagementImage, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, Switcher, TabSidebar$1 as TabSidebar, Table_styled as Table, TableBody_styled as TableBody, TableCell_styled as TableCell, TableHead$1 as TableHead, TableHeading_styled as TableHeading, TableListItem, TableRow$1 as TableRow, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
|
|
48882
|
+
export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, ArrowDownCircleIconSmall, ArrowLeftCircleIconMedium, ArrowLeftCircleIconSmall, ArrowRightCircleIconSmall, ArrowUpCircleIconSmall, AutopayOnIcon, BankIcon, BankIconLarge, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackIconMedium, ChargebackIconSmall, ChargebackReversalIcon, ChargebackReversalIconMedium, ChargebackReversalIconSmall, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedBankAccount$1 as FormattedBankAccount, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, HistoryIconSmall$1 as HistoryIconSmall, IconAdd, IconQuitLarge, ImageBox, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination$1 as Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RefundIconMedium, RefundIconSmall, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RevenueManagementImage, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, SuccessfulIconMedium, SuccessfulIconSmall, Switcher, TabSidebar$1 as TabSidebar, Table_styled as Table, TableBody_styled as TableBody, TableCell_styled as TableCell, TableHead$1 as TableHead, TableHeading_styled as TableHeading, TableListItem, TableRow$1 as TableRow, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, XCircleIconMedium, XCircleIconSmall, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
|
|
48091
48883
|
//# sourceMappingURL=index.esm.js.map
|