react-autoql 7.4.0-alpha.0 → 8.0.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/autoql.cjs.js +1 -1
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +65 -30
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +1 -1
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -1531,17 +1531,19 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1531
1531
|
font-size: inherit; }
|
|
1532
1532
|
|
|
1533
1533
|
.no-columns-error-message {
|
|
1534
|
-
|
|
1534
|
+
display: flex;
|
|
1535
|
+
flex-direction: column;
|
|
1536
|
+
align-items: center;
|
|
1537
|
+
justify-content: center;
|
|
1535
1538
|
padding: 20px;
|
|
1536
1539
|
font-size: 13px; }
|
|
1537
1540
|
.no-columns-error-message .warning-icon {
|
|
1538
1541
|
font-size: 22px;
|
|
1539
1542
|
display: block;
|
|
1540
|
-
margin-bottom:
|
|
1541
|
-
|
|
1543
|
+
margin-bottom: 10px;
|
|
1544
|
+
color: var(--react-autoql-warning-color); }
|
|
1542
1545
|
.no-columns-error-message .eye-icon {
|
|
1543
|
-
vertical-align:
|
|
1544
|
-
line-height: 18px; }
|
|
1546
|
+
vertical-align: middle; }
|
|
1545
1547
|
|
|
1546
1548
|
.query-output-footer {
|
|
1547
1549
|
display: flex;
|
|
@@ -2228,6 +2230,10 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2228
2230
|
.rule-simple-validation-container .expression-term-validation-valid {
|
|
2229
2231
|
color: var(--react-autoql-success-color); }
|
|
2230
2232
|
|
|
2233
|
+
.data-alert-condition-statement .data-alert-condition-statement-query1,
|
|
2234
|
+
.data-alert-condition-statement .data-alert-condition-statement-query2 {
|
|
2235
|
+
font-style: italic; }
|
|
2236
|
+
|
|
2231
2237
|
.notification-rule-outer-container {
|
|
2232
2238
|
position: relative;
|
|
2233
2239
|
padding-bottom: 5px; }
|
|
@@ -2303,9 +2309,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2303
2309
|
padding: 10px 20px;
|
|
2304
2310
|
font-weight: 500;
|
|
2305
2311
|
color: var(--react-autoql-accent-color); }
|
|
2306
|
-
.react-autoql-notification-list-item .react-autoql-notification-condition-statement .data-alert-condition-statement-query1,
|
|
2307
|
-
.react-autoql-notification-list-item .react-autoql-notification-condition-statement .data-alert-condition-statement-query2 {
|
|
2308
|
-
font-style: italic; }
|
|
2309
2312
|
.react-autoql-notification-list-item .react-autoql-notification-condition-statement .data-alert-condition-statement-operator {
|
|
2310
2313
|
text-decoration: underline; }
|
|
2311
2314
|
.react-autoql-notification-list-item .react-autoql-notification-condition-statement .data-alerts-container,
|
|
@@ -2559,9 +2562,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2559
2562
|
display: inline-flex;
|
|
2560
2563
|
align-items: flex-end; }
|
|
2561
2564
|
|
|
2562
|
-
.data-alert-schedule-builder-step .data-alert-condition-statement {
|
|
2563
|
-
font-style: italic; }
|
|
2564
|
-
|
|
2565
2565
|
.data-alert-schedule-builder-step .schedule-builder-at-connector {
|
|
2566
2566
|
padding-bottom: 8px; }
|
|
2567
2567
|
|
|
@@ -2581,7 +2581,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2581
2581
|
|
|
2582
2582
|
.data-alert-schedule-builder-step .frequency-type-container {
|
|
2583
2583
|
padding: 3px 5px;
|
|
2584
|
-
margin-bottom:
|
|
2584
|
+
margin-bottom: 15px; }
|
|
2585
2585
|
.data-alert-schedule-builder-step .frequency-type-container .react-autoql-select {
|
|
2586
2586
|
padding-left: 2px; }
|
|
2587
2587
|
|
|
@@ -2594,6 +2594,9 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2594
2594
|
width: 100%;
|
|
2595
2595
|
min-width: -moz-fit-content;
|
|
2596
2596
|
min-width: fit-content; }
|
|
2597
|
+
.data-alert-schedule-builder-step .frequency-settings-container .react-autoql-info-tooltip {
|
|
2598
|
+
color: var(--react-autoql-accent-color);
|
|
2599
|
+
opacity: 1; }
|
|
2597
2600
|
.data-alert-schedule-builder-step .frequency-settings-container .react-autoql-data-alert-frequency-option.check-frequency {
|
|
2598
2601
|
display: flex;
|
|
2599
2602
|
width: 300px;
|
|
@@ -2641,7 +2644,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2641
2644
|
display: block;
|
|
2642
2645
|
margin-top: 16px;
|
|
2643
2646
|
text-align: center;
|
|
2644
|
-
|
|
2647
|
+
color: var(--react-autoql-accent-color);
|
|
2645
2648
|
cursor: pointer; }
|
|
2646
2649
|
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container .react-autoql-step-hoz-dot {
|
|
2647
2650
|
width: 2em;
|
|
@@ -2656,14 +2659,16 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2656
2659
|
border-radius: 50%;
|
|
2657
2660
|
justify-content: center;
|
|
2658
2661
|
background: var(--react-autoql-background-color-secondary);
|
|
2659
|
-
border: 1px solid var(--react-autoql-
|
|
2660
|
-
color: var(--react-autoql-
|
|
2662
|
+
border: 1px solid var(--react-autoql-accent-color);
|
|
2663
|
+
color: var(--react-autoql-accent-color);
|
|
2661
2664
|
transition: opacity 0.2s ease; }
|
|
2662
2665
|
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container .react-autoql-step-hoz-dot span {
|
|
2663
2666
|
font-size: 1rem;
|
|
2664
2667
|
font-variant-numeric: tabular-nums; }
|
|
2665
2668
|
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container.complete, .react-autoql-steps-hoz-container .react-autoql-step-hoz-container.active {
|
|
2666
2669
|
color: var(--react-autoql-accent-color); }
|
|
2670
|
+
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container.complete .react-autoql-step-hoz-title, .react-autoql-steps-hoz-container .react-autoql-step-hoz-container.active .react-autoql-step-hoz-title {
|
|
2671
|
+
font-weight: 500; }
|
|
2667
2672
|
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container.complete .react-autoql-step-hoz-dot,
|
|
2668
2673
|
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container.complete .react-autoql-step-connector, .react-autoql-steps-hoz-container .react-autoql-step-hoz-container.active .react-autoql-step-hoz-dot,
|
|
2669
2674
|
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container.active .react-autoql-step-connector {
|
|
@@ -2675,7 +2680,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2675
2680
|
background: var(--react-autoql-warning-color);
|
|
2676
2681
|
color: var(--react-autoql-text-color-accent); }
|
|
2677
2682
|
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container.disabled .react-autoql-step-hoz-dot,
|
|
2678
|
-
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container.disabled .react-autoql-step-hoz-title,
|
|
2683
|
+
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container.disabled .react-autoql-step-hoz-title-container .react-autoql-step-hoz-title,
|
|
2679
2684
|
.react-autoql-steps-hoz-container .react-autoql-step-hoz-container.disabled .react-autoql-step-connector {
|
|
2680
2685
|
cursor: default !important;
|
|
2681
2686
|
color: var(--react-autoql-text-color-placeholder);
|
|
@@ -2687,10 +2692,13 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2687
2692
|
position: absolute; }
|
|
2688
2693
|
.react-autoql-steps-hoz-container .react-autoql-step-connector-container .react-autoql-step-connector {
|
|
2689
2694
|
display: block;
|
|
2690
|
-
border-color: var(--react-autoql-
|
|
2695
|
+
border-color: var(--react-autoql-accent-color);
|
|
2691
2696
|
border-top-style: solid;
|
|
2692
2697
|
border-top-width: 1px; }
|
|
2693
2698
|
|
|
2699
|
+
.data-alert-settings-modal-content {
|
|
2700
|
+
padding: 20px 100px; }
|
|
2701
|
+
|
|
2694
2702
|
.react-autoql-data-alert-setting-group {
|
|
2695
2703
|
display: flex;
|
|
2696
2704
|
flex-direction: row; }
|
|
@@ -2743,20 +2751,49 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2743
2751
|
white-space: nowrap; }
|
|
2744
2752
|
|
|
2745
2753
|
.react-autoql-data-alert-modal-body {
|
|
2746
|
-
padding:
|
|
2754
|
+
padding: 0; }
|
|
2755
|
+
|
|
2756
|
+
.react-autoql-data-alert-creation-modal {
|
|
2757
|
+
height: calc(100vh - 90px); }
|
|
2758
|
+
.react-autoql-data-alert-creation-modal .react-autoql-modal-footer {
|
|
2759
|
+
padding: 0; }
|
|
2760
|
+
.react-autoql-data-alert-creation-modal .react-autoql-modal-footer .data-alert-modal-query-summary-container {
|
|
2761
|
+
position: relative; }
|
|
2762
|
+
.react-autoql-data-alert-creation-modal .react-autoql-modal-footer .data-alert-modal-query-summary-container .data-alert-modal-query-summary-background {
|
|
2763
|
+
position: absolute;
|
|
2764
|
+
top: 0;
|
|
2765
|
+
left: 0;
|
|
2766
|
+
bottom: 0;
|
|
2767
|
+
right: 0;
|
|
2768
|
+
opacity: 0.2;
|
|
2769
|
+
background: var(--react-autoql-accent-color); }
|
|
2770
|
+
.react-autoql-data-alert-creation-modal .react-autoql-modal-footer .data-alert-modal-query-summary-container .data-alert-modal-query-summary {
|
|
2771
|
+
position: relative;
|
|
2772
|
+
padding: 10px 20px;
|
|
2773
|
+
text-align: center;
|
|
2774
|
+
color: var(--react-autoql-text-color-primary); }
|
|
2775
|
+
.react-autoql-data-alert-creation-modal .react-autoql-modal-footer .react-autoql-data-alert-modal-footer {
|
|
2776
|
+
width: 100%;
|
|
2777
|
+
display: flex;
|
|
2778
|
+
justify-content: space-between;
|
|
2779
|
+
padding: 8px 10px; }
|
|
2747
2780
|
|
|
2748
2781
|
.react-autoql-data-alert-modal-content {
|
|
2749
2782
|
height: 400px;
|
|
2750
2783
|
max-height: 90vh;
|
|
2751
|
-
padding: 0px 80px;
|
|
2752
2784
|
display: flex;
|
|
2753
2785
|
flex-direction: column; }
|
|
2786
|
+
.react-autoql-data-alert-modal-content .react-autoql-steps-hoz-container {
|
|
2787
|
+
padding: 40px 100px;
|
|
2788
|
+
padding-bottom: 20px; }
|
|
2754
2789
|
.react-autoql-data-alert-modal-content .react-autoql-data-alert-modal-step {
|
|
2755
2790
|
font-weight: 400;
|
|
2756
2791
|
font-size: 15px;
|
|
2757
|
-
padding
|
|
2792
|
+
padding: 100px;
|
|
2793
|
+
padding-top: 15px;
|
|
2794
|
+
padding-bottom: 20px; }
|
|
2758
2795
|
.react-autoql-data-alert-modal-content .react-autoql-data-alert-modal-step .react-autoql-data-alert-frequency-option {
|
|
2759
|
-
margin-right:
|
|
2796
|
+
margin-right: 5px; }
|
|
2760
2797
|
.react-autoql-data-alert-modal-content .react-autoql-data-alert-modal-step .data-alert-modal-condition-title {
|
|
2761
2798
|
margin-top: 20px;
|
|
2762
2799
|
margin-bottom: 5px; }
|
|
@@ -2809,6 +2846,13 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2809
2846
|
animation: none; }
|
|
2810
2847
|
.react-autoql-data-alert-modal-content .compose-message-section .preview-section .data-alert-preview .react-autoql-notification-extra-content {
|
|
2811
2848
|
display: none !important; }
|
|
2849
|
+
.react-autoql-data-alert-modal-content .data-alert-modal-step-content-container {
|
|
2850
|
+
display: flex;
|
|
2851
|
+
flex-direction: column;
|
|
2852
|
+
flex-wrap: nowrap;
|
|
2853
|
+
justify-content: space-between;
|
|
2854
|
+
width: 100%;
|
|
2855
|
+
height: 100%; }
|
|
2812
2856
|
.react-autoql-data-alert-modal-content .react-autoql-step-content p {
|
|
2813
2857
|
margin-bottom: 0.5em;
|
|
2814
2858
|
margin-top: 0.5em;
|
|
@@ -2820,11 +2864,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2820
2864
|
.react-autoql-data-alert-modal-content .data-alert-chunked-rt {
|
|
2821
2865
|
color: var(--react-autoql-text-color-primary); }
|
|
2822
2866
|
|
|
2823
|
-
.react-autoql-data-alert-modal-footer {
|
|
2824
|
-
width: 100%;
|
|
2825
|
-
display: flex;
|
|
2826
|
-
justify-content: space-between; }
|
|
2827
|
-
|
|
2828
2867
|
.modal-footer-button-container {
|
|
2829
2868
|
display: flex;
|
|
2830
2869
|
flex-direction: row; }
|
|
@@ -3466,7 +3505,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3466
3505
|
.chat-single-message-container .query-more-btn:hover {
|
|
3467
3506
|
opacity: 1; }
|
|
3468
3507
|
.chat-single-message-container .react-autoql-response-content-container .query-output-error-message,
|
|
3469
|
-
.chat-single-message-container .react-autoql-response-content-container .no-columns-error-message,
|
|
3470
3508
|
.chat-single-message-container .react-autoql-response-content-container .feedback-message {
|
|
3471
3509
|
margin: 0;
|
|
3472
3510
|
text-align: left; }
|
|
@@ -3776,9 +3814,6 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
3776
3814
|
list-style-type: none; }
|
|
3777
3815
|
.react-autoql-chatbar-input-container.data-explorer .react-autosuggest__input--focused {
|
|
3778
3816
|
outline: none; }
|
|
3779
|
-
.react-autoql-chatbar-input-container.data-explorer .react-autosuggest__input::-ms-clear,
|
|
3780
|
-
.react-autoql-chatbar-input-container.data-explorer .react-autosuggest__suggestions-container {
|
|
3781
|
-
display: none; }
|
|
3782
3817
|
.react-autoql-chatbar-input-container.data-explorer .react-autosuggest__suggestion {
|
|
3783
3818
|
cursor: pointer;
|
|
3784
3819
|
padding: 2px;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|