react-autoql 8.0.3-alpha.1 → 8.0.3-alpha.10
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 +23 -21
- 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 +7 -7
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -63,16 +63,19 @@ span .react-autoql-icon {
|
|
|
63
63
|
box-shadow: none;
|
|
64
64
|
border: none;
|
|
65
65
|
background-color: transparent;
|
|
66
|
-
padding: 0 !important;
|
|
66
|
+
padding: 0 !important;
|
|
67
|
+
overflow: hidden; }
|
|
67
68
|
.react-tiny-popover-container.popover-with-arrow-container .popover-arrow-container {
|
|
68
69
|
border-radius: 4px;
|
|
69
70
|
height: 100%;
|
|
70
71
|
width: 100%;
|
|
71
|
-
display: flex;
|
|
72
|
+
display: flex;
|
|
73
|
+
overflow: hidden; }
|
|
72
74
|
.react-tiny-popover-container.popover-with-arrow-container .popover-arrow-container .popover-arrow-container-content {
|
|
73
75
|
display: flex;
|
|
74
76
|
flex-direction: column;
|
|
75
|
-
flex: 1;
|
|
77
|
+
flex: 1;
|
|
78
|
+
overflow: hidden; }
|
|
76
79
|
.react-tiny-popover-container.popover-with-arrow-container .popover-container-content {
|
|
77
80
|
box-shadow: 0px 0 8px var(--react-autoql-box-shadow-color, rgba(0, 0, 0, 0.15));
|
|
78
81
|
background-color: var(--react-autoql-background-color-secondary);
|
|
@@ -83,7 +86,10 @@ span .react-autoql-icon {
|
|
|
83
86
|
justify-content: stretch;
|
|
84
87
|
padding: 10px;
|
|
85
88
|
box-sizing: border-box;
|
|
86
|
-
flex: 1;
|
|
89
|
+
flex: 1;
|
|
90
|
+
overflow: hidden; }
|
|
91
|
+
.react-tiny-popover-container.popover-with-arrow-container .popover-container-content .scrollbar-container {
|
|
92
|
+
padding: 0 10px; }
|
|
87
93
|
.react-tiny-popover-container.popover-with-arrow-container .popover-arrow {
|
|
88
94
|
border-bottom: 10px solid var(--react-autoql-border-color) !important;
|
|
89
95
|
top: 1px !important;
|
|
@@ -394,14 +400,10 @@ span .react-autoql-icon {
|
|
|
394
400
|
color: var(--react-autoql-text-color-primary);
|
|
395
401
|
display: block;
|
|
396
402
|
font-size: 1.5em;
|
|
397
|
-
-
|
|
398
|
-
|
|
399
|
-
-
|
|
400
|
-
|
|
401
|
-
-webkit-margin-start: 0px;
|
|
402
|
-
margin-inline-start: 0px;
|
|
403
|
-
-webkit-margin-end: 0px;
|
|
404
|
-
margin-inline-end: 0px; }
|
|
403
|
+
margin-block-start: 0.83em;
|
|
404
|
+
margin-block-end: 0.83em;
|
|
405
|
+
margin-inline-start: 0px;
|
|
406
|
+
margin-inline-end: 0px; }
|
|
405
407
|
.query-tips-page-container h2 .react-autoql-icon {
|
|
406
408
|
margin-left: 7px;
|
|
407
409
|
margin-right: 2px; }
|
|
@@ -757,14 +759,10 @@ span .react-autoql-icon {
|
|
|
757
759
|
align-items: center;
|
|
758
760
|
justify-content: center;
|
|
759
761
|
font-size: 1.5em;
|
|
760
|
-
-
|
|
761
|
-
|
|
762
|
-
-
|
|
763
|
-
|
|
764
|
-
-webkit-margin-start: 0px;
|
|
765
|
-
margin-inline-start: 0px;
|
|
766
|
-
-webkit-margin-end: 0px;
|
|
767
|
-
margin-inline-end: 0px;
|
|
762
|
+
margin-block-start: 0.83em;
|
|
763
|
+
margin-block-end: 0.83em;
|
|
764
|
+
margin-inline-start: 0px;
|
|
765
|
+
margin-inline-end: 0px;
|
|
768
766
|
color: var(--react-autoql-text-color-primary); }
|
|
769
767
|
.data-explorer-page-container .data-explorer-intro-message h2 .react-autoql-icon {
|
|
770
768
|
margin-left: 7px;
|
|
@@ -2278,6 +2276,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2278
2276
|
visibility: hidden; }
|
|
2279
2277
|
.react-autoql-chart-header-container .react-autoql-slider-wrapper {
|
|
2280
2278
|
font-size: var(--react-autoql-chart-font-size, 12px); }
|
|
2279
|
+
.react-autoql-chart-header-container .react-autoql-slider-wrapper.mobile {
|
|
2280
|
+
font-size: 0.5rem; }
|
|
2281
2281
|
|
|
2282
2282
|
.react-autoql-chart-container {
|
|
2283
2283
|
position: relative;
|
|
@@ -4320,7 +4320,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4320
4320
|
margin: 0px;
|
|
4321
4321
|
color: var(--react-autoql-text-color-primary); }
|
|
4322
4322
|
.filter-lock-menu-content h4 {
|
|
4323
|
-
font-weight:
|
|
4323
|
+
font-weight: bold; }
|
|
4324
4324
|
.filter-lock-menu-content .react-autoql-empty-filter-list {
|
|
4325
4325
|
opacity: 0.7; }
|
|
4326
4326
|
.filter-lock-menu-content .react-autoql-filter-lock-list-loading-container,
|
|
@@ -4421,6 +4421,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4421
4421
|
padding-top: 1px;
|
|
4422
4422
|
padding-bottom: 1px;
|
|
4423
4423
|
padding-left: 5px; }
|
|
4424
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item.mobile {
|
|
4425
|
+
padding-right: 1rem; }
|
|
4424
4426
|
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item .react-autoql-filter-list-item-filter {
|
|
4425
4427
|
overflow: hidden;
|
|
4426
4428
|
text-overflow: ellipsis;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|