@thecb/components 7.7.3-beta.1 → 7.7.3-beta.2

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
@@ -16465,6 +16465,32 @@ var FindIconSmall = function FindIconSmall(_ref) {
16465
16465
 
16466
16466
  var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
16467
16467
 
16468
+ var HistoryIconSmall = function HistoryIconSmall(_ref) {
16469
+ var themeValues = _ref.themeValues;
16470
+ return /*#__PURE__*/React__default.createElement("svg", {
16471
+ width: "20",
16472
+ height: "20",
16473
+ viewBox: "0 0 20 20",
16474
+ fill: "none",
16475
+ xmlns: "http://www.w3.org/2000/svg"
16476
+ }, /*#__PURE__*/React__default.createElement("path", {
16477
+ d: "M3.33337 8.33333C3.33337 7.8731 3.70647 7.5 4.16671 7.5H15.8334C16.2936 7.5 16.6667 7.8731 16.6667 8.33333V16.6667C16.6667 17.1269 16.2936 17.5 15.8334 17.5H4.16671C3.70647 17.5 3.33337 17.1269 3.33337 16.6667V8.33333Z",
16478
+ fill: themeValues.singleIconColor
16479
+ }), /*#__PURE__*/React__default.createElement("path", {
16480
+ fillRule: "evenodd",
16481
+ clipRule: "evenodd",
16482
+ d: "M5.08337 4.75C4.66916 4.75 4.33337 5.08579 4.33337 5.5C4.33337 5.91421 4.66916 6.25 5.08337 6.25H14.9134C15.3276 6.25 15.6634 5.91421 15.6634 5.5C15.6634 5.08579 15.3276 4.75 14.9134 4.75H5.08337Z",
16483
+ fill: themeValues.singleIconColor
16484
+ }), /*#__PURE__*/React__default.createElement("path", {
16485
+ fillRule: "evenodd",
16486
+ clipRule: "evenodd",
16487
+ d: "M6.03337 2.25C5.64677 2.25 5.33337 2.5634 5.33337 2.95C5.33337 3.3366 5.64678 3.65 6.03337 3.65H13.9634C14.35 3.65 14.6634 3.3366 14.6634 2.95C14.6634 2.5634 14.35 2.25 13.9634 2.25H6.03337Z",
16488
+ fill: themeValues.singleIconColor
16489
+ }));
16490
+ };
16491
+
16492
+ var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
16493
+
16468
16494
  var color$2 = "#15749D";
16469
16495
  var hoverColor$1 = "#116285";
16470
16496
  var activeColor$1 = "#0E506D";
@@ -36457,19 +36483,21 @@ var TableRowWrapper = styled__default.tr.withConfig({
36457
36483
  var borderColor = _ref.borderColor;
36458
36484
  return "1px solid ".concat(borderColor);
36459
36485
  }, function (_ref2) {
36460
- var hoverEffect = _ref2.hoverEffect,
36486
+ var hoverCursor = _ref2.hoverCursor,
36487
+ hoverEffect = _ref2.hoverEffect,
36461
36488
  hoverBackgroundColor = _ref2.hoverBackgroundColor;
36462
- return hoverEffect && "&:hover {\n cursor: pointer;\n background-color: ".concat(hoverBackgroundColor, ";\n }");
36489
+ return hoverEffect && "&:hover {\n ".concat(hoverCursor && "cursor: pointer", ";\n background-color: ").concat(hoverBackgroundColor, ";\n }");
36463
36490
  }, function (_ref3) {
36464
36491
  var extraStyles = _ref3.extraStyles;
36465
36492
  return extraStyles;
36466
36493
  });
36467
36494
 
36468
- var _excluded$w = ["children", "extraStyles", "hoverEffect", "onClick", "themeValues"];
36495
+ var _excluded$w = ["children", "extraStyles", "hoverCursor", "hoverEffect", "onClick", "themeValues"];
36469
36496
 
36470
36497
  var TableRow = function TableRow(_ref) {
36471
36498
  var children = _ref.children,
36472
36499
  extraStyles = _ref.extraStyles,
36500
+ _ref$hoverCursor = _ref.hoverCursor,
36473
36501
  _ref$hoverEffect = _ref.hoverEffect,
36474
36502
  hoverEffect = _ref$hoverEffect === void 0 ? true : _ref$hoverEffect,
36475
36503
  onClick = _ref.onClick,
@@ -47989,6 +48017,7 @@ exports.GuidedCheckoutImage = GuidedCheckoutImage;
47989
48017
  exports.HamburgerButton = HamburgerButton;
47990
48018
  exports.Heading = Heading$1;
47991
48019
  exports.HighlightTabRow = HighlightTabRow$1;
48020
+ exports.HistoryIconSmall = HistoryIconSmall$1;
47992
48021
  exports.IconAdd = IconAdd;
47993
48022
  exports.IconQuitLarge = IconQuitLarge;
47994
48023
  exports.Imposter = Imposter;
@@ -48073,7 +48102,7 @@ exports.TableCell = TableCell_styled;
48073
48102
  exports.TableHead = TableHead$1;
48074
48103
  exports.TableHeading = TableHeading_styled;
48075
48104
  exports.TableListItem = TableListItem;
48076
- exports.TableRow = TableRowWrapper;
48105
+ exports.TableRow = TableRow$1;
48077
48106
  exports.Tabs = Tabs$1;
48078
48107
  exports.TermsAndConditions = TermsAndConditions;
48079
48108
  exports.TermsAndConditionsModal = TermsAndConditionsModal$1;