@thecb/components 10.4.6-beta.6 → 10.4.7-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
@@ -38771,17 +38771,17 @@ var FormStateDropdown = function FormStateDropdown(_ref) {
38771
38771
  };
38772
38772
 
38773
38773
  var onBackground = "".concat(MATISSE_BLUE);
38774
- var disabledBackground = "".concat(IRON_GREY);
38774
+ var disabledBackground = "".concat(MANATEE_GREY);
38775
+ var disabledBackgroundLight = "".concat(ATHENS_GREY);
38775
38776
  var white = "".concat(WHITE);
38776
- var offBackground = "".concat(REGENT_GREY);
38777
38777
  var labelStyles = "\n display: flex;\n justify-content: flex-start;\n align-items: center;\n";
38778
38778
  var rightLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row;\n");
38779
38779
  var leftLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row-reverse;\n");
38780
38780
  var fallbackValues$y = {
38781
38781
  onBackground: onBackground,
38782
38782
  disabledBackground: disabledBackground,
38783
+ disabledBackgroundLight: disabledBackgroundLight,
38783
38784
  white: white,
38784
- offBackground: offBackground,
38785
38785
  rightLabelStyles: rightLabelStyles,
38786
38786
  leftLabelStyles: leftLabelStyles
38787
38787
  };
