Comparing version 0.0.4 to 0.0.5
@@ -100,4 +100,4 @@ import { Theme } from './types'; | ||
}, import("@vanilla-extract/private").CSSVarFunction>; | ||
declare const normalizedAccentVars: { | ||
colors: import("@vanilla-extract/private").MapLeafNodes<{ | ||
declare const accentVars: import("@vanilla-extract/private").MapLeafNodes<{ | ||
colors: { | ||
accent: string; | ||
@@ -108,5 +108,5 @@ accentText: string; | ||
accentTertiary: string; | ||
}, import("@vanilla-extract/private").CSSVarFunction>; | ||
}; | ||
declare type ColorVars = typeof modeVars & typeof normalizedAccentVars; | ||
}; | ||
}, import("@vanilla-extract/private").CSSVarFunction>; | ||
declare type ColorVars = typeof modeVars & typeof accentVars; | ||
declare const colorVars: ColorVars; | ||
@@ -113,0 +113,0 @@ declare type ThemeVars = typeof baseVars & typeof colorVars; |
{ | ||
"name": "degen", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Design system for Mirror.xyz", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2250899
51133