react-autoql 4.2.0 → 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.
@@ -1,4 +1,77 @@
1
1
 
2
+ .chat-voice-record-button {
3
+ width: 40px;
4
+ height: 40px;
5
+ border-radius: 24px;
6
+ margin: 10px;
7
+ margin-left: 0;
8
+ font-size: 18px;
9
+ line-height: 24px;
10
+ outline: none !important;
11
+ position: relative;
12
+ cursor: pointer;
13
+ overflow: hidden;
14
+ background: var(--react-autoql-accent-color);
15
+ color: var(--react-autoql-accent-text-color);
16
+ border: none;
17
+ flex-shrink: 0;
18
+ flex-grow: 0; }
19
+
20
+ .chat-voice-record-button:hover {
21
+ box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15); }
22
+
23
+ .chat-voice-record-button.listening {
24
+ background: #ff471a; }
25
+
26
+ .chat-voice-record-icon {
27
+ vertical-align: top; }
28
+
29
+ .react-autoql-tooltip {
30
+ font-family: inherit;
31
+ letter-spacing: 0.04em;
32
+ text-align: left;
33
+ padding: 7px 15px;
34
+ opacity: 1 !important;
35
+ z-index: 99999 !important; }
36
+
37
+ @-webkit-keyframes slide {
38
+ 0% {
39
+ transform: translateX(-100%); }
40
+ 100% {
41
+ transform: translateX(100%); } }
42
+
43
+ @keyframes slide {
44
+ 0% {
45
+ transform: translateX(-100%); }
46
+ 100% {
47
+ transform: translateX(100%); } }
48
+
49
+ @-webkit-keyframes move {
50
+ 0% {
51
+ left: 0;
52
+ opacity: 0; }
53
+ 5% {
54
+ opacity: 0; }
55
+ 48% {
56
+ opacity: 0.2; }
57
+ 80% {
58
+ opacity: 0; }
59
+ 100% {
60
+ left: 82%; } }
61
+
62
+ @keyframes move {
63
+ 0% {
64
+ left: 0;
65
+ opacity: 0; }
66
+ 5% {
67
+ opacity: 0; }
68
+ 48% {
69
+ opacity: 0.2; }
70
+ 80% {
71
+ opacity: 0; }
72
+ 100% {
73
+ left: 82%; } }
74
+
2
75
  .react-autoql-bar-container {
3
76
  position: relative;
4
77
  display: flex;
@@ -145,79 +218,6 @@
145
218
  left: 30px;
146
219
  top: 15px; }
147
220
 
148
- .chat-voice-record-button {
149
- width: 40px;
150
- height: 40px;
151
- border-radius: 24px;
152
- margin: 10px;
153
- margin-left: 0;
154
- font-size: 18px;
155
- line-height: 24px;
156
- outline: none !important;
157
- position: relative;
158
- cursor: pointer;
159
- overflow: hidden;
160
- background: var(--react-autoql-accent-color);
161
- color: var(--react-autoql-accent-text-color);
162
- border: none;
163
- flex-shrink: 0;
164
- flex-grow: 0; }
165
-
166
- .chat-voice-record-button:hover {
167
- box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15); }
168
-
169
- .chat-voice-record-button.listening {
170
- background: #ff471a; }
171
-
172
- .chat-voice-record-icon {
173
- vertical-align: top; }
174
-
175
- .react-autoql-tooltip {
176
- font-family: inherit;
177
- letter-spacing: 0.04em;
178
- text-align: left;
179
- padding: 7px 15px;
180
- opacity: 1 !important;
181
- z-index: 99999 !important; }
182
-
183
- @-webkit-keyframes slide {
184
- 0% {
185
- transform: translateX(-100%); }
186
- 100% {
187
- transform: translateX(100%); } }
188
-
189
- @keyframes slide {
190
- 0% {
191
- transform: translateX(-100%); }
192
- 100% {
193
- transform: translateX(100%); } }
194
-
195
- @-webkit-keyframes move {
196
- 0% {
197
- left: 0;
198
- opacity: 0; }
199
- 5% {
200
- opacity: 0; }
201
- 48% {
202
- opacity: 0.2; }
203
- 80% {
204
- opacity: 0; }
205
- 100% {
206
- left: 82%; } }
207
-
208
- @keyframes move {
209
- 0% {
210
- left: 0;
211
- opacity: 0; }
212
- 5% {
213
- opacity: 0; }
214
- 48% {
215
- opacity: 0.2; }
216
- 80% {
217
- opacity: 0; }
218
- 100% {
219
- left: 82%; } }
220
-
221
221
  .react-autoql-icon {
222
222
  position: relative;
223
223
  opacity: 1; }
@@ -600,6 +600,9 @@ span.react-autoql-icon {
600
600
  width: 100%;
601
601
  height: 100%;
602
602
  color: var(--react-autoql-text-color-primary); }
603
+ .react-autoql-response-content-container .query-output-error-message,
604
+ .react-autoql-response-content-container .no-columns-error-message {
605
+ margin: auto; }
603
606
 
604
607
  .react-autoql-response-content-container.table {
605
608
  max-height: 100vh !important;
@@ -1420,83 +1423,245 @@ span.react-autoql-icon {
1420
1423
  left: 0.5em;
1421
1424
  top: -2px; }
1422
1425
 
1423
- .notification-rule-add-btn-outer,
1424
- .notification-rule-validate-btn-outer {
1426
+ .notification-list-loading-container {
1425
1427
  text-align: center;
1426
- border-style: dashed !important;
1427
- height: 38px;
1428
- line-height: 25px;
1429
- margin: 0 !important;
1430
- overflow: hidden; }
1428
+ padding-top: 100px;
1429
+ color: var(--react-autoql-text-color-primary);
1430
+ height: 100%;
1431
+ overflow: hidden;
1432
+ background: var(--react-autoql-background-color-secondary); }
1431
1433
 
1432
- .notification-rule-outer-container {
1433
- position: relative;
1434
- border: 1px solid transparent;
1435
- border-radius: 4px; }
1436
- .notification-rule-outer-container.outlined {
1437
- border-color: rgba(0, 0, 0, 0.15);
1438
- padding: 0 20px;
1439
- padding-bottom: 12px; }
1434
+ .empty-notifications-message {
1435
+ color: var(--react-autoql-text-color-primary);
1436
+ text-align: center;
1437
+ margin-top: 75px; }
1438
+ .empty-notifications-message div {
1439
+ opacity: 0.6; }
1440
+ .empty-notifications-message .empty-notifications-title {
1441
+ font-size: 16px;
1442
+ font-weight: bold;
1443
+ margin-bottom: 5px; }
1444
+ .empty-notifications-message .empty-notifications-img {
1445
+ width: 250px;
1446
+ height: 250px; }
1440
1447
 
1441
- .notification-outer-all-any {
1442
- position: absolute;
1443
- left: 0;
1444
- top: 50%; }
1448
+ .react-autoql-notification-list-container {
1449
+ height: 100%;
1450
+ padding: 20px;
1451
+ overflow-y: auto;
1452
+ background: var(--react-autoql-background-color-secondary); }
1445
1453
 
1446
- .notification-first-group-btn-container {
1447
- display: flex;
1448
- justify-content: space-between; }
1454
+ .react-autoql-notification-dismiss-all {
1455
+ text-align: right;
1456
+ margin-bottom: 12px;
1457
+ padding-right: 10px;
1458
+ color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
1459
+ transition: color 0.1s ease; }
1460
+ .react-autoql-notification-dismiss-all span {
1461
+ opacity: 0.8;
1462
+ cursor: pointer; }
1463
+ .react-autoql-notification-dismiss-all span:hover {
1464
+ opacity: 1; }
1449
1465
 
1450
- .data-alerts-container.read-only .react-autoql-notification-group-container {
1451
- border: none; }
1466
+ .react-autoql-notification-display-name-input {
1467
+ width: 100%; }
1452
1468
 
1453
- .react-autoql-notification-list-item {
1454
- display: flex;
1455
- flex-direction: column;
1456
- flex-basis: auto;
1457
- --accent-color: #26a7df;
1458
- position: relative;
1459
- overflow: hidden;
1460
- background: var(--react-autoql-background-color-primary, #fff);
1461
- border-radius: 4px;
1462
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
1463
- margin-bottom: 8px;
1464
- color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
1465
- font-family: var(--react-autoql-font-family), sans-serif;
1466
- transition: all 1s ease;
1467
- transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1);
1468
- -webkit-animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
1469
- animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
1470
- -webkit-animation-fill-mode: both;
1471
- animation-fill-mode: both;
1469
+ .react-autoql-notification-message-input {
1470
+ width: 100%; }
1471
+
1472
+ .react-autoql-notification-list-item:nth-of-type(0) {
1472
1473
  -webkit-animation-delay: 0s;
1473
1474
  animation-delay: 0s; }
1474
- .react-autoql-notification-list-item .single-value-response {
1475
- font-size: 32px;
1476
- margin-top: -6px;
1477
- opacity: 0.9; }
1478
- .react-autoql-notification-list-item .viz-toolbar {
1479
- position: relative;
1480
- border: none; }
1481
- .react-autoql-notification-list-item .viz-toolbar .react-autoql-toolbar-btn {
1482
- height: 33px; }
1483
- .react-autoql-notification-list-item .react-autoql-notification-details-title {
1484
- font-weight: 600;
1485
- padding-top: 20px;
1486
- padding-bottom: 5px; }
1487
- .react-autoql-notification-list-item.expanded .react-autoql-notification-list-item-header {
1488
- border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.04)); }
1489
- .react-autoql-notification-list-item .react-autoql-notification-details {
1490
- overflow: hidden; }
1491
- .react-autoql-notification-list-item.animation-complete .react-autoql-notification-details {
1492
- overflow: auto; }
1493
- .react-autoql-notification-list-item:hover:not(.expanded) {
1494
- background-color: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.01)); }
1495
- .react-autoql-notification-list-item:hover .react-autoql-notification-delete-icon {
1496
- opacity: 1; }
1497
- .react-autoql-notification-list-item.triggered .react-autoql-notification-display-name {
1498
- color: var(--react-autoql-accent-color, #26a7df) !important; }
1499
- .react-autoql-notification-list-item.triggered .react-autoql-notification-dismiss-btn {
1475
+
1476
+ .react-autoql-notification-list-item:nth-of-type(1) {
1477
+ -webkit-animation-delay: 0.1s;
1478
+ animation-delay: 0.1s; }
1479
+
1480
+ .react-autoql-notification-list-item:nth-of-type(2) {
1481
+ -webkit-animation-delay: 0.2s;
1482
+ animation-delay: 0.2s; }
1483
+
1484
+ .react-autoql-notification-list-item:nth-of-type(3) {
1485
+ -webkit-animation-delay: 0.3s;
1486
+ animation-delay: 0.3s; }
1487
+
1488
+ .react-autoql-notification-list-item:nth-of-type(4) {
1489
+ -webkit-animation-delay: 0.4s;
1490
+ animation-delay: 0.4s; }
1491
+
1492
+ .react-autoql-notification-list-item:nth-of-type(5) {
1493
+ -webkit-animation-delay: 0.5s;
1494
+ animation-delay: 0.5s; }
1495
+
1496
+ .react-autoql-notification-list-item:nth-of-type(6) {
1497
+ -webkit-animation-delay: 0.6s;
1498
+ animation-delay: 0.6s; }
1499
+
1500
+ .react-autoql-notification-list-item:nth-of-type(7) {
1501
+ -webkit-animation-delay: 0.7s;
1502
+ animation-delay: 0.7s; }
1503
+
1504
+ .react-autoql-notification-list-item:nth-of-type(8) {
1505
+ -webkit-animation-delay: 0.8s;
1506
+ animation-delay: 0.8s; }
1507
+
1508
+ .react-autoql-notification-list-item:nth-of-type(9) {
1509
+ -webkit-animation-delay: 0.9s;
1510
+ animation-delay: 0.9s; }
1511
+
1512
+ .react-autoql-notification-list-item:nth-of-type(10) {
1513
+ -webkit-animation-delay: 1s;
1514
+ animation-delay: 1s; }
1515
+
1516
+ @-webkit-keyframes slideIn {
1517
+ 0% {
1518
+ opacity: 0;
1519
+ top: 500px; }
1520
+ 100% {
1521
+ opacity: 1;
1522
+ top: 0; } }
1523
+
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; }
1617
+
1618
+ .react-autoql-notification-list-item {
1619
+ display: flex;
1620
+ flex-direction: column;
1621
+ flex-basis: auto;
1622
+ --accent-color: #26a7df;
1623
+ position: relative;
1624
+ overflow: hidden;
1625
+ background: var(--react-autoql-background-color-primary, #fff);
1626
+ border-radius: 4px;
1627
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
1628
+ margin-bottom: 8px;
1629
+ color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
1630
+ font-family: var(--react-autoql-font-family), sans-serif;
1631
+ transition: all 1s ease;
1632
+ transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1);
1633
+ -webkit-animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
1634
+ animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
1635
+ -webkit-animation-fill-mode: both;
1636
+ animation-fill-mode: both;
1637
+ -webkit-animation-delay: 0s;
1638
+ animation-delay: 0s; }
1639
+ .react-autoql-notification-list-item .single-value-response {
1640
+ font-size: 32px;
1641
+ margin-top: -6px;
1642
+ opacity: 0.9; }
1643
+ .react-autoql-notification-list-item .viz-toolbar {
1644
+ position: relative;
1645
+ border: none; }
1646
+ .react-autoql-notification-list-item .viz-toolbar .react-autoql-toolbar-btn {
1647
+ height: 33px; }
1648
+ .react-autoql-notification-list-item .react-autoql-notification-details-title {
1649
+ font-weight: 600;
1650
+ padding-top: 20px;
1651
+ padding-bottom: 5px; }
1652
+ .react-autoql-notification-list-item.expanded .react-autoql-notification-list-item-header {
1653
+ border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.04)); }
1654
+ .react-autoql-notification-list-item .react-autoql-notification-details {
1655
+ overflow: hidden; }
1656
+ .react-autoql-notification-list-item.animation-complete .react-autoql-notification-details {
1657
+ overflow: auto; }
1658
+ .react-autoql-notification-list-item:hover:not(.expanded) {
1659
+ background-color: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.01)); }
1660
+ .react-autoql-notification-list-item:hover .react-autoql-notification-delete-icon {
1661
+ opacity: 1; }
1662
+ .react-autoql-notification-list-item.triggered .react-autoql-notification-display-name {
1663
+ color: var(--react-autoql-accent-color, #26a7df) !important; }
1664
+ .react-autoql-notification-list-item.triggered .react-autoql-notification-dismiss-btn {
1500
1665
  margin-top: 3px;
1501
1666
  color: var(--react-autoql-accent-color, #26a7df); }
1502
1667
  .react-autoql-notification-list-item.triggered .react-autoql-notification-alert-strip {
@@ -1678,200 +1843,38 @@ span.react-autoql-icon {
1678
1843
  .data-alerts-container.read-only .react-autoql-notification-group-container {
1679
1844
  border: none; }
1680
1845
 
1681
- .notification-list-loading-container {
1846
+ .notification-rule-add-btn-outer,
1847
+ .notification-rule-validate-btn-outer {
1682
1848
  text-align: center;
1683
- padding-top: 100px;
1684
- color: var(--react-autoql-text-color-primary);
1685
- height: 100%;
1686
- overflow: hidden;
1687
- background: var(--react-autoql-background-color-secondary); }
1849
+ border-style: dashed !important;
1850
+ height: 38px;
1851
+ line-height: 25px;
1852
+ margin: 0 !important;
1853
+ overflow: hidden; }
1688
1854
 
1689
- .empty-notifications-message {
1690
- color: var(--react-autoql-text-color-primary);
1691
- text-align: center;
1692
- margin-top: 75px; }
1693
- .empty-notifications-message div {
1694
- opacity: 0.6; }
1695
- .empty-notifications-message .empty-notifications-title {
1696
- font-size: 16px;
1697
- font-weight: bold;
1698
- margin-bottom: 5px; }
1699
- .empty-notifications-message .empty-notifications-img {
1700
- width: 250px;
1701
- height: 250px; }
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; }
1702
1863
 
1703
- .react-autoql-notification-list-container {
1704
- height: 100%;
1705
- padding: 20px;
1706
- overflow-y: auto;
1707
- background: var(--react-autoql-background-color-secondary); }
1864
+ .notification-outer-all-any {
1865
+ position: absolute;
1866
+ left: 0;
1867
+ top: 50%; }
1708
1868
 
1709
- .react-autoql-notification-dismiss-all {
1710
- text-align: right;
1711
- margin-bottom: 12px;
1712
- padding-right: 10px;
1713
- color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
1714
- transition: color 0.1s ease; }
1715
- .react-autoql-notification-dismiss-all span {
1716
- opacity: 0.8;
1717
- cursor: pointer; }
1718
- .react-autoql-notification-dismiss-all span:hover {
1719
- opacity: 1; }
1869
+ .notification-first-group-btn-container {
1870
+ display: flex;
1871
+ justify-content: space-between; }
1720
1872
 
1721
- .react-autoql-notification-display-name-input {
1722
- width: 100%; }
1873
+ .data-alerts-container.read-only .react-autoql-notification-group-container {
1874
+ border: none; }
1723
1875
 
1724
- .react-autoql-notification-message-input {
1725
- width: 100%; }
1726
-
1727
- .react-autoql-notification-list-item:nth-of-type(0) {
1728
- -webkit-animation-delay: 0s;
1729
- animation-delay: 0s; }
1730
-
1731
- .react-autoql-notification-list-item:nth-of-type(1) {
1732
- -webkit-animation-delay: 0.1s;
1733
- animation-delay: 0.1s; }
1734
-
1735
- .react-autoql-notification-list-item:nth-of-type(2) {
1736
- -webkit-animation-delay: 0.2s;
1737
- animation-delay: 0.2s; }
1738
-
1739
- .react-autoql-notification-list-item:nth-of-type(3) {
1740
- -webkit-animation-delay: 0.3s;
1741
- animation-delay: 0.3s; }
1742
-
1743
- .react-autoql-notification-list-item:nth-of-type(4) {
1744
- -webkit-animation-delay: 0.4s;
1745
- animation-delay: 0.4s; }
1746
-
1747
- .react-autoql-notification-list-item:nth-of-type(5) {
1748
- -webkit-animation-delay: 0.5s;
1749
- animation-delay: 0.5s; }
1750
-
1751
- .react-autoql-notification-list-item:nth-of-type(6) {
1752
- -webkit-animation-delay: 0.6s;
1753
- animation-delay: 0.6s; }
1754
-
1755
- .react-autoql-notification-list-item:nth-of-type(7) {
1756
- -webkit-animation-delay: 0.7s;
1757
- animation-delay: 0.7s; }
1758
-
1759
- .react-autoql-notification-list-item:nth-of-type(8) {
1760
- -webkit-animation-delay: 0.8s;
1761
- animation-delay: 0.8s; }
1762
-
1763
- .react-autoql-notification-list-item:nth-of-type(9) {
1764
- -webkit-animation-delay: 0.9s;
1765
- animation-delay: 0.9s; }
1766
-
1767
- .react-autoql-notification-list-item:nth-of-type(10) {
1768
- -webkit-animation-delay: 1s;
1769
- animation-delay: 1s; }
1770
-
1771
- @-webkit-keyframes slideIn {
1772
- 0% {
1773
- opacity: 0;
1774
- top: 500px; }
1775
- 100% {
1776
- opacity: 1;
1777
- top: 0; } }
1778
-
1779
- .react-autoql-notification-settings {
1780
- background-color: var(--react-autoql-background-color-secondary);
1781
- color: var(--react-autoql-text-color-primary);
1782
- padding-top: 20px;
1783
- height: 100%; }
1784
- .react-autoql-notification-settings .react-autoql-notification-settings-container {
1785
- margin: 20px;
1786
- margin-top: 10px;
1787
- border-radius: 4px;
1788
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
1789
- background-color: var(--react-autoql-background-color-primary);
1790
- overflow: hidden; }
1791
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item {
1792
- height: 55px;
1793
- line-height: 55px;
1794
- transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1); }
1795
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-error-status-icon {
1796
- margin-right: 10px;
1797
- cursor: pointer; }
1798
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item #react-autoql-notification-error-status-icon-PROJECT {
1799
- margin-right: 10px; }
1800
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .reset-period-info-icon {
1801
- padding-right: 20px;
1802
- font-size: 17px;
1803
- opacity: 1;
1804
- cursor: pointer;
1805
- color: var(--react-autoql-accent-color); }
1806
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item.CUSTOM:hover {
1807
- background: rgba(0, 0, 0, 0.01); }
1808
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn {
1809
- opacity: 0;
1810
- margin-right: 20px;
1811
- font-size: 16px;
1812
- transition: all 0.2s ease;
1813
- color: var(--react-autoql-text-color-primary);
1814
- cursor: pointer; }
1815
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn:hover {
1816
- color: var(--react-autoql-accent-color);
1817
- opacity: 1 !important; }
1818
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item:hover .react-autoql-notification-action-btn {
1819
- opacity: 0.5; }
1820
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item-header {
1821
- display: flex;
1822
- justify-content: space-between;
1823
- height: 56px;
1824
- padding-left: 25px;
1825
- padding-right: 8px;
1826
- border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
1827
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-enable-checkbox {
1828
- margin-bottom: 4px;
1829
- margin-right: 8px; }
1830
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-disable-checkbox {
1831
- margin-bottom: 4px;
1832
- margin-right: 8px;
1833
- opacity: 0.5;
1834
- pointer-events: none; }
1835
- .react-autoql-notification-settings .react-autoql-notification-title-container {
1836
- display: flex;
1837
- justify-content: space-between;
1838
- align-items: center;
1839
- padding: 5px 20px;
1840
- padding-bottom: 0;
1841
- color: var(--react-autoql-text-color-primary); }
1842
- .react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn {
1843
- display: inline-block;
1844
- height: 35px;
1845
- width: 35px;
1846
- border-radius: 20px;
1847
- background: var(--react-autoql-accent-color, #26a7df);
1848
- color: var(--react-autoql-accent-text-color);
1849
- line-height: 38px;
1850
- text-align: center;
1851
- font-size: 20px;
1852
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
1853
- transition: all 0.2s ease;
1854
- margin-right: 5px;
1855
- cursor: pointer; }
1856
- .react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn:hover {
1857
- box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.32); }
1858
- .react-autoql-notification-settings .react-autoql-notification-setting-display-name {
1859
- white-space: nowrap;
1860
- overflow: hidden;
1861
- text-overflow: ellipsis;
1862
- padding-right: 10px; }
1863
- .react-autoql-notification-settings .react-autoql-notification-setting-display-name .react-autoql-notification-setting-display-name-message {
1864
- opacity: 0.5; }
1865
- .react-autoql-notification-settings .react-autoql-re-initialize-btn {
1866
- vertical-align: middle;
1867
- height: 18px; }
1868
- .react-autoql-notification-settings .react-autoql-re-initialize-btn-text {
1869
- display: flex;
1870
- align-items: center;
1871
- margin-top: -25px; }
1872
-
1873
- .react-autoql-step-container a {
1874
- color: var(--react-autoql-accent-color, #26a7df); }
1876
+ .react-autoql-step-container a {
1877
+ color: var(--react-autoql-accent-color, #26a7df); }
1875
1878
 
1876
1879
  .frequency-date-select-container {
1877
1880
  margin-top: 10px; }
@@ -2031,8 +2034,6 @@ span.react-autoql-icon {
2031
2034
  width: 100%;
2032
2035
  padding-top: 0;
2033
2036
  background: inherit; }
2034
- .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .query-output-error-message {
2035
- opacity: 0.8; }
2036
2037
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .layout-splitter {
2037
2038
  height: 1px !important;
2038
2039
  color: var(--react-autoql-border-color);
@@ -2083,7 +2084,8 @@ span.react-autoql-icon {
2083
2084
  padding: 20px;
2084
2085
  padding-top: 15px; }
2085
2086
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
2086
- padding: 7px; }
2087
+ padding: 7px;
2088
+ align-items: center; }
2087
2089
 
2088
2090
  .dashboard-tile-title-container {
2089
2091
  width: 100%;
@@ -2451,86 +2453,6 @@ span.react-autoql-icon {
2451
2453
  background-color: var(--react-autoql-danger-color, #ca0b00);
2452
2454
  color: #fff; }
2453
2455
 
2454
- .ReactModal__Overlay {
2455
- background-color: transparent !important;
2456
- transition: background-color 0.2s ease-in-out;
2457
- z-index: 9999; }
2458
-
2459
- .ReactModal__Overlay--after-open {
2460
- background-color: rgba(0, 0, 0, 0.25) !important; }
2461
-
2462
- .ReactModal__Overlay--before-close {
2463
- background-color: transparent !important; }
2464
-
2465
- .ReactModal__Content {
2466
- display: flex;
2467
- flex-direction: column;
2468
- transform: scale(0);
2469
- transition: all 0.2s ease-in-out;
2470
- color: var(--react-autoql-text-color-primary);
2471
- border: 1px solid var(--react-autoql-border-color) !important;
2472
- background: var(--react-autoql-background-color-primary) !important;
2473
- box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.15);
2474
- padding: 0 !important;
2475
- margin: auto auto;
2476
- max-width: 90vw;
2477
- max-height: calc(100vh - 90px); }
2478
- .ReactModal__Content input.react-autoql-input,
2479
- .ReactModal__Content textarea.react-autoql-input,
2480
- .ReactModal__Content textarea {
2481
- border-color: var(--react-autoql-border-color);
2482
- color: var(--react-autoql-text-color-primary);
2483
- background: var(--react-autoql-background-color-primary, white); }
2484
- .ReactModal__Content input.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea.react-autoql-input::-moz-placeholder, .ReactModal__Content textarea::-moz-placeholder {
2485
- color: var(--react-autoql-text-color-placeholder); }
2486
- .ReactModal__Content input.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea.react-autoql-input:-ms-input-placeholder, .ReactModal__Content textarea:-ms-input-placeholder {
2487
- color: var(--react-autoql-text-color-placeholder); }
2488
- .ReactModal__Content input.react-autoql-input::placeholder,
2489
- .ReactModal__Content textarea.react-autoql-input::placeholder,
2490
- .ReactModal__Content textarea::placeholder {
2491
- color: var(--react-autoql-text-color-placeholder); }
2492
-
2493
- .ReactModal__Overlay--after-open .ReactModal__Content {
2494
- transform: scale(1); }
2495
-
2496
- .ReactModal__Overlay--before-close .ReactModal__Content {
2497
- transform: scale(0); }
2498
-
2499
- .react-autoql-modal-header {
2500
- position: relative;
2501
- text-align: center;
2502
- flex: 0 0 52px;
2503
- border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05));
2504
- padding: 14px 60px;
2505
- font-size: 16px; }
2506
-
2507
- .react-autoql-modal-footer {
2508
- position: relative;
2509
- flex: 0 0 52px;
2510
- border-top: 1px solid rgba(0, 0, 0, 0.05);
2511
- text-align: right;
2512
- padding: 8px 10px; }
2513
-
2514
- .react-autoql-modal-body {
2515
- display: flex;
2516
- flex-direction: column;
2517
- padding: 25px;
2518
- flex: 1;
2519
- overflow: hidden; }
2520
- .react-autoql-modal-body h3 {
2521
- color: var(--react-autoql-text-color-primary); }
2522
-
2523
- .react-autoql-modal-close-btn {
2524
- position: absolute !important;
2525
- top: 10px;
2526
- right: 18px;
2527
- font-size: 22px;
2528
- opacity: 0.6 !important;
2529
- cursor: pointer; }
2530
-
2531
- .react-autoql-modal-close-btn:hover {
2532
- opacity: 1 !important; }
2533
-
2534
2456
  .react-autoql-radio-btn-container.react-autoql-radio-btn-container-list {
2535
2457
  display: inline-block; }
2536
2458
 
@@ -2749,177 +2671,300 @@ span.react-autoql-icon {
2749
2671
  .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
2750
2672
  background: var(--react-autoql-accent-color); }
2751
2673
 
2752
- .query-tips-page-container {
2753
- height: 100%;
2754
- padding: 10px; }
2755
- .query-tips-page-container .chat-bar-input-icon {
2756
- top: 20px;
2757
- left: 26px; }
2758
- .query-tips-page-container .react-autoql-chatbar-input.left-padding {
2759
- padding-left: 46px; }
2674
+ .ReactModal__Overlay {
2675
+ background-color: transparent !important;
2676
+ transition: background-color 0.2s ease-in-out;
2677
+ z-index: 9999; }
2760
2678
 
2761
- .query-tips-result-container {
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;
2762
2690
  color: var(--react-autoql-text-color-primary);
2763
- padding: 0px 20px;
2764
- text-align: center;
2765
- max-width: 550px;
2766
- margin: 0 auto; }
2767
- .query-tips-result-container .query-tip-list-container {
2768
- margin-bottom: 20px; }
2769
- .query-tips-result-container .animated-item {
2770
- -webkit-animation: fadeIn 0.3s linear;
2771
- animation: fadeIn 0.3s linear;
2772
- -webkit-animation-fill-mode: both;
2773
- animation-fill-mode: both; }
2774
- .query-tips-result-container .query-tip-item {
2775
- position: relative;
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); }
2718
+
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; }
2726
+
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; }
2733
+
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); }
2742
+
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; }
2750
+
2751
+ .react-autoql-modal-close-btn:hover {
2752
+ opacity: 1 !important; }
2753
+
2754
+ .chat-single-message-container {
2755
+ transition: background-color 0.2s ease;
2756
+ padding-top: 6px;
2757
+ max-height: 85%; }
2758
+ .chat-single-message-container:first-of-type {
2759
+ margin-top: 10px; }
2760
+ .chat-single-message-container .query-more-btn {
2761
+ transition: all 0.3s ease;
2762
+ font-size: 22px;
2776
2763
  padding: 13px;
2777
- border-top: 1px solid rgba(0, 0, 0, 0.04);
2764
+ margin-bottom: 6px;
2765
+ height: 42px;
2766
+ opacity: 0;
2767
+ visibility: hidden;
2778
2768
  cursor: pointer; }
2779
- .query-tips-result-container .query-tip-item:first-child {
2780
- border-top: none; }
2781
- .query-tips-result-container .query-tip-item .execute-btn {
2782
- position: absolute;
2783
- right: 10px;
2784
- top: 4px;
2785
- font-size: 20px;
2786
- visibility: hidden;
2787
- opacity: 0; }
2788
- .query-tips-result-container .query-tip-item:hover {
2789
- font-weight: bold;
2790
- color: var(--react-autoql-accent-color); }
2791
- .query-tips-result-container .query-tip-item:hover .execute-btn {
2792
- visibility: visible;
2793
- opacity: 1; }
2794
- .query-tips-result-container .query-tips-result-placeholder {
2795
- margin-top: 50px;
2796
- opacity: 0.6; }
2769
+ .chat-single-message-container .query-more-btn:hover {
2770
+ opacity: 1; }
2771
+ .chat-single-message-container .spinner-loader:after {
2772
+ border: 1px solid var(--react-autoql-accent-color);
2773
+ border-color: var(--react-autoql-accent-color) transparent var(--react-autoql-accent-color) transparent; }
2797
2774
 
2798
- .chat-bar-loading-spinner {
2775
+ .chat-condition-item-container {
2799
2776
  position: absolute;
2800
- right: 20px;
2801
- top: 22px; }
2777
+ background: inherit;
2778
+ bottom: 0px;
2779
+ padding: 5px;
2780
+ border-radius: 6px; }
2802
2781
 
2803
- #react-paginate {
2782
+ .chat-condition-item {
2783
+ background: none !important;
2784
+ border: none;
2785
+ margin-top: -20px !important;
2786
+ padding: 0 !important;
2787
+ font-family: var(--react-autoql-font-family);
2788
+ color: var(--react-autoql-accent-color);
2789
+ text-decoration: underline;
2790
+ cursor: pointer; }
2791
+
2792
+ .chat-single-message-container.response {
2793
+ display: flex;
2794
+ justify-content: flex-start;
2795
+ padding-left: 20px;
2796
+ -webkit-animation: scale-up-bl 0.5s ease;
2797
+ animation: scale-up-bl 0.5s ease; }
2798
+
2799
+ .chat-single-message-container.request {
2800
+ display: flex;
2801
+ justify-content: flex-end;
2802
+ padding-right: 20px;
2803
+ -webkit-animation: scale-up-br 0.5s ease;
2804
+ animation: scale-up-br 0.5s ease; }
2805
+
2806
+ .chat-single-message-container .chat-message-bubble {
2804
2807
  position: relative;
2805
- background: transparent;
2806
- padding: 8px; }
2807
- #react-paginate ul {
2808
- display: inline-block;
2809
- padding-left: 0;
2810
- margin-bottom: 0; }
2811
- #react-paginate li {
2812
- display: inline-block;
2813
- color: var(--react-autoql-text-color-primary);
2814
- cursor: pointer;
2815
- margin-right: 3px;
2816
- border-radius: 5px;
2817
- margin-bottom: 0;
2818
- -webkit-user-select: none;
2819
- -moz-user-select: none;
2820
- -ms-user-select: none;
2821
- user-select: none; }
2822
- #react-paginate li:hover {
2823
- opacity: 0.7;
2824
- border-radius: 50%; }
2825
- #react-paginate li a {
2826
- display: inline-block;
2827
- color: var(--react-autoql-text-color-primary);
2828
- outline: none;
2829
- width: 28px;
2830
- height: 28px;
2831
- line-height: 28px; }
2832
- #react-paginate li.selected {
2833
- background: var(--react-autoql-accent-color);
2834
- border-radius: 50%;
2835
- outline: none; }
2836
- #react-paginate li.selected a {
2837
- color: var(--react-autoql-accent-text-color); }
2838
- #react-paginate .pagination-next.disabled,
2839
- #react-paginate .pagination-previous.disabled {
2840
- opacity: 0.5;
2841
- pointer-events: none; }
2842
- #react-paginate .pagination-previous,
2843
- #react-paginate .pagination-next {
2844
- position: absolute;
2845
- font-size: 18px; }
2846
- #react-paginate .pagination-previous a,
2847
- #react-paginate .pagination-next a {
2848
- color: var(--react-autoql-text-color-primary); }
2849
- #react-paginate .pagination-previous {
2850
- left: 20px; }
2851
- #react-paginate .pagination-next {
2852
- right: 20px; }
2808
+ padding: 13px;
2809
+ border-radius: 10px;
2810
+ max-width: calc(100% - 20px);
2811
+ word-wrap: break-word;
2812
+ font-family: inherit;
2813
+ font-size: 14px;
2814
+ letter-spacing: 0.04em;
2815
+ box-sizing: border-box;
2816
+ /* make small margin on bottom because sometimes react
2817
+ custom scrollbar cuts off a pixel or 2 at the bottom */
2818
+ margin-bottom: 6px; }
2853
2819
 
