react-gldn-kit 0.1.48 → 0.1.50

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/main.css CHANGED
@@ -1450,6 +1450,10 @@
1450
1450
  border-radius: var(--border-xs);
1451
1451
  }
1452
1452
 
1453
+ .KIT__Code-module__drop____Xnq2.KIT__Code-module__colorfulBorder___ThrJY {
1454
+ border-color: var(--input-focus-border-color);
1455
+ }
1456
+
1453
1457
  .KIT__Code-module__selection___XSk3l {
1454
1458
  height: 100%;
1455
1459
  align-items: center;
@@ -1519,7 +1523,7 @@
1519
1523
  .KIT__PhoneBox-module__input___cViDI {
1520
1524
  height: 100%;
1521
1525
  background: var(--phone-box-background);
1522
- border: 1px solid var(--phone-box-border-color);
1526
+ border: 1px solid var(--input-default-border-color);
1523
1527
  color: var(--base-0);
1524
1528
  font-size: var(--font-size-m);
1525
1529
  font-weight: 400;
@@ -1530,8 +1534,13 @@
1530
1534
 
1531
1535
  .KIT__PhoneBox-module__input___cViDI:focus {
1532
1536
  background: rgba(255, 255, 255, 0.1);
1537
+ border-color: var(--input-focus-border-color);
1533
1538
  }
1534
1539
 
1540
+ .KIT__PhoneBox-module__input___cViDI.KIT__PhoneBox-module__colorfulBorder___gnfjW {
1541
+ border-color: var(--input-filled-border-color);
1542
+ }
1543
+
1535
1544
  .KIT__PhoneBox-module__input___cViDI::-moz-placeholder {
1536
1545
  color: rgba(255, 255, 255, 0.5);
1537
1546
  }
@@ -1556,11 +1565,19 @@
1556
1565
  align-items: center;
1557
1566
  justify-content: space-between;
1558
1567
  padding: 0 var(--indent-m);
1559
- border: 1px solid rgba(255, 255, 255, 0.141);
1568
+ border: 1px solid var(--input-default-border-color);
1560
1569
  border-radius: var(--border-xs);
1561
1570
  position: relative;
1571
+ }
1562
1572
 
1573
+ .KIT__InputBox-module__wrapperPasswordBox___AyUW_:has(input:focus) {
1574
+ border-color: var(--input-focus-border-color);
1563
1575
  }
1576
+
1577
+ .KIT__InputBox-module__wrapperPasswordBox___AyUW_.KIT__InputBox-module__colorfulBorder___mIlPa {
1578
+ border-color: var(--input-filled-border-color);
1579
+ }
1580
+
1564
1581
  .KIT__InputBox-module__key___MnZDq {
1565
1582
  padding-right: var(--indent-m);
1566
1583
  width: 24px;
@@ -1580,8 +1597,8 @@
1580
1597
  display: flex;
1581
1598
  height: inherit;
1582
1599
  position: relative;
1583
-
1584
1600
  }
1601
+
1585
1602
  .KIT__InputBox-module__inputWrapper___sTOJU input {
1586
1603
  width: 100%;
1587
1604
  line-height: 24px;
@@ -1592,6 +1609,7 @@
1592
1609
  border: none;
1593
1610
  border-radius: 0;
1594
1611
  }
1612
+
1595
1613
  .KIT__InputBox-module__inputWrapper___sTOJU input:focus ~ .KIT__InputBox-module__label___EFq1u {
1596
1614
  max-width: 133%;
1597
1615
  transform: translateY(-40%) scale(0.75);
@@ -1643,10 +1661,6 @@
1643
1661
  left: 0;
1644
1662
  }
1645
1663
 
1646
- .KIT__PasswordBox-module__passwordInput____X2Sj {
1647
- border: 1px solid var(--password-box-border-color);
1648
- }
1649
-
1650
1664
  .KIT__CurrencyBox-module__wrapperSelector___JATKR {
1651
1665
  position: relative;
1652
1666
  border-radius: var(--border-xs);
@@ -1664,8 +1678,17 @@
1664
1678
  z-index: var(--layout-lvl-1);
1665
1679
  }
1666
1680
 
1667
- .KIT__CurrencyBox-module__input___UN8Sd {
1668
- border-color: var(--currency-box-border-color);
1681
+ .KIT__CurrencyBox-module__wrapperItems___IvQ82::-webkit-scrollbar {
1682
+ width: 9px;
1683
+ }
1684
+
1685
+ .KIT__CurrencyBox-module__wrapperItems___IvQ82::-webkit-scrollbar-thumb {
1686
+ background: var(--thumb-background);
1687
+ border-radius: 3px;
1688
+ }
1689
+
1690
+ .KIT__CurrencyBox-module__wrapperItems___IvQ82::-webkit-scrollbar-track {
1691
+ background: var(--track-background);
1669
1692
  }
1670
1693
 
1671
1694
  .KIT__CurrencyBox-module__item___aofYd {
@@ -1694,14 +1717,15 @@
1694
1717
  --active-tab-color: var(--base-0);
1695
1718
  --submit-button-color: var(--base-1000);
1696
1719
  --submit-button-font-size: var(--font-size-m);
1697
- --currency-box-border-color: rgba(255, 255, 255, 0.1);
1698
- --password-box-border-color: rgba(255, 255, 255, 0.1);
1699
- --email-box-border-color: rgba(255, 255, 255, 0.1);
1700
- --phone-box-border-color: rgba(255, 255, 255, 0.1);
1720
+ --input-default-border-color: rgba(255, 255, 255, 0.1);
1721
+ --input-filled-border-color: rgba(255, 255, 255, 0.3);
1722
+ --input-focus-border-color: rgba(255, 255, 255, 0.3);
1701
1723
  --phone-box-background: rgba(255, 255, 255, 0.1);
1702
1724
  --submit-button-background: rgb(246, 169, 19);
1703
1725
  --tab-border-bottom: 2px solid rgba(252, 216, 32, 0.2);
1704
1726
  --tab-indicator-background: rgba(245, 187, 37, 1);
1727
+ --track-background: transparent;
1728
+ --thumb-background: rgba(136, 94, 57, 1);
1705
1729
 
1706
1730
  position: fixed;
1707
1731
  top: 0;
@@ -1713,7 +1737,6 @@
1713
1737
  background: var(--background);
1714
1738
  border: var(--border);
1715
1739
  box-shadow: var(--shadow);
1716
- overflow-y: auto;
1717
1740
  }
1718
1741
 
1719
1742
  .KIT__SignUpTypeTwo-module__brown___CRS44 {
@@ -1727,6 +1750,7 @@
1727
1750
  --password-box-border-color: rgba(136, 95, 160, 1);
1728
1751
  --email-box-border-color: rgba(136, 95, 160, 1);
1729
1752
  --phone-box-border-color: rgba(255, 255, 255, 0.3);
1753
+ --thumb-background: rgba(96, 105, 148, 1);
1730
1754
  }
1731
1755
 
1732
1756
  .KIT__SignUpTypeTwo-module__purple___B7cKn {
@@ -1749,7 +1773,6 @@
1749
1773
  border-image: linear-gradient(181.3deg, #b1ff53 -1.04%, #286509 93.8%) 1;
1750
1774
  --tab-border-bottom: 2px solid rgba(252, 216, 32, 0.2);
1751
1775
  --currency-box-shadow: 1px 1px 8.6px 3px rgba(253,249,255,0.50196);
1752
- --currency-box-border-color: rgba(252, 216, 32, 0.502);
1753
1776
  --tab-indicator-background: rgba(252, 216, 32, 1);
1754
1777
  --submit-button-color: var(--base-0);
1755
1778
  --submit-button-background: linear-gradient(
@@ -1758,6 +1781,10 @@
1758
1781
  #ec6c06 73.02%
1759
1782
  );
1760
1783
  --submit-button-font-size: var(--font-size-l);
1784
+ --track-background: var(--base-1000);
1785
+ --thumb-background: rgba(5, 74, 18, 1);
1786
+ --input-filled-border-color: rgba(252, 216, 32, 0.5);
1787
+ --input-focus-border-color: rgba(252, 216, 32, 1);
1761
1788
  }
1762
1789
 
1763
1790
  .KIT__SignUpTypeTwo-module__yellow___fSYHc {
@@ -1790,6 +1817,77 @@
1790
1817
  --tab-border-bottom: 2px solid rgba(252, 216, 32, 0.2);
1791
1818
  }
1792
1819
 
1820
+ .KIT__SignUpTypeTwo-module__gray___ix0Zs {
1821
+ --background: rgba(25, 33, 44, 1);
1822
+ --border: 4px solid;
1823
+ -o-border-image: linear-gradient(180deg, #dcb692 20.52%, #4e3621 113.24%) 1;
1824
+ border-image: linear-gradient(180deg, #dcb692 20.52%, #4e3621 113.24%) 1;
1825
+ --tab-indicator-background: rgba(213, 163, 101, 1);
1826
+ --tab-border-bottom: 2px solid rgba(213, 163, 101, 0.2);
1827
+ --currency-box-border-color: rgba(213, 163, 101, 0.5);
1828
+ --currency-box-background: rgba(14, 19, 25, 1);
1829
+ --currency-box-shadow: 1px 1px 8.6px 3px rgba(253, 249, 255, 0.5);
1830
+ --phone-wrapper-background: rgba(14, 19, 25, 1);
1831
+ --submit-button-background: rgba(255, 10, 10, 1);
1832
+ --submit-button-color: var(--base-0);
1833
+ --track-background: var(--base-1000);
1834
+ --thumb-background: rgba(162, 26, 75, 1);
1835
+ --input-filled-border-color: rgba(213, 163, 101, 0.5);
1836
+ --input-focus-border-color: rgba(213, 163, 101, 1);
1837
+ }
1838
+
1839
+ .KIT__SignUpTypeTwo-module__gray___ix0Zs .KIT__SignUpTypeTwo-module__submitButton___aPLn7 {
1840
+ font-size: var(--font-size-l);
1841
+ }
1842
+
1843
+ .KIT__SignUpTypeTwo-module__pink___T1c13 {
1844
+ --background: linear-gradient(181.81deg, #a21a4b -0.66%, #350717 98.3%);
1845
+ border: 4px solid;
1846
+
1847
+ -o-border-image: linear-gradient(181.3deg, #ff6489 -1.04%, #ba405d 93.8%) 1;
1848
+
1849
+ border-image: linear-gradient(181.3deg, #ff6489 -1.04%, #ba405d 93.8%) 1;
1850
+ --currency-box-background: rgba(53, 7, 23, 1);
1851
+ --currency-box-shadow: 1px 1px 8.6px 3px rgba(253, 249, 255, 0.5);
1852
+ --phone-wrapper-background: rgba(53, 7, 23, 1);
1853
+ --track-background: var(--base-1000);
1854
+ --thumb-background: rgba(162, 26, 75, 1);
1855
+ --submit-button-background: rgba(41, 188, 89, 1);
1856
+ --submit-button-color: var(--base-0);
1857
+ --input-filled-border-color: rgba(226, 171, 0, 0.5);
1858
+ --input-focus-border-color: rgba(226, 171, 0, 1);
1859
+ --phone-box-background: rgb(255, 255, 255, 0.1);
1860
+ }
1861
+
1862
+ .KIT__SignUpTypeTwo-module__silver___TF63d {
1863
+ --background: linear-gradient(183.6deg, #67615e 0.64%, #2b2b2b 97.12%);
1864
+ --input-filled-border-color: rgba(255, 161, 0, 0.5);
1865
+ --input-focus-border-color: rgba(255, 161, 0, 1);
1866
+ --track-background: var(--base-1000);
1867
+ --thumb-background: rgba(255, 161, 0, 1);
1868
+ --phone-wrapper-background: rgba(43, 43, 43, 1);
1869
+ --currency-box-background: rgba(43, 43, 43, 1);
1870
+ --currency-box-shadow: 1px 1px 8.6px 3px rgba(253, 249, 255, 0.5);
1871
+ }
1872
+
1873
+ .KIT__SignUpTypeTwo-module__contentArea___fA84v {
1874
+ overflow-y: auto;
1875
+ width: 100%;
1876
+ }
1877
+
1878
+ .KIT__SignUpTypeTwo-module__contentArea___fA84v::-webkit-scrollbar {
1879
+ width: 9px;
1880
+ }
1881
+
1882
+ .KIT__SignUpTypeTwo-module__contentArea___fA84v::-webkit-scrollbar-thumb {
1883
+ background: var(--thumb-background);
1884
+ border-radius: 3px;
1885
+ }
1886
+
1887
+ .KIT__SignUpTypeTwo-module__contentArea___fA84v::-webkit-scrollbar-track {
1888
+ background: var(--track-background);
1889
+ }
1890
+
1793
1891
  .KIT__SignUpTypeTwo-module__tabs___Ya07h .KIT__SignUpTypeTwo-module__tab___pHssv {
1794
1892
  color: var(--tab-color);
1795
1893
  border-bottom: var(--tab-border-bottom);
@@ -1813,10 +1911,6 @@
1813
1911
  line-height: 32px;
1814
1912
  }
1815
1913
 
1816
- .KIT__SignUpTypeTwo-module__emailInput___EVI_Y {
1817
- border: 1px solid var(--email-box-border-color);
1818
- }
1819
-
1820
1914
  .KIT__SignUpTypeTwo-module__bonusImage___b5O68 {
1821
1915
  width: 100%;
1822
1916
  height: auto;
@@ -1943,6 +2037,65 @@
1943
2037
  color: var(--red-1000);
1944
2038
  }
1945
2039
 
2040
+ .KIT__SocialButton-module__wrapperSocialButton___zzRye {
2041
+ display: flex;
2042
+ flex-direction: column;
2043
+ align-items: center;
2044
+ justify-content: center;
2045
+ gap: var(--indent-xs);
2046
+ cursor: pointer;
2047
+ }
2048
+
2049
+ .KIT__SocialButton-module__iconBox___SBfYf {
2050
+ --height: 44px;
2051
+ display: flex;
2052
+ flex-direction: column;
2053
+ align-items: center;
2054
+ justify-content: center;
2055
+ background-color: rgba(255, 255, 255, 0.1);
2056
+ border-radius: var(--border-m);
2057
+ height: 44px;
2058
+ height: var(--height);
2059
+ width: 100%;
2060
+ }
2061
+
2062
+ .KIT__SocialButton-module__title___XGj0M {
2063
+ color: var(--base-0);
2064
+ font-size: var(--font-size-xs);
2065
+ }
2066
+
2067
+ .KIT__SocialButtons-module__wrapperSocialButtons___NZOfm {
2068
+ display: flex;
2069
+ flex-direction: column;
2070
+ gap: var(--indent-m);
2071
+ margin-bottom: var(--indent-m);
2072
+ }
2073
+
2074
+ .KIT__SocialButtons-module__socialButtons___ZWpE0 {
2075
+ display: grid;
2076
+ width: 100%;
2077
+ grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
2078
+ grid-gap: var(--indent-m);
2079
+ gap: var(--indent-m);
2080
+ }
2081
+
2082
+ .KIT__SocialButtons-module__row___DA7Ns {
2083
+ display: flex;
2084
+ align-items: center;
2085
+ gap: var(--indent-s);
2086
+ }
2087
+
2088
+ .KIT__SocialButtons-module__line___feDyO {
2089
+ height: 1px;
2090
+ background-color: rgba(255, 255, 255, 0.1);
2091
+ flex: 1;
2092
+ }
2093
+
2094
+ .KIT__SocialButtons-module__or___pGdGi {
2095
+ color: rgba(161, 166, 178, 1);
2096
+ font-size: var(--font-size-m);
2097
+ }
2098
+
1946
2099
  .KIT__SignIn-module__content___fTb1F {
1947
2100
  width: 100%;
1948
2101
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-gldn-kit",
3
- "version": "0.1.48",
3
+ "version": "0.1.50",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "keywords": [],