react-autoql 3.5.4 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
+
1
2
  .chat-voice-record-button {
2
3
  width: 40px;
3
4
  height: 40px;
@@ -11,7 +12,7 @@
11
12
  cursor: pointer;
12
13
  overflow: hidden;
13
14
  background: var(--react-autoql-accent-color);
14
- color: white;
15
+ color: var(--react-autoql-accent-text-color);
15
16
  border: none;
16
17
  flex-shrink: 0;
17
18
  flex-grow: 0; }
@@ -70,304 +71,197 @@
70
71
  100% {
71
72
  left: 82%; } }
72
73
 
73
- @import url("https://fonts.googleapis.com/icon?family=Material+Icons");
74
- .react-autoql-response-content-container:not(.html-content) {
74
+ .react-autoql-icon {
75
75
  position: relative;
76
- display: flex;
77
- flex-direction: column;
78
- justify-content: center;
79
- align-items: center;
80
- background-color: inherit;
81
- font-size: 14px;
82
- height: 100%;
83
- width: 100%;
84
- overflow: hidden;
85
- color: var(--react-autoql-text-color-primary); }
76
+ opacity: 1; }
77
+ .react-autoql-icon.warning {
78
+ color: var(--react-autoql-warning-color) !important; }
79
+ .react-autoql-icon.danger {
80
+ color: var(--react-autoql-danger-color) !important; }
86
81
 
87
- .react-autoql-response-content-container.html-content {
88
- position: relative;
89
- background-color: inherit;
82
+ span.react-autoql-icon {
83
+ vertical-align: unset;
90
84
  text-align: left;
91
- font-size: 14px;
92
- height: 95%;
93
- width: 100%;
94
- overflow: hidden;
95
- color: var(--react-autoql-text-color-primary); }
96
- .react-autoql-response-content-container.html-content table th {
97
- border-bottom: 2px solid var(--react-autoql-border-color); }
98
- .react-autoql-response-content-container.html-content table tr:not(:last-child) {
99
- border-bottom: 1px solid var(--react-autoql-border-color); }
100
- .react-autoql-response-content-container.html-content table td:not(:last-child) {
101
- border-right: 1px solid var(--react-autoql-border-color); }
102
- .react-autoql-response-content-container.html-content table th,
103
- .react-autoql-response-content-container.html-content table td {
104
- padding: 5px 10px; }
105
- .react-autoql-response-content-container.html-content * {
106
- font-size: inherit; }
107
- .react-autoql-response-content-container.html-content sup,
108
- .react-autoql-response-content-container.html-content sub {
109
- font-size: 10px; }
110
- .react-autoql-response-content-container.html-content > *:first-child {
111
- margin-top: 0 !important; }
112
- .react-autoql-response-content-container.html-content > *:last-child {
113
- margin-bottom: 0 !important; }
114
- .react-autoql-response-content-container.html-content caption {
115
- display: table-caption;
116
- text-align: -webkit-center;
117
- padding-top: unset;
118
- padding-bottom: unset;
119
- color: unset;
120
- text-align: unset;
121
- caption-side: unset; }
85
+ margin: 0;
86
+ padding: 0;
87
+ float: none !important;
88
+ color: inherit; }
89
+ span.react-autoql-icon svg {
90
+ float: none !important;
91
+ color: inherit;
92
+ vertical-align: unset;
93
+ text-align: left;
94
+ margin: 0;
95
+ padding: 0;
96
+ opacity: 1;
97
+ height: 1em;
98
+ margin-bottom: -0.1em; }
122
99
 
123
- .react-autoql-response-content-container.table {
124
- max-height: 100vh !important;
125
- overflow-y: scroll;
126
- scrollbar-width: none;
127
- margin-bottom: 0 !important; }
100
+ .slack-logo {
101
+ display: inline-block;
102
+ height: 100%;
103
+ margin-bottom: 3px; }
104
+ .slack-logo img {
105
+ vertical-align: middle;
106
+ height: 1em;
107
+ width: 1em; }
128
108
 
129
- .react-autoql-response-content-container.table::-webkit-scrollbar {
130
- width: 0;
131
- height: 0; }
109
+ .react-autoql-badge {
110
+ position: absolute;
111
+ background: var(--react-autoql-warning-color);
112
+ border: 1px solid var(--react-autoql-background-color-primary);
113
+ width: 0.5em;
114
+ height: 0.5em;
115
+ top: -0.1em;
116
+ right: -0.25em;
117
+ border-radius: 50%;
118
+ box-sizing: content-box; }
132
119
 
