@alma/widgets 3.4.0 → 4.0.1

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 (101) hide show
  1. package/README.md +2 -3
  2. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/DesktopModal/index.d.ts +9 -9
  3. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/MobileModal/index.d.ts +9 -9
  4. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/ModalContainer.d.ts +16 -16
  5. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/ModalContainer.test.d.ts +1 -1
  6. package/dist/types/{Widgets/PaymentPlans → src/Widgets/EligibilityModal}/__tests__/Basics.test.d.ts +1 -1
  7. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/__tests__/Cards.test.d.ts +1 -1
  8. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/__tests__/ModalContainer.test.d.ts +1 -1
  9. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/__tests__/Plans.test.d.ts +1 -1
  10. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/__tests__/Schedule.test.d.ts +1 -1
  11. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/classNames.const.d.ts +23 -23
  12. package/dist/types/src/Widgets/EligibilityModal/components/Cards/index.d.ts +7 -0
  13. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/components/EligibilityPlansButtons/index.d.ts +8 -8
  14. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/components/Info/index.d.ts +5 -5
  15. package/dist/types/src/Widgets/EligibilityModal/components/Schedule/index.d.ts +6 -0
  16. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/components/Title/index.d.ts +6 -6
  17. package/dist/types/{Widgets → src/Widgets}/EligibilityModal/index.d.ts +11 -11
  18. package/dist/types/{Widgets/EligibilityModal → src/Widgets/PaymentPlans}/__tests__/Basics.test.d.ts +1 -1
  19. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/Credit.test.d.ts +1 -1
  20. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/CustomTransitionDelay.test.d.ts +1 -1
  21. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/HideBorder.test.d.ts +1 -1
  22. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/HideWidget.test.d.ts +1 -1
  23. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/IneligibleOptions.test.d.ts +1 -1
  24. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/LanguageCheck.test.d.ts +1 -1
  25. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/LaunchModal.test.d.ts +1 -1
  26. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/Monochrome.test.d.ts +1 -1
  27. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/PaymentPlanContainer.test.d.ts +1 -1
  28. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/SuggestedPaymentPlan.test.d.ts +1 -1
  29. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/__tests__/WithoutPlans.test.d.ts +1 -1
  30. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/classNames.const.d.ts +13 -13
  31. package/dist/types/{Widgets → src/Widgets}/PaymentPlans/index.d.ts +18 -18
  32. package/dist/types/{assets → src/assets}/Cross.d.ts +5 -6
  33. package/dist/types/{assets → src/assets}/almaLogo.d.ts +6 -6
  34. package/dist/types/{assets → src/assets}/cards/amex.d.ts +3 -3
  35. package/dist/types/{assets → src/assets}/cards/cb.d.ts +3 -3
  36. package/dist/types/{assets → src/assets}/cards/mastercard.d.ts +3 -3
  37. package/dist/types/{assets → src/assets}/cards/visa.d.ts +3 -3
  38. package/dist/types/{components → src/components}/Installments/Installment/index.d.ts +8 -8
  39. package/dist/types/src/components/Installments/TotalBlock/index.d.ts +6 -0
  40. package/dist/types/src/components/Loader/index.d.ts +5 -0
  41. package/dist/types/src/components/LoadingIndicator/LoadingIndicator.d.ts +4 -0
  42. package/dist/types/{components → src/components}/Modal/index.d.ts +12 -12
  43. package/dist/types/{consts.d.ts → src/consts.d.ts} +6 -6
  44. package/dist/types/{hooks → src/hooks}/useButtonAnimation.d.ts +7 -7
  45. package/dist/types/src/hooks/useFetchEligibility.d.ts +3 -0
  46. package/dist/types/{hooks → src/hooks}/useSessionStorage.d.ts +20 -20
  47. package/dist/types/{hooks → src/hooks}/useSessionStorage.test.d.ts +1 -1
  48. package/dist/types/{index.d.ts → src/index.d.ts} +16 -18
  49. package/dist/types/{intl → src/intl}/IntlProvider.d.ts +8 -8
  50. package/dist/types/src/intl/messages/messages.de.json.d.ts +35 -0
  51. package/dist/types/src/intl/messages/messages.en.json.d.ts +35 -0
  52. package/dist/types/src/intl/messages/messages.es.json.d.ts +35 -0
  53. package/dist/types/src/intl/messages/messages.fr.json.d.ts +35 -0
  54. package/dist/types/src/intl/messages/messages.it.json.d.ts +35 -0
  55. package/dist/types/src/intl/messages/messages.nl.json.d.ts +35 -0
  56. package/dist/types/src/intl/messages/messages.pt.json.d.ts +35 -0
  57. package/dist/types/{intl → src/intl}/utils.d.ts +2 -2
  58. package/dist/types/{types.d.ts → src/types.d.ts} +97 -97
  59. package/dist/types/src/utils/fetch.d.ts +6 -0
  60. package/dist/types/{utils → src/utils}/filterEligibility.d.ts +3 -3
  61. package/dist/types/{utils → src/utils}/index.d.ts +7 -7
  62. package/dist/types/{utils → src/utils}/index.test.d.ts +1 -1
  63. package/dist/types/{utils → src/utils}/merchantOrderPreferences.d.ts +14 -14
  64. package/dist/types/{utils → src/utils}/paymentPlanStrings.d.ts +4 -4
  65. package/dist/types/{utils → src/utils}/utilsForStorage.d.ts +2 -2
  66. package/dist/types/{utils → src/utils}/utilsForStorage.test.d.ts +1 -1
  67. package/dist/types/src/widgets_controller.d.ts +15 -0
  68. package/dist/types/vite.config.d.ts +2 -0
  69. package/dist/widgets-wc.umd.js +55 -1
  70. package/dist/widgets-wc.umd.js.map +1 -0
  71. package/dist/widgets.css +1 -16
  72. package/dist/widgets.js +7332 -1
  73. package/dist/widgets.js.map +1 -1
  74. package/dist/widgets.min.css +1 -0
  75. package/dist/widgets.umd.js +55 -1
  76. package/dist/widgets.umd.js.map +1 -1
  77. package/package.json +14 -8
  78. package/dist/raw/widgets-wc.umd.js +0 -17971
  79. package/dist/raw/widgets.css +0 -577
  80. package/dist/raw/widgets.js +0 -3422
  81. package/dist/raw/widgets.js.map +0 -1
  82. package/dist/raw/widgets.m.js +0 -3426
  83. package/dist/raw/widgets.m.js.map +0 -1
  84. package/dist/raw/widgets.modern.js +0 -3360
  85. package/dist/raw/widgets.modern.js.map +0 -1
  86. package/dist/raw/widgets.umd.js +0 -17971
  87. package/dist/raw/widgets.umd.js.map +0 -1
  88. package/dist/types/Widgets/EligibilityModal/components/Cards/index.d.ts +0 -7
  89. package/dist/types/Widgets/EligibilityModal/components/Schedule/index.d.ts +0 -6
  90. package/dist/types/components/Installments/TotalBlock/index.d.ts +0 -6
  91. package/dist/types/components/Loader/index.d.ts +0 -5
  92. package/dist/types/components/LoadingIndicator/LoadingIndicator.d.ts +0 -4
  93. package/dist/types/hooks/useFetchEligibility.d.ts +0 -3
  94. package/dist/types/setupTests.d.ts +0 -1
  95. package/dist/types/utils/fetch.d.ts +0 -6
  96. package/dist/types/widgets_controller.d.ts +0 -15
  97. package/dist/widgets.m.js +0 -2
  98. package/dist/widgets.m.js.map +0 -1
  99. package/dist/widgets.modern.js +0 -2
  100. package/dist/widgets.modern.js.map +0 -1
  101. /package/dist/{raw/widgets-wc.umd.js.map → types/src/setupTests.d.ts} +0 -0
