@thecb/components 11.1.13-beta.0 → 11.1.14-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 +460 -125
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +460 -125
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/atoms/.DS_Store +0 -0
- package/src/components/atoms/form-layouts/FormInput.js +29 -20
- package/src/components/atoms/icons/NotFoundIcon.js +333 -70
- package/src/components/molecules/obligation/Obligation.js +0 -7
- package/src/components/molecules/obligation/modules/InactiveControlsModule.js +2 -37
- package/src/components/molecules/obligation/modules/InactiveTitleModule.js +1 -1
- package/src/components/molecules/partial-amount-form/PartialAmountField.js +33 -4
- package/src/components/molecules/partial-amount-form/PartialAmountField.theme.js +7 -0
- package/src/components/molecules/payment-form-card/PaymentFormCard.state.js +2 -1
package/dist/index.esm.js
CHANGED
|
@@ -15798,75 +15798,311 @@ var AutopayOnIcon = function AutopayOnIcon(_ref) {
|
|
|
15798
15798
|
})));
|
|
15799
15799
|
};
|
|
15800
15800
|
|
|
15801
|
-
var NotFoundIcon = function NotFoundIcon(
|
|
15802
|
-
return /*#__PURE__*/React.createElement("svg",
|
|
15801
|
+
var NotFoundIcon = function NotFoundIcon() {
|
|
15802
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
15803
|
+
width: "548px",
|
|
15804
|
+
height: "308px",
|
|
15805
|
+
viewBox: "0 0 548 308",
|
|
15806
|
+
version: "1.1",
|
|
15803
15807
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15804
|
-
|
|
15805
|
-
|
|
15806
|
-
|
|
15808
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
15809
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
15810
|
+
id: "STOR-2683",
|
|
15811
|
+
stroke: "none",
|
|
15812
|
+
strokeWidth: "1",
|
|
15807
15813
|
fill: "none",
|
|
15808
|
-
|
|
15809
|
-
},
|
|
15810
|
-
|
|
15814
|
+
fillRule: "evenodd"
|
|
15815
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
15816
|
+
id: "404-Page",
|
|
15817
|
+
transform: "translate(-446.000000, -168.000000)"
|
|
15818
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
15819
|
+
id: "not-found-illustration",
|
|
15820
|
+
transform: "translate(449.000000, 168.000000)"
|
|
15821
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
15822
|
+
id: "baseline",
|
|
15823
|
+
transform: "translate(0.483800, 246.050200)",
|
|
15824
|
+
stroke: "#3B414D",
|
|
15825
|
+
strokeLinecap: "round",
|
|
15826
|
+
strokeWidth: "8"
|
|
15827
|
+
}, /*#__PURE__*/React.createElement("line", {
|
|
15828
|
+
x1: "463.3123",
|
|
15829
|
+
y1: "1.326",
|
|
15830
|
+
x2: "399.5563",
|
|
15831
|
+
y2: "1.674",
|
|
15832
|
+
id: "baseline-right---01"
|
|
15833
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
15834
|
+
x1: "512.9402",
|
|
15835
|
+
y1: "1.326",
|
|
15836
|
+
x2: "483.1052",
|
|
15837
|
+
y2: "1.674",
|
|
15838
|
+
id: "baseline-right---02"
|
|
15839
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
15840
|
+
x1: "143.1111",
|
|
15841
|
+
y1: "1.326",
|
|
15842
|
+
x2: "90.7391",
|
|
15843
|
+
y2: "1.674",
|
|
15844
|
+
id: "baseline-left---01"
|
|
15845
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
15846
|
+
x1: "71.179",
|
|
15847
|
+
y1: "1.326",
|
|
15848
|
+
x2: "0.5162",
|
|
15849
|
+
y2: "0.9498",
|
|
15850
|
+
id: "baseline-left---02"
|
|
15851
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
15852
|
+
d: "M151.968,73 L391.689,73 C395.538,73 398.658,76.12 398.658,79.968 L398.658,258.366 C398.658,262.214 395.538,265.334 391.689,265.334 L151.968,265.334 C148.119,265.334 145,262.214 145,258.366 L145,79.968 C145,76.12 148.119,73 151.968,73",
|
|
15853
|
+
id: "browser-background",
|
|
15854
|
+
fill: "#FEFEFE"
|
|
15855
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
15856
|
+
id: "binoculars",
|
|
15857
|
+
transform: "translate(209.811300, 116.913100)"
|
|
15811
15858
|
}, /*#__PURE__*/React.createElement("path", {
|
|
15812
|
-
d: "
|
|
15813
|
-
|
|
15814
|
-
|
|
15815
|
-
|
|
15816
|
-
fill: "#
|
|
15859
|
+
d: "M97.5616,55.749 C112.9566,55.749 125.4356,43.269 125.4356,27.874 C125.4356,12.479 112.9566,0 97.5616,0 C82.1656,0 69.6866,12.479 69.6866,27.874 C69.6866,43.269 82.1656,55.749 97.5616,55.749 Z",
|
|
15860
|
+
id: "binocular-right",
|
|
15861
|
+
stroke: "#3B414D",
|
|
15862
|
+
strokeWidth: "5.575",
|
|
15863
|
+
fill: "#E4F4FD"
|
|
15864
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
15865
|
+
id: "binocular-center",
|
|
15866
|
+
transform: "translate(49.189100, 8.087300)"
|
|
15867
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15868
|
+
d: "M2.22044605e-13,3.484 C4.718,1.161 9.085,-2.84217094e-14 13.102,-2.84217094e-14 C17.117,-2.84217094e-14 21.112,1.161 25.087,3.484 L21.2,11.743 L21.603,19.512 L3.484,19.512 L3.854,11.601 L2.22044605e-13,3.484 Z",
|
|
15869
|
+
id: "Fill-1",
|
|
15870
|
+
fill: "#3B414D"
|
|
15817
15871
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15818
|
-
d: "
|
|
15819
|
-
|
|
15872
|
+
d: "M15.1055,8.7316 C15.1055,10.1936 13.9205,11.3786 12.4595,11.3786 C10.9975,11.3786 9.8115,10.1936 9.8115,8.7316 C9.8115,7.2696 10.9975,6.0846 12.4595,6.0846 C13.9205,6.0846 15.1055,7.2696 15.1055,8.7316",
|
|
15873
|
+
id: "Fill-4",
|
|
15874
|
+
fill: "#FEFEFE"
|
|
15875
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
15876
|
+
d: "M27.875,55.749 C43.27,55.749 55.749,43.269 55.749,27.874 C55.749,12.479 43.27,0 27.875,0 C12.48,0 -1.13686838e-13,12.479 -1.13686838e-13,27.874 C-1.13686838e-13,43.269 12.48,55.749 27.875,55.749 Z",
|
|
15877
|
+
id: "binocular-left",
|
|
15878
|
+
stroke: "#3B414D",
|
|
15879
|
+
strokeWidth: "5.575",
|
|
15880
|
+
fill: "#E4F4FD"
|
|
15820
15881
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15821
|
-
d: "
|
|
15822
|
-
|
|
15882
|
+
d: "M20.1887,30.6619 C21.3567,27.4039 24.3487,25.0869 27.8547,25.0869 C31.3597,25.0869 34.3517,27.4039 35.5197,30.6619",
|
|
15883
|
+
id: "eye-left",
|
|
15884
|
+
stroke: "#3B414D",
|
|
15885
|
+
strokeWidth: "5.575",
|
|
15886
|
+
strokeLinecap: "round",
|
|
15887
|
+
strokeLinejoin: "round"
|
|
15823
15888
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15824
|
-
d: "
|
|
15825
|
-
|
|
15889
|
+
d: "M90.1887,30.6619 C91.3567,27.4039 94.3487,25.0869 97.8547,25.0869 C101.3597,25.0869 104.3517,27.4039 105.5197,30.6619",
|
|
15890
|
+
id: "eye-right",
|
|
15891
|
+
stroke: "#3B414D",
|
|
15892
|
+
strokeWidth: "5.575",
|
|
15893
|
+
strokeLinecap: "round",
|
|
15894
|
+
strokeLinejoin: "round"
|
|
15895
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
15896
|
+
d: "M292.191,186 L292.191,186 C292.191,189.803 289.108,192.886 285.305,192.886 L258.885,192.886 C255.083,192.886 252,189.803 252,186",
|
|
15897
|
+
id: "mouth",
|
|
15898
|
+
stroke: "#3B414D",
|
|
15899
|
+
strokeWidth: "5.575",
|
|
15900
|
+
strokeLinecap: "round"
|
|
15901
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
15902
|
+
id: "browser-top",
|
|
15903
|
+
transform: "translate(145.000000, 73.000000)"
|
|
15904
|
+
}, /*#__PURE__*/React.createElement("polygon", {
|
|
15905
|
+
id: "background",
|
|
15906
|
+
fill: "#E4E6EB",
|
|
15907
|
+
points: "0 26 254 26 254 0 0 0"
|
|
15908
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
15909
|
+
id: "dot",
|
|
15910
|
+
fill: "#3B414D",
|
|
15911
|
+
cx: "13",
|
|
15912
|
+
cy: "13",
|
|
15913
|
+
r: "3"
|
|
15914
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
15915
|
+
id: "dot",
|
|
15916
|
+
fill: "#3B414D",
|
|
15917
|
+
cx: "23",
|
|
15918
|
+
cy: "13",
|
|
15919
|
+
r: "3"
|
|
15920
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
15921
|
+
id: "dot",
|
|
15922
|
+
fill: "#3B414D",
|
|
15923
|
+
cx: "33",
|
|
15924
|
+
cy: "13",
|
|
15925
|
+
r: "3"
|
|
15926
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
15927
|
+
x1: "3",
|
|
15928
|
+
y1: "26",
|
|
15929
|
+
x2: "251",
|
|
15930
|
+
y2: "26",
|
|
15931
|
+
id: "line",
|
|
15932
|
+
stroke: "#3B414D",
|
|
15933
|
+
strokeWidth: "6"
|
|
15934
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
15935
|
+
id: "sign-post",
|
|
15936
|
+
transform: "translate(427.000000, 88.999700)",
|
|
15937
|
+
strokeWidth: "6"
|
|
15938
|
+
}, /*#__PURE__*/React.createElement("polyline", {
|
|
15939
|
+
id: "sign-post---left",
|
|
15940
|
+
stroke: "#3B414D",
|
|
15941
|
+
strokeLinecap: "round",
|
|
15942
|
+
strokeLinejoin: "round",
|
|
15943
|
+
points: "39.196 47.0005 7.06 50.5815 5.68434189e-14 64.7845 7.06 77.6745 54.679 72.3625 54.679 175.7975 40.451 175.7975"
|
|
15944
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
15945
|
+
id: "sign-post---right",
|
|
15946
|
+
stroke: "#3B414D",
|
|
15947
|
+
strokeLinecap: "round",
|
|
15948
|
+
strokeLinejoin: "round",
|
|
15949
|
+
points: "54.6794 54.6792 107.8214 60.9392 114.3504 49.0202 107.8214 35.8872 54.6794 29.6262 54.6794 13.4842"
|
|
15826
15950
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15827
|
-
d: "
|
|
15828
|
-
|
|
15951
|
+
d: "M62.9412,7.971 C62.9412,12.373 59.3732,15.941 54.9702,15.941 C50.5682,15.941 47.0002,12.373 47.0002,7.971 C47.0002,3.569 50.5682,1.59872116e-14 54.9702,1.59872116e-14 C59.3732,1.59872116e-14 62.9412,3.569 62.9412,7.971",
|
|
15952
|
+
id: "sign-post---top",
|
|
15953
|
+
stroke: "#27A9E1",
|
|
15954
|
+
fill: "#E4F4FD"
|
|
15829
15955
|
})), /*#__PURE__*/React.createElement("path", {
|
|
15830
|
-
|
|
15831
|
-
|
|
15832
|
-
|
|
15833
|
-
|
|
15956
|
+
d: "M330.327,294.916 C330.327,302.049 304.286,307.832 272.163,307.832 C240.04,307.832 214,302.049 214,294.916 C214,287.783 240.04,282 272.163,282 C304.286,282 330.327,287.783 330.327,294.916",
|
|
15957
|
+
id: "shadow",
|
|
15958
|
+
fill: "#EAF4EB"
|
|
15959
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
15960
|
+
id: "legs",
|
|
15961
|
+
transform: "translate(248.000000, 268.000000)",
|
|
15962
|
+
stroke: "#45B770",
|
|
15963
|
+
strokeLinecap: "round",
|
|
15964
|
+
strokeLinejoin: "round",
|
|
15965
|
+
strokeWidth: "8.362"
|
|
15966
|
+
}, /*#__PURE__*/React.createElement("polyline", {
|
|
15967
|
+
id: "Stroke-1",
|
|
15968
|
+
points: "15.817 -2.13162821e-14 15.817 24.795 3.55271368e-15 24.795"
|
|
15969
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
15970
|
+
id: "Stroke-3",
|
|
15971
|
+
points: "31.3102 -2.30926389e-14 31.3102 25.574 47.1272 25.574"
|
|
15972
|
+
})), /*#__PURE__*/React.createElement("line", {
|
|
15973
|
+
x1: "143.441",
|
|
15974
|
+
y1: "205.181",
|
|
15975
|
+
x2: "121.181",
|
|
15976
|
+
y2: "224.512",
|
|
15977
|
+
id: "arm-left---top",
|
|
15978
|
+
stroke: "#45B770",
|
|
15979
|
+
strokeWidth: "8",
|
|
15980
|
+
strokeLinecap: "round",
|
|
15981
|
+
strokeLinejoin: "round"
|
|
15982
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
15983
|
+
x1: "399.988281",
|
|
15984
|
+
y1: "213.830078",
|
|
15985
|
+
x2: "416.9162",
|
|
15986
|
+
y2: "196.8489",
|
|
15987
|
+
id: "right-right---bottom",
|
|
15988
|
+
stroke: "#45B770",
|
|
15989
|
+
strokeWidth: "8",
|
|
15990
|
+
strokeLinecap: "round",
|
|
15991
|
+
strokeLinejoin: "round"
|
|
15834
15992
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15835
|
-
|
|
15836
|
-
|
|
15837
|
-
|
|
15838
|
-
|
|
15993
|
+
d: "M151.969,73 L391.69,73 C395.538,73 398.658,76.12 398.658,79.969 L398.658,258.366 C398.658,262.214 395.538,265.334 391.69,265.334 L151.969,265.334 C148.12,265.334 145,262.214 145,258.366 L145,79.969 C145,76.12 148.12,73 151.969,73 Z",
|
|
15994
|
+
id: "browser-border",
|
|
15995
|
+
stroke: "#3B414D",
|
|
15996
|
+
strokeWidth: "6"
|
|
15997
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
15998
|
+
x1: "121.1812",
|
|
15999
|
+
y1: "224.512",
|
|
16000
|
+
x2: "171.9052",
|
|
16001
|
+
y2: "236.375",
|
|
16002
|
+
id: "arm-left---bottom",
|
|
16003
|
+
stroke: "#45B770",
|
|
16004
|
+
strokeWidth: "8",
|
|
16005
|
+
strokeLinecap: "round",
|
|
16006
|
+
strokeLinejoin: "round"
|
|
16007
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
16008
|
+
x1: "416.916",
|
|
16009
|
+
y1: "196.8493",
|
|
16010
|
+
x2: "348.522",
|
|
16011
|
+
y2: "153.6733",
|
|
16012
|
+
id: "arm-right---top",
|
|
16013
|
+
stroke: "#45B770",
|
|
16014
|
+
strokeWidth: "8",
|
|
16015
|
+
strokeLinecap: "round",
|
|
16016
|
+
strokeLinejoin: "round"
|
|
15839
16017
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15840
|
-
d: "
|
|
15841
|
-
|
|
16018
|
+
d: "M344.1914,160.9806 C346.1454,156.3596 347.2264,151.2786 347.2264,145.9456 C347.2264,143.5286 347.0044,141.1636 346.5794,138.8686",
|
|
16019
|
+
id: "hand-left",
|
|
16020
|
+
stroke: "#45B770",
|
|
16021
|
+
strokeWidth: "8",
|
|
16022
|
+
strokeLinecap: "round",
|
|
16023
|
+
strokeLinejoin: "round"
|
|
16024
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
16025
|
+
id: "map",
|
|
16026
|
+
transform: "translate(183.000000, 203.000000)",
|
|
16027
|
+
strokeLinejoin: "round"
|
|
16028
|
+
}, /*#__PURE__*/React.createElement("polygon", {
|
|
16029
|
+
stroke: "#3B414D",
|
|
16030
|
+
strokeWidth: "6",
|
|
16031
|
+
fill: "#E4F4FD",
|
|
16032
|
+
points: "69.3333333 0 34.6666667 8.12833265 0 0 0 69.8706676 34.6666667 78 69.3333333 69.8706676 104 78 104 8.12833265"
|
|
16033
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
16034
|
+
x1: "34.5",
|
|
16035
|
+
y1: "62.8644",
|
|
16036
|
+
x2: "34.5",
|
|
16037
|
+
y2: "55.5804",
|
|
16038
|
+
id: "map-line---left---02",
|
|
16039
|
+
stroke: "#28A7DF",
|
|
16040
|
+
strokeWidth: "4.878",
|
|
16041
|
+
strokeLinecap: "round"
|
|
16042
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
16043
|
+
x1: "34.5",
|
|
16044
|
+
y1: "45.03",
|
|
16045
|
+
x2: "34.5",
|
|
16046
|
+
y2: "22",
|
|
16047
|
+
id: "map-line---left---01",
|
|
16048
|
+
stroke: "#28A7DF",
|
|
16049
|
+
strokeWidth: "4.878",
|
|
16050
|
+
strokeLinecap: "round"
|
|
16051
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
16052
|
+
x1: "69.4391",
|
|
16053
|
+
y1: "54.9698",
|
|
16054
|
+
x2: "69.4391",
|
|
16055
|
+
y2: "37.1358",
|
|
16056
|
+
id: "map-line---right---02",
|
|
16057
|
+
stroke: "#28A7DF",
|
|
16058
|
+
strokeWidth: "4.878",
|
|
16059
|
+
strokeLinecap: "round"
|
|
16060
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
16061
|
+
x1: "69.4391",
|
|
16062
|
+
y1: "27.5738",
|
|
16063
|
+
x2: "69.4391",
|
|
16064
|
+
y2: "17.4388",
|
|
16065
|
+
id: "map-line---right---01",
|
|
16066
|
+
stroke: "#28A7DF",
|
|
16067
|
+
strokeWidth: "4.878",
|
|
16068
|
+
strokeLinecap: "round"
|
|
16069
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16070
|
+
id: "left-hand",
|
|
16071
|
+
transform: "translate(173.473700, 226.000000)"
|
|
16072
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16073
|
+
d: "M7.605,5.1029 C3.405,5.1029 -1.0658141e-13,8.5079 -1.0658141e-13,12.7079 C-1.0658141e-13,16.9089 3.405,20.3139 7.605,20.3139 L14.249,20.3139",
|
|
16074
|
+
id: "hand",
|
|
16075
|
+
stroke: "#45B770",
|
|
16076
|
+
strokeWidth: "8",
|
|
16077
|
+
strokeLinecap: "round",
|
|
16078
|
+
strokeLinejoin: "round"
|
|
16079
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
16080
|
+
id: "cover",
|
|
16081
|
+
fill: "#3B414D",
|
|
16082
|
+
x: "6.5263",
|
|
16083
|
+
y: "0",
|
|
16084
|
+
width: "6",
|
|
16085
|
+
height: "9"
|
|
16086
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
16087
|
+
id: "clouds",
|
|
16088
|
+
transform: "translate(44.000000, 0.000000)",
|
|
16089
|
+
fill: "#B8E4F4"
|
|
16090
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16091
|
+
d: "M396.6868,87.0406 C394.3808,87.0406 392.2528,87.7836 390.5118,89.0306 C389.6798,80.0776 382.1498,73.0676 372.9798,73.0676 C364.9078,73.0676 358.1098,78.4996 356.0278,85.9056 C353.9528,84.3526 351.3838,83.4216 348.5928,83.4216 C341.7248,83.4216 336.1578,88.9886 336.1578,95.8566 C336.1578,102.7246 341.7248,108.2906 348.5928,108.2906 L396.6868,108.2906 C402.5548,108.2906 407.3118,103.5346 407.3118,97.6656 C407.3118,91.7976 402.5548,87.0406 396.6868,87.0406",
|
|
16092
|
+
id: "cloud---05"
|
|
15842
16093
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15843
|
-
d: "
|
|
15844
|
-
|
|
16094
|
+
d: "M320.0872,9.9 C318.8362,9.9 317.6522,10.175 316.5812,10.657 C315.5252,9.315 313.8902,8.45 312.0492,8.45 C311.5082,8.45 310.9862,8.529 310.4902,8.669 C308.5432,3.602 303.6442,5.68434189e-14 297.8922,5.68434189e-14 C291.6222,5.68434189e-14 286.3662,4.277 284.8442,10.069 C284.2972,9.959 283.7322,9.9 283.1522,9.9 C278.4272,9.9 274.5962,13.731 274.5962,18.457 C274.5962,23.183 278.4272,27.014 283.1522,27.014 L320.0872,27.014 C324.8132,27.014 328.6442,23.183 328.6442,18.457 C328.6442,13.731 324.8132,9.9 320.0872,9.9",
|
|
16095
|
+
id: "cloud---04"
|
|
15845
16096
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15846
|
-
d: "
|
|
15847
|
-
|
|
15848
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
15849
|
-
cx: "63.5",
|
|
15850
|
-
cy: "101.5",
|
|
15851
|
-
r: "11.5",
|
|
15852
|
-
fill: "#D11053"
|
|
16097
|
+
d: "M198.5179,25.524 C195.7659,25.524 193.2259,26.41 191.1459,27.899 C190.1539,17.212 181.1649,8.845 170.2189,8.845 C160.5829,8.845 152.4689,15.329 149.9839,24.17 C147.5059,22.316 144.4409,21.204 141.1079,21.204 C132.9109,21.204 126.2649,27.85 126.2649,36.047 C126.2649,44.245 132.9109,50.891 141.1079,50.891 L198.5179,50.891 C205.5219,50.891 211.2009,45.212 211.2009,38.208 C211.2009,31.203 205.5219,25.524 198.5179,25.524",
|
|
16098
|
+
id: "cloud---03"
|
|
15853
16099
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15854
|
-
|
|
15855
|
-
|
|
15856
|
-
d: "M68.5537 98.1186L65.3663 101.306L68.5537 104.495L66.6408 106.408L63.4526 103.22L60.2645 106.408L58.3516 104.495L61.539 101.306L58.3516 98.1186L60.2645 96.2057L63.4526 99.3923L66.6408 96.2057L68.5537 98.1186Z",
|
|
15857
|
-
fill: "white"
|
|
15858
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
15859
|
-
x: "189",
|
|
15860
|
-
y: "112",
|
|
15861
|
-
width: "47",
|
|
15862
|
-
height: "21",
|
|
15863
|
-
fill: "white"
|
|
16100
|
+
d: "M117.9359,151.1183 C116.6859,151.1183 115.5009,151.3933 114.4309,151.8753 C113.3739,150.5333 111.7379,149.6683 109.8979,149.6683 C109.3569,149.6683 108.8359,149.7473 108.3389,149.8873 C106.3919,144.8203 101.4929,141.2183 95.7409,141.2183 C89.4719,141.2183 84.2149,145.4953 82.6919,151.2873 C82.1459,151.1773 81.5809,151.1183 81.0019,151.1183 C76.2759,151.1183 72.4449,154.9493 72.4449,159.6753 C72.4449,164.4013 76.2759,168.2323 81.0019,168.2323 L117.9359,168.2323 C122.6619,168.2323 126.4929,164.4013 126.4929,159.6753 C126.4929,154.9493 122.6619,151.1183 117.9359,151.1183",
|
|
16101
|
+
id: "cloud---02"
|
|
15864
16102
|
}), /*#__PURE__*/React.createElement("path", {
|
|
15865
|
-
d: "
|
|
15866
|
-
|
|
15867
|
-
|
|
15868
|
-
strokeLinecap: "round"
|
|
15869
|
-
}));
|
|
16103
|
+
d: "M45.491,85.3556 C44.241,85.3556 43.056,85.6306 41.985,86.1126 C40.929,84.7706 39.293,83.9056 37.453,83.9056 C36.912,83.9056 36.391,83.9846 35.894,84.1246 C33.947,79.0576 29.048,75.4556 23.296,75.4556 C17.027,75.4556 11.77,79.7326 10.247,85.5246 C9.701,85.4146 9.136,85.3556 8.557,85.3556 C3.831,85.3556 -1.13686838e-13,89.1866 -1.13686838e-13,93.9126 C-1.13686838e-13,98.6386 3.831,102.4696 8.557,102.4696 L45.491,102.4696 C50.217,102.4696 54.048,98.6386 54.048,93.9126 C54.048,89.1866 50.217,85.3556 45.491,85.3556",
|
|
16104
|
+
id: "cloud---01"
|
|
16105
|
+
}))))));
|
|
15870
16106
|
};
|
|
15871
16107
|
|
|
15872
16108
|
var SearchIcon = function SearchIcon(_ref) {
|
|
@@ -26850,7 +27086,7 @@ var fallbackValues$n = {
|
|
|
26850
27086
|
};
|
|
26851
27087
|
|
|
26852
27088
|
var _excluded$y = ["showErrors", "themeValues"],
|
|
26853
|
-
_excluded2 = ["type", "labelTextWhenNoError", "errorMessages", "isNum", "isEmail", "helperModal", "field", "fieldActions", "showErrors", "formatter", "decorator", "themeValues", "background", "customHeight", "autocompleteValue", "extraStyles", "removeFromValue", "dataQa", "isRequired", "errorFieldExtraStyles", "showFieldErrorRow", "labelTextVariant", "errorTextVariant"];
|
|
27089
|
+
_excluded2 = ["type", "labelDisplayOverride", "labelTextWhenNoError", "errorMessages", "isNum", "isEmail", "helperModal", "field", "fieldActions", "showErrors", "formatter", "decorator", "themeValues", "background", "customHeight", "autocompleteValue", "extraStyles", "removeFromValue", "dataQa", "isRequired", "errorFieldExtraStyles", "showFieldErrorRow", "labelTextVariant", "errorTextVariant"];
|
|
26854
27090
|
var InputField = styled.input.withConfig({
|
|
26855
27091
|
displayName: "FormInput__InputField",
|
|
26856
27092
|
componentId: "sc-l094r1-0"
|
|
@@ -26913,6 +27149,8 @@ var FormattedInputField = styled(function (_ref8) {
|
|
|
26913
27149
|
var FormInput = function FormInput(_ref15) {
|
|
26914
27150
|
var _ref15$type = _ref15.type,
|
|
26915
27151
|
type = _ref15$type === void 0 ? "text" : _ref15$type,
|
|
27152
|
+
_ref15$labelDisplayOv = _ref15.labelDisplayOverride,
|
|
27153
|
+
labelDisplayOverride = _ref15$labelDisplayOv === void 0 ? null : _ref15$labelDisplayOv,
|
|
26916
27154
|
_ref15$labelTextWhenN = _ref15.labelTextWhenNoError,
|
|
26917
27155
|
labelTextWhenNoError = _ref15$labelTextWhenN === void 0 ? "" : _ref15$labelTextWhenN,
|
|
26918
27156
|
errorMessages = _ref15.errorMessages,
|
|
@@ -26976,7 +27214,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26976
27214
|
}, helperModal ? /*#__PURE__*/React.createElement(Cluster, {
|
|
26977
27215
|
justify: "space-between",
|
|
26978
27216
|
align: "center"
|
|
26979
|
-
}, /*#__PURE__*/React.createElement(Text$1, {
|
|
27217
|
+
}, labelDisplayOverride ? labelDisplayOverride : /*#__PURE__*/React.createElement(Text$1, {
|
|
26980
27218
|
as: "label",
|
|
26981
27219
|
color: themeValues.labelColor,
|
|
26982
27220
|
variant: labelTextVariant,
|
|
@@ -26989,7 +27227,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26989
27227
|
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
26990
27228
|
justify: "space-between",
|
|
26991
27229
|
align: "center"
|
|
26992
|
-
}, /*#__PURE__*/React.createElement(Text$1, {
|
|
27230
|
+
}, labelDisplayOverride ? labelDisplayOverride : /*#__PURE__*/React.createElement(Text$1, {
|
|
26993
27231
|
as: "label",
|
|
26994
27232
|
color: themeValues.labelColor,
|
|
26995
27233
|
variant: labelTextVariant,
|
|
@@ -40045,6 +40283,102 @@ const onlyExpirationDate = createValidator(
|
|
|
40045
40283
|
validatorFns[ONLY_EXPIRATION_DATE] = (value, args, form) =>
|
|
40046
40284
|
/^(\d?\d?\/?\d?\d?)?$/.test(value);
|
|
40047
40285
|
|
|
40286
|
+
/*
|
|
40287
|
+
11/24 - Users have been adding full CC numbers to the name field
|
|
40288
|
+
This validator will check if the value has more than 6 numeric characters
|
|
40289
|
+
We have to allow for some numeric characters to account for business
|
|
40290
|
+
names that include numbers like "3M Company" or "Smith Street Trust 40389"
|
|
40291
|
+
|
|
40292
|
+
1/25 - This has been superseded by the includesPotentialCardNumber validator
|
|
40293
|
+
*/
|
|
40294
|
+
const NO_MORE_THAN_SIX_NUMBERS = 'validator/NO_MORE_THAN_SIX_NUMBERS';
|
|
40295
|
+
const NO_MORE_THAN_SIX_NUMBERS_ERROR = 'error/NO_MORE_THAN_SIX_NUMBERS';
|
|
40296
|
+
createValidator(
|
|
40297
|
+
NO_MORE_THAN_SIX_NUMBERS,
|
|
40298
|
+
NO_MORE_THAN_SIX_NUMBERS_ERROR
|
|
40299
|
+
);
|
|
40300
|
+
validatorFns[NO_MORE_THAN_SIX_NUMBERS] = (value) => {
|
|
40301
|
+
if (value === '') {
|
|
40302
|
+
return true;
|
|
40303
|
+
}
|
|
40304
|
+
return !/(\d.*){7,}/.test(value);
|
|
40305
|
+
};
|
|
40306
|
+
|
|
40307
|
+
/*
|
|
40308
|
+
* 1/25 - Prevent users from entering full credit card numbers in the "name" field.
|
|
40309
|
+
*
|
|
40310
|
+
* This validator is designed to reduce the accidental inclusion of credit card numbers
|
|
40311
|
+
* in fields where they don't belong (e.g., the name field). It identifies a potential
|
|
40312
|
+
* credit card number based on the following criteria:
|
|
40313
|
+
*
|
|
40314
|
+
* - It consists of 8 to 20 digits.
|
|
40315
|
+
* - Digits may be separated by optional spaces or hyphens.
|
|
40316
|
+
* - It must pass the Luhn algorithm check.
|
|
40317
|
+
*
|
|
40318
|
+
* Note:
|
|
40319
|
+
* A string passing the Luhn algorithm is necessary but not sufficient to conclusively
|
|
40320
|
+
* determine that the string is a valid credit card number.
|
|
40321
|
+
*
|
|
40322
|
+
* For more details on the Luhn algorithm, refer to:
|
|
40323
|
+
* https://stripe.com/en-ca/resources/more/how-to-use-the-luhn-algorithm-a-guide-in-applications-for-businesses#luhn-algorithm-formula
|
|
40324
|
+
*/
|
|
40325
|
+
|
|
40326
|
+
function luhnValid(string) {
|
|
40327
|
+
if (!string) {
|
|
40328
|
+
return false;
|
|
40329
|
+
}
|
|
40330
|
+
|
|
40331
|
+
// Extract all digit characters from the string.
|
|
40332
|
+
const digits = string.match(/\d/g);
|
|
40333
|
+
if (!digits) {
|
|
40334
|
+
return false;
|
|
40335
|
+
}
|
|
40336
|
+
|
|
40337
|
+
let totalSum = 0;
|
|
40338
|
+
let shouldDouble = false;
|
|
40339
|
+
|
|
40340
|
+
// Process digits from right to left
|
|
40341
|
+
for (let i = digits.length - 1; i >= 0; i--) {
|
|
40342
|
+
// Convert the current character to a number.
|
|
40343
|
+
let digit = parseInt(digits[i], 10);
|
|
40344
|
+
|
|
40345
|
+
// Double the digit and adjust if it exceeds 9.
|
|
40346
|
+
if (shouldDouble) {
|
|
40347
|
+
digit *= 2;
|
|
40348
|
+
if (digit > 9) {
|
|
40349
|
+
// If the result of any doubling operation is greater than nine,
|
|
40350
|
+
// then add the digits of the result together to obtain a single-digit number.
|
|
40351
|
+
// This is equivalent to adding the digits together (e.g. 16: 1 + 6 = 7 = 16 - 9).
|
|
40352
|
+
digit -= 9;
|
|
40353
|
+
}
|
|
40354
|
+
}
|
|
40355
|
+
|
|
40356
|
+
// Add the processed digit to the total sum.
|
|
40357
|
+
totalSum += digit;
|
|
40358
|
+
// After doubling the value of the second-to-last digit, continue doing the same for every other digit.
|
|
40359
|
+
shouldDouble = !shouldDouble;
|
|
40360
|
+
}
|
|
40361
|
+
|
|
40362
|
+
// The number is valid if totalSum is divisible by 10.
|
|
40363
|
+
return totalSum % 10 === 0;
|
|
40364
|
+
}
|
|
40365
|
+
|
|
40366
|
+
const INCLUDES_POTENTIAL_CARD_NUMBER =
|
|
40367
|
+
'validator/INCLUDES_POTENTIAL_CARD_NUMBER';
|
|
40368
|
+
const INCLUDES_POTENTIAL_CARD_NUMBER_ERROR =
|
|
40369
|
+
'error/INCLUDES_POTENTIAL_CARD_NUMBER';
|
|
40370
|
+
const includesPotentialCardNumber = createValidator(
|
|
40371
|
+
INCLUDES_POTENTIAL_CARD_NUMBER,
|
|
40372
|
+
INCLUDES_POTENTIAL_CARD_NUMBER_ERROR
|
|
40373
|
+
);
|
|
40374
|
+
validatorFns[INCLUDES_POTENTIAL_CARD_NUMBER] = (value) => {
|
|
40375
|
+
// This is the same regex currently used in Ghenghis
|
|
40376
|
+
// A potential credit card number is a sequence of 8 to 20 digits, with optional spaces or hyphens between them
|
|
40377
|
+
const regexString = '(?:\\d[ -]*){8,20}';
|
|
40378
|
+
const regex = new RegExp(regexString);
|
|
40379
|
+
return regex.test(value) && luhnValid(value);
|
|
40380
|
+
};
|
|
40381
|
+
|
|
40048
40382
|
const NUMBER_LESS_THAN = 'validator/NUMBER_LESS_THAN';
|
|
40049
40383
|
const NUMBER_LESS_THAN_ERROR = 'error/NUMBER_LESS_THAN';
|
|
40050
40384
|
const numberLessThan = createValidator(
|
|
@@ -47007,8 +47341,7 @@ var RemoveAccountModalModule = function RemoveAccountModalModule(_ref) {
|
|
|
47007
47341
|
};
|
|
47008
47342
|
|
|
47009
47343
|
var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
47010
|
-
var
|
|
47011
|
-
autoPayEnabled = _ref.autoPayEnabled,
|
|
47344
|
+
var autoPayEnabled = _ref.autoPayEnabled,
|
|
47012
47345
|
autoPaySchedule = _ref.autoPaySchedule,
|
|
47013
47346
|
navigateToSettings = _ref.navigateToSettings,
|
|
47014
47347
|
deactivatePaymentSchedule = _ref.deactivatePaymentSchedule,
|
|
@@ -47019,7 +47352,6 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
47019
47352
|
obligationAssocID = _ref.obligationAssocID,
|
|
47020
47353
|
dueDate = _ref.dueDate,
|
|
47021
47354
|
agencyName = _ref.agencyName,
|
|
47022
|
-
config = _ref.config,
|
|
47023
47355
|
configType = _ref.configType,
|
|
47024
47356
|
actions = _ref.actions,
|
|
47025
47357
|
description = _ref.description,
|
|
@@ -47028,22 +47360,12 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
47028
47360
|
_ref$disableActions = _ref.disableActions,
|
|
47029
47361
|
disableActions = _ref$disableActions === void 0 ? false : _ref$disableActions,
|
|
47030
47362
|
_ref$showRemoveButton = _ref.showRemoveButton,
|
|
47031
|
-
showRemoveButton = _ref$showRemoveButton === void 0 ? true : _ref$showRemoveButton
|
|
47032
|
-
_ref$inactiveCanNavig = _ref.inactiveCanNavigateToAccountDetails,
|
|
47033
|
-
inactiveCanNavigateToAccountDetails = _ref$inactiveCanNavig === void 0 ? false : _ref$inactiveCanNavig;
|
|
47363
|
+
showRemoveButton = _ref$showRemoveButton === void 0 ? true : _ref$showRemoveButton;
|
|
47034
47364
|
var _useState = useState(false),
|
|
47035
47365
|
_useState2 = _slicedToArray(_useState, 2),
|
|
47036
47366
|
modalOpen = _useState2[0],
|
|
47037
47367
|
toggleModal = _useState2[1];
|
|
47038
|
-
var deleteObligationAssoc = actions.deleteObligationAssoc
|
|
47039
|
-
setDetailedObligation = actions.setDetailedObligation,
|
|
47040
|
-
navigateToDetailedObligation = actions.navigateToDetailedObligation;
|
|
47041
|
-
var obligationSlug = config.obligationSlug;
|
|
47042
|
-
var detailsSlug = config.type === "ACCOUNT" ? "/profile/accounts/details/".concat(obligationSlug) : "/profile/properties/details/".concat(obligationSlug);
|
|
47043
|
-
var handleDetailsClick = function handleDetailsClick() {
|
|
47044
|
-
setDetailedObligation(obligations, config, obligationAssocID);
|
|
47045
|
-
navigateToDetailedObligation(detailsSlug);
|
|
47046
|
-
};
|
|
47368
|
+
var deleteObligationAssoc = actions.deleteObligationAssoc;
|
|
47047
47369
|
var handleRemoveAccount = function handleRemoveAccount() {
|
|
47048
47370
|
return deleteObligationAssoc(obligationAssocID);
|
|
47049
47371
|
};
|
|
@@ -47056,16 +47378,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
47056
47378
|
nowrap: true,
|
|
47057
47379
|
justify: isMobile && autoPayEnabled && "center",
|
|
47058
47380
|
align: isMobile && autoPayEnabled && "center"
|
|
47059
|
-
},
|
|
47060
|
-
padding: isMobile ? "0 8px 0 0" : "0",
|
|
47061
|
-
extraStyles: isMobile && "flex-grow: 1;"
|
|
47062
|
-
}, /*#__PURE__*/React.createElement(ButtonWithAction, {
|
|
47063
|
-
variant: "tertiary",
|
|
47064
|
-
text: config.type === "ACCOUNT" ? "Account Details" : "Property Details",
|
|
47065
|
-
action: handleDetailsClick,
|
|
47066
|
-
dataQa: "Account Details",
|
|
47067
|
-
extraStyles: isMobile && "flex-grow: 1; width: 100%;"
|
|
47068
|
-
})), autoPayEnabled && /*#__PURE__*/React.createElement(Box, {
|
|
47381
|
+
}, autoPayEnabled && /*#__PURE__*/React.createElement(Box, {
|
|
47069
47382
|
padding: "0",
|
|
47070
47383
|
extraStyles: "flex-grow: 1;"
|
|
47071
47384
|
}, /*#__PURE__*/React.createElement(AutopayModalModule, {
|
|
@@ -47125,7 +47438,7 @@ var InactiveTitleModule = function InactiveTitleModule(_ref) {
|
|
|
47125
47438
|
variant: "extraSmall",
|
|
47126
47439
|
as: "p",
|
|
47127
47440
|
color: BLACK
|
|
47128
|
-
}, "This may mean the balance has been paid
|
|
47441
|
+
}, "This may mean that the balance has been paid, or there was an error loading it.".concat(autoPayEnabled ? " You may disable autopay for this account by pressing the 'Turn off Autopay' button." : ""))));
|
|
47129
47442
|
};
|
|
47130
47443
|
|
|
47131
47444
|
var iconColor = ROYAL_BLUE_VIVID;
|
|
@@ -47160,8 +47473,6 @@ var Obligation = function Obligation(_ref) {
|
|
|
47160
47473
|
inactiveLookupInput = _ref$inactiveLookupIn === void 0 ? "Account" : _ref$inactiveLookupIn,
|
|
47161
47474
|
_ref$inactiveLookupVa = _ref.inactiveLookupValue,
|
|
47162
47475
|
inactiveLookupValue = _ref$inactiveLookupVa === void 0 ? "" : _ref$inactiveLookupVa,
|
|
47163
|
-
_ref$inactiveCanNavig = _ref.inactiveCanNavigateToAccountDetails,
|
|
47164
|
-
inactiveCanNavigateToAccountDetails = _ref$inactiveCanNavig === void 0 ? false : _ref$inactiveCanNavig,
|
|
47165
47476
|
_ref$isInCustomerMana = _ref.isInCustomerManagement,
|
|
47166
47477
|
isInCustomerManagement = _ref$isInCustomerMana === void 0 ? false : _ref$isInCustomerMana,
|
|
47167
47478
|
themeValues = _ref.themeValues,
|
|
@@ -47439,8 +47750,7 @@ var Obligation = function Obligation(_ref) {
|
|
|
47439
47750
|
subDescription: subDescription,
|
|
47440
47751
|
allowedPaymentInstruments: allowedPaymentInstruments,
|
|
47441
47752
|
disableActions: isInCustomerManagement,
|
|
47442
|
-
showRemoveButton: showRemoveButton
|
|
47443
|
-
inactiveCanNavigateToAccountDetails: inactiveCanNavigateToAccountDetails
|
|
47753
|
+
showRemoveButton: showRemoveButton
|
|
47444
47754
|
}))), isMobile && /*#__PURE__*/React.createElement(InactiveControlsModule, {
|
|
47445
47755
|
obligations: obligations,
|
|
47446
47756
|
autoPayEnabled: autoPayEnabled,
|
|
@@ -47459,22 +47769,47 @@ var Obligation = function Obligation(_ref) {
|
|
|
47459
47769
|
subDescription: subDescription,
|
|
47460
47770
|
allowedPaymentInstruments: allowedPaymentInstruments,
|
|
47461
47771
|
disableActions: isInCustomerManagement,
|
|
47462
|
-
showRemoveButton: showRemoveButton
|
|
47463
|
-
inactiveCanNavigateToAccountDetails: inactiveCanNavigateToAccountDetails
|
|
47772
|
+
showRemoveButton: showRemoveButton
|
|
47464
47773
|
}))));
|
|
47465
47774
|
return isLoading ? loadingObligation : inactive ? inactiveObligation : activeObligation;
|
|
47466
47775
|
};
|
|
47467
47776
|
var Obligation$1 = themeComponent(Obligation, "Obligation", fallbackValues$N);
|
|
47468
47777
|
|
|
47778
|
+
var weightTitle$1 = {
|
|
47779
|
+
"default": "600",
|
|
47780
|
+
small: "400"
|
|
47781
|
+
};
|
|
47782
|
+
var detailVariant$1 = {
|
|
47783
|
+
"default": "large",
|
|
47784
|
+
small: "small"
|
|
47785
|
+
};
|
|
47786
|
+
var fallbackValues$O = {
|
|
47787
|
+
weightTitle: weightTitle$1,
|
|
47788
|
+
detailVariant: detailVariant$1
|
|
47789
|
+
};
|
|
47790
|
+
|
|
47469
47791
|
var PartialAmountField = function PartialAmountField(_ref) {
|
|
47470
47792
|
var lineItem = _ref.lineItem,
|
|
47471
47793
|
field = _ref.field,
|
|
47472
47794
|
showErrors = _ref.showErrors,
|
|
47473
47795
|
errorMessages = _ref.errorMessages,
|
|
47474
47796
|
moneyFormat = _ref.moneyFormat,
|
|
47475
|
-
fieldActions = _ref.fieldActions
|
|
47797
|
+
fieldActions = _ref.fieldActions,
|
|
47798
|
+
themeValues = _ref.themeValues;
|
|
47476
47799
|
return /*#__PURE__*/React.createElement(FormInput$1, {
|
|
47477
47800
|
labelTextWhenNoError: lineItem.description,
|
|
47801
|
+
labelDisplayOverride: /*#__PURE__*/React.createElement(Stack, {
|
|
47802
|
+
childGap: "0px"
|
|
47803
|
+
}, /*#__PURE__*/React.createElement(Detail$1, {
|
|
47804
|
+
as: "h3",
|
|
47805
|
+
variant: themeValues.detailVariant,
|
|
47806
|
+
weight: themeValues.weightTitle
|
|
47807
|
+
}, /*#__PURE__*/React.createElement("span", null, lineItem.description)), /*#__PURE__*/React.createElement(Detail$1, {
|
|
47808
|
+
id: lineItem.subDescription,
|
|
47809
|
+
as: "p",
|
|
47810
|
+
variant: themeValues.detailVariant,
|
|
47811
|
+
weight: "400"
|
|
47812
|
+
}, lineItem.subDescription)),
|
|
47478
47813
|
key: lineItem.id,
|
|
47479
47814
|
field: field,
|
|
47480
47815
|
fieldActions: fieldActions,
|
|
@@ -47497,7 +47832,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47497
47832
|
function arePropsEqual(prevProps, nextProps) {
|
|
47498
47833
|
return equals(prevProps.errorMessages, nextProps.errorMessages) && equals(prevProps.field, nextProps.field) && equals(prevProps.showErrors, nextProps.showErrors) && equals(prevProps.moneyFormat, nextProps.moneyFormat) && equals(prevProps.lineItem, nextProps.lineItem);
|
|
47499
47834
|
}
|
|
47500
|
-
var PartialAmountField$1 = /*#__PURE__*/React.memo(PartialAmountField, arePropsEqual);
|
|
47835
|
+
var PartialAmountField$1 = /*#__PURE__*/React.memo(themeComponent(PartialAmountField, "PartialAmountField", fallbackValues$O, "default"), arePropsEqual);
|
|
47501
47836
|
|
|
47502
47837
|
var PartialAmountForm = function PartialAmountForm(_ref) {
|
|
47503
47838
|
var _ref$variant = _ref.variant,
|
|
@@ -47602,7 +47937,7 @@ var numberColor = MATISSE_BLUE;
|
|
|
47602
47937
|
var hoverBackgroundColor$2 = ALABASTER_WHITE;
|
|
47603
47938
|
var activeBackgroundColor$2 = WHITE;
|
|
47604
47939
|
var activeColor$9 = MATISSE_BLUE;
|
|
47605
|
-
var fallbackValues$
|
|
47940
|
+
var fallbackValues$P = {
|
|
47606
47941
|
activeColor: activeColor$9,
|
|
47607
47942
|
activeBackgroundColor: activeBackgroundColor$2,
|
|
47608
47943
|
arrowColor: arrowColor,
|
|
@@ -47796,7 +48131,7 @@ var Pagination = function Pagination(_ref3) {
|
|
|
47796
48131
|
buttonWidth: buttonWidth
|
|
47797
48132
|
}));
|
|
47798
48133
|
};
|
|
47799
|
-
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$
|
|
48134
|
+
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$P);
|
|
47800
48135
|
|
|
47801
48136
|
var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
47802
48137
|
var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
|
|
@@ -47897,7 +48232,7 @@ var labeledAmountTotal = {
|
|
|
47897
48232
|
"default": "large",
|
|
47898
48233
|
small: "small"
|
|
47899
48234
|
};
|
|
47900
|
-
var fallbackValues$
|
|
48235
|
+
var fallbackValues$Q = {
|
|
47901
48236
|
backgroundColor: backgroundColor$c,
|
|
47902
48237
|
lineItem: lineItem,
|
|
47903
48238
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
@@ -48266,7 +48601,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48266
48601
|
isError: isError
|
|
48267
48602
|
});
|
|
48268
48603
|
};
|
|
48269
|
-
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$
|
|
48604
|
+
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$Q, "default");
|
|
48270
48605
|
|
|
48271
48606
|
var linkColor$4 = {
|
|
48272
48607
|
"default": "#3176AA"
|
|
@@ -48286,7 +48621,7 @@ var modalLinkHoverFocus = {
|
|
|
48286
48621
|
var linkTextDecoration = {
|
|
48287
48622
|
"default": LINK_TEXT_DECORATION
|
|
48288
48623
|
};
|
|
48289
|
-
var fallbackValues$
|
|
48624
|
+
var fallbackValues$R = {
|
|
48290
48625
|
linkColor: linkColor$4,
|
|
48291
48626
|
fontSize: fontSize$a,
|
|
48292
48627
|
lineHeight: lineHeight$4,
|
|
@@ -48350,7 +48685,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
48350
48685
|
}, link)
|
|
48351
48686
|
}));
|
|
48352
48687
|
};
|
|
48353
|
-
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$
|
|
48688
|
+
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$R, "default");
|
|
48354
48689
|
|
|
48355
48690
|
var backgroundColor$d = {
|
|
48356
48691
|
"default": "#ffffff",
|
|
@@ -48385,7 +48720,7 @@ var modalLinkTextDecoration = {
|
|
|
48385
48720
|
"default": LINK_TEXT_DECORATION,
|
|
48386
48721
|
footer: "none"
|
|
48387
48722
|
};
|
|
48388
|
-
var fallbackValues$
|
|
48723
|
+
var fallbackValues$S = {
|
|
48389
48724
|
backgroundColor: backgroundColor$d,
|
|
48390
48725
|
linkColor: linkColor$5,
|
|
48391
48726
|
border: border$3,
|
|
@@ -48457,7 +48792,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
48457
48792
|
className: "modal-trigger"
|
|
48458
48793
|
}, link));
|
|
48459
48794
|
};
|
|
48460
|
-
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$
|
|
48795
|
+
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$S, "default");
|
|
48461
48796
|
|
|
48462
48797
|
var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
|
|
48463
48798
|
var onCheck = _ref.onCheck,
|
|
@@ -48962,7 +49297,7 @@ var formConfig$7 = {
|
|
|
48962
49297
|
validators: [required()]
|
|
48963
49298
|
},
|
|
48964
49299
|
nameOnCard: {
|
|
48965
|
-
validators: [required()]
|
|
49300
|
+
validators: [required(), includesPotentialCardNumber()]
|
|
48966
49301
|
},
|
|
48967
49302
|
creditCardNumber: {
|
|
48968
49303
|
validators: [required(), hasLength(15, 16)],
|
|
@@ -49229,7 +49564,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
|
49229
49564
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
49230
49565
|
var borderColor$6 = "".concat(GHOST_GREY);
|
|
49231
49566
|
var focusStyles = "outline: none;";
|
|
49232
|
-
var fallbackValues$
|
|
49567
|
+
var fallbackValues$T = {
|
|
49233
49568
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
49234
49569
|
headingDisabledColor: headingDisabledColor,
|
|
49235
49570
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
@@ -49532,7 +49867,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49532
49867
|
});
|
|
49533
49868
|
})));
|
|
49534
49869
|
};
|
|
49535
|
-
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$
|
|
49870
|
+
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$T);
|
|
49536
49871
|
|
|
49537
49872
|
var RegistrationForm = function RegistrationForm(_ref) {
|
|
49538
49873
|
var clearOnDismount = _ref.clearOnDismount,
|
|
@@ -49652,13 +49987,13 @@ RegistrationForm.mapDispatchToProps = mapDispatchToProps$9;
|
|
|
49652
49987
|
|
|
49653
49988
|
var GRECIAN_GREY$1 = GRECIAN_GREY;
|
|
49654
49989
|
var bannerBackgroundColor = GRECIAN_GREY$1;
|
|
49655
|
-
var fallbackValues$
|
|
49990
|
+
var fallbackValues$U = {
|
|
49656
49991
|
bannerBackgroundColor: bannerBackgroundColor
|
|
49657
49992
|
};
|
|
49658
49993
|
|
|
49659
49994
|
var ResetConfirmationForm = function ResetConfirmationForm() {
|
|
49660
49995
|
var themeContext = useContext(ThemeContext);
|
|
49661
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
49996
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$U, "ResetConfirmationForm");
|
|
49662
49997
|
var isMobile = themeContext.isMobile;
|
|
49663
49998
|
return /*#__PURE__*/React.createElement(Box, {
|
|
49664
49999
|
padding: "0",
|
|
@@ -49773,13 +50108,13 @@ ResetPasswordForm.mapDispatchToProps = mapDispatchToProps$a;
|
|
|
49773
50108
|
|
|
49774
50109
|
var GRECIAN_GREY$2 = GRECIAN_GREY;
|
|
49775
50110
|
var bannerBackgroundColor$1 = GRECIAN_GREY$2;
|
|
49776
|
-
var fallbackValues$
|
|
50111
|
+
var fallbackValues$V = {
|
|
49777
50112
|
bannerBackgroundColor: bannerBackgroundColor$1
|
|
49778
50113
|
};
|
|
49779
50114
|
|
|
49780
50115
|
var ResetPasswordSuccess = function ResetPasswordSuccess() {
|
|
49781
50116
|
var themeContext = useContext(ThemeContext);
|
|
49782
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
50117
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$V, "ResetPasswordSuccess");
|
|
49783
50118
|
var isMobile = themeContext.isMobile;
|
|
49784
50119
|
return /*#__PURE__*/React.createElement(Box, {
|
|
49785
50120
|
padding: "0",
|
|
@@ -49828,7 +50163,7 @@ var ResetPasswordSuccess$1 = withWindowSize(ResetPasswordSuccess);
|
|
|
49828
50163
|
var activeTabBackground = "#FFFFFF";
|
|
49829
50164
|
var activeTabAccent = "#15749D";
|
|
49830
50165
|
var activeTabHover = "#B8D5E1";
|
|
49831
|
-
var fallbackValues$
|
|
50166
|
+
var fallbackValues$W = {
|
|
49832
50167
|
activeTabBackground: activeTabBackground,
|
|
49833
50168
|
activeTabAccent: activeTabAccent,
|
|
49834
50169
|
activeTabHover: activeTabHover
|
|
@@ -49896,12 +50231,12 @@ var Tabs = function Tabs(_ref) {
|
|
|
49896
50231
|
}, tab.content);
|
|
49897
50232
|
}))));
|
|
49898
50233
|
};
|
|
49899
|
-
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$
|
|
50234
|
+
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$W);
|
|
49900
50235
|
|
|
49901
50236
|
var activeTabBackground$1 = "#FFFFFF";
|
|
49902
50237
|
var activeTabAccent$1 = "#15749D";
|
|
49903
50238
|
var activeTabHover$1 = "#B8D5E1";
|
|
49904
|
-
var fallbackValues$
|
|
50239
|
+
var fallbackValues$X = {
|
|
49905
50240
|
activeTabBackground: activeTabBackground$1,
|
|
49906
50241
|
activeTabAccent: activeTabAccent$1,
|
|
49907
50242
|
activeTabHover: activeTabHover$1
|
|
@@ -49956,7 +50291,7 @@ var TabSidebar = function TabSidebar(_ref) {
|
|
|
49956
50291
|
}, text)))));
|
|
49957
50292
|
})));
|
|
49958
50293
|
};
|
|
49959
|
-
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$
|
|
50294
|
+
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$X);
|
|
49960
50295
|
|
|
49961
50296
|
var Timeout = function Timeout(_ref) {
|
|
49962
50297
|
var onLogout = _ref.onLogout;
|
|
@@ -50077,7 +50412,7 @@ var fontColor$1 = WHITE;
|
|
|
50077
50412
|
var textAlign$1 = "left";
|
|
50078
50413
|
var headerBackgroundColor$1 = BRIGHT_GREY;
|
|
50079
50414
|
var imageBackgroundColor$1 = MATISSE_BLUE;
|
|
50080
|
-
var fallbackValues$
|
|
50415
|
+
var fallbackValues$Y = {
|
|
50081
50416
|
fontWeight: fontWeight$8,
|
|
50082
50417
|
fontColor: fontColor$1,
|
|
50083
50418
|
textAlign: textAlign$1,
|
|
@@ -50122,7 +50457,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
|
|
|
50122
50457
|
src: welcomeImage
|
|
50123
50458
|
})))));
|
|
50124
50459
|
};
|
|
50125
|
-
var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$
|
|
50460
|
+
var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$Y));
|
|
50126
50461
|
|
|
50127
50462
|
var WorkflowTile = function WorkflowTile(_ref) {
|
|
50128
50463
|
var _ref$workflowName = _ref.workflowName,
|
|
@@ -50182,7 +50517,7 @@ var menuItemColorDelete = RAZZMATAZZ_RED;
|
|
|
50182
50517
|
var menuItemHoverBackgroundColor = CORNFLOWER_BLUE;
|
|
50183
50518
|
var menuItemHoverBackgroundColorDelete = BLUSH_RED;
|
|
50184
50519
|
var menuItemHoverColor = ROYAL_BLUE_VIVID;
|
|
50185
|
-
var fallbackValues$
|
|
50520
|
+
var fallbackValues$Z = {
|
|
50186
50521
|
menuItemBackgroundColor: menuItemBackgroundColor,
|
|
50187
50522
|
menuItemColor: menuItemColor,
|
|
50188
50523
|
menuItemColorDelete: menuItemColorDelete,
|
|
@@ -50249,13 +50584,13 @@ var PopupMenuItem = function PopupMenuItem(_ref) {
|
|
|
50249
50584
|
extraStyles: textExtraStyles
|
|
50250
50585
|
}, text)));
|
|
50251
50586
|
};
|
|
50252
|
-
var PopupMenuItem$1 = themeComponent(PopupMenuItem, "PopupMenuItem", fallbackValues$
|
|
50587
|
+
var PopupMenuItem$1 = themeComponent(PopupMenuItem, "PopupMenuItem", fallbackValues$Z);
|
|
50253
50588
|
|
|
50254
50589
|
var hoverColor$5 = "#116285";
|
|
50255
50590
|
var activeColor$a = "#0E506D";
|
|
50256
50591
|
var menuTriggerColor = "#15749D";
|
|
50257
50592
|
var backgroundColor$e = "white";
|
|
50258
|
-
var fallbackValues$
|
|
50593
|
+
var fallbackValues$_ = {
|
|
50259
50594
|
hoverColor: hoverColor$5,
|
|
50260
50595
|
activeColor: activeColor$a,
|
|
50261
50596
|
menuTriggerColor: menuTriggerColor,
|
|
@@ -50391,13 +50726,13 @@ var PopupMenu = function PopupMenu(_ref) {
|
|
|
50391
50726
|
}, item));
|
|
50392
50727
|
})));
|
|
50393
50728
|
};
|
|
50394
|
-
var PopupMenu$1 = themeComponent(PopupMenu, "PopupMenu", fallbackValues$
|
|
50729
|
+
var PopupMenu$1 = themeComponent(PopupMenu, "PopupMenu", fallbackValues$_);
|
|
50395
50730
|
|
|
50396
50731
|
var primaryColor$1 = WHITE;
|
|
50397
50732
|
var primaryHoverColor = INFO_BLUE;
|
|
50398
50733
|
var secondaryColor = MATISSE_BLUE;
|
|
50399
50734
|
var secondaryHoverColor = "#115D7E";
|
|
50400
|
-
var fallbackValues
|
|
50735
|
+
var fallbackValues$$ = {
|
|
50401
50736
|
primaryColor: primaryColor$1,
|
|
50402
50737
|
primaryHoverColor: primaryHoverColor,
|
|
50403
50738
|
secondaryColor: secondaryColor,
|
|
@@ -51099,10 +51434,10 @@ var MultipleSelectFilter = function MultipleSelectFilter(_ref) {
|
|
|
51099
51434
|
ariaLabel: "Apply all filters"
|
|
51100
51435
|
}))));
|
|
51101
51436
|
};
|
|
51102
|
-
var MultipleSelectFilter$1 = themeComponent(MultipleSelectFilter, "MultipleSelectFilter", fallbackValues
|
|
51437
|
+
var MultipleSelectFilter$1 = themeComponent(MultipleSelectFilter, "MultipleSelectFilter", fallbackValues$$);
|
|
51103
51438
|
|
|
51104
51439
|
var pageBackground = "#FBFCFD";
|
|
51105
|
-
var fallbackValues
|
|
51440
|
+
var fallbackValues$10 = {
|
|
51106
51441
|
pageBackground: pageBackground
|
|
51107
51442
|
};
|
|
51108
51443
|
|
|
@@ -51150,7 +51485,7 @@ var CenterSingle = function CenterSingle(_ref) {
|
|
|
51150
51485
|
padding: "0"
|
|
51151
51486
|
})));
|
|
51152
51487
|
};
|
|
51153
|
-
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues
|
|
51488
|
+
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$10));
|
|
51154
51489
|
|
|
51155
51490
|
var CenterStack = function CenterStack(_ref) {
|
|
51156
51491
|
var header = _ref.header,
|
|
@@ -51193,7 +51528,7 @@ var CenterStack = function CenterStack(_ref) {
|
|
|
51193
51528
|
padding: "0"
|
|
51194
51529
|
})));
|
|
51195
51530
|
};
|
|
51196
|
-
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues
|
|
51531
|
+
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$10));
|
|
51197
51532
|
|
|
51198
51533
|
var CenterSingle$2 = function CenterSingle(_ref) {
|
|
51199
51534
|
var header = _ref.header,
|
|
@@ -51239,7 +51574,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
|
|
|
51239
51574
|
padding: "0"
|
|
51240
51575
|
})));
|
|
51241
51576
|
};
|
|
51242
|
-
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues
|
|
51577
|
+
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$10));
|
|
51243
51578
|
|
|
51244
51579
|
var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
51245
51580
|
var header = _ref.header,
|
|
@@ -51292,7 +51627,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
|
51292
51627
|
padding: "0"
|
|
51293
51628
|
})));
|
|
51294
51629
|
};
|
|
51295
|
-
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues
|
|
51630
|
+
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$10));
|
|
51296
51631
|
|
|
51297
51632
|
var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
51298
51633
|
var header = _ref.header,
|
|
@@ -51362,7 +51697,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
51362
51697
|
key: "footer-box"
|
|
51363
51698
|
})));
|
|
51364
51699
|
};
|
|
51365
|
-
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues
|
|
51700
|
+
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$10));
|
|
51366
51701
|
|
|
51367
51702
|
var useFocusInvalidInput = function useFocusInvalidInput(hasErrors) {
|
|
51368
51703
|
var resetHasErrors = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function () {};
|