@thecb/components 5.8.2-beta.5 → 5.8.2-beta.6
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
|
@@ -13789,8 +13789,7 @@ var TimeoutImage = function TimeoutImage() {
|
|
|
13789
13789
|
})))));
|
|
13790
13790
|
};
|
|
13791
13791
|
|
|
13792
|
-
var AutopayOnIcon = function AutopayOnIcon(
|
|
13793
|
-
var themeValues = _ref.themeValues;
|
|
13792
|
+
var AutopayOnIcon = function AutopayOnIcon() {
|
|
13794
13793
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
13795
13794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13796
13795
|
width: "12",
|
|
@@ -13803,14 +13802,12 @@ var AutopayOnIcon = function AutopayOnIcon(_ref) {
|
|
|
13803
13802
|
strokeWidth: "1"
|
|
13804
13803
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
13805
13804
|
className: "autopayIcon",
|
|
13806
|
-
fill:
|
|
13805
|
+
fill: SEA_GREEN,
|
|
13807
13806
|
fillRule: "nonzero",
|
|
13808
13807
|
d: "M1.898 5.75c.079 0 .141-.02.188-.059a.281.281 0 00.094-.152 3.825 3.825 0 011.394-2.144A3.838 3.838 0 016 2.563c.5 0 .98.09 1.441.27.461.179.88.44 1.254.784l-.984.985A.542.542 0 007.547 5c0 .156.055.29.164.398.11.11.242.165.398.165h3.141c.156 0 .289-.055.398-.165A.542.542 0 0011.812 5V1.86a.542.542 0 00-.164-.399.542.542 0 00-.398-.164.542.542 0 00-.398.164l-.844.844A5.699 5.699 0 006 .688c-.938 0-1.809.207-2.613.62-.805.415-1.48.981-2.028 1.7A5.726 5.726 0 00.281 5.422a.265.265 0 00.059.223c.055.07.129.105.222.105h1.336zM6 12.312c.937 0 1.809-.207 2.613-.62a5.919 5.919 0 002.028-1.7 5.726 5.726 0 001.078-2.414.265.265 0 00-.059-.223.267.267 0 00-.223-.105h-1.335c-.079 0-.141.02-.188.059a.281.281 0 00-.094.152 3.825 3.825 0 01-1.394 2.144c-.711.555-1.52.833-2.426.833-.5 0-.98-.09-1.441-.27a3.985 3.985 0 01-1.254-.785l.984-.985A.542.542 0 004.453 8a.542.542 0 00-.164-.398.542.542 0 00-.398-.164H.75a.542.542 0 00-.398.164A.542.542 0 00.187 8v3.14c0 .157.055.29.165.4.109.108.242.163.398.163.156 0 .29-.055.398-.164l.844-.844A5.699 5.699 0 006 12.312z"
|
|
13809
13808
|
})));
|
|
13810
13809
|
};
|
|
13811
13810
|
|
|
13812
|
-
var AutopayOnIcon$1 = themeComponent(AutopayOnIcon, "Icons", fallbackValues$2, "primary");
|
|
13813
|
-
|
|
13814
13811
|
var NotFoundIcon = function NotFoundIcon() {
|
|
13815
13812
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
13816
13813
|
width: "548px",
|
|
@@ -40405,7 +40402,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
40405
40402
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
40406
40403
|
justify: isMobile ? "flex-start" : "flex-end",
|
|
40407
40404
|
align: "center"
|
|
40408
|
-
}, /*#__PURE__*/React__default.createElement(AutopayOnIcon
|
|
40405
|
+
}, /*#__PURE__*/React__default.createElement(AutopayOnIcon, null), /*#__PURE__*/React__default.createElement(Text$1, {
|
|
40409
40406
|
variant: "pS",
|
|
40410
40407
|
onClick: function onClick() {
|
|
40411
40408
|
return toggleModal(true);
|
|
@@ -43177,7 +43174,7 @@ exports.AddressForm = AddressForm;
|
|
|
43177
43174
|
exports.Alert = Alert$1;
|
|
43178
43175
|
exports.AllocatedIcon = AllocatedIcon;
|
|
43179
43176
|
exports.AmountCallout = AmountCallout$1;
|
|
43180
|
-
exports.AutopayOnIcon = AutopayOnIcon
|
|
43177
|
+
exports.AutopayOnIcon = AutopayOnIcon;
|
|
43181
43178
|
exports.BankIcon = BankIcon;
|
|
43182
43179
|
exports.Box = Box;
|
|
43183
43180
|
exports.BoxWithShadow = BoxWithShadow$1;
|