@@ -38799,7 +38799,7 @@ var HiddenToggleSwitchBox = styled__default.input.withConfig({
38799
38799
  var VisibleSwitchComponent = styled__default.label.withConfig({
38800
38800
  displayName: "ToggleSwitch__VisibleSwitchComponent",
38801
38801
  componentId: "sc-1t51u6v-1"
38802
- })(["width:48px;height:24px;border-radius:48px;border:none;position:relative;box-sizing:border-box;cursor:", ";display:inline-block;&:hover{box-shadow:", ";}&:focus{box-shadow:0px 2px 5px 0px rgba(0,0,0,0.5);}", ""], function (_ref3) {
38802
+ })(["width:44px;height:24px;border-radius:12px;border:none;position:relative;box-sizing:border-box;cursor:", ";display:inline-block;&:hover{box-shadow:", ";}&:focus{box-shadow:0px 2px 5px 0px rgba(0,0,0,0.5);}", ""], function (_ref3) {
38803
38803
  var disabled = _ref3.disabled;
38804
38804
  return disabled ? "auto" : "pointer";
38805
38805
  }, function (_ref4) {
@@ -38809,14 +38809,10 @@ var VisibleSwitchComponent = styled__default.label.withConfig({
38809
38809
  var isMobile = _ref5.isMobile;
38810
38810
  return isMobile ? "transform: scale(0.75)" : "";
38811
38811
  });
38812
- var ToggleSwitchMiddleRingComponent = styled__default.div.withConfig({
38813
- displayName: "ToggleSwitch__ToggleSwitchMiddleRingComponent",
38812
+ var ToggleSwitchRingComponent = styled__default.div.withConfig({
38813
+ displayName: "ToggleSwitch__ToggleSwitchRingComponent",
38814
38814
  componentId: "sc-1t51u6v-2"
38815
- })(["position:absolute;width:20px;height:20px;border:none;border-radius:50%;box-sizing:border-box;"]);
38816
- var ToggleSwitchInnerRingComponent = styled__default.div.withConfig({
38817
- displayName: "ToggleSwitch__ToggleSwitchInnerRingComponent",
38818
- componentId: "sc-1t51u6v-3"
38819
- })(["position:absolute;width:14px;height:14px;top:3px;left:3px;right:3px;bottom:3px;border-radius:50%;box-sizing:border-box;"]);
38815
+ })(["position:absolute;width:16px;height:16px;border:none;border-radius:50%;box-sizing:border-box;"]);
38820
38816
  var ToggleSwitch = function ToggleSwitch(_ref6) {
38821
38817
  var _ref6$isOn = _ref6.isOn,
38822
38818
  isOn = _ref6$isOn === void 0 ? false : _ref6$isOn,
@@ -38833,52 +38829,30 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
38833
38829
  themeValues = _ref6.themeValues,
38834
38830
  isMobile = _ref6.isMobile,
38835
38831
  dataQa = _ref6.dataQa;
38836
- var ToggleSwitchInnerRing = posed(ToggleSwitchInnerRingComponent)({
38832
+ var ToggleSwitchRing = posed(ToggleSwitchRingComponent)({
38837
38833
  off: {
38838
- backgroundColor: themeValues.offBackground,
38839
- transition: {
38840
- ease: "easeOut"
38841
- }
38842
- },
38843
- on: {
38844
- backgroundColor: themeValues.onBackground,
38845
- transition: {
38846
- ease: "easeIn"
38847
- }
38848
- },
38849
- disabled: {
38850
- backgroundColor: themeValues.disabledBackground
38851
- }
38852
- });
38853
- var ToggleSwitchMiddleRing = posed(ToggleSwitchMiddleRingComponent)({
38854
- off: {
38855
- backgroundColor: themeValues.white,
38856
- left: "2px",
38857
- top: "2px",
38858
- bottom: "2px",
38859
- right: "24px",
38834
+ backgroundColor: disabled ? themeValues.disabledBackground : themeValues.onBackground,
38835
+ left: "4px",
38836
+ top: "3px",
38837
+ bottom: "3px",
38838
+ right: "20px",
38860
38839
  transition: {
38861
38840
  ease: "backIn"
38862
38841
  }
38863
38842
  },
38864
38843
  on: {
38865
38844
  backgroundColor: themeValues.white,
38866
- right: "1px",
38867
- top: "2px",
38868
- bottom: "2px",
38869
- left: "25px",
38845
+ right: "8px",
38846
+ top: "3px",
38847
+ bottom: "4px",
38848
+ left: "23px",
38870
38849
  transition: {
38871
38850
  ease: "backIn"
38872
38851
  }
38873
- },
38874
- disabled: {
38875
- backgroundColor: themeValues.white,
38876
- left: "2px",
38877
- top: "2px",
38878
- bottom: "2px",
38879
- right: "24px"
38880
38852
  }
38881
38853
  });
38854
+
38855
+ // to do: for disabled, background color should not be white (should be lighter disabled background)
38882
38856
  var VisibleSwitch = posed(VisibleSwitchComponent)({
38883
38857
  focusable: true,
38884
38858
  hoverable: true,
@@ -38891,19 +38865,20 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
38891
38865
  boxShadow: "0px 2px 5px 0px rgba(0,0,0,0.5)"
38892
38866
  },
38893
38867
  off: {
38894
- backgroundColor: themeValues.offBackground,
38868
+ border: "1px solid",
38869
+ backgroundColor: disabled ? themeValues.disabledBackgroundLight : themeValues.white,
38870
+ borderColor: disabled ? themeValues.disabledBackground : themeValues.onBackground,
38895
38871
  transition: {
38896
38872
  ease: "easeOut"
38897
38873
  }
38898
38874
  },
38899
38875
  on: {
38900
- backgroundColor: themeValues.onBackground,
38876
+ border: "1px solid",
38877
+ backgroundColor: disabled ? themeValues.disabledBackground : themeValues.onBackground,
38878
+ borderColor: disabled ? themeValues.disabledBackground : themeValues.onBackground,
38901
38879
  transition: {
38902
38880
  ease: "easeIn"
38903
38881
  }
38904
- },
38905
- disabled: {
38906
- backgroundColor: themeValues.disabledBackground
38907
38882
  }
38908
38883
  });
38909
38884
  var handleKeyDown = function handleKeyDown(e) {
@@ -38938,11 +38913,11 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
38938
38913
  htmlFor: "#toggle-".concat(name),
38939
38914
  onClick: disabled ? noop : onToggle,
38940
38915
  onKeyDown: disabled ? noop : handleKeyDown,
38941
- pose: disabled ? "disabled" : isOn ? "on" : "off",
38916
+ pose: isOn ? "on" : "off",
38942
38917
  tabIndex: disabled ? -1 : 0,
38943
38918
  disabled: disabled,
38944
38919
  isMobile: isMobile
38945
- }, /*#__PURE__*/React__default.createElement(ToggleSwitchMiddleRing, null, /*#__PURE__*/React__default.createElement(ToggleSwitchInnerRing, null))))), label && /*#__PURE__*/React__default.createElement(Heading$1, {
38920
+ }, /*#__PURE__*/React__default.createElement(ToggleSwitchRing, null)))), label && /*#__PURE__*/React__default.createElement(Heading$1, {
38946
38921
  variant: "h4",
38947
38922
  weight: FONT_WEIGHT_SEMIBOLD,
38948
38923
  extraStyles: "margin: 0 0.5rem; position: relative; bottom: 1px; display: inline-block;",
@@ -39232,184 +39207,6 @@ var LoadingLine = function LoadingLine(_ref) {
39232
39207
  });
39233
39208
  };
39234
39209
 
39235
- var backgroundColor$6 = {
39236
- primary: WHITE
39237
- };
39238
- var fallbackValues$C = {
39239
- backgroundColor: backgroundColor$6
39240
- };
39241
-
39242
- var fontSize$9 = {
39243
- "default": "1.375rem",
39244
- largeTitle: "1.75rem",
39245
- small: "1.25rem"
39246
- };
39247
- var fontWeight$5 = {
39248
- "default": "600",
39249
- largeTitle: "700",
39250
- small: "600"
39251
- };
39252
- var fontColor = {
39253
- "default": CHARADE_GREY,
39254
- largeTitle: CHARADE_GREY,
39255
- small: CHARADE_GREY
39256
- };
39257
- var lineHeight$3 = {
39258
- "default": "2rem",
39259
- largeTitle: "2rem",
39260
- small: "2rem"
39261
- };
39262
- var textAlign = {
39263
- "default": "left",
39264
- largeTitle: "left",
39265
- small: "left"
39266
- };
39267
- var titleType = {
39268
- "default": "h5",
39269
- largeTitle: "h1",
39270
- small: "h6"
39271
- };
39272
- var titleSpacing = {
39273
- "default": "0.5rem",
39274
- largeTitle: "1.125rem",
39275
- small: "0.5rem"
39276
- };
39277
- var boxShadow$1 = {
39278
- "default": "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
39279
- largeTitle: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
39280
- small: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)"
39281
- };
39282
- var borderRadius = {
39283
- "default": "0.25rem",
39284
- largeTitle: "0.25rem",
39285
- small: "0.25rem"
39286
- };
39287
- var backgroundColor$7 = {
39288
- "default": WHITE,
39289
- largeTitle: WHITE,
39290
- small: WHITE
39291
- };
39292
- var fallbackValues$D = {
39293
- fontSize: fontSize$9,
39294
- fontWeight: fontWeight$5,
39295
- fontColor: fontColor,
39296
- lineHeight: lineHeight$3,
39297
- textAlign: textAlign,
39298
- titleType: titleType,
39299
- titleSpacing: titleSpacing,
39300
- boxShadow: boxShadow$1,
39301
- borderRadius: borderRadius,
39302
- backgroundColor: backgroundColor$7
39303
- };
39304
-
39305
- /*
39306
- New (01/22) - updated <Module /> to use <Title /> atom
39307
- Because <Title /> decouples size from element, also gave <Module />
39308
- two new props: "as" and "fontSize"
39309
-
39310
- When present, <Module /> will use those values to dictate element type and font size.
39311
-
39312
- For backwards compatability, <Module /> still computes a themed font size and element type based on old
39313
- <Heading /> variants. If "fontSize" or "as" is undefined, <Module /> will use themed values.
39314
- */
39315
-
39316
- var Module = function Module(_ref) {
39317
- var _ref$variant = _ref.variant,
39318
- variant = _ref$variant === void 0 ? "default" : _ref$variant,
39319
- as = _ref.as,
39320
- disabled = _ref.disabled,
39321
- heading = _ref.heading,
39322
- rightTitleContent = _ref.rightTitleContent,
39323
- _ref$titleID = _ref.titleID,
39324
- titleID = _ref$titleID === void 0 ? "" : _ref$titleID,
39325
- _ref$spacing = _ref.spacing,
39326
- spacing = _ref$spacing === void 0 ? "1rem" : _ref$spacing,
39327
- _ref$padding = _ref.padding,
39328
- padding = _ref$padding === void 0 ? "0" : _ref$padding,
39329
- _ref$margin = _ref.margin,
39330
- margin = _ref$margin === void 0 ? "0" : _ref$margin,
39331
- _ref$spacingBottom = _ref.spacingBottom,
39332
- spacingBottom = _ref$spacingBottom === void 0 ? "2.5rem" : _ref$spacingBottom,
39333
- fontSize = _ref.fontSize,
39334
- themeValues = _ref.themeValues,
39335
- children = _ref.children;
39336
- var themedFontSize = variant === "small" ? "1.25rem" : variant === "default" ? "1.375rem" : "2rem";
39337
- var computedFontSize = fontSize || themedFontSize;
39338
- var themedElemType = variant === "small" ? "h6" : variant === "default" ? "h5" : "h2";
39339
- var computedElemType = as || themedElemType;
39340
- var disabledStyles = "opacity: 0.40;";
39341
- var headingText = /*#__PURE__*/React__default.createElement(Title$1, {
39342
- weight: themeValues.fontWeight,
39343
- color: themeValues.fontColor,
39344
- margin: "".concat(spacing, " 0 ").concat(themeValues.titleSpacing, " 0"),
39345
- textAlign: themeValues.textAlign,
39346
- as: computedElemType,
39347
- extraStyles: "font-size: ".concat(computedFontSize, ";"),
39348
- id: titleID
39349
- }, heading);
39350
- return /*#__PURE__*/React__default.createElement(Box, {
39351
- "aria-disabled": disabled,
39352
- extraStyles: disabled && disabledStyles,
39353
- padding: "0",
39354
- role: "group"
39355
- }, heading && !rightTitleContent && headingText, heading && rightTitleContent && /*#__PURE__*/React__default.createElement(Cluster, {
39356
- justify: "space-between",
39357
- align: "center",
39358
- nowrap: true
39359
- }, headingText, rightTitleContent), /*#__PURE__*/React__default.createElement(Box, {
39360
- padding: "0 0 ".concat(spacingBottom),
39361
- extraStyles: "margin: ".concat(margin)
39362
- }, /*#__PURE__*/React__default.createElement(Box, {
39363
- padding: padding,
39364
- background: themeValues.backgroundColor,
39365
- borderRadius: themeValues.borderRadius,
39366
- boxShadow: themeValues.boxShadow
39367
- }, children)));
39368
- };
39369
- var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$D, "default"));
39370
-
39371
- var WalletName = function WalletName(_ref) {
39372
- var personName = _ref.personName,
39373
- _ref$action = _ref.action,
39374
- action = _ref$action === void 0 ? noop : _ref$action,
39375
- _ref$text = _ref.text,
39376
- text = _ref$text === void 0 ? "Not you?" : _ref$text,
39377
- _ref$actionText = _ref.actionText,
39378
- actionText = _ref$actionText === void 0 ? "Check out as a guest" : _ref$actionText;
39379
- var themeContext = React.useContext(styled.ThemeContext);
39380
- var isMobile = themeContext.isMobile;
39381
- return /*#__PURE__*/React__default.createElement(React.Fragment, null, /*#__PURE__*/React__default.createElement(Module$1, {
39382
- spacingBottom: isMobile ? "0" : "1.5rem"
39383
- }, /*#__PURE__*/React__default.createElement(Box, {
39384
- padding: "24px",
39385
- spacingBottom: "0",
39386
- 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; "
39388
- }, /*#__PURE__*/React__default.createElement(Box, {
39389
- padding: "0 0 0"
39390
- }, /*#__PURE__*/React__default.createElement(Text$1, null, personName)), !isMobile && /*#__PURE__*/React__default.createElement(Box, {
39391
- padding: "0"
39392
- }, /*#__PURE__*/React__default.createElement(Text$1, {
39393
- extraStyles: "font-size: 12px"
39394
- }, text), /*#__PURE__*/React__default.createElement(ButtonWithAction, {
39395
- text: actionText,
39396
- action: action,
39397
- variant: "smallGhost",
39398
- extraStyles: "span {font-size: 12px;}"
39399
- })))), isMobile && /*#__PURE__*/React__default.createElement(Box, {
39400
- padding: "0",
39401
- extraStyles: "display: flex; align-items: center; justify-content: flex-end;"
39402
- }, /*#__PURE__*/React__default.createElement(Text$1, {
39403
- extraStyles: "font-size: 12px"
39404
- }, text), /*#__PURE__*/React__default.createElement(ButtonWithAction, {
39405
- text: actionText,
39406
- action: action,
39407
- variant: "smallGhost",
39408
- extraStyles: "span {font-size: 12px;}"
39409
- })));
39410
- };
39411
- var WalletName$1 = themeComponent(WalletName, "WalletName", fallbackValues$C, "primary");
39412
-
39413
39210
  var Table_styled = styled__default.table.withConfig({
39414
39211
  displayName: "Tablestyled",
39415
39212
  componentId: "sc-mveye7-0"
@@ -39446,10 +39243,10 @@ var TableCell_styled = styled__default.td.withConfig({
39446
39243
  return extraStyles;
39447
39244
  });
39448
39245
 
39449
- var backgroundColor$8 = ALABASTER_WHITE;
39246
+ var backgroundColor$6 = ALABASTER_WHITE;
39450
39247
  var borderColor$3 = GREY_CHATEAU;
39451
- var fallbackValues$E = {
39452
- backgroundColor: backgroundColor$8,
39248
+ var fallbackValues$C = {
39249
+ backgroundColor: backgroundColor$6,
39453
39250
  borderColor: borderColor$3
39454
39251
  };
39455
39252
 
@@ -39470,7 +39267,7 @@ var StyledTableHead = styled__default.thead.withConfig({
39470
39267
 
39471
39268
  var borderColor$4 = GREY_CHATEAU;
39472
39269
  var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
39473
- var fallbackValues$F = {
39270
+ var fallbackValues$D = {
39474
39271
  borderColor: borderColor$4,
39475
39272
  hoverBackgroundColor: hoverBackgroundColor$1
39476
39273
  };
@@ -39509,7 +39306,7 @@ var TableRow = function TableRow(_ref) {
39509
39306
  hoverBackgroundColor: themeValues.hoverBackgroundColor
39510
39307
  }, props), children);
39511
39308
  };
39512
- var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$F);
39309
+ var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$D);
39513
39310
 
39514
39311
  var TableHead = function TableHead(_ref) {
39515
39312
  var children = _ref.children,
@@ -39524,7 +39321,7 @@ var TableHead = function TableHead(_ref) {
39524
39321
  hoverEffect: false
39525
39322
  }, children));
