@thecb/components 6.1.5 → 6.2.2-beta.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
@@ -14406,6 +14406,45 @@ var ErroredIcon = function ErroredIcon() {
14406
14406
  }))));
14407
14407
  };
14408
14408
 
14409
+ var ExternalLinkIcon = function ExternalLinkIcon(_ref) {
14410
+ var linkColor = _ref.linkColor,
14411
+ text = _ref.text;
14412
+ return /*#__PURE__*/React__default.createElement("svg", {
14413
+ width: "14",
14414
+ height: "14",
14415
+ viewBox: "0 0 14 14",
14416
+ fill: "none",
14417
+ xmlns: "http://www.w3.org/2000/svg"
14418
+ }, /*#__PURE__*/React__default.createElement("path", {
14419
+ fillRule: "evenodd",
14420
+ clipRule: "evenodd",
14421
+ d: "M1.86092 1.59483C1.92074 1.56953 1.98651 1.55554 2.05554 1.55554H2.6111H4.94443C5.22057 1.55554 5.44443 1.7794 5.44443 2.05554V2.6111C5.44443 2.88724 5.22057 3.1111 4.94443 3.1111H3.1111V10.8889H10.8889V9.05554C10.8889 8.7794 11.1127 8.55554 11.3889 8.55554H11.9444C12.2206 8.55554 12.4444 8.7794 12.4444 9.05554V11.9444C12.4444 12.2206 12.2206 12.4444 11.9444 12.4444H11.3889C11.3507 12.4444 11.3135 12.4401 11.2778 12.432C11.242 12.4401 11.2048 12.4444 11.1667 12.4444H2.6111H2.05554C1.7794 12.4444 1.55554 12.2206 1.55554 11.9444V11.3889V2.6111V2.05554C1.55554 2.05554 1.55554 2.05554 1.55554 2.05554C1.55554 2.01307 1.56084 1.97183 1.57081 1.93246C1.60944 1.77983 1.71826 1.65517 1.86092 1.59483ZM7.77776 2.05554C7.77776 1.7794 8.00162 1.55554 8.27776 1.55554H11.3889H11.9444C12.2206 1.55554 12.4444 1.7794 12.4444 2.05554V2.6111V5.72221C12.4444 5.99835 12.2206 6.22221 11.9444 6.22221H11.3889C11.1127 6.22221 10.8889 5.99835 10.8889 5.72221V4.26638L6.89793 8.25733C6.70267 8.45259 6.38608 8.45259 6.19082 8.25733L5.79798 7.8645C5.60272 7.66923 5.60272 7.35265 5.79798 7.15739L9.84428 3.1111H8.27776C8.00162 3.1111 7.77776 2.88724 7.77776 2.6111V2.05554Z",
14422
+ fill: linkColor
14423
+ }), /*#__PURE__*/React__default.createElement("mask", {
14424
+ id: "mask0_902_435-".concat(text),
14425
+ style: {
14426
+ "mask-type": "alpha"
14427
+ },
14428
+ maskUnits: "userSpaceOnUse",
14429
+ x: "1",
14430
+ y: "1",
14431
+ width: "12",
14432
+ height: "12"
14433
+ }, /*#__PURE__*/React__default.createElement("path", {
14434
+ fillRule: "evenodd",
14435
+ clipRule: "evenodd",
14436
+ d: "M1.86092 1.59483C1.92074 1.56953 1.98651 1.55554 2.05554 1.55554H2.6111H4.94443C5.22057 1.55554 5.44443 1.7794 5.44443 2.05554V2.6111C5.44443 2.88724 5.22057 3.1111 4.94443 3.1111H3.1111V10.8889H10.8889V9.05554C10.8889 8.7794 11.1127 8.55554 11.3889 8.55554H11.9444C12.2206 8.55554 12.4444 8.7794 12.4444 9.05554V11.9444C12.4444 12.2206 12.2206 12.4444 11.9444 12.4444H11.3889C11.3507 12.4444 11.3135 12.4401 11.2778 12.432C11.242 12.4401 11.2048 12.4444 11.1667 12.4444H2.6111H2.05554C1.7794 12.4444 1.55554 12.2206 1.55554 11.9444V11.3889V2.6111V2.05554C1.55554 2.05554 1.55554 2.05554 1.55554 2.05554C1.55554 2.01307 1.56084 1.97183 1.57081 1.93246C1.60944 1.77983 1.71826 1.65517 1.86092 1.59483ZM7.77776 2.05554C7.77776 1.7794 8.00162 1.55554 8.27776 1.55554H11.3889H11.9444C12.2206 1.55554 12.4444 1.7794 12.4444 2.05554V2.6111V5.72221C12.4444 5.99835 12.2206 6.22221 11.9444 6.22221H11.3889C11.1127 6.22221 10.8889 5.99835 10.8889 5.72221V4.26638L6.89793 8.25733C6.70267 8.45259 6.38608 8.45259 6.19082 8.25733L5.79798 7.8645C5.60272 7.66923 5.60272 7.35265 5.79798 7.15739L9.84428 3.1111H8.27776C8.00162 3.1111 7.77776 2.88724 7.77776 2.6111V2.05554Z",
14437
+ fill: linkColor
14438
+ })), /*#__PURE__*/React__default.createElement("g", {
14439
+ mask: "url(#mask0_902_435-".concat(text, ")")
14440
+ }, /*#__PURE__*/React__default.createElement("rect", {
14441
+ x: "-0.0864258",
14442
+ width: "14",
14443
+ height: "14",
14444
+ fill: linkColor
14445
+ })));
14446
+ };
14447
+
14409
14448
  var FailedIcon = function FailedIcon() {
14410
14449
  return /*#__PURE__*/React__default.createElement("svg", {
14411
14450
  width: "32px",
@@ -43372,7 +43411,9 @@ var PeriscopeDashboardIframe = function PeriscopeDashboardIframe(_ref) {
43372
43411
  periscopeDataSuccess = _ref.periscopeDataSuccess,
43373
43412
  periscopeDataFailure = _ref.periscopeDataFailure,
43374
43413
  periscopeDataRequestSuccess = _ref.periscopeDataRequestSuccess,
43375
- periscopeDataRequestFailure = _ref.periscopeDataRequestFailure;
43414
+ periscopeDataRequestFailure = _ref.periscopeDataRequestFailure,
43415
+ _ref$timerMS = _ref.timerMS,
43416
+ timerMS = _ref$timerMS === void 0 ? 20000 : _ref$timerMS;
43376
43417
 
43377
43418
  var _useState = React.useState(0),
43378
43419
  _useState2 = _slicedToArray(_useState, 2),
@@ -43387,7 +43428,7 @@ var PeriscopeDashboardIframe = function PeriscopeDashboardIframe(_ref) {
43387
43428
  if (!periscopeDataSuccess) {
43388
43429
  periscopeDataRequestFailure();
43389
43430
  }
43390
- }, 10000);
43431
+ }, timerMS);
43391
43432
  return function () {
43392
43433
  return clearTimeout(time.timer);
43393
43434
  };
@@ -43803,6 +43844,7 @@ exports.EmailForm = EmailForm;
43803
43844
  exports.EmptyCartIcon = EmptyCartIcon$1;
43804
43845
  exports.ErroredIcon = ErroredIcon;
43805
43846
  exports.ExternalLink = ExternalLink;
43847
+ exports.ExternalLinkIcon = ExternalLinkIcon;
43806
43848
  exports.FailedIcon = FailedIcon;
43807
43849
  exports.ForgotPasswordForm = ForgotPasswordForm;
43808
43850
  exports.ForgotPasswordIcon = ForgotPasswordIcon$1;