@oliasoft-open-source/react-ui-library 4.18.6-beta-1 → 4.18.7-beta-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/README.md +1 -6
- package/dist/global.css +202 -181
- package/dist/index.d.ts +32 -26
- package/dist/index.js +1307 -788
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/global.css
CHANGED
|
@@ -1411,17 +1411,17 @@ html[data-theme='dark'] {
|
|
|
1411
1411
|
._actionComponentContainer_1t7vd_14._active_1t7vd_36 {
|
|
1412
1412
|
color: var(--color-text-primary-active);
|
|
1413
1413
|
}
|
|
1414
|
-
.
|
|
1414
|
+
._wrapper_nnkvb_1 {
|
|
1415
1415
|
display: inline-flex;
|
|
1416
1416
|
max-width: 100%;
|
|
1417
1417
|
}
|
|
1418
|
-
.
|
|
1418
|
+
._layer_nnkvb_5 ._wrapper_nnkvb_1 {
|
|
1419
1419
|
width: 100%;
|
|
1420
1420
|
}
|
|
1421
|
-
.
|
|
1421
|
+
._layerContainer_nnkvb_8 {
|
|
1422
1422
|
z-index: var(--zindex-dropdown);
|
|
1423
1423
|
}
|
|
1424
|
-
.
|
|
1424
|
+
._layer_nnkvb_5 {
|
|
1425
1425
|
border: 1px solid var(--color-border);
|
|
1426
1426
|
border-radius: var(--border-radius);
|
|
1427
1427
|
overflow: hidden;
|
|
@@ -1434,98 +1434,101 @@ html[data-theme='dark'] {
|
|
|
1434
1434
|
overflow-y: auto;
|
|
1435
1435
|
max-height: 40vh;
|
|
1436
1436
|
}
|
|
1437
|
-
.
|
|
1437
|
+
._layer_nnkvb_5._nested_nnkvb_24 {
|
|
1438
1438
|
margin: -1px 2px;
|
|
1439
1439
|
}
|
|
1440
|
-
.
|
|
1440
|
+
._layer_nnkvb_5 ul {
|
|
1441
1441
|
margin: 0;
|
|
1442
1442
|
padding: 0;
|
|
1443
1443
|
list-style-type: none;
|
|
1444
1444
|
}
|
|
1445
|
-
.
|
|
1445
|
+
._layer_nnkvb_5 ul li {
|
|
1446
1446
|
list-style: none;
|
|
1447
1447
|
display: block;
|
|
1448
1448
|
}
|
|
1449
|
-
.
|
|
1449
|
+
._fileInput_nnkvb_36 {
|
|
1450
1450
|
opacity: 0;
|
|
1451
1451
|
position: absolute;
|
|
1452
1452
|
inset: 0;
|
|
1453
1453
|
}
|
|
1454
|
-
.
|
|
1454
|
+
._trigger_nnkvb_41 {
|
|
1455
1455
|
display: inline-flex;
|
|
1456
1456
|
align-items: center;
|
|
1457
1457
|
cursor: pointer;
|
|
1458
1458
|
max-width: 100%;
|
|
1459
1459
|
}
|
|
1460
|
-
.
|
|
1460
|
+
._layer_nnkvb_5 ._trigger_nnkvb_41 {
|
|
1461
1461
|
width: 100%;
|
|
1462
1462
|
}
|
|
1463
|
-
.
|
|
1463
|
+
._middleAlignedInline_nnkvb_50 {
|
|
1464
1464
|
display: flex;
|
|
1465
1465
|
align-items: center;
|
|
1466
1466
|
overflow: hidden;
|
|
1467
1467
|
width: 100%;
|
|
1468
1468
|
}
|
|
1469
|
-
.
|
|
1469
|
+
._heading_nnkvb_56 {
|
|
1470
1470
|
color: var(--color-text-muted);
|
|
1471
1471
|
letter-spacing: var(--letter-spacing-wide);
|
|
1472
1472
|
text-transform: uppercase;
|
|
1473
1473
|
font-weight: bold;
|
|
1474
1474
|
}
|
|
1475
|
-
.
|
|
1475
|
+
._heading_nnkvb_56 ._headingIcon_nnkvb_62 {
|
|
1476
1476
|
float: right;
|
|
1477
1477
|
}
|
|
1478
|
-
.
|
|
1478
|
+
._heading_nnkvb_56 ._headingIcon_nnkvb_62 svg {
|
|
1479
1479
|
color: var(--color-text-faint);
|
|
1480
1480
|
}
|
|
1481
|
-
.
|
|
1481
|
+
._heading_nnkvb_56 ._headingIcon_nnkvb_62:hover {
|
|
1482
1482
|
cursor: pointer;
|
|
1483
1483
|
}
|
|
1484
|
-
.
|
|
1484
|
+
._heading_nnkvb_56 ._headingIcon_nnkvb_62:hover svg {
|
|
1485
1485
|
color: var(--color-text-primary-hover);
|
|
1486
1486
|
}
|
|
1487
|
-
.
|
|
1487
|
+
._option_nnkvb_74 {
|
|
1488
1488
|
color: inherit;
|
|
1489
1489
|
display: block;
|
|
1490
1490
|
position: relative;
|
|
1491
1491
|
}
|
|
1492
|
-
.
|
|
1493
|
-
.
|
|
1494
|
-
|
|
1492
|
+
._option_nnkvb_74._disabled_nnkvb_79 {
|
|
1493
|
+
opacity: 0.2;
|
|
1494
|
+
}
|
|
1495
|
+
._heading_nnkvb_56,
|
|
1496
|
+
._option_nnkvb_74,
|
|
1497
|
+
._layer_nnkvb_5 ._trigger_nnkvb_41 {
|
|
1495
1498
|
padding: var(--padding-input);
|
|
1496
1499
|
border: 1px solid transparent;
|
|
1497
1500
|
}
|
|
1498
|
-
.
|
|
1499
|
-
.
|
|
1501
|
+
._option_nnkvb_74,
|
|
1502
|
+
._layer_nnkvb_5 ._trigger_nnkvb_41 {
|
|
1500
1503
|
line-height: var(--line-height);
|
|
1501
1504
|
display: flex;
|
|
1502
1505
|
align-items: flex-start;
|
|
1503
1506
|
}
|
|
1504
|
-
.
|
|
1505
|
-
.
|
|
1506
|
-
.
|
|
1507
|
-
.
|
|
1507
|
+
._option_nnkvb_74:hover,
|
|
1508
|
+
._layer_nnkvb_5 ._trigger_nnkvb_41:hover,
|
|
1509
|
+
._option_nnkvb_74._active_nnkvb_96,
|
|
1510
|
+
._layer_nnkvb_5 ._trigger_nnkvb_41._active_nnkvb_96 {
|
|
1508
1511
|
background-color: var(--color-background-listitem-hover);
|
|
1509
1512
|
cursor: pointer;
|
|
1510
1513
|
}
|
|
1511
|
-
.
|
|
1512
|
-
.
|
|
1514
|
+
._option_nnkvb_74._selected_nnkvb_101,
|
|
1515
|
+
._layer_nnkvb_5 ._trigger_nnkvb_41._selected_nnkvb_101 {
|
|
1513
1516
|
background-color: var(--color-background-listitem-active);
|
|
1514
1517
|
}
|
|
1515
|
-
.
|
|
1518
|
+
._layer_nnkvb_5 ._trigger_nnkvb_41 {
|
|
1516
1519
|
align-items: center;
|
|
1517
1520
|
}
|
|
1518
|
-
.
|
|
1521
|
+
._optionContent_nnkvb_108 {
|
|
1519
1522
|
flex-wrap: wrap;
|
|
1520
1523
|
margin-right: auto;
|
|
1521
1524
|
}
|
|
1522
|
-
.
|
|
1525
|
+
._inline_nnkvb_112 ._optionContent_nnkvb_108 {
|
|
1523
1526
|
display: flex;
|
|
1524
1527
|
justify-content: space-between;
|
|
1525
1528
|
flex-grow: 1;
|
|
1526
1529
|
}
|
|
1527
|
-
.
|
|
1528
|
-
.
|
|
1530
|
+
._icon_nnkvb_117,
|
|
1531
|
+
._check_nnkvb_118 {
|
|
1529
1532
|
display: flex;
|
|
1530
1533
|
flex-shrink: 1;
|
|
1531
1534
|
width: var(--size-xs);
|
|
@@ -1533,83 +1536,82 @@ html[data-theme='dark'] {
|
|
|
1533
1536
|
justify-content: center;
|
|
1534
1537
|
align-items: center;
|
|
1535
1538
|
}
|
|
1536
|
-
.
|
|
1539
|
+
._icon_nnkvb_117 {
|
|
1537
1540
|
margin-right: var(--padding-xs);
|
|
1538
1541
|
color: var(--color-text-primary);
|
|
1539
1542
|
font-size: var(--size-xs);
|
|
1540
1543
|
}
|
|
1541
|
-
.
|
|
1544
|
+
._icon_nnkvb_117:empty {
|
|
1542
1545
|
display: none;
|
|
1543
1546
|
}
|
|
1544
|
-
.
|
|
1547
|
+
._icon_nnkvb_117 img {
|
|
1545
1548
|
max-height: 16px;
|
|
1546
1549
|
max-width: 16px;
|
|
1547
1550
|
width: auto;
|
|
1548
1551
|
height: auto;
|
|
1549
1552
|
}
|
|
1550
|
-
.
|
|
1553
|
+
._check_nnkvb_118 {
|
|
1551
1554
|
margin-left: var(--padding-xs);
|
|
1552
1555
|
color: var(--color-text-primary);
|
|
1553
1556
|
}
|
|
1554
|
-
.
|
|
1557
|
+
._text_nnkvb_144 {
|
|
1555
1558
|
display: inline-flex;
|
|
1556
1559
|
align-items: center;
|
|
1557
1560
|
cursor: pointer;
|
|
1558
1561
|
}
|
|
1559
|
-
.
|
|
1562
|
+
._label_nnkvb_149 {
|
|
1560
1563
|
margin-right: auto;
|
|
1561
1564
|
}
|
|
1562
|
-
.
|
|
1563
|
-
.
|
|
1565
|
+
._label_nnkvb_149,
|
|
1566
|
+
._heading_nnkvb_56 {
|
|
1564
1567
|
max-width: 100%;
|
|
1565
1568
|
display: block;
|
|
1566
1569
|
overflow: hidden;
|
|
1567
1570
|
text-overflow: ellipsis;
|
|
1568
1571
|
white-space: nowrap;
|
|
1569
1572
|
}
|
|
1570
|
-
.
|
|
1573
|
+
._description_nnkvb_160 {
|
|
1571
1574
|
color: #999;
|
|
1572
1575
|
display: block;
|
|
1573
1576
|
}
|
|
1574
|
-
.
|
|
1577
|
+
._arrow_nnkvb_164 {
|
|
1575
1578
|
margin-left: var(--padding-xxs);
|
|
1576
1579
|
display: flex;
|
|
1577
1580
|
}
|
|
1578
|
-
.
|
|
1581
|
+
._divider_nnkvb_168 {
|
|
1579
1582
|
border: 0;
|
|
1580
1583
|
border-top: 1px solid var(--color-border);
|
|
1581
1584
|
}
|
|
1582
|
-
.
|
|
1585
|
+
._deprecatedSemanticIcon_nnkvb_172 {
|
|
1583
1586
|
color: var(--color-text-primary) !important;
|
|
1584
1587
|
margin: -5px 0 0 !important;
|
|
1585
1588
|
}
|
|
1586
|
-
.
|
|
1587
|
-
opacity: 0.2;
|
|
1589
|
+
._disabled_nnkvb_79 {
|
|
1588
1590
|
pointer-events: none;
|
|
1589
1591
|
cursor: not-allowed !important;
|
|
1590
1592
|
}
|
|
1591
|
-
.
|
|
1593
|
+
._buttonLabel_nnkvb_180 {
|
|
1592
1594
|
overflow: hidden;
|
|
1593
1595
|
text-overflow: ellipsis;
|
|
1594
1596
|
display: block;
|
|
1595
1597
|
margin-right: auto;
|
|
1596
1598
|
}
|
|
1597
|
-
.
|
|
1599
|
+
._buttonCaret_nnkvb_186 {
|
|
1598
1600
|
display: flex;
|
|
1599
1601
|
margin-left: var(--padding-xxs);
|
|
1600
1602
|
}
|
|
1601
|
-
.
|
|
1603
|
+
._component_nnkvb_190 {
|
|
1602
1604
|
display: inline-flex;
|
|
1603
1605
|
align-items: center;
|
|
1604
1606
|
justify-content: center;
|
|
1605
1607
|
cursor: pointer;
|
|
1606
1608
|
}
|
|
1607
|
-
.
|
|
1609
|
+
._right_nnkvb_196 {
|
|
1608
1610
|
margin-left: auto;
|
|
1609
1611
|
display: flex;
|
|
1610
1612
|
align-items: center;
|
|
1611
1613
|
}
|
|
1612
|
-
.
|
|
1614
|
+
._actions_nnkvb_201 {
|
|
1613
1615
|
margin-left: var(--padding-xs);
|
|
1614
1616
|
display: flex;
|
|
1615
1617
|
align-items: center;
|
|
@@ -2442,123 +2444,139 @@ html[data-theme='dark'] {
|
|
|
2442
2444
|
border-top-left-radius: 0 !important;
|
|
2443
2445
|
border-bottom-left-radius: 0 !important;
|
|
2444
2446
|
}
|
|
2445
|
-
.
|
|
2447
|
+
._inputInTable_1wss1_1 {
|
|
2446
2448
|
background-color: transparent;
|
|
2447
2449
|
border-radius: inherit !important;
|
|
2448
2450
|
height: var(--size);
|
|
2449
2451
|
min-height: 100%;
|
|
2450
2452
|
}
|
|
2451
|
-
.
|
|
2453
|
+
._inputInTable_1wss1_1:not(:hover):not([data-error]):not([data-warning]) {
|
|
2452
2454
|
border-color: transparent;
|
|
2453
2455
|
}
|
|
2454
|
-
.
|
|
2456
|
+
._inputInTable_1wss1_1:not(:focus) {
|
|
2455
2457
|
box-shadow: none;
|
|
2456
2458
|
}
|
|
2457
|
-
.
|
|
2459
|
+
._inputHover_1wss1_13 {
|
|
2458
2460
|
position: relative;
|
|
2459
2461
|
border-color: var(--color-border-hover);
|
|
2460
2462
|
z-index: 2;
|
|
2461
2463
|
}
|
|
2462
|
-
.
|
|
2464
|
+
._inputFocus_1wss1_18 {
|
|
2463
2465
|
position: relative;
|
|
2464
2466
|
outline: none !important;
|
|
2465
2467
|
border-color: var(--color-border-focus) !important;
|
|
2466
2468
|
box-shadow: var(--shadow-focus);
|
|
2467
2469
|
z-index: 3;
|
|
2468
2470
|
}
|
|
2469
|
-
.
|
|
2470
|
-
.
|
|
2471
|
+
._inputError_1wss1_25,
|
|
2472
|
+
._inputWarning_1wss1_26 {
|
|
2471
2473
|
position: relative;
|
|
2472
2474
|
}
|
|
2473
|
-
.
|
|
2475
|
+
._inputError_1wss1_25 {
|
|
2474
2476
|
z-index: 2;
|
|
2475
2477
|
border-color: var(--color-border-error);
|
|
2476
2478
|
color: var(--color-text-error) !important;
|
|
2477
2479
|
background-color: var(--color-background-error-muted);
|
|
2478
2480
|
}
|
|
2479
|
-
.
|
|
2481
|
+
._inputError_1wss1_25:hover {
|
|
2480
2482
|
border-color: var(--color-border-error-hover) !important;
|
|
2481
2483
|
}
|
|
2482
|
-
.
|
|
2484
|
+
._inputError_1wss1_25:focus {
|
|
2483
2485
|
position: relative;
|
|
2484
2486
|
outline: none !important;
|
|
2485
2487
|
border-color: var(--color-border-focus) !important;
|
|
2486
2488
|
box-shadow: var(--shadow-focus);
|
|
2487
2489
|
z-index: 3;
|
|
2488
2490
|
}
|
|
2489
|
-
.
|
|
2491
|
+
._inputWarning_1wss1_26 {
|
|
2490
2492
|
z-index: 1;
|
|
2491
2493
|
border-color: var(--color-border-warning);
|
|
2492
2494
|
color: var(--color-text-warning) !important;
|
|
2493
2495
|
background-color: var(--color-background-warning-muted);
|
|
2494
2496
|
}
|
|
2495
|
-
.
|
|
2497
|
+
._inputWarning_1wss1_26:hover {
|
|
2496
2498
|
border-color: var(--color-border-warning-hover) !important;
|
|
2497
2499
|
}
|
|
2498
|
-
.
|
|
2500
|
+
._inputWarning_1wss1_26:focus {
|
|
2499
2501
|
position: relative;
|
|
2500
2502
|
outline: none !important;
|
|
2501
2503
|
border-color: var(--color-border-focus) !important;
|
|
2502
2504
|
box-shadow: var(--shadow-focus);
|
|
2503
2505
|
z-index: 3;
|
|
2504
2506
|
}
|
|
2505
|
-
.
|
|
2507
|
+
._inputDisabled_1wss1_61 {
|
|
2506
2508
|
pointer-events: none;
|
|
2507
2509
|
background-color: var(--color-background-disabled);
|
|
2508
2510
|
color: var(--color-text-muted);
|
|
2509
2511
|
box-shadow: none;
|
|
2510
2512
|
}
|
|
2511
|
-
.
|
|
2513
|
+
._hideScrollbars_1wss1_67 {
|
|
2512
2514
|
/* Firefox */
|
|
2513
2515
|
scrollbar-width: none;
|
|
2514
2516
|
/* IE 10+ */
|
|
2515
2517
|
-ms-overflow-style: none;
|
|
2516
2518
|
/* Chrome, Safari and Opera */
|
|
2517
2519
|
}
|
|
2518
|
-
.
|
|
2520
|
+
._hideScrollbars_1wss1_67::-webkit-scrollbar {
|
|
2519
2521
|
display: none;
|
|
2520
2522
|
}
|
|
2521
|
-
.
|
|
2522
|
-
|
|
2523
|
+
._list_1wss1_77 {
|
|
2524
|
+
display: flex;
|
|
2525
|
+
flex-direction: column;
|
|
2526
|
+
max-height: 100%;
|
|
2527
|
+
overflow: hidden;
|
|
2528
|
+
}
|
|
2529
|
+
._bordered_1wss1_83 {
|
|
2530
|
+
border: 1px solid var(--color-border);
|
|
2531
|
+
border-radius: var(--border-radius);
|
|
2532
|
+
}
|
|
2533
|
+
._bordered_1wss1_83 ._virtualRow_1wss1_87:last-child ._item_1wss1_87 {
|
|
2534
|
+
border-bottom: none;
|
|
2535
|
+
}
|
|
2536
|
+
._header_1wss1_90 ._headerTitle_1wss1_90,
|
|
2537
|
+
._heading_1wss1_91 ._itemHeader_1wss1_91 {
|
|
2523
2538
|
transition: opacity 0.3s;
|
|
2524
2539
|
}
|
|
2525
|
-
.
|
|
2526
|
-
.
|
|
2540
|
+
._narrow_1wss1_94 ._header_1wss1_90 ._headerTitle_1wss1_90,
|
|
2541
|
+
._narrow_1wss1_94 ._heading_1wss1_91 ._itemHeader_1wss1_91 {
|
|
2527
2542
|
opacity: 0;
|
|
2528
2543
|
}
|
|
2529
|
-
.
|
|
2544
|
+
._stickyHeader_1wss1_98 {
|
|
2530
2545
|
position: sticky;
|
|
2531
2546
|
top: 0;
|
|
2532
2547
|
background-color: var(--color-background);
|
|
2533
2548
|
z-index: 10;
|
|
2534
2549
|
}
|
|
2535
|
-
.
|
|
2550
|
+
._itemHeader_1wss1_91 {
|
|
2536
2551
|
padding: var(--padding-xs) var(--padding);
|
|
2537
2552
|
display: flex;
|
|
2538
2553
|
align-items: flex-start;
|
|
2539
2554
|
}
|
|
2540
|
-
.
|
|
2555
|
+
._itemHeader_1wss1_91 ._title_1wss1_109 {
|
|
2541
2556
|
margin: 0;
|
|
2542
2557
|
padding: 0;
|
|
2543
2558
|
flex-grow: 1;
|
|
2544
2559
|
min-width: 0;
|
|
2545
2560
|
}
|
|
2546
|
-
.
|
|
2561
|
+
._itemHeader_1wss1_91 ._name_1wss1_115 {
|
|
2547
2562
|
font-weight: 400;
|
|
2563
|
+
display: block;
|
|
2548
2564
|
}
|
|
2549
|
-
.
|
|
2565
|
+
._itemHeader_1wss1_91 ._iconTooltipMargin_1wss1_119 {
|
|
2550
2566
|
margin-left: var(--padding-xs);
|
|
2551
2567
|
}
|
|
2552
|
-
.
|
|
2568
|
+
._itemHeader_1wss1_91 ._bold_1wss1_122 {
|
|
2553
2569
|
font-weight: bold;
|
|
2554
2570
|
}
|
|
2555
|
-
.
|
|
2571
|
+
._header_1wss1_90 {
|
|
2556
2572
|
padding: var(--padding);
|
|
2557
2573
|
display: flex;
|
|
2558
2574
|
align-items: center;
|
|
2559
2575
|
border-bottom: 1px solid var(--color-border);
|
|
2576
|
+
position: sticky;
|
|
2577
|
+
top: 0;
|
|
2560
2578
|
}
|
|
2561
|
-
.
|
|
2579
|
+
._toggleNarrow_1wss1_133 {
|
|
2562
2580
|
margin-right: 16px;
|
|
2563
2581
|
margin-left: -5px;
|
|
2564
2582
|
color: #c8c8c8;
|
|
@@ -2567,16 +2585,16 @@ html[data-theme='dark'] {
|
|
|
2567
2585
|
width: 22px;
|
|
2568
2586
|
justify-content: center;
|
|
2569
2587
|
}
|
|
2570
|
-
.
|
|
2588
|
+
._toggleNarrow_1wss1_133:hover {
|
|
2571
2589
|
color: var(--color-text-primary-hover);
|
|
2572
2590
|
}
|
|
2573
|
-
.
|
|
2591
|
+
._toggleNarrow_1wss1_133:active {
|
|
2574
2592
|
color: var(--color-text-primary-active);
|
|
2575
2593
|
}
|
|
2576
|
-
.
|
|
2594
|
+
._narrow_1wss1_94 ._toggleNarrow_1wss1_133 {
|
|
2577
2595
|
transform: scaleX(-1);
|
|
2578
2596
|
}
|
|
2579
|
-
.
|
|
2597
|
+
._drag_1wss1_151 {
|
|
2580
2598
|
color: var(--color-text-faint);
|
|
2581
2599
|
display: flex;
|
|
2582
2600
|
align-items: center;
|
|
@@ -2590,34 +2608,22 @@ html[data-theme='dark'] {
|
|
|
2590
2608
|
width: var(--size-sm);
|
|
2591
2609
|
flex-shrink: 0;
|
|
2592
2610
|
}
|
|
2593
|
-
.
|
|
2611
|
+
._drag_1wss1_151:hover {
|
|
2594
2612
|
color: var(--color-text-primary-hover);
|
|
2595
2613
|
}
|
|
2596
|
-
.
|
|
2614
|
+
._drag_1wss1_151:active {
|
|
2597
2615
|
cursor: grabbing;
|
|
2598
2616
|
color: var(--color-text-primary-active);
|
|
2599
2617
|
}
|
|
2600
|
-
.
|
|
2618
|
+
._dragOverlay_1wss1_172 {
|
|
2601
2619
|
box-shadow: var(--shadow-layer);
|
|
2602
2620
|
border-radius: var(--border-radius);
|
|
2603
2621
|
overflow: hidden;
|
|
2604
2622
|
}
|
|
2605
|
-
.
|
|
2606
|
-
flex-shrink: 0;
|
|
2623
|
+
._listContent_1wss1_177 {
|
|
2607
2624
|
background: var(--color-background);
|
|
2608
2625
|
}
|
|
2609
|
-
.
|
|
2610
|
-
._list_7sjlf_161._bordered_7sjlf_165:first-child > :first-child {
|
|
2611
|
-
border-top-left-radius: inherit;
|
|
2612
|
-
border-top-right-radius: inherit;
|
|
2613
|
-
}
|
|
2614
|
-
._list_7sjlf_161._bordered_7sjlf_165:last-child,
|
|
2615
|
-
._list_7sjlf_161._bordered_7sjlf_165:last-child > :last-child {
|
|
2616
|
-
border-bottom-left-radius: inherit;
|
|
2617
|
-
border-bottom-right-radius: inherit;
|
|
2618
|
-
border-bottom: 0;
|
|
2619
|
-
}
|
|
2620
|
-
._item_7sjlf_78 {
|
|
2626
|
+
._item_1wss1_87 {
|
|
2621
2627
|
color: inherit;
|
|
2622
2628
|
display: block;
|
|
2623
2629
|
transition: background-color 0.2s;
|
|
@@ -2628,7 +2634,7 @@ html[data-theme='dark'] {
|
|
|
2628
2634
|
overflow-wrap: break-word;
|
|
2629
2635
|
hyphens: auto;
|
|
2630
2636
|
}
|
|
2631
|
-
.
|
|
2637
|
+
._item_1wss1_87:not(._heading_1wss1_91):after {
|
|
2632
2638
|
content: '';
|
|
2633
2639
|
position: absolute;
|
|
2634
2640
|
left: 0;
|
|
@@ -2639,41 +2645,41 @@ html[data-theme='dark'] {
|
|
|
2639
2645
|
border-bottom-left-radius: inherit;
|
|
2640
2646
|
transition: background 0.3s, width 0.3s;
|
|
2641
2647
|
}
|
|
2642
|
-
.
|
|
2648
|
+
._item_1wss1_87._action_1wss1_202 {
|
|
2643
2649
|
cursor: pointer;
|
|
2644
2650
|
}
|
|
2645
|
-
.
|
|
2651
|
+
._item_1wss1_87._action_1wss1_202:not(._active_1wss1_205):hover {
|
|
2646
2652
|
background: var(--color-background-listitem-hover);
|
|
2647
2653
|
}
|
|
2648
|
-
.
|
|
2654
|
+
._item_1wss1_87._action_1wss1_202:not(._active_1wss1_205):hover:after {
|
|
2649
2655
|
width: 5px;
|
|
2650
2656
|
background: rgba(0, 0, 0, 0.1);
|
|
2651
2657
|
}
|
|
2652
|
-
.
|
|
2658
|
+
._item_1wss1_87._indented_1wss1_212:after {
|
|
2653
2659
|
width: 3px;
|
|
2654
2660
|
background: rgba(0, 0, 0, 0.1);
|
|
2655
2661
|
}
|
|
2656
|
-
.
|
|
2662
|
+
._item_1wss1_87._active_1wss1_205 {
|
|
2657
2663
|
cursor: default;
|
|
2658
2664
|
position: relative;
|
|
2659
2665
|
z-index: 1;
|
|
2660
2666
|
background: var(--color-background-listitem-active);
|
|
2661
2667
|
}
|
|
2662
|
-
.
|
|
2668
|
+
._item_1wss1_87._active_1wss1_205:after {
|
|
2663
2669
|
background: var(--color-background-primary) !important;
|
|
2664
2670
|
}
|
|
2665
|
-
.
|
|
2671
|
+
._item_1wss1_87._disabled_1wss1_225 {
|
|
2666
2672
|
color: var(--color-text-faint);
|
|
2667
2673
|
pointer-events: none;
|
|
2668
2674
|
}
|
|
2669
|
-
.
|
|
2675
|
+
._item_1wss1_87._heading_1wss1_91 {
|
|
2670
2676
|
color: var(--color-text-muted);
|
|
2671
2677
|
background-color: var(--color-background-cardheader);
|
|
2672
2678
|
}
|
|
2673
|
-
.
|
|
2679
|
+
._item_1wss1_87._heading_1wss1_91._action_1wss1_202:hover {
|
|
2674
2680
|
color: var(--color-text-primary-hover);
|
|
2675
2681
|
}
|
|
2676
|
-
.
|
|
2682
|
+
._item_1wss1_87 ._label_1wss1_236 {
|
|
2677
2683
|
margin-right: var(--padding-xs);
|
|
2678
2684
|
flex-shrink: 0;
|
|
2679
2685
|
width: var(--size-sm);
|
|
@@ -2684,38 +2690,38 @@ html[data-theme='dark'] {
|
|
|
2684
2690
|
align-items: center;
|
|
2685
2691
|
justify-content: center;
|
|
2686
2692
|
}
|
|
2687
|
-
.
|
|
2688
|
-
.
|
|
2693
|
+
._item_1wss1_87 ._details_1wss1_247,
|
|
2694
|
+
._item_1wss1_87 ._metadata_1wss1_248 {
|
|
2689
2695
|
display: block;
|
|
2690
2696
|
width: 100%;
|
|
2691
2697
|
font-weight: normal;
|
|
2692
2698
|
}
|
|
2693
|
-
.
|
|
2699
|
+
._item_1wss1_87 ._metadata_1wss1_248 {
|
|
2694
2700
|
color: var(--color-text-muted);
|
|
2695
2701
|
}
|
|
2696
|
-
.
|
|
2702
|
+
._item_1wss1_87 ._itemContent_1wss1_256 {
|
|
2697
2703
|
padding: 0 var(--padding) var(--padding-sm);
|
|
2698
2704
|
cursor: auto;
|
|
2699
2705
|
}
|
|
2700
|
-
.
|
|
2706
|
+
._item_1wss1_87 ._itemContent_1wss1_256:empty {
|
|
2701
2707
|
padding: inherit;
|
|
2702
2708
|
}
|
|
2703
|
-
.
|
|
2709
|
+
._indentIcon_1wss1_263 {
|
|
2704
2710
|
color: var(--color-text-faint);
|
|
2705
2711
|
flex-shrink: 0;
|
|
2706
2712
|
margin-right: var(--padding-xxs);
|
|
2707
2713
|
}
|
|
2708
|
-
.
|
|
2714
|
+
._expandIcon_1wss1_268 {
|
|
2709
2715
|
flex-shrink: 0;
|
|
2710
2716
|
position: relative;
|
|
2711
2717
|
display: flex;
|
|
2712
2718
|
height: var(--line-height);
|
|
2713
2719
|
margin-right: var(--padding-xs);
|
|
2714
2720
|
}
|
|
2715
|
-
.
|
|
2721
|
+
._expandIcon_1wss1_268._expanded_1wss1_275 svg {
|
|
2716
2722
|
transform: rotate(90deg);
|
|
2717
2723
|
}
|
|
2718
|
-
.
|
|
2724
|
+
._right_1wss1_278 {
|
|
2719
2725
|
margin-left: auto;
|
|
2720
2726
|
display: flex;
|
|
2721
2727
|
align-items: center;
|
|
@@ -2723,36 +2729,38 @@ html[data-theme='dark'] {
|
|
|
2723
2729
|
margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
2724
2730
|
min-height: var(--size-sm);
|
|
2725
2731
|
}
|
|
2726
|
-
.
|
|
2732
|
+
._actions_1wss1_286 {
|
|
2727
2733
|
margin-left: var(--padding-xs);
|
|
2728
2734
|
display: flex;
|
|
2729
2735
|
align-items: center;
|
|
2730
2736
|
}
|
|
2731
|
-
.
|
|
2737
|
+
._scrollableList_1wss1_291 {
|
|
2732
2738
|
height: 100%;
|
|
2733
2739
|
overflow-y: auto;
|
|
2734
|
-
scroll-behavior: smooth;
|
|
2735
2740
|
}
|
|
2736
|
-
.
|
|
2737
|
-
overflow: hidden !important;
|
|
2738
|
-
}
|
|
2739
|
-
._hideScrollbar_7sjlf_67 {
|
|
2741
|
+
._hideScrollbar_1wss1_67 {
|
|
2740
2742
|
/* Firefox */
|
|
2741
2743
|
scrollbar-width: none;
|
|
2742
2744
|
/* IE 10+ */
|
|
2743
2745
|
-ms-overflow-style: none;
|
|
2744
2746
|
/* Chrome, Safari and Opera */
|
|
2745
2747
|
}
|
|
2746
|
-
.
|
|
2748
|
+
._hideScrollbar_1wss1_67::-webkit-scrollbar {
|
|
2747
2749
|
display: none;
|
|
2748
2750
|
}
|
|
2749
|
-
.
|
|
2750
|
-
box-shadow: inset 0px 0px 0px 2px var(--color-background-primary);
|
|
2751
|
-
background: var(--color-background-listitem-active);
|
|
2752
|
-
}
|
|
2753
|
-
._noPointerEvents_7sjlf_309 {
|
|
2751
|
+
._noPointerEvents_1wss1_305 {
|
|
2754
2752
|
pointer-events: none;
|
|
2755
2753
|
}
|
|
2754
|
+
._virtualRows_1wss1_308 {
|
|
2755
|
+
width: 100%;
|
|
2756
|
+
position: relative;
|
|
2757
|
+
}
|
|
2758
|
+
._virtualRow_1wss1_87 {
|
|
2759
|
+
position: absolute;
|
|
2760
|
+
top: 0;
|
|
2761
|
+
left: 0;
|
|
2762
|
+
width: 100%;
|
|
2763
|
+
}
|
|
2756
2764
|
._loader_477i5_1 {
|
|
2757
2765
|
width: 100%;
|
|
2758
2766
|
height: 100%;
|
|
@@ -9137,80 +9145,80 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
9137
9145
|
width: 8px;
|
|
9138
9146
|
height: 14px;
|
|
9139
9147
|
}
|
|
9140
|
-
.
|
|
9148
|
+
._inputInTable_xkoxm_1 {
|
|
9141
9149
|
background-color: transparent;
|
|
9142
9150
|
border-radius: inherit !important;
|
|
9143
9151
|
height: var(--size);
|
|
9144
9152
|
min-height: 100%;
|
|
9145
9153
|
}
|
|
9146
|
-
.
|
|
9154
|
+
._inputInTable_xkoxm_1:not(:hover):not([data-error]):not([data-warning]) {
|
|
9147
9155
|
border-color: transparent;
|
|
9148
9156
|
}
|
|
9149
|
-
.
|
|
9157
|
+
._inputInTable_xkoxm_1:not(:focus) {
|
|
9150
9158
|
box-shadow: none;
|
|
9151
9159
|
}
|
|
9152
|
-
.
|
|
9160
|
+
._inputHover_xkoxm_13 {
|
|
9153
9161
|
position: relative;
|
|
9154
9162
|
border-color: var(--color-border-hover);
|
|
9155
9163
|
z-index: 2;
|
|
9156
9164
|
}
|
|
9157
|
-
.
|
|
9165
|
+
._inputFocus_xkoxm_18 {
|
|
9158
9166
|
position: relative;
|
|
9159
9167
|
outline: none !important;
|
|
9160
9168
|
border-color: var(--color-border-focus) !important;
|
|
9161
9169
|
box-shadow: var(--shadow-focus);
|
|
9162
9170
|
z-index: 3;
|
|
9163
9171
|
}
|
|
9164
|
-
.
|
|
9165
|
-
.
|
|
9172
|
+
._inputError_xkoxm_25,
|
|
9173
|
+
._inputWarning_xkoxm_26 {
|
|
9166
9174
|
position: relative;
|
|
9167
9175
|
}
|
|
9168
|
-
.
|
|
9176
|
+
._inputError_xkoxm_25 {
|
|
9169
9177
|
z-index: 2;
|
|
9170
9178
|
border-color: var(--color-border-error);
|
|
9171
9179
|
color: var(--color-text-error) !important;
|
|
9172
9180
|
background-color: var(--color-background-error-muted);
|
|
9173
9181
|
}
|
|
9174
|
-
.
|
|
9182
|
+
._inputError_xkoxm_25:hover {
|
|
9175
9183
|
border-color: var(--color-border-error-hover) !important;
|
|
9176
9184
|
}
|
|
9177
|
-
.
|
|
9185
|
+
._inputError_xkoxm_25:focus {
|
|
9178
9186
|
position: relative;
|
|
9179
9187
|
outline: none !important;
|
|
9180
9188
|
border-color: var(--color-border-focus) !important;
|
|
9181
9189
|
box-shadow: var(--shadow-focus);
|
|
9182
9190
|
z-index: 3;
|
|
9183
9191
|
}
|
|
9184
|
-
.
|
|
9192
|
+
._inputWarning_xkoxm_26 {
|
|
9185
9193
|
z-index: 1;
|
|
9186
9194
|
border-color: var(--color-border-warning);
|
|
9187
9195
|
color: var(--color-text-warning) !important;
|
|
9188
9196
|
background-color: var(--color-background-warning-muted);
|
|
9189
9197
|
}
|
|
9190
|
-
.
|
|
9198
|
+
._inputWarning_xkoxm_26:hover {
|
|
9191
9199
|
border-color: var(--color-border-warning-hover) !important;
|
|
9192
9200
|
}
|
|
9193
|
-
.
|
|
9201
|
+
._inputWarning_xkoxm_26:focus {
|
|
9194
9202
|
position: relative;
|
|
9195
9203
|
outline: none !important;
|
|
9196
9204
|
border-color: var(--color-border-focus) !important;
|
|
9197
9205
|
box-shadow: var(--shadow-focus);
|
|
9198
9206
|
z-index: 3;
|
|
9199
9207
|
}
|
|
9200
|
-
.
|
|
9208
|
+
._inputDisabled_xkoxm_61 {
|
|
9201
9209
|
pointer-events: none;
|
|
9202
9210
|
background-color: var(--color-background-disabled);
|
|
9203
9211
|
color: var(--color-text-muted);
|
|
9204
9212
|
box-shadow: none;
|
|
9205
9213
|
}
|
|
9206
|
-
.
|
|
9214
|
+
._hideScrollbars_xkoxm_67 {
|
|
9207
9215
|
/* Firefox */
|
|
9208
9216
|
scrollbar-width: none;
|
|
9209
9217
|
/* IE 10+ */
|
|
9210
9218
|
-ms-overflow-style: none;
|
|
9211
9219
|
/* Chrome, Safari and Opera */
|
|
9212
9220
|
}
|
|
9213
|
-
.
|
|
9221
|
+
._hideScrollbars_xkoxm_67::-webkit-scrollbar {
|
|
9214
9222
|
display: none;
|
|
9215
9223
|
}
|
|
9216
9224
|
:root {
|
|
@@ -9221,7 +9229,7 @@ html[data-theme='dark'] {
|
|
|
9221
9229
|
--color-background-table-header: var(--color-neutral-800);
|
|
9222
9230
|
--color-background-table-row-tinted: var(--color-neutral-800);
|
|
9223
9231
|
}
|
|
9224
|
-
.
|
|
9232
|
+
._wrapper_xkoxm_85 {
|
|
9225
9233
|
border-radius: inherit;
|
|
9226
9234
|
max-height: 100%;
|
|
9227
9235
|
max-width: 100%;
|
|
@@ -9229,23 +9237,23 @@ html[data-theme='dark'] {
|
|
|
9229
9237
|
flex-direction: column;
|
|
9230
9238
|
overflow: hidden;
|
|
9231
9239
|
}
|
|
9232
|
-
.
|
|
9240
|
+
._wrapper_xkoxm_85._bordered_xkoxm_93 {
|
|
9233
9241
|
border-radius: var(--border-radius);
|
|
9234
9242
|
border: 1px solid var(--color-border);
|
|
9235
9243
|
box-shadow: var(--shadow-card);
|
|
9236
9244
|
}
|
|
9237
|
-
.
|
|
9245
|
+
._scroll_xkoxm_98 {
|
|
9246
|
+
background: var(--color-background);
|
|
9238
9247
|
overflow-y: auto;
|
|
9239
9248
|
border-radius: inherit;
|
|
9240
9249
|
flex: 1;
|
|
9241
9250
|
min-height: 0;
|
|
9242
9251
|
}
|
|
9243
|
-
.
|
|
9252
|
+
._scroll_xkoxm_98:not(:first-child) {
|
|
9244
9253
|
border-top-left-radius: 0;
|
|
9245
9254
|
border-top-right-radius: 0;
|
|
9246
9255
|
}
|
|
9247
|
-
.
|
|
9248
|
-
background: var(--color-background-raised);
|
|
9256
|
+
._table_xkoxm_109 {
|
|
9249
9257
|
color: var(--color-text);
|
|
9250
9258
|
border-collapse: separate;
|
|
9251
9259
|
border-spacing: 0;
|
|
@@ -9253,38 +9261,39 @@ html[data-theme='dark'] {
|
|
|
9253
9261
|
width: 100%;
|
|
9254
9262
|
font-variant-numeric: tabular-nums;
|
|
9255
9263
|
}
|
|
9256
|
-
.
|
|
9264
|
+
._table_xkoxm_109 > :first-child {
|
|
9257
9265
|
border-top-left-radius: inherit;
|
|
9258
9266
|
border-top-right-radius: inherit;
|
|
9259
9267
|
}
|
|
9260
|
-
.
|
|
9268
|
+
._table_xkoxm_109 > :first-child > :first-child {
|
|
9261
9269
|
border-top-left-radius: inherit;
|
|
9262
9270
|
border-top-right-radius: inherit;
|
|
9263
9271
|
}
|
|
9264
|
-
.
|
|
9272
|
+
._table_xkoxm_109 > :first-child > :first-child > :first-child {
|
|
9265
9273
|
border-top-left-radius: inherit;
|
|
9266
9274
|
}
|
|
9267
|
-
.
|
|
9275
|
+
._table_xkoxm_109 > :first-child > :first-child > :last-child {
|
|
9268
9276
|
border-top-right-radius: inherit;
|
|
9269
9277
|
}
|
|
9270
|
-
.
|
|
9278
|
+
._table_xkoxm_109 > :last-child {
|
|
9271
9279
|
border-bottom-left-radius: inherit;
|
|
9272
9280
|
border-bottom-right-radius: inherit;
|
|
9273
9281
|
}
|
|
9274
|
-
.
|
|
9282
|
+
._table_xkoxm_109 > :last-child > :last-child {
|
|
9275
9283
|
border-bottom-left-radius: inherit;
|
|
9276
9284
|
border-bottom-right-radius: inherit;
|
|
9277
9285
|
}
|
|
9278
|
-
.
|
|
9286
|
+
._table_xkoxm_109 > :last-child > :last-child > :first-child {
|
|
9279
9287
|
border-bottom-left-radius: inherit;
|
|
9280
9288
|
}
|
|
9281
|
-
.
|
|
9289
|
+
._table_xkoxm_109 > :last-child > :last-child > :last-child {
|
|
9282
9290
|
border-bottom-right-radius: inherit;
|
|
9283
9291
|
}
|
|
9284
|
-
.
|
|
9292
|
+
._dragOverlay_xkoxm_145 {
|
|
9285
9293
|
box-shadow: var(--shadow-layer);
|
|
9286
9294
|
border-radius: var(--border-radius);
|
|
9287
9295
|
overflow: hidden;
|
|
9296
|
+
position: fixed;
|
|
9288
9297
|
}
|
|
9289
9298
|
th,
|
|
9290
9299
|
td {
|
|
@@ -9299,10 +9308,10 @@ th:not(:first-child),
|
|
|
9299
9308
|
td:not(:first-child) {
|
|
9300
9309
|
border-left-width: 1px;
|
|
9301
9310
|
}
|
|
9302
|
-
.
|
|
9303
|
-
.
|
|
9304
|
-
.
|
|
9305
|
-
.
|
|
9311
|
+
._table_xkoxm_109 > *:not(:last-child) > tr th,
|
|
9312
|
+
._table_xkoxm_109 > *:not(:last-child) > tr td,
|
|
9313
|
+
._table_xkoxm_109 > *:last-child > tr:not(:last-child) th,
|
|
9314
|
+
._table_xkoxm_109 > *:last-child > tr:not(:last-child) td {
|
|
9306
9315
|
border-bottom-width: 1px;
|
|
9307
9316
|
}
|
|
9308
9317
|
@-moz-document url-prefix() {
|
|
@@ -9325,14 +9334,23 @@ thead tr {
|
|
|
9325
9334
|
}
|
|
9326
9335
|
tbody {
|
|
9327
9336
|
overflow: hidden;
|
|
9328
|
-
background-color: var(--color-background);
|
|
9329
9337
|
}
|
|
9330
9338
|
tbody tr {
|
|
9331
9339
|
background-color: var(--color-background-raised);
|
|
9332
9340
|
}
|
|
9333
|
-
.
|
|
9341
|
+
._striped_xkoxm_194 tbody [data-even='true'] {
|
|
9334
9342
|
background-color: var(--color-background-table-row-tinted);
|
|
9335
9343
|
}
|
|
9344
|
+
tbody:before {
|
|
9345
|
+
display: block;
|
|
9346
|
+
padding-top: var(--virtualPaddingTop);
|
|
9347
|
+
content: '';
|
|
9348
|
+
}
|
|
9349
|
+
tbody:after {
|
|
9350
|
+
display: block;
|
|
9351
|
+
padding-bottom: var(--virtualPaddingBottom);
|
|
9352
|
+
content: '';
|
|
9353
|
+
}
|
|
9336
9354
|
._title_zn5s7_1 {
|
|
9337
9355
|
background-color: var(--color-background-cardheader);
|
|
9338
9356
|
border-bottom: 1px solid var(--color-border);
|
|
@@ -9359,14 +9377,14 @@ tbody tr {
|
|
|
9359
9377
|
justify-content: space-between;
|
|
9360
9378
|
border-top: 1px solid var(--color-border);
|
|
9361
9379
|
}
|
|
9362
|
-
.
|
|
9380
|
+
._clickableRow_kqvtd_1 {
|
|
9363
9381
|
cursor: pointer;
|
|
9364
9382
|
}
|
|
9365
|
-
.
|
|
9366
|
-
.
|
|
9383
|
+
._hoverableRow_kqvtd_4:not(._rowActive_kqvtd_4):hover,
|
|
9384
|
+
._clickableRow_kqvtd_1:not(._rowActive_kqvtd_4):hover {
|
|
9367
9385
|
background-color: var(--color-background-listitem-hover) !important;
|
|
9368
9386
|
}
|
|
9369
|
-
.
|
|
9387
|
+
._expandableRow_kqvtd_8._flush_kqvtd_8 {
|
|
9370
9388
|
padding: 0 !important;
|
|
9371
9389
|
height: auto !important;
|
|
9372
9390
|
}
|
|
@@ -9376,11 +9394,11 @@ tr[data-warning] {
|
|
|
9376
9394
|
tr[data-error] {
|
|
9377
9395
|
background-color: var(--color-background-error-muted) !important;
|
|
9378
9396
|
}
|
|
9379
|
-
.
|
|
9397
|
+
._rowActive_kqvtd_4 {
|
|
9380
9398
|
position: relative;
|
|
9381
9399
|
background-color: var(--color-background-listitem-active) !important;
|
|
9382
9400
|
}
|
|
9383
|
-
.
|
|
9401
|
+
._rowActive_kqvtd_4:after {
|
|
9384
9402
|
content: '';
|
|
9385
9403
|
position: absolute;
|
|
9386
9404
|
left: 0;
|
|
@@ -9392,12 +9410,12 @@ tr[data-error] {
|
|
|
9392
9410
|
transition: background 0.3s;
|
|
9393
9411
|
background: var(--color-background-primary);
|
|
9394
9412
|
}
|
|
9395
|
-
.
|
|
9413
|
+
._dragIconCell_kqvtd_34 {
|
|
9396
9414
|
width: var(--size);
|
|
9397
9415
|
min-width: var(--size);
|
|
9398
9416
|
position: relative;
|
|
9399
9417
|
}
|
|
9400
|
-
.
|
|
9418
|
+
._dragIcon_kqvtd_34 {
|
|
9401
9419
|
display: flex;
|
|
9402
9420
|
align-items: center;
|
|
9403
9421
|
justify-content: center;
|
|
@@ -9406,13 +9424,16 @@ tr[data-error] {
|
|
|
9406
9424
|
color: var(--color-text-faint);
|
|
9407
9425
|
cursor: grab;
|
|
9408
9426
|
}
|
|
9409
|
-
.
|
|
9427
|
+
._dragIcon_kqvtd_34:hover {
|
|
9410
9428
|
color: var(--color-text-primary-hover);
|
|
9411
9429
|
}
|
|
9412
|
-
.
|
|
9430
|
+
._dragIcon_kqvtd_34:active {
|
|
9413
9431
|
cursor: grabbing;
|
|
9414
9432
|
color: var(--color-text-primary-active);
|
|
9415
9433
|
}
|
|
9434
|
+
._dragIcon_kqvtd_34._dragIconDisabled_kqvtd_55 {
|
|
9435
|
+
cursor: not-allowed;
|
|
9436
|
+
}
|
|
9416
9437
|
._inputInTable_ie6ng_1 {
|
|
9417
9438
|
background-color: transparent;
|
|
9418
9439
|
border-radius: inherit !important;
|