react-gldn-kit 0.1.9 → 0.1.11

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 (54) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/lib/components/Banners/components/BannerTemplate/index.d.ts +5 -0
  3. package/dist/lib/components/Banners/components/BannerTemplate/index.js +3 -2
  4. package/dist/lib/components/Banners/components/BattleBanner/index.js +2 -2
  5. package/dist/lib/components/BattlesCard/index.js +2 -2
  6. package/dist/lib/components/BattlesCard/types.d.ts +1 -0
  7. package/dist/lib/components/HOCs/HOCRequestLoader/index.d.ts +2 -0
  8. package/dist/lib/components/HOCs/HOCRequestLoader/index.js +51 -0
  9. package/dist/lib/components/HOCs/HOCRequestLoader/types.d.ts +8 -0
  10. package/dist/lib/components/HOCs/HOCRequestLoader/types.js +2 -0
  11. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/EmailSignInForm/index.d.ts +7 -0
  12. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/EmailSignInForm/index.js +27 -0
  13. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/EmailSignInForm/types.d.ts +1 -0
  14. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/EmailSignInForm/types.js +2 -0
  15. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/IdSignInForm/index.d.ts +6 -0
  16. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/IdSignInForm/index.js +40 -0
  17. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/IdSignInForm/types.d.ts +1 -0
  18. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/IdSignInForm/types.js +2 -0
  19. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/PhoneSignInForm/index.d.ts +6 -0
  20. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/PhoneSignInForm/index.js +27 -0
  21. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/PhoneSignInForm/types.d.ts +1 -0
  22. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/components/PhoneSignInForm/types.js +2 -0
  23. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/constants.d.ts +5 -0
  24. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/constants.js +18 -0
  25. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/index.d.ts +5 -0
  26. package/dist/lib/components/Modals/Alert/components/Auth/SignIn/index.js +106 -0
  27. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/Forms/PhoneSignUp/index.js +2 -2
  28. package/dist/lib/components/Modals/Alert/index.js +21 -2
  29. package/dist/lib/components/Scratch/index.js +3 -2
  30. package/dist/lib/components/Wheel/index.js +5 -4
  31. package/dist/lib/components/ui/Inputs/EmailInput/index.d.ts +17 -0
  32. package/dist/lib/components/ui/Inputs/EmailInput/index.js +61 -0
  33. package/dist/lib/components/ui/Inputs/PasswordInput/index.d.ts +3 -0
  34. package/dist/lib/components/ui/Inputs/PasswordInput/index.js +49 -0
  35. package/dist/lib/components/ui/Inputs/PhoneInput/index.d.ts +1 -2
  36. package/dist/lib/components/ui/Inputs/PhoneInput/index.js +2 -1
  37. package/dist/lib/components/ui/Logos/index.js +3 -0
  38. package/dist/lib/index.d.ts +9 -1
  39. package/dist/lib/index.js +36 -20
  40. package/dist/lib/zustandStore/alerts/modal/store.js +2 -6
  41. package/dist/lib/zustandStore/forms/signIn/selectors.d.ts +5 -0
  42. package/dist/lib/zustandStore/forms/signIn/selectors.js +14 -0
  43. package/dist/lib/zustandStore/forms/signIn/store.d.ts +2 -0
  44. package/dist/lib/zustandStore/forms/signIn/store.js +11 -0
  45. package/dist/lib/zustandStore/forms/signIn/types.d.ts +12 -0
  46. package/dist/lib/zustandStore/forms/signIn/types.js +9 -0
  47. package/dist/lib/zustandStore/request/selector.d.ts +68 -0
  48. package/dist/lib/zustandStore/request/selector.js +21 -0
  49. package/dist/lib/zustandStore/request/store.d.ts +2 -0
  50. package/dist/lib/zustandStore/request/store.js +20 -0
  51. package/dist/lib/zustandStore/request/types.d.ts +12 -0
  52. package/dist/lib/zustandStore/request/types.js +2 -0
  53. package/dist/main.css +300 -106
  54. package/package.json +5 -4
