@thecb/components 6.2.6 → 6.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -13730,42 +13730,27 @@ var BankIcon = function BankIcon() {
|
|
|
13730
13730
|
|
|
13731
13731
|
var GenericCard = function GenericCard() {
|
|
13732
13732
|
return /*#__PURE__*/React.createElement("svg", {
|
|
13733
|
-
width: "28px",
|
|
13734
|
-
height: "18px",
|
|
13735
|
-
viewBox: "0 0 28 18",
|
|
13736
|
-
version: "1.1",
|
|
13737
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13738
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
13739
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
13740
|
-
stroke: "none",
|
|
13741
|
-
strokeWidth: "1",
|
|
13742
|
-
fill: "none",
|
|
13743
|
-
fillRule: "evenodd"
|
|
13744
|
-
}, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
|
|
13745
|
-
id: "bg",
|
|
13746
|
-
fill: "#CACED8",
|
|
13747
|
-
x: "0",
|
|
13748
|
-
y: "0",
|
|
13749
13733
|
width: "28",
|
|
13750
13734
|
height: "18",
|
|
13751
|
-
|
|
13752
|
-
|
|
13753
|
-
|
|
13754
|
-
fill: "#6D717E"
|
|
13735
|
+
viewBox: "0 0 28 18",
|
|
13736
|
+
fill: "none",
|
|
13737
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
13755
13738
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
13756
|
-
id: "Rectangle-Copy-7",
|
|
13757
|
-
x: "0",
|
|
13758
|
-
y: "0",
|
|
13759
13739
|
width: "28",
|
|
13760
|
-
height: "
|
|
13761
|
-
|
|
13762
|
-
|
|
13763
|
-
|
|
13764
|
-
|
|
13765
|
-
|
|
13766
|
-
|
|
13767
|
-
|
|
13768
|
-
})
|
|
13740
|
+
height: "18",
|
|
13741
|
+
rx: "2",
|
|
13742
|
+
fill: "#15749D"
|
|
13743
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
13744
|
+
fillRule: "evenodd",
|
|
13745
|
+
clipRule: "evenodd",
|
|
13746
|
+
d: "M3.86108 13C3.44687 13 3.11108 13.3358 3.11108 13.75C3.11108 14.1642 3.44687 14.5 3.86108 14.5H7.80553C8.21974 14.5 8.55553 14.1642 8.55553 13.75C8.55553 13.3358 8.21974 13 7.80553 13H3.86108ZM10.8611 13C10.4469 13 10.1111 13.3358 10.1111 13.75C10.1111 14.1642 10.4469 14.5 10.8611 14.5H17.9166C18.3309 14.5 18.6666 14.1642 18.6666 13.75C18.6666 13.3358 18.3309 13 17.9166 13H10.8611Z",
|
|
13747
|
+
fill: "#E4F4FD"
|
|
13748
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
13749
|
+
fillRule: "evenodd",
|
|
13750
|
+
clipRule: "evenodd",
|
|
13751
|
+
d: "M20.2223 5.25V6.75H18.6667V6.25C18.6667 5.69772 19.1145 5.25 19.6667 5.25H20.2223ZM20.4723 5.25V6.75H22.3056V5.25H22.5556V6.75H24.1109V7H22.5556V8.25L24.1109 8.25V8.5L22.5556 8.5V9.74999L23.1111 9.74999C23.6634 9.74999 24.1111 9.30228 24.1111 8.74999V6.25C24.1111 5.69772 23.6634 5.25 23.1111 5.25H20.4723ZM22.3056 9.74999V8.5L20.4723 8.49999V9.74999L22.3056 9.74999ZM20.2223 9.74999V8.49999L18.6667 8.49999V8.74999C18.6667 9.30228 19.1145 9.74999 19.6667 9.74999H20.2223ZM18.6667 8.24999L20.2223 8.24999V7H18.6667V8.24999ZM20.4723 8.24999V7H22.3056V8.25L20.4723 8.24999Z",
|
|
13752
|
+
fill: "#F4C932"
|
|
13753
|
+
}));
|
|
13769
13754
|
};
|
|
13770
13755
|
|
|
13771
13756
|
var BankItemWrapper = styled.div.withConfig({
|
|
@@ -14899,36 +14884,27 @@ var ProfileIcon$1 = themeComponent(ProfileIcon, "Icons", fallbackValues$2, "info
|
|
|
14899
14884
|
|
|
14900
14885
|
var GenericCardLarge = function GenericCardLarge() {
|
|
14901
14886
|
return /*#__PURE__*/React.createElement("svg", {
|
|
14902
|
-
|
|
14903
|
-
|
|
14904
|
-
|
|
14905
|
-
viewBox: "0 0 34 28"
|
|
14906
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
14887
|
+
width: "36",
|
|
14888
|
+
height: "24",
|
|
14889
|
+
viewBox: "0 0 36 24",
|
|
14907
14890
|
fill: "none",
|
|
14908
|
-
|
|
14909
|
-
|
|
14910
|
-
|
|
14911
|
-
|
|
14912
|
-
|
|
14913
|
-
|
|
14914
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
14915
|
-
transform: "translate(94 518)"
|
|
14916
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
14917
|
-
transform: "translate(24 350)"
|
|
14918
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
14919
|
-
transform: "translate(0 35)"
|
|
14920
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
14921
|
-
transform: "translate(24 24)"
|
|
14922
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
14923
|
-
fill: "#CACED8",
|
|
14924
|
-
d: "M29.259.699H3.282C1.497.699.035 2.217.035 4.074v20.25c0 1.856 1.462 3.375 3.247 3.375H29.26c1.786 0 3.247-1.52 3.247-3.375V4.074c0-1.857-1.461-3.375-3.247-3.375z"
|
|
14891
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
14892
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
14893
|
+
width: "36",
|
|
14894
|
+
height: "24",
|
|
14895
|
+
rx: "2",
|
|
14896
|
+
fill: "#15749D"
|
|
14925
14897
|
}), /*#__PURE__*/React.createElement("path", {
|
|
14926
|
-
|
|
14927
|
-
|
|
14898
|
+
fillRule: "evenodd",
|
|
14899
|
+
clipRule: "evenodd",
|
|
14900
|
+
d: "M5 17.3333C4.44772 17.3333 4 17.781 4 18.3333C4 18.8856 4.44772 19.3333 5 19.3333H10C10.5523 19.3333 11 18.8856 11 18.3333C11 17.781 10.5523 17.3333 10 17.3333H5ZM14 17.3333C13.4477 17.3333 13 17.781 13 18.3333C13 18.8856 13.4477 19.3333 14 19.3333H23C23.5523 19.3333 24 18.8856 24 18.3333C24 17.781 23.5523 17.3333 23 17.3333H14Z",
|
|
14901
|
+
fill: "#E4F4FD"
|
|
14928
14902
|
}), /*#__PURE__*/React.createElement("path", {
|
|
14929
|
-
|
|
14930
|
-
|
|
14931
|
-
|
|
14903
|
+
fillRule: "evenodd",
|
|
14904
|
+
clipRule: "evenodd",
|
|
14905
|
+
d: "M26.0357 7V9.04167H24V8C24 7.44771 24.4477 7 25 7H26.0357ZM26.2857 7V9.04167H28.7142V7H28.9642V9.04167H30.9997V9.29167H28.9642V11.0417L30.9997 11.0417L30.9997 11.2917L28.9642 11.2917V13L29.9999 13C30.5522 13 30.9999 12.5523 30.9999 12V8C30.9999 7.44772 30.5522 7 29.9999 7H26.2857ZM28.7142 13V11.2917L26.2857 11.2917V13L28.7142 13ZM26.0357 13V11.2917L24 11.2917V12C24 12.5523 24.4477 13 25 13L26.0357 13ZM24 11.0417L26.0357 11.0417V9.29167H24V11.0417ZM26.2857 11.0417V9.29167H28.7142V11.0417L26.2857 11.0417Z",
|
|
14906
|
+
fill: "#F4C932"
|
|
14907
|
+
}));
|
|
14932
14908
|
};
|
|
14933
14909
|
|
|
14934
14910
|
var EmptyCartIcon = function EmptyCartIcon(_ref) {
|