ThemeGroup
Top-level catalog grouping, mirroring the structure of plus the
data-driven sections group (whose rows live on shops.featureFlags, not on the theme tree).
Definition
type ThemeGroup = 'colors' | 'typography' | 'radii' | 'spacing' | 'elevation' | 'productCard' | 'cartLine' | 'sections';'colors' | 'typography' | 'radii' | 'spacing' | 'elevation' | 'productCard' | 'cartLine' | 'sections'
Related
FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme
ThemeCssVar
One emitted CSS declaration as a [customProperty, value] pair. Pairs whose property is the empty string are layoutonly sentinels (a blank separator line or the
ThemeResolutionInput
Minimal shop shape accepted by . OnlineShop (and ShopBase) satisfy it structurally; tests can pass a bare object. design.accents is the fallback accent source w