react-autoql 4.2.2 → 4.2.3
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/autoql.esm.css +395 -395
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +1 -1
package/dist/autoql.esm.css
CHANGED
|
@@ -1423,100 +1423,6 @@ span.react-autoql-icon {
|
|
|
1423
1423
|
left: 0.5em;
|
|
1424
1424
|
top: -2px; }
|
|
1425
1425
|
|
|
1426
|
-
.react-autoql-notification-settings {
|
|
1427
|
-
background-color: var(--react-autoql-background-color-secondary);
|
|
1428
|
-
color: var(--react-autoql-text-color-primary);
|
|
1429
|
-
padding-top: 20px;
|
|
1430
|
-
height: 100%; }
|
|
1431
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container {
|
|
1432
|
-
margin: 20px;
|
|
1433
|
-
margin-top: 10px;
|
|
1434
|
-
border-radius: 4px;
|
|
1435
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
1436
|
-
background-color: var(--react-autoql-background-color-primary);
|
|
1437
|
-
overflow: hidden; }
|
|
1438
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item {
|
|
1439
|
-
height: 55px;
|
|
1440
|
-
line-height: 55px;
|
|
1441
|
-
transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1); }
|
|
1442
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-error-status-icon {
|
|
1443
|
-
margin-right: 10px;
|
|
1444
|
-
cursor: pointer; }
|
|
1445
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item #react-autoql-notification-error-status-icon-PROJECT {
|
|
1446
|
-
margin-right: 10px; }
|
|
1447
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .reset-period-info-icon {
|
|
1448
|
-
padding-right: 20px;
|
|
1449
|
-
font-size: 17px;
|
|
1450
|
-
opacity: 1;
|
|
1451
|
-
cursor: pointer;
|
|
1452
|
-
color: var(--react-autoql-accent-color); }
|
|
1453
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item.CUSTOM:hover {
|
|
1454
|
-
background: rgba(0, 0, 0, 0.01); }
|
|
1455
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn {
|
|
1456
|
-
opacity: 0;
|
|
1457
|
-
margin-right: 20px;
|
|
1458
|
-
font-size: 16px;
|
|
1459
|
-
transition: all 0.2s ease;
|
|
1460
|
-
color: var(--react-autoql-text-color-primary);
|
|
1461
|
-
cursor: pointer; }
|
|
1462
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn:hover {
|
|
1463
|
-
color: var(--react-autoql-accent-color);
|
|
1464
|
-
opacity: 1 !important; }
|
|
1465
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item:hover .react-autoql-notification-action-btn {
|
|
1466
|
-
opacity: 0.5; }
|
|
1467
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item-header {
|
|
1468
|
-
display: flex;
|
|
1469
|
-
justify-content: space-between;
|
|
1470
|
-
height: 56px;
|
|
1471
|
-
padding-left: 25px;
|
|
1472
|
-
padding-right: 8px;
|
|
1473
|
-
border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
|
|
1474
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-enable-checkbox {
|
|
1475
|
-
margin-bottom: 4px;
|
|
1476
|
-
margin-right: 8px; }
|
|
1477
|
-
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-disable-checkbox {
|
|
1478
|
-
margin-bottom: 4px;
|
|
1479
|
-
margin-right: 8px;
|
|
1480
|
-
opacity: 0.5;
|
|
1481
|
-
pointer-events: none; }
|
|
1482
|
-
.react-autoql-notification-settings .react-autoql-notification-title-container {
|
|
1483
|
-
display: flex;
|
|
1484
|
-
justify-content: space-between;
|
|
1485
|
-
align-items: center;
|
|
1486
|
-
padding: 5px 20px;
|
|
1487
|
-
padding-bottom: 0;
|
|
1488
|
-
color: var(--react-autoql-text-color-primary); }
|
|
1489
|
-
.react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn {
|
|
1490
|
-
display: inline-block;
|
|
1491
|
-
height: 35px;
|
|
1492
|
-
width: 35px;
|
|
1493
|
-
border-radius: 20px;
|
|
1494
|
-
background: var(--react-autoql-accent-color, #26a7df);
|
|
1495
|
-
color: var(--react-autoql-accent-text-color);
|
|
1496
|
-
line-height: 38px;
|
|
1497
|
-
text-align: center;
|
|
1498
|
-
font-size: 20px;
|
|
1499
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
1500
|
-
transition: all 0.2s ease;
|
|
1501
|
-
margin-right: 5px;
|
|
1502
|
-
cursor: pointer; }
|
|
1503
|
-
.react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn:hover {
|
|
1504
|
-
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.32); }
|
|
1505
|
-
.react-autoql-notification-settings .react-autoql-notification-setting-display-name {
|
|
1506
|
-
white-space: nowrap;
|
|
1507
|
-
overflow: hidden;
|
|
1508
|
-
text-overflow: ellipsis;
|
|
1509
|
-
padding-right: 10px; }
|
|
1510
|
-
.react-autoql-notification-settings .react-autoql-notification-setting-display-name .react-autoql-notification-setting-display-name-message {
|
|
1511
|
-
opacity: 0.5; }
|
|
1512
|
-
.react-autoql-notification-settings .react-autoql-re-initialize-btn {
|
|
1513
|
-
vertical-align: middle;
|
|
1514
|
-
height: 18px; }
|
|
1515
|
-
.react-autoql-notification-settings .react-autoql-re-initialize-btn-text {
|
|
1516
|
-
display: flex;
|
|
1517
|
-
align-items: center;
|
|
1518
|
-
margin-top: -25px; }
|
|
1519
|
-
|
|
1520
1426
|
.notification-list-loading-container {
|
|
1521
1427
|
text-align: center;
|
|
1522
1428
|
padding-top: 100px;
|
|
@@ -1615,74 +1521,99 @@ span.react-autoql-icon {
|
|
|
1615
1521
|
opacity: 1;
|
|
1616
1522
|
top: 0; } }
|
|
1617
1523
|
|
|
1618
|
-
.
|
|
1619
|
-
|
|
1620
|
-
text-
|
|
1621
|
-
|
|
1622
|
-
height:
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
.
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
.
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
.
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
.notification-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
.
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1524
|
+
.react-autoql-notification-settings {
|
|
1525
|
+
background-color: var(--react-autoql-background-color-secondary);
|
|
1526
|
+
color: var(--react-autoql-text-color-primary);
|
|
1527
|
+
padding-top: 20px;
|
|
1528
|
+
height: 100%; }
|
|
1529
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container {
|
|
1530
|
+
margin: 20px;
|
|
1531
|
+
margin-top: 10px;
|
|
1532
|
+
border-radius: 4px;
|
|
1533
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
1534
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
1535
|
+
overflow: hidden; }
|
|
1536
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item {
|
|
1537
|
+
height: 55px;
|
|
1538
|
+
line-height: 55px;
|
|
1539
|
+
transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1); }
|
|
1540
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-error-status-icon {
|
|
1541
|
+
margin-right: 10px;
|
|
1542
|
+
cursor: pointer; }
|
|
1543
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item #react-autoql-notification-error-status-icon-PROJECT {
|
|
1544
|
+
margin-right: 10px; }
|
|
1545
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .reset-period-info-icon {
|
|
1546
|
+
padding-right: 20px;
|
|
1547
|
+
font-size: 17px;
|
|
1548
|
+
opacity: 1;
|
|
1549
|
+
cursor: pointer;
|
|
1550
|
+
color: var(--react-autoql-accent-color); }
|
|
1551
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item.CUSTOM:hover {
|
|
1552
|
+
background: rgba(0, 0, 0, 0.01); }
|
|
1553
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn {
|
|
1554
|
+
opacity: 0;
|
|
1555
|
+
margin-right: 20px;
|
|
1556
|
+
font-size: 16px;
|
|
1557
|
+
transition: all 0.2s ease;
|
|
1558
|
+
color: var(--react-autoql-text-color-primary);
|
|
1559
|
+
cursor: pointer; }
|
|
1560
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn:hover {
|
|
1561
|
+
color: var(--react-autoql-accent-color);
|
|
1562
|
+
opacity: 1 !important; }
|
|
1563
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item:hover .react-autoql-notification-action-btn {
|
|
1564
|
+
opacity: 0.5; }
|
|
1565
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item-header {
|
|
1566
|
+
display: flex;
|
|
1567
|
+
justify-content: space-between;
|
|
1568
|
+
height: 56px;
|
|
1569
|
+
padding-left: 25px;
|
|
1570
|
+
padding-right: 8px;
|
|
1571
|
+
border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
|
|
1572
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-enable-checkbox {
|
|
1573
|
+
margin-bottom: 4px;
|
|
1574
|
+
margin-right: 8px; }
|
|
1575
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-disable-checkbox {
|
|
1576
|
+
margin-bottom: 4px;
|
|
1577
|
+
margin-right: 8px;
|
|
1578
|
+
opacity: 0.5;
|
|
1579
|
+
pointer-events: none; }
|
|
1580
|
+
.react-autoql-notification-settings .react-autoql-notification-title-container {
|
|
1581
|
+
display: flex;
|
|
1582
|
+
justify-content: space-between;
|
|
1583
|
+
align-items: center;
|
|
1584
|
+
padding: 5px 20px;
|
|
1585
|
+
padding-bottom: 0;
|
|
1586
|
+
color: var(--react-autoql-text-color-primary); }
|
|
1587
|
+
.react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn {
|
|
1588
|
+
display: inline-block;
|
|
1589
|
+
height: 35px;
|
|
1590
|
+
width: 35px;
|
|
1591
|
+
border-radius: 20px;
|
|
1592
|
+
background: var(--react-autoql-accent-color, #26a7df);
|
|
1593
|
+
color: var(--react-autoql-accent-text-color);
|
|
1594
|
+
line-height: 38px;
|
|
1595
|
+
text-align: center;
|
|
1596
|
+
font-size: 20px;
|
|
1597
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
1598
|
+
transition: all 0.2s ease;
|
|
1599
|
+
margin-right: 5px;
|
|
1600
|
+
cursor: pointer; }
|
|
1601
|
+
.react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn:hover {
|
|
1602
|
+
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.32); }
|
|
1603
|
+
.react-autoql-notification-settings .react-autoql-notification-setting-display-name {
|
|
1604
|
+
white-space: nowrap;
|
|
1605
|
+
overflow: hidden;
|
|
1606
|
+
text-overflow: ellipsis;
|
|
1607
|
+
padding-right: 10px; }
|
|
1608
|
+
.react-autoql-notification-settings .react-autoql-notification-setting-display-name .react-autoql-notification-setting-display-name-message {
|
|
1609
|
+
opacity: 0.5; }
|
|
1610
|
+
.react-autoql-notification-settings .react-autoql-re-initialize-btn {
|
|
1611
|
+
vertical-align: middle;
|
|
1612
|
+
height: 18px; }
|
|
1613
|
+
.react-autoql-notification-settings .react-autoql-re-initialize-btn-text {
|
|
1614
|
+
display: flex;
|
|
1615
|
+
align-items: center;
|
|
1616
|
+
margin-top: -25px; }
|
|
1686
1617
|
|
|
1687
1618
|
.react-autoql-notification-list-item {
|
|
1688
1619
|
display: flex;
|
|
@@ -1900,6 +1831,75 @@ span.react-autoql-icon {
|
|
|
1900
1831
|
.react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp span.react-autoql-icon svg {
|
|
1901
1832
|
margin-bottom: -1px; }
|
|
1902
1833
|
|
|
1834
|
+
.notification-rule-outer-container {
|
|
1835
|
+
position: relative;
|
|
1836
|
+
border: 1px solid transparent;
|
|
1837
|
+
border-radius: 4px;
|
|
1838
|
+
padding-bottom: 5px; }
|
|
1839
|
+
|
|
1840
|
+
.expression-error-message {
|
|
1841
|
+
padding-left: 5px; }
|
|
1842
|
+
|
|
1843
|
+
.data-alerts-container.read-only .react-autoql-notification-group-container {
|
|
1844
|
+
border: none; }
|
|
1845
|
+
|
|
1846
|
+
.notification-rule-add-btn-outer,
|
|
1847
|
+
.notification-rule-validate-btn-outer {
|
|
1848
|
+
text-align: center;
|
|
1849
|
+
border-style: dashed !important;
|
|
1850
|
+
height: 38px;
|
|
1851
|
+
line-height: 25px;
|
|
1852
|
+
margin: 0 !important;
|
|
1853
|
+
overflow: hidden; }
|
|
1854
|
+
|
|
1855
|
+
.notification-rule-outer-container {
|
|
1856
|
+
position: relative;
|
|
1857
|
+
border: 1px solid transparent;
|
|
1858
|
+
border-radius: 4px; }
|
|
1859
|
+
.notification-rule-outer-container.outlined {
|
|
1860
|
+
border-color: rgba(0, 0, 0, 0.15);
|
|
1861
|
+
padding: 0 20px;
|
|
1862
|
+
padding-bottom: 12px; }
|
|
1863
|
+
|
|
1864
|
+
.notification-outer-all-any {
|
|
1865
|
+
position: absolute;
|
|
1866
|
+
left: 0;
|
|
1867
|
+
top: 50%; }
|
|
1868
|
+
|
|
1869
|
+
.notification-first-group-btn-container {
|
|
1870
|
+
display: flex;
|
|
1871
|
+
justify-content: space-between; }
|
|
1872
|
+
|
|
1873
|
+
.data-alerts-container.read-only .react-autoql-notification-group-container {
|
|
1874
|
+
border: none; }
|
|
1875
|
+
|
|
1876
|
+
.react-autoql-step-container a {
|
|
1877
|
+
color: var(--react-autoql-accent-color, #26a7df); }
|
|
1878
|
+
|
|
1879
|
+
.frequency-date-select-container {
|
|
1880
|
+
margin-top: 10px; }
|
|
1881
|
+
|
|
1882
|
+
.notification-frequency-step {
|
|
1883
|
+
display: flex; }
|
|
1884
|
+
.notification-frequency-step .frequency-category-select {
|
|
1885
|
+
position: relative;
|
|
1886
|
+
padding-top: 9px; }
|
|
1887
|
+
.notification-frequency-step .notification-frequency-select {
|
|
1888
|
+
margin-left: 8px; }
|
|
1889
|
+
.notification-frequency-step .frequency-repeat-checkbox .react-autoql-checkbox-label {
|
|
1890
|
+
line-height: 33px; }
|
|
1891
|
+
.notification-frequency-step .frequency-repeat-follow-text {
|
|
1892
|
+
line-height: 32px;
|
|
1893
|
+
vertical-align: top; }
|
|
1894
|
+
.notification-frequency-step .frequency-settings-container {
|
|
1895
|
+
flex: 0 1 400px; }
|
|
1896
|
+
|
|
1897
|
+
.schedule-builder-timezone-section {
|
|
1898
|
+
margin: 10px 5px; }
|
|
1899
|
+
.schedule-builder-timezone-section .react-autoql-timezone-select {
|
|
1900
|
+
display: inline-block;
|
|
1901
|
+
width: 300px; }
|
|
1902
|
+
|
|
1903
1903
|
.notification-modal-content .react-autoql-step-content p {
|
|
1904
1904
|
margin-bottom: 0.5em;
|
|
1905
1905
|
margin-top: 0.5em;
|
|
@@ -2453,86 +2453,6 @@ span.react-autoql-icon {
|
|
|
2453
2453
|
background-color: var(--react-autoql-danger-color, #ca0b00);
|
|
2454
2454
|
color: #fff; }
|
|
2455
2455
|
|
|
2456
|
-
.ReactModal__Overlay {
|
|
2457
|
-
background-color: transparent !important;
|
|
2458
|
-
transition: background-color 0.2s ease-in-out;
|
|
2459
|
-
z-index: 9999; }
|
|
2460
|
-
|
|
2461
|
-
.ReactModal__Overlay--after-open {
|
|
2462
|
-
background-color: rgba(0, 0, 0, 0.25) !important; }
|
|
2463
|
-
|
|
2464
|
-
.ReactModal__Overlay--before-close {
|
|
2465
|
-
background-color: transparent !important; }
|
|
2466
|
-
|
|
2467
|
-
.ReactModal__Content {
|
|
2468
|
-
display: flex;
|
|
2469
|
-
flex-direction: column;
|
|
2470
|
-
transform: scale(0);
|
|
2471
|
-
transition: all 0.2s ease-in-out;
|
|
2472
|
-
color: var(--react-autoql-text-color-primary);
|
|
2473
|
-
border: 1px solid var(--react-autoql-border-color) !important;
|
|
2474
|
-
background: var(--react-autoql-background-color-primary) !important;
|
|
2475
|
-
box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.15);
|
|
2476
|
-
padding: 0 !important;
|
|
2477
|
-
margin: auto auto;
|
|
2478
|
-
max-width: 90vw;
|
|
2479
|
-
max-height: calc(100vh - 90px); }
|
|
2480
|
-
.ReactModal__Content input.react-autoql-input,
|
|
2481
|
-
.ReactModal__Content textarea.react-autoql-input,
|
|
2482
|
-
.ReactModal__Content textarea {
|
|
2483
|
-
border-color: var(--react-autoql-border-color);
|
|
2484
|
-
color: var(--react-autoql-text-color-primary);
|
|
2485
|
-
background: var(--react-autoql-background-color-primary, white); }
|
|
2486
|
-
.ReactModal__Content input.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea::-moz-placeholder {
|
|
2487
|
-
color: var(--react-autoql-text-color-placeholder); }
|
|
2488
|
-
.ReactModal__Content input.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea:-ms-input-placeholder {
|
|
2489
|
-
color: var(--react-autoql-text-color-placeholder); }
|
|
2490
|
-
.ReactModal__Content input.react-autoql-input::placeholder,
|
|
2491
|
-
.ReactModal__Content textarea.react-autoql-input::placeholder,
|
|
2492
|
-
.ReactModal__Content textarea::placeholder {
|
|
2493
|
-
color: var(--react-autoql-text-color-placeholder); }
|
|
2494
|
-
|
|
2495
|
-
.ReactModal__Overlay--after-open .ReactModal__Content {
|
|
2496
|
-
transform: scale(1); }
|
|
2497
|
-
|
|
2498
|
-
.ReactModal__Overlay--before-close .ReactModal__Content {
|
|
2499
|
-
transform: scale(0); }
|
|
2500
|
-
|
|
2501
|
-
.react-autoql-modal-header {
|
|
2502
|
-
position: relative;
|
|
2503
|
-
text-align: center;
|
|
2504
|
-
flex: 0 0 52px;
|
|
2505
|
-
border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05));
|
|
2506
|
-
padding: 14px 60px;
|
|
2507
|
-
font-size: 16px; }
|
|
2508
|
-
|
|
2509
|
-
.react-autoql-modal-footer {
|
|
2510
|
-
position: relative;
|
|
2511
|
-
flex: 0 0 52px;
|
|
2512
|
-
border-top: 1px solid rgba(0, 0, 0, 0.05);
|
|
2513
|
-
text-align: right;
|
|
2514
|
-
padding: 8px 10px; }
|
|
2515
|
-
|
|
2516
|
-
.react-autoql-modal-body {
|
|
2517
|
-
display: flex;
|
|
2518
|
-
flex-direction: column;
|
|
2519
|
-
padding: 25px;
|
|
2520
|
-
flex: 1;
|
|
2521
|
-
overflow: hidden; }
|
|
2522
|
-
.react-autoql-modal-body h3 {
|
|
2523
|
-
color: var(--react-autoql-text-color-primary); }
|
|
2524
|
-
|
|
2525
|
-
.react-autoql-modal-close-btn {
|
|
2526
|
-
position: absolute !important;
|
|
2527
|
-
top: 10px;
|
|
2528
|
-
right: 18px;
|
|
2529
|
-
font-size: 22px;
|
|
2530
|
-
opacity: 0.6 !important;
|
|
2531
|
-
cursor: pointer; }
|
|
2532
|
-
|
|
2533
|
-
.react-autoql-modal-close-btn:hover {
|
|
2534
|
-
opacity: 1 !important; }
|
|
2535
|
-
|
|
2536
2456
|
.react-autoql-radio-btn-container.react-autoql-radio-btn-container-list {
|
|
2537
2457
|
display: inline-block; }
|
|
2538
2458
|
|
|
@@ -2619,60 +2539,6 @@ span.react-autoql-icon {
|
|
|
2619
2539
|
border-top-right-radius: 4px;
|
|
2620
2540
|
border-bottom-right-radius: 4px; }
|
|
2621
2541
|
|
|
2622
|
-
.react-autoql-cascader {
|
|
2623
|
-
position: relative;
|
|
2624
|
-
white-space: nowrap;
|
|
2625
|
-
overflow: hidden;
|
|
2626
|
-
min-width: 300px; }
|
|
2627
|
-
.react-autoql-cascader .options-container {
|
|
2628
|
-
transition: max-width 0.3s ease;
|
|
2629
|
-
display: inline-block;
|
|
2630
|
-
vertical-align: top;
|
|
2631
|
-
padding: 0 10px;
|
|
2632
|
-
margin: 10px 0;
|
|
2633
|
-
width: 100%;
|
|
2634
|
-
max-width: calc(100% - 20px);
|
|
2635
|
-
white-space: pre-wrap; }
|
|
2636
|
-
.react-autoql-cascader .options-container.hidden {
|
|
2637
|
-
max-width: 0; }
|
|
2638
|
-
.react-autoql-cascader .options-container.hidden span {
|
|
2639
|
-
white-space: nowrap; }
|
|
2640
|
-
.react-autoql-cascader .options-container.hidden .option {
|
|
2641
|
-
opacity: 0;
|
|
2642
|
-
pointer-events: none; }
|
|
2643
|
-
.react-autoql-cascader .options-container .options-title {
|
|
2644
|
-
padding: 4px;
|
|
2645
|
-
padding-left: 10px;
|
|
2646
|
-
font-weight: 600; }
|
|
2647
|
-
.react-autoql-cascader .options-container .cascader-back-arrow {
|
|
2648
|
-
position: absolute;
|
|
2649
|
-
cursor: pointer;
|
|
2650
|
-
top: 15px;
|
|
2651
|
-
left: 0; }
|
|
2652
|
-
.react-autoql-cascader .options-container .cascader-back-arrow:hover {
|
|
2653
|
-
opacity: 0.8; }
|
|
2654
|
-
.react-autoql-cascader .options-container .option {
|
|
2655
|
-
cursor: pointer;
|
|
2656
|
-
padding: 4px;
|
|
2657
|
-
display: flex;
|
|
2658
|
-
justify-content: space-between;
|
|
2659
|
-
border-radius: 2px;
|
|
2660
|
-
padding-left: 10px; }
|
|
2661
|
-
.react-autoql-cascader .options-container .option .option-arrow {
|
|
2662
|
-
opacity: 0.7; }
|
|
2663
|
-
.react-autoql-cascader .options-container .option .option-execute-icon {
|
|
2664
|
-
opacity: 0;
|
|
2665
|
-
color: #fff;
|
|
2666
|
-
font-size: 16px;
|
|
2667
|
-
vertical-align: middle; }
|
|
2668
|
-
.react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
|
|
2669
|
-
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
2670
|
-
color: #fff; }
|
|
2671
|
-
.react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
|
|
2672
|
-
opacity: 1; }
|
|
2673
|
-
.react-autoql-cascader .options-container:not(:last-child) {
|
|
2674
|
-
border-right: 1px solid #d3d3d352; }
|
|
2675
|
-
|
|
2676
2542
|
.content {
|
|
2677
2543
|
margin: 2rem; }
|
|
2678
2544
|
|
|
@@ -2771,39 +2637,119 @@ span.react-autoql-icon {
|
|
|
2771
2637
|
background: var(--react-autoql-background-color-tertiary);
|
|
2772
2638
|
border: 1px solid var(--react-autoql-background-color-tertiary); }
|
|
2773
2639
|
|
|
2774
|
-
.react-autoql-checkbox--switch__input::before {
|
|
2775
|
-
top: 2px;
|
|
2776
|
-
right: 18px;
|
|
2777
|
-
bottom: 2px;
|
|
2778
|
-
left: 2px;
|
|
2779
|
-
border-radius: 50%;
|
|
2780
|
-
background: #fff; }
|
|
2640
|
+
.react-autoql-checkbox--switch__input::before {
|
|
2641
|
+
top: 2px;
|
|
2642
|
+
right: 18px;
|
|
2643
|
+
bottom: 2px;
|
|
2644
|
+
left: 2px;
|
|
2645
|
+
border-radius: 50%;
|
|
2646
|
+
background: #fff; }
|
|
2647
|
+
|
|
2648
|
+
.react-autoql-checkbox--switch__input:checked
|
|
2649
|
+
+ .react-autoql-checkbox--switch__label::after {
|
|
2650
|
+
content: 'on'; }
|
|
2651
|
+
|
|
2652
|
+
.react-autoql-checkbox--switch__input:checked::before {
|
|
2653
|
+
right: 2px;
|
|
2654
|
+
left: 18px;
|
|
2655
|
+
top: 2px;
|
|
2656
|
+
bottom: 2px; }
|
|
2657
|
+
|
|
2658
|
+
.react-autoql-checkbox-label {
|
|
2659
|
+
padding-left: 6px;
|
|
2660
|
+
line-height: 100%; }
|
|
2661
|
+
|
|
2662
|
+
.react-autoql-modal-container
|
|
2663
|
+
.react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input),
|
|
2664
|
+
.react-autoql-drawer
|
|
2665
|
+
.react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input) {
|
|
2666
|
+
border-color: var(--react-autoql-accent-color); }
|
|
2667
|
+
|
|
2668
|
+
.react-autoql-modal-container
|
|
2669
|
+
.react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input),
|
|
2670
|
+
.react-autoql-drawer
|
|
2671
|
+
.react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
|
|
2672
|
+
background: var(--react-autoql-accent-color); }
|
|
2673
|
+
|
|
2674
|
+
.ReactModal__Overlay {
|
|
2675
|
+
background-color: transparent !important;
|
|
2676
|
+
transition: background-color 0.2s ease-in-out;
|
|
2677
|
+
z-index: 9999; }
|
|
2678
|
+
|
|
2679
|
+
.ReactModal__Overlay--after-open {
|
|
2680
|
+
background-color: rgba(0, 0, 0, 0.25) !important; }
|
|
2681
|
+
|
|
2682
|
+
.ReactModal__Overlay--before-close {
|
|
2683
|
+
background-color: transparent !important; }
|
|
2684
|
+
|
|
2685
|
+
.ReactModal__Content {
|
|
2686
|
+
display: flex;
|
|
2687
|
+
flex-direction: column;
|
|
2688
|
+
transform: scale(0);
|
|
2689
|
+
transition: all 0.2s ease-in-out;
|
|
2690
|
+
color: var(--react-autoql-text-color-primary);
|
|
2691
|
+
border: 1px solid var(--react-autoql-border-color) !important;
|
|
2692
|
+
background: var(--react-autoql-background-color-primary) !important;
|
|
2693
|
+
box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.15);
|
|
2694
|
+
padding: 0 !important;
|
|
2695
|
+
margin: auto auto;
|
|
2696
|
+
max-width: 90vw;
|
|
2697
|
+
max-height: calc(100vh - 90px); }
|
|
2698
|
+
.ReactModal__Content input.react-autoql-input,
|
|
2699
|
+
.ReactModal__Content textarea.react-autoql-input,
|
|
2700
|
+
.ReactModal__Content textarea {
|
|
2701
|
+
border-color: var(--react-autoql-border-color);
|
|
2702
|
+
color: var(--react-autoql-text-color-primary);
|
|
2703
|
+
background: var(--react-autoql-background-color-primary, white); }
|
|
2704
|
+
.ReactModal__Content input.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea::-moz-placeholder {
|
|
2705
|
+
color: var(--react-autoql-text-color-placeholder); }
|
|
2706
|
+
.ReactModal__Content input.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea:-ms-input-placeholder {
|
|
2707
|
+
color: var(--react-autoql-text-color-placeholder); }
|
|
2708
|
+
.ReactModal__Content input.react-autoql-input::placeholder,
|
|
2709
|
+
.ReactModal__Content textarea.react-autoql-input::placeholder,
|
|
2710
|
+
.ReactModal__Content textarea::placeholder {
|
|
2711
|
+
color: var(--react-autoql-text-color-placeholder); }
|
|
2712
|
+
|
|
2713
|
+
.ReactModal__Overlay--after-open .ReactModal__Content {
|
|
2714
|
+
transform: scale(1); }
|
|
2715
|
+
|
|
2716
|
+
.ReactModal__Overlay--before-close .ReactModal__Content {
|
|
2717
|
+
transform: scale(0); }
|
|
2781
2718
|
|
|
2782
|
-
.react-autoql-
|
|
2783
|
-
|
|
2784
|
-
|
|
2719
|
+
.react-autoql-modal-header {
|
|
2720
|
+
position: relative;
|
|
2721
|
+
text-align: center;
|
|
2722
|
+
flex: 0 0 52px;
|
|
2723
|
+
border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05));
|
|
2724
|
+
padding: 14px 60px;
|
|
2725
|
+
font-size: 16px; }
|
|
2785
2726
|
|
|
2786
|
-
.react-autoql-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
top:
|
|
2790
|
-
|
|
2727
|
+
.react-autoql-modal-footer {
|
|
2728
|
+
position: relative;
|
|
2729
|
+
flex: 0 0 52px;
|
|
2730
|
+
border-top: 1px solid rgba(0, 0, 0, 0.05);
|
|
2731
|
+
text-align: right;
|
|
2732
|
+
padding: 8px 10px; }
|
|
2791
2733
|
|
|
2792
|
-
.react-autoql-
|
|
2793
|
-
|
|
2794
|
-
|
|
2734
|
+
.react-autoql-modal-body {
|
|
2735
|
+
display: flex;
|
|
2736
|
+
flex-direction: column;
|
|
2737
|
+
padding: 25px;
|
|
2738
|
+
flex: 1;
|
|
2739
|
+
overflow: hidden; }
|
|
2740
|
+
.react-autoql-modal-body h3 {
|
|
2741
|
+
color: var(--react-autoql-text-color-primary); }
|
|
2795
2742
|
|
|
2796
|
-
.react-autoql-modal-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2743
|
+
.react-autoql-modal-close-btn {
|
|
2744
|
+
position: absolute !important;
|
|
2745
|
+
top: 10px;
|
|
2746
|
+
right: 18px;
|
|
2747
|
+
font-size: 22px;
|
|
2748
|
+
opacity: 0.6 !important;
|
|
2749
|
+
cursor: pointer; }
|
|
2801
2750
|
|
|
2802
|
-
.react-autoql-modal-
|
|
2803
|
-
|
|
2804
|
-
.react-autoql-drawer
|
|
2805
|
-
.react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
|
|
2806
|
-
background: var(--react-autoql-accent-color); }
|
|
2751
|
+
.react-autoql-modal-close-btn:hover {
|
|
2752
|
+
opacity: 1 !important; }
|
|
2807
2753
|
|
|
2808
2754
|
.chat-single-message-container {
|
|
2809
2755
|
transition: background-color 0.2s ease;
|
|
@@ -3020,40 +2966,59 @@ span.react-autoql-icon {
|
|
|
3020
2966
|
transform: scale(1);
|
|
3021
2967
|
transform-origin: 0% 100%; } }
|
|
3022
2968
|
|
|
3023
|
-
.autoql-
|
|
3024
|
-
position: absolute;
|
|
3025
|
-
background: inherit;
|
|
3026
|
-
padding: 5px;
|
|
3027
|
-
border-radius: 6px;
|
|
3028
|
-
line-height: 28px;
|
|
3029
|
-
background: var(--react-autoql-background-color-primary);
|
|
3030
|
-
border: 1px solid var(--react-autoql-border-color); }
|
|
3031
|
-
.autoql-options-toolbar.vertical .react-autoql-toolbar-btn {
|
|
3032
|
-
display: block; }
|
|
3033
|
-
.autoql-options-toolbar .react-autoql-toolbar-btn {
|
|
3034
|
-
color: var(--react-autoql-text-color-primary); }
|
|
3035
|
-
|
|
3036
|
-
.copy-sql-modal-content {
|
|
2969
|
+
.react-autoql-cascader {
|
|
3037
2970
|
position: relative;
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
2971
|
+
white-space: nowrap;
|
|
2972
|
+
overflow: hidden;
|
|
2973
|
+
min-width: 300px; }
|
|
2974
|
+
.react-autoql-cascader .options-container {
|
|
2975
|
+
transition: max-width 0.3s ease;
|
|
2976
|
+
display: inline-block;
|
|
2977
|
+
vertical-align: top;
|
|
2978
|
+
padding: 0 10px;
|
|
2979
|
+
margin: 10px 0;
|
|
3041
2980
|
width: 100%;
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
2981
|
+
max-width: calc(100% - 20px);
|
|
2982
|
+
white-space: pre-wrap; }
|
|
2983
|
+
.react-autoql-cascader .options-container.hidden {
|
|
2984
|
+
max-width: 0; }
|
|
2985
|
+
.react-autoql-cascader .options-container.hidden span {
|
|
2986
|
+
white-space: nowrap; }
|
|
2987
|
+
.react-autoql-cascader .options-container.hidden .option {
|
|
2988
|
+
opacity: 0;
|
|
2989
|
+
pointer-events: none; }
|
|
2990
|
+
.react-autoql-cascader .options-container .options-title {
|
|
2991
|
+
padding: 4px;
|
|
2992
|
+
padding-left: 10px;
|
|
2993
|
+
font-weight: 600; }
|
|
2994
|
+
.react-autoql-cascader .options-container .cascader-back-arrow {
|
|
2995
|
+
position: absolute;
|
|
2996
|
+
cursor: pointer;
|
|
2997
|
+
top: 15px;
|
|
2998
|
+
left: 0; }
|
|
2999
|
+
.react-autoql-cascader .options-container .cascader-back-arrow:hover {
|
|
3000
|
+
opacity: 0.8; }
|
|
3001
|
+
.react-autoql-cascader .options-container .option {
|
|
3002
|
+
cursor: pointer;
|
|
3003
|
+
padding: 4px;
|
|
3004
|
+
display: flex;
|
|
3005
|
+
justify-content: space-between;
|
|
3006
|
+
border-radius: 2px;
|
|
3007
|
+
padding-left: 10px; }
|
|
3008
|
+
.react-autoql-cascader .options-container .option .option-arrow {
|
|
3009
|
+
opacity: 0.7; }
|
|
3010
|
+
.react-autoql-cascader .options-container .option .option-execute-icon {
|
|
3011
|
+
opacity: 0;
|
|
3012
|
+
color: #fff;
|
|
3013
|
+
font-size: 16px;
|
|
3014
|
+
vertical-align: middle; }
|
|
3015
|
+
.react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
|
|
3016
|
+
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
3017
|
+
color: #fff; }
|
|
3018
|
+
.react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
|
|
3019
|
+
opacity: 1; }
|
|
3020
|
+
.react-autoql-cascader .options-container:not(:last-child) {
|
|
3021
|
+
border-right: 1px solid #d3d3d352; }
|
|
3057
3022
|
|
|
3058
3023
|
.query-tips-page-container {
|
|
3059
3024
|
height: 100%;
|
|
@@ -3227,6 +3192,41 @@ span.react-autoql-icon {
|
|
|
3227
3192
|
100% {
|
|
3228
3193
|
opacity: 1; } }
|
|
3229
3194
|
|
|
3195
|
+
.autoql-options-toolbar {
|
|
3196
|
+
position: absolute;
|
|
3197
|
+
background: inherit;
|
|
3198
|
+
padding: 5px;
|
|
3199
|
+
border-radius: 6px;
|
|
3200
|
+
line-height: 28px;
|
|
3201
|
+
background: var(--react-autoql-background-color-primary);
|
|
3202
|
+
border: 1px solid var(--react-autoql-border-color); }
|
|
3203
|
+
.autoql-options-toolbar.vertical .react-autoql-toolbar-btn {
|
|
3204
|
+
display: block; }
|
|
3205
|
+
.autoql-options-toolbar .react-autoql-toolbar-btn {
|
|
3206
|
+
color: var(--react-autoql-text-color-primary); }
|
|
3207
|
+
|
|
3208
|
+
.copy-sql-modal-content {
|
|
3209
|
+
position: relative;
|
|
3210
|
+
height: 60vh; }
|
|
3211
|
+
.copy-sql-modal-content .copy-sql-formatted-text {
|
|
3212
|
+
height: 100%;
|
|
3213
|
+
width: 100%;
|
|
3214
|
+
padding: 10px;
|
|
3215
|
+
resize: none;
|
|
3216
|
+
background: var(--react-autoql-background-color-secondary); }
|
|
3217
|
+
.copy-sql-modal-content .copy-sql-btn {
|
|
3218
|
+
color: var(--react-autoql-text-color);
|
|
3219
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
3220
|
+
position: absolute;
|
|
3221
|
+
top: 3px;
|
|
3222
|
+
right: 0;
|
|
3223
|
+
opacity: 0;
|
|
3224
|
+
transition: opacity 0.3s ease; }
|
|
3225
|
+
.copy-sql-modal-content .sql-copied {
|
|
3226
|
+
color: var(--react-autoql-success-color) !important; }
|
|
3227
|
+
.copy-sql-modal-content:hover .copy-sql-btn {
|
|
3228
|
+
opacity: 1; }
|
|
3229
|
+
|
|
3230
3230
|
.react-autoql-table-container {
|
|
3231
3231
|
flex: 1;
|
|
3232
3232
|
max-width: 100%;
|
|
@@ -3510,6 +3510,7 @@ span.react-autoql-icon {
|
|
|
3510
3510
|
background: var(--react-autoql-background-color-primary);
|
|
3511
3511
|
padding: 5px; }
|
|
3512
3512
|
|
|
3513
|
+
|
|
3513
3514
|
.viz-toolbar {
|
|
3514
3515
|
position: absolute;
|
|
3515
3516
|
background: inherit;
|
|
@@ -3541,7 +3542,6 @@ span.react-autoql-icon {
|
|
|
3541
3542
|
.react-autoql-toolbar-btn:hover {
|
|
3542
3543
|
opacity: 0.7; }
|
|
3543
3544
|
|
|
3544
|
-
|
|
3545
3545
|
.react-autoql-input-container {
|
|
3546
3546
|
position: relative;
|
|
3547
3547
|
margin: 2px 5px;
|
|
@@ -3865,44 +3865,6 @@ span.react-autoql-icon {
|
|
|
3865
3865
|
|
|
3866
3866
|
|
|
3867
3867
|
|
|
3868
|
-
.react-autoql-select {
|
|
3869
|
-
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
3870
|
-
border-radius: 4px;
|
|
3871
|
-
background: var(--react-autoql-background-color-primary, white);
|
|
3872
|
-
display: inline-block;
|
|
3873
|
-
font-size: 13px;
|
|
3874
|
-
line-height: 32px;
|
|
3875
|
-
height: 34px;
|
|
3876
|
-
margin: 0 3px;
|
|
3877
|
-
padding: 0 11px;
|
|
3878
|
-
color: var(--react-autoql-accent-color, #26a7df);
|
|
3879
|
-
transition: all 0.2s ease;
|
|
3880
|
-
cursor: pointer; }
|
|
3881
|
-
.react-autoql-select:hover {
|
|
3882
|
-
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3883
|
-
|
|
3884
|
-
.react-autoql-select-popup-container {
|
|
3885
|
-
background: var(--react-autoql-background-color-primary, white);
|
|
3886
|
-
padding: 10px 0;
|
|
3887
|
-
max-height: 300px;
|
|
3888
|
-
overflow-y: auto; }
|
|
3889
|
-
.react-autoql-select-popup-container .react-autoql-select-option.active {
|
|
3890
|
-
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
3891
|
-
.react-autoql-select-popup-container .react-autoql-select-popup {
|
|
3892
|
-
list-style-type: none;
|
|
3893
|
-
width: 100%;
|
|
3894
|
-
margin: 0;
|
|
3895
|
-
padding: 0; }
|
|
3896
|
-
.react-autoql-select-popup-container .react-autoql-select-popup li {
|
|
3897
|
-
color: var(--react-autoql-text-color-primary);
|
|
3898
|
-
width: 100%;
|
|
3899
|
-
height: 35px;
|
|
3900
|
-
line-height: 35px;
|
|
3901
|
-
padding: 0 20px;
|
|
3902
|
-
cursor: pointer; }
|
|
3903
|
-
.react-autoql-select-popup-container .react-autoql-select-popup li:hover {
|
|
3904
|
-
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
3905
|
-
|
|
3906
3868
|
.slack-modal-error-container,
|
|
3907
3869
|
.slack-modal-empty-list-message {
|
|
3908
3870
|
display: flex;
|
|
@@ -4048,6 +4010,44 @@ span.react-autoql-icon {
|
|
|
4048
4010
|
.slack-channel-list-container .connect-channel-btn button {
|
|
4049
4011
|
width: 200px; }
|
|
4050
4012
|
|
|
4013
|
+
.react-autoql-select {
|
|
4014
|
+
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
4015
|
+
border-radius: 4px;
|
|
4016
|
+
background: var(--react-autoql-background-color-primary, white);
|
|
4017
|
+
display: inline-block;
|
|
4018
|
+
font-size: 13px;
|
|
4019
|
+
line-height: 32px;
|
|
4020
|
+
height: 34px;
|
|
4021
|
+
margin: 0 3px;
|
|
4022
|
+
padding: 0 11px;
|
|
4023
|
+
color: var(--react-autoql-accent-color, #26a7df);
|
|
4024
|
+
transition: all 0.2s ease;
|
|
4025
|
+
cursor: pointer; }
|
|
4026
|
+
.react-autoql-select:hover {
|
|
4027
|
+
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
4028
|
+
|
|
4029
|
+
.react-autoql-select-popup-container {
|
|
4030
|
+
background: var(--react-autoql-background-color-primary, white);
|
|
4031
|
+
padding: 10px 0;
|
|
4032
|
+
max-height: 300px;
|
|
4033
|
+
overflow-y: auto; }
|
|
4034
|
+
.react-autoql-select-popup-container .react-autoql-select-option.active {
|
|
4035
|
+
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
4036
|
+
.react-autoql-select-popup-container .react-autoql-select-popup {
|
|
4037
|
+
list-style-type: none;
|
|
4038
|
+
width: 100%;
|
|
4039
|
+
margin: 0;
|
|
4040
|
+
padding: 0; }
|
|
4041
|
+
.react-autoql-select-popup-container .react-autoql-select-popup li {
|
|
4042
|
+
color: var(--react-autoql-text-color-primary);
|
|
4043
|
+
width: 100%;
|
|
4044
|
+
height: 35px;
|
|
4045
|
+
line-height: 35px;
|
|
4046
|
+
padding: 0 20px;
|
|
4047
|
+
cursor: pointer; }
|
|
4048
|
+
.react-autoql-select-popup-container .react-autoql-select-popup li:hover {
|
|
4049
|
+
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
4050
|
+
|
|
4051
4051
|
.react-autoql-select-with-arrow div {
|
|
4052
4052
|
color: inherit; }
|
|
4053
4053
|
|