2854
- .animated-item:nth-child(1) {
2855
- -webkit-animation-delay: 0.08s;
2856
- animation-delay: 0.08s; }
2820
+ .chat-single-message-container .chat-message-bubble.text {
2821
+ max-width: 85%; }
2857
2822
 
2858
- .animated-item:nth-child(2) {
2859
- -webkit-animation-delay: 0.16s;
2860
- animation-delay: 0.16s; }
2823
+ .chat-single-message-container .chat-message-bubble.full-width {
2824
+ width: calc(100% - 20px) !important;
2825
+ min-width: calc(100% - 20px) !important;
2826
+ max-width: calc(100% - 20px) !important; }
2861
2827
 
2862
- .animated-item:nth-child(3) {
2863
- -webkit-animation-delay: 0.24s;
2864
- animation-delay: 0.24s; }
2828
+ .chat-single-message-container.response .chat-message-bubble.active {
2829
+ border: 1px solid #c3c3c3; }
2865
2830
 
2866
- .animated-item:nth-child(4) {
2867
- -webkit-animation-delay: 0.32s;
2868
- animation-delay: 0.32s; }
2831
+ .chat-single-message-container.response .chat-message-bubble {
2832
+ background: var(--react-autoql-background-color-primary);
2833
+ color: var(--react-autoql-text-color-primary);
2834
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2869
2835
 
2870
- .animated-item:nth-child(5) {
2871
- -webkit-animation-delay: 0.4s;
2872
- animation-delay: 0.4s; }
2836
+ .chat-single-message-container.response .chat-message-bubble:not(.text) {
2837
+ min-width: 125px;
2838
+ padding-bottom: 15px; }
2873
2839
 
2874
- .animated-item:nth-child(6) {
2875
- -webkit-animation-delay: 0.48s;
2876
- animation-delay: 0.48s; }
2840
+ .chat-single-message-container.request .chat-message-bubble {
2841
+ background: var(--react-autoql-accent-color);
2842
+ color: var(--react-autoql-accent-text-color);
2843
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2877
2844
 
2878
- .animated-item:nth-child(7) {
2879
- -webkit-animation-delay: 0.56s;
2880
- animation-delay: 0.56s; }
2845
+ .chat-message-toolbar,
2846
+ .chat-message-toolbar.autoql-options-toolbar {
2847
+ display: none;
2848
+ position: absolute;
2849
+ background: inherit;
2850
+ top: -31px;
2851
+ padding: 5px;
2852
+ border-radius: 6px;
2853
+ line-height: 28px;
2854
+ background: var(--react-autoql-background-color-primary);
2855
+ border: 1px solid var(--react-autoql-border-color);
2856
+ color: var(--react-autoql-text-color-primary); }
2881
2857
 
2882
- .animated-item:nth-child(8) {
2883
- -webkit-animation-delay: 0.64s;
2884
- animation-delay: 0.64s; }
2858
+ .chat-message-toolbar.right {
2859
+ right: -9px; }
2885
2860
 
2886
- .animated-item:nth-child(9) {
2887
- -webkit-animation-delay: 0.72s;
2888
- animation-delay: 0.72s; }
2861
+ .chat-message-toolbar.left {
2862
+ left: -9px; }
2889
2863
 
2890
- .animated-item:nth-child(10) {
2891
- -webkit-animation-delay: 0.8s;
2892
- animation-delay: 0.8s; }
2864
+ .chat-message-bubble:hover .chat-message-toolbar,
2865
+ .chat-message-bubble .chat-message-toolbar.active {
2866
+ display: block; }
2893
2867
 
2894
- .animated-item:nth-child(11) {
2895
- -webkit-animation-delay: 0.88s;
2896
- animation-delay: 0.88s; }
2868
+ .report-problem-text-area {
2869
+ border-radius: 4px;
2870
+ border: 1px solid rgba(0, 0, 0, 0.15);
2871
+ margin-top: 10px;
2872
+ padding: 5px 10px;
2873
+ outline: none !important; }
2897
2874
 
2898
- .animated-item:nth-child(12) {
2899
- -webkit-animation-delay: 0.96s;
2900
- animation-delay: 0.96s; }
2875
+ .condition-info-icon-left-align {
2876
+ color: var(--react-autoql-accent-color) !important;
2877
+ position: absolute !important;
2878
+ bottom: 2px;
2879
+ right: 10px;
2880
+ font-size: 20px; }
2901
2881
 
2902
- .animated-item:nth-child(13) {
2903
- -webkit-animation-delay: 1.04s;
2904
- animation-delay: 1.04s; }
2882
+ .condition-info-icon {
2883
+ color: var(--react-autoql-accent-color) !important;
2884
+ position: absolute !important;
2885
+ bottom: 2px;
2886
+ right: 4px;
2887
+ font-size: 20px; }
2905
2888
 
2906
- .animated-item:nth-child(14) {
2907
- -webkit-animation-delay: 1.12s;
2908
- animation-delay: 1.12s; }
2889
+ .more-options-menu,
2890
+ .report-problem-menu {
2891
+ background: var(--react-autoql-background-color-primary);
2892
+ padding: 10px 0; }
2893
+ .more-options-menu span.react-autoql-icon svg,
2894
+ .report-problem-menu span.react-autoql-icon svg {
2895
+ margin-right: 3px; }
2896
+
2897
+ .interpretation-icon {
2898
+ vertical-align: top;
2899
+ height: 26px;
2900
+ margin: 0 3px;
2901
+ font-size: 18px; }
2902
+
2903
+ /* Chart icon styles */
2904
+ .chart-icon-svg-0,
2905
+ .react-autoql-icon-svg-0 {
2906
+ fill: currentColor; }
2907
+
2908
+ .hm0 {
2909
+ opacity: 0.5;
2910
+ fill: currentColor;
2911
+ enable-background: new; }
2912
+
2913
+ .hm1 {
2914
+ fill: currentColor; }
2915
+
2916
+ .hm2 {
2917
+ opacity: 0.15;
2918
+ fill: currentColor;
2919
+ enable-background: new; }
2920
+
2921
+ .hm3 {
2922
+ opacity: 0.6;
2923
+ fill: currentColor;
2924
+ enable-background: new; }
2925
+
2926
+ .hm4 {
2927
+ opacity: 0.65;
2928
+ fill: currentColor;
2929
+ enable-background: new; }
2930
+
2931
+ .hm5 {
2932
+ fill: currentColor; }
2933
+
2934
+ .hm6 {
2935
+ fill: currentColor; }
2936
+
2937
+ /* animations */
2938
+ @-webkit-keyframes scale-up-br {
2939
+ 0% {
2940
+ transform: scale(0.5);
2941
+ transform-origin: 100% 100%; }
2942
+ 100% {
2943
+ transform: scale(1);
2944
+ transform-origin: 100% 100%; } }
2945
+ @keyframes scale-up-br {
2946
+ 0% {
2947
+ transform: scale(0.5);
2948
+ transform-origin: 100% 100%; }
2949
+ 100% {
2950
+ transform: scale(1);
2951
+ transform-origin: 100% 100%; } }
2909
2952
 
2910
- .animated-item:nth-child(15) {
2911
- -webkit-animation-delay: 1.2s;
2912
- animation-delay: 1.2s; }
2953
+ @-webkit-keyframes scale-up-bl {
2954
+ 0% {
2955
+ transform: scale(0.5);
2956
+ transform-origin: 0% 100%; }
2957
+ 100% {
2958
+ transform: scale(1);
2959
+ transform-origin: 0% 100%; } }
2913
2960
 
2914
- @-webkit-keyframes fadeIn {
2961
+ @keyframes scale-up-bl {
2915
2962
  0% {
2916
- opacity: 0;
2917
- top: 100px; }
2918
- 75% {
2919
- opacity: 0.5;
2920
- top: 0px; }
2963
+ transform: scale(0.5);
2964
+ transform-origin: 0% 100%; }
2921
2965
  100% {
2922
- opacity: 1; } }
2966
+ transform: scale(1);
2967
+ transform-origin: 0% 100%; } }
2923
2968
 
2924
2969
  .react-autoql-cascader {
2925
2970
  position: relative;
@@ -2975,255 +3020,212 @@ span.react-autoql-icon {
2975
3020
  .react-autoql-cascader .options-container:not(:last-child) {
2976
3021
  border-right: 1px solid #d3d3d352; }
2977
3022
 
2978
- .autoql-options-toolbar {
2979
- position: absolute;
2980
- background: inherit;
2981
- padding: 5px;
2982
- border-radius: 6px;
2983
- line-height: 28px;
2984
- background: var(--react-autoql-background-color-primary);
2985
- border: 1px solid var(--react-autoql-border-color); }
2986
- .autoql-options-toolbar.vertical .react-autoql-toolbar-btn {
2987
- display: block; }
2988
- .autoql-options-toolbar .react-autoql-toolbar-btn {
2989
- color: var(--react-autoql-text-color-primary); }
2990
-
2991
- .copy-sql-modal-content {
2992
- position: relative;
2993
- height: 60vh; }
2994
- .copy-sql-modal-content .copy-sql-formatted-text {
2995
- height: 100%;
2996
- width: 100%;
2997
- padding: 10px;
2998
- resize: none;
2999
- background: var(--react-autoql-background-color-secondary); }
3000
- .copy-sql-modal-content .copy-sql-btn {
3001
- color: var(--react-autoql-text-color);
3002
- background-color: var(--react-autoql-background-color-primary);
3003
- position: absolute;
3004
- top: 3px;
3005
- right: 0;
3006
- opacity: 0;
3007
- transition: opacity 0.3s ease; }
3008
- .copy-sql-modal-content .sql-copied {
3009
- color: var(--react-autoql-success-color) !important; }
3010
- .copy-sql-modal-content:hover .copy-sql-btn {
3011
- opacity: 1; }
3023
+ .query-tips-page-container {
3024
+ height: 100%;
3025
+ padding: 10px; }
3026
+ .query-tips-page-container .chat-bar-input-icon {
3027
+ top: 20px;
3028
+ left: 26px; }
3029
+ .query-tips-page-container .react-autoql-chatbar-input.left-padding {
3030
+ padding-left: 46px; }
3012
3031
 
3013
- .chat-single-message-container {
3014
- transition: background-color 0.2s ease;
3015
- padding-top: 6px;
3016
- max-height: 85%; }
3017
- .chat-single-message-container:first-of-type {
3018
- margin-top: 10px; }
3019
- .chat-single-message-container .query-more-btn {
3020
- transition: all 0.3s ease;
3021
- font-size: 22px;
3032
+ .query-tips-result-container {
3033
+ color: var(--react-autoql-text-color-primary);
3034
+ padding: 0px 20px;
3035
+ text-align: center;
3036
+ max-width: 550px;
3037
+ margin: 0 auto; }
3038
+ .query-tips-result-container .query-tip-list-container {
3039
+ margin-bottom: 20px; }
3040
+ .query-tips-result-container .animated-item {
3041
+ -webkit-animation: fadeIn 0.3s linear;
3042
+ animation: fadeIn 0.3s linear;
3043
+ -webkit-animation-fill-mode: both;
3044
+ animation-fill-mode: both; }
3045
+ .query-tips-result-container .query-tip-item {
3046
+ position: relative;
3022
3047
  padding: 13px;
3023
- margin-bottom: 6px;
3024
- height: 42px;
3025
- opacity: 0;
3026
- visibility: hidden;
3048
+ border-top: 1px solid rgba(0, 0, 0, 0.04);
3027
3049
  cursor: pointer; }
3028
- .chat-single-message-container .query-more-btn:hover {
3029
- opacity: 1; }
3030
- .chat-single-message-container .spinner-loader:after {
3031
- border: 1px solid var(--react-autoql-accent-color);
3032
- border-color: var(--react-autoql-accent-color) transparent var(--react-autoql-accent-color) transparent; }
3050
+ .query-tips-result-container .query-tip-item:first-child {
3051
+ border-top: none; }
3052
+ .query-tips-result-container .query-tip-item .execute-btn {
3053
+ position: absolute;
3054
+ right: 10px;
3055
+ top: 4px;
3056
+ font-size: 20px;
3057
+ visibility: hidden;
3058
+ opacity: 0; }
3059
+ .query-tips-result-container .query-tip-item:hover {
3060
+ font-weight: bold;
3061
+ color: var(--react-autoql-accent-color); }
3062
+ .query-tips-result-container .query-tip-item:hover .execute-btn {
3063
+ visibility: visible;
3064
+ opacity: 1; }
3065
+ .query-tips-result-container .query-tips-result-placeholder {
3066
+ margin-top: 50px;
3067
+ opacity: 0.6; }
3033
3068
 
3034
- .chat-condition-item-container {
3069
+ .chat-bar-loading-spinner {
3035
3070
  position: absolute;
3036
- background: inherit;
3037
- bottom: 0px;
3038
- padding: 5px;
3039
- border-radius: 6px; }
3040
-
3041
- .chat-condition-item {
3042
- background: none !important;
3043
- border: none;
3044
- margin-top: -20px !important;
3045
- padding: 0 !important;
3046
- font-family: var(--react-autoql-font-family);
3047
- color: var(--react-autoql-accent-color);
3048
- text-decoration: underline;
3049
- cursor: pointer; }
3050
-
3051
- .chat-single-message-container.response {
3052
- display: flex;
3053
- justify-content: flex-start;
3054
- padding-left: 20px;
3055
- -webkit-animation: scale-up-bl 0.5s ease;
3056
- animation: scale-up-bl 0.5s ease; }
3057
-
3058
- .chat-single-message-container.request {
3059
- display: flex;
3060
- justify-content: flex-end;
3061
- padding-right: 20px;
3062
- -webkit-animation: scale-up-br 0.5s ease;
3063
- animation: scale-up-br 0.5s ease; }
3071
+ right: 20px;
3072
+ top: 22px; }
3064
3073
 
3065
- .chat-single-message-container .chat-message-bubble {
3074
+ #react-paginate {
3066
3075
  position: relative;
3067
- padding: 13px;
3068
- border-radius: 10px;
3069
- max-width: calc(100% - 20px);
3070
- word-wrap: break-word;
3071
- font-family: inherit;
3072
- font-size: 14px;
3073
- letter-spacing: 0.04em;
3074
- box-sizing: border-box;
3075
- /* make small margin on bottom because sometimes react
3076
- custom scrollbar cuts off a pixel or 2 at the bottom */
3077
- margin-bottom: 6px; }
3078
-
3079
- .chat-single-message-container .chat-message-bubble.text {
3080
- max-width: 85%; }
3081
-
3082
- .chat-single-message-container .chat-message-bubble.full-width {
3083
- width: calc(100% - 20px) !important;
3084
- min-width: calc(100% - 20px) !important;
3085
- max-width: calc(100% - 20px) !important; }
3086
-
3087
- .chat-single-message-container.response .chat-message-bubble.active {
3088
- border: 1px solid #c3c3c3; }
3089
-
3090
- .chat-single-message-container.response .chat-message-bubble {
3091
- background: var(--react-autoql-background-color-primary);
3092
- color: var(--react-autoql-text-color-primary);
3093
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
3094
-
3095
- .chat-single-message-container.response .chat-message-bubble:not(.text) {
3096
- min-width: 125px;
3097
- padding-bottom: 15px; }
3098
-
3099
- .chat-single-message-container.request .chat-message-bubble {
3100
- background: var(--react-autoql-accent-color);
3101
- color: var(--react-autoql-accent-text-color);
3102
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
3103
-
3104
- .chat-message-toolbar,
3105
- .chat-message-toolbar.autoql-options-toolbar {
3106
- display: none;
3107
- position: absolute;
3108
- background: inherit;
3109
- top: -31px;
3110
- padding: 5px;
3111
- border-radius: 6px;
3112
- line-height: 28px;
3113
- background: var(--react-autoql-background-color-primary);
3114
- border: 1px solid var(--react-autoql-border-color);
3115
- color: var(--react-autoql-text-color-primary); }
3116
-
3117
- .chat-message-toolbar.right {
3118
- right: -9px; }
3076
+ background: transparent;
3077
+ padding: 8px; }
3078
+ #react-paginate ul {
3079
+ display: inline-block;
3080
+ padding-left: 0;
3081
+ margin-bottom: 0; }
3082
+ #react-paginate li {
3083
+ display: inline-block;
3084
+ color: var(--react-autoql-text-color-primary);
3085
+ cursor: pointer;
3086
+ margin-right: 3px;
3087
+ border-radius: 5px;
3088
+ margin-bottom: 0;
3089
+ -webkit-user-select: none;
3090
+ -moz-user-select: none;
3091
+ -ms-user-select: none;
3092
+ user-select: none; }
3093
+ #react-paginate li:hover {
3094
+ opacity: 0.7;
3095
+ border-radius: 50%; }
3096
+ #react-paginate li a {
3097
+ display: inline-block;
3098
+ color: var(--react-autoql-text-color-primary);
3099
+ outline: none;
3100
+ width: 28px;
3101
+ height: 28px;
3102
+ line-height: 28px; }
3103
+ #react-paginate li.selected {
3104
+ background: var(--react-autoql-accent-color);
3105
+ border-radius: 50%;
3106
+ outline: none; }
3107
+ #react-paginate li.selected a {
3108
+ color: var(--react-autoql-accent-text-color); }
3109
+ #react-paginate .pagination-next.disabled,
3110
+ #react-paginate .pagination-previous.disabled {
3111
+ opacity: 0.5;
3112
+ pointer-events: none; }
3113
+ #react-paginate .pagination-previous,
3114
+ #react-paginate .pagination-next {
3115
+ position: absolute;
3116
+ font-size: 18px; }
3117
+ #react-paginate .pagination-previous a,
3118
+ #react-paginate .pagination-next a {
3119
+ color: var(--react-autoql-text-color-primary); }
3120
+ #react-paginate .pagination-previous {
3121
+ left: 20px; }
3122
+ #react-paginate .pagination-next {
3123
+ right: 20px; }
3119
3124
 