package/dist/main.css CHANGED
@@ -1954,7 +1954,7 @@
1954
1954
  flex-direction: column;
1955
1955
  align-items: center;
1956
1956
  justify-content: space-between;
1957
- padding: var(--indent-base-double);
1957
+ padding: var(--indent-xxl);
1958
1958
  position: fixed;
1959
1959
  left: 0;
1960
1960
  top: 0;
@@ -1972,6 +1972,125 @@
1972
1972
  font-weight: 700;
1973
1973
  }
1974
1974
 
1975
+ .KIT__SignIn-module__content___fTb1F {
1976
+ width: 100%;
1977
+ display: flex;
1978
+ flex-direction: column;
1979
+ align-items: center;
1980
+ overflow: hidden;
1981
+ }
1982
+
1983
+ .KIT__SignIn-module__wrapperTitle___lYD6o {
1984
+ padding: var(--indent-base);
1985
+ margin-bottom: var(--indent-base);
1986
+ }
1987
+
1988
+ .KIT__SignIn-module__content___fTb1F .KIT__SignIn-module__wrapperTabs___DX4sX {
1989
+ width: calc(var(--full) - var(--indent-base-double));
1990
+ margin-bottom: var(--indent-base);
1991
+ border-bottom: 2px solid transparent;
1992
+ }
1993
+
1994
+ .KIT__SignIn-module__marginInput___DhXR2 {
1995
+ margin-bottom: var(--indent-base);
1996
+ flex-shrink: 0;
1997
+ }
1998
+
1999
+ .KIT__SignIn-module__wrapperForms___XD4t9 {
2000
+ width: 100%;
2001
+ display: flex;
2002
+ }
2003
+
2004
+ .KIT__SignIn-module__content___fTb1F .KIT__SignIn-module__passwordField___JDN8l,
2005
+ .KIT__SignIn-module__wrapperForm___QHw6_ > div,
2006
+ .KIT__SignIn-module__lostPsw___UZZrP {
2007
+ width: calc(var(--full) - var(--indent-base-double));
2008
+ }
2009
+
2010
+ .KIT__SignIn-module__wrapperForm___QHw6_ {
2011
+ flex-shrink: 0;
2012
+ width: 100%;
2013
+ display: flex;
2014
+ flex-direction: column;
2015
+ align-items: center;
2016
+ transition: 0.5s;
2017
+ }
2018
+
2019
+ .KIT__SignIn-module__formOne___AFk7Y {
2020
+ transform: translateX(0%);
2021
+ transition: 0.5s;
2022
+ }
2023
+ .KIT__SignIn-module__formTwo___mCHk4 {
2024
+ transition: 0.5s;
2025
+ transform: translateX(-100%);
2026
+ }
2027
+ .KIT__SignIn-module__formThree___NlshF {
2028
+ transition: 0.5s;
2029
+ transform: translateX(-200%);
2030
+ }
2031
+
2032
+ .KIT__SignIn-module__lostPsw___UZZrP {
2033
+ text-align: right;
2034
+ color: var(--sign-in-modal-lost-password-color);
2035
+ font-weight: 400;
2036
+ font-size: 12px;
2037
+ }
2038
+
2039
+ .KIT__SignIn-module__dash___C4wzA {
2040
+ width: calc(var(--full) - var(--indent-base-double));
2041
+ margin-bottom: var(--indent-base);
2042
+ border-bottom: 2px solid var(--border-color-gray);
2043
+ }
2044
+
2045
+ .KIT__SignIn-module__content___fTb1F .KIT__SignIn-module__btn___zszwq {
2046
+ width: calc(var(--full) - var(--indent-base-double));
2047
+ max-width: calc(var(--full) - var(--indent-base-double));
2048
+ min-width: calc(var(--full) - var(--indent-base-double));
2049
+ margin-bottom: var(--indent-base);
2050
+ }
2051
+
2052
+ .KIT__SignIn-module__btn___zszwq:last-child {
2053
+ margin-bottom: 0;
2054
+ }
2055
+
2056
+ .KIT__SignIn-module__reg___y_Vwi {
2057
+ opacity: 0.7;
2058
+ }
2059
+
2060
+ @media (min-width: 768px) {
2061
+ .KIT__SignIn-module__wrapperSignInModal___It11Z {
2062
+ width: 500px;
2063
+ }
2064
+ }
2065
+
2066
+ .KIT__Credentials-module__wrapperCredentials___AH3RX {
2067
+ display: flex;
2068
+ flex-direction: column;
2069
+ align-items: center;
2070
+
2071
+ width: var(--full);
2072
+ }
2073
+
2074
+ .KIT__Credentials-module__infoRow___DY4RE {
2075
+ display: flex;
2076
+ justify-content: space-between;
2077
+ align-items: center;
2078
+ width: var(--full);
2079
+ margin-bottom: var(--indent-base-double);
2080
+ }
2081
+
2082
+ .KIT__Credentials-module__username___g5UjF {
2083
+ color: var(--credentials-info-username-color);
2084
+ font-size: var(--font-size-xs);
2085
+ }
2086
+
2087
+ .KIT__Credentials-module__result___MU6EV {
2088
+ color: var(--credentials-info-result-color);
2089
+ font-size: var(--font-size-m);
2090
+ width: calc(var(--large) - (var(--small) + var(--indent-l)));
2091
+ overflow: hidden;
2092
+ text-overflow: ellipsis;
2093
+ }
1975
2094
  .KIT__Alert-module__wrapperModal___lOle6 {
1976
2095
  width: 100%;
1977
2096
  height: 100%;
@@ -1981,7 +2100,7 @@
1981
2100
  left: 0;
1982
2101
  z-index: calc(var(--layout-lvl-3) + 1);
1983
2102
 
1984
- transition: 0.2s;
2103
+ transition: 0.1s;
1985
2104
 
1986
2105
  transform: translateY(100%);
1987
2106
  left: auto;
@@ -2005,13 +2124,26 @@
2005
2124
 
2006
2125
  .KIT__Alert-module__wrapperModal___lOle6.KIT__Alert-module__animationFadeIn___pQUbq {
2007
2126
  transform: translateY(0%);
2008
- animation: KIT__Alert-module__FadeIn___Alo55 1s forwards;
2127
+ animation: KIT__Alert-module__FadeIn___Alo55 0.2s forwards;
2009
2128
  }
2010
2129
 
2130
+ @media screen and (max-width:768px) {
2131
+
2132
+ .KIT__Alert-module__wrapperModal___lOle6.KIT__Alert-module__animationFadeIn___pQUbq > div {
2133
+ animation: KIT__Alert-module__MoveToUp___vOjgR 0.5s forwards;
2134
+ }
2135
+ }
2136
+
2011
2137
  .KIT__Alert-module__wrapperModal___lOle6.KIT__Alert-module__animationFadeOutModal___dXCQD {
2012
- animation: KIT__Alert-module__FadeOutModal___JYGCw 1s forwards;
2138
+ animation: KIT__Alert-module__FadeOutModal___JYGCw 0.5s forwards;
2013
2139
  }
2014
2140
 
2141
+ @media screen and (max-width:768px) {
2142
+ .KIT__Alert-module__wrapperModal___lOle6.KIT__Alert-module__animationFadeOutModal___dXCQD > div {
2143
+ animation: KIT__Alert-module__MoveToBottom___fgYYC 0.2s forwards;
2144
+ }
2145
+ }
2146
+
2015
2147
  .KIT__Alert-module__black___jMfxy {
2016
2148
  top: 0;
2017
2149
  position: fixed;
@@ -2051,11 +2183,11 @@
2051
2183
 
2052
2184
  @keyframes KIT__Alert-module__MoveToBottom___fgYYC {
2053
2185
  0% {
2054
- bottom: 0;
2186
+ transform: translateY(0%);
2055
2187
  }
2056
2188
 
2057
2189
  100% {
2058
- bottom: -100%;
2190
+ transform: translateY(100%);
2059
2191
  }
2060
2192
  }
2061
2193
 
@@ -2080,34 +2212,6 @@
2080
2212
  opacity: 0;
2081
2213
  }
2082
2214
  }
