@thecb/components 10.4.6-beta.7 → 10.4.7-beta.1

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,190 +39207,6 @@ var LoadingLine = function LoadingLine(_ref) {
39232
39207
  });
39233
39208
  };
39234
39209
 
39235
- var backgroundColor$6 = {
39236
- primary: WHITE
39237
- };
39238
- var boxShadow$1 = {
39239
- primary: "box-shadow: 0px 1px 2px 0px #292A331A;\n box-shadow: 0px 2px 6px 0px #292a3333; box-shadow: 0px 1px 0px 0px #292A331A inset;"
39240
- };
39241
- var fallbackValues$C = {
39242
- backgroundColor: backgroundColor$6,
39243
- boxShadow: boxShadow$1
39244
- };
39245
-
39246
- var fontSize$9 = {
39247
- "default": "1.375rem",
39248
- largeTitle: "1.75rem",
39249
- small: "1.25rem"
39250
- };
39251
- var fontWeight$5 = {
39252
- "default": "600",
39253
- largeTitle: "700",
39254
- small: "600"
39255
- };
39256
- var fontColor = {
39257
- "default": CHARADE_GREY,
39258
- largeTitle: CHARADE_GREY,
39259
- small: CHARADE_GREY
39260
- };
39261
- var lineHeight$3 = {
39262
- "default": "2rem",
39263
- largeTitle: "2rem",
39264
- small: "2rem"
39265
- };
39266
- var textAlign = {
39267
- "default": "left",
39268
- largeTitle: "left",
39269
- small: "left"
39270
- };
39271
- var titleType = {
39272
- "default": "h5",
39273
- largeTitle: "h1",
39274
- small: "h6"
39275
- };
39276
- var titleSpacing = {
39277
- "default": "0.5rem",
39278
- largeTitle: "1.125rem",
39279
- small: "0.5rem"
39280
- };
39281
- var boxShadow$2 = {
39282
- "default": "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
39283
- largeTitle: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
39284
- small: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)"
39285
- };
39286
- var borderRadius = {
39287
- "default": "0.25rem",
39288
- largeTitle: "0.25rem",
39289
- small: "0.25rem"
39290
- };
39291
- var backgroundColor$7 = {
39292
- "default": WHITE,
39293
- largeTitle: WHITE,
39294
- small: WHITE
39295
- };
39296
- var fallbackValues$D = {
39297
- fontSize: fontSize$9,
39298
- fontWeight: fontWeight$5,
39299
- fontColor: fontColor,
39300
- lineHeight: lineHeight$3,
39301
- textAlign: textAlign,
39302
- titleType: titleType,
39303
- titleSpacing: titleSpacing,
39304
- boxShadow: boxShadow$2,
39305
- borderRadius: borderRadius,
39306
- backgroundColor: backgroundColor$7
39307
- };
39308
-
39309
- /*
39310
- New (01/22) - updated <Module /> to use <Title /> atom
39311
- Because <Title /> decouples size from element, also gave <Module />
39312
- two new props: "as" and "fontSize"
39313
-
39314
- When present, <Module /> will use those values to dictate element type and font size.
39315
-
39316
- For backwards compatability, <Module /> still computes a themed font size and element type based on old
39317
- <Heading /> variants. If "fontSize" or "as" is undefined, <Module /> will use themed values.
39318
- */
39319
-
39320
- var Module = function Module(_ref) {
39321
- var _ref$variant = _ref.variant,
39322
- variant = _ref$variant === void 0 ? "default" : _ref$variant,
39323
- as = _ref.as,
39324
- disabled = _ref.disabled,
39325
- heading = _ref.heading,
39326
- rightTitleContent = _ref.rightTitleContent,
39327
- _ref$titleID = _ref.titleID,
39328
- titleID = _ref$titleID === void 0 ? "" : _ref$titleID,
39329
- _ref$spacing = _ref.spacing,
39330
- spacing = _ref$spacing === void 0 ? "1rem" : _ref$spacing,
39331
- _ref$padding = _ref.padding,
39332
- padding = _ref$padding === void 0 ? "0" : _ref$padding,
39333
- _ref$margin = _ref.margin,
39334
- margin = _ref$margin === void 0 ? "0" : _ref$margin,
39335
- _ref$spacingBottom = _ref.spacingBottom,
39336
- spacingBottom = _ref$spacingBottom === void 0 ? "2.5rem" : _ref$spacingBottom,
39337
- fontSize = _ref.fontSize,
39338
- themeValues = _ref.themeValues,
39339
- children = _ref.children;
39340
- var themedFontSize = variant === "small" ? "1.25rem" : variant === "default" ? "1.375rem" : "2rem";
39341
- var computedFontSize = fontSize || themedFontSize;
39342
- var themedElemType = variant === "small" ? "h6" : variant === "default" ? "h5" : "h2";
39343
- var computedElemType = as || themedElemType;
39344
- var disabledStyles = "opacity: 0.40;";
39345
- var headingText = /*#__PURE__*/React__default.createElement(Title$1, {
39346
- weight: themeValues.fontWeight,
39347
- color: themeValues.fontColor,
39348
- margin: "".concat(spacing, " 0 ").concat(themeValues.titleSpacing, " 0"),
39349
- textAlign: themeValues.textAlign,
39350
- as: computedElemType,
39351
- extraStyles: "font-size: ".concat(computedFontSize, ";"),
39352
- id: titleID
39353
- }, heading);
39354
- return /*#__PURE__*/React__default.createElement(Box, {
39355
- "aria-disabled": disabled,
39356
- extraStyles: disabled && disabledStyles,
39357
- padding: "0",
39358
- role: "group"
39359
- }, heading && !rightTitleContent && headingText, heading && rightTitleContent && /*#__PURE__*/React__default.createElement(Cluster, {
39360
- justify: "space-between",
39361
- align: "center",
39362
- nowrap: true
39363
- }, headingText, rightTitleContent), /*#__PURE__*/React__default.createElement(Box, {
39364
- padding: "0 0 ".concat(spacingBottom),
39365
- extraStyles: "margin: ".concat(margin)
39366
- }, /*#__PURE__*/React__default.createElement(Box, {
39367
- padding: padding,
39368
- background: themeValues.backgroundColor,
39369
- borderRadius: themeValues.borderRadius,
39370
- boxShadow: themeValues.boxShadow
39371
- }, children)));
39372
- };
39373
- var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$D, "default"));
39374
-
39375
- var WalletName = function WalletName(_ref) {
39376
- var personName = _ref.personName,
39377
- _ref$action = _ref.action,
39378
- action = _ref$action === void 0 ? noop : _ref$action,
39379
- _ref$text = _ref.text,
39380
- text = _ref$text === void 0 ? "Not you?" : _ref$text,
39381
- _ref$actionText = _ref.actionText,
39382
- actionText = _ref$actionText === void 0 ? "Check out as a guest" : _ref$actionText,
39383
- themeValues = _ref.themeValues;
39384
- var themeContext = React.useContext(styled.ThemeContext);
39385
- var isMobile = themeContext.isMobile;
39386
- return /*#__PURE__*/React__default.createElement(React.Fragment, null, /*#__PURE__*/React__default.createElement(Module$1, {
39387
- spacingBottom: isMobile ? "0" : "1.5rem"
39388
- }, /*#__PURE__*/React__default.createElement(Box, {
39389
- padding: "24px",
39390
- boxShadow: themeValues.boxShadow,
39391
- spacingBottom: "0",
39392
- margin: "0 0 0 0",
39393
- extraStyles: isMobile ? "display: flex; flex-direction: column; flex-wrap: wrap; span {text - align: right;}" : "display: flex; justify-content: space-between; align-items: center;"
39394
- }, /*#__PURE__*/React__default.createElement(Box, {
39395
- padding: "0 0 0"
39396
- }, /*#__PURE__*/React__default.createElement(Text$1, null, personName)), !isMobile && /*#__PURE__*/React__default.createElement(Box, {
39397
- padding: "0"
39398
- }, /*#__PURE__*/React__default.createElement(Text$1, {
39399
- extraStyles: "font-size: 12px"
39400
- }, text), /*#__PURE__*/React__default.createElement(ButtonWithAction, {
39401
- text: actionText,
39402
- action: action,
39403
- variant: "smallGhost",
39404
- extraStyles: "span {font-size: 12px;}"
39405
- })))), isMobile && /*#__PURE__*/React__default.createElement(Box, {
39406
- padding: "0 0 24px",
39407
- extraStyles: "display: flex; align-items: center; justify-content: flex-end;"
39408
- }, /*#__PURE__*/React__default.createElement(Text$1, {
39409
- extraStyles: "font-size: 12px"
39410
- }, text), /*#__PURE__*/React__default.createElement(ButtonWithAction, {
39411
- text: actionText,
39412
- action: action,
39413
- variant: "smallGhost",
39414
- extraStyles: "span {font-size: 12px;}"
39415
- })));
39416
- };
39417
- var WalletName$1 = themeComponent(WalletName, "WalletName", fallbackValues$C, "primary");
39418
-
39419
39210
  var Table_styled = styled__default.table.withConfig({
39420
39211
  displayName: "Tablestyled",
39421
39212
  componentId: "sc-mveye7-0"
@@ -39452,10 +39243,10 @@ var TableCell_styled = styled__default.td.withConfig({
39452
39243
  return extraStyles;
39453
39244
  });
39454
39245
 
39455
- var backgroundColor$8 = ALABASTER_WHITE;
39246
+ var backgroundColor$6 = ALABASTER_WHITE;
39456
39247
  var borderColor$3 = GREY_CHATEAU;
39457
- var fallbackValues$E = {
39458
- backgroundColor: backgroundColor$8,
39248
+ var fallbackValues$C = {
39249
+ backgroundColor: backgroundColor$6,
39459
39250
  borderColor: borderColor$3
39460
39251
  };
39461
39252
 
@@ -39476,7 +39267,7 @@ var StyledTableHead = styled__default.thead.withConfig({
39476
39267
 
39477
39268
  var borderColor$4 = GREY_CHATEAU;
39478
39269
  var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
39479
- var fallbackValues$F = {
39270
+ var fallbackValues$D = {
39480
39271
  borderColor: borderColor$4,
39481
39272
  hoverBackgroundColor: hoverBackgroundColor$1
39482
39273
  };
@@ -39515,7 +39306,7 @@ var TableRow = function TableRow(_ref) {
39515
39306
  hoverBackgroundColor: themeValues.hoverBackgroundColor
39516
39307
  }, props), children);
39517
39308
  };
39518
- var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$F);
39309
+ var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$D);
39519
39310
 
39520
39311
  var TableHead = function TableHead(_ref) {
39521
39312
  var children = _ref.children,
@@ -39530,7 +39321,7 @@ var TableHead = function TableHead(_ref) {
39530
39321
  hoverEffect: false
39531
39322
  }, children));
