react-autoql 8.0.3-alpha.2 → 8.0.3-alpha.3
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 +4 -0
- 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
|
@@ -2278,6 +2278,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
2278
2278
|
visibility: hidden; }
|
|
2279
2279
|
.react-autoql-chart-header-container .react-autoql-slider-wrapper {
|
|
2280
2280
|
font-size: var(--react-autoql-chart-font-size, 12px); }
|
|
2281
|
+
.react-autoql-chart-header-container .react-autoql-slider-wrapper.mobile {
|
|
2282
|
+
font-size: 0.5rem; }
|
|
2281
2283
|
|
|
2282
2284
|
.react-autoql-chart-container {
|
|
2283
2285
|
position: relative;
|
|
@@ -4421,6 +4423,8 @@ g.legendOrdinal .legendTitle tspan {
|
|
|
4421
4423
|
padding-top: 1px;
|
|
4422
4424
|
padding-bottom: 1px;
|
|
4423
4425
|
padding-left: 5px; }
|
|
4426
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item.mobile {
|
|
4427
|
+
padding-right: 1rem; }
|
|
4424
4428
|
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-filter-list-item-container .react-autoql-filter-list-item .react-autoql-filter-list-item-filter {
|
|
4425
4429
|
overflow: hidden;
|
|
4426
4430
|
text-overflow: ellipsis;
|
package/dist/autoql.esm.css.gz
CHANGED
|
Binary file
|