133
- .react-autoql-suggestion-btn {
134
- padding: 6px 14px;
135
- background: transparent;
120
+ .react-autoql-bar-container {
121
+ position: relative;
122
+ display: flex;
123
+ flex-direction: row; }
124
+
125
+ .react-autoql-chatbar-input {
126
+ padding: 10px;
127
+ padding-left: 20px;
128
+ margin: 10px;
129
+ height: 42px;
130
+ width: calc(100% - 20px);
131
+ white-space: nowrap;
132
+ box-sizing: border-box;
133
+ border-radius: 24px;
134
+ font-size: 16px;
136
135
  font-family: inherit;
137
- font-size: 12px;
138
- margin-bottom: 5px;
136
+ letter-spacing: 0.04em;
139
137
  outline: none !important;
140
- cursor: pointer;
141
- letter-spacing: 0.05em;
142
- transition: all 0.1s ease;
143
- border: 1px solid rgba(0, 0, 0, 0.15);
144
- border-radius: 5px;
145
- color: inherit; }
138
+ width: calc(100% - 20px);
139
+ font-family: inherit;
140
+ /* Default styles outside of data messenger */
141
+ border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
142
+ background: var(--react-autoql-background-color-primary);
143
+ color: #5d5d5d; }
146
144
 
147
- .react-autoql-suggestion-btn:hover {
148
- border-color: transparent;
149
- color: white;
150
- background: var(--react-autoql-accent-color); }
145
+ .react-autoql-chatbar-input.left-padding {
146
+ padding-left: 54px; }
151
147
 
152
- .react-autoql-help-link-btn {
153
- padding: 6px 14px;
154
- background: transparent;
155
- border-radius: 5px;
156
- font-family: inherit;
157
- font-size: 12px;
158
- margin-top: 5px;
159
- outline: none !important;
160
- cursor: pointer;
161
- letter-spacing: 0.05em;
162
- transition: all 0.1s ease;
163
- border-color: #e2e2e26e;
164
- color: inherit; }
148
+ .react-autoql-chatbar-input:disabled {
149
+ background: rgba(0, 0, 0, 0.03); }
165
150
 
166
- .react-autoql-help-link-btn:hover {
167
- opacity: 0.7; }
151
+ .react-autoql-chatbar-input:not(:disabled):hover {
152
+ box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
168
153
 
169
- .react-autoql-help-link-icon {
170
- width: 15px;
171
- height: 15px;
172
- margin-bottom: -3px;
173
- margin-right: 3px; }
154
+ .react-autoql-chatbar-input::-moz-placeholder {
155
+ /* Default color outside of data messenger */
156
+ color: #999 !important; }
174
157
 
175
- .qanda-positive-feedback-checkmark.react-autoql-icon svg {
176
- color: var(--react-autoql-success-color); }
158
+ .react-autoql-chatbar-input:-ms-input-placeholder {
159
+ /* Default color outside of data messenger */
160
+ color: #999 !important; }
177
161
 
178
- .react-autoql-suggestion-message {
179
- height: 100%;
180
- width: 100%;
181
- word-break: break-word; }
162
+ .react-autoql-chatbar-input::placeholder {
163
+ /* Default color outside of data messenger */
164
+ color: #999 !important; }
182
165
 
183
- .react-autoql-suggestions-select {
166
+ /* autosuggest */
167
+ .react-autoql-bar-container .react-autosuggest__container,
168
+ .react-autoql-chatbar-input-container {
184
169
  position: relative;
185
- display: inline-block;
186
- height: 30px;
187
- background: none;
188
- outline: none !important;
189
- border: 1px solid;
190
- font-family: inherit;
191
- letter-spacing: 0.05em;
192
- color: #28a8e0;
193
- cursor: pointer;
194
- font-size: inherit; }
170
+ flex: 1; }
195
171
 
196
- .no-columns-error-message {
197
- position: absolute;
198
- height: 100%;
199
- width: 100%;
200
- display: flex;
201
- justify-content: center;
202
- flex-direction: column;
203
- text-align: center;
204
- padding: 20px;
205
- font-size: 13px; }
206
- .no-columns-error-message .warning-icon {
207
- font-size: 22px;
208
- display: block;
209
- margin-bottom: -13px;
210
- text-align: center; }
211
- .no-columns-error-message .eye-icon {
212
- vertical-align: bottom;
213
- line-height: 18px; }
172
+ .react-autoql-bar-container .react-autosuggest__input--focused {
173
+ outline: none; }
214
174
 
215
- /* query validation */
216
- .react-autoql-query-validation-selector-container {
217
- display: inline-block;
218
- position: relative; }
175
+ .react-autoql-bar-container .react-autosuggest__input::-ms-clear {
176
+ display: none; }
219
177
 
220
- .react-autoql-select-popup-container.query-validation-select {
221
- padding: 5px 0;
222
- letter-spacing: 0.03em;
223
- font-family: var(--react-autoql-font-family), sans-serif; }
224
- .react-autoql-select-popup-container.query-validation-select .react-autoql-select-option {
225
- height: unset;
226
- font-size: 14px;
227
- line-height: 24px;
228
- padding: 0 15px; }
229
- .react-autoql-select-popup-container.query-validation-select .react-autoql-select-option:last-of-type {
230
- color: #d84830; }
178
+ .react-autoql-bar-container .react-autosuggest__suggestions-container {
179
+ display: none; }
231
180
 
232
- .react-autoql-query-validation-query {
233
- text-align: center; }
181
+ .react-autoql-bar-container .react-autosuggest__suggestions-container--open {
182
+ position: absolute;
183
+ top: 45px;
184
+ bottom: unset;
185
+ margin: 10px;
186
+ padding-top: 5px;
187
+ padding-bottom: 5px;
188
+ display: block;
189
+ width: calc(100% - 20px);
190
+ height: unset;
191
+ border-radius: 24px;
192
+ font-family: inherit;
193
+ font-size: 15px;
194
+ font-weight: normal;
195
+ z-index: 2;
196
+ overflow: hidden;
197
+ box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
198
+ /* Default styles outside of data messenger */
199
+ background-color: white;
200
+ color: #5d5d5d; }
234
201
 
235
- .react-autoql-query-validation-execute-btn {
236
- height: 38px;
237
- background: none;
238
- border-radius: 4px;
239
- margin-top: 24px;
240
- width: 100%;
241
- color: inherit;
242
- cursor: pointer;
243
- outline: none !important;
244
- border-color: #e2e2e26e;
245
- transition: all 0.2s ease; }
202
+ .react-autoql-bar-container.autosuggest-top
203
+ .react-autosuggest__suggestions-container--open {
204
+ top: unset;
205
+ bottom: 45px; }
246
206
 
247
- .react-autoql-query-validation-execute-btn:hover {
248
- border-color: #28a8e0; }
207
+ .react-autoql-bar-container.autosuggest-bottom
208
+ .react-autosuggest__suggestions-container--open {
209
+ top: 45px;
210
+ bottom: unset; }
249
211
 
250
- .react-autoql-execute-query-icon {
251
- font-size: 16px;
252
- vertical-align: middle !important;
253
- padding-right: 3px !important; }
254
- .react-autoql-execute-query-icon span.react-autoql-icon svg {
255
- height: 19px;
256
- width: 19px;
257
- margin-top: 3px;
258
- margin-right: 4px;
259
- vertical-align: top;
260
- fill: var(--react-autoql-accent-color); }
212
+ .react-autoql-bar-container .react-autosuggest__suggestions-list {
213
+ margin: 0;
214
+ padding: 0;
215
+ list-style-type: none; }
261
216
 
262
- .react-autoql-query-validation-select {
263
- position: relative;
264
- display: inline-block;
265
- height: 2em;
266
- background: none;
267
- outline: none !important;
268
- border: none;
269
- letter-spacing: 0.05em;
270
- font-family: inherit;
271
- font-size: inherit;
272
- margin: 0;
273
- padding: 0;
274
- border-radius: 0;
275
- border-bottom: 1px dashed;
276
- color: var(--react-autoql-accent-color); }
277
-
278
- .react-autoql-query-validation-delete-button {
279
- position: relative;
280
- cursor: pointer;
281
- margin-bottom: -2px; }
282
-
283
- .react-autoql-chart-tooltip {
284
- font-family: var(--react-autoql-font-family), sans-serif;
285
- letter-spacing: 0.04em;
286
- line-height: 22px;
287
- font-size: 13px;
288
- padding: 7px 15px;
289
- transition: all 0.2s ease !important;
290
- text-align: left !important;
291
- opacity: 1 !important;
292
- z-index: 99999 !important;
293
- /* necessary to show up on top of rc drawer */ }
294
-
295
- .single-value-response {
296
- color: inherit;
297
- cursor: unset;
298
- font-size: 20px; }
299
- .single-value-response:hover {
300
- color: inherit; }
217
+ /* Autocomplete styles */
218
+ .react-autoql-bar-container .react-autosuggest__suggestions-container--open {
219
+ background-color: var(--react-autoql-background-color-primary);
220
+ border: 1px solid var(--react-autoql-border-color);
221
+ color: var(--react-autoql-text-color-primary); }
301
222
 
302
- .single-value-response.with-drilldown:hover {
303
- color: inherit;
304
- text-decoration: underline;
305
- font-weight: 600;
306
- cursor: pointer; }
223
+ .react-autoql-bar-container .react-autosuggest__suggestion {
224
+ color: var(--react-autoql-text-color-primary); }
307
225
 
308
- .react-autoql-query-validation-container {
309
- width: 100%; }
226
+ .react-autoql-chatbar-input {
227
+ border: 1px solid var(--react-autoql-border-color);
228
+ color: var(--react-autoql-text-color-primary); }
310
229
 
311
- .react-autoql-query-validation-description {
312
- margin-bottom: 14px; }
230
+ .react-autoql-chatbar-input::-moz-placeholder {
231
+ color: var(--react-autoql-text-color-placeholder); }
313
232
 
314
- .context-menu {
315
- background: var(--react-autoql-background-color-primary);
316
- /* height: 100px; */
317
- width: 150px;
318
- padding: 10px 0; }
233
+ .react-autoql-chatbar-input:-ms-input-placeholder {
234
+ color: var(--react-autoql-text-color-placeholder); }
319
235
 
320
- .context-menu-list {
321
- list-style-type: none;
322
- width: 100%;
323
- margin: 0;
324
- padding: 0; }
236
+ .react-autoql-chatbar-input::placeholder {
237
+ color: var(--react-autoql-text-color-placeholder); }
325
238
 
326
- .context-menu-list li {
327
- color: var(--react-autoql-text-color-primary);
328
- width: 100%;
329
- height: 35px;
330
- line-height: 35px;
331
- padding: 0 20px;
332
- cursor: pointer; }
239
+ .react-autoql-bar-container .react-autosuggest__suggestion {
240
+ cursor: pointer;
241
+ padding: 2px;
242
+ padding-left: 18px;
243
+ letter-spacing: 0.05em;
244
+ line-height: 22.5px; }
333
245
 
334
- .context-menu-list li:hover {
335
- background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.05)); }
246
+ .react-autoql-bar-container .react-autosuggest__suggestion--highlighted {
247
+ background-color: rgba(0, 0, 0, 0.1) !important; }
336
248
 
337
- .react-autoql-condition-link {
338
- background: none !important;
339
- border: none;
340
- padding: 0 !important;
341
- text-decoration: none;
342
- white-space: nowrap;
343
- cursor: pointer;
344
- color: var(--react-autoql-accent-color) !important; }
345
- .react-autoql-condition-link:hover {
346
- opacity: 0.9; }
249
+ .react-autoql-bar-container .react-autosuggest__section-title {
250
+ padding: 10px 0 0 10px;
251
+ font-size: 12px;
252
+ color: #777; }
347
253
 
348
- .react-autoql-condition-link-filtered {
349
- text-decoration: none;
350
- white-space: nowrap;
351
- cursor: pointer;
352
- color: var(--react-autoql-accent-color) !important; }
353
- .react-autoql-condition-link-filtered .react-autoql-custom-icon {
354
- font-size: 14px;
355
- vertical-align: middle;
356
- margin-top: -4px; }
357
- .react-autoql-condition-link-filtered:hover {
358
- opacity: 0.9;
359
- border: none !important; }
360
- .react-autoql-condition-link-filtered:hover .react-autoql-custom-icon {
361
- opacity: 0.9; }
254
+ .input-response-loading-container {
255
+ position: absolute;
256
+ right: 23px;
257
+ top: -2px; }
362
258
 
363
- .react-autoql-condition-lock-reverse-translation {
364
- color: var(--react-autoql-text-color-primary);
365
- background-color: var(--react-autoql-background-color-secondary);
366
- border-radius: 5px;
367
- padding: 4px 6px 4px 6px;
368
- margin: 2px;
369
- min-height: 26px;
370
- min-width: 300px; }
259
+ .chat-bar-input-icon {
260
+ position: absolute;
261
+ color: #28a8e0;
262
+ font-size: 20px;
263
+ left: 30px;
264
+ top: 15px; }
371
265
 
372
266
  .loading-container-centered {
373
267
  height: 100%;
@@ -413,261 +307,73 @@
413
307
  -webkit-animation: response-loading3 0.6s infinite;
414
308
  animation: response-loading3 0.6s infinite; }
415
309
 
416
- .react-autoql-bar-container {
417
- position: relative;
418
- display: flex;
419
- flex-direction: row; }
310
+ .react-autoql-dashboard-container {
311
+ background: var(--react-autoql-background-color-secondary);
312
+ height: 100%;
313
+ width: 100%;
314
+ overflow: hidden; }
420
315
 
421
- .react-autoql-chatbar-input {
422
- padding: 10px;
423
- padding-left: 20px;
424
- margin: 10px;
425
- height: 42px;
426
- width: calc(100% - 20px);
427
- white-space: nowrap;
428
- box-sizing: border-box;
429
- border-radius: 24px;
430
- font-size: 16px;
431
- font-family: inherit;
432
- letter-spacing: 0.04em;
433
- outline: none !important;
434
- width: calc(100% - 20px);
435
- font-family: inherit;
436
- /* Default styles outside of data messenger */
437
- border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
438
- background: var(--react-autoql-background-color-primary);
439
- color: #5d5d5d; }
316
+ .react-autoql-dashboard-container.edit-mode {
317
+ padding-bottom: 200px; }
440
318
 
441
- .react-autoql-chatbar-input.left-padding {
442
- padding-left: 54px; }
319
+ .dashboard-drilldown-modal .ReactModal__Content {
320
+ top: unset !important;
321
+ margin-top: 20px !important;
322
+ max-height: 93vh !important; }
443
323
 
444
- .react-autoql-chatbar-input:disabled {
445
- background: rgba(0, 0, 0, 0.03); }
324
+ .dashboard-drilldown-modal .react-autoql-modal-body {
325
+ padding: 0; }
446
326
 
447
- .react-autoql-chatbar-input:not(:disabled):hover {
448
- box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
327
+ .dashboard-drilldown-modal .react-autoql-table {
328
+ opacity: 0.9;
329
+ font-size: 11px; }
449
330
 
450
- .react-autoql-chatbar-input::-moz-placeholder {
451
- /* Default color outside of data messenger */
452
- color: #999 !important; }
331
+ .dashboard-drilldown-modal .splitter-layout {
332
+ height: calc(100% - 55px); }
453
333
 
454
- .react-autoql-chatbar-input:-ms-input-placeholder {
455
- /* Default color outside of data messenger */
456
- color: #999 !important; }
334
+ .dashboard-drilldown-modal .react-autoql-dashboard-drilldown-original {
335
+ padding: 20px;
336
+ padding-bottom: 10px; }
457
337
 
458
- .react-autoql-chatbar-input::placeholder {
459
- /* Default color outside of data messenger */
460
- color: #999 !important; }
338
+ .dashboard-drilldown-modal .drilldown-hide-chart-btn {
339
+ text-align: right;
340
+ width: 100%;
341
+ padding-right: 20px; }
342
+ .dashboard-drilldown-modal .drilldown-hide-chart-btn.bottom {
343
+ position: absolute;
344
+ bottom: 5px;
345
+ width: 100px;
346
+ right: 0; }
347
+ .dashboard-drilldown-modal .drilldown-hide-chart-btn.top {
348
+ padding-top: 10px;
349
+ margin-bottom: -8px; }
461
350
 
462
- /* autosuggest */
463
- .react-autoql-bar-container .react-autosuggest__container,
464
- .react-autoql-chatbar-input-container {
465
- position: relative;
466
- flex: 1; }
351
+ .dashboard-drilldown-modal .react-autoql-dashboard-drilldown-table {
352
+ padding: 20px;
353
+ padding-top: 10px;
354
+ overflow: hidden;
355
+ height: 100%;
356
+ width: 100%; }
467
357
 
468
- .react-autoql-bar-container .react-autosuggest__input--focused {
469
- outline: none; }
358
+ .empty-dashboard-message-container {
359
+ font-family: var(--react-autoql-font-family);
360
+ color: var(--react-autoql-text-color-primary);
361
+ letter-spacing: 0.02em;
362
+ text-align: center;
363
+ padding: 100px;
364
+ height: 100%;
365
+ width: 100%; }
470
366
 
471
- .react-autoql-bar-container .react-autosuggest__input::-ms-clear {
472
- display: none; }
367
+ .empty-dashboard-new-tile-btn {
368
+ color: var(--react-autoql-accent-color);
369
+ font-weight: bold;
370
+ cursor: pointer; }
473
371
 
474
- .react-autoql-bar-container .react-autosuggest__suggestions-container {
475
- display: none; }
372
+ .condition-menu-dropdown {
373
+ display: block; }
476
374
 
477
- .react-autoql-bar-container .react-autosuggest__suggestions-container--open {
478
- position: absolute;
479
- top: 45px;
480
- bottom: unset;
481
- margin: 10px;
482
- padding-top: 5px;
483
- padding-bottom: 5px;
484
- display: block;
485
- width: calc(100% - 20px);
486
- height: unset;
487
- border-radius: 24px;
488
- font-family: inherit;
489
- font-size: 15px;
490
- font-weight: normal;
491
- z-index: 2;
492
- overflow: hidden;
493
- box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
494
- /* Default styles outside of data messenger */
495
- background-color: white;
496
- color: #5d5d5d; }
497
-
498
- .react-autoql-bar-container.autosuggest-top
499
- .react-autosuggest__suggestions-container--open {
500
- top: unset;
501
- bottom: 45px; }
502
-
503
- .react-autoql-bar-container.autosuggest-bottom
504
- .react-autosuggest__suggestions-container--open {
505
- top: 45px;
506
- bottom: unset; }
507
-
508
- .react-autoql-bar-container .react-autosuggest__suggestions-list {
509
- margin: 0;
510
- padding: 0;
511
- list-style-type: none; }
512
-
513
- /* Autocomplete styles */
514
- .react-autoql-bar-container .react-autosuggest__suggestions-container--open {
515
- background-color: var(--react-autoql-background-color-primary);
516
- border: 1px solid var(--react-autoql-border-color);
517
- color: var(--react-autoql-text-color-primary); }
518
-
519
- .react-autoql-bar-container .react-autosuggest__suggestion {
520
- color: var(--react-autoql-text-color-primary); }
521
-
522
- .react-autoql-chatbar-input {
523
- border: 1px solid var(--react-autoql-border-color);
524
- color: var(--react-autoql-text-color-primary); }
525
-
526
- .react-autoql-chatbar-input::-moz-placeholder {
527
- color: var(--react-autoql-text-color-placeholder); }
528
-
529
- .react-autoql-chatbar-input:-ms-input-placeholder {
530
- color: var(--react-autoql-text-color-placeholder); }
531
-
532
- .react-autoql-chatbar-input::placeholder {
533
- color: var(--react-autoql-text-color-placeholder); }
534
-
535
- .react-autoql-bar-container .react-autosuggest__suggestion {
536
- cursor: pointer;
537
- padding: 2px;
538
- padding-left: 18px;
539
- letter-spacing: 0.05em;
540
- line-height: 22.5px; }
541
-
542
- .react-autoql-bar-container .react-autosuggest__suggestion--highlighted {
543
- background-color: rgba(0, 0, 0, 0.1) !important; }
544
-
545
- .react-autoql-bar-container .react-autosuggest__section-title {
546
- padding: 10px 0 0 10px;
547
- font-size: 12px;
548
- color: #777; }
549
-
550
- .input-response-loading-container {
551
- position: absolute;
552
- right: 23px;
553
- top: -2px; }
554
-
555
- .chat-bar-input-icon {
556
- position: absolute;
557
- color: #28a8e0;
558
- font-size: 20px;
559
- left: 30px;
560
- top: 15px; }
561
-
562
- .react-autoql-dashboard-container {
563
- background: var(--react-autoql-background-color-secondary);
564
- height: 100%;
565
- width: 100%;
566
- overflow: hidden; }
567
-
568
- .react-autoql-dashboard-container.edit-mode {
569
- padding-bottom: 200px; }
570
-
571
- .dashboard-drilldown-modal .ReactModal__Content {
572
- top: unset !important;
573
- margin-top: 20px !important;
574
- max-height: 93vh !important; }
575
-
576
- .dashboard-drilldown-modal .react-autoql-modal-body {
577
- padding: 0; }
578
-
579
- .dashboard-drilldown-modal .react-autoql-table {
580
- opacity: 0.9;
581
- font-size: 11px; }
582
-
583
- .dashboard-drilldown-modal .splitter-layout {
584
- height: calc(100% - 55px); }
585
-
586
- .dashboard-drilldown-modal .react-autoql-dashboard-drilldown-original {
587
- padding: 20px;
588
- padding-bottom: 10px; }
589
-
590
- .dashboard-drilldown-modal .drilldown-hide-chart-btn {
591
- text-align: right;
592
- width: 100%;
593
- padding-right: 20px; }
594
- .dashboard-drilldown-modal .drilldown-hide-chart-btn.bottom {
595
- position: absolute;
596
- bottom: 5px;
597
- width: 100px;
598
- right: 0; }
599
- .dashboard-drilldown-modal .drilldown-hide-chart-btn.top {
600
- padding-top: 10px;
601
- margin-bottom: -8px; }
602
-
603
- .dashboard-drilldown-modal .react-autoql-dashboard-drilldown-table {
604
- padding: 20px;
605
- padding-top: 10px;
606
- overflow: hidden;
607
- height: 100%; }
608
-
609
- .empty-dashboard-message-container {
610
- font-family: var(--react-autoql-font-family);
611
- color: var(--react-autoql-text-color-primary);
612
- letter-spacing: 0.02em;
613
- text-align: center;
614
- padding: 100px;
615
- height: 100%;
616
- width: 100%; }
617
-
618
- .empty-dashboard-new-tile-btn {
619
- color: var(--react-autoql-accent-color);
620
- font-weight: bold;
621
- cursor: pointer; }
622
-
623
- .react-autoql-icon {
624
- position: relative;
625
- opacity: 1; }
626
- .react-autoql-icon.warning {
627
- color: var(--react-autoql-warning-color) !important; }
628
- .react-autoql-icon.danger {
629
- color: var(--react-autoql-danger-color) !important; }
630
-
631
- span.react-autoql-icon {
632
- vertical-align: unset;
633
- text-align: left;
634
- margin: 0;
635
- padding: 0;
636
- float: none !important;
637
- color: inherit; }
638
- span.react-autoql-icon svg {
639
- float: none !important;
640
- color: inherit;
641
- vertical-align: unset;
642
- text-align: left;
643
- margin: 0;
644
- padding: 0;
645
- opacity: 1;
646
- height: 1em;
647
- margin-bottom: -0.1em; }
648
-
649
- .slack-logo {
650
- display: inline-block;
651
- height: 100%;
652
- margin-bottom: 3px; }
653
- .slack-logo img {
654
- vertical-align: middle;
655
- height: 1em;
656
- width: 1em; }
657
-
658
- .react-autoql-badge {
659
- position: absolute;
660
- background: var(--react-autoql-warning-color);
661
- border: 1px solid var(--react-autoql-background-color-primary);
662
- width: 0.5em;
663
- height: 0.5em;
664
- top: -0.1em;
665
- right: -0.25em;
666
- border-radius: 50%;
667
- box-sizing: content-box; }
668
-
669
- .react-autoql-condition-lock-menu {
670
- min-width: 400px !important; }
375
+ .react-autoql-condition-lock-menu {
376
+ min-width: 400px !important; }
671
377
 
672
378
  .react-autoql-filter-locking-title-container {
673
379
  display: inline-block;
@@ -829,7 +535,14 @@ tbody::-webkit-scrollbar-thumb {
829
535
  .react-autoql-condition-list td {
830
536
  display: table-cell;
831
537
  padding: 2px;
832
- padding-left: 10px; }
538
+ padding-left: 10px;
539
+ vertical-align: middle; }
540
+
541
+ #react-autoql-remove-filter-container {
542
+ width: 35px; }
543
+
544
+ #react-autoql-condition-table-settings {
545
+ width: 110px; }
833
546
 
834
547
  .react-autoql-condition-list-loading-container {
835
548
  display: flex;
@@ -910,7 +623,9 @@ tbody::-webkit-scrollbar-thumb {
910
623
  .autoql-condition-locking-menu-container .react-autosuggest__suggestions-list {
911
624
  margin: 0;
912
625
  padding: 0;
913
- list-style-type: none; }
626
+ list-style-type: none;
627
+ max-height: 200px;
628
+ overflow-y: auto; }
914
629
 
915
630
  .autoql-condition-locking-menu-container .react-autosuggest__suggestion {
916
631
  cursor: pointer;
@@ -1101,14 +816,21 @@ tbody::-webkit-scrollbar-thumb {
1101
816
  flex-shrink: 0;
1102
817
  z-index: 1; }
1103
818
 
819
+ .react-autoql-drawer .react-autoql-header-left-container {
820
+ display: flex;
821
+ justify-content: left;
822
+ width: 100px;
823
+ margin-left: 10px; }
824
+
1104
825
  .react-autoql-drawer .react-autoql-header-right-container {
1105
826
  display: flex;
1106
827
  justify-content: right;
1107
- width: 100px; }
828
+ width: 100px;
829
+ margin-right: 10px; }
1108
830
 
1109
831
  .react-autoql-drawer .react-autoql-header-center-container {
1110
832
  position: relative;
1111
- color: #fff;
833
+ color: var(--react-autoql-accent-text-color);
1112
834
  line-height: 60px;
1113
835
  font-size: 18px;
1114
836
  letter-spacing: 0.05em;
@@ -1121,28 +843,23 @@ tbody::-webkit-scrollbar-thumb {
1121
843
  -webkit-animation: fadeIn 0.3s;
1122
844
  animation: fadeIn 0.3s; }
1123
845
 
1124
- .react-autoql-drawer .react-autoql-header-left-container {
1125
- width: 100px; }
1126
-
1127
846
  .react-autoql-drawer .react-autoql-drawer-header-btn {
1128
847
  line-height: 1em;
1129
848
  font-weight: normal;
1130
849
  float: none;
1131
850
  opacity: 1; }
1132
851
  .react-autoql-drawer .react-autoql-drawer-header-btn.close span.react-autoql-icon svg {
1133
- width: 30px;
1134
- height: 30px;
1135
- padding-top: 3px; }
1136
- .react-autoql-drawer .react-autoql-drawer-header-btn.clear-all {
1137
- position: absolute;
1138
- right: 10px;
1139
- -webkit-animation: fadeIn 0.3s;
1140
- animation: fadeIn 0.3s; }
852
+ width: 27px;
853
+ height: 27px; }
854
+ .react-autoql-drawer .react-autoql-drawer-header-btn.screen-mode span.react-autoql-icon svg {
855
+ width: 22px;
856
+ height: 22px; }
1141
857
  .react-autoql-drawer .react-autoql-drawer-header-btn.clear-all span.react-autoql-icon svg {
1142
- width: 28px;
1143
- height: 28px;
1144
- padding-top: 7px;
1145
- box-sizing: border-box; }
858
+ width: 22px;
859
+ height: 22px; }
860
+ .react-autoql-drawer .react-autoql-drawer-header-btn.filter-locking span.react-autoql-icon svg {
861
+ width: 22px;
862
+ height: 22px; }
1146
863
 
1147
864
  .react-autoql-drawer .chat-message-container {
1148
865
  scroll-behavior: smooth !important;
@@ -1209,8 +926,8 @@ tbody::-webkit-scrollbar-thumb {
1209
926
  .react-autoql-drawer .chat-header-container button {
1210
927
  background: transparent;
1211
928
  border: none;
1212
- color: white;
1213
- margin: 10px;
929
+ color: var(--react-autoql-accent-text-color);
930
+ margin: 10px 0px 10px 0px;
1214
931
  margin-right: 0;
1215
932
  font-size: 20px;
1216
933
  cursor: pointer;
@@ -1258,7 +975,7 @@ tbody::-webkit-scrollbar-thumb {
1258
975
  font-size: 22px; }
1259
976
  .react-autoql-drawer .drawer-handle.default-logo {
1260
977
  background-color: var(--react-autoql-accent-color, #26a7df);
1261
- color: #fff; }
978
+ color: var(--react-autoql-accent-text-color); }
1262
979
  .react-autoql-drawer .drawer-handle.default-logo .react-autoql-bubbles-outlined {
1263
980
  position: absolute;
1264
981
  vertical-align: top;
@@ -1373,7 +1090,8 @@ tbody::-webkit-scrollbar-thumb {
1373
1090
  border: 1px solid #ababab52;
1374
1091
  border-radius: 4px;
1375
1092
  box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
1376
- transition: opacity 0.2s ease 0s !important; }
1093
+ transition: opacity 0.2s ease 0s !important;
1094
+ opacity: 1 !important; }
1377
1095
 
1378
1096
  .clear-messages-confirm-popover {
1379
1097
  color: var(--react-autoql-text-color-primary);
@@ -1446,7 +1164,7 @@ tbody::-webkit-scrollbar-thumb {
1446
1164
  position: relative;
1447
1165
  z-index: 1;
1448
1166
  background: var(--react-autoql-accent-color);
1449
- color: #fff;
1167
+ color: var(--react-autoql-accent-text-color);
1450
1168
  opacity: 1;
1451
1169
  font-size: 22px;
1452
1170
  text-align: center;
@@ -1622,1036 +1340,1333 @@ tbody::-webkit-scrollbar-thumb {
1622
1340
  top: 30px;
1623
1341
  opacity: 0; } }
1624
1342
 
1625
- .react-autoql-notifications-button-container {
1343
+ @import url("https://fonts.googleapis.com/icon?family=Material+Icons");
1344
+ .react-autoql-response-content-container {
1626
1345
  position: relative;
1627
- display: inline-block;
1628
- font-size: inherit;
1629
- line-height: 1em;
1630
- width: 1em; }
1631
- .react-autoql-notifications-button-container .react-autoql-notifications-button {
1632
- font-size: 1em;
1633
- line-height: 0;
1634
- vertical-align: bottom; }
1635
- .react-autoql-notifications-button-container .react-autoql-notifications-badge {
1636
- position: absolute;
1637
- border: 2px solid #fff;
1638
- background: #f5222d;
1639
- border-radius: 6.3em;
1640
- line-height: 1.3em;
1641
- left: 0.6em;
1642
- top: -0.8em;
1643
- padding: 0.15em 0.5em;
1644
- text-align: center;
1645
- color: white;
1646
- font-size: 0.5em; }
1647
- .react-autoql-notifications-button-container .react-autoql-notifications-badge-dot {
1648
- position: absolute;
1649
- display: inline-block;
1650
- border: 2px solid #fff;
1651
- background: #f5222d;
1652
- border-radius: 50%;
1653
- height: 0.6em;
1654
- width: 0.6em;
1655
- left: 0.5em;
1656
- top: -2px; }
1346
+ display: flex;
1347
+ flex-direction: column;
1348
+ justify-content: center;
1349
+ align-items: center;
1350
+ background-color: inherit;
1351
+ font-size: 14px;
1352
+ overflow: hidden;
1353
+ max-height: 100%;
1354
+ max-width: 100%;
1355
+ width: 100%;
1356
+ height: 100%;
1357
+ color: var(--react-autoql-text-color-primary); }
1657
1358
 
1658
- .notification-list-loading-container {
1659
- text-align: center;
1660
- padding-top: 100px;
1661
- color: var(--react-autoql-text-color-primary);
1359
+ .react-autoql-response-content-container.table {
1360
+ max-height: 100vh !important;
1361
+ overflow-y: scroll;
1362
+ scrollbar-width: none;
1363
+ margin-bottom: 0 !important;
1662
1364
  height: 100%;
1663
- overflow: hidden;
1664
- background: var(--react-autoql-background-color-secondary); }
1365
+ width: 100%; }
1665
1366
 
1666
- .empty-notifications-message {
1667
- color: var(--react-autoql-text-color-primary);
1668
- text-align: center;
1669
- margin-top: 75px; }
1670
- .empty-notifications-message div {
1671
- opacity: 0.6; }
1672
- .empty-notifications-message .empty-notifications-title {
1673
- font-size: 16px;
1674
- font-weight: bold;
1675
- margin-bottom: 5px; }
1676
- .empty-notifications-message .empty-notifications-img {
1677
- width: 250px;
1678
- height: 250px; }
1679
-
1680
- .react-autoql-notification-list-container {
1681
- height: 100%;
1682
- padding: 20px;
1683
- overflow-y: auto;
1684
- background: var(--react-autoql-background-color-secondary); }
1367
+ .react-autoql-response-content-container.table::-webkit-scrollbar {
1368
+ width: 0;
1369
+ height: 0; }
1685
1370
 
1686
- .react-autoql-notification-dismiss-all {
1687
- text-align: right;
1688
- margin-bottom: 12px;
1689
- padding-right: 10px;
1690
- color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
1691
- transition: color 0.1s ease; }
1692
- .react-autoql-notification-dismiss-all span {
1693
- opacity: 0.8;
1694
- cursor: pointer; }
1695
- .react-autoql-notification-dismiss-all span:hover {
1696
- opacity: 1; }
1371
+ .react-autoql-suggestion-btn {
1372
+ padding: 6px 14px;
1373
+ background: transparent;
1374
+ font-family: inherit;
1375
+ font-size: 12px;
1376
+ margin-bottom: 5px;
1377
+ outline: none !important;
1378
+ cursor: pointer;
1379
+ letter-spacing: 0.05em;
1380
+ transition: all 0.1s ease;
1381
+ border: 1px solid rgba(0, 0, 0, 0.15);
1382
+ border-radius: 5px;
1383
+ color: inherit; }
1697
1384
 
1698
- .react-autoql-notification-display-name-input {
1699
- width: 100%; }
1385
+ .react-autoql-suggestion-btn:hover {
1386
+ border-color: transparent;
1387
+ color: white;
1388
+ background: var(--react-autoql-accent-color); }
1700
1389
 
1701
- .react-autoql-notification-message-input {
1702
- width: 100%; }
1390
+ .react-autoql-help-link-btn {
1391
+ padding: 6px 14px;
1392
+ background: transparent;
1393
+ border-radius: 5px;
1394
+ font-family: inherit;
1395
+ font-size: 12px;
1396
+ margin-top: 5px;
1397
+ outline: none !important;
1398
+ cursor: pointer;
1399
+ letter-spacing: 0.05em;
1400
+ transition: all 0.1s ease;
1401
+ border-color: #e2e2e26e;
1402
+ color: inherit; }
1703
1403
 
1704
- .react-autoql-notification-list-item:nth-of-type(0) {
1705
- -webkit-animation-delay: 0s;
1706
- animation-delay: 0s; }
1404
+ .react-autoql-help-link-btn:hover {
1405
+ opacity: 0.7; }
1707
1406
 
1708
- .react-autoql-notification-list-item:nth-of-type(1) {
1709
- -webkit-animation-delay: 0.1s;
1710
- animation-delay: 0.1s; }
1407
+ .react-autoql-help-link-icon {
1408
+ width: 15px;
1409
+ height: 15px;
1410
+ margin-bottom: -3px;
1411
+ margin-right: 3px; }
1711
1412
 
1712
- .react-autoql-notification-list-item:nth-of-type(2) {
1713
- -webkit-animation-delay: 0.2s;
1714
- animation-delay: 0.2s; }
1413
+ .react-autoql-suggestion-message {
1414
+ height: 100%;
1415
+ width: 100%;
1416
+ word-break: break-word; }
1715
1417
 
1716
- .react-autoql-notification-list-item:nth-of-type(3) {
1717
- -webkit-animation-delay: 0.3s;
1718
- animation-delay: 0.3s; }
1418
+ .react-autoql-suggestions-select {
1419
+ position: relative;
1420
+ display: inline-block;
1421
+ height: 30px;
1422
+ background: none;
1423
+ outline: none !important;
1424
+ border: 1px solid;
1425
+ font-family: inherit;
1426
+ letter-spacing: 0.05em;
1427
+ color: #28a8e0;
1428
+ cursor: pointer;
1429
+ font-size: inherit; }
1719
1430
 
1720
- .react-autoql-notification-list-item:nth-of-type(4) {
1721
- -webkit-animation-delay: 0.4s;
1722
- animation-delay: 0.4s; }
1431
+ .no-columns-error-message {
1432
+ text-align: center;
1433
+ padding: 20px;
1434
+ font-size: 13px; }
1435
+ .no-columns-error-message .warning-icon {
1436
+ font-size: 22px;
1437
+ display: block;
1438
+ margin-bottom: -13px;
1439
+ text-align: center; }
1440
+ .no-columns-error-message .eye-icon {
1441
+ vertical-align: bottom;
1442
+ line-height: 18px; }
1723
1443
 
1724
- .react-autoql-notification-list-item:nth-of-type(5) {
1725
- -webkit-animation-delay: 0.5s;
1726
- animation-delay: 0.5s; }
1444
+ /* query validation */
1445
+ .react-autoql-query-validation-selector-container {
1446
+ display: inline-block;
1447
+ position: relative; }
1727
1448
 
1728
- .react-autoql-notification-list-item:nth-of-type(6) {
1729
- -webkit-animation-delay: 0.6s;
1730
- animation-delay: 0.6s; }
1449
+ .react-autoql-select-popup-container.query-validation-select {
1450
+ padding: 5px 0;
1451
+ letter-spacing: 0.03em;
1452
+ font-family: var(--react-autoql-font-family), sans-serif; }
1453
+ .react-autoql-select-popup-container.query-validation-select .react-autoql-select-option {
1454
+ height: unset;
1455
+ font-size: 14px;
1456
+ line-height: 24px;
1457
+ padding: 0 15px; }
1458
+ .react-autoql-select-popup-container.query-validation-select .react-autoql-select-option:last-of-type {
1459
+ color: #d84830; }
1731
1460
 
1732
- .react-autoql-notification-list-item:nth-of-type(7) {
1733
- -webkit-animation-delay: 0.7s;
1734
- animation-delay: 0.7s; }
1461
+ .react-autoql-query-validation-query {
1462
+ text-align: center; }
1735
1463
 
1736
- .react-autoql-notification-list-item:nth-of-type(8) {
1737
- -webkit-animation-delay: 0.8s;
1738
- animation-delay: 0.8s; }
1464
+ .react-autoql-query-validation-execute-btn {
1465
+ height: 38px;
1466
+ background: none;
1467
+ border-radius: 4px;
1468
+ margin-top: 24px;
1469
+ width: 100%;
1470
+ color: inherit;
1471
+ cursor: pointer;
1472
+ outline: none !important;
1473
+ border-color: #e2e2e26e;
1474
+ transition: all 0.2s ease; }
1739
1475
 
1740
- .react-autoql-notification-list-item:nth-of-type(9) {
1741
- -webkit-animation-delay: 0.9s;
1742
- animation-delay: 0.9s; }
1476
+ .react-autoql-query-validation-execute-btn:hover {
1477
+ border-color: #28a8e0; }
1743
1478
 
1744
- .react-autoql-notification-list-item:nth-of-type(10) {
1745
- -webkit-animation-delay: 1s;
1746
- animation-delay: 1s; }
1479
+ .react-autoql-execute-query-icon {
1480
+ font-size: 16px;
1481
+ vertical-align: middle !important;
1482
+ padding-right: 3px !important; }
1483
+ .react-autoql-execute-query-icon span.react-autoql-icon svg {
1484
+ height: 19px;
1485
+ width: 19px;
1486
+ margin-top: 3px;
1487
+ margin-right: 4px;
1488
+ vertical-align: top;
1489
+ fill: var(--react-autoql-accent-color); }
1747
1490
 
1748
- @-webkit-keyframes slideIn {
1749
- 0% {
1750
- opacity: 0;
1751
- top: 500px; }
1752
- 100% {
1753
- opacity: 1;
1754
- top: 0; } }
1491
+ .react-autoql-query-validation-select {
1492
+ position: relative;
1493
+ display: inline-block;
1494
+ height: 2em;
1495
+ background: none;
1496
+ outline: none !important;
1497
+ border: none;
1498
+ letter-spacing: 0.05em;
1499
+ font-family: inherit;
1500
+ font-size: inherit;
1501
+ margin: 0;
1502
+ padding: 0;
1503
+ border-radius: 0;
1504
+ border-bottom: 1px dashed;
1505
+ color: var(--react-autoql-accent-color); }
1755
1506
 
1756
- .notification-modal-content .react-autoql-step-content p {
1757
- margin-bottom: 0.5em;
1758
- margin-top: 0.5em;
1759
- padding-left: 8px; }
1507
+ .react-autoql-query-validation-delete-button {
1508
+ position: relative;
1509
+ cursor: pointer;
1510
+ margin-bottom: -2px; }
1760
1511
 
1761
- .notification-modal-content .step-btn-container {
1762
- text-align: right;
1763
- display: flex;
1764
- min-height: 50px; }
1512
+ .react-autoql-chart-tooltip {
1513
+ font-family: var(--react-autoql-font-family), sans-serif;
1514
+ letter-spacing: 0.04em;
1515
+ line-height: 22px;
1516
+ font-size: 13px;
1517
+ padding: 7px 15px;
1518
+ transition: all 0.2s ease !important;
1519
+ text-align: left !important;
1520
+ opacity: 1 !important;
1521
+ z-index: 99999 !important;
1522
+ /* necessary to show up on top of rc drawer */ }
1765
1523
 
1766
- .expression-valid-checkmark.react-autoql-icon svg {
1767
- color: var(--react-autoql-success-color); }
1524
+ .single-value-response {
1525
+ color: inherit;
1526
+ cursor: unset;
1527
+ font-size: 20px; }
1528
+ .single-value-response:hover {
1529
+ color: inherit; }
1768
1530
 
1769
- .expression-invalid-message-container {
1770
- max-width: 75%;
1771
- float: left;
1772
- text-align: left !important;
1773
- display: flex;
1774
- flex-direction: row;
1775
- align-items: left;
1776
- justify-content: left; }
1531
+ .single-value-response.with-drilldown:hover {
1532
+ color: inherit;
1533
+ text-decoration: underline;
1534
+ font-weight: 600;
1535
+ cursor: pointer; }
1777
1536
 
1778
- .expression-invalid-message {
1779
- color: var(--react-autoql-danger-color);
1780
- display: 'inline-block'; }
1537
+ .react-autoql-query-validation-container {
1538
+ width: 100%; }
1781
1539
 
1782
- .notification-rule-add-btn-outer,
1783
- .notification-rule-validate-btn-outer {
1784
- text-align: center;
1785
- border-style: dashed !important;
1786
- height: 38px;
1787
- line-height: 25px;
1788
- margin: 0 !important;
1789
- overflow: hidden; }
1540
+ .react-autoql-query-validation-description {
1541
+ margin-bottom: 14px; }
1790
1542
 
1791
- .notification-rule-outer-container {
1792
- position: relative;
1793
- border: 1px solid transparent;
1794
- border-radius: 4px; }
1795
- .notification-rule-outer-container.outlined {
1796
- border-color: rgba(0, 0, 0, 0.15);
1797
- padding: 0 20px;
1798
- padding-bottom: 12px; }
1543
+ .context-menu {
1544
+ background: var(--react-autoql-background-color-primary);
1545
+ /* height: 100px; */
1546
+ width: 150px;
1547
+ padding: 10px 0; }
1799
1548
 
1800
- .notification-outer-all-any {
1801
- position: absolute;
1802
- left: 0;
1803
- top: 50%; }
1549
+ .context-menu-list {
1550
+ list-style-type: none;
1551
+ width: 100%;
1552
+ margin: 0;
1553
+ padding: 0; }
1804
1554
 
1805
- .notification-first-group-btn-container {
1806
- display: flex;
1807
- justify-content: space-between; }
1555
+ .context-menu-list li {
1556
+ color: var(--react-autoql-text-color-primary);
1557
+ width: 100%;
1558
+ height: 35px;
1559
+ line-height: 35px;
1560
+ padding: 0 20px;
1561
+ cursor: pointer; }
1808
1562
 
1809
- .data-alerts-container.read-only .react-autoql-notification-group-container {
1810
- border: none; }
1563
+ .context-menu-list li:hover {
1564
+ background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.05)); }
1811
1565
 
1812
- .notification-rule-outer-container {
1813
- position: relative;
1814
- border: 1px solid transparent;
1815
- border-radius: 4px;
1816
- padding-bottom: 5px; }
1566
+ .react-autoql-condition-link {
1567
+ background: none !important;
1568
+ border: none;
1569
+ padding: 0 !important;
1570
+ text-decoration: none;
1571
+ white-space: nowrap;
1572
+ cursor: pointer;
1573
+ color: var(--react-autoql-accent-color) !important; }
1574
+ .react-autoql-condition-link:hover {
1575
+ opacity: 0.9; }
1817
1576
 
1818
- .expression-error-message {
1819
- padding-left: 5px; }
1577
+ .react-autoql-condition-link-filtered {
1578
+ text-decoration: none;
1579
+ white-space: nowrap;
1580
+ cursor: pointer;
1581
+ color: var(--react-autoql-accent-color) !important; }
1582
+ .react-autoql-condition-link-filtered .react-autoql-custom-icon {
1583
+ font-size: 14px;
1584
+ vertical-align: middle;
1585
+ margin-top: -4px; }
1586
+ .react-autoql-condition-link-filtered:hover {
1587
+ opacity: 0.9;
1588
+ border: none !important; }
1589
+ .react-autoql-condition-link-filtered:hover .react-autoql-custom-icon {
1590
+ opacity: 0.9; }
1820
1591
 
1821
- .data-alerts-container.read-only .react-autoql-notification-group-container {
1822
- border: none; }
1592
+ .react-autoql-reverse-translation-container {
1593
+ margin-right: auto;
1594
+ padding-top: 10px;
1595
+ max-height: 150px; }
1596
+ .react-autoql-reverse-translation-container .react-autoql-reverse-translation {
1597
+ color: var(--react-autoql-text-color-primary);
1598
+ background-color: var(--react-autoql-background-color-secondary);
1599
+ border-radius: 5px;
1600
+ padding: 5px 13px 5px 13px;
1601
+ height: 100%; }
1823
1602
 
1824
- .react-autoql-notification-settings {
1825
- background-color: var(--react-autoql-background-color-secondary);
1826
- color: var(--react-autoql-text-color-primary);
1827
- padding-top: 20px;
1828
- height: 100%; }
1829
- .react-autoql-notification-settings .react-autoql-notification-settings-container {
1830
- margin: 20px;
1831
- margin-top: 10px;
1832
- border-radius: 4px;
1833
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
1834
- background-color: var(--react-autoql-background-color-primary);
1835
- overflow: hidden; }
1836
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item {
1837
- height: 55px;
1838
- line-height: 55px;
1839
- transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1); }
1840
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-error-status-icon {
1841
- margin-right: 10px;
1842
- cursor: pointer; }
1843
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .reset-period-info-icon {
1844
- padding-right: 20px;
1845
- font-size: 17px;
1846
- opacity: 1;
1847
- cursor: pointer;
1848
- color: var(--react-autoql-accent-color); }
1849
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item.CUSTOM:hover {
1850
- background: rgba(0, 0, 0, 0.01); }
1851
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn {
1852
- opacity: 0;
1853
- margin-right: 20px;
1854
- font-size: 16px;
1855
- transition: all 0.2s ease;
1856
- color: var(--react-autoql-text-color-primary);
1857
- cursor: pointer; }
1858
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn:hover {
1859
- color: var(--react-autoql-accent-color);
1860
- opacity: 1 !important; }
1861
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item:hover .react-autoql-notification-action-btn {
1862
- opacity: 0.5; }
1863
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item-header {
1864
- display: flex;
1865
- justify-content: space-between;
1866
- height: 56px;
1867
- padding-left: 25px;
1868
- padding-right: 8px;
1869
- border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
1870
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-enable-checkbox {
1871
- margin-bottom: 4px;
1872
- margin-right: 8px; }
1873
- .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-disable-checkbox {
1874
- margin-bottom: 4px;
1875
- margin-right: 8px;
1876
- opacity: 0.5;
1877
- pointer-events: none; }
1878
- .react-autoql-notification-settings .react-autoql-notification-title-container {
1879
- display: flex;
1880
- justify-content: space-between;
1881
- align-items: center;
1882
- padding: 5px 20px;
1883
- padding-bottom: 0;
1884
- color: var(--react-autoql-text-color-primary); }
1885
- .react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn {
1886
- display: inline-block;
1887
- height: 35px;
1888
- width: 35px;
1889
- border-radius: 20px;
1890
- background: var(--react-autoql-accent-color, #26a7df);
1891
- color: white;
1892
- line-height: 38px;
1893
- text-align: center;
1894
- font-size: 20px;
1895
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
1896
- transition: all 0.2s ease;
1897
- margin-right: 5px;
1898
- cursor: pointer; }
1899
- .react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn:hover {
1900
- box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.32); }
1901
- .react-autoql-notification-settings .react-autoql-notification-setting-display-name {
1902
- white-space: nowrap;
1903
- overflow: hidden;
1904
- text-overflow: ellipsis;
1905
- padding-right: 10px; }
1906
- .react-autoql-notification-settings .react-autoql-notification-setting-display-name .react-autoql-notification-setting-display-name-message {
1907
- opacity: 0.5; }
1908
- .react-autoql-notification-settings .react-autoql-re-initialize-btn {
1909
- vertical-align: middle;
1910
- height: 18px; }
1911
- .react-autoql-notification-settings .react-autoql-re-initialize-btn-text {
1912
- display: flex;
1913
- align-items: center;
1914
- margin-top: -25px; }
1603
+ .report-like-text-button {
1604
+ background: none !important;
1605
+ border: none;
1606
+ padding: 0 !important;
1607
+ color: #26a7df;
1608
+ text-decoration: underline;
1609
+ cursor: pointer; }
1915
1610
 
1916
- .react-autoql-step-container a {
1917
- color: var(--react-autoql-accent-color, #26a7df); }
1611
+ .month-select .react-autoql-radio-btn {
1612
+ width: 40px; }
1918
1613
 
1919
- .frequency-date-select-container {
1920
- margin-top: 10px; }
1614
+ .year-select .react-autoql-radio-btn {
1615
+ width: 67px;
1616
+ height: 38px;
1617
+ line-height: 32px; }
1921
1618
 
1922
- .notification-frequency-step {
1923
- display: flex; }
1924
- .notification-frequency-step .frequency-category-select {
1925
- position: relative;
1926
- padding-top: 9px; }
1927
- .notification-frequency-step .notification-frequency-select {
1928
- margin-left: 8px; }
1929
- .notification-frequency-step .frequency-repeat-checkbox .react-autoql-checkbox-label {
1930
- line-height: 33px; }
1931
- .notification-frequency-step .frequency-repeat-follow-text {
1932
- line-height: 32px;
1933
- vertical-align: top; }
1934
- .notification-frequency-step .frequency-settings-container {
1935
- flex: 0 1 400px; }
1619
+ .month-select .react-autoql-radio-btn,
1620
+ .year-select .react-autoql-radio-btn {
1621
+ margin-top: -1px;
1622
+ text-align: center; }
1623
+ .month-select .react-autoql-radio-btn:first-child,
1624
+ .year-select .react-autoql-radio-btn:first-child {
1625
+ border-top-left-radius: 4px !important;
1626
+ border-bottom-left-radius: 0px !important;
1627
+ margin-left: -1px !important; }
1628
+ .month-select .react-autoql-radio-btn:last-child,
1629
+ .year-select .react-autoql-radio-btn:last-child {
1630
+ border-top-right-radius: 0px !important;
1631
+ border-bottom-right-radius: 4px !important; }
1632
+ .month-select .react-autoql-radio-btn.bottom-left,
1633
+ .year-select .react-autoql-radio-btn.bottom-left {
1634
+ border-bottom-left-radius: 4px; }
1635
+ .month-select .react-autoql-radio-btn.bottom-right,
1636
+ .year-select .react-autoql-radio-btn.bottom-right {
1637
+ border-bottom-right-radius: 4px; }
1638
+ .month-select .react-autoql-radio-btn.top-right,
1639
+ .year-select .react-autoql-radio-btn.top-right {
1640
+ border-top-right-radius: 4px; }
1641
+ .month-select .react-autoql-radio-btn.last-day,
1642
+ .year-select .react-autoql-radio-btn.last-day {
1643
+ width: 157px; }
1936
1644
 
1937
- .schedule-builder-timezone-section {
1938
- margin: 10px 5px; }
1939
- .schedule-builder-timezone-section .react-autoql-timezone-select {
1645
+ .react-autoql-notifications-button-container {
1646
+ position: relative;
1647
+ display: inline-block;
1648
+ font-size: inherit;
1649
+ line-height: 1em;
1650
+ width: 1em; }
1651
+ .react-autoql-notifications-button-container .react-autoql-notifications-button {
1652
+ font-size: 1em;
1653
+ line-height: 0;
1654
+ vertical-align: bottom; }
1655
+ .react-autoql-notifications-button-container .react-autoql-notifications-badge {
1656
+ position: absolute;
1657
+ border: 2px solid #fff;
1658
+ background: #f5222d;
1659
+ border-radius: 6.3em;
1660
+ line-height: 1.3em;
1661
+ left: 0.6em;
1662
+ top: -0.8em;
1663
+ padding: 0.15em 0.5em;
1664
+ text-align: center;
1665
+ color: white;
1666
+ font-size: 0.5em; }
1667
+ .react-autoql-notifications-button-container .react-autoql-notifications-badge-dot {
1668
+ position: absolute;
1940
1669
  display: inline-block;
1941
- width: 300px; }
1670
+ border: 2px solid #fff;
1671
+ background: #f5222d;
1672
+ border-radius: 50%;
1673
+ height: 0.6em;
1674
+ width: 0.6em;
1675
+ left: 0.5em;
1676
+ top: -2px; }
1942
1677
 
1943
- .react-autoql-dashboard .react-grid-item {
1944
- background: var(--react-autoql-background-color-primary, #fff);
1945
- color: var(--react-autoql-text-color-primary, #404040);
1946
- font-family: var(--react-autoql-font-family), sans-serif;
1678
+ .notification-list-loading-container {
1679
+ text-align: center;
1680
+ padding-top: 100px;
1681
+ color: var(--react-autoql-text-color-primary);
1682
+ height: 100%;
1947
1683
  overflow: hidden;
1948
- border-radius: 4px;
1949
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
1684
+ background: var(--react-autoql-background-color-secondary); }
1950
1685
 
1951
- .react-autoql-dashboard-tile-inner-div {
1952
- height: 100%;
1953
- width: 100%;
1954
- background: inherit;
1955
- position: relative;
1686
+ .empty-notifications-message {
1687
+ color: var(--react-autoql-text-color-primary);
1956
1688
  text-align: center;
1957
- display: flex;
1958
- justify-content: flex-start;
1959
- flex-direction: column;
1960
- align-items: center; }
1689
+ margin-top: 75px; }
1690
+ .empty-notifications-message div {
1691
+ opacity: 0.6; }
1692
+ .empty-notifications-message .empty-notifications-title {
1693
+ font-size: 16px;
1694
+ font-weight: bold;
1695
+ margin-bottom: 5px; }
1696
+ .empty-notifications-message .empty-notifications-img {
1697
+ width: 250px;
1698
+ height: 250px; }
1961
1699
 
1962
- .dashboard-data-limit-warning-icon {
1963
- color: var(--react-autoql-warning-color) !important;
1964
- position: absolute !important;
1965
- bottom: 40px;
1966
- right: 16px;
1967
- font-size: 20px; }
1700
+ .react-autoql-notification-list-container {
1701
+ height: 100%;
1702
+ padding: 20px;
1703
+ overflow-y: auto;
1704
+ background: var(--react-autoql-background-color-secondary); }
1968
1705
 
1969
- .react-autoql-dashboard-tile-drag-handle {
1970
- transition: opacity 0.3s ease;
1971
- position: absolute;
1972
- background-color: var(--react-autoql-border-color, #f7f7f7);
1973
- cursor: move;
1974
- opacity: 0; }
1975
- .react-autoql-dashboard-tile-drag-handle.top {
1976
- top: 0;
1977
- left: 0;
1978
- width: 100%;
1979
- height: 15px; }
1980
- .react-autoql-dashboard-tile-drag-handle.bottom {
1981
- bottom: 0;
1982
- left: 0;
1983
- width: 100%;
1984
- height: 15px; }
1985
- .react-autoql-dashboard-tile-drag-handle.left {
1986
- top: 0;
1987
- left: 0;
1988
- width: 15px;
1989
- height: 100%; }
1990
- .react-autoql-dashboard-tile-drag-handle.right {
1991
- top: 0;
1992
- right: 0;
1993
- width: 15px;
1994
- height: 100%; }
1706
+ .react-autoql-notification-dismiss-all {
1707
+ text-align: right;
1708
+ margin-bottom: 12px;
1709
+ padding-right: 10px;
1710
+ color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
1711
+ transition: color 0.1s ease; }
1712
+ .react-autoql-notification-dismiss-all span {
1713
+ opacity: 0.8;
1714
+ cursor: pointer; }
1715
+ .react-autoql-notification-dismiss-all span:hover {
1716
+ opacity: 1; }
1995
1717
 
1996
- .react-autoql-dashboard-tile:hover .react-autoql-dashboard-tile-drag-handle {
1997
- opacity: 1; }
1718
+ .react-autoql-notification-display-name-input {
1719
+ width: 100%; }
1998
1720
 
1999
- .react-autoql-dashboard-tile .autoql-options-toolbar {
2000
- transition: opacity 0.3s ease, color 0.3s ease;
2001
- visibility: hidden;
2002
- opacity: 0;
2003
- bottom: 8px;
2004
- right: 8px;
2005
- z-index: 1; }
1721
+ .react-autoql-notification-message-input {
1722
+ width: 100%; }
2006
1723
 
2007
- .dashboard-tile-viz-toolbar-container {
2008
- transition: opacity 0.3s ease, color 0.3s ease;
2009
- color: var(--react-autoql-accent-color);
2010
- position: absolute;
2011
- bottom: 0;
2012
- left: 0;
2013
- padding: 7px;
2014
- z-index: 1;
2015
- opacity: 0;
2016
- visibility: hidden; }
2017
- .dashboard-tile-viz-toolbar-container .viz-toolbar,
2018
- .dashboard-tile-viz-toolbar-container .split-view-btn {
2019
- position: relative;
2020
- display: inline-block;
2021
- background: var(--react-autoql-background-color-primary); }
2022
- .dashboard-tile-viz-toolbar-container .split-view-btn {
2023
- margin-right: 7px; }
2024
- .dashboard-tile-viz-toolbar-container .split-view-btn .react-autoql-icon {
2025
- font-size: 14px; }
1724
+ .react-autoql-notification-list-item:nth-of-type(0) {
1725
+ -webkit-animation-delay: 0s;
1726
+ animation-delay: 0s; }
2026
1727
 
2027
- .split-view-btn {
2028
- z-index: 1; }
1728
+ .react-autoql-notification-list-item:nth-of-type(1) {
1729
+ -webkit-animation-delay: 0.1s;
1730
+ animation-delay: 0.1s; }
2029
1731
 
2030
- .split-view-query-btn {
2031
- transition: opacity 0.3s ease, color 0.3s ease;
2032
- color: var(--react-autoql-accent-color);
2033
- position: absolute;
2034
- top: 7px;
2035
- left: 7px;
2036
- bottom: unset;
2037
- z-index: 1;
2038
- visibility: hidden;
2039
- opacity: 0; }
1732
+ .react-autoql-notification-list-item:nth-of-type(2) {
1733
+ -webkit-animation-delay: 0.2s;
1734
+ animation-delay: 0.2s; }
2040
1735
 
2041
- .react-autoql-dashboard-tile:hover .dashboard-tile-viz-toolbar-container,
2042
- .react-autoql-dashboard-tile:hover .split-view-query-btn,
2043
- .react-autoql-dashboard-tile:hover .autoql-options-toolbar {
2044
- visibility: visible;
2045
- opacity: 1; }
1736
+ .react-autoql-notification-list-item:nth-of-type(3) {
1737
+ -webkit-animation-delay: 0.3s;
1738
+ animation-delay: 0.3s; }
2046
1739
 
2047
- .react-autoql-dashboard-tile-inner-div .single-value-response {
2048
- font-size: 32px;
2049
- margin-top: -6px;
2050
- opacity: 0.9; }
1740
+ .react-autoql-notification-list-item:nth-of-type(4) {
1741
+ -webkit-animation-delay: 0.4s;
1742
+ animation-delay: 0.4s; }
2051
1743
 
2052
- .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper {
2053
- height: calc(100% - 47px);
2054
- width: 100%;
2055
- padding-top: 0;
2056
- background: inherit; }
2057
- .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .query-output-error-message {
2058
- opacity: 0.8; }
2059
- .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .layout-splitter {
2060
- height: 1px !important;
2061
- color: var(--react-autoql-border-color);
2062
- opacity: 0.3;
2063
- pointer-events: none; }
2064
- .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .react-autoql-table {
2065
- opacity: 0.9;
2066
- color: var(--react-autoql-text-color-primary);
2067
- font-size: 11px; }
1744
+ .react-autoql-notification-list-item:nth-of-type(5) {
1745
+ -webkit-animation-delay: 0.5s;
1746
+ animation-delay: 0.5s; }
2068
1747
 
2069
- .react-autoql-dashboard-tile-inner-div.split .dashboard-tile-response-wrapper {
2070
- padding: 0; }
1748
+ .react-autoql-notification-list-item:nth-of-type(6) {
1749
+ -webkit-animation-delay: 0.6s;
1750
+ animation-delay: 0.6s; }
2071
1751
 
2072
- .react-autoql-dashboard-tile-inner-div
2073
- .dashboard-tile-response-wrapper.editing .layout-splitter {
2074
- display: block;
2075
- pointer-events: unset;
2076
- height: 4px !important;
2077
- color: var(--react-autoql-text-color-primary);
2078
- opacity: 0.8; }
1752
+ .react-autoql-notification-list-item:nth-of-type(7) {
1753
+ -webkit-animation-delay: 0.7s;
1754
+ animation-delay: 0.7s; }
2079
1755
 
2080
- /* Safetynet styles specific to dashboard tiles */
2081
- .react-autoql-dashboard-tile-inner-div
2082
- .dashboard-tile-response-wrapper.editing {
2083
- height: 100%;
2084
- width: 100%;
2085
- overflow-x: auto;
2086
- overflow-y: hidden; }
1756
+ .react-autoql-notification-list-item:nth-of-type(8) {
1757
+ -webkit-animation-delay: 0.8s;
1758
+ animation-delay: 0.8s; }
2087
1759
 
2088
- .react-autoql-dashboard-tile-inner-div .react-autoql-query-validation-query {
2089
- white-space: nowrap; }
1760
+ .react-autoql-notification-list-item:nth-of-type(9) {
1761
+ -webkit-animation-delay: 0.9s;
1762
+ animation-delay: 0.9s; }
2090
1763
 
2091
- .dashboard-tile-response-wrapper.small
2092
- .react-autoql-query-validation-description,
2093
- .dashboard-tile-response-wrapper.small
2094
- .react-autoql-suggestion-message-description,
2095
- .dashboard-tile-response-wrapper.small
2096
- .react-autoql-query-validation-execute-btn {
2097
- display: none; }
1764
+ .react-autoql-notification-list-item:nth-of-type(10) {
1765
+ -webkit-animation-delay: 1s;
1766
+ animation-delay: 1s; }
2098
1767
 
2099
- .dashboard-tile-response-wrapper .dashboard-tile-response-container {
2100
- position: relative;
2101
- height: 100%;
2102
- width: 100%;
2103
- background: inherit;
2104
- cursor: default; }
2105
- .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-table-container {
2106
- padding: 20px;
2107
- padding-top: 15px;
2108
- width: 100%; }
2109
- .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
2110
- padding: 7px; }
1768
+ @-webkit-keyframes slideIn {
1769
+ 0% {
1770
+ opacity: 0;
1771
+ top: 500px; }
1772
+ 100% {
1773
+ opacity: 1;
1774
+ top: 0; } }
2111
1775
 
2112
- .dashboard-tile-title-container {
2113
- width: 100%;
2114
- text-align: left;
2115
- padding: 19px 25px 0 25px;
2116
- height: 47px;
2117
- white-space: nowrap;
1776
+ .react-autoql-notification-list-item {
1777
+ display: flex;
1778
+ flex-direction: column;
1779
+ flex-basis: auto;
1780
+ --accent-color: #26a7df;
1781
+ position: relative;
2118
1782
  overflow: hidden;
2119
- text-overflow: ellipsis;
2120
- flex-shrink: 0;
2121
- flex-grow: 0; }
2122
- .dashboard-tile-title-container .dashboard-tile-title {
1783
+ background: var(--react-autoql-background-color-primary, #fff);
1784
+ border-radius: 4px;
1785
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
1786
+ margin-bottom: 8px;
1787
+ color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
1788
+ font-family: var(--react-autoql-font-family), sans-serif;
1789
+ transition: all 1s ease;
1790
+ transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1);
1791
+ -webkit-animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
1792
+ animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
1793
+ -webkit-animation-fill-mode: both;
1794
+ animation-fill-mode: both;
1795
+ -webkit-animation-delay: 0s;
1796
+ animation-delay: 0s; }
1797
+ .react-autoql-notification-list-item .single-value-response {
1798
+ font-size: 32px;
1799
+ margin-top: -6px;
1800
+ opacity: 0.9; }
1801
+ .react-autoql-notification-list-item .viz-toolbar {
1802
+ position: relative;
1803
+ border: none; }
1804
+ .react-autoql-notification-list-item .viz-toolbar .react-autoql-toolbar-btn {
1805
+ height: 33px; }
1806
+ .react-autoql-notification-list-item .react-autoql-notification-details-title {
1807
+ font-weight: 600;
1808
+ padding-top: 20px;
1809
+ padding-bottom: 5px; }
1810
+ .react-autoql-notification-list-item.expanded .react-autoql-notification-list-item-header {
1811
+ border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.04)); }
1812
+ .react-autoql-notification-list-item .react-autoql-notification-details {
1813
+ overflow: hidden; }
1814
+ .react-autoql-notification-list-item.animation-complete .react-autoql-notification-details {
1815
+ overflow: auto; }
1816
+ .react-autoql-notification-list-item:hover:not(.expanded) {
1817
+ background-color: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.01)); }
1818
+ .react-autoql-notification-list-item:hover .react-autoql-notification-delete-icon {
1819
+ opacity: 1; }
1820
+ .react-autoql-notification-list-item.triggered .react-autoql-notification-display-name {
1821
+ color: var(--react-autoql-accent-color, #26a7df) !important; }
1822
+ .react-autoql-notification-list-item.triggered .react-autoql-notification-dismiss-btn {
1823
+ margin-top: 3px;
2123
1824
  color: var(--react-autoql-accent-color, #26a7df); }
1825
+ .react-autoql-notification-list-item.triggered .react-autoql-notification-alert-strip {
1826
+ opacity: 1; }
1827
+ .react-autoql-notification-list-item .react-autoql-notification-expanded-content {
1828
+ display: flex;
1829
+ flex-direction: column;
1830
+ justify-content: stretch;
1831
+ transition: height 0.2s ease;
1832
+ height: 0;
1833
+ opacity: 0; }
1834
+ .react-autoql-notification-list-item .react-autoql-notification-expanded-content.visible {
1835
+ height: 400px;
1836
+ opacity: 1; }
1837
+ .react-autoql-notification-list-item .react-autoql-notification-extra-content {
1838
+ flex: 0;
1839
+ flex-basis: 55px;
1840
+ text-align: center;
1841
+ padding: 8px;
1842
+ border-top: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
1843
+ .react-autoql-notification-list-item .react-autoql-notification-extra-content .notification-deleted-text {
1844
+ line-height: 40px;
1845
+ opacity: 0.6;
1846
+ font-style: italic; }
1847
+ .react-autoql-notification-list-item .react-autoql-notification-description {
1848
+ color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
1849
+ opacity: 0.8;
1850
+ font-size: 14px; }
1851
+ .react-autoql-notification-list-item .react-autoql-notification-list-item-header {
1852
+ display: flex;
1853
+ flex-direction: row;
1854
+ justify-content: space-between;
1855
+ padding-left: 22px;
1856
+ cursor: pointer; }
1857
+ .react-autoql-notification-list-item .react-autoql-notification-query-title {
1858
+ flex: 0 0 auto;
1859
+ font-size: 14px;
1860
+ font-family: inherit;
1861
+ color: currentcolor;
1862
+ opacity: 0.9;
1863
+ font-weight: 600;
1864
+ border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
1865
+ text-align: center;
1866
+ margin: 0 10px;
1867
+ padding-top: 20px;
1868
+ padding-bottom: 7px; }
1869
+ .react-autoql-notification-list-item .react-autoql-notification-details-container {
1870
+ flex: 1;
1871
+ display: flex;
1872
+ flex-direction: row;
1873
+ align-items: stretch;
1874
+ justify-content: stretch;
1875
+ overflow: hidden; }
1876
+ .react-autoql-notification-list-item .react-autoql-notification-details-container .react-autoql-notification-details {
1877
+ flex: 1 1;
1878
+ padding: 20px;
1879
+ padding-top: 0;
1880
+ opacity: 0.9;
1881
+ border-left: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
1882
+ .react-autoql-notification-list-item .react-autoql-notification-data-container {
1883
+ display: flex;
1884
+ flex-direction: row;
1885
+ justify-content: stretch;
1886
+ flex: 3 3 0px;
1887
+ overflow: hidden; }
1888
+ .react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-notificaton-chart-container {
1889
+ flex: 1;
1890
+ height: 100%;
1891
+ width: 0;
1892
+ display: flex;
1893
+ flex-direction: column;
1894
+ padding: 0px 20px 10px 20px; }
1895
+ .react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table-container {
1896
+ padding: 0 10px; }
1897
+ .react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table {
1898
+ opacity: 0.9;
1899
+ color: currentColor;
1900
+ font-size: 11px; }
1901
+ .react-autoql-notification-list-item .react-autoql-notification-data-title {
1902
+ line-height: 22px;
1903
+ font-size: 12px;
1904
+ text-align: right;
1905
+ color: var(--react-autoql-text-color-primary);
1906
+ opacity: 0.5;
1907
+ padding: 8px 20px; }
1908
+ .react-autoql-notification-list-item .react-autoql-notification-data-title span.react-autoql-icon svg {
1909
+ margin-top: -3px;
1910
+ vertical-align: middle; }
1911
+ .react-autoql-notification-list-item .react-autoql-notification-dismiss-icon {
1912
+ font-size: 21px;
1913
+ margin: 11px;
1914
+ width: 40px;
1915
+ height: 40px;
1916
+ padding: 10px;
1917
+ border-radius: 26px;
1918
+ display: inline-block;
1919
+ line-height: 20px;
1920
+ background-color: transparent;
1921
+ transition: background-color 0.2s ease;
1922
+ cursor: pointer; }
1923
+ .react-autoql-notification-list-item .react-autoql-notification-dismiss-icon:hover {
1924
+ background-color: var(--react-autoql-background-color-secondary, #ececec); }
1925
+ .react-autoql-notification-list-item .react-autoql-notification-delete-icon {
1926
+ font-size: 18px;
1927
+ margin-top: 3px;
1928
+ margin-right: 3px;
1929
+ opacity: 0;
1930
+ width: 36px;
1931
+ height: 36px;
1932
+ padding: 9px;
1933
+ border-radius: 20px;
1934
+ display: inline-block;
1935
+ line-height: 20px;
1936
+ background-color: transparent;
1937
+ transition: all 0.2s ease;
1938
+ cursor: pointer; }
1939
+ .react-autoql-notification-list-item .react-autoql-notification-delete-icon:hover {
1940
+ background-color: var(--react-autoql-background-color-secondary, #ececec); }
1941
+ .react-autoql-notification-list-item .react-autoql-notification-alert-icon {
1942
+ position: absolute;
1943
+ top: -7px;
1944
+ left: -7px;
1945
+ color: var(--react-autoql-accent-color, #26a7df);
1946
+ line-height: 10px;
1947
+ background: var(--react-autoql-background-color-primary, #fff);
1948
+ border-radius: 10px;
1949
+ font-size: 17px; }
1950
+ .react-autoql-notification-list-item .react-autoql-notification-alert-strip {
1951
+ height: 100%;
1952
+ opacity: 0;
1953
+ position: absolute;
1954
+ left: 0px;
1955
+ top: 0;
1956
+ width: 4px;
1957
+ background: var(--react-autoql-accent-color, #26a7df);
1958
+ transition-property: opacity;
1959
+ transition-duration: 0.2s;
1960
+ transition-timing-function: ease; }
1961
+ .react-autoql-notification-list-item .react-autoql-notification-viz-switcher {
1962
+ flex: 0 0 50px;
1963
+ padding: 10px;
1964
+ border-left: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
1965
+ .react-autoql-notification-list-item .react-autoql-notification-img-container {
1966
+ flex: 0 0 60px; }
1967
+ .react-autoql-notification-list-item .react-autoql-notification-img-container .react-autoql-notification-img {
1968
+ border-radius: 50px;
1969
+ height: 45px;
1970
+ width: 45px;
1971
+ line-height: 45px;
1972
+ font-size: 22px;
1973
+ color: white;
1974
+ background-color: var(--react-autoql-accent-color, #26a7df);
1975
+ text-align: center;
1976
+ margin-top: 13px;
1977
+ margin-right: 17px; }
1978
+ .react-autoql-notification-list-item .react-autoql-notification-display-name-container {
1979
+ flex: 1;
1980
+ line-height: 23px;
1981
+ padding: 13px 0px;
1982
+ transition: color 0.2s ease; }
1983
+ .react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-display-name {
1984
+ font-size: 18px;
1985
+ color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.7)); }
1986
+ .react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp {
1987
+ font-size: 12px;
1988
+ opacity: 0.5; }
1989
+ .react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp span.react-autoql-icon svg {
1990
+ margin-bottom: -1px; }
2124
1991
 
2125
- .dashboard-tile-title-container .dashboard-tile-title {
2126
- font-weight: bold;
2127
- font-size: 14px; }
2128
-
2129
- .dashboard-tile-edit-wrapper {
2130
- display: flex;
2131
- width: 100%;
2132
- height: 55px;
2133
- padding: 20px 20px 0 25px;
2134
- flex-shrink: 0;
2135
- flex-grow: 0; }
2136
-
2137
- .dashboard-tile-play-button {
2138
- cursor: default;
2139
- flex-grow: 0;
2140
- flex-shrink: 0; }
2141
-
2142
- .dashboard-tile-play-button span.react-autoql-icon svg {
2143
- cursor: pointer;
2144
- width: 25px;
2145
- height: 33px;
2146
- margin-left: 10px;
2147
- color: var(--react-autoql-accent-color); }
2148
-
2149
- .dashboard-tile-play-button.disabled svg {
2150
- opacity: 0.5;
2151
- cursor: not-allowed; }
1992
+ .notification-rule-add-btn-outer,
1993
+ .notification-rule-validate-btn-outer {
1994
+ text-align: center;
1995
+ border-style: dashed !important;
1996
+ height: 38px;
1997
+ line-height: 25px;
1998
+ margin: 0 !important;
1999
+ overflow: hidden; }
2152
2000
 
2153
- .dashboard-tile-play-button:not(.disabled) svg:hover {
2154
- opacity: 0.8; }
2001
+ .notification-rule-outer-container {
2002
+ position: relative;
2003
+ border: 1px solid transparent;
2004
+ border-radius: 4px; }
2005
+ .notification-rule-outer-container.outlined {
2006
+ border-color: rgba(0, 0, 0, 0.15);
2007
+ padding: 0 20px;
2008
+ padding-bottom: 12px; }
2155
2009
 
2156
- .dashboard-tile-delete-button {
2157
- opacity: 0;
2158
- font-size: 17px;
2159
- color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
2010
+ .notification-outer-all-any {
2160
2011
  position: absolute;
2161
- top: 0px;
2162
- right: 2px;
2163
- cursor: pointer;
2164
- transition: opacity 0.3s ease;
2165
- z-index: 1; }
2166
-
2167
- .react-grid-item:hover .dashboard-tile-delete-button {
2168
- opacity: 1; }
2012
+ left: 0;
2013
+ top: 50%; }
2169
2014
 
2170
- .dashboard-tile-loading-container {
2015
+ .notification-first-group-btn-container {
2171
2016
  display: flex;
2172
- height: 100%;
2173
- width: 100%;
2174
- padding: 20px;
2175
- align-items: center;
2176
- justify-content: center; }
2017
+ justify-content: space-between; }
2177
2018
 
2178
- .dashboard-tile-title-divider {
2179
- height: 2px;
2180
- background: currentColor;
2181
- width: 75px;
2182
- margin-top: 4px;
2183
- opacity: 0.07; }
2019
+ .data-alerts-container.read-only .react-autoql-notification-group-container {
2020
+ border: none; }
2184
2021
 
2185
- /* Input box styling for edit mode */
2186
- .dashboard-tile-input-container {
2187
- display: flex;
2188
- width: 100%;
2189
- height: 100%;
2190
- font-size: 15px; }
2191
- .dashboard-tile-input-container .dashboard-tile-input,
2192
- .dashboard-tile-input-container .dashboard-tile-autocomplete-input {
2193
- width: 100%;
2194
- height: 100%;
2195
- padding: 12px;
2196
- padding-left: 33px;
2197
- border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
2198
- outline: none !important;
2199
- color: var(--react-autoql-text-color-primary, #356f90);
2200
- background: var(--react-autoql-background-color-primary, #fff); }
2022
+ .notification-rule-outer-container {
2023
+ position: relative;
2024
+ border: 1px solid transparent;
2025
+ border-radius: 4px;
2026
+ padding-bottom: 5px; }
2201
2027
 
2202
- .query-focused .dashboard-tile-left-input-container,
2203
- .title-focused .dashboard-tile-right-input-container {
2204
- width: 70%; }
2028
+ .expression-error-message {
2029
+ padding-left: 5px; }
2205
2030
 
2206
- .dashboard-tile-right-input-container {
2207
- z-index: 2; }
2031
+ .data-alerts-container.read-only .react-autoql-notification-group-container {
2032
+ border: none; }
2208
2033
 
2209
- .dashboard-tile-right-input-container,
2210
- .dashboard-tile-left-input-container {
2211
- position: relative;
2212
- width: 0;
2213
- flex-grow: 1;
2214
- transition: width 0.3s ease; }
2215
- .dashboard-tile-right-input-container .query-input-icon,
2216
- .dashboard-tile-right-input-container .title-input-icon,
2217
- .dashboard-tile-left-input-container .query-input-icon,
2218
- .dashboard-tile-left-input-container .title-input-icon {
2219
- color: var(--react-autoql-accent-color);
2220
- position: absolute;
2221
- pointer-events: none;
2222
- z-index: 1; }
2223
- .dashboard-tile-right-input-container .query-input-icon,
2224
- .dashboard-tile-left-input-container .query-input-icon {
2225
- font-size: 18px;
2226
- top: 4px;
2227
- left: 10px; }
2228
- .dashboard-tile-right-input-container .title-input-icon,
2229
- .dashboard-tile-left-input-container .title-input-icon {
2230
- font-size: 16px;
2231
- top: 7px;
2232
- left: 11px; }
2034
+ .react-autoql-notification-settings {
2035
+ background-color: var(--react-autoql-background-color-secondary);
2036
+ color: var(--react-autoql-text-color-primary);
2037
+ padding-top: 20px;
2038
+ height: 100%; }
2039
+ .react-autoql-notification-settings .react-autoql-notification-settings-container {
2040
+ margin: 20px;
2041
+ margin-top: 10px;
2042
+ border-radius: 4px;
2043
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
2044
+ background-color: var(--react-autoql-background-color-primary);
2045
+ overflow: hidden; }
2046
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item {
2047
+ height: 55px;
2048
+ line-height: 55px;
2049
+ transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1); }
2050
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-error-status-icon {
2051
+ margin-right: 10px;
2052
+ cursor: pointer; }
2053
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item #react-autoql-notification-error-status-icon-PROJECT {
2054
+ margin-right: 10px; }
2055
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .reset-period-info-icon {
2056
+ padding-right: 20px;
2057
+ font-size: 17px;
2058
+ opacity: 1;
2059
+ cursor: pointer;
2060
+ color: var(--react-autoql-accent-color); }
2061
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item.CUSTOM:hover {
2062
+ background: rgba(0, 0, 0, 0.01); }
2063
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn {
2064
+ opacity: 0;
2065
+ margin-right: 20px;
2066
+ font-size: 16px;
2067
+ transition: all 0.2s ease;
2068
+ color: var(--react-autoql-text-color-primary);
2069
+ cursor: pointer; }
2070
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item .react-autoql-notification-action-btn:hover {
2071
+ color: var(--react-autoql-accent-color);
2072
+ opacity: 1 !important; }
2073
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item:hover .react-autoql-notification-action-btn {
2074
+ opacity: 0.5; }
2075
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-setting-item-header {
2076
+ display: flex;
2077
+ justify-content: space-between;
2078
+ height: 56px;
2079
+ padding-left: 25px;
2080
+ padding-right: 8px;
2081
+ border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
2082
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-enable-checkbox {
2083
+ margin-bottom: 4px;
2084
+ margin-right: 8px; }
2085
+ .react-autoql-notification-settings .react-autoql-notification-settings-container .react-autoql-notification-disable-checkbox {
2086
+ margin-bottom: 4px;
2087
+ margin-right: 8px;
2088
+ opacity: 0.5;
2089
+ pointer-events: none; }
2090
+ .react-autoql-notification-settings .react-autoql-notification-title-container {
2091
+ display: flex;
2092
+ justify-content: space-between;
2093
+ align-items: center;
2094
+ padding: 5px 20px;
2095
+ padding-bottom: 0;
2096
+ color: var(--react-autoql-text-color-primary); }
2097
+ .react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn {
2098
+ display: inline-block;
2099
+ height: 35px;
2100
+ width: 35px;
2101
+ border-radius: 20px;
2102
+ background: var(--react-autoql-accent-color, #26a7df);
2103
+ color: var(--react-autoql-accent-text-color);
2104
+ line-height: 38px;
2105
+ text-align: center;
2106
+ font-size: 20px;
2107
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
2108
+ transition: all 0.2s ease;
2109
+ margin-right: 5px;
2110
+ cursor: pointer; }
2111
+ .react-autoql-notification-settings .react-autoql-notification-title-container .react-autoql-notification-add-btn:hover {
2112
+ box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.32); }
2113
+ .react-autoql-notification-settings .react-autoql-notification-setting-display-name {
2114
+ white-space: nowrap;
2115
+ overflow: hidden;
2116
+ text-overflow: ellipsis;
2117
+ padding-right: 10px; }
2118
+ .react-autoql-notification-settings .react-autoql-notification-setting-display-name .react-autoql-notification-setting-display-name-message {
2119
+ opacity: 0.5; }
2120
+ .react-autoql-notification-settings .react-autoql-re-initialize-btn {
2121
+ vertical-align: middle;
2122
+ height: 18px; }
2123
+ .react-autoql-notification-settings .react-autoql-re-initialize-btn-text {
2124
+ display: flex;
2125
+ align-items: center;
2126
+ margin-top: -25px; }
2233
2127
 
2234
- .dashboard-tile-input.second.query {
2235
- transition: all 0.3s ease;
2236
- border: 1px solid transparent;
2237
- outline: none !important;
2238
- color: var(--react-autoql-text-color-primary, #356f90);
2239
- background: var(--react-autoql-background-color-primary);
2240
- margin: 0px;
2241
- padding: 0px;
2242
- width: 0px;
2243
- height: 28px;
2244
- pointer-events: none; }
2245
- .dashboard-tile-input.second.query.open {
2246
- width: 200px;
2247
- padding: 12px;
2248
- margin-left: 5px;
2249
- border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
2250
- pointer-events: unset; }
2128
+ .notification-modal-content .react-autoql-step-content p {
2129
+ margin-bottom: 0.5em;
2130
+ margin-top: 0.5em;
2131
+ padding-left: 8px; }
2251
2132
 
2252
- .dashboard-tile-input:hover,
2253
- .dashboard-tile-input:focus,
2254
- .dashboard-tile-input-container .dashboard-tile-autocomplete-input:hover,
2255
- .dashboard-tile-input-container .dashboard-tile-autocomplete-input:focus {
2256
- border: 1px solid #26a7e9 !important;
2257
- border-color: var(--react-autoql-accent-color) !important; }
2133
+ .notification-modal-content .step-btn-container {
2134
+ text-align: right;
2135
+ display: flex;
2136
+ min-height: 50px; }
2258
2137
 
2259
- .dashboard-tile-input-container .dashboard-tile-input.query,
2260
- .dashboard-tile-input-container .dashboard-tile-autocomplete-input {
2261
- padding-left: 36px;
2262
- border-top-left-radius: 4px;
2263
- border-bottom-left-radius: 4px; }
2138
+ .expression-valid-checkmark.react-autoql-icon svg {
2139
+ color: var(--react-autoql-success-color); }
2264
2140
 
2265
- .dashboard-tile-input-container .dashboard-tile-input.title {
2266
- border-left: none;
2267
- border-top-right-radius: 4px;
2268
- border-bottom-right-radius: 4px;
2269
- z-index: 2; }
2141
+ .expression-invalid-message-container {
2142
+ max-width: 75%;
2143
+ float: left;
2144
+ text-align: left !important;
2145
+ display: flex;
2146
+ flex-direction: row;
2147
+ align-items: left;
2148
+ justify-content: left; }
2270
2149
 
2271
- .dashboard-tile-input-container .dashboard-tile-input.title:hover,
2272
- .dashboard-tile-input-container .dashboard-tile-input.title:focus,
2273
- .title-focused .dashboard-tile-right-input-container .dashboard-tile-input,
2274
- .dashboard-tile-right-input-container:hover .dashboard-tile-input {
2275
- /* This is done to balance it because we add a 1px left border when the input is focused or hovered */
2276
- margin-left: -2px; }
2150
+ .expression-invalid-message {
2151
+ color: var(--react-autoql-danger-color);
2152
+ display: 'inline-block'; }
2277
2153
 
2278
- /* Autocomplete styles */
2279
- .dashboard-tile-input-container .react-autosuggest__container {
2280
- position: relative;
2281
- width: 100%;
2282
- height: 100%;
2283
- padding: 0;
2284
- margin: 0; }
2154
+ .react-autoql-step-container a {
2155
+ color: var(--react-autoql-accent-color, #26a7df); }
2285
2156
 
2286
- .dashboard-tile-input-container
2287
- .react-autosuggest__suggestions-container--open {
2288
- background-color: var(--react-autoql-background-color-primary);
2289
- border: 1px solid var(--react-autoql-border-color);
2290
- color: var(--react-autoql-text-color-primary); }
2157
+ .frequency-date-select-container {
2158
+ margin-top: 10px; }
2291
2159
 
2292
- .dashboard-tile-input-container .react-autosuggest__suggestion {
2293
- color: var(--react-autoql-text-color-primary); }
2160
+ .notification-frequency-step {
2161
+ display: flex; }
2162
+ .notification-frequency-step .frequency-category-select {
2163
+ position: relative;
2164
+ padding-top: 9px; }
2165
+ .notification-frequency-step .notification-frequency-select {
2166
+ margin-left: 8px; }
2167
+ .notification-frequency-step .frequency-repeat-checkbox .react-autoql-checkbox-label {
2168
+ line-height: 33px; }
2169
+ .notification-frequency-step .frequency-repeat-follow-text {
2170
+ line-height: 32px;
2171
+ vertical-align: top; }
2172
+ .notification-frequency-step .frequency-settings-container {
2173
+ flex: 0 1 400px; }
2294
2174
 
2295
- .dashboard-tile-input-container input::-moz-placeholder {
2296
- opacity: 0.5; }
2175
+ .schedule-builder-timezone-section {
2176
+ margin: 10px 5px; }
2177
+ .schedule-builder-timezone-section .react-autoql-timezone-select {
2178
+ display: inline-block;
2179
+ width: 300px; }
2297
2180
 
2298
- .dashboard-tile-input-container input:-ms-input-placeholder {
2299
- opacity: 0.5; }
2181
+ .react-autoql-dashboard .react-autoql-dashboard-tile {
2182
+ background: var(--react-autoql-background-color-primary, #fff);
2183
+ color: var(--react-autoql-text-color-primary, #404040);
2184
+ font-family: var(--react-autoql-font-family), sans-serif;
2185
+ height: 100%;
2186
+ overflow: hidden;
2187
+ border-radius: 4px;
2188
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
2300
2189
 
2301
- .dashboard-tile-input-container input::placeholder {
2302
- opacity: 0.5; }
2190
+ .react-autoql-dashboard-tile-inner-div {
2191
+ height: 100%;
2192
+ width: 100%;
2193
+ background: inherit;
2194
+ position: relative;
2195
+ text-align: center;
2196
+ display: flex;
2197
+ justify-content: flex-start;
2198
+ flex-direction: column;
2199
+ align-items: center; }
2303
2200
 
2304
- .react-autoql-dashboard .edit-mode-placeholder-icon {
2305
- display: inline-block;
2306
- line-height: 22px;
2307
- vertical-align: middle;
2308
- height: 23px; }
2201
+ .dashboard-data-limit-warning-icon {
2202
+ color: var(--react-autoql-warning-color) !important;
2203
+ position: absolute !important;
2204
+ bottom: 40px;
2205
+ right: 16px;
2206
+ font-size: 20px; }
2309
2207
 
2310
- .dashboard-tile-input-container
2311
- .react-autosuggest__suggestions-container--open {
2208
+ .react-autoql-dashboard-tile-drag-handle {
2209
+ transition: opacity 0.3s ease;
2312
2210
  position: absolute;
2211
+ background-color: var(--react-autoql-border-color, #f7f7f7);
2212
+ cursor: move;
2213
+ opacity: 0; }
2214
+ .react-autoql-dashboard-tile-drag-handle.top {
2215
+ top: 0;
2216
+ left: 0;
2217
+ width: 100%;
2218
+ height: 15px; }
2219
+ .react-autoql-dashboard-tile-drag-handle.bottom {
2220
+ bottom: 0;
2221
+ left: 0;
2222
+ width: 100%;
2223
+ height: 15px; }
2224
+ .react-autoql-dashboard-tile-drag-handle.left {
2225
+ top: 0;
2226
+ left: 0;
2227
+ width: 15px;
2228
+ height: 100%; }
2229
+ .react-autoql-dashboard-tile-drag-handle.right {
2230
+ top: 0;
2231
+ right: 0;
2232
+ width: 15px;
2233
+ height: 100%; }
2234
+
2235
+ .react-autoql-dashboard-tile:hover .react-autoql-dashboard-tile-drag-handle {
2236
+ opacity: 1; }
2237
+
2238
+ .react-autoql-dashboard-tile .autoql-options-toolbar {
2239
+ transition: opacity 0.3s ease, color 0.3s ease;
2240
+ visibility: hidden;
2241
+ opacity: 0;
2242
+ bottom: 8px;
2243
+ right: 8px;
2244
+ z-index: 1; }
2245
+
2246
+ .dashboard-tile-viz-toolbar-container {
2247
+ transition: opacity 0.3s ease, color 0.3s ease;
2248
+ color: var(--react-autoql-accent-color);
2249
+ position: absolute;
2250
+ bottom: 0;
2251
+ left: 0;
2252
+ padding: 7px;
2253
+ z-index: 1;
2254
+ opacity: 0;
2255
+ visibility: hidden; }
2256
+ .dashboard-tile-viz-toolbar-container .viz-toolbar,
2257
+ .dashboard-tile-viz-toolbar-container .split-view-btn {
2258
+ position: relative;
2259
+ display: inline-block;
2260
+ background: var(--react-autoql-background-color-primary); }
2261
+ .dashboard-tile-viz-toolbar-container .split-view-btn {
2262
+ margin-right: 7px; }
2263
+ .dashboard-tile-viz-toolbar-container .split-view-btn .react-autoql-icon {
2264
+ font-size: 14px; }
2265
+
2266
+ .split-view-btn {
2267
+ z-index: 1; }
2268
+
2269
+ .split-view-query-btn {
2270
+ transition: opacity 0.3s ease, color 0.3s ease;
2271
+ color: var(--react-autoql-accent-color);
2272
+ position: absolute;
2273
+ top: 7px;
2274
+ left: 7px;
2313
2275
  bottom: unset;
2314
- padding-top: 5px;
2315
- padding-bottom: 5px;
2316
- display: block;
2317
- height: unset;
2318
- border-radius: 24px;
2319
- font-family: inherit;
2320
- font-size: 15px;
2321
- font-weight: normal;
2322
- z-index: 2;
2323
- overflow: hidden;
2324
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
2325
- text-align: left;
2276
+ z-index: 1;
2277
+ visibility: hidden;
2278
+ opacity: 0; }
2279
+
2280
+ .react-autoql-dashboard-tile:hover .dashboard-tile-viz-toolbar-container,
2281
+ .react-autoql-dashboard-tile:hover .split-view-query-btn,
2282
+ .react-autoql-dashboard-tile:hover .autoql-options-toolbar {
2283
+ visibility: visible;
2284
+ opacity: 1; }
2285
+
2286
+ .react-autoql-dashboard-tile-inner-div .single-value-response {
2287
+ font-size: 32px;
2288
+ margin-top: -6px;
2289
+ opacity: 0.9; }
2290
+
2291
+ .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper {
2292
+ height: calc(100% - 47px);
2326
2293
  width: 100%;
2327
- top: 35px;
2328
- border-radius: 4px;
2329
- margin: 0; }
2294
+ padding-top: 0;
2295
+ background: inherit; }
2296
+ .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .query-output-error-message {
2297
+ opacity: 0.8; }
2298
+ .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .layout-splitter {
2299
+ height: 1px !important;
2300
+ color: var(--react-autoql-border-color);
2301
+ opacity: 0.3;
2302
+ pointer-events: none; }
2303
+ .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .react-autoql-table {
2304
+ opacity: 0.9;
2305
+ color: var(--react-autoql-text-color-primary);
2306
+ font-size: 11px; }
2330
2307
 
2331
- .dashboard-tile-input-container .react-autosuggest__suggestions-list {
2332
- margin: 0;
2333
- padding: 0;
2334
- list-style-type: none; }
2308
+ .react-autoql-dashboard-tile-inner-div.split .dashboard-tile-response-wrapper {
2309
+ padding: 0; }
2335
2310
 
2336
- .dashboard-tile-input-container .react-autosuggest__suggestion {
2337
- cursor: pointer;
2338
- padding: 2px;
2339
- padding-left: 18px;
2340
- letter-spacing: 0.05em;
2341
- line-height: 22.5px; }
2311
+ .react-autoql-dashboard-tile-inner-div
2312
+ .dashboard-tile-response-wrapper.editing .layout-splitter {
2313
+ display: block;
2314
+ pointer-events: unset;
2315
+ height: 4px !important;
2316
+ color: var(--react-autoql-text-color-primary);
2317
+ opacity: 0.8; }
2342
2318
 
2343
- .dashboard-tile-input-container .react-autosuggest__suggestion--highlighted {
2344
- background-color: rgba(0, 0, 0, 0.1) !important; }
2319
+ /* Safetynet styles specific to dashboard tiles */
2320
+ .react-autoql-dashboard-tile-inner-div
2321
+ .dashboard-tile-response-wrapper.editing {
2322
+ height: 100%;
2323
+ width: 100%;
2324
+ overflow-x: auto;
2325
+ overflow-y: hidden; }
2345
2326
 
2346
- .dashboard-tile-input-container .react-autosuggest__section-title {
2347
- padding: 10px 0 0 10px;
2348
- font-size: 12px;
2349
- color: #777; }
2327
+ .react-autoql-dashboard-tile-inner-div .react-autoql-query-validation-query {
2328
+ white-space: nowrap; }
2350
2329
 
2351
- /* Dragging placeholder styles */
2352
- .react-autoql-db-dragging-placeholder-container {
2330
+ .dashboard-tile-response-wrapper.small
2331
+ .react-autoql-query-validation-description,
2332
+ .dashboard-tile-response-wrapper.small
2333
+ .react-autoql-suggestion-message-description,
2334
+ .dashboard-tile-response-wrapper.small
2335
+ .react-autoql-query-validation-execute-btn {
2336
+ display: none; }
2337
+
2338
+ .dashboard-tile-response-wrapper .dashboard-tile-response-container {
2339
+ position: relative;
2353
2340
  height: 100%;
2354
2341
  width: 100%;
2355
- padding: 20px 30px;
2356
- display: flex;
2357
- flex-direction: column; }
2342
+ background: inherit;
2343
+ cursor: default; }
2344
+ .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-table-container {
2345
+ padding: 20px;
2346
+ padding-top: 15px; }
2347
+ .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
2348
+ padding: 7px; }
2358
2349
 
2359
- .react-autoql-db-dragging-placeholder-title {
2350
+ .dashboard-tile-title-container {
2360
2351
  width: 100%;
2361
- height: 35px;
2362
- background: #f3f3f3;
2363
- border-top-right-radius: 4px;
2364
- border-top-left-radius: 4px;
2352
+ text-align: left;
2353
+ padding: 19px 25px 0 25px;
2354
+ height: 47px;
2355
+ white-space: nowrap;
2356
+ overflow: hidden;
2357
+ text-overflow: ellipsis;
2365
2358
  flex-shrink: 0;
2366
2359
  flex-grow: 0; }
2360
+ .dashboard-tile-title-container .dashboard-tile-title {
2361
+ color: var(--react-autoql-accent-color, #26a7df); }
2367
2362
 
2368
- .react-autoql-db-dragging-placeholder-content {
2363
+ .dashboard-tile-title-container .dashboard-tile-title {
2364
+ font-weight: bold;
2365
+ font-size: 14px; }
2366
+
2367
+ .dashboard-tile-edit-wrapper {
2368
+ display: flex;
2369
2369
  width: 100%;
2370
- height: 100%;
2371
- background: #f9f9f9;
2372
- border-bottom-right-radius: 4px;
2373
- border-bottom-left-radius: 4px; }
2370
+ height: 55px;
2371
+ padding: 20px 20px 0 25px;
2372
+ flex-shrink: 0;
2373
+ flex-grow: 0; }
2374
2374
 
2375
- .dashboard-tile-placeholder-text {
2376
- font-size: 15px;
2377
- color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.3)); }
2378
- .dashboard-tile-placeholder-text .play-icon {
2379
- vertical-align: bottom;
2380
- line-height: 20px; }
2375
+ .dashboard-tile-play-button {
2376
+ cursor: default;
2377
+ flex-grow: 0;
2378
+ flex-shrink: 0; }
2381
2379
 
2382
- /* React Grid Layout overrides */
2383
- .react-grid-item > .react-resizable-handle {
2384
- z-index: 1;
2385
- position: absolute;
2380
+ .dashboard-tile-play-button span.react-autoql-icon svg {
2381
+ cursor: pointer;
2386
2382
  width: 25px;
2387
- height: 25px;
2388
- bottom: 0;
2389
- right: 0; }
2383
+ height: 33px;
2384
+ margin-left: 10px;
2385
+ color: var(--react-autoql-accent-color); }
2390
2386
 
2391
- .react-grid-item > .react-resizable-handle::after {
2392
- width: 11px !important;
2393
- height: 11px !important;
2394
- bottom: 4px;
2395
- right: 4px;
2387
+ .dashboard-tile-play-button.disabled svg {
2388
+ opacity: 0.5;
2389
+ cursor: not-allowed; }
2390
+
2391
+ .dashboard-tile-play-button:not(.disabled) svg:hover {
2392
+ opacity: 0.8; }
2393
+
2394
+ .dashboard-tile-delete-button {
2396
2395
  opacity: 0;
2397
- border-right: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
2398
- border-bottom: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
2399
- transition: opacity 0.3s ease; }
2396
+ font-size: 17px;
2397
+ color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
2398
+ position: absolute;
2399
+ top: 0px;
2400
+ right: 2px;
2401
+ cursor: pointer;
2402
+ transition: opacity 0.3s ease;
2403
+ z-index: 1; }
2400
2404
 
2401
- .react-grid-item:hover > .react-resizable-handle::after {
2405
+ .react-grid-item:hover .dashboard-tile-delete-button {
2402
2406
  opacity: 1; }
2403
2407
 
2404
- .react-grid-placeholder {
2405
- background: rgba(0, 0, 0, 0.13) !important; }
2408
+ .dashboard-tile-loading-container {
2409
+ display: flex;
2410
+ height: 100%;
2411
+ width: 100%;
2412
+ padding: 20px;
2413
+ align-items: center;
2414
+ justify-content: center; }
2406
2415
 
2407
- /* This fixes the flickering bug in RGL when resizing elements */
2408
- .react-draggable-transparent-selection span::-moz-selection, .react-draggable-transparent-selection div::-moz-selection, .react-draggable-transparent-selection a::-moz-selection, .react-draggable-transparent-selection input::-moz-selection, .react-draggable-transparent-selection text::-moz-selection {
2409
- color: inherit; }
2410
- .react-draggable-transparent-selection input::-moz-placeholder {
2411
- color: inherit; }
2412
- .react-draggable-transparent-selection input:-ms-input-placeholder {
2413
- color: inherit; }
2414
- .react-draggable-transparent-selection span::selection,
2415
- .react-draggable-transparent-selection div::selection,
2416
- .react-draggable-transparent-selection a::selection,
2417
- .react-draggable-transparent-selection input::selection,
2418
- .react-draggable-transparent-selection text::selection,
2419
- .react-draggable-transparent-selection input::placeholder {
2420
- color: inherit; }
2421
-
2422
- .dashboard-tile-response-container .layout-pane-primary {
2423
- overflow: hidden; }
2416
+ .dashboard-tile-title-divider {
2417
+ height: 2px;
2418
+ background: currentColor;
2419
+ width: 75px;
2420
+ margin-top: 4px;
2421
+ opacity: 0.07; }
2424
2422
 
2425
- .splitter-layout,
2426
- .layout-pane,
2427
- .dashboard-tile-split-pane-container,
2428
- .react-autoql-dashboard-drilldown-original {
2423
+ /* Input box styling for edit mode */
2424
+ .dashboard-tile-input-container {
2429
2425
  display: flex;
2430
- align-items: stretch;
2431
- justify-content: center;
2432
- width: 100%; }
2426
+ width: 100%;
2427
+ height: 100%;
2428
+ font-size: 15px; }
2429
+ .dashboard-tile-input-container .dashboard-tile-input,
2430
+ .dashboard-tile-input-container .dashboard-tile-autocomplete-input {
2431
+ width: 100%;
2432
+ height: 100%;
2433
+ padding: 12px;
2434
+ padding-left: 33px;
2435
+ border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
2436
+ outline: none !important;
2437
+ color: var(--react-autoql-text-color-primary, #356f90);
2438
+ background: var(--react-autoql-background-color-primary, #fff); }
2433
2439
 
2434
- .dashboard-tile-response-container .splitter-layout,
2435
- .dashboard-tile-response-container .layout-pane,
2436
- .dashboard-tile-response-container .dashboard-tile-split-pane-container {
2437
- background: inherit; }
2440
+ .query-focused .dashboard-tile-left-input-container,
2441
+ .title-focused .dashboard-tile-right-input-container {
2442
+ width: 70%; }
2438
2443
 
2439
- .react-autoql-notification-list-item {
2440
- display: flex;
2441
- flex-direction: column;
2442
- flex-basis: auto;
2443
- --accent-color: #26a7df;
2444
+ .dashboard-tile-right-input-container {
2445
+ z-index: 2; }
2446
+
2447
+ .dashboard-tile-right-input-container,
2448
+ .dashboard-tile-left-input-container {
2449
+ position: relative;
2450
+ width: 0;
2451
+ flex-grow: 1;
2452
+ transition: width 0.3s ease; }
2453
+ .dashboard-tile-right-input-container .query-input-icon,
2454
+ .dashboard-tile-right-input-container .title-input-icon,
2455
+ .dashboard-tile-left-input-container .query-input-icon,
2456
+ .dashboard-tile-left-input-container .title-input-icon {
2457
+ color: var(--react-autoql-accent-color);
2458
+ position: absolute;
2459
+ pointer-events: none;
2460
+ z-index: 1; }
2461
+ .dashboard-tile-right-input-container .query-input-icon,
2462
+ .dashboard-tile-left-input-container .query-input-icon {
2463
+ font-size: 18px;
2464
+ top: 4px;
2465
+ left: 10px; }
2466
+ .dashboard-tile-right-input-container .title-input-icon,
2467
+ .dashboard-tile-left-input-container .title-input-icon {
2468
+ font-size: 16px;
2469
+ top: 7px;
2470
+ left: 11px; }
2471
+
2472
+ .dashboard-tile-input.second.query {
2473
+ transition: all 0.3s ease;
2474
+ border: 1px solid transparent;
2475
+ outline: none !important;
2476
+ color: var(--react-autoql-text-color-primary, #356f90);
2477
+ background: var(--react-autoql-background-color-primary);
2478
+ margin: 0px;
2479
+ padding: 0px;
2480
+ width: 0px;
2481
+ height: 28px;
2482
+ pointer-events: none; }
2483
+ .dashboard-tile-input.second.query.open {
2484
+ width: 200px;
2485
+ padding: 12px;
2486
+ margin-left: 5px;
2487
+ border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
2488
+ pointer-events: unset; }
2489
+
2490
+ .dashboard-tile-input:hover,
2491
+ .dashboard-tile-input:focus,
2492
+ .dashboard-tile-input-container .dashboard-tile-autocomplete-input:hover,
2493
+ .dashboard-tile-input-container .dashboard-tile-autocomplete-input:focus {
2494
+ border: 1px solid #26a7e9 !important;
2495
+ border-color: var(--react-autoql-accent-color) !important; }
2496
+
2497
+ .dashboard-tile-input-container .dashboard-tile-input.query,
2498
+ .dashboard-tile-input-container .dashboard-tile-autocomplete-input {
2499
+ padding-left: 36px;
2500
+ border-top-left-radius: 4px;
2501
+ border-bottom-left-radius: 4px; }
2502
+
2503
+ .dashboard-tile-input-container .dashboard-tile-input.title {
2504
+ border-left: none;
2505
+ border-top-right-radius: 4px;
2506
+ border-bottom-right-radius: 4px;
2507
+ z-index: 2; }
2508
+
2509
+ .dashboard-tile-input-container .dashboard-tile-input.title:hover,
2510
+ .dashboard-tile-input-container .dashboard-tile-input.title:focus,
2511
+ .title-focused .dashboard-tile-right-input-container .dashboard-tile-input,
2512
+ .dashboard-tile-right-input-container:hover .dashboard-tile-input {
2513
+ /* This is done to balance it because we add a 1px left border when the input is focused or hovered */
2514
+ margin-left: -2px; }
2515
+
2516
+ /* Autocomplete styles */
2517
+ .dashboard-tile-input-container .react-autosuggest__container {
2444
2518
  position: relative;
2519
+ width: 100%;
2520
+ height: 100%;
2521
+ padding: 0;
2522
+ margin: 0; }
2523
+
2524
+ .dashboard-tile-input-container
2525
+ .react-autosuggest__suggestions-container--open {
2526
+ background-color: var(--react-autoql-background-color-primary);
2527
+ border: 1px solid var(--react-autoql-border-color);
2528
+ color: var(--react-autoql-text-color-primary); }
2529
+
2530
+ .dashboard-tile-input-container .react-autosuggest__suggestion {
2531
+ color: var(--react-autoql-text-color-primary); }
2532
+
2533
+ .dashboard-tile-input-container input::-moz-placeholder {
2534
+ opacity: 0.5; }
2535
+
2536
+ .dashboard-tile-input-container input:-ms-input-placeholder {
2537
+ opacity: 0.5; }
2538
+
2539
+ .dashboard-tile-input-container input::placeholder {
2540
+ opacity: 0.5; }
2541
+
2542
+ .react-autoql-dashboard .edit-mode-placeholder-icon {
2543
+ display: inline-block;
2544
+ line-height: 22px;
2545
+ vertical-align: middle;
2546
+ height: 23px; }
2547
+
2548
+ .dashboard-tile-input-container
2549
+ .react-autosuggest__suggestions-container--open {
2550
+ position: absolute;
2551
+ bottom: unset;
2552
+ padding-top: 5px;
2553
+ padding-bottom: 5px;
2554
+ display: block;
2555
+ height: unset;
2556
+ border-radius: 24px;
2557
+ font-family: inherit;
2558
+ font-size: 15px;
2559
+ font-weight: normal;
2560
+ z-index: 2;
2445
2561
  overflow: hidden;
2446
- background: var(--react-autoql-background-color-primary, #fff);
2447
- border-radius: 4px;
2448
2562
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
2449
- margin-bottom: 8px;
2450
- color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
2451
- font-family: var(--react-autoql-font-family), sans-serif;
2452
- transition: all 1s ease;
2453
- transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1);
2454
- -webkit-animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
2455
- animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
2456
- -webkit-animation-fill-mode: both;
2457
- animation-fill-mode: both;
2458
- -webkit-animation-delay: 0s;
2459
- animation-delay: 0s; }
2460
- .react-autoql-notification-list-item .single-value-response {
2461
- font-size: 32px;
2462
- margin-top: -6px;
2463
- opacity: 0.9; }
2464
- .react-autoql-notification-list-item .viz-toolbar {
2465
- position: relative;
2466
- border: none; }
2467
- .react-autoql-notification-list-item .viz-toolbar .react-autoql-toolbar-btn {
2468
- height: 33px; }
2469
- .react-autoql-notification-list-item .react-autoql-notification-details-title {
2470
- font-weight: 600;
2471
- padding-top: 20px;
2472
- padding-bottom: 5px; }
2473
- .react-autoql-notification-list-item.expanded .react-autoql-notification-list-item-header {
2474
- border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.04)); }
2475
- .react-autoql-notification-list-item .react-autoql-notification-details {
2476
- overflow: hidden; }
2477
- .react-autoql-notification-list-item.animation-complete .react-autoql-notification-details {
2478
- overflow: auto; }
2479
- .react-autoql-notification-list-item:hover:not(.expanded) {
2480
- background-color: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.01)); }
2481
- .react-autoql-notification-list-item:hover .react-autoql-notification-delete-icon {
2482
- opacity: 1; }
2483
- .react-autoql-notification-list-item.triggered .react-autoql-notification-display-name {
2484
- color: var(--react-autoql-accent-color, #26a7df) !important; }
2485
- .react-autoql-notification-list-item.triggered .react-autoql-notification-dismiss-btn {
2486
- margin-top: 3px;
2487
- color: var(--react-autoql-accent-color, #26a7df); }
2488
- .react-autoql-notification-list-item.triggered .react-autoql-notification-alert-strip {
2489
- opacity: 1; }
2490
- .react-autoql-notification-list-item .react-autoql-notification-expanded-content {
2491
- display: flex;
2492
- flex-direction: column;
2493
- justify-content: stretch;
2494
- transition: height 0.2s ease;
2495
- height: 0;
2496
- opacity: 0; }
2497
- .react-autoql-notification-list-item .react-autoql-notification-expanded-content.visible {
2498
- height: 400px;
2499
- opacity: 1; }
2500
- .react-autoql-notification-list-item .react-autoql-notification-extra-content {
2501
- flex: 0;
2502
- flex-basis: 55px;
2503
- text-align: center;
2504
- padding: 8px;
2505
- border-top: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
2506
- .react-autoql-notification-list-item .react-autoql-notification-extra-content .notification-deleted-text {
2507
- line-height: 40px;
2508
- opacity: 0.6;
2509
- font-style: italic; }
2510
- .react-autoql-notification-list-item .react-autoql-notification-description {
2511
- color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
2512
- opacity: 0.8;
2513
- font-size: 14px; }
2514
- .react-autoql-notification-list-item .react-autoql-notification-list-item-header {
2515
- display: flex;
2516
- flex-direction: row;
2517
- justify-content: space-between;
2518
- padding-left: 22px;
2519
- cursor: pointer; }
2520
- .react-autoql-notification-list-item .react-autoql-notification-query-title {
2521
- flex: 0 0 auto;
2522
- font-size: 14px;
2523
- font-family: inherit;
2524
- color: currentcolor;
2525
- opacity: 0.9;
2526
- font-weight: 600;
2527
- border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
2528
- text-align: center;
2529
- margin: 0 10px;
2530
- padding-top: 20px;
2531
- padding-bottom: 7px; }
2532
- .react-autoql-notification-list-item .react-autoql-notification-details-container {
2533
- flex: 1;
2534
- display: flex;
2535
- flex-direction: row;
2536
- align-items: stretch;
2537
- justify-content: stretch;
2538
- overflow: hidden; }
2539
- .react-autoql-notification-list-item .react-autoql-notification-details-container .react-autoql-notification-details {
2540
- flex: 1 1;
2541
- padding: 20px;
2542
- padding-top: 0;
2543
- opacity: 0.9;
2544
- border-left: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
2545
- .react-autoql-notification-list-item .react-autoql-notification-data-container {
2546
- display: flex;
2547
- flex-direction: row;
2548
- justify-content: stretch;
2549
- flex: 3 3 0px;
2550
- overflow: hidden; }
2551
- .react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-notificaton-chart-container {
2552
- flex: 1;
2553
- height: 100%;
2554
- width: 0;
2555
- display: flex;
2556
- flex-direction: column;
2557
- padding: 0px 20px 10px 20px; }
2558
- .react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table-container {
2559
- width: 100%;
2560
- padding: 0 10px; }
2561
- .react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table {
2562
- opacity: 0.9;
2563
- color: currentColor;
2564
- font-size: 11px; }
2565
- .react-autoql-notification-list-item .react-autoql-notification-data-title {
2566
- line-height: 22px;
2567
- font-size: 12px;
2568
- text-align: right;
2569
- color: var(--react-autoql-text-color-primary);
2570
- opacity: 0.5;
2571
- padding: 8px 20px; }
2572
- .react-autoql-notification-list-item .react-autoql-notification-data-title span.react-autoql-icon svg {
2573
- margin-top: -3px;
2574
- vertical-align: middle; }
2575
- .react-autoql-notification-list-item .react-autoql-notification-dismiss-icon {
2576
- font-size: 21px;
2577
- margin: 11px;
2578
- width: 40px;
2579
- height: 40px;
2580
- padding: 10px;
2581
- border-radius: 26px;
2582
- display: inline-block;
2583
- line-height: 20px;
2584
- background-color: transparent;
2585
- transition: background-color 0.2s ease;
2586
- cursor: pointer; }
2587
- .react-autoql-notification-list-item .react-autoql-notification-dismiss-icon:hover {
2588
- background-color: var(--react-autoql-background-color-secondary, #ececec); }
2589
- .react-autoql-notification-list-item .react-autoql-notification-delete-icon {
2590
- font-size: 18px;
2591
- margin-top: 3px;
2592
- margin-right: 3px;
2593
- opacity: 0;
2594
- width: 36px;
2595
- height: 36px;
2596
- padding: 9px;
2597
- border-radius: 20px;
2598
- display: inline-block;
2599
- line-height: 20px;
2600
- background-color: transparent;
2601
- transition: all 0.2s ease;
2602
- cursor: pointer; }
2603
- .react-autoql-notification-list-item .react-autoql-notification-delete-icon:hover {
2604
- background-color: var(--react-autoql-background-color-secondary, #ececec); }
2605
- .react-autoql-notification-list-item .react-autoql-notification-alert-icon {
2606
- position: absolute;
2607
- top: -7px;
2608
- left: -7px;
2609
- color: var(--react-autoql-accent-color, #26a7df);
2610
- line-height: 10px;
2611
- background: var(--react-autoql-background-color-primary, #fff);
2612
- border-radius: 10px;
2613
- font-size: 17px; }
2614
- .react-autoql-notification-list-item .react-autoql-notification-alert-strip {
2615
- height: 100%;
2616
- opacity: 0;
2617
- position: absolute;
2618
- left: 0px;
2619
- top: 0;
2620
- width: 4px;
2621
- background: var(--react-autoql-accent-color, #26a7df);
2622
- transition-property: opacity;
2623
- transition-duration: 0.2s;
2624
- transition-timing-function: ease; }
2625
- .react-autoql-notification-list-item .react-autoql-notification-viz-switcher {
2626
- flex: 0 0 50px;
2627
- padding: 10px;
2628
- border-left: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
2629
- .react-autoql-notification-list-item .react-autoql-notification-img-container {
2630
- flex: 0 0 60px; }
2631
- .react-autoql-notification-list-item .react-autoql-notification-img-container .react-autoql-notification-img {
2632
- border-radius: 50px;
2633
- height: 45px;
2634
- width: 45px;
2635
- line-height: 45px;
2636
- font-size: 22px;
2637
- color: white;
2638
- background-color: var(--react-autoql-accent-color, #26a7df);
2639
- text-align: center;
2640
- margin-top: 13px;
2641
- margin-right: 17px; }
2642
- .react-autoql-notification-list-item .react-autoql-notification-display-name-container {
2643
- flex: 1;
2644
- line-height: 23px;
2645
- padding: 13px 0px;
2646
- transition: color 0.2s ease; }
2647
- .react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-display-name {
2648
- font-size: 18px;
2649
- color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.7)); }
2650
- .react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp {
2651
- font-size: 12px;
2652
- opacity: 0.5; }
2653
- .react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp span.react-autoql-icon svg {
2654
- margin-bottom: -1px; }
2563
+ text-align: left;
2564
+ width: 100%;
2565
+ top: 35px;
2566
+ border-radius: 4px;
2567
+ margin: 0; }
2568
+
2569
+ .dashboard-tile-input-container .react-autosuggest__suggestions-list {
2570
+ margin: 0;
2571
+ padding: 0;
2572
+ list-style-type: none; }
2573
+
2574
+ .dashboard-tile-input-container .react-autosuggest__suggestion {
2575
+ cursor: pointer;
2576
+ padding: 2px;
2577
+ padding-left: 18px;
2578
+ letter-spacing: 0.05em;
2579
+ line-height: 22.5px; }
2580
+
2581
+ .dashboard-tile-input-container .react-autosuggest__suggestion--highlighted {
2582
+ background-color: rgba(0, 0, 0, 0.1) !important; }
2583
+
2584
+ .dashboard-tile-input-container .react-autosuggest__section-title {
2585
+ padding: 10px 0 0 10px;
2586
+ font-size: 12px;
2587
+ color: #777; }
2588
+
2589
+ /* Dragging placeholder styles */
2590
+ .react-autoql-db-dragging-placeholder-container {
2591
+ height: 100%;
2592
+ width: 100%;
2593
+ padding: 20px 30px;
2594
+ display: flex;
2595
+ flex-direction: column; }
2596
+
2597
+ .react-autoql-db-dragging-placeholder-title {
2598
+ width: 100%;
2599
+ height: 35px;
2600
+ background: #f3f3f3;
2601
+ border-top-right-radius: 4px;
2602
+ border-top-left-radius: 4px;
2603
+ flex-shrink: 0;
2604
+ flex-grow: 0; }
2605
+
2606
+ .react-autoql-db-dragging-placeholder-content {
2607
+ width: 100%;
2608
+ height: 100%;
2609
+ background: #f9f9f9;
2610
+ border-bottom-right-radius: 4px;
2611
+ border-bottom-left-radius: 4px; }
2612
+
2613
+ .dashboard-tile-placeholder-text {
2614
+ font-size: 15px;
2615
+ color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.3)); }
2616
+ .dashboard-tile-placeholder-text .play-icon {
2617
+ vertical-align: bottom;
2618
+ line-height: 20px; }
2619
+
2620
+ /* React Grid Layout overrides */
2621
+ .react-grid-item .react-resizable-handle {
2622
+ z-index: 1;
2623
+ position: absolute;
2624
+ width: 11px;
2625
+ height: 11px;
2626
+ bottom: 4px;
2627
+ right: 4px;
2628
+ opacity: 0;
2629
+ border-right: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
2630
+ border-bottom: 1px solid var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4)) !important;
2631
+ transition: opacity 0.3s ease; }
2632
+
2633
+ .react-autoql-dashboard-tile.editing:hover .react-resizable-handle {
2634
+ opacity: 1; }
2635
+
2636
+ .react-grid-placeholder {
2637
+ background: rgba(0, 0, 0, 0.13) !important; }
2638
+
2639
+ /* This fixes the flickering bug in RGL when resizing elements */
2640
+ .react-draggable-transparent-selection span::-moz-selection, .react-draggable-transparent-selection div::-moz-selection, .react-draggable-transparent-selection a::-moz-selection, .react-draggable-transparent-selection input::-moz-selection, .react-draggable-transparent-selection text::-moz-selection {
2641
+ color: inherit; }
2642
+ .react-draggable-transparent-selection input::-moz-placeholder {
2643
+ color: inherit; }
2644
+ .react-draggable-transparent-selection input:-ms-input-placeholder {
2645
+ color: inherit; }
2646
+ .react-draggable-transparent-selection span::selection,
2647
+ .react-draggable-transparent-selection div::selection,
2648
+ .react-draggable-transparent-selection a::selection,
2649
+ .react-draggable-transparent-selection input::selection,
2650
+ .react-draggable-transparent-selection text::selection,
2651
+ .react-draggable-transparent-selection input::placeholder {
2652
+ color: inherit; }
2653
+
2654
+ .dashboard-tile-response-container .layout-pane-primary {
2655
+ overflow: hidden; }
2656
+
2657
+ .splitter-layout,
2658
+ .layout-pane,
2659
+ .dashboard-tile-split-pane-container,
2660
+ .react-autoql-dashboard-drilldown-original {
2661
+ display: flex;
2662
+ align-items: stretch;
2663
+ justify-content: center;
2664
+ width: 100%; }
2665
+
2666
+ .dashboard-tile-response-container .splitter-layout,
2667
+ .dashboard-tile-response-container .layout-pane,
2668
+ .dashboard-tile-response-container .dashboard-tile-split-pane-container {
2669
+ background: inherit; }
2655
2670
 
2656
2671
  .react-autoql-btn {
2657
2672
  border-radius: 4px;
@@ -2685,7 +2700,7 @@ tbody::-webkit-scrollbar-thumb {
2685
2700
  .react-autoql-btn.primary {
2686
2701
  background: var(--react-autoql-accent-color);
2687
2702
  border: 1px solid var(--react-autoql-accent-color);
2688
- color: white; }
2703
+ color: var(--react-autoql-accent-text-color); }
2689
2704
  .react-autoql-btn.primary:hover {
2690
2705
  opacity: 0.8; }
2691
2706
 
@@ -2777,174 +2792,6 @@ tbody::-webkit-scrollbar-thumb {
2777
2792
  .react-autoql-modal-close-btn:hover {
2778
2793
  opacity: 1 !important; }
2779
2794
 
2780
- .react-autoql-table-container {
2781
- height: 100%;
2782
- max-width: 100%;
2783
- background-color: inherit; }
2784
-
2785
- .react-autoql-table {
2786
- margin-bottom: 0; }
2787
-
2788
- /* tabulator */
2789
- .react-autoql-table.tabulator,
2790
- .react-autoql-table.tabulator .tabulator-row,
2791
- .react-autoql-table.tabulator .tabulator-header,
2792
- .react-autoql-table.tabulator .tabulator-headers,
2793
- .react-autoql-table.tabulator .tabulator-header .tabulator-col,
2794
- .react-autoql-table.tabulator .tabulator-tableHolder .tabulator-table {
2795
- background-color: inherit; }
2796
-
2797
- .react-autoql-table-container.supports-drilldown
2798
- .react-autoql-table.tabulator
2799
- .tabulator-row.tabulator-unselectable:hover {
2800
- cursor: pointer !important;
2801
- background-color: var(--react-autoql-hover-color) !important; }
2802
-
2803
- .react-autoql-table.tabulator
2804
- .tabulator-header
2805
- .tabulator-col.tabulator-sortable:hover {
2806
- background-color: var(--react-autoql-hover-color) !important; }
2807
-
2808
- .react-autoql-table.tabulator .tabulator-header .tabulator-col,
2809
- .react-autoql-table.tabulator .tabulator-cell {
2810
- border-color: var(--react-autoql-border-color); }
2811
-
2812
- .react-autoql-table.tabulator .tabulator-header {
2813
- border-bottom: 2px solid var(--react-autoql-border-color); }
2814
-
2815
- .react-autoql-table.tabulator {
2816
- background-color: inherit;
2817
- height: 100%; }
2818
-
2819
- .react-autoql-table .tabulator-row {
2820
- /* user-select: none; This breaks copy/paste */
2821
- border-bottom: 1px solid var(--react-autoql-border-color); }
2822
-
2823
- .tabulator-cell:not(:first-child) {
2824
- border-left: 1px solid !important;
2825
- border-color: rgba(0, 0, 0, 0.06) !important; }
2826
-
2827
- .react-autoql-table .tabulator-tableHolder {
2828
- max-height: calc(100% - 38px) !important;
2829
- background-color: inherit; }
2830
-
2831
- .react-autoql-table.tabulator
2832
- .tabulator-header
2833
- .tabulator-col
2834
- .tabulator-col-content {
2835
- padding: 8px 5px; }
2836
-
2837
- .react-autoql-table.tabulator
2838
- .tabulator-header
2839
- .tabulator-col
2840
- .tabulator-col-content
2841
- .tabulator-arrow {
2842
- opacity: 0;
2843
- border-left: 4px solid transparent !important;
2844
- border-right: 4px solid transparent !important;
2845
- right: 4px;
2846
- top: calc(50% - 3px); }
2847
-
2848
- .react-autoql-table.tabulator
2849
- .tabulator-header
2850
- .tabulator-col:hover
2851
- .tabulator-col-content
2852
- .tabulator-arrow {
2853
- opacity: 1 !important; }
2854
-
2855
- .react-autoql-table.tabulator
2856
- .tabulator-header
2857
- .tabulator-col.tabulator-sortable[aria-sort='desc']
2858
- .tabulator-col-content
2859
- .tabulator-arrow {
2860
- border-top: 4px solid rgba(0, 0, 0, 0.2) !important; }
2861
-
2862
- .react-autoql-table.tabulator
2863
- .tabulator-header
2864
- .tabulator-col.tabulator-sortable[aria-sort='asc']
2865
- .tabulator-col-content
2866
- .tabulator-arrow,
2867
- .react-autoql-table.tabulator
2868
- .tabulator-header
2869
- .tabulator-col.tabulator-sortable[aria-sort='none']
2870
- .tabulator-col-content
2871
- .tabulator-arrow {
2872
- border-bottom: 4px solid rgba(0, 0, 0, 0.2) !important; }
2873
-
2874
- .react-autoql-table .tabulator-tableHolder::-webkit-scrollbar {
2875
- display: unset;
2876
- opacity: 0;
2877
- background-color: transparent;
2878
- width: 7px;
2879
- height: 7px;
2880
- -webkit-transition: all 0.3s ease;
2881
- transition: all 0.3s ease; }
2882
-
2883
- .react-autoql-table.tabulator .tabulator-tableHolder {
2884
- min-height: calc(100% - 40px) !important;
2885
- height: calc(100% - 40px) !important;
2886
- max-height: calc(100% - 40px) !important; }
2887
-
2888
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-track,
2889
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-track-piece,
2890
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-corner {
2891
- background-color: transparent; }
2892
-
2893
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-thumb {
2894
- background-color: rgba(0, 0, 0, 0.2);
2895
- border-radius: 7px;
2896
- border: 0px; }
2897
-
2898
- .react-autoql-table .tabulator-header-filter input {
2899
- border: 1px solid var(--react-autoql-border-color);
2900
- border-radius: 4px;
2901
- background: transparent;
2902
- padding: 4px 9px !important;
2903
- outline: none !important; }
2904
-
2905
- .react-autoql-table .tabulator-header-filter input:focus {
2906
- border: 1px solid #28a8e0; }
2907
-
2908
- /* These are necessary because we are always rendering the
2909
- filter (just display: none when not used) instead of re-rendering
2910
- the whole table when the filter button is clicked */
2911
- .react-autoql-table-container:not(.filtering)
2912
- .react-autoql-table
2913
- .tabulator-header-filter {
2914
- display: none; }
2915
-
2916
- .react-autoql-table-container:not(.filtering)
2917
- .react-autoql-table
2918
- .tabulator-col {
2919
- height: auto !important; }
2920
-
2921
- .tabulator-table .tabulator-row .tabulator-cell {
2922
- min-height: 38px; }
2923
-
2924
- /* Center header titles */
2925
- .react-autoql-table .tabulator-header .tabulator-col {
2926
- text-align: center !important; }
2927
-
2928
- .react-autoql-table .tabulator-header .tabulator-col-title {
2929
- padding-left: 10px !important;
2930
- padding-right: 10px !important; }
2931
-
2932
- .filter-tag {
2933
- color: #2ecc40;
2934
- border: 1px solid;
2935
- padding: 2px 4px;
2936
- border-radius: 4px;
2937
- font-weight: 400;
2938
- font-size: 10px;
2939
- margin-right: 5px;
2940
- vertical-align: top;
2941
- line-height: 21px; }
2942
-
2943
- .comparison-value-positive {
2944
- color: #2ecc40; }
2945
-
2946
- .comparison-value-negative {
2947
- color: #e80000; }
2948
2795
 
2949
2796
  .autoql-options-toolbar {
2950
2797
  position: absolute;
@@ -2957,7 +2804,7 @@ the whole table when the filter button is clicked */
2957
2804
  .autoql-options-toolbar.vertical .react-autoql-toolbar-btn {
2958
2805
  display: block; }
2959
2806
  .autoql-options-toolbar .react-autoql-toolbar-btn {
2960
- color: var(--react-autoql-accent-color); }
2807
+ color: var(--react-autoql-text-color-primary); }
2961
2808
 
2962
2809
  .copy-sql-modal-content {
2963
2810
  position: relative;
@@ -2981,6 +2828,60 @@ the whole table when the filter button is clicked */
2981
2828
  .copy-sql-modal-content:hover .copy-sql-btn {
2982
2829
  opacity: 1; }
2983
2830
 
2831
+ .react-autoql-cascader {
2832
+ position: relative;
2833
+ white-space: nowrap;
2834
+ overflow: hidden;
2835
+ min-width: 300px; }
2836
+ .react-autoql-cascader .options-container {
2837
+ transition: max-width 0.3s ease;
2838
+ display: inline-block;
2839
+ vertical-align: top;
2840
+ padding: 0 10px;
2841
+ margin: 10px 0;
2842
+ width: 100%;
2843
+ max-width: calc(100% - 20px);
2844
+ white-space: pre-wrap; }
2845
+ .react-autoql-cascader .options-container.hidden {
2846
+ max-width: 0; }
2847
+ .react-autoql-cascader .options-container.hidden span {
2848
+ white-space: nowrap; }
2849
+ .react-autoql-cascader .options-container.hidden .option {
2850
+ opacity: 0;
2851
+ pointer-events: none; }
2852
+ .react-autoql-cascader .options-container .options-title {
2853
+ padding: 4px;
2854
+ padding-left: 10px;
2855
+ font-weight: 600; }
2856
+ .react-autoql-cascader .options-container .cascader-back-arrow {
2857
+ position: absolute;
2858
+ cursor: pointer;
2859
+ top: 15px;
2860
+ left: 0; }
2861
+ .react-autoql-cascader .options-container .cascader-back-arrow:hover {
2862
+ opacity: 0.8; }
2863
+ .react-autoql-cascader .options-container .option {
2864
+ cursor: pointer;
2865
+ padding: 4px;
2866
+ display: flex;
2867
+ justify-content: space-between;
2868
+ border-radius: 2px;
2869
+ padding-left: 10px; }
2870
+ .react-autoql-cascader .options-container .option .option-arrow {
2871
+ opacity: 0.7; }
2872
+ .react-autoql-cascader .options-container .option .option-execute-icon {
2873
+ opacity: 0;
2874
+ color: #fff;
2875
+ font-size: 16px;
2876
+ vertical-align: middle; }
2877
+ .react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
2878
+ background-color: var(--react-autoql-accent-color, #26a7df);
2879
+ color: #fff; }
2880
+ .react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
2881
+ opacity: 1; }
2882
+ .react-autoql-cascader .options-container:not(:last-child) {
2883
+ border-right: 1px solid #d3d3d352; }
2884
+
2984
2885
  .query-tips-page-container {
2985
2886
  height: 100%;
2986
2887
  padding: 10px; }
@@ -3066,7 +2967,7 @@ the whole table when the filter button is clicked */
3066
2967
  border-radius: 50%;
3067
2968
  outline: none; }
3068
2969
  #react-paginate li.selected a {
3069
- color: #fff; }
2970
+ color: var(--react-autoql-accent-text-color); }
3070
2971
  #react-paginate .pagination-next.disabled,
3071
2972
  #react-paginate .pagination-previous.disabled {
3072
2973
  opacity: 0.5;
@@ -3077,7 +2978,7 @@ the whole table when the filter button is clicked */
3077
2978
  font-size: 18px; }
3078
2979
  #react-paginate .pagination-previous a,
3079
2980
  #react-paginate .pagination-next a {
3080
- color: var(--react-autoql-accent-color); }
2981
+ color: var(--react-autoql-text-color-primary); }
3081
2982
  #react-paginate .pagination-previous {
3082
2983
  left: 20px; }
3083
2984
  #react-paginate .pagination-next {
@@ -3153,63 +3054,10 @@ the whole table when the filter button is clicked */
3153
3054
  100% {
3154
3055
  opacity: 1; } }
3155
3056
 
3156
- .react-autoql-cascader {
3157
- position: relative;
3158
- white-space: nowrap;
3159
- overflow: hidden;
3160
- min-width: 300px; }
3161
- .react-autoql-cascader .options-container {
3162
- transition: max-width 0.3s ease;
3163
- display: inline-block;
3164
- vertical-align: top;
3165
- padding: 0 10px;
3166
- margin: 10px 0;
3167
- width: 100%;
3168
- max-width: calc(100% - 20px);
3169
- white-space: pre-wrap; }
3170
- .react-autoql-cascader .options-container.hidden {
3171
- max-width: 0; }
3172
- .react-autoql-cascader .options-container.hidden span {
3173
- white-space: nowrap; }
3174
- .react-autoql-cascader .options-container.hidden .option {
3175
- opacity: 0;
3176
- pointer-events: none; }
3177
- .react-autoql-cascader .options-container .options-title {
3178
- padding: 4px;
3179
- padding-left: 10px;
3180
- font-weight: 600; }
3181
- .react-autoql-cascader .options-container .cascader-back-arrow {
3182
- position: absolute;
3183
- cursor: pointer;
3184
- top: 15px;
3185
- left: 0; }
3186
- .react-autoql-cascader .options-container .cascader-back-arrow:hover {
3187
- opacity: 0.8; }
3188
- .react-autoql-cascader .options-container .option {
3189
- cursor: pointer;
3190
- padding: 4px;
3191
- display: flex;
3192
- justify-content: space-between;
3193
- border-radius: 2px;
3194
- padding-left: 10px; }
3195
- .react-autoql-cascader .options-container .option .option-arrow {
3196
- opacity: 0.7; }
3197
- .react-autoql-cascader .options-container .option .option-execute-icon {
3198
- opacity: 0;
3199
- color: #fff;
3200
- font-size: 16px;
3201
- vertical-align: middle; }
3202
- .react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
3203
- background-color: var(--react-autoql-accent-color, #26a7df);
3204
- color: #fff; }
3205
- .react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
3206
- opacity: 1; }
3207
- .react-autoql-cascader .options-container:not(:last-child) {
3208
- border-right: 1px solid #d3d3d352; }
3209
-
3210
3057
  .chat-single-message-container {
3211
3058
  transition: background-color 0.2s ease;
3212
- padding-top: 6px; }
3059
+ padding-top: 6px;
3060
+ max-height: 85%; }
3213
3061
  .chat-single-message-container:first-of-type {
3214
3062
  margin-top: 10px; }
3215
3063
  .chat-single-message-container .query-more-btn {
@@ -3245,16 +3093,15 @@ the whole table when the filter button is clicked */
3245
3093
  display: flex;
3246
3094
  justify-content: flex-start;
3247
3095
  padding-left: 20px;
3248
- height: unset !important;
3249
- -webkit-animation: scale-up-bl 0.6s ease;
3250
- animation: scale-up-bl 0.6s ease; }
3096
+ -webkit-animation: scale-up-bl 0.5s ease;
3097
+ animation: scale-up-bl 0.5s ease; }
3251
3098
 
3252
3099
  .chat-single-message-container.request {
3253
3100
  display: flex;
3254
3101
  justify-content: flex-end;
3255
3102
  padding-right: 20px;
3256
- -webkit-animation: scale-up-br 0.6s ease;
3257
- animation: scale-up-br 0.6s ease; }
3103
+ -webkit-animation: scale-up-br 0.5s ease;
3104
+ animation: scale-up-br 0.5s ease; }
3258
3105
 
3259
3106
  .chat-single-message-container .chat-message-bubble {
3260
3107
  position: relative;
@@ -3292,14 +3139,9 @@ the whole table when the filter button is clicked */
3292
3139
 
3293
3140
  .chat-single-message-container.request .chat-message-bubble {
3294
3141
  background: var(--react-autoql-accent-color);
3295
- color: white;
3142
+ color: var(--react-autoql-accent-text-color);
3296
3143
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
3297
3144
 
3298
- /* Increase height of message to include table filters,
3299
- so we dont have to redraw the whole table */
3300
- .chat-single-message-container.response.filtering-table {
3301
- max-height: calc(85% + 35px) !important; }
3302
-
3303
3145
  .chat-message-toolbar,
3304
3146
  .chat-message-toolbar.autoql-options-toolbar {
3305
3147
  display: none;
@@ -3311,7 +3153,7 @@ so we dont have to redraw the whole table */
3311
3153
  line-height: 28px;
3312
3154
  background: var(--react-autoql-background-color-primary);
3313
3155
  border: 1px solid var(--react-autoql-border-color);
3314
- color: var(--react-autoql-accent-color); }
3156
+ color: var(--react-autoql-text-color-primary); }
3315
3157
 
3316
3158
  .chat-message-toolbar.right {
3317
3159
  right: -9px; }
@@ -3365,80 +3207,266 @@ so we dont have to redraw the whole table */
3365
3207
  margin: 0 3px;
3366
3208
  font-size: 18px; }
3367
3209
 
3368
- /* Chart icon styles */
3369
- .chart-icon-svg-0,
3370
- .react-autoql-icon-svg-0 {
3371
- fill: currentColor; }
3210
+ /* Chart icon styles */
3211
+ .chart-icon-svg-0,
3212
+ .react-autoql-icon-svg-0 {
3213
+ fill: currentColor; }
3214
+
3215
+ .hm0 {
3216
+ opacity: 0.5;
3217
+ fill: currentColor;
3218
+ enable-background: new; }
3219
+
3220
+ .hm1 {
3221
+ fill: currentColor; }
3222
+
3223
+ .hm2 {
3224
+ opacity: 0.15;
3225
+ fill: currentColor;
3226
+ enable-background: new; }
3227
+
3228
+ .hm3 {
3229
+ opacity: 0.6;
3230
+ fill: currentColor;
3231
+ enable-background: new; }
3232
+
3233
+ .hm4 {
3234
+ opacity: 0.65;
3235
+ fill: currentColor;
3236
+ enable-background: new; }
3237
+
3238
+ .hm5 {
3239
+ fill: currentColor; }
3240
+
3241
+ .hm6 {
3242
+ fill: currentColor; }
3243
+
3244
+ /* animations */
3245
+ @-webkit-keyframes scale-up-br {
3246
+ 0% {
3247
+ transform: scale(0.5);
3248
+ transform-origin: 100% 100%; }
3249
+ 100% {
3250
+ transform: scale(1);
3251
+ transform-origin: 100% 100%; } }
3252
+ @keyframes scale-up-br {
3253
+ 0% {
3254
+ transform: scale(0.5);
3255
+ transform-origin: 100% 100%; }
3256
+ 100% {
3257
+ transform: scale(1);
3258
+ transform-origin: 100% 100%; } }
3259
+
3260
+ @-webkit-keyframes scale-up-bl {
3261
+ 0% {
3262
+ transform: scale(0.5);
3263
+ transform-origin: 0% 100%; }
3264
+ 100% {
3265
+ transform: scale(1);
3266
+ transform-origin: 0% 100%; } }
3267
+
3268
+ @keyframes scale-up-bl {
3269
+ 0% {
3270
+ transform: scale(0.5);
3271
+ transform-origin: 0% 100%; }
3272
+ 100% {
3273
+ transform: scale(1);
3274
+ transform-origin: 0% 100%; } }
3275
+
3276
+ .react-autoql-table-container {
3277
+ flex-grow: 1;
3278
+ flex-shrink: 1;
3279
+ max-width: 100%;
3280
+ width: 100%;
3281
+ background-color: inherit; }
3282
+
3283
+ .react-autoql-table {
3284
+ margin-bottom: 0; }
3285
+
3286
+ /* tabulator */
3287
+ .react-autoql-table.tabulator,
3288
+ .react-autoql-table.tabulator .tabulator-row,
3289
+ .react-autoql-table.tabulator .tabulator-header,
3290
+ .react-autoql-table.tabulator .tabulator-headers,
3291
+ .react-autoql-table.tabulator .tabulator-header .tabulator-col,
3292
+ .react-autoql-table.tabulator .tabulator-tableHolder .tabulator-table {
3293
+ background-color: inherit; }
3294
+
3295
+ .react-autoql-table-container.supports-drilldown
3296
+ .react-autoql-table.tabulator
3297
+ .tabulator-row.tabulator-unselectable:hover {
3298
+ cursor: pointer !important;
3299
+ background-color: var(--react-autoql-hover-color) !important; }
3300
+
3301
+ .react-autoql-table.tabulator
3302
+ .tabulator-header
3303
+ .tabulator-col.tabulator-sortable:hover {
3304
+ background-color: var(--react-autoql-hover-color) !important; }
3305
+
3306
+ .react-autoql-table.tabulator .tabulator-header .tabulator-col,
3307
+ .react-autoql-table.tabulator .tabulator-cell {
3308
+ border-color: var(--react-autoql-border-color);
3309
+ background-color: var(--react-autoql-background-color-primary); }
3310
+
3311
+ .react-autoql-table.tabulator .tabulator-header {
3312
+ border-bottom: 2px solid var(--react-autoql-border-color); }
3313
+
3314
+ .react-autoql-table.tabulator {
3315
+ background-color: inherit;
3316
+ height: 100%; }
3317
+
3318
+ .react-autoql-table .tabulator-row {
3319
+ /* user-select: none; This breaks copy/paste */
3320
+ border-bottom: 1px solid var(--react-autoql-border-color); }
3321
+
3322
+ .tabulator-cell:not(:first-child) {
3323
+ border-left: 1px solid !important;
3324
+ border-color: rgba(0, 0, 0, 0.06) !important; }
3325
+
3326
+ .react-autoql-table .tabulator-tableHolder {
3327
+ background-color: inherit; }
3328
+
3329
+ .react-autoql-table-container.resizing {
3330
+ width: 100vw; }
3331
+ .react-autoql-table-container.resizing .react-autoql-table {
3332
+ display: none; }
3333
+
3334
+ .react-autoql-table-container.filtering {
3335
+ min-height: 125px; }
3336
+ .react-autoql-table-container.filtering .filter-tag {
3337
+ display: none; }
3338
+ .react-autoql-table-container.filtering .react-autoql-table .tabulator-col {
3339
+ height: 72px !important; }
3340
+ .react-autoql-table-container.filtering .react-autoql-table .tabulator-header-filter {
3341
+ display: inline; }
3342
+ .react-autoql-table-container.filtering .react-autoql-table .tabulator-tableHolder {
3343
+ min-height: calc(100% - 74px) !important;
3344
+ height: calc(100% - 74px) !important;
3345
+ max-height: calc(100% - 74px) !important; }
3346
+
3347
+ .react-autoql-table-container:not(.filtering) {
3348
+ min-height: 90px; }
3349
+ .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-col {
3350
+ height: auto !important; }
3351
+ .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-header-filter {
3352
+ display: none; }
3353
+ .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-tableHolder {
3354
+ min-height: calc(100% - 40px) !important;
3355
+ height: calc(100% - 40px) !important;
3356
+ max-height: calc(100% - 40px) !important; }
3357
+
3358
+ .react-autoql-table.tabulator
3359
+ .tabulator-header
3360
+ .tabulator-col
3361
+ .tabulator-col-content {
3362
+ padding: 8px 5px; }
3363
+
3364
+ .react-autoql-table.tabulator
3365
+ .tabulator-header
3366
+ .tabulator-col
3367
+ .tabulator-col-content
3368
+ .tabulator-arrow {
3369
+ opacity: 0;
3370
+ border-left: 4px solid transparent !important;
3371
+ border-right: 4px solid transparent !important;
3372
+ right: 4px;
3373
+ top: calc(50% - 3px); }
3374
+
3375
+ .react-autoql-table.tabulator
3376
+ .tabulator-header
3377
+ .tabulator-col:hover
3378
+ .tabulator-col-content
3379
+ .tabulator-arrow {
3380
+ opacity: 1 !important; }
3381
+
3382
+ .react-autoql-table.tabulator
3383
+ .tabulator-header
3384
+ .tabulator-col.tabulator-sortable[aria-sort='desc']
3385
+ .tabulator-col-content
3386
+ .tabulator-arrow {
3387
+ border-top: 4px solid rgba(0, 0, 0, 0.2) !important; }
3388
+
3389
+ .react-autoql-table.tabulator
3390
+ .tabulator-header
3391
+ .tabulator-col.tabulator-sortable[aria-sort='asc']
3392
+ .tabulator-col-content
3393
+ .tabulator-arrow,
3394
+ .react-autoql-table.tabulator
3395
+ .tabulator-header
3396
+ .tabulator-col.tabulator-sortable[aria-sort='none']
3397
+ .tabulator-col-content
3398
+ .tabulator-arrow {
3399
+ border-bottom: 4px solid rgba(0, 0, 0, 0.2) !important; }
3372
3400
 
3373
- .hm0 {
3374
- opacity: 0.5;
3375
- fill: currentColor;
3376
- enable-background: new; }
3401
+ .react-autoql-table .tabulator-tableHolder::-webkit-scrollbar {
3402
+ display: unset;
3403
+ opacity: 0;
3404
+ background-color: transparent;
3405
+ width: 7px;
3406
+ height: 7px;
3407
+ -webkit-transition: all 0.3s ease;
3408
+ transition: all 0.3s ease; }
3377
3409
 
3378
- .hm1 {
3379
- fill: currentColor; }
3410
+ .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-track,
3411
+ .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-track-piece,
3412
+ .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-corner {
3413
+ background-color: transparent; }
3380
3414
 
3381
- .hm2 {
3382
- opacity: 0.15;
3383
- fill: currentColor;
3384
- enable-background: new; }
3415
+ .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-thumb {
3416
+ background-color: rgba(0, 0, 0, 0.2);
3417
+ border-radius: 7px;
3418
+ border: 0px; }
3385
3419
 
3386
- .hm3 {
3387
- opacity: 0.6;
3388
- fill: currentColor;
3389
- enable-background: new; }
3420
+ .react-autoql-table .tabulator-header-filter input {
3421
+ border: 1px solid var(--react-autoql-border-color);
3422
+ border-radius: 4px;
3423
+ background: transparent;
3424
+ padding: 4px 9px !important;
3425
+ outline: none !important; }
3390
3426
 
3391
- .hm4 {
3392
- opacity: 0.65;
3393
- fill: currentColor;
3394
- enable-background: new; }
3427
+ .react-autoql-table .tabulator-header-filter input:focus {
3428
+ border: 1px solid #28a8e0; }
3395
3429
 
3396
- .hm5 {
3397
- fill: currentColor; }
3430
+ .tabulator-table .tabulator-row .tabulator-cell {
3431
+ min-height: 38px; }
3398
3432
 
3399
- .hm6 {
3400
- fill: currentColor; }
3433
+ /* Center header titles */
3434
+ .react-autoql-table .tabulator-header .tabulator-col {
3435
+ text-align: center !important; }
3401
3436
 
3402
- /* animations */
3403
- @-webkit-keyframes scale-up-br {
3404
- 0% {
3405
- transform: scale(0.5);
3406
- transform-origin: 100% 100%; }
3407
- 100% {
3408
- transform: scale(1);
3409
- transform-origin: 100% 100%; } }
3410
- @keyframes scale-up-br {
3411
- 0% {
3412
- transform: scale(0.5);
3413
- transform-origin: 100% 100%; }
3414
- 100% {
3415
- transform: scale(1);
3416
- transform-origin: 100% 100%; } }
3437
+ .react-autoql-table .tabulator-header .tabulator-col-title {
3438
+ padding-left: 10px !important;
3439
+ padding-right: 10px !important; }
3417
3440
 
3418
- @-webkit-keyframes scale-up-bl {
3419
- 0% {
3420
- transform: scale(0.5);
3421
- transform-origin: 0% 100%; }
3422
- 100% {
3423
- transform: scale(1);
3424
- transform-origin: 0% 100%; } }
3441
+ .filter-tag {
3442
+ color: #2ecc40;
3443
+ border: 1px solid;
3444
+ padding: 2px 4px;
3445
+ border-radius: 4px;
3446
+ font-weight: 400;
3447
+ font-size: 10px;
3448
+ margin-right: 5px;
3449
+ vertical-align: top;
3450
+ line-height: 21px; }
3425
3451
 
3426
- @keyframes scale-up-bl {
3427
- 0% {
3428
- transform: scale(0.5);
3429
- transform-origin: 0% 100%; }
3430
- 100% {
3431
- transform: scale(1);
3432
- transform-origin: 0% 100%; } }
3452
+ .comparison-value-positive {
3453
+ color: #2ecc40; }
3454
+
3455
+ .comparison-value-negative {
3456
+ color: #e80000; }
3433
3457
 
3434
3458
  .react-autoql-chart-container {
3435
3459
  position: relative;
3436
- height: 100%;
3437
- width: 100%; }
3460
+ width: 100%;
3461
+ flex-grow: 1;
3462
+ flex-shrink: 1;
3463
+ overflow: hidden;
3464
+ transition: opacity 0.2s ease; }
3438
3465
  .react-autoql-chart-container svg {
3439
3466
  background: transparent !important; }
3440
3467
  .react-autoql-chart-container.loading {
3441
- opacity: 0; }
3468
+ opacity: 0;
3469
+ transition: none; }
3442
3470
 
3443
3471
  /* These are not inline styles since they do not apply to saved PNG charts */
3444
3472
  .react-autoql-chart-container .square {
@@ -3473,7 +3501,7 @@ so we dont have to redraw the whole table */
3473
3501
  font-weight: 600; }
3474
3502
 
3475
3503
  .react-autoql-chart-container g.tick {
3476
- transition: all 0.3s ease; }
3504
+ transition: opacity 0.3s ease; }
3477
3505
 
3478
3506
  .react-autoql-chart-container .react-autoql-heatmap-chart g.tick line,
3479
3507
  .react-autoql-chart-container .react-autoql-bubble-chart g.tick line {
@@ -3530,126 +3558,36 @@ so we dont have to redraw the whole table */
3530
3558
  background: var(--react-autoql-background-color-primary);
3531
3559
  padding: 5px; }
3532
3560
 
3533
- .react-autoql-steps-container {
3534
- margin: 10px; }
3535
-
3536
- .react-autoql-step-container {
3537
- position: relative;
3538
- border-left: 1px solid var(--react-autoql-text-color-placeholder, lightgray);
3539
- margin-left: 12px;
3540
- padding-left: 20px;
3541
- padding-bottom: 5px;
3542
- transition: all 0.5s ease; }
3543
- .react-autoql-step-container.complete {
3544
- border-color: var(--react-autoql-accent-color, #26a7df); }
3545
- .react-autoql-step-container.complete .react-autoql-step-dot {
3546
- border-color: var(--react-autoql-accent-color, #26a7df);
3547
- background: var(--react-autoql-accent-color, #26a7df);
3548
- color: #fff; }
3549
- .react-autoql-step-container.error {
3550
- border-color: var(--react-autoql-warning-color); }
3551
- .react-autoql-step-container.error .react-autoql-step-dot {
3552
- border-color: var(--react-autoql-warning-color);
3553
- background: var(--react-autoql-warning-color);
3554
- color: white; }
3555
- .react-autoql-step-container:not(.active) .react-autoql-step-content-container {
3556
- pointer-events: none;
3557
- height: 10px;
3558
- opacity: 0;
3559
- margin: 0; }
3560
-
3561
- .react-autoql-step-dot {
3561
+ .viz-toolbar {
3562
3562
  position: absolute;
3563
- top: 0;
3564
- left: -10px;
3565
- height: 20px;
3566
- width: 20px;
3567
- border-radius: 15px;
3568
- background: var(--react-autoql-background-color-primary, #fff);
3569
- border: 1px solid var(--react-autoql-text-color-placeholder, lightgray);
3570
- transition: all 0.5s ease;
3571
- font-size: 10.5px;
3572
- color: var(--react-autoql-text-color-placeholder, lightgray);
3573
- text-align: center; }
3563
+ background: inherit;
3564
+ padding: 5px;
3565
+ border-radius: 6px;
3566
+ line-height: 28px;
3567
+ border: 1px solid #d3d3d352; }
3568
+ .viz-toolbar.vertical .react-autoql-toolbar-btn {
3569
+ display: block; }
3574
3570
 
3575
- .react-autoql-step-title-container:hover {
3571
+ .react-autoql-toolbar-btn {
3572
+ height: 28px;
3573
+ width: 28px;
3574
+ background: none;
3575
+ border: none;
3576
+ font-size: 16px;
3577
+ line-height: 28px;
3578
+ vertical-align: top;
3579
+ color: var(--react-autoql-text-color-primary);
3576
3580
  cursor: pointer;
3577
- transition: color 0.2s ease;
3578
- color: var(--react-autoql-accent-color, #26a7df); }
3579
-
3580
- .react-autoql-step-title {
3581
- font-weight: 500;
3582
- font-size: 15px;
3583
- line-height: 15px;
3584
- padding-top: 2px; }
3585
-
3586
- .react-autoql-step-subtitle {
3587
- font-size: 13px;
3588
- padding-top: 6px;
3589
- padding-bottom: 6px;
3590
- color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.4)); }
3591
-
3592
- .react-autoql-step-content {
3593
- margin: 15px;
3594
- margin-top: 0; }
3595
-
3596
- .react-autoql-step-content-container {
3597
- transition-timing-function: ease;
3598
- transition-property: height, opacity, margin;
3599
- transition-duration: 0.5s;
3600
- opacity: 1; }
3581
+ outline: none !important; }
3601
3582
 
3602
- .react-autoql-input-container {
3603
- position: relative;
3604
- margin: 2px 5px;
3605
- display: inline-block; }
3606
- .react-autoql-input-container .react-autoql-input {
3607
- border: 1px solid rgba(0, 0, 0, 0.1);
3608
- border-radius: 4px;
3609
- line-height: 32px;
3610
- min-height: 34px;
3611
- padding: 0 10px;
3612
- width: 100%;
3613
- outline: none !important;
3614
- transition: all 0.2s ease;
3615
- transition-property: border-color, color, opacity; }
3616
- .react-autoql-input-container .react-autoql-input.with-icon {
3617
- padding-left: 38px; }
3618
- .react-autoql-input-container .react-autoql-input::-moz-placeholder {
3619
- /* Chrome, Firefox, Opera, Safari 10.1+ */
3620
- color: rgba(0, 0, 0, 0.2);
3621
- opacity: 1;
3622
- /* Firefox */
3623
- font-style: italic; }
3624
- .react-autoql-input-container .react-autoql-input:-ms-input-placeholder {
3625
- /* Chrome, Firefox, Opera, Safari 10.1+ */
3626
- color: rgba(0, 0, 0, 0.2);
3627
- opacity: 1;
3628
- /* Firefox */
3629
- font-style: italic; }
3630
- .react-autoql-input-container .react-autoql-input::placeholder {
3631
- /* Chrome, Firefox, Opera, Safari 10.1+ */
3632
- color: rgba(0, 0, 0, 0.2);
3633
- opacity: 1;
3634
- /* Firefox */
3635
- font-style: italic; }
3636
- .react-autoql-input-container .react-autoql-input-icon {
3637
- position: absolute;
3638
- left: 12px;
3639
- top: 8px;
3640
- opacity: 0.4;
3641
- transition: all 0.2s ease; }
3642
- .react-autoql-input-container .react-autoql-input-icon span.react-autoql-icon svg {
3643
- height: 17px;
3644
- width: 17px; }
3645
- .react-autoql-input-container:hover .react-autoql-input,
3646
- .react-autoql-input-container .react-autoql-input:focus {
3647
- border-color: var(--react-autoql-accent-color, #26a7df); }
3648
- .react-autoql-input-container:hover .react-autoql-input-icon,
3649
- .react-autoql-input-container .react-autoql-input-icon.focus {
3650
- opacity: 1;
3651
- color: var(--react-autoql-accent-color, #26a7df); }
3583
+ .react-autoql-toolbar-btn.green {
3584
+ color: #2ecc40; }
3585
+
3586
+ .react-autoql-toolbar-btn.red {
3587
+ color: #e80000; }
3652
3588
 
3589
+ .react-autoql-toolbar-btn:hover {
3590
+ opacity: 0.7; }
3653
3591
 
3654
3592
  .react-autoql-radio-btn-container {
3655
3593
  display: inline-block;
@@ -3854,36 +3792,179 @@ so we dont have to redraw the whole table */
3854
3792
  .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
3855
3793
  background: var(--react-autoql-accent-color); }
3856
3794
 
3857
- .viz-toolbar {
3795
+
3796
+ .react-autoql-steps-container {
3797
+ margin: 10px; }
3798
+
3799
+ .react-autoql-step-container {
3800
+ position: relative;
3801
+ border-left: 1px solid var(--react-autoql-text-color-placeholder, lightgray);
3802
+ margin-left: 12px;
3803
+ padding-left: 20px;
3804
+ padding-bottom: 5px;
3805
+ transition: all 0.5s ease; }
3806
+ .react-autoql-step-container.complete {
3807
+ border-color: var(--react-autoql-accent-color, #26a7df); }
3808
+ .react-autoql-step-container.complete .react-autoql-step-dot {
3809
+ border-color: var(--react-autoql-accent-color, #26a7df);
3810
+ background: var(--react-autoql-accent-color, #26a7df);
3811
+ color: #fff; }
3812
+ .react-autoql-step-container.error {
3813
+ border-color: var(--react-autoql-warning-color); }
3814
+ .react-autoql-step-container.error .react-autoql-step-dot {
3815
+ border-color: var(--react-autoql-warning-color);
3816
+ background: var(--react-autoql-warning-color);
3817
+ color: white; }
3818
+ .react-autoql-step-container:not(.active) .react-autoql-step-content-container {
3819
+ pointer-events: none;
3820
+ height: 10px;
3821
+ opacity: 0;
3822
+ margin: 0; }
3823
+
3824
+ .react-autoql-step-dot {
3858
3825
  position: absolute;
3859
- background: inherit;
3860
- padding: 5px;
3861
- border-radius: 6px;
3862
- line-height: 28px;
3863
- border: 1px solid #d3d3d352; }
3864
- .viz-toolbar.vertical .react-autoql-toolbar-btn {
3865
- display: block; }
3826
+ top: 0;
3827
+ left: -10px;
3828
+ height: 20px;
3829
+ width: 20px;
3830
+ border-radius: 15px;
3831
+ background: var(--react-autoql-background-color-primary, #fff);
3832
+ border: 1px solid var(--react-autoql-text-color-placeholder, lightgray);
3833
+ transition: all 0.5s ease;
3834
+ font-size: 10.5px;
3835
+ color: var(--react-autoql-text-color-placeholder, lightgray);
3836
+ text-align: center; }
3866
3837
 
3867
- .react-autoql-toolbar-btn {
3868
- height: 28px;
3869
- width: 28px;
3870
- background: none;
3871
- border: none;
3872
- font-size: 16px;
3873
- line-height: 28px;
3874
- vertical-align: top;
3875
- color: var(--react-autoql-accent-color);
3838
+ .react-autoql-step-title-container:hover {
3876
3839
  cursor: pointer;
3877
- outline: none !important; }
3840
+ transition: color 0.2s ease;
3841
+ color: var(--react-autoql-accent-color, #26a7df); }
3878
3842
 
3879
- .react-autoql-toolbar-btn.green {
3880
- color: #2ecc40; }
3843
+ .react-autoql-step-title {
3844
+ font-weight: 500;
3845
+ font-size: 15px;
3846
+ line-height: 15px;
3847
+ padding-top: 2px; }
3881
3848
 
3882
- .react-autoql-toolbar-btn.red {
3883
- color: #e80000; }
3849
+ .react-autoql-step-subtitle {
3850
+ font-size: 13px;
3851
+ padding-top: 6px;
3852
+ padding-bottom: 6px;
3853
+ color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.4)); }
3884
3854
 
3885
- .react-autoql-toolbar-btn:hover {
3886
- opacity: 0.7; }
3855
+ .react-autoql-step-content {
3856
+ margin: 15px;
3857
+ margin-top: 0; }
3858
+
3859
+ .react-autoql-step-content-container {
3860
+ transition-timing-function: ease;
3861
+ transition-property: height, opacity, margin;
3862
+ transition-duration: 0.5s;
3863
+ opacity: 1; }
3864
+
3865
+ .react-autoql-input-container {
3866
+ position: relative;
3867
+ margin: 2px 5px;
3868
+ display: inline-block; }
3869
+ .react-autoql-input-container .react-autoql-input {
3870
+ border: 1px solid rgba(0, 0, 0, 0.1);
3871
+ border-radius: 4px;
3872
+ line-height: 32px;
3873
+ min-height: 34px;
3874
+ padding: 0 10px;
3875
+ width: 100%;
3876
+ outline: none !important;
3877
+ transition: all 0.2s ease;
3878
+ transition-property: border-color, color, opacity; }
3879
+ .react-autoql-input-container .react-autoql-input.with-icon {
3880
+ padding-left: 38px; }
3881
+ .react-autoql-input-container .react-autoql-input::-moz-placeholder {
3882
+ /* Chrome, Firefox, Opera, Safari 10.1+ */
3883
+ color: rgba(0, 0, 0, 0.2);
3884
+ opacity: 1;
3885
+ /* Firefox */
3886
+ font-style: italic; }
3887
+ .react-autoql-input-container .react-autoql-input:-ms-input-placeholder {
3888
+ /* Chrome, Firefox, Opera, Safari 10.1+ */
3889
+ color: rgba(0, 0, 0, 0.2);
3890
+ opacity: 1;
3891
+ /* Firefox */
3892
+ font-style: italic; }
3893
+ .react-autoql-input-container .react-autoql-input::placeholder {
3894
+ /* Chrome, Firefox, Opera, Safari 10.1+ */
3895
+ color: rgba(0, 0, 0, 0.2);
3896
+ opacity: 1;
3897
+ /* Firefox */
3898
+ font-style: italic; }
3899
+ .react-autoql-input-container .react-autoql-input-icon {
3900
+ position: absolute;
3901
+ left: 12px;
3902
+ top: 8px;
3903
+ opacity: 0.4;
3904
+ transition: all 0.2s ease; }
3905
+ .react-autoql-input-container .react-autoql-input-icon span.react-autoql-icon svg {
3906
+ height: 17px;
3907
+ width: 17px; }
3908
+ .react-autoql-input-container:hover .react-autoql-input,
3909
+ .react-autoql-input-container .react-autoql-input:focus {
3910
+ border-color: var(--react-autoql-accent-color, #26a7df); }
3911
+ .react-autoql-input-container:hover .react-autoql-input-icon,
3912
+ .react-autoql-input-container .react-autoql-input-icon.focus {
3913
+ opacity: 1;
3914
+ color: var(--react-autoql-accent-color, #26a7df); }
3915
+
3916
+ .react-autoql-notification-rule-container {
3917
+ display: flex; }
3918
+ .react-autoql-notification-rule-container .react-autoql-rule-input {
3919
+ display: flex;
3920
+ flex-direction: column;
3921
+ flex: 1;
3922
+ width: 100%; }
3923
+ .react-autoql-notification-rule-container .react-autoql-rule-first-input-container {
3924
+ display: flex;
3925
+ flex: 1; }
3926
+ .react-autoql-notification-rule-container .react-autoql-rule-second-input-container {
3927
+ display: flex;
3928
+ padding: 2px 0;
3929
+ border-radius: 4px;
3930
+ transition: all 0.3s ease;
3931
+ flex: 1; }
3932
+ .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-condition-select {
3933
+ flex: 0;
3934
+ flex-basis: 33px; }
3935
+ .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-input {
3936
+ flex: 1;
3937
+ margin-left: 4px; }
3938
+ .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn {
3939
+ cursor: pointer;
3940
+ opacity: 0.6;
3941
+ padding: 6px; }
3942
+ .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn:hover {
3943
+ opacity: 1; }
3944
+ .react-autoql-notification-rule-container .react-autoql-rule-second-input-container.hidden {
3945
+ display: none; }
3946
+ .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container {
3947
+ margin: 0; }
3948
+ .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container:hover + .react-autoql-rule-term-type-selector,
3949
+ .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus
3950
+ + .react-autoql-rule-term-type-selector {
3951
+ color: var(--react-autoql-accent-color, #26a7df);
3952
+ border-color: var(--react-autoql-accent-color, #26a7df); }
3953
+
3954
+ .read-only-rule-term {
3955
+ display: inline-block;
3956
+ border: 1px solid rgba(0, 0, 0, 0.06);
3957
+ background: rgba(0, 0, 0, 0.02);
3958
+ padding: 3px 7px;
3959
+ line-height: 1.5em;
3960
+ margin-right: 5px;
3961
+ margin-bottom: 2px;
3962
+ margin-top: 2px;
3963
+ border-radius: 4px; }
3964
+
3965
+ .expression-term-validation-error {
3966
+ padding: 0 10px;
3967
+ color: var(--react-autoql-warning-color); }
3887
3968
 
3888
3969
  .notification-read-only-group {
3889
3970
  border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
@@ -4003,59 +4084,6 @@ so we dont have to redraw the whole table */
4003
4084
  opacity: 1;
4004
4085
  color: var(--react-autoql-accent-color); }
4005
4086
 
4006
- .react-autoql-notification-rule-container {
4007
- display: flex; }
4008
- .react-autoql-notification-rule-container .react-autoql-rule-input {
4009
- display: flex;
4010
- flex-direction: column;
4011
- flex: 1;
4012
- width: 100%; }
4013
- .react-autoql-notification-rule-container .react-autoql-rule-first-input-container {
4014
- display: flex;
4015
- flex: 1; }
4016
- .react-autoql-notification-rule-container .react-autoql-rule-second-input-container {
4017
- display: flex;
4018
- padding: 2px 0;
4019
- border-radius: 4px;
4020
- transition: all 0.3s ease;
4021
- flex: 1; }
4022
- .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-condition-select {
4023
- flex: 0;
4024
- flex-basis: 33px; }
4025
- .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-input {
4026
- flex: 1;
4027
- margin-left: 4px; }
4028
- .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn {
4029
- cursor: pointer;
4030
- opacity: 0.6;
4031
- padding: 6px; }
4032
- .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn:hover {
4033
- opacity: 1; }
4034
- .react-autoql-notification-rule-container .react-autoql-rule-second-input-container.hidden {
4035
- display: none; }
4036
- .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container {
4037
- margin: 0; }
4038
- .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container:hover + .react-autoql-rule-term-type-selector,
4039
- .react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus
4040
- + .react-autoql-rule-term-type-selector {
4041
- color: var(--react-autoql-accent-color, #26a7df);
4042
- border-color: var(--react-autoql-accent-color, #26a7df); }
4043
-
4044
- .read-only-rule-term {
4045
- display: inline-block;
4046
- border: 1px solid rgba(0, 0, 0, 0.06);
4047
- background: rgba(0, 0, 0, 0.02);
4048
- padding: 3px 7px;
4049
- line-height: 1.5em;
4050
- margin-right: 5px;
4051
- margin-bottom: 2px;
4052
- margin-top: 2px;
4053
- border-radius: 4px; }
4054
-
4055
- .expression-term-validation-error {
4056
- padding: 0 10px;
4057
- color: var(--react-autoql-warning-color); }
4058
-
4059
4087
  .spinner-loader {
4060
4088
  display: inline-block;
4061
4089
  width: 14px;
@@ -4086,6 +4114,8 @@ so we dont have to redraw the whole table */
4086
4114
  100% {
4087
4115
  transform: rotate(360deg); } }
4088
4116
 
4117
+
4118
+
4089
4119
  .slack-modal-error-container,
4090
4120
  .slack-modal-empty-list-message {
4091
4121
  display: flex;
@@ -4231,8 +4261,6 @@ so we dont have to redraw the whole table */
4231
4261
  .slack-channel-list-container .connect-channel-btn button {
4232
4262
  width: 200px; }
4233
4263
 
4234
-
4235
-
4236
4264
  .react-autoql-select {
4237
4265
  border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
4238
4266
  border-radius: 4px;
@@ -4333,8 +4361,7 @@ g.legendOrdinal tspan {
4333
4361
  .legend-title-border {
4334
4362
  cursor: pointer;
4335
4363
  stroke: transparent;
4336
- opacity: 0.5;
4337
- transition: stroke 0.3s ease; }
4364
+ opacity: 0.5; }
4338
4365
  .x-axis-label-border:hover,
4339
4366
  .y-axis-label-border:hover,
4340
4367
  .legend-title-border:hover {