scaleway/ultraviolet @ultraviolet/themes@3.1.9
scaleway/ultraviolet
Captured source
source ↗published Jul 27, 2026seen 12hcaptured 12hhttp 200method plain
@ultraviolet/themes@3.1.9
Repository: scaleway/ultraviolet
Tag: @ultraviolet/themes@3.1.9
Published: 2026-07-27T12:26:26Z
Prerelease: no
Release notes:
Patch Changes
- #6696 `22be569` Thanks @lisalupi! - Add font fallbacks directly in the theme, with fallback similar to
--font-inter,--font-jetbrains, and--font-space-grotesk(from@ultraviolet/fonts).
- #6633 `940f087` Thanks @lisalupi! - Deprecate
ThemeProvider,darkTheme,darkerTheme,theme, anduseThemefrom @ultraviolet/ui. Use the equivalents from @ultraviolet/themes instead.
⚠️⚠️ Future breaking change ⚠️⚠️ The ThemeProvider from @ultraviolet/ui automatically injects styles from @ultraviolet/icons. The replacement ThemeProvider in @ultraviolet/themes does not include this side effect.
When these exports are removed in the next major version, you must manually import the icon styles to avoid visual regressions:
import "@ultraviolet/icons/styles";