3120
- .chat-message-toolbar.left {
3121
- left: -9px; }
3125
+ .animated-item:nth-child(1) {
3126
+ -webkit-animation-delay: 0.08s;
3127
+ animation-delay: 0.08s; }
3122
3128
 
3123
- .chat-message-bubble:hover .chat-message-toolbar,
3124
- .chat-message-bubble .chat-message-toolbar.active {
3125
- display: block; }
3129
+ .animated-item:nth-child(2) {
3130
+ -webkit-animation-delay: 0.16s;
3131
+ animation-delay: 0.16s; }
3126
3132
 
3127
- .report-problem-text-area {
3128
- border-radius: 4px;
3129
- border: 1px solid rgba(0, 0, 0, 0.15);
3130
- margin-top: 10px;
3131
- padding: 5px 10px;
3132
- outline: none !important; }
3133
+ .animated-item:nth-child(3) {
3134
+ -webkit-animation-delay: 0.24s;
3135
+ animation-delay: 0.24s; }
3133
3136
 
3134
- .condition-info-icon-left-align {
3135
- color: var(--react-autoql-accent-color) !important;
3136
- position: absolute !important;
3137
- bottom: 2px;
3138
- right: 10px;
3139
- font-size: 20px; }
3137
+ .animated-item:nth-child(4) {
3138
+ -webkit-animation-delay: 0.32s;
3139
+ animation-delay: 0.32s; }
3140
3140
 
