@thecb/components 5.0.0-beta.15 → 5.0.0-beta.4

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
@@ -12,44 +12,6 @@ var theme = _interopDefault(require('styled-theming'));
12
12
  var reactRouterDom = require('react-router-dom');
13
13
  var reactDom = _interopDefault(require('react-dom'));
14
14
 
15
- function ownKeys(object, enumerableOnly) {
16
- var keys = Object.keys(object);
17
-
18
- if (Object.getOwnPropertySymbols) {
19
- var symbols = Object.getOwnPropertySymbols(object);
20
-
21
- if (enumerableOnly) {
22
- symbols = symbols.filter(function (sym) {
23
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
24
- });
25
- }
26
-
27
- keys.push.apply(keys, symbols);
28
- }
29
-
30
- return keys;
31
- }
32
-
33
- function _objectSpread2(target) {
34
- for (var i = 1; i < arguments.length; i++) {
35
- var source = arguments[i] != null ? arguments[i] : {};
36
-
37
- if (i % 2) {
38
- ownKeys(Object(source), true).forEach(function (key) {
39
- _defineProperty(target, key, source[key]);
40
- });
41
- } else if (Object.getOwnPropertyDescriptors) {
42
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
43
- } else {
44
- ownKeys(Object(source)).forEach(function (key) {
45
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
46
- });
47
- }
48
- }
49
-
50
- return target;
51
- }
52
-
53
15
  function _typeof(obj) {
54
16
  "@babel/helpers - typeof";
55
17
 
@@ -99,6 +61,40 @@ function _extends() {
99
61
  return _extends.apply(this, arguments);
100
62
  }
101
63
 
64
+ function ownKeys(object, enumerableOnly) {
65
+ var keys = Object.keys(object);
66
+
67
+ if (Object.getOwnPropertySymbols) {
68
+ var symbols = Object.getOwnPropertySymbols(object);
69
+ if (enumerableOnly) symbols = symbols.filter(function (sym) {
70
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
71
+ });
72
+ keys.push.apply(keys, symbols);
73
+ }
74
+
75
+ return keys;
76
+ }
77
+
78
+ function _objectSpread2(target) {
79
+ for (var i = 1; i < arguments.length; i++) {
80
+ var source = arguments[i] != null ? arguments[i] : {};
81
+
82
+ if (i % 2) {
83
+ ownKeys(Object(source), true).forEach(function (key) {
84
+ _defineProperty(target, key, source[key]);
85
+ });
86
+ } else if (Object.getOwnPropertyDescriptors) {
87
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
88
+ } else {
89
+ ownKeys(Object(source)).forEach(function (key) {
90
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
91
+ });
92
+ }
93
+ }
94
+
95
+ return target;
96
+ }
97
+
102
98
  function _objectWithoutPropertiesLoose(source, excluded) {
103
99
  if (source == null) return {};
104
100
  var target = {};
@@ -164,21 +160,18 @@ function _arrayWithHoles(arr) {
164
160
  }
165
161
 
166
162
  function _iterableToArray(iter) {
167
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
163
+ if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
168
164
  }
169
165
 
170
166
  function _iterableToArrayLimit(arr, i) {
171
- var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
172
-
173
- if (_i == null) return;
167
+ if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;
174
168
  var _arr = [];
175
169
  var _n = true;
176
170
  var _d = false;
177
-
178
- var _s, _e;
171
+ var _e = undefined;
179
172
 
180
173
  try {
181
- for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
174
+ for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
182
175
  _arr.push(_s.value);
183
176
 
184
177
  if (i && _arr.length === i) break;
@@ -4642,7 +4635,6 @@ var fallbackValues = {
4642
4635
  fontSize: fontSize
4643
4636
  };
4644
4637
 
4645
- var _excluded = ["variant"];
4646
4638
  /*
4647
4639
  themeContext: { name: "default", values: {JSON_THEME_VALUES_HERE} }
4648
4640
 
@@ -4743,7 +4735,7 @@ var themeComponent = function themeComponent(component, componentThemeId, fallba
4743
4735
 
4744
4736
  var _ref7$variant = _ref7.variant,
4745
4737
  variant = _ref7$variant === void 0 ? defaultVariant : _ref7$variant,
4746
- props = _objectWithoutProperties(_ref7, _excluded);
4738
+ props = _objectWithoutProperties(_ref7, ["variant"]);
4747
4739
 
4748
4740
  var themeContext = React.useContext(styled.ThemeContext);
4749
4741
  var metadata = (_themeContext$metadat = themeContext === null || themeContext === void 0 ? void 0 : themeContext.metadata) !== null && _themeContext$metadat !== void 0 ? _themeContext$metadat : {};
@@ -4985,10 +4977,36 @@ var colors = /*#__PURE__*/Object.freeze({
4985
4977
  ERROR_COLOR: ERROR_COLOR
4986
4978
  });
4987
4979
 
4988
- var TextSpan = styled__default.span.withConfig({
4989
- displayName: "Textstyled__TextSpan",
4990
- componentId: "sc-1oy97we-0"
4991
- })(["--font-size:", ";font-size:var(--font-size);line-height:calc(1.5 * var(--font-size));font-weight:", ";font-family:", ";color:", ";&:hover{", "}&:focus{outline:3px solid ", ";outline-offset:2px;}", " ", ""], function (_ref) {
4980
+ function _templateObject3() {
4981
+ var data = _taggedTemplateLiteral(["\n ", "\n "]);
4982
+
4983
+ _templateObject3 = function _templateObject3() {
4984
+ return data;
4985
+ };
4986
+
4987
+ return data;
4988
+ }
4989
+
4990
+ function _templateObject2() {
4991
+ var data = _taggedTemplateLiteral(["\n ", "\n "]);
4992
+
4993
+ _templateObject2 = function _templateObject2() {
4994
+ return data;
4995
+ };
4996
+
4997
+ return data;
4998
+ }
4999
+
5000
+ function _templateObject() {
5001
+ var data = _taggedTemplateLiteral(["\n --font-size: ", ";\n font-size: var(--font-size);\n line-height: calc(1.5 * var(--font-size));\n font-weight: ", ";\n font-family: ", ";\n color: ", ";\n\n &:hover {\n ", "\n }\n\n &:focus {\n outline: 3px solid ", ";\n outline-offset: 2px;\n }\n\n ", "\n\n ", "\n"]);
5002
+
5003
+ _templateObject = function _templateObject() {
5004
+ return data;
5005
+ };
5006
+
5007
+ return data;
5008
+ }
5009
+ var TextSpan = styled__default.span(_templateObject(), function (_ref) {
4992
5010
  var fontSize = _ref.fontSize;
4993
5011
  return fontSize;
4994
5012
  }, function (_ref2) {
@@ -5002,11 +5020,11 @@ var TextSpan = styled__default.span.withConfig({
5002
5020
  return color;
5003
5021
  }, function (_ref5) {
5004
5022
  var hoverStyles = _ref5.hoverStyles;
5005
- return styled.css(["", ""], hoverStyles);
5023
+ return styled.css(_templateObject2(), hoverStyles);
5006
5024
  }, ROYAL_BLUE, function (_ref6) {
5007
5025
  var disabled = _ref6.disabled,
5008
5026
  disabledStyles = _ref6.disabledStyles;
5009
- return disabled && styled.css(["", ""], disabledStyles);
5027
+ return disabled && styled.css(_templateObject3(), disabledStyles);
5010
5028
  }, function (_ref7) {
5011
5029
  var extraStyles = _ref7.extraStyles;
5012
5030
  return extraStyles;
@@ -5014,6 +5032,10 @@ var TextSpan = styled__default.span.withConfig({
5014
5032
 
5015
5033
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
5016
5034
 
5035
+ function unwrapExports (x) {
5036
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5037
+ }
5038
+
5017
5039
  function createCommonjsModule(fn, module) {
5018
5040
  return module = { exports: {} }, fn(module, module.exports), module.exports;
5019
5041
  }
@@ -6125,8 +6147,6 @@ var general = /*#__PURE__*/Object.freeze({
6125
6147
  checkDeniedCards: checkDeniedCards
6126
6148
  });
6127
6149
 
6128
- var _excluded$1 = ["themeValues", "weight", "color", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children"];
6129
-
6130
6150
  var Text = function Text(_ref) {
6131
6151
  var themeValues = _ref.themeValues,
6132
6152
  _ref$weight = _ref.weight,
@@ -6141,7 +6161,7 @@ var Text = function Text(_ref) {
6141
6161
  as = _ref.as,
6142
6162
  dataQa = _ref.dataQa,
6143
6163
  children = _ref.children,
6144
- rest = _objectWithoutProperties(_ref, _excluded$1);
6164
+ rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children"]);
6145
6165
 
6146
6166
  return /*#__PURE__*/React__default.createElement(TextSpan, _extends({
6147
6167
  fontSize: themeValues.fontSize,
@@ -6159,7 +6179,75 @@ var Text = function Text(_ref) {
6159
6179
 
6160
6180
  var Text$1 = themeComponent(Text, "Text", fallbackValues, "p");
6161
6181
 
6162
- var _excluded$2 = ["activeStyles", "hoverStyles", "disabledStyles", "extraStyles", "borderSize", "borderColor", "borderWidthOverride", "borderRadius", "textAlign", "boxShadow", "minHeight", "minWidth", "maxWidth", "padding", "hiddenStyles", "ariaControls", "ariaLabel"];
6182
+ function _templateObject7() {
6183
+ var data = _taggedTemplateLiteral(["\n ", "\n "]);
6184
+
6185
+ _templateObject7 = function _templateObject7() {
6186
+ return data;
6187
+ };
6188
+
6189
+ return data;
6190
+ }
6191
+
6192
+ function _templateObject6() {
6193
+ var data = _taggedTemplateLiteral(["\n display: none;\n "]);
6194
+
6195
+ _templateObject6 = function _templateObject6() {
6196
+ return data;
6197
+ };
6198
+
6199
+ return data;
6200
+ }
6201
+
6202
+ function _templateObject5() {
6203
+ var data = _taggedTemplateLiteral(["\n ", "\n ", "\n "]);
6204
+
6205
+ _templateObject5 = function _templateObject5() {
6206
+ return data;
6207
+ };
6208
+
6209
+ return data;
6210
+ }
6211
+
6212
+ function _templateObject4() {
6213
+ var data = _taggedTemplateLiteral(["\n ", "\n ", "\n "]);
6214
+
6215
+ _templateObject4 = function _templateObject4() {
6216
+ return data;
6217
+ };
6218
+
6219
+ return data;
6220
+ }
6221
+
6222
+ function _templateObject3$1() {
6223
+ var data = _taggedTemplateLiteral(["\n outline: 3px solid ", ";\n outline-offset: 2px;\n ", "\n "]);
6224
+
6225
+ _templateObject3$1 = function _templateObject3() {
6226
+ return data;
6227
+ };
6228
+
6229
+ return data;
6230
+ }
6231
+
6232
+ function _templateObject2$1() {
6233
+ var data = _taggedTemplateLiteral(["\n ", "\n ", "\n "]);
6234
+
6235
+ _templateObject2$1 = function _templateObject2() {
6236
+ return data;
6237
+ };
6238
+
6239
+ return data;
6240
+ }
6241
+
6242
+ function _templateObject$1() {
6243
+ var data = _taggedTemplateLiteral(["\n position: relative;\n box-sizing: border-box;\n padding: ", ";\n border: ", ";\n box-shadow: ", ";\n background-color: ", ";\n min-height: ", ";\n ", "\n min-width: ", ";\n max-width: ", ";\n color: ", ";\n border-radius: ", ";\n border-width: ", ";\n border: ", ";\n text-align: ", ";\n\n &:hover {\n ", "\n }\n\n &:focus {\n ", "\n }\n\n &:active {\n ", "\n }\n\n &:disabled {\n ", "\n }\n\n & * {\n color: ", ";\n }\n\n ", "\n ", "\n"]);
6244
+
6245
+ _templateObject$1 = function _templateObject() {
6246
+ return data;
6247
+ };
6248
+
6249
+ return data;
6250
+ }
6163
6251
  /*
6164
6252
  The child span selector on hover styles targets the text inside of buttons when a button is hovered,
6165
6253
  as long as the box wrapper has an "as" prop equal to "button"
@@ -6188,16 +6276,13 @@ var BoxWrapper = styled__default(function (_ref) {
6188
6276
  hiddenStyles = _ref.hiddenStyles,
6189
6277
  ariaControls = _ref.ariaControls,
6190
6278
  ariaLabel = _ref.ariaLabel,
6191
- props = _objectWithoutProperties(_ref, _excluded$2);
6279
+ props = _objectWithoutProperties(_ref, ["activeStyles", "hoverStyles", "disabledStyles", "extraStyles", "borderSize", "borderColor", "borderWidthOverride", "borderRadius", "textAlign", "boxShadow", "minHeight", "minWidth", "maxWidth", "padding", "hiddenStyles", "ariaControls", "ariaLabel"]);
6192
6280
 
6193
6281
  return /*#__PURE__*/React__default.createElement("div", _extends({
6194
6282
  "aria-controls": ariaControls,
6195
6283
  "aria-label": ariaLabel
6196
6284
  }, props));
6197
- }).withConfig({
6198
- displayName: "Boxstyled__BoxWrapper",
6199
- componentId: "sc-1f9ij0d-0"
6200
- })(["position:relative;box-sizing:border-box;padding:", ";border:", ";box-shadow:", ";background-color:", ";min-height:", ";", " min-width:", ";max-width:", ";color:", ";border-radius:", ";border-width:", ";border:", ";text-align:", ";&:hover{", "}&:focus{", "}&:active{", "}&:disabled{", "}& *{color:", ";}", " ", ""], function (_ref2) {
6285
+ })(_templateObject$1(), function (_ref2) {
6201
6286
  var padding = _ref2.padding;
6202
6287
  return padding;
6203
6288
  }, function (_ref3) {
@@ -6241,31 +6326,30 @@ var BoxWrapper = styled__default(function (_ref) {
6241
6326
  }, function (_ref15) {
6242
6327
  var hoverStyles = _ref15.hoverStyles,
6243
6328
  as = _ref15.as;
6244
- return styled.css(["", " ", ""], hoverStyles, as === "button" ? "> * > span {\n ".concat(hoverStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6329
+ return styled.css(_templateObject2$1(), hoverStyles, as === "button" ? "> * > span {\n ".concat(hoverStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6245
6330
  }, function (_ref16) {
6246
6331
  var as = _ref16.as;
6247
- return styled.css(["outline:3px solid ", ";outline-offset:2px;", ""], ROYAL_BLUE, as === "button" && "\n > * > span {\n border: none;\n outline: none;\n box-shadow: none;\n }");
6332
+ return styled.css(_templateObject3$1(), ROYAL_BLUE, as === "button" && "\n > * > span {\n border: none;\n outline: none;\n box-shadow: none;\n }");
6248
6333
  }, function (_ref17) {
6249
6334
  var activeStyles = _ref17.activeStyles,
6250
6335
  as = _ref17.as;
6251
- return styled.css(["", " ", ""], activeStyles, as === "button" ? " > * > span {\n ".concat(activeStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6336
+ return styled.css(_templateObject4(), activeStyles, as === "button" ? " > * > span {\n ".concat(activeStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6252
6337
  }, function (_ref18) {
6253
6338
  var disabledStyles = _ref18.disabledStyles,
6254
6339
  as = _ref18.as;
6255
- return styled.css(["", " ", ""], disabledStyles, as === "button" ? " > * > span {\n ".concat(disabledStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6340
+ return styled.css(_templateObject5(), disabledStyles, as === "button" ? " > * > span {\n ".concat(disabledStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6256
6341
  }, function (_ref19) {
6257
6342
  var color = _ref19.color;
6258
6343
  return color;
6259
6344
  }, function (_ref20) {
6260
6345
  var hiddenStyles = _ref20.hiddenStyles;
6261
- return hiddenStyles && styled.css(["display:none;"]);
6346
+ return hiddenStyles && styled.css(_templateObject6());
6262
6347
  }, function (_ref21) {
6263
6348
  var extraStyles = _ref21.extraStyles;
6264
- return styled.css(["", ""], extraStyles);
6349
+ return styled.css(_templateObject7(), extraStyles);
6265
6350
  });
6266
6351
  /* eslint-enable no-unused-vars */
6267
6352
 
6268
- var _excluded$3 = ["padding", "borderSize", "borderColor", "borderRadius", "boxShadow", "background", "color", "minHeight", "width", "minWidth", "maxWidth", "borderWidthOverride", "border", "textAlign", "hoverStyles", "activeStyles", "disabledStyles", "variant", "as", "onClick", "onKeyDown", "onMouseEnter", "onMouseLeave", "onFocus", "onBlur", "onTouchEnd", "theme", "hiddenStyles", "extraStyles", "dataQa", "children"];
6269
6353
  /*
6270
6354
  Box component to create generic boxes
6271
6355
  Supply padding, border, background, and color values
@@ -6307,7 +6391,7 @@ var Box = function Box(_ref) {
6307
6391
  extraStyles = _ref.extraStyles,
6308
6392
  dataQa = _ref.dataQa,
6309
6393
  children = _ref.children,
6310
- rest = _objectWithoutProperties(_ref, _excluded$3);
6394
+ rest = _objectWithoutProperties(_ref, ["padding", "borderSize", "borderColor", "borderRadius", "boxShadow", "background", "color", "minHeight", "width", "minWidth", "maxWidth", "borderWidthOverride", "border", "textAlign", "hoverStyles", "activeStyles", "disabledStyles", "variant", "as", "onClick", "onKeyDown", "onMouseEnter", "onMouseLeave", "onFocus", "onBlur", "onTouchEnd", "theme", "hiddenStyles", "extraStyles", "dataQa", "children"]);
6311
6395
 
6312
6396
  return /*#__PURE__*/React__default.createElement(BoxWrapper, _extends({
6313
6397
  padding: padding,
@@ -6343,10 +6427,16 @@ var Box = function Box(_ref) {
6343
6427
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6344
6428
  };
6345
6429
 
6346
- var CenterWrapper = styled__default.div.withConfig({
6347
- displayName: "Centerstyled__CenterWrapper",
6348
- componentId: "sc-vawqfc-0"
6349
- })(["box-sizing:content-box;margin-left:auto;margin-right:auto;max-width:", ";padding-left:", ";padding-right:", ";", ";"], function (_ref) {
6430
+ function _templateObject$2() {
6431
+ var data = _taggedTemplateLiteral(["\n box-sizing: content-box;\n margin-left: auto;\n margin-right: auto;\n max-width: ", ";\n padding-left: ", ";\n padding-right: ", ";\n ", ";\n"]);
6432
+
6433
+ _templateObject$2 = function _templateObject() {
6434
+ return data;
6435
+ };
6436
+
6437
+ return data;
6438
+ }
6439
+ var CenterWrapper = styled__default.div(_templateObject$2(), function (_ref) {
6350
6440
  var maxWidth = _ref.maxWidth;
6351
6441
  return maxWidth;
6352
6442
  }, function (_ref2) {
@@ -6360,7 +6450,6 @@ var CenterWrapper = styled__default.div.withConfig({
6360
6450
  return intrinsic ? "\n display: flex;\n flex-direction: column;\n align-items: center;\n " : "";
6361
6451
  });
6362
6452
 
6363
- var _excluded$4 = ["maxWidth", "gutters", "intrinsic", "children"];
6364
6453
  /*
6365
6454
  Component to horizontally center itself (with auto right and left margins)
6366
6455
  Use intrinsic prop if you want its children that are narrower than the max-width
@@ -6373,7 +6462,7 @@ var Center = function Center(_ref) {
6373
6462
  _ref$intrinsic = _ref.intrinsic,
6374
6463
  intrinsic = _ref$intrinsic === void 0 ? false : _ref$intrinsic,
6375
6464
  children = _ref.children,
6376
- rest = _objectWithoutProperties(_ref, _excluded$4);
6465
+ rest = _objectWithoutProperties(_ref, ["maxWidth", "gutters", "intrinsic", "children"]);
6377
6466
 
6378
6467
  return /*#__PURE__*/React__default.createElement(CenterWrapper, _extends({
6379
6468
  maxWidth: maxWidth,
@@ -6382,18 +6471,33 @@ var Center = function Center(_ref) {
6382
6471
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6383
6472
  };
6384
6473
 
6385
- var _excluded$5 = ["overflow"];
6474
+ function _templateObject2$2() {
6475
+ var data = _taggedTemplateLiteral(["\n box-sizing: border-box;\n display: flex;\n flex-wrap: ", ";\n justify-content: ", ";\n align-items: ", ";\n margin: calc(", " / 2 * -1);\n min-height: ", ";\n min-width: ", ";\n > * {\n margin: calc(", " / 2);\n }\n"]);
6476
+
6477
+ _templateObject2$2 = function _templateObject2() {
6478
+ return data;
6479
+ };
6480
+
6481
+ return data;
6482
+ }
6483
+
6484
+ function _templateObject$3() {
6485
+ var data = _taggedTemplateLiteral(["\n overflow: ", ";\n box-sizing: border-box;\n justify-self: ", ";\n align-self: ", ";\n flex-grow: ", ";\n ", ";\n"]);
6486
+
6487
+ _templateObject$3 = function _templateObject() {
6488
+ return data;
6489
+ };
6490
+
6491
+ return data;
6492
+ }
6386
6493
  /* eslint-disable no-unused-vars */
6387
6494
 
6388
6495
  var ClusterWrapper = styled__default(function (_ref) {
6389
6496
  var overflow = _ref.overflow,
6390
- props = _objectWithoutProperties(_ref, _excluded$5);
6497
+ props = _objectWithoutProperties(_ref, ["overflow"]);
6391
6498
 
6392
6499
  return /*#__PURE__*/React__default.createElement("div", props);
6393
- }).withConfig({
6394
- displayName: "Clusterstyled__ClusterWrapper",
6395
- componentId: "sc-1dkqsm7-0"
6396
- })(["overflow:", ";box-sizing:border-box;justify-self:", ";align-self:", ";flex-grow:", ";", ";"], function (_ref2) {
6500
+ })(_templateObject$3(), function (_ref2) {
6397
6501
  var overflow = _ref2.overflow;
6398
6502
  return overflow ? "visible" : "hidden";
6399
6503
  }, function (_ref3) {
@@ -6409,10 +6513,7 @@ var ClusterWrapper = styled__default(function (_ref) {
6409
6513
  var extraStyles = _ref6.extraStyles;
6410
6514
  return extraStyles;
6411
6515
  });
6412
- var ClusterInnerWrapper = styled__default.div.withConfig({
6413
- displayName: "Clusterstyled__ClusterInnerWrapper",
6414
- componentId: "sc-1dkqsm7-1"
6415
- })(["box-sizing:border-box;display:flex;flex-wrap:", ";justify-content:", ";align-items:", ";margin:calc(", " / 2 * -1);min-height:", ";min-width:", ";> *{margin:calc(", " / 2);}"], function (_ref7) {
6516
+ var ClusterInnerWrapper = styled__default.div(_templateObject2$2(), function (_ref7) {
6416
6517
  var nowrap = _ref7.nowrap;
6417
6518
  return nowrap ? "nowrap" : "wrap";
6418
6519
  }, function (_ref8) {
@@ -6435,7 +6536,6 @@ var ClusterInnerWrapper = styled__default.div.withConfig({
6435
6536
  return childGap;
6436
6537
  });
6437
6538
 
6438
- var _excluded$6 = ["justify", "align", "childGap", "minHeight", "minWidth", "nowrap", "overflow", "justifySelf", "alignSelf", "flexGrow", "extraStyles", "children"];
6439
6539
  /*
6440
6540
  Cluster components suit any groups of elements that differ in
6441
6541
  length and are liable to wrap. Buttons that appear together at the
@@ -6459,7 +6559,7 @@ var Cluster = function Cluster(_ref) {
6459
6559
  flexGrow = _ref.flexGrow,
6460
6560
  extraStyles = _ref.extraStyles,
6461
6561
  children = _ref.children,
6462
- rest = _objectWithoutProperties(_ref, _excluded$6);
6562
+ rest = _objectWithoutProperties(_ref, ["justify", "align", "childGap", "minHeight", "minWidth", "nowrap", "overflow", "justifySelf", "alignSelf", "flexGrow", "extraStyles", "children"]);
6463
6563
 
6464
6564
  return /*#__PURE__*/React__default.createElement(ClusterWrapper, _extends({
6465
6565
  overflow: overflow
@@ -6478,10 +6578,16 @@ var Cluster = function Cluster(_ref) {
6478
6578
  }, safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
6479
6579
  };
6480
6580
 
6481
- var GridWrapper = styled__default.div.withConfig({
6482
- displayName: "Gridstyled__GridWrapper",
6483
- componentId: "sc-8iakdj-0"
6484
- })(["display:grid;grid-gap:", ";grid-template-columns:", ";@supports (width:min(", ",100%)){&{grid-template-columns:repeat( auto-fill,minmax( ", ",", " ) );}}"], function (_ref) {
6581
+ function _templateObject$4() {
6582
+ var data = _taggedTemplateLiteral(["\n display: grid;\n grid-gap: ", ";\n grid-template-columns: ", ";\n\n @supports (width: min(", ", 100%)) {\n & {\n grid-template-columns: repeat(\n auto-fill,\n minmax(\n ", ",\n ", "\n )\n );\n }\n }\n"]);
6583
+
6584
+ _templateObject$4 = function _templateObject() {
6585
+ return data;
6586
+ };
6587
+
6588
+ return data;
6589
+ }
6590
+ var GridWrapper = styled__default.div(_templateObject$4(), function (_ref) {
6485
6591
  var columnGap = _ref.columnGap;
6486
6592
  return columnGap;
6487
6593
  }, function (_ref2) {
@@ -6500,8 +6606,6 @@ var GridWrapper = styled__default.div.withConfig({
6500
6606
  return maxColWidth;
6501
6607
  });
6502
6608
 
6503
- var _excluded$7 = ["columnGap", "minColWidth", "maxColWidth", "children"];
6504
-
6505
6609
  var Grid = function Grid(_ref) {
6506
6610
  var columnGap = _ref.columnGap,
6507
6611
  _ref$minColWidth = _ref.minColWidth,
@@ -6509,7 +6613,7 @@ var Grid = function Grid(_ref) {
6509
6613
  _ref$maxColWidth = _ref.maxColWidth,
6510
6614
  maxColWidth = _ref$maxColWidth === void 0 ? "1fr" : _ref$maxColWidth,
6511
6615
  children = _ref.children,
6512
- rest = _objectWithoutProperties(_ref, _excluded$7);
6616
+ rest = _objectWithoutProperties(_ref, ["columnGap", "minColWidth", "maxColWidth", "children"]);
6513
6617
 
6514
6618
  var ref = React.useRef();
6515
6619
 
@@ -6537,11 +6641,26 @@ var Grid = function Grid(_ref) {
6537
6641
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6538
6642
  };
6539
6643
 
6540
- var _excluded$8 = ["onRight", "childGap", "contentMinWidth", "minHeight", "fullHeight"];
6541
- var SidebarWrapper = styled__default.div.withConfig({
6542
- displayName: "Sidebarstyled__SidebarWrapper",
6543
- componentId: "sc-1bbn2or-0"
6544
- })(["overflow:visible;box-sizing:border-box;", ""], function (_ref) {
6644
+ function _templateObject2$3() {
6645
+ var data = _taggedTemplateLiteral(["\n display: flex;\n flex-wrap: wrap;\n box-sizing: border-box;\n margin: calc(", " / 2 * -1);\n\n > * {\n margin: calc(", " / 2);\n flex-grow: 1;\n ", ";\n ", "\n }\n\n ", "\n\n ", "\n"]);
6646
+
6647
+ _templateObject2$3 = function _templateObject2() {
6648
+ return data;
6649
+ };
6650
+
6651
+ return data;
6652
+ }
6653
+
6654
+ function _templateObject$5() {
6655
+ var data = _taggedTemplateLiteral(["\n overflow: visible;\n box-sizing: border-box;\n\n ", "\n"]);
6656
+
6657
+ _templateObject$5 = function _templateObject() {
6658
+ return data;
6659
+ };
6660
+
6661
+ return data;
6662
+ }
6663
+ var SidebarWrapper = styled__default.div(_templateObject$5(), function (_ref) {
6545
6664
  var fullHeight = _ref.fullHeight;
6546
6665
  return fullHeight ? "height: 100%;" : "";
6547
6666
  });
@@ -6552,13 +6671,10 @@ function (_ref2) {
6552
6671
  contentMinWidth = _ref2.contentMinWidth,
6553
6672
  minHeight = _ref2.minHeight,
6554
6673
  fullHeight = _ref2.fullHeight,
6555
- props = _objectWithoutProperties(_ref2, _excluded$8);
6674
+ props = _objectWithoutProperties(_ref2, ["onRight", "childGap", "contentMinWidth", "minHeight", "fullHeight"]);
6556
6675
 
6557
6676
  return /*#__PURE__*/React__default.createElement("div", props);
6558
- }).withConfig({
6559
- displayName: "Sidebarstyled__SidebarInnerWrapper",
6560
- componentId: "sc-1bbn2or-1"
6561
- })(["display:flex;flex-wrap:wrap;box-sizing:border-box;margin:calc(", " / 2 * -1);> *{margin:calc(", " / 2);flex-grow:1;", ";", "}", " ", ""], function (_ref3) {
6677
+ })(_templateObject2$3(), function (_ref3) {
6562
6678
  var childGap = _ref3.childGap;
6563
6679
  return childGap;
6564
6680
  }, function (_ref4) {
@@ -6580,7 +6696,6 @@ function (_ref2) {
6580
6696
  return fullHeight ? "min-height: 100%;" : "";
6581
6697
  });
6582
6698
 
6583
- var _excluded$9 = ["childGap", "width", "sidebarOnRight", "contentMinWidth", "fullHeight", "minHeight", "children"];
6584
6699
  /*
6585
6700
  Component to assist in creating layouts with some element and a sidebar next to it
6586
6701
  Sidebar takes a width value, this is the ideal target with, and what the sidebar
@@ -6606,7 +6721,7 @@ var Sidebar = function Sidebar(_ref) {
6606
6721
  fullHeight = _ref$fullHeight === void 0 ? false : _ref$fullHeight,
6607
6722
  minHeight = _ref.minHeight,
6608
6723
  children = _ref.children,
6609
- rest = _objectWithoutProperties(_ref, _excluded$9);
6724
+ rest = _objectWithoutProperties(_ref, ["childGap", "width", "sidebarOnRight", "contentMinWidth", "fullHeight", "minHeight", "children"]);
6610
6725
 
6611
6726
  return /*#__PURE__*/React__default.createElement(SidebarWrapper, _extends({
6612
6727
  fullHeight: fullHeight,
@@ -6621,10 +6736,16 @@ var Sidebar = function Sidebar(_ref) {
6621
6736
  }, safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
6622
6737
  };
6623
6738
 
6624
- var StackWrapper = styled__default.div.withConfig({
6625
- displayName: "Stackstyled__StackWrapper",
6626
- componentId: "sc-ejhezz-0"
6627
- })(["box-sizing:border-box;display:flex;flex-direction:", ";justify-content:", ";height:", ";> *{margin-top:0;margin-bottom:0;}> * + *{", "}", ";"], function (_ref) {
6739
+ function _templateObject$6() {
6740
+ var data = _taggedTemplateLiteral(["\n box-sizing: border-box;\n display: flex;\n flex-direction: ", ";\n justify-content: ", ";\n height: ", ";\n\n > * {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n > * + * {\n ", "\n }\n\n ", ";\n"]);
6741
+
6742
+ _templateObject$6 = function _templateObject() {
6743
+ return data;
6744
+ };
6745
+
6746
+ return data;
6747
+ }
6748
+ var StackWrapper = styled__default.div(_templateObject$6(), function (_ref) {
6628
6749
  var direction = _ref.direction;
6629
6750
  return direction;
6630
6751
  }, function (_ref2) {
@@ -6643,7 +6764,6 @@ var StackWrapper = styled__default.div.withConfig({
6643
6764
  return bottomItem ? "\n > :nth-child(".concat(bottomItem, ") {\n ").concat(direction === "row" ? "margin-left: auto;" : "margin-top: auto;", "\n }\n ") : "";
6644
6765
  });
6645
6766
 
6646
- var _excluded$a = ["childGap", "bottomItem", "fullHeight", "children", "direction", "justify"];
6647
6767
  /*
6648
6768
  Component to impose margin-top between a list of child elements
6649
6769
  Useful for things like sidebars and button lists
@@ -6664,7 +6784,7 @@ var Stack = function Stack(_ref) {
6664
6784
  _ref$direction = _ref.direction,
6665
6785
  direction = _ref$direction === void 0 ? "column" : _ref$direction,
6666
6786
  justify = _ref.justify,
6667
- rest = _objectWithoutProperties(_ref, _excluded$a);
6787
+ rest = _objectWithoutProperties(_ref, ["childGap", "bottomItem", "fullHeight", "children", "direction", "justify"]);
6668
6788
 
6669
6789
  return /*#__PURE__*/React__default.createElement(StackWrapper, _extends({
6670
6790
  childGap: childGap,
@@ -6675,10 +6795,16 @@ var Stack = function Stack(_ref) {
6675
6795
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6676
6796
  };
6677
6797
 
6678
- var CoverOuterContainer = styled__default.div.withConfig({
6679
- displayName: "Coverstyled__CoverOuterContainer",
6680
- componentId: "sc-1jhq379-0"
6681
- })(["box-sizing:border-box;display:flex;flex-direction:column;min-height:", ";padding:", ";min-width:", ";> *{margin-top:", ";margin-bottom:", ";}>:first-child{margin-top:0;}", " ", " >:last-child{margin-bottom:0;}"], function (_ref) {
6798
+ function _templateObject$7() {
6799
+ var data = _taggedTemplateLiteral(["\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n min-height: ", ";\n padding: ", ";\n min-width: ", ";\n\n > * {\n margin-top: ", ";\n margin-bottom: ", ";\n }\n\n > :first-child {\n margin-top: 0;\n }\n\n ", "\n\n ", "\n\n > :last-child {\n margin-bottom: 0;\n }\n"]);
6800
+
6801
+ _templateObject$7 = function _templateObject() {
6802
+ return data;
6803
+ };
6804
+
6805
+ return data;
6806
+ }
6807
+ var CoverOuterContainer = styled__default.div(_templateObject$7(), function (_ref) {
6682
6808
  var minHeight = _ref.minHeight;
6683
6809
  return minHeight;
6684
6810
  }, function (_ref2) {
@@ -6701,7 +6827,6 @@ var CoverOuterContainer = styled__default.div.withConfig({
6701
6827
  return centerOverride ? "> :nth-child(2) {margin-top: 0; margin-bottom: auto;}" : "> :nth-child(2) {margin-top: auto; margin-bottom: auto;}";
6702
6828
  });
6703
6829
 
6704
- var _excluded$b = ["minHeight", "childGap", "padding", "fillCenter", "singleChild", "centerOverride", "children"];
6705
6830
  /*
6706
6831
  The Cover component is used when you want to have one center element
6707
6832
  and an optional top/header element and/or an optional bottom/footer element.
@@ -6731,7 +6856,7 @@ var Cover = function Cover(_ref) {
6731
6856
  singleChild = _ref.singleChild,
6732
6857
  centerOverride = _ref.centerOverride,
6733
6858
  children = _ref.children,
6734
- rest = _objectWithoutProperties(_ref, _excluded$b);
6859
+ rest = _objectWithoutProperties(_ref, ["minHeight", "childGap", "padding", "fillCenter", "singleChild", "centerOverride", "children"]);
6735
6860
 
6736
6861
  return /*#__PURE__*/React__default.createElement(CoverOuterContainer, _extends({
6737
6862
  minHeight: minHeight,
@@ -6742,16 +6867,21 @@ var Cover = function Cover(_ref) {
6742
6867
  }, rest), singleChild ? /*#__PURE__*/React__default.createElement("div", null) : /*#__PURE__*/React__default.createElement(React.Fragment, null), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)), singleChild ? /*#__PURE__*/React__default.createElement("div", null) : /*#__PURE__*/React__default.createElement(React.Fragment, null));
6743
6868
  };
6744
6869
 
6745
- var FrameOuterContainer = styled__default.div.withConfig({
6746
- displayName: "Framestyled__FrameOuterContainer",
6747
- componentId: "sc-1syfnuv-0"
6748
- })(["box-sizing:border-box;padding-bottom:", ";position:relative;> *{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;}> img,> video{width:100%;height:100%;object-fit:cover;}"], function (_ref) {
6870
+ function _templateObject$8() {
6871
+ var data = _taggedTemplateLiteral(["\n box-sizing: border-box;\n padding-bottom: ", ";\n position: relative;\n\n > * {\n overflow: hidden;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n > img,\n > video {\n width: 100%;\n height: 100%;\n object-fit: cover;\n }\n"]);
6872
+
6873
+ _templateObject$8 = function _templateObject() {
6874
+ return data;
6875
+ };
6876
+
6877
+ return data;
6878
+ }
6879
+ var FrameOuterContainer = styled__default.div(_templateObject$8(), function (_ref) {
6749
6880
  var numerator = _ref.numerator,
6750
6881
  denominator = _ref.denominator;
6751
6882
  return "calc((".concat(numerator, " / ").concat(denominator, ") * 100%)");
6752
6883
  });
6753
6884
 
6754
- var _excluded$c = ["numerator", "denominator", "children"];
6755
6885
  /*
6756
6886
  The Frame component is used for cropping content to a specific aspect ratio.
6757
6887
  The aspect ratio is supplied by the numerator and denominator props.
@@ -6771,7 +6901,7 @@ var Frame = function Frame(_ref) {
6771
6901
  _ref$denominator = _ref.denominator,
6772
6902
  denominator = _ref$denominator === void 0 ? 1 : _ref$denominator,
6773
6903
  children = _ref.children,
6774
- rest = _objectWithoutProperties(_ref, _excluded$c);
6904
+ rest = _objectWithoutProperties(_ref, ["numerator", "denominator", "children"]);
6775
6905
 
6776
6906
  return /*#__PURE__*/React__default.createElement(FrameOuterContainer, _extends({
6777
6907
  numerator: numerator,
@@ -6779,14 +6909,37 @@ var Frame = function Frame(_ref) {
6779
6909
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6780
6910
  };
6781
6911
 
6782
- var SwitcherOuterContainer = styled__default.div.withConfig({
6783
- displayName: "Switcherstyled__SwitcherOuterContainer",
6784
- componentId: "sc-1ym61kc-0"
6785
- })(["box-sizing:border-box;display:block;"]);
6786
- var SwitcherInnerContainer = styled__default.div.withConfig({
6787
- displayName: "Switcherstyled__SwitcherInnerContainer",
6788
- componentId: "sc-1ym61kc-1"
6789
- })(["box-sizing:border-box;display:flex;flex-wrap:wrap;overflow:hidden;padding:", ";margin:", ";", " > *{flex-grow:1;", ";", " ", "}", " ", " ", ""], function (_ref) {
6912
+ function _templateObject3$2() {
6913
+ var data = _taggedTemplateLiteral(["\n ", "\n "]);
6914
+
6915
+ _templateObject3$2 = function _templateObject3() {
6916
+ return data;
6917
+ };
6918
+
6919
+ return data;
6920
+ }
6921
+
6922
+ function _templateObject2$4() {
6923
+ var data = _taggedTemplateLiteral(["\n box-sizing: border-box;\n display: flex;\n flex-wrap: wrap;\n overflow: hidden;\n padding: ", ";\n margin: ", ";\n ", "\n\n > * {\n flex-grow: 1;\n ", ";\n ", "\n ", "\n }\n\n ", "\n\n ", "\n\n ", "\n"]);
6924
+
6925
+ _templateObject2$4 = function _templateObject2() {
6926
+ return data;
6927
+ };
6928
+
6929
+ return data;
6930
+ }
6931
+
6932
+ function _templateObject$9() {
6933
+ var data = _taggedTemplateLiteral(["\n box-sizing: border-box;\n display: block;\n"]);
6934
+
6935
+ _templateObject$9 = function _templateObject() {
6936
+ return data;
6937
+ };
6938
+
6939
+ return data;
6940
+ }
6941
+ var SwitcherOuterContainer = styled__default.div(_templateObject$9());
6942
+ var SwitcherInnerContainer = styled__default.div(_templateObject2$4(), function (_ref) {
6790
6943
  var padding = _ref.padding;
6791
6944
  return padding;
6792
6945
  }, function (_ref2) {
@@ -6815,10 +6968,9 @@ var SwitcherInnerContainer = styled__default.div.withConfig({
6815
6968
  return maxChildren ? "> :nth-last-child(".concat(maxChildren + 1, "), > :nth-last-child(").concat(maxChildren + 1, ") ~ * {\n flex-basis: 100%;\n }") : "";
6816
6969
  }, function (_ref9) {
6817
6970
  var extraStyles = _ref9.extraStyles;
6818
- return styled.css(["", ""], extraStyles);
6971
+ return styled.css(_templateObject3$2(), extraStyles);
6819
6972
  });
6820
6973
 
6821
- var _excluded$d = ["breakpoint", "childGap", "largeChild", "largeChildSize", "maxChildren", "maxChildrenOnly", "padding", "children", "extraStyles", "constrainMobile"];
6822
6974
  /*
6823
6975
  The Switcher is a component that is used to toggle between wide and narrow
6824
6976
  layouts based on the size of the surrounding container. In the wide layout,
@@ -6867,7 +7019,7 @@ var Switcher = function Switcher(_ref) {
6867
7019
  extraStyles = _ref.extraStyles,
6868
7020
  _ref$constrainMobile = _ref.constrainMobile,
6869
7021
  constrainMobile = _ref$constrainMobile === void 0 ? false : _ref$constrainMobile,
6870
- rest = _objectWithoutProperties(_ref, _excluded$d);
7022
+ rest = _objectWithoutProperties(_ref, ["breakpoint", "childGap", "largeChild", "largeChildSize", "maxChildren", "maxChildrenOnly", "padding", "children", "extraStyles", "constrainMobile"]);
6871
7023
 
6872
7024
  return /*#__PURE__*/React__default.createElement(SwitcherOuterContainer, null, /*#__PURE__*/React__default.createElement(SwitcherInnerContainer, _extends({
6873
7025
  breakpoint: breakpoint,
@@ -6882,10 +7034,16 @@ var Switcher = function Switcher(_ref) {
6882
7034
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
6883
7035
  };
6884
7036
 
6885
- var ImposterWrapper = styled__default.div.withConfig({
6886
- displayName: "Imposterstyled__ImposterWrapper",
6887
- componentId: "sc-1q0gj35-0"
6888
- })(["position:", ";top:", ";left:", ";display:", ";", " ", " ", ";"], function (_ref) {
7037
+ function _templateObject$a() {
7038
+ var data = _taggedTemplateLiteral(["\n position: ", ";\n top: ", ";\n left: ", ";\n display: ", ";\n\n ", "\n\n ", "\n ", ";\n"]);
7039
+
7040
+ _templateObject$a = function _templateObject() {
7041
+ return data;
7042
+ };
7043
+
7044
+ return data;
7045
+ }
7046
+ var ImposterWrapper = styled__default.div(_templateObject$a(), function (_ref) {
6889
7047
  var fixed = _ref.fixed;
6890
7048
  return fixed ? "fixed" : "absolute";
6891
7049
  }, function (_ref2) {
@@ -6910,7 +7068,6 @@ var ImposterWrapper = styled__default.div.withConfig({
6910
7068
  return extraStyles;
6911
7069
  });
6912
7070
 
6913
- var _excluded$e = ["fixed", "verticalMargin", "horizontalMargin", "breakout", "top", "left", "centered", "visible", "children"];
6914
7071
  /*
6915
7072
  The imposter is used to position content over a parent node.
6916
7073
  Great for tooltips, modals, dialogs, etc.
@@ -6949,7 +7106,7 @@ var Imposter = function Imposter(_ref) {
6949
7106
  _ref$visible = _ref.visible,
6950
7107
  visible = _ref$visible === void 0 ? true : _ref$visible,
6951
7108
  children = _ref.children,
6952
- rest = _objectWithoutProperties(_ref, _excluded$e);
7109
+ rest = _objectWithoutProperties(_ref, ["fixed", "verticalMargin", "horizontalMargin", "breakout", "top", "left", "centered", "visible", "children"]);
6953
7110
 
6954
7111
  return /*#__PURE__*/React__default.createElement(ImposterWrapper, _extends({
6955
7112
  fixed: fixed,
@@ -12025,10 +12182,16 @@ if (typeof window !== "undefined") {
12025
12182
  }
12026
12183
  }
12027
12184
 
12028
- var MotionWrapper = styled__default(motion.div).withConfig({
12029
- displayName: "Motionstyled__MotionWrapper",
12030
- componentId: "sc-1m6r1io-0"
12031
- })(["position:", ";display:", ";box-sizing:border-box;padding:", ";border:", ";border-color:", ";border-size:", ";border-style:", ";border-width:", ";border-radius:", ";background-color:", ";box-shadow:", ";min-height:", ";min-width:", ";height:", ";width:", ";text-align:", ";margin:", ";&:hover,&:focus{", ";}&:active{", ";}&:disabled{", ";}", ";"], function (_ref) {
12185
+ function _templateObject$b() {
12186
+ var data = _taggedTemplateLiteral(["\n position: ", ";\n display: ", ";\n box-sizing: border-box;\n padding: ", ";\n border: ", ";\n border-color: ", ";\n border-size: ", ";\n border-style: ", ";\n border-width: ", ";\n border-radius: ", ";\n background-color: ", ";\n box-shadow: ", ";\n min-height: ", ";\n min-width: ", ";\n height: ", ";\n width: ", ";\n text-align: ", ";\n margin: ", ";\n\n &:hover,\n &:focus {\n ", ";\n }\n\n &:active {\n ", ";\n }\n\n &:disabled {\n ", ";\n }\n\n ", ";\n"]);
12187
+
12188
+ _templateObject$b = function _templateObject() {
12189
+ return data;
12190
+ };
12191
+
12192
+ return data;
12193
+ }
12194
+ var MotionWrapper = styled__default(motion.div)(_templateObject$b(), function (_ref) {
12032
12195
  var position = _ref.position;
12033
12196
  return position;
12034
12197
  }, function (_ref2) {
@@ -12093,7 +12256,6 @@ var MotionWrapper = styled__default(motion.div).withConfig({
12093
12256
  return extraStyles;
12094
12257
  });
12095
12258
 
12096
- var _excluded$f = ["position", "padding", "children"];
12097
12259
  /*
12098
12260
  Catch-all component for creating animations with Framer Motion library
12099
12261
  Wraps the framer motion "motion.div" with styled components and allows for passing
@@ -12135,7 +12297,7 @@ var Motion = function Motion(_ref) {
12135
12297
  _ref$padding = _ref.padding,
12136
12298
  padding = _ref$padding === void 0 ? "0" : _ref$padding,
12137
12299
  children = _ref.children,
12138
- rest = _objectWithoutProperties(_ref, _excluded$f);
12300
+ rest = _objectWithoutProperties(_ref, ["position", "padding", "children"]);
12139
12301
 
12140
12302
  return /*#__PURE__*/React__default.createElement(MotionWrapper, _extends({
12141
12303
  position: position,
@@ -12143,10 +12305,16 @@ var Motion = function Motion(_ref) {
12143
12305
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
12144
12306
  };
12145
12307
 
12146
- var ReelStyled = styled__default.div.withConfig({
12147
- displayName: "Reelstyled__ReelStyled",
12148
- componentId: "sc-bhf05j-0"
12149
- })(["display:flex;overflow-x:", ";padding:", ";height:", ";justify-content:", ";> * + *{margin-left:", ";}> *{flex:0 0 ", ";}"], function (_ref) {
12308
+ function _templateObject$c() {
12309
+ var data = _taggedTemplateLiteral(["\n display: flex;\n overflow-x: ", ";\n padding: ", ";\n height: ", ";\n justify-content: ", ";\n\n > * + * {\n margin-left: ", ";\n }\n\n > * {\n flex: 0 0 ", ";\n }\n"]);
12310
+
12311
+ _templateObject$c = function _templateObject() {
12312
+ return data;
12313
+ };
12314
+
12315
+ return data;
12316
+ }
12317
+ var ReelStyled = styled__default.div(_templateObject$c(), function (_ref) {
12150
12318
  var disableScroll = _ref.disableScroll;
12151
12319
  return disableScroll ? "hidden" : "auto";
12152
12320
  }, function (_ref2) {
@@ -12166,8 +12334,6 @@ var ReelStyled = styled__default.div.withConfig({
12166
12334
  return childWidth;
12167
12335
  });
12168
12336
 
12169
- var _excluded$g = ["childGap", "height", "childWidth", "padding", "justifyContent", "disableScroll", "children"];
12170
-
12171
12337
  var Reel = function Reel(_ref) {
12172
12338
  var _ref$childGap = _ref.childGap,
12173
12339
  childGap = _ref$childGap === void 0 ? "1rem" : _ref$childGap,
@@ -12182,7 +12348,7 @@ var Reel = function Reel(_ref) {
12182
12348
  _ref$disableScroll = _ref.disableScroll,
12183
12349
  disableScroll = _ref$disableScroll === void 0 ? false : _ref$disableScroll,
12184
12350
  children = _ref.children,
12185
- rest = _objectWithoutProperties(_ref, _excluded$g);
12351
+ rest = _objectWithoutProperties(_ref, ["childGap", "height", "childWidth", "padding", "justifyContent", "disableScroll", "children"]);
12186
12352
 
12187
12353
  return /*#__PURE__*/React__default.createElement(ReelStyled, _extends({
12188
12354
  childGap: childGap,
@@ -12397,6 +12563,25 @@ var fallbackValues$1 = {
12397
12563
  activeColor: activeColor
12398
12564
  };
12399
12565
 
12566
+ function _templateObject2$5() {
12567
+ var data = _taggedTemplateLiteral(["\n width: ", "px;\n height: ", "px;\n"]);
12568
+
12569
+ _templateObject2$5 = function _templateObject2() {
12570
+ return data;
12571
+ };
12572
+
12573
+ return data;
12574
+ }
12575
+
12576
+ function _templateObject$d() {
12577
+ var data = _taggedTemplateLiteral(["\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n"]);
12578
+
12579
+ _templateObject$d = function _templateObject() {
12580
+ return data;
12581
+ };
12582
+
12583
+ return data;
12584
+ }
12400
12585
  var rotate = posed.div({
12401
12586
  fixed: {
12402
12587
  rotate: "0deg"
@@ -12412,14 +12597,8 @@ var rotate = posed.div({
12412
12597
  }
12413
12598
  }
12414
12599
  });
12415
- var SpinnerContainer = styled__default.div.withConfig({
12416
- displayName: "Spinner__SpinnerContainer",
12417
- componentId: "sc-jphte-0"
12418
- })(["width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;"]);
12419
- var SpinnerIconWrapper = styled__default(rotate).withConfig({
12420
- displayName: "Spinner__SpinnerIconWrapper",
12421
- componentId: "sc-jphte-1"
12422
- })(["width:", "px;height:", "px;"], function (_ref) {
12600
+ var SpinnerContainer = styled__default.div(_templateObject$d());
12601
+ var SpinnerIconWrapper = styled__default(rotate)(_templateObject2$5(), function (_ref) {
12423
12602
  var isMobile = _ref.isMobile;
12424
12603
  return isMobile ? "18" : "21";
12425
12604
  }, function (_ref2) {
@@ -12462,7 +12641,25 @@ var SpinnerIcon = function SpinnerIcon(_ref3) {
12462
12641
  }))))));
12463
12642
  };
12464
12643
 
12465
- var _excluded$h = ["action", "variant", "text", "isLoading", "dataQa", "textExtraStyles", "contentOverride", "extraStyles", "tabIndex", "children"];
12644
+ function _templateObject2$6() {
12645
+ var data = _taggedTemplateLiteral([""]);
12646
+
12647
+ _templateObject2$6 = function _templateObject2() {
12648
+ return data;
12649
+ };
12650
+
12651
+ return data;
12652
+ }
12653
+
12654
+ function _templateObject$e() {
12655
+ var data = _taggedTemplateLiteral(["\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n"]);
12656
+
12657
+ _templateObject$e = function _templateObject() {
12658
+ return data;
12659
+ };
12660
+
12661
+ return data;
12662
+ }
12466
12663
  var rotate$1 = posed.div({
12467
12664
  fixed: {
12468
12665
  rotate: "0deg"
@@ -12478,14 +12675,8 @@ var rotate$1 = posed.div({
12478
12675
  }
12479
12676
  }
12480
12677
  });
12481
- var SpinnerContainer$1 = styled__default.div.withConfig({
12482
- displayName: "ButtonWithAction__SpinnerContainer",
12483
- componentId: "sc-1ffs4ga-0"
12484
- })(["width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;"]);
12485
- var SpinnerIconWrapper$1 = styled__default(rotate$1).withConfig({
12486
- displayName: "ButtonWithAction__SpinnerIconWrapper",
12487
- componentId: "sc-1ffs4ga-1"
12488
- })([""]);
12678
+ var SpinnerContainer$1 = styled__default.div(_templateObject$e());
12679
+ var SpinnerIconWrapper$1 = styled__default(rotate$1)(_templateObject2$6());
12489
12680
 
12490
12681
  var Spinner = function Spinner(_ref) {
12491
12682
  var isMobile = _ref.isMobile;
@@ -12530,7 +12721,7 @@ var ButtonWithAction = function ButtonWithAction(_ref2) {
12530
12721
  extraStyles = _ref2$extraStyles === void 0 ? "" : _ref2$extraStyles,
12531
12722
  tabIndex = _ref2.tabIndex,
12532
12723
  children = _ref2.children,
12533
- rest = _objectWithoutProperties(_ref2, _excluded$h);
12724
+ rest = _objectWithoutProperties(_ref2, ["action", "variant", "text", "isLoading", "dataQa", "textExtraStyles", "contentOverride", "extraStyles", "tabIndex", "children"]);
12534
12725
 
12535
12726
  var themeContext = React.useContext(styled.ThemeContext);
12536
12727
  var themeValues = createThemeValues(themeContext, fallbackValues$1, "Button", variant);
@@ -13506,14 +13697,27 @@ var GenericCard = function GenericCard() {
13506
13697
  })))));
13507
13698
  };
13508
13699
 
13509
- var BankItemWrapper = styled__default.div.withConfig({
13510
- displayName: "PaymentIcon__BankItemWrapper",
13511
- componentId: "sc-1k0jl35-0"
13512
- })(["display:flex;justify-content:flex-start;align-items:center;"]);
13513
- var BankAccountText = styled__default.h4.withConfig({
13514
- displayName: "PaymentIcon__BankAccountText",
13515
- componentId: "sc-1k0jl35-1"
13516
- })(["color:", ";font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;margin-right:0.5rem;display:inline-block;"], CHARADE_GREY);
13700
+ function _templateObject2$7() {
13701
+ var data = _taggedTemplateLiteral(["\n color: ", ";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5rem;\n text-align: left;\n margin-right: 0.5rem;\n display: inline-block;\n"]);
13702
+
13703
+ _templateObject2$7 = function _templateObject2() {
13704
+ return data;
13705
+ };
13706
+
13707
+ return data;
13708
+ }
13709
+
13710
+ function _templateObject$f() {
13711
+ var data = _taggedTemplateLiteral(["\n display: flex;\n justify-content: flex-start;\n align-items: center;\n"]);
13712
+
13713
+ _templateObject$f = function _templateObject() {
13714
+ return data;
13715
+ };
13716
+
13717
+ return data;
13718
+ }
13719
+ var BankItemWrapper = styled__default.div(_templateObject$f());
13720
+ var BankAccountText = styled__default.h4(_templateObject2$7(), CHARADE_GREY);
13517
13721
  var CHECKING = "CHECKING";
13518
13722
  var SAVINGS = "SAVINGS";
13519
13723
 
@@ -15791,10 +15995,16 @@ var Alert = function Alert(_ref) {
15791
15995
 
15792
15996
  var Alert$1 = themeComponent(Alert, "Alert", fallbackValues$4, "info");
15793
15997
 
15794
- var HeadingText = styled__default.h1.withConfig({
15795
- displayName: "Headingstyled__HeadingText",
15796
- componentId: "sc-1a3jd28-0"
15797
- })(["--font-size:", ";font-size:var(--font-size);line-height:calc(1.5 * var(--font-size));color:", ";font-weight:", ";margin:", ";text-align:", ";font-family:", ";", ";"], function (_ref) {
15998
+ function _templateObject$g() {
15999
+ var data = _taggedTemplateLiteral(["\n --font-size: ", ";\n font-size: var(--font-size);\n line-height: calc(1.5 * var(--font-size));\n color: ", ";\n font-weight: ", ";\n margin: ", ";\n text-align: ", ";\n font-family: ", ";\n\n ", ";\n"]);
16000
+
16001
+ _templateObject$g = function _templateObject() {
16002
+ return data;
16003
+ };
16004
+
16005
+ return data;
16006
+ }
16007
+ var HeadingText = styled__default.h1(_templateObject$g(), function (_ref) {
15798
16008
  var fontSize = _ref.fontSize;
15799
16009
  return fontSize;
15800
16010
  }, function (_ref2) {
@@ -15834,8 +16044,6 @@ var fallbackValues$5 = {
15834
16044
  fontSize: fontSize$1
15835
16045
  };
15836
16046
 
15837
- var _excluded$i = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
15838
-
15839
16047
  var Heading = function Heading(_ref) {
15840
16048
  var themeValues = _ref.themeValues,
15841
16049
  _ref$weight = _ref.weight,
@@ -15854,7 +16062,7 @@ var Heading = function Heading(_ref) {
15854
16062
  as = _ref$as === void 0 ? variant : _ref$as,
15855
16063
  dataQa = _ref.dataQa,
15856
16064
  children = _ref.children,
15857
- rest = _objectWithoutProperties(_ref, _excluded$i);
16065
+ rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"]);
15858
16066
 
15859
16067
  return /*#__PURE__*/React__default.createElement(HeadingText, _extends({
15860
16068
  variant: variant,
@@ -15934,19 +16142,10 @@ function _assertThisInitialized(self) {
15934
16142
  return self;
15935
16143
  }
15936
16144
 
15937
- function _setPrototypeOf(o, p) {
15938
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
15939
- o.__proto__ = p;
15940
- return o;
15941
- };
15942
-
15943
- return _setPrototypeOf(o, p);
15944
- }
15945
-
15946
16145
  function _inheritsLoose(subClass, superClass) {
15947
16146
  subClass.prototype = Object.create(superClass.prototype);
15948
16147
  subClass.prototype.constructor = subClass;
15949
- _setPrototypeOf(subClass, superClass);
16148
+ subClass.__proto__ = superClass;
15950
16149
  }
15951
16150
 
15952
16151
  function _getPrototypeOf(o) {
@@ -15956,6 +16155,15 @@ function _getPrototypeOf(o) {
15956
16155
  return _getPrototypeOf(o);
15957
16156
  }
15958
16157
 
16158
+ function _setPrototypeOf(o, p) {
16159
+ _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
16160
+ o.__proto__ = p;
16161
+ return o;
16162
+ };
16163
+
16164
+ return _setPrototypeOf(o, p);
16165
+ }
16166
+
15959
16167
  function _isNativeFunction(fn) {
15960
16168
  return Function.toString.call(fn).indexOf("[native code]") !== -1;
15961
16169
  }
@@ -15966,7 +16174,7 @@ function _isNativeReflectConstruct() {
15966
16174
  if (typeof Proxy === "function") return true;
15967
16175
 
15968
16176
  try {
15969
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
16177
+ Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
15970
16178
  return true;
15971
16179
  } catch (e) {
15972
16180
  return false;
@@ -16106,9 +16314,7 @@ var ERRORS = {
16106
16314
  "73": "Please provide a valid CSS variable.\n\n",
16107
16315
  "74": "CSS variable not found and no default was provided.\n\n",
16108
16316
  "75": "important requires a valid style object, got a %s instead.\n\n",
16109
- "76": "fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.\n\n",
16110
- "77": "remToPx expects a value in \"rem\" but you provided it in \"%s\".\n\n",
16111
- "78": "base must be set in \"px\" or \"%\" but you set it in \"%s\".\n"
16317
+ "76": "fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.\n"
16112
16318
  };
16113
16319
  /**
16114
16320
  * super basic version of sprintf
@@ -16450,7 +16656,7 @@ function parseToRgb(color) {
16450
16656
  };
16451
16657
  }
16452
16658
 
16453
- var rgbaMatched = rgbaRegex.exec(normalizedColor.substring(0, 50));
16659
+ var rgbaMatched = rgbaRegex.exec(normalizedColor);
16454
16660
 
16455
16661
  if (rgbaMatched) {
16456
16662
  return {
@@ -16481,7 +16687,7 @@ function parseToRgb(color) {
16481
16687
  };
16482
16688
  }
16483
16689
 
16484
- var hslaMatched = hslaRegex.exec(normalizedColor.substring(0, 50));
16690
+ var hslaMatched = hslaRegex.exec(normalizedColor);
16485
16691
 
16486
16692
  if (hslaMatched) {
16487
16693
  var _hue = parseInt("" + hslaMatched[1], 10);
@@ -16727,13 +16933,11 @@ var fallbackValues$7 = {
16727
16933
  linkColor: linkColor
16728
16934
  };
16729
16935
 
16730
- var _excluded$j = ["variant", "themeValues", "children"];
16731
-
16732
16936
  var BoxWithShadow = function BoxWithShadow(_ref) {
16733
16937
  var variant = _ref.variant,
16734
16938
  themeValues = _ref.themeValues,
16735
16939
  children = _ref.children,
16736
- props = _objectWithoutProperties(_ref, _excluded$j);
16940
+ props = _objectWithoutProperties(_ref, ["variant", "themeValues", "children"]);
16737
16941
 
16738
16942
  var shadowRegistry = {
16739
16943
  baseStandard: "0px 3px 7px 2px ".concat(rgba$1(BLACK, 0.1), ", 0px 1px 2px 1px ").concat(rgba$1(BLACK, 0.1), ";"),
@@ -16791,7 +16995,15 @@ var fallbackValues$9 = {
16791
16995
  externalLinkColor: externalLinkColor
16792
16996
  };
16793
16997
 
16794
- var _excluded$k = ["hoverColor", "activeColor", "extrastyles"];
16998
+ function _templateObject$h() {
16999
+ var data = _taggedTemplateLiteral(["\n display: flex;\n font-size: ", ";\n color: ", ";\n font-weight: ", ";\n font-family: ", ";\n line-height: ", ";\n\n &:hover {\n color: ", ";\n text-decoration: underline;\n }\n\n &:focus {\n outline: 3px solid ", ";\n outline-offset: 2px;\n }\n\n &:active {\n text-decoration: underline;\n color: ", ";\n }\n\n ", "\n"]);
17000
+
17001
+ _templateObject$h = function _templateObject() {
17002
+ return data;
17003
+ };
17004
+
17005
+ return data;
17006
+ }
16795
17007
  /*
16796
17008
  The extracting of props and the disabling of the eslint rule is to stop React from complaining about
16797
17009
  unrecognized DOM attributes.
@@ -16803,13 +17015,10 @@ var StyledExternalLink = styled__default(function (_ref) {
16803
17015
  var hoverColor = _ref.hoverColor,
16804
17016
  activeColor = _ref.activeColor,
16805
17017
  extrastyles = _ref.extrastyles,
16806
- props = _objectWithoutProperties(_ref, _excluded$k);
17018
+ props = _objectWithoutProperties(_ref, ["hoverColor", "activeColor", "extrastyles"]);
16807
17019
 
16808
17020
  return /*#__PURE__*/React__default.createElement("a", props);
16809
- }).withConfig({
16810
- displayName: "ExternalLinkstyled__StyledExternalLink",
16811
- componentId: "sc-m1q2m2-0"
16812
- })(["display:flex;font-size:", ";color:", ";font-weight:", ";font-family:", ";line-height:", ";&:hover{color:", ";text-decoration:underline;}&:focus{outline:3px solid ", ";outline-offset:2px;}&:active{text-decoration:underline;color:", ";}", ""], function (_ref2) {
17021
+ })(_templateObject$h(), function (_ref2) {
16813
17022
  var size = _ref2.size;
16814
17023
  return size;
16815
17024
  }, function (_ref3) {
@@ -16872,7 +17081,15 @@ var ExternalLink = function ExternalLink(_ref) {
16872
17081
  }, safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
16873
17082
  };
16874
17083
 
16875
- var _excluded$l = ["hoverColor", "activeColor", "active", "color", "extrastyles"];
17084
+ function _templateObject$i() {
17085
+ var data = _taggedTemplateLiteral(["\n display: flex;\n color: ", ";\n font-weight: ", ";\n line-height: ", ";\n font-size: ", ";\n font-family: ", ";\n margin: ", ";\n\n &:hover {\n color: ", ";\n text-decoration: underline;\n }\n\n &:focus {\n outline: 3px solid ", ";\n outline-offset: 2px;\n }\n\n &:active {\n text-decoration: underline;\n color: ", ";\n }\n\n ", "\n"]);
17086
+
17087
+ _templateObject$i = function _templateObject() {
17088
+ return data;
17089
+ };
17090
+
17091
+ return data;
17092
+ }
16876
17093
  /*
16877
17094
  The extracting of props and the disabling of the eslint rule is to stop React from complaining about
16878
17095
  unrecognized DOM attributes.
@@ -16886,13 +17103,10 @@ var StyledInternalLink = styled__default(function (_ref) {
16886
17103
  active = _ref.active,
16887
17104
  color = _ref.color,
16888
17105
  extrastyles = _ref.extrastyles,
16889
- props = _objectWithoutProperties(_ref, _excluded$l);
17106
+ props = _objectWithoutProperties(_ref, ["hoverColor", "activeColor", "active", "color", "extrastyles"]);
16890
17107
 
16891
17108
  return /*#__PURE__*/React__default.createElement(reactRouterDom.Link, props);
16892
- }).withConfig({
16893
- displayName: "InternalLinkstyled__StyledInternalLink",
16894
- componentId: "sc-cuqxud-0"
16895
- })(["display:flex;color:", ";font-weight:", ";line-height:", ";font-size:", ";font-family:", ";margin:", ";&:hover{color:", ";text-decoration:underline;}&:focus{outline:3px solid ", ";outline-offset:2px;}&:active{text-decoration:underline;color:", ";}", ""], function (_ref2) {
17109
+ })(_templateObject$i(), function (_ref2) {
16896
17110
  var color = _ref2.color,
16897
17111
  active = _ref2.active,
16898
17112
  activeColor = _ref2.activeColor;
@@ -18567,8 +18781,6 @@ _curry2(function test(pattern, str) {
18567
18781
 
18568
18782
  var URL_TEST = /(([a-z]{3,6}:\/\/)|(^|\s))([a-zA-Z0-9\-]+\.)+[a-z]{2,13}[\.\?\=\&\%\/\w\-]*\b([^@]|$)/;
18569
18783
 
18570
- var _excluded$m = ["url", "disabled", "fileLink", "extraStyles", "linkExtraStyles", "newTab"];
18571
-
18572
18784
  var ButtonWithLink = function ButtonWithLink(_ref) {
18573
18785
  var _ref$url = _ref.url,
18574
18786
  url = _ref$url === void 0 ? "/" : _ref$url,
@@ -18580,7 +18792,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
18580
18792
  linkExtraStyles = _ref.linkExtraStyles,
18581
18793
  _ref$newTab = _ref.newTab,
18582
18794
  newTab = _ref$newTab === void 0 ? false : _ref$newTab,
18583
- otherProps = _objectWithoutProperties(_ref, _excluded$m);
18795
+ otherProps = _objectWithoutProperties(_ref, ["url", "disabled", "fileLink", "extraStyles", "linkExtraStyles", "newTab"]);
18584
18796
 
18585
18797
  var ButtonWithLinkWrapper = function ButtonWithLinkWrapper(_ref2) {
18586
18798
  var children = _ref2.children,
@@ -18636,10 +18848,16 @@ var fallbackValues$a = {
18636
18848
  fontSize: fontSize$4
18637
18849
  };
18638
18850
 
18639
- var ParagraphText = styled__default.p.withConfig({
18640
- displayName: "Paragraphstyled__ParagraphText",
18641
- componentId: "sc-17g98kx-0"
18642
- })(["--font-size:", ";font-size:var(--font-size);line-height:calc(1.5 * var(--font-size));font-weight:", ";font-family:", ";color:", ";margin:", ";", ""], function (_ref) {
18851
+ function _templateObject$j() {
18852
+ var data = _taggedTemplateLiteral(["\n --font-size: ", ";\n font-size: var(--font-size);\n line-height: calc(1.5 * var(--font-size));\n font-weight: ", ";\n font-family: ", ";\n color: ", ";\n margin: ", ";\n\n ", "\n"]);
18853
+
18854
+ _templateObject$j = function _templateObject() {
18855
+ return data;
18856
+ };
18857
+
18858
+ return data;
18859
+ }
18860
+ var ParagraphText = styled__default.p(_templateObject$j(), function (_ref) {
18643
18861
  var fontSize = _ref.fontSize;
18644
18862
  return fontSize;
18645
18863
  }, function (_ref2) {
@@ -18659,8 +18877,6 @@ var ParagraphText = styled__default.p.withConfig({
18659
18877
  return extraStyles;
18660
18878
  });
18661
18879
 
18662
- var _excluded$n = ["themeValues", "weight", "color", "margin", "extraStyles", "dataQa", "children", "as"];
18663
-
18664
18880
  var Paragraph = function Paragraph(_ref) {
18665
18881
  var themeValues = _ref.themeValues,
18666
18882
  _ref$weight = _ref.weight,
@@ -18674,7 +18890,7 @@ var Paragraph = function Paragraph(_ref) {
18674
18890
  dataQa = _ref.dataQa,
18675
18891
  children = _ref.children,
18676
18892
  as = _ref.as,
18677
- rest = _objectWithoutProperties(_ref, _excluded$n);
18893
+ rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "margin", "extraStyles", "dataQa", "children", "as"]);
18678
18894
 
18679
18895
  return /*#__PURE__*/React__default.createElement(ParagraphText, _extends({
18680
18896
  weight: weight,
@@ -18937,33 +19153,127 @@ var fallbackValues$c = {
18937
19153
  disabledCheckedStyles: disabledCheckedStyles
18938
19154
  };
18939
19155
 
18940
- var CheckboxContainer = styled__default.div.withConfig({
18941
- displayName: "Checkbox__CheckboxContainer",
18942
- componentId: "sc-36kqbv-0"
18943
- })(["display:inline-block;vertical-align:middle;"]);
18944
- var CheckboxLabelContainer = styled__default.label.withConfig({
18945
- displayName: "Checkbox__CheckboxLabelContainer",
18946
- componentId: "sc-36kqbv-1"
18947
- })(["display:flex;align-items:center;"]);
18948
- var CheckboxIcon = styled__default.svg.withConfig({
18949
- displayName: "Checkbox__CheckboxIcon",
18950
- componentId: "sc-36kqbv-2"
18951
- })(["fill:none;stroke-width:2px;stroke:", ";"], function (_ref) {
19156
+ function _templateObject11() {
19157
+ var data = _taggedTemplateLiteral(["\n ", " ", "\n "]);
19158
+
19159
+ _templateObject11 = function _templateObject11() {
19160
+ return data;
19161
+ };
19162
+
19163
+ return data;
19164
+ }
19165
+
19166
+ function _templateObject10() {
19167
+ var data = _taggedTemplateLiteral(["\n ", " ", "\n "]);
19168
+
19169
+ _templateObject10 = function _templateObject10() {
19170
+ return data;
19171
+ };
19172
+
19173
+ return data;
19174
+ }
19175
+
19176
+ function _templateObject9() {
19177
+ var data = _taggedTemplateLiteral(["\n ", "\n "]);
19178
+
19179
+ _templateObject9 = function _templateObject9() {
19180
+ return data;
19181
+ };
19182
+
19183
+ return data;
19184
+ }
19185
+
19186
+ function _templateObject8() {
19187
+ var data = _taggedTemplateLiteral(["\n ", " ", "\n "]);
19188
+
19189
+ _templateObject8 = function _templateObject8() {
19190
+ return data;
19191
+ };
19192
+
19193
+ return data;
19194
+ }
19195
+
19196
+ function _templateObject7$1() {
19197
+ var data = _taggedTemplateLiteral(["\n display: inline-block;\n margin-right: 16px;\n width: 24px;\n height: 24px;\n border-radius: 2px;\n transition: all 150ms;\n\n ", " {\n visibility: ", ";\n }\n\n ", ";\n"]);
19198
+
19199
+ _templateObject7$1 = function _templateObject7() {
19200
+ return data;
19201
+ };
19202
+
19203
+ return data;
19204
+ }
19205
+
19206
+ function _templateObject6$1() {
19207
+ var data = _taggedTemplateLiteral(["\n border: 0;\n clip: rect(0 0 0 0);\n clippath: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n"]);
19208
+
19209
+ _templateObject6$1 = function _templateObject6() {
19210
+ return data;
19211
+ };
19212
+
19213
+ return data;
19214
+ }
19215
+
19216
+ function _templateObject5$1() {
19217
+ var data = _taggedTemplateLiteral(["\n ", "\n "]);
19218
+
19219
+ _templateObject5$1 = function _templateObject5() {
19220
+ return data;
19221
+ };
19222
+
19223
+ return data;
19224
+ }
19225
+
19226
+ function _templateObject4$1() {
19227
+ var data = _taggedTemplateLiteral(["\n ", "\n "]);
19228
+
19229
+ _templateObject4$1 = function _templateObject4() {
19230
+ return data;
19231
+ };
19232
+
19233
+ return data;
19234
+ }
19235
+
19236
+ function _templateObject3$3() {
19237
+ var data = _taggedTemplateLiteral(["\n fill: none;\n stroke-width: 2px;\n stroke: ", ";\n"]);
19238
+
19239
+ _templateObject3$3 = function _templateObject3() {
19240
+ return data;
19241
+ };
19242
+
19243
+ return data;
19244
+ }
19245
+
19246
+ function _templateObject2$8() {
19247
+ var data = _taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n"]);
19248
+
19249
+ _templateObject2$8 = function _templateObject2() {
19250
+ return data;
19251
+ };
19252
+
19253
+ return data;
19254
+ }
19255
+
19256
+ function _templateObject$k() {
19257
+ var data = _taggedTemplateLiteral(["\n display: inline-block;\n vertical-align: middle;\n"]);
19258
+
19259
+ _templateObject$k = function _templateObject() {
19260
+ return data;
19261
+ };
19262
+
19263
+ return data;
19264
+ }
19265
+ var CheckboxContainer = styled__default.div(_templateObject$k());
19266
+ var CheckboxLabelContainer = styled__default.label(_templateObject2$8());
19267
+ var CheckboxIcon = styled__default.svg(_templateObject3$3(), function (_ref) {
18952
19268
  var disabled = _ref.disabled,
18953
19269
  disabledCheckColor = _ref.disabledCheckColor,
18954
19270
  checkColor = _ref.checkColor;
18955
- return disabled ? styled.css(["", ""], disabledCheckColor) : styled.css(["", ""], checkColor);
19271
+ return disabled ? styled.css(_templateObject4$1(), disabledCheckColor) : styled.css(_templateObject5$1(), checkColor);
18956
19272
  });
18957
19273
  var HiddenCheckbox = styled__default.input.attrs({
18958
19274
  type: "checkbox"
18959
- }).withConfig({
18960
- displayName: "Checkbox__HiddenCheckbox",
18961
- componentId: "sc-36kqbv-3"
18962
- })(["border:0;clip:rect(0 0 0 0);clippath:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;"]);
18963
- var StyledCheckbox = styled__default.div.withConfig({
18964
- displayName: "Checkbox__StyledCheckbox",
18965
- componentId: "sc-36kqbv-4"
18966
- })(["display:inline-block;margin-right:16px;width:24px;height:24px;border-radius:2px;transition:all 150ms;", "{visibility:", ";}", ";"], CheckboxIcon, function (_ref2) {
19275
+ })(_templateObject6$1());
19276
+ var StyledCheckbox = styled__default.div(_templateObject7$1(), CheckboxIcon, function (_ref2) {
18967
19277
  var checked = _ref2.checked;
18968
19278
  return checked ? "visible" : "hidden";
18969
19279
  }, function (_ref3) {
@@ -18977,7 +19287,7 @@ var StyledCheckbox = styled__default.div.withConfig({
18977
19287
  errorStyles = _ref3.errorStyles,
18978
19288
  disabledStyles = _ref3.disabledStyles,
18979
19289
  disabledCheckedStyles = _ref3.disabledCheckedStyles;
18980
- return error ? styled.css(["", " ", ""], errorStyles, focused && focusedStyles) : disabled ? styled.css(["", ""], checked ? disabledCheckedStyles : disabledStyles) : checked ? styled.css(["", " ", ""], checkedStyles, focused && focusedStyles) : styled.css(["", " ", ""], defaultStyles, focused && focusedStyles);
19290
+ return error ? styled.css(_templateObject8(), errorStyles, focused && focusedStyles) : disabled ? styled.css(_templateObject9(), checked ? disabledCheckedStyles : disabledStyles) : checked ? styled.css(_templateObject10(), checkedStyles, focused && focusedStyles) : styled.css(_templateObject11(), defaultStyles, focused && focusedStyles);
18981
19291
  });
18982
19292
 
18983
19293
  var Checkbox = function Checkbox(_ref4) {
@@ -19102,25 +19412,38 @@ to the one generated by name-that-color.
19102
19412
  var PEWTER_GREY$1 = "#DFE1E4";
19103
19413
  var MARINER_BLUE$1 = "#2E75D2";
19104
19414
 
19415
+ function _templateObject2$9() {
19416
+ var data = _taggedTemplateLiteral(["\n height: 16px;\n width: 16px;\n background-color: ", ";\n border-radius: 8px;\n"]);
19417
+
19418
+ _templateObject2$9 = function _templateObject2() {
19419
+ return data;
19420
+ };
19421
+
19422
+ return data;
19423
+ }
19424
+
19425
+ function _templateObject$l() {
19426
+ var data = _taggedTemplateLiteral(["\n height: 24px;\n width: 24px;\n border: 1px solid\n ", ";\n border-radius: 12px;\n display: flex;\n justify-content: center;\n align-items: center;\n margin: 10px;\n min-width: 24px;\n min-height: 24px;\n"]);
19427
+
19428
+ _templateObject$l = function _templateObject() {
19429
+ return data;
19430
+ };
19431
+
19432
+ return data;
19433
+ }
19105
19434
  var defaultTheme = {
19106
19435
  theme: {
19107
19436
  accentColor: MARINER_BLUE$1,
19108
19437
  inactiveColor: PEWTER_GREY$1
19109
19438
  }
19110
19439
  };
19111
- var RadioButtonBorder = styled__default.div.withConfig({
19112
- displayName: "radio-button__RadioButtonBorder",
19113
- componentId: "sc-8odgi0-0"
19114
- })(["height:24px;width:24px;border:1px solid ", ";border-radius:12px;display:flex;justify-content:center;align-items:center;margin:10px;min-width:24px;min-height:24px;"], function (_ref) {
19440
+ var RadioButtonBorder = styled__default.div(_templateObject$l(), function (_ref) {
19115
19441
  var isSelected = _ref.isSelected,
19116
19442
  theme = _ref.theme;
19117
19443
  return isSelected ? theme.accentColor : theme.inactiveColor;
19118
19444
  });
19119
19445
  RadioButtonBorder.defaultProps = defaultTheme;
19120
- var RadioButtonCenter = styled__default.div.withConfig({
19121
- displayName: "radio-button__RadioButtonCenter",
19122
- componentId: "sc-8odgi0-1"
19123
- })(["height:16px;width:16px;background-color:", ";border-radius:8px;"], function (_ref2) {
19446
+ var RadioButtonCenter = styled__default.div(_templateObject2$9(), function (_ref2) {
19124
19447
  var theme = _ref2.theme;
19125
19448
  return theme.accentColor;
19126
19449
  });
@@ -19136,18 +19459,38 @@ var RadioButton = function RadioButton(_ref3) {
19136
19459
  }, isSelected && /*#__PURE__*/React__default.createElement(RadioButtonCenter, null));
19137
19460
  };
19138
19461
 
19139
- var CheckboxItemIcon = styled__default.img.withConfig({
19140
- displayName: "CheckboxList__CheckboxItemIcon",
19141
- componentId: "sc-1yakme1-0"
19142
- })(["width:2rem;"]);
19143
- var HiddenCheckboxInput = styled__default.input.withConfig({
19144
- displayName: "CheckboxList__HiddenCheckboxInput",
19145
- componentId: "sc-1yakme1-1"
19146
- })(["opacity:0;position:absolute;z-index:-2;cursor:pointer;"]);
19147
- var CheckboxLabel = styled__default.label.withConfig({
19148
- displayName: "CheckboxList__CheckboxLabel",
19149
- componentId: "sc-1yakme1-2"
19150
- })(["position:relative;z-index:5;&:focus{outline:none;}"]);
19462
+ function _templateObject3$4() {
19463
+ var data = _taggedTemplateLiteral(["\n position: relative;\n z-index: 5;\n &:focus {\n outline: none;\n }\n"]);
19464
+
19465
+ _templateObject3$4 = function _templateObject3() {
19466
+ return data;
19467
+ };
19468
+
19469
+ return data;
19470
+ }
19471
+
19472
+ function _templateObject2$a() {
19473
+ var data = _taggedTemplateLiteral(["\n opacity: 0;\n position: absolute;\n z-index: -2;\n cursor: pointer;\n"]);
19474
+
19475
+ _templateObject2$a = function _templateObject2() {
19476
+ return data;
19477
+ };
19478
+
19479
+ return data;
19480
+ }
19481
+
19482
+ function _templateObject$m() {
19483
+ var data = _taggedTemplateLiteral(["\n width: 2rem;\n"]);
19484
+
19485
+ _templateObject$m = function _templateObject() {
19486
+ return data;
19487
+ };
19488
+
19489
+ return data;
19490
+ }
19491
+ var CheckboxItemIcon = styled__default.img(_templateObject$m());
19492
+ var HiddenCheckboxInput = styled__default.input(_templateObject2$a());
19493
+ var CheckboxLabel = styled__default.label(_templateObject3$4());
19151
19494
 
19152
19495
  var CheckboxListItem = function CheckboxListItem(_ref) {
19153
19496
  var text = _ref.text,
@@ -19290,27 +19633,57 @@ var fallbackValues$e = {
19290
19633
  hoverColor: hoverColor$3
19291
19634
  };
19292
19635
 
19293
- var IconWrapper = styled__default.div.withConfig({
19294
- displayName: "Dropdown__IconWrapper",
19295
- componentId: "sc-pn6m0h-0"
19296
- })(["display:flex;flex-direction:column;justify-content:center;transition:transform 0.3s ease;", ""], function (_ref) {
19636
+ function _templateObject4$2() {
19637
+ var data = _taggedTemplateLiteral(["\n border: none;\n background-color: ", ";\n font-size: 16px;\n height: 24px;\n"]);
19638
+
19639
+ _templateObject4$2 = function _templateObject4() {
19640
+ return data;
19641
+ };
19642
+
19643
+ return data;
19644
+ }
19645
+
19646
+ function _templateObject3$5() {
19647
+ var data = _taggedTemplateLiteral(["\n background-color: ", ";\n text-align: start;\n border-width: 0px;\n border-color: transparent;\n box-shadow: none;\n padding: 1rem;\n box-sizing: border-box;\n width: 100%;\n cursor: ", ";\n\n &:hover {\n background-color: ", ";\n }\n &:focus {\n background-color: ", ";\n outline: none;\n }\n"]);
19648
+
19649
+ _templateObject3$5 = function _templateObject3() {
19650
+ return data;
19651
+ };
19652
+
19653
+ return data;
19654
+ }
19655
+
19656
+ function _templateObject2$b() {
19657
+ var data = _taggedTemplateLiteral(["\n transform-origin: 0 0;\n border: 1px solid ", ";\n border-radius: 2px;\n background-color: ", ";\n padding: 8px 0 8px;\n position: absolute;\n width: ", ";\n min-width: 100%;\n max-height: ", ";\n overflow-y: scroll;\n z-index: 1;\n box-sizing: border-box;\n &:focus {\n outline: none;\n }\n"]);
19658
+
19659
+ _templateObject2$b = function _templateObject2() {
19660
+ return data;
19661
+ };
19662
+
19663
+ return data;
19664
+ }
19665
+
19666
+ function _templateObject$n() {
19667
+ var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n transition: transform 0.3s ease;\n ", "\n"]);
19668
+
19669
+ _templateObject$n = function _templateObject() {
19670
+ return data;
19671
+ };
19672
+
19673
+ return data;
19674
+ }
19675
+ var IconWrapper = styled__default.div(_templateObject$n(), function (_ref) {
19297
19676
  var open = _ref.open;
19298
19677
  return open ? "transform: rotate(-180deg)" : "";
19299
19678
  });
19300
- var DropdownContentWrapper = styled__default.div.withConfig({
19301
- displayName: "Dropdown__DropdownContentWrapper",
19302
- componentId: "sc-pn6m0h-1"
19303
- })(["transform-origin:0 0;border:1px solid ", ";border-radius:2px;background-color:", ";padding:8px 0 8px;position:absolute;width:", ";min-width:100%;max-height:", ";overflow-y:scroll;z-index:1;box-sizing:border-box;&:focus{outline:none;}"], GREY_CHATEAU, WHITE, function (_ref2) {
19679
+ var DropdownContentWrapper = styled__default.div(_templateObject2$b(), GREY_CHATEAU, WHITE, function (_ref2) {
19304
19680
  var widthFitOptions = _ref2.widthFitOptions;
19305
19681
  return widthFitOptions ? "fit-content" : "100%";
19306
19682
  }, function (_ref3) {
19307
19683
  var maxHeight = _ref3.maxHeight;
19308
19684
  return maxHeight || "400px";
19309
19685
  });
19310
- var DropdownItemWrapper = styled__default.div.withConfig({
19311
- displayName: "Dropdown__DropdownItemWrapper",
19312
- componentId: "sc-pn6m0h-2"
19313
- })(["background-color:", ";text-align:start;border-width:0px;border-color:transparent;box-shadow:none;padding:1rem;box-sizing:border-box;width:100%;cursor:", ";&:hover{background-color:", ";}&:focus{background-color:", ";outline:none;}"], function (_ref4) {
19686
+ var DropdownItemWrapper = styled__default.div(_templateObject3$5(), function (_ref4) {
19314
19687
  var selected = _ref4.selected,
19315
19688
  themeValues = _ref4.themeValues;
19316
19689
  return selected ? themeValues.selectedColor : WHITE;
@@ -19328,10 +19701,7 @@ var DropdownItemWrapper = styled__default.div.withConfig({
19328
19701
  themeValues = _ref7.themeValues;
19329
19702
  return selected ? themeValues.selectedColor : disabled ? WHITE : themeValues.hoverColor;
19330
19703
  });
19331
- var SearchInput = styled__default.input.withConfig({
19332
- displayName: "Dropdown__SearchInput",
19333
- componentId: "sc-pn6m0h-3"
19334
- })(["border:none;background-color:", ";font-size:16px;height:24px;"], function (_ref8) {
19704
+ var SearchInput = styled__default.input(_templateObject4$2(), function (_ref8) {
19335
19705
  var themeValues = _ref8.themeValues;
19336
19706
  return themeValues.hoverColor && themeValues.hoverColor;
19337
19707
  });
@@ -19551,14 +19921,37 @@ var Dropdown = function Dropdown(_ref9) {
19551
19921
 
19552
19922
  var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$e);
19553
19923
 
19554
- var SelectContainer = styled__default.div.withConfig({
19555
- displayName: "FormSelectstyled__SelectContainer",
19556
- componentId: "sc-hkrqrv-0"
19557
- })(["width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;> * + *{margin-top:0.25rem;}"]);
19558
- var SelectField = styled__default.select.withConfig({
19559
- displayName: "FormSelectstyled__SelectField",
19560
- componentId: "sc-hkrqrv-1"
19561
- })(["border:1px solid ", ";border-radius:2px;height:48px;width:100%;padding:0.75rem 1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;font-family:Public Sans;line-height:2rem;font-weight:", ";background-color:", ";color:", ";box-shadow:none;&:focus{border:1px solid ", ";}"], function (_ref) {
19924
+ function _templateObject3$6() {
19925
+ var data = _taggedTemplateLiteral([""]);
19926
+
19927
+ _templateObject3$6 = function _templateObject3() {
19928
+ return data;
19929
+ };
19930
+
19931
+ return data;
19932
+ }
19933
+
19934
+ function _templateObject2$c() {
19935
+ var data = _taggedTemplateLiteral(["\n border: 1px solid\n ", ";\n border-radius: 2px;\n height: 48px;\n width: 100%;\n padding: 0.75rem 1rem;\n min-width: 100px;\n margin: 0;\n box-sizing: border-box;\n position: relative;\n font-size: 1.1rem;\n font-family: Public Sans;\n line-height: 2rem;\n font-weight: ", ";\n background-color: ", ";\n color: ", ";\n box-shadow: none;\n\n &:focus {\n border: 1px solid ", ";\n }\n"]);
19936
+
19937
+ _templateObject2$c = function _templateObject2() {
19938
+ return data;
19939
+ };
19940
+
19941
+ return data;
19942
+ }
19943
+
19944
+ function _templateObject$o() {
19945
+ var data = _taggedTemplateLiteral(["\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: flex-start;\n > * + * {\n margin-top: 0.25rem;\n }\n"]);
19946
+
19947
+ _templateObject$o = function _templateObject() {
19948
+ return data;
19949
+ };
19950
+
19951
+ return data;
19952
+ }
19953
+ var SelectContainer = styled__default.div(_templateObject$o());
19954
+ var SelectField = styled__default.select(_templateObject2$c(), function (_ref) {
19562
19955
  var field = _ref.field,
19563
19956
  showErrors = _ref.showErrors;
19564
19957
  return field.dirty && field.hasErrors || field.hasErrors && showErrors ? ERROR_COLOR : GHOST_GREY;
@@ -19569,10 +19962,7 @@ var SelectField = styled__default.select.withConfig({
19569
19962
  var themeValues = _ref3.themeValues;
19570
19963
  return themeValues.color && themeValues.color;
19571
19964
  }, MATISSE_BLUE);
19572
- var SelectOption = styled__default.option.withConfig({
19573
- displayName: "FormSelectstyled__SelectOption",
19574
- componentId: "sc-hkrqrv-2"
19575
- })([""]);
19965
+ var SelectOption = styled__default.option(_templateObject3$6());
19576
19966
 
19577
19967
  var linkColor$1 = {
19578
19968
  "default": "".concat(MATISSE_BLUE),
@@ -20476,10 +20866,16 @@ var CountryDropdown = function CountryDropdown(_ref) {
20476
20866
  });
20477
20867
  };
20478
20868
 
20479
- var DetailText = styled__default.p.withConfig({
20480
- displayName: "Detailstyled__DetailText",
20481
- componentId: "sc-vn1h4n-0"
20482
- })(["font-size:", ";line-height:1.5;color:", ";font-weight:", ";margin:", ";text-align:", ";font-family:", ";", ";"], function (_ref) {
20869
+ function _templateObject$p() {
20870
+ var data = _taggedTemplateLiteral(["\n font-size: ", ";\n line-height: 1.5;\n color: ", ";\n font-weight: ", ";\n margin: ", ";\n text-align: ", ";\n font-family: ", ";\n\n ", ";\n"]);
20871
+
20872
+ _templateObject$p = function _templateObject() {
20873
+ return data;
20874
+ };
20875
+
20876
+ return data;
20877
+ }
20878
+ var DetailText = styled__default.p(_templateObject$p(), function (_ref) {
20483
20879
  var fontSize = _ref.fontSize;
20484
20880
  return fontSize;
20485
20881
  }, function (_ref2) {
@@ -20530,7 +20926,6 @@ var mobileFallbackValues = {
20530
20926
  };
20531
20927
  var MOBILE_BREAKPOINT = 768;
20532
20928
 
20533
- var _excluded$o = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
20534
20929
  /*
20535
20930
  New responsive text component for Detail elements
20536
20931
  (Block level text elements which are smaller than "Title" elements)
@@ -20580,7 +20975,7 @@ var Detail = function Detail(_ref) {
20580
20975
  as = _ref$as === void 0 ? "p" : _ref$as,
20581
20976
  dataQa = _ref.dataQa,
20582
20977
  children = _ref.children,
20583
- rest = _objectWithoutProperties(_ref, _excluded$o);
20978
+ rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"]);
20584
20979
 
20585
20980
  return /*#__PURE__*/React__default.createElement(DetailText, _extends({
20586
20981
  variant: variant,
@@ -20671,283 +21066,303 @@ var DisplayCard = function DisplayCard(_ref) {
20671
21066
  }) : /*#__PURE__*/React__default.createElement(React.Fragment, null))))));
20672
21067
  };
20673
21068
 
20674
- function _extends$2() {
20675
- _extends$2 = Object.assign || function (target) {
20676
- for (var i = 1; i < arguments.length; i++) {
20677
- var source = arguments[i];
21069
+ var src = createCommonjsModule(function (module, exports) {
21070
+ (function (global, factory) {
21071
+ factory(exports, React__default) ;
21072
+ }(commonjsGlobal, function (exports, React) {
21073
+ var React__default = 'default' in React ? React['default'] : React;
20678
21074
 
20679
- for (var key in source) {
20680
- if (Object.prototype.hasOwnProperty.call(source, key)) {
20681
- target[key] = source[key];
21075
+ function _extends() {
21076
+ _extends = Object.assign || function (target) {
21077
+ for (var i = 1; i < arguments.length; i++) {
21078
+ var source = arguments[i];
21079
+
21080
+ for (var key in source) {
21081
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
21082
+ target[key] = source[key];
21083
+ }
20682
21084
  }
20683
21085
  }
20684
- }
20685
21086
 
20686
- return target;
20687
- };
20688
-
20689
- return _extends$2.apply(this, arguments);
20690
- }
20691
-
20692
- function _objectWithoutPropertiesLoose$1(source, excluded) {
20693
- if (source == null) return {};
20694
- var target = {};
20695
- var sourceKeys = Object.keys(source);
20696
- var key, i;
21087
+ return target;
21088
+ };
20697
21089
 
20698
- for (i = 0; i < sourceKeys.length; i++) {
20699
- key = sourceKeys[i];
20700
- if (excluded.indexOf(key) >= 0) continue;
20701
- target[key] = source[key];
21090
+ return _extends.apply(this, arguments);
20702
21091
  }
20703
21092
 
20704
- return target;
20705
- }
20706
-
20707
- function _objectWithoutProperties$1(source, excluded) {
20708
- if (source == null) return {};
20709
-
20710
- var target = _objectWithoutPropertiesLoose$1(source, excluded);
20711
-
20712
- var key, i;
20713
-
20714
- if (Object.getOwnPropertySymbols) {
20715
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
21093
+ function _objectWithoutPropertiesLoose(source, excluded) {
21094
+ if (source == null) return {};
21095
+ var target = {};
21096
+ var sourceKeys = Object.keys(source);
21097
+ var key, i;
20716
21098
 
20717
- for (i = 0; i < sourceSymbolKeys.length; i++) {
20718
- key = sourceSymbolKeys[i];
21099
+ for (i = 0; i < sourceKeys.length; i++) {
21100
+ key = sourceKeys[i];
20719
21101
  if (excluded.indexOf(key) >= 0) continue;
20720
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
20721
21102
  target[key] = source[key];
20722
21103
  }
21104
+
21105
+ return target;
20723
21106
  }
20724
21107
 
20725
- return target;
20726
- }
21108
+ function _objectWithoutProperties(source, excluded) {
21109
+ if (source == null) return {};
20727
21110
 
20728
- function _slicedToArray$1(arr, i) {
20729
- return _arrayWithHoles$1(arr) || _iterableToArrayLimit$1(arr, i) || _nonIterableRest$1();
20730
- }
21111
+ var target = _objectWithoutPropertiesLoose(source, excluded);
20731
21112
 
20732
- function _toConsumableArray$1(arr) {
20733
- return _arrayWithoutHoles$1(arr) || _iterableToArray$1(arr) || _nonIterableSpread$1();
20734
- }
21113
+ var key, i;
21114
+
21115
+ if (Object.getOwnPropertySymbols) {
21116
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
21117
+
21118
+ for (i = 0; i < sourceSymbolKeys.length; i++) {
21119
+ key = sourceSymbolKeys[i];
21120
+ if (excluded.indexOf(key) >= 0) continue;
21121
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
21122
+ target[key] = source[key];
21123
+ }
21124
+ }
20735
21125
 
20736
- function _arrayWithoutHoles$1(arr) {
20737
- if (Array.isArray(arr)) {
20738
- for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];
21126
+ return target;
21127
+ }
20739
21128
 
20740
- return arr2;
21129
+ function _slicedToArray(arr, i) {
21130
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest();
20741
21131
  }
20742
- }
20743
21132
 
20744
- function _arrayWithHoles$1(arr) {
20745
- if (Array.isArray(arr)) return arr;
20746
- }
21133
+ function _toConsumableArray(arr) {
21134
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();
21135
+ }
20747
21136
 
20748
- function _iterableToArray$1(iter) {
20749
- if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
20750
- }
21137
+ function _arrayWithoutHoles(arr) {
21138
+ if (Array.isArray(arr)) {
21139
+ for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];
20751
21140
 
20752
- function _iterableToArrayLimit$1(arr, i) {
20753
- if (!(Symbol.iterator in Object(arr) || Object.prototype.toString.call(arr) === "[object Arguments]")) {
20754
- return;
21141
+ return arr2;
21142
+ }
20755
21143
  }
20756
21144
 
20757
- var _arr = [];
20758
- var _n = true;
20759
- var _d = false;
20760
- var _e = undefined;
21145
+ function _arrayWithHoles(arr) {
21146
+ if (Array.isArray(arr)) return arr;
21147
+ }
20761
21148
 
20762
- try {
20763
- for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
20764
- _arr.push(_s.value);
21149
+ function _iterableToArray(iter) {
21150
+ if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
21151
+ }
20765
21152
 
20766
- if (i && _arr.length === i) break;
21153
+ function _iterableToArrayLimit(arr, i) {
21154
+ if (!(Symbol.iterator in Object(arr) || Object.prototype.toString.call(arr) === "[object Arguments]")) {
21155
+ return;
20767
21156
  }
20768
- } catch (err) {
20769
- _d = true;
20770
- _e = err;
20771
- } finally {
21157
+
21158
+ var _arr = [];
21159
+ var _n = true;
21160
+ var _d = false;
21161
+ var _e = undefined;
21162
+
20772
21163
  try {
20773
- if (!_n && _i["return"] != null) _i["return"]();
21164
+ for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
21165
+ _arr.push(_s.value);
21166
+
21167
+ if (i && _arr.length === i) break;
21168
+ }
21169
+ } catch (err) {
21170
+ _d = true;
21171
+ _e = err;
20774
21172
  } finally {
20775
- if (_d) throw _e;
21173
+ try {
21174
+ if (!_n && _i["return"] != null) _i["return"]();
21175
+ } finally {
21176
+ if (_d) throw _e;
21177
+ }
20776
21178
  }
21179
+
21180
+ return _arr;
20777
21181
  }
20778
21182
 
20779
- return _arr;
20780
- }
21183
+ function _nonIterableSpread() {
21184
+ throw new TypeError("Invalid attempt to spread non-iterable instance");
21185
+ }
20781
21186
 
20782
- function _nonIterableSpread$1() {
20783
- throw new TypeError("Invalid attempt to spread non-iterable instance");
20784
- }
21187
+ function _nonIterableRest() {
21188
+ throw new TypeError("Invalid attempt to destructure non-iterable instance");
21189
+ }
20785
21190
 
20786
- function _nonIterableRest$1() {
20787
- throw new TypeError("Invalid attempt to destructure non-iterable instance");
20788
- }
21191
+ var getUniqueFormatDelimiters = function getUniqueFormatDelimiters(formats, formatChar) {
21192
+ return _toConsumableArray(new Set(formats.join("").split(formatChar).join("").split("")));
21193
+ };
21194
+ var format = function format(formatter) {
21195
+ return function (value) {
21196
+ var usedFormat = formatter.formats[value.length];
20789
21197
 
20790
- var getUniqueFormatDelimiters = function getUniqueFormatDelimiters(formats, formatChar) {
20791
- return _toConsumableArray$1(new Set(formats.join("").split(formatChar).join("").split("")));
20792
- };
20793
- var format$1 = function format(formatter) {
20794
- return function (value) {
20795
- var usedFormat = formatter.formats[value.length];
21198
+ if (!usedFormat) {
21199
+ return value;
21200
+ }
20796
21201
 
20797
- if (!usedFormat) {
20798
- return value;
20799
- }
21202
+ var formatPieces = usedFormat.split(formatter.formatChar);
21203
+ var valuePieces = value.split("");
21204
+ var zipped = formatPieces.map(function (v, i) {
21205
+ return v + (valuePieces[i] || "");
21206
+ });
21207
+ return zipped.join("");
21208
+ };
21209
+ };
20800
21210
 
20801
- var formatPieces = usedFormat.split(formatter.formatChar);
20802
- var valuePieces = value.split("");
20803
- var zipped = formatPieces.map(function (v, i) {
20804
- return v + (valuePieces[i] || "");
21211
+ var countDelims = function countDelims(formatter, index) {
21212
+ var count = 0;
21213
+ var format = formatter.formats[index];
21214
+ if (!format) return 0;
21215
+ formatter.uniqueDelimiters.forEach(function (delim) {
21216
+ return count += format.split(delim).length - 1;
20805
21217
  });
20806
- return zipped.join("");
21218
+ return count;
20807
21219
  };
20808
- };
20809
21220
 
20810
- var countDelims = function countDelims(formatter, index) {
20811
- var count = 0;
20812
- var format = formatter.formats[index];
20813
- if (!format) return 0;
20814
- formatter.uniqueDelimiters.forEach(function (delim) {
20815
- return count += format.split(delim).length - 1;
20816
- });
20817
- return count;
20818
- };
21221
+ var unformat = function unformat(formatter) {
21222
+ return function (formattedValue, formatIndex) {
21223
+ if (formatIndex >= formatter.formats.length) {
21224
+ return formattedValue;
21225
+ }
20819
21226
 
20820
- var unformat = function unformat(formatter) {
20821
- return function (formattedValue, formatIndex) {
20822
- if (formatIndex >= formatter.formats.length) {
20823
- return formattedValue;
20824
- }
21227
+ var format = formatter.formats[formatIndex];
21228
+ return formattedValue.split("").filter(function (_, i) {
21229
+ return !(format[i] != formatter.formatChar);
21230
+ }).join("");
21231
+ };
21232
+ };
21233
+ var inject = function inject(baseString) {
21234
+ return function (start, end, newString) {
21235
+ return baseString.substring(0, start) + newString + baseString.substring(end);
21236
+ };
21237
+ };
21238
+ var formattedToUnformattedIndex = function formattedToUnformattedIndex(formattedIndex, rawValue, formatter) {
21239
+ var maxFormatExceeded = rawValue.length >= formatter.formats.length;
20825
21240
 
20826
- var format = formatter.formats[formatIndex];
20827
- return formattedValue.split("").filter(function (_, i) {
20828
- return !(format[i] != formatter.formatChar);
20829
- }).join("");
21241
+ if (maxFormatExceeded) {
21242
+ return formattedIndex;
21243
+ } else {
21244
+ var formatString = formatter.formats[rawValue.length];
21245
+ var beforeString = formatString.slice(0, formattedIndex);
21246
+ return beforeString.split("").filter(function (c) {
21247
+ return c === formatter.formatChar;
21248
+ }).length;
21249
+ }
20830
21250
  };
20831
- };
20832
- var inject = function inject(baseString) {
20833
- return function (start, end, newString) {
20834
- return baseString.substring(0, start) + newString + baseString.substring(end);
21251
+ var unformattedToFormattedIndex = function unformattedToFormattedIndex(rawIndex, rawValue, formatter, del) {
21252
+ var maxFormatExceeded = rawValue.length >= formatter.formats.length; // If forced to stay formatted, offset by delims - 1
21253
+ // This is done so the component doesn't assume that any added chars will be kept
21254
+ // (i.e. if an external constraint is applied)
21255
+
21256
+ if (maxFormatExceeded) {
21257
+ var delims = countDelims(formatter, rawValue.length - 1);
21258
+ return delims > 0 && !del ? rawIndex + delims - 1 : rawIndex;
21259
+ } else {
21260
+ return formatter.formats[rawValue.length].split(formatter.formatChar).slice(0, rawIndex).reduce(function (acc, curr) {
21261
+ return curr.length + acc;
21262
+ }, 0) + rawIndex;
21263
+ }
20835
21264
  };
20836
- };
20837
- var formattedToUnformattedIndex = function formattedToUnformattedIndex(formattedIndex, rawValue, formatter) {
20838
- var maxFormatExceeded = rawValue.length >= formatter.formats.length;
20839
21265
 
20840
- if (maxFormatExceeded) {
20841
- return formattedIndex;
20842
- } else {
20843
- var formatString = formatter.formats[rawValue.length];
20844
- var beforeString = formatString.slice(0, formattedIndex);
20845
- return beforeString.split("").filter(function (c) {
20846
- return c === formatter.formatChar;
20847
- }).length;
20848
- }
20849
- };
20850
- var unformattedToFormattedIndex = function unformattedToFormattedIndex(rawIndex, rawValue, formatter, del) {
20851
- var maxFormatExceeded = rawValue.length >= formatter.formats.length; // If forced to stay formatted, offset by delims - 1
20852
- // This is done so the component doesn't assume that any added chars will be kept
20853
- // (i.e. if an external constraint is applied)
21266
+ var createFormat = function createFormat(formats, formatChar) {
21267
+ return {
21268
+ uniqueDelimiters: getUniqueFormatDelimiters(formats, formatChar),
21269
+ formats: formats,
21270
+ formatChar: formatChar
21271
+ };
21272
+ };
20854
21273
 
20855
- if (maxFormatExceeded) {
20856
- var delims = countDelims(formatter, rawValue.length - 1);
20857
- return delims > 0 && !del ? rawIndex + delims - 1 : rawIndex;
20858
- } else {
20859
- return formatter.formats[rawValue.length].split(formatter.formatChar).slice(0, rawIndex).reduce(function (acc, curr) {
20860
- return curr.length + acc;
20861
- }, 0) + rawIndex;
20862
- }
20863
- };
21274
+ var FormattedInput = function FormattedInput(_ref) {
21275
+ var value = _ref.value,
21276
+ formatter = _ref.formatter,
21277
+ _onChange = _ref.onChange,
21278
+ props = _objectWithoutProperties(_ref, ["value", "formatter", "onChange"]);
20864
21279
 
20865
- var createFormat = function createFormat(formats, formatChar) {
20866
- return {
20867
- uniqueDelimiters: getUniqueFormatDelimiters(formats, formatChar),
20868
- formats: formats,
20869
- formatChar: formatChar
20870
- };
20871
- };
21280
+ var inputEl = React.useRef(null);
20872
21281
 
20873
- var FormattedInput = function FormattedInput(_ref) {
20874
- var value = _ref.value,
20875
- formatter = _ref.formatter,
20876
- _onChange = _ref.onChange,
20877
- props = _objectWithoutProperties$1(_ref, ["value", "formatter", "onChange"]);
21282
+ var _useState = React.useState({
21283
+ selectionStart: 0,
21284
+ selectionEnd: 0,
21285
+ rawValue: value,
21286
+ "delete": false,
21287
+ formattedValue: format(formatter)(value)
21288
+ }),
21289
+ _useState2 = _slicedToArray(_useState, 2),
21290
+ state = _useState2[0],
21291
+ setState = _useState2[1];
20878
21292
 
20879
- var inputEl = React.useRef(null);
21293
+ React.useLayoutEffect(function () {
21294
+ // A lot of the work here is cursor manipulation
21295
+ if (inputEl.current && inputEl.current === document.activeElement) {
21296
+ inputEl.current.setSelectionRange(state.selectionStart, state.selectionEnd);
21297
+ }
21298
+ });
21299
+ return React__default.createElement("input", _extends({}, props, {
21300
+ ref: inputEl,
21301
+ value: format(formatter)(value),
21302
+ onKeyDown: function onKeyDown(event) {
21303
+ // Keep track of the state of the input before onChange, including if user is hitting delete
21304
+ setState({
21305
+ rawValue: value,
21306
+ selectionStart: event.target.selectionStart,
21307
+ selectionEnd: event.target.selectionEnd,
21308
+ "delete": event.key === "Backspace" || event.key === "Delete",
21309
+ formattedValue: event.target.value
21310
+ });
21311
+ },
21312
+ onChange: function onChange(event) {
21313
+ /* At the beginning of onChange, event.target.value is a concat of the previous formatted value
21314
+ * and an unformatted injection at the start, end, or in the middle (maybe a deletion). To prepare
21315
+ * the unformatted value for the user's onChange, the formatted string and unformatted injection need
21316
+ * to be separated, then unformat the formatted string, then insert (or delete) the injection from the
21317
+ * old unformatted value.
21318
+ */
21319
+ var injectionLength = event.target.value.length - state.formattedValue.length;
21320
+ var end = state.selectionStart === state.selectionEnd ? state.selectionStart + injectionLength : state.selectionEnd - 1;
21321
+ var injection = event.target.value.substring(state.selectionStart, end); // Injection is the new unformatted piece of the input
21322
+ // Need to find where to put it
20880
21323
 
20881
- var _useState = React.useState({
20882
- selectionStart: 0,
20883
- selectionEnd: 0,
20884
- rawValue: value,
20885
- "delete": false,
20886
- formattedValue: format$1(formatter)(value)
20887
- }),
20888
- _useState2 = _slicedToArray$1(_useState, 2),
20889
- state = _useState2[0],
20890
- setState = _useState2[1];
21324
+ var rawInjectionPointStart = formattedToUnformattedIndex(state.selectionStart, state.rawValue, formatter);
21325
+ var rawInjectionPointEnd = formattedToUnformattedIndex(state.selectionEnd, state.rawValue, formatter); // Unformat the previous formatted value for injection
21326
+ // Using the relevant format string, strips away chars not marked with the formatChar
20891
21327
 
20892
- React.useLayoutEffect(function () {
20893
- // A lot of the work here is cursor manipulation
20894
- if (inputEl.current && inputEl.current === document.activeElement) {
20895
- inputEl.current.setSelectionRange(state.selectionStart, state.selectionEnd);
20896
- }
20897
- });
20898
- return React__default.createElement("input", _extends$2({}, props, {
20899
- ref: inputEl,
20900
- value: format$1(formatter)(value),
20901
- onKeyDown: function onKeyDown(event) {
20902
- // Keep track of the state of the input before onChange, including if user is hitting delete
20903
- setState({
20904
- rawValue: value,
20905
- selectionStart: event.target.selectionStart,
20906
- selectionEnd: event.target.selectionEnd,
20907
- "delete": event.key === "Backspace" || event.key === "Delete",
20908
- formattedValue: event.target.value
20909
- });
20910
- },
20911
- onChange: function onChange(event) {
20912
- /* At the beginning of onChange, event.target.value is a concat of the previous formatted value
20913
- * and an unformatted injection at the start, end, or in the middle (maybe a deletion). To prepare
20914
- * the unformatted value for the user's onChange, the formatted string and unformatted injection need
20915
- * to be separated, then unformat the formatted string, then insert (or delete) the injection from the
20916
- * old unformatted value.
20917
- */
20918
- var injectionLength = event.target.value.length - state.formattedValue.length;
20919
- var end = state.selectionStart === state.selectionEnd ? state.selectionStart + injectionLength : state.selectionEnd - 1;
20920
- var injection = event.target.value.substring(state.selectionStart, end); // Injection is the new unformatted piece of the input
20921
- // Need to find where to put it
20922
-
20923
- var rawInjectionPointStart = formattedToUnformattedIndex(state.selectionStart, state.rawValue, formatter);
20924
- var rawInjectionPointEnd = formattedToUnformattedIndex(state.selectionEnd, state.rawValue, formatter); // Unformat the previous formatted value for injection
20925
- // Using the relevant format string, strips away chars not marked with the formatChar
20926
-
20927
- var unformattedOldValue = unformat(formatter)(state.formattedValue, state.rawValue.length); // Edit the previous unformatted value (either add, update or delete)
20928
-
20929
- var injectIntoOldValue = inject(unformattedOldValue);
20930
- var unformattedNewValue = state["delete"] ? rawInjectionPointStart === rawInjectionPointEnd ? injectIntoOldValue(rawInjectionPointStart - 1, rawInjectionPointStart, "") : injectIntoOldValue(rawInjectionPointStart, rawInjectionPointEnd, "") : injectIntoOldValue(rawInjectionPointStart, rawInjectionPointEnd, injection);
20931
- var lengthDifference = unformattedNewValue.length - state.rawValue.length;
20932
- var rawIndex = formattedToUnformattedIndex(state.selectionStart, state.rawValue, formatter) + lengthDifference; // Find the new cursor position for the potential formatted value
20933
- // Applied by useLayoutEffect
20934
-
20935
- var newFormattedCursorPosition = state.selectionStart == state.selectionEnd ? unformattedToFormattedIndex(rawIndex, unformattedNewValue, formatter, state["delete"]) : state["delete"] ? state.selectionStart : state.selectionEnd;
20936
- setState({
20937
- selectionStart: newFormattedCursorPosition,
20938
- selectionEnd: newFormattedCursorPosition,
20939
- rawValue: state.rawValue,
20940
- "delete": false,
20941
- formattedValue: state.formattedValue
20942
- }); // Apply the external onChange function to the raw underlying string
20943
- // This is where the user generally updates the input value
20944
-
20945
- if (_onChange) {
20946
- _onChange(unformattedNewValue);
21328
+ var unformattedOldValue = unformat(formatter)(state.formattedValue, state.rawValue.length); // Edit the previous unformatted value (either add, update or delete)
21329
+
21330
+ var injectIntoOldValue = inject(unformattedOldValue);
21331
+ var unformattedNewValue = state["delete"] ? rawInjectionPointStart === rawInjectionPointEnd ? injectIntoOldValue(rawInjectionPointStart - 1, rawInjectionPointStart, "") : injectIntoOldValue(rawInjectionPointStart, rawInjectionPointEnd, "") : injectIntoOldValue(rawInjectionPointStart, rawInjectionPointEnd, injection);
21332
+ var lengthDifference = unformattedNewValue.length - state.rawValue.length;
21333
+ var rawIndex = formattedToUnformattedIndex(state.selectionStart, state.rawValue, formatter) + lengthDifference; // Find the new cursor position for the potential formatted value
21334
+ // Applied by useLayoutEffect
21335
+
21336
+ var newFormattedCursorPosition = state.selectionStart == state.selectionEnd ? unformattedToFormattedIndex(rawIndex, unformattedNewValue, formatter, state["delete"]) : state["delete"] ? state.selectionStart : state.selectionEnd;
21337
+ setState({
21338
+ selectionStart: newFormattedCursorPosition,
21339
+ selectionEnd: newFormattedCursorPosition,
21340
+ rawValue: state.rawValue,
21341
+ "delete": false,
21342
+ formattedValue: state.formattedValue
21343
+ }); // Apply the external onChange function to the raw underlying string
21344
+ // This is where the user generally updates the input value
21345
+
21346
+ if (_onChange) {
21347
+ _onChange(unformattedNewValue);
21348
+ }
20947
21349
  }
20948
- }
20949
- }));
20950
- };
21350
+ }));
21351
+ };
21352
+
21353
+ exports.FormattedInput = FormattedInput;
21354
+ exports.createFormat = createFormat;
21355
+ exports.format = format;
21356
+
21357
+ Object.defineProperty(exports, '__esModule', { value: true });
21358
+
21359
+ }));
21360
+ });
21361
+
21362
+ unwrapExports(src);
21363
+ var src_1 = src.FormattedInput;
21364
+ var src_2 = src.createFormat;
21365
+ var src_3 = src.format;
20951
21366
 
20952
21367
  var linkColor$2 = {
20953
21368
  "default": "".concat(MATISSE_BLUE),
@@ -21013,12 +21428,66 @@ var fallbackValues$i = {
21013
21428
  formFooterPanel: formFooterPanel
21014
21429
  };
21015
21430
 
21016
- var _excluded$p = ["showErrors", "themeValues"],
21017
- _excluded2 = ["type", "labelTextWhenNoError", "errorMessages", "isNum", "isEmail", "helperModal", "field", "fieldActions", "showErrors", "formatter", "decorator", "themeValues", "background", "customHeight", "extraStyles"];
21018
- var InputField = styled__default.input.withConfig({
21019
- displayName: "FormInput__InputField",
21020
- componentId: "sc-l094r1-0"
21021
- })(["border:1px solid ", ";border-radius:2px;height:", ";width:100%;padding:1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;font-family:Public Sans;line-height:2rem;font-weight:", ";background-color:", ";color:", ";box-shadow:none;", " transition:background 0.3s ease;&:focus{outline:3px solid ", ";outline-offset:2px;}", " ", ""], function (_ref) {
21431
+ function _templateObject6$2() {
21432
+ var data = _taggedTemplateLiteral(["\n ", "\n "]);
21433
+
21434
+ _templateObject6$2 = function _templateObject6() {
21435
+ return data;
21436
+ };
21437
+
21438
+ return data;
21439
+ }
21440
+
21441
+ function _templateObject5$2() {
21442
+ var data = _taggedTemplateLiteral(["\n color: #6e727e;\n background-color: #f7f7f7;\n "]);
21443
+
21444
+ _templateObject5$2 = function _templateObject5() {
21445
+ return data;
21446
+ };
21447
+
21448
+ return data;
21449
+ }
21450
+
21451
+ function _templateObject4$3() {
21452
+ var data = _taggedTemplateLiteral(["\n border: 1px solid\n ", ";\n border-radius: 2px;\n height: ", ";\n width: 100%;\n padding: 1rem;\n min-width: 100px;\n margin: 0;\n box-sizing: border-box;\n position: relative;\n font-size: 1.1rem;\n line-height: 2rem;\n font-weight: ", ";\n background-color: ", ";\n color: ", ";\n box-shadow: none;\n\n &:focus {\n outline: 3px solid ", ";\n outline-offset: 2px;\n }\n\n ", "\n\n ", "\n"]);
21453
+
21454
+ _templateObject4$3 = function _templateObject4() {
21455
+ return data;
21456
+ };
21457
+
21458
+ return data;
21459
+ }
21460
+
21461
+ function _templateObject3$7() {
21462
+ var data = _taggedTemplateLiteral(["\n ", "\n "]);
21463
+
21464
+ _templateObject3$7 = function _templateObject3() {
21465
+ return data;
21466
+ };
21467
+
21468
+ return data;
21469
+ }
21470
+
21471
+ function _templateObject2$d() {
21472
+ var data = _taggedTemplateLiteral(["\n color: #6e727e;\n background-color: #f7f7f7;\n "]);
21473
+
21474
+ _templateObject2$d = function _templateObject2() {
21475
+ return data;
21476
+ };
21477
+
21478
+ return data;
21479
+ }
21480
+
21481
+ function _templateObject$q() {
21482
+ var data = _taggedTemplateLiteral(["\n border: 1px solid\n ", ";\n border-radius: 2px;\n height: ", ";\n width: 100%;\n padding: 1rem;\n min-width: 100px;\n margin: 0;\n box-sizing: border-box;\n position: relative;\n font-size: 1.1rem;\n font-family: Public Sans;\n line-height: 2rem;\n font-weight: ", ";\n background-color: ", ";\n color: ", ";\n box-shadow: none;\n ", "\n transition: background 0.3s ease;\n\n &:focus {\n outline: 3px solid ", ";\n outline-offset: 2px;\n }\n\n ", "\n\n ", "\n"]);
21483
+
21484
+ _templateObject$q = function _templateObject() {
21485
+ return data;
21486
+ };
21487
+
21488
+ return data;
21489
+ }
21490
+ var InputField = styled__default.input(_templateObject$q(), function (_ref) {
21022
21491
  var field = _ref.field,
21023
21492
  showErrors = _ref.showErrors,
21024
21493
  themeValues = _ref.themeValues;
@@ -21038,22 +21507,19 @@ var InputField = styled__default.input.withConfig({
21038
21507
  return background && "background: ".concat(themeValues.inputBackgroundColor, " url(").concat(background, ") no-repeat right 0.5rem center;");
21039
21508
  }, ROYAL_BLUE, function (_ref6) {
21040
21509
  var disabled = _ref6.disabled;
21041
- return disabled && styled.css(["color:#6e727e;background-color:#f7f7f7;"]);
21510
+ return disabled && styled.css(_templateObject2$d());
21042
21511
  }, function (_ref7) {
21043
21512
  var extraStyles = _ref7.extraStyles;
21044
- return styled.css(["", ""], extraStyles);
21513
+ return styled.css(_templateObject3$7(), extraStyles);
21045
21514
  }); // eslint-disable-next-line no-unused-vars
21046
21515
 
21047
21516
  var FormattedInputField = styled__default(function (_ref8) {
21048
21517
  var showErrors = _ref8.showErrors,
21049
21518
  themeValues = _ref8.themeValues,
21050
- props = _objectWithoutProperties(_ref8, _excluded$p);
21519
+ props = _objectWithoutProperties(_ref8, ["showErrors", "themeValues"]);
21051
21520
 
21052
- return /*#__PURE__*/React__default.createElement(FormattedInput, props);
21053
- }).withConfig({
21054
- displayName: "FormInput__FormattedInputField",
21055
- componentId: "sc-l094r1-1"
21056
- })(["border:1px solid ", ";border-radius:2px;height:", ";width:100%;padding:1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;line-height:2rem;font-weight:", ";background-color:", ";color:", ";box-shadow:none;&:focus{outline:3px solid ", ";outline-offset:2px;}", " ", ""], function (_ref9) {
21521
+ return /*#__PURE__*/React__default.createElement(src_1, props);
21522
+ })(_templateObject4$3(), function (_ref9) {
21057
21523
  var field = _ref9.field,
21058
21524
  showErrors = _ref9.showErrors,
21059
21525
  themeValues = _ref9.themeValues;
@@ -21069,10 +21535,10 @@ var FormattedInputField = styled__default(function (_ref8) {
21069
21535
  return themeValues.color && themeValues.color;
21070
21536
  }, ROYAL_BLUE, function (_ref13) {
21071
21537
  var disabled = _ref13.disabled;
21072
- return disabled && styled.css(["color:#6e727e;background-color:#f7f7f7;"]);
21538
+ return disabled && styled.css(_templateObject5$2());
21073
21539
  }, function (_ref14) {
21074
21540
  var extraStyles = _ref14.extraStyles;
21075
- return styled.css(["", ""], extraStyles);
21541
+ return styled.css(_templateObject6$2(), extraStyles);
21076
21542
  });
21077
21543
 
21078
21544
  var FormInput = function FormInput(_ref15) {
@@ -21097,7 +21563,7 @@ var FormInput = function FormInput(_ref15) {
21097
21563
  background = _ref15.background,
21098
21564
  customHeight = _ref15.customHeight,
21099
21565
  extraStyles = _ref15.extraStyles,
21100
- props = _objectWithoutProperties(_ref15, _excluded2);
21566
+ props = _objectWithoutProperties(_ref15, ["type", "labelTextWhenNoError", "errorMessages", "isNum", "isEmail", "helperModal", "field", "fieldActions", "showErrors", "formatter", "decorator", "themeValues", "background", "customHeight", "extraStyles"]);
21101
21567
 
21102
21568
  var _useState = React.useState(false),
21103
21569
  _useState2 = _slicedToArray(_useState, 2),
@@ -21205,8 +21671,6 @@ var FormInput = function FormInput(_ref15) {
21205
21671
 
21206
21672
  var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$i, "default");
21207
21673
 
21208
- var _excluded$q = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
21209
-
21210
21674
  var FormInputRow = function FormInputRow(_ref) {
21211
21675
  var _ref$breakpoint = _ref.breakpoint,
21212
21676
  breakpoint = _ref$breakpoint === void 0 ? "30rem" : _ref$breakpoint,
@@ -21215,7 +21679,7 @@ var FormInputRow = function FormInputRow(_ref) {
21215
21679
  largeChild = _ref.largeChild,
21216
21680
  largeChildSize = _ref.largeChildSize,
21217
21681
  children = _ref.children,
21218
- rest = _objectWithoutProperties(_ref, _excluded$q);
21682
+ rest = _objectWithoutProperties(_ref, ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"]);
21219
21683
 
21220
21684
  return /*#__PURE__*/React__default.createElement(Box, _extends({
21221
21685
  padding: "0"
@@ -21227,14 +21691,12 @@ var FormInputRow = function FormInputRow(_ref) {
21227
21691
  }, children));
21228
21692
  };
21229
21693
 
21230
- var _excluded$r = ["childGap", "bottomItem", "children"];
21231
-
21232
21694
  var FormInputColumn = function FormInputColumn(_ref) {
21233
21695
  var _ref$childGap = _ref.childGap,
21234
21696
  childGap = _ref$childGap === void 0 ? "0.5rem" : _ref$childGap,
21235
21697
  bottomItem = _ref.bottomItem,
21236
21698
  children = _ref.children,
21237
- rest = _objectWithoutProperties(_ref, _excluded$r);
21699
+ rest = _objectWithoutProperties(_ref, ["childGap", "bottomItem", "children"]);
21238
21700
 
21239
21701
  return /*#__PURE__*/React__default.createElement(Stack, _extends({
21240
21702
  childGap: childGap,
@@ -21242,12 +21704,10 @@ var FormInputColumn = function FormInputColumn(_ref) {
21242
21704
  }, rest), children);
21243
21705
  };
21244
21706
 
21245
- var _excluded$s = ["themeValues", "children"];
21246
-
21247
21707
  var FormContainer = function FormContainer(_ref) {
21248
21708
  var themeValues = _ref.themeValues,
21249
21709
  children = _ref.children,
21250
- rest = _objectWithoutProperties(_ref, _excluded$s);
21710
+ rest = _objectWithoutProperties(_ref, ["themeValues", "children"]);
21251
21711
 
21252
21712
  var _useContext = React.useContext(styled.ThemeContext),
21253
21713
  isMobile = _useContext.isMobile;
@@ -21349,17 +21809,30 @@ var fallbackValues$k = {
21349
21809
  autopayTextColor: autopayTextColor
21350
21810
  };
21351
21811
 
21812
+ function _templateObject2$e() {
21813
+ var data = _taggedTemplateLiteral(["\n margin-right: 16px;\n width: 30px;\n height: auto;\n display: flex;\n"]);
21814
+
21815
+ _templateObject2$e = function _templateObject2() {
21816
+ return data;
21817
+ };
21818
+
21819
+ return data;
21820
+ }
21821
+
21822
+ function _templateObject$r() {
21823
+ var data = _taggedTemplateLiteral(["\n display: flex;\n justify-content: flex-start;\n align-items: center;\n"]);
21824
+
21825
+ _templateObject$r = function _templateObject() {
21826
+ return data;
21827
+ };
21828
+
21829
+ return data;
21830
+ }
21352
21831
  var ACTIVE = "ACTIVE";
21353
21832
  var EXPIRING_SOON = "EXPIRING_SOON";
21354
21833
  var EXPIRED = "EXPIRED";
21355
- var CreditCardWrapper = styled__default.div.withConfig({
21356
- displayName: "FormattedCreditCard__CreditCardWrapper",
21357
- componentId: "sc-s0ta5l-0"
21358
- })(["display:flex;justify-content:flex-start;align-items:center;"]);
21359
- var CCIconWrapper = styled__default.div.withConfig({
21360
- displayName: "FormattedCreditCard__CCIconWrapper",
21361
- componentId: "sc-s0ta5l-1"
21362
- })(["margin-right:16px;width:30px;height:auto;display:flex;"]);
21834
+ var CreditCardWrapper = styled__default.div(_templateObject$r());
21835
+ var CCIconWrapper = styled__default.div(_templateObject2$e());
21363
21836
 
21364
21837
  var FormattedCreditCard = function FormattedCreditCard(_ref) {
21365
21838
  var lastFour = _ref.lastFour,
@@ -21412,18 +21885,38 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
21412
21885
 
21413
21886
  var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$k);
21414
21887
 
21415
- var Hamburger = styled__default.button.withConfig({
21416
- displayName: "HamburgerButton__Hamburger",
21417
- componentId: "sc-4wlnwv-0"
21418
- })(["padding:8px;display:inline-block;cursor:pointer;transition-property:opacity;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;&:focus{outline:none;}"]);
21419
- var HamburgerBox = styled__default.span.withConfig({
21420
- displayName: "HamburgerButton__HamburgerBox",
21421
- componentId: "sc-4wlnwv-1"
21422
- })(["width:34px;height:34px;display:inline-block;position:relative;"]);
21423
- var HamburgerInner = styled__default.span.withConfig({
21424
- displayName: "HamburgerButton__HamburgerInner",
21425
- componentId: "sc-4wlnwv-2"
21426
- })(["display:block;top:auto;bottom:6px;left:2px;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);margin-top:12px;background-color:", ";&,&::before,&::after{background-color:", ";width:30px;height:3px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease;}&::before,&::after{content:\"\";display:block;}&::before{top:-10px;transition:top 0.12s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.13s cubic-bezier(0.55,0.055,0.675,0.19);}&::after{bottom:-10px;top:-20px;transition:top 0.2s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),opacity 0.1s linear;}&.active,&.active::before,&.active::after{background-color:", ";}&.active{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}&.active::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity:0.1s 0.22s linear;}&.active::before{top:0;transform:rotate(-90deg);transition:top 0.1s 0.16s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.13s 0.25s cubic-bezier(0.215,0.61,0.355,1);}"], function (_ref) {
21888
+ function _templateObject3$8() {
21889
+ var data = _taggedTemplateLiteral(["\n display: block;\n top: auto;\n bottom: 6px;\n left: 2px;\n transition-duration: 0.13s;\n transition-delay: 0.13s;\n transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);\n margin-top: 12px;\n background-color: ", ";\n\n &, &::before, &::after {\n background-color: ", ";\n width: 30px;\n height: 3px;\n position: absolute;\n transition-property: transform;\n transition-duration: 0.15s;\n transition-timing-function: ease;\n }\n\n &::before, &::after {\n content: \"\";\n display: block;\n }\n\n &::before {\n top: -10px;\n transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), \n transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);\n }\n\n &::after {\n bottom: -10px;\n top: -20px;\n transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), \n opacity 0.1s linear;\n }\n\n &.active, &.active::before, &.active::after {\n background-color: ", ";\n }\n\n &.active {\n transform: translate3d(0, -10px, 0) rotate(-45deg);\n transition-delay: 0.22s;\n transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n\n &.active::after {\n top: 0;\n opacity: 0;\n transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), \n opacity: 0.1s 0.22s linear;\n }\n\n &.active::before {\n top: 0;\n transform: rotate(-90deg);\n transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), \n transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n"]);
21890
+
21891
+ _templateObject3$8 = function _templateObject3() {
21892
+ return data;
21893
+ };
21894
+
21895
+ return data;
21896
+ }
21897
+
21898
+ function _templateObject2$f() {
21899
+ var data = _taggedTemplateLiteral(["\n width: 34px;\n height: 34px;\n display: inline-block;\n position: relative;\n"]);
21900
+
21901
+ _templateObject2$f = function _templateObject2() {
21902
+ return data;
21903
+ };
21904
+
21905
+ return data;
21906
+ }
21907
+
21908
+ function _templateObject$s() {
21909
+ var data = _taggedTemplateLiteral(["\n padding: 8px;\n display: inline-block;\n cursor: pointer;\n transition-property: opacity;\n transition-duration: 0.15s;\n transition-timing-function: linear;\n font: inherit;\n color: inherit;\n text-transform: none;\n background-color: transparent;\n border: 0;\n margin: 0;\n overflow: visible;\n\n &:focus {\n outline: none;\n }\n"]);
21910
+
21911
+ _templateObject$s = function _templateObject() {
21912
+ return data;
21913
+ };
21914
+
21915
+ return data;
21916
+ }
21917
+ var Hamburger = styled__default.button(_templateObject$s());
21918
+ var HamburgerBox = styled__default.span(_templateObject2$f());
21919
+ var HamburgerInner = styled__default.span(_templateObject3$8(), function (_ref) {
21427
21920
  var inactiveColor = _ref.inactiveColor;
21428
21921
  return inactiveColor;
21429
21922
  }, function (_ref2) {
@@ -21454,10 +21947,16 @@ var HamburgerButton = function HamburgerButton(_ref4) {
21454
21947
  })));
21455
21948
  };
21456
21949
 
21457
- var TitleText = styled__default.h1.withConfig({
21458
- displayName: "Titlestyled__TitleText",
21459
- componentId: "sc-11lhluq-0"
21460
- })(["font-size:", ";line-height:1.5;color:", ";font-weight:", ";margin:", ";text-align:", ";font-family:", ";", ";"], function (_ref) {
21950
+ function _templateObject$t() {
21951
+ var data = _taggedTemplateLiteral(["\n font-size: ", ";\n line-height: 1.5;\n color: ", ";\n font-weight: ", ";\n margin: ", ";\n text-align: ", ";\n font-family: ", ";\n\n ", ";\n"]);
21952
+
21953
+ _templateObject$t = function _templateObject() {
21954
+ return data;
21955
+ };
21956
+
21957
+ return data;
21958
+ }
21959
+ var TitleText = styled__default.h1(_templateObject$t(), function (_ref) {
21461
21960
  var fontSize = _ref.fontSize;
21462
21961
  return fontSize;
21463
21962
  }, function (_ref2) {
@@ -21502,7 +22001,6 @@ var mobileFallbackValues$1 = {
21502
22001
  };
21503
22002
  var MOBILE_BREAKPOINT$1 = 768;
21504
22003
 
21505
- var _excluded$t = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
21506
22004
  /*
21507
22005
  New responsive text component for Title elements
21508
22006
  Size is decoupled from tag
@@ -21549,7 +22047,7 @@ var Title = function Title(_ref) {
21549
22047
  as = _ref$as === void 0 ? "h1" : _ref$as,
21550
22048
  dataQa = _ref.dataQa,
21551
22049
  children = _ref.children,
21552
- rest = _objectWithoutProperties(_ref, _excluded$t);
22050
+ rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"]);
21553
22051
 
21554
22052
  return /*#__PURE__*/React__default.createElement(TitleText, _extends({
21555
22053
  variant: variant,
@@ -21714,10 +22212,26 @@ var fallbackValues$o = {
21714
22212
  color: color$8
21715
22213
  };
21716
22214
 
21717
- var SpinnerSvgAnimation = styled__default.svg.withConfig({
21718
- displayName: "Spinner__SpinnerSvgAnimation",
21719
- componentId: "sc-vhupl9-0"
21720
- })(["animation:rotate 2s linear infinite;margin:-25px 0 0 -25px;width:", "px;height:", "px;& .path{stroke:", ";stroke-linecap:round;animation:dash 1.5s ease-in-out infinite;}@keyframes rotate{100%{transform:rotate(360deg);}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0;}50%{stroke-dasharray:90,150;stroke-dashoffset:-35;}100%{stroke-dasharray:90,150;stroke-dashoffset:-124;}}"], function (_ref) {
22215
+ function _templateObject2$g() {
22216
+ var data = _taggedTemplateLiteral(["\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n line-height: 1;\n"]);
22217
+
22218
+ _templateObject2$g = function _templateObject2() {
22219
+ return data;
22220
+ };
22221
+
22222
+ return data;
22223
+ }
22224
+
22225
+ function _templateObject$u() {
22226
+ var data = _taggedTemplateLiteral(["\n animation: rotate 2s linear infinite;\n margin: -25px 0 0 -25px;\n width: ", "px;\n height: ", "px;\n & .path {\n stroke: ", ";\n stroke-linecap: round;\n animation: dash 1.5s ease-in-out infinite;\n }\n @keyframes rotate {\n 100% {\n transform: rotate(360deg);\n }\n }\n @keyframes dash {\n 0% {\n stroke-dasharray: 1, 150;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 90, 150;\n stroke-dashoffset: -35;\n }\n 100% {\n stroke-dasharray: 90, 150;\n stroke-dashoffset: -124;\n }\n }\n"]);
22227
+
22228
+ _templateObject$u = function _templateObject() {
22229
+ return data;
22230
+ };
22231
+
22232
+ return data;
22233
+ }
22234
+ var SpinnerSvgAnimation = styled__default.svg(_templateObject$u(), function (_ref) {
21721
22235
  var size = _ref.size;
21722
22236
  return size;
21723
22237
  }, function (_ref2) {
@@ -21727,10 +22241,7 @@ var SpinnerSvgAnimation = styled__default.svg.withConfig({
21727
22241
  var color = _ref3.color;
21728
22242
  return color;
21729
22243
  });
21730
- var SpinnerContainer$2 = styled__default.div.withConfig({
21731
- displayName: "Spinner__SpinnerContainer",
21732
- componentId: "sc-vhupl9-1"
21733
- })(["width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;line-height:1;"]);
22244
+ var SpinnerContainer$2 = styled__default.div(_templateObject2$g());
21734
22245
 
21735
22246
  var Spinner$1 = function Spinner(_ref4) {
21736
22247
  var _ref4$size = _ref4.size,
@@ -21765,8 +22276,6 @@ var Loading = function Loading() {
21765
22276
  })))));
21766
22277
  };
21767
22278
 
21768
- var _excluded$u = ["leftContent", "rightContent", "footerMinHeight", "backgroundColor", "largeSide", "largeSideSize", "footerPadding", "isMobile", "footerWidth"];
21769
-
21770
22279
  var NavFooter = function NavFooter(_ref) {
21771
22280
  var leftContent = _ref.leftContent,
21772
22281
  rightContent = _ref.rightContent,
@@ -21781,7 +22290,7 @@ var NavFooter = function NavFooter(_ref) {
21781
22290
  footerPadding = _ref$footerPadding === void 0 ? "1.5rem 1rem" : _ref$footerPadding,
21782
22291
  isMobile = _ref.isMobile,
21783
22292
  footerWidth = _ref.footerWidth,
21784
- rest = _objectWithoutProperties(_ref, _excluded$u);
22293
+ rest = _objectWithoutProperties(_ref, ["leftContent", "rightContent", "footerMinHeight", "backgroundColor", "largeSide", "largeSideSize", "footerPadding", "isMobile", "footerWidth"]);
21785
22294
 
21786
22295
  return /*#__PURE__*/React__default.createElement(Box, _extends({
21787
22296
  padding: footerPadding,
@@ -21813,8 +22322,6 @@ var NavFooter = function NavFooter(_ref) {
21813
22322
  }, rightContent)))))));
21814
22323
  };
21815
22324
 
21816
- var _excluded$v = ["leftContent", "rightContent", "headerHeight", "isMobile", "backgroundColor", "headerWidth"];
21817
-
21818
22325
  var NavHeader = function NavHeader(_ref) {
21819
22326
  var leftContent = _ref.leftContent,
21820
22327
  rightContent = _ref.rightContent,
@@ -21823,7 +22330,7 @@ var NavHeader = function NavHeader(_ref) {
21823
22330
  isMobile = _ref.isMobile,
21824
22331
  backgroundColor = _ref.backgroundColor,
21825
22332
  headerWidth = _ref.headerWidth,
21826
- rest = _objectWithoutProperties(_ref, _excluded$v);
22333
+ rest = _objectWithoutProperties(_ref, ["leftContent", "rightContent", "headerHeight", "isMobile", "backgroundColor", "headerWidth"]);
21827
22334
 
21828
22335
  return /*#__PURE__*/React__default.createElement(Box, _extends({
21829
22336
  padding: "0 16px 4px",
@@ -21849,7 +22356,167 @@ var NavHeader = function NavHeader(_ref) {
21849
22356
  }, rightContent))))));
21850
22357
  };
21851
22358
 
21852
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _DEFAULT_ERROR_MESSAG;
22359
+ var _DEFAULT_ERROR_MESSAG;
22360
+
22361
+ function _templateObject16() {
22362
+ var data = _taggedTemplateLiteral(["", " is not a valid option"]);
22363
+
22364
+ _templateObject16 = function _templateObject16() {
22365
+ return data;
22366
+ };
22367
+
22368
+ return data;
22369
+ }
22370
+
22371
+ function _templateObject15() {
22372
+ var data = _taggedTemplateLiteral(["", " must match ", ""]);
22373
+
22374
+ _templateObject15 = function _templateObject15() {
22375
+ return data;
22376
+ };
22377
+
22378
+ return data;
22379
+ }
22380
+
22381
+ function _templateObject14() {
22382
+ var data = _taggedTemplateLiteral(["", " is too low"]);
22383
+
22384
+ _templateObject14 = function _templateObject14() {
22385
+ return data;
22386
+ };
22387
+
22388
+ return data;
22389
+ }
22390
+
22391
+ function _templateObject13() {
22392
+ var data = _taggedTemplateLiteral(["", " is too high"]);
22393
+
22394
+ _templateObject13 = function _templateObject13() {
22395
+ return data;
22396
+ };
22397
+
22398
+ return data;
22399
+ }
22400
+
22401
+ function _templateObject12() {
22402
+ var data = _taggedTemplateLiteral(["", " is required"]);
22403
+
22404
+ _templateObject12 = function _templateObject12() {
22405
+ return data;
22406
+ };
22407
+
22408
+ return data;
22409
+ }
22410
+
22411
+ function _templateObject11$1() {
22412
+ var data = _taggedTemplateLiteral(["", " must be only letters"]);
22413
+
22414
+ _templateObject11$1 = function _templateObject11() {
22415
+ return data;
22416
+ };
22417
+
22418
+ return data;
22419
+ }
22420
+
22421
+ function _templateObject10$1() {
22422
+ var data = _taggedTemplateLiteral(["", " must be only numbers"]);
22423
+
22424
+ _templateObject10$1 = function _templateObject10() {
22425
+ return data;
22426
+ };
22427
+
22428
+ return data;
22429
+ }
22430
+
22431
+ function _templateObject9$1() {
22432
+ var data = _taggedTemplateLiteral(["", " needs a special character"]);
22433
+
22434
+ _templateObject9$1 = function _templateObject9() {
22435
+ return data;
22436
+ };
22437
+
22438
+ return data;
22439
+ }
22440
+
22441
+ function _templateObject8$1() {
22442
+ var data = _taggedTemplateLiteral(["", " needs a lowercase letter"]);
22443
+
22444
+ _templateObject8$1 = function _templateObject8() {
22445
+ return data;
22446
+ };
22447
+
22448
+ return data;
22449
+ }
22450
+
22451
+ function _templateObject7$2() {
22452
+ var data = _taggedTemplateLiteral(["", " needs an uppercase letter"]);
22453
+
22454
+ _templateObject7$2 = function _templateObject7() {
22455
+ return data;
22456
+ };
22457
+
22458
+ return data;
22459
+ }
22460
+
22461
+ function _templateObject6$3() {
22462
+ var data = _taggedTemplateLiteral(["", " needs a number"]);
22463
+
22464
+ _templateObject6$3 = function _templateObject6() {
22465
+ return data;
22466
+ };
22467
+
22468
+ return data;
22469
+ }
22470
+
22471
+ function _templateObject5$3() {
22472
+ var data = _taggedTemplateLiteral(["", " is not a valid email address"]);
22473
+
22474
+ _templateObject5$3 = function _templateObject5() {
22475
+ return data;
22476
+ };
22477
+
22478
+ return data;
22479
+ }
22480
+
22481
+ function _templateObject4$4() {
22482
+ var data = _taggedTemplateLiteral(["", " is not a valid length"]);
22483
+
22484
+ _templateObject4$4 = function _templateObject4() {
22485
+ return data;
22486
+ };
22487
+
22488
+ return data;
22489
+ }
22490
+
22491
+ function _templateObject3$9() {
22492
+ var data = _taggedTemplateLiteral(["", " is not the right length"]);
22493
+
22494
+ _templateObject3$9 = function _templateObject3() {
22495
+ return data;
22496
+ };
22497
+
22498
+ return data;
22499
+ }
22500
+
22501
+ function _templateObject2$h() {
22502
+ var data = _taggedTemplateLiteral(["", " is too long"]);
22503
+
22504
+ _templateObject2$h = function _templateObject2() {
22505
+ return data;
22506
+ };
22507
+
22508
+ return data;
22509
+ }
22510
+
22511
+ function _templateObject$v() {
22512
+ var data = _taggedTemplateLiteral(["", " is too short"]);
22513
+
22514
+ _templateObject$v = function _templateObject() {
22515
+ return data;
22516
+ };
22517
+
22518
+ return data;
22519
+ }
21853
22520
 
21854
22521
  var MIN_LENGTH_ERROR = "error/HAS_LENGTH";
21855
22522
  var MAX_LENGTH_ERROR = "max_length_error";
@@ -21890,7 +22557,7 @@ with interpolation.
21890
22557
  */
21891
22558
 
21892
22559
 
21893
- var DEFAULT_ERROR_MESSAGES = (_DEFAULT_ERROR_MESSAG = {}, _defineProperty(_DEFAULT_ERROR_MESSAG, MIN_LENGTH_ERROR, genErrorMessage(_templateObject || (_templateObject = _taggedTemplateLiteral(["", " is too short"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MAX_LENGTH_ERROR, genErrorMessage(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["", " is too long"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EXACT_LENGTH_ERROR, genErrorMessage(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["", " is not the right length"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MULTIPLE_LENGTHS_ERROR, genErrorMessage(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["", " is not a valid length"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EMAIL_ERROR, genErrorMessage(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["", " is not a valid email address"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_NUMBER_ERROR, genErrorMessage(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["", " needs a number"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_UPPERCASE_LETTER_ERROR, genErrorMessage(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["", " needs an uppercase letter"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_LOWERCASE_LETTER_ERROR, genErrorMessage(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["", " needs a lowercase letter"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_SPECIAL_CHARACTER_ERROR, genErrorMessage(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["", " needs a special character"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_NUMBERS_ERROR, genErrorMessage(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["", " must be only numbers"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_LETTERS_ERROR, genErrorMessage(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["", " must be only letters"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, REQUIRED_FIELD_ERROR, genErrorMessage(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["", " is required"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_GREATER_THAN_ERROR, genErrorMessage(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["", " is too high"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_LESS_THAN_ERROR, genErrorMessage(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["", " is too low"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MATCHES_FIELD_ERROR, genErrorMessage(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["", " must match ", ""])), "fieldLabel", "matchField")), _defineProperty(_DEFAULT_ERROR_MESSAG, VALID_SELECT_OPTION_ERROR, genErrorMessage(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["", " is not a valid option"])), "fieldLabel")), _DEFAULT_ERROR_MESSAG); // Constants to represent an input's state
22560
+ var DEFAULT_ERROR_MESSAGES = (_DEFAULT_ERROR_MESSAG = {}, _defineProperty(_DEFAULT_ERROR_MESSAG, MIN_LENGTH_ERROR, genErrorMessage(_templateObject$v(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MAX_LENGTH_ERROR, genErrorMessage(_templateObject2$h(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EXACT_LENGTH_ERROR, genErrorMessage(_templateObject3$9(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MULTIPLE_LENGTHS_ERROR, genErrorMessage(_templateObject4$4(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EMAIL_ERROR, genErrorMessage(_templateObject5$3(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_NUMBER_ERROR, genErrorMessage(_templateObject6$3(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_UPPERCASE_LETTER_ERROR, genErrorMessage(_templateObject7$2(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_LOWERCASE_LETTER_ERROR, genErrorMessage(_templateObject8$1(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_SPECIAL_CHARACTER_ERROR, genErrorMessage(_templateObject9$1(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_NUMBERS_ERROR, genErrorMessage(_templateObject10$1(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_LETTERS_ERROR, genErrorMessage(_templateObject11$1(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, REQUIRED_FIELD_ERROR, genErrorMessage(_templateObject12(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_GREATER_THAN_ERROR, genErrorMessage(_templateObject13(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_LESS_THAN_ERROR, genErrorMessage(_templateObject14(), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MATCHES_FIELD_ERROR, genErrorMessage(_templateObject15(), "fieldLabel", "matchField")), _defineProperty(_DEFAULT_ERROR_MESSAG, VALID_SELECT_OPTION_ERROR, genErrorMessage(_templateObject16(), "fieldLabel")), _DEFAULT_ERROR_MESSAG); // Constants to represent an input's state
21894
22561
  // Neutral - has not been validated
21895
22562
  // Invalid - has been validated and has an error
21896
22563
  // Valid - has been validated and has no error
@@ -22150,10 +22817,16 @@ var fallbackValues$r = {
22150
22817
  inactiveColor: inactiveColor
22151
22818
  };
22152
22819
 
22153
- var HiddenRadioButton = styled__default.input.withConfig({
22154
- displayName: "RadioButton__HiddenRadioButton",
22155
- componentId: "sc-v6hie9-0"
22156
- })(["opacity:0;position:absolute;cursor:", ";"], function (_ref) {
22820
+ function _templateObject$w() {
22821
+ var data = _taggedTemplateLiteral(["\n opacity: 0;\n position: absolute;\n cursor: ", ";\n"]);
22822
+
22823
+ _templateObject$w = function _templateObject() {
22824
+ return data;
22825
+ };
22826
+
22827
+ return data;
22828
+ }
22829
+ var HiddenRadioButton = styled__default.input(_templateObject$w(), function (_ref) {
22157
22830
  var disabled = _ref.disabled;
22158
22831
  return disabled ? "auto" : "pointer";
22159
22832
  });
@@ -32931,20 +33604,53 @@ var fallbackValues$u = {
32931
33604
  leftLabelStyles: leftLabelStyles
32932
33605
  };
32933
33606
 
32934
- var HiddenToggleSwitchBox = styled__default.input.withConfig({
32935
- displayName: "ToggleSwitch__HiddenToggleSwitchBox",
32936
- componentId: "sc-1t51u6v-0"
32937
- })(["opacity:0;position:absolute;cursor:", ";height:24px;width:50px;", ""], function (_ref) {
33607
+ function _templateObject4$5() {
33608
+ var data = _taggedTemplateLiteral(["\n position: absolute;\n width: 14px;\n height: 14px;\n top: 3px;\n left: 3px;\n right: 3px;\n bottom: 3px;\n border-radius: 50%;\n box-sizing: border-box;\n"]);
33609
+
33610
+ _templateObject4$5 = function _templateObject4() {
33611
+ return data;
33612
+ };
33613
+
33614
+ return data;
33615
+ }
33616
+
33617
+ function _templateObject3$a() {
33618
+ var data = _taggedTemplateLiteral(["\n position: absolute;\n width: 20px;\n height: 20px;\n border: none;\n border-radius: 50%;\n box-sizing: border-box;\n"]);
33619
+
33620
+ _templateObject3$a = function _templateObject3() {
33621
+ return data;
33622
+ };
33623
+
33624
+ return data;
33625
+ }
33626
+
33627
+ function _templateObject2$i() {
33628
+ var data = _taggedTemplateLiteral(["\n width: 48px;\n height: 24px;\n border-radius: 48px;\n border: none;\n position: relative;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-block;\n\n &:hover {\n box-shadow: ", ";\n }\n\n &:focus {\n box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);\n }\n\n ", "\n"]);
33629
+
33630
+ _templateObject2$i = function _templateObject2() {
33631
+ return data;
33632
+ };
33633
+
33634
+ return data;
33635
+ }
33636
+
33637
+ function _templateObject$x() {
33638
+ var data = _taggedTemplateLiteral(["\n opacity: 0;\n position: absolute;\n cursor: ", ";\n height: 24px;\n width: 50px;\n ", "\n"]);
33639
+
33640
+ _templateObject$x = function _templateObject() {
33641
+ return data;
33642
+ };
33643
+
33644
+ return data;
33645
+ }
33646
+ var HiddenToggleSwitchBox = styled__default.input(_templateObject$x(), function (_ref) {
32938
33647
  var disabled = _ref.disabled;
32939
33648
  return disabled ? "auto" : "pointer";
32940
33649
  }, function (_ref2) {
32941
33650
  var isMobile = _ref2.isMobile;
32942
33651
  return isMobile ? "transform: scale(0.75)" : "";
32943
33652
  });
32944
- var VisibleSwitchComponent = styled__default.label.withConfig({
32945
- displayName: "ToggleSwitch__VisibleSwitchComponent",
32946
- componentId: "sc-1t51u6v-1"
32947
- })(["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) {
33653
+ var VisibleSwitchComponent = styled__default.label(_templateObject2$i(), function (_ref3) {
32948
33654
  var disabled = _ref3.disabled;
32949
33655
  return disabled ? "auto" : "pointer";
32950
33656
  }, function (_ref4) {
@@ -32954,14 +33660,8 @@ var VisibleSwitchComponent = styled__default.label.withConfig({
32954
33660
  var isMobile = _ref5.isMobile;
32955
33661
  return isMobile ? "transform: scale(0.75)" : "";
32956
33662
  });
32957
- var ToggleSwitchMiddleRingComponent = styled__default.div.withConfig({
32958
- displayName: "ToggleSwitch__ToggleSwitchMiddleRingComponent",
32959
- componentId: "sc-1t51u6v-2"
32960
- })(["position:absolute;width:20px;height:20px;border:none;border-radius:50%;box-sizing:border-box;"]);
32961
- var ToggleSwitchInnerRingComponent = styled__default.div.withConfig({
32962
- displayName: "ToggleSwitch__ToggleSwitchInnerRingComponent",
32963
- componentId: "sc-1t51u6v-3"
32964
- })(["position:absolute;width:14px;height:14px;top:3px;left:3px;right:3px;bottom:3px;border-radius:50%;box-sizing:border-box;"]);
33663
+ var ToggleSwitchMiddleRingComponent = styled__default.div(_templateObject3$a());
33664
+ var ToggleSwitchInnerRingComponent = styled__default.div(_templateObject4$5());
32965
33665
 
32966
33666
  var ToggleSwitch = function ToggleSwitch(_ref6) {
32967
33667
  var _ref6$isOn = _ref6.isOn,
@@ -33110,10 +33810,16 @@ var themeValues = {
33110
33810
  focusBorder: focusBorder
33111
33811
  };
33112
33812
 
33113
- var TypeaheadInputWrapper = styled__default.div.withConfig({
33114
- displayName: "TypeaheadInput__TypeaheadInputWrapper",
33115
- componentId: "sc-cumjdb-0"
33116
- })(["display:flex;align-content:center;align-items:center;background:", ";input{border:0;height:72px;width:100%;padding:1.5rem;padding-left:1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;line-height:2rem;font-weight:400;background-color:", ";color:", ";box-shadow:none;border:1px solid transparent;&:focus{border:1px solid ", ";}}"], themeValues.background, themeValues.background, themeValues.black, themeValues.focusBorder);
33813
+ function _templateObject$y() {
33814
+ var data = _taggedTemplateLiteral(["\n display: flex;\n align-content: center;\n align-items: center;\n background: ", ";\n\n input {\n border: 0;\n height: 72px;\n width: 100%;\n padding: 1.5rem;\n padding-left: 1rem;\n min-width: 100px;\n margin: 0;\n box-sizing: border-box;\n position: relative;\n font-size: 1.1rem;\n line-height: 2rem;\n font-weight: 400;\n background-color: ", ";\n color: ", ";\n box-shadow: none;\n border: 1px solid transparent;\n\n &:focus {\n border: 1px solid ", ";\n }\n }\n"]);
33815
+
33816
+ _templateObject$y = function _templateObject() {
33817
+ return data;
33818
+ };
33819
+
33820
+ return data;
33821
+ }
33822
+ var TypeaheadInputWrapper = styled__default.div(_templateObject$y(), themeValues.background, themeValues.background, themeValues.black, themeValues.focusBorder);
33117
33823
 
33118
33824
  var TypeaheadInput = function TypeaheadInput(_ref) {
33119
33825
  var handleChange = _ref.handleChange,
@@ -33161,14 +33867,32 @@ var customParseFormat = createCommonjsModule$1(function (module, exports) {
33161
33867
  !function(t,e){module.exports=e();}(commonjsGlobal$1,(function(){var t={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},e=/(\[[^[]*\])|([-:/.()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,n=/\d\d/,r=/\d\d?/,i=/\d*[^\s\d-_:/()]+/,o={},s=function(t){return (t=+t)+(t>68?1900:2e3)};var a=function(t){return function(e){this[t]=+e;}},f=[/[+-]\d\d:?(\d\d)?|Z/,function(t){(this.zone||(this.zone={})).offset=function(t){if(!t)return 0;if("Z"===t)return 0;var e=t.match(/([+-]|\d\d)/g),n=60*e[1]+(+e[2]||0);return 0===n?0:"+"===e[0]?-n:n}(t);}],u=function(t){var e=o[t];return e&&(e.indexOf?e:e.s.concat(e.f))},h=function(t,e){var n,r=o.meridiem;if(r){for(var i=1;i<=24;i+=1)if(t.indexOf(r(i,0,e))>-1){n=i>12;break}}else n=t===(e?"pm":"PM");return n},d={A:[i,function(t){this.afternoon=h(t,!1);}],a:[i,function(t){this.afternoon=h(t,!0);}],S:[/\d/,function(t){this.milliseconds=100*+t;}],SS:[n,function(t){this.milliseconds=10*+t;}],SSS:[/\d{3}/,function(t){this.milliseconds=+t;}],s:[r,a("seconds")],ss:[r,a("seconds")],m:[r,a("minutes")],mm:[r,a("minutes")],H:[r,a("hours")],h:[r,a("hours")],HH:[r,a("hours")],hh:[r,a("hours")],D:[r,a("day")],DD:[n,a("day")],Do:[i,function(t){var e=o.ordinal,n=t.match(/\d+/);if(this.day=n[0],e)for(var r=1;r<=31;r+=1)e(r).replace(/\[|\]/g,"")===t&&(this.day=r);}],M:[r,a("month")],MM:[n,a("month")],MMM:[i,function(t){var e=u("months"),n=(u("monthsShort")||e.map((function(t){return t.substr(0,3)}))).indexOf(t)+1;if(n<1)throw new Error;this.month=n%12||n;}],MMMM:[i,function(t){var e=u("months").indexOf(t)+1;if(e<1)throw new Error;this.month=e%12||e;}],Y:[/[+-]?\d+/,a("year")],YY:[n,function(t){this.year=s(t);}],YYYY:[/\d{4}/,a("year")],Z:f,ZZ:f};function c(n){var r,i;r=n,i=o&&o.formats;for(var s=(n=r.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(e,n,r){var o=r&&r.toUpperCase();return n||i[r]||t[r]||i[o].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(t,e,n){return e||n.slice(1)}))}))).match(e),a=s.length,f=0;f<a;f+=1){var u=s[f],h=d[u],c=h&&h[0],l=h&&h[1];s[f]=l?{regex:c,parser:l}:u.replace(/^\[|\]$/g,"");}return function(t){for(var e={},n=0,r=0;n<a;n+=1){var i=s[n];if("string"==typeof i)r+=i.length;else {var o=i.regex,f=i.parser,u=t.substr(r),h=o.exec(u)[0];f.call(e,h),t=t.replace(h,"");}}return function(t){var e=t.afternoon;if(void 0!==e){var n=t.hours;e?n<12&&(t.hours+=12):12===n&&(t.hours=0),delete t.afternoon;}}(e),e}}return function(t,e,n){n.p.customParseFormat=!0,t&&t.parseTwoDigitYear&&(s=t.parseTwoDigitYear);var r=e.prototype,i=r.parse;r.parse=function(t){var e=t.date,r=t.utc,s=t.args;this.$u=r;var a=s[1];if("string"==typeof a){var f=!0===s[2],u=!0===s[3],h=f||u,d=s[2];u&&(d=s[2]),o=this.$locale(),!f&&d&&(o=n.Ls[d]),this.$d=function(t,e,n){try{if(["x","X"].indexOf(e)>-1)return new Date(("X"===e?1e3:1)*t);var r=c(e)(t),i=r.year,o=r.month,s=r.day,a=r.hours,f=r.minutes,u=r.seconds,h=r.milliseconds,d=r.zone,l=new Date,m=s||(i||o?1:l.getDate()),M=i||l.getFullYear(),Y=0;i&&!o||(Y=o>0?o-1:l.getMonth());var p=a||0,v=f||0,D=u||0,g=h||0;return d?new Date(Date.UTC(M,Y,m,p,v,D,g+60*d.offset*1e3)):n?new Date(Date.UTC(M,Y,m,p,v,D,g)):new Date(M,Y,m,p,v,D,g)}catch(t){return new Date("")}}(e,a,r),this.init(),d&&!0!==d&&(this.$L=this.locale(d).$L),h&&e!=this.format(a)&&(this.$d=new Date("")),o={};}else if(a instanceof Array)for(var l=a.length,m=1;m<=l;m+=1){s[1]=a[m-1];var M=n.apply(this,s);if(M.isValid()){this.$d=M.$d,this.$L=M.$L,this.init();break}m===l&&(this.$d=new Date(""));}else i.call(this,t);};}}));
33162
33868
  });
33163
33869
 
33870
+ var customParseFormat$1 = /*#__PURE__*/Object.freeze({
33871
+ __proto__: null,
33872
+ 'default': customParseFormat,
33873
+ __moduleExports: customParseFormat
33874
+ });
33875
+
33164
33876
  var isSameOrBefore = createCommonjsModule$1(function (module, exports) {
33165
33877
  !function(e,i){module.exports=i();}(commonjsGlobal$1,(function(){return function(e,i){i.prototype.isSameOrBefore=function(e,i){return this.isSame(e,i)||this.isBefore(e,i)};}}));
33166
33878
  });
33167
33879
 
33880
+ var isSameOrBefore$1 = /*#__PURE__*/Object.freeze({
33881
+ __proto__: null,
33882
+ 'default': isSameOrBefore,
33883
+ __moduleExports: isSameOrBefore
33884
+ });
33885
+
33168
33886
  var isSameOrAfter = createCommonjsModule$1(function (module, exports) {
33169
33887
  !function(e,t){module.exports=t();}(commonjsGlobal$1,(function(){return function(e,t){t.prototype.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)};}}));
33170
33888
  });
33171
33889
 
33890
+ var isSameOrAfter$1 = /*#__PURE__*/Object.freeze({
33891
+ __proto__: null,
33892
+ 'default': isSameOrAfter,
33893
+ __moduleExports: isSameOrAfter
33894
+ });
33895
+
33172
33896
  /* eslint-disable no-unused-vars */
33173
33897
 
33174
33898
  const createValidator = (type, error) => {
@@ -33177,9 +33901,13 @@ const createValidator = (type, error) => {
33177
33901
  return validator;
33178
33902
  };
33179
33903
 
33180
- dayjs_min.extend(customParseFormat);
33181
- dayjs_min.extend(isSameOrBefore);
33182
- dayjs_min.extend(isSameOrAfter);
33904
+ console.log("dayjs", dayjs_min);
33905
+ const extendedDayjs = dayjs_min
33906
+ .extend(customParseFormat$1)
33907
+ .extend(isSameOrBefore$1)
33908
+ .extend(isSameOrAfter$1);
33909
+ console.log("extended", extendedDayjs);
33910
+ console.log("old dayjs", dayjs_min);
33183
33911
 
33184
33912
  let validatorFns = {};
33185
33913
 
@@ -34841,11 +35569,11 @@ var zipFormats = ["", "_", "__", "___", "____", "_____", "______", "_____-__", "
34841
35569
  var creditCardFormats = ["", "_", "__", "___", "____", "____ _", "____ __", "____ ___", "____ ____", "____ ____ _", "____ ____ __", "____ ____ ___", "____ ____ ____", "____ ____ ____ _", "____ ____ ____ __", "____ ____ ____ ___", "____ ____ ____ ____"];
34842
35570
  var moneyFormats = ["", "$0.0_", "$0.__", "$_.__", "$__.__", "$___.__", "$_,___.__", "$__,___.__", "$___,___.__", "$_,___,___.__", "$__,___,___.__", "$___,___,___.__", "$_,___,___,___.__", "$__,___,___,___.__", "$___,___,___,___.__", "$_,___,___,___,___.__"];
34843
35571
  var expirationDateFormats = ["", "_", "__/", "__/_", "__/__"];
34844
- var zipFormat = createFormat(zipFormats, formatDelimiter);
34845
- var creditCardFormat = createFormat(creditCardFormats, formatDelimiter);
34846
- var expirationDateFormat = createFormat(expirationDateFormats, formatDelimiter);
34847
- var phoneFormat = createFormat(phoneFormats, formatDelimiter);
34848
- var moneyFormat = createFormat(moneyFormats, formatDelimiter);
35572
+ var zipFormat = src_2(zipFormats, formatDelimiter);
35573
+ var creditCardFormat = src_2(creditCardFormats, formatDelimiter);
35574
+ var expirationDateFormat = src_2(expirationDateFormats, formatDelimiter);
35575
+ var phoneFormat = src_2(phoneFormats, formatDelimiter);
35576
+ var moneyFormat = src_2(moneyFormats, formatDelimiter);
34849
35577
 
34850
35578
  var formats = /*#__PURE__*/Object.freeze({
34851
35579
  __proto__: null,
@@ -35310,20 +36038,33 @@ EditNameForm.reducer = reducer$2;
35310
36038
  EditNameForm.mapStateToProps = mapStateToProps$3;
35311
36039
  EditNameForm.mapDispatchToProps = mapDispatchToProps$2;
35312
36040
 
35313
- var EditableListItem = styled__default.div.withConfig({
35314
- displayName: "EditableListstyled__EditableListItem",
35315
- componentId: "sc-10ehkz7-0"
35316
- })(["box-sizing:border-box;background:", ";border-color:", ";height:", ";display:flex;justify-content:space-between;align-items:center;padding:1.5rem;:not(:last-child),:not(:first-child){box-shadow:inset 0px -1px 0px 0px rgb(202,206,216);}:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow:none;}"], function (_ref) {
36041
+ function _templateObject2$j() {
36042
+ var data = _taggedTemplateLiteral(["\n display: flex;\n justify-content: space-evenly;\n align-items: center;\n"]);
36043
+
36044
+ _templateObject2$j = function _templateObject2() {
36045
+ return data;
36046
+ };
36047
+
36048
+ return data;
36049
+ }
36050
+
36051
+ function _templateObject$z() {
36052
+ var data = _taggedTemplateLiteral(["\n box-sizing: border-box;\n background: ", ";\n border-color: ", ";\n height: ", ";\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 1.5rem;\n :not(:last-child),\n :not(:first-child) {\n box-shadow: inset 0px -1px 0px 0px rgb(202, 206, 216);\n }\n :first-child {\n border-top-left-radius: 3px;\n border-top-right-radius: 3px;\n }\n :last-child {\n border-bottom-left-radius: 3px;\n border-bottom-right-radius: 3px;\n box-shadow: none;\n }\n"]);
36053
+
36054
+ _templateObject$z = function _templateObject() {
36055
+ return data;
36056
+ };
36057
+
36058
+ return data;
36059
+ }
36060
+ var EditableListItem = styled__default.div(_templateObject$z(), function (_ref) {
35317
36061
  var disabled = _ref.disabled;
35318
36062
  return disabled ? "rgba(246, 246, 249, 0.7)" : WHITE;
35319
36063
  }, GHOST_GREY, function (_ref2) {
35320
36064
  var listItemSize = _ref2.listItemSize;
35321
36065
  return listItemSize === "big" ? "120px" : "72px";
35322
36066
  });
35323
- var EditableListItemControls = styled__default.div.withConfig({
35324
- displayName: "EditableListstyled__EditableListItemControls",
35325
- componentId: "sc-10ehkz7-1"
35326
- })(["display:flex;justify-content:space-evenly;align-items:center;"]);
36067
+ var EditableListItemControls = styled__default.div(_templateObject2$j());
35327
36068
 
35328
36069
  var ACTIVE$1 = "ACTIVE";
35329
36070
  var EXPIRED$1 = "EXPIRED";
@@ -35379,9 +36120,9 @@ var EditableList = function EditableList(_ref) {
35379
36120
 
35380
36121
  var expiredItem = (_item$expirationStatu = item === null || item === void 0 ? void 0 : item.expirationStatus) !== null && _item$expirationStatu !== void 0 ? _item$expirationStatu : ACTIVE$1;
35381
36122
  return /*#__PURE__*/React__default.createElement(EditableListItem, {
35382
- listItemSize: !!item.id && autoPayMethods !== null && autoPayMethods !== void 0 && autoPayMethods.some(function (methodID) {
36123
+ listItemSize: !!item.id && (autoPayMethods === null || autoPayMethods === void 0 ? void 0 : autoPayMethods.some(function (methodID) {
35383
36124
  return methodID === item.id;
35384
- }) ? "big" : listItemSize,
36125
+ })) ? "big" : listItemSize,
35385
36126
  key: item.id || item,
35386
36127
  disabled: expiredItem === EXPIRED$1
35387
36128
  }, /*#__PURE__*/React__default.createElement(Text$1, {
@@ -35433,17 +36174,100 @@ var EditableList = function EditableList(_ref) {
35433
36174
  }))));
35434
36175
  };
35435
36176
 
35436
- var EditableTableContainer = styled__default.div.withConfig({
35437
- displayName: "EditableTablestyled__EditableTableContainer",
35438
- componentId: "sc-fd3i2a-0"
35439
- })(["display:", ";flex-direction:column;flex:1;"], function (_ref) {
36177
+ function _templateObject9$2() {
36178
+ var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n flex: 1;\n width: 100%;\n"]);
36179
+
36180
+ _templateObject9$2 = function _templateObject9() {
36181
+ return data;
36182
+ };
36183
+
36184
+ return data;
36185
+ }
36186
+
36187
+ function _templateObject8$2() {
36188
+ var data = _taggedTemplateLiteral(["\n display: flex;\n ", ";\n ", ";\n ", ";\n font-size: ", ";\n color: ", ";\n"]);
36189
+
36190
+ _templateObject8$2 = function _templateObject8() {
36191
+ return data;
36192
+ };
36193
+
36194
+ return data;
36195
+ }
36196
+
36197
+ function _templateObject7$3() {
36198
+ var data = _taggedTemplateLiteral(["\n display: flex;\n ", ";\n ", ";\n ", ";\n font-size: ", ";\n color: ", ";\n"]);
36199
+
36200
+ _templateObject7$3 = function _templateObject7() {
36201
+ return data;
36202
+ };
36203
+
36204
+ return data;
36205
+ }
36206
+
36207
+ function _templateObject6$4() {
36208
+ var data = _taggedTemplateLiteral(["\n display: flex;\n align-self: center;\n justify-content: flex-end;\n ", ";\n flex: 1;\n"]);
36209
+
36210
+ _templateObject6$4 = function _templateObject6() {
36211
+ return data;
36212
+ };
36213
+
36214
+ return data;
36215
+ }
36216
+
36217
+ function _templateObject5$4() {
36218
+ var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n flex: 1;\n width: 100%;\n border-bottom: 1px solid ", ";\n"]);
36219
+
36220
+ _templateObject5$4 = function _templateObject5() {
36221
+ return data;
36222
+ };
36223
+
36224
+ return data;
36225
+ }
36226
+
36227
+ function _templateObject4$6() {
36228
+ var data = _taggedTemplateLiteral(["\n color: ", ";\n align-items: center;\n font-size: 1rem;\n padding-right: 1rem;\n cursor: pointer;\n display: ", ";\n"]);
36229
+
36230
+ _templateObject4$6 = function _templateObject4() {
36231
+ return data;
36232
+ };
36233
+
36234
+ return data;
36235
+ }
36236
+
36237
+ function _templateObject3$b() {
36238
+ var data = _taggedTemplateLiteral(["\n display: flex;\n justify-content: space-evenly;\n align-items: center;\n"]);
36239
+
36240
+ _templateObject3$b = function _templateObject3() {
36241
+ return data;
36242
+ };
36243
+
36244
+ return data;
36245
+ }
36246
+
36247
+ function _templateObject2$k() {
36248
+ var data = _taggedTemplateLiteral(["\n width: 100%;\n display: flex;\n ", ";\n align-items: ", ";\n flex-direction: ", ";\n flex: 1;\n ", ";\n"]);
36249
+
36250
+ _templateObject2$k = function _templateObject2() {
36251
+ return data;
36252
+ };
36253
+
36254
+ return data;
36255
+ }
36256
+
36257
+ function _templateObject$A() {
36258
+ var data = _taggedTemplateLiteral(["\n display: ", ";\n flex-direction: column;\n flex: 1;\n"]);
36259
+
36260
+ _templateObject$A = function _templateObject() {
36261
+ return data;
36262
+ };
36263
+
36264
+ return data;
36265
+ }
36266
+ var EditableTableContainer = styled__default.div(_templateObject$A(), function (_ref) {
35440
36267
  var hide = _ref.hide;
35441
36268
  return hide ? "none" : "flex";
35442
36269
  });
35443
- var EditableTableListItem = styled__default.div.withConfig({
35444
- displayName: "EditableTablestyled__EditableTableListItem",
35445
- componentId: "sc-fd3i2a-1"
35446
- })(["width:100%;display:flex;", ";align-items:", ";flex-direction:", ";flex:1;", ";"], function (_ref2) {
36270
+ var EditableTableListItem = styled__default.div(_templateObject2$k(), function (_ref2) {
35447
36271
  var isMobile = _ref2.isMobile;
35448
36272
  return isMobile && "justify-content: center";
35449
36273
  }, function (_ref3) {
@@ -35456,32 +36280,17 @@ var EditableTableListItem = styled__default.div.withConfig({
35456
36280
  var isMobile = _ref5.isMobile;
35457
36281
  return isMobile ? "padding: 1rem 0.5rem" : "padding: 0 0.5rem";
35458
36282
  });
35459
- var EditableListItemControls$1 = styled__default.div.withConfig({
35460
- displayName: "EditableTablestyled__EditableListItemControls",
35461
- componentId: "sc-fd3i2a-2"
35462
- })(["display:flex;justify-content:space-evenly;align-items:center;"]);
35463
- var EditableListAction = styled__default.div.withConfig({
35464
- displayName: "EditableTablestyled__EditableListAction",
35465
- componentId: "sc-fd3i2a-3"
35466
- })(["color:", ";align-items:center;font-size:1rem;padding-right:1rem;cursor:pointer;display:", ";"], MATISSE_BLUE, function (_ref6) {
36283
+ var EditableListItemControls$1 = styled__default.div(_templateObject3$b());
36284
+ var EditableListAction = styled__default.div(_templateObject4$6(), MATISSE_BLUE, function (_ref6) {
35467
36285
  var hide = _ref6.hide;
35468
36286
  return hide ? "none" : "flex";
35469
36287
  });
35470
- var ItemWrapper = styled__default.div.withConfig({
35471
- displayName: "EditableTablestyled__ItemWrapper",
35472
- componentId: "sc-fd3i2a-4"
35473
- })(["display:flex;flex-direction:row;flex:1;width:100%;border-bottom:1px solid ", ";"], GHOST_GREY);
35474
- var ActionWrapper = styled__default.div.withConfig({
35475
- displayName: "EditableTablestyled__ActionWrapper",
35476
- componentId: "sc-fd3i2a-5"
35477
- })(["display:flex;align-self:center;justify-content:flex-end;", ";flex:1;"], function (_ref7) {
36288
+ var ItemWrapper = styled__default.div(_templateObject5$4(), GHOST_GREY);
36289
+ var ActionWrapper = styled__default.div(_templateObject6$4(), function (_ref7) {
35478
36290
  var isMobile = _ref7.isMobile;
35479
36291
  return isMobile && "display: none";
35480
36292
  });
35481
- var TableItemKey = styled__default.div.withConfig({
35482
- displayName: "EditableTablestyled__TableItemKey",
35483
- componentId: "sc-fd3i2a-6"
35484
- })(["display:flex;", ";", ";", ";font-size:", ";color:", ";"], function (_ref8) {
36293
+ var TableItemKey = styled__default.div(_templateObject7$3(), function (_ref8) {
35485
36294
  var isMobile = _ref8.isMobile;
35486
36295
  return !isMobile && "flex: 1";
35487
36296
  }, function (_ref9) {
@@ -35494,10 +36303,7 @@ var TableItemKey = styled__default.div.withConfig({
35494
36303
  var isMobile = _ref11.isMobile;
35495
36304
  return isMobile ? "1rem" : "1.125rem";
35496
36305
  }, STORM_GREY);
35497
- var TableItemValue = styled__default.div.withConfig({
35498
- displayName: "EditableTablestyled__TableItemValue",
35499
- componentId: "sc-fd3i2a-7"
35500
- })(["display:flex;", ";", ";", ";font-size:", ";color:", ";"], function (_ref12) {
36306
+ var TableItemValue = styled__default.div(_templateObject8$2(), function (_ref12) {
35501
36307
  var isMobile = _ref12.isMobile;
35502
36308
  return !isMobile && "flex: 1";
35503
36309
  }, function (_ref13) {
@@ -35510,10 +36316,7 @@ var TableItemValue = styled__default.div.withConfig({
35510
36316
  var isMobile = _ref15.isMobile;
35511
36317
  return isMobile ? "1.125rem" : "1.0625rem";
35512
36318
  }, BRIGHT_GREY);
35513
- var TableWrapper = styled__default.div.withConfig({
35514
- displayName: "EditableTablestyled__TableWrapper",
35515
- componentId: "sc-fd3i2a-8"
35516
- })(["display:flex;flex-direction:row;flex:1;width:100%;"]);
36319
+ var TableWrapper = styled__default.div(_templateObject9$2());
35517
36320
 
35518
36321
  var EditableTable = function EditableTable(_ref) {
35519
36322
  var title = _ref.title,
@@ -38669,7 +39472,7 @@ Styling accomplished with our atoms / layout primitives
38669
39472
 
38670
39473
  Cancel button will (for now) always use hideModal as its action
38671
39474
  Continue button takes an action, if you want to navigate to
38672
- a different route (as with a link) connect() and use "push" from @thecb/connected-react-router
39475
+ a different route (as with a link) connect() and use "push" from connected-react-router
38673
39476
  */
38674
39477
 
38675
39478
  var getApplicationNode = function getApplicationNode() {
@@ -38956,6 +39759,15 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
38956
39759
 
38957
39760
  var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$y, "profile");
38958
39761
 
39762
+ function _templateObject$B() {
39763
+ var data = _taggedTemplateLiteral(["\n position: fixed;\n top: 72px;\n"]);
39764
+
39765
+ _templateObject$B = function _templateObject() {
39766
+ return data;
39767
+ };
39768
+
39769
+ return data;
39770
+ }
38959
39771
  var menu = posed.div({
38960
39772
  invisible: {
38961
39773
  left: "-100vw",
@@ -38986,10 +39798,7 @@ var menu = posed.div({
38986
39798
  }
38987
39799
  }
38988
39800
  });
38989
- var ImposterMenu = styled__default(menu).withConfig({
38990
- displayName: "NavMenuMobile__ImposterMenu",
38991
- componentId: "sc-1pf0qp7-0"
38992
- })(["position:fixed;top:72px;"]);
39801
+ var ImposterMenu = styled__default(menu)(_templateObject$B());
38993
39802
 
38994
39803
  var NavMenuMobile = function NavMenuMobile(_ref) {
38995
39804
  var id = _ref.id,
@@ -39722,9 +40531,6 @@ var fallbackValues$A = {
39722
40531
  labeledAmountTotal: labeledAmountTotal
39723
40532
  };
39724
40533
 
39725
- var _excluded$w = ["amount"],
39726
- _excluded2$1 = ["amount"];
39727
-
39728
40534
  var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
39729
40535
  var lineItemElems = _ref.lineItemElems,
39730
40536
  feeElems = _ref.feeElems,
@@ -39813,7 +40619,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
39813
40619
  return fee.amount > 0;
39814
40620
  }).map(function (_ref5) {
39815
40621
  var amount = _ref5.amount,
39816
- rest = _objectWithoutProperties(_ref5, _excluded$w);
40622
+ rest = _objectWithoutProperties(_ref5, ["amount"]);
39817
40623
 
39818
40624
  return _objectSpread2(_objectSpread2({}, rest), {}, {
39819
40625
  amount: displayCurrency(amount)
@@ -39822,7 +40628,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
39822
40628
 
39823
40629
  var lineItems = _lineItems.map(function (_ref6) {
39824
40630
  var amount = _ref6.amount,
39825
- rest = _objectWithoutProperties(_ref6, _excluded2$1);
40631
+ rest = _objectWithoutProperties(_ref6, ["amount"]);
39826
40632
 
39827
40633
  return _objectSpread2(_objectSpread2({}, rest), {}, {
39828
40634
  amount: displayCurrency(amount)
@@ -40311,7 +41117,7 @@ var formConfig$8 = {
40311
41117
  constraints: [onlyIntegers(), hasLength(0, 16)]
40312
41118
  },
40313
41119
  expirationDate: {
40314
- validators: [required(), hasLength(4, 4), dateAfterToday("MMYY", "month", true)],
41120
+ validators: [required(), hasLength(4, 4), dateAfterToday("MM/YY", "month", true)],
40315
41121
  constraints: [onlyIntegers(), hasLength(0, 4)]
40316
41122
  },
40317
41123
  cvv: {
@@ -40367,7 +41173,7 @@ var PhoneForm = function PhoneForm(_ref) {
40367
41173
  field: fields.phone,
40368
41174
  fieldActions: actions.fields.phone,
40369
41175
  showErrors: showErrors,
40370
- formatter: createFormat(phoneFormats, formatDelimiter),
41176
+ formatter: src_2(phoneFormats, formatDelimiter),
40371
41177
  onKeyUp: function onKeyUp(e) {
40372
41178
  return e.key === "Enter" && handleSubmit(e);
40373
41179
  },
@@ -40409,6 +41215,15 @@ var fallbackValues$C = {
40409
41215
  focusStyles: focusStyles
40410
41216
  };
40411
41217
 
41218
+ function _templateObject$C() {
41219
+ var data = _taggedTemplateLiteral(["\n height: ", ";\n width: ", ";\n ", "\n transition: opacity 0.3s ease;\n "]);
41220
+
41221
+ _templateObject$C = function _templateObject() {
41222
+ return data;
41223
+ };
41224
+
41225
+ return data;
41226
+ }
40412
41227
  /*
40413
41228
  Takes an array of section objects, each object should look like:
40414
41229
  {
@@ -40505,10 +41320,7 @@ var RadioSection = function RadioSection(_ref) {
40505
41320
  }
40506
41321
  };
40507
41322
  var borderStyles = "\n border-width: 0 0 1px 0;\n border-color: ".concat(themeValues.borderColor, ";\n border-style: solid;\n border-radius: 0px;\n transform-origin: 100% 0;\n\n &:last-child {\n border-width: 0;\n }\n ");
40508
- var RightIcon = styled__default.img.withConfig({
40509
- displayName: "RadioSection__RightIcon",
40510
- componentId: "sc-uema02-0"
40511
- })(["height:", ";width:", ";", " transition:opacity 0.3s ease;"], function (_ref2) {
41323
+ var RightIcon = styled__default.img(_templateObject$C(), function (_ref2) {
40512
41324
  var isMobile = _ref2.isMobile;
40513
41325
  return isMobile ? "14px" : "18px";
40514
41326
  }, function (_ref3) {
@@ -41225,10 +42037,16 @@ var fallbackValues$G = {
41225
42037
  imageBackgroundColor: imageBackgroundColor
41226
42038
  };
41227
42039
 
41228
- var WelcomeImage = styled__default.img.withConfig({
41229
- displayName: "WelcomeModule__WelcomeImage",
41230
- componentId: "sc-1d9znh4-0"
41231
- })(["width:auto;height:215px;"]);
42040
+ function _templateObject$D() {
42041
+ var data = _taggedTemplateLiteral(["\n width: auto;\n height: 215px;\n"]);
42042
+
42043
+ _templateObject$D = function _templateObject() {
42044
+ return data;
42045
+ };
42046
+
42047
+ return data;
42048
+ }
42049
+ var WelcomeImage = styled__default.img(_templateObject$D());
41232
42050
 
41233
42051
  var WelcomeModule = function WelcomeModule(_ref) {
41234
42052
  var heading = _ref.heading,