2083
- .KIT__Credentials-module__wrapperCredentials___AH3RX {
2084
- display: flex;
2085
- flex-direction: column;
2086
- align-items: center;
2087
-
2088
- width: var(--full);
2089
- }
2090
-
2091
- .KIT__Credentials-module__infoRow___DY4RE {
2092
- display: flex;
2093
- justify-content: space-between;
2094
- align-items: center;
2095
- width: var(--full);
2096
- margin-bottom: var(--indent-base-double);
2097
- }
2098
-
2099
- .KIT__Credentials-module__username___g5UjF {
2100
- color: var(--credentials-info-username-color);
2101
- font-size: var(--font-size-xs);
2102
- }
2103
-
2104
- .KIT__Credentials-module__result___MU6EV {
2105
- color: var(--credentials-info-result-color);
2106
- font-size: var(--font-size-m);
2107
- width: calc(var(--large) - (var(--small) + var(--indent-l)));
2108
- overflow: hidden;
2109
- text-overflow: ellipsis;
2110
- }
2111
2215
  .KIT__BannerTemplate-module__wrapperBanner___vPzec {
2112
2216
  height: 150px;
2113
2217
  background-size: cover;
@@ -2142,6 +2246,28 @@
2142
2246
  -webkit-box-orient: vertical;
2143
2247
  }