39532
39323
  };
39533
- var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$E);
39324
+ var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$C);
39534
39325
 
39535
39326
  var TableHeading_styled = styled__default.th.withConfig({
39536
39327
  displayName: "TableHeadingstyled",
@@ -40356,9 +40147,9 @@ AddressForm.reducer = reducer;
40356
40147
  AddressForm.mapStateToProps = mapStateToProps$1;
40357
40148
  AddressForm.mapDispatchToProps = mapDispatchToProps;
40358
40149
 
40359
- var backgroundColor$9 = "#ebeffb";
40360
- var fallbackValues$G = {
40361
- backgroundColor: backgroundColor$9
40150
+ var backgroundColor$7 = "#ebeffb";
40151
+ var fallbackValues$E = {
40152
+ backgroundColor: backgroundColor$7
40362
40153
  };
40363
40154
 
40364
40155
  var Banner = function Banner(_ref) {
@@ -40406,7 +40197,7 @@ var Banner = function Banner(_ref) {
40406
40197
  extraStyles: isMobile && "> svg { width: 176px; }"
40407
40198
  }, /*#__PURE__*/React__default.createElement(Image, null))));
40408
40199
  };
40409
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$G);
40200
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$E);
40410
40201
 
40411
40202
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
40412
40203
  var clearOnDismount = _ref.clearOnDismount,