3141
- .condition-info-icon {
3142
- color: var(--react-autoql-accent-color) !important;
3143
- position: absolute !important;
3144
- bottom: 2px;
3145
- right: 4px;
3146
- font-size: 20px; }
3141
+ .animated-item:nth-child(5) {
3142
+ -webkit-animation-delay: 0.4s;
3143
+ animation-delay: 0.4s; }
3147
3144
 
3148
- .more-options-menu,
3149
- .report-problem-menu {
3150
- background: var(--react-autoql-background-color-primary);
3151
- padding: 10px 0; }
3152
- .more-options-menu span.react-autoql-icon svg,
3153
- .report-problem-menu span.react-autoql-icon svg {
3154
- margin-right: 3px; }
3145
+ .animated-item:nth-child(6) {
3146
+ -webkit-animation-delay: 0.48s;
3147
+ animation-delay: 0.48s; }
3155
3148
 
3156
- .interpretation-icon {
3157
- vertical-align: top;
3158
- height: 26px;
3159
- margin: 0 3px;
3160
- font-size: 18px; }
3149
+ .animated-item:nth-child(7) {
3150
+ -webkit-animation-delay: 0.56s;
3151
+ animation-delay: 0.56s; }
3161
3152
 
3162
- /* Chart icon styles */
3163
- .chart-icon-svg-0,
3164
- .react-autoql-icon-svg-0 {
3165
- fill: currentColor; }
3153
+ .animated-item:nth-child(8) {
3154
+ -webkit-animation-delay: 0.64s;
3155
+ animation-delay: 0.64s; }
3166
3156
 
