@thecb/components 10.4.4-beta.7 → 10.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist/index.cjs.js +146 -996
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.esm.js +147 -994
  4. package/dist/index.esm.js.map +1 -1
  5. package/package.json +1 -1
  6. package/src/.DS_Store +0 -0
  7. package/src/components/atoms/icons/IconAdd.js +9 -3
  8. package/src/components/atoms/icons/IconQuitLarge.js +0 -1
  9. package/src/components/atoms/icons/PropertiesAddIcon.js +0 -1
  10. package/src/components/atoms/icons/icons.stories.js +1 -9
  11. package/src/components/atoms/icons/index.js +1 -7
  12. package/src/components/atoms/placeholder/Placeholder.js +27 -96
  13. package/src/components/atoms/placeholder/Placeholder.stories.js +0 -1
  14. package/src/components/atoms/placeholder/Placeholder.theme.js +2 -8
  15. package/src/components/molecules/editable-list/EditableList.js +2 -16
  16. package/src/components/molecules/editable-list/EditableList.stories.js +3 -1
  17. package/src/components/molecules/toast-notification/ToastNotification.js +16 -12
  18. package/src/components/molecules/toast-notification/ToastNotification.stories.js +38 -0
  19. package/src/hooks/use-toast-notification/index.js +1 -1
  20. package/dist/src/apps/checkout/pages/payment/sub-pages/payment-amount/PaymentAmount_old.js +0 -49322
  21. package/src/components/.DS_Store +0 -0
  22. package/src/components/atoms/.DS_Store +0 -0
  23. package/src/components/atoms/icons/.DS_Store +0 -0
  24. package/src/components/atoms/icons/DisabledAccountsAddIcon.js +0 -200
  25. package/src/components/atoms/icons/DisabledPaymentMethodsAddIcon.js +0 -62
  26. package/src/components/atoms/icons/DisabledPropertiesAddIcon.js +0 -54
package/dist/index.esm.js CHANGED
@@ -14123,7 +14123,9 @@ var GenericErrorIcon = function GenericErrorIcon() {
14123
14123
  }));
14124
14124
  };
14125
14125
 
