@helpdice/ui 1.7.3 → 1.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -12700,11 +12700,11 @@ var BadgeComponent = function BadgeComponent(_ref) {
12700
12700
  dot: dot
12701
12701
  }, className);
12702
12702
  return /*#__PURE__*/React.createElement("span", _extends({}, props, {
12703
- className: _JSXStyle.dynamic([["1238256810", [bg, _color, SCALES.font(0.875), SCALES.width(1, 'auto'), SCALES.height(1, 'auto'), SCALES.pt(0.25), SCALES.pr(0.4375), SCALES.pb(0.25), SCALES.pl(0.4375), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), SCALES.py(0.25), SCALES.px(0.25)]]]) + " " + (props && props.className != null && props.className || classes || "")
12703
+ className: _JSXStyle.dynamic([["120113192", [bg, _color, SCALES.font(0.875), SCALES.width(1, 'auto'), SCALES.height(1, 'auto'), SCALES.pt(0.25), SCALES.pr(0.5375), SCALES.pb(0.30), SCALES.pl(0.5375), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), SCALES.py(0.25), SCALES.px(0.25)]]]) + " " + (props && props.className != null && props.className || classes || "")
12704
12704
  }), !dot && children, /*#__PURE__*/React.createElement(_JSXStyle, {
12705
- id: "1238256810",
12706
- dynamic: [bg, _color, SCALES.font(0.875), SCALES.width(1, 'auto'), SCALES.height(1, 'auto'), SCALES.pt(0.25), SCALES.pr(0.4375), SCALES.pb(0.25), SCALES.pl(0.4375), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), SCALES.py(0.25), SCALES.px(0.25)]
12707
- }, ".badge.__jsx-style-dynamic-selector{display:inline-block;border-radius:16px;font-variant:tabular-nums;line-height:1;vertical-align:middle;background-color:".concat(bg, ";color:").concat(_color, ";border:0;font-size:").concat(SCALES.font(0.875), ";width:").concat(SCALES.width(1, 'auto'), ";height:").concat(SCALES.height(1, 'auto'), ";padding:").concat(SCALES.pt(0.25), " ").concat(SCALES.pr(0.4375), " ").concat(SCALES.pb(0.25), " ").concat(SCALES.pl(0.4375), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}.dot.__jsx-style-dynamic-selector{padding:").concat(SCALES.py(0.25), " ").concat(SCALES.px(0.25), ";border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}")));
12705
+ id: "120113192",
12706
+ dynamic: [bg, _color, SCALES.font(0.875), SCALES.width(1, 'auto'), SCALES.height(1, 'auto'), SCALES.pt(0.25), SCALES.pr(0.5375), SCALES.pb(0.30), SCALES.pl(0.5375), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), SCALES.py(0.25), SCALES.px(0.25)]
12707
+ }, ".badge.__jsx-style-dynamic-selector{display:inline-block;border-radius:16px;font-variant:tabular-nums;line-height:1;vertical-align:middle;background-color:".concat(bg, ";color:").concat(_color, ";border:0;font-size:").concat(SCALES.font(0.875), ";width:").concat(SCALES.width(1, 'auto'), ";height:").concat(SCALES.height(1, 'auto'), ";padding:").concat(SCALES.pt(0.25), " ").concat(SCALES.pr(0.5375), " ").concat(SCALES.pb(0.30), " ").concat(SCALES.pl(0.5375), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}.dot.__jsx-style-dynamic-selector{padding:").concat(SCALES.py(0.25), " ").concat(SCALES.px(0.25), ";border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}")));
12708
12708
  };
12709
12709
  BadgeComponent.displayName = 'Badge';
12710
12710
  var Badge = withScale(BadgeComponent);
@@ -35102,6 +35102,1407 @@ var Menu = function Menu(_ref) {
35102
35102
  }) : children)));
35103
35103
  };
35104
35104
 
