react-gldn-kit 0.1.63 → 0.1.65

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 (31) hide show
  1. package/dist/584e853b008bbc39706d2eae62d68563.svg +13 -0
  2. package/dist/index.js +1 -1
  3. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/components/Forms/EmailSignUp/index.d.ts +1 -0
  4. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/components/Forms/EmailSignUp/index.js +2 -2
  5. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/components/Forms/OneClickKit/index.js +2 -2
  6. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/components/Forms/OneClickKit/types.d.ts +1 -0
  7. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/components/Forms/PhoneSignUp/index.js +2 -3
  8. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/components/Forms/PhoneSignUp/types.d.ts +1 -0
  9. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/index.js +6 -5
  10. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/types.d.ts +1 -0
  11. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/Second/index.js +2 -0
  12. package/dist/lib/components/SignUp/CurrencySelector/index.js +25 -1
  13. package/dist/lib/components/SignUp/DocsCheckBox/index.js +1 -1
  14. package/dist/lib/components/SignUp/PromoCode/index.js +6 -2
  15. package/dist/lib/components/Wheel/index.js +6 -3
  16. package/dist/lib/components/Wheel/types.d.ts +1 -0
  17. package/dist/lib/components/ui/Headers/PopUpHeader/index.js +1 -1
  18. package/dist/lib/components/ui/Icons/FilledArrowSvg.js +1 -1
  19. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +12 -12
  20. package/dist/lib/components/ui/Inputs/BaseInput/types.d.ts +1 -0
  21. package/dist/lib/components/ui/Inputs/PhoneInput/components/PhoneView/index.d.ts +0 -1
  22. package/dist/lib/components/ui/Inputs/PhoneInput/components/PhoneView/index.js +3 -3
  23. package/dist/lib/components/ui/Inputs/PhoneInput/index.js +2 -2
  24. package/dist/lib/components/ui/Selector/index.js +4 -5
  25. package/dist/lib/components/ui/Selector/types.d.ts +1 -0
  26. package/dist/lib/components/ui/Tabs/index.js +1 -0
  27. package/dist/lib/zustandStore/forms/signUp/types.d.ts +3 -1
  28. package/dist/lib/zustandStore/forms/signUp/types.js +2 -0
  29. package/dist/main.css +169 -71
  30. package/package.json +1 -1
  31. package/dist/44e37556cab6e2a7ab8cf131dca24fac.svg +0 -48
package/dist/main.css CHANGED
@@ -656,9 +656,14 @@
656
656
  height:8px;
657
657
  }
658
658
 
659
+ .KIT__BaseInputUi-module__mainContainer___rOSUI {
660
+ display: flex;
661
+ flex-direction: column;
662
+ gap: var(--indent-xs);
663
+ width: 100%;
664
+ }
659
665
  .KIT__BaseInputUi-module__inputWrapper___AnbPW {
660
666
  border-radius: var(--input-border-radius);
661
- border: var(--input-border);
662
667
  height: var(--input-height);
663
668
  display: flex;
664
669
  align-items: center;
@@ -788,12 +793,9 @@
788
793
  }
789
794
 
790
795
  .KIT__BaseInputUi-module__errorText___f7axC {
791
- position: absolute;
792
- bottom: -15px;
793
796
  max-width: 100%;
794
797
  white-space: nowrap;
795
798
  text-overflow: ellipsis;
796
- left: 0;
797
799
  font-size: 11px;
798
800
  overflow: hidden;
799
801
  color: var(--input-error);
@@ -845,14 +847,14 @@
845
847
  .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill:hover,
846
848
  .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill:focus,
847
849
  .KIT__BaseInputUi-module__input___RWf0J:-webkit-autofill:active {
848
- -webkit-box-shadow: 0 40px var(--input-background) inset;
850
+ -webkit-box-shadow: 0 40px transparent inset;
849
851
  -webkit-text-fill-color: var(--input-text-color);
850
852
  -webkit-background-clip: text;
851
853
  background-clip: text;
852
854
  }
853
855
 
854
856
  .KIT__BaseInputUi-module__input___RWf0J:-moz-autofill {
855
- box-shadow: 0 40px var(--input-background) inset;
857
+ box-shadow: 0 40px transparent inset;
856
858
  color: var(--input-text-color);
857
859
  background-clip: text;
858
860
  }
@@ -906,8 +908,9 @@
906
908
  }
