@0xsequence/design-system
Advanced tools
Comparing version 0.1.132 to 0.1.133
import { PropsWithChildren } from 'react'; | ||
declare const THEMES: readonly ["dark", "light"]; | ||
declare type Theme = typeof THEMES[number]; | ||
export declare type Theme = (typeof THEMES)[number]; | ||
interface ThemeContextValue { | ||
@@ -5,0 +5,0 @@ theme: Theme; |
{ | ||
"name": "@0xsequence/design-system", | ||
"version": "0.1.132", | ||
"version": "0.1.133", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1800326
45548