35105
+ var countries = [
35106
+ {
35107
+ code: "AD",
35108
+ label: "Andorra",
35109
+ phone: "+376"
35110
+ },
35111
+ {
35112
+ code: "AE",
35113
+ label: "United Arab Emirates",
35114
+ phone: "+971"
35115
+ },
35116
+ {
35117
+ code: "AF",
35118
+ label: "Afghanistan",
35119
+ phone: "+93"
35120
+ },
35121
+ {
35122
+ code: "AG",
35123
+ label: "Antigua and Barbuda",
35124
+ phone: "+1-268"
35125
+ },
35126
+ {
35127
+ code: "AI",
35128
+ label: "Anguilla",
35129
+ phone: "+1-264"
35130
+ },
35131
+ {
35132
+ code: "AL",
35133
+ label: "Albania",
35134
+ phone: "+355"
35135
+ },
35136
+ {
35137
+ code: "AM",
35138
+ label: "Armenia",
35139
+ phone: "+374"
35140
+ },
35141
+ {
35142
+ code: "AO",
35143
+ label: "Angola",
35144
+ phone: "+244"
35145
+ },
35146
+ {
35147
+ code: "AQ",
35148
+ label: "Antarctica",
35149
+ phone: "+672"
35150
+ },
35151
+ {
35152
+ code: "AR",
35153
+ label: "Argentina",
35154
+ phone: "+54"
35155
+ },
35156
+ {
35157
+ code: "AS",
35158
+ label: "American Samoa",
35159
+ phone: "+1-684"
35160
+ },
35161
+ {
35162
+ code: "AT",
35163
+ label: "Austria",
35164
+ phone: "+43"
35165
+ },
35166
+ {
35167
+ code: "AU",
35168
+ label: "Australia",
35169
+ phone: "+61",
35170
+ suggested: true
35171
+ },
35172
+ {
35173
+ code: "AW",
35174
+ label: "Aruba",
35175
+ phone: "+297"
35176
+ },
35177
+ {
35178
+ code: "AX",
35179
+ label: "Alland Islands",
35180
+ phone: "+358"
35181
+ },
35182
+ {
35183
+ code: "AZ",
35184
+ label: "Azerbaijan",
35185
+ phone: "+994"
35186
+ },
35187
+ {
35188
+ code: "BA",
35189
+ label: "Bosnia and Herzegovina",
35190
+ phone: "+387"
35191
+ },
35192
+ {
35193
+ code: "BB",
35194
+ label: "Barbados",
35195
+ phone: "+1-246"
35196
+ },
35197
+ {
35198
+ code: "BD",
35199
+ label: "Bangladesh",
35200
+ phone: "+880"
35201
+ },
35202
+ {
35203
+ code: "BE",
35204
+ label: "Belgium",
35205
+ phone: "+32"
35206
+ },
35207
+ {
35208
+ code: "BF",
35209
+ label: "Burkina Faso",
35210
+ phone: "+226"
35211
+ },
35212
+ {
35213
+ code: "BG",
35214
+ label: "Bulgaria",
35215
+ phone: "+359"
35216
+ },
35217
+ {
35218
+ code: "BH",
35219
+ label: "Bahrain",
35220
+ phone: "+973"
35221
+ },
35222
+ {
35223
+ code: "BI",
35224
+ label: "Burundi",
35225
+ phone: "+257"
35226
+ },
35227
+ {
35228
+ code: "BJ",
35229
+ label: "Benin",
35230
+ phone: "+229"
35231
+ },
35232
+ {
35233
+ code: "BL",
35234
+ label: "Saint Barthelemy",
35235
+ phone: "+590"
35236
+ },
35237
+ {
35238
+ code: "BM",
35239
+ label: "Bermuda",
35240
+ phone: "+1-441"
35241
+ },
35242
+ {
35243
+ code: "BN",
35244
+ label: "Brunei Darussalam",
35245
+ phone: "+673"
35246
+ },
35247
+ {
35248
+ code: "BO",
35249
+ label: "Bolivia",
35250
+ phone: "+591"
35251
+ },
35252
+ {
35253
+ code: "BR",
35254
+ label: "Brazil",
35255
+ phone: "+55"
35256
+ },
35257
+ {
35258
+ code: "BS",
35259
+ label: "Bahamas",
35260
+ phone: "+1-242"
35261
+ },
35262
+ {
35263
+ code: "BT",
35264
+ label: "Bhutan",
35265
+ phone: "+975"
35266
+ },
35267
+ {
35268
+ code: "BV",
35269
+ label: "Bouvet Island",
35270
+ phone: "+47"
35271
+ },
35272
+ {
35273
+ code: "BW",
35274
+ label: "Botswana",
35275
+ phone: "+267"
35276
+ },
35277
+ {
35278
+ code: "BY",
35279
+ label: "Belarus",
35280
+ phone: "+375"
35281
+ },
35282
+ {
35283
+ code: "BZ",
35284
+ label: "Belize",
35285
+ phone: "+501"
35286
+ },
35287
+ {
35288
+ code: "CA",
35289
+ label: "Canada",
35290
+ phone: "+1",
35291
+ suggested: true
35292
+ },
35293
+ {
35294
+ code: "CC",
35295
+ label: "Cocos (Keeling) Islands",
35296
+ phone: "+61"
35297
+ },
35298
+ {
35299
+ code: "CD",
35300
+ label: "Congo, Democratic Republic of the",
35301
+ phone: "+243"
35302
+ },
35303
+ {
35304
+ code: "CF",
35305
+ label: "Central African Republic",
35306
+ phone: "+236"
35307
+ },
35308
+ {
35309
+ code: "CG",
35310
+ label: "Congo, Republic of the",
35311
+ phone: "+242"
35312
+ },
35313
+ {
35314
+ code: "CH",
35315
+ label: "Switzerland",
35316
+ phone: "+41"
35317
+ },
35318
+ {
35319
+ code: "CI",
35320
+ label: "Cote d'Ivoire",
35321
+ phone: "+225"
35322
+ },
35323
+ {
35324
+ code: "CK",
35325
+ label: "Cook Islands",
35326
+ phone: "+682"
35327
+ },
35328
+ {
35329
+ code: "CL",
35330
+ label: "Chile",
35331
+ phone: "+56"
35332
+ },
35333
+ {
35334
+ code: "CM",
35335
+ label: "Cameroon",
35336
+ phone: "+237"
35337
+ },
35338
+ {
35339
+ code: "CN",
35340
+ label: "China",
35341
+ phone: "+86"
35342
+ },
35343
+ {
35344
+ code: "CO",
35345
+ label: "Colombia",
35346
+ phone: "+57"
35347
+ },
35348
+ {
35349
+ code: "CR",
35350
+ label: "Costa Rica",
35351
+ phone: "+506"
35352
+ },
35353
+ {
35354
+ code: "CU",
35355
+ label: "Cuba",
35356
+ phone: "+53"
35357
+ },
35358
+ {
35359
+ code: "CV",
35360
+ label: "Cape Verde",
35361
+ phone: "+238"
35362
+ },
35363
+ {
35364
+ code: "CW",
35365
+ label: "Curacao",
35366
+ phone: "+599"
35367
+ },
35368
+ {
35369
+ code: "CX",
35370
+ label: "Christmas Island",
35371
+ phone: "+61"
35372
+ },
35373
+ {
35374
+ code: "CY",
35375
+ label: "Cyprus",
35376
+ phone: "+357"
35377
+ },
35378
+ {
35379
+ code: "CZ",
35380
+ label: "Czech Republic",
35381
+ phone: "+420"
35382
+ },
35383
+ {
35384
+ code: "DE",
35385
+ label: "Germany",
35386
+ phone: "+49",
35387
+ suggested: true
35388
+ },
35389
+ {
35390
+ code: "DJ",
35391
+ label: "Djibouti",
35392
+ phone: "+253"
35393
+ },
35394
+ {
35395
+ code: "DK",
35396
+ label: "Denmark",
35397
+ phone: "+45"
35398
+ },
35399
+ {
35400
+ code: "DM",
35401
+ label: "Dominica",
35402
+ phone: "+1-767"
35403
+ },
35404
+ {
35405
+ code: "DO",
35406
+ label: "Dominican Republic",
35407
+ phone: "+1-809"
35408
+ },
35409
+ {
35410
+ code: "DZ",
35411
+ label: "Algeria",
35412
+ phone: "+213"
35413
+ },
35414
+ {
35415
+ code: "EC",
35416
+ label: "Ecuador",
35417
+ phone: "+593"
35418
+ },
35419
+ {
35420
+ code: "EE",
35421
+ label: "Estonia",
35422
+ phone: "+372"
35423
+ },
35424
+ {
35425
+ code: "EG",
35426
+ label: "Egypt",
35427
+ phone: "+20"
35428
+ },
35429
+ {
35430
+ code: "EH",
35431
+ label: "Western Sahara",
35432
+ phone: "+212"
35433
+ },
35434
+ {
35435
+ code: "ER",
35436
+ label: "Eritrea",
35437
+ phone: "+291"
35438
+ },
35439
+ {
35440
+ code: "ES",
35441
+ label: "Spain",
35442
+ phone: "+34"
35443
+ },
35444
+ {
35445
+ code: "ET",
35446
+ label: "Ethiopia",
35447
+ phone: "+251"
35448
+ },
35449
+ {
35450
+ code: "FI",
35451
+ label: "Finland",
35452
+ phone: "+358"
35453
+ },
35454
+ {
35455
+ code: "FJ",
35456
+ label: "Fiji",
35457
+ phone: "+679"
35458
+ },
35459
+ {
35460
+ code: "FK",
35461
+ label: "Falkland Islands (Malvinas)",
35462
+ phone: "+500"
35463
+ },
35464
+ {
35465
+ code: "FM",
35466
+ label: "Micronesia, Federated States of",
35467
+ phone: "+691"
35468
+ },
35469
+ {
35470
+ code: "FO",
35471
+ label: "Faroe Islands",
35472
+ phone: "+298"
35473
+ },
35474
+ {
35475
+ code: "FR",
35476
+ label: "France",
35477
+ phone: "+33",
35478
+ suggested: true
35479
+ },
35480
+ {
35481
+ code: "GA",
35482
+ label: "Gabon",
35483
+ phone: "+241"
35484
+ },
35485
+ {
35486
+ code: "GB",
35487
+ label: "United Kingdom",
35488
+ phone: "+44"
35489
+ },
35490
+ {
35491
+ code: "GD",
35492
+ label: "Grenada",
35493
+ phone: "+1-473"
35494
+ },
35495
+ {
35496
+ code: "GE",
35497
+ label: "Georgia",
35498
+ phone: "+995"
35499
+ },
35500
+ {
35501
+ code: "GF",
35502
+ label: "French Guiana",
35503
+ phone: "+594"
35504
+ },
35505
+ {
35506
+ code: "GG",
35507
+ label: "Guernsey",
35508
+ phone: "+44"
35509
+ },
35510
+ {
35511
+ code: "GH",
35512
+ label: "Ghana",
35513
+ phone: "+233"
35514
+ },
35515
+ {
35516
+ code: "GI",
35517
+ label: "Gibraltar",
35518
+ phone: "+350"
35519
+ },
35520
+ {
35521
+ code: "GL",
35522
+ label: "Greenland",
35523
+ phone: "+299"
35524
+ },
35525
+ {
35526
+ code: "GM",
35527
+ label: "Gambia",
35528
+ phone: "+220"
35529
+ },
35530
+ {
35531
+ code: "GN",
35532
+ label: "Guinea",
35533
+ phone: "+224"
35534
+ },
35535
+ {
35536
+ code: "GP",
35537
+ label: "Guadeloupe",
35538
+ phone: "+590"
35539
+ },
35540
+ {
35541
+ code: "GQ",
35542
+ label: "Equatorial Guinea",
35543
+ phone: "+240"
35544
+ },
35545
+ {
35546
+ code: "GR",
35547
+ label: "Greece",
35548
+ phone: "+30"
35549
+ },
35550
+ {
35551
+ code: "GS",
35552
+ label: "South Georgia and the South Sandwich Islands",
35553
+ phone: "+500"
35554
+ },
35555
+ {
35556
+ code: "GT",
35557
+ label: "Guatemala",
35558
+ phone: "+502"
35559
+ },
35560
+ {
35561
+ code: "GU",
35562
+ label: "Guam",
35563
+ phone: "+1-671"
35564
+ },
35565
+ {
35566
+ code: "GW",
35567
+ label: "Guinea-Bissau",
35568
+ phone: "+245"
35569
+ },
35570
+ {
35571
+ code: "GY",
35572
+ label: "Guyana",
35573
+ phone: "+592"
35574
+ },
35575
+ {
35576
+ code: "HK",
35577
+ label: "Hong Kong",
35578
+ phone: "+852"
35579
+ },
35580
+ {
35581
+ code: "HM",
35582
+ label: "Heard Island and McDonald Islands",
35583
+ phone: "+672"
35584
+ },
35585
+ {
35586
+ code: "HN",
35587
+ label: "Honduras",
35588
+ phone: "+504"
35589
+ },
35590
+ {
35591
+ code: "HR",
35592
+ label: "Croatia",
35593
+ phone: "+385"
35594
+ },
35595
+ {
35596
+ code: "HT",
35597
+ label: "Haiti",
35598
+ phone: "+509"
35599
+ },
35600
+ {
35601
+ code: "HU",
35602
+ label: "Hungary",
35603
+ phone: "+36"
35604
+ },
35605
+ {
35606
+ code: "ID",
35607
+ label: "Indonesia",
35608
+ phone: "+62"
35609
+ },
35610
+ {
35611
+ code: "IE",
35612
+ label: "Ireland",
35613
+ phone: "+353"
35614
+ },
35615
+ {
35616
+ code: "IL",
35617
+ label: "Israel",
35618
+ phone: "+972"
35619
+ },
35620
+ {
35621
+ code: "IM",
35622
+ label: "Isle of Man",
35623
+ phone: "+44"
35624
+ },
35625
+ {
35626
+ code: "IN",
35627
+ label: "India",
35628
+ phone: "+91"
35629
+ },
35630
+ {
35631
+ code: "IO",
35632
+ label: "British Indian Ocean Territory",
35633
+ phone: "+246"
35634
+ },
35635
+ {
35636
+ code: "IQ",
35637
+ label: "Iraq",
35638
+ phone: "+964"
35639
+ },
35640
+ {
35641
+ code: "IR",
35642
+ label: "Iran, Islamic Republic of",
35643
+ phone: "+98"
35644
+ },
35645
+ {
35646
+ code: "IS",
35647
+ label: "Iceland",
35648
+ phone: "+354"
35649
+ },
35650
+ {
35651
+ code: "IT",
35652
+ label: "Italy",
35653
+ phone: "+39"
35654
+ },
35655
+ {
35656
+ code: "JE",
35657
+ label: "Jersey",
35658
+ phone: "+44"
35659
+ },
35660
+ {
35661
+ code: "JM",
35662
+ label: "Jamaica",
35663
+ phone: "+1-876"
35664
+ },
35665
+ {
35666
+ code: "JO",
35667
+ label: "Jordan",
35668
+ phone: "+962"
35669
+ },
35670
+ {
35671
+ code: "JP",
35672
+ label: "Japan",
35673
+ phone: "+81",
35674
+ suggested: true
35675
+ },
35676
+ {
35677
+ code: "KE",
35678
+ label: "Kenya",
35679
+ phone: "+254"
35680
+ },
35681
+ {
35682
+ code: "KG",
35683
+ label: "Kyrgyzstan",
35684
+ phone: "+996"
35685
+ },
35686
+ {
35687
+ code: "KH",
35688
+ label: "Cambodia",
35689
+ phone: "+855"
35690
+ },
35691
+ {
35692
+ code: "KI",
35693
+ label: "Kiribati",
35694
+ phone: "+686"
35695
+ },
35696
+ {
35697
+ code: "KM",
35698
+ label: "Comoros",
35699
+ phone: "+269"
35700
+ },
35701
+ {
35702
+ code: "KN",
35703
+ label: "Saint Kitts and Nevis",
35704
+ phone: "+1-869"
35705
+ },
35706
+ {
35707
+ code: "KP",
35708
+ label: "Korea, Democratic People's Republic of",
35709
+ phone: "+850"
35710
+ },
35711
+ {
35712
+ code: "KR",
35713
+ label: "Korea, Republic of",
35714
+ phone: "+82"
35715
+ },
35716
+ {
35717
+ code: "KW",
35718
+ label: "Kuwait",
35719
+ phone: "+965"
35720
+ },
35721
+ {
35722
+ code: "KY",
35723
+ label: "Cayman Islands",
35724
+ phone: "+1-345"
35725
+ },
35726
+ {
35727
+ code: "KZ",
35728
+ label: "Kazakhstan",
35729
+ phone: "+7"
35730
+ },
35731
+ {
35732
+ code: "LA",
35733
+ label: "Lao People's Democratic Republic",
35734
+ phone: "+856"
35735
+ },
35736
+ {
35737
+ code: "LB",
35738
+ label: "Lebanon",
35739
+ phone: "+961"
35740
+ },
35741
+ {
35742
+ code: "LC",
35743
+ label: "Saint Lucia",
35744
+ phone: "+1-758"
35745
+ },
35746
+ {
35747
+ code: "LI",
35748
+ label: "Liechtenstein",
35749
+ phone: "+423"
35750
+ },
35751
+ {
35752
+ code: "LK",
35753
+ label: "Sri Lanka",
35754
+ phone: "+94"
35755
+ },
35756
+ {
35757
+ code: "LR",
35758
+ label: "Liberia",
35759
+ phone: "+231"
35760
+ },
35761
+ {
35762
+ code: "LS",
35763
+ label: "Lesotho",
35764
+ phone: "+266"
35765
+ },
35766
+ {
35767
+ code: "LT",
35768
+ label: "Lithuania",
35769
+ phone: "+370"
35770
+ },
35771
+ {
35772
+ code: "LU",
35773
+ label: "Luxembourg",
35774
+ phone: "+352"
35775
+ },
35776
+ {
35777
+ code: "LV",
35778
+ label: "Latvia",
35779
+ phone: "+371"
35780
+ },
35781
+ {
35782
+ code: "LY",
35783
+ label: "Libya",
35784
+ phone: "+218"
35785
+ },
35786
+ {
35787
+ code: "MA",
35788
+ label: "Morocco",
35789
+ phone: "+212"
35790
+ },
35791
+ {
35792
+ code: "MC",
35793
+ label: "Monaco",
35794
+ phone: "+377"
35795
+ },
35796
+ {
35797
+ code: "MD",
35798
+ label: "Moldova, Republic of",
35799
+ phone: "+373"
35800
+ },
35801
+ {
35802
+ code: "ME",
35803
+ label: "Montenegro",
35804
+ phone: "+382"
35805
+ },
35806
+ {
35807
+ code: "MF",
35808
+ label: "Saint Martin (French part)",
35809
+ phone: "+590"
35810
+ },
35811
+ {
35812
+ code: "MG",
35813
+ label: "Madagascar",
35814
+ phone: "+261"
35815
+ },
35816
+ {
35817
+ code: "MH",
35818
+ label: "Marshall Islands",
35819
+ phone: "+692"
35820
+ },
35821
+ {
35822
+ code: "MK",
35823
+ label: "Macedonia, the Former Yugoslav Republic of",
35824
+ phone: "+389"
35825
+ },
35826
+ {
35827
+ code: "ML",
35828
+ label: "Mali",
35829
+ phone: "+223"
35830
+ },
35831
+ {
35832
+ code: "MM",
35833
+ label: "Myanmar",
35834
+ phone: "+95"
35835
+ },
35836
+ {
35837
+ code: "MN",
35838
+ label: "Mongolia",
35839
+ phone: "+976"
35840
+ },
35841
+ {
35842
+ code: "MO",
35843
+ label: "Macao",
35844
+ phone: "+853"
35845
+ },
35846
+ {
35847
+ code: "MP",
35848
+ label: "Northern Mariana Islands",
35849
+ phone: "+1-670"
35850
+ },
35851
+ {
35852
+ code: "MQ",
35853
+ label: "Martinique",
35854
+ phone: "+596"
35855
+ },
35856
+ {
35857
+ code: "MR",
35858
+ label: "Mauritania",
35859
+ phone: "+222"
35860
+ },
35861
+ {
35862
+ code: "MS",
35863
+ label: "Montserrat",
35864
+ phone: "+1-664"
35865
+ },
35866
+ {
35867
+ code: "MT",
35868
+ label: "Malta",
35869
+ phone: "+356"
35870
+ },
35871
+ {
35872
+ code: "MU",
35873
+ label: "Mauritius",
35874
+ phone: "+230"
35875
+ },
35876
+ {
35877
+ code: "MV",
35878
+ label: "Maldives",
35879
+ phone: "+960"
35880
+ },
35881
+ {
35882
+ code: "MW",
35883
+ label: "Malawi",
35884
+ phone: "+265"
35885
+ },
35886
+ {
35887
+ code: "MX",
35888
+ label: "Mexico",
35889
+ phone: "+52"
35890
+ },
35891
+ {
35892
+ code: "MY",
35893
+ label: "Malaysia",
35894
+ phone: "+60"
35895
+ },
35896
+ {
35897
+ code: "MZ",
35898
+ label: "Mozambique",
35899
+ phone: "+258"
35900
+ },
35901
+ {
35902
+ code: "NA",
35903
+ label: "Namibia",
35904
+ phone: "+264"
35905
+ },
35906
+ {
35907
+ code: "NC",
35908
+ label: "New Caledonia",
35909
+ phone: "+687"
35910
+ },
35911
+ {
35912
+ code: "NE",
35913
+ label: "Niger",
35914
+ phone: "+227"
35915
+ },
35916
+ {
35917
+ code: "NF",
35918
+ label: "Norfolk Island",
35919
+ phone: "+672"
35920
+ },
35921
+ {
35922
+ code: "NG",
35923
+ label: "Nigeria",
35924
+ phone: "+234"
35925
+ },
35926
+ {
35927
+ code: "NI",
35928
+ label: "Nicaragua",
35929
+ phone: "+505"
35930
+ },
35931
+ {
35932
+ code: "NL",
35933
+ label: "Netherlands",
35934
+ phone: "+31"
35935
+ },
35936
+ {
35937
+ code: "NO",
35938
+ label: "Norway",
35939
+ phone: "+47"
35940
+ },
35941
+ {
35942
+ code: "NP",
35943
+ label: "Nepal",
35944
+ phone: "+977"
35945
+ },
35946
+ {
35947
+ code: "NR",
35948
+ label: "Nauru",
35949
+ phone: "+674"
35950
+ },
35951
+ {
35952
+ code: "NU",
35953
+ label: "Niue",
35954
+ phone: "+683"
35955
+ },
35956
+ {
35957
+ code: "NZ",
35958
+ label: "New Zealand",
35959
+ phone: "+64"
35960
+ },
35961
+ {
35962
+ code: "OM",
35963
+ label: "Oman",
35964
+ phone: "+968"
35965
+ },
35966
+ {
35967
+ code: "PA",
35968
+ label: "Panama",
35969
+ phone: "+507"
35970
+ },
35971
+ {
35972
+ code: "PE",
35973
+ label: "Peru",
35974
+ phone: "+51"
35975
+ },
35976
+ {
35977
+ code: "PF",
35978
+ label: "French Polynesia",
35979
+ phone: "+689"
35980
+ },
35981
+ {
35982
+ code: "PG",
35983
+ label: "Papua New Guinea",
35984
+ phone: "+675"
35985
+ },
35986
+ {
35987
+ code: "PH",
35988
+ label: "Philippines",
35989
+ phone: "+63"
35990
+ },
35991
+ {
35992
+ code: "PK",
35993
+ label: "Pakistan",
35994
+ phone: "+92"
35995
+ },
35996
+ {
35997
+ code: "PL",
35998
+ label: "Poland",
35999
+ phone: "+48"
36000
+ },
36001
+ {
36002
+ code: "PM",
36003
+ label: "Saint Pierre and Miquelon",
36004
+ phone: "+508"
36005
+ },
36006
+ {
36007
+ code: "PN",
36008
+ label: "Pitcairn",
36009
+ phone: "+870"
36010
+ },
36011
+ {
36012
+ code: "PR",
36013
+ label: "Puerto Rico",
36014
+ phone: "+1"
36015
+ },
36016
+ {
36017
+ code: "PS",
36018
+ label: "Palestine, State of",
36019
+ phone: "+970"
36020
+ },
36021
+ {
36022
+ code: "PT",
36023
+ label: "Portugal",
36024
+ phone: "+351"
36025
+ },
36026
+ {
36027
+ code: "PW",
36028
+ label: "Palau",
36029
+ phone: "+680"
36030
+ },
36031
+ {
36032
+ code: "PY",
36033
+ label: "Paraguay",
36034
+ phone: "+595"
36035
+ },
36036
+ {
36037
+ code: "QA",
36038
+ label: "Qatar",
36039
+ phone: "+974"
36040
+ },
36041
+ {
36042
+ code: "RE",
36043
+ label: "Reunion",
36044
+ phone: "+262"
36045
+ },
36046
+ {
36047
+ code: "RO",
36048
+ label: "Romania",
36049
+ phone: "+40"
36050
+ },
36051
+ {
36052
+ code: "RS",
36053
+ label: "Serbia",
36054
+ phone: "+381"
36055
+ },
36056
+ {
36057
+ code: "RU",
36058
+ label: "Russian Federation",
36059
+ phone: "+7"
36060
+ },
36061
+ {
36062
+ code: "RW",
36063
+ label: "Rwanda",
36064
+ phone: "+250"
36065
+ },
36066
+ {
36067
+ code: "SA",
36068
+ label: "Saudi Arabia",
36069
+ phone: "+966"
36070
+ },
36071
+ {
36072
+ code: "SB",
36073
+ label: "Solomon Islands",
36074
+ phone: "+677"
36075
+ },
36076
+ {
36077
+ code: "SC",
36078
+ label: "Seychelles",
36079
+ phone: "+248"
36080
+ },
36081
+ {
36082
+ code: "SD",
36083
+ label: "Sudan",
36084
+ phone: "+249"
36085
+ },
36086
+ {
36087
+ code: "SE",
36088
+ label: "Sweden",
36089
+ phone: "+46"
36090
+ },
36091
+ {
36092
+ code: "SG",
36093
+ label: "Singapore",
36094
+ phone: "+65"
36095
+ },
36096
+ {
36097
+ code: "SH",
36098
+ label: "Saint Helena",
36099
+ phone: "+290"
36100
+ },
36101
+ {
36102
+ code: "SI",
36103
+ label: "Slovenia",
36104
+ phone: "+386"
36105
+ },
36106
+ {
36107
+ code: "SJ",
36108
+ label: "Svalbard and Jan Mayen",
36109
+ phone: "+47"
36110
+ },
36111
+ {
36112
+ code: "SK",
36113
+ label: "Slovakia",
36114
+ phone: "+421"
36115
+ },
36116
+ {
36117
+ code: "SL",
36118
+ label: "Sierra Leone",
36119
+ phone: "+232"
36120
+ },
36121
+ {
36122
+ code: "SM",
36123
+ label: "San Marino",
36124
+ phone: "+378"
36125
+ },
36126
+ {
36127
+ code: "SN",
36128
+ label: "Senegal",
36129
+ phone: "+221"
36130
+ },
36131
+ {
36132
+ code: "SO",
36133
+ label: "Somalia",
36134
+ phone: "+252"
36135
+ },
36136
+ {
36137
+ code: "SR",
36138
+ label: "Suriname",
36139
+ phone: "+597"
36140
+ },
36141
+ {
36142
+ code: "SS",
36143
+ label: "South Sudan",
36144
+ phone: "+211"
36145
+ },
36146
+ {
36147
+ code: "ST",
36148
+ label: "Sao Tome and Principe",
36149
+ phone: "+239"
36150
+ },
36151
+ {
36152
+ code: "SV",
36153
+ label: "El Salvador",
36154
+ phone: "+503"
36155
+ },
36156
+ {
36157
+ code: "SX",
36158
+ label: "Sint Maarten (Dutch part)",
36159
+ phone: "+1-721"
36160
+ },
36161
+ {
36162
+ code: "SY",
36163
+ label: "Syrian Arab Republic",
36164
+ phone: "+963"
36165
+ },
36166
+ {
36167
+ code: "SZ",
36168
+ label: "Swaziland",
36169
+ phone: "+268"
36170
+ },
36171
+ {
36172
+ code: "TC",
36173
+ label: "Turks and Caicos Islands",
36174
+ phone: "+1-649"
36175
+ },
36176
+ {
36177
+ code: "TD",
36178
+ label: "Chad",
36179
+ phone: "+235"
36180
+ },
36181
+ {
36182
+ code: "TF",
36183
+ label: "French Southern Territories",
36184
+ phone: "+262"
36185
+ },
36186
+ {
36187
+ code: "TG",
36188
+ label: "Togo",
36189
+ phone: "+228"
36190
+ },
36191
+ {
36192
+ code: "TH",
36193
+ label: "Thailand",
36194
+ phone: "+66"
36195
+ },
36196
+ {
36197
+ code: "TJ",
36198
+ label: "Tajikistan",
36199
+ phone: "+992"
36200
+ },
36201
+ {
36202
+ code: "TK",
36203
+ label: "Tokelau",
36204
+ phone: "+690"
36205
+ },
36206
+ {
36207
+ code: "TL",
36208
+ label: "Timor-Leste",
36209
+ phone: "+670"
36210
+ },
36211
+ {
36212
+ code: "TM",
36213
+ label: "Turkmenistan",
36214
+ phone: "+993"
36215
+ },
36216
+ {
36217
+ code: "TN",
36218
+ label: "Tunisia",
36219
+ phone: "+216"
36220
+ },
36221
+ {
36222
+ code: "TO",
36223
+ label: "Tonga",
36224
+ phone: "+676"
36225
+ },
36226
+ {
36227
+ code: "TR",
36228
+ label: "Turkey",
36229
+ phone: "+90"
36230
+ },
36231
+ {
36232
+ code: "TT",
36233
+ label: "Trinidad and Tobago",
36234
+ phone: "+1-868"
36235
+ },
36236
+ {
36237
+ code: "TV",
36238
+ label: "Tuvalu",
36239
+ phone: "+688"
36240
+ },
36241
+ {
36242
+ code: "TW",
36243
+ label: "Taiwan, Province of China",
36244
+ phone: "+886"
36245
+ },
36246
+ {
36247
+ code: "TZ",
36248
+ label: "United Republic of Tanzania",
36249
+ phone: "+255"
36250
+ },
36251
+ {
36252
+ code: "UA",
36253
+ label: "Ukraine",
36254
+ phone: "+380"
36255
+ },
36256
+ {
36257
+ code: "UG",
36258
+ label: "Uganda",
36259
+ phone: "+256"
36260
+ },
36261
+ {
36262
+ code: "US",
36263
+ label: "United States",
36264
+ phone: "+1",
36265
+ suggested: true
36266
+ },
36267
+ {
36268
+ code: "UY",
36269
+ label: "Uruguay",
36270
+ phone: "+598"
36271
+ },
36272
+ {
36273
+ code: "UZ",
36274
+ label: "Uzbekistan",
36275
+ phone: "+998"
36276
+ },
36277
+ {
36278
+ code: "VA",
36279
+ label: "Holy See (Vatican City State)",
36280
+ phone: "+379"
36281
+ },
36282
+ {
36283
+ code: "VC",
36284
+ label: "Saint Vincent and the Grenadines",
36285
+ phone: "+1-784"
36286
+ },
36287
+ {
36288
+ code: "VE",
36289
+ label: "Venezuela",
36290
+ phone: "+58"
36291
+ },
36292
+ {
36293
+ code: "VG",
36294
+ label: "British Virgin Islands",
36295
+ phone: "+1-284"
36296
+ },
36297
+ {
36298
+ code: "VI",
36299
+ label: "US Virgin Islands",
36300
+ phone: "+1-340"
36301
+ },
36302
+ {
36303
+ code: "VN",
36304
+ label: "Vietnam",
36305
+ phone: "+84"
36306
+ },
36307
+ {
36308
+ code: "VU",
36309
+ label: "Vanuatu",
36310
+ phone: "+678"
36311
+ },
36312
+ {
36313
+ code: "WF",
36314
+ label: "Wallis and Futuna",
36315
+ phone: "+681"
36316
+ },
36317
+ {
36318
+ code: "WS",
36319
+ label: "Samoa",
36320
+ phone: "+685"
36321
+ },
36322
+ {
36323
+ code: "XK",
36324
+ label: "Kosovo",
36325
+ phone: "+383"
36326
+ },
36327
+ {
36328
+ code: "YE",
36329
+ label: "Yemen",
36330
+ phone: "+967"
36331
+ },
36332
+ {
36333
+ code: "YT",
36334
+ label: "Mayotte",
36335
+ phone: "+262"
36336
+ },
36337
+ {
36338
+ code: "ZA",
36339
+ label: "South Africa",
36340
+ phone: "+27"
36341
+ },
36342
+ {
36343
+ code: "ZM",
36344
+ label: "Zambia",
36345
+ phone: "+260"
36346
+ },
36347
+ {
36348
+ code: "ZW",
36349
+ label: "Zimbabwe",
36350
+ phone: "+263"
36351
+ }
36352
+ ];
36353
+
36354
+ var PhoneInput = function PhoneInput(_ref) {
36355
+ var onChange = _ref.onChange,
36356
+ _ref$value = _ref.value,
36357
+ value = _ref$value === void 0 ? '' : _ref$value,
36358
+ country = _ref.country,
36359
+ _ref$placeholder = _ref.placeholder,
36360
+ placeholder = _ref$placeholder === void 0 ? 'Enter phone number' : _ref$placeholder,
36361
+ _ref$color = _ref.color,
36362
+ _color = _ref$color === void 0 ? 'default' : _ref$color;
36363
+ var theme = useTheme();
36364
+ var defaultValue = country ? countries.findIndex(function (cn) {
36365
+ return cn.code == country;
36366
+ }) : 103;
36367
+ var _useState = React.useState(countries[defaultValue]),
36368
+ _useState2 = _slicedToArray(_useState, 2),
36369
+ selectedCountry = _useState2[0],
36370
+ setSelectedCountry = _useState2[1];
36371
+ var _useState3 = React.useState(value),
36372
+ _useState4 = _slicedToArray(_useState3, 2),
36373
+ phoneNumber = _useState4[0],
36374
+ setPhoneNumber = _useState4[1];
36375
+ var _useState5 = React.useState(false),
36376
+ _useState6 = _slicedToArray(_useState5, 2),
36377
+ isFocused = _useState6[0],
36378
+ setIsFocused = _useState6[1];
36379
+ var _useState7 = React.useState(false),
36380
+ _useState8 = _slicedToArray(_useState7, 2),
36381
+ dropdownOpen = _useState8[0],
36382
+ setDropdownOpen = _useState8[1];
36383
+ var _useState9 = React.useState(''),
36384
+ _useState0 = _slicedToArray(_useState9, 2),
36385
+ searchTerm = _useState0[0],
36386
+ setSearchTerm = _useState0[1];
36387
+ var dropdownRef = React.useRef(null);
36388
+ var _useMemo = React.useMemo(function () {
36389
+ return getColors$8(theme.palette, _color);
36390
+ }, [theme.palette]),
36391
+ borderColor = _useMemo.borderColor,
36392
+ hoverBorder = _useMemo.hoverBorder;
36393
+ var handleSelectCountry = function handleSelectCountry(country) {
36394
+ setSelectedCountry(country);
36395
+ setDropdownOpen(false);
36396
+ setSearchTerm('');
36397
+ if (onChange) onChange("".concat(country.code, ":").concat(phoneNumber));
36398
+ };
36399
+ var handlePhoneChange = function handlePhoneChange(e) {
36400
+ var value = e.target.value.replace(/[^\d]/g, '');
36401
+ setPhoneNumber(value);
36402
+ if (onChange) onChange("".concat(selectedCountry.code).concat(value));
36403
+ };
36404
+ var handleClickOutside = function handleClickOutside(e) {
36405
+ if (dropdownRef.current && !dropdownRef.current.contains(e.target)) {
36406
+ setDropdownOpen(false);
36407
+ setSearchTerm('');
36408
+ }
36409
+ };
36410
+ React.useEffect(function () {
36411
+ document.addEventListener('mousedown', handleClickOutside);
36412
+ return function () {
36413
+ return document.removeEventListener('mousedown', handleClickOutside);
36414
+ };
36415
+ }, []);
36416
+ var filteredCountries = countries.filter(function (c) {
36417
+ return "".concat(c.label, " ").concat(c.code, " ").concat(c.phone).toLowerCase().includes(searchTerm.toLowerCase());
36418
+ });
36419
+ return /*#__PURE__*/React.createElement("div", {
36420
+ ref: dropdownRef,
36421
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "phone-input-container ".concat(isFocused ? 'focused' : '')
36422
+ }, /*#__PURE__*/React.createElement("div", {
36423
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "input-wrapper"
36424
+ }, /*#__PURE__*/React.createElement("div", {
36425
+ onClick: function onClick() {
36426
+ return setDropdownOpen(!dropdownOpen);
36427
+ },
36428
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown-toggle"
36429
+ }, /*#__PURE__*/React.createElement("span", {
36430
+ style: {
36431
+ display: 'flex',
36432
+ alignItems: 'center',
36433
+ gap: 5
36434
+ },
36435
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
36436
+ }, /*#__PURE__*/React.createElement("img", {
36437
+ loading: "lazy",
36438
+ width: "23",
36439
+ height: "23",
36440
+ src: "https://flagcdn.com/w20/".concat(selectedCountry.code.toLowerCase(), ".png"),
36441
+ srcSet: "https://flagcdn.com/w40/".concat(selectedCountry.code.toLowerCase(), ".png 2x"),
36442
+ alt: "Flag of ".concat(selectedCountry.label),
36443
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
36444
+ }), /*#__PURE__*/React.createElement("span", {
36445
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
36446
+ }, selectedCountry.phone))), /*#__PURE__*/React.createElement("input", {
36447
+ type: "tel",
36448
+ placeholder: placeholder,
36449
+ value: phoneNumber,
36450
+ onChange: handlePhoneChange,
36451
+ onFocus: function onFocus() {
36452
+ return setIsFocused(true);
36453
+ },
36454
+ onBlur: function onBlur() {
36455
+ return setIsFocused(false);
36456
+ },
36457
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "phone-input"
36458
+ })), dropdownOpen && /*#__PURE__*/React.createElement("div", {
36459
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown"
36460
+ }, /*#__PURE__*/React.createElement("input", {
36461
+ type: "text",
36462
+ placeholder: "Search country...",
36463
+ value: searchTerm,
36464
+ onChange: function onChange(e) {
36465
+ return setSearchTerm(e.target.value);
36466
+ },
36467
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "search-input"
36468
+ }), /*#__PURE__*/React.createElement("div", {
36469
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "country-list"
36470
+ }, filteredCountries.length > 0 ? filteredCountries.map(function (c) {
36471
+ return /*#__PURE__*/React.createElement("div", {
36472
+ key: c.code,
36473
+ onClick: function onClick() {
36474
+ return handleSelectCountry(c);
36475
+ },
36476
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown-item"
36477
+ }, /*#__PURE__*/React.createElement("span", {
36478
+ style: {
36479
+ display: 'flex',
36480
+ alignItems: 'center',
36481
+ gap: 5
36482
+ },
36483
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
36484
+ }, /*#__PURE__*/React.createElement("img", {
36485
+ loading: "lazy",
36486
+ width: "23",
36487
+ height: "23",
36488
+ src: "https://flagcdn.com/w20/".concat(c.code.toLowerCase(), ".png"),
36489
+ srcSet: "https://flagcdn.com/w40/".concat(c.code.toLowerCase(), ".png 2x"),
36490
+ alt: "Flag of ".concat(c.label),
36491
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
36492
+ }), c.phone, " ", /*#__PURE__*/React.createElement("span", {
36493
+ style: {
36494
+ color: 'grey'
36495
+ },
36496
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
36497
+ }, c.label)));
36498
+ }) : /*#__PURE__*/React.createElement("div", {
36499
+ className: _JSXStyle.dynamic([["785147617", [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown-item disabled"
36500
+ }, "No results"))), /*#__PURE__*/React.createElement(_JSXStyle, {
36501
+ id: "785147617",
36502
+ dynamic: [hoverBorder, borderColor, borderColor, theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']
36503
+ }, ".phone-input-container.__jsx-style-dynamic-selector{position:relative;max-width:400px;}.phone-input-container.focused.__jsx-style-dynamic-selector{outline:1px solid ".concat(hoverBorder, ";border-radius:6px;}.input-wrapper.__jsx-style-dynamic-selector{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid ").concat(borderColor, ";border-radius:6px;overflow:hidden;}.dropdown-toggle.__jsx-style-dynamic-selector{padding:7px 12px;border-radius:6px 0px 0px 6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;border-right:1px solid ").concat(borderColor, ";}.phone-input.__jsx-style-dynamic-selector{-webkit-flex:1;-ms-flex:1;flex:1;padding:5px 10px;height:35px;background-color:transparent;font-size:14px;border:none;}.phone-input.__jsx-style-dynamic-selector:focus{outline:none;}.dropdown.__jsx-style-dynamic-selector{position:absolute;top:100%;left:0;width:100%;background:").concat(theme.type == 'dark' ? 'black' : 'white', ";border:1px solid ").concat(borderColor, ";border-radius:6px;margin-top:4px;z-index:999;box-shadow:0 4px 10px rgba(0,0,0,0.1);}.search-input.__jsx-style-dynamic-selector{width:100%;padding:8px 10px;border:none;background-color:transparent;border-bottom:1px solid ").concat(borderColor, ";font-size:14px;}.search-input.__jsx-style-dynamic-selector:focus{outline:none;}.country-list.__jsx-style-dynamic-selector{max-height:200px;overflow-y:auto;}.dropdown-item.__jsx-style-dynamic-selector{padding:10px;cursor:pointer;font-size:14px;}.dropdown-item.__jsx-style-dynamic-selector:hover{background:").concat(theme.type == 'dark' ? '#3a3d3d' : '#efefef', ";}.dropdown-item.disabled.__jsx-style-dynamic-selector{color:#888;cursor:default;}")));
36504
+ };
36505
+
35105
36506
  var _excluded$m = ["value", "max", "className", "type", "colors", "fixedTop", "fixedBottom"];
35106
36507
  var getCurrentColor = function getCurrentColor(ratio, palette, type) {
35107
36508
  var colors = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
@@ -57668,6 +59069,7 @@ exports.Modal = Modal;
57668
59069
  exports.Note = Note;
57669
59070
  exports.Page = Page;
57670
59071
  exports.Pagination = Pagination;
59072
+ exports.PhoneInput = PhoneInput;
57671
59073
  exports.Popover = Popover;
57672
59074
  exports.Progress = Progress;
57673
59075
  exports.Radio = Radio;
@@ -57694,6 +59096,7 @@ exports.User = User;
57694
59096
  exports.buildStyles = buildStyles;
57695
59097
  exports.connect = connect;
57696
59098
  exports.getActiveElement = getActiveElement;
59099
+ exports.getColors = getColors$8;
57697
59100
  exports.getIn = getIn;
57698
59101
  exports.isEmptyArray = isEmptyArray;
57699
59102
  exports.isEmptyChildren = isEmptyChildren;