@mojotech/mojo-ui
Advanced tools
/// <reference types="react" /> | ||
import { Theme } from "../types/global"; | ||
export declare const useMojoTheme: () => Theme | null; | ||
declare const ThemeDecorator: { | ||
@@ -3,0 +5,0 @@ ({ ...props }: { |
@@ -14,3 +14,3 @@ export { default as BaseTheme } from "./lib/theme"; | ||
export { default as AutoGrid } from "./components/AutoGrid"; | ||
export { default as ThemeDecorator } from "./components/ThemeDecorator"; | ||
export { useMojoTheme, default as ThemeDecorator, } from "./components/ThemeDecorator"; | ||
export { default as TextInput } from "./components/TextInput"; | ||
@@ -17,0 +17,0 @@ export { default as Box } from "./components/Box"; |
export declare const MOJO_ALTIS: string; | ||
export declare const GT_AMERICA: string; | ||
export declare const GT_AMERICA_MONO: string; |
@@ -31,2 +31,3 @@ import { ZStack } from "../types/global"; | ||
display: string; | ||
mono: string; | ||
}; | ||
@@ -33,0 +34,0 @@ fontSizes: string[]; |
{ | ||
"name": "@mojotech/mojo-ui", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"description": "A set of styled components for MojoTech user interfaces.", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.js", |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
186354
23.02%827
20.2%5
25%