39526
39323
  };
39527
- var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$E);
39324
+ var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$C);
39528
39325
 
39529
39326
  var TableHeading_styled = styled__default.th.withConfig({
39530
39327
  displayName: "TableHeadingstyled",
@@ -40350,9 +40147,9 @@ AddressForm.reducer = reducer;
40350
40147
  AddressForm.mapStateToProps = mapStateToProps$1;
40351
40148
  AddressForm.mapDispatchToProps = mapDispatchToProps;
40352
40149
 
40353
- var backgroundColor$9 = "#ebeffb";
40354
- var fallbackValues$G = {
40355
- backgroundColor: backgroundColor$9
40150
+ var backgroundColor$7 = "#ebeffb";
40151
+ var fallbackValues$E = {
40152
+ backgroundColor: backgroundColor$7
40356
40153
  };
40357
40154
 
40358
40155
  var Banner = function Banner(_ref) {
@@ -40400,7 +40197,7 @@ var Banner = function Banner(_ref) {
40400
40197
  extraStyles: isMobile && "> svg { width: 176px; }"
40401
40198
  }, /*#__PURE__*/React__default.createElement(Image, null))));
40402
40199
  };
40403
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$G);
40200
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$E);
40404
40201
 
40405
40202
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
40406
40203
  var clearOnDismount = _ref.clearOnDismount,
