@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.cjs.js
CHANGED
|
@@ -13738,42 +13738,27 @@ var BankIcon = function BankIcon() {
|
|
|
13738
13738
|
|
|
13739
13739
|
var GenericCard = function GenericCard() {
|
|
13740
13740
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
13741
|
-
width: "28px",
|
|
13742
|
-
height: "18px",
|
|
13743
|
-
viewBox: "0 0 28 18",
|
|
13744
|
-
version: "1.1",
|
|
13745
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13746
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
13747
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
13748
|
-
stroke: "none",
|
|
13749
|
-
strokeWidth: "1",
|
|
13750
|
-
fill: "none",
|
|
13751
|
-
fillRule: "evenodd"
|
|
13752
|
-
}, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("rect", {
|
|
13753
|
-
id: "bg",
|
|
13754
|
-
fill: "#CACED8",
|
|
13755
|
-
x: "0",
|
|
13756
|
-
y: "0",
|
|
13757
13741
|
width: "28",
|
|
13758
13742
|
height: "18",
|
|
13759
|
-
|
|
13760
|
-
|
|
13761
|
-
|
|
13762
|
-
fill: "#6D717E"
|
|
13743
|
+
viewBox: "0 0 28 18",
|
|
13744
|
+
fill: "none",
|
|
13745
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
13763
13746
|
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
13764
|
-
id: "Rectangle-Copy-7",
|
|
13765
|
-
x: "0",
|
|
13766
|
-
y: "0",
|
|
13767
13747
|
width: "28",
|
|
13768
|
-
height: "
|
|
13769
|
-
|
|
13770
|
-
|
|
13771
|
-
|
|
13772
|
-
|
|
13773
|
-
|
|
13774
|
-
|
|
13775
|
-
|
|
13776
|
-
})
|
|
13748
|
+
height: "18",
|
|
13749
|
+
rx: "2",
|
|
13750
|
+
fill: "#15749D"
|
|
13751
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
13752
|
+
fillRule: "evenodd",
|
|
13753
|
+
clipRule: "evenodd",
|
|
13754
|
+
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",
|
|
13755
|
+
fill: "#E4F4FD"
|
|
13756
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
13757
|
+
fillRule: "evenodd",
|
|
13758
|
+
clipRule: "evenodd",
|
|
13759
|
+
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",
|
|
13760
|
+
fill: "#F4C932"
|
|
13761
|
+
}));
|
|
13777
13762
|
};
|
|
13778
13763
|
|
|
13779
13764
|
var BankItemWrapper = styled__default.div.withConfig({
|
|
@@ -14907,36 +14892,27 @@ var ProfileIcon$1 = themeComponent(ProfileIcon, "Icons", fallbackValues$2, "info
|
|
|
14907
14892
|
|
|
14908
14893
|
var GenericCardLarge = function GenericCardLarge() {
|
|
14909
14894
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
14910
|
-
|
|
14911
|
-
|
|
14912
|
-
|
|
14913
|
-
viewBox: "0 0 34 28"
|
|
14914
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
14895
|
+
width: "36",
|
|
14896
|
+
height: "24",
|
|
14897
|
+
viewBox: "0 0 36 24",
|
|
14915
14898
|
fill: "none",
|
|
14916
|
-
|
|
14917
|
-
|
|
14918
|
-
|
|
14919
|
-
|
|
14920
|
-
|
|
14921
|
-
|
|
14922
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
14923
|
-
transform: "translate(94 518)"
|
|
14924
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
14925
|
-
transform: "translate(24 350)"
|
|
14926
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
14927
|
-
transform: "translate(0 35)"
|
|
14928
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
14929
|
-
transform: "translate(24 24)"
|
|
14930
|
-
}, /*#__PURE__*/React__default.createElement("path", {
|
|
14931
|
-
fill: "#CACED8",
|
|
14932
|
-
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"
|
|
14899
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
14900
|
+
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
14901
|
+
width: "36",
|
|
14902
|
+
height: "24",
|
|
14903
|
+
rx: "2",
|
|
14904
|
+
fill: "#15749D"
|
|
14933
14905
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
14934
|
-
|
|
14935
|
-
|
|
14906
|
+
fillRule: "evenodd",
|
|
14907
|
+
clipRule: "evenodd",
|
|
14908
|
+
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",
|
|
14909
|
+
fill: "#E4F4FD"
|
|
14936
14910
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
14937
|
-
|
|
14938
|
-
|
|
14939
|
-
|
|
14911
|
+
fillRule: "evenodd",
|
|
14912
|
+
clipRule: "evenodd",
|
|
14913
|
+
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",
|
|
14914
|
+
fill: "#F4C932"
|
|
14915
|
+
}));
|
|
14940
14916
|
};
|
|
14941
14917
|
|
|
14942
14918
|
var EmptyCartIcon = function EmptyCartIcon(_ref) {
|