react-gldn-kit 0.1.122 → 0.1.124

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
@@ -2565,8 +2565,20 @@
2565
2565
  .KIT__SignUpTypeTwo-module__brownGold___FWfrb {
2566
2566
  --background: rgba(55, 0, 14, 1);
2567
2567
  border: 4px solid;
2568
- -o-border-image: linear-gradient(180deg, #FFF9BB 0%, #EEBE00 45.67%, #CE8600 100%) 1;
2569
- border-image: linear-gradient(180deg, #FFF9BB 0%, #EEBE00 45.67%, #CE8600 100%) 1;
2568
+ -o-border-image: linear-gradient(
2569
+ 180deg,
2570
+ #fff9bb 0%,
2571
+ #eebe00 45.67%,
2572
+ #ce8600 100%
2573
+ )
2574
+ 1;
2575
+ border-image: linear-gradient(
2576
+ 180deg,
2577
+ #fff9bb 0%,
2578
+ #eebe00 45.67%,
2579
+ #ce8600 100%
2580
+ )
2581
+ 1;
2570
2582
  --phone-wrapper-background: rgba(39, 3, 12, 1);
2571
2583
  --currency-box-background: rgba(39, 3, 12, 1);
2572
2584
  --currency-box-border-color: rgba(255, 193, 3, 0.5);
@@ -2575,7 +2587,13 @@
2575
2587
  --phone-box-border-color: rgba(255, 255, 255, 0.3);
2576
2588
  --thumb-background: rgba(255, 193, 3, 1);
2577
2589
  --track-background: var(--base-1000);
2578
- --submit-button-background: linear-gradient(180deg, #FAE2AA 0%, #F3B806 33.94%, #E19405 59.23%, #F8D987 100%);
2590
+ --submit-button-background: linear-gradient(
2591
+ 180deg,
2592
+ #fae2aa 0%,
2593
+ #f3b806 33.94%,
2594
+ #e19405 59.23%,
2595
+ #f8d987 100%
2596
+ );
2579
2597
  --currency-box-shadow: 1px 1px 8.6px 3px rgba(253, 249, 255, 0.5);
2580
2598
  }
2581
2599
 
@@ -2589,7 +2607,7 @@
2589
2607
  .KIT__SignUpTypeTwo-module__transparentYellow___pX9lk {
2590
2608
  --background: transparent;
2591
2609
  --input-filled-border-color: rgba(245, 187, 37, 0.5);
2592
- --submit-button-background: linear-gradient(90deg, #F8D53C 0%, #D6881C 100%); ;
2610
+ --submit-button-background: linear-gradient(90deg, #f8d53c 0%, #d6881c 100%);
2593
2611
  --submit-button-color: var(--base-1000);
2594
2612
  --phone-wrapper-background: rgba(3, 18, 8, 1);
2595
2613
  --currency-box-background: rgba(3, 18, 8, 1);
@@ -2597,6 +2615,35 @@
2597
2615
  --thumb-background: rgba(245, 187, 37, 1);
2598
2616
  }
2599
2617
 
2618
+ .KIT__SignUpTypeTwo-module__deepOcean___U0A1J {
2619
+ --background: linear-gradient(180deg, #05303d 0%, #131a1f 100%);
2620
+ border: 4px solid;
2621
+ -o-border-image: linear-gradient(180deg, #fff9bb 0%, #ffe43e 52.4%, #bc7831 100%)
2622
+ 1;
2623
+ border-image: linear-gradient(180deg, #fff9bb 0%, #ffe43e 52.4%, #bc7831 100%)
2624
+ 1;
2625
+ --submit-button-background: linear-gradient(
2626
+ 180deg,
2627
+ #fae2aa 0%,
2628
+ #f3b806 33.94%,
2629
+ #e19405 100%
2630
+ );
2631
+ --currency-box-shadow: 1px 1px 8.6px 3px rgba(253, 249, 255, 0.5);
2632
+ --input-filled-border-color: rgba(255, 193, 3, 0.5);
2633
+ --input-focus-border-color: rgba(255, 193, 3, 1);
2634
+ --phone-wrapper-background: rgba(1, 62, 80, 1);
2635
+ --currency-box-background: rgba(1, 62, 80, 1);
2636
+ --thumb-background: rgba(255, 193, 3, 1);
2637
+ --track-background: var(--base-1000);
2638
+ }
2639
+
2640
+ @media screen and (max-width: 768px) {
2641
+
2642
+ .KIT__SignUpTypeTwo-module__deepOcean___U0A1J {
2643
+ border-width: 1px;
2644
+ }
2645
+ }
2646
+
2600
2647
  .KIT__SignUpTypeTwo-module__contentArea___iCJXc {
2601
2648
  overflow-y: auto;
2602
2649
  width: 100%;
@@ -2802,7 +2849,7 @@
2802
2849
  --phone-input-item-hover-background-color: var(--selector-item-background);
2803
2850
  --kit-world-svg-path-fill: var(--world-svg-path-fill, rgb(46, 58, 76));
2804
2851
  --kit-phone-view-name-color: var(--phone-view-name-color, --base-1000);
2805
- --selector-drop-down-bg: rgb(244, 247, 250);
2852
+ --selector-drop-down-bg: var(--selector-drop-down-wrapper-background, rgb(244, 247, 250));
2806
2853
  --add-circle-svg-path-fill: var(--third-primary-color);
2807
2854
  --third-checkbox-checked-background-color: var(--third-primary-color);
2808
2855
  --third-submit-button-background: var(--third-primary-color);
@@ -3159,7 +3206,6 @@
3159
3206
  }
3160
3207
 
3161
3208
  .KIT__PhoneSignUp-module__selectorMainItem___d5C6F {
3162
- border-radius: var(--border-m);
3163
3209
  font-size: var(--font-size-xs);
3164
3210
  font-weight: 700;
3165
3211
  }
@@ -3197,12 +3243,10 @@
3197
3243
  }
3198
3244
 
3199
3245
  .KIT__OneClick-module__selectorMainItem___VA9hZ {
3200
- border-radius: var(--border-m);
3201
3246
  font-size: var(--font-size-xs);
3202
3247
  font-weight: 700;
3203
3248
  }
3204
3249
 
3205
-
3206
3250
  .KIT__SignIn-module__wrapperReferralCopyContent___Ypykg {
3207
3251
  display: flex;
3208
3252
  flex-direction: column;
@@ -3380,7 +3424,7 @@
3380
3424
  --phone-input-item-hover-background-color: var(--selector-item-background);
3381
3425
  --kit-world-svg-path-fill: var(--world-svg-path-fill, rgb(46, 58, 76));
3382
3426
  --kit-phone-view-name-color: var(--phone-view-name-color, --base-1000);
3383
- --selector-drop-down-bg: rgb(244, 247, 250);
3427
+ --selector-drop-down-bg: var(--selector-drop-down-wrapper-background, rgb(244, 247, 250));
3384
3428
  --third-checkbox-checked-background-color: var(--third-primary-color);
3385
3429
  --third-submit-button-background: var(--third-primary-color);
3386
3430
  --tab-indicator-bg: var(--third-primary-color);
@@ -5984,6 +6028,317 @@
5984
6028
  .KIT__Methods-module__marginB___dPqFf {
5985
6029
  margin-bottom: var(--indent-l);
5986
6030
  }
6031
+ .KIT__PaymentFrame-module__wrapperPaymentFrame___nSN5a {
6032
+ --payment-frame-background-color: rgba(var(--white), 0.98);
6033
+ --payment-frame-border-color: rgba(var(--green), 0.3);
6034
+ --payment-frame-shadow: 0 25px 80px rgba(var(--dark), 0.4);
6035
+ --payment-frame-glow: 0 0 40px rgba(var(--green), 0.15);
6036
+ --payment-frame-close-btn-background-color: rgba(var(--white), 0.95);
6037
+
6038
+ position: fixed;
6039
+ width: 96%;
6040
+ height: 96%;
6041
+ left: 2%;
6042
+ bottom: -100%;
6043
+ animation: KIT__PaymentFrame-module__ShowPaymentFrame___EEW9z 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
6044
+ z-index: var(--layout-lvl-4);
6045
+
6046
+ background: linear-gradient(
6047
+ 135deg,
6048
+ rgba(var(--white), 0.98) 0%,
6049
+ rgba(var(--white), 0.95) 50%,
6050
+ rgba(var(--green), 0.02) 100%
6051
+ );
6052
+ border: 1px solid var(--payment-frame-border-color);
6053
+ border-radius: 28px;
6054
+ box-shadow: var(--payment-frame-shadow), var(--payment-frame-glow);
6055
+ -webkit-backdrop-filter: blur(20px);
6056
+ backdrop-filter: blur(20px);
6057
+
6058
+ display: flex;
6059
+ justify-content: center;
6060
+ align-items: center;
6061
+
6062
+ transform: translateY(0);
6063
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
6064
+ }
6065
+
6066
+ .KIT__PaymentFrame-module__wrapperPaymentFrame___nSN5a::before {
6067
+ content: '';
6068
+ position: absolute;
6069
+ top: 0;
6070
+ left: 0;
6071
+ right: 0;
6072
+ height: 1px;
6073
+ background: linear-gradient(
6074
+ 90deg,
6075
+ transparent 0%,
6076
+ rgba(var(--green), 0.5) 50%,
6077
+ transparent 100%
6078
+ );
6079
+ z-index: 1;
6080
+ }
6081
+
6082
+ .KIT__PaymentFrame-module__wrapperPaymentFrame___nSN5a:hover {
6083
+ transform: translateY(-3px);
6084
+ box-shadow: 0 30px 90px rgba(var(--dark), 0.5),
6085
+ 0 0 50px rgba(var(--green), 0.25);
6086
+ }
6087
+
6088
+ .KIT__PaymentFrame-module__frame___Fo6E5 {
6089
+ width: var(--full);
6090
+ height: var(--full);
6091
+ border: none;
6092
+ border-radius: 20px;
6093
+ background-color: var(--payment-frame-background-color);
6094
+ box-shadow: inset 0 2px 8px rgba(var(--dark), 0.08),
6095
+ inset 0 1px 2px rgba(var(--white), 0.5);
6096
+ transition: all 0.3s ease;
6097
+ position: relative;
6098
+ z-index: 2;
6099
+ }
6100
+
6101
+ .KIT__PaymentFrame-module__frame___Fo6E5:hover {
6102
+ box-shadow: inset 0 2px 12px rgba(var(--dark), 0.12),
6103
+ inset 0 1px 3px rgba(var(--white), 0.6);
6104
+ }
6105
+
6106
+ .KIT__PaymentFrame-module__closeBtn___XfzoK {
6107
+ position: absolute;
6108
+ background: linear-gradient(
6109
+ 135deg,
6110
+ rgba(var(--white), 0.95) 0%,
6111
+ rgba(var(--white), 0.9) 100%
6112
+ );
6113
+ top: calc((var(--indent-base, var(--indent-m))) * -1);
6114
+ top: calc(calc(var(--indent-base, var(--indent-m))) * -1);
6115
+ right: calc((var(--indent-base, var(--indent-m))) * -1);
6116
+ right: calc(calc(var(--indent-base, var(--indent-m))) * -1);
6117
+ width: 40px;
6118
+ height: 40px;
6119
+ border-radius: var(--border-circle);
6120
+ padding: 6px;
6121
+ padding: var(--indent-base-half, 6px);
6122
+ border: 1px solid rgba(var(--green), 0.2);
6123
+ box-shadow: 0 6px 20px rgba(var(--dark), 0.2),
6124
+ 0 2px 8px rgba(var(--dark), 0.1), inset 0 1px 2px rgba(var(--white), 0.8);
6125
+ -webkit-backdrop-filter: blur(12px);
6126
+ backdrop-filter: blur(12px);
6127
+ z-index: 10;
6128
+ cursor: pointer;
6129
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
6130
+ display: flex;
6131
+ align-items: center;
6132
+ justify-content: center;
6133
+ }
6134
+
6135
+ .KIT__PaymentFrame-module__closeBtn___XfzoK::before {
6136
+ content: '';
6137
+ position: absolute;
6138
+ top: 0;
6139
+ left: 0;
6140
+ right: 0;
6141
+ bottom: 0;
6142
+ border-radius: var(--border-circle);
6143
+ background: linear-gradient(
6144
+ 135deg,
6145
+ rgba(var(--green), 0.1) 0%,
6146
+ transparent 50%
6147
+ );
6148
+ opacity: 0;
6149
+ transition: opacity 0.3s ease;
6150
+ }
6151
+
6152
+ .KIT__PaymentFrame-module__closeBtn___XfzoK:hover {
6153
+ transform: scale(1.08) translateY(-1px);
6154
+ box-shadow: 0 8px 25px rgba(var(--dark), 0.25),
6155
+ 0 3px 12px rgba(var(--dark), 0.15), inset 0 1px 3px rgba(var(--white), 0.9);
6156
+ background: linear-gradient(
6157
+ 135deg,
6158
+ rgba(var(--white), 0.98) 0%,
6159
+ rgba(var(--white), 0.95) 100%
6160
+ );
6161
+ border-color: rgba(var(--green), 0.3);
6162
+ }
6163
+
6164
+ .KIT__PaymentFrame-module__closeBtn___XfzoK:hover::before {
6165
+ opacity: 1;
6166
+ }
6167
+
6168
+ .KIT__PaymentFrame-module__closeBtn___XfzoK:active {
6169
+ transform: scale(0.95) translateY(0);
6170
+ box-shadow: 0 4px 15px rgba(var(--dark), 0.2),
6171
+ 0 1px 6px rgba(var(--dark), 0.1), inset 0 1px 2px rgba(var(--white), 0.7);
6172
+ }
6173
+
6174
+ @keyframes KIT__PaymentFrame-module__ShowPaymentFrame___EEW9z {
6175
+ 0% {
6176
+ bottom: -100%;
6177
+ opacity: 0;
6178
+ transform: scale(0.85) translateY(20px);
6179
+ filter: blur(4px);
6180
+ }
6181
+
6182
+ 30% {
6183
+ opacity: 0.6;
6184
+ transform: scale(0.95) translateY(10px);
6185
+ filter: blur(2px);
6186
+ }
6187
+
6188
+ 60% {
6189
+ opacity: 0.9;
6190
+ transform: scale(1.02) translateY(-2px);
6191
+ filter: blur(0px);
6192
+ }
6193
+
6194
+ 80% {
6195
+ opacity: 0.95;
6196
+ transform: scale(0.98) translateY(1px);
6197
+ }
6198
+
6199
+ 100% {
6200
+ bottom: 2%;
6201
+ opacity: 1;
6202
+ transform: scale(1) translateY(0);
6203
+ filter: blur(0px);
6204
+ }
6205
+ }
6206
+
6207
+ /* Стили для загрузчика */
6208
+ .KIT__PaymentFrame-module__wrapperPaymentFrame___nSN5a > .KIT__PaymentFrame-module__loader___co8Ch {
6209
+ position: relative;
6210
+ z-index: 3;
6211
+ display: flex;
6212
+ align-items: center;
6213
+ justify-content: center;
6214
+ width: 100%;
6215
+ height: 100%;
6216
+ background: linear-gradient(
6217
+ 135deg,
6218
+ rgba(var(--white), 0.1) 0%,
6219
+ rgba(var(--green), 0.05) 100%
6220
+ );
6221
+ border-radius: 20px;
6222
+ -webkit-backdrop-filter: blur(5px);
6223
+ backdrop-filter: blur(5px);
6224
+
6225
+ width: 25px;
6226
+ height: 25px;
6227
+ }
6228
+
6229
+ /* Дополнительные эффекты для мобильных устройств */
6230
+ @media (max-width: 768px) {
6231
+ .KIT__PaymentFrame-module__wrapperPaymentFrame___nSN5a {
6232
+ width: 98%;
6233
+ height: 98%;
6234
+ left: 1%;
6235
+ border-radius: 24px;
6236
+ }
6237
+
6238
+ .KIT__PaymentFrame-module__closeBtn___XfzoK {
6239
+ width: 36px;
6240
+ height: 36px;
6241
+ top: calc((var(--indent-base, var(--indent-m))) * -0.5);
6242
+ top: calc(calc(var(--indent-base, var(--indent-m))) * -0.5);
6243
+ right: calc((var(--indent-base, var(--indent-m))) * -0.5);
6244
+ right: calc(calc(var(--indent-base, var(--indent-m))) * -0.5);
6245
+ }
6246
+ }
6247
+
6248
+ /* Улучшенные стили для темной темы */
6249
+ @media (prefers-color-scheme: dark) {
6250
+ .KIT__PaymentFrame-module__wrapperPaymentFrame___nSN5a {
6251
+ --payment-frame-background-color: rgba(var(--dark), 0.95);
6252
+ --payment-frame-border-color: rgba(var(--green), 0.4);
6253
+ --payment-frame-shadow: 0 25px 80px rgba(var(--dark), 0.6);
6254
+ --payment-frame-glow: 0 0 40px rgba(var(--green), 0.2);
6255
+ }
6256
+
6257
+ .KIT__PaymentFrame-module__closeBtn___XfzoK {
6258
+ background: linear-gradient(
6259
+ 135deg,
6260
+ rgba(var(--dark), 0.9) 0%,
6261
+ rgba(var(--semi-dark), 0.95) 100%
6262
+ );
6263
+ border-color: rgba(var(--green), 0.3);
6264
+ }
6265
+ }
6266
+
6267
+ .KIT__PaymentMessage-module__wrapperPaymentMessageInfo___XDr5_ {
6268
+ width: var(--full);
6269
+ height: calc(100% - var(--indent-base, var(--indent-m)));
6270
+ border-radius: 10px;
6271
+ border-radius: var(--border-10, 10px);
6272
+ padding: var(--indent-base, var(--indent-m));
6273
+ background: var(--message-wrapper-payment-message-info-background);
6274
+ z-index: calc(var(--layout-lvl-1) + 1);
6275
+ display: flex;
6276
+ justify-content: center;
6277
+ align-items: center;
6278
+ flex-direction: column;
6279
+ color: var(--message-wrapper-payment-message-info-color);
6280
+ gap: var(--indent-base, var(--indent-m));
6281
+ }
6282
+
6283
+ .KIT__PaymentMessage-module__jscSB___hMtsU {
6284
+ justify-content: space-between;
6285
+ }
6286
+
6287
+ .KIT__PaymentMessage-module__titleStatus___yOjIH {
6288
+ font-size: 1.5rem;
6289
+ color: var(--message-title-status-color);
6290
+ font-weight: 700;
6291
+ margin-bottom: var(--indent-base-double, var(--indent-xxl));
6292
+ }
6293
+
6294
+ .KIT__PaymentMessage-module__titleQrCode___ORz8c {
6295
+ text-align: center;
6296
+ color: var(--message-title-qr-code-color);
6297
+ margin-bottom: var(--indent-base, var(--indent-m));
6298
+ padding: 0 var(--indent-base, var(--indent-m));
6299
+ }
6300
+
6301
+ .KIT__PaymentMessage-module__titleQrCode___ORz8c span {
6302
+ color: var(--message-title-qr-code-span-color);
6303
+ font-weight: 600;
6304
+ }
6305
+
6306
+ .KIT__PaymentMessage-module__descriptions___fEyma {
6307
+ font-size: 14px;
6308
+ }
6309
+
6310
+ .KIT__PaymentMessage-module__textWrapper___V2YGy {
6311
+ color: var(--message-text-wrapper-color);
6312
+ font-size: 0.75rem;
6313
+ font-weight: 500;
6314
+ width: calc(100% - 40px - 6px);
6315
+ width: calc(100% - 40px - var(--indent-base-half, 6px));
6316
+ }
6317
+
6318
+ .KIT__PaymentMessage-module__big___L7ldg {
6319
+ --size: 25px;
6320
+ width: 25px;
6321
+ width: var(--size);
6322
+ height: 25px;
6323
+ height: var(--size);
6324
+ }
6325
+
6326
+ .KIT__PaymentMessage-module__content___rmvDU {
6327
+ display: flex;
6328
+ align-items: center;
6329
+ width: var(--full);
6330
+ gap: 6px;
6331
+ gap: var(--indent-base-half, 6px);
6332
+ }
6333
+
6334
+ .KIT__PaymentMessage-module__statusSvg___cq__3 {
6335
+ --size: 40px;
6336
+ width: 40px;
6337
+ width: var(--size);
6338
+ height: 40px;
6339
+ height: var(--size);
6340
+ }
6341
+
5987
6342
  .KIT__DepositQrForm-module__wrapperDepositQrForm___jpmhS {
5988
6343
  display: flex;
5989
6344
  flex-direction: column;
@@ -6525,13 +6880,10 @@
6525
6880
  }
6526
6881
  }
6527
6882
 
6528
- .KIT__Wheel-module__spinBtn___AngbQ.KIT__Wheel-module__spinningState___BeGrQ .KIT__Wheel-module__defaultState___wVK6A {
6529
- opacity: 1;
6530
- }
6531
-
6532
- .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 {
6533
- opacity: 0;
6534
- }
6883
+ .KIT__Wheel-module__spinBtn___AngbQ.KIT__Wheel-module__spinningState___BeGrQ {
6884
+ pointer-events: none;
6885
+ cursor: default;
6886
+ }
6535
6887
 
6536
6888
  .KIT__Wheel-module__bntText___CVBR2 {
6537
6889
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-gldn-kit",
3
- "version": "0.1.122",
3
+ "version": "0.1.124",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "keywords": [],
@@ -45,7 +45,7 @@
45
45
  "postcss-loader": "^8.1.1",
46
46
  "postcss-preset-env": "^10.1.2",
47
47
  "prettier": "^2.8.8",
48
- "react-render-hooks": "^0.0.88",
48
+ "react-render-hooks": "^0.0.91",
49
49
  "rimraf": "^6.0.1",
50
50
  "scheduler": "^0.25.0",
51
51
  "style-loader": "^4.0.0",