deck.gl 9.3.0-alpha.3 → 9.3.0-alpha.5
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/dist.dev.js +6239 -1864
- package/dist/stylesheet.css +8 -0
- package/dist.min.js +2183 -590
- package/package.json +17 -17
package/dist/stylesheet.css
CHANGED
|
@@ -463,6 +463,14 @@
|
|
|
463
463
|
align-items: center;
|
|
464
464
|
gap: 4px;
|
|
465
465
|
}
|
|
466
|
+
.deck-widget-stats-device {
|
|
467
|
+
padding: 1px 6px;
|
|
468
|
+
border-radius: 999px;
|
|
469
|
+
font-size: 0.65rem;
|
|
470
|
+
line-height: 1.2;
|
|
471
|
+
background: color-mix(in srgb, currentColor 12%, transparent);
|
|
472
|
+
color: inherit;
|
|
473
|
+
}
|
|
466
474
|
.deck-widget-stats-header:hover {
|
|
467
475
|
color: var(--button-icon-hover, rgb(24, 24, 26));
|
|
468
476
|
}
|