@thecb/components 7.10.0-beta.1 → 7.10.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 CHANGED
@@ -14742,7 +14742,8 @@ var FailedIcon = function FailedIcon() {
14742
14742
 
14743
14743
  var PencilIcon = function PencilIcon(_ref) {
14744
14744
  var _ref$ariaLabel = _ref.ariaLabel,
14745
- ariaLabel = _ref$ariaLabel === void 0 ? "Edit" : _ref$ariaLabel;
14745
+ ariaLabel = _ref$ariaLabel === void 0 ? "Edit" : _ref$ariaLabel,
14746
+ themeValues = _ref.themeValues;
14746
14747
  return /*#__PURE__*/React__default.createElement("svg", {
14747
14748
  "aria-label": ariaLabel,
14748
14749
  width: "24px",
@@ -14753,10 +14754,12 @@ var PencilIcon = function PencilIcon(_ref) {
14753
14754
  fillRule: "evenodd",
14754
14755
  clipRule: "evenodd",
14755
14756
  d: "M19.74 6.84a.885.885 0 0 1 0 1.253l-1.626 1.626-3.333-3.333 1.626-1.626a.885.885 0 0 1 1.253 0l2.08 2.08ZM4 20.5v-3.333l9.83-9.83 3.333 3.333-9.83 9.83H4Z",
14756
- fill: "#15749D"
14757
+ fill: themeValues.subIconColor
14757
14758
  }));
14758
14759
  };
14759
14760
 
14761
+ var PencilIcon$1 = themeComponent(PencilIcon, "Icons", fallbackValues$2, "info");
14762
+
14760
14763
  var PendingIcon = function PendingIcon() {
14761
14764
  return /*#__PURE__*/React__default.createElement("svg", {
14762
14765
  width: "32px",
@@ -49118,7 +49121,7 @@ exports.PaymentMethodAddIcon = PaymentMethodAddIcon$1;
49118
49121
  exports.PaymentMethodIcon = PaymentMethodIcon$1;
49119
49122
  exports.PaymentSearchIcon = PaymentSearchIcon;
49120
49123
  exports.PaymentsIconSmall = PaymentsIconSmall$1;
49121
- exports.PencilIcon = PencilIcon;
49124
+ exports.PencilIcon = PencilIcon$1;
49122
49125
  exports.PendingIcon = PendingIcon;
49123
49126
  exports.PeriscopeDashboardIframe = PeriscopeDashboardIframe;
49124
49127
  exports.PeriscopeFailedIcon = PeriscopeFailedIcon;