react-gldn-kit 0.1.73 → 0.1.75
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 +1 -1
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +9 -4
- package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/index.js +4 -5
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/index.d.ts +1 -1
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/index.js +1 -1
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/index.js +1 -1
- package/dist/lib/components/SignUpTypeTwo/PhoneBox/index.js +7 -1
- package/dist/lib/components/SocialButtons/GoogleLoginButon/index.d.ts +2 -0
- package/dist/lib/components/SocialButtons/GoogleLoginButon/index.js +65 -0
- package/dist/lib/components/SocialButtons/index.js +6 -6
- package/dist/lib/components/ui/Inputs/EmailInput/index.js +1 -1
- package/dist/lib/components/ui/Inputs/PhoneInput/index.js +3 -3
- package/dist/lib/components/ui/Inputs/PhoneInput/types.d.ts +1 -0
- package/dist/lib/components/ui/Loaders/SkeletLoader/index.d.ts +2 -1
- package/dist/lib/components/ui/Loaders/SkeletLoader/index.js +2 -2
- package/dist/lib/components/ui/ShowAll/index.js +1 -1
- package/dist/lib/constants/ui.d.ts +1 -0
- package/dist/lib/constants/ui.js +4 -0
- package/dist/lib/context/logic/ModalContext.d.ts +1 -0
- package/dist/main.css +155 -159
- package/package.json +11 -12
- package/dist/807840745cf8259a5f25933495817c5f.svg +0 -4
package/dist/main.css
CHANGED
|
@@ -1607,31 +1607,98 @@
|
|
|
1607
1607
|
position: relative;
|
|
1608
1608
|
}
|
|
1609
1609
|
|
|
1610
|
-
.KIT__PhoneInput-
|
|
1610
|
+
.KIT__PhoneInput-module__items___UoSJS {
|
|
1611
|
+
position: absolute;
|
|
1612
|
+
top: calc(100% + var(--indent-xs));
|
|
1613
|
+
width: 100%;
|
|
1614
|
+
left: 0;
|
|
1615
|
+
background-color: var(--input-background);
|
|
1616
|
+
z-index: 3;
|
|
1617
|
+
border-radius: var(--border-s);
|
|
1618
|
+
overflow-y: auto;
|
|
1619
|
+
max-height: 200px;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
.KIT__PhoneInput-module__items___UoSJS .KIT__PhoneInput-module__disabledBorder___UYdKe {
|
|
1623
|
+
border: none;
|
|
1624
|
+
border-radius: 0;
|
|
1625
|
+
height: 40px;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.KIT__PhoneInput-module__items___UoSJS .KIT__PhoneInput-module__disabledBorder___UYdKe:hover,.KIT__PhoneInput-module__items___UoSJS .KIT__PhoneInput-module__disabledBorder___UYdKe:active {
|
|
1629
|
+
background: var(--phone-input-item-hover-background-color);
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
.KIT__SocialButton-module__wrapperSocialButton___zzRye {
|
|
1633
|
+
display: flex;
|
|
1634
|
+
flex-direction: column;
|
|
1635
|
+
align-items: center;
|
|
1636
|
+
justify-content: center;
|
|
1637
|
+
gap: var(--indent-xs);
|
|
1638
|
+
cursor: pointer;
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
.KIT__SocialButton-module__iconBox___SBfYf {
|
|
1642
|
+
--height: 44px;
|
|
1643
|
+
display: flex;
|
|
1644
|
+
flex-direction: column;
|
|
1645
|
+
align-items: center;
|
|
1646
|
+
justify-content: center;
|
|
1647
|
+
background-color: var(--social-button-background);
|
|
1648
|
+
border-radius: var(--border-m);
|
|
1649
|
+
height: 44px;
|
|
1650
|
+
height: var(--height);
|
|
1651
|
+
width: 100%;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
.KIT__SocialButton-module__title___XGj0M {
|
|
1655
|
+
color: var(--social-button-title-color);
|
|
1656
|
+
font-size: var(--font-size-xs);
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
.KIT__GoogleLoginButton-module__wrapperButton___jSNad {
|
|
1660
|
+
position: relative;
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
.KIT__GoogleLoginButton-module__hiddenButton___npP9I {
|
|
1664
|
+
opacity: 0;
|
|
1611
1665
|
position: absolute;
|
|
1612
|
-
top: calc(100% + var(--indent-xs));
|
|
1613
1666
|
width: 100%;
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
z-index: 3;
|
|
1617
|
-
border-radius: var(--border-s);
|
|
1618
|
-
overflow-y: auto;
|
|
1619
|
-
max-height: 200px;
|
|
1620
|
-
}
|
|
1667
|
+
height: 100%;
|
|
1668
|
+
}
|
|
1621
1669
|
|
|
1622
|
-
.
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1670
|
+
.KIT__SocialButtons-module__wrapperSocialButtons___NZOfm {
|
|
1671
|
+
display: flex;
|
|
1672
|
+
flex-direction: column;
|
|
1673
|
+
gap: var(--indent-m);
|
|
1674
|
+
margin-bottom: var(--indent-m);
|
|
1675
|
+
width: 100%;
|
|
1676
|
+
}
|
|
1627
1677
|
|
|
1628
|
-
.
|
|
1629
|
-
|
|
1630
|
-
|
|
1678
|
+
.KIT__SocialButtons-module__socialButtons___ZWpE0 {
|
|
1679
|
+
display: grid;
|
|
1680
|
+
width: 100%;
|
|
1681
|
+
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
|
1682
|
+
grid-gap: var(--indent-m);
|
|
1683
|
+
gap: var(--indent-m);
|
|
1684
|
+
}
|
|
1631
1685
|
|
|
1632
|
-
.
|
|
1633
|
-
|
|
1634
|
-
|
|
1686
|
+
.KIT__SocialButtons-module__row___DA7Ns {
|
|
1687
|
+
display: flex;
|
|
1688
|
+
align-items: center;
|
|
1689
|
+
gap: var(--indent-s);
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.KIT__SocialButtons-module__line___feDyO {
|
|
1693
|
+
height: 1px;
|
|
1694
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1695
|
+
flex: 1;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
.KIT__SocialButtons-module__or___pGdGi {
|
|
1699
|
+
color: rgba(161, 166, 178, 1);
|
|
1700
|
+
font-size: var(--font-size-m);
|
|
1701
|
+
}
|
|
1635
1702
|
|
|
1636
1703
|
.KIT__Code-module__drop____Xnq2 {
|
|
1637
1704
|
height: 100%;
|
|
@@ -1772,6 +1839,10 @@
|
|
|
1772
1839
|
font-weight: 400;
|
|
1773
1840
|
}
|
|
1774
1841
|
|
|
1842
|
+
.KIT__PhoneBox-module__highlightX___RHThL {
|
|
1843
|
+
color: var(--x-reg-color);
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1775
1846
|
.KIT__InputBox-module__wrapperPasswordBox___AyUW_ {
|
|
1776
1847
|
margin-bottom: var(--indent-xxl);
|
|
1777
1848
|
color: var(--base-0);
|
|
@@ -1928,65 +1999,6 @@
|
|
|
1928
1999
|
color: var(--base-0);
|
|
1929
2000
|
}
|
|
1930
2001
|
|
|
1931
|
-
.KIT__SocialButton-module__wrapperSocialButton___zzRye {
|
|
1932
|
-
display: flex;
|
|
1933
|
-
flex-direction: column;
|
|
1934
|
-
align-items: center;
|
|
1935
|
-
justify-content: center;
|
|
1936
|
-
gap: var(--indent-xs);
|
|
1937
|
-
cursor: pointer;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
.KIT__SocialButton-module__iconBox___SBfYf {
|
|
1941
|
-
--height: 44px;
|
|
1942
|
-
display: flex;
|
|
1943
|
-
flex-direction: column;
|
|
1944
|
-
align-items: center;
|
|
1945
|
-
justify-content: center;
|
|
1946
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
1947
|
-
border-radius: var(--border-m);
|
|
1948
|
-
height: 44px;
|
|
1949
|
-
height: var(--height);
|
|
1950
|
-
width: 100%;
|
|
1951
|
-
}
|
|
1952
|
-
|
|
1953
|
-
.KIT__SocialButton-module__title___XGj0M {
|
|
1954
|
-
color: var(--base-0);
|
|
1955
|
-
font-size: var(--font-size-xs);
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
.KIT__SocialButtons-module__wrapperSocialButtons___NZOfm {
|
|
1959
|
-
display: flex;
|
|
1960
|
-
flex-direction: column;
|
|
1961
|
-
gap: var(--indent-m);
|
|
1962
|
-
margin-bottom: var(--indent-m);
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
.KIT__SocialButtons-module__socialButtons___ZWpE0 {
|
|
1966
|
-
display: grid;
|
|
1967
|
-
width: 100%;
|
|
1968
|
-
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
|
1969
|
-
grid-gap: var(--indent-m);
|
|
1970
|
-
gap: var(--indent-m);
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
|
-
.KIT__SocialButtons-module__row___DA7Ns {
|
|
1974
|
-
display: flex;
|
|
1975
|
-
align-items: center;
|
|
1976
|
-
gap: var(--indent-s);
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
.KIT__SocialButtons-module__line___feDyO {
|
|
1980
|
-
height: 1px;
|
|
1981
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
1982
|
-
flex: 1;
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
.KIT__SocialButtons-module__or___pGdGi {
|
|
1986
|
-
color: rgba(161, 166, 178, 1);
|
|
1987
|
-
font-size: var(--font-size-m);
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
2002
|
.KIT__SignUpTypeTwo-module__wrapperSignUp___P12OH {
|
|
1991
2003
|
--tab-color: rgba(255, 255, 255, 0.5);
|
|
1992
2004
|
--active-tab-color: var(--base-0);
|
|
@@ -2721,7 +2733,8 @@
|
|
|
2721
2733
|
display: flex;
|
|
2722
2734
|
flex-direction: column;
|
|
2723
2735
|
align-items: center;
|
|
2724
|
-
overflow:
|
|
2736
|
+
overflow-y: auto;
|
|
2737
|
+
overflow-x: hidden;
|
|
2725
2738
|
}
|
|
2726
2739
|
|
|
2727
2740
|
.KIT__SignIn-module__wrapperTitle___oAaJ4 {
|
|
@@ -3461,6 +3474,12 @@
|
|
|
3461
3474
|
margin-bottom: var(--indent-xxl);
|
|
3462
3475
|
}
|
|
3463
3476
|
|
|
3477
|
+
.KIT__LostPasswordPhoneForm-module__items___VImtL {
|
|
3478
|
+
position: relative;
|
|
3479
|
+
top: var(--indent-xs);
|
|
3480
|
+
margin-bottom: var(--indent-xs);
|
|
3481
|
+
}
|
|
3482
|
+
|
|
3464
3483
|
.KIT__LostPassword-module__tabWrapper___M1C0O {
|
|
3465
3484
|
width: var(--full);
|
|
3466
3485
|
margin-bottom: var(--indent-m);
|
|
@@ -5105,11 +5124,11 @@
|
|
|
5105
5124
|
}
|
|
5106
5125
|
|
|
5107
5126
|
.KIT__Wheel-module__spinBtn___AngbQ:hover .KIT__Wheel-module__defaultState___wVK6A,.KIT__Wheel-module__spinBtn___AngbQ:hover .KIT__Wheel-module__pressedState___xJuEH {
|
|
5108
|
-
|
|
5127
|
+
opacity: 0;;
|
|
5109
5128
|
}
|
|
5110
5129
|
|
|
5111
5130
|
.KIT__Wheel-module__spinBtn___AngbQ:hover .KIT__Wheel-module__hoverState____BNGp {
|
|
5112
|
-
|
|
5131
|
+
opacity: 1;
|
|
5113
5132
|
--size: 223px;
|
|
5114
5133
|
}
|
|
5115
5134
|
|
|
@@ -5121,11 +5140,11 @@
|
|
|
5121
5140
|
}
|
|
5122
5141
|
|
|
5123
5142
|
.KIT__Wheel-module__spinBtn___AngbQ:active .KIT__Wheel-module__defaultState___wVK6A,.KIT__Wheel-module__spinBtn___AngbQ:active .KIT__Wheel-module__hoverState____BNGp {
|
|
5124
|
-
|
|
5143
|
+
opacity: 0;
|
|
5125
5144
|
}
|
|
5126
5145
|
|
|
5127
5146
|
.KIT__Wheel-module__spinBtn___AngbQ:active .KIT__Wheel-module__pressedState___xJuEH {
|
|
5128
|
-
|
|
5147
|
+
opacity: 1;
|
|
5129
5148
|
}
|
|
5130
5149
|
|
|
5131
5150
|
.KIT__Wheel-module__buttonImage___pT2vb {
|
|
@@ -5133,10 +5152,11 @@
|
|
|
5133
5152
|
height: var(--full);
|
|
5134
5153
|
-o-object-fit: contain;
|
|
5135
5154
|
object-fit: contain;
|
|
5155
|
+
position: absolute;
|
|
5136
5156
|
}
|
|
5137
5157
|
|
|
5138
5158
|
.KIT__Wheel-module__buttonImage___pT2vb.KIT__Wheel-module__hoverState____BNGp,.KIT__Wheel-module__buttonImage___pT2vb.KIT__Wheel-module__pressedState___xJuEH {
|
|
5139
|
-
|
|
5159
|
+
opacity: 0;
|
|
5140
5160
|
}
|
|
5141
5161
|
|
|
5142
5162
|
@media screen and (max-width: 768px) {
|
|
@@ -5147,11 +5167,11 @@
|
|
|
5147
5167
|
}
|
|
5148
5168
|
|
|
5149
5169
|
.KIT__Wheel-module__spinBtn___AngbQ.KIT__Wheel-module__spinningState___BeGrQ .KIT__Wheel-module__defaultState___wVK6A {
|
|
5150
|
-
|
|
5170
|
+
opacity: 1;
|
|
5151
5171
|
}
|
|
5152
5172
|
|
|
5153
5173
|
.KIT__Wheel-module__spinBtn___AngbQ.KIT__Wheel-module__spinningState___BeGrQ .KIT__Wheel-module__hoverState____BNGp,.KIT__Wheel-module__spinBtn___AngbQ.KIT__Wheel-module__spinningState___BeGrQ .KIT__Wheel-module__pressedState___xJuEH {
|
|
5154
|
-
|
|
5174
|
+
opacity: 0;
|
|
5155
5175
|
}
|
|
5156
5176
|
|
|
5157
5177
|
.KIT__Wheel-module__bntText___CVBR2 {
|
|
@@ -5163,6 +5183,7 @@
|
|
|
5163
5183
|
font-weight: 900;
|
|
5164
5184
|
font-size: var(--font-size-xxl);
|
|
5165
5185
|
color: rgb(var(--white));
|
|
5186
|
+
z-index: var(--layout-lvl-1);
|
|
5166
5187
|
}
|
|
5167
5188
|
|
|
5168
5189
|
.KIT__Wheel-module__slotName___MqFJ9 {
|
|
@@ -5477,104 +5498,79 @@
|
|
|
5477
5498
|
--winner-card-height: var(--big-win-winner-card-height);
|
|
5478
5499
|
|
|
5479
5500
|
display: flex;
|
|
5501
|
+
align-items: flex-end;
|
|
5480
5502
|
gap: var(--indent-s);
|
|
5481
5503
|
|
|
5482
5504
|
width: var(--winner-card-size);
|
|
5483
5505
|
border-radius: var(--border-s);
|
|
5484
5506
|
background: var(--card-background);
|
|
5485
|
-
padding: var(--indent-
|
|
5507
|
+
padding: var(--indent-xs);
|
|
5486
5508
|
|
|
5487
5509
|
color: var(--card-text-color);
|
|
5488
5510
|
flex-shrink: 0;
|
|
5489
|
-
height: var(--
|
|
5490
|
-
}
|
|
5491
|
-
|
|
5492
|
-
.KIT__LastBigWinner-module__img___NNPgm {
|
|
5493
|
-
width: var(--card-img-width);
|
|
5494
|
-
height: auto;
|
|
5495
|
-
border-radius: var(--border-s);
|
|
5496
|
-
overflow: hidden;
|
|
5511
|
+
height: var(--winner-card-height);
|
|
5497
5512
|
}
|
|
5498
5513
|
|
|
5499
5514
|
.KIT__LastBigWinner-module__box___WNB7m {
|
|
5500
5515
|
font-weight: 600;
|
|
5501
5516
|
width: 100%;
|
|
5517
|
+
height: -moz-fit-content;
|
|
5518
|
+
height: fit-content;
|
|
5502
5519
|
display: flex;
|
|
5503
5520
|
flex-direction: column;
|
|
5504
|
-
|
|
5521
|
+
align-items: center;
|
|
5522
|
+
gap: var(--indent-xs);
|
|
5523
|
+
background-color: var(--last-big-winner-box-background);
|
|
5524
|
+
border-radius: var(--border-s);
|
|
5525
|
+
padding: var(--indent-xs) var(--indent-s);
|
|
5505
5526
|
}
|
|
5506
5527
|
|
|
5507
|
-
.KIT__LastBigWinner-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
display: flex;
|
|
5516
|
-
align-items: center;
|
|
5517
|
-
}
|
|
5518
|
-
|
|
5519
|
-
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__userId___ZrRQn .KIT__LastBigWinner-module__idLoader___PcBPs {
|
|
5520
|
-
width: 40px;
|
|
5521
|
-
height: 16px;
|
|
5522
|
-
overflow: hidden;
|
|
5523
|
-
border-radius: var(--border-l);
|
|
5524
|
-
}
|
|
5525
|
-
|
|
5526
|
-
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__profileSvg___qEw91 {
|
|
5527
|
-
width: 24px;
|
|
5528
|
-
height: 24px;
|
|
5529
|
-
}
|
|
5530
|
-
|
|
5531
|
-
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__profileSvg___qEw91 path {
|
|
5532
|
-
fill: var(--big-win-profile-icon-fill);
|
|
5533
|
-
}
|
|
5528
|
+
.KIT__LastBigWinner-module__userId___ZrRQn {
|
|
5529
|
+
display: flex;
|
|
5530
|
+
align-items: center;
|
|
5531
|
+
gap: var(--indent-xs);
|
|
5532
|
+
color: var(--last-big-winner-user-id-color);
|
|
5533
|
+
font-size: var(--font-size-xxs);
|
|
5534
|
+
line-height: 1;
|
|
5535
|
+
}
|
|
5534
5536
|
|
|
5535
|
-
.KIT__LastBigWinner-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
width: fit-content;
|
|
5541
|
-
font-size: var(--font-size-xs);
|
|
5537
|
+
.KIT__LastBigWinner-module__userId___ZrRQn .KIT__LastBigWinner-module__idLoader___PcBPs {
|
|
5538
|
+
width: 40px;
|
|
5539
|
+
height: 16px;
|
|
5540
|
+
overflow: hidden;
|
|
5541
|
+
border-radius: 5px;
|
|
5542
5542
|
}
|
|
5543
5543
|
|
|
5544
|
-
.KIT__LastBigWinner-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
gap: var(--indent-xs);
|
|
5544
|
+
.KIT__LastBigWinner-module__userId___ZrRQn .KIT__LastBigWinner-module__win___zkDpy {
|
|
5545
|
+
color: var(--card-text-color);
|
|
5546
|
+
line-height: 1.2;
|
|
5548
5547
|
}
|
|
5549
5548
|
|
|
5550
|
-
.KIT__LastBigWinner-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
text-overflow: ellipsis;
|
|
5556
|
-
overflow: hidden;
|
|
5557
|
-
white-space: nowrap;
|
|
5558
|
-
}
|
|
5549
|
+
.KIT__LastBigWinner-module__info___TvOCh {
|
|
5550
|
+
display: flex;
|
|
5551
|
+
flex-direction: column;
|
|
5552
|
+
gap: var(--indent-xs);
|
|
5553
|
+
}
|
|
5559
5554
|
|
|
5560
|
-
.KIT__LastBigWinner-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
|
|
5555
|
+
.KIT__LastBigWinner-module__sum___ZpyFL {
|
|
5556
|
+
font-weight: 700;
|
|
5557
|
+
font-size: var(--font-size-s);
|
|
5558
|
+
color: var(--last-big-winner-sum-color);
|
|
5559
|
+
line-height: 1;
|
|
5560
|
+
}
|
|
5565
5561
|
|
|
5566
|
-
.KIT__LastBigWinner-
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
|
|
5562
|
+
.KIT__LastBigWinner-module__loaderSum___GqO9a {
|
|
5563
|
+
width: 40px;
|
|
5564
|
+
height: 15px;
|
|
5565
|
+
border-radius: 5px;
|
|
5566
|
+
}
|
|
5567
|
+
|
|
5568
|
+
.KIT__LastBigWinner-module__loader___ejCo0 {
|
|
5569
|
+
width: 100%;
|
|
5570
|
+
}
|
|
5571
5571
|
|
|
5572
|
-
.KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__loaderSum___GqO9a {
|
|
5573
|
-
width: 40px;
|
|
5574
|
-
height: 15px;
|
|
5575
|
-
}
|
|
5576
5572
|
.KIT__LastBigWinners-module__wrapperBoxLoader___vM6yl {
|
|
5577
|
-
height: var(--
|
|
5573
|
+
height: var(--winner-card-height);
|
|
5578
5574
|
width: 100%;
|
|
5579
5575
|
overflow: hidden;
|
|
5580
5576
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-gldn-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.75",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"keywords": [],
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
"publish": "npm i && npm run build && npm publish",
|
|
14
14
|
"clear": "sudo rm -rf node_modules && npm i",
|
|
15
15
|
"add:react": "npm link ../elon-fs-jb-gb/casino-apps/front-end/web-spa/node_modules/react ../elon-fs-jb-gb/casino-apps/front-end/web-spa/node_modules/@types/react ../elon-fs-jb-gb/casino-apps/front-end/web-spa/node_modules/classnames ../elon-fs-jb-gb/casino-apps/front-end/web-spa/node_modules/react-dom ../elon-fs-jb-gb/casino-apps/front-end/web-spa/node_modules/@types/react-dom ../elon-fs-jb-gb/casino-apps/front-end/web-spa/node_modules/react-responsive-carousel ../elon-fs-jb-gb/casino-apps/front-end/web-spa/node_modules/react-easy-swipe ../elon-fs-jb-gb/casino-apps/front-end/web-spa/node_modules/react-memory-optimization",
|
|
16
|
-
"add:react:
|
|
16
|
+
"add:react:second": "npm link ../elonbet/front-end/web-spa/node_modules/react ../elonbet/front-end/web-spa/node_modules/@types/react ../elonbet/front-end/web-spa/node_modules/classnames ../elonbet/front-end/web-spa/node_modules/react-dom ../elonbet/front-end/web-spa/node_modules/@types/react-dom ../elonbet/front-end/web-spa/node_modules/react-responsive-carousel ../elonbet/front-end/web-spa/node_modules/react-easy-swipe ../elonbet/front-end/web-spa/node_modules/react-memory-optimization",
|
|
17
17
|
"add:react-l-b": "npm link ../landing-builder/web/node_modules/react ../landing-builder/web/node_modules/@types/react ../landing-builder/web/node_modules/classnames ../landing-builder/web/node_modules/react-dom ../landing-builder/web/node_modules/@types/react-dom ../landing-builder/web/node_modules/react-memory-optimization",
|
|
18
18
|
"dev:kit": "sudo npm run add:react && npm run dev",
|
|
19
|
-
"dev:kit-
|
|
20
|
-
"dev:kit-
|
|
21
|
-
"add:react-l-b:win": "npm link ../../../../LandingBuilder/landing-builder/web/node_modules/react ../../../../LandingBuilder/landing-builder/web/node_modules/@types/react ../../../../LandingBuilder/landing-builder/web/node_modules/classnames ../../../../LandingBuilder/landing-builder/web/node_modules/react-dom ../../../../LandingBuilder/landing-builder/web/node_modules/@types/react-dom ../../../../LandingBuilder/landing-builder/web/node_modules/react-memory-optimization",
|
|
22
|
-
"dev:kit-lb:win": "npm run add:react-l-b:win && rimraf ./dist/lib && tsc --build tsconfig.json && webpack --watch"
|
|
19
|
+
"dev:kit-second": "sudo npm run add:react:second && npm run dev",
|
|
20
|
+
"dev:kit-lb": "sudo npm run add:react-l-b && npm run dev"
|
|
23
21
|
},
|
|
24
22
|
"devDependencies": {
|
|
25
23
|
"@babel/core": "^7.15.0",
|
|
26
24
|
"@svgr/webpack": "^8.1.0",
|
|
25
|
+
"@types/react": "^18.2.12",
|
|
26
|
+
"@types/react-dom": "^18.2.5",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
28
28
|
"@typescript-eslint/parser": "^6.7.5",
|
|
29
29
|
"babel-loader": "^8.2.2",
|
|
@@ -41,16 +41,14 @@
|
|
|
41
41
|
"postcss-loader": "^8.1.1",
|
|
42
42
|
"postcss-preset-env": "^10.1.2",
|
|
43
43
|
"prettier": "^2.8.8",
|
|
44
|
+
"rimraf": "^6.0.1",
|
|
44
45
|
"scheduler": "^0.25.0",
|
|
45
46
|
"style-loader": "^4.0.0",
|
|
46
47
|
"ts-loader": "^9.5.1",
|
|
47
48
|
"typescript": "^4.3.5",
|
|
48
49
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
49
50
|
"webpack": "^5.88.2",
|
|
50
|
-
"webpack-cli": "^5.1.4"
|
|
51
|
-
"@types/react": "^18.2.12",
|
|
52
|
-
"@types/react-dom": "^18.2.5",
|
|
53
|
-
"rimraf": "^6.0.1"
|
|
51
|
+
"webpack-cli": "^5.1.4"
|
|
54
52
|
},
|
|
55
53
|
"peerDependencies": {
|
|
56
54
|
"classnames": "*",
|
|
@@ -61,9 +59,10 @@
|
|
|
61
59
|
"react-memory-optimization": "*"
|
|
62
60
|
},
|
|
63
61
|
"dependencies": {
|
|
62
|
+
"@react-oauth/google": "^0.12.2",
|
|
64
63
|
"html-react-parser": "^5.1.12",
|
|
65
|
-
"react-
|
|
66
|
-
"react-
|
|
64
|
+
"react-phone-number-input": "^3.3.9",
|
|
65
|
+
"react-qr-code": "^2.0.13"
|
|
67
66
|
},
|
|
68
67
|
"eslintConfig": {
|
|
69
68
|
"extends": [
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 19C4 16.2386 6.23858 14 9 14H15C17.7614 14 20 16.2386 20 19C20 20.6569 18.6569 22 17 22H7C5.34315 22 4 20.6569 4 19Z" fill="var(--green-100)" fill-opacity="0.25"/>
|
|
3
|
-
<path d="M12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2Z" fill="var(--green-100)"/>
|
|
4
|
-
</svg>
|