@@ -40534,7 +40331,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
40534
40331
  var titleColor$1 = "#292A33";
40535
40332
  var headingBackgroundColor = "transparent";
40536
40333
  var bodyBackgroundColor = "transparent";
40537
- var fallbackValues$H = {
40334
+ var fallbackValues$F = {
40538
40335
  titleColor: titleColor$1,
40539
40336
  headingBackgroundColor: headingBackgroundColor,
40540
40337
  bodyBackgroundColor: bodyBackgroundColor
@@ -40659,7 +40456,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
40659
40456
  "aria-labelledby": "".concat(id, "-button")
40660
40457
  }, children))));
40661
40458
  };
40662
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$H);
40459
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$F);
40663
40460
 
40664
40461
  var ClipboardIcon = function ClipboardIcon(_ref) {
40665
40462
  var themeValues = _ref.themeValues;
@@ -41235,7 +41032,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
41235
41032
 
41236
41033
  var footerBackgroundColor = BRIGHT_GREY;
41237
41034
  var subfooterBackgroundColor = STORM_GREY;
41238
- var fallbackValues$I = {
41035
+ var fallbackValues$G = {
41239
41036
  footerBackgroundColor: footerBackgroundColor,
41240
41037
  subfooterBackgroundColor: subfooterBackgroundColor
41241
41038
  };
@@ -41266,7 +41063,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
41266
41063
  rightContent: rightSubfooterContent
41267
41064
  }));
41268
41065
  };
41269
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$I);
41066
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$G);
41270
41067
 
41271
41068
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
41272
41069
  var fields = _ref.fields,
@@ -41312,10 +41109,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
41312
41109
  ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
41313
41110
 
41314
41111
  var textColor$4 = "#ffffff";
41315
- var backgroundColor$a = "#182848";
41316
- var fallbackValues$J = {
41112
+ var backgroundColor$8 = "#182848";
41113
+ var fallbackValues$H = {
41317
41114
  textColor: textColor$4,
41318
- backgroundColor: backgroundColor$a
41115
+ backgroundColor: backgroundColor$8
41319
41116
  };
41320
41117
 
41321
41118
  // this component needs some fix'n
@@ -41372,7 +41169,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
41372
41169
  }, t));
41373
41170
  }), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
41374
41171
  };
41375
- var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$J);
41172
+ var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$H);
41376
41173
 
