New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@mojotech/mojo-ui

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojotech/mojo-ui - npm Package Compare versions

Comparing version

to
1.10.0

/// <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