14126
- var IconAdd = function IconAdd() {
14126
+ var IconAdd = function IconAdd(_ref) {
14127
+ var _ref$strokeWidth = _ref.strokeWidth,
14128
+ strokeWidth = _ref$strokeWidth === void 0 ? 1 : _ref$strokeWidth;
14127
14129
  return /*#__PURE__*/React.createElement("svg", {
14128
14130
  xmlns: "http://www.w3.org/2000/svg",
14129
14131
  xmlnsXlink: "http://www.w3.org/1999/xlink",
@@ -14138,7 +14140,7 @@ var IconAdd = function IconAdd() {
14138
14140
  fill: "none",
14139
14141
  fillRule: "evenodd",
14140
14142
  stroke: "none",
14141
- strokeWidth: "1"
14143
+ strokeWidth: strokeWidth
14142
14144
  }, /*#__PURE__*/React.createElement("g", {
14143
14145
  transform: "translate(-407 -563)"
14144
14146
  }, /*#__PURE__*/React.createElement("g", {
@@ -14156,6 +14158,7 @@ var IconAdd = function IconAdd() {
14156
14158
  xlinkHref: "#path-1"
14157
14159
  })), /*#__PURE__*/React.createElement("circle", {
14158
14160
  className: "stroke",
14161
+ strokeWidth: strokeWidth,
14159
14162
  cx: "8.155",
14160
14163
  cy: "8.072",
14161
14164
  r: "8"
@@ -14172,7 +14175,7 @@ var IconQuitLarge = function IconQuitLarge(_ref) {
14172
14175
  version: "1.1",
14173
14176
  xmlns: "http://www.w3.org/2000/svg",
14174
14177
  xmlnsXlink: "http://www.w3.org/1999/xlink"
14175
- }, /*#__PURE__*/React.createElement("title", null, "Icon/X"), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("polygon", {
14178
+ }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("polygon", {
14176
14179
  id: "quit-large-path-1",
14177
14180
  points: "18.9999989 6.40999946 17.589999 4.9999997 11.9999993 10.5899995 6.40999946 4.9999997 4.9999997 6.40999946 10.5899995 11.9999993 4.9999997 17.589999 6.40999946 18.9999989 11.9999993 13.409999 17.589999 18.9999989 18.9999989 17.589999 13.409999 11.9999993"
14178
14181
  })), /*#__PURE__*/React.createElement("g", {
@@ -18426,285 +18429,6 @@ var TrashIconV2 = function TrashIconV2(_ref) {
18426
18429
  };
18427
18430
  var TrashIconV2$1 = themeComponent(TrashIconV2, "Icons", fallbackValues$2, "primary");
18428
18431
 
18429
- var DisabledAccountsAddIcon = function DisabledAccountsAddIcon() {
18430
- return /*#__PURE__*/React.createElement("svg", {
18431
- width: "100",
18432
- height: "100",
18433
- viewBox: "0 0 100 100",
18434
- fill: "none",
18435
- xmlns: "http://www.w3.org/2000/svg"
18436
- }, /*#__PURE__*/React.createElement("path", {
18437
- fillRule: "evenodd",
18438
- clipRule: "evenodd",
18439
- d: "M77.0408 78.1002V32.5154C77.0408 31.9007 76.5506 31.4039 75.9474 31.4039H32.3148C31.7106 31.4039 31.2213 31.9007 31.2213 32.5154V84.5326C31.2213 84.5326 55.7247 98.7028 77.0408 78.1002Z",
18440
- fill: "white"
18441
- }), /*#__PURE__*/React.createElement("path", {
18442
- fillRule: "evenodd",
18443
- clipRule: "evenodd",
18444
- d: "M88.0002 51.4983C88.0002 72.4847 70.9876 89.4983 50.0002 89.4983C29.0128 89.4983 12.0002 72.4847 12.0002 51.4983C12.0002 30.5109 29.0128 13.4983 50.0002 13.4983C59.0261 13.4983 67.3177 16.6447 73.8366 21.902C82.475 28.8674 88.0002 39.5368 88.0002 51.4983Z",
18445
- stroke: "#878E9B",
18446
- strokeWidth: "2.59255",
18447
- strokeLinejoin: "round"
18448
- }), /*#__PURE__*/React.createElement("path", {
18449
- d: "M77.0408 78.1002V32.5154C77.0408 31.9007 76.5506 31.4039 75.9474 31.4039H32.3148C31.7106 31.4039 31.2213 31.9007 31.2213 32.5154V81.3853",
18450
- stroke: "#878E9B",
18451
- strokeWidth: "2.0653",
18452
- strokeLinecap: "round",
18453
- strokeLinejoin: "round"
18454
- }), /*#__PURE__*/React.createElement("path", {
18455
- fillRule: "evenodd",
18456
- clipRule: "evenodd",
18457
- d: "M23.3362 78.1002V11.6448C23.3362 11.0302 23.8264 10.5324 24.4306 10.5324H68.0622C68.6664 10.5324 69.1556 11.0302 69.1556 11.6448V84.1973C69.1556 84.1973 58.4947 90.719 43.9673 88.1179C32.3336 86.0346 23.3362 78.1002 23.3362 78.1002Z",
18458
- fill: "white"
18459
- }), /*#__PURE__*/React.createElement("path", {
18460
- d: "M69.156 84.1973V11.6448C69.156 11.0302 68.6658 10.5324 68.0625 10.5324H24.43C23.8258 10.5324 23.3365 11.0302 23.3365 11.6448V78.1002",
18461
- stroke: "#878E9B",
18462
- strokeWidth: "2.0653",
18463
- strokeLinecap: "round",
18464
- strokeLinejoin: "round"
18465
- }), /*#__PURE__*/React.createElement("path", {
18466
- d: "M23.3362 19.3115H69.1556",
18467
- stroke: "#878E9B",
18468
- strokeWidth: "1.9285",
18469
- strokeLinecap: "round",
18470
- strokeLinejoin: "round"
18471
- }), /*#__PURE__*/React.createElement("path", {
18472
- d: "M69.156 40.1818H77.041",
18473
- stroke: "#878E9B",
18474
- strokeWidth: "1.9285",
18475
- strokeLinecap: "round",
18476
- strokeLinejoin: "round"
18477
- }), /*#__PURE__*/React.createElement("path", {
18478
- fillRule: "evenodd",
18479
- clipRule: "evenodd",
18480
- d: "M29.82 36.5974H62.672V31.4038H29.82V36.5974Z",
18481
- fill: "white"
18482
- }), /*#__PURE__*/React.createElement("path", {
18483
- fillRule: "evenodd",
18484
- clipRule: "evenodd",
18485
- d: "M29.82 36.5974H62.672V31.4038H29.82V36.5974Z",
18486
- stroke: "#878E9B",
18487
- strokeWidth: "2.0653",
18488
- strokeLinecap: "round",
18489
- strokeLinejoin: "round"
18490
- }), /*#__PURE__*/React.createElement("path", {
18491
- fillRule: "evenodd",
18492
- clipRule: "evenodd",
18493
- d: "M29.82 45.9207H62.672V40.7271H29.82V45.9207Z",
18494
- fill: "white"
18495
- }), /*#__PURE__*/React.createElement("path", {
18496
- fillRule: "evenodd",
18497
- clipRule: "evenodd",
18498
- d: "M29.82 45.9207H62.672V40.7271H29.82V45.9207Z",
18499
- stroke: "#878E9B",
18500
- strokeWidth: "2.0653",
18501
- strokeLinecap: "round",
18502
- strokeLinejoin: "round"
18503
- }), /*#__PURE__*/React.createElement("path", {
18504
- d: "M29.8201 26.2602H46.2466",
18505
- stroke: "#878E9B",
18506
- strokeWidth: "2.0653",
18507
- strokeLinecap: "round",
18508
- strokeLinejoin: "round"
18509
- }), /*#__PURE__*/React.createElement("path", {
18510
- fillRule: "evenodd",
18511
- clipRule: "evenodd",
18512
- d: "M29.82 63.0901H62.672V57.8964H29.82V63.0901Z",
18513
- fill: "white"
18514
- }), /*#__PURE__*/React.createElement("path", {
18515
- fillRule: "evenodd",
18516
- clipRule: "evenodd",
18517
- d: "M29.82 63.0901H62.672V57.8964H29.82V63.0901Z",
18518
- stroke: "#878E9B",
18519
- strokeWidth: "2.0653",
18520
- strokeLinecap: "round",
18521
- strokeLinejoin: "round"
18522
- }), /*#__PURE__*/React.createElement("path", {
18523
- fillRule: "evenodd",
18524
- clipRule: "evenodd",
18525
- d: "M29.82 72.4143H62.672V67.2207H29.82V72.4143Z",
18526
- fill: "white"
18527
- }), /*#__PURE__*/React.createElement("path", {
18528
- fillRule: "evenodd",
18529
- clipRule: "evenodd",
18530
- d: "M29.82 72.4143H62.672V67.2207H29.82V72.4143Z",
18531
- stroke: "#878E9B",
18532
- strokeWidth: "2.0653",
18533
- strokeLinecap: "round",
18534
- strokeLinejoin: "round"
18535
- }), /*#__PURE__*/React.createElement("path", {
18536
- fillRule: "evenodd",
18537
- clipRule: "evenodd",
18538
- d: "M48.3403 83.2719H62.672V79.298H48.3403V83.2719Z",
18539
- fill: "#878E9B"
18540
- }), /*#__PURE__*/React.createElement("path", {
18541
- fillRule: "evenodd",
18542
- clipRule: "evenodd",
18543
- d: "M48.3403 83.2719H62.672V79.298H48.3403V83.2719Z",
18544
- stroke: "#878E9B",
18545
- strokeWidth: "2.0653",
18546
- strokeLinecap: "round",
18547
- strokeLinejoin: "round"
18548
- }), /*#__PURE__*/React.createElement("path", {
18549
- d: "M29.8201 52.7535H46.2466",
18550
- stroke: "#878E9B",
18551
- strokeWidth: "2.0653",
18552
- strokeLinecap: "round",
18553
- strokeLinejoin: "round"
18554
- }), /*#__PURE__*/React.createElement("path", {
18555
- d: "M73.8364 21.9017C82.4748 28.8671 88 39.5365 88 51.498C88 72.4844 70.9874 89.498 50 89.498C29.0126 89.498 12 72.4844 12 51.498",
18556
- stroke: "#878E9B",
18557
- strokeWidth: "2.59255",
18558
- strokeLinejoin: "round"
18559
- }), /*#__PURE__*/React.createElement("path", {
18560
- fillRule: "evenodd",
18561
- clipRule: "evenodd",
18562
- d: "M69.1557 40.1818H77.0407V31.4038H69.1557V40.1818Z",
18563
- fill: "#878E9B"
18564
- }), /*#__PURE__*/React.createElement("path", {
18565
- fillRule: "evenodd",
18566
- clipRule: "evenodd",
18567
- d: "M23.3363 19.3112H69.1557V10.5323H23.3363V19.3112Z",
18568
- fill: "#878E9B"
18569
- }), /*#__PURE__*/React.createElement("path", {
18570
- d: "M72.0041 90.1C79.3495 90.1 85.3041 84.1454 85.3041 76.8C85.3041 69.4546 79.3495 63.5 72.0041 63.5C64.6587 63.5 58.7041 69.4546 58.7041 76.8C58.7041 84.1454 64.6587 90.1 72.0041 90.1Z",
18571
- fill: "#878E9B"
18572
- }), /*#__PURE__*/React.createElement("path", {
18573
- fillRule: "evenodd",
18574
- clipRule: "evenodd",
18575
- d: "M79.2041 77.5H73.2041V83.5H71.2041V77.5H65.2041V75.5H71.2041V69.5H73.2041V75.5H79.2041V77.5Z",
18576
- fill: "white"
18577
- }), /*#__PURE__*/React.createElement("mask", {
18578
- id: "mask0_7610_37196",
18579
- style: {
18580
- maskType: "luminance"
18581
- },
18582
- maskUnits: "userSpaceOnUse",
18583
- x: "65",
18584
- y: "69",
18585
- width: "15",
18586
- height: "15"
18587
- }, /*#__PURE__*/React.createElement("path", {
18588
- fillRule: "evenodd",
18589
- clipRule: "evenodd",
18590
- d: "M79.2041 77.5H73.2041V83.5H71.2041V77.5H65.2041V75.5H71.2041V69.5H73.2041V75.5H79.2041V77.5Z",
18591
- fill: "white"
18592
- })), /*#__PURE__*/React.createElement("g", {
18593
- mask: "url(#mask0_7610_37196)"
18594
- }, /*#__PURE__*/React.createElement("rect", {
18595
- x: "60.2041",
18596
- y: "64.5",
18597
- width: "24",
18598
- height: "24",
18599
- fill: "white"
18600
- })));
18601
- };
18602
-
18603
- var DisabledPropertiesAddIcon = function DisabledPropertiesAddIcon() {
18604
- return /*#__PURE__*/React.createElement("svg", {
18605
- width: "100",
18606
- height: "100",
18607
- viewBox: "0 0 100 100",
18608
- fill: "none",
18609
- xmlns: "http://www.w3.org/2000/svg"
18610
- }, /*#__PURE__*/React.createElement("path", {
18611
- fillRule: "evenodd",
18612
- clipRule: "evenodd",
18613
- d: "M81.2621 37.7524C81.2621 38.0343 81.0333 38.2631 80.7514 38.2631H61.1325C60.8505 38.2631 60.6227 38.0343 60.6227 37.7524V36.6749C60.6227 36.393 60.8505 36.1641 61.1325 36.1641H80.7514C81.0333 36.1641 81.2621 36.393 81.2621 36.6749V37.7524ZM72.0783 49.0989V40.0831C72.0783 39.5434 72.5147 39.107 73.0544 39.107H79.2877C79.8274 39.107 80.2638 39.5434 80.2638 40.0831V48.2087C80.2638 48.7485 79.8274 49.1858 79.2877 49.1858H72.1643C72.116 49.1858 72.0783 49.1462 72.0783 49.0989ZM79.4277 51.0531C79.8892 51.0531 80.2638 51.4277 80.2638 51.8902V60.2948C80.2638 60.7564 79.8892 61.131 79.4277 61.131H72.9144C72.4529 61.131 72.0783 60.7564 72.0783 60.2948V51.0531H79.4277ZM61.6519 48.2898V40.003C61.6519 39.5077 62.0526 39.107 62.5479 39.107H68.9414C69.4367 39.107 69.8374 39.5077 69.8374 40.003V49.1791C69.8374 49.1829 69.8345 49.1858 69.8316 49.1858H62.5479C62.0526 49.1858 61.6519 48.7842 61.6519 48.2898ZM62.6444 51.0531H69.7351C69.7911 51.0531 69.8374 51.0994 69.8374 51.1564V60.1394C69.8374 60.6868 69.3933 61.131 68.8458 61.131H62.6444C62.096 61.131 61.6519 60.6868 61.6519 60.1394V52.0456C61.6519 51.4972 62.096 51.0531 62.6444 51.0531ZM81.2621 63.845C81.2621 64.1269 81.0333 64.3567 80.7514 64.3567H61.1325C60.8505 64.3567 60.6227 64.1269 60.6227 63.845V62.7675C60.6227 62.4856 60.8505 62.2577 61.1325 62.2577H80.7514C81.0333 62.2577 81.2621 62.4856 81.2621 62.7675V63.845ZM63.917 17.6758L62.0526 16.4226L40.6542 30.8134V73.442H44.0422V36.7994C44.0422 36.448 44.327 36.1641 44.6775 36.1641H57.367C57.7175 36.1641 58.0023 36.448 58.0023 36.7994V73.442H73.8365H78.2199C79.7917 71.6057 81.8328 68.8076 83.4635 65.1571V65.1474V30.8085L63.917 17.6758ZM46.1624 12.7267V18.6152L50.7881 15.4735V12.5857V9.95762V8.28345H46.1624V10.0986V12.7267ZM88.2929 28.3726L63.216 11.5227C62.8617 11.2871 62.4571 11.1693 62.0526 11.1693C61.648 11.1693 61.2425 11.2871 60.8882 11.5237L40.8 25.0204L35.8403 28.3533C35.6385 28.4875 35.5844 28.7607 35.7196 28.9625L36.5586 30.2254C36.6436 30.3528 36.7845 30.4223 36.9265 30.4223C37.0114 30.4223 37.0974 30.3982 37.1727 30.347L38.2521 29.6219L62.0526 13.6313L86.9615 30.3673C87.032 30.4136 87.1102 30.4358 87.1884 30.4358C87.3187 30.4358 87.4481 30.3721 87.5263 30.2543L88.4049 28.9335C88.5285 28.7482 88.4792 28.4971 88.2929 28.3726ZM38.2525 59.7028V73.4418H28.7249C28.6313 73.382 28.5454 73.3096 28.4565 73.2439C28.3185 73.1406 28.1852 73.0305 28.0578 72.9147C27.9757 72.8394 27.8917 72.765 27.8145 72.6849C27.6407 72.5024 27.4804 72.3093 27.3356 72.1046C27.2825 72.0293 27.2361 71.9501 27.1869 71.8729C27.0681 71.6846 26.96 71.4886 26.8673 71.284C26.8403 71.226 26.8094 71.171 26.7852 71.1131C26.6771 70.8533 26.595 70.5811 26.5323 70.302C26.5168 70.2325 26.5043 70.162 26.4908 70.0916C26.4367 69.7961 26.399 69.4939 26.399 69.183C26.4 66.0104 29.339 63.4876 32.6159 64.23C33.034 64.3304 33.4617 64.1354 33.6712 63.7647C33.8575 63.4345 34.069 63.1236 34.2901 62.8223C34.3383 62.7576 34.3857 62.692 34.4349 62.6292C34.6579 62.3415 34.8935 62.0673 35.1465 61.8086C35.188 61.767 35.2314 61.7284 35.2739 61.6879C35.5085 61.4571 35.7547 61.2389 36.0096 61.0352L36.1593 60.9145C36.4431 60.6982 36.7395 60.4993 37.0466 60.3159C37.1132 60.2753 37.1808 60.2387 37.2484 60.2C37.5554 60.0272 37.8692 59.866 38.1945 59.7269C38.209 59.7211 38.2225 59.7134 38.238 59.7067C38.2428 59.7057 38.2476 59.7047 38.2525 59.7028ZM48.0673 55.2366C48.8272 55.2366 49.4441 55.8536 49.4441 56.6134C49.4441 57.3732 48.8272 57.9892 48.0673 57.9892C47.3075 57.9892 46.6915 57.3732 46.6915 56.6134C46.6915 55.8536 47.3075 55.2366 48.0673 55.2366Z",
18614
- fill: "#FEFEFE"
18615
- }), /*#__PURE__*/React.createElement("path", {
18616
- fillRule: "evenodd",
18617
- clipRule: "evenodd",
18618
- d: "M43.8455 10.3697V13.0248C26.1702 15.8566 12.6213 31.209 12.6213 49.6694C12.6213 53.4068 13.1823 57.0139 14.2144 60.4192C14.4606 61.2331 14.7358 62.0326 15.036 62.8214C16.5171 66.7152 18.6316 70.2992 21.2596 73.4419C21.9558 74.2732 22.6847 75.0765 23.4494 75.844C30.1741 82.5987 39.4767 86.787 49.7399 86.787C60.0032 86.787 69.3048 82.5987 76.0304 75.844C76.7951 75.0765 77.5231 74.2732 78.2192 73.4419C80.3143 70.9354 82.0802 68.149 83.4638 65.1473C84.4863 62.9276 85.2944 60.5911 85.866 58.1628C86.508 55.4334 86.8575 52.5919 86.8575 49.6694C86.8575 46.7603 86.5225 43.9005 85.8746 41.1373L85.8669 36.1379L85.866 35.6252V33.2269C85.8998 33.3013 86.4395 34.3807 86.4559 34.4232C88.4323 39.186 89.4789 44.3504 89.4789 49.6694C89.4789 55.5637 88.1793 61.1578 85.866 66.1939C85.1582 67.7367 84.3569 69.2275 83.4638 70.6554C82.8671 71.6113 82.2376 72.543 81.5656 73.4419C80.9448 74.2703 80.2854 75.0678 79.6037 75.844C72.3142 84.1502 61.6329 89.4083 49.7399 89.4083C27.827 89.4083 10 71.5813 10 49.6694C10 29.7598 24.7181 13.2266 43.8455 10.3697ZM80.751 62.2576C81.033 62.2576 81.2618 62.4855 81.2618 62.7674V63.8459C81.2618 64.1278 81.033 64.3566 80.751 64.3566H61.1331C60.8512 64.3566 60.6223 64.1278 60.6223 63.8459V62.7674C60.6223 62.4855 60.8512 62.2576 61.1331 62.2576H80.751ZM53.1047 10.0859C54.6948 10.223 56.2744 10.4421 57.8308 10.7665L56.7041 11.5573L54.7219 12.8897C54.6456 12.879 54.5684 12.8694 54.4921 12.8588C54.0315 12.7989 53.5681 12.7661 53.1047 12.7236V10.0859ZM80.751 36.165H61.1331C60.8512 36.165 60.6223 36.3929 60.6223 36.6748V37.7523C60.6223 38.0342 60.8512 38.2631 61.1331 38.2631H80.751C81.033 38.2631 81.2618 38.0342 81.2618 37.7523V36.6748C81.2618 36.3929 81.033 36.165 80.751 36.165ZM61.6525 60.1393C61.6525 60.6868 62.0966 61.1309 62.6441 61.1309H68.8455C69.3929 61.1309 69.837 60.6868 69.837 60.1393V51.1563C69.837 51.0994 69.7907 51.054 69.7347 51.054H62.6441C62.0966 51.054 61.6525 51.4971 61.6525 52.0456V60.1393ZM72.0789 60.2948C72.0789 60.7563 72.4526 61.1309 72.9151 61.1309H79.4273C79.8889 61.1309 80.2635 60.7563 80.2635 60.2948V51.8901C80.2635 51.4276 79.8889 51.054 79.4273 51.054H72.0789V60.2948ZM69.8313 49.1857C69.8342 49.1857 69.837 49.1828 69.837 49.179V40.0029C69.837 39.5086 69.4364 39.1069 68.942 39.1069H62.5475C62.0532 39.1069 61.6525 39.5086 61.6525 40.0029V48.2898C61.6525 48.7841 62.0532 49.1857 62.5475 49.1857H69.8313ZM79.2873 49.1857C79.8271 49.1857 80.2635 48.7484 80.2635 48.2087V40.083C80.2635 39.5443 79.8271 39.1069 79.2873 39.1069H73.0541C72.5153 39.1069 72.0789 39.5443 72.0789 40.083V49.0989C72.0789 49.1462 72.1166 49.1857 72.1639 49.1857H79.2873ZM88.2935 28.3725L63.2157 11.5226C62.8623 11.287 62.4577 11.1692 62.0532 11.1692C61.6477 11.1692 61.2422 11.287 60.8888 11.5236L40.7997 25.0213L35.8399 28.3532C35.6381 28.4874 35.585 28.7616 35.7192 28.9634L36.5592 30.2253C36.6432 30.3527 36.7842 30.4222 36.9261 30.4222C37.0111 30.4222 37.097 30.3981 37.1723 30.3469L38.2517 29.6219L62.0522 13.6313L86.9621 30.3672C87.0316 30.4145 87.1098 30.4358 87.188 30.4358C87.3193 30.4358 87.4487 30.373 87.5269 30.2552L88.4055 28.9335C88.5291 28.7481 88.4789 28.497 88.2935 28.3725ZM46.1621 8.28337V10.0995V12.7266L46.163 18.6152L50.7878 15.4734V12.5856V9.95755V8.28337H46.1621ZM46.6921 56.6133C46.6921 57.3732 47.3071 57.9892 48.067 57.9892C48.8278 57.9892 49.4438 57.3732 49.4438 56.6133C49.4438 55.8535 48.8278 55.2375 48.067 55.2375C47.3071 55.2375 46.6921 55.8535 46.6921 56.6133ZM38.2517 40.9027L18.3499 40.8689L18.405 64.5555L26.2419 64.5372C26.4282 64.3267 26.6242 64.1249 26.8347 63.9376V60.3488C26.8347 60.2059 26.9506 60.0901 27.0944 60.0901H33.5131C33.6569 60.0901 33.7728 60.2059 33.7728 60.3488V60.4541C34.5848 59.6266 35.5223 58.9489 36.5351 58.4063V55.6768C36.5351 55.5339 36.6509 55.418 36.7948 55.418H38.2517V54.5867H36.7948C36.6509 54.5867 36.5351 54.4709 36.5351 54.327V51.1669C36.5351 51.0241 36.6509 50.9082 36.7948 50.9082H38.2517V50.0769H36.7948C36.6509 50.0769 36.5351 49.961 36.5351 49.8172V46.6571C36.5351 46.5132 36.6509 46.3974 36.7948 46.3974H38.2517V45.5671H36.7948C36.6509 45.5671 36.5351 45.4512 36.5351 45.3073V42.1473C36.5351 42.0034 36.6509 41.8875 36.7948 41.8875H38.2517V40.9027ZM38.2517 73.442V59.701C36.3487 60.4966 34.7199 61.91 33.6704 63.7648C33.4619 64.1355 33.0342 64.3296 32.6161 64.2301C29.3392 63.4867 26.4002 66.0105 26.3993 69.1831C26.3993 70.9674 27.3291 72.5354 28.7242 73.442H38.2517ZM90.3346 30.2166L89.456 31.5393C88.9491 32.2992 88.1014 32.753 87.188 32.753C86.7198 32.753 86.2679 32.6284 85.8624 32.4006L85.866 35.6252V58.1628C85.2944 60.5911 84.4863 62.9276 83.4638 65.1473L83.4641 30.8084L62.0522 16.4225L41.4765 30.2475L40.6549 30.8142V73.442H44.0418V36.7994C44.0418 36.4489 44.3267 36.165 44.6781 36.165H57.3667C57.7181 36.165 58.002 36.4489 58.002 36.7994V73.442H73.8361L78.2192 73.4419C77.5231 74.2732 76.7951 75.0765 76.0304 75.844L73.8361 75.8441H40.4975L23.4494 75.844C22.6847 75.0765 21.9558 74.2732 21.2596 73.4419L25.9281 73.442C25.0177 72.2583 24.4683 70.7868 24.4683 69.1831C24.4683 68.0168 24.7657 66.9181 25.2735 65.9478H18.349C17.5814 65.9478 16.9567 65.3231 16.9567 64.5555V62.8215L15.036 62.8214C14.7358 62.0326 14.4606 61.2331 14.2144 60.4192L16.9567 60.4193V40.8689H16.4662V38.3596H18.768L18.767 35.9266C18.767 35.7267 18.8491 35.5365 18.9929 35.4004L22.0545 32.5039C22.266 32.304 22.5749 32.2499 22.8395 32.3648C23.104 32.4788 23.2769 32.7404 23.2769 33.0301L23.2778 38.3596H24.4017L24.4007 35.9266C24.4007 35.7267 24.4828 35.5365 24.6266 35.4004L27.6882 32.5039C27.8997 32.304 28.2077 32.2499 28.4732 32.3648C28.7377 32.4788 28.9105 32.7404 28.9105 33.0301L28.9115 38.3596H30.0344L30.0334 35.9266C30.0334 35.7267 30.1155 35.5365 30.2593 35.4004L33.3209 32.5039C33.4233 32.4063 33.5507 32.3446 33.684 32.3195C33.8172 32.2943 33.9601 32.2866 34.2053 32.4566C34.4438 32.6207 34.5037 32.8273 34.5182 32.8679C34.5336 32.9084 34.5433 32.9741 34.5433 33.0301L34.5442 38.3596H35.6681L35.6671 35.9266C35.6671 35.7267 35.7492 35.5365 35.893 35.4004L38.2517 33.1681V32.3919C37.8462 32.6159 37.3944 32.7394 36.9261 32.7394C36.0002 32.7394 35.1419 32.2789 34.6292 31.5084L33.7892 30.2465C32.9512 28.9856 33.292 27.2738 34.5481 26.4299L43.8458 20.1822L43.8455 13.0248V10.3697L43.8439 7.88655C43.8439 6.8274 44.7061 5.96521 45.7652 5.96521H51.1846C52.2437 5.96521 53.105 6.8274 53.105 7.88655L53.1047 10.0859V12.7236L53.105 13.9624L59.6018 9.59741C60.3317 9.10984 61.1794 8.85302 62.0532 8.85302C62.926 8.85302 63.7728 9.10887 64.5075 9.60031L89.5854 26.4483C90.827 27.2815 91.162 28.9721 90.3346 30.2166ZM19.7499 45.5671H23.8127C23.9566 45.5671 24.0724 45.4512 24.0724 45.3073V42.1473C24.0724 42.0034 23.9566 41.8875 23.8127 41.8875H19.7499C19.608 41.8875 19.4911 42.0034 19.4911 42.1473V45.3073C19.4911 45.4512 19.608 45.5671 19.7499 45.5671ZM25.4319 45.5671H29.4947C29.6385 45.5671 29.7544 45.4512 29.7544 45.3073V42.1473C29.7544 42.0034 29.6385 41.8875 29.4947 41.8875H25.4319C25.289 41.8875 25.1731 42.0034 25.1731 42.1473V45.3073C25.1731 45.4512 25.289 45.5671 25.4319 45.5671ZM31.1128 45.5671H35.1757C35.3186 45.5671 35.4344 45.4512 35.4344 45.3073V42.1473C35.4344 42.0034 35.3186 41.8875 35.1757 41.8875H31.1128C30.969 41.8875 30.8531 42.0034 30.8531 42.1473V45.3073C30.8531 45.4512 30.969 45.5671 31.1128 45.5671ZM19.7499 59.0966H23.8127C23.9566 59.0966 24.0724 58.9798 24.0724 58.8369V55.6768C24.0724 55.5339 23.9566 55.418 23.8127 55.418H19.7499C19.608 55.418 19.4911 55.5339 19.4911 55.6768V58.8369C19.4911 58.9798 19.608 59.0966 19.7499 59.0966ZM25.4319 59.0966H29.4947C29.6385 59.0966 29.7544 58.9798 29.7544 58.8369V55.6768C29.7544 55.5339 29.6385 55.418 29.4947 55.418H25.4319C25.289 55.418 25.1731 55.5339 25.1731 55.6768V58.8369C25.1731 58.9798 25.289 59.0966 25.4319 59.0966ZM31.1128 59.0966H35.1757C35.3186 59.0966 35.4344 58.9798 35.4344 58.8369V55.6768C35.4344 55.5339 35.3186 55.418 35.1757 55.418H31.1128C30.969 55.418 30.8531 55.5339 30.8531 55.6768V58.8369C30.8531 58.9798 30.969 59.0966 31.1128 59.0966ZM19.7499 54.5867H23.8127C23.9566 54.5867 24.0724 54.4709 24.0724 54.327V51.1669C24.0724 51.0241 23.9566 50.9082 23.8127 50.9082H19.7499C19.608 50.9082 19.4911 51.0241 19.4911 51.1669V54.327C19.4911 54.4709 19.608 54.5867 19.7499 54.5867ZM25.4319 54.5867H29.4947C29.6385 54.5867 29.7544 54.4709 29.7544 54.327V51.1669C29.7544 51.0241 29.6385 50.9082 29.4947 50.9082H25.4319C25.289 50.9082 25.1731 51.0241 25.1731 51.1669V54.327C25.1731 54.4709 25.289 54.5867 25.4319 54.5867ZM31.1128 54.5867H35.1757C35.3186 54.5867 35.4344 54.4709 35.4344 54.327V51.1669C35.4344 51.0241 35.3186 50.9082 35.1757 50.9082H31.1128C30.969 50.9082 30.8531 51.0241 30.8531 51.1669V54.327C30.8531 54.4709 30.969 54.5867 31.1128 54.5867ZM19.7499 50.0769H23.8127C23.9566 50.0769 24.0724 49.961 24.0724 49.8172V46.6571C24.0724 46.5132 23.9566 46.3974 23.8127 46.3974H19.7499C19.608 46.3974 19.4911 46.5132 19.4911 46.6571V49.8172C19.4911 49.961 19.608 50.0769 19.7499 50.0769ZM25.4319 50.0769H29.4947C29.6385 50.0769 29.7544 49.961 29.7544 49.8172V46.6571C29.7544 46.5132 29.6385 46.3974 29.4947 46.3974H25.4319C25.289 46.3974 25.1731 46.5132 25.1731 46.6571V49.8172C25.1731 49.961 25.289 50.0769 25.4319 50.0769ZM30.8531 49.8172V46.6571C30.8531 46.5132 30.969 46.3974 31.1128 46.3974H35.1757C35.3186 46.3974 35.4344 46.5132 35.4344 46.6571V49.8172C35.4344 49.961 35.3186 50.0769 35.1757 50.0769H31.1128C30.969 50.0769 30.8531 49.961 30.8531 49.8172Z",
18619
- fill: "#878E9B"
18620
- }), /*#__PURE__*/React.createElement("circle", {
18621
- cx: "71.9999",
18622
- cy: "74",
18623
- r: "12",
18624
- fill: "#878E9B"
18625
- }), /*#__PURE__*/React.createElement("path", {
18626
- fillRule: "evenodd",
18627
- clipRule: "evenodd",
18628
- d: "M65.9391 74.5102C65.9391 74.7863 66.1629 75.0102 66.4391 75.0102L70.9898 75.0102L70.9898 79.5609C70.9898 79.8371 71.2137 80.0609 71.4898 80.0609L72.5101 80.0609C72.7863 80.0609 73.0101 79.8371 73.0101 79.5609L73.0101 75.0102L77.5609 75.0102C77.837 75.0102 78.0609 74.7863 78.0609 74.5102L78.0609 73.4898C78.0609 73.2137 77.837 72.9898 77.5609 72.9898H73.0101L73.0101 68.4391C73.0101 68.1629 72.7863 67.9391 72.5101 67.9391L71.4898 67.9391C71.2137 67.9391 70.9898 68.1629 70.9898 68.4391L70.9898 72.9898L66.4391 72.9898C66.1629 72.9898 65.9391 73.2137 65.9391 73.4898L65.9391 74.5102Z",
18629
- fill: "#FEFEFE"
18630
- }), /*#__PURE__*/React.createElement("mask", {
18631
- id: "mask0_2013_203",
18632
- style: {
18633
- maskType: "luminance"
18634
- },
18635
- maskUnits: "userSpaceOnUse",
18636
- x: "65",
18637
- y: "67",
18638
- width: "14",
18639
- height: "14"
18640
- }, /*#__PURE__*/React.createElement("path", {
18641
- fillRule: "evenodd",
18642
- clipRule: "evenodd",
18643
- d: "M65.9391 74.5102C65.9391 74.7863 66.1629 75.0102 66.4391 75.0102L70.9898 75.0102L70.9898 79.5609C70.9898 79.8371 71.2137 80.0609 71.4898 80.0609L72.5101 80.0609C72.7863 80.0609 73.0101 79.8371 73.0101 79.5609L73.0101 75.0102L77.5609 75.0102C77.837 75.0102 78.0609 74.7863 78.0609 74.5102L78.0609 73.4898C78.0609 73.2137 77.837 72.9898 77.5609 72.9898H73.0101L73.0101 68.4391C73.0101 68.1629 72.7863 67.9391 72.5101 67.9391L71.4898 67.9391C71.2137 67.9391 70.9898 68.1629 70.9898 68.4391L70.9898 72.9898L66.4391 72.9898C66.1629 72.9898 65.9391 73.2137 65.9391 73.4898L65.9391 74.5102Z",
18644
- fill: "white"
18645
- })), /*#__PURE__*/React.createElement("g", {
18646
- mask: "url(#mask0_2013_203)"
18647
- }, /*#__PURE__*/React.createElement("path", {
18648
- d: "M62 64H82V84H62V64Z",
18649
- fill: "#FEFEFE"
18650
- })));
18651
- };
18652
-
18653
- var DisabledPaymentMethodsAddIcon = function DisabledPaymentMethodsAddIcon() {
18654
- return /*#__PURE__*/React.createElement("svg", {
18655
- xmlns: "http://www.w3.org/2000/svg",
18656
- width: "100",
18657
- height: "100",
18658
- viewBox: "0 0 100 100",
18659
- fill: "none"
18660
- }, /*#__PURE__*/React.createElement("mask", {
18661
- id: "a",
18662
- x: "-1",
18663
- y: "0",
18664
- maskUnits: "userSpaceOnUse",
18665
- style: {
18666
- maskType: "luminance"
18667
- }
18668
- }, /*#__PURE__*/React.createElement("path", {
18669
- fill: "#fff",
18670
- d: "M97.88 0H-1v96h98.88V0Z"
18671
- })), /*#__PURE__*/React.createElement("g", {
18672
- mask: "url(#a)"
18673
- }, /*#__PURE__*/React.createElement("path", {
18674
- fill: "#FEFEFE",
18675
- fillRule: "evenodd",
18676
- d: "M91.947 19.2v36.48H48.44v15.6c0 .881-.697 1.603-1.584 1.673l-.141.006H20.402c-1.888-2.755-3.416-5.315-4.649-7.68H40.53v-3.84H14.82v1.972c-6.089-12.75-3.332-19.251-3.332-19.251h13.22V19.2h67.24Z",
18677
- clipRule: "evenodd"
18678
- }), /*#__PURE__*/React.createElement("path", {
18679
- fill: "#878E9B",
18680
- d: "M48.24 10.56c8.325 0 16.249 2.587 22.793 7.298l.442.323h20.472c.525 0 .958.397 1.013.908l.006.111v36.48c0 .525-.397.958-.908 1.013l-.11.006h-6.48l-.01.039c-4.176 16.497-19.471 28.315-37.217 28.315-21.16 0-38.328-16.668-38.328-37.246 0-11.497 5.358-21.772 13.776-28.603V19.2c0-.525.398-.958.909-1.013l.11-.006h.298c6.447-4.782 14.501-7.621 23.235-7.621Zm34.688 46.139H48.47V71.28c0 1.44-1.138 2.608-2.565 2.693l-.166.005h-21.13c6.31 5.364 14.578 8.617 23.632 8.617 16.42 0 30.585-10.788 34.687-25.897Zm-60.52 15.243h23.331a.683.683 0 0 0 .687-.572l.006-.089V56.64H13.537c1.577 5.84 4.68 11.083 8.87 15.302Zm68.52-51.723-64.542-.001c-.222.165-.442.333-.66.504l.001 22.42H45.74c1.448 0 2.64 1.116 2.726 2.533l.005.165v8.821h42.458V20.217ZM66.324 44.784l.217.134.32.208.834.562 1.937 1.34c.583.396 1.101.73 1.59 1.023 1.5.896 2.662 1.348 3.404 1.298.678-.044 1.166-.132 1.655-.293l.247-.088 2.087-.915.92-.39.337-.138.307-.12c1.758-.675 3.308.021 4.548 1.49.513.608.867 1.21 1.061 1.633a.84.84 0 0 1-1.475.795l-.146-.28-.107-.19a6.45 6.45 0 0 0-.616-.875c-.83-.982-1.703-1.374-2.664-1.005l-.437.174-.766.322-2.46 1.071-.044.018c-.72.265-1.405.406-2.337.467-1.184.079-2.6-.471-4.375-1.533a31.938 31.938 0 0 1-1.315-.834l-2.312-1.594-.823-.554-.362-.233a2.115 2.115 0 0 0-.055-.033c-1.924-1.094-4.566 1.331-6.416 5.012a.84.84 0 0 1-1.5-.754c.083-.166.168-.33.255-.493l.263-.48c.446-.788.925-1.518 1.429-2.168l.305-.38c1.954-2.344 4.255-3.47 6.494-2.197Zm-53.847.326-.03.41a34.227 34.227 0 0 0-.011 4.4l33.996-.001v-4.08c0-.33-.257-.61-.598-.655l-.095-.006H12.843c-.129 0-.252-.024-.366-.068Zm.212-1.957.043-.007.111-.006H23.69V22.442c-5.868 5.346-9.88 12.586-11 20.712ZM84.135 24v1.629c1.346.237 2.494.713 3.488 1.42l-1.884 2.36c-1.243-.793-2.603-1.189-3.806-1.189-.913 0-1.36.327-1.36.775v.034c0 .551.467.792 2.37 1.171 3.106.602 5.049 1.498 5.049 3.753v.034c0 2.027-1.49 3.375-3.858 3.79v1.583h-3.587v-1.605c-1.665-.266-3.197-.879-4.42-1.839l2.096-2.22c1.36.945 2.835 1.446 4.408 1.446 1.03 0 1.573-.312 1.573-.828v-.034c0-.516-.446-.775-2.31-1.17-2.894-.585-5.128-1.31-5.128-3.771v-.034c0-1.875 1.408-3.311 3.781-3.73V24h3.588ZM57.339 36.12a.84.84 0 0 1 .105 1.673l-.105.007H28.664a.84.84 0 0 1-.105-1.673l.105-.007h28.675Zm-11.865-5.76a.84.84 0 0 1 .105 1.673l-.105.007h-16.81a.84.84 0 0 1-.105-1.673l.105-.007h16.81ZM56.35 24.6a.84.84 0 0 1 .106 1.673l-.106.007H43.496a.84.84 0 0 1-.105-1.673l.105-.007H56.35Zm-16.81 0a.84.84 0 0 1 .106 1.673l-.105.007H28.664a.84.84 0 0 1-.105-1.673l.105-.007H39.54Zm8.7-11.583c-6.9 0-13.345 1.89-18.814 5.164h37.63c-5.592-3.349-12.06-5.164-18.815-5.164Z"
18681
- })), /*#__PURE__*/React.createElement("path", {
18682
- fill: "#878E9B",
18683
- d: "M73.768 86.536c7.052 0 12.768-5.716 12.768-12.768C86.536 66.716 80.82 61 73.768 61 66.716 61 61 66.716 61 73.768c0 7.052 5.716 12.768 12.768 12.768Z"
18684
- }), /*#__PURE__*/React.createElement("path", {
18685
- fill: "#FEFEFE",
18686
- d: "M79.648 74.608h-5.04v5.04h-1.68v-5.04h-5.04v-1.68h5.04v-5.04h1.68v5.04h5.04v1.68Z"
18687
- }), /*#__PURE__*/React.createElement("mask", {
18688
- id: "b",
18689
- width: "13",
18690
- height: "13",
18691
- x: "67",
18692
- y: "67",
18693
- maskUnits: "userSpaceOnUse",
18694
- style: {
18695
- maskType: "luminance"
18696
- }
18697
- }, /*#__PURE__*/React.createElement("path", {
18698
- fill: "#fff",
18699
- d: "M79.648 74.608h-5.04v5.04h-1.68v-5.04h-5.04v-1.68h5.04v-5.04h1.68v5.04h5.04v1.68Z"
18700
- })), /*#__PURE__*/React.createElement("g", {
18701
- mask: "url(#b)"
18702
- }, /*#__PURE__*/React.createElement("path", {
18703
- fill: "#FEFEFE",
18704
- d: "M83.848 63.688h-20.16v20.16h20.16v-20.16Z"
18705
- })));
18706
- };
18707
-
18708
18432
  var color$2 = "#15749D";
18709
18433
  var hoverColor$1 = "#116285";
18710
18434
  var activeColor$1 = "#0E506D";
@@ -19579,6 +19303,7 @@ function _wrapNativeSuper(Class) {
19579
19303
  }
19580
19304
 
19581
19305
  // based on https://github.com/styled-components/styled-components/blob/fcf6f3804c57a14dd7984dfab7bc06ee2edca044/src/utils/error.js
19306
+
19582
19307
  /**
19583
19308
  * Parse errors.md and turn it into a simple hash of code: message
19584
19309
  * @private
@@ -19663,71 +19388,84 @@ var ERRORS = {
19663
19388
  "77": "remToPx expects a value in \"rem\" but you provided it in \"%s\".\n\n",
19664
19389
  "78": "base must be set in \"px\" or \"%\" but you set it in \"%s\".\n"
19665
19390
  };
19666
-
19667
19391
  /**
19668
19392
  * super basic version of sprintf
19669
19393
  * @private
19670
19394
  */
19395
+
19671
19396
  function format() {
19672
19397
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
19673
19398
  args[_key] = arguments[_key];
19674
19399
  }
19400
+
19675
19401
  var a = args[0];
19676
19402
  var b = [];
19677
19403
  var c;
19404
+
19678
19405
  for (c = 1; c < args.length; c += 1) {
19679
19406
  b.push(args[c]);
19680
19407
  }
19408
+
19681
19409
  b.forEach(function (d) {
19682
19410
  a = a.replace(/%[a-z]/, d);
19683
19411
  });
19684
19412
  return a;
19685
19413
  }
19686
-
19687
19414
  /**
19688
19415
  * Create an error file out of errors.md for development and a simple web link to the full errors
19689
19416
  * in production mode.
19690
19417
  * @private
19691
19418
  */
19419
+
19420
+
19692
19421
  var PolishedError = /*#__PURE__*/function (_Error) {
19693
19422
  _inheritsLoose(PolishedError, _Error);
19423
+
19694
19424
  function PolishedError(code) {
19695
19425
  var _this;
19426
+
19696
19427
  if (process.env.NODE_ENV === 'production') {
19697
19428
  _this = _Error.call(this, "An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#" + code + " for more information.") || this;
19698
19429
  } else {
19699
19430
  for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
19700
19431
  args[_key2 - 1] = arguments[_key2];
19701
19432
  }
19433
+
19702
19434
  _this = _Error.call(this, format.apply(void 0, [ERRORS[code]].concat(args))) || this;
19703
19435
  }
19436
+
19704
19437
  return _assertThisInitialized(_this);
19705
19438
  }
19439
+
19706
19440
  return PolishedError;
19707
19441
  }( /*#__PURE__*/_wrapNativeSuper(Error));
19708
19442
 
19709
19443
  function colorToInt(color) {
19710
19444
  return Math.round(color * 255);
19711
19445
  }
19446
+
19712
19447
  function convertToInt(red, green, blue) {
19713
19448
  return colorToInt(red) + "," + colorToInt(green) + "," + colorToInt(blue);
19714
19449
  }
19450
+
19715
19451
  function hslToRgb(hue, saturation, lightness, convert) {
19716
19452
  if (convert === void 0) {
19717
19453
  convert = convertToInt;
19718
19454
  }
19455
+
19719
19456
  if (saturation === 0) {
19720
19457
  // achromatic
19721
19458
  return convert(lightness, lightness, lightness);
19722
- }
19459
+ } // formulae from https://en.wikipedia.org/wiki/HSL_and_HSV
19460
+
19723
19461
 
19724
- // formulae from https://en.wikipedia.org/wiki/HSL_and_HSV
19725
19462
  var huePrime = (hue % 360 + 360) % 360 / 60;
19726
19463
  var chroma = (1 - Math.abs(2 * lightness - 1)) * saturation;
19727
19464
  var secondComponent = chroma * (1 - Math.abs(huePrime % 2 - 1));
19728
19465
  var red = 0;
19729
19466
  var green = 0;
19730
19467
  var blue = 0;
19468
+
19731
19469
  if (huePrime >= 0 && huePrime < 1) {
19732
19470
  red = chroma;
19733
19471
  green = secondComponent;
@@ -19747,6 +19485,7 @@ function hslToRgb(hue, saturation, lightness, convert) {
19747
19485
  red = chroma;
19748
19486
  blue = secondComponent;
19749
19487
  }
19488
+
19750
19489
  var lightnessModification = lightness - chroma / 2;
19751
19490
  var finalRed = red + lightnessModification;
19752
19491
  var finalGreen = green + lightnessModification;
@@ -19904,11 +19643,11 @@ var namedColorMap = {
19904
19643
  yellow: 'ff0',
19905
19644
  yellowgreen: '9acd32'
19906
19645
  };
19907
-
19908
19646
  /**
19909
19647
  * Checks if a string is a CSS named color and returns its equivalent hex value, otherwise returns the original color.
19910
19648
  * @private
19911
19649
  */
19650
+
19912
19651
  function nameToHex(color) {
19913
19652
  if (typeof color !== 'string') return color;
19914
19653
  var normalizedColorName = color.toLowerCase();
@@ -19923,7 +19662,6 @@ var rgbRegex = /^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\
19923
19662
  var rgbaRegex = /^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;
19924
19663
  var hslRegex = /^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i;
19925
19664
  var hslaRegex = /^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;
19926
-
19927
19665
  /**
19928
19666
  * Returns an RgbColor or RgbaColor object. This utility function is only useful
19929
19667
  * if want to extract a color component. With the color util `toColorString` you
@@ -19935,11 +19673,14 @@ var hslaRegex = /^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[
19935
19673
  * // Assigns `{ red: 92, green: 102, blue: 112, alpha: 0.75 }` to color2
19936
19674
  * const color2 = parseToRgb('hsla(210, 10%, 40%, 0.75)');
19937
19675
  */
19676
+
19938
19677
  function parseToRgb(color) {
19939
19678
  if (typeof color !== 'string') {
19940
19679
  throw new PolishedError(3);
19941
19680
  }
19681
+
19942
19682
  var normalizedColor = nameToHex(color);
19683
+
19943
19684
  if (normalizedColor.match(hexRegex)) {
19944
19685
  return {
19945
19686
  red: parseInt("" + normalizedColor[1] + normalizedColor[2], 16),
@@ -19947,6 +19688,7 @@ function parseToRgb(color) {
19947
19688
  blue: parseInt("" + normalizedColor[5] + normalizedColor[6], 16)
19948
19689
  };
19949
19690
  }
19691
+
19950
19692
  if (normalizedColor.match(hexRgbaRegex)) {
19951
19693
  var alpha = parseFloat((parseInt("" + normalizedColor[7] + normalizedColor[8], 16) / 255).toFixed(2));
19952
19694
  return {
@@ -19956,6 +19698,7 @@ function parseToRgb(color) {
19956
19698
  alpha: alpha
19957
19699
  };
19958
19700
  }
19701
+
19959
19702
  if (normalizedColor.match(reducedHexRegex)) {
19960
19703
  return {
19961
19704
  red: parseInt("" + normalizedColor[1] + normalizedColor[1], 16),
@@ -19963,8 +19706,10 @@ function parseToRgb(color) {
19963
19706
  blue: parseInt("" + normalizedColor[3] + normalizedColor[3], 16)
19964
19707
  };
19965
19708
  }
19709
+
19966
19710
  if (normalizedColor.match(reducedRgbaHexRegex)) {
19967
19711
  var _alpha = parseFloat((parseInt("" + normalizedColor[4] + normalizedColor[4], 16) / 255).toFixed(2));
19712
+
19968
19713
  return {
19969
19714
  red: parseInt("" + normalizedColor[1] + normalizedColor[1], 16),
19970
19715
  green: parseInt("" + normalizedColor[2] + normalizedColor[2], 16),
@@ -19972,7 +19717,9 @@ function parseToRgb(color) {
19972
19717
  alpha: _alpha
19973
19718
  };
19974
19719
  }
19720
+
19975
19721
  var rgbMatched = rgbRegex.exec(normalizedColor);
19722
+
19976
19723
  if (rgbMatched) {
19977
19724
  return {
19978
19725
  red: parseInt("" + rgbMatched[1], 10),
@@ -19980,7 +19727,9 @@ function parseToRgb(color) {
19980
19727
  blue: parseInt("" + rgbMatched[3], 10)
19981
19728
  };
19982
19729
  }
19730
+
19983
19731
  var rgbaMatched = rgbaRegex.exec(normalizedColor.substring(0, 50));
19732
+
19984
19733
  if (rgbaMatched) {
19985
19734
  return {
19986
19735
  red: parseInt("" + rgbaMatched[1], 10),
@@ -19989,32 +19738,44 @@ function parseToRgb(color) {
19989
19738
  alpha: parseFloat("" + rgbaMatched[4]) > 1 ? parseFloat("" + rgbaMatched[4]) / 100 : parseFloat("" + rgbaMatched[4])
19990
19739
  };
19991
19740
  }
19741
+
19992
19742
  var hslMatched = hslRegex.exec(normalizedColor);
19743
+
19993
19744
  if (hslMatched) {
19994
19745
  var hue = parseInt("" + hslMatched[1], 10);
19995
19746
  var saturation = parseInt("" + hslMatched[2], 10) / 100;
19996
19747
  var lightness = parseInt("" + hslMatched[3], 10) / 100;
19997
19748
  var rgbColorString = "rgb(" + hslToRgb(hue, saturation, lightness) + ")";
19998
19749
  var hslRgbMatched = rgbRegex.exec(rgbColorString);
19750
+
19999
19751
  if (!hslRgbMatched) {
20000
19752
  throw new PolishedError(4, normalizedColor, rgbColorString);
20001
19753
  }
19754
+
20002
19755
  return {
20003
19756
  red: parseInt("" + hslRgbMatched[1], 10),
20004
19757
  green: parseInt("" + hslRgbMatched[2], 10),
20005
19758
  blue: parseInt("" + hslRgbMatched[3], 10)
20006
19759
  };
20007
19760
  }
19761
+
20008
19762
  var hslaMatched = hslaRegex.exec(normalizedColor.substring(0, 50));
19763
+
20009
19764
  if (hslaMatched) {
20010
19765
  var _hue = parseInt("" + hslaMatched[1], 10);
19766
+
20011
19767
  var _saturation = parseInt("" + hslaMatched[2], 10) / 100;
19768
+
20012
19769
  var _lightness = parseInt("" + hslaMatched[3], 10) / 100;
19770
+
20013
19771
  var _rgbColorString = "rgb(" + hslToRgb(_hue, _saturation, _lightness) + ")";
19772
+
20014
19773
  var _hslRgbMatched = rgbRegex.exec(_rgbColorString);
19774
+
20015
19775
  if (!_hslRgbMatched) {
20016
19776
  throw new PolishedError(4, normalizedColor, _rgbColorString);
20017
19777
  }
19778
+
20018
19779
  return {
20019
19780
  red: parseInt("" + _hslRgbMatched[1], 10),
20020
19781
  green: parseInt("" + _hslRgbMatched[2], 10),
@@ -20022,80 +19783,8 @@ function parseToRgb(color) {
20022
19783
  alpha: parseFloat("" + hslaMatched[4]) > 1 ? parseFloat("" + hslaMatched[4]) / 100 : parseFloat("" + hslaMatched[4])
20023
19784
  };
20024
19785
  }
20025
- throw new PolishedError(5);
20026
- }
20027
-
20028
- function rgbToHsl(color) {
20029
- // make sure rgb are contained in a set of [0, 255]
20030
- var red = color.red / 255;
20031
- var green = color.green / 255;
20032
- var blue = color.blue / 255;
20033
- var max = Math.max(red, green, blue);
20034
- var min = Math.min(red, green, blue);
20035
- var lightness = (max + min) / 2;
20036
- if (max === min) {
20037
- // achromatic
20038
- if (color.alpha !== undefined) {
20039
- return {
20040
- hue: 0,
20041
- saturation: 0,
20042
- lightness: lightness,
20043
- alpha: color.alpha
20044
- };
20045
- } else {
20046
- return {
20047
- hue: 0,
20048
- saturation: 0,
20049
- lightness: lightness
20050
- };
20051
- }
20052
- }
20053
- var hue;
20054
- var delta = max - min;
20055
- var saturation = lightness > 0.5 ? delta / (2 - max - min) : delta / (max + min);
20056
- switch (max) {
20057
- case red:
20058
- hue = (green - blue) / delta + (green < blue ? 6 : 0);
20059
- break;
20060
- case green:
20061
- hue = (blue - red) / delta + 2;
20062
- break;
20063
- default:
20064
- // blue case
20065
- hue = (red - green) / delta + 4;
20066
- break;
20067
- }
20068
- hue *= 60;
20069
- if (color.alpha !== undefined) {
20070
- return {
20071
- hue: hue,
20072
- saturation: saturation,
20073
- lightness: lightness,
20074
- alpha: color.alpha
20075
- };
20076
- }
20077
- return {
20078
- hue: hue,
20079
- saturation: saturation,
20080
- lightness: lightness
20081
- };
20082
- }
20083
19786
 
20084
- /**
20085
- * Returns an HslColor or HslaColor object. This utility function is only useful
20086
- * if want to extract a color component. With the color util `toColorString` you
20087
- * can convert a HslColor or HslaColor object back to a string.
20088
- *
20089
- * @example
20090
- * // Assigns `{ hue: 0, saturation: 1, lightness: 0.5 }` to color1
20091
- * const color1 = parseToHsl('rgb(255, 0, 0)');
20092
- * // Assigns `{ hue: 128, saturation: 1, lightness: 0.5, alpha: 0.75 }` to color2
20093
- * const color2 = parseToHsl('hsla(128, 100%, 50%, 0.75)');
20094
- */
20095
- function parseToHsl(color) {
20096
- // Note: At a later stage we can optimize this function as right now a hsl
20097
- // color would be parsed converted to rgb values and converted back to hsl.
20098
- return rgbToHsl(parseToRgb(color));
19787
+ throw new PolishedError(5);
20099
19788
  }
20100
19789
 
20101
19790
  /**
@@ -20106,8 +19795,10 @@ var reduceHexValue = function reduceHexValue(value) {
20106
19795
  if (value.length === 7 && value[1] === value[2] && value[3] === value[4] && value[5] === value[6]) {
20107
19796
  return "#" + value[1] + value[3] + value[5];
20108
19797
  }
19798
+
20109
19799
  return value;
20110
19800
  };
19801
+
20111
19802
  var reduceHexValue$1 = reduceHexValue;
20112
19803
 
20113
19804
  function numberToHex(value) {
@@ -20115,83 +19806,6 @@ function numberToHex(value) {
20115
19806
  return hex.length === 1 ? "0" + hex : hex;
20116
19807
  }
20117
19808
 
20118
- function colorToHex(color) {
20119
- return numberToHex(Math.round(color * 255));
20120
- }
20121
- function convertToHex(red, green, blue) {
20122
- return reduceHexValue$1("#" + colorToHex(red) + colorToHex(green) + colorToHex(blue));
20123
- }
20124
- function hslToHex(hue, saturation, lightness) {
20125
- return hslToRgb(hue, saturation, lightness, convertToHex);
20126
- }
20127
-
20128
- /**
20129
- * Returns a string value for the color. The returned result is the smallest possible hex notation.
20130
- *
20131
- * @example
20132
- * // Styles as object usage
20133
- * const styles = {
20134
- * background: hsl(359, 0.75, 0.4),
20135
- * background: hsl({ hue: 360, saturation: 0.75, lightness: 0.4 }),
20136
- * }
20137
- *
20138
- * // styled-components usage
20139
- * const div = styled.div`
20140
- * background: ${hsl(359, 0.75, 0.4)};
20141
- * background: ${hsl({ hue: 360, saturation: 0.75, lightness: 0.4 })};
20142
- * `
20143
- *
20144
- * // CSS in JS Output
20145
- *
20146
- * element {
20147
- * background: "#b3191c";
20148
- * background: "#b3191c";
20149
- * }
20150
- */
20151
- function hsl(value, saturation, lightness) {
20152
- if (typeof value === 'number' && typeof saturation === 'number' && typeof lightness === 'number') {
20153
- return hslToHex(value, saturation, lightness);
20154
- } else if (typeof value === 'object' && saturation === undefined && lightness === undefined) {
20155
- return hslToHex(value.hue, value.saturation, value.lightness);
20156
- }
20157
- throw new PolishedError(1);
20158
- }
20159
-
20160
- /**
20161
- * Returns a string value for the color. The returned result is the smallest possible rgba or hex notation.
20162
- *
20163
- * @example
20164
- * // Styles as object usage
20165
- * const styles = {
20166
- * background: hsla(359, 0.75, 0.4, 0.7),
20167
- * background: hsla({ hue: 360, saturation: 0.75, lightness: 0.4, alpha: 0,7 }),
20168
- * background: hsla(359, 0.75, 0.4, 1),
20169
- * }
20170
- *
20171
- * // styled-components usage
20172
- * const div = styled.div`
20173
- * background: ${hsla(359, 0.75, 0.4, 0.7)};
20174
- * background: ${hsla({ hue: 360, saturation: 0.75, lightness: 0.4, alpha: 0,7 })};
20175
- * background: ${hsla(359, 0.75, 0.4, 1)};
20176
- * `
20177
- *
20178
- * // CSS in JS Output
20179
- *
20180
- * element {
20181
- * background: "rgba(179,25,28,0.7)";
20182
- * background: "rgba(179,25,28,0.7)";
20183
- * background: "#b3191c";
20184
- * }
20185
- */
20186
- function hsla$1(value, saturation, lightness, alpha) {
20187
- if (typeof value === 'number' && typeof saturation === 'number' && typeof lightness === 'number' && typeof alpha === 'number') {
20188
- return alpha >= 1 ? hslToHex(value, saturation, lightness) : "rgba(" + hslToRgb(value, saturation, lightness) + "," + alpha + ")";
20189
- } else if (typeof value === 'object' && saturation === undefined && lightness === undefined && alpha === undefined) {
20190
- return value.alpha >= 1 ? hslToHex(value.hue, value.saturation, value.lightness) : "rgba(" + hslToRgb(value.hue, value.saturation, value.lightness) + "," + value.alpha + ")";
20191
- }
20192
- throw new PolishedError(2);
20193
- }
20194
-
20195
19809
  /**
20196
19810
  * Returns a string value for the color. The returned result is the smallest possible hex notation.
20197
19811
  *
@@ -20221,6 +19835,7 @@ function rgb(value, green, blue) {
20221
19835
  } else if (typeof value === 'object' && green === undefined && blue === undefined) {
20222
19836
  return reduceHexValue$1("#" + numberToHex(value.red) + numberToHex(value.green) + numberToHex(value.blue));
20223
19837
  }
19838
+
20224
19839
  throw new PolishedError(6);
20225
19840
  }
20226
19841
 
@@ -20267,60 +19882,8 @@ function rgba$1(firstValue, secondValue, thirdValue, fourthValue) {
20267
19882
  } else if (typeof firstValue === 'object' && secondValue === undefined && thirdValue === undefined && fourthValue === undefined) {
20268
19883
  return firstValue.alpha >= 1 ? rgb(firstValue.red, firstValue.green, firstValue.blue) : "rgba(" + firstValue.red + "," + firstValue.green + "," + firstValue.blue + "," + firstValue.alpha + ")";
20269
19884
  }
20270
- throw new PolishedError(7);
20271
- }
20272
19885
 
20273
- var isRgb = function isRgb(color) {
20274
- return typeof color.red === 'number' && typeof color.green === 'number' && typeof color.blue === 'number' && (typeof color.alpha !== 'number' || typeof color.alpha === 'undefined');
20275
- };
20276
- var isRgba$1 = function isRgba(color) {
20277
- return typeof color.red === 'number' && typeof color.green === 'number' && typeof color.blue === 'number' && typeof color.alpha === 'number';
20278
- };
20279
- var isHsl = function isHsl(color) {
20280
- return typeof color.hue === 'number' && typeof color.saturation === 'number' && typeof color.lightness === 'number' && (typeof color.alpha !== 'number' || typeof color.alpha === 'undefined');
20281
- };
20282
- var isHsla$1 = function isHsla(color) {
20283
- return typeof color.hue === 'number' && typeof color.saturation === 'number' && typeof color.lightness === 'number' && typeof color.alpha === 'number';
20284
- };
20285
-
20286
- /**
20287
- * Converts a RgbColor, RgbaColor, HslColor or HslaColor object to a color string.
20288
- * This util is useful in case you only know on runtime which color object is
20289
- * used. Otherwise we recommend to rely on `rgb`, `rgba`, `hsl` or `hsla`.
20290
- *
20291
- * @example
20292
- * // Styles as object usage
20293
- * const styles = {
20294
- * background: toColorString({ red: 255, green: 205, blue: 100 }),
20295
- * background: toColorString({ red: 255, green: 205, blue: 100, alpha: 0.72 }),
20296
- * background: toColorString({ hue: 240, saturation: 1, lightness: 0.5 }),
20297
- * background: toColorString({ hue: 360, saturation: 0.75, lightness: 0.4, alpha: 0.72 }),
20298
- * }
20299
- *
20300
- * // styled-components usage
20301
- * const div = styled.div`
20302
- * background: ${toColorString({ red: 255, green: 205, blue: 100 })};
20303
- * background: ${toColorString({ red: 255, green: 205, blue: 100, alpha: 0.72 })};
20304
- * background: ${toColorString({ hue: 240, saturation: 1, lightness: 0.5 })};
20305
- * background: ${toColorString({ hue: 360, saturation: 0.75, lightness: 0.4, alpha: 0.72 })};
20306
- * `
20307
- *
20308
- * // CSS in JS Output
20309
- * element {
20310
- * background: "#ffcd64";
20311
- * background: "rgba(255,205,100,0.72)";
20312
- * background: "#00f";
20313
- * background: "rgba(179,25,25,0.72)";
20314
- * }
20315
- */
20316
-
20317
- function toColorString(color) {
20318
- if (typeof color !== 'object') throw new PolishedError(8);
20319
- if (isRgba$1(color)) return rgba$1(color);
20320
- if (isRgb(color)) return rgb(color);
20321
- if (isHsla$1(color)) return hsla$1(color);
20322
- if (isHsl(color)) return hsl(color);
20323
- throw new PolishedError(8);
19886
+ throw new PolishedError(7);
20324
19887
  }
20325
19888
 
20326
19889
  // Type definitions taken from https://github.com/gcanti/flow-static-land/blob/master/src/Fun.js
@@ -20333,156 +19896,14 @@ function curried(f, length, acc) {
20333
19896
  var combined = acc.concat(Array.prototype.slice.call(arguments));
20334
19897
  return combined.length >= length ? f.apply(this, combined) : curried(f, length, combined);
20335
19898
  };
20336
- }
19899
+ } // eslint-disable-next-line no-redeclare
19900
+
20337
19901
 
20338
- // eslint-disable-next-line no-redeclare
20339
19902
  function curry(f) {
20340
19903
  // eslint-disable-line no-redeclare
20341
19904
  return curried(f, f.length, []);
20342
19905
  }
20343
19906
 
20344
- /**
20345
- * Changes the hue of the color. Hue is a number between 0 to 360. The first
20346
- * argument for adjustHue is the amount of degrees the color is rotated around
20347
- * the color wheel, always producing a positive hue value.
20348
- *
20349
- * @example
20350
- * // Styles as object usage
20351
- * const styles = {
20352
- * background: adjustHue(180, '#448'),
20353
- * background: adjustHue('180', 'rgba(101,100,205,0.7)'),
20354
- * }
20355
- *
20356
- * // styled-components usage
20357
- * const div = styled.div`
20358
- * background: ${adjustHue(180, '#448')};
20359
- * background: ${adjustHue('180', 'rgba(101,100,205,0.7)')};
20360
- * `
20361
- *
20362
- * // CSS in JS Output
20363
- * element {
20364
- * background: "#888844";
20365
- * background: "rgba(136,136,68,0.7)";
20366
- * }
20367
- */
20368
- function adjustHue(degree, color) {
20369
- if (color === 'transparent') return color;
20370
- var hslColor = parseToHsl(color);
20371
- return toColorString(_extends$1({}, hslColor, {
20372
- hue: hslColor.hue + parseFloat(degree)
20373
- }));
20374
- }
20375
-
20376
- // prettier-ignore
20377
- var curriedAdjustHue = curry /* ::<number | string, string, string> */(adjustHue);
20378
-
20379
- function guard(lowerBoundary, upperBoundary, value) {
20380
- return Math.max(lowerBoundary, Math.min(upperBoundary, value));
20381
- }
20382
-
20383
- /**
20384
- * Returns a string value for the darkened color.
20385
- *
20386
- * @example
20387
- * // Styles as object usage
20388
- * const styles = {
20389
- * background: darken(0.2, '#FFCD64'),
20390
- * background: darken('0.2', 'rgba(255,205,100,0.7)'),
20391
- * }
20392
- *
20393
- * // styled-components usage
20394
- * const div = styled.div`
20395
- * background: ${darken(0.2, '#FFCD64')};
20396
- * background: ${darken('0.2', 'rgba(255,205,100,0.7)')};
20397
- * `
20398
- *
20399
- * // CSS in JS Output
20400
- *
20401
- * element {
20402
- * background: "#ffbd31";
20403
- * background: "rgba(255,189,49,0.7)";
20404
- * }
20405
- */
20406
- function darken(amount, color) {
20407
- if (color === 'transparent') return color;
20408
- var hslColor = parseToHsl(color);
20409
- return toColorString(_extends$1({}, hslColor, {
20410
- lightness: guard(0, 1, hslColor.lightness - parseFloat(amount))
20411
- }));
20412
- }
20413
-
20414
- // prettier-ignore
20415
- var curriedDarken = curry /* ::<number | string, string, string> */(darken);
20416
-
20417
- /**
20418
- * Decreases the intensity of a color. Its range is between 0 to 1. The first
20419
- * argument of the desaturate function is the amount by how much the color
20420
- * intensity should be decreased.
20421
- *
20422
- * @example
20423
- * // Styles as object usage
20424
- * const styles = {
20425
- * background: desaturate(0.2, '#CCCD64'),
20426
- * background: desaturate('0.2', 'rgba(204,205,100,0.7)'),
20427
- * }
20428
- *
20429
- * // styled-components usage
20430
- * const div = styled.div`
20431
- * background: ${desaturate(0.2, '#CCCD64')};
20432
- * background: ${desaturate('0.2', 'rgba(204,205,100,0.7)')};
20433
- * `
20434
- *
20435
- * // CSS in JS Output
20436
- * element {
20437
- * background: "#b8b979";
20438
- * background: "rgba(184,185,121,0.7)";
20439
- * }
20440
- */
20441
- function desaturate(amount, color) {
20442
- if (color === 'transparent') return color;
20443
- var hslColor = parseToHsl(color);
20444
- return toColorString(_extends$1({}, hslColor, {
20445
- saturation: guard(0, 1, hslColor.saturation - parseFloat(amount))
20446
- }));
20447
- }
20448
-
20449
- // prettier-ignore
20450
- var curriedDesaturate = curry /* ::<number | string, string, string> */(desaturate);
20451
-
20452
- /**
20453
- * Returns a string value for the lightened color.
20454
- *
20455
- * @example
20456
- * // Styles as object usage
20457
- * const styles = {
20458
- * background: lighten(0.2, '#CCCD64'),
20459
- * background: lighten('0.2', 'rgba(204,205,100,0.7)'),
20460
- * }
20461
- *
20462
- * // styled-components usage
20463
- * const div = styled.div`
20464
- * background: ${lighten(0.2, '#FFCD64')};
20465
- * background: ${lighten('0.2', 'rgba(204,205,100,0.7)')};
20466
- * `
20467
- *
20468
- * // CSS in JS Output
20469
- *
20470
- * element {
20471
- * background: "#e5e6b1";
20472
- * background: "rgba(229,230,177,0.7)";
20473
- * }
20474
- */
20475
- function lighten(amount, color) {
20476
- if (color === 'transparent') return color;
20477
- var hslColor = parseToHsl(color);
20478
- return toColorString(_extends$1({}, hslColor, {
20479
- lightness: guard(0, 1, hslColor.lightness + parseFloat(amount))
20480
- }));
20481
- }
20482
-
20483
- // prettier-ignore
20484
- var curriedLighten = curry /* ::<number | string, string, string> */(lighten);
20485
-
20486
19907
  /**
20487
19908
  * Mixes the two provided colors together by calculating the average of each of the RGB components weighted to the first color by the provided weight.
20488
19909
  *
@@ -20509,21 +19930,25 @@ var curriedLighten = curry /* ::<number | string, string, string> */(lighten);
20509
19930
  * background: "rgba(63, 0, 191, 0.75)";
20510
19931
  * }
20511
19932
  */
19933
+
20512
19934
  function mix$1(weight, color, otherColor) {
20513
19935
  if (color === 'transparent') return otherColor;
20514
19936
  if (otherColor === 'transparent') return color;
20515
19937
  if (weight === 0) return otherColor;
20516
19938
  var parsedColor1 = parseToRgb(color);
19939
+
20517
19940
  var color1 = _extends$1({}, parsedColor1, {
20518
19941
  alpha: typeof parsedColor1.alpha === 'number' ? parsedColor1.alpha : 1
20519
19942
  });
19943
+
20520
19944
  var parsedColor2 = parseToRgb(otherColor);
19945
+
20521
19946
  var color2 = _extends$1({}, parsedColor2, {
20522
19947
  alpha: typeof parsedColor2.alpha === 'number' ? parsedColor2.alpha : 1
20523
- });
20524
-
20525
- // The formula is copied from the original Sass implementation:
19948
+ }); // The formula is copied from the original Sass implementation:
20526
19949
  // http://sass-lang.com/documentation/Sass/Script/Functions.html#mix-instance_method
19950
+
19951
+
20527
19952
  var alphaDelta = color1.alpha - color2.alpha;
20528
19953
  var x = parseFloat(weight) * 2 - 1;
20529
19954
  var y = x * alphaDelta === -1 ? x : x + alphaDelta;
@@ -20537,217 +19962,13 @@ function mix$1(weight, color, otherColor) {
20537
19962
  alpha: color1.alpha * parseFloat(weight) + color2.alpha * (1 - parseFloat(weight))
20538
19963
  };
20539
19964
  return rgba$1(mixedColor);
20540
- }
20541
-
20542
- // prettier-ignore
20543
- var curriedMix = curry /* ::<number | string, string, string, string> */(mix$1);
20544
- var mix$1$1 = curriedMix;
20545
-
20546
- /**
20547
- * Increases the opacity of a color. Its range for the amount is between 0 to 1.
20548
- *
20549
- *
20550
- * @example
20551
- * // Styles as object usage
20552
- * const styles = {
20553
- * background: opacify(0.1, 'rgba(255, 255, 255, 0.9)');
20554
- * background: opacify(0.2, 'hsla(0, 0%, 100%, 0.5)'),
20555
- * background: opacify('0.5', 'rgba(255, 0, 0, 0.2)'),
20556
- * }
20557
- *
20558
- * // styled-components usage
20559
- * const div = styled.div`
20560
- * background: ${opacify(0.1, 'rgba(255, 255, 255, 0.9)')};
20561
- * background: ${opacify(0.2, 'hsla(0, 0%, 100%, 0.5)')},
20562
- * background: ${opacify('0.5', 'rgba(255, 0, 0, 0.2)')},
20563
- * `
20564
- *
20565
- * // CSS in JS Output
20566
- *
20567
- * element {
20568
- * background: "#fff";
20569
- * background: "rgba(255,255,255,0.7)";
20570
- * background: "rgba(255,0,0,0.7)";
20571
- * }
20572
- */
20573
- function opacify(amount, color) {
20574
- if (color === 'transparent') return color;
20575
- var parsedColor = parseToRgb(color);
20576
- var alpha = typeof parsedColor.alpha === 'number' ? parsedColor.alpha : 1;
20577
- var colorWithAlpha = _extends$1({}, parsedColor, {
20578
- alpha: guard(0, 1, (alpha * 100 + parseFloat(amount) * 100) / 100)
20579
- });
20580
- return rgba$1(colorWithAlpha);
20581
- }
20582
-
20583
- // prettier-ignore
20584
- var curriedOpacify = curry /* ::<number | string, string, string> */(opacify);
20585
-
20586
- /**
20587
- * Increases the intensity of a color. Its range is between 0 to 1. The first
20588
- * argument of the saturate function is the amount by how much the color
20589
- * intensity should be increased.
20590
- *
20591
- * @example
20592
- * // Styles as object usage
20593
- * const styles = {
20594
- * background: saturate(0.2, '#CCCD64'),
20595
- * background: saturate('0.2', 'rgba(204,205,100,0.7)'),
20596
- * }
20597
- *
20598
- * // styled-components usage
20599
- * const div = styled.div`
20600
- * background: ${saturate(0.2, '#FFCD64')};
20601
- * background: ${saturate('0.2', 'rgba(204,205,100,0.7)')};
20602
- * `
20603
- *
20604
- * // CSS in JS Output
20605
- *
20606
- * element {
20607
- * background: "#e0e250";
20608
- * background: "rgba(224,226,80,0.7)";
20609
- * }
20610
- */
20611
- function saturate(amount, color) {
20612
- if (color === 'transparent') return color;
20613
- var hslColor = parseToHsl(color);
20614
- return toColorString(_extends$1({}, hslColor, {
20615
- saturation: guard(0, 1, hslColor.saturation + parseFloat(amount))
20616
- }));
20617
- }
20618
-
20619
- // prettier-ignore
20620
- var curriedSaturate = curry /* ::<number | string, string, string> */(saturate);
20621
-
20622
- /**
20623
- * Sets the hue of a color to the provided value. The hue range can be
20624
- * from 0 and 359.
20625
- *
20626
- * @example
20627
- * // Styles as object usage
20628
- * const styles = {
20629
- * background: setHue(42, '#CCCD64'),
20630
- * background: setHue('244', 'rgba(204,205,100,0.7)'),
20631
- * }
20632
- *
20633
- * // styled-components usage
20634
- * const div = styled.div`
20635
- * background: ${setHue(42, '#CCCD64')};
20636
- * background: ${setHue('244', 'rgba(204,205,100,0.7)')};
20637
- * `
20638
- *
20639
- * // CSS in JS Output
20640
- * element {
20641
- * background: "#cdae64";
20642
- * background: "rgba(107,100,205,0.7)";
20643
- * }
20644
- */
20645
- function setHue(hue, color) {
20646
- if (color === 'transparent') return color;
20647
- return toColorString(_extends$1({}, parseToHsl(color), {
20648
- hue: parseFloat(hue)
20649
- }));
20650
- }
20651
-
20652
- // prettier-ignore
20653
- var curriedSetHue = curry /* ::<number | string, string, string> */(setHue);
20654
-
20655
- /**
20656
- * Sets the lightness of a color to the provided value. The lightness range can be
20657
- * from 0 and 1.
20658
- *
20659
- * @example
20660
- * // Styles as object usage
20661
- * const styles = {
20662
- * background: setLightness(0.2, '#CCCD64'),
20663
- * background: setLightness('0.75', 'rgba(204,205,100,0.7)'),
20664
- * }
20665
- *
20666
- * // styled-components usage
20667
- * const div = styled.div`
20668
- * background: ${setLightness(0.2, '#CCCD64')};
20669
- * background: ${setLightness('0.75', 'rgba(204,205,100,0.7)')};
20670
- * `
20671
- *
20672
- * // CSS in JS Output
20673
- * element {
20674
- * background: "#4d4d19";
20675
- * background: "rgba(223,224,159,0.7)";
20676
- * }
20677
- */
20678
- function setLightness(lightness, color) {
20679
- if (color === 'transparent') return color;
20680
- return toColorString(_extends$1({}, parseToHsl(color), {
20681
- lightness: parseFloat(lightness)
20682
- }));
20683
- }
20684
-
20685
- // prettier-ignore
20686
- var curriedSetLightness = curry /* ::<number | string, string, string> */(setLightness);
19965
+ } // prettier-ignore
20687
19966
 
20688
- /**
20689
- * Sets the saturation of a color to the provided value. The saturation range can be
20690
- * from 0 and 1.
20691
- *
20692
- * @example
20693
- * // Styles as object usage
20694
- * const styles = {
20695
- * background: setSaturation(0.2, '#CCCD64'),
20696
- * background: setSaturation('0.75', 'rgba(204,205,100,0.7)'),
20697
- * }
20698
- *
20699
- * // styled-components usage
20700
- * const div = styled.div`
20701
- * background: ${setSaturation(0.2, '#CCCD64')};
20702
- * background: ${setSaturation('0.75', 'rgba(204,205,100,0.7)')};
20703
- * `
20704
- *
20705
- * // CSS in JS Output
20706
- * element {
20707
- * background: "#adad84";
20708
- * background: "rgba(228,229,76,0.7)";
20709
- * }
20710
- */
20711
- function setSaturation(saturation, color) {
20712
- if (color === 'transparent') return color;
20713
- return toColorString(_extends$1({}, parseToHsl(color), {
20714
- saturation: parseFloat(saturation)
20715
- }));
20716
- }
20717
19967
 
20718
- // prettier-ignore
20719
- var curriedSetSaturation = curry /* ::<number | string, string, string> */(setSaturation);
20720
-
20721
- /**
20722
- * Shades a color by mixing it with black. `shade` can produce
20723
- * hue shifts, where as `darken` manipulates the luminance channel and therefore
20724
- * doesn't produce hue shifts.
20725
- *
20726
- * @example
20727
- * // Styles as object usage
20728
- * const styles = {
20729
- * background: shade(0.25, '#00f')
20730
- * }
20731
- *
20732
- * // styled-components usage
20733
- * const div = styled.div`
20734
- * background: ${shade(0.25, '#00f')};
20735
- * `
20736
- *
20737
- * // CSS in JS Output
20738
- *
20739
- * element {
20740
- * background: "#00003f";
20741
- * }
20742
- */
20743
-
20744
- function shade(percentage, color) {
20745
- if (color === 'transparent') return color;
20746
- return mix$1$1(parseFloat(percentage), 'rgb(0, 0, 0)', color);
20747
- }
20748
-
20749
- // prettier-ignore
20750
- var curriedShade = curry /* ::<number | string, string, string> */(shade);
19968
+ var curriedMix = /*#__PURE__*/curry
19969
+ /* ::<number | string, string, string, string> */
19970
+ (mix$1);
19971
+ var mix$1$1 = curriedMix;
20751
19972
 
20752
19973
  /**
20753
19974
  * Tints a color by mixing it with white. `tint` can produce
@@ -20775,51 +19996,13 @@ var curriedShade = curry /* ::<number | string, string, string> */(shade);
20775
19996
  function tint(percentage, color) {
20776
19997
  if (color === 'transparent') return color;
20777
19998
  return mix$1$1(parseFloat(percentage), 'rgb(255, 255, 255)', color);
20778
- }
19999
+ } // prettier-ignore
20779
20000
 
20780
- // prettier-ignore
20781
- var curriedTint = curry /* ::<number | string, string, string> */(tint);
20782
- var curriedTint$1 = curriedTint;
20783
20001
 
20784
- /**
20785
- * Decreases the opacity of a color. Its range for the amount is between 0 to 1.
20786
- *
20787
- *
20788
- * @example
20789
- * // Styles as object usage
20790
- * const styles = {
20791
- * background: transparentize(0.1, '#fff'),
20792
- * background: transparentize(0.2, 'hsl(0, 0%, 100%)'),
20793
- * background: transparentize('0.5', 'rgba(255, 0, 0, 0.8)'),
20794
- * }
20795
- *
20796
- * // styled-components usage
20797
- * const div = styled.div`
20798
- * background: ${transparentize(0.1, '#fff')};
20799
- * background: ${transparentize(0.2, 'hsl(0, 0%, 100%)')};
20800
- * background: ${transparentize('0.5', 'rgba(255, 0, 0, 0.8)')};
20801
- * `
20802
- *
20803
- * // CSS in JS Output
20804
- *
20805
- * element {
20806
- * background: "rgba(255,255,255,0.9)";
20807
- * background: "rgba(255,255,255,0.8)";
20808
- * background: "rgba(255,0,0,0.3)";
20809
- * }
20810
- */
20811
- function transparentize(amount, color) {
20812
- if (color === 'transparent') return color;
20813
- var parsedColor = parseToRgb(color);
20814
- var alpha = typeof parsedColor.alpha === 'number' ? parsedColor.alpha : 1;
20815
- var colorWithAlpha = _extends$1({}, parsedColor, {
20816
- alpha: guard(0, 1, +(alpha * 100 - parseFloat(amount) * 100).toFixed(2) / 100)
20817
- });
20818
- return rgba$1(colorWithAlpha);
20819
- }
20820
-
20821
- // prettier-ignore
20822
- var curriedTransparentize = curry /* ::<number | string, string, string> */(transparentize);
20002
+ var curriedTint = /*#__PURE__*/curry
20003
+ /* ::<number | string, string, string> */
20004
+ (tint);
20005
+ var curriedTint$1 = curriedTint;
20823
20006
 
20824
20007
  var linkColor = MATISSE_BLUE;
20825
20008
  var fallbackValues$8 = {
@@ -23510,19 +22693,32 @@ var toIndexedObject = function (it) {
23510
22693
  return indexedObject(requireObjectCoercible(it));
23511
22694
  };
23512
22695
 
23513
- // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
23514
22696
  var documentAll = typeof document == 'object' && document.all;
23515
22697
 
22698
+ // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
22699
+ // eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
22700
+ var IS_HTMLDDA = typeof documentAll == 'undefined' && documentAll !== undefined;
22701
+
22702
+ var documentAll_1 = {
22703
+ all: documentAll,
22704
+ IS_HTMLDDA: IS_HTMLDDA
22705
+ };
22706
+
22707
+ var documentAll$1 = documentAll_1.all;
22708
+
23516
22709
  // `IsCallable` abstract operation
23517
22710
  // https://tc39.es/ecma262/#sec-iscallable
23518
- // eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
23519
- var isCallable = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {
23520
- return typeof argument == 'function' || argument === documentAll;
22711
+ var isCallable = documentAll_1.IS_HTMLDDA ? function (argument) {
22712
+ return typeof argument == 'function' || argument === documentAll$1;
23521
22713
  } : function (argument) {
23522
22714
  return typeof argument == 'function';
23523
22715
  };
23524
22716
 
23525
- var isObject = function (it) {
22717
+ var documentAll$2 = documentAll_1.all;
22718
+
22719
+ var isObject = documentAll_1.IS_HTMLDDA ? function (it) {
22720
+ return typeof it == 'object' ? it !== null : isCallable(it) || it === documentAll$2;
22721
+ } : function (it) {
23526
22722
  return typeof it == 'object' ? it !== null : isCallable(it);
23527
22723
  };
23528
22724
 
@@ -23658,10 +22854,10 @@ var shared = createCommonjsModule(function (module) {
23658
22854
  (module.exports = function (key, value) {
23659
22855
  return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
23660
22856
  })('versions', []).push({
23661
- version: '3.35.1',
22857
+ version: '3.33.3',
23662
22858
  mode: 'global',
23663
- copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
23664
- license: 'https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE',
22859
+ copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
22860
+ license: 'https://github.com/zloirock/core-js/blob/v3.33.3/LICENSE',
23665
22861
  source: 'https://github.com/zloirock/core-js'
23666
22862
  });
23667
22863
  });
@@ -23958,7 +23154,7 @@ var TEMPLATE = String(String).split('String');
23958
23154
 
23959
23155
  var makeBuiltIn = module.exports = function (value, name, options) {
23960
23156
  if (stringSlice($String(name), 0, 7) === 'Symbol(') {
23961
- name = '[' + replace($String(name), /^Symbol\(([^)]*)\).*$/, '$1') + ']';
23157
+ name = '[' + replace($String(name), /^Symbol\(([^)]*)\)/, '$1') + ']';
23962
23158
  }
23963
23159
  if (options && options.getter) name = 'get ' + name;
23964
23160
  if (options && options.setter) name = 'set ' + name;
@@ -24046,8 +23242,7 @@ var min$1 = Math.min;
24046
23242
  // `ToLength` abstract operation
24047
23243
  // https://tc39.es/ecma262/#sec-tolength
24048
23244
  var toLength = function (argument) {
24049
- var len = toIntegerOrInfinity(argument);
24050
- return len > 0 ? min$1(len, 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
23245
+ return argument > 0 ? min$1(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
24051
23246
  };
24052
23247
 
24053
23248
  // `LengthOfArrayLike` abstract operation
@@ -24207,7 +23402,7 @@ var _export = function (options, source) {
24207
23402
  } else if (STATIC) {
24208
23403
  target = global_1[TARGET] || defineGlobalProperty(TARGET, {});
24209
23404
  } else {
24210
- target = global_1[TARGET] && global_1[TARGET].prototype;
23405
+ target = (global_1[TARGET] || {}).prototype;
24211
23406
  }
24212
23407
  if (target) for (key in source) {
24213
23408
  sourceProperty = source[key];
@@ -24470,15 +23665,11 @@ var functionUncurryThisAccessor = function (object, key, method) {
24470
23665
  } catch (error) { /* empty */ }
24471
23666
  };
24472
23667
 
24473
- var isPossiblePrototype = function (argument) {
24474
- return isObject(argument) || argument === null;
24475
- };
24476
-
24477
23668
  var $String$4 = String;
24478
23669
  var $TypeError$6 = TypeError;
24479
23670
 
24480
23671
  var aPossiblePrototype = function (argument) {
24481
- if (isPossiblePrototype(argument)) return argument;
23672
+ if (typeof argument == 'object' || isCallable(argument)) return argument;
24482
23673
  throw new $TypeError$6("Can't set " + $String$4(argument) + ' as a prototype');
24483
23674
  };
24484
23675
 
@@ -26265,7 +25456,7 @@ var useToastNotification = function useToastNotification() {
26265
25456
  toastState = _useState2[0],
26266
25457
  setToastState = _useState2[1];
26267
25458
  useEffect$1(function () {
26268
- if (toastState.isOpen) {
25459
+ if (toastState.isOpen && timeout > 0) {
26269
25460
  setTimeout(function () {
26270
25461
  setToastState(initialToastState);
26271
25462
  }, timeout);
@@ -28029,38 +27220,27 @@ var fallbackValues$s = {
28029
27220
  height: height$1
28030
27221
  };
28031
27222
 
28032
- var getLargeIcon = function getLargeIcon(iconName, isDisabled) {
27223
+ var getLargeIcon = function getLargeIcon(iconName) {
28033
27224
  switch (iconName) {
28034
27225
  case "accounts":
28035
- return isDisabled ? /*#__PURE__*/React.createElement(DisabledAccountsAddIcon, null) : /*#__PURE__*/React.createElement(AccountsAddIcon$1, null);
27226
+ return /*#__PURE__*/React.createElement(AccountsAddIcon$1, null);
28036
27227
  case "properties":
28037
- return isDisabled ? /*#__PURE__*/React.createElement(DisabledPropertiesAddIcon, null) : /*#__PURE__*/React.createElement(PropertiesAddIcon$1, null);
27228
+ return /*#__PURE__*/React.createElement(PropertiesAddIcon$1, null);
28038
27229
  case "payments":
28039
- return isDisabled ? /*#__PURE__*/React.createElement(DisabledPaymentMethodsAddIcon, null) : /*#__PURE__*/React.createElement(PaymentMethodAddIcon$1, null);
27230
+ return /*#__PURE__*/React.createElement(PaymentMethodAddIcon$1, null);
28040
27231
  default:
28041
- return isDisabled ? /*#__PURE__*/React.createElement(DisabledAccountsAddIcon, null) : /*#__PURE__*/React.createElement(AccountsAddIcon$1, null);
27232
+ return /*#__PURE__*/React.createElement(AccountsAddIcon$1, null);
28042
27233
  }
28043
27234
  };
28044
- var renderDisabledContent = function renderDisabledContent(_ref) {
28045
- var children = _ref.children;
28046
- return /*#__PURE__*/React.createElement(Box, {
28047
- padding: "0",
28048
- minHeight: "100%",
28049
- extraStyles: "cursor: default;",
28050
- "aria-disabled": true
28051
- }, children);
28052
- };
28053
- var renderContent = function renderContent(_ref2) {
28054
- var isLink = _ref2.isLink,
28055
- destination = _ref2.destination,
28056
- dataQa = _ref2.dataQa,
28057
- isDisabled = _ref2.isDisabled,
28058
- children = _ref2.children,
28059
- action = _ref2.action;
27235
+ var PlaceholderContentWrapper = function PlaceholderContentWrapper(_ref) {
27236
+ var isLink = _ref.isLink,
27237
+ action = _ref.action,
27238
+ destination = _ref.destination,
27239
+ children = _ref.children,
27240
+ dataQa = _ref.dataQa;
28060
27241
  return isLink ? /*#__PURE__*/React.createElement(Link, {
28061
27242
  to: destination,
28062
27243
  "data-qa": dataQa,
28063
- disabled: isDisabled,
28064
27244
  style: {
28065
27245
  textDecoration: "none"
28066
27246
  }
@@ -28076,60 +27256,38 @@ var renderContent = function renderContent(_ref2) {
28076
27256
  dataQa: dataQa
28077
27257
  }, children);
28078
27258
  };
28079
- var PlaceholderContentWrapper = function PlaceholderContentWrapper(_ref3) {
28080
- var isLink = _ref3.isLink,
28081
- action = _ref3.action,
28082
- destination = _ref3.destination,
28083
- children = _ref3.children,
28084
- _ref3$isDisabled = _ref3.isDisabled,
28085
- isDisabled = _ref3$isDisabled === void 0 ? false : _ref3$isDisabled,
28086
- dataQa = _ref3.dataQa;
28087
- return isDisabled ? renderDisabledContent({
28088
- children: children
28089
- }) : renderContent({
28090
- children: children,
28091
- action: action,
28092
- isLink: isLink,
28093
- destination: destination,
28094
- dataQa: dataQa,
28095
- isDisabled: isDisabled
28096
- });
28097
- };
28098
- var Placeholder = function Placeholder(_ref4) {
28099
- var text = _ref4.text,
28100
- action = _ref4.action,
28101
- _ref4$visible = _ref4.visible,
28102
- visible = _ref4$visible === void 0 ? true : _ref4$visible,
28103
- _ref4$isLink = _ref4.isLink,
28104
- isLink = _ref4$isLink === void 0 ? false : _ref4$isLink,
28105
- destination = _ref4.destination,
28106
- variant = _ref4.variant,
28107
- largeIcon = _ref4.largeIcon,
28108
- themeValues = _ref4.themeValues,
28109
- _ref4$isDisabled = _ref4.isDisabled,
28110
- isDisabled = _ref4$isDisabled === void 0 ? false : _ref4$isDisabled,
28111
- dataQa = _ref4.dataQa;
27259
+ var Placeholder = function Placeholder(_ref2) {
27260
+ var text = _ref2.text,
27261
+ action = _ref2.action,
27262
+ _ref2$visible = _ref2.visible,
27263
+ visible = _ref2$visible === void 0 ? true : _ref2$visible,
27264
+ _ref2$isLink = _ref2.isLink,
27265
+ isLink = _ref2$isLink === void 0 ? false : _ref2$isLink,
27266
+ destination = _ref2.destination,
27267
+ variant = _ref2.variant,
27268
+ largeIcon = _ref2.largeIcon,
27269
+ themeValues = _ref2.themeValues,
27270
+ dataQa = _ref2.dataQa;
28112
27271
  return /*#__PURE__*/React.createElement(PlaceholderContentWrapper, {
28113
27272
  isLink: isLink,
28114
27273
  action: action,
28115
27274
  destination: destination,
28116
- dataQa: dataQa,
28117
- isDisabled: isDisabled
27275
+ dataQa: dataQa
28118
27276
  }, /*#__PURE__*/React.createElement(Box, {
28119
27277
  padding: "0",
28120
27278
  borderRadius: "4px",
28121
27279
  border: "none",
28122
27280
  minHeight: themeValues.height,
28123
27281
  hiddenStyles: !visible,
28124
- extraStyles: isDisabled ? "border: 1px dashed ".concat(MANATEE_GREY, "; \n display: flex;\n justify-content: center;\n align-items:center;") : "\n background: linear-gradient(\n to right,\n ".concat(variant === "large" ? STORM_GREY : themeValues.color, " 40%,\n rgba(255, 255, 255, 0) 0%\n ),\n linear-gradient(").concat(variant === "large" ? STORM_GREY : themeValues.color, " 40%, rgba(255, 255, 255, 0) 0%),\n linear-gradient(to right, ").concat(variant === "large" ? STORM_GREY : themeValues.color, " 40%, rgba(255, 255, 255, 0) 0%),\n linear-gradient(").concat(variant === "large" ? STORM_GREY : themeValues.color, " 40%, rgba(255, 255, 255, 0) 0%);\n background-position: top, right, bottom, left;\n background-repeat: repeat-x, repeat-y;\n background-size: 5px 1px, 1px 5px;\n display: flex;\n justify-content: center;\n align-items:center;"),
28125
- hoverStyles: "background-color: ".concat(isDisabled ? TRANSPARENT : variant === "large" ? GRECIAN_GREY : curriedTint$1(0.9, themeValues.color), ";")
27282
+ extraStyles: "\n background: linear-gradient(\n to right,\n ".concat(variant === "large" ? STORM_GREY : themeValues.color, " 40%,\n rgba(255, 255, 255, 0) 0%\n ),\n linear-gradient(").concat(variant === "large" ? STORM_GREY : themeValues.color, " 40%, rgba(255, 255, 255, 0) 0%),\n linear-gradient(to right, ").concat(variant === "large" ? STORM_GREY : themeValues.color, " 40%, rgba(255, 255, 255, 0) 0%),\n linear-gradient(").concat(variant === "large" ? STORM_GREY : themeValues.color, " 40%, rgba(255, 255, 255, 0) 0%);\n background-position: top, right, bottom, left;\n background-repeat: repeat-x, repeat-y;\n background-size: 5px 1px, 1px 5px;\n display: flex;\n justify-content: center;\n align-items:center;"),
27283
+ hoverStyles: "background-color: ".concat(variant === "large" ? GRECIAN_GREY : curriedTint$1(0.9, themeValues.color), ";")
28126
27284
  }, /*#__PURE__*/React.createElement(Center, {
28127
27285
  maxWidth: "300px"
28128
27286
  }, /*#__PURE__*/React.createElement(Box, {
28129
27287
  padding: "0",
28130
27288
  tabIndex: "0",
28131
27289
  onKeyPress: function onKeyPress(e) {
28132
- return isDisabled ? noop : e.key === "Enter" && action();
27290
+ return e.key === "Enter" && action();
28133
27291
  }
28134
27292
  }, /*#__PURE__*/React.createElement(Cluster, {
28135
27293
  justify: "center",
@@ -28140,14 +27298,13 @@ var Placeholder = function Placeholder(_ref4) {
28140
27298
  childGap: "0"
28141
27299
  }, variant === "large" && /*#__PURE__*/React.createElement("div", null), /*#__PURE__*/React.createElement(Box, {
28142
27300
  padding: "0",
28143
- "aria-disabled": isDisabled,
28144
- extraStyles: ".fill { \n fill: ".concat(isDisabled ? MANATEE_GREY : variant === "large" ? CHARADE_GREY : themeValues.color, "; \n } .stroke { \n stroke: ").concat(isDisabled ? MANATEE_GREY : variant === "large" ? CHARADE_GREY : themeValues.color, "; \n }")
27301
+ extraStyles: ".fill { \n fill: ".concat(variant === "large" ? CHARADE_GREY : themeValues.color, "; \n } .stroke { \n stroke: ").concat(variant === "large" ? CHARADE_GREY : themeValues.color, "; \n } ")
28145
27302
  }, variant === "large" ? /*#__PURE__*/React.createElement(Center, {
28146
27303
  intrinsic: true
28147
- }, getLargeIcon(largeIcon, isDisabled), /*#__PURE__*/React.createElement(Text$1, {
27304
+ }, getLargeIcon(largeIcon), /*#__PURE__*/React.createElement(Text$1, {
28148
27305
  variant: "pS",
28149
- color: isDisabled ? MANATEE_GREY : themeValues.color,
28150
- weight: FONT_WEIGHT_REGULAR,
27306
+ color: themeValues.color,
27307
+ weight: FONT_WEIGHT_SEMIBOLD,
28151
27308
  extraStyles: "text-align: center;"
28152
27309
  }, text)) : /*#__PURE__*/React.createElement(Cover, {
28153
27310
  singleChild: true,
@@ -28156,13 +27313,13 @@ var Placeholder = function Placeholder(_ref4) {
28156
27313
  justify: "center",
28157
27314
  align: "center"
28158
27315
  }, /*#__PURE__*/React.createElement(IconAdd, {
28159
- fill: isDisabled ? MANATEE_GREY : WHITE
27316
+ strokeWidth: "2"
28160
27317
  }), /*#__PURE__*/React.createElement(Center, {
28161
27318
  intrinsic: true
28162
27319
  }, /*#__PURE__*/React.createElement(Text$1, {
28163
27320
  variant: "pS",
28164
- color: isDisabled ? MANATEE_GREY : themeValues.color,
28165
- weight: FONT_WEIGHT_REGULAR,
27321
+ color: themeValues.color,
27322
+ weight: FONT_WEIGHT_SEMIBOLD,
28166
27323
  extraStyles: "padding: 0 0 0 8px; text-align: center;"
28167
27324
  }, text)))))))))));
28168
27325
  };
@@ -41070,9 +40227,7 @@ var EditableList = function EditableList(_ref) {
41070
40227
  qaPrefix = _ref.qaPrefix,
41071
40228
  ariaLabel = _ref.ariaLabel,
41072
40229
  _ref$editItemAriaRole = _ref.editItemAriaRole,
41073
- editItemAriaRole = _ref$editItemAriaRole === void 0 ? "" : _ref$editItemAriaRole,
41074
- _ref$disablePlacehold = _ref.disablePlaceholder,
41075
- disablePlaceholder = _ref$disablePlacehold === void 0 ? false : _ref$disablePlacehold;
40230
+ editItemAriaRole = _ref$editItemAriaRole === void 0 ? "" : _ref$editItemAriaRole;
41076
40231
  var addText = "Add a".concat(itemName[0].match(/[aieouAIEOU]/) ? "n" : "", " ").concat(itemName);
41077
40232
  return /*#__PURE__*/React.createElement(Box, {
41078
40233
  padding: listPadding,
@@ -41149,22 +40304,13 @@ var EditableList = function EditableList(_ref) {
41149
40304
  "aria-label": "Edit ".concat(ariaLabel || itemName),
41150
40305
  role: editItemAriaRole
41151
40306
  }))));
41152
- })), canAdd && (!maxItems || items.length < maxItems) && !disablePlaceholder ? /*#__PURE__*/React.createElement(Box, {
41153
- padding: items.length === 0 ? "0" : "1rem 0 0"
41154
- }, /*#__PURE__*/React.createElement(Placeholder$1, {
41155
- text: addText,
41156
- action: addItem,
41157
- dataQa: "Add " + qaPrefix,
41158
- "aria-label": addText,
41159
- isDisabled: disablePlaceholder
41160
- })) : /*#__PURE__*/React.createElement(Box, {
40307
+ })), canAdd && (!maxItems || items.length < maxItems) && /*#__PURE__*/React.createElement(Box, {
41161
40308
  padding: items.length === 0 ? "0" : "1rem 0 0"
41162
40309
  }, /*#__PURE__*/React.createElement(Placeholder$1, {
41163
40310
  text: addText,
41164
40311
  action: addItem,
41165
40312
  dataQa: "Add " + qaPrefix,
41166
- "aria-label": addText,
41167
- isDisabled: disablePlaceholder
40313
+ "aria-label": addText
41168
40314
  }))));
41169
40315
  };
41170
40316
 
@@ -50237,7 +49383,9 @@ var ToastNotification = function ToastNotification(_ref) {
50237
49383
  height = _ref$height === void 0 ? "56px" : _ref$height,
50238
49384
  _ref$childGap = _ref.childGap,
50239
49385
  childGap = _ref$childGap === void 0 ? "1rem" : _ref$childGap,
50240
- backgroundColor = _ref.backgroundColor;
49386
+ backgroundColor = _ref.backgroundColor,
49387
+ _ref$role = _ref.role,
49388
+ role = _ref$role === void 0 ? "alert" : _ref$role;
50241
49389
  return /*#__PURE__*/React.createElement(Box, {
50242
49390
  onClick: closeToastNotification,
50243
49391
  background: backgroundColor ? backgroundColor : variant === VARIANTS.SUCCESS ? HINT_GREEN : variant === VARIANTS.ERROR ? ERROR_BACKGROUND_COLOR : WHITE,
@@ -50248,7 +49396,12 @@ var ToastNotification = function ToastNotification(_ref) {
50248
49396
  padding: "0rem 1rem",
50249
49397
  borderRadius: "4px",
50250
49398
  boxShadow: generateShadows().standard.base,
50251
- extraStyles: "\n display: ".concat(toastOpen ? "block" : "none", ";\n position: fixed; bottom: 4rem; left: 4rem;\n ").concat(extraStyles, ";\n cursor: pointer;\n ")
49399
+ extraStyles: "\n display: ".concat(toastOpen ? "block" : "none", ";\n position: fixed; bottom: 4rem; left: 4rem;\n ").concat(extraStyles, ";\n cursor: pointer;\n "),
49400
+ role: role
49401
+ }, /*#__PURE__*/React.createElement(Cluster, {
49402
+ align: "center",
49403
+ childGap: childGap,
49404
+ justify: "space-between"
50252
49405
  }, /*#__PURE__*/React.createElement(Cluster, {
50253
49406
  align: "center",
50254
49407
  childGap: childGap
@@ -50258,7 +49411,7 @@ var ToastNotification = function ToastNotification(_ref) {
50258
49411
  }, /*#__PURE__*/React.createElement(Paragraph$1, {
50259
49412
  weight: FONT_WEIGHT_SEMIBOLD,
50260
49413
  extraStyles: "word-break: break-word;"
50261
- }, message)), /*#__PURE__*/React.createElement(IconQuitLarge, null)));
49414
+ }, message))), /*#__PURE__*/React.createElement(IconQuitLarge, null)));
50262
49415
  };
50263
49416
 
50264
49417
  var fontWeight$9 = "600";
@@ -50875,5 +50028,5 @@ var index$6 = /*#__PURE__*/Object.freeze({
50875
50028
  useToastNotification: useToastNotification
50876
50029
  });
50877
50030
 
50878
- 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, DisabledAccountsAddIcon, DisabledPaymentMethodsAddIcon, DisabledPropertiesAddIcon, 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 };
50031
+ 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 };
50879
50032
  //# sourceMappingURL=index.esm.js.map