907
909
 
908
910
  .KIT__PromoCode-module__marginBottom___ym0Mm {
909
- margin-bottom: 60px;
911
+ margin-bottom: var(--indent-l);
910
912
  }
913
+
911
914
  .KIT__ArrowButton-module__openedColor___M7HTi * {
912
915
  fill: var(--arrow-button-opened-svg-path-fill);
913
916
  cursor: pointer;
@@ -954,22 +957,35 @@
954
957
  width: var(--large);
955
958
  }
956
959
 
957
- .KIT__Selector-module__item___H9Toq {
958
- border-radius: var(--selector-border-radius);
960
+ .KIT__Selector-module__item___H9Toq,
961
+ .KIT__Selector-module__mainContainer___OUUM_ {
959
962
  background-color: var(--selector-item-background);
960
- height: 40px;
963
+ height: 50px;
961
964
  display: flex;
962
965
  justify-content: space-between;
963
966
  align-items: center;
964
- padding: 2px 10px;
967
+ padding: var(--indent-m);
965
968
  color: var(--input-label-text-color);
966
969
  width: 100%;
967
970
  overflow: hidden;
968
971
  white-space: nowrap;
969
972
  text-overflow: ellipsis;
973
+ cursor: pointer;
970
974
  }
971
975
 
972
- .KIT__Selector-module__item___H9Toq>div {
976
+ .KIT__Selector-module__mainContainer___OUUM_ {
977
+ border-radius: var(--selector-border-radius);
978
+ }
979
+
980
+ .KIT__Selector-module__item___H9Toq:hover {
981
+ background-color: var(--phone-input-item-hover-background-color);
982
+ }
983
+
984
+ .KIT__Selector-module__item___H9Toq.KIT__Selector-module__disabled___tfq_t {
985
+ opacity: 0.7;
986
+ }
987
+
988
+ .KIT__Selector-module__item___H9Toq > div {
973
989
  overflow: hidden;
974
990
  white-space: nowrap;
975
991
  text-overflow: ellipsis;
@@ -983,16 +999,45 @@
983
999
  display: flex;
984
1000
  justify-content: space-between;
985
1001
  align-items: center;
986
- border: var(--selector-border);
1002
+ }
1003
+
1004
+ .KIT__Selector-module__left___v1CLQ {
1005
+ display: flex;
1006
+ align-items: center;
1007
+ gap: var(--indent-m);
1008
+ }
1009
+
1010
+ .KIT__Selector-module__arrowBox___Mh4_4 {
1011
+ --size: 24px;
1012
+ width: 24px;
1013
+ width: var(--size);
1014
+ height: 24px;
1015
+ height: var(--size);
1016
+ display: flex;
1017
+ align-items: center;
1018
+ justify-content: center;
987
1019
  }
988
1020
 
989
1021
  .KIT__Selector-module__overflow____BqEX {
990
- max-width: calc(100% - 20px);
991
1022
  overflow: hidden;
992
1023
  white-space: nowrap;
993
1024
  text-overflow: ellipsis;
994
1025
  }
995
1026
 
1027
+ .KIT__Selector-module__column___lV8W1 {
1028
+ display: flex;
1029
+ flex-direction: column;
1030
+ width: 100%;
1031
+ text-overflow: ellipsis;
1032
+ overflow: hidden;
1033
+ }
1034
+
1035
+ .KIT__Selector-module__label___WfHNj {
1036
+ font-weight: 500;
1037
+ font-size: var(--font-size-xs);
1038
+ color: var(--base-400);
1039
+ }
1040
+
996
1041
  .KIT__Selector-module__maxSize___ElpMa {
997
1042
  max-width: 100%;
998
1043
  }
@@ -1028,25 +1073,22 @@
1028
1073
  z-index: 3;
1029
1074
  }
1030
1075
 
1031
- .KIT__Selector-module__opacity___JnYUt {
1032
- background-color: var(--selector-main-bg-opened);
1033
- border-bottom: none;
1034
- opacity: 0.8;
1035
- border-radius: var(--selector-border-radius) var(--selector-border-radius) 0 0;
1076
+ .KIT__Selector-module__dropDownWrapper___nTExd .KIT__Selector-module__item___H9Toq {
1077
+ height: 40px;
1036
1078
  }
1037
1079
 
1038
- .KIT__Selector-module__bigBorder___MFnZy {
1039
- border: var(--selector-border);
1080
+ .KIT__Selector-module__opacity___JnYUt {
1081
+ background-color: var(--selector-main-bg-opened);
1082
+ border-radius: var(--selector-border-radius) var(--selector-border-radius);
1040
1083
  }
1041
1084
 
1042
1085
  .KIT__Selector-module__disabledBottom___SB7p7 {
1043
1086
  border-bottom: none;
1044
- border-radius: var(--selector-border-radius) var(--selector-border-radius) 0 0;
1087
+ border-radius: var(--selector-border-radius) var(--selector-border-radius);
1045
1088
  }
1046
1089
 
1047
1090
  .KIT__Selector-module__disabledTop___JBoM_ {
1048
- border-top: none;
1049
- border-radius: 0 0 var(--selector-border-radius) var(--selector-border-radius);
1091
+ border-radius: var(--selector-border-radius);
1050
1092
  }
1051
1093
 
1052
1094
  .KIT__Selector-module__dropDownDirection-up___b8JYy {
@@ -1054,7 +1096,7 @@
1054
1096
  }
1055
1097
 
1056
1098
  .KIT__Selector-module__dropDownDirection-down___VP7l8 {
1057
- top: 100%;
1099
+ top: calc(100% + var(--indent-s));
1058
1100
  }
1059
1101
 
1060
1102
  .KIT__Selector-module__listItem___dSMzY {
@@ -1096,8 +1138,14 @@
1096
1138
  }
1097
1139
  }
1098
1140
 
1099
- .KIT__Selector-module__rotate___HYMRK {
1141
+ .KIT__Selector-module__arrowButton___sMkYv {
1100
1142
  transform: rotate(180deg);
1143
+ width: 16px;
1144
+ height: 9px;
1145
+ }
1146
+
1147
+ .KIT__CurrencySelector-module__arrow___Jzcad {
1148
+ order: -1;
1101
1149
  }
1102
1150
 
1103
1151
  .KIT__HOCRequestLoader-module__loader___xFYfs {
@@ -1196,10 +1244,6 @@
1196
1244
  color: var(--sign-up-modal-checkbox-color);
1197
1245
  }
1198
1246
 
1199
- .KIT__Docs-module__link___PZSYE {
1200
- -webkit-text-decoration: underline;
1201
- text-decoration: underline;
1202
- }
1203
1247
  .KIT__OneClick-module__fullWidth___vk4aC {
1204
1248
  width: 100%;
1205
1249
  }
@@ -1259,8 +1303,8 @@
1259
1303
  height: 2px;
1260
1304
  background-color: var(--tab-indicator-bg);
1261
1305
  transition: 0.3s;
1262
- bottom: 0;
1263
- z-index: 1;
1306
+ bottom: 1px;
1307
+ z-index: calc(var(--layout-lvl-1) + 1);
1264
1308
  }
1265
1309
  .KIT__Tabs-module__wrapperTabs___rFoBY .KIT__Tabs-module__buttonActiveIndicator___l6_IM {
1266
1310
  height: 100%;
@@ -1272,11 +1316,16 @@
1272
1316
  width: 0;
1273
1317
  height: 0;
1274
1318
  }
1319
+ .KIT__Tabs-module__border___IJHnH {
1320
+ border-bottom: var(--tab-border-bottom-default);
1321
+ }
1322
+
1275
1323
  .KIT__SignUp-module__wrapperSignUpModal___rbBZ2 {
1276
1324
  display: flex;
1277
1325
  flex-direction: column;
1278
1326
  align-items: center;
1279
1327
  width: 100%;
1328
+ padding: var(--indent-xs);
1280
1329
  }
1281
1330
 
1282
1331
  .KIT__SignUp-module__wrapperTitle___5QJvI {
@@ -1289,6 +1338,13 @@
1289
1338
  color: var(--sign-up-modal-bonus-text-title-color);
1290
1339
  }
1291
1340
 
1341
+ .KIT__SignUp-module__signUpTitle___KqL7g {
1342
+ font-size: var(--font-size-l);
1343
+ color: var(--sign-up-modal-bonus-text-title-color);
1344
+ font-weight: 700;
1345
+ margin-bottom: var(--indent-xl);
1346
+ }
1347
+
1292
1348
  .KIT__SignUp-module__subText___mEdDI {
1293
1349
  font-size: var(--font-size-s);
1294
1350
  color: var(--sign-up-modal-bonus-subtext-color);
@@ -1319,11 +1375,11 @@
1319
1375
  }
1320
1376
 
1321
1377
  .KIT__SignUp-module__tabs___V1uaG {
1322
- margin-bottom: calc(var(--indent-l) * 2);
1378
+ margin-bottom: var(--indent-m);
1323
1379
  }
1324
1380
 
1325
1381
  .KIT__SignUp-module__marginB___vy5fB {
1326
- margin-bottom: var(--indent-l);
1382
+ margin-bottom: var(--indent-s);
1327
1383
  }
1328
1384
 
1329
1385
  .KIT__SignUp-module__checkbox___VFwSz {
@@ -1364,7 +1420,7 @@
1364
1420
 
1365
1421
  .KIT__SignUp-module__authButtonText___f1wcw {
1366
1422
  cursor: pointer;
1367
- color: white;
1423
+ color: var(--auth-button-text-color);
1368
1424
  font-weight: 300;
1369
1425
  }
1370
1426
 
@@ -1433,7 +1489,7 @@
1433
1489
  position: relative;
1434
1490
  display: flex;
1435
1491
  flex-direction: column;
1436
- gap: var(--indent-m);
1492
+ gap: var(--indent-xs);
1437
1493
  }
1438
1494
 
1439
1495
  .KIT__PhoneInput-module__errorBorder___QOw8R {
@@ -1441,12 +1497,9 @@
1441
1497
  }
1442
1498
 
1443
1499
  .KIT__PhoneInput-module__error___mgsEO {
1444
- position: absolute;
1445
- top: 100%;
1446
1500
  max-width: 100%;
1447
1501
  white-space: nowrap;
1448
1502
  text-overflow: ellipsis;
1449
- left: 0;
1450
1503
  font-size: 11px;
1451
1504
  overflow: hidden;
1452
1505
  color: rgb(var(--red));
@@ -1483,33 +1536,31 @@
1483
1536
  top: calc(100% + var(--indent-xs));
1484
1537
  width: 100%;
1485
1538
  left: 0;
1486
- border: var(--input-border);
1487
1539
  background-color: var(--input-background);
1488
1540
  z-index: 3;
1489
1541
  border-radius: var(--border-s);
1490
- overflow: hidden;
1542
+ overflow-y: auto;
1543
+ max-height: 200px;
1491
1544
  }
1492
1545
 
1493
1546
  .KIT__PhoneInput-module__list___GgLkp .KIT__PhoneInput-module__items___UoSJS .KIT__PhoneInput-module__disabledBorder___UYdKe {
1494
1547
  border: none;
1495
- background: #1f222f;
1496
1548
  border-radius: 0;
1549
+ height: 40px;
1497
1550
  }
1498
1551
 
1499
1552
  .KIT__PhoneInput-module__list___GgLkp .KIT__PhoneInput-module__items___UoSJS .KIT__PhoneInput-module__disabledBorder___UYdKe:active {
1500
- background: var(--base-700);
1553
+ background: var(--phone-input-item-hover-background-color);
1501
1554
  }
1502
1555
 
1503
1556
  .KIT__PhoneInput-module__list___GgLkp .KIT__PhoneInput-module__items___UoSJS .KIT__PhoneInput-module__disabledBorder___UYdKe:hover {
1504
- background: var(--base-700);
1557
+ background: var(--phone-input-item-hover-background-color);
1505
1558
  }
1506
1559
 
1507
1560
  .KIT__PhoneView-module__row___EVJyb {
1508
1561
  display: flex;
1509
1562
  background-color: var(--input-background);
1510
1563
  border-radius: var(--border-s);
1511
- border: 2px solid transparent;
1512
- border: 2px solid var(--base-700, transparent);
1513
1564
  }
1514
1565
 
1515
1566
  .KIT__PhoneView-module__codeWrapper___pUMRn {
@@ -1526,6 +1577,7 @@
1526
1577
  .KIT__PhoneView-module__mainInput___qB1oB {
1527
1578
  height: 50px;
1528
1579
  flex-direction: column;
1580
+ justify-content: center;
1529
1581
  }
1530
1582
 
1531
1583
  .KIT__PhoneView-module__content___Dnmvr {
@@ -1538,6 +1590,7 @@
1538
1590
  font-weight: 500;
1539
1591
  color: var(--base-400);
1540
1592
  padding-left: var(--indent-s);
1593
+ line-height: 14px;
1541
1594
  }
1542
1595
 
1543
1596
  .KIT__PhoneView-module__code___y3pYW {
@@ -1564,7 +1617,6 @@
1564
1617
 
1565
1618
  .KIT__PhoneView-module__input___gRvqf {
1566
1619
  padding: 0;
1567
- padding-left: var(--indent-s);
1568
1620
  border: none;
1569
1621
  background: transparent;
1570
1622
  }
@@ -1573,13 +1625,19 @@
1573
1625
  height: auto;
1574
1626
  }
1575
1627
 
1628
+ .KIT__PhoneView-module__inputWrapper___lQu09 {
1629
+ height: auto;
1630
+ height: initial;
1631
+ background-color: transparent;
1632
+ }
1633
+
1576
1634
  .KIT__PhoneView-module__inputText___MRtU0 {
1577
1635
  font-weight: 400;
1578
1636
  padding: 0;
1579
1637
  }
1580
1638
 
1581
1639
  .KIT__PhoneView-module__name___glkXr {
1582
- color: var(--base-0);
1640
+ color: var(--phone-view-name-color);
1583
1641
  font-size: var(--font-size-s);
1584
1642
  display: flex;
1585
1643
  align-items: center;
@@ -2004,6 +2062,26 @@
2004
2062
  font-size: var(--font-size-l);
2005
2063
  }
2006
2064
 
2065
+ .KIT__SignUpTypeTwo-module__grayTwo___Tqrxn {
2066
+ --background: rgba(25, 33, 44, 1);
2067
+ --border: none;
2068
+ --tab-indicator-background: rgba(39, 195, 92, 1);
2069
+ --tab-border-bottom: 2px solid rgba(39, 195, 92, 0.2);
2070
+ --currency-box-border-color: rgba(213, 163, 101, 0.5);
2071
+ --currency-box-background: rgba(14, 19, 25, 1);
2072
+ --phone-wrapper-background: rgba(14, 19, 25, 1);
2073
+ --submit-button-background: rgba(39, 195, 92, 1);
2074
+ --submit-button-color: var(--base-0);
2075
+ --track-background: var(--base-1000);
2076
+ --thumb-background: rgba(46, 52, 59, 1);
2077
+ --input-filled-border-color: rgba(255, 255, 255, 0.3);
2078
+ --input-focus-border-color: rgba(39, 195, 92, 1);
2079
+ }
2080
+
2081
+ .KIT__SignUpTypeTwo-module__grayTwo___Tqrxn .KIT__SignUpTypeTwo-module__submitButton___wN2jO {
2082
+ border-radius: var(--border-s);
2083
+ }
2084
+
2007
2085
  .KIT__SignUpTypeTwo-module__pink___cIZDT {
2008
2086
  --background: linear-gradient(181.81deg, #a21a4b -0.66%, #350717 98.3%);
2009
2087
  border: 4px solid;
@@ -2063,21 +2141,35 @@
2063
2141
  --track-background: var(--base-1000);
2064
2142
  }
2065
2143
 
2144
+ .KIT__SignUpTypeTwo-module__black___FeYQJ {
2145
+ --background: rgba(0, 0, 0, 1);
2146
+ --tab-border-bottom: 2px solid rgba(224, 168, 37, 0.2);
2147
+ --tab-indicator-background: rgba(224, 168, 37, 1);
2148
+ --submit-button-background: linear-gradient(90deg, #FFDE6A 0%, #E0A825 100%);
2149
+ --currency-box-background: rgba(24, 24, 24, 1);
2150
+ --phone-wrapper-background: rgba(24, 24, 24, 1);
2151
+ --thumb-background: rgba(36, 36, 36, 1);
2152
+ --input-focus-border-color: rgba(0, 104, 62, 0.5);
2153
+ }
2154
+
2066
2155
  .KIT__SignUpTypeTwo-module__contentArea___N15Kc {
2067
2156
  overflow-y: auto;
2068
2157
  width: 100%;
2069
2158
  }
2070
2159
 
2071
- .KIT__SignUpTypeTwo-module__contentArea___N15Kc::-webkit-scrollbar {
2160
+ .KIT__SignUpTypeTwo-module__contentArea___N15Kc::-webkit-scrollbar,
2161
+ .KIT__SignUpTypeTwo-module__wrapperSignUp___P12OH::-webkit-scrollbar {
2072
2162
  width: 9px;
2073
2163
  }
2074
2164
 
2075
- .KIT__SignUpTypeTwo-module__contentArea___N15Kc::-webkit-scrollbar-thumb {
2165
+ .KIT__SignUpTypeTwo-module__contentArea___N15Kc::-webkit-scrollbar-thumb,
2166
+ .KIT__SignUpTypeTwo-module__wrapperSignUp___P12OH::-webkit-scrollbar-thumb {
2076
2167
  background: var(--thumb-background);
2077
2168
  border-radius: 3px;
2078
2169
  }
2079
2170
 
2080
- .KIT__SignUpTypeTwo-module__contentArea___N15Kc::-webkit-scrollbar-track {
2171
+ .KIT__SignUpTypeTwo-module__contentArea___N15Kc::-webkit-scrollbar-track,
2172
+ .KIT__SignUpTypeTwo-module__wrapperSignUp___P12OH::-webkit-scrollbar-track {
2081
2173
  background: var(--track-background);
2082
2174
  }
2083
2175
 
@@ -2092,7 +2184,6 @@
2092
2184
 
2093
2185
  .KIT__SignUpTypeTwo-module__tabs___OWm0f .KIT__SignUpTypeTwo-module__indicator___rlu4L {
2094
2186
  background-color: var(--tab-indicator-background);
2095
- bottom: 1px;
2096
2187
  }
2097
2188
 
2098
2189
  .KIT__SignUpTypeTwo-module__title___or0dJ {
@@ -2147,7 +2238,7 @@
2147
2238
  }
2148
2239
 
2149
2240
  .KIT__SignUpTypeTwo-module__signIn_____9U7 {
2150
- color: rgba(255, 255, 255, 0.702);
2241
+ color: rgba(255, 255, 255, 0.5);
2151
2242
  text-align: center;
2152
2243
  margin: var(--indent-l) 0;
2153
2244
  font-size: var(--font-size-s);
@@ -2644,7 +2735,7 @@
2644
2735
  }
2645
2736
 
2646
2737
  .KIT__SignIn-module__content___tU4ST .KIT__SignIn-module__wrapperTabs___Y69IT {
2647
- width: calc(var(--full) - var(--indent-xxl));
2738
+ width: var(--full);
2648
2739
  margin-bottom: var(--indent-m);
2649
2740
  border-bottom: 2px solid transparent;
2650
2741
  }
@@ -2657,13 +2748,15 @@
2657
2748
  .KIT__SignIn-module__wrapperForms___Tahny {
2658
2749
  width: 100%;
2659
2750
  display: flex;
2751
+ position: relative;
2752
+ z-index: 3;
2660
2753
  }
2661
2754
 
2662
2755
  .KIT__SignIn-module__content___tU4ST .KIT__SignIn-module__passwordField___PMmjM,
2663
2756
  .KIT__SignIn-module__wrapperForm___n33_f>div,
2664
2757
  .KIT__SignIn-module__lostPsw___bqjdO {
2665
2758
  cursor: pointer;
2666
- width: calc(var(--full) - var(--indent-xxl));
2759
+ width: var(--full);
2667
2760
  }
2668
2761
 
2669
2762
  .KIT__SignIn-module__wrapperForm___n33_f {
@@ -2698,15 +2791,15 @@
2698
2791
  }
2699
2792
 
2700
2793
  .KIT__SignIn-module__dash___UQOxa {
2701
- width: calc(var(--full) - var(--indent-xxl));
2794
+ width: var(--full);
2702
2795
  margin-bottom: var(--indent-m);
2703
2796
  border-bottom: 2px solid var(--border-color-gray);
2704
2797
  }
2705
2798
 
2706
2799
  .KIT__SignIn-module__content___tU4ST .KIT__SignIn-module__btn___i75DV {
2707
- width: calc(var(--full) - var(--indent-xxl));
2708
- max-width: calc(var(--full) - var(--indent-xxl));
2709
- min-width: calc(var(--full) - var(--indent-xxl));
2800
+ width: var(--full);
2801
+ max-width: var(--full);
2802
+ min-width: var(--full);
2710
2803
  margin-bottom: var(--indent-m);
2711
2804
  }
2712
2805
 
@@ -2725,13 +2818,11 @@
2725
2818
  }
2726
2819
  .KIT__PopUpHeader-module__wrapperPopUpHeader___GmjiQ {
2727
2820
  display: flex;
2728
- justify-content: center;
2821
+ justify-content: space-between;
2729
2822
  height: var(--height-48);
2730
2823
  padding: 0 var(--indent-l);
2731
2824
  flex-shrink: 0;
2732
- /* background-color: rgb(var(--dark)); */
2733
2825
  background-color: var(--pop-up-header);
2734
- border-bottom: 2px solid var(--border-color-gray);
2735
2826
  align-items: center;
2736
2827
  width: 100%;
2737
2828
  position: relative;
@@ -2742,15 +2833,20 @@
2742
2833
  border-bottom: none;
2743
2834
  }
2744
2835
 
2836
+ .KIT__PopUpHeader-module__leftContent___lIcyz {
2837
+ display: flex;
2838
+ align-items: center;
2839
+ gap: var(--indent-m);
2840
+ }
2841
+
2745
2842
  .KIT__PopUpHeader-module__title___PWFyT {
2746
- font-weight: 400;
2747
- font-size: 14px;
2843
+ font-weight: 600;
2844
+ font-size: var(--font-size-l);
2748
2845
  color: var(--pop-up-header-title-color);
2749
2846
  text-align: center;
2750
2847
  white-space: nowrap;
2751
2848
  text-overflow: ellipsis;
2752
2849
  overflow: hidden;
2753
- width: 70%;
2754
2850
  }
2755
2851
 
2756
2852
  .KIT__PopUpHeader-module__closeButton___fwcjS {
@@ -2762,9 +2858,6 @@
2762
2858
  display: flex;
2763
2859
  justify-content: center;
2764
2860
  align-items: center;
2765
- position: absolute;
2766
- top: 50%;
2767
- transform: translateY(-50%);
2768
2861
  cursor: pointer;
2769
2862
  }
2770
2863
 
@@ -2791,6 +2884,7 @@
2791
2884
  .KIT__PopUpHeader-module__right___n8ZfB {
2792
2885
  right: var(--indent-l);
2793
2886
  }
2887
+
2794
2888
  .KIT__PortalLayout-module__wrapperPortalLayout___o5fiH {
2795
2889
  position: fixed;
2796
2890
  width: 100%;
@@ -6310,16 +6404,15 @@
6310
6404
  --input-xl: 90px;
6311
6405
  --input-xxl: 150px;
6312
6406
  --input-full: 100%;
6313
- --input-height: 40px;
6407
+ --input-height: 50px;
6314
6408
  --input-icon-width: 25px;
6315
6409
  /* Colors */
6316
6410
  --input-border-focus-bg: var(--green-100, red);
6317
6411
  --input-border-bg: var(--border-color, red);
6318
6412
  --input-border-radius: var(--indent-s);
6319
6413
  --input-border: 2px solid var(--base-700, transparent);
6320
- --input-height: 40px;
6321
6414
  --input-padding: var(--indent-xs) var(--indent-m);
6322
- --input-background: var(--base-900, red);
6415
+ --input-background: var(--base-800, red);
6323
6416
  --input-label-text-color: color-mix(in oklab, var(--base-0, red) 50%, transparent 50%);
6324
6417
  --input-text-color: var(--base-0, white);
6325
6418
  --input-border-colorful: var(--green-100, red);
@@ -6373,6 +6466,10 @@
6373
6466
  --button-color-primary-text: var(--base-0, white);
6374
6467
  --button-color-black: var(--base-700, transparent);
6375
6468
  --button-color-black-text: var(--base-0, white);
6469
+
6470
+ --arrow-button-svg-path-fill: var(--base-600);
6471
+ --arrow-button-opened-svg-path-fill: var(--base-600);
6472
+ --auth-button-text-color: var(--base-0, white);
6376
6473
  }
6377
6474
 
6378
6475
  :root {
@@ -6413,6 +6510,7 @@
6413
6510
  --tab-border-bottom-color: var(--green-100, red);
6414
6511
  --tab-button-active-shadow: 0 0px 9px var(--green-100),
6415
6512
  inset 0 8px 1px color-mix(in oklab, var(--green-100) 10%, transparent 90%);
6513
+ --tab-border-bottom-default: 2px solid var(--base-700);
6416
6514
  }
6417
6515
 
6418
6516
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-gldn-kit",
3
- "version": "0.1.63",
3
+ "version": "0.1.65",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "keywords": [],
@@ -1,48 +0,0 @@
1
- <svg
2
- width="176px"
3
- height="90px"
4
- viewBox="0 0 176 90"
5
- fill="none"
6
- >
7
- <path
8
- d="M5 67.6077V21H30.2891V31.2154H16.0234V57.3923H30.2891V67.6077H5Z"
9
- fill="white"
10
- />
11
- <path
12
- d="M40.6641 67.6077V21H52.3359V57.3923H65.9531V67.6077H40.6641Z"
13
- fill="white"
14
- />
15
- <path
16
- d="M126.258 67.6077V21H137.281L159.977 49.7308V21H171V67.6077H159.977L137.281 38.8769V67.6077H126.258Z"
17
- fill="white"
18
- />
19
- <path
20
- d="M71.7891 51.0077L87.5201 69.5231L102.784 54.6469L100.126 51.4929L87.598 63.33L75.8094 49.6797L71.7761 50.9949L71.7891 51.0077Z"
21
- fill="var(--green-100)"
22
- />
23
- <path
24
- d="M89.4784 67.0075L112.174 62.0658L106.247 41.6223L102.162 42.4906L106.545 58.8608L89.1413 63.0618L89.4784 67.0203V67.0075Z"
25
- fill="var(--green-100)"
26
- />
27
- <path
28
- d="M110.734 59.5503L117.18 37.268L96.4816 32.1731L95.6256 36.2465L111.811 40.1411L107.077 57.9669L110.721 59.5503H110.734Z"
29
- fill="var(--green-100)"
30
- />
31
- <path
32
- d="M114.482 37.1786L97.8692 21L83.6555 36.1315L86.768 39.0812L97.947 26.81L111.305 39.5665L114.482 37.1786Z"
33
- fill="var(--green-100)"
34
- />
35
- <path
36
- d="M97.8692 23.7071L76.2374 26.7462L80.8542 47.8154L84.7449 47.1769L81.0488 30.0917L95.5478 28.0869L97.8563 23.7071H97.8692Z"
37
- fill="var(--green-100)"
38
- />
39
- <path
40
- d="M77.3656 29.2489L69.1953 51.4674L89.66 57.7626L90.7623 54.0851L74.5514 49.1306L80.1669 33.118L77.3656 29.2617V29.2489Z"
41
- fill="var(--green-100)"
42
- />
43
- <path
44
- d="M25.4258 49.7308C28.4698 49.7308 30.9375 47.3011 30.9375 44.3039C30.9375 41.3067 28.4698 38.877 25.4258 38.877C22.3817 38.877 19.9141 41.3067 19.9141 44.3039C19.9141 47.3011 22.3817 49.7308 25.4258 49.7308Z"
45
- fill="var(--green-100)"
46
- />
47
-
48
- </svg>