react-autoql 6.3.0 → 6.3.1

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
@@ -1309,14 +1309,14 @@ g.legendOrdinal .legendTitle tspan {
1309
1309
 
1310
1310
 
1311
1311
  .viz-toolbar {
1312
+ display: inline-block;
1312
1313
  background: inherit;
1313
1314
  padding: 5px;
1314
1315
  border-radius: 6px;
1315
1316
  line-height: 28px;
1316
- border: 1px solid #d3d3d352;
1317
- text-align: left;
1318
- display: inline-block;
1319
- background: var(--react-autoql-background-color-secondary); }
1317
+ background: var(--react-autoql-background-color-secondary);
1318
+ border: 1px solid var(--react-autoql-border-color);
1319
+ box-shadow: 0px 2px 3px -2px var(--react-autoql-box-shadow-color); }
1320
1320
  .viz-toolbar.vertical .react-autoql-toolbar-btn {
1321
1321
  display: block; }
1322
1322
 
@@ -2387,7 +2387,8 @@ g.legendOrdinal .legendTitle tspan {
2387
2387
  border-radius: 6px;
2388
2388
  line-height: 28px;
2389
2389
  background: var(--react-autoql-background-color-secondary);
2390
- border: 1px solid var(--react-autoql-border-color); }
2390
+ border: 1px solid var(--react-autoql-border-color);
2391
+ box-shadow: 0px 2px 3px -2px var(--react-autoql-box-shadow-color); }
2391
2392
  .options-toolbar.vertical .react-autoql-toolbar-btn {
2392
2393
  display: block; }
2393
2394
  .options-toolbar .react-autoql-toolbar-btn {
Binary file