@@ -40540,7 +40331,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
40540
40331
  var titleColor$1 = "#292A33";
40541
40332
  var headingBackgroundColor = "transparent";
40542
40333
  var bodyBackgroundColor = "transparent";
40543
- var fallbackValues$H = {
40334
+ var fallbackValues$F = {
40544
40335
  titleColor: titleColor$1,
40545
40336
  headingBackgroundColor: headingBackgroundColor,
40546
40337
  bodyBackgroundColor: bodyBackgroundColor
@@ -40665,7 +40456,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
40665
40456
  "aria-labelledby": "".concat(id, "-button")
40666
40457
  }, children))));
40667
40458
  };
40668
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$H);
40459
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$F);
40669
40460
 
40670
40461
  var ClipboardIcon = function ClipboardIcon(_ref) {
40671
40462
  var themeValues = _ref.themeValues;
@@ -41241,7 +41032,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
41241
41032
 
41242
41033
  var footerBackgroundColor = BRIGHT_GREY;
41243
41034
  var subfooterBackgroundColor = STORM_GREY;
41244
- var fallbackValues$I = {
41035
+ var fallbackValues$G = {
41245
41036
  footerBackgroundColor: footerBackgroundColor,
41246
41037
  subfooterBackgroundColor: subfooterBackgroundColor
41247
41038
  };
@@ -41272,7 +41063,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
41272
41063
  rightContent: rightSubfooterContent
41273
41064
  }));