41377
41174
  var AccountBillIcon = function AccountBillIcon() {
41378
41175
  return /*#__PURE__*/React__default.createElement("svg", {
@@ -42837,7 +42634,7 @@ var disabledColor$1 = {
42837
42634
  var activeBackgroundColor$1 = {
42838
42635
  primary: CORNFLOWER_BLUE
42839
42636
  };
42840
- var backgroundColor$b = {
42637
+ var backgroundColor$9 = {
42841
42638
  primary: LINK_WATER
42842
42639
  };
42843
42640
  var borderColor$5 = {
@@ -42846,12 +42643,12 @@ var borderColor$5 = {
42846
42643
  var color$b = {
42847
42644
  primary: ROYAL_BLUE_VIVID
42848
42645
  };
42849
- var fallbackValues$K = {
42646
+ var fallbackValues$I = {
42850
42647
  disabledBackgroundColor: disabledBackgroundColor$1,
42851
42648
  disabledBorderColor: disabledBorderColor$1,
42852
42649
  disabledColor: disabledColor$1,
42853
42650
  activeBackgroundColor: activeBackgroundColor$1,
42854
- backgroundColor: backgroundColor$b,
42651
+ backgroundColor: backgroundColor$9,
42855
42652
  borderColor: borderColor$5,
42856
42653
  color: color$b
42857
42654
  };
@@ -42967,7 +42764,7 @@ var LinkCard = function LinkCard(_ref) {
42967
42764
  extraStyles: "margin-right: auto;"
42968
42765
  }), showRight && !!rightContent && rightContent))));
42969
42766
  };
42970
- var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$K, "primary");
42767
+ var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$I, "primary");
42971
42768
 
42972
42769
  var LoginForm = function LoginForm(_ref) {
42973
42770
  var clearOnDismount = _ref.clearOnDismount,
@@ -46606,7 +46403,136 @@ var Modal$1 = function Modal(_ref) {
46606
46403
  }))))))))), children);
46607
46404
  };
46608
46405
 
46609
- var backgroundColor$c = {
46406
+ var fontSize$9 = {
46407
+ "default": "1.375rem",
46408
+ largeTitle: "1.75rem",
46409
+ small: "1.25rem"
46410
+ };
46411
+ var fontWeight$5 = {
46412
+ "default": "600",
46413
+ largeTitle: "700",
46414
+ small: "600"
46415
+ };
46416
+ var fontColor = {
46417
+ "default": CHARADE_GREY,
46418
+ largeTitle: CHARADE_GREY,
46419
+ small: CHARADE_GREY
46420
+ };
46421
+ var lineHeight$3 = {
46422
+ "default": "2rem",
46423
+ largeTitle: "2rem",
46424
+ small: "2rem"
46425
+ };
46426
+ var textAlign = {
46427
+ "default": "left",
46428
+ largeTitle: "left",
46429
+ small: "left"
46430
+ };
46431
+ var titleType = {
46432
+ "default": "h5",
46433
+ largeTitle: "h1",
46434
+ small: "h6"
46435
+ };
46436
+ var titleSpacing = {
46437
+ "default": "0.5rem",
46438
+ largeTitle: "1.125rem",
46439
+ small: "0.5rem"
46440
+ };
46441
+ var boxShadow$1 = {
46442
+ "default": "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
46443
+ largeTitle: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
46444
+ small: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)"
46445
+ };
46446
+ var borderRadius = {
46447
+ "default": "0.25rem",
46448
+ largeTitle: "0.25rem",
46449
+ small: "0.25rem"
46450
+ };
46451
+ var backgroundColor$a = {
46452
+ "default": WHITE,
46453
+ largeTitle: WHITE,
46454
+ small: WHITE
46455
+ };
46456
+ var fallbackValues$J = {
46457
+ fontSize: fontSize$9,
46458
+ fontWeight: fontWeight$5,
46459
+ fontColor: fontColor,
46460
+ lineHeight: lineHeight$3,
46461
+ textAlign: textAlign,
46462
+ titleType: titleType,
46463
+ titleSpacing: titleSpacing,
46464
+ boxShadow: boxShadow$1,
46465
+ borderRadius: borderRadius,
46466
+ backgroundColor: backgroundColor$a
46467
+ };
46468
+
46469
+ /*
46470
+ New (01/22) - updated <Module /> to use <Title /> atom
46471
+ Because <Title /> decouples size from element, also gave <Module />
46472
+ two new props: "as" and "fontSize"
46473
+
46474
+ When present, <Module /> will use those values to dictate element type and font size.
46475
+
46476
+ For backwards compatability, <Module /> still computes a themed font size and element type based on old
46477
+ <Heading /> variants. If "fontSize" or "as" is undefined, <Module /> will use themed values.
46478
+ */
46479
+
46480
+ var Module = function Module(_ref) {
46481
+ var _ref$variant = _ref.variant,
46482
+ variant = _ref$variant === void 0 ? "default" : _ref$variant,
46483
+ as = _ref.as,
46484
+ disabled = _ref.disabled,
46485
+ heading = _ref.heading,
46486
+ rightTitleContent = _ref.rightTitleContent,
46487
+ _ref$titleID = _ref.titleID,
46488
+ titleID = _ref$titleID === void 0 ? "" : _ref$titleID,
46489
+ _ref$spacing = _ref.spacing,
46490
+ spacing = _ref$spacing === void 0 ? "1rem" : _ref$spacing,
46491
+ _ref$padding = _ref.padding,
46492
+ padding = _ref$padding === void 0 ? "0" : _ref$padding,
46493
+ _ref$margin = _ref.margin,
46494
+ margin = _ref$margin === void 0 ? "0" : _ref$margin,
46495
+ _ref$spacingBottom = _ref.spacingBottom,
46496
+ spacingBottom = _ref$spacingBottom === void 0 ? "2.5rem" : _ref$spacingBottom,
46497
+ fontSize = _ref.fontSize,
46498
+ themeValues = _ref.themeValues,
46499
+ children = _ref.children;
46500
+ var themedFontSize = variant === "small" ? "1.25rem" : variant === "default" ? "1.375rem" : "2rem";
46501
+ var computedFontSize = fontSize || themedFontSize;
46502
+ var themedElemType = variant === "small" ? "h6" : variant === "default" ? "h5" : "h2";
46503
+ var computedElemType = as || themedElemType;
46504
+ var disabledStyles = "opacity: 0.40;";
46505
+ var headingText = /*#__PURE__*/React__default.createElement(Title$1, {
46506
+ weight: themeValues.fontWeight,
46507
+ color: themeValues.fontColor,
46508
+ margin: "".concat(spacing, " 0 ").concat(themeValues.titleSpacing, " 0"),
46509
+ textAlign: themeValues.textAlign,
46510
+ as: computedElemType,
46511
+ extraStyles: "font-size: ".concat(computedFontSize, ";"),
46512
+ id: titleID
46513
+ }, heading);
46514
+ return /*#__PURE__*/React__default.createElement(Box, {
46515
+ "aria-disabled": disabled,
46516
+ extraStyles: disabled && disabledStyles,
46517
+ padding: "0",
46518
+ role: "group"
46519
+ }, heading && !rightTitleContent && headingText, heading && rightTitleContent && /*#__PURE__*/React__default.createElement(Cluster, {
46520
+ justify: "space-between",
46521
+ align: "center",
46522
+ nowrap: true
46523
+ }, headingText, rightTitleContent), /*#__PURE__*/React__default.createElement(Box, {
46524
+ padding: "0 0 ".concat(spacingBottom),
46525
+ extraStyles: "margin: ".concat(margin)
46526
+ }, /*#__PURE__*/React__default.createElement(Box, {
46527
+ padding: padding,
46528
+ background: themeValues.backgroundColor,
46529
+ borderRadius: themeValues.borderRadius,
46530
+ boxShadow: themeValues.boxShadow
46531
+ }, children)));
46532
+ };
46533
+ var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$J, "default"));
46534
+
46535
+ var backgroundColor$b = {
46610
46536
  profile: "#3b414d",
46611
46537
  cms: "#3b414d"
46612
46538
  };