2144
2248
 
2249
+ .KIT__BannerTemplate-module__top___nC_iH {
2250
+ display: flex;
2251
+ flex-direction: column;
2252
+ gap: var(--indent-m);
2253
+ }
2254
+
2255
+ .KIT__BannerTemplate-module__path____EgX8 {
2256
+ display: flex;
2257
+ align-items: center;
2258
+ gap: var(--indent-m);
2259
+ font-size: var(--font-size-s);
2260
+ color: rgb(var(--gray));
2261
+ }
2262
+
2263
+ .KIT__BannerTemplate-module__path____EgX8 .KIT__BannerTemplate-module__arrowSvg___LqErK {
2264
+ transform: rotate(90deg);
2265
+ }
2266
+
2267
+ .KIT__BannerTemplate-module__path____EgX8 .KIT__BannerTemplate-module__name___tdZJy {
2268
+ color: rgb(var(--white));
2269
+ }
2270
+
2145
2271
  @media screen and (min-width: 429px) {
2146
2272
  .KIT__BannerTemplate-module__wrapperBanner___vPzec {
2147
2273
  height: 200px;
@@ -2151,7 +2277,7 @@
2151
2277
  @media screen and (min-width: 1170px) {
2152
2278
  .KIT__BannerTemplate-module__wrapperBanner___vPzec {
2153
2279
  height: 300px;
2154
- padding: var(--indent-base-double)
2280
+ padding: var(--indent-base-double);
2155
2281
  }
2156
2282
 
2157
2283
  .KIT__BannerTemplate-module__title___Mriw5 {
@@ -2163,6 +2289,7 @@
2163
2289
  width: 60%;
2164
2290
  }
2165
2291
  }
2292
+
2166
2293
  .KIT__Banners-module__noMargin___sWCuQ {
2167
2294
  margin: 0;
2168
2295
  margin: initial;
@@ -2681,6 +2808,13 @@
2681
2808
  bottom: 0%;
2682
2809
  }
2683
2810
  }
2811
+ .KIT__HOCRequestLoader-module__loader___xFYfs {
2812
+ width: inherit;
2813
+ height: inherit;
2814
+ background-color: var(--hoc-request-loader-background-color);
2815
+ color: var(--hoc-request-loader-color);
2816
+ }
2817
+
2684
2818
  .KIT__MainLoader-module__wrapperMainLoader___m3z7o {
2685
2819
  width: 100%;
2686
2820
  height: 100%;
@@ -2942,7 +3076,7 @@
2942
3076
 
2943
3077
  .KIT__Wheel-module__content___Wljkb {
2944
3078
  width: var(--full);
2945
- padding: var(--indent-base-double);
3079
+ padding: var(--indent-xxl);
2946
3080
  position: relative;
2947
3081
  }
2948
3082
 
@@ -3798,7 +3932,6 @@
3798
3932
  }
3799
3933
  .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__wrapperContent___hUZyt .KIT__BattlesCard-module__date___SNEuT {
3800
3934
  font-size: 12px;
3801
- color: rgba(255, 255, 255, 1);
3802
3935
  padding-left: 12px;
3803
3936
  }
3804
3937
  .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__wrapperContent___hUZyt .KIT__BattlesCard-module__prizeWrapper___Tx_6u {
@@ -4019,9 +4152,9 @@
4019
4152
  }
4020
4153
 
4021
4154
  .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__countDownText___Bcsrt {
4022
- color: rgb(var(--white));
4155
+ color: var(--banner-count-down-color);
4023
4156
  font-size: var(--font-size-m);
4024
- font-size: 600;
4157
+ font-weight: 600;
4025
4158
  }
4026
4159
 
4027
4160
  .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__countDown___pr8hY {
@@ -4332,31 +4465,34 @@
4332
4465
  }
4333
4466
  }
