@jackcrane/ui 0.1.16 → 0.1.17
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/jcui.cjs.js +109 -108
- package/dist/jcui.es.js +109 -108
- package/package.json +1 -1
package/dist/jcui.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document!="undefined"){var
|
|
1
|
+
(function(){"use strict";try{if(typeof document!="undefined"){var r=document.createElement("style");r.appendChild(document.createTextNode(`@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@property --button-bg {
|
|
2
2
|
syntax: "<color>";
|
|
3
3
|
inherits: true;
|
|
4
4
|
initial-value: transparent;
|
|
@@ -988,7 +988,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
988
988
|
inherits: true;
|
|
989
989
|
initial-value: transparent;
|
|
990
990
|
}
|
|
991
|
-
.
|
|
991
|
+
._trigger_dqtrb_7 {
|
|
992
992
|
display: inline-flex;
|
|
993
993
|
align-items: center;
|
|
994
994
|
justify-content: space-between;
|
|
@@ -1000,101 +1000,102 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1000
1000
|
border: var(--border-thickness) solid var(--border-color);
|
|
1001
1001
|
cursor: pointer;
|
|
1002
1002
|
}
|
|
1003
|
-
.
|
|
1003
|
+
._trigger_dqtrb_7:hover {
|
|
1004
1004
|
--select-bg: var(--secondary-color-100);
|
|
1005
1005
|
}
|
|
1006
|
-
.
|
|
1006
|
+
._trigger_dqtrb_7:active {
|
|
1007
1007
|
--select-bg: var(--secondary-color-200);
|
|
1008
1008
|
}
|
|
1009
|
-
.
|
|
1009
|
+
._large_dqtrb_31 {
|
|
1010
1010
|
font-size: 1.25rem;
|
|
1011
1011
|
padding: 0.75rem 1.25rem;
|
|
1012
1012
|
}
|
|
1013
|
-
.
|
|
1013
|
+
._small_dqtrb_36 {
|
|
1014
1014
|
font-size: 0.75rem;
|
|
1015
1015
|
padding: 0.25rem 0.5rem;
|
|
1016
1016
|
}
|
|
1017
|
-
.
|
|
1017
|
+
._disabled_dqtrb_41 {
|
|
1018
1018
|
opacity: 0.5;
|
|
1019
1019
|
cursor: not-allowed;
|
|
1020
1020
|
}
|
|
1021
|
-
.
|
|
1021
|
+
._icon_dqtrb_46 {
|
|
1022
1022
|
opacity: 0.7;
|
|
1023
1023
|
}
|
|
1024
1024
|
/* Dropdown */
|
|
1025
|
-
.
|
|
1025
|
+
._content_dqtrb_52 {
|
|
1026
1026
|
background-color: var(--body-bg);
|
|
1027
1027
|
border: var(--border-thickness) solid var(--border-color);
|
|
1028
|
+
z-index: 110;
|
|
1028
1029
|
}
|
|
1029
|
-
.
|
|
1030
|
+
._item_dqtrb_58 {
|
|
1030
1031
|
padding: 0.4rem 0.6rem;
|
|
1031
1032
|
font-size: 0.875rem;
|
|
1032
1033
|
cursor: pointer;
|
|
1033
1034
|
outline: none;
|
|
1034
1035
|
}
|
|
1035
|
-
.
|
|
1036
|
+
._item_dqtrb_58[data-highlighted] {
|
|
1036
1037
|
background-color: var(--secondary-color-100);
|
|
1037
1038
|
}
|
|
1038
|
-
.
|
|
1039
|
+
._item_dqtrb_58[data-state="checked"] {
|
|
1039
1040
|
background-color: var(--secondary-color-200);
|
|
1040
1041
|
}
|
|
1041
|
-
.
|
|
1042
|
+
._item_dqtrb_58[data-disabled] {
|
|
1042
1043
|
opacity: 0.4;
|
|
1043
1044
|
pointer-events: none;
|
|
1044
1045
|
}
|
|
1045
1046
|
/* Variants (match Button) */
|
|
1046
|
-
.
|
|
1047
|
+
._primary_dqtrb_80 {
|
|
1047
1048
|
--select-bg: var(--primary-color-100);
|
|
1048
1049
|
--border-color: var(--primary-color-300);
|
|
1049
1050
|
--button-color: var(--primary-color-800);
|
|
1050
1051
|
--border-accent-color: var(--primary-color-600);
|
|
1051
1052
|
}
|
|
1052
|
-
.
|
|
1053
|
+
._primary_dqtrb_80:hover {
|
|
1053
1054
|
--select-bg: var(--primary-color-200);
|
|
1054
1055
|
}
|
|
1055
|
-
.
|
|
1056
|
+
._success_dqtrb_90 {
|
|
1056
1057
|
--select-bg: var(--success-color-100);
|
|
1057
1058
|
--border-color: var(--success-color-300);
|
|
1058
1059
|
--button-color: var(--success-color-800);
|
|
1059
1060
|
--border-accent-color: var(--success-color-600);
|
|
1060
1061
|
}
|
|
1061
|
-
.
|
|
1062
|
+
._success_dqtrb_90:hover {
|
|
1062
1063
|
--select-bg: var(--success-color-200);
|
|
1063
1064
|
}
|
|
1064
|
-
.
|
|
1065
|
+
._warning_dqtrb_100 {
|
|
1065
1066
|
--select-bg: var(--warning-color-100);
|
|
1066
1067
|
--border-color: var(--warning-color-300);
|
|
1067
1068
|
--button-color: var(--warning-color-800);
|
|
1068
1069
|
--border-accent-color: var(--warning-color-600);
|
|
1069
1070
|
}
|
|
1070
|
-
.
|
|
1071
|
+
._warning_dqtrb_100:hover {
|
|
1071
1072
|
--select-bg: var(--warning-color-200);
|
|
1072
1073
|
}
|
|
1073
|
-
.
|
|
1074
|
+
._danger_dqtrb_110 {
|
|
1074
1075
|
--select-bg: var(--danger-color-100);
|
|
1075
1076
|
--border-color: var(--danger-color-300);
|
|
1076
1077
|
--button-color: var(--danger-color-800);
|
|
1077
1078
|
--border-accent-color: var(--danger-color-600);
|
|
1078
1079
|
}
|
|
1079
|
-
.
|
|
1080
|
+
._danger_dqtrb_110:hover {
|
|
1080
1081
|
--select-bg: var(--danger-color-200);
|
|
1081
1082
|
}
|
|
1082
|
-
.
|
|
1083
|
+
._info_dqtrb_120 {
|
|
1083
1084
|
--select-bg: var(--info-color-100);
|
|
1084
1085
|
--border-color: var(--info-color-300);
|
|
1085
1086
|
--button-color: var(--info-color-800);
|
|
1086
1087
|
--border-accent-color: var(--info-color-600);
|
|
1087
1088
|
}
|
|
1088
|
-
.
|
|
1089
|
+
._info_dqtrb_120:hover {
|
|
1089
1090
|
--select-bg: var(--info-color-200);
|
|
1090
1091
|
}
|
|
1091
|
-
.
|
|
1092
|
+
._secondary_dqtrb_130 {
|
|
1092
1093
|
--select-bg: var(--secondary-color-100);
|
|
1093
1094
|
--border-color: var(--secondary-color-300);
|
|
1094
1095
|
--button-color: var(--secondary-color-800);
|
|
1095
1096
|
--border-accent-color: var(--secondary-color-600);
|
|
1096
1097
|
}
|
|
1097
|
-
.
|
|
1098
|
+
._secondary_dqtrb_130:hover {
|
|
1098
1099
|
--select-bg: var(--secondary-color-200);
|
|
1099
1100
|
}
|
|
1100
1101
|
@property --segment-bg {
|
|
@@ -1282,7 +1283,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1282
1283
|
inherits: true;
|
|
1283
1284
|
initial-value: transparent;
|
|
1284
1285
|
}
|
|
1285
|
-
.
|
|
1286
|
+
._trigger_131sy_7 {
|
|
1286
1287
|
display: inline-flex;
|
|
1287
1288
|
align-items: center;
|
|
1288
1289
|
justify-content: space-between;
|
|
@@ -1295,38 +1296,38 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1295
1296
|
color: var(--button-color, inherit);
|
|
1296
1297
|
cursor: pointer;
|
|
1297
1298
|
}
|
|
1298
|
-
.
|
|
1299
|
+
._trigger_131sy_7:hover {
|
|
1299
1300
|
--dropdown-bg: var(--secondary-color-100);
|
|
1300
1301
|
}
|
|
1301
|
-
.
|
|
1302
|
+
._trigger_131sy_7:active {
|
|
1302
1303
|
--dropdown-bg: var(--secondary-color-200);
|
|
1303
1304
|
}
|
|
1304
|
-
.
|
|
1305
|
+
._pageBackground_131sy_29 {
|
|
1305
1306
|
--dropdown-bg: var(--body-bg);
|
|
1306
1307
|
--button-bg: var(--body-bg);
|
|
1307
1308
|
}
|
|
1308
|
-
.
|
|
1309
|
-
.
|
|
1309
|
+
._pageBackground_131sy_29:hover,
|
|
1310
|
+
._pageBackground_131sy_29:active {
|
|
1310
1311
|
--dropdown-bg: var(--body-bg);
|
|
1311
1312
|
--button-bg: var(--body-bg);
|
|
1312
1313
|
}
|
|
1313
|
-
.
|
|
1314
|
+
._large_131sy_40 {
|
|
1314
1315
|
font-size: 1.25rem;
|
|
1315
1316
|
padding: 0.75rem 1.25rem;
|
|
1316
1317
|
}
|
|
1317
|
-
.
|
|
1318
|
+
._small_131sy_45 {
|
|
1318
1319
|
font-size: 0.75rem;
|
|
1319
1320
|
padding: 0.25rem 0.5rem;
|
|
1320
1321
|
}
|
|
1321
|
-
.
|
|
1322
|
+
._disabled_131sy_50 {
|
|
1322
1323
|
opacity: 0.5;
|
|
1323
1324
|
cursor: not-allowed;
|
|
1324
1325
|
}
|
|
1325
|
-
.
|
|
1326
|
+
._icon_131sy_55 {
|
|
1326
1327
|
opacity: 0.65;
|
|
1327
1328
|
font-size: 0.85rem;
|
|
1328
1329
|
}
|
|
1329
|
-
.
|
|
1330
|
+
._content_131sy_60 {
|
|
1330
1331
|
background-color: var(--body-bg);
|
|
1331
1332
|
border: var(--border-thickness) solid var(--border-color);
|
|
1332
1333
|
--button-bg: var(--body-bg);
|
|
@@ -1335,31 +1336,31 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1335
1336
|
display: inline-flex;
|
|
1336
1337
|
flex-direction: column;
|
|
1337
1338
|
width: fit-content;
|
|
1338
|
-
z-index:
|
|
1339
|
+
z-index: 110;
|
|
1339
1340
|
position: relative;
|
|
1340
1341
|
will-change: transform, opacity;
|
|
1341
1342
|
transform: translateY(-1px);
|
|
1342
1343
|
}
|
|
1343
|
-
.
|
|
1344
|
+
._content_131sy_60[data-state="closed"] ._viewport_131sy_75 {
|
|
1344
1345
|
animation: none;
|
|
1345
1346
|
}
|
|
1346
|
-
.
|
|
1347
|
-
animation:
|
|
1347
|
+
._content_131sy_60[data-state="open"][data-side="bottom"] ._viewport_131sy_75 {
|
|
1348
|
+
animation: _slideUpAndFade_131sy_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1348
1349
|
transform-origin: top center;
|
|
1349
1350
|
}
|
|
1350
|
-
.
|
|
1351
|
-
animation:
|
|
1351
|
+
._content_131sy_60[data-state="open"][data-side="top"] ._viewport_131sy_75 {
|
|
1352
|
+
animation: _slideDownAndFade_131sy_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1352
1353
|
transform-origin: bottom center;
|
|
1353
1354
|
}
|
|
1354
|
-
.
|
|
1355
|
-
animation:
|
|
1355
|
+
._content_131sy_60[data-state="open"][data-side="left"] ._viewport_131sy_75 {
|
|
1356
|
+
animation: _slideRightAndFade_131sy_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1356
1357
|
transform-origin: right center;
|
|
1357
1358
|
}
|
|
1358
|
-
.
|
|
1359
|
-
animation:
|
|
1359
|
+
._content_131sy_60[data-state="open"][data-side="right"] ._viewport_131sy_75 {
|
|
1360
|
+
animation: _slideLeftAndFade_131sy_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1360
1361
|
transform-origin: left center;
|
|
1361
1362
|
}
|
|
1362
|
-
.
|
|
1363
|
+
._viewport_131sy_75 {
|
|
1363
1364
|
display: flex;
|
|
1364
1365
|
flex-direction: column;
|
|
1365
1366
|
animation-duration: 180ms;
|
|
@@ -1368,7 +1369,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1368
1369
|
will-change: transform, opacity;
|
|
1369
1370
|
transform: none;
|
|
1370
1371
|
}
|
|
1371
|
-
.
|
|
1372
|
+
._item_131sy_109 {
|
|
1372
1373
|
display: flex;
|
|
1373
1374
|
align-items: center;
|
|
1374
1375
|
justify-content: flex-start;
|
|
@@ -1381,91 +1382,91 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1381
1382
|
background: transparent;
|
|
1382
1383
|
text-decoration: none;
|
|
1383
1384
|
}
|
|
1384
|
-
.
|
|
1385
|
+
._item_131sy_109[data-highlighted] {
|
|
1385
1386
|
background-color: var(--secondary-color-100);
|
|
1386
1387
|
}
|
|
1387
|
-
.
|
|
1388
|
+
._item_131sy_109[data-disabled] {
|
|
1388
1389
|
opacity: 0.5;
|
|
1389
1390
|
cursor: not-allowed;
|
|
1390
1391
|
}
|
|
1391
|
-
.
|
|
1392
|
+
._itemLabel_131sy_132 {
|
|
1392
1393
|
flex: 1;
|
|
1393
1394
|
}
|
|
1394
|
-
.
|
|
1395
|
+
._itemIcon_131sy_136 {
|
|
1395
1396
|
display: inline-flex;
|
|
1396
1397
|
align-items: center;
|
|
1397
1398
|
justify-content: center;
|
|
1398
1399
|
width: 1.25rem;
|
|
1399
1400
|
height: 1.25rem;
|
|
1400
1401
|
}
|
|
1401
|
-
.
|
|
1402
|
+
._itemIcon_131sy_136 svg {
|
|
1402
1403
|
height: 1.25rem;
|
|
1403
1404
|
}
|
|
1404
|
-
.
|
|
1405
|
+
._separator_131sy_148 {
|
|
1405
1406
|
height: var(--border-thickness);
|
|
1406
1407
|
background-color: var(--border-color);
|
|
1407
1408
|
}
|
|
1408
|
-
.
|
|
1409
|
+
._arrow_131sy_153 {
|
|
1409
1410
|
fill: var(--body-bg);
|
|
1410
1411
|
stroke: var(--border-color);
|
|
1411
1412
|
stroke-width: var(--border-thickness);
|
|
1412
1413
|
stroke-linejoin: round;
|
|
1413
1414
|
}
|
|
1414
|
-
.
|
|
1415
|
+
._primary_131sy_160 {
|
|
1415
1416
|
--dropdown-bg: var(--primary-color-100);
|
|
1416
1417
|
--border-color: var(--primary-color-300);
|
|
1417
1418
|
--button-color: var(--primary-color-800);
|
|
1418
1419
|
--border-accent-color: var(--primary-color-600);
|
|
1419
1420
|
}
|
|
1420
|
-
.
|
|
1421
|
+
._primary_131sy_160:hover {
|
|
1421
1422
|
--dropdown-bg: var(--primary-color-200);
|
|
1422
1423
|
}
|
|
1423
|
-
.
|
|
1424
|
+
._success_131sy_171 {
|
|
1424
1425
|
--dropdown-bg: var(--success-color-100);
|
|
1425
1426
|
--border-color: var(--success-color-300);
|
|
1426
1427
|
--button-color: var(--success-color-800);
|
|
1427
1428
|
--border-accent-color: var(--success-color-600);
|
|
1428
1429
|
}
|
|
1429
|
-
.
|
|
1430
|
+
._success_131sy_171:hover {
|
|
1430
1431
|
--dropdown-bg: var(--success-color-200);
|
|
1431
1432
|
}
|
|
1432
|
-
.
|
|
1433
|
+
._warning_131sy_182 {
|
|
1433
1434
|
--dropdown-bg: var(--warning-color-100);
|
|
1434
1435
|
--border-color: var(--warning-color-300);
|
|
1435
1436
|
--button-color: var(--warning-color-800);
|
|
1436
1437
|
--border-accent-color: var(--warning-color-600);
|
|
1437
1438
|
}
|
|
1438
|
-
.
|
|
1439
|
+
._warning_131sy_182:hover {
|
|
1439
1440
|
--dropdown-bg: var(--warning-color-200);
|
|
1440
1441
|
}
|
|
1441
|
-
.
|
|
1442
|
+
._danger_131sy_193 {
|
|
1442
1443
|
--dropdown-bg: var(--danger-color-100);
|
|
1443
1444
|
--border-color: var(--danger-color-300);
|
|
1444
1445
|
--button-color: var(--danger-color-800);
|
|
1445
1446
|
--border-accent-color: var(--danger-color-600);
|
|
1446
1447
|
}
|
|
1447
|
-
.
|
|
1448
|
+
._danger_131sy_193:hover {
|
|
1448
1449
|
--dropdown-bg: var(--danger-color-200);
|
|
1449
1450
|
}
|
|
1450
|
-
.
|
|
1451
|
+
._info_131sy_204 {
|
|
1451
1452
|
--dropdown-bg: var(--info-color-100);
|
|
1452
1453
|
--border-color: var(--info-color-300);
|
|
1453
1454
|
--button-color: var(--info-color-800);
|
|
1454
1455
|
--border-accent-color: var(--info-color-600);
|
|
1455
1456
|
}
|
|
1456
|
-
.
|
|
1457
|
+
._info_131sy_204:hover {
|
|
1457
1458
|
--dropdown-bg: var(--info-color-200);
|
|
1458
1459
|
}
|
|
1459
|
-
.
|
|
1460
|
+
._secondary_131sy_215 {
|
|
1460
1461
|
--dropdown-bg: var(--secondary-color-100);
|
|
1461
1462
|
--border-color: var(--secondary-color-300);
|
|
1462
1463
|
--button-color: var(--secondary-color-800);
|
|
1463
1464
|
--border-accent-color: var(--secondary-color-600);
|
|
1464
1465
|
}
|
|
1465
|
-
.
|
|
1466
|
+
._secondary_131sy_215:hover {
|
|
1466
1467
|
--dropdown-bg: var(--secondary-color-200);
|
|
1467
1468
|
}
|
|
1468
|
-
@keyframes
|
|
1469
|
+
@keyframes _slideUpAndFade_131sy_1 {
|
|
1469
1470
|
from {
|
|
1470
1471
|
opacity: 0;
|
|
1471
1472
|
transform: translateY(2px);
|
|
@@ -1475,7 +1476,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1475
1476
|
transform: translateY(0);
|
|
1476
1477
|
}
|
|
1477
1478
|
}
|
|
1478
|
-
@keyframes
|
|
1479
|
+
@keyframes _slideRightAndFade_131sy_1 {
|
|
1479
1480
|
from {
|
|
1480
1481
|
opacity: 0;
|
|
1481
1482
|
transform: translateX(-2px);
|
|
@@ -1485,7 +1486,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1485
1486
|
transform: translateX(0);
|
|
1486
1487
|
}
|
|
1487
1488
|
}
|
|
1488
|
-
@keyframes
|
|
1489
|
+
@keyframes _slideDownAndFade_131sy_1 {
|
|
1489
1490
|
from {
|
|
1490
1491
|
opacity: 0;
|
|
1491
1492
|
transform: translateY(-2px);
|
|
@@ -1495,7 +1496,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1495
1496
|
transform: translateY(0);
|
|
1496
1497
|
}
|
|
1497
1498
|
}
|
|
1498
|
-
@keyframes
|
|
1499
|
+
@keyframes _slideLeftAndFade_131sy_1 {
|
|
1499
1500
|
from {
|
|
1500
1501
|
opacity: 0;
|
|
1501
1502
|
transform: translateX(2px);
|
|
@@ -2090,7 +2091,7 @@ hr {
|
|
|
2090
2091
|
padding-left: 0.5rem;
|
|
2091
2092
|
padding-right: 0.5rem;
|
|
2092
2093
|
width: 100%;
|
|
2093
|
-
}`)),document.head.appendChild(
|
|
2094
|
+
}`)),document.head.appendChild(r)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}})();
|
|
2094
2095
|
"use strict";
|
|
2095
2096
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2096
2097
|
const React = require("react");
|
|
@@ -25483,19 +25484,19 @@ var Content2$2 = SelectContent;
|
|
|
25483
25484
|
var Viewport = SelectViewport;
|
|
25484
25485
|
var Item = SelectItem;
|
|
25485
25486
|
var ItemText = SelectItemText;
|
|
25486
|
-
const trigger$1 = "
|
|
25487
|
-
const large$2 = "
|
|
25488
|
-
const small$2 = "
|
|
25489
|
-
const disabled$2 = "
|
|
25490
|
-
const icon$1 = "
|
|
25491
|
-
const content$3 = "
|
|
25492
|
-
const item$2 = "
|
|
25493
|
-
const primary$4 = "
|
|
25494
|
-
const success$4 = "
|
|
25495
|
-
const warning$4 = "
|
|
25496
|
-
const danger$4 = "
|
|
25497
|
-
const info$4 = "
|
|
25498
|
-
const secondary$4 = "
|
|
25487
|
+
const trigger$1 = "_trigger_dqtrb_7";
|
|
25488
|
+
const large$2 = "_large_dqtrb_31";
|
|
25489
|
+
const small$2 = "_small_dqtrb_36";
|
|
25490
|
+
const disabled$2 = "_disabled_dqtrb_41";
|
|
25491
|
+
const icon$1 = "_icon_dqtrb_46";
|
|
25492
|
+
const content$3 = "_content_dqtrb_52";
|
|
25493
|
+
const item$2 = "_item_dqtrb_58";
|
|
25494
|
+
const primary$4 = "_primary_dqtrb_80";
|
|
25495
|
+
const success$4 = "_success_dqtrb_90";
|
|
25496
|
+
const warning$4 = "_warning_dqtrb_100";
|
|
25497
|
+
const danger$4 = "_danger_dqtrb_110";
|
|
25498
|
+
const info$4 = "_info_dqtrb_120";
|
|
25499
|
+
const secondary$4 = "_secondary_dqtrb_130";
|
|
25499
25500
|
const styles$5 = {
|
|
25500
25501
|
trigger: trigger$1,
|
|
25501
25502
|
large: large$2,
|
|
@@ -26854,29 +26855,29 @@ var Portal2 = DropdownMenuPortal;
|
|
|
26854
26855
|
var Content2 = DropdownMenuContent;
|
|
26855
26856
|
var Item2 = DropdownMenuItem;
|
|
26856
26857
|
var Separator2 = DropdownMenuSeparator;
|
|
26857
|
-
const trigger = "
|
|
26858
|
-
const pageBackground = "
|
|
26859
|
-
const large = "
|
|
26860
|
-
const small = "
|
|
26861
|
-
const disabled = "
|
|
26862
|
-
const icon = "
|
|
26863
|
-
const content$2 = "
|
|
26864
|
-
const viewport = "
|
|
26865
|
-
const slideUpAndFade = "
|
|
26866
|
-
const slideDownAndFade = "
|
|
26867
|
-
const slideRightAndFade = "
|
|
26868
|
-
const slideLeftAndFade = "
|
|
26869
|
-
const item = "
|
|
26870
|
-
const itemLabel = "
|
|
26871
|
-
const itemIcon = "
|
|
26872
|
-
const separator = "
|
|
26873
|
-
const arrow = "
|
|
26874
|
-
const primary$2 = "
|
|
26875
|
-
const success$2 = "
|
|
26876
|
-
const warning$2 = "
|
|
26877
|
-
const danger$2 = "
|
|
26878
|
-
const info$2 = "
|
|
26879
|
-
const secondary$2 = "
|
|
26858
|
+
const trigger = "_trigger_131sy_7";
|
|
26859
|
+
const pageBackground = "_pageBackground_131sy_29";
|
|
26860
|
+
const large = "_large_131sy_40";
|
|
26861
|
+
const small = "_small_131sy_45";
|
|
26862
|
+
const disabled = "_disabled_131sy_50";
|
|
26863
|
+
const icon = "_icon_131sy_55";
|
|
26864
|
+
const content$2 = "_content_131sy_60";
|
|
26865
|
+
const viewport = "_viewport_131sy_75";
|
|
26866
|
+
const slideUpAndFade = "_slideUpAndFade_131sy_1";
|
|
26867
|
+
const slideDownAndFade = "_slideDownAndFade_131sy_1";
|
|
26868
|
+
const slideRightAndFade = "_slideRightAndFade_131sy_1";
|
|
26869
|
+
const slideLeftAndFade = "_slideLeftAndFade_131sy_1";
|
|
26870
|
+
const item = "_item_131sy_109";
|
|
26871
|
+
const itemLabel = "_itemLabel_131sy_132";
|
|
26872
|
+
const itemIcon = "_itemIcon_131sy_136";
|
|
26873
|
+
const separator = "_separator_131sy_148";
|
|
26874
|
+
const arrow = "_arrow_131sy_153";
|
|
26875
|
+
const primary$2 = "_primary_131sy_160";
|
|
26876
|
+
const success$2 = "_success_131sy_171";
|
|
26877
|
+
const warning$2 = "_warning_131sy_182";
|
|
26878
|
+
const danger$2 = "_danger_131sy_193";
|
|
26879
|
+
const info$2 = "_info_131sy_204";
|
|
26880
|
+
const secondary$2 = "_secondary_131sy_215";
|
|
26880
26881
|
const styles$3 = {
|
|
26881
26882
|
trigger,
|
|
26882
26883
|
pageBackground,
|
package/dist/jcui.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document!="undefined"){var
|
|
1
|
+
(function(){"use strict";try{if(typeof document!="undefined"){var r=document.createElement("style");r.appendChild(document.createTextNode(`@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@property --button-bg {
|
|
2
2
|
syntax: "<color>";
|
|
3
3
|
inherits: true;
|
|
4
4
|
initial-value: transparent;
|
|
@@ -988,7 +988,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
988
988
|
inherits: true;
|
|
989
989
|
initial-value: transparent;
|
|
990
990
|
}
|
|
991
|
-
.
|
|
991
|
+
._trigger_dqtrb_7 {
|
|
992
992
|
display: inline-flex;
|
|
993
993
|
align-items: center;
|
|
994
994
|
justify-content: space-between;
|
|
@@ -1000,101 +1000,102 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1000
1000
|
border: var(--border-thickness) solid var(--border-color);
|
|
1001
1001
|
cursor: pointer;
|
|
1002
1002
|
}
|
|
1003
|
-
.
|
|
1003
|
+
._trigger_dqtrb_7:hover {
|
|
1004
1004
|
--select-bg: var(--secondary-color-100);
|
|
1005
1005
|
}
|
|
1006
|
-
.
|
|
1006
|
+
._trigger_dqtrb_7:active {
|
|
1007
1007
|
--select-bg: var(--secondary-color-200);
|
|
1008
1008
|
}
|
|
1009
|
-
.
|
|
1009
|
+
._large_dqtrb_31 {
|
|
1010
1010
|
font-size: 1.25rem;
|
|
1011
1011
|
padding: 0.75rem 1.25rem;
|
|
1012
1012
|
}
|
|
1013
|
-
.
|
|
1013
|
+
._small_dqtrb_36 {
|
|
1014
1014
|
font-size: 0.75rem;
|
|
1015
1015
|
padding: 0.25rem 0.5rem;
|
|
1016
1016
|
}
|
|
1017
|
-
.
|
|
1017
|
+
._disabled_dqtrb_41 {
|
|
1018
1018
|
opacity: 0.5;
|
|
1019
1019
|
cursor: not-allowed;
|
|
1020
1020
|
}
|
|
1021
|
-
.
|
|
1021
|
+
._icon_dqtrb_46 {
|
|
1022
1022
|
opacity: 0.7;
|
|
1023
1023
|
}
|
|
1024
1024
|
/* Dropdown */
|
|
1025
|
-
.
|
|
1025
|
+
._content_dqtrb_52 {
|
|
1026
1026
|
background-color: var(--body-bg);
|
|
1027
1027
|
border: var(--border-thickness) solid var(--border-color);
|
|
1028
|
+
z-index: 110;
|
|
1028
1029
|
}
|
|
1029
|
-
.
|
|
1030
|
+
._item_dqtrb_58 {
|
|
1030
1031
|
padding: 0.4rem 0.6rem;
|
|
1031
1032
|
font-size: 0.875rem;
|
|
1032
1033
|
cursor: pointer;
|
|
1033
1034
|
outline: none;
|
|
1034
1035
|
}
|
|
1035
|
-
.
|
|
1036
|
+
._item_dqtrb_58[data-highlighted] {
|
|
1036
1037
|
background-color: var(--secondary-color-100);
|
|
1037
1038
|
}
|
|
1038
|
-
.
|
|
1039
|
+
._item_dqtrb_58[data-state="checked"] {
|
|
1039
1040
|
background-color: var(--secondary-color-200);
|
|
1040
1041
|
}
|
|
1041
|
-
.
|
|
1042
|
+
._item_dqtrb_58[data-disabled] {
|
|
1042
1043
|
opacity: 0.4;
|
|
1043
1044
|
pointer-events: none;
|
|
1044
1045
|
}
|
|
1045
1046
|
/* Variants (match Button) */
|
|
1046
|
-
.
|
|
1047
|
+
._primary_dqtrb_80 {
|
|
1047
1048
|
--select-bg: var(--primary-color-100);
|
|
1048
1049
|
--border-color: var(--primary-color-300);
|
|
1049
1050
|
--button-color: var(--primary-color-800);
|
|
1050
1051
|
--border-accent-color: var(--primary-color-600);
|
|
1051
1052
|
}
|
|
1052
|
-
.
|
|
1053
|
+
._primary_dqtrb_80:hover {
|
|
1053
1054
|
--select-bg: var(--primary-color-200);
|
|
1054
1055
|
}
|
|
1055
|
-
.
|
|
1056
|
+
._success_dqtrb_90 {
|
|
1056
1057
|
--select-bg: var(--success-color-100);
|
|
1057
1058
|
--border-color: var(--success-color-300);
|
|
1058
1059
|
--button-color: var(--success-color-800);
|
|
1059
1060
|
--border-accent-color: var(--success-color-600);
|
|
1060
1061
|
}
|
|
1061
|
-
.
|
|
1062
|
+
._success_dqtrb_90:hover {
|
|
1062
1063
|
--select-bg: var(--success-color-200);
|
|
1063
1064
|
}
|
|
1064
|
-
.
|
|
1065
|
+
._warning_dqtrb_100 {
|
|
1065
1066
|
--select-bg: var(--warning-color-100);
|
|
1066
1067
|
--border-color: var(--warning-color-300);
|
|
1067
1068
|
--button-color: var(--warning-color-800);
|
|
1068
1069
|
--border-accent-color: var(--warning-color-600);
|
|
1069
1070
|
}
|
|
1070
|
-
.
|
|
1071
|
+
._warning_dqtrb_100:hover {
|
|
1071
1072
|
--select-bg: var(--warning-color-200);
|
|
1072
1073
|
}
|
|
1073
|
-
.
|
|
1074
|
+
._danger_dqtrb_110 {
|
|
1074
1075
|
--select-bg: var(--danger-color-100);
|
|
1075
1076
|
--border-color: var(--danger-color-300);
|
|
1076
1077
|
--button-color: var(--danger-color-800);
|
|
1077
1078
|
--border-accent-color: var(--danger-color-600);
|
|
1078
1079
|
}
|
|
1079
|
-
.
|
|
1080
|
+
._danger_dqtrb_110:hover {
|
|
1080
1081
|
--select-bg: var(--danger-color-200);
|
|
1081
1082
|
}
|
|
1082
|
-
.
|
|
1083
|
+
._info_dqtrb_120 {
|
|
1083
1084
|
--select-bg: var(--info-color-100);
|
|
1084
1085
|
--border-color: var(--info-color-300);
|
|
1085
1086
|
--button-color: var(--info-color-800);
|
|
1086
1087
|
--border-accent-color: var(--info-color-600);
|
|
1087
1088
|
}
|
|
1088
|
-
.
|
|
1089
|
+
._info_dqtrb_120:hover {
|
|
1089
1090
|
--select-bg: var(--info-color-200);
|
|
1090
1091
|
}
|
|
1091
|
-
.
|
|
1092
|
+
._secondary_dqtrb_130 {
|
|
1092
1093
|
--select-bg: var(--secondary-color-100);
|
|
1093
1094
|
--border-color: var(--secondary-color-300);
|
|
1094
1095
|
--button-color: var(--secondary-color-800);
|
|
1095
1096
|
--border-accent-color: var(--secondary-color-600);
|
|
1096
1097
|
}
|
|
1097
|
-
.
|
|
1098
|
+
._secondary_dqtrb_130:hover {
|
|
1098
1099
|
--select-bg: var(--secondary-color-200);
|
|
1099
1100
|
}
|
|
1100
1101
|
@property --segment-bg {
|
|
@@ -1282,7 +1283,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1282
1283
|
inherits: true;
|
|
1283
1284
|
initial-value: transparent;
|
|
1284
1285
|
}
|
|
1285
|
-
.
|
|
1286
|
+
._trigger_131sy_7 {
|
|
1286
1287
|
display: inline-flex;
|
|
1287
1288
|
align-items: center;
|
|
1288
1289
|
justify-content: space-between;
|
|
@@ -1295,38 +1296,38 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1295
1296
|
color: var(--button-color, inherit);
|
|
1296
1297
|
cursor: pointer;
|
|
1297
1298
|
}
|
|
1298
|
-
.
|
|
1299
|
+
._trigger_131sy_7:hover {
|
|
1299
1300
|
--dropdown-bg: var(--secondary-color-100);
|
|
1300
1301
|
}
|
|
1301
|
-
.
|
|
1302
|
+
._trigger_131sy_7:active {
|
|
1302
1303
|
--dropdown-bg: var(--secondary-color-200);
|
|
1303
1304
|
}
|
|
1304
|
-
.
|
|
1305
|
+
._pageBackground_131sy_29 {
|
|
1305
1306
|
--dropdown-bg: var(--body-bg);
|
|
1306
1307
|
--button-bg: var(--body-bg);
|
|
1307
1308
|
}
|
|
1308
|
-
.
|
|
1309
|
-
.
|
|
1309
|
+
._pageBackground_131sy_29:hover,
|
|
1310
|
+
._pageBackground_131sy_29:active {
|
|
1310
1311
|
--dropdown-bg: var(--body-bg);
|
|
1311
1312
|
--button-bg: var(--body-bg);
|
|
1312
1313
|
}
|
|
1313
|
-
.
|
|
1314
|
+
._large_131sy_40 {
|
|
1314
1315
|
font-size: 1.25rem;
|
|
1315
1316
|
padding: 0.75rem 1.25rem;
|
|
1316
1317
|
}
|
|
1317
|
-
.
|
|
1318
|
+
._small_131sy_45 {
|
|
1318
1319
|
font-size: 0.75rem;
|
|
1319
1320
|
padding: 0.25rem 0.5rem;
|
|
1320
1321
|
}
|
|
1321
|
-
.
|
|
1322
|
+
._disabled_131sy_50 {
|
|
1322
1323
|
opacity: 0.5;
|
|
1323
1324
|
cursor: not-allowed;
|
|
1324
1325
|
}
|
|
1325
|
-
.
|
|
1326
|
+
._icon_131sy_55 {
|
|
1326
1327
|
opacity: 0.65;
|
|
1327
1328
|
font-size: 0.85rem;
|
|
1328
1329
|
}
|
|
1329
|
-
.
|
|
1330
|
+
._content_131sy_60 {
|
|
1330
1331
|
background-color: var(--body-bg);
|
|
1331
1332
|
border: var(--border-thickness) solid var(--border-color);
|
|
1332
1333
|
--button-bg: var(--body-bg);
|
|
@@ -1335,31 +1336,31 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1335
1336
|
display: inline-flex;
|
|
1336
1337
|
flex-direction: column;
|
|
1337
1338
|
width: fit-content;
|
|
1338
|
-
z-index:
|
|
1339
|
+
z-index: 110;
|
|
1339
1340
|
position: relative;
|
|
1340
1341
|
will-change: transform, opacity;
|
|
1341
1342
|
transform: translateY(-1px);
|
|
1342
1343
|
}
|
|
1343
|
-
.
|
|
1344
|
+
._content_131sy_60[data-state="closed"] ._viewport_131sy_75 {
|
|
1344
1345
|
animation: none;
|
|
1345
1346
|
}
|
|
1346
|
-
.
|
|
1347
|
-
animation:
|
|
1347
|
+
._content_131sy_60[data-state="open"][data-side="bottom"] ._viewport_131sy_75 {
|
|
1348
|
+
animation: _slideUpAndFade_131sy_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1348
1349
|
transform-origin: top center;
|
|
1349
1350
|
}
|
|
1350
|
-
.
|
|
1351
|
-
animation:
|
|
1351
|
+
._content_131sy_60[data-state="open"][data-side="top"] ._viewport_131sy_75 {
|
|
1352
|
+
animation: _slideDownAndFade_131sy_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1352
1353
|
transform-origin: bottom center;
|
|
1353
1354
|
}
|
|
1354
|
-
.
|
|
1355
|
-
animation:
|
|
1355
|
+
._content_131sy_60[data-state="open"][data-side="left"] ._viewport_131sy_75 {
|
|
1356
|
+
animation: _slideRightAndFade_131sy_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1356
1357
|
transform-origin: right center;
|
|
1357
1358
|
}
|
|
1358
|
-
.
|
|
1359
|
-
animation:
|
|
1359
|
+
._content_131sy_60[data-state="open"][data-side="right"] ._viewport_131sy_75 {
|
|
1360
|
+
animation: _slideLeftAndFade_131sy_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1360
1361
|
transform-origin: left center;
|
|
1361
1362
|
}
|
|
1362
|
-
.
|
|
1363
|
+
._viewport_131sy_75 {
|
|
1363
1364
|
display: flex;
|
|
1364
1365
|
flex-direction: column;
|
|
1365
1366
|
animation-duration: 180ms;
|
|
@@ -1368,7 +1369,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1368
1369
|
will-change: transform, opacity;
|
|
1369
1370
|
transform: none;
|
|
1370
1371
|
}
|
|
1371
|
-
.
|
|
1372
|
+
._item_131sy_109 {
|
|
1372
1373
|
display: flex;
|
|
1373
1374
|
align-items: center;
|
|
1374
1375
|
justify-content: flex-start;
|
|
@@ -1381,91 +1382,91 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1381
1382
|
background: transparent;
|
|
1382
1383
|
text-decoration: none;
|
|
1383
1384
|
}
|
|
1384
|
-
.
|
|
1385
|
+
._item_131sy_109[data-highlighted] {
|
|
1385
1386
|
background-color: var(--secondary-color-100);
|
|
1386
1387
|
}
|
|
1387
|
-
.
|
|
1388
|
+
._item_131sy_109[data-disabled] {
|
|
1388
1389
|
opacity: 0.5;
|
|
1389
1390
|
cursor: not-allowed;
|
|
1390
1391
|
}
|
|
1391
|
-
.
|
|
1392
|
+
._itemLabel_131sy_132 {
|
|
1392
1393
|
flex: 1;
|
|
1393
1394
|
}
|
|
1394
|
-
.
|
|
1395
|
+
._itemIcon_131sy_136 {
|
|
1395
1396
|
display: inline-flex;
|
|
1396
1397
|
align-items: center;
|
|
1397
1398
|
justify-content: center;
|
|
1398
1399
|
width: 1.25rem;
|
|
1399
1400
|
height: 1.25rem;
|
|
1400
1401
|
}
|
|
1401
|
-
.
|
|
1402
|
+
._itemIcon_131sy_136 svg {
|
|
1402
1403
|
height: 1.25rem;
|
|
1403
1404
|
}
|
|
1404
|
-
.
|
|
1405
|
+
._separator_131sy_148 {
|
|
1405
1406
|
height: var(--border-thickness);
|
|
1406
1407
|
background-color: var(--border-color);
|
|
1407
1408
|
}
|
|
1408
|
-
.
|
|
1409
|
+
._arrow_131sy_153 {
|
|
1409
1410
|
fill: var(--body-bg);
|
|
1410
1411
|
stroke: var(--border-color);
|
|
1411
1412
|
stroke-width: var(--border-thickness);
|
|
1412
1413
|
stroke-linejoin: round;
|
|
1413
1414
|
}
|
|
1414
|
-
.
|
|
1415
|
+
._primary_131sy_160 {
|
|
1415
1416
|
--dropdown-bg: var(--primary-color-100);
|
|
1416
1417
|
--border-color: var(--primary-color-300);
|
|
1417
1418
|
--button-color: var(--primary-color-800);
|
|
1418
1419
|
--border-accent-color: var(--primary-color-600);
|
|
1419
1420
|
}
|
|
1420
|
-
.
|
|
1421
|
+
._primary_131sy_160:hover {
|
|
1421
1422
|
--dropdown-bg: var(--primary-color-200);
|
|
1422
1423
|
}
|
|
1423
|
-
.
|
|
1424
|
+
._success_131sy_171 {
|
|
1424
1425
|
--dropdown-bg: var(--success-color-100);
|
|
1425
1426
|
--border-color: var(--success-color-300);
|
|
1426
1427
|
--button-color: var(--success-color-800);
|
|
1427
1428
|
--border-accent-color: var(--success-color-600);
|
|
1428
1429
|
}
|
|
1429
|
-
.
|
|
1430
|
+
._success_131sy_171:hover {
|
|
1430
1431
|
--dropdown-bg: var(--success-color-200);
|
|
1431
1432
|
}
|
|
1432
|
-
.
|
|
1433
|
+
._warning_131sy_182 {
|
|
1433
1434
|
--dropdown-bg: var(--warning-color-100);
|
|
1434
1435
|
--border-color: var(--warning-color-300);
|
|
1435
1436
|
--button-color: var(--warning-color-800);
|
|
1436
1437
|
--border-accent-color: var(--warning-color-600);
|
|
1437
1438
|
}
|
|
1438
|
-
.
|
|
1439
|
+
._warning_131sy_182:hover {
|
|
1439
1440
|
--dropdown-bg: var(--warning-color-200);
|
|
1440
1441
|
}
|
|
1441
|
-
.
|
|
1442
|
+
._danger_131sy_193 {
|
|
1442
1443
|
--dropdown-bg: var(--danger-color-100);
|
|
1443
1444
|
--border-color: var(--danger-color-300);
|
|
1444
1445
|
--button-color: var(--danger-color-800);
|
|
1445
1446
|
--border-accent-color: var(--danger-color-600);
|
|
1446
1447
|
}
|
|
1447
|
-
.
|
|
1448
|
+
._danger_131sy_193:hover {
|
|
1448
1449
|
--dropdown-bg: var(--danger-color-200);
|
|
1449
1450
|
}
|
|
1450
|
-
.
|
|
1451
|
+
._info_131sy_204 {
|
|
1451
1452
|
--dropdown-bg: var(--info-color-100);
|
|
1452
1453
|
--border-color: var(--info-color-300);
|
|
1453
1454
|
--button-color: var(--info-color-800);
|
|
1454
1455
|
--border-accent-color: var(--info-color-600);
|
|
1455
1456
|
}
|
|
1456
|
-
.
|
|
1457
|
+
._info_131sy_204:hover {
|
|
1457
1458
|
--dropdown-bg: var(--info-color-200);
|
|
1458
1459
|
}
|
|
1459
|
-
.
|
|
1460
|
+
._secondary_131sy_215 {
|
|
1460
1461
|
--dropdown-bg: var(--secondary-color-100);
|
|
1461
1462
|
--border-color: var(--secondary-color-300);
|
|
1462
1463
|
--button-color: var(--secondary-color-800);
|
|
1463
1464
|
--border-accent-color: var(--secondary-color-600);
|
|
1464
1465
|
}
|
|
1465
|
-
.
|
|
1466
|
+
._secondary_131sy_215:hover {
|
|
1466
1467
|
--dropdown-bg: var(--secondary-color-200);
|
|
1467
1468
|
}
|
|
1468
|
-
@keyframes
|
|
1469
|
+
@keyframes _slideUpAndFade_131sy_1 {
|
|
1469
1470
|
from {
|
|
1470
1471
|
opacity: 0;
|
|
1471
1472
|
transform: translateY(2px);
|
|
@@ -1475,7 +1476,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1475
1476
|
transform: translateY(0);
|
|
1476
1477
|
}
|
|
1477
1478
|
}
|
|
1478
|
-
@keyframes
|
|
1479
|
+
@keyframes _slideRightAndFade_131sy_1 {
|
|
1479
1480
|
from {
|
|
1480
1481
|
opacity: 0;
|
|
1481
1482
|
transform: translateX(-2px);
|
|
@@ -1485,7 +1486,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1485
1486
|
transform: translateX(0);
|
|
1486
1487
|
}
|
|
1487
1488
|
}
|
|
1488
|
-
@keyframes
|
|
1489
|
+
@keyframes _slideDownAndFade_131sy_1 {
|
|
1489
1490
|
from {
|
|
1490
1491
|
opacity: 0;
|
|
1491
1492
|
transform: translateY(-2px);
|
|
@@ -1495,7 +1496,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1495
1496
|
transform: translateY(0);
|
|
1496
1497
|
}
|
|
1497
1498
|
}
|
|
1498
|
-
@keyframes
|
|
1499
|
+
@keyframes _slideLeftAndFade_131sy_1 {
|
|
1499
1500
|
from {
|
|
1500
1501
|
opacity: 0;
|
|
1501
1502
|
transform: translateX(2px);
|
|
@@ -2090,7 +2091,7 @@ hr {
|
|
|
2090
2091
|
padding-left: 0.5rem;
|
|
2091
2092
|
padding-right: 0.5rem;
|
|
2092
2093
|
width: 100%;
|
|
2093
|
-
}`)),document.head.appendChild(
|
|
2094
|
+
}`)),document.head.appendChild(r)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}})();
|
|
2094
2095
|
import * as React from "react";
|
|
2095
2096
|
import React__default, { useContext, createContext as createContext$1, useId as useId$1, forwardRef, useRef, useState, useMemo, useEffect, useLayoutEffect, useCallback, createElement } from "react";
|
|
2096
2097
|
import * as ReactDOM from "react-dom";
|
|
@@ -25465,19 +25466,19 @@ var Content2$2 = SelectContent;
|
|
|
25465
25466
|
var Viewport = SelectViewport;
|
|
25466
25467
|
var Item = SelectItem;
|
|
25467
25468
|
var ItemText = SelectItemText;
|
|
25468
|
-
const trigger$1 = "
|
|
25469
|
-
const large$2 = "
|
|
25470
|
-
const small$2 = "
|
|
25471
|
-
const disabled$2 = "
|
|
25472
|
-
const icon$1 = "
|
|
25473
|
-
const content$3 = "
|
|
25474
|
-
const item$2 = "
|
|
25475
|
-
const primary$4 = "
|
|
25476
|
-
const success$4 = "
|
|
25477
|
-
const warning$4 = "
|
|
25478
|
-
const danger$4 = "
|
|
25479
|
-
const info$4 = "
|
|
25480
|
-
const secondary$4 = "
|
|
25469
|
+
const trigger$1 = "_trigger_dqtrb_7";
|
|
25470
|
+
const large$2 = "_large_dqtrb_31";
|
|
25471
|
+
const small$2 = "_small_dqtrb_36";
|
|
25472
|
+
const disabled$2 = "_disabled_dqtrb_41";
|
|
25473
|
+
const icon$1 = "_icon_dqtrb_46";
|
|
25474
|
+
const content$3 = "_content_dqtrb_52";
|
|
25475
|
+
const item$2 = "_item_dqtrb_58";
|
|
25476
|
+
const primary$4 = "_primary_dqtrb_80";
|
|
25477
|
+
const success$4 = "_success_dqtrb_90";
|
|
25478
|
+
const warning$4 = "_warning_dqtrb_100";
|
|
25479
|
+
const danger$4 = "_danger_dqtrb_110";
|
|
25480
|
+
const info$4 = "_info_dqtrb_120";
|
|
25481
|
+
const secondary$4 = "_secondary_dqtrb_130";
|
|
25481
25482
|
const styles$5 = {
|
|
25482
25483
|
trigger: trigger$1,
|
|
25483
25484
|
large: large$2,
|
|
@@ -26836,29 +26837,29 @@ var Portal2 = DropdownMenuPortal;
|
|
|
26836
26837
|
var Content2 = DropdownMenuContent;
|
|
26837
26838
|
var Item2 = DropdownMenuItem;
|
|
26838
26839
|
var Separator2 = DropdownMenuSeparator;
|
|
26839
|
-
const trigger = "
|
|
26840
|
-
const pageBackground = "
|
|
26841
|
-
const large = "
|
|
26842
|
-
const small = "
|
|
26843
|
-
const disabled = "
|
|
26844
|
-
const icon = "
|
|
26845
|
-
const content$2 = "
|
|
26846
|
-
const viewport = "
|
|
26847
|
-
const slideUpAndFade = "
|
|
26848
|
-
const slideDownAndFade = "
|
|
26849
|
-
const slideRightAndFade = "
|
|
26850
|
-
const slideLeftAndFade = "
|
|
26851
|
-
const item = "
|
|
26852
|
-
const itemLabel = "
|
|
26853
|
-
const itemIcon = "
|
|
26854
|
-
const separator = "
|
|
26855
|
-
const arrow = "
|
|
26856
|
-
const primary$2 = "
|
|
26857
|
-
const success$2 = "
|
|
26858
|
-
const warning$2 = "
|
|
26859
|
-
const danger$2 = "
|
|
26860
|
-
const info$2 = "
|
|
26861
|
-
const secondary$2 = "
|
|
26840
|
+
const trigger = "_trigger_131sy_7";
|
|
26841
|
+
const pageBackground = "_pageBackground_131sy_29";
|
|
26842
|
+
const large = "_large_131sy_40";
|
|
26843
|
+
const small = "_small_131sy_45";
|
|
26844
|
+
const disabled = "_disabled_131sy_50";
|
|
26845
|
+
const icon = "_icon_131sy_55";
|
|
26846
|
+
const content$2 = "_content_131sy_60";
|
|
26847
|
+
const viewport = "_viewport_131sy_75";
|
|
26848
|
+
const slideUpAndFade = "_slideUpAndFade_131sy_1";
|
|
26849
|
+
const slideDownAndFade = "_slideDownAndFade_131sy_1";
|
|
26850
|
+
const slideRightAndFade = "_slideRightAndFade_131sy_1";
|
|
26851
|
+
const slideLeftAndFade = "_slideLeftAndFade_131sy_1";
|
|
26852
|
+
const item = "_item_131sy_109";
|
|
26853
|
+
const itemLabel = "_itemLabel_131sy_132";
|
|
26854
|
+
const itemIcon = "_itemIcon_131sy_136";
|
|
26855
|
+
const separator = "_separator_131sy_148";
|
|
26856
|
+
const arrow = "_arrow_131sy_153";
|
|
26857
|
+
const primary$2 = "_primary_131sy_160";
|
|
26858
|
+
const success$2 = "_success_131sy_171";
|
|
26859
|
+
const warning$2 = "_warning_131sy_182";
|
|
26860
|
+
const danger$2 = "_danger_131sy_193";
|
|
26861
|
+
const info$2 = "_info_131sy_204";
|
|
26862
|
+
const secondary$2 = "_secondary_131sy_215";
|
|
26862
26863
|
const styles$3 = {
|
|
26863
26864
|
trigger,
|
|
26864
26865
|
pageBackground,
|