@@ -46614,8 +46540,8 @@ var shadowColor = {
46614
46540
  profile: "#292A33",
46615
46541
  cms: "#292A33"
46616
46542
  };
46617
- var fallbackValues$L = {
46618
- backgroundColor: backgroundColor$c,
46543
+ var fallbackValues$K = {
46544
+ backgroundColor: backgroundColor$b,
46619
46545
  shadowColor: shadowColor
46620
46546
  };
46621
46547
 
@@ -46654,7 +46580,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
46654
46580
  onBlur: onBlur
46655
46581
  }, menuContent));
46656
46582
  };
46657
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$L, "profile");
46583
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$K, "profile");
46658
46584
 
46659
46585
  var menu = posed.div({
46660
46586
  invisible: {
@@ -46714,7 +46640,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
46714
46640
  background: themeValues.backgroundColor
46715
46641
  }, menuContent));
46716
46642
  };
46717
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$L, "profile");
46643
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$K, "profile");
46718
46644
 
46719
46645
  var IconsModule = function IconsModule(_ref) {
46720
46646
  var icon = _ref.icon,
@@ -46768,7 +46694,7 @@ var activeColor$8 = "#0E506D";
46768
46694
  var linkColor$4 = "#3176AA";
46769
46695
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
46770
46696
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
46771
- var fallbackValues$M = {
46697
+ var fallbackValues$L = {
46772
46698
  color: color$c,
46773
46699
  hoverColor: hoverColor$5,
46774
46700
  activeColor: activeColor$8,
@@ -46894,7 +46820,7 @@ var AutopayModal = function AutopayModal(_ref) {
46894
46820
  modalOpen: modalOpen
46895
46821
  }, modalExtraProps), renderAutoPayControl());
46896
46822
  };
46897
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$M);
46823
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$L);
46898
46824
 
46899
46825
  var AmountModule = function AmountModule(_ref) {
46900
46826
  var totalAmountDue = _ref.totalAmountDue,
@@ -47584,7 +47510,7 @@ var numberColor = MATISSE_BLUE;
47584
47510
  var hoverBackgroundColor$2 = ALABASTER_WHITE;
47585
47511
  var activeBackgroundColor$2 = WHITE;
47586
47512
  var activeColor$9 = MATISSE_BLUE;
47587
- var fallbackValues$N = {
47513
+ var fallbackValues$M = {
47588
47514
  activeColor: activeColor$9,
47589
47515
  activeBackgroundColor: activeBackgroundColor$2,
47590
47516
  arrowColor: arrowColor,
@@ -47778,7 +47704,7 @@ var Pagination = function Pagination(_ref3) {
47778
47704
  buttonWidth: buttonWidth
47779
47705
  }));
47780
47706
  };
47781
- var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$N);
47707
+ var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$M);
47782
47708
 
47783
47709
  var PaymentButtonBar = function PaymentButtonBar(_ref) {
47784
47710
  var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
@@ -47859,7 +47785,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
47859
47785
  }, !hideBackButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, backButton), !hideForwardButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, forwardButton), !hideAdditionalButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, additionalButton))));
47860
47786
  };
47861
47787
 