3167
- .hm0 {
3168
- opacity: 0.5;
3169
- fill: currentColor;
3170
- enable-background: new; }
3157
+ .animated-item:nth-child(9) {
3158
+ -webkit-animation-delay: 0.72s;
3159
+ animation-delay: 0.72s; }
3171
3160
 
3172
- .hm1 {
3173
- fill: currentColor; }
3161
+ .animated-item:nth-child(10) {
3162
+ -webkit-animation-delay: 0.8s;
3163
+ animation-delay: 0.8s; }
3174
3164
 
3175
- .hm2 {
3176
- opacity: 0.15;
3177
- fill: currentColor;
3178
- enable-background: new; }
3165
+ .animated-item:nth-child(11) {
3166
+ -webkit-animation-delay: 0.88s;
3167
+ animation-delay: 0.88s; }
3179
3168
 
3180
- .hm3 {
3181
- opacity: 0.6;
3182
- fill: currentColor;
3183
- enable-background: new; }
3169
+ .animated-item:nth-child(12) {
3170
+ -webkit-animation-delay: 0.96s;
3171
+ animation-delay: 0.96s; }
3184
3172
 
3185
- .hm4 {
3186
- opacity: 0.65;
3187
- fill: currentColor;
3188
- enable-background: new; }
3173
+ .animated-item:nth-child(13) {
3174
+ -webkit-animation-delay: 1.04s;
3175
+ animation-delay: 1.04s; }
3189
3176
 
