@raystack/apsara 0.15.0 → 0.16.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.
- package/dist/calendar/calendar.d.ts.map +1 -1
- package/dist/index.cjs +73 -100
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +196 -196
- package/dist/index.js +73 -100
- package/dist/index.js.map +1 -1
- package/dist/select/select.d.ts +0 -1
- package/dist/select/select.d.ts.map +1 -1
- package/dist/table/datatable.d.ts.map +1 -1
- package/dist/textfield/textfield.d.ts +8 -0
- package/dist/textfield/textfield.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -41,6 +41,8 @@
|
|
|
41
41
|
--border-success: #92ceac;
|
|
42
42
|
--border-success-inverted: #30a46c;
|
|
43
43
|
|
|
44
|
+
--ascent-contrast: #fff;
|
|
45
|
+
|
|
44
46
|
--ff-inter: "Inter", -apple-system, system-ui, sans-serif;
|
|
45
47
|
--ff-mono: Söhne Mono, menlo, monospace;
|
|
46
48
|
|
|
@@ -76,8 +78,8 @@
|
|
|
76
78
|
--br-round: 50%;
|
|
77
79
|
--br-pill: 999px;
|
|
78
80
|
|
|
79
|
-
--shadow-xs: 0px 1px 2px rgba(16, 24, 40, 0.06);
|
|
80
|
-
--shadow-sm: 0px 1px 4px rgba(0, 0, 0, 0.09);
|
|
81
|
+
--shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
|
|
82
|
+
--shadow-sm: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
|
|
81
83
|
--shadow-md: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
|
|
82
84
|
0px 4px 6px -2px rgba(16, 24, 40, 0.03);
|
|
83
85
|
--shadow-lg: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
|
|
@@ -114,6 +116,8 @@ html[data-theme="dark"] {
|
|
|
114
116
|
--background-success: #16301d;
|
|
115
117
|
--background-success-inverted: #46a758;
|
|
116
118
|
|
|
119
|
+
--ascent-contrast: #fff;
|
|
120
|
+
|
|
117
121
|
--border-base: #3a3f42;
|
|
118
122
|
--border-base-hover: #4c5155;
|
|
119
123
|
--border-muted: #313538;
|
|
@@ -455,8 +459,8 @@ html[data-theme="dark"] {
|
|
|
455
459
|
line-height: var(--fs-600);
|
|
456
460
|
width: fit-content;
|
|
457
461
|
transition: background-color var(--transition);
|
|
458
|
-
padding:
|
|
459
|
-
border-radius: var(--br-4);
|
|
462
|
+
padding: var(--pd-4) var(--pd-12);
|
|
463
|
+
border-radius: var(--br-4);
|
|
460
464
|
}
|
|
461
465
|
|
|
462
466
|
.button-module_button__9VQ21:before {
|
|
@@ -473,8 +477,7 @@ html[data-theme="dark"] {
|
|
|
473
477
|
}
|
|
474
478
|
|
|
475
479
|
.button-module_button-small__RR1mh {
|
|
476
|
-
padding
|
|
477
|
-
padding-bottom: var(--pd-4);
|
|
480
|
+
padding: var(--pd-4) var(--pd-8);
|
|
478
481
|
}
|
|
479
482
|
|
|
480
483
|
.button-module_button-medium__79Bf1 {
|
|
@@ -492,74 +495,73 @@ html[data-theme="dark"] {
|
|
|
492
495
|
padding-bottom: var(--pd-8);
|
|
493
496
|
width: 24px;
|
|
494
497
|
height: 24px;
|
|
495
|
-
border-radius: var(--br-round);
|
|
498
|
+
border-radius: var(--br-round);
|
|
496
499
|
}
|
|
497
500
|
|
|
498
|
-
|
|
499
501
|
.button-module_button-primary__R0k9n {
|
|
500
|
-
color: var(--
|
|
501
|
-
background-color: var(--background-accent-inverted)
|
|
502
|
+
color: var(--ascent-contrast);
|
|
503
|
+
background-color: var(--background-accent-inverted);
|
|
502
504
|
}
|
|
503
505
|
|
|
504
|
-
.button-module_button-primary__R0k9n:hover,
|
|
506
|
+
.button-module_button-primary__R0k9n:hover,
|
|
505
507
|
.button-module_button-primary__R0k9n:active,
|
|
506
508
|
.button-module_button-primary__R0k9n[data-radix-popover-trigger][data-state="open"],
|
|
507
509
|
.button-module_button-primary__R0k9n[data-radix-dropdown-menu-trigger][data-state="open"] {
|
|
508
|
-
background-color: var(--background-accent-inverted-hover)
|
|
510
|
+
background-color: var(--background-accent-inverted-hover);
|
|
509
511
|
}
|
|
510
512
|
|
|
511
513
|
.button-module_button-outline__MN25q {
|
|
512
514
|
color: var(--foreground-accent);
|
|
513
515
|
background-color: var(--background-base);
|
|
514
|
-
|
|
516
|
+
outline: 1px solid var(--border-accent-inverted);
|
|
515
517
|
}
|
|
516
518
|
|
|
517
|
-
.button-module_button-outline__MN25q:hover,
|
|
519
|
+
.button-module_button-outline__MN25q:hover,
|
|
518
520
|
.button-module_button-outline__MN25q:active,
|
|
519
521
|
.button-module_button-outline__MN25q[data-radix-popover-trigger][data-state="open"],
|
|
520
522
|
.button-module_button-outline__MN25q[data-radix-dropdown-menu-trigger][data-state="open"] {
|
|
521
523
|
background-color: var(--background-accent);
|
|
522
|
-
|
|
524
|
+
outline: 1px solid var(--border-accent-inverted-hover);
|
|
523
525
|
}
|
|
524
526
|
|
|
525
527
|
.button-module_button-secondary__zDkNV {
|
|
526
528
|
color: var(--foreground-base);
|
|
527
529
|
background-color: var(--background-base);
|
|
528
|
-
|
|
530
|
+
outline: 1px solid var(--border-base);
|
|
529
531
|
}
|
|
530
532
|
|
|
531
|
-
.button-module_button-secondary__zDkNV:hover,
|
|
533
|
+
.button-module_button-secondary__zDkNV:hover,
|
|
532
534
|
.button-module_button-secondary__zDkNV:active,
|
|
533
535
|
.button-module_button-secondary__zDkNV[data-radix-popover-trigger][data-state="open"],
|
|
534
536
|
.button-module_button-secondary__zDkNV[data-radix-dropdown-menu-trigger][data-state="open"] {
|
|
535
537
|
background-color: var(--background-base-hover);
|
|
536
|
-
|
|
538
|
+
outline: 1px solid var(--border-base-hover);
|
|
537
539
|
}
|
|
538
540
|
|
|
539
541
|
.button-module_button-ghost__KcZUm {
|
|
540
542
|
color: var(--foreground-base);
|
|
541
543
|
background-color: var(--background-base);
|
|
542
|
-
|
|
544
|
+
outline: 1px dashed var(--border-base);
|
|
543
545
|
}
|
|
544
546
|
|
|
545
|
-
.button-module_button-ghost__KcZUm:hover,
|
|
547
|
+
.button-module_button-ghost__KcZUm:hover,
|
|
546
548
|
.button-module_button-ghost__KcZUm:active,
|
|
547
549
|
.button-module_button-ghost__KcZUm[data-radix-popover-trigger][data-state="open"],
|
|
548
550
|
.button-module_button-ghost__KcZUm[data-radix-dropdown-menu-trigger][data-state="open"] {
|
|
549
551
|
background-color: var(--background-base-hover);
|
|
550
|
-
|
|
552
|
+
outline: 1px dashed var(--border-base-hover);
|
|
551
553
|
}
|
|
552
554
|
|
|
553
555
|
.button-module_button-danger__dnB-7 {
|
|
554
|
-
color: var(--
|
|
555
|
-
background-color: var(--background-danger-inverted)
|
|
556
|
+
color: var(--ascent-contrast);
|
|
557
|
+
background-color: var(--background-danger-inverted);
|
|
556
558
|
}
|
|
557
559
|
|
|
558
|
-
.button-module_button-danger__dnB-7:hover,
|
|
560
|
+
.button-module_button-danger__dnB-7:hover,
|
|
559
561
|
.button-module_button-danger__dnB-7:active,
|
|
560
562
|
.button-module_button-danger__dnB-7[data-radix-popover-trigger][data-state="open"],
|
|
561
563
|
.button-module_button-danger__dnB-7[data-radix-dropdown-menu-trigger][data-state="open"] {
|
|
562
|
-
background-color: var(--background-danger-inverted-hover)
|
|
564
|
+
background-color: var(--background-danger-inverted-hover);
|
|
563
565
|
}
|
|
564
566
|
|
|
565
567
|
.label-module_label__hM2lk {
|
|
@@ -799,13 +801,14 @@ html[data-theme="dark"] {
|
|
|
799
801
|
box-sizing: border-box;
|
|
800
802
|
min-width: 120px;
|
|
801
803
|
|
|
802
|
-
padding: var(--pd-
|
|
804
|
+
padding: var(--pd-4);
|
|
803
805
|
background-color: var(--background-base);
|
|
804
806
|
border-radius: var(--br-4);
|
|
805
|
-
box-shadow: var(--shadow-
|
|
806
|
-
|
|
807
|
-
color: var(--foreground-base)
|
|
807
|
+
box-shadow: var(--shadow-sm);
|
|
808
|
+
outline: 1px solid var(--border-subtle);
|
|
809
|
+
color: var(--foreground-base);
|
|
808
810
|
|
|
811
|
+
min-width: var(--radix-dropdown-menu-trigger-width);
|
|
809
812
|
}
|
|
810
813
|
|
|
811
814
|
.dropdown-menu-module_menuitem__IuV4n {
|
|
@@ -813,13 +816,13 @@ html[data-theme="dark"] {
|
|
|
813
816
|
padding: var(--pd-8);
|
|
814
817
|
}
|
|
815
818
|
|
|
816
|
-
.dropdown-menu-module_menuitem__IuV4n:hover,
|
|
819
|
+
.dropdown-menu-module_menuitem__IuV4n:hover,
|
|
817
820
|
.dropdown-menu-module_menuitem__IuV4n:focus,
|
|
818
821
|
.dropdown-menu-module_menuitem__IuV4n[data-highlighted] {
|
|
819
822
|
outline: none;
|
|
820
823
|
cursor: pointer;
|
|
821
824
|
border-radius: var(--br-4);
|
|
822
|
-
background: var(--background-base-hover)
|
|
825
|
+
background: var(--background-base-hover);
|
|
823
826
|
}
|
|
824
827
|
|
|
825
828
|
.dropdown-menu-module_menuitem__IuV4n[data-disabled] {
|
|
@@ -827,19 +830,16 @@ html[data-theme="dark"] {
|
|
|
827
830
|
pointer-events: none;
|
|
828
831
|
}
|
|
829
832
|
|
|
830
|
-
.dropdown-menu-module_label__2h-4H{
|
|
833
|
+
.dropdown-menu-module_label__2h-4H {
|
|
831
834
|
padding: var(--pd-6) var(--pd-8);
|
|
832
835
|
font-weight: 500;
|
|
833
836
|
}
|
|
834
|
-
.dropdown-menu-module_separator__0-EoW{
|
|
837
|
+
.dropdown-menu-module_separator__0-EoW {
|
|
835
838
|
height: 1px;
|
|
836
839
|
margin: var(--mr-4) calc(var(--mr-8) * -1);
|
|
837
|
-
background: var(--background-inset)
|
|
840
|
+
background: var(--background-inset);
|
|
838
841
|
}
|
|
839
842
|
|
|
840
|
-
.dropdown-menu-module_menugroup__AmbLX{
|
|
841
|
-
padding: var(--pd-8);
|
|
842
|
-
}
|
|
843
843
|
.emptystate-module_emptystate__5wz7s {
|
|
844
844
|
box-sizing: border-box;
|
|
845
845
|
display: flex;
|
|
@@ -1283,6 +1283,114 @@ html[data-theme="dark"] {
|
|
|
1283
1283
|
min-width: 44px;
|
|
1284
1284
|
min-height: 44px;
|
|
1285
1285
|
}
|
|
1286
|
+
.text-module_text__1E39C {
|
|
1287
|
+
display: block;
|
|
1288
|
+
line-height: 1;
|
|
1289
|
+
margin: 0;
|
|
1290
|
+
color: var(--foreground-base);
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.text-module_text-1__ZIYnD {
|
|
1294
|
+
font-size: 11px;
|
|
1295
|
+
line-height: 16px;
|
|
1296
|
+
letter-spacing: 0.5px;
|
|
1297
|
+
}
|
|
1298
|
+
.text-module_text-2__vhka2 {
|
|
1299
|
+
font-size: 12px;
|
|
1300
|
+
line-height: 16px;
|
|
1301
|
+
letter-spacing: 0.4px;
|
|
1302
|
+
}
|
|
1303
|
+
.text-module_text-3__WhApV {
|
|
1304
|
+
font-size: 13px;
|
|
1305
|
+
line-height: 16px;
|
|
1306
|
+
letter-spacing: 0.4px;
|
|
1307
|
+
}
|
|
1308
|
+
.text-module_text-4__I4KCY {
|
|
1309
|
+
font-size: 14px;
|
|
1310
|
+
line-height: 20px;
|
|
1311
|
+
letter-spacing: 0.25px;
|
|
1312
|
+
}
|
|
1313
|
+
.text-module_text-5__5i6jy {
|
|
1314
|
+
font-size: 16px;
|
|
1315
|
+
line-height: 24px;
|
|
1316
|
+
letter-spacing: 0.5px;
|
|
1317
|
+
}
|
|
1318
|
+
.text-module_text-6__vn534 {
|
|
1319
|
+
font-size: 16px;
|
|
1320
|
+
line-height: 20px;
|
|
1321
|
+
letter-spacing: 0.25px;
|
|
1322
|
+
}
|
|
1323
|
+
.text-module_text-7__5stey {
|
|
1324
|
+
font-size: 20px;
|
|
1325
|
+
line-height: 24px;
|
|
1326
|
+
letter-spacing: 0.5px;
|
|
1327
|
+
}
|
|
1328
|
+
.text-module_text-8__J--5n {
|
|
1329
|
+
font-size: 22px;
|
|
1330
|
+
line-height: 28px;
|
|
1331
|
+
letter-spacing: 0.5px;
|
|
1332
|
+
}
|
|
1333
|
+
.text-module_text-9__guv-W {
|
|
1334
|
+
font-size: 24px;
|
|
1335
|
+
line-height: 32px;
|
|
1336
|
+
}
|
|
1337
|
+
.text-module_text-10__OdU-l {
|
|
1338
|
+
font-size: 28px;
|
|
1339
|
+
line-height: 36px;
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
.text-module_text-weight-bold__248bx {
|
|
1343
|
+
font-weight: bold;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.text-module_text-weight-bolder__x-gH2 {
|
|
1347
|
+
font-weight: bolder;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
.text-module_text-weight-normal__N6rMZ {
|
|
1351
|
+
font-weight: normal;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
.text-module_text-weight-lighter__PtdzT {
|
|
1355
|
+
font-weight: lighter;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.text-module_text-weight-100__170iy {
|
|
1359
|
+
font-weight: 100;
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
.text-module_text-weight-200__iG1l4 {
|
|
1363
|
+
font-weight: 200;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
.text-module_text-weight-300__Z8-xh {
|
|
1367
|
+
font-weight: 300;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
.text-module_text-weight-400__y4aiw {
|
|
1371
|
+
font-weight: 400;
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
.text-module_text-weight-500__El9dq {
|
|
1375
|
+
font-weight: 500;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.text-module_text-weight-600__yMGME {
|
|
1379
|
+
font-weight: 600;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
.text-module_text-weight-700__EYo9- {
|
|
1383
|
+
font-weight: 700;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
.text-module_text-weight-800__N7b82 {
|
|
1387
|
+
font-weight: 800;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
.text-module_text-weight-900__vs7L8 {
|
|
1391
|
+
font-weight: 900;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1286
1394
|
.select-module_content__X0QJ- {
|
|
1287
1395
|
overflow: hidden;
|
|
1288
1396
|
z-index: 50;
|
|
@@ -1291,30 +1399,32 @@ html[data-theme="dark"] {
|
|
|
1291
1399
|
|
|
1292
1400
|
box-sizing: border-box;
|
|
1293
1401
|
|
|
1294
|
-
padding: var(--pd-4)
|
|
1402
|
+
padding: var(--pd-4);
|
|
1295
1403
|
background-color: var(--background-base);
|
|
1296
1404
|
border-radius: var(--br-4);
|
|
1297
|
-
box-shadow: var(--shadow-
|
|
1298
|
-
|
|
1405
|
+
box-shadow: var(--shadow-sm);
|
|
1406
|
+
outline: 1px solid var(--border-subtle);
|
|
1407
|
+
|
|
1408
|
+
min-width: var(--radix-select-trigger-width);
|
|
1409
|
+
margin-top: 4px;
|
|
1299
1410
|
}
|
|
1300
1411
|
|
|
1301
1412
|
.select-module_menuitem__DfVEU {
|
|
1302
1413
|
display: flex;
|
|
1303
1414
|
align-items: center;
|
|
1304
1415
|
position: relative;
|
|
1305
|
-
|
|
1306
1416
|
gap: var(--pd-4);
|
|
1307
|
-
padding: var(--pd-
|
|
1417
|
+
padding: var(--pd-8);
|
|
1308
1418
|
color: var(--foreground-base);
|
|
1309
1419
|
}
|
|
1310
1420
|
|
|
1311
|
-
.select-module_menuitem__DfVEU:hover,
|
|
1421
|
+
.select-module_menuitem__DfVEU:hover,
|
|
1312
1422
|
.select-module_menuitem__DfVEU:focus,
|
|
1313
1423
|
.select-module_menuitem__DfVEU[data-highlighted] {
|
|
1314
1424
|
outline: none;
|
|
1315
1425
|
cursor: pointer;
|
|
1316
1426
|
border-radius: var(--br-4);
|
|
1317
|
-
background: var(--background-base-hover)
|
|
1427
|
+
background: var(--background-base-hover);
|
|
1318
1428
|
}
|
|
1319
1429
|
|
|
1320
1430
|
.select-module_menuitem__DfVEU[data-disabled] {
|
|
@@ -1322,48 +1432,41 @@ html[data-theme="dark"] {
|
|
|
1322
1432
|
pointer-events: none;
|
|
1323
1433
|
}
|
|
1324
1434
|
|
|
1325
|
-
.select-
|
|
1326
|
-
height: 14px;
|
|
1327
|
-
width: 14px;
|
|
1328
|
-
display: flex;
|
|
1329
|
-
justify-content: center;
|
|
1330
|
-
align-items: center;
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
.select-module_label__4I1Se{
|
|
1334
|
-
padding: var(--pd-6) var(--pd-8);
|
|
1335
|
-
font-weight: 500;
|
|
1336
|
-
}
|
|
1337
|
-
.select-module_separator__2UBNd{
|
|
1435
|
+
.select-module_separator__2UBNd {
|
|
1338
1436
|
height: 1px;
|
|
1339
1437
|
margin: var(--mr-4) calc(var(--mr-8) * -1);
|
|
1340
|
-
background: var(--background-inset)
|
|
1438
|
+
background: var(--background-inset);
|
|
1341
1439
|
}
|
|
1342
1440
|
|
|
1343
|
-
.select-module_menugroup__zJbzr{
|
|
1441
|
+
.select-module_menugroup__zJbzr {
|
|
1344
1442
|
padding: var(--pd-8);
|
|
1345
1443
|
}
|
|
1346
1444
|
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
1445
|
.select-module_trigger__1tSaG {
|
|
1350
|
-
display: flex;
|
|
1351
|
-
justify-content: space-between;
|
|
1352
|
-
align-items: center;
|
|
1353
|
-
|
|
1446
|
+
display: flex;
|
|
1447
|
+
justify-content: space-between;
|
|
1448
|
+
align-items: center;
|
|
1449
|
+
border: none;
|
|
1354
1450
|
|
|
1355
1451
|
color: var(--foreground-base);
|
|
1356
|
-
padding: var(--pd-
|
|
1357
|
-
background-color: var(--background-base);
|
|
1452
|
+
padding: var(--pd-8);
|
|
1453
|
+
background-color: var(--background-base);
|
|
1358
1454
|
font-size: 12px;
|
|
1359
|
-
line-height: 16px;
|
|
1455
|
+
line-height: 16px;
|
|
1360
1456
|
border-radius: var(--br-4);
|
|
1361
|
-
|
|
1457
|
+
outline: 0.5px solid var(--border-base);
|
|
1362
1458
|
box-shadow: var(--shadow-xs);
|
|
1459
|
+
color: var(--foreground-subtle);
|
|
1460
|
+
|
|
1461
|
+
user-select: none;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.select-module_trigger__1tSaG:hover {
|
|
1465
|
+
cursor: pointer;
|
|
1363
1466
|
}
|
|
1364
1467
|
|
|
1365
1468
|
.select-module_trigger__1tSaG:focus {
|
|
1366
|
-
|
|
1469
|
+
outline: 1px solid var(--border-accent-inverted);
|
|
1367
1470
|
}
|
|
1368
1471
|
|
|
1369
1472
|
.select-module_trigger__1tSaG:disabled {
|
|
@@ -1378,11 +1481,11 @@ html[data-theme="dark"] {
|
|
|
1378
1481
|
}
|
|
1379
1482
|
|
|
1380
1483
|
.select-module_triggerIcon__iaoZ3 {
|
|
1381
|
-
width:
|
|
1382
|
-
height:
|
|
1383
|
-
opacity: 0.5;
|
|
1484
|
+
width: 12px;
|
|
1485
|
+
height: 12px;
|
|
1384
1486
|
margin-left: var(--mr-8);
|
|
1385
1487
|
}
|
|
1488
|
+
|
|
1386
1489
|
.separator-module_separator__uHK4y {
|
|
1387
1490
|
flex-shrink: 0;
|
|
1388
1491
|
border: 0;
|
|
@@ -1502,114 +1605,6 @@ html[data-theme="dark"] {
|
|
|
1502
1605
|
0% { opacity: 1 }
|
|
1503
1606
|
100% { opacity: 0 }
|
|
1504
1607
|
}
|
|
1505
|
-
.text-module_text__1E39C {
|
|
1506
|
-
display: block;
|
|
1507
|
-
line-height: 1;
|
|
1508
|
-
margin: 0;
|
|
1509
|
-
color: var(--foreground-base);
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
.text-module_text-1__ZIYnD {
|
|
1513
|
-
font-size: 11px;
|
|
1514
|
-
line-height: 16px;
|
|
1515
|
-
letter-spacing: 0.5px;
|
|
1516
|
-
}
|
|
1517
|
-
.text-module_text-2__vhka2 {
|
|
1518
|
-
font-size: 12px;
|
|
1519
|
-
line-height: 16px;
|
|
1520
|
-
letter-spacing: 0.4px;
|
|
1521
|
-
}
|
|
1522
|
-
.text-module_text-3__WhApV {
|
|
1523
|
-
font-size: 13px;
|
|
1524
|
-
line-height: 16px;
|
|
1525
|
-
letter-spacing: 0.4px;
|
|
1526
|
-
}
|
|
1527
|
-
.text-module_text-4__I4KCY {
|
|
1528
|
-
font-size: 14px;
|
|
1529
|
-
line-height: 20px;
|
|
1530
|
-
letter-spacing: 0.25px;
|
|
1531
|
-
}
|
|
1532
|
-
.text-module_text-5__5i6jy {
|
|
1533
|
-
font-size: 16px;
|
|
1534
|
-
line-height: 24px;
|
|
1535
|
-
letter-spacing: 0.5px;
|
|
1536
|
-
}
|
|
1537
|
-
.text-module_text-6__vn534 {
|
|
1538
|
-
font-size: 16px;
|
|
1539
|
-
line-height: 20px;
|
|
1540
|
-
letter-spacing: 0.25px;
|
|
1541
|
-
}
|
|
1542
|
-
.text-module_text-7__5stey {
|
|
1543
|
-
font-size: 20px;
|
|
1544
|
-
line-height: 24px;
|
|
1545
|
-
letter-spacing: 0.5px;
|
|
1546
|
-
}
|
|
1547
|
-
.text-module_text-8__J--5n {
|
|
1548
|
-
font-size: 22px;
|
|
1549
|
-
line-height: 28px;
|
|
1550
|
-
letter-spacing: 0.5px;
|
|
1551
|
-
}
|
|
1552
|
-
.text-module_text-9__guv-W {
|
|
1553
|
-
font-size: 24px;
|
|
1554
|
-
line-height: 32px;
|
|
1555
|
-
}
|
|
1556
|
-
.text-module_text-10__OdU-l {
|
|
1557
|
-
font-size: 28px;
|
|
1558
|
-
line-height: 36px;
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
.text-module_text-weight-bold__248bx {
|
|
1562
|
-
font-weight: bold;
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
.text-module_text-weight-bolder__x-gH2 {
|
|
1566
|
-
font-weight: bolder;
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
.text-module_text-weight-normal__N6rMZ {
|
|
1570
|
-
font-weight: normal;
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
.text-module_text-weight-lighter__PtdzT {
|
|
1574
|
-
font-weight: lighter;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
.text-module_text-weight-100__170iy {
|
|
1578
|
-
font-weight: 100;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
.text-module_text-weight-200__iG1l4 {
|
|
1582
|
-
font-weight: 200;
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
.text-module_text-weight-300__Z8-xh {
|
|
1586
|
-
font-weight: 300;
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
.text-module_text-weight-400__y4aiw {
|
|
1590
|
-
font-weight: 400;
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
.text-module_text-weight-500__El9dq {
|
|
1594
|
-
font-weight: 500;
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
.text-module_text-weight-600__yMGME {
|
|
1598
|
-
font-weight: 600;
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
.text-module_text-weight-700__EYo9- {
|
|
1602
|
-
font-weight: 700;
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
.text-module_text-weight-800__N7b82 {
|
|
1606
|
-
font-weight: 800;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
.text-module_text-weight-900__vs7L8 {
|
|
1610
|
-
font-weight: 900;
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
1608
|
.sidebar-module_sidebar__NXH3O {
|
|
1614
1609
|
width: 100%;
|
|
1615
1610
|
max-width: 220px;
|
|
@@ -1720,6 +1715,11 @@ html[data-theme="dark"] {
|
|
|
1720
1715
|
border: 1px solid var(--border-subtle);
|
|
1721
1716
|
padding: var(--pd-4) var(--pd-8);
|
|
1722
1717
|
border-radius: var(--br-4);
|
|
1718
|
+
width: 280px;
|
|
1719
|
+
color: var(--foreground-base);
|
|
1720
|
+
font-size: 11px;
|
|
1721
|
+
font-weight: 500;
|
|
1722
|
+
line-height: 16px;
|
|
1723
1723
|
}
|
|
1724
1724
|
|
|
1725
1725
|
.togglegroup-module_root__R0WF3 {
|
|
@@ -1794,10 +1794,12 @@ html[data-theme="dark"] {
|
|
|
1794
1794
|
|
|
1795
1795
|
.calendar-module_nav_button_previous__lWJYm {
|
|
1796
1796
|
left: 0;
|
|
1797
|
+
height: 100%;
|
|
1797
1798
|
}
|
|
1798
1799
|
|
|
1799
1800
|
.calendar-module_nav_button_next__1MzRT {
|
|
1800
1801
|
right: 0;
|
|
1802
|
+
height: 100%;
|
|
1801
1803
|
}
|
|
1802
1804
|
|
|
1803
1805
|
.calendar-module_head__EIxyS {
|
|
@@ -1818,9 +1820,6 @@ html[data-theme="dark"] {
|
|
|
1818
1820
|
}
|
|
1819
1821
|
|
|
1820
1822
|
.calendar-module_cell__TTpcD {
|
|
1821
|
-
display: flex;
|
|
1822
|
-
justify-content: center;
|
|
1823
|
-
align-items: center;
|
|
1824
1823
|
width: 36px;
|
|
1825
1824
|
height: 36px;
|
|
1826
1825
|
background-color: var(--background-base);
|
|
@@ -1876,6 +1875,8 @@ html[data-theme="dark"] {
|
|
|
1876
1875
|
width: 100%;
|
|
1877
1876
|
height: 100%;
|
|
1878
1877
|
padding: unset;
|
|
1878
|
+
display: grid;
|
|
1879
|
+
place-content: center;
|
|
1879
1880
|
}
|
|
1880
1881
|
|
|
1881
1882
|
.calendar-module_day_outside__WN68B {
|
|
@@ -1914,13 +1915,15 @@ html[data-theme="dark"] {
|
|
|
1914
1915
|
padding: 0;
|
|
1915
1916
|
height: auto;
|
|
1916
1917
|
width: 100%;
|
|
1917
|
-
|
|
1918
1918
|
background-color: var(--background-base);
|
|
1919
|
-
|
|
1919
|
+
outline: 0.5px solid var(--border-base);
|
|
1920
|
+
border: none;
|
|
1920
1921
|
box-shadow: var(--shadow-xs);
|
|
1921
1922
|
border-radius: var(--br-4);
|
|
1922
1923
|
color: var(--foreground-base);
|
|
1923
1924
|
padding: var(--pd-4);
|
|
1925
|
+
letter-spacing: 0.4px;
|
|
1926
|
+
line-height: 16px;
|
|
1924
1927
|
}
|
|
1925
1928
|
|
|
1926
1929
|
.textfield-module_textfield__u4AGg:-webkit-autofill {
|
|
@@ -1928,13 +1931,12 @@ html[data-theme="dark"] {
|
|
|
1928
1931
|
}
|
|
1929
1932
|
|
|
1930
1933
|
.textfield-module_textfield__u4AGg:focus {
|
|
1931
|
-
|
|
1934
|
+
outline: 1px solid var(--background-accent-inverted);
|
|
1932
1935
|
}
|
|
1933
1936
|
|
|
1934
1937
|
.textfield-module_textfield__u4AGg::placeholder {
|
|
1935
1938
|
color: var(--foreground-subtle);
|
|
1936
1939
|
font-size: 12px;
|
|
1937
|
-
line-height: 16px;
|
|
1938
1940
|
}
|
|
1939
1941
|
|
|
1940
1942
|
.textfield-module_textfield__u4AGg:disabled {
|
|
@@ -1950,30 +1952,28 @@ html[data-theme="dark"] {
|
|
|
1950
1952
|
.textfield-module_textfield-sm__OKPic {
|
|
1951
1953
|
border-radius: var(--br-4);
|
|
1952
1954
|
font-size: 12px;
|
|
1953
|
-
|
|
1954
|
-
padding: var(--pd-4);
|
|
1955
|
+
padding: var(--pd-4) var(--pd-8);
|
|
1955
1956
|
}
|
|
1956
1957
|
|
|
1957
1958
|
.textfield-module_textfield-md__e2ayW {
|
|
1958
1959
|
border-radius: var(--br-4);
|
|
1959
|
-
font-size:
|
|
1960
|
-
line-height: 16px;
|
|
1960
|
+
font-size: 12px;
|
|
1961
1961
|
padding: var(--pd-8);
|
|
1962
1962
|
}
|
|
1963
1963
|
|
|
1964
1964
|
.textfield-module_textfield-invlid__zo9MF {
|
|
1965
|
-
|
|
1965
|
+
outline: 1px solid var(--border-danger);
|
|
1966
1966
|
}
|
|
1967
1967
|
.textfield-module_textfield-invlid__zo9MF:focus {
|
|
1968
|
-
|
|
1968
|
+
outline: 1px solid var(--border-danger);
|
|
1969
1969
|
}
|
|
1970
1970
|
|
|
1971
1971
|
.textfield-module_textfield-valid__6rMM9 {
|
|
1972
|
-
|
|
1972
|
+
outline: 1px solid var(--border-success);
|
|
1973
1973
|
}
|
|
1974
1974
|
|
|
1975
1975
|
.textfield-module_textfield-valid__6rMM9:focus {
|
|
1976
|
-
|
|
1976
|
+
outline: 1px solid var(--border-success);
|
|
1977
1977
|
}
|
|
1978
1978
|
|
|
1979
1979
|
.textfield-module_textfield-leading__AE-ld {
|