@@ -1,577 +0,0 @@
1
- :root {
2
- --white: #fff;
3
- --weight-normal: 400;
4
- --weight-medium: 500;
5
- --weight-semi-bold: 600;
6
- --weight-bold: 700;
7
-
8
- /** Colors **/
9
- --alma-orange: #fa5022;
10
- --soft-orange: #ffeadb;
11
- --alma-blue: #60d2df;
12
- --soft-blue: #e7f8fa;
13
- --alma-yellow: #ffcf00;
14
- --soft-yellow: #fff5cc;
15
- --alma-green: #4bb543;
16
- --soft-green: #e2f3e1;
17
- --alma-red: #CF2020;
18
- --soft-red: #ffecec;
19
- --off-white: #f9f9f9;
20
- --light-gray: #F0F0F0;
21
- --dark-gray: #6C6C6C;
22
- --off-black: #1a1a1a;
23
- --white: #fff;
24
- --black: #000;
25
- }
26
-
27
- /** Venn **/
28
- @font-face {
29
- font-family: Venn;
30
- src: url('https://cdn.almapay.com/fonts/Venn/Venn-Bold.eot') format('embedded-opentype'),
31
- url('https://cdn.almapay.com/fonts/Venn/Venn-Bold.woff') format('woff'),
32
- url('https://cdn.almapay.com/fonts/Venn/Venn-Bold.ttf') format('truetype');
33
- font-weight: 700;
34
- font-style: normal;
35
- font-display: swap;
36
- }
37
- @font-face {
38
- font-family: Venn;
39
- src: url('https://cdn.almapay.com/fonts/Venn/Venn-Regular.eot?#iefix') format('embedded-opentype'),
40
- url('https://cdn.almapay.com/fonts/Venn/Venn-Regular.woff') format('woff'),
41
- url('https://cdn.almapay.com/fonts/Venn/Venn-Regular.ttf') format('truetype');
42
- font-weight: 400;
43
- font-style: normal;
44
- font-display: swap;
45
- }
46
-
47
- /** Argent **/
48
- @font-face {
49
- font-family: Argent;
50
- src: url('https://cdn.almapay.com/fonts/Argent/ArgentCF-DemiBold.eot') format('embedded-opentype'),
51
- url('https://cdn.almapay.com/fonts/Argent/ArgentCF-DemiBold.woff') format('woff'),
52
- url('https://cdn.almapay.com/fonts/Argent/ArgentCF-DemiBold.ttf') format('truetype');
53
- font-weight: 600;
54
- font-style: normal;
55
- font-display: swap;
56
- }
57
-
58
- ._GTTk7 {
59
- margin: 16px 0;
60
- font-family: 'Argent', sans-serif;
61
- background-color: var(--off-white);
62
- border-radius: 20px;
63
- padding: 24px;
64
- z-index: 2;
65
- position: relative;
66
- }
67
-
68
- ._GTTk7 h3 {
69
- margin: 4px 0;
70
- }
71
-
72
- ._34s2g {
73
- display: flex;
74
- flex-direction: row;
75
- justify-content: space-between;
76
- font-size: 20px;
77
- }
78
-
79
- ._15KNd {
80
- margin: 4px 0;
81
- font-family: 'Venn', sans-serif;
82
- border-radius: 20px;
83
- border: 1px solid var(--off-white);
84
- padding: 16px;
85
- z-index: 2;
86
- position: relative;
87
- font-size: 16px;
88
- }
89
-
90
- ._3T0mA {
91
- font-weight: var(--weight-bold);
92
- }
93
-
94
- ._W7qIA {
95
- display: flex;
96
- font-family: 'Venn', sans-serif;
97
- flex-direction: row;
98
- justify-content: space-between;
99
- font-weight: var(--weight-bold);
100
- font-size: 14px;
101
- line-height: 135%;
102
- }
103
-
104
- ._24KmE {
105
- text-align: right;
106
- }
107
-
108
- ._2e3lw {
109
- font-size: 10px;
110
- font-family: 'Venn', sans-serif;
111
- margin-top: 8px;
112
- font-weight: var(--weight-normal);
113
- }
114
-
115
- ._31lrj {
116
- display: flex;
117
- flex-direction: column;
118
- align-items: center;
119
- }
120
-
121
- ._31lrj > svg {
122
- animation: _3NtDa 1.7s ease infinite;
123
- }
124
-
125
- @keyframes _3NtDa {
126
- 60% {
127
- transform: scale(1); }
128
-
129
- 70% {
130
- transform: scale(0.7); }
131
-
132
- 80% {
133
- transform: scale(1); }
134
-
135
- 85% {
136
- transform: scale(0.95); }
137
-
138
- 100% {
139
- transform: scale(1); }
140
- }
141
-
142
- ._D8SjB {
143
- border: none;
144
- background-color: var(--white);
145
- color: var(--off-black);
146
- width: 100%;
147
- height: 83vh;
148
- position: absolute;
149
- bottom: 0;
150
- border-top-left-radius: 20px;
151
- border-top-right-radius: 20px;
152
- padding-top: 48px;
153
- outline: none;
154
- }
155
-
156
- ._ocM9x {
157
- padding: 24px;
158
- width: 100%;
159
- height: 100%;
160
- }
161
-
162
- ._1GP2F {
163
- overflow-y: auto;
164
- margin: 0;
165
- box-sizing: border-box;
166
- }
167
-
168
- ._1yxCb {
169
- position: fixed;
170
- top: 0;
171
- left: 0;
172
- right: 0;
173
- bottom: 0;
174
- display: flex;
175
- align-items: center;
176
- justify-content: center;
177
- background-color: rgba(0, 0, 0, 0.3);
178
- z-index: 99999;
179
- }
180
-
181
- ._12LLh {
182
- display: flex;
183
- justify-content: flex-end;
184
- position: absolute;
185
- top: 12px;
186
- right: 12px;
187
- z-index: 1;
188
- }
189
-
190
- ._3YRro {
191
- border: 0;
192
- display: flex;
193
- justify-content: center;
194
- align-items: center;
195
- background-color: var(--off-black);
196
- border-radius: 50%;
197
- cursor: pointer;
198
- padding: 4px;
199
- }
200
-
201
- @media screen and (min-width: 800px) {
202
- ._D8SjB {
203
- border-radius: 8px;
204
- width: 800px;
205
- height: 550px;
206
- position: relative;
207
- padding-top: 0;
208
- }
209
-
210
- ._1GP2F {
211
- max-height: 100vh;
212
- overflow: hidden;
213
- }
214
-
215
- ._ocM9x {
216
- padding: 32px;
217
- }
218
- }
219
-
220
- ._bplXm {
221
- text-decoration: underline;
222
- }
223
- ._1l2Oa {
224
- display: flex;
225
- flex-wrap: wrap;
226
- flex-direction: row;
227
- justify-content: center;
228
- margin-bottom: 24px;
229
- padding-bottom: 12px;
230
- gap: 8px;
231
- border-bottom: 1px solid var(--light-gray);
232
- }
233
-
234
- ._1l2Oa > button {
235
- display: initial;
236
- height: 50px;
237
- min-width: 50px;
238
- border: 1px solid var(--dark-gray);
239
- border-radius: 16px;
240
- font-family: 'Argent', sans-serif;
241
- font-size: 20px;
242
- line-height: 120%;
243
- font-weight: 600;
244
- cursor: pointer;
245
- background-color: var(--white);
246
- transition: all 0.1s ease;
247
- color: var(--off-black);
248
- padding: initial; /* To avoid CSS surcharge on this. */
249
- }
250
-
251
- ._1l2Oa > button._3rue7 {
252
- background-color: var(--alma-orange);
253
- color: var(--white);
254
- border: 0;
255
- }
256
-
257
- ._2T78a {
258
- margin: 32px;
259
- }
260
-
261
- ._z2Uiv {
262
- display: flex;
263
- flex-direction: row;
264
- justify-content: space-between;
265
- font-size: var(--font-base);
266
- line-height: 135%;
267
- margin-bottom: 6px;
268
- width: 100%;
269
- }
270
-
271
- ._2lJQy {
272
- display: flex;
273
- align-items: center;
274
- margin-left: -23px;
275
- }
276
-
277
- ._1Z9wr {
278
- width: 10px;
279
- height: 10px;
280
- border-radius: 50%;
281
- background-color: var(--soft-orange);
282
- margin-right: 16px;
283
- z-index: 1;
284
- }
285
-
286
- ._2Nmkl {
287
- background-color: var(--alma-orange);
288
- }
289
-
290
- ._ezY-3 {
291
- font-weight: bold;
292
- }
293
-
294
- @media screen and (min-width: 800px) {
295
- ._z2Uiv {
296
- font-size: var(--font-base);
297
- }
298
-
299
- ._1Z9wr::after {
300
- border-left: 2px solid var(--off-white);
301
- height: 18px;
302
- margin-left: 4px;
303
- content: " ";
304
- position: absolute;
305
- z-index: 0;
306
- margin-top: 10px;
307
- }
308
- }
309
-
310
- ._MPKjS {
311
- padding: 0 24px;
312
- margin-bottom: 16px;
313
- font-family: 'Venn', sans-serif;
314
- }
315
-
316
- @media (min-width: 800px) {
317
- ._MPKjS {
318
- overflow-y: auto;
319
- margin: 0;
320
- }
321
- }
322
-
323
- ._1N3yO {
324
- display: flex;
325
- flex-direction: row;
326
- width: 100%;
327
- justify-content: center;
328
- gap: 10px;
329
- margin: 24px 0;
330
- }
331
-
332
- ._180ro {
333
- display: flex;
334
- flex-direction: column;
335
- margin-bottom: 40px;
336
- padding: 0 24px;
337
- gap: 20px;
338
- font-family: 'Venn', sans-serif;
339
- }
340
-
341
- ._1HqCO {
342
- display: flex;
343
- align-items: center;
344
- line-height: 135%;
345
- gap: 16px;
346
- }
347
-
348
- ._3B8wx {
349
- font-family: 'Argent', sans-serif;
350
- font-weight: 600;
351
- font-size: 32px;
352
- min-width: 20px;
353
- line-height: 110%;
354
- color: var(--alma-blue);
355
- }
356
-
357
- ._1HqCO:first-child ._3B8wx {
358
- color: var(--alma-orange);
359
- }
360
-
361
- ._1HqCO:last-child ._3B8wx {
362
- color: var(--alma-yellow);
363
- }
364
-
365
- @media (min-width: 800px) {
366
- ._180ro {
367
- margin: 0;
368
- padding: 0;
369
- }
370
- }
371
-
372
- ._3ERx- {
373
- font-family: 'Argent', sans-serif;
374
- font-weight: 600;
375
- font-size: 20px;
376
- line-height: 130%;
377
- text-align: center;
378
- margin: 0 0 24px 0;
379
- }
380
-
381
- @media (min-width: 800px) {
382
- ._3ERx- {
383
- font-size: 24px;
384
- }
385
- }
386
-
387
- ._21g6u {
388
- display: flex;
389
- height: 100%;
390
- flex-direction: row;
391
- }
392
-
393
- ._3zaP5 {
394
- height: 100%;
395
- display: flex;
396
- flex-direction: column;
397
- width: 100%;
398
- }
399
-
400
- ._2SBRC {
401
- max-width: 300px;
402
- padding-right: 24px;
403
- gap: 20px;
404
- }
405
-
406
- ._xW3wt {
407
- position: absolute;
408
- bottom: 35px;
409
- left: 150px;
410
- }
411
-
412
- ._17qNJ {
413
- height: 100%;
414
- display: flex;
415
- align-items: center;
416
- text-align: center;
417
- font-size: 20px;
418
- }
419
-
420
- ._2oTJq {
421
- height: 100%;
422
- display: flex;
423
- align-items: center;
424
- justify-content: center;
425
- }
426
-
427
- ._2u9rj {
428
- position: relative;
429
- }
430
-
431
- ._VRdAU {
432
- position: absolute;
433
- top: 15px;
434
- left: 5px;
435
- width: 2px;
436
- /* 120px is a magic number, to avoid seeing the line under the TotalBlock */
437
- height: calc(100% - 120px);
438
- background-color: var(--off-white);
439
- }
440
-
441
- @media screen and (min-width: 800px) {
442
- ._2u9rj {
443
- overflow: auto;
444
- }
445
- ._VRdAU {
446
- display: none;
447
- }
448
- }
449
-
450
- ._2G7Ch {
451
- display: flex;
452
- flex-direction: column;
453
- }
454
-
455
- ._2779r {
456
- margin: 0 auto;
457
- overflow: visible;
458
- }
459
-
460
- ._2SwwZ {
461
- display: flex;
462
- flex-direction: column;
463
- align-items: flex-start;
464
- width: 100%;
465
- }
466
-
467
- ._2qODo {
468
- width: 100%;
469
- height: 20px;
470
- background-color: var(--light-gray);
471
- border-radius: 2px;
472
- }
473
- ._2YO01 {
474
- width: 60%;
475
- height: 15px;
476
- margin-top: 16px;
477
- background-color: var(--light-gray);
478
- border-radius: 2px;
479
- }
480
-
481
- ._TSkFv {
482
- width: 368px;
483
- max-width: 100%;
484
- background-color: var(--white);
485
- border: 1px solid var(--light-gray);
486
- display: flex;
487
- flex-direction: column;
488
- align-items: flex-start;
489
- padding: 12px;
490
- gap: 8px;
491
- }
492
-
493
- ._TSkFv:focus,
494
- ._TSkFv:focus-visible {
495
- outline: none;
496
- }
497
-
498
- ._LJ4nZ {
499
- margin-right: 12px;
500
- }
501
-
502
- ._bMClc {
503
- display: flex;
504
- flex-direction: row;
505
- align-items: flex-start;
506
- }
507
-
508
- ._17c_S {
509
- display: flex;
510
- flex-direction: row;
511
- gap: 8px;
512
- align-items: flex-start;
513
- max-width: 310px;
514
- flex-wrap: wrap;
515
- }
516
-
517
- ._2Kqjn {
518
- font-family: 'Venn', sans-serif;
519
- color: var(--off-black);
520
- border-radius: 4px;
521
- font-weight: 700;
522
- font-size: 12px;
523
- display: flex;
524
- flex-direction: column;
525
- justify-content: center;
526
- align-items: center;
527
- height: 24px;
528
- min-width: 24px;
529
- padding: 2px 10px; /* The 4px is made for Deferred plans */
530
- }
531
-
532
- ._2Kqjn._3dG_J {
533
- color: var(--white);
534
- background: var(--alma-orange);
535
- }
536
-
537
- ._2Kqjn._3dG_J._2hx83 {
538
- background: var(--off-black);
539
- }
540
-
541
- ._2Kqjn._3dG_J._3O1bg {
542
- background-color: var(--white);
543
- color: var(--dark-gray);
544
- cursor: not-allowed;
545
- }
546
-
547
- ._3_qcn {
548
- border: none;
549
- }
550
-
551
- ._25GrF {
552
- font-family: 'Venn', sans-serif;
553
- font-size: 12px;
554
- line-height: 180%;
555
- color: var(--off-black);
556
- }
557
-
558
- ._3O1bg {
559
- color: var(--dark-gray);
560
- }
561
-
562
- ._30j1O {
563
- overflow: hidden;
564
- align-items: center;
565
- }
566
-
567
- ._1ZDMS {
568
- align-items: center;
569
- }
570
-
571
- ._UksZa {
572
- cursor: pointer;
573
- }
574
-
575
- ._1lr-q {
576
- cursor: not-allowed;
577
- }