@react5/ui 1.0.19 → 1.0.21
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/package.json
CHANGED
|
@@ -295,8 +295,8 @@
|
|
|
295
295
|
align-items: center;
|
|
296
296
|
gap: 0.5rem;
|
|
297
297
|
border-radius: 1em;
|
|
298
|
-
height:
|
|
299
|
-
padding: 0
|
|
298
|
+
height: 2rem;
|
|
299
|
+
padding: 0 1rem;
|
|
300
300
|
margin-left: 0;
|
|
301
301
|
background-color: var(--primary_bg_color, #675143);
|
|
302
302
|
color: var(--primary_text_color, #ffffff);
|
|
@@ -305,18 +305,18 @@
|
|
|
305
305
|
color: var(--primary_text_color_disabled, rgba(255, 255, 255, 0.5));
|
|
306
306
|
}
|
|
307
307
|
.r5ui-icon-button__round {
|
|
308
|
-
border-radius:
|
|
309
|
-
height:
|
|
310
|
-
width:
|
|
308
|
+
border-radius: 1rem;
|
|
309
|
+
height: 2rem;
|
|
310
|
+
width: 2rem;
|
|
311
311
|
padding: 0 6px;
|
|
312
312
|
margin-left: 0;
|
|
313
313
|
background-color: var(--primary_bg_color, #675143);
|
|
314
314
|
color: var(--primary_text_color, #ffffff);
|
|
315
315
|
}
|
|
316
316
|
.r5ui-icon-button__round-outlined {
|
|
317
|
-
border-radius:
|
|
318
|
-
height:
|
|
319
|
-
width:
|
|
317
|
+
border-radius: 1rem;
|
|
318
|
+
height: 2rem;
|
|
319
|
+
width: 2rem;
|
|
320
320
|
padding: 0 6px;
|
|
321
321
|
margin-left: 0;
|
|
322
322
|
border: 1px solid var(--page_text_color, #000000);
|
|
@@ -379,8 +379,8 @@ $title_font: var(--title_font, 'Poppins', serif);
|
|
|
379
379
|
align-items: center;
|
|
380
380
|
gap: 0.5rem;
|
|
381
381
|
border-radius: 1em;
|
|
382
|
-
height:
|
|
383
|
-
padding: 0
|
|
382
|
+
height: 2rem;
|
|
383
|
+
padding: 0 1rem;
|
|
384
384
|
margin-left: 0;
|
|
385
385
|
background-color: $primary_bg_color;
|
|
386
386
|
color: $primary_text_color;
|
|
@@ -394,18 +394,18 @@ $title_font: var(--title_font, 'Poppins', serif);
|
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
&__round {
|
|
397
|
-
border-radius:
|
|
398
|
-
height:
|
|
399
|
-
width:
|
|
397
|
+
border-radius: 1rem;
|
|
398
|
+
height: 2rem;
|
|
399
|
+
width: 2rem;
|
|
400
400
|
padding: 0 6px;
|
|
401
401
|
margin-left: 0;
|
|
402
402
|
background-color: $primary_bg_color;
|
|
403
403
|
color: $primary_text_color;
|
|
404
404
|
}
|
|
405
405
|
&__round-outlined {
|
|
406
|
-
border-radius:
|
|
407
|
-
height:
|
|
408
|
-
width:
|
|
406
|
+
border-radius: 1rem;
|
|
407
|
+
height: 2rem;
|
|
408
|
+
width: 2rem;
|
|
409
409
|
padding: 0 6px;
|
|
410
410
|
margin-left: 0;
|
|
411
411
|
border: 1px solid $page_text_color;
|
|
@@ -295,8 +295,8 @@
|
|
|
295
295
|
align-items: center;
|
|
296
296
|
gap: 0.5rem;
|
|
297
297
|
border-radius: 1em;
|
|
298
|
-
height:
|
|
299
|
-
padding: 0
|
|
298
|
+
height: 2rem;
|
|
299
|
+
padding: 0 1rem;
|
|
300
300
|
margin-left: 0;
|
|
301
301
|
background-color: var(--primary_bg_color, #675143);
|
|
302
302
|
color: var(--primary_text_color, #ffffff);
|
|
@@ -305,18 +305,18 @@
|
|
|
305
305
|
color: var(--primary_text_color_disabled, rgba(255, 255, 255, 0.5));
|
|
306
306
|
}
|
|
307
307
|
.r5ui-icon-button__round {
|
|
308
|
-
border-radius:
|
|
309
|
-
height:
|
|
310
|
-
width:
|
|
308
|
+
border-radius: 1rem;
|
|
309
|
+
height: 2rem;
|
|
310
|
+
width: 2rem;
|
|
311
311
|
padding: 0 6px;
|
|
312
312
|
margin-left: 0;
|
|
313
313
|
background-color: var(--primary_bg_color, #675143);
|
|
314
314
|
color: var(--primary_text_color, #ffffff);
|
|
315
315
|
}
|
|
316
316
|
.r5ui-icon-button__round-outlined {
|
|
317
|
-
border-radius:
|
|
318
|
-
height:
|
|
319
|
-
width:
|
|
317
|
+
border-radius: 1rem;
|
|
318
|
+
height: 2rem;
|
|
319
|
+
width: 2rem;
|
|
320
320
|
padding: 0 6px;
|
|
321
321
|
margin-left: 0;
|
|
322
322
|
border: 1px solid var(--page_text_color, #000000);
|
|
@@ -379,8 +379,8 @@ $title_font: var(--title_font, 'Poppins', serif);
|
|
|
379
379
|
align-items: center;
|
|
380
380
|
gap: 0.5rem;
|
|
381
381
|
border-radius: 1em;
|
|
382
|
-
height:
|
|
383
|
-
padding: 0
|
|
382
|
+
height: 2rem;
|
|
383
|
+
padding: 0 1rem;
|
|
384
384
|
margin-left: 0;
|
|
385
385
|
background-color: $primary_bg_color;
|
|
386
386
|
color: $primary_text_color;
|
|
@@ -394,18 +394,18 @@ $title_font: var(--title_font, 'Poppins', serif);
|
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
&__round {
|
|
397
|
-
border-radius:
|
|
398
|
-
height:
|
|
399
|
-
width:
|
|
397
|
+
border-radius: 1rem;
|
|
398
|
+
height: 2rem;
|
|
399
|
+
width: 2rem;
|
|
400
400
|
padding: 0 6px;
|
|
401
401
|
margin-left: 0;
|
|
402
402
|
background-color: $primary_bg_color;
|
|
403
403
|
color: $primary_text_color;
|
|
404
404
|
}
|
|
405
405
|
&__round-outlined {
|
|
406
|
-
border-radius:
|
|
407
|
-
height:
|
|
408
|
-
width:
|
|
406
|
+
border-radius: 1rem;
|
|
407
|
+
height: 2rem;
|
|
408
|
+
width: 2rem;
|
|
409
409
|
padding: 0 6px;
|
|
410
410
|
margin-left: 0;
|
|
411
411
|
border: 1px solid $page_text_color;
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
align-items: center;
|
|
31
31
|
gap: 0.5rem;
|
|
32
32
|
border-radius: 1em;
|
|
33
|
-
height:
|
|
34
|
-
padding: 0
|
|
33
|
+
height: 2rem;
|
|
34
|
+
padding: 0 1rem;
|
|
35
35
|
margin-left: 0;
|
|
36
36
|
background-color: $primary_bg_color;
|
|
37
37
|
color: $primary_text_color;
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
&__round {
|
|
48
|
-
border-radius:
|
|
49
|
-
height:
|
|
50
|
-
width:
|
|
48
|
+
border-radius: 1rem;
|
|
49
|
+
height: 2rem;
|
|
50
|
+
width: 2rem;
|
|
51
51
|
padding: 0 6px;
|
|
52
52
|
margin-left: 0;
|
|
53
53
|
background-color: $primary_bg_color;
|
|
54
54
|
color: $primary_text_color;
|
|
55
55
|
}
|
|
56
56
|
&__round-outlined {
|
|
57
|
-
border-radius:
|
|
58
|
-
height:
|
|
59
|
-
width:
|
|
57
|
+
border-radius: 1rem;
|
|
58
|
+
height: 2rem;
|
|
59
|
+
width: 2rem;
|
|
60
60
|
padding: 0 6px;
|
|
61
61
|
margin-left: 0;
|
|
62
62
|
border: 1px solid $page_text_color;
|