react-autoql 7.2.3 → 7.2.4-alpha.7
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 +14 -10
- 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
|
@@ -931,6 +931,7 @@ span.react-autoql-icon {
|
|
|
931
931
|
padding: 0 20px;
|
|
932
932
|
display: flex;
|
|
933
933
|
justify-content: space-between;
|
|
934
|
+
align-items: center;
|
|
934
935
|
line-height: 36px;
|
|
935
936
|
-webkit-user-select: none;
|
|
936
937
|
-moz-user-select: none;
|
|
@@ -1058,7 +1059,7 @@ g.legendOrdinal tspan {
|
|
|
1058
1059
|
stroke: transparent;
|
|
1059
1060
|
opacity: 0.5; }
|
|
1060
1061
|
.axis-scaler-border:hover {
|
|
1061
|
-
stroke:
|
|
1062
|
+
stroke: var(--react-autoql-accent-color); }
|
|
1062
1063
|
|
|
1063
1064
|
.react-autoql-axis-selector-arrow {
|
|
1064
1065
|
opacity: 1 !important; }
|
|
@@ -1122,8 +1123,10 @@ g.legendOrdinal tspan {
|
|
|
1122
1123
|
font-size: 12px;
|
|
1123
1124
|
line-height: 25px;
|
|
1124
1125
|
cursor: default; }
|
|
1125
|
-
.number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item.checked .agg-type-symbol
|
|
1126
|
-
|
|
1126
|
+
.number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item.checked .agg-type-symbol,
|
|
1127
|
+
.number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item.checked .agg-select-text {
|
|
1128
|
+
color: var(--react-autoql-accent-color);
|
|
1129
|
+
font-weight: 600; }
|
|
1127
1130
|
.number-axis-selector-popover .number-axis-selector-popover-content .number-selector-header {
|
|
1128
1131
|
display: flex;
|
|
1129
1132
|
justify-content: space-between;
|
|
@@ -1139,11 +1142,10 @@ g.legendOrdinal tspan {
|
|
|
1139
1142
|
.number-axis-selector-popover .number-axis-selector-popover-content .axis-series-selector .react-autoql-selectable-list {
|
|
1140
1143
|
margin-bottom: 10px; }
|
|
1141
1144
|
.number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-select.agg-type-symbol {
|
|
1142
|
-
display: inline-block;
|
|
1143
1145
|
font-weight: 600;
|
|
1144
1146
|
font-size: 12px;
|
|
1145
|
-
|
|
1146
|
-
height:
|
|
1147
|
+
height: 26px;
|
|
1148
|
+
line-height: 25px;
|
|
1147
1149
|
margin: 3px 10px;
|
|
1148
1150
|
padding: 0 8px; }
|
|
1149
1151
|
|
|
@@ -1901,6 +1903,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1901
1903
|
flex-direction: column;
|
|
1902
1904
|
flex: 1;
|
|
1903
1905
|
width: 100%; }
|
|
1906
|
+
.react-autoql-notification-rule-container .react-autoql-rule-input input {
|
|
1907
|
+
line-height: 37px; }
|
|
1904
1908
|
.react-autoql-notification-rule-container .react-autoql-rule-first-input-container {
|
|
1905
1909
|
display: flex;
|
|
1906
1910
|
flex: 1; }
|
|
@@ -1912,7 +1916,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1912
1916
|
flex: 1; }
|
|
1913
1917
|
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-condition-select {
|
|
1914
1918
|
flex: 0;
|
|
1915
|
-
flex-basis: 33px;
|
|
1919
|
+
flex-basis: 33px;
|
|
1920
|
+
height: 39px; }
|
|
1916
1921
|
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-input {
|
|
1917
1922
|
flex: 1;
|
|
1918
1923
|
margin-left: 4px; }
|
|
@@ -1927,8 +1932,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
1927
1932
|
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container {
|
|
1928
1933
|
margin: 0; }
|
|
1929
1934
|
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container:hover + .react-autoql-rule-term-type-selector,
|
|
1930
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus
|
|
1931
|
-
+ .react-autoql-rule-term-type-selector {
|
|
1935
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus + .react-autoql-rule-term-type-selector {
|
|
1932
1936
|
color: var(--react-autoql-accent-color, #26a7df);
|
|
1933
1937
|
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
1934
1938
|
|
|
@@ -4557,7 +4561,7 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4557
4561
|
.dashboard-tile-right-input-container .title-input-icon,
|
|
4558
4562
|
.dashboard-tile-left-input-container .title-input-icon {
|
|
4559
4563
|
font-size: 16px;
|
|
4560
|
-
top:
|
|
4564
|
+
top: 6px;
|
|
4561
4565
|
left: 11px; }
|
|
4562
4566
|
|
|
4563
4567
|
.dashboard-tile-input.second.query {
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|