react-autoql 8.0.3-alpha.4 → 8.0.3-alpha.6
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 +8 -16
- 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 +6 -6
package/dist/autoql.cjs.js.gz
CHANGED
|
Binary file
|
package/dist/autoql.esm.css
CHANGED
|
@@ -394,14 +394,10 @@ span .react-autoql-icon {
|
|
|
394
394
|
color: var(--react-autoql-text-color-primary);
|
|
395
395
|
display: block;
|
|
396
396
|
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; }
|
|
397
|
+
margin-block-start: 0.83em;
|
|
398
|
+
margin-block-end: 0.83em;
|
|
399
|
+
margin-inline-start: 0px;
|
|
400
|
+
margin-inline-end: 0px; }
|
|
405
401
|
.query-tips-page-container h2 .react-autoql-icon {
|
|
406
402
|
margin-left: 7px;
|
|
407
403
|
margin-right: 2px; }
|
|
@@ -757,14 +753,10 @@ span .react-autoql-icon {
|
|
|
757
753
|
align-items: center;
|
|
758
754
|
justify-content: center;
|
|
759
755
|
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;
|
|
756
|
+
margin-block-start: 0.83em;
|
|
757
|
+
margin-block-end: 0.83em;
|
|
758
|
+
margin-inline-start: 0px;
|
|
759
|
+
margin-inline-end: 0px;
|
|
768
760
|
color: var(--react-autoql-text-color-primary); }
|
|
769
761
|
.data-explorer-page-container .data-explorer-intro-message h2 .react-autoql-icon {
|
|
770
762
|
margin-left: 7px;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|