3190
- .hm5 {
3191
- fill: currentColor; }
3177
+ .animated-item:nth-child(14) {
3178
+ -webkit-animation-delay: 1.12s;
3179
+ animation-delay: 1.12s; }
3192
3180
 
3193
- .hm6 {
3194
- fill: currentColor; }
3181
+ .animated-item:nth-child(15) {
3182
+ -webkit-animation-delay: 1.2s;
3183
+ animation-delay: 1.2s; }
3195
3184
 
3196
- /* animations */
3197
- @-webkit-keyframes scale-up-br {
3198
- 0% {
3199
- transform: scale(0.5);
3200
- transform-origin: 100% 100%; }
3201
- 100% {
3202
- transform: scale(1);
3203
- transform-origin: 100% 100%; } }
3204
- @keyframes scale-up-br {
3185
+ @-webkit-keyframes fadeIn {
3205
3186
  0% {
3206
- transform: scale(0.5);
3207
- transform-origin: 100% 100%; }
3187
+ opacity: 0;
3188
+ top: 100px; }
3189
+ 75% {
3190
+ opacity: 0.5;
3191
+ top: 0px; }
3208
3192
  100% {
3209
- transform: scale(1);
3210
- transform-origin: 100% 100%; } }
3193
+ opacity: 1; } }
3211
3194
 
