@thecb/components 10.5.1-beta.3 → 10.6.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +38 -379
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +18 -38
- package/dist/index.esm.js +38 -379
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/atoms/icons/WalletIconSmall.js +7 -3
- package/src/components/molecules/modal/Modal.js +217 -6
- package/src/components/molecules/modal/Modal.stories.js +13 -56
- package/src/components/molecules/registration-form/RegistrationForm.js +3 -6
- package/src/components/molecules/registration-form/RegistrationForm.state.js +3 -4
- package/src/constants/style_constants.d.ts +6 -18
- package/src/constants/style_constants.js +20 -22
- package/src/components/molecules/modal/ModalControlV1.js +0 -234
- package/src/components/molecules/modal/ModalControlV2.js +0 -203
- package/src/components/molecules/modal/__private__/ButtonLayoutWrapper.js +0 -24
- package/src/components/molecules/modal/__private__/CancelButton.js +0 -35
- package/src/components/molecules/modal/__private__/CloseButton.js +0 -34
- package/src/components/molecules/modal/__private__/ContinueButton.js +0 -44
- package/src/components/molecules/modal/__private__/index.d.ts +0 -46
- package/src/components/molecules/modal/__private__/index.js +0 -4
package/dist/index.esm.js
CHANGED
|
@@ -4900,49 +4900,27 @@ var themeUtils = /*#__PURE__*/Object.freeze({
|
|
|
4900
4900
|
|
|
4901
4901
|
/* These are constants used by nav frontend components */
|
|
4902
4902
|
|
|
4903
|
-
var BORDER_RADIUS = {
|
|
4904
|
-
MD: "4px" // Figma: Corners/Standard Corner
|
|
4905
|
-
};
|
|
4906
|
-
var BORDER_THIN = "1px";
|
|
4907
|
-
var FONT_SIZE = {
|
|
4908
|
-
XS: "0.750rem",
|
|
4909
|
-
// 12px
|
|
4910
|
-
SM: "0.875rem",
|
|
4911
|
-
// 14px
|
|
4912
|
-
MD: "1.000rem",
|
|
4913
|
-
// 16px
|
|
4914
|
-
LG: "1.125rem" // 18px
|
|
4915
|
-
};
|
|
4916
|
-
var FONT_WEIGHT_REGULAR = "400";
|
|
4917
|
-
var FONT_WEIGHT_SEMIBOLD = "600";
|
|
4918
|
-
var FONT_WEIGHT_BOLD = "700";
|
|
4919
|
-
var FOOTER_HEIGHT = "100px";
|
|
4920
4903
|
var HEADER_HEIGHT = "104px";
|
|
4921
|
-
var
|
|
4922
|
-
var JUMBO_HEIGHT = "300px";
|
|
4904
|
+
var FOOTER_HEIGHT = "100px";
|
|
4923
4905
|
var SPACER_HEIGHT = "65px";
|
|
4906
|
+
var JUMBO_HEIGHT = "300px";
|
|
4907
|
+
var COMPACT_JUMBO_HEIGHT = "65px";
|
|
4908
|
+
var FONT_WEIGHT_REGULAR = "400";
|
|
4909
|
+
var FONT_WEIGHT_BOLD = "700";
|
|
4910
|
+
var FONT_WEIGHT_SEMIBOLD = "600";
|
|
4924
4911
|
var LINK_TEXT_DECORATION = "underline solid 1px";
|
|
4925
|
-
var SPACING = {
|
|
4926
|
-
XS: "1.0rem",
|
|
4927
|
-
// Figma: Spacing/XS
|
|
4928
|
-
MD: "1.5rem" // Figma: Spacing/Normal
|
|
4929
|
-
};
|
|
4930
4912
|
|
|
4931
4913
|
var style_constants = /*#__PURE__*/Object.freeze({
|
|
4932
4914
|
__proto__: null,
|
|
4933
|
-
BORDER_RADIUS: BORDER_RADIUS,
|
|
4934
|
-
BORDER_THIN: BORDER_THIN,
|
|
4935
|
-
FONT_SIZE: FONT_SIZE,
|
|
4936
|
-
FONT_WEIGHT_REGULAR: FONT_WEIGHT_REGULAR,
|
|
4937
|
-
FONT_WEIGHT_SEMIBOLD: FONT_WEIGHT_SEMIBOLD,
|
|
4938
|
-
FONT_WEIGHT_BOLD: FONT_WEIGHT_BOLD,
|
|
4939
|
-
FOOTER_HEIGHT: FOOTER_HEIGHT,
|
|
4940
4915
|
HEADER_HEIGHT: HEADER_HEIGHT,
|
|
4941
|
-
|
|
4942
|
-
JUMBO_HEIGHT: JUMBO_HEIGHT,
|
|
4916
|
+
FOOTER_HEIGHT: FOOTER_HEIGHT,
|
|
4943
4917
|
SPACER_HEIGHT: SPACER_HEIGHT,
|
|
4944
|
-
|
|
4945
|
-
|
|
4918
|
+
JUMBO_HEIGHT: JUMBO_HEIGHT,
|
|
4919
|
+
COMPACT_JUMBO_HEIGHT: COMPACT_JUMBO_HEIGHT,
|
|
4920
|
+
FONT_WEIGHT_REGULAR: FONT_WEIGHT_REGULAR,
|
|
4921
|
+
FONT_WEIGHT_BOLD: FONT_WEIGHT_BOLD,
|
|
4922
|
+
FONT_WEIGHT_SEMIBOLD: FONT_WEIGHT_SEMIBOLD,
|
|
4923
|
+
LINK_TEXT_DECORATION: LINK_TEXT_DECORATION
|
|
4946
4924
|
});
|
|
4947
4925
|
|
|
4948
4926
|
/*
|
|
@@ -13575,7 +13553,8 @@ var SettingsIconSmall$1 = themeComponent(SettingsIconSmall, "Icons", fallbackVal
|
|
|
13575
13553
|
var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
13576
13554
|
var themeValues = _ref.themeValues,
|
|
13577
13555
|
_ref$iconIndex = _ref.iconIndex,
|
|
13578
|
-
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex
|
|
13556
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex,
|
|
13557
|
+
colorOverride = _ref.colorOverride;
|
|
13579
13558
|
return /*#__PURE__*/React.createElement("svg", {
|
|
13580
13559
|
width: "20",
|
|
13581
13560
|
height: "20",
|
|
@@ -13586,7 +13565,7 @@ var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
|
13586
13565
|
fillRule: "evenodd",
|
|
13587
13566
|
clipRule: "evenodd",
|
|
13588
13567
|
d: "M16.3125 6.94643C16.0446 6.70536 15.7232 6.57143 15.3482 6.57143L5.14283 6.57143C5.0089 6.57143 4.90176 6.54464 4.8214 6.46429C4.74104 6.38393 4.71426 6.27678 4.71426 6.14286C4.71426 6.03571 4.74104 5.92857 4.8214 5.84821C4.90176 5.76786 5.0089 5.71428 5.14283 5.71428L15.4285 5.71428C15.5357 5.71428 15.6428 5.6875 15.7232 5.60714C15.8035 5.52678 15.8571 5.41964 15.8571 5.28571C15.8571 4.9375 15.7232 4.64286 15.4821 4.375C15.2143 4.13393 14.9196 4 14.5714 4L4.71426 4C4.23211 4 3.80354 4.1875 3.48211 4.50893C3.16068 4.83036 2.99997 5.23214 2.99997 5.71428V14.2857C2.99997 14.7679 3.16068 15.1964 3.48211 15.5179C3.80354 15.8393 4.23211 16 4.71426 16L15.3482 16C15.7232 16 16.0446 15.8929 16.3125 15.625C16.5803 15.3839 16.7143 15.0893 16.7143 14.7143V7.85714C16.7143 7.50893 16.5803 7.21428 16.3125 6.94643ZM12.7142 13.143C13.661 13.143 14.4285 12.3755 14.4285 11.4288C14.4285 10.482 13.661 9.71447 12.7142 9.71447C11.7674 9.71447 10.9999 10.482 10.9999 11.4288C10.9999 12.3755 11.7674 13.143 12.7142 13.143Z",
|
|
13589
|
-
fill: themeValues.singleIconColor
|
|
13568
|
+
fill: colorOverride || themeValues.singleIconColor
|
|
13590
13569
|
}), /*#__PURE__*/React.createElement("mask", {
|
|
13591
13570
|
id: "mask0_503_574-".concat(iconIndex),
|
|
13592
13571
|
style: {
|
|
@@ -13607,7 +13586,7 @@ var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
|
13607
13586
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
13608
13587
|
width: "20",
|
|
13609
13588
|
height: "20",
|
|
13610
|
-
fill: themeValues.singleIconColor
|
|
13589
|
+
fill: colorOverride || themeValues.singleIconColor
|
|
13611
13590
|
})));
|
|
13612
13591
|
};
|
|
13613
13592
|
var WalletIconSmall$1 = themeComponent(WalletIconSmall, "Icons", fallbackValues$2, "primary");
|
|
@@ -39845,14 +39824,6 @@ validatorFns[IS_PROBABLY_EMAIL] = (value, args, form) => {
|
|
|
39845
39824
|
return new RegExp(/^\S+@\S+\.\S+$/).test(value);
|
|
39846
39825
|
};
|
|
39847
39826
|
|
|
39848
|
-
const VALID_NAME = 'validator/VALID_NAME';
|
|
39849
|
-
const VALID_NAME_ERROR = 'validator/VALID_NAME_ERROR';
|
|
39850
|
-
const validName = createValidator(VALID_NAME, VALID_NAME_ERROR);
|
|
39851
|
-
validatorFns[VALID_NAME] = (value, args, form) =>
|
|
39852
|
-
value === ''
|
|
39853
|
-
? false
|
|
39854
|
-
: new RegExp(/[A-zÀ-ÿ\-,'\S]+(\s?[A-zÀ-ÿ\-,'\S])*/).test(value);
|
|
39855
|
-
|
|
39856
39827
|
const runValidatorErrorMessage = (type) =>
|
|
39857
39828
|
`${type} was passed to runValidator, but that validator type does not exist.
|
|
39858
39829
|
Please check that you are only calling validator creator functions exported from
|
|
@@ -46323,27 +46294,14 @@ var Modal$1 = function Modal(_ref) {
|
|
|
46323
46294
|
blurUnderlay = _ref$blurUnderlay === void 0 ? true : _ref$blurUnderlay;
|
|
46324
46295
|
var _useContext = useContext(ThemeContext),
|
|
46325
46296
|
isMobile = _useContext.isMobile;
|
|
46326
|
-
|
|
46327
|
-
// `AriaModal` uses `focus-trap` as a transient dependency. It automatically looks
|
|
46328
|
-
// for a tabbable node when the modal mounts. When it doesn't find one, it looks to
|
|
46329
|
-
// the `fallbackFocus` option. However, React does not guarantee the ref supplied to
|
|
46330
|
-
// this option will be populated on initial render when `focus-trap` is checking
|
|
46331
|
-
// these option. When there are no buttons in the modal, this causes an error.
|
|
46332
|
-
// Because `focus-trap` cannot be disabled, the ref itself requires a default value
|
|
46333
|
-
// to satisfy `focus-trap` until React populates it with the real ref value.
|
|
46334
|
-
//
|
|
46335
|
-
// See:
|
|
46336
|
-
// - https://react.dev/reference/react/useRef#caveats
|
|
46337
|
-
// - https://github.com/davidtheclark/react-aria-modal/pull/103
|
|
46338
|
-
// - https://github.com/focus-trap/focus-trap?tab=readme-ov-file#createoptions
|
|
46339
|
-
var modalContainerRef = useRef("#react-aria-modal-dialog");
|
|
46297
|
+
var modalContainerRef = useRef(null);
|
|
46340
46298
|
return /*#__PURE__*/React.createElement("div", {
|
|
46341
46299
|
ref: modalContainerRef,
|
|
46342
|
-
tabIndex: "-1",
|
|
46343
46300
|
"data-qa": dataQa
|
|
46344
|
-
}, modalOpen && /*#__PURE__*/React.createElement(reactAriaModal
|
|
46301
|
+
}, modalOpen && /*#__PURE__*/React.createElement(reactAriaModal
|
|
46302
|
+
// fallback to resolve Jest unit test errors when tabbable doesn't exist in jsdom https://github.com/focus-trap/focus-trap-react/issues/91
|
|
46303
|
+
, {
|
|
46345
46304
|
focusTrapOptions: {
|
|
46346
|
-
// fallback to resolve Jest unit test errors when tabbable doesn't exist in jsdom https://github.com/focus-trap/focus-trap-react/issues/91
|
|
46347
46305
|
fallbackFocus: modalContainerRef === null || modalContainerRef === void 0 ? void 0 : modalContainerRef.current
|
|
46348
46306
|
},
|
|
46349
46307
|
onExit: onExit,
|
|
@@ -46468,305 +46426,6 @@ var Modal$1 = function Modal(_ref) {
|
|
|
46468
46426
|
}))))))))), children);
|
|
46469
46427
|
};
|
|
46470
46428
|
|
|
46471
|
-
var ButtonLayoutWrapper = function ButtonLayoutWrapper(_ref) {
|
|
46472
|
-
var _ref$children = _ref.children,
|
|
46473
|
-
children = _ref$children === void 0 ? [] : _ref$children,
|
|
46474
|
-
_ref$isMobile = _ref.isMobile,
|
|
46475
|
-
isMobile = _ref$isMobile === void 0 ? false : _ref$isMobile;
|
|
46476
|
-
var safeChildren = Array.isArray(children) ? children : [children];
|
|
46477
|
-
var flexGrow = isMobile ? "flex-grow: 1;" : "";
|
|
46478
|
-
return /*#__PURE__*/React.createElement(Box, {
|
|
46479
|
-
padding: SPACING.MD
|
|
46480
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
46481
|
-
childGap: "1rem",
|
|
46482
|
-
direction: "row",
|
|
46483
|
-
justify: "flex-end"
|
|
46484
|
-
}, safeChildren.map(function (child, index) {
|
|
46485
|
-
return /*#__PURE__*/React.createElement(Box, {
|
|
46486
|
-
padding: "0",
|
|
46487
|
-
extraStyles: flexGrow,
|
|
46488
|
-
key: index
|
|
46489
|
-
}, child);
|
|
46490
|
-
})));
|
|
46491
|
-
};
|
|
46492
|
-
|
|
46493
|
-
var CancelButton = function CancelButton(_ref) {
|
|
46494
|
-
var _ref$buttonExtraStyle = _ref.buttonExtraStyles,
|
|
46495
|
-
buttonExtraStyles = _ref$buttonExtraStyle === void 0 ? "" : _ref$buttonExtraStyle,
|
|
46496
|
-
_ref$cancelAction = _ref.cancelAction,
|
|
46497
|
-
cancelAction = _ref$cancelAction === void 0 ? noop : _ref$cancelAction,
|
|
46498
|
-
_ref$cancelButtonText = _ref.cancelButtonText,
|
|
46499
|
-
cancelButtonText = _ref$cancelButtonText === void 0 ? "" : _ref$cancelButtonText,
|
|
46500
|
-
_ref$hideModal = _ref.hideModal,
|
|
46501
|
-
hideModal = _ref$hideModal === void 0 ? noop : _ref$hideModal,
|
|
46502
|
-
_ref$isMobile = _ref.isMobile,
|
|
46503
|
-
isMobile = _ref$isMobile === void 0 ? false : _ref$isMobile;
|
|
46504
|
-
var fontSize = "font-size: ".concat(isMobile ? FONT_SIZE.XS : FONT_SIZE.SM, ";");
|
|
46505
|
-
var width = isMobile ? "width: 100%;" : "";
|
|
46506
|
-
return /*#__PURE__*/React.createElement(ButtonWithAction, {
|
|
46507
|
-
action: cancelAction ? cancelAction : hideModal,
|
|
46508
|
-
borderRadius: BORDER_RADIUS.MD,
|
|
46509
|
-
className: "modal-cancel-button",
|
|
46510
|
-
dataQa: cancelButtonText,
|
|
46511
|
-
extraStyles: "".concat(buttonExtraStyles, "; margin: 0; ").concat(width),
|
|
46512
|
-
name: cancelButtonText,
|
|
46513
|
-
role: "button",
|
|
46514
|
-
text: cancelButtonText,
|
|
46515
|
-
textExtraStyles: "".concat(fontSize),
|
|
46516
|
-
variant: "secondary"
|
|
46517
|
-
});
|
|
46518
|
-
};
|
|
46519
|
-
|
|
46520
|
-
var CloseButton = function CloseButton(_ref) {
|
|
46521
|
-
var _ref$buttonExtraStyle = _ref.buttonExtraStyles,
|
|
46522
|
-
buttonExtraStyles = _ref$buttonExtraStyle === void 0 ? "" : _ref$buttonExtraStyle,
|
|
46523
|
-
_ref$closeButtonText = _ref.closeButtonText,
|
|
46524
|
-
closeButtonText = _ref$closeButtonText === void 0 ? "" : _ref$closeButtonText,
|
|
46525
|
-
_ref$hideModal = _ref.hideModal,
|
|
46526
|
-
hideModal = _ref$hideModal === void 0 ? noop : _ref$hideModal,
|
|
46527
|
-
_ref$isMobile = _ref.isMobile,
|
|
46528
|
-
isMobile = _ref$isMobile === void 0 ? false : _ref$isMobile;
|
|
46529
|
-
var fontSize = "font-size: ".concat(isMobile ? FONT_SIZE.XS : FONT_SIZE.SM, ";");
|
|
46530
|
-
var width = isMobile ? "width: 100%;" : "";
|
|
46531
|
-
return /*#__PURE__*/React.createElement(ButtonWithAction, {
|
|
46532
|
-
action: hideModal,
|
|
46533
|
-
borderRadius: BORDER_RADIUS.MD,
|
|
46534
|
-
className: "modal-close-button",
|
|
46535
|
-
dataQa: closeButtonText,
|
|
46536
|
-
extraStyles: "".concat(buttonExtraStyles, "; margin: 0; ").concat(width),
|
|
46537
|
-
name: closeButtonText,
|
|
46538
|
-
role: "button",
|
|
46539
|
-
text: closeButtonText,
|
|
46540
|
-
textExtraStyles: "".concat(fontSize),
|
|
46541
|
-
variant: "primary"
|
|
46542
|
-
});
|
|
46543
|
-
};
|
|
46544
|
-
|
|
46545
|
-
var ContinueButton = function ContinueButton(_ref) {
|
|
46546
|
-
var _ref$buttonExtraStyle = _ref.buttonExtraStyles,
|
|
46547
|
-
buttonExtraStyles = _ref$buttonExtraStyle === void 0 ? "" : _ref$buttonExtraStyle,
|
|
46548
|
-
_ref$continueAction = _ref.continueAction,
|
|
46549
|
-
continueAction = _ref$continueAction === void 0 ? noop : _ref$continueAction,
|
|
46550
|
-
_ref$continueButtonTe = _ref.continueButtonText,
|
|
46551
|
-
continueButtonText = _ref$continueButtonTe === void 0 ? "" : _ref$continueButtonTe,
|
|
46552
|
-
_ref$continueURL = _ref.continueURL,
|
|
46553
|
-
continueURL = _ref$continueURL === void 0 ? "" : _ref$continueURL,
|
|
46554
|
-
_ref$isContinueAction = _ref.isContinueActionDisabled,
|
|
46555
|
-
isContinueActionDisabled = _ref$isContinueAction === void 0 ? false : _ref$isContinueAction,
|
|
46556
|
-
_ref$isLoading = _ref.isLoading,
|
|
46557
|
-
isLoading = _ref$isLoading === void 0 ? false : _ref$isLoading,
|
|
46558
|
-
_ref$isMobile = _ref.isMobile,
|
|
46559
|
-
isMobile = _ref$isMobile === void 0 ? false : _ref$isMobile,
|
|
46560
|
-
_ref$useDangerButton = _ref.useDangerButton,
|
|
46561
|
-
useDangerButton = _ref$useDangerButton === void 0 ? false : _ref$useDangerButton;
|
|
46562
|
-
var ContinueButtonAtom = continueURL ? ButtonWithLink : ButtonWithAction;
|
|
46563
|
-
var fontSize = "font-size: ".concat(isMobile ? FONT_SIZE.XS : FONT_SIZE.SM, ";");
|
|
46564
|
-
var width = isMobile ? "width: 100%;" : "";
|
|
46565
|
-
return /*#__PURE__*/React.createElement(ContinueButtonAtom, {
|
|
46566
|
-
action: continueAction,
|
|
46567
|
-
borderRadius: BORDER_RADIUS.MD,
|
|
46568
|
-
className: "modal-continue-button",
|
|
46569
|
-
dataQa: continueButtonText,
|
|
46570
|
-
disabled: isContinueActionDisabled,
|
|
46571
|
-
extraStyles: "".concat(buttonExtraStyles, "; margin: 0; ").concat(width),
|
|
46572
|
-
isLoading: isLoading,
|
|
46573
|
-
linkExtraStyles: "display: inline-block; ".concat(width),
|
|
46574
|
-
name: continueButtonText,
|
|
46575
|
-
role: "button",
|
|
46576
|
-
text: continueButtonText,
|
|
46577
|
-
textExtraStyles: "".concat(fontSize),
|
|
46578
|
-
url: continueURL,
|
|
46579
|
-
variant: useDangerButton ? "danger" : "primary"
|
|
46580
|
-
});
|
|
46581
|
-
};
|
|
46582
|
-
|
|
46583
|
-
/*
|
|
46584
|
-
Default Modal molecule
|
|
46585
|
-
Uses react-aria-modal behind the scenes for a11y purposes
|
|
46586
|
-
Styling accomplished with our atoms / layout primitives
|
|
46587
|
-
|
|
46588
|
-
Cancel button will (for now) always use hideModal as its action
|
|
46589
|
-
Continue button takes an action, if you want to navigate to
|
|
46590
|
-
a different route (as with a link) connect() and use "push" from @thecb/connected-react-router
|
|
46591
|
-
*/
|
|
46592
|
-
|
|
46593
|
-
var getApplicationNode$1 = function getApplicationNode() {
|
|
46594
|
-
return document.getElementById("root");
|
|
46595
|
-
};
|
|
46596
|
-
var Modal$2 = function Modal(_ref) {
|
|
46597
|
-
var _ref$blurUnderlay = _ref.blurUnderlay,
|
|
46598
|
-
blurUnderlay = _ref$blurUnderlay === void 0 ? true : _ref$blurUnderlay,
|
|
46599
|
-
_ref$buttonExtraStyle = _ref.buttonExtraStyles,
|
|
46600
|
-
buttonExtraStyles = _ref$buttonExtraStyle === void 0 ? "" : _ref$buttonExtraStyle,
|
|
46601
|
-
_ref$cancelAction = _ref.cancelAction,
|
|
46602
|
-
cancelAction = _ref$cancelAction === void 0 ? noop : _ref$cancelAction,
|
|
46603
|
-
_ref$cancelButtonText = _ref.cancelButtonText,
|
|
46604
|
-
cancelButtonText = _ref$cancelButtonText === void 0 ? "Cancel" : _ref$cancelButtonText,
|
|
46605
|
-
_ref$children = _ref.children,
|
|
46606
|
-
children = _ref$children === void 0 ? [] : _ref$children,
|
|
46607
|
-
_ref$closeButtonText = _ref.closeButtonText,
|
|
46608
|
-
closeButtonText = _ref$closeButtonText === void 0 ? "Close" : _ref$closeButtonText,
|
|
46609
|
-
_ref$continueAction = _ref.continueAction,
|
|
46610
|
-
continueAction = _ref$continueAction === void 0 ? noop : _ref$continueAction,
|
|
46611
|
-
_ref$continueButtonTe = _ref.continueButtonText,
|
|
46612
|
-
continueButtonText = _ref$continueButtonTe === void 0 ? "Continue" : _ref$continueButtonTe,
|
|
46613
|
-
_ref$continueURL = _ref.continueURL,
|
|
46614
|
-
continueURL = _ref$continueURL === void 0 ? "" : _ref$continueURL,
|
|
46615
|
-
_ref$customWidth = _ref.customWidth,
|
|
46616
|
-
customWidth = _ref$customWidth === void 0 ? "" : _ref$customWidth,
|
|
46617
|
-
_ref$dataQa = _ref.dataQa,
|
|
46618
|
-
dataQa = _ref$dataQa === void 0 ? null : _ref$dataQa,
|
|
46619
|
-
_ref$defaultWrapper = _ref.defaultWrapper,
|
|
46620
|
-
defaultWrapper = _ref$defaultWrapper === void 0 ? true : _ref$defaultWrapper,
|
|
46621
|
-
_ref$hideModal = _ref.hideModal,
|
|
46622
|
-
hideModal = _ref$hideModal === void 0 ? noop : _ref$hideModal,
|
|
46623
|
-
_ref$initialFocusSele = _ref.initialFocusSelector,
|
|
46624
|
-
initialFocusSelector = _ref$initialFocusSele === void 0 ? "" : _ref$initialFocusSele,
|
|
46625
|
-
_ref$isContinueAction = _ref.isContinueActionDisabled,
|
|
46626
|
-
isContinueActionDisabled = _ref$isContinueAction === void 0 ? false : _ref$isContinueAction,
|
|
46627
|
-
_ref$isLoading = _ref.isLoading,
|
|
46628
|
-
isLoading = _ref$isLoading === void 0 ? false : _ref$isLoading,
|
|
46629
|
-
_ref$maxHeight = _ref.maxHeight,
|
|
46630
|
-
maxHeight = _ref$maxHeight === void 0 ? "" : _ref$maxHeight,
|
|
46631
|
-
_ref$modalBodyBg = _ref.modalBodyBg,
|
|
46632
|
-
modalBodyBg = _ref$modalBodyBg === void 0 ? "" : _ref$modalBodyBg,
|
|
46633
|
-
_ref$modalBodyText = _ref.modalBodyText,
|
|
46634
|
-
modalBodyText = _ref$modalBodyText === void 0 ? "" : _ref$modalBodyText,
|
|
46635
|
-
_ref$modalHeaderBg = _ref.modalHeaderBg,
|
|
46636
|
-
modalHeaderBg = _ref$modalHeaderBg === void 0 ? "" : _ref$modalHeaderBg,
|
|
46637
|
-
_ref$modalHeaderText = _ref.modalHeaderText,
|
|
46638
|
-
modalHeaderText = _ref$modalHeaderText === void 0 ? "" : _ref$modalHeaderText,
|
|
46639
|
-
_ref$modalOpen = _ref.modalOpen,
|
|
46640
|
-
modalOpen = _ref$modalOpen === void 0 ? false : _ref$modalOpen,
|
|
46641
|
-
_ref$noButtons = _ref.noButtons,
|
|
46642
|
-
noButtons = _ref$noButtons === void 0 ? false : _ref$noButtons,
|
|
46643
|
-
_ref$onExit = _ref.onExit,
|
|
46644
|
-
onExit = _ref$onExit === void 0 ? hideModal : _ref$onExit,
|
|
46645
|
-
_ref$onlyCloseButton = _ref.onlyCloseButton,
|
|
46646
|
-
onlyCloseButton = _ref$onlyCloseButton === void 0 ? false : _ref$onlyCloseButton,
|
|
46647
|
-
_ref$onlyContinueButt = _ref.onlyContinueButton,
|
|
46648
|
-
onlyContinueButton = _ref$onlyContinueButt === void 0 ? false : _ref$onlyContinueButt,
|
|
46649
|
-
_ref$underlayClickExi = _ref.underlayClickExits,
|
|
46650
|
-
underlayClickExits = _ref$underlayClickExi === void 0 ? true : _ref$underlayClickExi,
|
|
46651
|
-
_ref$useDangerButton = _ref.useDangerButton,
|
|
46652
|
-
useDangerButton = _ref$useDangerButton === void 0 ? false : _ref$useDangerButton;
|
|
46653
|
-
var _useContext = useContext(ThemeContext),
|
|
46654
|
-
isMobile = _useContext.isMobile;
|
|
46655
|
-
|
|
46656
|
-
// `AriaModal` uses `focus-trap` as a transient dependency. It automatically looks
|
|
46657
|
-
// for a tabbable node when the modal mounts. When it doesn't find one, it looks to
|
|
46658
|
-
// the `fallbackFocus` option. However, React does not guarantee the ref supplied to
|
|
46659
|
-
// this option will be populated on initial render when `focus-trap` is checking
|
|
46660
|
-
// these option. When there are no buttons in the modal, this causes an error.
|
|
46661
|
-
// Because `focus-trap` cannot be disabled, the ref itself requires a default value
|
|
46662
|
-
// to satisfy `focus-trap` until React populates it with the real ref value.
|
|
46663
|
-
//
|
|
46664
|
-
// See:
|
|
46665
|
-
// - https://react.dev/reference/react/useRef#caveats
|
|
46666
|
-
// - https://github.com/davidtheclark/react-aria-modal/pull/103
|
|
46667
|
-
// - https://github.com/focus-trap/focus-trap?tab=readme-ov-file#createoptions
|
|
46668
|
-
var modalContainerRef = useRef("#react-aria-modal-dialog");
|
|
46669
|
-
var hasCloseButton = onlyCloseButton && !noButtons;
|
|
46670
|
-
var hasCancelButton = !onlyContinueButton && !onlyCloseButton && !noButtons;
|
|
46671
|
-
var hasContinueButton = onlyContinueButton && !noButtons || !onlyCloseButton && !noButtons;
|
|
46672
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
46673
|
-
ref: modalContainerRef,
|
|
46674
|
-
tabIndex: "-1",
|
|
46675
|
-
"data-qa": dataQa
|
|
46676
|
-
}, modalOpen && /*#__PURE__*/React.createElement(reactAriaModal, {
|
|
46677
|
-
focusTrapOptions: {
|
|
46678
|
-
// fallback to resolve Jest unit test errors when tabbable doesn't exist in jsdom https://github.com/focus-trap/focus-trap-react/issues/91
|
|
46679
|
-
fallbackFocus: modalContainerRef === null || modalContainerRef === void 0 ? void 0 : modalContainerRef.current
|
|
46680
|
-
},
|
|
46681
|
-
onExit: onExit,
|
|
46682
|
-
getApplicationNode: getApplicationNode$1,
|
|
46683
|
-
titleText: modalHeaderText,
|
|
46684
|
-
underlayStyle: {
|
|
46685
|
-
display: "flex",
|
|
46686
|
-
flexDirection: "column",
|
|
46687
|
-
justifyContent: "center",
|
|
46688
|
-
alignItems: "center",
|
|
46689
|
-
background: "rgba(41, 42, 51, 0.45)",
|
|
46690
|
-
backdropFilter: blurUnderlay ? "blur(4px)" : "none",
|
|
46691
|
-
WebkitBackdropFilter: blurUnderlay ? "blur(4px)" : "none"
|
|
46692
|
-
},
|
|
46693
|
-
dialogStyle: {
|
|
46694
|
-
borderRadius: BORDER_RADIUS.MD,
|
|
46695
|
-
margin: SPACING.XS,
|
|
46696
|
-
overflow: "auto",
|
|
46697
|
-
width: isMobile ? "" : customWidth || "615px"
|
|
46698
|
-
},
|
|
46699
|
-
underlayClickExits: underlayClickExits,
|
|
46700
|
-
"aria-modal": true,
|
|
46701
|
-
initialFocus: initialFocusSelector,
|
|
46702
|
-
focusDialog: !initialFocusSelector // Focus the dialogue box itself if no selector for initial focus was provided
|
|
46703
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
46704
|
-
padding: "0",
|
|
46705
|
-
boxShadow: "inset 0px -2px 0px 0px rgb(0, 80, 149)"
|
|
46706
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
46707
|
-
background: modalHeaderBg || WHITE,
|
|
46708
|
-
borderColor: SILVER_GREY,
|
|
46709
|
-
borderWidthOverride: "0 0 ".concat(BORDER_THIN, " 0"),
|
|
46710
|
-
padding: "".concat(SPACING.XS, " ").concat(SPACING.MD)
|
|
46711
|
-
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
46712
|
-
justify: "flex-start",
|
|
46713
|
-
align: "center"
|
|
46714
|
-
}, /*#__PURE__*/React.createElement(Title$1, {
|
|
46715
|
-
as: "h2",
|
|
46716
|
-
weight: FONT_WEIGHT_SEMIBOLD,
|
|
46717
|
-
fontSize: isMobile ? FONT_SIZE.MD : FONT_SIZE.LG
|
|
46718
|
-
}, modalHeaderText))), /*#__PURE__*/React.createElement(Box, {
|
|
46719
|
-
background: modalBodyBg || ATHENS_GREY,
|
|
46720
|
-
padding: "0"
|
|
46721
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
46722
|
-
padding: SPACING.MD,
|
|
46723
|
-
borderWidthOverride: !noButtons && "0 0 ".concat(BORDER_THIN, " 0"),
|
|
46724
|
-
borderColor: !noButtons && SILVER_GREY,
|
|
46725
|
-
extraStyles: maxHeight ? "max-height: ".concat(maxHeight, "; overflow: auto;") : ""
|
|
46726
|
-
}, defaultWrapper ? /*#__PURE__*/React.createElement(Paragraph$1, {
|
|
46727
|
-
variant: isMobile ? "pS" : "p"
|
|
46728
|
-
}, modalBodyText) : /*#__PURE__*/React.createElement(Box, {
|
|
46729
|
-
padding: maxHeight ? "0 0 ".concat(SPACING.XS, " 0") : "0"
|
|
46730
|
-
}, modalBodyText)), noButtons ? /*#__PURE__*/React.createElement(React.Fragment, null) : /*#__PURE__*/React.createElement(ButtonLayoutWrapper, {
|
|
46731
|
-
isMobile: isMobile
|
|
46732
|
-
}, [hasCancelButton && /*#__PURE__*/React.createElement(CancelButton, {
|
|
46733
|
-
buttonExtraStyles: buttonExtraStyles,
|
|
46734
|
-
cancelAction: cancelAction,
|
|
46735
|
-
cancelButtonText: cancelButtonText,
|
|
46736
|
-
hideModal: hideModal,
|
|
46737
|
-
isMobile: isMobile,
|
|
46738
|
-
key: "cancel"
|
|
46739
|
-
}), hasContinueButton && /*#__PURE__*/React.createElement(ContinueButton, {
|
|
46740
|
-
buttonExtraStyles: buttonExtraStyles,
|
|
46741
|
-
continueAction: continueAction,
|
|
46742
|
-
continueButtonText: continueButtonText,
|
|
46743
|
-
continueURL: continueURL,
|
|
46744
|
-
isContinueActionDisabled: isContinueActionDisabled,
|
|
46745
|
-
isLoading: isLoading,
|
|
46746
|
-
isMobile: isMobile,
|
|
46747
|
-
key: "continue",
|
|
46748
|
-
useDangerButton: useDangerButton
|
|
46749
|
-
}), hasCloseButton && /*#__PURE__*/React.createElement(CloseButton, {
|
|
46750
|
-
buttonExtraStyles: buttonExtraStyles,
|
|
46751
|
-
closeButtonText: closeButtonText,
|
|
46752
|
-
hideModal: hideModal,
|
|
46753
|
-
isMobile: isMobile,
|
|
46754
|
-
key: "close"
|
|
46755
|
-
})].filter(function (button) {
|
|
46756
|
-
return button;
|
|
46757
|
-
}))))), children);
|
|
46758
|
-
};
|
|
46759
|
-
var ModalControlV2 = withWindowSize(Modal$2);
|
|
46760
|
-
|
|
46761
|
-
var _excluded$A = ["version"];
|
|
46762
|
-
var Modal$3 = function Modal(_ref) {
|
|
46763
|
-
var _ref$version = _ref.version,
|
|
46764
|
-
version = _ref$version === void 0 ? "v1" : _ref$version,
|
|
46765
|
-
rest = _objectWithoutProperties(_ref, _excluded$A);
|
|
46766
|
-
var ModalControl = version === "v1" ? Modal$1 : ModalControlV2;
|
|
46767
|
-
return /*#__PURE__*/React.createElement(ModalControl, rest);
|
|
46768
|
-
};
|
|
46769
|
-
|
|
46770
46429
|
var fontSize$9 = {
|
|
46771
46430
|
"default": "1.375rem",
|
|
46772
46431
|
largeTitle: "1.75rem",
|
|
@@ -47174,7 +46833,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
47174
46833
|
}
|
|
47175
46834
|
}
|
|
47176
46835
|
};
|
|
47177
|
-
return /*#__PURE__*/React.createElement(Modal$
|
|
46836
|
+
return /*#__PURE__*/React.createElement(Modal$1, _extends({
|
|
47178
46837
|
showModal: function showModal() {
|
|
47179
46838
|
return toggleModal(true);
|
|
47180
46839
|
},
|
|
@@ -47413,7 +47072,7 @@ var RemoveAccountModalModule = function RemoveAccountModalModule(_ref) {
|
|
|
47413
47072
|
return formattedAccount === agencyName ? agencyName : acc + formattedAccount;
|
|
47414
47073
|
}, "".concat(agencyName, " - ")) : "";
|
|
47415
47074
|
var identifier = accountType === "Account" && obligations.length > 1 ? "accounts" : accountType === "Property" && obligations.length > 1 ? "properties" : accountType.toLowerCase();
|
|
47416
|
-
return /*#__PURE__*/React.createElement(Modal$
|
|
47075
|
+
return /*#__PURE__*/React.createElement(Modal$1, {
|
|
47417
47076
|
showModal: function showModal() {
|
|
47418
47077
|
return setModalIsOpen(true);
|
|
47419
47078
|
},
|
|
@@ -48172,7 +47831,7 @@ var fallbackValues$N = {
|
|
|
48172
47831
|
labeledAmountTotal: labeledAmountTotal
|
|
48173
47832
|
};
|
|
48174
47833
|
|
|
48175
|
-
var _excluded$
|
|
47834
|
+
var _excluded$A = ["amount"],
|
|
48176
47835
|
_excluded2$1 = ["amount"];
|
|
48177
47836
|
var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
|
|
48178
47837
|
var lineItemElems = _ref.lineItemElems,
|
|
@@ -48417,7 +48076,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48417
48076
|
return fee.amount > 0;
|
|
48418
48077
|
}).map(function (_ref5) {
|
|
48419
48078
|
var amount = _ref5.amount,
|
|
48420
|
-
rest = _objectWithoutProperties(_ref5, _excluded$
|
|
48079
|
+
rest = _objectWithoutProperties(_ref5, _excluded$A);
|
|
48421
48080
|
return _objectSpread2(_objectSpread2({}, rest), {}, {
|
|
48422
48081
|
amount: displayCurrency(amount)
|
|
48423
48082
|
});
|
|
@@ -48577,7 +48236,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
48577
48236
|
themeValues = _ref.themeValues,
|
|
48578
48237
|
_ref$dataQa = _ref.dataQa,
|
|
48579
48238
|
dataQa = _ref$dataQa === void 0 ? null : _ref$dataQa;
|
|
48580
|
-
return /*#__PURE__*/React.createElement(Modal$
|
|
48239
|
+
return /*#__PURE__*/React.createElement(Modal$1, {
|
|
48581
48240
|
modalOpen: isOpen,
|
|
48582
48241
|
hideModal: function hideModal() {
|
|
48583
48242
|
return toggleOpen(false);
|
|
@@ -48681,7 +48340,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
48681
48340
|
themeValues = _ref.themeValues,
|
|
48682
48341
|
_ref$initialFocusSele = _ref.initialFocusSelector,
|
|
48683
48342
|
initialFocusSelector = _ref$initialFocusSele === void 0 ? "" : _ref$initialFocusSele;
|
|
48684
|
-
return /*#__PURE__*/React.createElement(Modal$
|
|
48343
|
+
return /*#__PURE__*/React.createElement(Modal$1, {
|
|
48685
48344
|
modalOpen: isOpen,
|
|
48686
48345
|
hideModal: function hideModal() {
|
|
48687
48346
|
return toggleOpen(false);
|
|
@@ -48854,11 +48513,11 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48854
48513
|
}, errorMessage))))));
|
|
48855
48514
|
};
|
|
48856
48515
|
|
|
48857
|
-
var _excluded$
|
|
48516
|
+
var _excluded$B = ["version"];
|
|
48858
48517
|
var TermsAndConditions = function TermsAndConditions(_ref) {
|
|
48859
48518
|
var _ref$version = _ref.version,
|
|
48860
48519
|
version = _ref$version === void 0 ? "v1" : _ref$version,
|
|
48861
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
48520
|
+
rest = _objectWithoutProperties(_ref, _excluded$B);
|
|
48862
48521
|
var TermsAndConditionsControl = version === "v1" ? TermsAndConditionsControlV1 : TermsAndConditionsControlV2;
|
|
48863
48522
|
return /*#__PURE__*/React.createElement(TermsAndConditionsControl, rest);
|
|
48864
48523
|
};
|
|
@@ -49657,7 +49316,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
|
|
|
49657
49316
|
}, section.content))));
|
|
49658
49317
|
};
|
|
49659
49318
|
|
|
49660
|
-
var _excluded$
|
|
49319
|
+
var _excluded$C = ["themeValues", "isMobile", "supportsTouch", "sections", "openSection", "toggleOpenSection", "staggeredAnimation", "initiallyOpen", "openHeight", "containerStyles", "ariaDescribedBy", "isSectionRequired", "groupedSections"];
|
|
49661
49320
|
|
|
49662
49321
|
/**
|
|
49663
49322
|
- The RadioSection component takes either a flat array (via the 'sections'
|
|
@@ -49705,7 +49364,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49705
49364
|
_ref$isSectionRequire = _ref.isSectionRequired,
|
|
49706
49365
|
isSectionRequired = _ref$isSectionRequire === void 0 ? false : _ref$isSectionRequire,
|
|
49707
49366
|
groupedSections = _ref.groupedSections,
|
|
49708
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
49367
|
+
rest = _objectWithoutProperties(_ref, _excluded$C);
|
|
49709
49368
|
var _useState = useState(null),
|
|
49710
49369
|
_useState2 = _slicedToArray(_useState, 2),
|
|
49711
49370
|
focused = _useState2[0],
|
|
@@ -49809,8 +49468,8 @@ var RegistrationForm = function RegistrationForm(_ref) {
|
|
|
49809
49468
|
};
|
|
49810
49469
|
}, []);
|
|
49811
49470
|
}
|
|
49812
|
-
var firstNameErrorMessages = _defineProperty(
|
|
49813
|
-
var lastNameErrorMessages = _defineProperty(
|
|
49471
|
+
var firstNameErrorMessages = _defineProperty({}, required.error, "First name is required");
|
|
49472
|
+
var lastNameErrorMessages = _defineProperty({}, required.error, "Last name is required");
|
|
49814
49473
|
var emailErrorMessages = _defineProperty(_defineProperty({}, required.error, "Email is required"), isProbablyEmail.error, "Invalid email address");
|
|
49815
49474
|
var passwordErrorMessages = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, required.error, "Password is required"), hasLength.error, "Password must have at least 8 characters"), hasNumber.error, "Password must contain at least one number"), hasLowercaseLetter.error, "Password must contain at least one lowercase letter"), hasUppercaseLetter.error, "Password must contain at least one uppercase letter"), hasSpecialCharacter.error, "Password must contain at least one special character (!@#$%^&*.?)");
|
|
49816
49475
|
var confirmPasswordErrorMessages = _defineProperty({}, matchesField.error, "Confirm password must match password");
|
|
@@ -49886,10 +49545,10 @@ var RegistrationForm = function RegistrationForm(_ref) {
|
|
|
49886
49545
|
|
|
49887
49546
|
var formConfig$9 = {
|
|
49888
49547
|
firstName: {
|
|
49889
|
-
validators: [required()
|
|
49548
|
+
validators: [required()]
|
|
49890
49549
|
},
|
|
49891
49550
|
lastName: {
|
|
49892
|
-
validators: [required()
|
|
49551
|
+
validators: [required()]
|
|
49893
49552
|
},
|
|
49894
49553
|
email: {
|
|
49895
49554
|
validators: [required(), isProbablyEmail()]
|
|
@@ -50421,7 +50080,7 @@ var PopupMenuItemContainer = styled(ButtonWithAction).withConfig({
|
|
|
50421
50080
|
return "\n background-color: ".concat(isDeleteAction ? theme.menuItemHoverBackgroundColorDelete : theme.menuItemHoverBackgroundColor, ";\n ");
|
|
50422
50081
|
});
|
|
50423
50082
|
|
|
50424
|
-
var _excluded$
|
|
50083
|
+
var _excluded$D = ["id", "closeMenuCallback", "action", "themeValues", "text", "hasIcon", "isDeleteAction", "icon", "textExtraStyles", "hoverStyles", "activeStyles", "extraStyles"];
|
|
50425
50084
|
var PopupMenuItem = function PopupMenuItem(_ref) {
|
|
50426
50085
|
var id = _ref.id,
|
|
50427
50086
|
closeMenuCallback = _ref.closeMenuCallback,
|
|
@@ -50437,7 +50096,7 @@ var PopupMenuItem = function PopupMenuItem(_ref) {
|
|
|
50437
50096
|
hoverStyles = _ref.hoverStyles,
|
|
50438
50097
|
activeStyles = _ref.activeStyles,
|
|
50439
50098
|
extraStyles = _ref.extraStyles,
|
|
50440
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
50099
|
+
rest = _objectWithoutProperties(_ref, _excluded$D);
|
|
50441
50100
|
return /*#__PURE__*/React.createElement(PopupMenuItemContainer, _extends({
|
|
50442
50101
|
id: id,
|
|
50443
50102
|
role: "menuItem",
|
|
@@ -50903,5 +50562,5 @@ var index$6 = /*#__PURE__*/Object.freeze({
|
|
|
50903
50562
|
useToastNotification: useToastNotification
|
|
50904
50563
|
});
|
|
50905
50564
|
|
|
50906
|
-
export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, ArrowDownCircleIconSmall, ArrowLeftCircleIconMedium, ArrowLeftCircleIconSmall, ArrowRightCircleIconSmall, ArrowRightIcon, ArrowUpCircleIconSmall, AutopayIcon, AutopayOnIcon, Badge$1 as Badge, BankIcon, BankIconLarge, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackIconMedium, ChargebackIconSmall, ChargebackReversalIcon, ChargebackReversalIconMedium, ChargebackReversalIconSmall, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, CloseIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedBankAccount$1 as FormattedBankAccount, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GenericErrorIcon, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, HistoryIconSmall$1 as HistoryIconSmall, IconAdd, IconQuitLarge, ImageBox, Imposter, InternalLink, Jumbo$1 as Jumbo, KebabMenuIcon, KioskImage, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, LinkCard$1 as LinkCard, Loading, LoadingLine, LoginForm, Modal$
|
|
50565
|
+
export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, ArrowDownCircleIconSmall, ArrowLeftCircleIconMedium, ArrowLeftCircleIconSmall, ArrowRightCircleIconSmall, ArrowRightIcon, ArrowUpCircleIconSmall, AutopayIcon, AutopayOnIcon, Badge$1 as Badge, BankIcon, BankIconLarge, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackIconMedium, ChargebackIconSmall, ChargebackReversalIcon, ChargebackReversalIconMedium, ChargebackReversalIconSmall, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, CloseIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedBankAccount$1 as FormattedBankAccount, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GenericErrorIcon, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, HistoryIconSmall$1 as HistoryIconSmall, IconAdd, IconQuitLarge, ImageBox, Imposter, InternalLink, Jumbo$1 as Jumbo, KebabMenuIcon, KioskImage, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, LinkCard$1 as LinkCard, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, MultiCartIcon, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination$1 as Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PencilIcon$1 as PencilIcon, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, PlusCircleIcon, PointOfSaleImage, Popover$1 as Popover, PopupMenu$1 as PopupMenu, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel$1 as RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RefundIconMedium, RefundIconSmall, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RevenueManagementImage, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, SuccessfulIconMedium, SuccessfulIconSmall, Switcher, TabSidebar$1 as TabSidebar, Table_styled as Table, TableBody_styled as TableBody, TableCell_styled as TableCell, TableHead$1 as TableHead, TableHeading_styled as TableHeading, TableListItem, TableRow$1 as TableRow, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToastNotification, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TrashIconV2$1 as TrashIconV2, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, XCircleIconMedium, XCircleIconSmall, cardRegistry, index$4 as constants, createPartialAmountFormState, createPartialAmountFormValidators, index$5 as hooks, index$6 as util, withWindowSize };
|
|
50907
50566
|
//# sourceMappingURL=index.esm.js.map
|