41274
41065
  };
41275
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$I);
41066
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$G);
41276
41067
 
41277
41068
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
41278
41069
  var fields = _ref.fields,
@@ -41318,10 +41109,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
41318
41109
  ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
41319
41110
 
41320
41111
  var textColor$4 = "#ffffff";
41321
- var backgroundColor$a = "#182848";
41322
- var fallbackValues$J = {
41112
+ var backgroundColor$8 = "#182848";
41113
+ var fallbackValues$H = {
41323
41114
  textColor: textColor$4,
41324
- backgroundColor: backgroundColor$a
41115
+ backgroundColor: backgroundColor$8
41325
41116
  };
41326
41117
 
41327
41118
  // this component needs some fix'n
@@ -41378,7 +41169,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
41378
41169
  }, t));
41379
41170
  }), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
41380
41171
  };
41381
- var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$J);
41172
+ var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$H);
41382
41173
 
41383
41174
  var AccountBillIcon = function AccountBillIcon() {
41384
41175
  return /*#__PURE__*/React__default.createElement("svg", {
@@ -42843,7 +42634,7 @@ var disabledColor$1 = {
42843
42634
  var activeBackgroundColor$1 = {
42844
42635
  primary: CORNFLOWER_BLUE
42845
42636
  };
42846
- var backgroundColor$b = {
42637
+ var backgroundColor$9 = {
42847
42638
  primary: LINK_WATER
42848
42639
  };
42849
42640
  var borderColor$5 = {
@@ -42852,12 +42643,12 @@ var borderColor$5 = {
42852
42643
  var color$b = {
42853
42644
  primary: ROYAL_BLUE_VIVID
42854
42645
  };
42855
- var fallbackValues$K = {
42646
+ var fallbackValues$I = {
42856
42647
  disabledBackgroundColor: disabledBackgroundColor$1,
42857
42648
  disabledBorderColor: disabledBorderColor$1,
42858
42649
  disabledColor: disabledColor$1,
42859
42650
  activeBackgroundColor: activeBackgroundColor$1,
42860
- backgroundColor: backgroundColor$b,
42651
+ backgroundColor: backgroundColor$9,
42861
42652
  borderColor: borderColor$5,
42862
42653
  color: color$b
42863
42654
  };
@@ -42973,7 +42764,7 @@ var LinkCard = function LinkCard(_ref) {
42973
42764
  extraStyles: "margin-right: auto;"
42974
42765
  }), showRight && !!rightContent && rightContent))));
42975
42766
  };
42976
- var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$K, "primary");
42767
+ var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$I, "primary");
42977
42768
 
42978
42769
  var LoginForm = function LoginForm(_ref) {
42979
42770
  var clearOnDismount = _ref.clearOnDismount,
@@ -46612,7 +46403,136 @@ var Modal$1 = function Modal(_ref) {
46612
46403
  }))))))))), children);
46613
46404
  };
46614
46405
 
46615
- 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 = {
46616
46536
  profile: "#3b414d",
46617
46537
  cms: "#3b414d"
46618
46538
  };
@@ -46620,8 +46540,8 @@ var shadowColor = {
46620
46540
  profile: "#292A33",
46621
46541
  cms: "#292A33"
46622
46542
  };
46623
- var fallbackValues$L = {
46624
- backgroundColor: backgroundColor$c,
46543
+ var fallbackValues$K = {
46544
+ backgroundColor: backgroundColor$b,
46625
46545
  shadowColor: shadowColor
46626
46546
  };
46627
46547
 
@@ -46660,7 +46580,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
46660
46580
  onBlur: onBlur
46661
46581
  }, menuContent));
46662
46582
  };
46663
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$L, "profile");
46583
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$K, "profile");
46664
46584
 