3212
- @-webkit-keyframes scale-up-bl {
3213
- 0% {
3214
- transform: scale(0.5);
3215
- transform-origin: 0% 100%; }
3216
- 100% {
3217
- transform: scale(1);
3218
- transform-origin: 0% 100%; } }
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); }
3219
3207
 
3220
- @keyframes scale-up-bl {
3221
- 0% {
3222
- transform: scale(0.5);
3223
- transform-origin: 0% 100%; }
3224
- 100% {
3225
- transform: scale(1);
3226
- transform-origin: 0% 100%; } }
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; }
3227
3229
 
3228
3230
  .react-autoql-table-container {
3229
3231
  flex: 1;
@@ -3863,44 +3865,6 @@ span.react-autoql-icon {
3863
3865
 
3864
3866
 
3865
3867
 
3866
- .react-autoql-select {
3867
- border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
3868
- border-radius: 4px;
3869
- background: var(--react-autoql-background-color-primary, white);
3870
- display: inline-block;
3871
- font-size: 13px;
3872
- line-height: 32px;
3873
- height: 34px;
3874
- margin: 0 3px;
3875
- padding: 0 11px;
3876
- color: var(--react-autoql-accent-color, #26a7df);
3877
- transition: all 0.2s ease;
3878
- cursor: pointer; }
3879
- .react-autoql-select:hover {
3880
- border-color: var(--react-autoql-accent-color, #26a7df); }
3881
-
3882
- .react-autoql-select-popup-container {
3883
- background: var(--react-autoql-background-color-primary, white);
3884
- padding: 10px 0;
3885
- max-height: 300px;
3886
- overflow-y: auto; }
3887
- .react-autoql-select-popup-container .react-autoql-select-option.active {
3888
- background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
3889
- .react-autoql-select-popup-container .react-autoql-select-popup {
3890
- list-style-type: none;
3891
- width: 100%;
3892
- margin: 0;
3893
- padding: 0; }
3894
- .react-autoql-select-popup-container .react-autoql-select-popup li {
3895
- color: var(--react-autoql-text-color-primary);
3896
- width: 100%;
3897
- height: 35px;
3898
- line-height: 35px;
3899
- padding: 0 20px;
3900
- cursor: pointer; }
3901
- .react-autoql-select-popup-container .react-autoql-select-popup li:hover {
3902
- background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
3903
-
3904
3868
  .slack-modal-error-container,
3905
3869
  .slack-modal-empty-list-message {
3906
3870
  display: flex;
@@ -4046,6 +4010,44 @@ span.react-autoql-icon {
4046
4010
  .slack-channel-list-container .connect-channel-btn button {
4047
4011
  width: 200px; }
4048
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
+
4049
4051
  .react-autoql-select-with-arrow div {
4050
4052
  color: inherit; }
4051
4053