react-autoql 6.1.0 → 6.1.2
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 +17 -4
- 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
|
@@ -2781,6 +2781,12 @@ ul {
|
|
|
2781
2781
|
.data-explorer-section.data-preview-section .react-autoql-card-content,
|
|
2782
2782
|
.data-explorer-section.data-preview-section .react-autoql-card-user-content {
|
|
2783
2783
|
flex: 0 0 auto !important; }
|
|
2784
|
+
.data-explorer-section .data-preview-error-message {
|
|
2785
|
+
white-space: initial;
|
|
2786
|
+
text-align: center;
|
|
2787
|
+
font-size: 13px;
|
|
2788
|
+
margin-top: 20px;
|
|
2789
|
+
margin-bottom: 10px; }
|
|
2784
2790
|
.data-explorer-section .data-preview-scroll-container,
|
|
2785
2791
|
.data-explorer-section .custom-scrollbar-view {
|
|
2786
2792
|
width: 100%;
|
|
@@ -2788,6 +2794,12 @@ ul {
|
|
|
2788
2794
|
white-space: nowrap;
|
|
2789
2795
|
text-overflow: ellipsis;
|
|
2790
2796
|
overflow: auto; }
|
|
2797
|
+
.data-explorer-section .custom-scrollbar-view:hover::-webkit-scrollbar-corner {
|
|
2798
|
+
background-color: transparent; }
|
|
2799
|
+
.data-explorer-section .custom-scrollbar-view:hover::-webkit-scrollbar-track,
|
|
2800
|
+
.data-explorer-section .custom-scrollbar-view:hover::-webkit-scrollbar-track-piece,
|
|
2801
|
+
.data-explorer-section .custom-scrollbar-view::-webkit-scrollbar-corner {
|
|
2802
|
+
background-color: transparent; }
|
|
2791
2803
|
.data-explorer-section .data-explorer-data-preview {
|
|
2792
2804
|
flex: 0 0 auto;
|
|
2793
2805
|
overflow: hidden;
|
|
@@ -2823,8 +2835,8 @@ ul {
|
|
|
2823
2835
|
background: var(--react-autoql-background-color-secondary);
|
|
2824
2836
|
box-shadow: inset 0 -2px 0 var(--react-autoql-border-color);
|
|
2825
2837
|
transition: color 0.2s ease;
|
|
2826
|
-
|
|
2827
|
-
|
|
2838
|
+
color: var(--react-autoql-accent-color);
|
|
2839
|
+
cursor: default; }
|
|
2828
2840
|
.data-explorer-section .data-explorer-data-preview thead th .data-preview-col-header {
|
|
2829
2841
|
height: 100%;
|
|
2830
2842
|
display: flex;
|
|
@@ -2832,7 +2844,7 @@ ul {
|
|
|
2832
2844
|
align-items: center;
|
|
2833
2845
|
justify-content: center; }
|
|
2834
2846
|
.data-explorer-section .data-explorer-data-preview tbody tr {
|
|
2835
|
-
height:
|
|
2847
|
+
height: 24px; }
|
|
2836
2848
|
.data-explorer-section .data-explorer-data-preview tbody tr:not(:last-child) {
|
|
2837
2849
|
border-bottom: 1px solid var(--react-autoql-border-color); }
|
|
2838
2850
|
.data-explorer-section .data-explorer-data-preview tbody tr td {
|
|
@@ -2909,7 +2921,8 @@ ul {
|
|
|
2909
2921
|
-webkit-margin-start: 0px;
|
|
2910
2922
|
margin-inline-start: 0px;
|
|
2911
2923
|
-webkit-margin-end: 0px;
|
|
2912
|
-
margin-inline-end: 0px;
|
|
2924
|
+
margin-inline-end: 0px;
|
|
2925
|
+
color: var(--react-autoql-text-color-primary); }
|
|
2913
2926
|
.data-explorer-page-container .data-explorer-intro-message .intro-message-list-container {
|
|
2914
2927
|
display: flex;
|
|
2915
2928
|
justify-content: center;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|