4334
4467
 
4335
- html {
4336
- --primary-shadow: 0 0px 9px var(--green-100),
4337
- inset 0 8px 1px rgba(, 0.1);
4338
- --primary-gradient: linear-gradient(1turn,
4339
- rgba(, 0.5) 0.8%,
4340
- var(--green-100));
4341
- --primary-secondary: linear-gradient(1turn,
4342
- rgba(var(--soft-gray), 0.625) 0.8%,
4343
- rgb(var(--soft-gray)));
4344
- /* Buttons */
4345
- --button-color-primary: var(--primary-gradient);
4346
- --button-box-shadow-primary: var(--primary-shadow);
4347
-
4348
- --button-color-green: var(--secondary);
4349
- --button-box-shadow-green: 0 3px 16px var(--secondary),
4350
- inset 0 4px 3px var(--secondary-05);
4351
-
4352
- --button-color-blue: linear-gradient(1turn, #0c5eff 0.8%, #1398f9);
4353
- --button-box-shadow-blue: 0 3px 28px var(--green-100) 66,
4354
- inset 0 3px 3px rgba(255,255,255,0.30196);
4355
-
4356
- --button-color-secondary: var(--primary-secondary);
4357
- --button-color-secondary-text: #fff;
4358
-
4359
- --pop-up-header: rgb(var(--dark));
4468
+ :root {
4469
+ /* Size */
4470
+ --input-xs: 30px;
4471
+ --input-s: 45px;
4472
+ --input-m: 60px;
4473
+ --input-l: 75px;
4474
+ --input-xl: 90px;
4475
+ --input-xxl: 150px;
4476
+ --input-full: 100%;
4477
+ --input-height: 40px;
4478
+ --input-icon-width: 25px;
4479
+ /* Colors */
4480
+ --input-border-focus-bg: var(--green-100, red);
4481
+ --input-border-bg: var(--border-color, red);
4482
+ --input-border-radius: var(--indent-s);
4483
+ --input-border: 2px solid var(--base-700, transparent);
4484
+ --input-height: 40px;
4485
+ --input-padding: var(--indent-xs) var(--indent-m);
4486
+ --input-background: var(--base-900, red);
4487
+ --input-label-text-color: color-mix(in oklab, var(--base-0, red) 50%, transparent 50%);
4488
+ --input-text-color: var(--base-0, white);
4489
+ --input-border-colorful: var(--green-100, red);
4490
+ --input-border-red: var(--red-1000, red);
4491
+ --input-error: var(--input-border-red);
4492
+ --input-inline-start: var(--indent-m);
4493
+ --input-base-autofill-background-color: var(--input-background);
4494
+ }
4495
+ :root {
4360
4496
  /* Button SIZES */
4361
4497
  --button-xs: 30px;
4362
4498
  --button-s: 45px;
@@ -4373,7 +4509,106 @@ html {
4373
4509
  --button-height-xl: calc(var(--small-button-height) + var(--button-height-step) * 4);
4374
4510
  --button-height-xxl: calc(var(--small-button-height) + var(--button-height-step) * 5);
4375
4511
 
4376
- /* indents */
4512
+
4513
+
4514
+
4515
+
4516
+
4517
+
4518
+ --primary-shadow: 0 0px 9px var(--green-100),
4519
+ inset 0 8px 1px rgba(, 0.1);
4520
+ --primary-gradient: linear-gradient(1turn,
4521
+ rgba(, 0.5) 0.8%,
4522
+ var(--green-100));
4523
+ --primary-secondary: linear-gradient(1turn,
4524
+ rgba(var(--soft-gray), 0.625) 0.8%,
4525
+ rgb(var(--soft-gray)));
4526
+
4527
+ /* Buttons */
4528
+ --button-color-primary: var(--green-300);
4529
+ --button-primary-border: 2px solid var(--green-100);
4530
+ --button-color-primary-text: var(--base-0, white);
4531
+ --button-color-black: var(--base-700, transparent);
4532
+ --button-color-black-text: var(--base-0, white);
4533
+ }
4534
+ :root {
4535
+ --check-box-height: 32px;
4536
+ --check-box-slider-padding: 4px;
4537
+ --check-box-slider-size: calc(var(--check-box-height) - var(--check-box-slider-padding) * 2);
4538
+ --check-box-width: 52px;
4539
+ --check-box-selected-color: rgba(52, 199, 89, 1);
4540
+ --check-box-unselected-color: rgba(31, 34, 47, 1);
4541
+ --check-box-slider-border-color: rgba(39, 43, 58, 1);
4542
+ --check-box-slider-before-background-color: rgba(39, 43, 58, 1);
4543
+ }
4544
+ :root {
4545
+ --border-app-switcher-color: inherit;
4546
+ --background-active-app-switcher-color: var(--border-app-switcher-color);
4547
+ --active-app-border-color: ;
4548
+ --app-switcher-svg-path-fill: var(--green-100);
4549
+ --pop-up-header-close-svg-path-fill: rgb(var(--gray));
4550
+
4551
+ --drawer-button-border-background: linear-gradient(90deg,
4552
+ var(--green-100) 0.8%,
4553
+ transparent);
4554
+ --drawer-button-shadow-background: linear-gradient(90deg,
4555
+ #212433 0%,
4556
+ var(--drawer-modal-content-color) 100%);
4557
+ }
4558
+ :root {
4559
+ --promo-code-promo-title-color: rgba(var(--white), 0.5);
4560
+ }
4561
+ :root {
4562
+ /* Tabs */
4563
+ --tabs-background: initial;
4564
+ --tab-text-color: var(--base-0, red);
4565
+ --tab-indicator-bg: var(--yellow-200, red);
4566
+ --tab-border-bottom-color: var(--green-100, red);
4567
+ --tab-button-active-shadow: initial;
4568
+
4569
+ }
4570
+ :root {
4571
+ --sign-up-promo-code-color: color-mix(in oklab, var(--base-0, red) 50%, transparent 50%);
4572
+ /*Notice: it equals 255,255,255,0.5*/
4573
+ --sign-up-modal-checkbox-color: var(--base-0, white);
4574
+ }
4575
+ :root {
4576
+ --selector-border: var(--input-border);
4577
+ --selector-border-radius: var(--input-border-radius);
4578
+ --selector-item-background: var(--input-background);
4579
+ --selector-main-bg-opened: var(--base-800, initial);
4580
+ --selector-drop-down-bg: var(--selector-item-background);
4581
+ --selector-border-radius: var(--input-border-radius);
4582
+ --selector-color: var(--input-text-color);
4583
+ --selector-arrow-gb-opened: var(--base-0, red);
4584
+ }
4585
+ :root {
4586
+ --base-1000: rgba(0, 0, 0, 1);
4587
+ --base-900: rgba(23, 25, 36, 1);
4588
+ --base-800: rgba(31, 34, 47, 1);
4589
+ --base-700: rgba(44, 49, 66, 1);
4590
+ --base-600: rgba(81, 88, 113, 1);
4591
+ --base-500: rgba(118, 128, 163, 1);
4592
+ --base-400: rgba(161, 166, 178, 1);
4593
+ --base-0: rgba(255, 255, 255, 1);
4594
+
4595
+ --green-500: rgba(54, 165, 92, 1);
4596
+ --green-300: rgba(39, 195, 92, 1);
4597
+ --green-100: rgba(37, 245, 108, 1);
4598
+
4599
+ --yellow-300: rgba(230, 166, 0, 1);
4600
+ --yellow-200: rgba(245, 187, 37, 1);
4601
+
4602
+ --red-1000: rgba(255, 80, 80, 1);
4603
+
4604
+ --blue-500: rgba(77, 33, 255, 1);
4605
+ --blue-300: rgba(69, 118, 244, 1);
4606
+ /* BASE COLORS */
4607
+
4608
+
4609
+ /* --pop-up-header: rgb(var(--dark)); */
4610
+
4611
+ /* indents - ----- OLD need to remove*/
4377
4612
  --indent-base-double: calc(var(--indent-l) * 2);
4378
4613
  --indent-base-half: calc(var(--indent-l) / 2);
4379
4614
  /* borders */
@@ -4385,18 +4620,6 @@ html {
4385
4620
  --border-xxl: 18px;
4386
4621
  --border-round: 50%;
4387
4622
 
4388
- /* Inputs */
4389
- --input-xs: 30px;
4390
- --input-s: 45px;
4391
- --input-m: 60px;
4392
- --input-l: 75px;
4393
- --input-xl: 90px;
4394
- --input-xxl: 150px;
4395
- --input-full: 100%;
4396
- --input-height: 40px;
4397
- --input-icon-width: 25px;
4398
- --input-border-focus-bg: var(--green-100);
4399
- --input-border-bg: var(--border-color);
4400
4623
  /* font-size */
4401
4624
  --font-size-xxs: 0.5rem;
4402
4625
  --font-size-xs: 0.7rem;
@@ -4414,35 +4637,6 @@ html {
4414
4637
  --layout-lvl-3: 21;
4415
4638
  --layout-lvl-4: 31;
4416
4639
  --layout-lvl-5: 41;
4417
-
4418
- /* Components */
4419
- /* App Switcher */
4420
- --border-app-switcher-color: inherit;
4421
- --background-active-app-switcher-color: var(--border-app-switcher-color);
4422
- --active-app-border-color: ;
4423
- --app-switcher-svg-path-fill: var(--green-100);
4424
- --pop-up-header-close-svg-path-fill: rgb(var(--gray));
4425
-
4426
- --drawer-button-border-background: linear-gradient(90deg,
4427
- var(--green-100) 0.8%,
4428
- transparent);
4429
- --drawer-button-shadow-background: linear-gradient(90deg,
4430
- #212433 0%,
4431
- var(--drawer-modal-content-color) 100%);
4432
-
4433
- /* Checkbox */
4434
-
4435
- --check-box-height: 32px;
4436
- --check-box-slider-padding: 4px;
4437
- --check-box-slider-size: calc(var(--check-box-height) - var(--check-box-slider-padding) * 2);
4438
- --check-box-width: 52px;
4439
- --check-box-selected-color: rgba(52, 199, 89, 1);
4440
- --check-box-unselected-color: rgba(31, 34, 47, 1);
4441
- --check-box-slider-border-color: rgba(39, 43, 58, 1);
4442
- --check-box-slider-before-background-color: rgba(39, 43, 58, 1);
4443
-
4444
- /* PromoCode */
4445
- --promo-code-promo-title-color: rgba(var(--white), 0.5);
4446
4640
  }
4447
4641
  /* CSS variables. */
4448
4642
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-gldn-kit",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "keywords": [],
@@ -12,12 +12,13 @@
12
12
  "build": "rm -rf dist && npm run build:types && webpack --mode=production --node-env=production",
13
13
  "publish": "npm i && npm run build && npm publish",
14
14
  "clear": "sudo rm -rf node_modules && npm i",
15
- "add:react": " npm link ../web-spa/node_modules/react ../web-spa/node_modules/@types/react ../web-spa/node_modules/classnames ../web-spa/node_modules/react-dom ../web-spa/node_modules/@types/react-dom ../web-spa/node_modules/react-responsive-carousel ../web-spa/node_modules/react-easy-swipe ../web-spa/node_modules/react-memory-optimization",
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:win": " npm link ../../EL/elonbet/front-end/web-spa/node_modules/react ../../EL/elonbet/front-end/web-spa/node_modules/@types/react ../../EL/elonbet/front-end/web-spa/node_modules/classnames ../../EL/elonbet/front-end/web-spa/node_modules/react-dom ../../EL/elonbet/front-end/web-spa/node_modules/@types/react-dom ../../EL/elonbet/front-end/web-spa/node_modules/react-responsive-carousel ../../EL/elonbet/front-end/web-spa/node_modules/react-easy-swipe ../../EL/elonbet/front-end/web-spa/node_modules/react-memory-optimization",
16
17
  "add:react-l-b": " npm link ../../../../landing-builder/node_modules/react ../../../../landing-builder/node_modules/@types/react ../../../../landing-builder/node_modules/classnames ../../../../landing-builder/node_modules/react-dom ../../../../landing-builder/node_modules/@types/react-dom ../../../../landing-builder/node_modules/react-memory-optimization",
17
18
  "dev:kit": "sudo npm run add:react && npm run dev",
18
19
  "dev:kit-lb": "sudo npm run add:react-l-b && npm run dev",
19
- "dev:kit-win": "npm run add:react && rimraf ./dist/lib && tsc --build tsconfig.json && webpack --watch",
20
- "add:react-l-b:win": "npm link ../../../../LandingBuilder/landing-builder/node_modules/react ../../../../LandingBuilder/landing-builder/node_modules/@types/react ../../../../LandingBuilder/landing-builder/node_modules/classnames ../../../../LandingBuilder/landing-builder/node_modules/react-dom ../../../../LandingBuilder/landing-builder/node_modules/@types/react-dom ../../../../LandingBuilder/landing-builder/node_modules/react-memory-optimization",
20
+ "dev:kit-win": "npm run add:react:win && rimraf ./dist/lib && tsc --build tsconfig.json && webpack --watch",
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",
21
22
  "dev:kit-lb:win": "npm run add:react-l-b:win && rimraf ./dist/lib && tsc --build tsconfig.json && webpack --watch"
22
23
  },
23
24
  "devDependencies": {