@thecb/components 10.4.6-beta.6 → 10.4.6-beta.8

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
@@ -14131,7 +14131,9 @@ var GenericErrorIcon = function GenericErrorIcon() {
14131
14131
  }));
14132
14132
  };
14133
14133
 
14134
- var IconAdd = function IconAdd() {
14134
+ var IconAdd = function IconAdd(_ref) {
14135
+ var _ref$strokeWidth = _ref.strokeWidth,
14136
+ strokeWidth = _ref$strokeWidth === void 0 ? 1 : _ref$strokeWidth;
14135
14137
  return /*#__PURE__*/React__default.createElement("svg", {
14136
14138
  xmlns: "http://www.w3.org/2000/svg",
14137
14139
  xmlnsXlink: "http://www.w3.org/1999/xlink",
@@ -14146,7 +14148,7 @@ var IconAdd = function IconAdd() {
14146
14148
  fill: "none",
14147
14149
  fillRule: "evenodd",
14148
14150
  stroke: "none",
14149
- strokeWidth: "1"
14151
+ strokeWidth: strokeWidth
14150
14152
  }, /*#__PURE__*/React__default.createElement("g", {
14151
14153
  transform: "translate(-407 -563)"
14152
14154
  }, /*#__PURE__*/React__default.createElement("g", {
@@ -14164,6 +14166,7 @@ var IconAdd = function IconAdd() {
14164
14166
  xlinkHref: "#path-1"
14165
14167
  })), /*#__PURE__*/React__default.createElement("circle", {
14166
14168
  className: "stroke",
14169
+ strokeWidth: strokeWidth,
14167
14170
  cx: "8.155",
14168
14171
  cy: "8.072",
14169
14172
  r: "8"
@@ -14180,7 +14183,7 @@ var IconQuitLarge = function IconQuitLarge(_ref) {
14180
14183
  version: "1.1",
14181
14184
  xmlns: "http://www.w3.org/2000/svg",
14182
14185
  xmlnsXlink: "http://www.w3.org/1999/xlink"
14183
- }, /*#__PURE__*/React__default.createElement("title", null, "Icon/X"), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("polygon", {
14186
+ }, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("polygon", {
14184
14187
  id: "quit-large-path-1",
14185
14188
  points: "18.9999989 6.40999946 17.589999 4.9999997 11.9999993 10.5899995 6.40999946 4.9999997 4.9999997 6.40999946 10.5899995 11.9999993 4.9999997 17.589999 6.40999946 18.9999989 11.9999993 13.409999 17.589999 18.9999989 18.9999989 17.589999 13.409999 11.9999993"
14186
14189
  })), /*#__PURE__*/React__default.createElement("g", {
@@ -25994,7 +25997,7 @@ var useToastNotification = function useToastNotification() {
25994
25997
  toastState = _useState2[0],
25995
25998
  setToastState = _useState2[1];
25996
25999
  React.useEffect(function () {
25997
- if (toastState.isOpen) {
26000
+ if (toastState.isOpen && timeout > 0) {
25998
26001
  setTimeout(function () {
25999
26002
  setToastState(initialToastState);
26000
26003
  }, timeout);
@@ -27836,13 +27839,13 @@ var Placeholder = function Placeholder(_ref2) {
27836
27839
  childGap: "0"
27837
27840
  }, variant === "large" && /*#__PURE__*/React__default.createElement("div", null), /*#__PURE__*/React__default.createElement(Box, {
27838
27841
  padding: "0",
27839
- extraStyles: ".fill { \n fill: ".concat(variant === "large" ? CHARADE_GREY : themeValues.color, "; \n } .stroke { \n stroke: ").concat(variant === "large" ? CHARADE_GREY : themeValues.color, "; \n }")
27842
+ extraStyles: ".fill { \n fill: ".concat(variant === "large" ? CHARADE_GREY : themeValues.color, "; \n } .stroke { \n stroke: ").concat(variant === "large" ? CHARADE_GREY : themeValues.color, "; \n } ")
27840
27843
  }, variant === "large" ? /*#__PURE__*/React__default.createElement(Center, {
27841
27844
  intrinsic: true
27842
27845
  }, getLargeIcon(largeIcon), /*#__PURE__*/React__default.createElement(Text$1, {
27843
27846
  variant: "pS",
27844
27847
  color: themeValues.color,
27845
- weight: FONT_WEIGHT_REGULAR,
27848
+ weight: FONT_WEIGHT_SEMIBOLD,
27846
27849
  extraStyles: "text-align: center;"
27847
27850
  }, text)) : /*#__PURE__*/React__default.createElement(Cover, {
27848
27851
  singleChild: true,
@@ -27850,12 +27853,14 @@ var Placeholder = function Placeholder(_ref2) {
27850
27853
  }, /*#__PURE__*/React__default.createElement(Cluster, {
27851
27854
  justify: "center",
27852
27855
  align: "center"
27853
- }, /*#__PURE__*/React__default.createElement(IconAdd, null), /*#__PURE__*/React__default.createElement(Center, {
27856
+ }, /*#__PURE__*/React__default.createElement(IconAdd, {
27857
+ strokeWidth: "2"
27858
+ }), /*#__PURE__*/React__default.createElement(Center, {
27854
27859
  intrinsic: true
27855
27860
  }, /*#__PURE__*/React__default.createElement(Text$1, {
27856
27861
  variant: "pS",
27857
27862
  color: themeValues.color,
27858
- weight: FONT_WEIGHT_REGULAR,
27863
+ weight: FONT_WEIGHT_SEMIBOLD,
27859
27864
  extraStyles: "padding: 0 0 0 8px; text-align: center;"
27860
27865
  }, text)))))))))));
27861
27866
  };
@@ -39235,8 +39240,12 @@ var LoadingLine = function LoadingLine(_ref) {
39235
39240
  var backgroundColor$6 = {
39236
39241
  primary: WHITE
39237
39242
  };
39243
+ var boxShadow$1 = {
39244
+ primary: "box-shadow: 0px 1px 2px 0px #292A331A;\n box-shadow: 0px 2px 6px 0px #292a3333; \n box-shadow: 0px -1px 0px 0px #292A331A inset;"
39245
+ };
39238
39246
  var fallbackValues$C = {
39239
- backgroundColor: backgroundColor$6
39247
+ backgroundColor: backgroundColor$6,
39248
+ boxShadow: boxShadow$1
39240
39249
  };
39241
39250
 
39242
39251
  var fontSize$9 = {
@@ -39274,7 +39283,7 @@ var titleSpacing = {
39274
39283
  largeTitle: "1.125rem",
39275
39284
  small: "0.5rem"
39276
39285
  };
39277
- var boxShadow$1 = {
39286
+ var boxShadow$2 = {
39278
39287
  "default": "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
39279
39288
  largeTitle: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
39280
39289
  small: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)"
@@ -39297,7 +39306,7 @@ var fallbackValues$D = {
39297
39306
  textAlign: textAlign,
39298
39307
  titleType: titleType,
39299
39308
  titleSpacing: titleSpacing,
39300
- boxShadow: boxShadow$1,
39309
+ boxShadow: boxShadow$2,
39301
39310
  borderRadius: borderRadius,
39302
39311
  backgroundColor: backgroundColor$7
39303
39312
  };
@@ -39375,16 +39384,18 @@ var WalletName = function WalletName(_ref) {
39375
39384
  _ref$text = _ref.text,
39376
39385
  text = _ref$text === void 0 ? "Not you?" : _ref$text,
39377
39386
  _ref$actionText = _ref.actionText,
39378
- actionText = _ref$actionText === void 0 ? "Check out as a guest" : _ref$actionText;
39387
+ actionText = _ref$actionText === void 0 ? "Check out as a guest" : _ref$actionText,
39388
+ themeValues = _ref.themeValues;
39379
39389
  var themeContext = React.useContext(styled.ThemeContext);
39380
39390
  var isMobile = themeContext.isMobile;
39381
39391
  return /*#__PURE__*/React__default.createElement(React.Fragment, null, /*#__PURE__*/React__default.createElement(Module$1, {
39382
39392
  spacingBottom: isMobile ? "0" : "1.5rem"
39383
39393
  }, /*#__PURE__*/React__default.createElement(Box, {
39384
39394
  padding: "24px",
39395
+ boxShadow: themeValues.boxShadow,
39385
39396
  spacingBottom: "0",
39386
39397
  margin: "0 0 0 0",
39387
- extraStyles: isMobile ? "box-shadow: 0px 1px 2px 0px #292A331A; box-shadow: 0px 2px 6px 0px #292A3333; box-shadow: 0px 1px 0px 0px #292A331A inset;\n; display: flex; flex-direction: column; flex-wrap: wrap; \n span {text - align: right;}" : "display: flex; justify-content: space-between; align-items: center; "
39398
+ extraStyles: isMobile ? "display: flex; flex-direction: column; flex-wrap: wrap; span {text - align: right;}" : "display: flex; justify-content: space-between; align-items: center;"
39388
39399
  }, /*#__PURE__*/React__default.createElement(Box, {
39389
39400
  padding: "0 0 0"
39390
39401
  }, /*#__PURE__*/React__default.createElement(Text$1, null, personName)), !isMobile && /*#__PURE__*/React__default.createElement(Box, {
@@ -39397,7 +39408,7 @@ var WalletName = function WalletName(_ref) {
39397
39408
  variant: "smallGhost",
39398
39409
  extraStyles: "span {font-size: 12px;}"
39399
39410
  })))), isMobile && /*#__PURE__*/React__default.createElement(Box, {
39400
- padding: "0",
39411
+ padding: "0 0 24px",
39401
39412
  extraStyles: "display: flex; align-items: center; justify-content: flex-end;"
39402
39413
  }, /*#__PURE__*/React__default.createElement(Text$1, {
39403
39414
  extraStyles: "font-size: 12px"
@@ -48314,23 +48325,21 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
48314
48325
  toggleOpen(false);
48315
48326
  },
48316
48327
  initialFocusSelector: "[name='Close']"
48317
- }, /*#__PURE__*/React__default.createElement(Text$1, {
48318
- variant: "pS",
48328
+ }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
48329
+ variant: "ghost",
48330
+ tabIndex: "0",
48319
48331
  onClick: function onClick() {
48320
48332
  return toggleOpen(true);
48321
48333
  },
48322
48334
  onKeyPress: function onKeyPress(e) {
48323
48335
  return e.key === "Enter" && toggleOpen(true);
48324
48336
  },
48325
- tabIndex: "0",
48326
- color: themeValues.linkColor,
48327
- weight: themeValues.fontWeight,
48328
- hoverStyles: themeValues.modalLinkHoverFocus,
48329
- textDecoration: themeValues.linkTextDecoration,
48330
- extraStyles: "cursor: pointer;",
48331
- role: "button",
48332
- className: "modal-trigger"
48333
- }, link));
48337
+ extraStyles: "min-width: 0; min-height: 0;margin: 0; padding: 0; text-transform: none;",
48338
+ text: /*#__PURE__*/React__default.createElement(Text$1, {
48339
+ variant: "pS",
48340
+ color: "inherit"
48341
+ }, link)
48342
+ }));
48334
48343
  };
48335
48344
  var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$P, "default");
48336
48345
 
@@ -49970,7 +49979,9 @@ var ToastNotification = function ToastNotification(_ref) {
49970
49979
  height = _ref$height === void 0 ? "56px" : _ref$height,
49971
49980
  _ref$childGap = _ref.childGap,
49972
49981
  childGap = _ref$childGap === void 0 ? "1rem" : _ref$childGap,
49973
- backgroundColor = _ref.backgroundColor;
49982
+ backgroundColor = _ref.backgroundColor,
49983
+ _ref$role = _ref.role,
49984
+ role = _ref$role === void 0 ? "alert" : _ref$role;
49974
49985
  return /*#__PURE__*/React__default.createElement(Box, {
49975
49986
  onClick: closeToastNotification,
49976
49987
  background: backgroundColor ? backgroundColor : variant === VARIANTS.SUCCESS ? HINT_GREEN : variant === VARIANTS.ERROR ? ERROR_BACKGROUND_COLOR : WHITE,
@@ -49981,7 +49992,12 @@ var ToastNotification = function ToastNotification(_ref) {
49981
49992
  padding: "0rem 1rem",
49982
49993
  borderRadius: "4px",
49983
49994
  boxShadow: generateShadows().standard.base,
49984
- extraStyles: "\n display: ".concat(toastOpen ? "block" : "none", ";\n position: fixed; bottom: 4rem; left: 4rem;\n ").concat(extraStyles, ";\n cursor: pointer;\n ")
49995
+ extraStyles: "\n display: ".concat(toastOpen ? "block" : "none", ";\n position: fixed; bottom: 4rem; left: 4rem;\n ").concat(extraStyles, ";\n cursor: pointer;\n "),
49996
+ role: role
49997
+ }, /*#__PURE__*/React__default.createElement(Cluster, {
49998
+ align: "center",
49999
+ childGap: childGap,
50000
+ justify: "space-between"
49985
50001
  }, /*#__PURE__*/React__default.createElement(Cluster, {
49986
50002
  align: "center",
49987
50003
  childGap: childGap
@@ -49991,7 +50007,7 @@ var ToastNotification = function ToastNotification(_ref) {
49991
50007
  }, /*#__PURE__*/React__default.createElement(Paragraph$1, {
49992
50008
  weight: FONT_WEIGHT_SEMIBOLD,
49993
50009
  extraStyles: "word-break: break-word;"
49994
- }, message)), /*#__PURE__*/React__default.createElement(IconQuitLarge, null)));
50010
+ }, message))), /*#__PURE__*/React__default.createElement(IconQuitLarge, null)));
49995
50011
  };
49996
50012
 
49997
50013
  var fontWeight$9 = "600";