react-autoql 8.0.2-alpha.11 → 8.0.2-alpha.13

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.
Binary file
@@ -1017,6 +1017,7 @@ a {
1017
1017
  .react-autoql-input-and-label-container .react-autoql-input-container .react-autoql-input {
1018
1018
  border: 1px solid var(--react-autoql-border-color);
1019
1019
  border-radius: 4px;
1020
+ background: inherit;
1020
1021
  width: 100%;
1021
1022
  font-size: inherit;
1022
1023
  font-family: inherit;
@@ -1035,7 +1036,8 @@ a {
1035
1036
  .react-autoql-input-and-label-container .react-autoql-input-container .react-autoql-input.area {
1036
1037
  line-height: inherit; }
1037
1038
  .react-autoql-input-and-label-container .react-autoql-input-container .react-autoql-input:not(textarea) {
1038
- padding: 0 10px; }
1039
+ padding: 0 10px;
1040
+ height: 32px; }
1039
1041
  .react-autoql-input-and-label-container .react-autoql-input-container .react-autoql-input.with-select {
1040
1042
  padding-left: 14px; }
1041
1043
  .react-autoql-input-and-label-container .react-autoql-input-container .react-autoql-input.with-icon {
@@ -2199,17 +2201,17 @@ g.legendOrdinal .legendTitle tspan {
2199
2201
  .react-autoql-slider-wrapper .react-autoql-slider-and-label-container .react-autoql-slider-container .react-autoql-slider {
2200
2202
  flex: 0 0 24px; }
2201
2203
  .react-autoql-slider-wrapper .react-autoql-slider-and-label-container .react-autoql-slider-container .react-autoql-slider-track {
2202
- height: 6px;
2204
+ height: 4px;
2203
2205
  margin: 10px 5px;
2204
- background: var(--react-autoql-background-color-tertiary);
2206
+ background: var(--react-autoql-border-color);
2205
2207
  border-radius: 10px;
2206
2208
  cursor: pointer; }
2207
2209
  .react-autoql-slider-wrapper .react-autoql-slider-and-label-container .react-autoql-slider-container .react-autoql-slider-thumb {
2208
- width: 16px;
2209
- height: 16px;
2210
- margin: 4px 1px;
2210
+ width: 14px;
2211
+ height: 14px;
2212
+ margin: 5px 1px;
2211
2213
  border-radius: 8px;
2212
- background: var(--react-autoql-background-color-checkbox);
2214
+ background: #ffffff;
2213
2215
  box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 4px 0px, rgba(0, 0, 0, 0.06) 0px 1px 10px 0px;
2214
2216
  outline: none;
2215
2217
  cursor: pointer; }
@@ -2218,8 +2220,8 @@ g.legendOrdinal .legendTitle tspan {
2218
2220
  pointer-events: none;
2219
2221
  opacity: 0;
2220
2222
  bottom: 100%;
2221
- background: #000;
2222
- color: #fff;
2223
+ background: #000000;
2224
+ color: #ffffff;
2223
2225
  left: 50%;
2224
2226
  transform: translate(-50%, 0);
2225
2227
  border-radius: 20px;
@@ -2336,7 +2338,6 @@ g.legendOrdinal .legendTitle tspan {
2336
2338
  stroke: transparent;
2337
2339
  stroke-width: 10px; }
2338
2340
  .react-autoql-chart-container .point {
2339
- cursor: pointer;
2340
2341
  outline: none !important;
2341
2342
  transition: stroke 0.3s ease, fill-opacity 0.3s ease;
2342
2343
  stroke-width: 8px; }
@@ -3589,7 +3590,7 @@ g.legendOrdinal .legendTitle tspan {
3589
3590
  height: 100%;
3590
3591
  font-size: 12px;
3591
3592
  font-weight: bold;
3592
- color: #ffffff;
3593
+ color: var(--react-autoql-background-color-switch-thumb);
3593
3594
  right: 15px; }
3594
3595
  .react-autoql-switch-container .react-autoql-toggle-switch .toggle-switch-slider:before {
3595
3596
  position: absolute;
@@ -3597,7 +3598,7 @@ g.legendOrdinal .legendTitle tspan {
3597
3598
  height: 18px;
3598
3599
  width: 18px;
3599
3600
  bottom: 4px;
3600
- background-color: #ffffff;
3601
+ background-color: var(--react-autoql-background-color-switch-thumb);
3601
3602
  border-radius: 50%;
3602
3603
  transition: 0.4s;
3603
3604
  left: 4px; }
@@ -6031,7 +6032,8 @@ g.legendOrdinal .legendTitle tspan {
6031
6032
  align-items: center; }
6032
6033
 
6033
6034
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content .react-autoql-dashboard-drilldown-original {
6034
- padding-top: 10px; }
6035
+ padding: 10px;
6036
+ padding-bottom: 0; }
6035
6037
 
6036
6038
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content .drilldown-hide-chart-btn {
6037
6039
  text-align: right;
Binary file