46665
46585
  var menu = posed.div({
46666
46586
  invisible: {
@@ -46720,7 +46640,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
46720
46640
  background: themeValues.backgroundColor
46721
46641
  }, menuContent));
46722
46642
  };
46723
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$L, "profile");
46643
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$K, "profile");
46724
46644
 
46725
46645
  var IconsModule = function IconsModule(_ref) {
46726
46646
  var icon = _ref.icon,
@@ -46774,7 +46694,7 @@ var activeColor$8 = "#0E506D";
46774
46694
  var linkColor$4 = "#3176AA";
46775
46695
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
46776
46696
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
46777
- var fallbackValues$M = {
46697
+ var fallbackValues$L = {
46778
46698
  color: color$c,
46779
46699
  hoverColor: hoverColor$5,
46780
46700
  activeColor: activeColor$8,
@@ -46900,7 +46820,7 @@ var AutopayModal = function AutopayModal(_ref) {
46900
46820
  modalOpen: modalOpen
46901
46821
  }, modalExtraProps), renderAutoPayControl());
46902
46822
  };
46903
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$M);
46823
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$L);
46904
46824
 
46905
46825
  var AmountModule = function AmountModule(_ref) {
46906
46826
  var totalAmountDue = _ref.totalAmountDue,
@@ -47590,7 +47510,7 @@ var numberColor = MATISSE_BLUE;
47590
47510
  var hoverBackgroundColor$2 = ALABASTER_WHITE;
47591
47511
  var activeBackgroundColor$2 = WHITE;
47592
47512
  var activeColor$9 = MATISSE_BLUE;
47593
- var fallbackValues$N = {
47513
+ var fallbackValues$M = {
47594
47514
  activeColor: activeColor$9,
47595
47515
  activeBackgroundColor: activeBackgroundColor$2,
47596
47516
  arrowColor: arrowColor,
@@ -47784,7 +47704,7 @@ var Pagination = function Pagination(_ref3) {
47784
47704
  buttonWidth: buttonWidth
47785
47705
  }));
47786
47706
  };
47787
- var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$N);
47707
+ var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$M);
47788
47708
 
47789
47709
  var PaymentButtonBar = function PaymentButtonBar(_ref) {
47790
47710
  var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
@@ -47865,7 +47785,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
47865
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))));
47866
47786
  };
47867
47787
 
47868
- var backgroundColor$d = {
47788
+ var backgroundColor$c = {
47869
47789
  "default": "transparent",
47870
47790
  small: "transparent"
47871
47791
  };
@@ -47881,8 +47801,8 @@ var labeledAmountTotal = {
47881
47801
  "default": "large",
47882
47802
  small: "small"
47883
47803
  };
47884
- var fallbackValues$O = {
47885
- backgroundColor: backgroundColor$d,
47804
+ var fallbackValues$N = {
47805
+ backgroundColor: backgroundColor$c,
47886
47806
  lineItem: lineItem,
47887
47807
  labeledAmountSubtotal: labeledAmountSubtotal,
47888
47808
  labeledAmountTotal: labeledAmountTotal
@@ -48252,7 +48172,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
48252
48172
  isError: isError
48253
48173
  });
48254
48174
  };
48255
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$O, "default");
48175
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$N, "default");
48256
48176
 
48257
48177
  var linkColor$5 = {
48258
48178
  "default": "#3176AA"
@@ -48272,7 +48192,7 @@ var modalLinkHoverFocus$1 = {
48272
48192
  var linkTextDecoration = {
48273
48193
  "default": LINK_TEXT_DECORATION
48274
48194
  };
48275
- var fallbackValues$P = {
48195
+ var fallbackValues$O = {
48276
48196
  linkColor: linkColor$5,
48277
48197
  fontSize: fontSize$a,
48278
48198
  lineHeight: lineHeight$4,
@@ -48336,9 +48256,9 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
48336
48256
  }, link)
48337
48257
  }));
48338
48258
  };
48339
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$P, "default");
48259
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$O, "default");
48340
48260
 
