react-autoql 8.0.2-alpha.29 → 8.0.2-alpha.31

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
@@ -2,15 +2,6 @@
2
2
  :root {
3
3
  --react-autoql-danger-color-default: #ca0b00; }
4
4
 
5
- .react-autoql-spinner-centered {
6
- width: 100%;
7
- text-align: center;
8
- padding-top: 10px; }
9
-
10
- span .react-autoql-icon {
11
- vertical-align: middle;
12
- padding-bottom: 3px; }
13
-
14
5
  a {
15
6
  font-weight: 600;
16
7
  color: var(--react-autoql-accent-color);
@@ -53,6 +44,10 @@ a {
53
44
  100% {
54
45
  transform: rotate(360deg); } }
55
46
 
47
+ span .react-autoql-icon {
48
+ vertical-align: middle;
49
+ padding-bottom: 3px; }
50
+
56
51
  .react-tiny-popover-container {
57
52
  z-index: 99999;
58
53
  overflow: hidden !important;
@@ -240,6 +235,11 @@ a {
240
235
  border-color: currentColor transparent currentColor transparent;
241
236
  animation: spinner-loader 1.2s linear infinite; }
242
237
 
238
+ .react-autoql-spinner-centered {
239
+ width: 100%;
240
+ text-align: center;
241
+ padding-top: 10px; }
242
+
243
243
  @keyframes spinner-loader {
244
244
  0% {
245
245
  transform: rotate(0deg); }
@@ -1144,7 +1144,8 @@ a {
1144
1144
  padding: 10px;
1145
1145
  margin-bottom: 8px;
1146
1146
  font-size: 15px;
1147
- min-width: 200px; }
1147
+ min-width: 200px;
1148
+ color: var(--react-autoql-text-color-primary); }
1148
1149
  .react-autoql-confirm-popover-content .react-autoql-confirm-popover-title .react-autoql-icon {
1149
1150
  margin-right: 6px; }
1150
1151
  .react-autoql-confirm-popover-content .react-autoql-confirm-popover-button-container {
@@ -4407,7 +4408,8 @@ g.legendOrdinal .legendTitle tspan {
4407
4408
  margin-right: 20px; }
4408
4409
  .filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container {
4409
4410
  margin-bottom: 10px;
4410
- margin-right: 0px; }
4411
+ margin-right: 0px;
4412
+ color: var(--react-autoql-text-color-primary); }
4411
4413
  .filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item {
4412
4414
  display: flex;
4413
4415
  flex-direction: row;
Binary file