@thecb/components 5.0.0-beta.1 → 5.0.0-beta.12

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,6 +12,44 @@ 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
+
15
53
  function _typeof(obj) {
16
54
  "@babel/helpers - typeof";
17
55
 
@@ -61,40 +99,6 @@ function _extends() {
61
99
  return _extends.apply(this, arguments);
62
100
  }
63
101
 
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
-
98
102
  function _objectWithoutPropertiesLoose(source, excluded) {
99
103
  if (source == null) return {};
100
104
  var target = {};
@@ -160,18 +164,21 @@ function _arrayWithHoles(arr) {
160
164
  }
161
165
 
162
166
  function _iterableToArray(iter) {
163
- if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
167
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
164
168
  }
165
169
 
166
170
  function _iterableToArrayLimit(arr, i) {
167
- if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;
171
+ var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
172
+
173
+ if (_i == null) return;
168
174
  var _arr = [];
169
175
  var _n = true;
170
176
  var _d = false;
171
- var _e = undefined;
177
+
178
+ var _s, _e;
172
179
 
173
180
  try {
174
- for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
181
+ for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
175
182
  _arr.push(_s.value);
176
183
 
177
184
  if (i && _arr.length === i) break;
@@ -4635,6 +4642,7 @@ var fallbackValues = {
4635
4642
  fontSize: fontSize
4636
4643
  };
4637
4644
 
4645
+ var _excluded = ["variant"];
4638
4646
  /*
4639
4647
  themeContext: { name: "default", values: {JSON_THEME_VALUES_HERE} }
4640
4648
 
@@ -4735,7 +4743,7 @@ var themeComponent = function themeComponent(component, componentThemeId, fallba
4735
4743
 
4736
4744
  var _ref7$variant = _ref7.variant,
4737
4745
  variant = _ref7$variant === void 0 ? defaultVariant : _ref7$variant,
4738
- props = _objectWithoutProperties(_ref7, ["variant"]);
4746
+ props = _objectWithoutProperties(_ref7, _excluded);
4739
4747
 
4740
4748
  var themeContext = React.useContext(styled.ThemeContext);
4741
4749
  var metadata = (_themeContext$metadat = themeContext === null || themeContext === void 0 ? void 0 : themeContext.metadata) !== null && _themeContext$metadat !== void 0 ? _themeContext$metadat : {};
@@ -4977,36 +4985,10 @@ var colors = /*#__PURE__*/Object.freeze({
4977
4985
  ERROR_COLOR: ERROR_COLOR
4978
4986
  });
4979
4987
 
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) {
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) {
5010
4992
  var fontSize = _ref.fontSize;
5011
4993
  return fontSize;
5012
4994
  }, function (_ref2) {
@@ -5020,11 +5002,11 @@ var TextSpan = styled__default.span(_templateObject(), function (_ref) {
5020
5002
  return color;
5021
5003
  }, function (_ref5) {
5022
5004
  var hoverStyles = _ref5.hoverStyles;
5023
- return styled.css(_templateObject2(), hoverStyles);
5005
+ return styled.css(["", ""], hoverStyles);
5024
5006
  }, ROYAL_BLUE, function (_ref6) {
5025
5007
  var disabled = _ref6.disabled,
5026
5008
  disabledStyles = _ref6.disabledStyles;
5027
- return disabled && styled.css(_templateObject3(), disabledStyles);
5009
+ return disabled && styled.css(["", ""], disabledStyles);
5028
5010
  }, function (_ref7) {
5029
5011
  var extraStyles = _ref7.extraStyles;
5030
5012
  return extraStyles;
@@ -5032,10 +5014,6 @@ var TextSpan = styled__default.span(_templateObject(), function (_ref) {
5032
5014
 
5033
5015
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
5034
5016
 
5035
- function unwrapExports (x) {
5036
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5037
- }
5038
-
5039
5017
  function createCommonjsModule(fn, module) {
5040
5018
  return module = { exports: {} }, fn(module, module.exports), module.exports;
5041
5019
  }
@@ -6147,6 +6125,8 @@ var general = /*#__PURE__*/Object.freeze({
6147
6125
  checkDeniedCards: checkDeniedCards
6148
6126
  });
6149
6127
 
6128
+ var _excluded$1 = ["themeValues", "weight", "color", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children"];
6129
+
6150
6130
  var Text = function Text(_ref) {
6151
6131
  var themeValues = _ref.themeValues,
6152
6132
  _ref$weight = _ref.weight,
@@ -6161,7 +6141,7 @@ var Text = function Text(_ref) {
6161
6141
  as = _ref.as,
6162
6142
  dataQa = _ref.dataQa,
6163
6143
  children = _ref.children,
6164
- rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children"]);
6144
+ rest = _objectWithoutProperties(_ref, _excluded$1);
6165
6145
 
6166
6146
  return /*#__PURE__*/React__default.createElement(TextSpan, _extends({
6167
6147
  fontSize: themeValues.fontSize,
@@ -6179,75 +6159,7 @@ var Text = function Text(_ref) {
6179
6159
 
6180
6160
  var Text$1 = themeComponent(Text, "Text", fallbackValues, "p");
6181
6161
 
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
- }
6162
+ var _excluded$2 = ["activeStyles", "hoverStyles", "disabledStyles", "extraStyles", "borderSize", "borderColor", "borderWidthOverride", "borderRadius", "textAlign", "boxShadow", "minHeight", "minWidth", "maxWidth", "padding", "hiddenStyles", "ariaControls", "ariaLabel"];
6251
6163
  /*
6252
6164
  The child span selector on hover styles targets the text inside of buttons when a button is hovered,
6253
6165
  as long as the box wrapper has an "as" prop equal to "button"
@@ -6276,13 +6188,16 @@ var BoxWrapper = styled__default(function (_ref) {
6276
6188
  hiddenStyles = _ref.hiddenStyles,
6277
6189
  ariaControls = _ref.ariaControls,
6278
6190
  ariaLabel = _ref.ariaLabel,
6279
- props = _objectWithoutProperties(_ref, ["activeStyles", "hoverStyles", "disabledStyles", "extraStyles", "borderSize", "borderColor", "borderWidthOverride", "borderRadius", "textAlign", "boxShadow", "minHeight", "minWidth", "maxWidth", "padding", "hiddenStyles", "ariaControls", "ariaLabel"]);
6191
+ props = _objectWithoutProperties(_ref, _excluded$2);
6280
6192
 
6281
6193
  return /*#__PURE__*/React__default.createElement("div", _extends({
6282
6194
  "aria-controls": ariaControls,
6283
6195
  "aria-label": ariaLabel
6284
6196
  }, props));
6285
- })(_templateObject$1(), function (_ref2) {
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) {
6286
6201
  var padding = _ref2.padding;
6287
6202
  return padding;
6288
6203
  }, function (_ref3) {
@@ -6326,30 +6241,31 @@ var BoxWrapper = styled__default(function (_ref) {
6326
6241
  }, function (_ref15) {
6327
6242
  var hoverStyles = _ref15.hoverStyles,
6328
6243
  as = _ref15.as;
6329
- return styled.css(_templateObject2$1(), hoverStyles, as === "button" ? "> * > span {\n ".concat(hoverStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6244
+ return styled.css(["", " ", ""], hoverStyles, as === "button" ? "> * > span {\n ".concat(hoverStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6330
6245
  }, function (_ref16) {
6331
6246
  var as = _ref16.as;
6332
- return styled.css(_templateObject3$1(), ROYAL_BLUE, as === "button" && "\n > * > span {\n border: none;\n outline: none;\n box-shadow: none;\n }");
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 }");
6333
6248
  }, function (_ref17) {
6334
6249
  var activeStyles = _ref17.activeStyles,
6335
6250
  as = _ref17.as;
6336
- return styled.css(_templateObject4(), activeStyles, as === "button" ? " > * > span {\n ".concat(activeStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6251
+ return styled.css(["", " ", ""], activeStyles, as === "button" ? " > * > span {\n ".concat(activeStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6337
6252
  }, function (_ref18) {
6338
6253
  var disabledStyles = _ref18.disabledStyles,
6339
6254
  as = _ref18.as;
6340
- return styled.css(_templateObject5(), disabledStyles, as === "button" ? " > * > span {\n ".concat(disabledStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6255
+ return styled.css(["", " ", ""], disabledStyles, as === "button" ? " > * > span {\n ".concat(disabledStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6341
6256
  }, function (_ref19) {
6342
6257
  var color = _ref19.color;
6343
6258
  return color;
6344
6259
  }, function (_ref20) {
6345
6260
  var hiddenStyles = _ref20.hiddenStyles;
6346
- return hiddenStyles && styled.css(_templateObject6());
6261
+ return hiddenStyles && styled.css(["display:none;"]);
6347
6262
  }, function (_ref21) {
6348
6263
  var extraStyles = _ref21.extraStyles;
6349
- return styled.css(_templateObject7(), extraStyles);
6264
+ return styled.css(["", ""], extraStyles);
6350
6265
  });
6351
6266
  /* eslint-enable no-unused-vars */
6352
6267
 
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"];
6353
6269
  /*
6354
6270
  Box component to create generic boxes
6355
6271
  Supply padding, border, background, and color values
@@ -6391,7 +6307,7 @@ var Box = function Box(_ref) {
6391
6307
  extraStyles = _ref.extraStyles,
6392
6308
  dataQa = _ref.dataQa,
6393
6309
  children = _ref.children,
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"]);
6310
+ rest = _objectWithoutProperties(_ref, _excluded$3);
6395
6311
 
6396
6312
  return /*#__PURE__*/React__default.createElement(BoxWrapper, _extends({
6397
6313
  padding: padding,
@@ -6427,16 +6343,10 @@ var Box = function Box(_ref) {
6427
6343
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6428
6344
  };
6429
6345
 
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) {
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) {
6440
6350
  var maxWidth = _ref.maxWidth;
6441
6351
  return maxWidth;
6442
6352
  }, function (_ref2) {
@@ -6450,6 +6360,7 @@ var CenterWrapper = styled__default.div(_templateObject$2(), function (_ref) {
6450
6360
  return intrinsic ? "\n display: flex;\n flex-direction: column;\n align-items: center;\n " : "";
6451
6361
  });
6452
6362
 
6363
+ var _excluded$4 = ["maxWidth", "gutters", "intrinsic", "children"];
6453
6364
  /*
6454
6365
  Component to horizontally center itself (with auto right and left margins)
6455
6366
  Use intrinsic prop if you want its children that are narrower than the max-width
@@ -6462,7 +6373,7 @@ var Center = function Center(_ref) {
6462
6373
  _ref$intrinsic = _ref.intrinsic,
6463
6374
  intrinsic = _ref$intrinsic === void 0 ? false : _ref$intrinsic,
6464
6375
  children = _ref.children,
6465
- rest = _objectWithoutProperties(_ref, ["maxWidth", "gutters", "intrinsic", "children"]);
6376
+ rest = _objectWithoutProperties(_ref, _excluded$4);
6466
6377
 
6467
6378
  return /*#__PURE__*/React__default.createElement(CenterWrapper, _extends({
6468
6379
  maxWidth: maxWidth,
@@ -6471,33 +6382,18 @@ var Center = function Center(_ref) {
6471
6382
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6472
6383
  };
6473
6384
 
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
- }
6385
+ var _excluded$5 = ["overflow"];
6493
6386
  /* eslint-disable no-unused-vars */
6494
6387
 
6495
6388
  var ClusterWrapper = styled__default(function (_ref) {
6496
6389
  var overflow = _ref.overflow,
6497
- props = _objectWithoutProperties(_ref, ["overflow"]);
6390
+ props = _objectWithoutProperties(_ref, _excluded$5);
6498
6391
 
6499
6392
  return /*#__PURE__*/React__default.createElement("div", props);
6500
- })(_templateObject$3(), function (_ref2) {
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) {
6501
6397
  var overflow = _ref2.overflow;
6502
6398
  return overflow ? "visible" : "hidden";
6503
6399
  }, function (_ref3) {
@@ -6513,7 +6409,10 @@ var ClusterWrapper = styled__default(function (_ref) {
6513
6409
  var extraStyles = _ref6.extraStyles;
6514
6410
  return extraStyles;
6515
6411
  });
6516
- var ClusterInnerWrapper = styled__default.div(_templateObject2$2(), function (_ref7) {
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) {
6517
6416
  var nowrap = _ref7.nowrap;
6518
6417
  return nowrap ? "nowrap" : "wrap";
6519
6418
  }, function (_ref8) {
@@ -6536,6 +6435,7 @@ var ClusterInnerWrapper = styled__default.div(_templateObject2$2(), function (_r
6536
6435
  return childGap;
6537
6436
  });
6538
6437
 
6438
+ var _excluded$6 = ["justify", "align", "childGap", "minHeight", "minWidth", "nowrap", "overflow", "justifySelf", "alignSelf", "flexGrow", "extraStyles", "children"];
6539
6439
  /*
6540
6440
  Cluster components suit any groups of elements that differ in
6541
6441
  length and are liable to wrap. Buttons that appear together at the
@@ -6559,7 +6459,7 @@ var Cluster = function Cluster(_ref) {
6559
6459
  flexGrow = _ref.flexGrow,
6560
6460
  extraStyles = _ref.extraStyles,
6561
6461
  children = _ref.children,
6562
- rest = _objectWithoutProperties(_ref, ["justify", "align", "childGap", "minHeight", "minWidth", "nowrap", "overflow", "justifySelf", "alignSelf", "flexGrow", "extraStyles", "children"]);
6462
+ rest = _objectWithoutProperties(_ref, _excluded$6);
6563
6463
 
6564
6464
  return /*#__PURE__*/React__default.createElement(ClusterWrapper, _extends({
6565
6465
  overflow: overflow
@@ -6578,16 +6478,10 @@ var Cluster = function Cluster(_ref) {
6578
6478
  }, safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
6579
6479
  };
6580
6480
 
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) {
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) {
6591
6485
  var columnGap = _ref.columnGap;
6592
6486
  return columnGap;
6593
6487
  }, function (_ref2) {
@@ -6606,6 +6500,8 @@ var GridWrapper = styled__default.div(_templateObject$4(), function (_ref) {
6606
6500
  return maxColWidth;
6607
6501
  });
6608
6502
 
6503
+ var _excluded$7 = ["columnGap", "minColWidth", "maxColWidth", "children"];
6504
+
6609
6505
  var Grid = function Grid(_ref) {
6610
6506
  var columnGap = _ref.columnGap,
6611
6507
  _ref$minColWidth = _ref.minColWidth,
@@ -6613,7 +6509,7 @@ var Grid = function Grid(_ref) {
6613
6509
  _ref$maxColWidth = _ref.maxColWidth,
6614
6510
  maxColWidth = _ref$maxColWidth === void 0 ? "1fr" : _ref$maxColWidth,
6615
6511
  children = _ref.children,
6616
- rest = _objectWithoutProperties(_ref, ["columnGap", "minColWidth", "maxColWidth", "children"]);
6512
+ rest = _objectWithoutProperties(_ref, _excluded$7);
6617
6513
 
6618
6514
  var ref = React.useRef();
6619
6515
 
@@ -6641,26 +6537,11 @@ var Grid = function Grid(_ref) {
6641
6537
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6642
6538
  };
6643
6539
 
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) {
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) {
6664
6545
  var fullHeight = _ref.fullHeight;
6665
6546
  return fullHeight ? "height: 100%;" : "";
6666
6547
  });
@@ -6671,10 +6552,13 @@ function (_ref2) {
6671
6552
  contentMinWidth = _ref2.contentMinWidth,
6672
6553
  minHeight = _ref2.minHeight,
6673
6554
  fullHeight = _ref2.fullHeight,
6674
- props = _objectWithoutProperties(_ref2, ["onRight", "childGap", "contentMinWidth", "minHeight", "fullHeight"]);
6555
+ props = _objectWithoutProperties(_ref2, _excluded$8);
6675
6556
 
6676
6557
  return /*#__PURE__*/React__default.createElement("div", props);
6677
- })(_templateObject2$3(), function (_ref3) {
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) {
6678
6562
  var childGap = _ref3.childGap;
6679
6563
  return childGap;
6680
6564
  }, function (_ref4) {
@@ -6696,6 +6580,7 @@ function (_ref2) {
6696
6580
  return fullHeight ? "min-height: 100%;" : "";
6697
6581
  });
6698
6582
 
6583
+ var _excluded$9 = ["childGap", "width", "sidebarOnRight", "contentMinWidth", "fullHeight", "minHeight", "children"];
6699
6584
  /*
6700
6585
  Component to assist in creating layouts with some element and a sidebar next to it
6701
6586
  Sidebar takes a width value, this is the ideal target with, and what the sidebar
@@ -6721,7 +6606,7 @@ var Sidebar = function Sidebar(_ref) {
6721
6606
  fullHeight = _ref$fullHeight === void 0 ? false : _ref$fullHeight,
6722
6607
  minHeight = _ref.minHeight,
6723
6608
  children = _ref.children,
6724
- rest = _objectWithoutProperties(_ref, ["childGap", "width", "sidebarOnRight", "contentMinWidth", "fullHeight", "minHeight", "children"]);
6609
+ rest = _objectWithoutProperties(_ref, _excluded$9);
6725
6610
 
6726
6611
  return /*#__PURE__*/React__default.createElement(SidebarWrapper, _extends({
6727
6612
  fullHeight: fullHeight,
@@ -6736,16 +6621,10 @@ var Sidebar = function Sidebar(_ref) {
6736
6621
  }, safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
6737
6622
  };
6738
6623
 
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) {
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) {
6749
6628
  var direction = _ref.direction;
6750
6629
  return direction;
6751
6630
  }, function (_ref2) {
@@ -6764,6 +6643,7 @@ var StackWrapper = styled__default.div(_templateObject$6(), function (_ref) {
6764
6643
  return bottomItem ? "\n > :nth-child(".concat(bottomItem, ") {\n ").concat(direction === "row" ? "margin-left: auto;" : "margin-top: auto;", "\n }\n ") : "";
6765
6644
  });
6766
6645
 
6646
+ var _excluded$a = ["childGap", "bottomItem", "fullHeight", "children", "direction", "justify"];
6767
6647
  /*
6768
6648
  Component to impose margin-top between a list of child elements
6769
6649
  Useful for things like sidebars and button lists
@@ -6784,7 +6664,7 @@ var Stack = function Stack(_ref) {
6784
6664
  _ref$direction = _ref.direction,
6785
6665
  direction = _ref$direction === void 0 ? "column" : _ref$direction,
6786
6666
  justify = _ref.justify,
6787
- rest = _objectWithoutProperties(_ref, ["childGap", "bottomItem", "fullHeight", "children", "direction", "justify"]);
6667
+ rest = _objectWithoutProperties(_ref, _excluded$a);
6788
6668
 
6789
6669
  return /*#__PURE__*/React__default.createElement(StackWrapper, _extends({
6790
6670
  childGap: childGap,
@@ -6795,16 +6675,10 @@ var Stack = function Stack(_ref) {
6795
6675
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6796
6676
  };
6797
6677
 
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) {
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) {
6808
6682
  var minHeight = _ref.minHeight;
6809
6683
  return minHeight;
6810
6684
  }, function (_ref2) {
@@ -6827,6 +6701,7 @@ var CoverOuterContainer = styled__default.div(_templateObject$7(), function (_re
6827
6701
  return centerOverride ? "> :nth-child(2) {margin-top: 0; margin-bottom: auto;}" : "> :nth-child(2) {margin-top: auto; margin-bottom: auto;}";
6828
6702
  });
6829
6703
 
6704
+ var _excluded$b = ["minHeight", "childGap", "padding", "fillCenter", "singleChild", "centerOverride", "children"];
6830
6705
  /*
6831
6706
  The Cover component is used when you want to have one center element
6832
6707
  and an optional top/header element and/or an optional bottom/footer element.
@@ -6856,7 +6731,7 @@ var Cover = function Cover(_ref) {
6856
6731
  singleChild = _ref.singleChild,
6857
6732
  centerOverride = _ref.centerOverride,
6858
6733
  children = _ref.children,
6859
- rest = _objectWithoutProperties(_ref, ["minHeight", "childGap", "padding", "fillCenter", "singleChild", "centerOverride", "children"]);
6734
+ rest = _objectWithoutProperties(_ref, _excluded$b);
6860
6735
 
6861
6736
  return /*#__PURE__*/React__default.createElement(CoverOuterContainer, _extends({
6862
6737
  minHeight: minHeight,
@@ -6867,21 +6742,16 @@ var Cover = function Cover(_ref) {
6867
6742
  }, 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));
6868
6743
  };
6869
6744
 
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) {
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) {
6880
6749
  var numerator = _ref.numerator,
6881
6750
  denominator = _ref.denominator;
6882
6751
  return "calc((".concat(numerator, " / ").concat(denominator, ") * 100%)");
6883
6752
  });
6884
6753
 
6754
+ var _excluded$c = ["numerator", "denominator", "children"];
6885
6755
  /*
6886
6756
  The Frame component is used for cropping content to a specific aspect ratio.
6887
6757
  The aspect ratio is supplied by the numerator and denominator props.
@@ -6901,7 +6771,7 @@ var Frame = function Frame(_ref) {
6901
6771
  _ref$denominator = _ref.denominator,
6902
6772
  denominator = _ref$denominator === void 0 ? 1 : _ref$denominator,
6903
6773
  children = _ref.children,
6904
- rest = _objectWithoutProperties(_ref, ["numerator", "denominator", "children"]);
6774
+ rest = _objectWithoutProperties(_ref, _excluded$c);
6905
6775
 
6906
6776
  return /*#__PURE__*/React__default.createElement(FrameOuterContainer, _extends({
6907
6777
  numerator: numerator,
@@ -6909,37 +6779,14 @@ var Frame = function Frame(_ref) {
6909
6779
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
6910
6780
  };
6911
6781
 
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) {
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) {
6943
6790
  var padding = _ref.padding;
6944
6791
  return padding;
6945
6792
  }, function (_ref2) {
@@ -6968,9 +6815,10 @@ var SwitcherInnerContainer = styled__default.div(_templateObject2$4(), function
6968
6815
  return maxChildren ? "> :nth-last-child(".concat(maxChildren + 1, "), > :nth-last-child(").concat(maxChildren + 1, ") ~ * {\n flex-basis: 100%;\n }") : "";
6969
6816
  }, function (_ref9) {
6970
6817
  var extraStyles = _ref9.extraStyles;
6971
- return styled.css(_templateObject3$2(), extraStyles);
6818
+ return styled.css(["", ""], extraStyles);
6972
6819
  });
6973
6820
 
6821
+ var _excluded$d = ["breakpoint", "childGap", "largeChild", "largeChildSize", "maxChildren", "maxChildrenOnly", "padding", "children", "extraStyles", "constrainMobile"];
6974
6822
  /*
6975
6823
  The Switcher is a component that is used to toggle between wide and narrow
6976
6824
  layouts based on the size of the surrounding container. In the wide layout,
@@ -7019,7 +6867,7 @@ var Switcher = function Switcher(_ref) {
7019
6867
  extraStyles = _ref.extraStyles,
7020
6868
  _ref$constrainMobile = _ref.constrainMobile,
7021
6869
  constrainMobile = _ref$constrainMobile === void 0 ? false : _ref$constrainMobile,
7022
- rest = _objectWithoutProperties(_ref, ["breakpoint", "childGap", "largeChild", "largeChildSize", "maxChildren", "maxChildrenOnly", "padding", "children", "extraStyles", "constrainMobile"]);
6870
+ rest = _objectWithoutProperties(_ref, _excluded$d);
7023
6871
 
7024
6872
  return /*#__PURE__*/React__default.createElement(SwitcherOuterContainer, null, /*#__PURE__*/React__default.createElement(SwitcherInnerContainer, _extends({
7025
6873
  breakpoint: breakpoint,
@@ -7034,16 +6882,10 @@ var Switcher = function Switcher(_ref) {
7034
6882
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
7035
6883
  };
7036
6884
 
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) {
6885
+ var ImposterWrapper = styled__default.div.withConfig({
6886
+ displayName: "Imposterstyled__ImposterWrapper",
6887
+ componentId: "sc-1q0gj35-0"
6888
+ })(["position:", ";top:", ";left:", ";display:", ";", " ", " ", ";"], function (_ref) {
7047
6889
  var fixed = _ref.fixed;
7048
6890
  return fixed ? "fixed" : "absolute";
7049
6891
  }, function (_ref2) {
@@ -7068,6 +6910,7 @@ var ImposterWrapper = styled__default.div(_templateObject$a(), function (_ref) {
7068
6910
  return extraStyles;
7069
6911
  });
7070
6912
 
6913
+ var _excluded$e = ["fixed", "verticalMargin", "horizontalMargin", "breakout", "top", "left", "centered", "visible", "children"];
7071
6914
  /*
7072
6915
  The imposter is used to position content over a parent node.
7073
6916
  Great for tooltips, modals, dialogs, etc.
@@ -7106,7 +6949,7 @@ var Imposter = function Imposter(_ref) {
7106
6949
  _ref$visible = _ref.visible,
7107
6950
  visible = _ref$visible === void 0 ? true : _ref$visible,
7108
6951
  children = _ref.children,
7109
- rest = _objectWithoutProperties(_ref, ["fixed", "verticalMargin", "horizontalMargin", "breakout", "top", "left", "centered", "visible", "children"]);
6952
+ rest = _objectWithoutProperties(_ref, _excluded$e);
7110
6953
 
7111
6954
  return /*#__PURE__*/React__default.createElement(ImposterWrapper, _extends({
7112
6955
  fixed: fixed,
@@ -12182,16 +12025,10 @@ if (typeof window !== "undefined") {
12182
12025
  }
12183
12026
  }
12184
12027
 
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) {
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) {
12195
12032
  var position = _ref.position;
12196
12033
  return position;
12197
12034
  }, function (_ref2) {
@@ -12256,6 +12093,7 @@ var MotionWrapper = styled__default(motion.div)(_templateObject$b(), function (_
12256
12093
  return extraStyles;
12257
12094
  });
12258
12095
 
12096
+ var _excluded$f = ["position", "padding", "children"];
12259
12097
  /*
12260
12098
  Catch-all component for creating animations with Framer Motion library
12261
12099
  Wraps the framer motion "motion.div" with styled components and allows for passing
@@ -12297,7 +12135,7 @@ var Motion = function Motion(_ref) {
12297
12135
  _ref$padding = _ref.padding,
12298
12136
  padding = _ref$padding === void 0 ? "0" : _ref$padding,
12299
12137
  children = _ref.children,
12300
- rest = _objectWithoutProperties(_ref, ["position", "padding", "children"]);
12138
+ rest = _objectWithoutProperties(_ref, _excluded$f);
12301
12139
 
12302
12140
  return /*#__PURE__*/React__default.createElement(MotionWrapper, _extends({
12303
12141
  position: position,
@@ -12305,16 +12143,10 @@ var Motion = function Motion(_ref) {
12305
12143
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
12306
12144
  };
12307
12145
 
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) {
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) {
12318
12150
  var disableScroll = _ref.disableScroll;
12319
12151
  return disableScroll ? "hidden" : "auto";
12320
12152
  }, function (_ref2) {
@@ -12334,6 +12166,8 @@ var ReelStyled = styled__default.div(_templateObject$c(), function (_ref) {
12334
12166
  return childWidth;
12335
12167
  });
12336
12168
 
12169
+ var _excluded$g = ["childGap", "height", "childWidth", "padding", "justifyContent", "disableScroll", "children"];
12170
+
12337
12171
  var Reel = function Reel(_ref) {
12338
12172
  var _ref$childGap = _ref.childGap,
12339
12173
  childGap = _ref$childGap === void 0 ? "1rem" : _ref$childGap,
@@ -12348,7 +12182,7 @@ var Reel = function Reel(_ref) {
12348
12182
  _ref$disableScroll = _ref.disableScroll,
12349
12183
  disableScroll = _ref$disableScroll === void 0 ? false : _ref$disableScroll,
12350
12184
  children = _ref.children,
12351
- rest = _objectWithoutProperties(_ref, ["childGap", "height", "childWidth", "padding", "justifyContent", "disableScroll", "children"]);
12185
+ rest = _objectWithoutProperties(_ref, _excluded$g);
12352
12186
 
12353
12187
  return /*#__PURE__*/React__default.createElement(ReelStyled, _extends({
12354
12188
  childGap: childGap,
@@ -12563,25 +12397,6 @@ var fallbackValues$1 = {
12563
12397
  activeColor: activeColor
12564
12398
  };
12565
12399
 
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
- }
12585
12400
  var rotate = posed.div({
12586
12401
  fixed: {
12587
12402
  rotate: "0deg"
@@ -12597,8 +12412,14 @@ var rotate = posed.div({
12597
12412
  }
12598
12413
  }
12599
12414
  });
12600
- var SpinnerContainer = styled__default.div(_templateObject$d());
12601
- var SpinnerIconWrapper = styled__default(rotate)(_templateObject2$5(), function (_ref) {
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) {
12602
12423
  var isMobile = _ref.isMobile;
12603
12424
  return isMobile ? "18" : "21";
12604
12425
  }, function (_ref2) {
@@ -12641,25 +12462,7 @@ var SpinnerIcon = function SpinnerIcon(_ref3) {
12641
12462
  }))))));
12642
12463
  };
12643
12464
 
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
- }
12465
+ var _excluded$h = ["action", "variant", "text", "isLoading", "dataQa", "textExtraStyles", "contentOverride", "extraStyles", "tabIndex", "children"];
12663
12466
  var rotate$1 = posed.div({
12664
12467
  fixed: {
12665
12468
  rotate: "0deg"
@@ -12675,8 +12478,14 @@ var rotate$1 = posed.div({
12675
12478
  }
12676
12479
  }
12677
12480
  });
12678
- var SpinnerContainer$1 = styled__default.div(_templateObject$e());
12679
- var SpinnerIconWrapper$1 = styled__default(rotate$1)(_templateObject2$6());
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
+ })([""]);
12680
12489
 
12681
12490
  var Spinner = function Spinner(_ref) {
12682
12491
  var isMobile = _ref.isMobile;
@@ -12721,7 +12530,7 @@ var ButtonWithAction = function ButtonWithAction(_ref2) {
12721
12530
  extraStyles = _ref2$extraStyles === void 0 ? "" : _ref2$extraStyles,
12722
12531
  tabIndex = _ref2.tabIndex,
12723
12532
  children = _ref2.children,
12724
- rest = _objectWithoutProperties(_ref2, ["action", "variant", "text", "isLoading", "dataQa", "textExtraStyles", "contentOverride", "extraStyles", "tabIndex", "children"]);
12533
+ rest = _objectWithoutProperties(_ref2, _excluded$h);
12725
12534
 
12726
12535
  var themeContext = React.useContext(styled.ThemeContext);
12727
12536
  var themeValues = createThemeValues(themeContext, fallbackValues$1, "Button", variant);
@@ -13697,27 +13506,14 @@ var GenericCard = function GenericCard() {
13697
13506
  })))));
13698
13507
  };
13699
13508
 
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);
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);
13721
13517
  var CHECKING = "CHECKING";
13722
13518
  var SAVINGS = "SAVINGS";
13723
13519
 
@@ -15995,16 +15791,10 @@ var Alert = function Alert(_ref) {
15995
15791
 
15996
15792
  var Alert$1 = themeComponent(Alert, "Alert", fallbackValues$4, "info");
15997
15793
 
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) {
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) {
16008
15798
  var fontSize = _ref.fontSize;
16009
15799
  return fontSize;
16010
15800
  }, function (_ref2) {
@@ -16044,6 +15834,8 @@ var fallbackValues$5 = {
16044
15834
  fontSize: fontSize$1
16045
15835
  };
16046
15836
 
15837
+ var _excluded$i = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
15838
+
16047
15839
  var Heading = function Heading(_ref) {
16048
15840
  var themeValues = _ref.themeValues,
16049
15841
  _ref$weight = _ref.weight,
@@ -16062,7 +15854,7 @@ var Heading = function Heading(_ref) {
16062
15854
  as = _ref$as === void 0 ? variant : _ref$as,
16063
15855
  dataQa = _ref.dataQa,
16064
15856
  children = _ref.children,
16065
- rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"]);
15857
+ rest = _objectWithoutProperties(_ref, _excluded$i);
16066
15858
 
16067
15859
  return /*#__PURE__*/React__default.createElement(HeadingText, _extends({
16068
15860
  variant: variant,
@@ -16142,10 +15934,19 @@ function _assertThisInitialized(self) {
16142
15934
  return self;
16143
15935
  }
16144
15936
 
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
+
16145
15946
  function _inheritsLoose(subClass, superClass) {
16146
15947
  subClass.prototype = Object.create(superClass.prototype);
16147
15948
  subClass.prototype.constructor = subClass;
16148
- subClass.__proto__ = superClass;
15949
+ _setPrototypeOf(subClass, superClass);
16149
15950
  }
16150
15951
 
16151
15952
  function _getPrototypeOf(o) {
@@ -16155,15 +15956,6 @@ function _getPrototypeOf(o) {
16155
15956
  return _getPrototypeOf(o);
16156
15957
  }
16157
15958
 
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
-
16167
15959
  function _isNativeFunction(fn) {
16168
15960
  return Function.toString.call(fn).indexOf("[native code]") !== -1;
16169
15961
  }
@@ -16174,7 +15966,7 @@ function _isNativeReflectConstruct() {
16174
15966
  if (typeof Proxy === "function") return true;
16175
15967
 
16176
15968
  try {
16177
- Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
15969
+ Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
16178
15970
  return true;
16179
15971
  } catch (e) {
16180
15972
  return false;
@@ -16314,7 +16106,9 @@ var ERRORS = {
16314
16106
  "73": "Please provide a valid CSS variable.\n\n",
16315
16107
  "74": "CSS variable not found and no default was provided.\n\n",
16316
16108
  "75": "important requires a valid style object, got a %s instead.\n\n",
16317
- "76": "fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.\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"
16318
16112
  };
16319
16113
  /**
16320
16114
  * super basic version of sprintf
@@ -16656,7 +16450,7 @@ function parseToRgb(color) {
16656
16450
  };
16657
16451
  }
16658
16452
 
16659
- var rgbaMatched = rgbaRegex.exec(normalizedColor);
16453
+ var rgbaMatched = rgbaRegex.exec(normalizedColor.substring(0, 50));
16660
16454
 
16661
16455
  if (rgbaMatched) {
16662
16456
  return {
@@ -16687,7 +16481,7 @@ function parseToRgb(color) {
16687
16481
  };
16688
16482
  }
16689
16483
 
16690
- var hslaMatched = hslaRegex.exec(normalizedColor);
16484
+ var hslaMatched = hslaRegex.exec(normalizedColor.substring(0, 50));
16691
16485
 
16692
16486
  if (hslaMatched) {
16693
16487
  var _hue = parseInt("" + hslaMatched[1], 10);
@@ -16933,11 +16727,13 @@ var fallbackValues$7 = {
16933
16727
  linkColor: linkColor
16934
16728
  };
16935
16729
 
16730
+ var _excluded$j = ["variant", "themeValues", "children"];
16731
+
16936
16732
  var BoxWithShadow = function BoxWithShadow(_ref) {
16937
16733
  var variant = _ref.variant,
16938
16734
  themeValues = _ref.themeValues,
16939
16735
  children = _ref.children,
16940
- props = _objectWithoutProperties(_ref, ["variant", "themeValues", "children"]);
16736
+ props = _objectWithoutProperties(_ref, _excluded$j);
16941
16737
 
16942
16738
  var shadowRegistry = {
16943
16739
  baseStandard: "0px 3px 7px 2px ".concat(rgba$1(BLACK, 0.1), ", 0px 1px 2px 1px ").concat(rgba$1(BLACK, 0.1), ";"),
@@ -16995,15 +16791,7 @@ var fallbackValues$9 = {
16995
16791
  externalLinkColor: externalLinkColor
16996
16792
  };
16997
16793
 
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
- }
16794
+ var _excluded$k = ["hoverColor", "activeColor", "extrastyles"];
17007
16795
  /*
17008
16796
  The extracting of props and the disabling of the eslint rule is to stop React from complaining about
17009
16797
  unrecognized DOM attributes.
@@ -17015,10 +16803,13 @@ var StyledExternalLink = styled__default(function (_ref) {
17015
16803
  var hoverColor = _ref.hoverColor,
17016
16804
  activeColor = _ref.activeColor,
17017
16805
  extrastyles = _ref.extrastyles,
17018
- props = _objectWithoutProperties(_ref, ["hoverColor", "activeColor", "extrastyles"]);
16806
+ props = _objectWithoutProperties(_ref, _excluded$k);
17019
16807
 
17020
16808
  return /*#__PURE__*/React__default.createElement("a", props);
17021
- })(_templateObject$h(), function (_ref2) {
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) {
17022
16813
  var size = _ref2.size;
17023
16814
  return size;
17024
16815
  }, function (_ref3) {
@@ -17081,15 +16872,7 @@ var ExternalLink = function ExternalLink(_ref) {
17081
16872
  }, safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
17082
16873
  };
17083
16874
 
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
- }
16875
+ var _excluded$l = ["hoverColor", "activeColor", "active", "color", "extrastyles"];
17093
16876
  /*
17094
16877
  The extracting of props and the disabling of the eslint rule is to stop React from complaining about
17095
16878
  unrecognized DOM attributes.
@@ -17103,10 +16886,13 @@ var StyledInternalLink = styled__default(function (_ref) {
17103
16886
  active = _ref.active,
17104
16887
  color = _ref.color,
17105
16888
  extrastyles = _ref.extrastyles,
17106
- props = _objectWithoutProperties(_ref, ["hoverColor", "activeColor", "active", "color", "extrastyles"]);
16889
+ props = _objectWithoutProperties(_ref, _excluded$l);
17107
16890
 
17108
16891
  return /*#__PURE__*/React__default.createElement(reactRouterDom.Link, props);
17109
- })(_templateObject$i(), function (_ref2) {
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) {
17110
16896
  var color = _ref2.color,
17111
16897
  active = _ref2.active,
17112
16898
  activeColor = _ref2.activeColor;
@@ -18781,6 +18567,8 @@ _curry2(function test(pattern, str) {
18781
18567
 
18782
18568
  var URL_TEST = /(([a-z]{3,6}:\/\/)|(^|\s))([a-zA-Z0-9\-]+\.)+[a-z]{2,13}[\.\?\=\&\%\/\w\-]*\b([^@]|$)/;
18783
18569
 
18570
+ var _excluded$m = ["url", "disabled", "fileLink", "extraStyles", "linkExtraStyles", "newTab"];
18571
+
18784
18572
  var ButtonWithLink = function ButtonWithLink(_ref) {
18785
18573
  var _ref$url = _ref.url,
18786
18574
  url = _ref$url === void 0 ? "/" : _ref$url,
@@ -18792,7 +18580,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
18792
18580
  linkExtraStyles = _ref.linkExtraStyles,
18793
18581
  _ref$newTab = _ref.newTab,
18794
18582
  newTab = _ref$newTab === void 0 ? false : _ref$newTab,
18795
- otherProps = _objectWithoutProperties(_ref, ["url", "disabled", "fileLink", "extraStyles", "linkExtraStyles", "newTab"]);
18583
+ otherProps = _objectWithoutProperties(_ref, _excluded$m);
18796
18584
 
18797
18585
  var ButtonWithLinkWrapper = function ButtonWithLinkWrapper(_ref2) {
18798
18586
  var children = _ref2.children,
@@ -18848,16 +18636,10 @@ var fallbackValues$a = {
18848
18636
  fontSize: fontSize$4
18849
18637
  };
18850
18638
 
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) {
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) {
18861
18643
  var fontSize = _ref.fontSize;
18862
18644
  return fontSize;
18863
18645
  }, function (_ref2) {
@@ -18877,6 +18659,8 @@ var ParagraphText = styled__default.p(_templateObject$j(), function (_ref) {
18877
18659
  return extraStyles;
18878
18660
  });
18879
18661
 
18662
+ var _excluded$n = ["themeValues", "weight", "color", "margin", "extraStyles", "dataQa", "children", "as"];
18663
+
18880
18664
  var Paragraph = function Paragraph(_ref) {
18881
18665
  var themeValues = _ref.themeValues,
18882
18666
  _ref$weight = _ref.weight,
@@ -18890,7 +18674,7 @@ var Paragraph = function Paragraph(_ref) {
18890
18674
  dataQa = _ref.dataQa,
18891
18675
  children = _ref.children,
18892
18676
  as = _ref.as,
18893
- rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "margin", "extraStyles", "dataQa", "children", "as"]);
18677
+ rest = _objectWithoutProperties(_ref, _excluded$n);
18894
18678
 
18895
18679
  return /*#__PURE__*/React__default.createElement(ParagraphText, _extends({
18896
18680
  weight: weight,
@@ -19153,127 +18937,33 @@ var fallbackValues$c = {
19153
18937
  disabledCheckedStyles: disabledCheckedStyles
19154
18938
  };
19155
18939
 
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) {
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) {
19268
18952
  var disabled = _ref.disabled,
19269
18953
  disabledCheckColor = _ref.disabledCheckColor,
19270
18954
  checkColor = _ref.checkColor;
19271
- return disabled ? styled.css(_templateObject4$1(), disabledCheckColor) : styled.css(_templateObject5$1(), checkColor);
18955
+ return disabled ? styled.css(["", ""], disabledCheckColor) : styled.css(["", ""], checkColor);
19272
18956
  });
19273
18957
  var HiddenCheckbox = styled__default.input.attrs({
19274
18958
  type: "checkbox"
19275
- })(_templateObject6$1());
19276
- var StyledCheckbox = styled__default.div(_templateObject7$1(), CheckboxIcon, function (_ref2) {
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) {
19277
18967
  var checked = _ref2.checked;
19278
18968
  return checked ? "visible" : "hidden";
19279
18969
  }, function (_ref3) {
@@ -19287,7 +18977,7 @@ var StyledCheckbox = styled__default.div(_templateObject7$1(), CheckboxIcon, fun
19287
18977
  errorStyles = _ref3.errorStyles,
19288
18978
  disabledStyles = _ref3.disabledStyles,
19289
18979
  disabledCheckedStyles = _ref3.disabledCheckedStyles;
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);
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);
19291
18981
  });
19292
18982
 
19293
18983
  var Checkbox = function Checkbox(_ref4) {
@@ -19412,38 +19102,25 @@ to the one generated by name-that-color.
19412
19102
  var PEWTER_GREY$1 = "#DFE1E4";
19413
19103
  var MARINER_BLUE$1 = "#2E75D2";
19414
19104
 
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
- }
19434
19105
  var defaultTheme = {
19435
19106
  theme: {
19436
19107
  accentColor: MARINER_BLUE$1,
19437
19108
  inactiveColor: PEWTER_GREY$1
19438
19109
  }
19439
19110
  };
19440
- var RadioButtonBorder = styled__default.div(_templateObject$l(), function (_ref) {
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) {
19441
19115
  var isSelected = _ref.isSelected,
19442
19116
  theme = _ref.theme;
19443
19117
  return isSelected ? theme.accentColor : theme.inactiveColor;
19444
19118
  });
19445
19119
  RadioButtonBorder.defaultProps = defaultTheme;
19446
- var RadioButtonCenter = styled__default.div(_templateObject2$9(), function (_ref2) {
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) {
19447
19124
  var theme = _ref2.theme;
19448
19125
  return theme.accentColor;
19449
19126
  });
@@ -19459,38 +19136,18 @@ var RadioButton = function RadioButton(_ref3) {
19459
19136
  }, isSelected && /*#__PURE__*/React__default.createElement(RadioButtonCenter, null));
19460
19137
  };
19461
19138
 
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());
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;}"]);
19494
19151
 
19495
19152
  var CheckboxListItem = function CheckboxListItem(_ref) {
19496
19153
  var text = _ref.text,
@@ -19633,57 +19290,27 @@ var fallbackValues$e = {
19633
19290
  hoverColor: hoverColor$3
19634
19291
  };
19635
19292
 
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) {
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) {
19676
19297
  var open = _ref.open;
19677
19298
  return open ? "transform: rotate(-180deg)" : "";
19678
19299
  });
19679
- var DropdownContentWrapper = styled__default.div(_templateObject2$b(), GREY_CHATEAU, WHITE, function (_ref2) {
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) {
19680
19304
  var widthFitOptions = _ref2.widthFitOptions;
19681
19305
  return widthFitOptions ? "fit-content" : "100%";
19682
19306
  }, function (_ref3) {
19683
19307
  var maxHeight = _ref3.maxHeight;
19684
19308
  return maxHeight || "400px";
19685
19309
  });
19686
- var DropdownItemWrapper = styled__default.div(_templateObject3$5(), function (_ref4) {
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) {
19687
19314
  var selected = _ref4.selected,
19688
19315
  themeValues = _ref4.themeValues;
19689
19316
  return selected ? themeValues.selectedColor : WHITE;
@@ -19701,7 +19328,10 @@ var DropdownItemWrapper = styled__default.div(_templateObject3$5(), function (_r
19701
19328
  themeValues = _ref7.themeValues;
19702
19329
  return selected ? themeValues.selectedColor : disabled ? WHITE : themeValues.hoverColor;
19703
19330
  });
19704
- var SearchInput = styled__default.input(_templateObject4$2(), function (_ref8) {
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) {
19705
19335
  var themeValues = _ref8.themeValues;
19706
19336
  return themeValues.hoverColor && themeValues.hoverColor;
19707
19337
  });
@@ -19921,37 +19551,14 @@ var Dropdown = function Dropdown(_ref9) {
19921
19551
 
19922
19552
  var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$e);
19923
19553
 
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) {
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) {
19955
19562
  var field = _ref.field,
19956
19563
  showErrors = _ref.showErrors;
19957
19564
  return field.dirty && field.hasErrors || field.hasErrors && showErrors ? ERROR_COLOR : GHOST_GREY;
@@ -19962,7 +19569,10 @@ var SelectField = styled__default.select(_templateObject2$c(), function (_ref) {
19962
19569
  var themeValues = _ref3.themeValues;
19963
19570
  return themeValues.color && themeValues.color;
19964
19571
  }, MATISSE_BLUE);
19965
- var SelectOption = styled__default.option(_templateObject3$6());
19572
+ var SelectOption = styled__default.option.withConfig({
19573
+ displayName: "FormSelectstyled__SelectOption",
19574
+ componentId: "sc-hkrqrv-2"
19575
+ })([""]);
19966
19576
 
19967
19577
  var linkColor$1 = {
19968
19578
  "default": "".concat(MATISSE_BLUE),
@@ -20866,16 +20476,10 @@ var CountryDropdown = function CountryDropdown(_ref) {
20866
20476
  });
20867
20477
  };
20868
20478
 
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) {
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) {
20879
20483
  var fontSize = _ref.fontSize;
20880
20484
  return fontSize;
20881
20485
  }, function (_ref2) {
@@ -20926,6 +20530,7 @@ var mobileFallbackValues = {
20926
20530
  };
20927
20531
  var MOBILE_BREAKPOINT = 768;
20928
20532
 
20533
+ var _excluded$o = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
20929
20534
  /*
20930
20535
  New responsive text component for Detail elements
20931
20536
  (Block level text elements which are smaller than "Title" elements)
@@ -20975,7 +20580,7 @@ var Detail = function Detail(_ref) {
20975
20580
  as = _ref$as === void 0 ? "p" : _ref$as,
20976
20581
  dataQa = _ref.dataQa,
20977
20582
  children = _ref.children,
20978
- rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"]);
20583
+ rest = _objectWithoutProperties(_ref, _excluded$o);
20979
20584
 
20980
20585
  return /*#__PURE__*/React__default.createElement(DetailText, _extends({
20981
20586
  variant: variant,
@@ -21066,303 +20671,283 @@ var DisplayCard = function DisplayCard(_ref) {
21066
20671
  }) : /*#__PURE__*/React__default.createElement(React.Fragment, null))))));
21067
20672
  };
21068
20673
 
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;
21074
-
21075
- function _extends() {
21076
- _extends = Object.assign || function (target) {
21077
- for (var i = 1; i < arguments.length; i++) {
21078
- var source = arguments[i];
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];
21079
20678
 
21080
- for (var key in source) {
21081
- if (Object.prototype.hasOwnProperty.call(source, key)) {
21082
- target[key] = source[key];
21083
- }
20679
+ for (var key in source) {
20680
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
20681
+ target[key] = source[key];
21084
20682
  }
21085
20683
  }
20684
+ }
21086
20685
 
21087
- return target;
21088
- };
21089
-
21090
- return _extends.apply(this, arguments);
21091
- }
20686
+ return target;
20687
+ };
21092
20688
 
21093
- function _objectWithoutPropertiesLoose(source, excluded) {
21094
- if (source == null) return {};
21095
- var target = {};
21096
- var sourceKeys = Object.keys(source);
21097
- var key, i;
20689
+ return _extends$2.apply(this, arguments);
20690
+ }
21098
20691
 
21099
- for (i = 0; i < sourceKeys.length; i++) {
21100
- key = sourceKeys[i];
21101
- if (excluded.indexOf(key) >= 0) continue;
21102
- target[key] = source[key];
21103
- }
20692
+ function _objectWithoutPropertiesLoose$1(source, excluded) {
20693
+ if (source == null) return {};
20694
+ var target = {};
20695
+ var sourceKeys = Object.keys(source);
20696
+ var key, i;
21104
20697
 
21105
- return target;
20698
+ for (i = 0; i < sourceKeys.length; i++) {
20699
+ key = sourceKeys[i];
20700
+ if (excluded.indexOf(key) >= 0) continue;
20701
+ target[key] = source[key];
21106
20702
  }
21107
20703
 
21108
- function _objectWithoutProperties(source, excluded) {
21109
- if (source == null) return {};
20704
+ return target;
20705
+ }
21110
20706
 
21111
- var target = _objectWithoutPropertiesLoose(source, excluded);
20707
+ function _objectWithoutProperties$1(source, excluded) {
20708
+ if (source == null) return {};
21112
20709
 
21113
- var key, i;
20710
+ var target = _objectWithoutPropertiesLoose$1(source, excluded);
21114
20711
 
21115
- if (Object.getOwnPropertySymbols) {
21116
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
20712
+ var key, i;
21117
20713
 
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
- }
20714
+ if (Object.getOwnPropertySymbols) {
20715
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
21125
20716
 
21126
- return target;
20717
+ for (i = 0; i < sourceSymbolKeys.length; i++) {
20718
+ key = sourceSymbolKeys[i];
20719
+ if (excluded.indexOf(key) >= 0) continue;
20720
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
20721
+ target[key] = source[key];
20722
+ }
21127
20723
  }
21128
20724
 
21129
- function _slicedToArray(arr, i) {
21130
- return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest();
21131
- }
20725
+ return target;
20726
+ }
21132
20727
 
21133
- function _toConsumableArray(arr) {
21134
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();
21135
- }
20728
+ function _slicedToArray$1(arr, i) {
20729
+ return _arrayWithHoles$1(arr) || _iterableToArrayLimit$1(arr, i) || _nonIterableRest$1();
20730
+ }
21136
20731
 
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];
20732
+ function _toConsumableArray$1(arr) {
20733
+ return _arrayWithoutHoles$1(arr) || _iterableToArray$1(arr) || _nonIterableSpread$1();
20734
+ }
21140
20735
 
21141
- return arr2;
21142
- }
21143
- }
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];
21144
20739
 
21145
- function _arrayWithHoles(arr) {
21146
- if (Array.isArray(arr)) return arr;
20740
+ return arr2;
21147
20741
  }
20742
+ }
21148
20743
 
21149
- function _iterableToArray(iter) {
21150
- if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
20744
+ function _arrayWithHoles$1(arr) {
20745
+ if (Array.isArray(arr)) return arr;
20746
+ }
20747
+
20748
+ function _iterableToArray$1(iter) {
20749
+ if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
20750
+ }
20751
+
20752
+ function _iterableToArrayLimit$1(arr, i) {
20753
+ if (!(Symbol.iterator in Object(arr) || Object.prototype.toString.call(arr) === "[object Arguments]")) {
20754
+ return;
21151
20755
  }
21152
20756
 
21153
- function _iterableToArrayLimit(arr, i) {
21154
- if (!(Symbol.iterator in Object(arr) || Object.prototype.toString.call(arr) === "[object Arguments]")) {
21155
- return;
21156
- }
20757
+ var _arr = [];
20758
+ var _n = true;
20759
+ var _d = false;
20760
+ var _e = undefined;
21157
20761
 
21158
- var _arr = [];
21159
- var _n = true;
21160
- var _d = false;
21161
- var _e = undefined;
20762
+ try {
20763
+ for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
20764
+ _arr.push(_s.value);
21162
20765
 
20766
+ if (i && _arr.length === i) break;
20767
+ }
20768
+ } catch (err) {
20769
+ _d = true;
20770
+ _e = err;
20771
+ } finally {
21163
20772
  try {
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;
20773
+ if (!_n && _i["return"] != null) _i["return"]();
21172
20774
  } finally {
21173
- try {
21174
- if (!_n && _i["return"] != null) _i["return"]();
21175
- } finally {
21176
- if (_d) throw _e;
21177
- }
20775
+ if (_d) throw _e;
21178
20776
  }
21179
-
21180
- return _arr;
21181
20777
  }
21182
20778
 
21183
- function _nonIterableSpread() {
21184
- throw new TypeError("Invalid attempt to spread non-iterable instance");
21185
- }
20779
+ return _arr;
20780
+ }
21186
20781
 
21187
- function _nonIterableRest() {
21188
- throw new TypeError("Invalid attempt to destructure non-iterable instance");
21189
- }
20782
+ function _nonIterableSpread$1() {
20783
+ throw new TypeError("Invalid attempt to spread non-iterable instance");
20784
+ }
21190
20785
 
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];
20786
+ function _nonIterableRest$1() {
20787
+ throw new TypeError("Invalid attempt to destructure non-iterable instance");
20788
+ }
21197
20789
 
21198
- if (!usedFormat) {
21199
- return value;
21200
- }
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];
21201
20796
 
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
- };
20797
+ if (!usedFormat) {
20798
+ return value;
20799
+ }
21210
20800
 
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;
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] || "");
21217
20805
  });
21218
- return count;
20806
+ return zipped.join("");
21219
20807
  };
20808
+ };
21220
20809
 
21221
- var unformat = function unformat(formatter) {
21222
- return function (formattedValue, formatIndex) {
21223
- if (formatIndex >= formatter.formats.length) {
21224
- return formattedValue;
21225
- }
21226
-
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;
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
+ };
21240
20819
 
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
- }
21250
- };
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;
20820
+ var unformat = function unformat(formatter) {
20821
+ return function (formattedValue, formatIndex) {
20822
+ if (formatIndex >= formatter.formats.length) {
20823
+ return formattedValue;
21263
20824
  }
21264
- };
21265
20825
 
21266
- var createFormat = function createFormat(formats, formatChar) {
21267
- return {
21268
- uniqueDelimiters: getUniqueFormatDelimiters(formats, formatChar),
21269
- formats: formats,
21270
- formatChar: formatChar
21271
- };
20826
+ var format = formatter.formats[formatIndex];
20827
+ return formattedValue.split("").filter(function (_, i) {
20828
+ return !(format[i] != formatter.formatChar);
20829
+ }).join("");
21272
20830
  };
20831
+ };
20832
+ var inject = function inject(baseString) {
20833
+ return function (start, end, newString) {
20834
+ return baseString.substring(0, start) + newString + baseString.substring(end);
20835
+ };
20836
+ };
20837
+ var formattedToUnformattedIndex = function formattedToUnformattedIndex(formattedIndex, rawValue, formatter) {
20838
+ var maxFormatExceeded = rawValue.length >= formatter.formats.length;
21273
20839
 
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"]);
21279
-
21280
- var inputEl = React.useRef(null);
21281
-
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];
21292
-
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
21323
-
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
21327
-
21328
- var unformattedOldValue = unformat(formatter)(state.formattedValue, state.rawValue.length); // Edit the previous unformatted value (either add, update or delete)
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)
21329
20854
 
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
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
+ };
21335
20864
 
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
- }
21349
- }
21350
- }));
20865
+ var createFormat = function createFormat(formats, formatChar) {
20866
+ return {
20867
+ uniqueDelimiters: getUniqueFormatDelimiters(formats, formatChar),
20868
+ formats: formats,
20869
+ formatChar: formatChar
21351
20870
  };
20871
+ };
21352
20872
 
21353
- exports.FormattedInput = FormattedInput;
21354
- exports.createFormat = createFormat;
21355
- exports.format = format;
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"]);
21356
20878
 
21357
- Object.defineProperty(exports, '__esModule', { value: true });
20879
+ var inputEl = React.useRef(null);
21358
20880
 
21359
- }));
21360
- });
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];
21361
20891
 
21362
- unwrapExports(src);
21363
- var src_1 = src.FormattedInput;
21364
- var src_2 = src.createFormat;
21365
- var src_3 = src.format;
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);
20947
+ }
20948
+ }
20949
+ }));
20950
+ };
21366
20951
 
21367
20952
  var linkColor$2 = {
21368
20953
  "default": "".concat(MATISSE_BLUE),
@@ -21428,66 +21013,12 @@ var fallbackValues$i = {
21428
21013
  formFooterPanel: formFooterPanel
21429
21014
  };
21430
21015
 
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) {
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) {
21491
21022
  var field = _ref.field,
21492
21023
  showErrors = _ref.showErrors,
21493
21024
  themeValues = _ref.themeValues;
@@ -21507,19 +21038,22 @@ var InputField = styled__default.input(_templateObject$q(), function (_ref) {
21507
21038
  return background && "background: ".concat(themeValues.inputBackgroundColor, " url(").concat(background, ") no-repeat right 0.5rem center;");
21508
21039
  }, ROYAL_BLUE, function (_ref6) {
21509
21040
  var disabled = _ref6.disabled;
21510
- return disabled && styled.css(_templateObject2$d());
21041
+ return disabled && styled.css(["color:#6e727e;background-color:#f7f7f7;"]);
21511
21042
  }, function (_ref7) {
21512
21043
  var extraStyles = _ref7.extraStyles;
21513
- return styled.css(_templateObject3$7(), extraStyles);
21044
+ return styled.css(["", ""], extraStyles);
21514
21045
  }); // eslint-disable-next-line no-unused-vars
21515
21046
 
21516
21047
  var FormattedInputField = styled__default(function (_ref8) {
21517
21048
  var showErrors = _ref8.showErrors,
21518
21049
  themeValues = _ref8.themeValues,
21519
- props = _objectWithoutProperties(_ref8, ["showErrors", "themeValues"]);
21050
+ props = _objectWithoutProperties(_ref8, _excluded$p);
21520
21051
 
21521
- return /*#__PURE__*/React__default.createElement(src_1, props);
21522
- })(_templateObject4$3(), function (_ref9) {
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) {
21523
21057
  var field = _ref9.field,
21524
21058
  showErrors = _ref9.showErrors,
21525
21059
  themeValues = _ref9.themeValues;
@@ -21535,10 +21069,10 @@ var FormattedInputField = styled__default(function (_ref8) {
21535
21069
  return themeValues.color && themeValues.color;
21536
21070
  }, ROYAL_BLUE, function (_ref13) {
21537
21071
  var disabled = _ref13.disabled;
21538
- return disabled && styled.css(_templateObject5$2());
21072
+ return disabled && styled.css(["color:#6e727e;background-color:#f7f7f7;"]);
21539
21073
  }, function (_ref14) {
21540
21074
  var extraStyles = _ref14.extraStyles;
21541
- return styled.css(_templateObject6$2(), extraStyles);
21075
+ return styled.css(["", ""], extraStyles);
21542
21076
  });
21543
21077
 
21544
21078
  var FormInput = function FormInput(_ref15) {
@@ -21563,7 +21097,7 @@ var FormInput = function FormInput(_ref15) {
21563
21097
  background = _ref15.background,
21564
21098
  customHeight = _ref15.customHeight,
21565
21099
  extraStyles = _ref15.extraStyles,
21566
- props = _objectWithoutProperties(_ref15, ["type", "labelTextWhenNoError", "errorMessages", "isNum", "isEmail", "helperModal", "field", "fieldActions", "showErrors", "formatter", "decorator", "themeValues", "background", "customHeight", "extraStyles"]);
21100
+ props = _objectWithoutProperties(_ref15, _excluded2);
21567
21101
 
21568
21102
  var _useState = React.useState(false),
21569
21103
  _useState2 = _slicedToArray(_useState, 2),
@@ -21671,6 +21205,8 @@ var FormInput = function FormInput(_ref15) {
21671
21205
 
21672
21206
  var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$i, "default");
21673
21207
 
21208
+ var _excluded$q = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
21209
+
21674
21210
  var FormInputRow = function FormInputRow(_ref) {
21675
21211
  var _ref$breakpoint = _ref.breakpoint,
21676
21212
  breakpoint = _ref$breakpoint === void 0 ? "30rem" : _ref$breakpoint,
@@ -21679,7 +21215,7 @@ var FormInputRow = function FormInputRow(_ref) {
21679
21215
  largeChild = _ref.largeChild,
21680
21216
  largeChildSize = _ref.largeChildSize,
21681
21217
  children = _ref.children,
21682
- rest = _objectWithoutProperties(_ref, ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"]);
21218
+ rest = _objectWithoutProperties(_ref, _excluded$q);
21683
21219
 
21684
21220
  return /*#__PURE__*/React__default.createElement(Box, _extends({
21685
21221
  padding: "0"
@@ -21691,12 +21227,14 @@ var FormInputRow = function FormInputRow(_ref) {
21691
21227
  }, children));
21692
21228
  };
21693
21229
 
21230
+ var _excluded$r = ["childGap", "bottomItem", "children"];
21231
+
21694
21232
  var FormInputColumn = function FormInputColumn(_ref) {
21695
21233
  var _ref$childGap = _ref.childGap,
21696
21234
  childGap = _ref$childGap === void 0 ? "0.5rem" : _ref$childGap,
21697
21235
  bottomItem = _ref.bottomItem,
21698
21236
  children = _ref.children,
21699
- rest = _objectWithoutProperties(_ref, ["childGap", "bottomItem", "children"]);
21237
+ rest = _objectWithoutProperties(_ref, _excluded$r);
21700
21238
 
21701
21239
  return /*#__PURE__*/React__default.createElement(Stack, _extends({
21702
21240
  childGap: childGap,
@@ -21704,10 +21242,12 @@ var FormInputColumn = function FormInputColumn(_ref) {
21704
21242
  }, rest), children);
21705
21243
  };
21706
21244
 
21245
+ var _excluded$s = ["themeValues", "children"];
21246
+
21707
21247
  var FormContainer = function FormContainer(_ref) {
21708
21248
  var themeValues = _ref.themeValues,
21709
21249
  children = _ref.children,
21710
- rest = _objectWithoutProperties(_ref, ["themeValues", "children"]);
21250
+ rest = _objectWithoutProperties(_ref, _excluded$s);
21711
21251
 
21712
21252
  var _useContext = React.useContext(styled.ThemeContext),
21713
21253
  isMobile = _useContext.isMobile;
@@ -21809,30 +21349,17 @@ var fallbackValues$k = {
21809
21349
  autopayTextColor: autopayTextColor
21810
21350
  };
21811
21351
 
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
- }
21831
21352
  var ACTIVE = "ACTIVE";
21832
21353
  var EXPIRING_SOON = "EXPIRING_SOON";
21833
21354
  var EXPIRED = "EXPIRED";
21834
- var CreditCardWrapper = styled__default.div(_templateObject$r());
21835
- var CCIconWrapper = styled__default.div(_templateObject2$e());
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;"]);
21836
21363
 
21837
21364
  var FormattedCreditCard = function FormattedCreditCard(_ref) {
21838
21365
  var lastFour = _ref.lastFour,
@@ -21885,38 +21412,18 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
21885
21412
 
21886
21413
  var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$k);
21887
21414
 
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) {
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) {
21920
21427
  var inactiveColor = _ref.inactiveColor;
21921
21428
  return inactiveColor;
21922
21429
  }, function (_ref2) {
@@ -21947,16 +21454,10 @@ var HamburgerButton = function HamburgerButton(_ref4) {
21947
21454
  })));
21948
21455
  };
21949
21456
 
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) {
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) {
21960
21461
  var fontSize = _ref.fontSize;
21961
21462
  return fontSize;
21962
21463
  }, function (_ref2) {
@@ -22001,6 +21502,7 @@ var mobileFallbackValues$1 = {
22001
21502
  };
22002
21503
  var MOBILE_BREAKPOINT$1 = 768;
22003
21504
 
21505
+ var _excluded$t = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
22004
21506
  /*
22005
21507
  New responsive text component for Title elements
22006
21508
  Size is decoupled from tag
@@ -22047,7 +21549,7 @@ var Title = function Title(_ref) {
22047
21549
  as = _ref$as === void 0 ? "h1" : _ref$as,
22048
21550
  dataQa = _ref.dataQa,
22049
21551
  children = _ref.children,
22050
- rest = _objectWithoutProperties(_ref, ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"]);
21552
+ rest = _objectWithoutProperties(_ref, _excluded$t);
22051
21553
 
22052
21554
  return /*#__PURE__*/React__default.createElement(TitleText, _extends({
22053
21555
  variant: variant,
@@ -22212,26 +21714,10 @@ var fallbackValues$o = {
22212
21714
  color: color$8
22213
21715
  };
22214
21716
 
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) {
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) {
22235
21721
  var size = _ref.size;
22236
21722
  return size;
22237
21723
  }, function (_ref2) {
@@ -22241,7 +21727,10 @@ var SpinnerSvgAnimation = styled__default.svg(_templateObject$u(), function (_re
22241
21727
  var color = _ref3.color;
22242
21728
  return color;
22243
21729
  });
22244
- var SpinnerContainer$2 = styled__default.div(_templateObject2$g());
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;"]);
22245
21734
 
22246
21735
  var Spinner$1 = function Spinner(_ref4) {
22247
21736
  var _ref4$size = _ref4.size,
@@ -22276,6 +21765,8 @@ var Loading = function Loading() {
22276
21765
  })))));
22277
21766
  };
22278
21767
 
21768
+ var _excluded$u = ["leftContent", "rightContent", "footerMinHeight", "backgroundColor", "largeSide", "largeSideSize", "footerPadding", "isMobile", "footerWidth"];
21769
+
22279
21770
  var NavFooter = function NavFooter(_ref) {
22280
21771
  var leftContent = _ref.leftContent,
22281
21772
  rightContent = _ref.rightContent,
@@ -22290,7 +21781,7 @@ var NavFooter = function NavFooter(_ref) {
22290
21781
  footerPadding = _ref$footerPadding === void 0 ? "1.5rem 1rem" : _ref$footerPadding,
22291
21782
  isMobile = _ref.isMobile,
22292
21783
  footerWidth = _ref.footerWidth,
22293
- rest = _objectWithoutProperties(_ref, ["leftContent", "rightContent", "footerMinHeight", "backgroundColor", "largeSide", "largeSideSize", "footerPadding", "isMobile", "footerWidth"]);
21784
+ rest = _objectWithoutProperties(_ref, _excluded$u);
22294
21785
 
22295
21786
  return /*#__PURE__*/React__default.createElement(Box, _extends({
22296
21787
  padding: footerPadding,
@@ -22322,6 +21813,8 @@ var NavFooter = function NavFooter(_ref) {
22322
21813
  }, rightContent)))))));
22323
21814
  };
22324
21815
 
21816
+ var _excluded$v = ["leftContent", "rightContent", "headerHeight", "isMobile", "backgroundColor", "headerWidth"];
21817
+
22325
21818
  var NavHeader = function NavHeader(_ref) {
22326
21819
  var leftContent = _ref.leftContent,
22327
21820
  rightContent = _ref.rightContent,
@@ -22330,7 +21823,7 @@ var NavHeader = function NavHeader(_ref) {
22330
21823
  isMobile = _ref.isMobile,
22331
21824
  backgroundColor = _ref.backgroundColor,
22332
21825
  headerWidth = _ref.headerWidth,
22333
- rest = _objectWithoutProperties(_ref, ["leftContent", "rightContent", "headerHeight", "isMobile", "backgroundColor", "headerWidth"]);
21826
+ rest = _objectWithoutProperties(_ref, _excluded$v);
22334
21827
 
22335
21828
  return /*#__PURE__*/React__default.createElement(Box, _extends({
22336
21829
  padding: "0 16px 4px",
@@ -22356,167 +21849,7 @@ var NavHeader = function NavHeader(_ref) {
22356
21849
  }, rightContent))))));
22357
21850
  };
22358
21851
 
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
- }
21852
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _DEFAULT_ERROR_MESSAG;
22520
21853
 
22521
21854
  var MIN_LENGTH_ERROR = "error/HAS_LENGTH";
22522
21855
  var MAX_LENGTH_ERROR = "max_length_error";
@@ -22557,7 +21890,7 @@ with interpolation.
22557
21890
  */
22558
21891
 
22559
21892
 
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
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
22561
21894
  // Neutral - has not been validated
22562
21895
  // Invalid - has been validated and has an error
22563
21896
  // Valid - has been validated and has no error
@@ -22817,16 +22150,10 @@ var fallbackValues$r = {
22817
22150
  inactiveColor: inactiveColor
22818
22151
  };
22819
22152
 
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) {
22153
+ var HiddenRadioButton = styled__default.input.withConfig({
22154
+ displayName: "RadioButton__HiddenRadioButton",
22155
+ componentId: "sc-v6hie9-0"
22156
+ })(["opacity:0;position:absolute;cursor:", ";"], function (_ref) {
22830
22157
  var disabled = _ref.disabled;
22831
22158
  return disabled ? "auto" : "pointer";
22832
22159
  });
@@ -33604,53 +32931,20 @@ var fallbackValues$u = {
33604
32931
  leftLabelStyles: leftLabelStyles
33605
32932
  };
33606
32933
 
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) {
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) {
33647
32938
  var disabled = _ref.disabled;
33648
32939
  return disabled ? "auto" : "pointer";
33649
32940
  }, function (_ref2) {
33650
32941
  var isMobile = _ref2.isMobile;
33651
32942
  return isMobile ? "transform: scale(0.75)" : "";
33652
32943
  });
33653
- var VisibleSwitchComponent = styled__default.label(_templateObject2$i(), function (_ref3) {
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) {
33654
32948
  var disabled = _ref3.disabled;
33655
32949
  return disabled ? "auto" : "pointer";
33656
32950
  }, function (_ref4) {
@@ -33660,8 +32954,14 @@ var VisibleSwitchComponent = styled__default.label(_templateObject2$i(), functio
33660
32954
  var isMobile = _ref5.isMobile;
33661
32955
  return isMobile ? "transform: scale(0.75)" : "";
33662
32956
  });
33663
- var ToggleSwitchMiddleRingComponent = styled__default.div(_templateObject3$a());
33664
- var ToggleSwitchInnerRingComponent = styled__default.div(_templateObject4$5());
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;"]);
33665
32965
 
33666
32966
  var ToggleSwitch = function ToggleSwitch(_ref6) {
33667
32967
  var _ref6$isOn = _ref6.isOn,
@@ -33810,16 +33110,10 @@ var themeValues = {
33810
33110
  focusBorder: focusBorder
33811
33111
  };
33812
33112
 
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);
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);
33823
33117
 
33824
33118
  var TypeaheadInput = function TypeaheadInput(_ref) {
33825
33119
  var handleChange = _ref.handleChange,
@@ -33883,7 +33177,6 @@ const createValidator = (type, error) => {
33883
33177
  return validator;
33884
33178
  };
33885
33179
 
33886
- console.log("dayjs", dayjs_min);
33887
33180
  dayjs_min.extend(customParseFormat);
33888
33181
  dayjs_min.extend(isSameOrBefore);
33889
33182
  dayjs_min.extend(isSameOrAfter);
@@ -35548,11 +34841,11 @@ var zipFormats = ["", "_", "__", "___", "____", "_____", "______", "_____-__", "
35548
34841
  var creditCardFormats = ["", "_", "__", "___", "____", "____ _", "____ __", "____ ___", "____ ____", "____ ____ _", "____ ____ __", "____ ____ ___", "____ ____ ____", "____ ____ ____ _", "____ ____ ____ __", "____ ____ ____ ___", "____ ____ ____ ____"];
35549
34842
  var moneyFormats = ["", "$0.0_", "$0.__", "$_.__", "$__.__", "$___.__", "$_,___.__", "$__,___.__", "$___,___.__", "$_,___,___.__", "$__,___,___.__", "$___,___,___.__", "$_,___,___,___.__", "$__,___,___,___.__", "$___,___,___,___.__", "$_,___,___,___,___.__"];
35550
34843
  var expirationDateFormats = ["", "_", "__/", "__/_", "__/__"];
35551
- var zipFormat = src_2(zipFormats, formatDelimiter);
35552
- var creditCardFormat = src_2(creditCardFormats, formatDelimiter);
35553
- var expirationDateFormat = src_2(expirationDateFormats, formatDelimiter);
35554
- var phoneFormat = src_2(phoneFormats, formatDelimiter);
35555
- var moneyFormat = src_2(moneyFormats, formatDelimiter);
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);
35556
34849
 
35557
34850
  var formats = /*#__PURE__*/Object.freeze({
35558
34851
  __proto__: null,
@@ -36017,33 +35310,20 @@ EditNameForm.reducer = reducer$2;
36017
35310
  EditNameForm.mapStateToProps = mapStateToProps$3;
36018
35311
  EditNameForm.mapDispatchToProps = mapDispatchToProps$2;
36019
35312
 
36020
- function _templateObject2$j() {
36021
- var data = _taggedTemplateLiteral(["\n display: flex;\n justify-content: space-evenly;\n align-items: center;\n"]);
36022
-
36023
- _templateObject2$j = function _templateObject2() {
36024
- return data;
36025
- };
36026
-
36027
- return data;
36028
- }
36029
-
36030
- function _templateObject$z() {
36031
- 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"]);
36032
-
36033
- _templateObject$z = function _templateObject() {
36034
- return data;
36035
- };
36036
-
36037
- return data;
36038
- }
36039
- var EditableListItem = styled__default.div(_templateObject$z(), function (_ref) {
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) {
36040
35317
  var disabled = _ref.disabled;
36041
35318
  return disabled ? "rgba(246, 246, 249, 0.7)" : WHITE;
36042
35319
  }, GHOST_GREY, function (_ref2) {
36043
35320
  var listItemSize = _ref2.listItemSize;
36044
35321
  return listItemSize === "big" ? "120px" : "72px";
36045
35322
  });
36046
- var EditableListItemControls = styled__default.div(_templateObject2$j());
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;"]);
36047
35327
 
36048
35328
  var ACTIVE$1 = "ACTIVE";
36049
35329
  var EXPIRED$1 = "EXPIRED";
@@ -36099,9 +35379,9 @@ var EditableList = function EditableList(_ref) {
36099
35379
 
36100
35380
  var expiredItem = (_item$expirationStatu = item === null || item === void 0 ? void 0 : item.expirationStatus) !== null && _item$expirationStatu !== void 0 ? _item$expirationStatu : ACTIVE$1;
36101
35381
  return /*#__PURE__*/React__default.createElement(EditableListItem, {
36102
- listItemSize: !!item.id && (autoPayMethods === null || autoPayMethods === void 0 ? void 0 : autoPayMethods.some(function (methodID) {
35382
+ listItemSize: !!item.id && autoPayMethods !== null && autoPayMethods !== void 0 && autoPayMethods.some(function (methodID) {
36103
35383
  return methodID === item.id;
36104
- })) ? "big" : listItemSize,
35384
+ }) ? "big" : listItemSize,
36105
35385
  key: item.id || item,
36106
35386
  disabled: expiredItem === EXPIRED$1
36107
35387
  }, /*#__PURE__*/React__default.createElement(Text$1, {
@@ -36153,100 +35433,17 @@ var EditableList = function EditableList(_ref) {
36153
35433
  }))));
36154
35434
  };
36155
35435
 
36156
- function _templateObject9$2() {
36157
- var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n flex: 1;\n width: 100%;\n"]);
36158
-
36159
- _templateObject9$2 = function _templateObject9() {
36160
- return data;
36161
- };
36162
-
36163
- return data;
36164
- }
36165
-
36166
- function _templateObject8$2() {
36167
- var data = _taggedTemplateLiteral(["\n display: flex;\n ", ";\n ", ";\n ", ";\n font-size: ", ";\n color: ", ";\n"]);
36168
-
36169
- _templateObject8$2 = function _templateObject8() {
36170
- return data;
36171
- };
36172
-
36173
- return data;
36174
- }
36175
-
36176
- function _templateObject7$3() {
36177
- var data = _taggedTemplateLiteral(["\n display: flex;\n ", ";\n ", ";\n ", ";\n font-size: ", ";\n color: ", ";\n"]);
36178
-
36179
- _templateObject7$3 = function _templateObject7() {
36180
- return data;
36181
- };
36182
-
36183
- return data;
36184
- }
36185
-
36186
- function _templateObject6$4() {
36187
- var data = _taggedTemplateLiteral(["\n display: flex;\n align-self: center;\n justify-content: flex-end;\n ", ";\n flex: 1;\n"]);
36188
-
36189
- _templateObject6$4 = function _templateObject6() {
36190
- return data;
36191
- };
36192
-
36193
- return data;
36194
- }
36195
-
36196
- function _templateObject5$4() {
36197
- var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n flex: 1;\n width: 100%;\n border-bottom: 1px solid ", ";\n"]);
36198
-
36199
- _templateObject5$4 = function _templateObject5() {
36200
- return data;
36201
- };
36202
-
36203
- return data;
36204
- }
36205
-
36206
- function _templateObject4$6() {
36207
- var data = _taggedTemplateLiteral(["\n color: ", ";\n align-items: center;\n font-size: 1rem;\n padding-right: 1rem;\n cursor: pointer;\n display: ", ";\n"]);
36208
-
36209
- _templateObject4$6 = function _templateObject4() {
36210
- return data;
36211
- };
36212
-
36213
- return data;
36214
- }
36215
-
36216
- function _templateObject3$b() {
36217
- var data = _taggedTemplateLiteral(["\n display: flex;\n justify-content: space-evenly;\n align-items: center;\n"]);
36218
-
36219
- _templateObject3$b = function _templateObject3() {
36220
- return data;
36221
- };
36222
-
36223
- return data;
36224
- }
36225
-
36226
- function _templateObject2$k() {
36227
- var data = _taggedTemplateLiteral(["\n width: 100%;\n display: flex;\n ", ";\n align-items: ", ";\n flex-direction: ", ";\n flex: 1;\n ", ";\n"]);
36228
-
36229
- _templateObject2$k = function _templateObject2() {
36230
- return data;
36231
- };
36232
-
36233
- return data;
36234
- }
36235
-
36236
- function _templateObject$A() {
36237
- var data = _taggedTemplateLiteral(["\n display: ", ";\n flex-direction: column;\n flex: 1;\n"]);
36238
-
36239
- _templateObject$A = function _templateObject() {
36240
- return data;
36241
- };
36242
-
36243
- return data;
36244
- }
36245
- var EditableTableContainer = styled__default.div(_templateObject$A(), function (_ref) {
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) {
36246
35440
  var hide = _ref.hide;
36247
35441
  return hide ? "none" : "flex";
36248
35442
  });
36249
- var EditableTableListItem = styled__default.div(_templateObject2$k(), function (_ref2) {
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) {
36250
35447
  var isMobile = _ref2.isMobile;
36251
35448
  return isMobile && "justify-content: center";
36252
35449
  }, function (_ref3) {
@@ -36259,17 +35456,32 @@ var EditableTableListItem = styled__default.div(_templateObject2$k(), function (
36259
35456
  var isMobile = _ref5.isMobile;
36260
35457
  return isMobile ? "padding: 1rem 0.5rem" : "padding: 0 0.5rem";
36261
35458
  });
36262
- var EditableListItemControls$1 = styled__default.div(_templateObject3$b());
36263
- var EditableListAction = styled__default.div(_templateObject4$6(), MATISSE_BLUE, function (_ref6) {
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) {
36264
35467
  var hide = _ref6.hide;
36265
35468
  return hide ? "none" : "flex";
36266
35469
  });
36267
- var ItemWrapper = styled__default.div(_templateObject5$4(), GHOST_GREY);
36268
- var ActionWrapper = styled__default.div(_templateObject6$4(), function (_ref7) {
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) {
36269
35478
  var isMobile = _ref7.isMobile;
36270
35479
  return isMobile && "display: none";
36271
35480
  });
36272
- var TableItemKey = styled__default.div(_templateObject7$3(), function (_ref8) {
35481
+ var TableItemKey = styled__default.div.withConfig({
35482
+ displayName: "EditableTablestyled__TableItemKey",
35483
+ componentId: "sc-fd3i2a-6"
35484
+ })(["display:flex;", ";", ";", ";font-size:", ";color:", ";"], function (_ref8) {
36273
35485
  var isMobile = _ref8.isMobile;
36274
35486
  return !isMobile && "flex: 1";
36275
35487
  }, function (_ref9) {
@@ -36282,7 +35494,10 @@ var TableItemKey = styled__default.div(_templateObject7$3(), function (_ref8) {
36282
35494
  var isMobile = _ref11.isMobile;
36283
35495
  return isMobile ? "1rem" : "1.125rem";
36284
35496
  }, STORM_GREY);
36285
- var TableItemValue = styled__default.div(_templateObject8$2(), function (_ref12) {
35497
+ var TableItemValue = styled__default.div.withConfig({
35498
+ displayName: "EditableTablestyled__TableItemValue",
35499
+ componentId: "sc-fd3i2a-7"
35500
+ })(["display:flex;", ";", ";", ";font-size:", ";color:", ";"], function (_ref12) {
36286
35501
  var isMobile = _ref12.isMobile;
36287
35502
  return !isMobile && "flex: 1";
36288
35503
  }, function (_ref13) {
@@ -36295,7 +35510,10 @@ var TableItemValue = styled__default.div(_templateObject8$2(), function (_ref12)
36295
35510
  var isMobile = _ref15.isMobile;
36296
35511
  return isMobile ? "1.125rem" : "1.0625rem";
36297
35512
  }, BRIGHT_GREY);
36298
- var TableWrapper = styled__default.div(_templateObject9$2());
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%;"]);
36299
35517
 
36300
35518
  var EditableTable = function EditableTable(_ref) {
36301
35519
  var title = _ref.title,
@@ -39738,15 +38956,6 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
39738
38956
 
39739
38957
  var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$y, "profile");
39740
38958
 
39741
- function _templateObject$B() {
39742
- var data = _taggedTemplateLiteral(["\n position: fixed;\n top: 72px;\n"]);
39743
-
39744
- _templateObject$B = function _templateObject() {
39745
- return data;
39746
- };
39747
-
39748
- return data;
39749
- }
39750
38959
  var menu = posed.div({
39751
38960
  invisible: {
39752
38961
  left: "-100vw",
@@ -39777,7 +38986,10 @@ var menu = posed.div({
39777
38986
  }
39778
38987
  }
39779
38988
  });
39780
- var ImposterMenu = styled__default(menu)(_templateObject$B());
38989
+ var ImposterMenu = styled__default(menu).withConfig({
38990
+ displayName: "NavMenuMobile__ImposterMenu",
38991
+ componentId: "sc-1pf0qp7-0"
38992
+ })(["position:fixed;top:72px;"]);
39781
38993
 
39782
38994
  var NavMenuMobile = function NavMenuMobile(_ref) {
39783
38995
  var id = _ref.id,
@@ -40510,6 +39722,9 @@ var fallbackValues$A = {
40510
39722
  labeledAmountTotal: labeledAmountTotal
40511
39723
  };
40512
39724
 
39725
+ var _excluded$w = ["amount"],
39726
+ _excluded2$1 = ["amount"];
39727
+
40513
39728
  var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
40514
39729
  var lineItemElems = _ref.lineItemElems,
40515
39730
  feeElems = _ref.feeElems,
@@ -40598,7 +39813,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
40598
39813
  return fee.amount > 0;
40599
39814
  }).map(function (_ref5) {
40600
39815
  var amount = _ref5.amount,
40601
- rest = _objectWithoutProperties(_ref5, ["amount"]);
39816
+ rest = _objectWithoutProperties(_ref5, _excluded$w);
40602
39817
 
40603
39818
  return _objectSpread2(_objectSpread2({}, rest), {}, {
40604
39819
  amount: displayCurrency(amount)
@@ -40607,7 +39822,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
40607
39822
 
40608
39823
  var lineItems = _lineItems.map(function (_ref6) {
40609
39824
  var amount = _ref6.amount,
40610
- rest = _objectWithoutProperties(_ref6, ["amount"]);
39825
+ rest = _objectWithoutProperties(_ref6, _excluded2$1);
40611
39826
 
40612
39827
  return _objectSpread2(_objectSpread2({}, rest), {}, {
40613
39828
  amount: displayCurrency(amount)
@@ -41152,7 +40367,7 @@ var PhoneForm = function PhoneForm(_ref) {
41152
40367
  field: fields.phone,
41153
40368
  fieldActions: actions.fields.phone,
41154
40369
  showErrors: showErrors,
41155
- formatter: src_2(phoneFormats, formatDelimiter),
40370
+ formatter: createFormat(phoneFormats, formatDelimiter),
41156
40371
  onKeyUp: function onKeyUp(e) {
41157
40372
  return e.key === "Enter" && handleSubmit(e);
41158
40373
  },
@@ -41194,15 +40409,6 @@ var fallbackValues$C = {
41194
40409
  focusStyles: focusStyles
41195
40410
  };
41196
40411
 
41197
- function _templateObject$C() {
41198
- var data = _taggedTemplateLiteral(["\n height: ", ";\n width: ", ";\n ", "\n transition: opacity 0.3s ease;\n "]);
41199
-
41200
- _templateObject$C = function _templateObject() {
41201
- return data;
41202
- };
41203
-
41204
- return data;
41205
- }
41206
40412
  /*
41207
40413
  Takes an array of section objects, each object should look like:
41208
40414
  {
@@ -41299,7 +40505,10 @@ var RadioSection = function RadioSection(_ref) {
41299
40505
  }
41300
40506
  };
41301
40507
  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 ");
41302
- var RightIcon = styled__default.img(_templateObject$C(), function (_ref2) {
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) {
41303
40512
  var isMobile = _ref2.isMobile;
41304
40513
  return isMobile ? "14px" : "18px";
41305
40514
  }, function (_ref3) {
@@ -42016,16 +41225,10 @@ var fallbackValues$G = {
42016
41225
  imageBackgroundColor: imageBackgroundColor
42017
41226
  };
42018
41227
 
42019
- function _templateObject$D() {
42020
- var data = _taggedTemplateLiteral(["\n width: auto;\n height: 215px;\n"]);
42021
-
42022
- _templateObject$D = function _templateObject() {
42023
- return data;
42024
- };
42025
-
42026
- return data;
42027
- }
42028
- var WelcomeImage = styled__default.img(_templateObject$D());
41228
+ var WelcomeImage = styled__default.img.withConfig({
41229
+ displayName: "WelcomeModule__WelcomeImage",
41230
+ componentId: "sc-1d9znh4-0"
41231
+ })(["width:auto;height:215px;"]);
42029
41232
 
42030
41233
  var WelcomeModule = function WelcomeModule(_ref) {
42031
41234
  var heading = _ref.heading,