48341
- var backgroundColor$e = {
48261
+ var backgroundColor$d = {
48342
48262
  "default": "#ffffff",
48343
48263
  footer: "#ffffff"
48344
48264
  };
@@ -48371,8 +48291,8 @@ var modalLinkTextDecoration = {
48371
48291
  "default": LINK_TEXT_DECORATION,
48372
48292
  footer: "none"
48373
48293
  };
48374
- var fallbackValues$Q = {
48375
- backgroundColor: backgroundColor$e,
48294
+ var fallbackValues$P = {
48295
+ backgroundColor: backgroundColor$d,
48376
48296
  linkColor: linkColor$6,
48377
48297
  border: border$3,
48378
48298
  fontSize: fontSize$b,
@@ -48443,7 +48363,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
48443
48363
  className: "modal-trigger"
48444
48364
  }, link));
48445
48365
  };
48446
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$Q, "default");
48366
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$P, "default");
48447
48367
 
48448
48368
  var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
48449
48369
  var onCheck = _ref.onCheck,
@@ -49206,7 +49126,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
49206
49126
  var bodyBackgroundColor$1 = "#eeeeee";
49207
49127
  var borderColor$6 = "".concat(GHOST_GREY);
49208
49128
  var focusStyles = "outline: none;";
49209
- var fallbackValues$R = {
49129
+ var fallbackValues$Q = {
49210
49130
  headingBackgroundColor: headingBackgroundColor$1,
49211
49131
  headingDisabledColor: headingDisabledColor,
49212
49132
  bodyBackgroundColor: bodyBackgroundColor$1,
@@ -49508,7 +49428,7 @@ var RadioSection = function RadioSection(_ref) {
49508
49428
  });
49509
49429
  })));
49510
49430
  };
49511
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$R);
49431
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$Q);
49512
49432
 
49513
49433
  var RegistrationForm = function RegistrationForm(_ref) {
49514
49434
  var clearOnDismount = _ref.clearOnDismount,
@@ -49790,7 +49710,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
49790
49710
  var activeTabBackground = "#FFFFFF";
49791
49711
  var activeTabAccent = "#15749D";
49792
49712
  var activeTabHover = "#B8D5E1";
49793
- var fallbackValues$S = {
49713
+ var fallbackValues$R = {
49794
49714
  activeTabBackground: activeTabBackground,
49795
49715
  activeTabAccent: activeTabAccent,
49796
49716
  activeTabHover: activeTabHover
@@ -49858,12 +49778,12 @@ var Tabs = function Tabs(_ref) {
49858
49778
  }, tab.content);
49859
49779
  }))));
49860
49780
  };
49861
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$S);
49781
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$R);
49862
49782
 
49863
49783
  var activeTabBackground$1 = "#FFFFFF";
49864
49784
  var activeTabAccent$1 = "#15749D";
49865
49785
  var activeTabHover$1 = "#B8D5E1";
49866
- var fallbackValues$T = {
49786
+ var fallbackValues$S = {
49867
49787
  activeTabBackground: activeTabBackground$1,
49868
49788
  activeTabAccent: activeTabAccent$1,
49869
49789
  activeTabHover: activeTabHover$1
@@ -49918,7 +49838,7 @@ var TabSidebar = function TabSidebar(_ref) {
49918
49838
  }, text)))));
49919
49839
  })));
49920
49840
  };
49921
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$T);
49841
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$S);
49922
49842
 
49923
49843
  var Timeout = function Timeout(_ref) {
49924
49844
  var onLogout = _ref.onLogout;
@@ -50003,7 +49923,7 @@ var fontColor$1 = WHITE;
50003
49923
  var textAlign$1 = "left";
50004
49924
  var headerBackgroundColor$1 = BRIGHT_GREY;
50005
49925
  var imageBackgroundColor$1 = MATISSE_BLUE;
50006
- var fallbackValues$U = {
49926
+ var fallbackValues$T = {
50007
49927
  fontWeight: fontWeight$9,
50008
49928
  fontColor: fontColor$1,
50009
49929
  textAlign: textAlign$1,
@@ -50048,7 +49968,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
50048
49968
  src: welcomeImage
50049
49969
  })))));
50050
49970
  };
50051
- var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$U));
49971
+ var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$T));
50052
49972
 
50053
49973
  var WorkflowTile = function WorkflowTile(_ref) {
50054
49974
  var _ref$workflowName = _ref.workflowName,
@@ -50108,7 +50028,7 @@ var menuItemColorDelete = RAZZMATAZZ_RED;
50108
50028
  var menuItemHoverBackgroundColor = CORNFLOWER_BLUE;
50109
50029
  var menuItemHoverBackgroundColorDelete = BLUSH_RED;
50110
50030
  var menuItemHoverColor = ROYAL_BLUE_VIVID;
50111
- var fallbackValues$V = {
50031
+ var fallbackValues$U = {
50112
50032
  menuItemBackgroundColor: menuItemBackgroundColor,
50113
50033
  menuItemColor: menuItemColor,
50114
50034
  menuItemColorDelete: menuItemColorDelete,
@@ -50175,17 +50095,17 @@ var PopupMenuItem = function PopupMenuItem(_ref) {
50175
50095
  extraStyles: textExtraStyles
50176
50096
  }, text)));
