@thecb/components 11.8.1 → 11.10.0-beta.0
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 +443 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +438 -8
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/card-type/CardType.js +47 -0
- package/src/components/atoms/card-type/CardType.stories.js +86 -0
- package/src/components/atoms/card-type/index.js +3 -0
- package/src/components/atoms/formatted-credit-card/FormattedCreditCard.js +3 -2
- package/src/components/atoms/icons/AmExLargeIcon.js +54 -0
- package/src/components/atoms/icons/DiscoverLargeIcon.js +137 -0
- package/src/components/atoms/icons/MasterCardLargeIcon.js +35 -0
- package/src/components/atoms/icons/VisaLargeIcon.js +40 -0
- package/src/components/atoms/icons/index.js +9 -1
- package/src/components/atoms/index.js +1 -0
- package/src/components/molecules/index.js +1 -0
- package/src/components/molecules/tooltip-v2/TooltipV2.js +173 -0
- package/src/components/molecules/tooltip-v2/TooltipV2.mdx +25 -0
- package/src/components/molecules/tooltip-v2/TooltipV2.stories.js +242 -0
- package/src/components/molecules/tooltip-v2/TooltipV2.theme.js +19 -0
- package/src/components/molecules/tooltip-v2/index.d.ts +31 -0
- package/src/components/molecules/tooltip-v2/index.js +3 -0
package/dist/index.cjs.js
CHANGED
|
@@ -19020,6 +19020,238 @@ var WireSmallIcon = function WireSmallIcon() {
|
|
|
19020
19020
|
}));
|
|
19021
19021
|
};
|
|
19022
19022
|
|
|
19023
|
+
var VisaLargeIcon = function VisaLargeIcon() {
|
|
19024
|
+
return /*#__PURE__*/React__default.createElement("svg", {
|
|
19025
|
+
width: "36",
|
|
19026
|
+
height: "24",
|
|
19027
|
+
viewBox: "0 0 36 24",
|
|
19028
|
+
fill: "none",
|
|
19029
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19030
|
+
role: "img",
|
|
19031
|
+
"aria-label": "Visa"
|
|
19032
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
19033
|
+
fillRule: "evenodd",
|
|
19034
|
+
clipRule: "evenodd",
|
|
19035
|
+
d: "M34.858 24H1.14296C0.511437 24 0 23.4738 0 22.8252V1.17485C0 0.5262 0.511437 0 1.14296 0H34.858C35.4897 0 36 0.5262 36 1.17485V22.8252C36 23.4738 35.4897 24 34.858 24Z",
|
|
19036
|
+
fill: "#F6F6F9"
|
|
19037
|
+
}), /*#__PURE__*/React__default.createElement("g", {
|
|
19038
|
+
clipPath: "url(#clip0_visa_large)"
|
|
19039
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
19040
|
+
d: "M15.1125 7.63715L11.9703 15.1338H9.92036L8.37411 9.15114C8.28024 8.78265 8.19861 8.64765 7.91312 8.4924C7.44699 8.23952 6.67725 7.99227 6 7.85502L6.04601 7.63715H9.34586C9.71649 7.63715 10.0446 7.91715 10.1401 8.40152L10.9567 12.7395L13.0749 7.63702H15.1125V7.63715ZM23.1447 12.6864C23.153 10.7078 20.4087 10.5988 20.4276 9.71489C20.4335 9.44589 20.6895 9.15989 21.2502 9.08689C21.528 9.05052 22.2936 9.02277 23.162 9.42239L23.5026 7.83266C23.0361 7.66328 22.4357 7.50027 21.6887 7.50027C19.7718 7.50027 18.4229 8.51927 18.4115 9.97839C18.399 11.0576 19.3743 11.6599 20.109 12.0185C20.8649 12.3858 21.1185 12.6218 21.1157 12.9503C21.1103 13.4531 20.5128 13.6751 19.9545 13.6839C18.9797 13.6989 18.414 13.4201 17.9633 13.2105L17.6117 14.8529C17.9648 15.0608 18.9012 15.2421 19.7684 15.2513C21.8057 15.2513 23.1384 14.2449 23.1447 12.6864ZM28.2065 15.134H30L28.4345 7.63715H26.779C26.4066 7.63715 26.0927 7.85389 25.9536 8.18715L23.0436 15.1338H25.0799L25.4841 14.0141H27.9723L28.2065 15.1338V15.134ZM26.0426 12.4778L27.0633 9.66302L27.6507 12.4778H26.0426ZM17.8833 7.63715L16.2797 15.1338H14.3405L15.9447 7.63715H17.8833Z",
|
|
19041
|
+
fill: "#1434CB"
|
|
19042
|
+
})), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("clipPath", {
|
|
19043
|
+
id: "clip0_visa_large"
|
|
19044
|
+
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
19045
|
+
width: "24",
|
|
19046
|
+
height: "7.75097",
|
|
19047
|
+
fill: "white",
|
|
19048
|
+
transform: "translate(6 7.5)"
|
|
19049
|
+
}))));
|
|
19050
|
+
};
|
|
19051
|
+
|
|
19052
|
+
var AmExLargeIcon = function AmExLargeIcon() {
|
|
19053
|
+
return /*#__PURE__*/React__default.createElement("svg", {
|
|
19054
|
+
width: "36",
|
|
19055
|
+
height: "24",
|
|
19056
|
+
viewBox: "0 0 36 24",
|
|
19057
|
+
fill: "none",
|
|
19058
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19059
|
+
role: "img",
|
|
19060
|
+
"aria-label": "American Express"
|
|
19061
|
+
}, /*#__PURE__*/React__default.createElement("g", {
|
|
19062
|
+
clipPath: "url(#clip0_amex_large)"
|
|
19063
|
+
}, /*#__PURE__*/React__default.createElement("g", {
|
|
19064
|
+
clipPath: "url(#clip1_amex_large)"
|
|
19065
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
19066
|
+
d: "M32.868 21.376L31.204 19.52L29.4761 21.376H26.084H18.788V12.736H15.396L19.62 3.072H23.7161L25.188 6.4V3.072H30.3079L31.204 5.568L32.1 3.072H36.004V1.6C36.004 0.704 35.2999 0 34.404 0H0.0999999C-0.795999 0 -1.5 0.704 -1.5 1.6V22.4C-1.5 23.296 -0.795999 24 0.0999999 24H34.404C35.2999 24 36.004 23.296 36.004 22.4V21.376H32.868Z",
|
|
19067
|
+
fill: "#0071CE"
|
|
19068
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19069
|
+
d: "M33.3161 20.352H36.004L32.484 16.576L36.004 12.864H33.38L31.14 15.296L28.9639 12.864H26.2759L29.86 16.64L26.2759 20.352H28.9L31.14 17.92L33.3161 20.352Z",
|
|
19070
|
+
fill: "#0071CE"
|
|
19071
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19072
|
+
d: "M21.9878 18.624V17.472H26.2118V15.744H21.9878V14.592H26.2759V12.864H19.9398V20.352H26.2759V18.624H21.9878Z",
|
|
19073
|
+
fill: "#0071CE"
|
|
19074
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19075
|
+
d: "M34.02 11.776H35.94V4.224L32.868 4.288L31.204 8.96L29.4761 4.288H26.2759V11.776H28.3241V6.528L30.244 11.776H32.036L34.02 6.528V11.776Z",
|
|
19076
|
+
fill: "#0071CE"
|
|
19077
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19078
|
+
d: "M23.012 4.28796H20.388L17.06 11.776H19.2999L19.94 10.304H23.396L24.036 11.776H26.34L23.012 4.28796ZM20.6439 8.57596L21.6679 6.14396L22.692 8.57596H20.6439Z",
|
|
19079
|
+
fill: "#0071CE"
|
|
19080
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19081
|
+
d: "M34.148 16.3839L36.004 18.432V14.3359L34.148 16.3839Z",
|
|
19082
|
+
fill: "#0071CE"
|
|
19083
|
+
}))), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("clipPath", {
|
|
19084
|
+
id: "clip0_amex_large"
|
|
19085
|
+
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
19086
|
+
width: "36",
|
|
19087
|
+
height: "24",
|
|
19088
|
+
rx: "1.5",
|
|
19089
|
+
fill: "white"
|
|
19090
|
+
})), /*#__PURE__*/React__default.createElement("clipPath", {
|
|
19091
|
+
id: "clip1_amex_large"
|
|
19092
|
+
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
19093
|
+
width: "36",
|
|
19094
|
+
height: "24",
|
|
19095
|
+
fill: "white"
|
|
19096
|
+
}))));
|
|
19097
|
+
};
|
|
19098
|
+
|
|
19099
|
+
var DiscoverLargeIcon = function DiscoverLargeIcon() {
|
|
19100
|
+
return /*#__PURE__*/React__default.createElement("svg", {
|
|
19101
|
+
width: "36",
|
|
19102
|
+
height: "24",
|
|
19103
|
+
viewBox: "0 0 36 24",
|
|
19104
|
+
fill: "none",
|
|
19105
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19106
|
+
role: "img",
|
|
19107
|
+
"aria-label": "Discover"
|
|
19108
|
+
}, /*#__PURE__*/React__default.createElement("g", {
|
|
19109
|
+
clipPath: "url(#clip0_discover_large)"
|
|
19110
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
19111
|
+
d: "M34.8144 0H1.18564C0.529586 0 0 0.552009 0 1.23584V22.7642C0 23.448 0.529586 24 1.18564 24H34.8144C35.4704 24 36 23.448 36 22.7642V1.23584C36 0.552009 35.4704 0 34.8144 0ZM34.2294 12C34.2294 18.3975 29.2538 23.5881 23.1122 23.5881H1.18564C1.13031 23.5881 1.07893 23.5839 1.02756 23.5716C0.976178 23.5592 0.9248 23.5428 0.877374 23.5221C0.810188 23.4933 0.746954 23.448 0.691623 23.3985C0.652103 23.3657 0.616533 23.3286 0.584916 23.2874C0.470304 23.1432 0.395214 22.9619 0.395214 22.7601V1.23584C0.395214 1.06694 0.446592 0.906282 0.529586 0.774459C0.557252 0.729146 0.588869 0.687951 0.624438 0.650876C0.695576 0.576725 0.782523 0.514934 0.877374 0.47274C0.9248 0.453141 0.976178 0.436664 1.02756 0.424305C1.07893 0.411947 1.13031 0.407828 1.18564 0.407828H23.1122C29.2497 0.407828 34.2294 5.59424 34.2294 11.9959V12Z",
|
|
19112
|
+
fill: "url(#paint0_linear_discover_large)"
|
|
19113
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19114
|
+
d: "M3.06678 9.25305H1.66773V13.928H3.06284C3.80189 13.928 4.33937 13.7618 4.80968 13.388C5.36693 12.9462 5.69891 12.2816 5.69891 11.5943C5.69891 10.2160 4.61997 9.25305 3.07074 9.25305H3.06678ZM4.18128 12.7649C3.88092 13.0217 3.49361 13.1350 2.87708 13.1350H2.62019V10.0423H2.87708C3.49361 10.0423 3.86907 10.1480 4.18128 10.4199C4.51326 10.6993 4.71087 11.1373 4.71087 11.583C4.71087 12.0286 4.51326 12.4817 4.18128 12.7612V12.7649Z",
|
|
19115
|
+
fill: "#261F20"
|
|
19116
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19117
|
+
d: "M7.08614 9.25305H6.13367V13.928H7.08614V9.25305Z",
|
|
19118
|
+
fill: "#261F20"
|
|
19119
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19120
|
+
d: "M9.42188 11.0467C8.84882 10.8428 8.68283 10.7106 8.68283 10.4576C8.68283 10.1631 8.98319 9.94031 9.39413 9.94031C9.67875 9.94031 9.91589 10.0536 10.1649 10.318L10.6628 9.69486C10.2518 9.35123 9.76175 9.17725 9.22427 9.17725C8.35875 9.17725 7.69874 9.75150 7.69874 10.518C7.69874 11.1638 8.00700 11.4923 8.90415 11.7982C9.27567 11.9228 9.46929 12.0097 9.56415 12.0625C9.75386 12.1796 9.84870 12.3495 9.84870 12.5459C9.84870 12.9235 9.53253 13.2068 9.10578 13.2068C8.65113 13.2068 8.28366 12.9877 8.06241 12.5836L7.44586 13.1501C7.88445 13.7656 8.41407 14.0412 9.14119 14.0412C10.1331 14.0412 10.8286 13.4106 10.8286 12.5081C10.8286 11.7642 10.5087 11.4281 9.42188 11.1005V11.0467Z",
|
|
19121
|
+
fill: "#261F20"
|
|
19122
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19123
|
+
d: "M11.1291 11.5943C11.1291 12.9688 12.2595 14.0336 13.7099 14.0336C14.1209 14.0336 14.4727 13.9581 14.9073 13.7618V12.6893C14.524 13.0556 14.1881 13.2029 13.7534 13.2029C12.7932 13.2029 12.1093 12.5383 12.1093 11.5905C12.1093 10.6917 12.8128 10.0056 13.7099 10.0056C14.1644 10.0056 14.5082 10.1604 14.9073 10.5105V9.43804C14.4885 9.23414 14.1446 9.15106 13.7336 9.15106C12.2871 9.15106 11.1291 10.2386 11.1291 11.598V11.5943Z",
|
|
19124
|
+
fill: "#261F20"
|
|
19125
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19126
|
+
d: "M22.4756 12.3911L21.1674 9.25305H20.1281L22.2029 14.045H22.7167L24.8312 9.25305H23.7957L22.4756 12.3911Z",
|
|
19127
|
+
fill: "#261F20"
|
|
19128
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19129
|
+
d: "M25.262 13.928H27.9692V13.1350H26.2145V11.8737H27.902V11.0808H26.2145V10.0461H27.9692V9.25305H25.262V13.928Z",
|
|
19130
|
+
fill: "#261F20"
|
|
19131
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19132
|
+
d: "M31.7474 10.6314C31.7474 9.75528 31.1150 9.25305 29.9164 9.25305H28.6014V13.928H29.5539V12.0512H29.6804L31.0004 13.928H32.1742L30.6329 11.9568C31.3519 11.8171 31.7474 11.3488 31.7474 10.6314ZM29.8346 11.4016H29.5539V9.98564H29.8464C30.4393 9.98564 30.7633 10.2236 30.7633 10.6805C30.7633 11.1374 30.4393 11.4016 29.8305 11.4016H29.8346Z",
|
|
19133
|
+
fill: "#261F20"
|
|
19134
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19135
|
+
d: "M32.5062 9.49845C32.5062 9.41537 32.4469 9.37005 32.3442 9.37005H32.2059V9.78167H32.3087V9.62317L32.4312 9.78167H32.5577L32.4153 9.61173C32.4746 9.59663 32.5103 9.55509 32.5103 9.49845H32.5062ZM32.3244 9.55509H32.3087V9.44558H32.3285C32.3798 9.44558 32.4075 9.46446 32.4075 9.49845C32.4075 9.53244 32.3798 9.55509 32.3285 9.55509H32.3244Z",
|
|
19136
|
+
fill: "#261F20"
|
|
19137
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19138
|
+
d: "M32.364 9.21524C32.1545 9.21524 31.9886 9.37385 31.9886 9.57398C31.9886 9.77412 32.1585 9.93272 32.364 9.93272C32.5695 9.93272 32.7355 9.77034 32.7355 9.57398C32.7355 9.37762 32.5695 9.21524 32.364 9.21524ZM32.364 9.86852C32.198 9.86852 32.0636 9.73635 32.0636 9.57398C32.0636 9.41160 32.198 9.27944 32.364 9.27944C32.5299 9.27944 32.6604 9.41538 32.6604 9.57398C32.6604 9.73258 32.526 9.86852 32.364 9.86852Z",
|
|
19139
|
+
fill: "#261F20"
|
|
19140
|
+
}), /*#__PURE__*/React__default.createElement("g", {
|
|
19141
|
+
filter: "url(#filter0_i_discover_large)"
|
|
19142
|
+
}, /*#__PURE__*/React__default.createElement("circle", {
|
|
19143
|
+
cx: "17.7501",
|
|
19144
|
+
cy: "11.6276",
|
|
19145
|
+
r: "2.64908",
|
|
19146
|
+
fill: "url(#paint1_linear_discover_large)"
|
|
19147
|
+
}))), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("filter", {
|
|
19148
|
+
id: "filter0_i_discover_large",
|
|
19149
|
+
x: "15.1011",
|
|
19150
|
+
y: "8.9785",
|
|
19151
|
+
width: "5.68815",
|
|
19152
|
+
height: "5.68815",
|
|
19153
|
+
filterUnits: "userSpaceOnUse",
|
|
19154
|
+
colorInterpolationFilters: "sRGB"
|
|
19155
|
+
}, /*#__PURE__*/React__default.createElement("feFlood", {
|
|
19156
|
+
floodOpacity: "0",
|
|
19157
|
+
result: "BackgroundImageFix"
|
|
19158
|
+
}), /*#__PURE__*/React__default.createElement("feBlend", {
|
|
19159
|
+
mode: "normal",
|
|
19160
|
+
"in": "SourceGraphic",
|
|
19161
|
+
in2: "BackgroundImageFix",
|
|
19162
|
+
result: "shape"
|
|
19163
|
+
}), /*#__PURE__*/React__default.createElement("feColorMatrix", {
|
|
19164
|
+
"in": "SourceAlpha",
|
|
19165
|
+
type: "matrix",
|
|
19166
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
19167
|
+
result: "hardAlpha"
|
|
19168
|
+
}), /*#__PURE__*/React__default.createElement("feMorphology", {
|
|
19169
|
+
radius: "0.015",
|
|
19170
|
+
operator: "erode",
|
|
19171
|
+
"in": "SourceAlpha",
|
|
19172
|
+
result: "effect1_innerShadow_discover_large"
|
|
19173
|
+
}), /*#__PURE__*/React__default.createElement("feOffset", {
|
|
19174
|
+
dx: "0.75",
|
|
19175
|
+
dy: "0.75"
|
|
19176
|
+
}), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
|
|
19177
|
+
stdDeviation: "0.1875"
|
|
19178
|
+
}), /*#__PURE__*/React__default.createElement("feComposite", {
|
|
19179
|
+
in2: "hardAlpha",
|
|
19180
|
+
operator: "arithmetic",
|
|
19181
|
+
k2: "-1",
|
|
19182
|
+
k3: "1"
|
|
19183
|
+
}), /*#__PURE__*/React__default.createElement("feColorMatrix", {
|
|
19184
|
+
type: "matrix",
|
|
19185
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
|
|
19186
|
+
}), /*#__PURE__*/React__default.createElement("feBlend", {
|
|
19187
|
+
mode: "normal",
|
|
19188
|
+
in2: "shape",
|
|
19189
|
+
result: "effect1_innerShadow_discover_large"
|
|
19190
|
+
})), /*#__PURE__*/React__default.createElement("linearGradient", {
|
|
19191
|
+
id: "paint0_linear_discover_large",
|
|
19192
|
+
x1: "47.9987",
|
|
19193
|
+
y1: "66.2864",
|
|
19194
|
+
x2: "5.22557",
|
|
19195
|
+
y2: "-4.9576",
|
|
19196
|
+
gradientUnits: "userSpaceOnUse"
|
|
19197
|
+
}, /*#__PURE__*/React__default.createElement("stop", {
|
|
19198
|
+
stopColor: "#F9A020"
|
|
19199
|
+
}), /*#__PURE__*/React__default.createElement("stop", {
|
|
19200
|
+
offset: "0.5",
|
|
19201
|
+
stopColor: "#F9A020"
|
|
19202
|
+
}), /*#__PURE__*/React__default.createElement("stop", {
|
|
19203
|
+
offset: "1",
|
|
19204
|
+
stopColor: "#DF5026"
|
|
19205
|
+
})), /*#__PURE__*/React__default.createElement("linearGradient", {
|
|
19206
|
+
id: "paint1_linear_discover_large",
|
|
19207
|
+
x1: "19.8984",
|
|
19208
|
+
y1: "13.2793",
|
|
19209
|
+
x2: "15.9843",
|
|
19210
|
+
y2: "9.62301",
|
|
19211
|
+
gradientUnits: "userSpaceOnUse"
|
|
19212
|
+
}, /*#__PURE__*/React__default.createElement("stop", {
|
|
19213
|
+
stopColor: "#EA953E"
|
|
19214
|
+
}), /*#__PURE__*/React__default.createElement("stop", {
|
|
19215
|
+
offset: "1",
|
|
19216
|
+
stopColor: "#D44B33"
|
|
19217
|
+
})), /*#__PURE__*/React__default.createElement("clipPath", {
|
|
19218
|
+
id: "clip0_discover_large"
|
|
19219
|
+
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
19220
|
+
width: "36",
|
|
19221
|
+
height: "24",
|
|
19222
|
+
fill: "white"
|
|
19223
|
+
}))));
|
|
19224
|
+
};
|
|
19225
|
+
|
|
19226
|
+
var MasterCardLargeIcon = function MasterCardLargeIcon() {
|
|
19227
|
+
return /*#__PURE__*/React__default.createElement("svg", {
|
|
19228
|
+
width: "36",
|
|
19229
|
+
height: "24",
|
|
19230
|
+
viewBox: "0 0 36 24",
|
|
19231
|
+
fill: "none",
|
|
19232
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19233
|
+
role: "img",
|
|
19234
|
+
"aria-label": "Mastercard"
|
|
19235
|
+
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
19236
|
+
width: "36",
|
|
19237
|
+
height: "24",
|
|
19238
|
+
rx: "1.5",
|
|
19239
|
+
fill: "#F6F6F9"
|
|
19240
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19241
|
+
d: "M21.7104 5.06982H14.2698V18.4409H21.7104V5.06982Z",
|
|
19242
|
+
fill: "#FF5F00"
|
|
19243
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19244
|
+
d: "M14.7422 11.7553C14.7410 10.4676 14.9329 9.19649 15.5955 8.03822C16.2583 6.87993 17.1270 5.86487 18.0001 5.06984C16.7357 4.08381 15.2291 3.47061 13.6426 3.30033C12.0561 3.13007 10.4538 3.40956 9.01863 4.10691C7.58351 4.80426 6.37353 5.89133 5.52701 7.24383C4.6805 8.59635 4.23156 10.1597 4.23156 11.7553C4.23156 13.3509 4.6805 14.9143 5.52701 16.2668C6.37353 17.6193 7.58351 18.7064 9.01863 19.4037C10.4538 20.1011 12.0561 20.3806 13.6426 20.2103C15.2291 20.0400 16.7357 19.4268 18.0001 18.4408C17.1272 17.6457 16.2583 16.6307 15.5955 15.4724C14.9329 14.3141 14.7410 13.043 14.7422 11.7553Z",
|
|
19245
|
+
fill: "#EB001B"
|
|
19246
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19247
|
+
d: "M31.7483 11.7553C31.7483 13.3509 31.2994 14.9143 30.4529 16.2668C29.6064 17.6193 28.3965 18.7064 26.9614 19.4037C25.5263 20.1011 23.924 20.3805 22.3376 20.2103C20.751 20.04 19.2446 19.4268 17.9801 18.4408C18.8522 17.6450 19.5204 16.6298 19.9831 15.4716C20.4456 14.3136 20.7379 13.0428 20.7379 11.7553C20.7379 10.4678 20.4456 9.19709 19.9831 8.03899C19.5204 6.88091 18.8522 5.86566 17.9801 5.06984C19.2446 4.08381 20.751 3.47061 22.3376 3.30033C23.924 3.13006 25.5263 3.40958 26.9614 4.10694C28.3965 4.80429 29.6064 5.89136 30.4529 7.24386C31.2994 8.59638 31.7483 10.1598 31.7483 11.7553Z",
|
|
19248
|
+
fill: "#F79E1B"
|
|
19249
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
19250
|
+
d: "M30.9371 17.0246V16.7508H31.0475V16.6952H30.7664V16.7508H30.8768V17.0246H30.9371ZM31.4828 17.0246V16.6946H31.3967L31.2977 16.9215L31.1984 16.6946H31.1121V17.0246H31.173V16.7757L31.266 16.9904H31.329L31.422 16.7751V17.0246H31.4828Z",
|
|
19251
|
+
fill: "#F79E1B"
|
|
19252
|
+
}));
|
|
19253
|
+
};
|
|
19254
|
+
|
|
19023
19255
|
var color$3 = "#15749D";
|
|
19024
19256
|
var hoverColor$1 = "#116285";
|
|
19025
19257
|
var activeColor$1 = "#0E506D";
|
|
@@ -26106,6 +26338,46 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
|
|
|
26106
26338
|
};
|
|
26107
26339
|
var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$o);
|
|
26108
26340
|
|
|
26341
|
+
var cardBrands = {
|
|
26342
|
+
visa: {
|
|
26343
|
+
label: "Visa",
|
|
26344
|
+
small: VisaSmallIcon,
|
|
26345
|
+
large: VisaLargeIcon
|
|
26346
|
+
},
|
|
26347
|
+
master_card: {
|
|
26348
|
+
label: "Mastercard",
|
|
26349
|
+
small: MasterCardSmallIcon,
|
|
26350
|
+
large: MasterCardLargeIcon
|
|
26351
|
+
},
|
|
26352
|
+
discover: {
|
|
26353
|
+
label: "Discover",
|
|
26354
|
+
small: DiscoverSmallIcon,
|
|
26355
|
+
large: DiscoverLargeIcon
|
|
26356
|
+
},
|
|
26357
|
+
amex: {
|
|
26358
|
+
label: "American Express",
|
|
26359
|
+
small: AmExSmallIcon,
|
|
26360
|
+
large: AmExLargeIcon
|
|
26361
|
+
},
|
|
26362
|
+
"default": {
|
|
26363
|
+
label: "Credit card",
|
|
26364
|
+
small: GenericSmallIcon,
|
|
26365
|
+
large: GenericCardLarge
|
|
26366
|
+
}
|
|
26367
|
+
};
|
|
26368
|
+
var CardType = function CardType(_ref) {
|
|
26369
|
+
var type = _ref.type,
|
|
26370
|
+
_ref$size = _ref.size,
|
|
26371
|
+
size = _ref$size === void 0 ? "small" : _ref$size;
|
|
26372
|
+
var _ref2 = cardBrands[type] || cardBrands["default"],
|
|
26373
|
+
label = _ref2.label,
|
|
26374
|
+
IconComponent = _ref2[size];
|
|
26375
|
+
return /*#__PURE__*/React__default.createElement("span", {
|
|
26376
|
+
role: "img",
|
|
26377
|
+
"aria-label": label
|
|
26378
|
+
}, /*#__PURE__*/React__default.createElement(IconComponent, null));
|
|
26379
|
+
};
|
|
26380
|
+
|
|
26109
26381
|
var textColor$2 = "".concat(CHARADE_GREY);
|
|
26110
26382
|
var autopayTextColor$1 = "".concat(REGENT_GREY);
|
|
26111
26383
|
var fallbackValues$p = {
|
|
@@ -26180,11 +26452,14 @@ var CCIconWrapper = styled__default.div.withConfig({
|
|
|
26180
26452
|
})(["margin-right:16px;width:30px;height:auto;display:flex;"]);
|
|
26181
26453
|
var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
26182
26454
|
var lastFour = _ref.lastFour,
|
|
26455
|
+
type = _ref.type,
|
|
26183
26456
|
autoPay = _ref.autoPay,
|
|
26184
26457
|
expireDate = _ref.expireDate,
|
|
26185
26458
|
expirationStatus = _ref.expirationStatus,
|
|
26186
26459
|
themeValues = _ref.themeValues;
|
|
26187
|
-
return /*#__PURE__*/React__default.createElement(CreditCardWrapper, null, /*#__PURE__*/React__default.createElement(CCIconWrapper, null, /*#__PURE__*/React__default.createElement(
|
|
26460
|
+
return /*#__PURE__*/React__default.createElement(CreditCardWrapper, null, /*#__PURE__*/React__default.createElement(CCIconWrapper, null, /*#__PURE__*/React__default.createElement(CardType, {
|
|
26461
|
+
type: type
|
|
26462
|
+
})), /*#__PURE__*/React__default.createElement(Stack, {
|
|
26188
26463
|
childGap: "0"
|
|
26189
26464
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
26190
26465
|
padding: "0"
|
|
@@ -51329,8 +51604,163 @@ var Tooltip = function Tooltip(_ref) {
|
|
|
51329
51604
|
})));
|
|
51330
51605
|
};
|
|
51331
51606
|
|
|
51332
|
-
var
|
|
51607
|
+
var TOOLTIP_V2_THEME_SOURCE = "Popover";
|
|
51608
|
+
var hoverColor$6 = SAPPHIRE_BLUE;
|
|
51609
|
+
var activeColor$b = PEACOCK_BLUE;
|
|
51610
|
+
var tooltipTriggerColor = MATISSE_BLUE;
|
|
51611
|
+
var borderColor$7 = "rgba(255, 255, 255, 0.85)";
|
|
51333
51612
|
var fallbackValues$13 = {
|
|
51613
|
+
hoverColor: hoverColor$6,
|
|
51614
|
+
activeColor: activeColor$b,
|
|
51615
|
+
tooltipTriggerColor: tooltipTriggerColor,
|
|
51616
|
+
borderColor: borderColor$7
|
|
51617
|
+
};
|
|
51618
|
+
|
|
51619
|
+
var TooltipV2 = function TooltipV2(_ref) {
|
|
51620
|
+
var children = _ref.children,
|
|
51621
|
+
_ref$content = _ref.content,
|
|
51622
|
+
content = _ref$content === void 0 ? "" : _ref$content,
|
|
51623
|
+
tooltipID = _ref.tooltipID,
|
|
51624
|
+
_ref$triggerText = _ref.triggerText,
|
|
51625
|
+
triggerText = _ref$triggerText === void 0 ? "" : _ref$triggerText,
|
|
51626
|
+
_ref$contentPosition = _ref.contentPosition,
|
|
51627
|
+
contentPosition = _ref$contentPosition === void 0 ? {
|
|
51628
|
+
top: "-110px",
|
|
51629
|
+
right: "auto",
|
|
51630
|
+
bottom: "auto",
|
|
51631
|
+
left: "-225px"
|
|
51632
|
+
} : _ref$contentPosition,
|
|
51633
|
+
_ref$arrowDirection = _ref.arrowDirection,
|
|
51634
|
+
arrowDirection = _ref$arrowDirection === void 0 ? "down" : _ref$arrowDirection,
|
|
51635
|
+
_ref$arrowPosition = _ref.arrowPosition,
|
|
51636
|
+
arrowPosition = _ref$arrowPosition === void 0 ? {
|
|
51637
|
+
arrowTop: "auto",
|
|
51638
|
+
arrowRight: "10px",
|
|
51639
|
+
arrowBottom: "-8px",
|
|
51640
|
+
arrowLeft: "auto"
|
|
51641
|
+
} : _ref$arrowPosition,
|
|
51642
|
+
_ref$minWidth = _ref.minWidth,
|
|
51643
|
+
minWidth = _ref$minWidth === void 0 ? "250px" : _ref$minWidth,
|
|
51644
|
+
_ref$maxWidth = _ref.maxWidth,
|
|
51645
|
+
maxWidth = _ref$maxWidth === void 0 ? "100%" : _ref$maxWidth,
|
|
51646
|
+
_ref$height = _ref.height,
|
|
51647
|
+
height = _ref$height === void 0 ? "auto" : _ref$height,
|
|
51648
|
+
_ref$containerExtraSt = _ref.containerExtraStyles,
|
|
51649
|
+
containerExtraStyles = _ref$containerExtraSt === void 0 ? "" : _ref$containerExtraSt,
|
|
51650
|
+
_ref$contentExtraStyl = _ref.contentExtraStyles,
|
|
51651
|
+
contentExtraStyles = _ref$contentExtraStyl === void 0 ? "" : _ref$contentExtraStyl,
|
|
51652
|
+
_ref$contentBackgroun = _ref.contentBackgroundColor,
|
|
51653
|
+
contentBackgroundColor = _ref$contentBackgroun === void 0 ? WHITE : _ref$contentBackgroun,
|
|
51654
|
+
_ref$triggerVariant = _ref.triggerVariant,
|
|
51655
|
+
triggerVariant = _ref$triggerVariant === void 0 ? "smallGhost" : _ref$triggerVariant;
|
|
51656
|
+
var closeTimeoutRef = React.useRef(null);
|
|
51657
|
+
var _useState = React.useState(false),
|
|
51658
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
51659
|
+
tooltipOpen = _useState2[0],
|
|
51660
|
+
setTooltipOpen = _useState2[1];
|
|
51661
|
+
var themeContext = React.useContext(styled.ThemeContext);
|
|
51662
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$13, TOOLTIP_V2_THEME_SOURCE);
|
|
51663
|
+
var arrowColor = themeValues.borderColor,
|
|
51664
|
+
tooltipTriggerColor = themeValues.tooltipTriggerColor,
|
|
51665
|
+
hoverColor = themeValues.hoverColor,
|
|
51666
|
+
activeColor = themeValues.activeColor;
|
|
51667
|
+
var top = contentPosition.top,
|
|
51668
|
+
right = contentPosition.right,
|
|
51669
|
+
bottom = contentPosition.bottom,
|
|
51670
|
+
left = contentPosition.left;
|
|
51671
|
+
var arrowTop = arrowPosition.arrowTop,
|
|
51672
|
+
arrowRight = arrowPosition.arrowRight,
|
|
51673
|
+
arrowBottom = arrowPosition.arrowBottom,
|
|
51674
|
+
arrowLeft = arrowPosition.arrowLeft;
|
|
51675
|
+
var handleToggleTooltip = function handleToggleTooltip(desiredState) {
|
|
51676
|
+
if (tooltipOpen !== desiredState) {
|
|
51677
|
+
setTooltipOpen(desiredState);
|
|
51678
|
+
}
|
|
51679
|
+
};
|
|
51680
|
+
var handleKeyDown = function handleKeyDown(e) {
|
|
51681
|
+
if (e.key === "Escape") {
|
|
51682
|
+
handleToggleTooltip(false);
|
|
51683
|
+
}
|
|
51684
|
+
};
|
|
51685
|
+
var handleMouseEnter = function handleMouseEnter() {
|
|
51686
|
+
if (closeTimeoutRef.current) {
|
|
51687
|
+
clearTimeout(closeTimeoutRef.current);
|
|
51688
|
+
closeTimeoutRef.current = null;
|
|
51689
|
+
}
|
|
51690
|
+
handleToggleTooltip(true);
|
|
51691
|
+
};
|
|
51692
|
+
var handleMouseLeave = function handleMouseLeave() {
|
|
51693
|
+
closeTimeoutRef.current = setTimeout(function () {
|
|
51694
|
+
handleToggleTooltip(false);
|
|
51695
|
+
}, 300);
|
|
51696
|
+
};
|
|
51697
|
+
React.useEffect(function () {
|
|
51698
|
+
return function () {
|
|
51699
|
+
if (closeTimeoutRef.current) {
|
|
51700
|
+
clearTimeout(closeTimeoutRef.current);
|
|
51701
|
+
}
|
|
51702
|
+
};
|
|
51703
|
+
}, []);
|
|
51704
|
+
var renderTrigger = function renderTrigger() {
|
|
51705
|
+
if (children) {
|
|
51706
|
+
return /*#__PURE__*/React__default.cloneElement(React__default.Children.only(children), {
|
|
51707
|
+
"aria-describedby": tooltipID,
|
|
51708
|
+
onFocus: function onFocus() {
|
|
51709
|
+
return handleToggleTooltip(true);
|
|
51710
|
+
},
|
|
51711
|
+
onBlur: function onBlur() {
|
|
51712
|
+
return handleToggleTooltip(false);
|
|
51713
|
+
},
|
|
51714
|
+
onKeyDown: handleKeyDown
|
|
51715
|
+
});
|
|
51716
|
+
}
|
|
51717
|
+
return /*#__PURE__*/React__default.createElement(ButtonWithAction, {
|
|
51718
|
+
action: function action() {
|
|
51719
|
+
return noop$1;
|
|
51720
|
+
},
|
|
51721
|
+
"aria-describedby": tooltipID,
|
|
51722
|
+
onKeyDown: handleKeyDown,
|
|
51723
|
+
variant: triggerVariant,
|
|
51724
|
+
onFocus: function onFocus() {
|
|
51725
|
+
return handleToggleTooltip(true);
|
|
51726
|
+
},
|
|
51727
|
+
onBlur: function onBlur() {
|
|
51728
|
+
return handleToggleTooltip(false);
|
|
51729
|
+
},
|
|
51730
|
+
onTouchStart: function onTouchStart() {
|
|
51731
|
+
return handleToggleTooltip(true);
|
|
51732
|
+
},
|
|
51733
|
+
"data-qa": "tooltip-v2-trigger",
|
|
51734
|
+
text: triggerText,
|
|
51735
|
+
extraStyles: "\n color: ".concat(tooltipTriggerColor, ";\n &:hover { color: ").concat(hoverColor, "; text-decoration: none;}\n &:active, &:focus { color: ").concat(activeColor, "; text-decoration: none;}\n button, span, &:hover span { text-decoration: none; }\n ")
|
|
51736
|
+
});
|
|
51737
|
+
};
|
|
51738
|
+
return /*#__PURE__*/React__default.createElement(Box, {
|
|
51739
|
+
padding: "0",
|
|
51740
|
+
extraStyles: "position: relative; ".concat(containerExtraStyles),
|
|
51741
|
+
onMouseEnter: handleMouseEnter,
|
|
51742
|
+
onMouseLeave: handleMouseLeave,
|
|
51743
|
+
"data-qa": "tooltip-v2-container"
|
|
51744
|
+
}, renderTrigger(), /*#__PURE__*/React__default.createElement(Box, {
|
|
51745
|
+
role: "tooltip",
|
|
51746
|
+
id: tooltipID,
|
|
51747
|
+
"aria-hidden": !tooltipOpen,
|
|
51748
|
+
background: contentBackgroundColor,
|
|
51749
|
+
"data-qa": "tooltip-v2-contents",
|
|
51750
|
+
extraStyles: "\n position: absolute;\n display: ".concat(tooltipOpen ? "block" : "none", ";\n top: ").concat(top, ";\n right: ").concat(right, ";\n bottom: ").concat(bottom, ";\n left: ").concat(left, ";\n height: ").concat(height, ";\n ").concat(contentExtraStyles, "\n "),
|
|
51751
|
+
boxShadow: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
|
|
51752
|
+
border: "1px solid transparent",
|
|
51753
|
+
borderRadius: "4px",
|
|
51754
|
+
minWidth: minWidth,
|
|
51755
|
+
maxWidth: maxWidth
|
|
51756
|
+
}, typeof content === "string" ? /*#__PURE__*/React__default.createElement(Text$1, null, content) : content, /*#__PURE__*/React__default.createElement(Box, {
|
|
51757
|
+
padding: "0",
|
|
51758
|
+
extraStyles: "\n position: absolute;\n content: \"\";\n width: 0;\n height: 0;\n ".concat(arrowBorder(arrowColor, arrowDirection, "8px"), ";\n filter: drop-shadow(2px 8px 14px black);\n bottom: ").concat(arrowBottom, ";\n right: ").concat(arrowRight, ";\n top: ").concat(arrowTop, ";\n left: ").concat(arrowLeft, ";\n ")
|
|
51759
|
+
})));
|
|
51760
|
+
};
|
|
51761
|
+
|
|
51762
|
+
var pageBackground = "#FBFCFD";
|
|
51763
|
+
var fallbackValues$14 = {
|
|
51334
51764
|
pageBackground: pageBackground
|
|
51335
51765
|
};
|
|
51336
51766
|
|
|
@@ -51378,7 +51808,7 @@ var CenterSingle = function CenterSingle(_ref) {
|
|
|
51378
51808
|
padding: "0"
|
|
51379
51809
|
})));
|
|
51380
51810
|
};
|
|
51381
|
-
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$
|
|
51811
|
+
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$14));
|
|
51382
51812
|
|
|
51383
51813
|
var CenterStack = function CenterStack(_ref) {
|
|
51384
51814
|
var header = _ref.header,
|
|
@@ -51421,7 +51851,7 @@ var CenterStack = function CenterStack(_ref) {
|
|
|
51421
51851
|
padding: "0"
|
|
51422
51852
|
})));
|
|
51423
51853
|
};
|
|
51424
|
-
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$
|
|
51854
|
+
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$14));
|
|
51425
51855
|
|
|
51426
51856
|
var CenterSingle$2 = function CenterSingle(_ref) {
|
|
51427
51857
|
var header = _ref.header,
|
|
@@ -51467,7 +51897,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
|
|
|
51467
51897
|
padding: "0"
|
|
51468
51898
|
})));
|
|
51469
51899
|
};
|
|
51470
|
-
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$
|
|
51900
|
+
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$14));
|
|
51471
51901
|
|
|
51472
51902
|
var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
51473
51903
|
var header = _ref.header,
|
|
@@ -51520,7 +51950,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
|
51520
51950
|
padding: "0"
|
|
51521
51951
|
})));
|
|
51522
51952
|
};
|
|
51523
|
-
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$
|
|
51953
|
+
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$14));
|
|
51524
51954
|
|
|
51525
51955
|
var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
51526
51956
|
var header = _ref.header,
|
|
@@ -51589,7 +52019,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
51589
52019
|
key: "footer-box"
|
|
51590
52020
|
})));
|
|
51591
52021
|
};
|
|
51592
|
-
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$
|
|
52022
|
+
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$14));
|
|
51593
52023
|
|
|
51594
52024
|
var useFocusInvalidInput = function useFocusInvalidInput(hasErrors) {
|
|
51595
52025
|
var resetHasErrors = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function () {};
|
|
@@ -51670,6 +52100,7 @@ exports.AddressForm = AddressForm;
|
|
|
51670
52100
|
exports.AgencyIcon = AgencyIcon;
|
|
51671
52101
|
exports.Alert = Alert$1;
|
|
51672
52102
|
exports.AllocatedIcon = AllocatedIcon;
|
|
52103
|
+
exports.AmExLargeIcon = AmExLargeIcon;
|
|
51673
52104
|
exports.AmExSmallIcon = AmExSmallIcon;
|
|
51674
52105
|
exports.AmountCallout = AmountCallout$1;
|
|
51675
52106
|
exports.ArrowDownCircleIconSmall = ArrowDownCircleIconSmall;
|
|
@@ -51692,6 +52123,7 @@ exports.ButtonWithAction = ButtonWithAction;
|
|
|
51692
52123
|
exports.ButtonWithLink = ButtonWithLink;
|
|
51693
52124
|
exports.CalendarIcon = CalendarIcon;
|
|
51694
52125
|
exports.Card = Card$1;
|
|
52126
|
+
exports.CardType = CardType;
|
|
51695
52127
|
exports.CaretArrowDown = CaretArrowDown$1;
|
|
51696
52128
|
exports.CaretArrowUp = CaretArrowUp$1;
|
|
51697
52129
|
exports.CarrotIcon = CarrotIcon$1;
|
|
@@ -51726,6 +52158,7 @@ exports.Detail = Detail$1;
|
|
|
51726
52158
|
exports.DisabledAccountsAddIcon = DisabledAccountsAddIcon;
|
|
51727
52159
|
exports.DisabledPaymentMethodsAddIcon = DisabledPaymentMethodsAddIcon;
|
|
51728
52160
|
exports.DisabledPropertiesAddIcon = DisabledPropertiesAddIcon;
|
|
52161
|
+
exports.DiscoverLargeIcon = DiscoverLargeIcon;
|
|
51729
52162
|
exports.DiscoverSmallIcon = DiscoverSmallIcon;
|
|
51730
52163
|
exports.DisplayBox = DisplayBox$1;
|
|
51731
52164
|
exports.Dropdown = Dropdown$1;
|
|
@@ -51782,6 +52215,7 @@ exports.LinkCard = LinkCard$1;
|
|
|
51782
52215
|
exports.Loading = Loading;
|
|
51783
52216
|
exports.LoadingLine = LoadingLine;
|
|
51784
52217
|
exports.LoginForm = LoginForm;
|
|
52218
|
+
exports.MasterCardLargeIcon = MasterCardLargeIcon;
|
|
51785
52219
|
exports.MasterCardSmallIcon = MasterCardSmallIcon;
|
|
51786
52220
|
exports.Modal = Modal$3;
|
|
51787
52221
|
exports.Module = Module$1;
|
|
@@ -51885,11 +52319,13 @@ exports.Title = Title$1;
|
|
|
51885
52319
|
exports.ToastNotification = ToastNotification;
|
|
51886
52320
|
exports.ToggleSwitch = ToggleSwitch$1;
|
|
51887
52321
|
exports.Tooltip = Tooltip;
|
|
52322
|
+
exports.TooltipV2 = TooltipV2;
|
|
51888
52323
|
exports.TrashIcon = TrashIcon$1;
|
|
51889
52324
|
exports.TrashIconV2 = TrashIconV2$1;
|
|
51890
52325
|
exports.TurnstileWidget = TurnstileWidget;
|
|
51891
52326
|
exports.TypeaheadInput = TypeaheadInput;
|
|
51892
52327
|
exports.VerifiedEmailIcon = VerifiedEmailIcon$1;
|
|
52328
|
+
exports.VisaLargeIcon = VisaLargeIcon;
|
|
51893
52329
|
exports.VisaSmallIcon = VisaSmallIcon;
|
|
51894
52330
|
exports.VoidedIcon = VoidedIcon;
|
|
51895
52331
|
exports.WalletBannerIcon = WalletBannerIcon$1;
|