47862
- var backgroundColor$d = {
47788
+ var backgroundColor$c = {
47863
47789
  "default": "transparent",
47864
47790
  small: "transparent"
47865
47791
  };
@@ -47875,8 +47801,8 @@ var labeledAmountTotal = {
47875
47801
  "default": "large",
47876
47802
  small: "small"
47877
47803
  };
47878
- var fallbackValues$O = {
47879
- backgroundColor: backgroundColor$d,
47804
+ var fallbackValues$N = {
47805
+ backgroundColor: backgroundColor$c,
47880
47806
  lineItem: lineItem,
47881
47807
  labeledAmountSubtotal: labeledAmountSubtotal,
47882
47808
  labeledAmountTotal: labeledAmountTotal
@@ -48246,7 +48172,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
48246
48172
  isError: isError
48247
48173
  });
48248
48174
  };
48249
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$O, "default");
48175
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$N, "default");
48250
48176
 
48251
48177
  var linkColor$5 = {
48252
48178
  "default": "#3176AA"
@@ -48266,7 +48192,7 @@ var modalLinkHoverFocus$1 = {
48266
48192
  var linkTextDecoration = {
48267
48193
  "default": LINK_TEXT_DECORATION
48268
48194
  };
48269
- var fallbackValues$P = {
48195
+ var fallbackValues$O = {
48270
48196
  linkColor: linkColor$5,
48271
48197
  fontSize: fontSize$a,
48272
48198
  lineHeight: lineHeight$4,
@@ -48314,27 +48240,25 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
48314
48240
  toggleOpen(false);
48315
48241
  },
48316
48242
  initialFocusSelector: "[name='Close']"
48317
- }, /*#__PURE__*/React__default.createElement(Text$1, {
48318
- variant: "pS",
48243
+ }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
48244
+ variant: "ghost",
48245
+ tabIndex: "0",
48319
48246
  onClick: function onClick() {
48320
48247
  return toggleOpen(true);
48321
48248
  },
48322
48249
  onKeyPress: function onKeyPress(e) {
48323
48250
  return e.key === "Enter" && toggleOpen(true);
48324
48251
  },
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));
48252
+ extraStyles: "min-width: 0; min-height: 0;margin: 0; padding: 0; text-transform: none;",
48253
+ text: /*#__PURE__*/React__default.createElement(Text$1, {
48254
+ variant: "pS",
48255
+ color: "inherit"
48256
+ }, link)
48257
+ }));
48334
48258
  };
48335
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$P, "default");
48259
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$O, "default");
48336
48260
 
48337
- var backgroundColor$e = {
48261
+ var backgroundColor$d = {
48338
48262
  "default": "#ffffff",
48339
48263
  footer: "#ffffff"
48340
48264
  };
@@ -48367,8 +48291,8 @@ var modalLinkTextDecoration = {
48367
48291
  "default": LINK_TEXT_DECORATION,
48368
48292
  footer: "none"
48369
48293
  };
48370
- var fallbackValues$Q = {
48371
- backgroundColor: backgroundColor$e,
48294
+ var fallbackValues$P = {
48295
+ backgroundColor: backgroundColor$d,
48372
48296
  linkColor: linkColor$6,
48373
48297
  border: border$3,
48374
48298
  fontSize: fontSize$b,
@@ -48439,7 +48363,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
48439
48363
  className: "modal-trigger"
48440
48364
  }, link));
48441
48365
  };
48442
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$Q, "default");
48366
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$P, "default");
48443
48367
 
48444
48368
  var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
48445
48369
  var onCheck = _ref.onCheck,
@@ -49202,7 +49126,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
49202
49126
  var bodyBackgroundColor$1 = "#eeeeee";
49203
49127
  var borderColor$6 = "".concat(GHOST_GREY);
49204
49128
  var focusStyles = "outline: none;";
49205
- var fallbackValues$R = {
49129
+ var fallbackValues$Q = {
49206
49130
  headingBackgroundColor: headingBackgroundColor$1,
49207
49131
  headingDisabledColor: headingDisabledColor,
49208
49132
  bodyBackgroundColor: bodyBackgroundColor$1,
@@ -49504,7 +49428,7 @@ var RadioSection = function RadioSection(_ref) {
49504
49428
  });
49505
49429
  })));
49506
49430
  };
49507
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$R);
49431
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$Q);
49508
49432
 
49509
49433
  var RegistrationForm = function RegistrationForm(_ref) {
49510
49434
  var clearOnDismount = _ref.clearOnDismount,
@@ -49786,7 +49710,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
49786
49710
  var activeTabBackground = "#FFFFFF";
49787
49711
  var activeTabAccent = "#15749D";
49788
49712
  var activeTabHover = "#B8D5E1";
49789
- var fallbackValues$S = {
49713
+ var fallbackValues$R = {
49790
49714
  activeTabBackground: activeTabBackground,
49791
49715
  activeTabAccent: activeTabAccent,
49792
49716
  activeTabHover: activeTabHover
@@ -49854,12 +49778,12 @@ var Tabs = function Tabs(_ref) {
49854
49778
  }, tab.content);
49855
49779
  }))));
49856
49780
  };
49857
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$S);
49781
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$R);
49858
49782
 
49859
49783
  var activeTabBackground$1 = "#FFFFFF";
49860
49784
  var activeTabAccent$1 = "#15749D";
49861
49785
  var activeTabHover$1 = "#B8D5E1";
49862
- var fallbackValues$T = {
49786
+ var fallbackValues$S = {
49863
49787
  activeTabBackground: activeTabBackground$1,
49864
49788
  activeTabAccent: activeTabAccent$1,
49865
49789
  activeTabHover: activeTabHover$1
@@ -49914,7 +49838,7 @@ var TabSidebar = function TabSidebar(_ref) {
49914
49838
  }, text)))));
49915
49839
  })));
49916
49840
  };
49917
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$T);
49841
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$S);
49918
49842
 