50177
50097
  };
50178
- var PopupMenuItem$1 = themeComponent(PopupMenuItem, "PopupMenuItem", fallbackValues$V);
50098
+ var PopupMenuItem$1 = themeComponent(PopupMenuItem, "PopupMenuItem", fallbackValues$U);
50179
50099
 
50180
50100
  var hoverColor$6 = "#116285";
50181
50101
  var activeColor$a = "#0E506D";
50182
50102
  var menuTriggerColor = "#15749D";
50183
- var backgroundColor$f = "white";
50184
- var fallbackValues$W = {
50103
+ var backgroundColor$e = "white";
50104
+ var fallbackValues$V = {
50185
50105
  hoverColor: hoverColor$6,
50186
50106
  activeColor: activeColor$a,
50187
50107
  menuTriggerColor: menuTriggerColor,
50188
- backgroundColor: backgroundColor$f
50108
+ backgroundColor: backgroundColor$e
50189
50109
  };
50190
50110
 
50191
50111
  var PopupMenuContainer = styled__default(Box).withConfig({
@@ -50317,10 +50237,10 @@ var PopupMenu = function PopupMenu(_ref) {
50317
50237
  }, item));
50318
50238
  })));
50319
50239
  };
50320
- var PopupMenu$1 = themeComponent(PopupMenu, "PopupMenu", fallbackValues$W);
50240
+ var PopupMenu$1 = themeComponent(PopupMenu, "PopupMenu", fallbackValues$V);
50321
50241
 
50322
50242
  var pageBackground = "#FBFCFD";
50323
- var fallbackValues$X = {
50243
+ var fallbackValues$W = {
50324
50244
  pageBackground: pageBackground
50325
50245
  };
50326
50246
 
@@ -50368,7 +50288,7 @@ var CenterSingle = function CenterSingle(_ref) {
50368
50288
  padding: "0"
50369
50289
  })));
50370
50290
  };
50371
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$X));
50291
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$W));
50372
50292
 
50373
50293
  var CenterStack = function CenterStack(_ref) {
50374
50294
  var header = _ref.header,
@@ -50411,7 +50331,7 @@ var CenterStack = function CenterStack(_ref) {
50411
50331
  padding: "0"
50412
50332
  })));
50413
50333
  };
50414
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$X));
50334
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$W));
50415
50335
 
50416
50336
  var CenterSingle$2 = function CenterSingle(_ref) {
50417
50337
  var header = _ref.header,
@@ -50457,7 +50377,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
50457
50377
  padding: "0"
50458
50378
  })));
50459
50379
  };
50460
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$X));
50380
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$W));
50461
50381
 
50462
50382
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
50463
50383
  var header = _ref.header,
@@ -50510,7 +50430,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
50510
50430
  padding: "0"
50511
50431
  })));
50512
50432
  };
50513
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$X));
50433
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$W));
50514
50434
 
50515
50435
  var SidebarStackContent = function SidebarStackContent(_ref) {
50516
50436
  var header = _ref.header,
@@ -50580,7 +50500,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
50580
50500
  key: "footer-box"
50581
50501
  })));
50582
50502
  };
50583
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$X));
50503
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$W));
50584
50504
 
50585
50505
  var useFocusInvalidInput = function useFocusInvalidInput(hasErrors) {
50586
50506
  var resetHasErrors = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function () {};
@@ -50819,7 +50739,6 @@ exports.VoidedIcon = VoidedIcon;
50819
50739
  exports.WalletBannerIcon = WalletBannerIcon$1;
50820
50740
  exports.WalletIcon = WalletIcon$1;
50821
50741
  exports.WalletIconSmall = WalletIconSmall$1;
50822
- exports.WalletName = WalletName$1;
50823
50742
  exports.WarningIconXS = WarningIconXS;
50824
50743
  exports.WelcomeModule = WelcomeModule$1;
50825
50744
  exports.WorkflowTile = WorkflowTile;