react-autoql 6.0.1 → 6.1.0
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 -3
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +28 -5
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -3
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +17 -19
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -2552,7 +2552,17 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2552
2552
|
flex-direction: column;
|
|
2553
2553
|
justify-content: flex-start; }
|
|
2554
2554
|
.query-tips-page-container h2 {
|
|
2555
|
-
color: var(--react-autoql-text-color-primary);
|
|
2555
|
+
color: var(--react-autoql-text-color-primary);
|
|
2556
|
+
display: block;
|
|
2557
|
+
font-size: 1.5em;
|
|
2558
|
+
-webkit-margin-before: 0.83em;
|
|
2559
|
+
margin-block-start: 0.83em;
|
|
2560
|
+
-webkit-margin-after: 0.83em;
|
|
2561
|
+
margin-block-end: 0.83em;
|
|
2562
|
+
-webkit-margin-start: 0px;
|
|
2563
|
+
margin-inline-start: 0px;
|
|
2564
|
+
-webkit-margin-end: 0px;
|
|
2565
|
+
margin-inline-end: 0px; }
|
|
2556
2566
|
.query-tips-page-container .react-autoql-chatbar-input-container {
|
|
2557
2567
|
flex: 0;
|
|
2558
2568
|
padding: 10px; }
|
|
@@ -2576,7 +2586,10 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2576
2586
|
font-weight: bold;
|
|
2577
2587
|
color: var(--react-autoql-accent-color); }
|
|
2578
2588
|
.query-tips-page-container .query-tips-result-container .query-tips-result-placeholder {
|
|
2579
|
-
|
|
2589
|
+
font-size: 15px;
|
|
2590
|
+
margin-top: 50px;
|
|
2591
|
+
margin: 50px auto;
|
|
2592
|
+
padding: 0 40px; }
|
|
2580
2593
|
.query-tips-page-container .chat-bar-clear-btn {
|
|
2581
2594
|
position: absolute;
|
|
2582
2595
|
display: flex;
|
|
@@ -2886,6 +2899,17 @@ ul {
|
|
|
2886
2899
|
padding: 0 40px;
|
|
2887
2900
|
font-size: 15px;
|
|
2888
2901
|
flex: 1; }
|
|
2902
|
+
.data-explorer-page-container .data-explorer-intro-message h2 {
|
|
2903
|
+
display: block;
|
|
2904
|
+
font-size: 1.5em;
|
|
2905
|
+
-webkit-margin-before: 0.83em;
|
|
2906
|
+
margin-block-start: 0.83em;
|
|
2907
|
+
-webkit-margin-after: 0.83em;
|
|
2908
|
+
margin-block-end: 0.83em;
|
|
2909
|
+
-webkit-margin-start: 0px;
|
|
2910
|
+
margin-inline-start: 0px;
|
|
2911
|
+
-webkit-margin-end: 0px;
|
|
2912
|
+
margin-inline-end: 0px; }
|
|
2889
2913
|
.data-explorer-page-container .data-explorer-intro-message .intro-message-list-container {
|
|
2890
2914
|
display: flex;
|
|
2891
2915
|
justify-content: center;
|
|
@@ -2964,8 +2988,6 @@ ul {
|
|
|
2964
2988
|
.data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item .animated-item {
|
|
2965
2989
|
animation: fadeIn 0.3s linear;
|
|
2966
2990
|
animation-fill-mode: both; }
|
|
2967
|
-
.data-explorer-page-container .query-suggestion-list-scroll-component .query-tip-item .query-tips-result-placeholder {
|
|
2968
|
-
margin-top: 50px; }
|
|
2969
2991
|
.data-explorer-page-container .chat-bar-clear-btn {
|
|
2970
2992
|
position: absolute;
|
|
2971
2993
|
display: flex;
|
|
@@ -3527,7 +3549,8 @@ ul {
|
|
|
3527
3549
|
box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
|
|
3528
3550
|
transition: opacity 0.2s ease 0s !important;
|
|
3529
3551
|
opacity: 1 !important;
|
|
3530
|
-
overflow: hidden !important;
|
|
3552
|
+
overflow: hidden !important;
|
|
3553
|
+
background-color: var(--react-autoql-background-color-secondary); }
|
|
3531
3554
|
|
|
3532
3555
|
.clear-messages-confirm-popover {
|
|
3533
3556
|
color: var(--react-autoql-text-color-primary);
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|