49919
49843
  var Timeout = function Timeout(_ref) {
49920
49844
  var onLogout = _ref.onLogout;
@@ -49999,7 +49923,7 @@ var fontColor$1 = WHITE;
49999
49923
  var textAlign$1 = "left";
50000
49924
  var headerBackgroundColor$1 = BRIGHT_GREY;
50001
49925
  var imageBackgroundColor$1 = MATISSE_BLUE;
50002
- var fallbackValues$U = {
49926
+ var fallbackValues$T = {
50003
49927
  fontWeight: fontWeight$9,
50004
49928
  fontColor: fontColor$1,
50005
49929
  textAlign: textAlign$1,
@@ -50044,7 +49968,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
50044
49968
  src: welcomeImage
50045
49969
  })))));
50046
49970
  };
50047
- var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$U));
49971
+ var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$T));
50048
49972
 
50049
49973
  var WorkflowTile = function WorkflowTile(_ref) {
50050
49974
  var _ref$workflowName = _ref.workflowName,
@@ -50104,7 +50028,7 @@ var menuItemColorDelete = RAZZMATAZZ_RED;
50104
50028
  var menuItemHoverBackgroundColor = CORNFLOWER_BLUE;
50105
50029
  var menuItemHoverBackgroundColorDelete = BLUSH_RED;
50106
50030
  var menuItemHoverColor = ROYAL_BLUE_VIVID;
50107
- var fallbackValues$V = {
50031
+ var fallbackValues$U = {
50108
50032
  menuItemBackgroundColor: menuItemBackgroundColor,
50109
50033
  menuItemColor: menuItemColor,
50110
50034
  menuItemColorDelete: menuItemColorDelete,
@@ -50171,17 +50095,17 @@ var PopupMenuItem = function PopupMenuItem(_ref) {
50171
50095
  extraStyles: textExtraStyles
50172
50096
  }, text)));
50173
50097
  };
50174
- var PopupMenuItem$1 = themeComponent(PopupMenuItem, "PopupMenuItem", fallbackValues$V);
50098
+ var PopupMenuItem$1 = themeComponent(PopupMenuItem, "PopupMenuItem", fallbackValues$U);
50175
50099
 
50176
50100
  var hoverColor$6 = "#116285";
50177
50101
  var activeColor$a = "#0E506D";
50178
50102
  var menuTriggerColor = "#15749D";
50179
- var backgroundColor$f = "white";
50180
- var fallbackValues$W = {
50103
+ var backgroundColor$e = "white";
50104
+ var fallbackValues$V = {
50181
50105
  hoverColor: hoverColor$6,
50182
50106
  activeColor: activeColor$a,
50183
50107
  menuTriggerColor: menuTriggerColor,
50184
- backgroundColor: backgroundColor$f
50108
+ backgroundColor: backgroundColor$e
50185
50109
  };
50186
50110
 
50187
50111
  var PopupMenuContainer = styled__default(Box).withConfig({
@@ -50313,10 +50237,10 @@ var PopupMenu = function PopupMenu(_ref) {
50313
50237
  }, item));
50314
50238
  })));
50315
50239
  };
50316
- var PopupMenu$1 = themeComponent(PopupMenu, "PopupMenu", fallbackValues$W);
50240
+ var PopupMenu$1 = themeComponent(PopupMenu, "PopupMenu", fallbackValues$V);
50317
50241
 
50318
50242
  var pageBackground = "#FBFCFD";
50319
- var fallbackValues$X = {
50243
+ var fallbackValues$W = {
50320
50244
  pageBackground: pageBackground
50321
50245
  };
50322
50246
 
@@ -50364,7 +50288,7 @@ var CenterSingle = function CenterSingle(_ref) {
50364
50288
  padding: "0"
50365
50289
  })));
50366
50290
  };
50367
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$X));
50291
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$W));
50368
50292
 
50369
50293
  var CenterStack = function CenterStack(_ref) {
50370
50294
  var header = _ref.header,
@@ -50407,7 +50331,7 @@ var CenterStack = function CenterStack(_ref) {
50407
50331
  padding: "0"
50408
50332
  })));
50409
50333
  };
50410
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$X));
50334
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$W));
50411
50335
 
50412
50336
  var CenterSingle$2 = function CenterSingle(_ref) {
50413
50337
  var header = _ref.header,
@@ -50453,7 +50377,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
50453
50377
  padding: "0"
50454
50378
  })));
50455
50379
  };
50456
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$X));
50380
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$W));
50457
50381
 
50458
50382
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
50459
50383
  var header = _ref.header,
@@ -50506,7 +50430,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
50506
50430
  padding: "0"
50507
50431
  })));
50508
50432
  };
50509
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$X));
50433
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$W));
50510
50434
 
50511
50435
  var SidebarStackContent = function SidebarStackContent(_ref) {
50512
50436
  var header = _ref.header,
@@ -50576,7 +50500,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
50576
50500
  key: "footer-box"
50577
50501
  })));
50578
50502
  };
50579
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$X));
50503
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$W));
50580
50504
 
50581
50505
  var useFocusInvalidInput = function useFocusInvalidInput(hasErrors) {
50582
50506
  var resetHasErrors = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function () {};
@@ -50815,7 +50739,6 @@ exports.VoidedIcon = VoidedIcon;
50815
50739
  exports.WalletBannerIcon = WalletBannerIcon$1;
50816
50740
  exports.WalletIcon = WalletIcon$1;
50817
50741
  exports.WalletIconSmall = WalletIconSmall$1;
50818
- exports.WalletName = WalletName$1;
50819
50742
  exports.WarningIconXS = WarningIconXS;
50820
50743
  exports.WelcomeModule = WelcomeModule$1;
50821
50744
  exports.WorkflowTile = WorkflowTile;